@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: #623401;
  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;
  background: #fff5e6;
  overflow: hidden
}

.m-contents {
  position: relative
}

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

.img-pc {
  display: none
}

.title {
  text-align: center;
  line-height: 1;
  letter-spacing: .07em;
  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 {
  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 {
  position: relative;
  overflow: hidden
}

.head .head-hero {
  position: relative;
  width: calc(100% + 1px);
  margin: 0 auto;
  z-index: 10
}

.head .logo {
  position: absolute;
  top: 2.2%;
  left: 4%;
  width: 26.6666666667%;
  z-index: 10000
}

.head .hero-wrap {
  position: relative;
  z-index: 11
}

.head .hero-01,.head .hero-02,.head .hero-03 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%
}

.head .point-inner {
  position: relative;
  margin-top: -0.5333333333%;
  padding-top: 14.6666666667%;
  padding-bottom: 14.6666666667%;
  background-size: 100% auto;
  z-index: 10
}

.head .inner {
  padding: 0
}

.head .head-point {
  position: relative;
  margin: 0 auto;
  color: #fff;
  letter-spacing: .03em;
  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.4%;
  margin-top: 12%;
  padding-right: 3.8961038961%;
  text-align: justify;
  text-justify: inter-ideograph
}

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

.head .head-point .head-point-txt small {
  display: block;
  margin-top: .2em;
  letter-spacing: 0;
  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 .hero-01 {
  opacity: 0
}

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

.head .hero-02,.head .hero-03 {
  opacity: 0
}

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

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

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

.head .head-point li:nth-child(2) .head-point-img {
  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 {
  position: relative;
  padding: 16.6666666667% 0 16%;
  background: url(../img/bg-02.png) center top repeat-y;
  background-size: 100% auto;
  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, #694B2C, #694B2C 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;
  font-size: 14px;
  font-size: 3.7333333333vw
}

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

.flavor .flavor-box dl .btn a {
  background: #694b2c;
  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, #694B2C, #694B2C 2px, transparent 2px, transparent 5px);
  background-size: 7px 1px
}

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

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

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

.allergy-shop {
  position: relative;
  padding-top: 19.3333333333%;
  padding-bottom: 18.6666666667%;
  background-size: 100% auto
}

.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 {
  width: 33.3333333333%;
  padding: .6em .3em;
  background: hsla(0,0%,100%,.4);
  text-align: center;
  border-bottom: 1px solid #694b2c;
  border-left: 1px solid #694b2c;
  font-size: 11px;
  font-size: 2.9333333333vw
}

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

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

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

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

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

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

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

.allergy .btn {
  margin-top: 30px
}

.allergy .btn a {
  background: #703d1d;
  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, #694B2C, #694B2C 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, #694B2C, #694B2C 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: .8em;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  font-size: 3.7333333333vw
}

.shop .btn {
  margin-top: 30px
}

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

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

.shop .shop-btn-sw {
  margin-top: 50px
}

.shop .shop-btn-sw a {
  display: block;
  max-width: 438px;
  margin: 0 auto
}

.shop .copy-l {
  margin-top: 50px;
  text-align: right
}

.shop .copy-l img {
  width: 125px
}

.shop .shop-list {
  margin-top: 3.7333333333% !important
}

.shop .shop-item {
  width: 48.3333333333% !important
}

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

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

.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: 5%
}

.foot .copyright-d {
  width: 12.9333333333%;
  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)
}

.title small {
  margin-top: .7em;
  letter-spacing: .08em;
  font-size: 11px;
  font-size: 2.9333333333vw
}

.head .point-inner {
  padding-top: 20.6%;
  padding-bottom: 20%;
  background: url(../img/hp-bg.webp) center top/100% auto no-repeat
}

.head .head-point {
  font-size: 12px;
  font-size: 3.2vw
}

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

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

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

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

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

.head .head-point-txt p {
  line-height: 1.7;
  font-weight: 600
}

.item {
  position: relative;
  margin-top: -12.3%;
  padding-top: 17%;
  padding-bottom: 30%;
  background: url(../img/bg-item.png) center top/100% auto no-repeat;
  z-index: 100
}

.item .item-top {
  position: relative;
  margin-top: 8%
}

.item .item-top01 {
  position: absolute;
  top: 9.2%;
  left: 0;
  width: 100%
}

.item .item-top02 {
  position: absolute;
  top: 25.2%;
  left: 0;
  width: 100%
}

.item .item-flavor {
  display: flex;
  position: absolute;
  left: 0
}

.item .item-flavor li {
  width: 50%
}

.item .item-flavor-title {
  margin-top: 4%;
  text-align: center;
  line-height: 1.3;
  letter-spacing: .1em;
  font-weight: bold;
  font-size: 14px;
  font-size: 3.7333333333vw
}

.item .item-flavor-txt {
  width: 80%;
  margin: 4% auto 0;
  line-height: 1.6;
  letter-spacing: .12em;
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 12px;
  font-size: 3.2vw
}

.item .item-flavor-btn {
  position: relative;
  width: 80%;
  margin: 6% auto 0;
  letter-spacing: .08em;
  font-size: 12px;
  font-size: 3.2vw
}

.item .item-flavor-btn a {
  display: block;
  padding: .4em 2em;
  background: #fff000;
  border-radius: 100vh;
  color: #694b2c;
  transition: opacity .4s
}

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

.item .item-flavor01 {
  top: 41.5%
}

.item .item-flavor02 {
  top: 68.5%
}

.item .item-flavor02 li:first-child .item-flavor-title,.item .item-flavor02 li:first-child .item-flavor-txt {
  margin-top: 10%
}

.item .item-topping,.item .item-favorite {
  margin-top: 3.5%
}

.item .item-set {
  margin-top: 4%
}

.item .item-caution {
  margin-top: 11%;
  line-height: 1.65;
  letter-spacing: .12em;
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 12px;
  font-size: 3.2vw
}

.arrange {
  position: relative;
  margin-top: -14%;
  padding-top: 23%;
  padding-bottom: 21%;
  background: url(../img/bg-arrange.png) 0 0 no-repeat;
  background-size: 100% auto;
  z-index: 100
}

.arrange .arrange-box {
  position: relative;
  margin-top: 8%;
  padding-top: 20.5%
}

.arrange .arrange-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%
}

.arrange .arrange-nav {
  margin-top: 5%
}

.arrange .arrange-nav .slick-list {
  overflow: visible
}

.arrange .arrange-nav .slick-track {
  width: auto !important;
  display: flex;
  justify-content: center;
  grid-gap: 3.0303030303%;
  gap: 3.0303030303%;
  top: auto;
  left: auto;
  margin: 0;
  transform: none !important
}

.arrange .arrange-nav .slick-slide {
  width: 22.7272727273% !important
}

.arrange .arrange-nav .slick-slide:nth-of-type(4) {
  margin-right: 0
}

.arrange .arrange-nav .arrange-nav-c {
  position: relative;
  background: #fff;
  border-radius: 50%
}

.arrange .arrange-nav .slick-current .arrange-nav-c {
  background: #fff000;
  border: .5vw solid #623401;
  box-shadow: .4vw .4vw 0 rgba(0,0,0,.2)
}

.arrange .arrange-nav .slick-current .arrange-nav-c:after {
  content: "";
  display: block;
  position: absolute;
  top: -20%;
  left: -5%;
  width: 40%;
  padding-top: 40%;
  background: url(../img/arrange-nav-a.svg) 0 0 no-repeat;
  background-size: 100% auto
}

.arrange .arrange-caution {
  margin-top: 4%;
  letter-spacing: .12em;
  font-size: 12px;
  font-size: 3.2vw
}

.arrange .slick-next {
  position: absolute;
  top: 47%;
  width: 9.3vw;
  height: 0;
  padding-top: 9.3vw;
  background: rgba(0,0,0,.2) 0 0 no-repeat;
  background-size: 100% auto;
  border: none;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -9999em;
  box-shadow: .4vw .4vw 0 rgba(0,0,0,.2);
  z-index: 100
}

.arrange .slick-prev {
  position: absolute;
  top: 47%;
  width: 9.3vw;
  height: 0;
  padding-top: 9.3vw;
  background: rgba(0,0,0,.2) 0 0 no-repeat;
  background-size: 100% auto;
  border: none;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -9999em;
  box-shadow: .4vw .4vw 0 rgba(0,0,0,.2);
  z-index: 100;
  left: 0;
  background-image: url(../img/arrange-prev.svg)
}

.arrange .slick-next {
  right: 0;
  background-image: url(../img/arrange-next.svg)
}

.howto {
  position: relative;
  margin-top: -15%;
  padding-top: 22%;
  padding-bottom: 31%;
  background: url(../img/bg-howto.png) 0 0 no-repeat;
  background-size: 100% auto;
  z-index: 100;
  color: #fff
}

.howto .howto-box {
  margin-top: 9%
}

.howto .howto-box:first-of-type {
  margin-top: 6.5%
}

.howto .howto-box dt {
  width: 102.9%;
  margin-left: -2.8%
}

.howto .howto-box .howto-txt {
  margin-top: 3.0303030303%;
  padding-bottom: .2em;
  letter-spacing: .15em;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 94%, #fff 95%, #fff 100%);
  background-size: 100% 1.8em;
  line-height: 1.8em;
  font-weight: bold;
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 14px;
  font-size: 4vw
}

.howto .howto-box .howto-txt-caution {
  margin-top: 5%;
  line-height: 1.6;
  letter-spacing: .08em;
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 12px;
  font-size: 3.2vw
}

.howto .howto-box .howto-txt-caution02 {
  width: 89.3939393939%;
  margin: 7% auto 0;
  padding: .4em 0 .85em;
  background: #f4cecb;
  border-radius: 2vw;
  text-align: center;
  line-height: 1.9;
  letter-spacing: .08em;
  color: #623401;
  font-weight: bold;
  font-size: 15px;
  font-size: 4vw
}

.howto .howto-box .howto-txt-caution02 span {
  display: inline;
  position: relative;
  padding-bottom: 2%;
  background: radial-gradient(#623401 30%, transparent 30%) repeat-x left bottom/1vw 1vw
}

.howto .howto-caution {
  margin-top: 4%;
  font-size: 12px;
  font-size: 3.2vw
}

.allergy-shop {
  position: relative;
  margin-top: -25.6%;
  padding-top: 25.4%;
  padding-bottom: 23%;
  background: url(../img/bg-allergy.png) 0 0 no-repeat;
  background-size: 100% auto;
  z-index: 100
}

.allergy .allergy-box {
  margin-top: 9.0909090909%
}

.allergy .allergy-box:after {
  display: block;
  content: "";
  height: 1px;
  margin-top: 9.0909090909%;
  background-image: linear-gradient(to right, #623401, #623401 2px, transparent 1px, transparent 1px);
  background-size: 4px 1px
}

.allergy .allergy-box dt {
  position: relative;
  letter-spacing: .17em;
  font-size: 15px;
  font-size: 4vw
}

.allergy .allergy-box dt h4 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.allergy .allergy-box dd {
  margin-top: 2.8%;
  font-size: 11px;
  font-size: 2.9333333333vw
}

.allergy .allergy-box dd h5 {
  margin-bottom: 1.7%;
  text-align: center;
  letter-spacing: .12em;
  font-size: 13px;
  font-size: 3.4666666667vw
}

.allergy .allergy-box dd .allergy-box-subtitle {
  margin-top: 4.2%;
  margin-bottom: 1.5%
}

.allergy .allergy-box dd ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.allergy .allergy-box dd ul li {
  width: 48.4848484848%;
  padding: .6em 0;
  background: #fff000;
  text-align: center;
  color: #623401;
  border-radius: 2%/10%
}

.allergy .allergy-box dd ul li:nth-child(3),.allergy .allergy-box dd ul li:nth-child(4) {
  margin-top: 2%
}

.allergy .allergy-last {
  margin-top: 8.5%;
  display: flex;
  align-items: center;
  letter-spacing: .08em;
  font-size: 3.46vw
}

.allergy .allergy-last li:first-child {
  width: 12.5757575758%;
  margin-right: .6em;
  margin-top: -0.25em;
  margin-left: .04em
}

.allergy .allergy-last li:nth-child(2) {
  font-weight: bold
}

.allergy .allergy-last li:nth-child(3) {
  width: 38.7878787879%;
  margin-left: auto
}

.allergy .allergy-last li:nth-child(3) a {
  display: block;
  padding: .9em 0 .9em 1.4em;
  background: #fff000;
  border-radius: 100vh;
  color: #623401;
  letter-spacing: .08em;
  font-size: 13px;
  font-size: 3.4666666667vw;
  transition: opacity .4s
}

.allergy .allergy-last li:nth-child(3) a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6.2%;
  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%
}

.allergy .caution {
  margin: 7.4% -1.3% 0% -0.2%;
  letter-spacing: .05em;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.6
}

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

.shop {
  padding-top: 11%
}

.shop .shop-title:after,.shop .shop-title:before {
  background-image: linear-gradient(to right, #623401, #623401 2px, transparent 1px, transparent 1px)
}

.shop .shop-subtitle {
  margin-top: 3.0303030303%;
  letter-spacing: .08em
}

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

.shop .caution {
  margin-top: 4%;
  letter-spacing: .08em;
  text-align: justify;
  text-justify: inter-ideograph
}

.lineup {
  position: relative;
  margin-top: -14%;
  padding-top: 18%;
  background: url(../img/bg-lineup.png) 0 0 no-repeat;
  background-size: 100% auto;
  z-index: 100
}

.lineup .lineup-list {
  margin-top: 6%
}

.lineup .lineup-list li {
  margin-top: 4.5%
}

.ie .arrange .arrange-nav .slick-current .arrange-nav-c:after {
  top: -30%
}

.ie .howto .howto-box .howto-txt-caution02 span {
  padding-bottom: 0
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: rgba(0,0,0,0)
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: none
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-list,.slick-slider .slick-track {
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.slick-track:after,.slick-track:before {
  content: "";
  display: table
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none
}

[dir=rtl] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid rgba(0,0,0,0)
}

.slick-arrow.slick-hidden {
  display: none
}

body:before {
  background-image: url(../img/bg-pc_2512.webp)
}

.head {
  position: relative;
  z-index: 1
}

.head .logo {
  top: 1.7%;
  left: 70.9%
}

.head .hero-02_star {
  position: absolute;
  width: 27%;
  top: 45.8%;
  left: 1%
}

.head .point-inner {
  margin-top: -15%
}

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

.head .head-point .mod-1 .head-point-img {
  margin-left: 1%
}

.head .head-point .mod-2 {
  margin-top: -5.8% !important
}

.head .head-point .mod-2 .head-point-img {
  margin-right: 1%
}

.head .head-point .mod-2 .head-point-txt {
  margin-top: 13.2%;
  transform: translateX(3%)
}

.head .head-point .mod-3 {
  margin-top: 10.5%
}

.head .head-point .mod-3 .head-point-img {
  margin-left: 1%
}

.head .head-point-txt {
  color: #623401
}

.item {
  background-image: url(../img/bg-item_2512.webp);
  z-index: 2
}

.item .item-top {
  margin-top: 7.5%
}

.item .item-flavor-btn a {
  background-color: #e85382;
  color: #fff
}

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

.item .item-caution {
  display: block;
  margin-top: 6%
}

.iv-up.iv-active {
  transition: transform .5s,opacity .5s
}

.arrange {
  margin-top: -25.4%;
  padding-top: 26.1%;
  padding-bottom: 26%;
  background-image: url(../img/bg-arrange_2512.webp);
  z-index: 1
}

.arrange .arrange-box {
  margin-top: 8%
}

.arrange .title {
  color: #fff
}

.arrange .arrange-caution {
  display: block;
  color: #fff
}

.arrange .arrange-slide {
  margin-top: .9%
}

.arrange .arrange-slide .slick-prev {
  background-image: url(../img/arrange-prev_2402.png);
  width: 9.5vw;
  padding-top: 9.5vw
}

.arrange .arrange-slide .slick-next {
  background-image: url(../img/arrange-next_2402.png);
  width: 9.5vw;
  padding-top: 9.5vw
}

.arrange .arrange-top {
  width: 80.1136363636%;
  left: 10.4%
}

.howto {
  background-image: url(../img/bg-howto_2512.webp);
  color: #623401;
  padding-top: 20.2%;
  position: relative;
  z-index: 2
}

.howto .howto-box {
  margin-top: 6.1%
}

.howto .howto-box .howto-txt {
  margin-top: 4%;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 94%, #623401 95%, #623401 100%)
}

.howto .howto-box.mod-2 .howto-txt {
  letter-spacing: .1em
}

.howto .howto-box.mod-3 {
  margin-top: 8.8%
}

.howto .howto-box.mod-4 {
  margin-top: 8.8%
}

.howto .howto-box .howto-txt-caution {
  display: block;
  margin-top: 3.4%
}

.howto .howto-caution {
  display: block
}

.allergy-shop {
  background-image: url(../img/bg-allergy_2512.webp);
  color: #fff;
  position: relative;
  z-index: 1
}

.allergy .allergy-box:after {
  background-image: linear-gradient(to right, #fff, #fff 2px, transparent 1px, transparent 1px)
}

.allergy .allergy-box.mod-2:after {
  margin-top: 11.4%
}

.allergy .allergy-box.mod-1 {
  margin-top: 9.6%
}

.allergy .allergy-box.mod-2 {
  margin-top: 10.1%
}

.allergy .allergy-box.mod-3 {
  margin-top: 9.1%
}

.allergy .allergy-box .allergy-box_term_img {
  width: 100%;
  position: absolute;
  left: 0;
  pointer-events: none
}

.allergy .allergy-box.mod-1 .allergy-box_term_img {
  top: -18%
}

.allergy .allergy-box.mod-2 .allergy-box_term_img {
  top: -49%
}

.allergy .allergy-box.mod-3 .allergy-box_term_img {
  top: -18%
}

.allergy .allergy-box .allergy-box_term_txt {
  text-align: center;
  font-weight: bold
}

.allergy .allergy-box.mod-1 dd {
  margin-top: 2.8%
}

.allergy .allergy-box.mod-2 dd {
  margin-top: 4.6%
}

.allergy .allergy-box.mod-3 dd {
  margin-top: 3.2%
}

.allergy .allergy-last li:nth-child(3) a:after {
  background-image: url(../img/common/arrow-br.svg)
}

.shop .shop-title:before,.shop .shop-title:after {
  background-image: linear-gradient(to right, #fff, #fff 2px, transparent 1px, transparent 1px)
}

.shop .shop-list .btn a {
  background: #703d1d
}

.lineup {
  margin-top: 3.3%;
  padding-top: 2.5%;
  background: #fff5e6;
  position: relative
}

.lineup:before {
  content: "";
  width: 100%;
  aspect-ratio: 750/110;
  background: url(../img/lineup_frame.webp) center/cover;
  box-shadow: 0 2px 0 #fff5e6;
  position: absolute;
  bottom: 100%;
  left: 0
}

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

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

  .head .inner {
      padding: 0
  }
}

@media screen and (min-width: 900px) {
  .img-sm {
      display:none
  }

  .img-pc {
      display: inline
  }

  .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
  }

  .item .item-flavor-btn a:hover {
      opacity: .7
  }

  .arrange .slick-next,.arrange .slick-prev {
      transition: opacity .4s
  }

  .arrange .slick-next:hover,.arrange .slick-prev:hover {
      opacity: .7
  }

  .allergy .allergy-last li:nth-child(3) a:hover {
      opacity: .7
  }
}

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

  .title small {
      font-size: 1.8rem
  }

  .caution {
      font-size: 1.85rem
  }

  .btn a {
      font-size: 2rem
  }

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

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

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

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

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

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

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

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

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

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

  .title small {
      font-size: 1.76rem
  }

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

  .item .item-flavor-title {
      font-size: 2.3rem
  }

  .item .item-flavor-txt {
      font-size: 1.92rem
  }

  .item .item-flavor-btn {
      font-size: 1.92rem
  }

  .item .item-caution {
      font-size: 1.92rem
  }

  .arrange .arrange-nav .slick-current .arrange-nav-c {
      border-width: 3px;
      box-shadow: 3px 3px 0 rgba(0,0,0,.2)
  }

  .arrange .arrange-nav .arrange-nav-c:hover {
      background: #fff000;
      border: .5vw solid #623401;
      box-shadow: .4vw .4vw 0 rgba(0,0,0,.2);
      border-width: 3px;
      box-shadow: 3px 3px 0 rgba(0,0,0,.2);
      cursor: pointer
  }

  .arrange .arrange-nav .arrange-nav-c:hover:after {
      content: "";
      position: absolute;
      top: -20%;
      left: -5%;
      width: 40%;
      padding-top: 40%;
      background: url(../img/arrange-nav-a.svg) 0 0 no-repeat;
      background-size: 100% auto
  }

  .arrange .arrange-caution {
      font-size: 1.92rem
  }

  .arrange .slick-next,.arrange .slick-prev {
      width: 53px;
      padding-top: 53px;
      box-shadow: 3px 3px 0 rgba(0,0,0,.2);
      cursor: pointer
  }

  .howto .howto-box .howto-txt {
      font-size: 2.4rem
  }

  .howto .howto-box .howto-txt-caution {
      font-size: 1.92rem
  }

  .howto .howto-box .howto-txt-caution02 {
      border-radius: 12px;
      font-size: 2.38rem
  }

  .howto .howto-box .howto-txt-caution02 span {
      background-size: 6px 6px
  }

  .howto .howto-caution {
      font-size: 1.92rem
  }

  .allergy .allergy-box dt {
      font-size: 2.45rem
  }

  .allergy .allergy-box dd {
      font-size: 1.76rem
  }

  .allergy .allergy-box dd h5 {
      font-size: 2.2rem
  }

  .allergy .allergy-last {
      font-size: 2.45rem
  }

  .allergy .allergy-last li:nth-child(3) a {
      font-size: 2.2rem
  }

  .ie .arrange .arrange-nav .arrange-nav-c:hover:after {
      top: -30%
  }
}

@media screen and (min-width: 480px) {
  .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: -5%
  }

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

@media screen and (max-width: 599px) {
  .head .head-point-txt p {
      font-size:3.25vw !important
  }

  .head .head-point-txt small {
      font-size: 2.5833333333vw
  }
}

@media screen and (min-width: 600px) {
  .head .head-point-txt p {
      font-size:1.95rem
  }

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

  .arrange .arrange-slide .slick-prev {
      width: 57px;
      padding-top: 57px
  }

  .arrange .arrange-slide .slick-next {
      width: 57px;
      padding-top: 57px
  }
}

.head .logo {
  top: 0;
  right: 0;
  width: 16.8%;
  left: auto;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
2026/03/16 追記分
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
body {
  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;
}

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