@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";
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol {
  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
}

ol li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,main,menu,nav,output,ruby,section,summary,time,mark,audio,video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline
}

main,article,aside,details,figcaption,figure,footer,header,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
}

* {
  box-sizing: border-box
}

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

blockquote,q {
  quotes: none
}

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

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

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

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

input::-webkit-input-placeholder,input:-moz-placeholder {
  color: #6a3906
}

textarea::-webkit-input-placeholder,textarea:-moz-placeholder {
  color: #6a3906
}

input[type=button],input[type=submit],input[type=search],input[type=reset] {
  -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: #6a3906;
  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.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 5.3333333333%
}

.img-pc {
  display: none
}

.title {
  text-align: center;
  line-height: 1;
  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;
  font-size: 11px;
  font-size: 2.9333333333vw
}

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

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

.btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  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%
}

.sc-box-pc {
  display: none
}

.sc-c {
  position: absolute;
  top: 0
}

.sc-c span {
  display: block
}

.sc-box .iv-trigger,.sc-box-pc .iv-trigger {
  opacity: 0
}

.sc-box .iv-trigger.iv-l,.sc-box-pc .iv-trigger.iv-l {
  transform: translateX(-50%)
}

.sc-box .iv-trigger.iv-r,.sc-box-pc .iv-trigger.iv-r {
  transform: translateX(50%)
}

.sc-box .iv-trigger.iv-active,.sc-box-pc .iv-trigger.iv-active {
  opacity: 1;
  transform: translateX(0);
  transition: all ease-in-out .5s
}

.inner-bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%
}

.inner-bg-bottom {
  top: auto;
  bottom: 0
}

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

  100% {
      opacity: 1;
      transform: scale(1)
  }
}

.head {
  position: relative
}

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

.head .logo {
  position: absolute;
  top: 2.4770642202%;
  left: 50%;
  width: 26%;
  transform: translateX(-50%);
  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-cake {
  opacity: 0
}

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

.head .hero-title {
  opacity: 0
}

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

.head .hero-last {
  opacity: 0
}

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

.head .point-inner {
  position: relative;
  padding-top: 5.3333333333%;
  padding-bottom: 13.3333333333%;
  background: #c2eef0;
  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 {
  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)
  }

  100% {
      transform: rotate(0deg)
  }
}

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

  8% {
      transform: rotate(10deg)
  }

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

  32% {
      transform: rotate(0deg)
  }

  100% {
      transform: rotate(0deg)
  }
}

.flavor {
  position: relative;
  padding: 14.6666666667% 0 9.3333333333%;
  background: #fffac6;
  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, #6a3906, #6a3906 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: #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: 7.5757575758% 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%;
  background: #d2ffd2;
  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.61% 0;
  background: #fff;
  line-height: 1.2;
  text-align: center;
  border-bottom: 1px solid #6a3906;
  border-left: 1px solid #6a3906;
  font-size: 11px;
  font-size: 2.9333333333vw
}

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

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

.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:nth-child(13),.allergy .allergy-list li:nth-child(14),.allergy .allergy-list li:nth-child(24) {
  padding: 0
}

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

.allergy .allergy-list li.allergy-on {
  background: #fff034;
  color: #6a3906
}

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

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

.allergy .btn a {
  background: #fff034;
  border: none;
  color: #6a3906
}

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

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

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

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

.shop .shop-title::before {
  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: 2.2727272727%
}

.shop .btn a {
  background: #fff034;
  border: none;
  color: #6a3906
}

.shop .btn a:after {
  background-image: url(../img/common/arrow-c.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 {
  margin-top: 8%
}

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

.head .point-inner {
  color: #fff;
  padding-top: 14.6666666667%;
  padding-bottom: 12%;
  background: url(../img/point-bg.jpg) 50% 0 no-repeat;
  background-size: cover
}

.head .point-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-25%);
  width: 100%;
  padding-top: 8%;
  background: 0 0 no-repeat;
  background-size: 100% auto
}

.head .head-point li .head-point-img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 61.038961039%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 3px 3px 3px rgba(0,0,0,.3);
  z-index: -1
}

.head .head-point li:nth-child(2) .head-point-img-bg {
  right: 0;
  left: auto
}

.flavor {
  padding-top: 16%;
  padding-bottom: 10.6666666667%;
  background: url(../img/flavor-bg.jpg) 50% 0 no-repeat;
  background-size: cover
}

.flavor::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-25%);
  width: 100%;
  padding-top: 8%;
  background: 0 0 no-repeat;
  background-size: 100% auto
}

.allergy-shop {
  color: #fff;
  padding-top: 17.3333333333%;
  padding-bottom: 10.6666666667%;
  background: url(../img/allergy_shop-bg.jpg) 50% 0 no-repeat;
  background-size: cover
}

.allergy-shop::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-25%);
  width: 100%;
  padding-top: 8%;
  background: 0 0 no-repeat;
  background-size: 100% auto
}

.allergy-shop .allergy-list {
  color: #6a3906
}

.lineup {
  padding-top: 16%
}

.lineup::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-25%);
  width: 100%;
  padding-top: 8%;
  background: 0 0 no-repeat;
  background-size: 100% auto
}

.foot .copyright-dp {
  width: 19.3333333333%;
  margin: 0 auto 2.6666666667%
}

body {
  color: #fff
}

body:before {
  background-image: url("../img/bg_2403.jpg")
}

.head-hero .logo {
  top: 1.877064%;
  left: 84.7%;
  width: 25.1%
}

.head-hero .hero-last.iv-active {
  transition-delay: 1.2s
}

.head .point-inner {
  background: url(../img/point-bg.png) left top/100% auto no-repeat;
  margin-top: -9.2%;
  padding-bottom: 13.4%
}

.head .point-inner:before {
  background: none;
  display: none
}

.head .point-inner {
  padding-top: 20.7%
}

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

.head .point-inner .inner li .head-point-img-bg {
  width: 60%
}

.head .point-inner .inner li .head-point-txt {
  margin-top: 14.8%
}

.head .point-inner .inner li:nth-of-type(1) .head-point-txt {
  padding-right: 5.8%
}

.head .point-inner .inner li:nth-of-type(1) .head-point-txt-p {
  width: 66%;
  margin-left: -1.7%
}

.head .point-inner .inner li:nth-of-type(1) .head-point-img {
  margin-left: .7%
}

.head .point-inner .inner li:nth-of-type(1) .head-point-img-bg {
  margin-left: .9%
}

.head .point-inner .inner li:nth-of-type(2) {
  margin-top: -5.1%
}

.head .point-inner .inner li:nth-of-type(2) .head-point-txt {
  padding-left: 4.8%;
  width: 33%
}

.head .point-inner .inner li:nth-of-type(2) .head-point-txt-p {
  width: 67%
}

.head .point-inner .inner li:nth-of-type(2) .head-point-img {
  margin-right: 1%
}

.head .point-inner .inner li:nth-of-type(2) .head-point-img-bg {
  margin-right: 1%
}

.head .point-inner .inner li:nth-of-type(3) .head-point-img {
  margin-left: .7%
}

.head .point-inner .inner li:nth-of-type(3) .head-point-img-bg {
  margin-left: .8%
}

.flavor {
  background-image: url("../img/flavor-bg.png");
  margin-top: -9.9%;
  padding: 29.7% 0 12.66%
}

.flavor:before {
  display: none;
  background: none
}

.flavor .flavor-l {
  margin-top: 2%
}

.flavor .fb-l-img {
  width: 112.136364%;
  margin-left: -6%
}

.flavor .fb-l-txt {
  margin-top: 5.8%
}

.flavor .flavor-l-box {
  padding: 7.5757575758% 0 8.7%
}

.flavor .flavor-l-box-wrap:nth-of-type(n + 2) .flavor-l-box {
  padding-top: 9%
}

.allergy-shop {
  background-image: url("../img/allergy_shop-bg.png");
  margin-top: -10.1%;
  padding: 29% 0 16%
}

.allergy .allergy-list {
  color: #1c2a54
}

.allergy .allergy-list li {
  border-color: #fff;
  background-color: #7ea2cc
}

.allergy .allergy-list li.allergy-on {
  background-color: #fff100;
  color: #1c2a54
}

.allergy .allergy-list li:nth-child(2),.allergy .allergy-list li:nth-child(3) {
  border-left: 1px solid #1c2a54
}

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

.allergy .allergy-list li:nth-child(4n) {
  border-color: #fff
}

.allergy .btn a {
  color: #1c2a54;
  padding: 5% 9%;
  border-radius: 9%/50%;
  background-color: #fff100
}

.shop .shop-title {
  font-size: 4vw;
  letter-spacing: .05em;
  font-weight: 700
}

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

.shop .shop-title:before {
  margin-right: .8em
}

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

.shop .shop-title span {
  white-space: nowrap;
  width: 30%
}

.shop .shop-list {
  margin-top: 4vw;
  display: flex;
  flex-wrap: wrap
}

.shop .shop-list .btn {
  max-width: none;
  margin-top: 2.2666666667vw
}

.shop .shop-list .btn a {
  padding: 0.6666666667vw;
  display: flex;
  align-items: center;
  border-radius: 6.6666666667vw;
  background-color: #fff100
}

.shop .shop-list .btn a:after {
  display: none
}

.shop .shop-list .btn .btn-txt {
  line-height: 1.2;
  color: #1c2a54;
  margin-left: 3.2vw;
  letter-spacing: .05em
}

.shop .shop-item {
  width: 42.5333333333vw;
  position: relative;
  text-align: center
}

.shop .shop-item.mod-shop {
  margin-left: 3vw
}

.shop .shop-subTitle {
  font-size: 3.7333333333vw;
  letter-spacing: .05em
}

.btn-mobileIcon {
  width: 10.6666666667vw
}

.btn-arrow {
  width: 1.7333333333vw;
  position: absolute;
  top: 50%;
  right: 5.3333333333vw;
  transform: translateY(-50%)
}

.caution-item:nth-of-type(n + 2) {
  margin-top: 1.3333333333vw
}

.lineup:before {
  background-image: url("../img/lineup-deco.png");
  padding-top: 23%;
  transform: translateY(-48%)
}

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

.lineup-btn a {
  padding: 5% 9%;
  border-radius: 9%/50%;
  border: none
}

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

  .sc-box {
      display: none
  }

  .sc-box-pc {
      display: block
  }

  .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: 600px) {
  .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.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.6rem
  }

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

  .shop .shop-title {
      font-size: 24px
  }

  .shop .shop-list {
      margin-top: 3.6%
  }

  .shop .shop-list .btn {
      margin-top: 6.8%
  }

  .shop .shop-list .btn a {
      padding: 4px;
      border-radius: 40px
  }

  .shop .shop-list .btn .btn-txt {
      margin-left: 7%;
      font-size: 20.8px
  }

  .shop .shop-item {
      width: 255.2px
  }

  .shop .shop-item.mod-shop {
      margin-left: 17.6px
  }

  .shop .shop-subTitle {
      font-size: 22.4px
  }

  .btn-mobileIcon {
      width: 64px
  }

  .btn-arrow {
      width: 10.4px;
      right: 32px
  }

  .caution-item:nth-of-type(n + 2) {
      margin-top: 2px
  }
}

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

  .head .head-point li .head-point-img-bg {
      box-shadow: 6px 6px 5px rgba(0,0,0,.3)
  }
}

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

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

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
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 .copyright {
  width: 70.8%;
  margin: 0 auto;
  text-align: left;
  display: block;
  @media screen and (min-width: 600px) {
    font-size: calc(20px * 0.75);
  }
}

.foot .copyright .copyright-txt {
  margin-right: -1em;
  line-height: 1.1;
  display: block;
}

.foot .copyright .copyright-txt.mod-2 {
  margin-top: 1.35em;
}

.foot .copyright .copyright-img {
  width: 21.9%;
  margin: 0 0.1% 0 0;
  transform: translateY(-9%);
}

.foot .copyright .copyright-reg {
  margin-right: -0.1em;
  line-height: 0;
  font-size: 1.75em;
  transform: translateY(0.33em);
  display: inline-block;
}

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

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





