@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: #694b2c
}

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

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: #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.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: opacity .5s,transform .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)
  }

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

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

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

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

body {
  font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",sans-serif
}

body::before {
  background: url(../img/bg-pc.webp) center center/cover no-repeat
}

.title {
  letter-spacing: 0.05em
}

.head {
  position: relative
}

.head .head-hero {
  position: relative;
  width: 100%
}

.head .logo {
  width: 26.6666666667%;
  position: absolute;
  top: 1.7528483786%;
  right: 1.6%;
  z-index: 2
}

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

.head .hero-item.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-title {
  opacity: 0
}

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

.head .hero-cake {
  opacity: 0
}

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

.head .point-inner {
  position: relative;
  background-color: #fff57f;
  background: url(../img/point-bg.webp) center top/100% no-repeat
}

.head .point-inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1/.1;
  background: url(../img/border.webp) center top/100% no-repeat;
  transform: translateY(-55%)
}

.head .point-inner .inner {
  padding: 12.5333333333% 0 12%
}

.head .head-pointList {
  margin-inline:auto;width: 108.1333333333%;
  transform: translateY(0);
  position: relative
}

.head .head-pointListItem {
  margin-left: -7.5215782984%;
  display: flex;
  justify-content: space-between;
  width: 100%
}

.head .head-pointListItem.mod-point2 {
  margin-top: -4.5622688039%;
  flex-flow: row-reverse;
  margin-left: 0;
  margin-right: -7.5215782984%
}

.head .head-pointListItem.mod-point2 .head-pointListItem_img {
  -webkit-animation: rotate-02 4s ease-in-out infinite 2.3s;
  animation: rotate-02 4s ease-in-out infinite 2.3s
}

.head .head-pointListItem.mod-point2 .head-pointListItemInner {
  margin-top: 13.9334155364%;
  padding-right: 3.0826140567%;
  padding-left: 5.5487053021%
}

.head .head-pointListItem.mod-point2 .head-pointListItemTxt {
  margin-top: 4.6583850932%
}

.head .head-pointListItem.mod-point3 {
  margin-top: -4.6855733662%
}

.head .head-pointListItem.mod-point3 .head-pointListItemInner {
  margin-top: 16.2762022195%
}

.head .head-pointListItem_img {
  -webkit-animation: rotate-01 4s ease-in-out infinite 2s;
  animation: rotate-01 4s ease-in-out infinite 2s;
  width: 60.4192355117%
}

.head .head-pointListItemInner {
  margin-top: 11.3440197287%;
  padding-left: 3.0826140567%;
  padding-right: 5.5487053021%;
  width: 39.7040690506%;
  text-align: justify;
  text-justify: inter-ideograph
}

.head .head-pointListItemInner .head-pointListItemTtl {
  width: 61.3303978613%
}

.head .head-pointListItemInner .head-pointListItemTxt {
  margin-top: 5.5900621118%;
  font-size: 3.2vw;
  font-weight: 500;
  font-feature-settings: "palt";
  line-height: 1.6666666667;
  letter-spacing: 0.04em
}

@-webkit-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-01 {
  0% {
      transform: rotate(0deg)
  }

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

  24% {
      transform: rotate(10deg)
  }

  32% {
      transform: rotate(0deg)
  }

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

@-webkit-keyframes rotate-02 {
  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;
  background-color: #ec7aa0;
  background: url(../img/flavor-bg.webp) center top/150% no-repeat
}

.flavor::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1/.1;
  background: url(../img/border.webp) center top/100% no-repeat;
  transform: translateY(-53%)
}

.flavor .inner {
  padding: 15.8666666667% 0 9.3333333333%;
  position: relative
}

.flavor .flavor_ttl {
  color: #fff;
  position: relative
}

.flavor .flavor_ttl::before {
  content: "";
  display: block;
  width: 97.3578533333%;
  aspect-ratio: 3.52/1;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/flavor-ttl-deco.webp) center calc(-1px + 0%)/100% no-repeat;
  transform: translate(4.793313027%, -34.7586806184%)
}

.flavor .flavor-box {
  margin-top: 2.4%
}

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

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

.flavor .flavor-l-box {
  padding-bottom: 6.9333333333%
}

.flavor .fb-l-txt {
  margin: -0.9866666667% auto 0;
  width: 88%;
  color: #fff;
  font-size: 3.2vw;
  line-height: 1.6666666667;
  letter-spacing: 0.04em;
  text-align: justify;
  text-justify: inter-ideograph
}

.allergy-shop {
  position: relative;
  padding-top: 15.0666666667%;
  padding-bottom: 13.3333333333%;
  background: #fff57f;
  background: url(../img/allergy-bg.webp) center calc(-2px + 0%)/100% no-repeat
}

.allergy-shop::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1/.1;
  background: url(../img/border.webp) center top/100% no-repeat;
  transform: translateY(-55%)
}

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

.allergy .allergy-list li {
  display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
  padding: 3.61% 0;
  background: rgba(255,255,255,.4);
  line-height: 1.2;
  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(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: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: #ec7aa0;
  color: #fff
}

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

.allergy .btn {
  margin-top: 7.2727272727%;
  border-radius: 6.8181818182%;
  width: 80%
}

.allergy .btn a {
  padding: 4.8507462687% 9% !important;
  background: #694b2c;
  border: none;
  color: #fff;
  letter-spacing: 0.1em
}

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

.shop {
  position: relative;
  padding: 7.6% 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, #694B2C, #694B2C 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: #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
}

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

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

.lineup::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1/.1;
  background: url(../img/border.webp) center top/100% no-repeat;
  transform: translateY(-50%)
}

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

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

.lineup .lineup-list a {
  display: block;
  aspect-ratio: 1/1.56875;
  overflow: hidden
}

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

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

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

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

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

  .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-pointListItemInner .head-pointListItemTxt {
      font-size: 19.2px
  }

  .flavor .flavor-box .fb-l-txt {
      font-size: 19.2px
  }

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

.head .logo {
  width: 28.7%;
  top: 2.4%;
  right: 1.6%;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
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;
}

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

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

.allergy-shop {
  background-color: #fff57f;
}
