@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,button,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,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline
}

html {
  line-height: 1
}

ol,ul {
  list-style: none
}

li,dd {
  list-style-type: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

caption,th,td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle
}

q,blockquote {
  quotes: none
}

q:before,q:after,blockquote:before,blockquote:after {
  content: "";
  content: none
}

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

img {
  vertical-align: bottom;
  border: none
}

input[type=submit],input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box
}

input[type=submit]::-webkit-search-decoration,input[type=button]::-webkit-search-decoration {
  display: none
}

input[type=submit]::focus,input[type=button]::focus {
  outline-offset: -2px
}

body * {
  font-family: "游ゴシック",YuGothic,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  box-sizing: border-box;
  font-feature-settings: "palt"
}

body a {
  transition: opacity .2s;
  text-decoration: none;
  cursor: pointer
}

body img {
  width: 100%;
  height: auto;
  vertical-align: bottom
}

body {
  color: #fff
}

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

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

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

.hero-wrap {
  z-index: 11
}

.kv {
  position: relative
}

.kv_logo {
  width: 25.3333333333%;
  position: absolute;
  top: 1.8181818182%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1
}

.kv_logo.mod-minions {
  width: 21.0666666667%;
  top: 2%;
  left: 0;
  transform: translateX(0)
}

.kv_ttl {
  width: 45.7333333333%;
  position: absolute;
  top: 8.9090909091%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  opacity: 0;
  transition: opacity .5s .5s
}

.kv_ttl.iv-active {
  opacity: 1
}

.kv_publishDate {
  width: 18.5333333333%;
  position: absolute;
  top: 1.6363636364%;
  right: 1.6%;
  z-index: 1
}

.kv_txt {
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: opacity .5s .5s
}

.kv_txt.iv-active {
  opacity: 1
}

.kv_txt.mod-1 {
  width: 24.2666666667%;
  top: 9.0909090909%;
  left: 2.1333333333%
}

.kv_txt.mod-2 {
  width: 25.2%;
  top: 9.2727272727%;
  right: 4.4%
}

.kv_txt.mod-3 {
  width: 45.2%;
  bottom: 10.9090909091%;
  right: 3.3333333333%
}

.kv_fig {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .5s
}

.kv_fig.iv-active {
  opacity: 1
}

.point {
  background: url(../img/point/bg1.png) no-repeat left top/100%;
  margin-top: -15.0666666667%;
  padding-top: 15.2%;
  padding-bottom: 16.4%
}

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

.point_item {
  display: flex;
  position: relative;
  left: -8.1333333333%
}

.point_item.mod-2 {
  margin-top: -5.0666666667%;
  flex-direction: row-reverse;
  right: -8.1333333333%;
  left: auto
}

.point_item.mod-3 {
  margin-top: -5.0666666667%
}

.point_itemFig {
  flex-shrink: 0;
  width: 65.3333333333%;
  position: relative
}

.point_itemFig_img {
  animation: rotate-01 4s ease-in-out infinite 2s
}

.mod-2 .point_itemFig_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)
  }
}

.point_itemTxtWrap {
  flex-shrink: 0;
  width: 34.6666666667%
}

.mod-1 .point_itemTxtWrap {
  margin: 16.1333333333% 0 0 4%
}

.mod-2 .point_itemTxtWrap {
  margin: 14.8% 4% 0 0
}

.mod-3 .point_itemTxtWrap {
  margin: 15.0666666667% 0 0 4%
}

.point_itemTtl {
  width: 59.6153846154%;
  margin-bottom: 5%
}

.point_itemTxt {
  font-size: 3.2vw;
  line-height: 1.6666666667;
  color: #fff;
  text-align: justify;
  letter-spacing: -0.02em
}

.flavor {
  background: url("../img/flavor/bg1.png") no-repeat left top/100%;
  margin-top: -13.7333333333%;
  padding: 24.8% 0 24.6666666667%
}

.flavor-l-arrow {
  position: absolute;
  width: 3.5294117647%;
  aspect-ratio: 12/18;
  right: 8.2352941176%;
  top: 50%;
  transform: translateY(-50%)
}

.flavor_ttl {
  text-align: center;
  color: #694b2c
}

.flavor_ttl_strong {
  display: block;
  line-height: 1;
  letter-spacing: .05em;
  font-size: 7.2826666667vw;
  font-weight: 700;
  font-family: "Josefin Sans",sans-serif
}

.flavor_ttl_small {
  display: block;
  margin-top: 0.6666666667%;
  line-height: 1;
  letter-spacing: .05em;
  font-size: 2.9333333333vw
}

.flavor_fig {
  margin: 5.8666666667% auto 0;
  width: 89.2%
}

.flavor_item {
  padding: 6.1333333333% 0 6.1333333333%;
  display: flex;
  position: relative
}

.flavor_item.mod-1 {
  padding: 5.8666666667% 0 0
}

.flavor_item:first-of-type::after {
  content: "";
  display: block;
  width: 88%;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  background-image: linear-gradient(to right, #6a3906, #6a3906 3px, transparent 3px, transparent 5px);
  background-size: 7px 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%)
}

.flavor_itemFig {
  width: 41.3333333333%;
  margin-left: 4%
}

.flavor_itemTxtWrap {
  width: 45.3333333333%;
  margin: 4% 0 0 3.4666666667%
}

.mod-1 .flavor_itemTxtWrap {
  margin: 10.4% 0 0 3.4666666667%
}

.flavor_itemTtl {
  font-size: 3.7333333333vw;
  color: #694b2c;
  font-weight: 700;
  letter-spacing: .1em
}

.flavor_itemTxt {
  margin-top: 5.2941176471%;
  color: #694b2c;
  font-size: 3.2vw;
  line-height: 1.6666666667;
  text-align: justify
}

.flavor_item_link {
  display: inline-grid;
  width: 100%;
  margin-top: 5.8823529412%;
  font-size: 3.2vw;
  color: #fff;
  background-color: #694b2c;
  padding: 7.0588235294% 11.7647058824%;
  border-radius: 100px;
  line-height: 1;
  position: relative;
  letter-spacing: .08em
}

.info {
  background: url(../img/allergy/bg1.png) no-repeat left top/100%;
  margin-top: -18.6666666667%;
  padding: 25.3333333333% 0 22.6666666667%;
  position: relative;
  z-index: 1
}

.info_ttl {
  text-align: center;
  color: #694b2c
}

.info_ttl_strong {
  display: block;
  line-height: 1;
  letter-spacing: .05em;
  font-size: 7.2826666667vw;
  font-weight: 700;
  font-family: "Josefin Sans",sans-serif
}

.info_ttl_small {
  display: block;
  margin-top: 1.3333333333%;
  line-height: 1;
  letter-spacing: .05em;
  font-size: 2.9333333333vw
}

.info_allergyList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 7.2%
}

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

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

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

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

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

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

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

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

.info_allergyList li.allergy-on {
  background: #e85298;
  color: #fff
}

.info_allergyWrap {
  position: relative;
  width: 88%;
  margin: 0 auto
}

.info_allergyWrap .allergy-ttl-small {
  letter-spacing: .1em;
  margin-top: 2.2%;
  color: #694b2c !important
}

.info_allergyWrap .info_allergyList {
  color: #4c1400
}

.info_allergyWrap .info_allergyList li {
  border-color: #694b2c;
  background-color: #fff
}

.info_allergyWrap .info_allergyList li.allergy-on {
  background-color: #ffda00;
  color: #4c1400
}

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

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

.info_allergyWrap .info_allergyList li:nth-child(4n) {
  border-color: #694b2c
}

.info_allergyWrap .info_cautionList {
  margin-top: 3.9393939394%;
  font-size: 2.9333333333vw;
  color: #694b2c;
  line-height: 1.8;
  letter-spacing: .05em;
  text-align: justify;
  text-justify: inter-ideograph
}

.info_allergyWrap .info_btnWrap {
  position: relative;
  margin: 1em auto 0;
  margin-top: 6.8181818182%;
  width: 81.2121212121%
}

.info_allergyWrap .info_btn_link {
  display: block;
  color: #6a3906;
  background-color: #ffda00;
  padding: 6.1567164179% 9.1417910448% 5.5970149254%;
  border-radius: 100px;
  font-size: 3.4666666667vw;
  letter-spacing: .08em
}

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

.shop {
  position: relative;
  padding: 8% 0 0;
  line-height: 1.5
}

.shop .shop-title {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 4vw;
  letter-spacing: .05em;
  font-weight: 700;
  color: #694b2c
}

.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: .8em
}

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

.shop .shop-title span {
  display: block;
  margin: 0 auto;
  white-space: nowrap;
  width: 30%
}

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

.shop .shop-list .btn {
  position: relative;
  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: #ffd200
}

.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;
  font-size: 3.4666666667vw
}

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

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

.shop .shop-subTitle {
  color: #694b2c;
  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 {
  margin-top: 1em;
  font-size: 2.9333333333vw
}

.caution-item {
  color: #694b2c;
  line-height: 1.7272727273
}

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

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

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

.lineup .lineup-title small {
  display: block;
  margin-top: 1.8666666667%;
  line-height: 1;
  letter-spacing: .05em;
  font-size: 2.9333333333vw;
  font-weight: 400
}

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

.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 .lineup-btn {
  max-width: 88.712121%
}

.lineup .lineup-btn a {
  display: block;
  padding: 5% 9%;
  border-radius: 100px;
  border: none;
  background-color: #694b2c;
  line-height: 1.5;
  color: #fff;
  font-size: 3.3333333333vw
}

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

.lineup .btn {
  margin: 8% auto 0
}

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

.lineup .caution span {
  display: block;
  line-height: 1.5
}

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

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

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

.foot .copyright {
  display: block;
  font-size: 2.6666666667vw;
  line-height: 1.85
}

.foot .copyright.mod-1 {
  margin-top: 1.3333333333%
}

.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: 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: 599px) {
  body a:hover {
      opacity:.7
  }

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

  .point_itemTxt {
      font-size: 19.2px
  }

  .flavor_ttl_strong {
      font-size: 43.696px
  }

  .flavor_ttl_small {
      font-size: 17.6px
  }

  .flavor_itemTtl {
      font-size: 22.4px
  }

  .flavor_itemTxt {
      font-size: 19.2px
  }

  .flavor_item_link {
      font-size: 19.2px
  }

  .info_ttl_strong {
      font-size: 43.696px
  }

  .info_ttl_small {
      font-size: 17.6px
  }

  .info_allergyList li {
      font-size: 17.6px
  }

  .info_allergyWrap .info_cautionList {
      font-size: 17.6px
  }

  .caution {
      font-size: 17.6px
  }

  .lineup .lineup-title {
      font-size: 43.696px
  }

  .lineup .lineup-title small {
      font-size: 17.6px
  }

  .lineup .lineup-btn a {
      font-size: 20px
  }

  .foot .copyright {
      font-size: 16px
  }

  .foot .pagetop {
      font-size: 19.2px
  }
}

@media screen and (min-width: 600px) {
  .info_allergyWrap .info_btn_link {
      font-size:20.8px
  }

  .allergy-btn-arrow {
      width: 11px
  }

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

.kv_logo {
  width: 26.7%;
  top: 2.5%;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
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 追記分
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.info_allergyList li {
  padding: 0;
  aspect-ratio: 165 / 74;
}

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

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
2026/03/24 追記分
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.info {
  background:
    url(../img/allergy/bg_head.webp) center top / 100% auto no-repeat,
    url(../img/allergy/bg_foot.webp) center bottom / 100% auto no-repeat,
    url(../img/allergy/bg_body.webp) center top / 100% auto,
    #9ed8e7
  ;
}