@import"https://fonts.googleapis.com/css2?display=swap&family=Noto+Sans+JP:wght@400;700";
@import"https://fonts.googleapis.com/css?family=Josefin+Sans:400,700";
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,html,i,iframe,img,ins,kbd,label,legend,main,mark,menu,nav,object {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline
}

ol {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline
}

ol li {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline
}

output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline
}

ul {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline
}

ul li {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline
}

var,video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline
}

article,aside,details,figcaption,figure,footer,header,main,menu,nav,section {
  display: block
}

html {
  overflow-y: scroll;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

*,:after,:before {
  box-sizing: border-box
}

blockquote,q {
  quotes: none
}

blockquote:after,blockquote:before {
  content: none
}

q:after,q:before {
  content: none
}

button,input,select,textarea {
  font-size: 100%
}

input,textarea {
  margin: 0;
  padding: 0
}

input:-moz-placeholder,input::-webkit-input-placeholder {
  color: #694b2c
}

textarea:-moz-placeholder,textarea::-webkit-input-placeholder {
  color: #694b2c
}

input[type=button],input[type=reset],input[type=search],input[type=submit] {
  -webkit-appearance: none
}

ol,ul {
  list-style: none
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%
}

caption,th {
  text-align: left
}

a:focus {
  outline: none
}

.clearfix:after {
  content: "";
  clear: both;
  display: block
}

img {
  max-width: 100%;
  vertical-align: bottom
}

i {
  font-style: normal
}

::-moz-selection {
  background: #a8944c;
  color: #fff;
  text-shadow: none
}

::-moz-selection,::selection {
  background: #a8944c;
  color: #fff;
  text-shadow: none
}

html {
  position: relative;
  font-size: 62.5%
}

body {
  word-break: break-all;
  font-family: "游ゴシック",YuGothic,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  color: #694b2c;
  line-height: 1.5;
  font-feature-settings: "palt";
  font-size: 1.2rem
}

img[src$=".svg"] {
  width: 100%
}

a {
  text-decoration: none
}

a:hover {
  text-decoration: none
}

ul.ul-normal {
  list-style: disc
}

ul.ul-normal li {
  margin-left: 1.2em
}

ul.ul-kome li {
  position: relative;
  padding-left: 1.2em
}

ul.ul-kome li:before {
  content: "※";
  position: absolute;
  left: 0
}

ol.ol-normal {
  list-style: decimal
}

ol.ol-normal li {
  margin-left: 1.2em
}

.page-top {
  position: fixed;
  right: 20px;
  bottom: 50px;
  width: 40px;
  height: 40px;
  transition: all .3s ease-out;
  transform: scale(0);
  z-index: 998
}

.page-top.page-top-on {
  transform: scale(1)
}

body:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../img/bg-pc.jpg) center center no-repeat;
  background-size: cover;
  z-index: -1
}

.wrapper {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  overflow: hidden
}

.m-contents {
  position: relative
}

.inner {
  position: relative;
  z-index: 10;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 6%
}

.title {
  text-align: center;
  line-height: 1;
  letter-spacing: .05em;
  font-size: 27px;
  font-size: 7.2vw;
  font-weight: 700;
  font-family: "Josefin Sans",sans-serif
}

.title small {
  display: block;
  margin-top: .5em;
  font-weight: normal;
  font-size: 11px;
  font-size: 2.9333333333vw
}

.caution {
  margin-top: 1em;
  letter-spacing: .08em;
  font-size: 11px;
  font-size: 2.9333333333vw
}

.btn {
  position: relative;
  max-width: 81.2121212121%;
  margin: 1em auto 0
}

.btn a {
  display: block;
  padding: 5% 9%;
  background: #694b2c;
  color: #fff;
  border: 1px solid #694b2c;
  border-radius: 9%/50%;
  letter-spacing: .15em;
  font-size: 13px;
  font-size: 3.4666666667vw;
  transition: opacity .4s
}

.btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
  width: 2vw;
  height: 2.8vw;
  max-width: 10px;
  max-height: 16px;
  background: url(../img/common/arrow.svg) 0 0 no-repeat;
  background-size: 100% 100%
}

.iv-up {
  opacity: 0;
  transform: translateY(30px)
}

.iv-up.iv-active {
  opacity: 1;
  transform: translateY(0);
  transition: .5s
}

.iv-zoom {
  opacity: 0
}

.iv-zoom.iv-active {
  -webkit-animation: zoom .3s ease-out forwards .5s;
  animation: zoom .3s ease-out forwards .5s
}

@-webkit-keyframes zoom {
  0% {
      opacity: 0;
      transform: scale(0.5)
  }

  60% {
      opacity: 1;
      transform: scale(1.2)
  }

  to {
      opacity: 1;
      transform: scale(1)
  }
}

@keyframes zoom {
  0% {
      opacity: 0;
      transform: scale(0.5)
  }

  60% {
      opacity: 1;
      transform: scale(1.2)
  }

  to {
      opacity: 1;
      transform: scale(1)
  }
}

.head {
  position: relative
}

.head .head-inner,.head .hero-wrap {
  position: relative
}

.head .logo {
  position: absolute;
  top: 2.511627907%;
  left: 3.3333333333%;
  width: 26.9333333333%;
  z-index: 10000
}

.head .head-hero {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 10
}

.head .hero-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%
}

.head .hero-m01 {
  opacity: 0
}

.head .hero-m01.iv-active {
  opacity: 1;
  transition: opacity ease-in-out .5s
}

.head .hero-m02 {
  opacity: 0
}

.head .hero-m02.iv-active {
  opacity: 1;
  transition: opacity ease-in-out .5s .3s
}

.head .point-inner {
  position: relative;
  padding-top: 5.3333333333%;
  padding-bottom: 13.3333333333%;
  z-index: 10
}

.head .inner {
  padding: 0
}

.head .head-point {
  position: relative;
  margin: 0 auto;
  font-size: 13px;
  font-size: 3.4666666667vw
}

.head .head-point li {
  display: flex;
  justify-content: space-between;
  margin-left: -9.0909090909%
}

.head .head-point li:nth-child(2) {
  flex-flow: row-reverse;
  margin-left: 0;
  margin-right: -9.0909090909%
}

.head .head-point .head-point-img {
  width: 61.038961039%
}

.head .head-point .head-point-txt {
  width: 35.0649350649%;
  margin-top: 12%;
  padding-right: 3.8961038961%;
  letter-spacing: .02em;
  text-align: justify;
  text-justify: inter-ideograph
}

.head .head-point .head-point-txt .head-point-txt-p {
  width: 59.2592592593%;
  margin-bottom: .2em
}

.head .head-point .head-point-txt small {
  display: block;
  margin-top: .2em;
  font-size: 11px;
  font-size: 2.9333333333vw
}

.head .head-point li:nth-child(2) .head-point-txt {
  padding-left: 3.8961038961%;
  padding-right: 0
}

.head .head-point li:nth-child(3) .head-point-txt {
  margin-top: 15%
}

.head .head-point li.iv-active {
  transition-delay: .5s
}

.head .head-point li .head-point-img {
  -webkit-animation: rotate-01 4s ease-in-out infinite 2s;
  animation: rotate-01 4s ease-in-out infinite 2s
}

.head .head-point li:nth-child(2) .head-point-img {
  -webkit-animation: rotate-02 4s ease-in-out infinite 2.3s;
  animation: rotate-02 4s ease-in-out infinite 2.3s
}

@-webkit-keyframes rotate-01 {
  0% {
      transform: rotate(0deg)
  }

  8% {
      transform: rotate(-10deg)
  }

  24% {
      transform: rotate(10deg)
  }

  32% {
      transform: rotate(0deg)
  }

  to {
      transform: rotate(0deg)
  }
}

@keyframes rotate-01 {
  0% {
      transform: rotate(0deg)
  }

  8% {
      transform: rotate(-10deg)
  }

  24% {
      transform: rotate(10deg)
  }

  32% {
      transform: rotate(0deg)
  }

  to {
      transform: rotate(0deg)
  }
}

@-webkit-keyframes rotate-02 {
  0% {
      transform: rotate(0deg)
  }

  8% {
      transform: rotate(10deg)
  }

  24% {
      transform: rotate(-10deg)
  }

  32% {
      transform: rotate(0deg)
  }

  to {
      transform: rotate(0deg)
  }
}

@keyframes rotate-02 {
  0% {
      transform: rotate(0deg)
  }

  8% {
      transform: rotate(10deg)
  }

  24% {
      transform: rotate(-10deg)
  }

  32% {
      transform: rotate(0deg)
  }

  to {
      transform: rotate(0deg)
  }
}

.flavor {
  position: relative;
  padding: 14.6666666667% 0 9.3333333333%;
  z-index: 20
}

.flavor .inner {
  position: relative
}

.flavor .flavor-img {
  margin: 7.5757575758% auto 9.0909090909%
}

.flavor .flavor-img-l {
  margin: 0 auto
}

.flavor .flavor-img-l:after {
  content: "";
  clear: both;
  display: block
}

.flavor .flavor-img-l li {
  float: left;
  width: 48.4848484848%;
  margin-top: 20px
}

.flavor .flavor-img-l li:nth-child(2n) {
  margin-left: 3.0303030303%
}

.flavor .flavor-box {
  margin: 0 auto
}

.flavor .flavor-box dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-top: 6.0606060606%;
  padding-bottom: 6.0606060606%
}

.flavor .flavor-box dl:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #fff, #fff 2px, transparent 1px, transparent 1px);
  background-size: 4px 1px
}

.flavor .flavor-box dl:last-child {
  padding-bottom: 0
}

.flavor .flavor-box dl:last-child:after {
  content: none
}

.flavor .flavor-box dl dt {
  width: 42.4242424242%
}

.flavor .flavor-box dl dd {
  width: 54.5454545455%;
  text-align: justify;
  text-justify: inter-ideograph
}

.flavor .flavor-box dl .flavor-box-title {
  font-size: 16px;
  font-size: 4.2666666667vw
}

.flavor .flavor-box dl .flavor-box-txt {
  margin-top: .2em;
  letter-spacing: .08em;
  font-size: 12px;
  font-size: 3.2vw
}

.flavor .flavor-box dl .btn {
  max-width: 100%;
  margin-top: 1em
}

.flavor .flavor-box dl .btn a {
  background: #6a3906;
  border: none;
  border-radius: 10%/50%;
  color: #fff;
  font-size: 12px;
  font-size: 3.2vw
}

.flavor .flavor-box dl .btn a:after {
  right: 7%;
  background-image: url(../img/common/arrow.svg)
}

.flavor .flavor-l-box-wrap:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #fff, #fff 2px, transparent 2px, transparent 5px);
  background-size: 7px 1px
}

.flavor .flavor-l-box-wrap:last-child:after {
  content: none
}

.flavor .flavor-l-box {
  padding: 8.1818181818% 0
}

.flavor .fb-l-txt {
  margin-top: 4.5454545455%;
  letter-spacing: .05em;
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 12px;
  font-size: 3.2vw
}

.allergy-shop {
  position: relative;
  padding-top: 18.6666666667%;
  padding-bottom: 16%;
  z-index: 30
}

.allergy {
  position: relative
}

.allergy .allergy-img {
  position: absolute;
  top: 15px;
  left: calc(50% - 200px);
  width: 115px
}

.allergy .allergy-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 7.5757575758%
}

.allergy .allergy-list li {
  display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
  padding: 3.53% 0;
  background: rgba(255,255,255,.5);
  line-height: 1.2;
  text-align: center;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  font-size: 11px;
  font-size: 2.9333333333vw
}

.allergy .allergy-list li:nth-child(4n) {
  border-right: 1px solid #fff
}

.allergy .allergy-list li:nth-child(-n+4) {
  border-top: 1px solid #fff
}

.allergy .allergy-list li:first-child {
  border-radius: 6px 0 0 0
}

.allergy .allergy-list li:nth-child(4) {
  border-radius: 0 6px 0 0
}

.allergy .allergy-list li:nth-last-child(4) {
  border-radius: 0 0 0 6px
}

.allergy .allergy-list li:last-child {
  border-radius: 0 0 6px 0
}

.allergy .allergy-list li:nth-child(13),.allergy .allergy-list li:nth-child(14),.allergy .allergy-list li:nth-child(24) {
  padding: 0
}

.allergy .allergy-list li.allergy-on {
  background: #fa64aa;
  color: #fff
}

.allergy .caution {
  line-height: 1.8;
  letter-spacing: .05em;
  text-align: justify;
  text-justify: inter-ideograph
}

.allergy .btn {
  margin-top: 6.8181818182%
}

.allergy .btn a {
  background: #694b2c;
  border: none;
  color: #fff
}

.allergy .btn a:after {
  background-image: url(../img/common/arrow.svg)
}

.shop {
  position: relative;
  padding: 8% 0 0
}

.shop .shop-title {
  position: relative;
  display: flex;
  align-items: center
}

.shop .shop-title:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-image: linear-gradient(to right, #110e43, #110e43 2px, transparent 1px, transparent 1px);
  background-size: 4px 1px
}

.shop .shop-title:before {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-image: linear-gradient(to right, #110e43, #110e43 2px, transparent 1px, transparent 1px);
  background-size: 4px 1px;
  margin-right: 1.5em
}

.shop .shop-title:after {
  margin-left: 1em
}

.shop .shop-title span {
  display: block;
  width: 9.8507462687%;
  margin: 0 auto
}

.shop .shop-subtitle {
  margin-top: 2.2727272727%;
  text-align: center;
  letter-spacing: .08em;
  font-weight: normal;
  font-size: 14px;
  font-size: 3.7333333333vw
}

.shop .btn {
  margin-top: 2.2727272727%
}

.shop .btn a {
  background: #694b2c;
  border: none;
  color: #fff
}

.shop .btn a:after {
  background-image: url(../img/common/arrow.svg)
}

.shop .caution {
  letter-spacing: .03em;
  text-align: justify;
  text-justify: inter-ideograph
}

.lineup {
  position: relative;
  padding: 15.3333333333% 0 20px;
  background: #fff5e6;
  color: #694b2c;
  z-index: 40
}

.lineup .lineup-title {
  margin-top: 15px
}

.lineup .lineup-sub {
  position: absolute;
  top: -60px;
  left: calc(50% + 65px);
  width: 108px;
  transform: rotate(20deg)
}

.lineup .lineup-list {
  margin: 2.6666666667% auto 0
}

.lineup .lineup-list:after {
  content: "";
  clear: both;
  display: block
}

.lineup .lineup-list a {
  display: block
}

.lineup .lineup-list li {
  float: left;
  width: 48.4848484848%;
  margin-top: 3.7878787879%
}

.lineup .lineup-list li:nth-child(2n-1) {
  margin-right: 3.0303030303%
}

.lineup .btn {
  margin-top: 8%
}

.lineup .caution {
  margin-top: 9.0909090909%;
  text-align: left
}

.lineup .caution span {
  display: block
}

.lineup .lineup-btn {
  max-width: 89.3939393939%;
  margin-top: 8%
}

.lineup .lineup-btn a {
  letter-spacing: .08em
}

.lineup .lineup-sub {
  transform: translateY(30px) rotate(20deg)
}

.lineup .lineup-sub.iv-active {
  transform: translateY(0) rotate(20deg)
}

.foot {
  position: relative;
  padding: 8% 0 5.3333333333%;
  background: #fff;
  text-align: center;
  color: #694b2c;
  z-index: 100
}

.foot .foot-logo {
  width: 28%;
  margin: 0 auto
}

.foot .copyright-wrap {
  margin-top: 4%
}

.foot .copyright-m {
  width: 21.3333333333%;
  margin: 0 auto 2%
}

.foot .copyright {
  font-size: 10px;
  font-size: 2.6666666667vw
}

.foot .pagetop {
  position: absolute;
  top: 0;
  right: 5.3333333333%;
  transform: translateY(-98%);
  width: 29.3333333333%;
  background: #fff;
  border-radius: 5px 5px 0 0;
  text-align: center;
  cursor: pointer;
  z-index: 100;
  font-size: 12px;
  font-size: 3.2vw
}

.foot .pagetop span {
  display: block;
  padding: .4em 0
}

.foot .pagetop span:after {
  content: "";
  display: inline-block;
  width: 2vw;
  height: 2.8vw;
  max-width: 10px;
  max-height: 16px;
  margin-left: .7em;
  background: url(../img/common/arrow-c.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  transform: rotate(-90deg)
}

.m-contents {
  background: #fffddf url(../img/hero_bg.jpg) 0 0 no-repeat;
  background-size: 100% auto
}

.head {
  color: #fff
}

.head .logo {
  width: 27.3333333333%;
  top: 2%;
  right: 3.5%;
  left: auto
}

.head .hero-logo {
  position: absolute;
  top: 2%;
  right: 26%;
  width: 18.6666666667%;
  z-index: 100
}

.head .point-inner {
  position: relative;
  margin-top: 1%;
  padding-top: 0;
  padding-bottom: 9%
}

.head .head-point {
  line-height: 1.6;
  letter-spacing: .2em;
  font-size: 12px;
  font-size: 3.2vw
}

.head .head-point .head-point-txt {
  letter-spacing: .08em
}

.head .head-point .head-point-txt .head-point-txt-p {
  width: 67.037037037%
}

.head .head-point li:first-child .head-point-txt {
  margin-top: 11%
}

.head .head-point li:nth-child(2) {
  margin-top: -6%
}

.head .head-point li:nth-child(2) .head-point-txt {
  margin-top: 13%
}

.head .head-point li:nth-child(3) {
  margin-top: -6%
}

.head .head-point li:nth-child(3) .head-point-txt {
  margin-top: 11%
}

.flavor {
  z-index: 100;
  position: relative;
  margin-top: 0;
  padding-top: 22%;
  padding-bottom: 0%;
  background-size: 100% auto
}

.flavor:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-7%);
  width: 100%;
  padding-top: 53.3333333333%;
  background: url(../img/flavor-bg.png) 0 0 no-repeat;
  background-size: 100% auto
}

.flavor .flavor-l-box-wrap:after {
  background-image: linear-gradient(to right, #694b2c, #694b2c 2px, transparent 2px, transparent 5px)
}

.allergy-shop {
  z-index: 10;
  padding-top: 28%;
  padding-bottom: 24%;
  background: url(../img/allergy-bg.jpg) 0 0 no-repeat;
  background-size: 100% auto
}

.allergy-shop .allergy-list {
  color: #4c1400
}

.lineup {
  margin-top: 0%;
  padding-top: 12%
}

.lineup:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-20.3125vw);
  width: 100%;
  padding-top: 53.3333333333%;
  background: url(../img/lineup-bg.png) 0 0 no-repeat;
  background-size: 100% auto
}

.foot .copyright-top {
  width: 10.6666666667%;
  margin: 0 auto 2%
}

.head .head-point li:first-child .head-point-txt {
  margin-top: 1%
}

.page-top {
  position: fixed;
  right: 20px;
  bottom: 50px;
  width: 40px;
  height: 40px;
  transition: all .3s ease-out;
  transform: scale(0);
  z-index: 998
}

.page-top.page-top-on {
  transform: scale(1)
}

body:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../img/bg-pc.jpg) center center no-repeat;
  background-size: cover;
  z-index: -1
}

.wrapper {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  overflow: hidden
}

.m-contents {
  position: relative
}

.inner {
  position: relative;
  z-index: 10;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 6%
}

.title {
  text-align: center;
  line-height: 1;
  letter-spacing: .05em;
  font-size: 27px;
  font-size: 7.2vw;
  font-weight: 700;
  font-family: "Josefin Sans",sans-serif;
  margin-inline:auto}

.title small {
  display: block;
  margin-top: .5em;
  font-weight: normal;
  font-size: 11px;
  font-size: 2.9333333333vw
}

.caution {
  margin-top: 1em;
  letter-spacing: .08em;
  font-size: 11px;
  font-size: 2.9333333333vw
}

.btn {
  position: relative;
  max-width: 81.2121212121%;
  margin: 1em auto 0
}

.btn a {
  display: block;
  padding: 5% 9%;
  background: #694b2c;
  color: #fff;
  border: 1px solid #694b2c;
  border-radius: 9%/50%;
  letter-spacing: .15em;
  font-size: 13px;
  font-size: 3.4666666667vw;
  transition: opacity .4s
}

.btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
  width: 2vw;
  height: 2.8vw;
  max-width: 10px;
  max-height: 16px;
  background: url(../img/common/arrow.svg) 0 0 no-repeat;
  background-size: 100% 100%
}

.iv-up {
  opacity: 0;
  transform: translateY(30px)
}

.iv-up.iv-active {
  opacity: 1;
  transform: translateY(0);
  transition: .5s
}

.iv-zoom {
  opacity: 0
}

.iv-zoom.iv-active {
  -webkit-animation: zoom .3s ease-out forwards .5s;
  animation: zoom .3s ease-out forwards .5s
}

@keyframes zoom {
  0% {
      opacity: 0;
      transform: scale(0.5)
  }

  60% {
      opacity: 1;
      transform: scale(1.2)
  }

  to {
      opacity: 1;
      transform: scale(1)
  }
}

.head {
  position: relative
}

.head .head-inner,.head .hero-wrap {
  position: relative
}

.head .head-hero {
  padding-top: 157.8666666667%;
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 10
}

.head .hero-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%
}

.head .hero-m01 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0
}

.head .hero-m01.iv-active {
  opacity: 1;
  transition: opacity .5s
}

.head .hero-m01.mod-hidden {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap
}

.head .hero-m02 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0
}

.head .hero-m02.iv-active {
  opacity: 1;
  transition: opacity .5s .5s
}

.head .hero-m02.mod-hidden {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap
}

.head .point-inner {
  padding-bottom: 27.2%;
  background: url("../img/common.jpg") 0 15%/100% repeat-y;
  position: relative;
  z-index: 10
}

.head .point-inner::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1/.22;
  background: url("../img/point-bg-top.png") top/100% no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  translate: 0 -52.25%
}

.head .inner {
  padding: 0
}

.head .head-point {
  position: relative;
  padding-top: 2.6666666667%;
  margin: 0 auto;
  font-size: 13px;
  font-size: 3.4666666667vw
}

.head .head-point li {
  display: flex;
  justify-content: space-between;
  margin-left: -9.0909090909%
}

.head .head-point li:nth-child(2) {
  flex-flow: row-reverse;
  margin-left: 0;
  margin-right: -9.0909090909%
}

.head .head-point .head-point-img {
  width: 61.038961039%
}

.head .head-point .head-point-txt {
  width: 36.9913686806%;
  padding-right: 3.0826140567%;
  color: #694b2c;
  letter-spacing: 0.03em;
  text-align: justify;
  text-justify: inter-ideograph;
  font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",sans-serif
}

.head .head-point li:nth-child(2) .head-point-txt {
  padding-left: 3.0826140567%;
  padding-right: 0
}

.head .head-point li:nth-child(3) .head-point-txt {
  margin-top: 15%
}

.head .head-point li.iv-active {
  transition-delay: .5s
}

.head .head-point li .head-point-img {
  -webkit-animation: rotate-01 4s ease-in-out infinite 2s;
  animation: rotate-01 4s ease-in-out infinite 2s
}

.head .head-point li:nth-child(2) .head-point-img {
  -webkit-animation: rotate-02 4s ease-in-out infinite 2.3s;
  animation: rotate-02 4s ease-in-out infinite 2.3s
}

@keyframes rotate-01 {
  0% {
      transform: rotate(0deg)
  }

  8% {
      transform: rotate(-10deg)
  }

  24% {
      transform: rotate(10deg)
  }

  32% {
      transform: rotate(0deg)
  }

  to {
      transform: rotate(0deg)
  }
}

@keyframes rotate-02 {
  0% {
      transform: rotate(0deg)
  }

  8% {
      transform: rotate(10deg)
  }

  24% {
      transform: rotate(-10deg)
  }

  32% {
      transform: rotate(0deg)
  }

  to {
      transform: rotate(0deg)
  }
}

.flavor {
  margin-top: -14.2666666667%;
  position: relative;
  padding: 16% 0 19.7333333333%;
  z-index: 10;
  background: url("../img/flavor-bg.png") center 0%/100% no-repeat
}

.flavor .inner {
  padding: 0 0 4%;
  width: 89.3435333333%;
  position: relative
}

.flavor .title {
  width: 40%
}

.flavor .flavor-img {
  margin: 7.5757575758% auto 9.0909090909%
}

.flavor .flavor-img-l {
  margin: 0 auto
}

.flavor .flavor-img-l:after {
  content: "";
  clear: both;
  display: block
}

.flavor .flavor-img-l li {
  float: left;
  width: 48.4848484848%;
  margin-top: 20px
}

.flavor .flavor-img-l li:nth-child(2n) {
  margin-left: 3.0303030303%
}

.flavor .flavor-box {
  margin: 1.0666666667% auto 0
}

.flavor .flavor-box dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-top: 6.0606060606%;
  padding-bottom: 6.0606060606%
}

.flavor .flavor-box dl:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #fff, #fff 2px, transparent 1px, transparent 1px);
  background-size: 4px 1px
}

.flavor .flavor-box dl:last-child {
  padding-bottom: 0
}

.flavor .flavor-box dl:last-child:after {
  content: none
}

.flavor .flavor-box dl dt {
  width: 42.4242424242%
}

.flavor .flavor-box dl dd {
  width: 54.5454545455%;
  text-align: justify;
  text-justify: inter-ideograph
}

.flavor .flavor-box dl .flavor-box-title {
  font-size: 16px;
  font-size: 4.2666666667vw
}

.flavor .flavor-box dl .flavor-box-txt {
  margin-top: .2em;
  letter-spacing: .08em;
  font-size: 12px;
  font-size: 3.2vw
}

.flavor .flavor-box dl .btn {
  max-width: 100%;
  margin-top: 1em
}

.flavor .flavor-box dl .btn a {
  background: #6a3906;
  border: none;
  border-radius: 10%/50%;
  color: #fff;
  font-size: 12px;
  font-size: 3.2vw
}

.flavor .flavor-box dl .btn a:after {
  right: 7%;
  background-image: url(../img/common/arrow.svg)
}

.flavor .flavor-l-box-wrap:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #f9e290, #f9e290 2px, transparent 2px, transparent 4px);
  background-size: 4px 1px
}

.flavor .flavor-l-box-wrap:last-child:after {
  content: none
}

.flavor .flavor-l-box {
  padding: 8.4% 0
}

.flavor .fb-l-txt {
  margin: 5.3333333333% auto 0;
  width: 98.79468986%;
  text-justify: inter-ideograph;
  font-size: 12px;
  font-size: 3.2vw;
  letter-spacing: 0.03em;
  line-height: 1.6666666667;
  color: #fff;
  font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",sans-serif
}

.allergy-shop {
  position: relative;
  padding-bottom: 16%;
  z-index: 11
}

.allergy {
  position: relative
}

.allergy .title {
  position: relative;
  z-index: 12
}

.allergy .allergy-img {
  position: absolute;
  top: 15px;
  left: calc(50% - 200px);
  width: 115px
}

.allergy .allergy-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 6.6666666667%
}

.allergy .allergy-list li {
  display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
  padding: 3.601% 0;
  background: rgba(255,255,255,.5);
  line-height: 1.2;
  text-align: center;
  border-bottom: 1px solid #694b2c;
  border-left: 1px solid #694b2c;
  font-size: 11px;
  font-size: 2.9333333333vw;
  box-sizing: border-box
}

.allergy .allergy-list li:nth-child(4n) {
  border-right: 1px solid #694b2c
}

.allergy .allergy-list li:nth-child(-n+4) {
  border-top: 1px solid #694b2c
}

.allergy .allergy-list li:first-child {
  border-radius: 6px 0 0 0
}

.allergy .allergy-list li:nth-child(4) {
  border-radius: 0 6px 0 0
}

.allergy .allergy-list li:nth-last-child(4) {
  border-radius: 0 0 0 6px
}

.allergy .allergy-list li:last-child {
  border-radius: 0 0 6px 0
}

.allergy .allergy-list li:nth-child(13),.allergy .allergy-list li:nth-child(14),.allergy .allergy-list li:nth-child(24) {
  padding: 0
}

.allergy .allergy-list li.allergy-on {
  background: #e84d84;
  color: #fff
}

.allergy .caution {
  line-height: 1.8;
  letter-spacing: .05em;
  text-align: justify;
  text-justify: inter-ideograph
}

.allergy .btn {
  margin-top: 6.8181818182%
}

.allergy .btn a {
  background: #e84d84;
  border: none;
  color: #fff
}

.allergy .btn a:after {
  background-image: url(../img/common/arrow.svg)
}

.shop {
  position: relative;
  padding: 8% 0 0
}

.shop .shop-title {
  position: relative;
  display: flex;
  align-items: center
}

.shop .shop-title:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-image: linear-gradient(to right, #110e43, #110e43 2px, transparent 1px, transparent 1px);
  background-size: 4px 1px
}

.shop .shop-title:before {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-image: linear-gradient(to right, #110e43, #110e43 2px, transparent 1px, transparent 1px);
  background-size: 4px 1px;
  margin-right: 1.5em
}

.shop .shop-title:after {
  margin-left: 1em
}

.shop .shop-title span {
  display: block;
  width: 9.8507462687%;
  margin: 0 auto
}

.shop .shop-subtitle {
  margin-top: 2.2727272727%;
  text-align: center;
  letter-spacing: .08em;
  font-weight: normal;
  font-size: 14px;
  font-size: 3.7333333333vw
}

.shop .btn {
  margin-top: 2.2727272727%
}

.shop .btn a {
  background: #e84d84;
  border: none;
  color: #fff
}

.shop .btn a:after {
  background-image: url(../img/common/arrow.svg)
}

.shop .caution {
  letter-spacing: .03em;
  text-align: justify;
  text-justify: inter-ideograph
}

.lineup {
  position: relative;
  padding: 0 0 20px;
  background: #fff5e6;
  color: #694b2c;
  z-index: 40
}

.lineup:before {
  content: "";
  display: block;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, -100%);
  width: 100%;
  aspect-ratio: 1/.22;
  background: url(../img/lineup-bg.png) 0 0 no-repeat;
  background-size: 100% auto;
  z-index: 22
}

.lineup .inner {
  position: relative;
  z-index: 23
}

.lineup .lineup-sub {
  position: absolute;
  top: -60px;
  left: calc(50% + 65px);
  width: 108px;
  transform: rotate(20deg)
}

.lineup .lineup-list {
  margin: 2.6666666667% auto 0
}

.lineup .lineup-list:after {
  content: "";
  clear: both;
  display: block
}

.lineup .lineup-list a {
  display: block
}

.lineup .lineup-list li {
  float: left;
  width: 48.4848484848%;
  margin-top: 3.7878787879%
}

.lineup .lineup-list li:nth-child(2n-1) {
  margin-right: 3.0303030303%
}

.lineup .btn {
  margin-top: 8%
}

.lineup .caution {
  margin-top: 9.0909090909%;
  text-align: left
}

.lineup .caution span {
  display: block
}

.lineup .lineup-btn {
  max-width: 89.3939393939%;
  margin-top: 8%
}

.lineup .lineup-btn a {
  letter-spacing: .08em
}

.lineup .lineup-sub {
  transform: translateY(30px) rotate(20deg)
}

.lineup .lineup-sub.iv-active {
  transform: translateY(0) rotate(20deg)
}

.foot {
  position: relative;
  padding: 8% 0 5.3333333333%;
  background: #fff;
  text-align: center;
  color: #694b2c;
  z-index: 100
}

.foot .foot-logo {
  width: 28%;
  margin: 0 auto
}

.foot .copyright-wrap {
  margin-top: 4%
}

.foot .copyright-m {
  width: 21.3333333333%;
  margin: 0 auto 2%
}

.foot .copyright {
  font-size: 10px;
  font-size: 2.6666666667vw
}

.foot .pagetop {
  position: absolute;
  top: 0;
  right: 5.3333333333%;
  transform: translateY(-98%);
  width: 29.3333333333%;
  background: #fff;
  border-radius: 5px 5px 0 0;
  text-align: center;
  cursor: pointer;
  z-index: 100;
  font-size: 12px;
  font-size: 3.2vw
}

.foot .pagetop span {
  display: block;
  padding: .4em 0
}

.foot .pagetop span:after {
  content: "";
  display: inline-block;
  width: 2vw;
  height: 2.8vw;
  max-width: 10px;
  max-height: 16px;
  margin-left: .7em;
  background: url(../img/common/arrow-c.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  transform: rotate(-90deg)
}

.m-contents {
  background: #fffddf url(../img/hero_bg.jpg) 0 0 no-repeat;
  background-size: 100% auto
}

.head {
  color: #fff
}

.head .logo {
  width: 25.3333333333%;
  position: absolute;
  top: 1.6891891892%;
  right: 2.8%;
  z-index: 3
}

.head .head-point {
  line-height: 1.6;
  letter-spacing: .2em;
  font-size: 12px;
  font-size: 3.2vw
}

.head .head-point .head-point-txt .head-point-txt-p {
  width: 55%;
  translate: 0 -5%
}

.head .head-point li:first-child .head-point-txt {
  margin-top: 7.2%
}

.head .head-point li:first-child .head-point-txt-p+p {
  translate: 0 -5%
}

.head .head-point li:nth-child(2) {
  margin-top: -4%
}

.head .head-point li:nth-child(2) .head-point-txt {
  margin-top: 11%;
  width: 35%
}

.head .head-point li:nth-child(2) .head-point-txt .head-point-txt-p+p {
  translate: 0% -3%
}

.head .head-point li:nth-child(3) {
  margin-top: -6%
}

.head .head-point li:nth-child(3) .head-point-txt {
  margin-top: 9.5%;
  translate: 0 0
}

.head .head-point li:nth-child(3) .head-point-txt .head-point-txt-p+p {
  translate: 0% -2%
}

.allergy-shop {
  z-index: 10;
  padding-top: 0;
  padding-bottom: 29.3333333333%;
  background: url(../img/common.jpg) 0 .5% repeat-y;
  background-size: 100% auto;
  position: relative
}

.allergy-shop::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1/.22;
  background: url(../img/point-bg-top.png) top center/100% no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  translate: 0 -99%;
  z-index: 9
}

.allergy-shop .allergy-list {
  color: #4c1400
}

.shop-list .shop-item {
  width: 48.406676783% !important
}

.shop-list .shop-item.mod-shop {
  margin-left: 2.6666666667% !important
}

.foot .copyright-top {
  width: 10.6666666667%;
  margin: 0 auto 2%
}

@media screen and (min-width: 750px) {
  .page-top {
      right:15px;
      bottom: 15px
  }

  .page-top:hover {
      opacity: .6
  }

  .head .inner {
      padding: 0
  }

  .page-top {
      right: 15px;
      bottom: 15px
  }

  .page-top:hover {
      opacity: .6
  }

  .head .inner {
      padding: 0
  }
}

@media screen and (min-width: 545px) {
  .title {
      font-size:4.3rem
  }

  .title small {
      font-size: 1.8rem
  }

  .caution {
      font-size: 1.75rem
  }

  .btn a {
      font-size: 2rem
  }

  .head .head-point {
      font-size: 2.1rem
  }

  .head .head-point .head-point-txt small {
      font-size: 1.75rem
  }

  .flavor .flavor-box dl .flavor-box-title {
      font-size: 2.6rem
  }

  .flavor .flavor-box dl .flavor-box-txt {
      letter-spacing: .02em;
      font-size: 2.1rem
  }

  .flavor .flavor-box dl .btn a {
      font-size: 1.9rem
  }

  .flavor .fb-l-txt {
      font-size: 2rem
  }

  .allergy .allergy-list li {
      font-size: 1.65rem
  }

  .shop .shop-subtitle {
      font-size: 2.2rem
  }

  .foot .copyright {
      font-size: 1.5rem
  }

  .foot .pagetop {
      right: 30px;
      font-size: 1.75rem
  }

  .head .head-point {
      font-size: 1.95rem
  }

  .head .head-point .head-point-txt {
      letter-spacing: .02em
  }

  .title {
      font-size: 4.3rem
  }

  .title small {
      font-size: 1.8rem
  }

  .caution {
      font-size: 1.75rem
  }

  .btn a {
      font-size: 2rem
  }

  .head .head-point {
      font-size: 2.1rem
  }

  .flavor .flavor-box dl .flavor-box-title {
      font-size: 2.6rem
  }

  .flavor .flavor-box dl .flavor-box-txt {
      letter-spacing: .02em;
      font-size: 2.1rem
  }

  .flavor .flavor-box dl .btn a {
      font-size: 1.9rem
  }

  .flavor .fb-l-txt {
      font-size: 1.92rem
  }

  .allergy .allergy-list li {
      font-size: 1.65rem
  }

  .shop .shop-subtitle {
      font-size: 2.2rem
  }

  .foot .copyright {
      font-size: 1.5rem
  }

  .foot .pagetop {
      right: 30px;
      font-size: 1.75rem
  }

  .head .head-point {
      font-size: 1.95rem
  }

  .head .head-point .head-point-txt {
      letter-spacing: .02em
  }
}

@media screen and (min-width: 900px) {
  .btn a:hover {
      opacity:.7
  }

  .head .logo {
      transition: opacity .4s
  }

  .head .logo:hover {
      opacity: .7
  }

  .lineup .lineup-list a {
      transition: opacity .4s
  }

  .lineup .lineup-list a:hover {
      opacity: .7
  }

  .foot .foot-logo {
      transition: opacity .4s
  }

  .foot .foot-logo:hover {
      opacity: .7
  }

  .foot .pagetop span {
      transition: opacity .4s
  }

  .foot .pagetop span:hover {
      opacity: .7
  }

  .btn a:hover {
      opacity: .7
  }

  .head .logo {
      transition: opacity .4s
  }

  .head .logo:hover {
      opacity: .7
  }

  .lineup .lineup-list a {
      transition: opacity .4s
  }

  .lineup .lineup-list a:hover {
      opacity: .7
  }

  .foot .foot-logo {
      transition: opacity .4s
  }

  .foot .foot-logo:hover {
      opacity: .7
  }

  .foot .pagetop span {
      transition: opacity .4s
  }

  .foot .pagetop span:hover {
      opacity: .7
  }
}

@media screen and (min-width: 480px) {
  .head .head-point {
      transform:translateY(0)
  }

  .head .head-point {
      transform: translateY(0)
  }
}

@media screen and (min-width: 375px) {
  .head .head-point li {
      padding-bottom:0
  }

  .head .head-point li:nth-child(2) {
      margin-top: -8%
  }

  .head .head-point li:nth-child(3) {
      margin-top: -5%
  }

  .head .head-point li {
      padding-bottom: 0
  }
}

@media screen and (min-width: 600px) {
  .lineup:before {
      transform:translateY(-115px)
  }

  .lineup:before {
      transform: translate(0, -100%)
  }
}

@media screen and (min-width: 605px) {
  .flavor .inner {
      padding:0 0 10%
  }

  .flavor {
      padding: 16% 0 14%;
      background: url("../img/flavor-bg.png") center 0/100% 100% no-repeat
  }
}

@media screen and (max-width: 500px) {
  .flavor .flavor-l-box {
      padding:9% 0
  }
}

.head .logo {
  width: 27.8%;
  top: 2.2%;
  right: 3.2%;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
2026/03/16 追記分
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
body {
  font-family: "Yu Gothic", "YuGothic", "游ゴシック", "游ゴシック体", "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
}

.head .head-point .head-point-txt, .flavor .fb-l-txt {
  font-family: "Yu Gothic", "YuGothic", "游ゴシック", "游ゴシック体", "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
}

.title .title_ja {
  font-family: "Yu Gothic", "YuGothic", "游ゴシック", "游ゴシック体", "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
2026/03/19 追記分
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.allergy .allergy-list li {
  padding: 0;
  aspect-ratio: 165 / 74;
}

.foot .foot-logo {
  width: 32.1333333333%;
}
