@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth
}

body {
  position: relative;
  color: #333;
  width: 100%;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  word-wrap: break-word;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
}

body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e72d29;
  background-image: url(../images/bg-pattern.svg);
  background-size: 20px;
  background-attachment: fixed
}

h1 {
  font-size: 2em
}

h2 {
  font-size: 1.5em
}

h3 {
  font-size: 1.17em
}

h4 {
  font-size: 1.12em
}

h5 {
  font-size: .83em
}

h6 {
  font-size: .75em
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.4
}

img {
  vertical-align: bottom
}

ol,
ul {
  margin: 0;
  padding: 0
}

ol li,
ul li {
  list-style: none
}

ol li ul,
ul li ul {
  margin-left: 34px
}

.w100 {
  width: 100%;
  height: auto
}

a {
  display: block;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s
}

a:hover {
  opacity: .7;
  -webkit-transition: .3s;
  transition: .3s
}

.main {
  background-color: #fcf7f0;
  container-type: inline-size;
  position: relative;
  width: 100%;
  max-width: 440px;
  overflow: hidden;
  border-left: 15px solid #f3ce97;
  border-right: 15px solid #f3ce97;
  overflow-y: scroll;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 470px;
  flex: 0 0 470px;
  scrollbar-width: none;
  -ms-overflow-style: none
}

.main::-webkit-scrollbar {
  width: 0;
  height: 0;
  background: 0 0
}

.d-pc {
  display: inline-block
}

.d-sp {
  display: none
}

.c-btn-txt {
  display: inline-block;
  translate: -8px 0
}

.loading {
  position: fixed;
  background: #e72d29;
  z-index: 9999;
  -webkit-animation: .5s 3s forwards fadeOut;
  animation: .5s 3s forwards fadeOut;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.loading__wrap {
  position: relative;
  width: 100%;
  max-width: 400px;
  height: 650px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.loading__package {
  text-align: right
}

.loading__package img {
  translate: 136px -20px;
  rotate: 0deg;
  -webkit-animation: 3s forwards packageAnim;
  animation: 3s forwards packageAnim
}

.loading__food {
  position: relative;
  text-align: center
}

.loading__cooking {
  margin: 0 auto;
  position: sticky;
  z-index: 1;
  translate: 30px -47px;
  width: 221px
}

.loading__toast {
  position: absolute;
  bottom: 63px;
  left: 40px;
  width: 138px;
  -webkit-animation: 3s forwards toastAnim;
  animation: 3s forwards toastAnim;
  opacity: 0
}

.loading__drink {
  position: absolute;
  bottom: 51px;
  right: -17px;
  -webkit-animation: 3s forwards drinkAnim;
  animation: 3s forwards drinkAnim;
  opacity: 0
}

.loading__sugar {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 100px
}

.loading__sugar--01 {
  -webkit-animation: 3s forwards sugar01Anim;
  animation: 3s forwards sugar01Anim;
  opacity: 0;
  translate: -33px 0
}

.loading__sugar--02 {
  -webkit-animation: 3s forwards sugar02Anim;
  animation: 3s forwards sugar02Anim;
  opacity: 0;
  translate: -48px 52px
}

.loading__sugar--03 {
  -webkit-animation: 3s forwards sugar03Anim;
  animation: 3s forwards sugar03Anim;
  translate: -120px -15px;
  rotate: 23deg
}

.loading__sugar--04 {
  -webkit-animation: 3s forwards sugar04Anim;
  animation: 3s forwards sugar04Anim;
  translate: -137px 5px;
  rotate: 23deg
}

.loading__sugar--05 {
  -webkit-animation: 3s forwards sugar05Anim;
  animation: 3s forwards sugar05Anim;
  translate: 50px 8px;
  rotate: -51deg
}

.loading__txt {
  position: absolute;
  top: 50%;
  left: 50%
}

.loading__txt--01 {
  -webkit-animation: 3s forwards txt01Anim;
  animation: 3s forwards txt01Anim;
  opacity: 0;
  translate: -110px -34px
}

.loading__txt--02 {
  -webkit-animation: 3s forwards txt02Anim;
  animation: 3s forwards txt02Anim;
  opacity: 0;
  translate: 30px 18px
}

.loading__txt--03 {
  -webkit-animation: 3s forwards txt03Anim;
  animation: 3s forwards txt03Anim;
  opacity: 0;
  translate: -124px 20px
}

@-webkit-keyframes packageAnim {
  0% {
    translate: 136px -20px;
    rotate: 0deg
  }

  100%,
  20%,
  60% {
    translate: 151px -66px;
    rotate: -51deg
  }

  40%,
  80% {
    translate: 151px -72px;
    rotate: 0deg
  }
}

@keyframes packageAnim {
  0% {
    translate: 136px -20px;
    rotate: 0deg
  }

  100%,
  20%,
  60% {
    translate: 151px -66px;
    rotate: -51deg
  }

  40%,
  80% {
    translate: 151px -72px;
    rotate: 0deg
  }
}

@-webkit-keyframes toastAnim {

  0%,
  20% {
    opacity: 0
  }

  100%,
  40%,
  60%,
  80% {
    opacity: 1
  }
}

@keyframes toastAnim {

  0%,
  20% {
    opacity: 0
  }

  100%,
  40%,
  60%,
  80% {
    opacity: 1
  }
}

@-webkit-keyframes drinkAnim {

  0%,
  20%,
  40%,
  60% {
    opacity: 0
  }

  100%,
  80% {
    opacity: 1
  }
}

@keyframes drinkAnim {

  0%,
  20%,
  40%,
  60% {
    opacity: 0
  }

  100%,
  80% {
    opacity: 1
  }
}

@-webkit-keyframes sugar01Anim {

  0%,
  100%,
  40%,
  60%,
  80% {
    opacity: 0
  }

  20% {
    opacity: 1;
    translate: -33px 0
  }
}

@keyframes sugar01Anim {

  0%,
  100%,
  40%,
  60%,
  80% {
    opacity: 0
  }

  20% {
    opacity: 1;
    translate: -33px 0
  }
}

@-webkit-keyframes sugar02Anim {

  0%,
  100%,
  20%,
  60%,
  80% {
    opacity: 0
  }

  40% {
    opacity: 1;
    translate: -48px 52px
  }
}

@keyframes sugar02Anim {

  0%,
  100%,
  20%,
  60%,
  80% {
    opacity: 0
  }

  40% {
    opacity: 1;
    translate: -48px 52px
  }
}

@-webkit-keyframes sugar03Anim {

  0%,
  100%,
  20%,
  40%,
  80% {
    opacity: 0
  }

  60% {
    opacity: 1;
    translate: -120px -15px;
    rotate: 23deg
  }
}

@keyframes sugar03Anim {

  0%,
  100%,
  20%,
  40%,
  80% {
    opacity: 0
  }

  60% {
    opacity: 1;
    translate: -120px -15px;
    rotate: 23deg
  }
}

@-webkit-keyframes sugar04Anim {

  0%,
  100%,
  20%,
  40%,
  80% {
    opacity: 0
  }

  60% {
    opacity: 1;
    translate: -120px -15px;
    rotate: 23deg
  }
}

@keyframes sugar04Anim {

  0%,
  100%,
  20%,
  40%,
  60%,
  80% {
    opacity: 0
  }

  60% {
    opacity: 1;
    translate: -120px -15px;
    rotate: 23deg
  }

  80% {
    opacity: 1;
    translate: -137px 5px;
    rotate: 23deg
  }
}

@-webkit-keyframes sugar05Anim {

  0%,
  20%,
  40%,
  60%,
  80% {
    opacity: 0
  }

  100% {
    opacity: 1;
    translate: 50px 8px;
    rotate: -51deg
  }
}

@keyframes sugar05Anim {

  0%,
  20%,
  40%,
  60%,
  80% {
    opacity: 0
  }

  100% {
    opacity: 1;
    translate: 50px 8px;
    rotate: -51deg
  }
}

@-webkit-keyframes txt01Anim {

  0%,
  100%,
  40%,
  60%,
  80% {
    opacity: 0
  }

  20% {
    opacity: 1;
    translate: -110px -34px
  }
}

@keyframes txt01Anim {

  0%,
  100%,
  40%,
  60%,
  80% {
    opacity: 0
  }

  20% {
    opacity: 1;
    translate: -110px -34px
  }
}

@-webkit-keyframes txt02Anim {

  0%,
  100%,
  20%,
  40%,
  80% {
    opacity: 0
  }

  60% {
    opacity: 1;
    translate: 30px 18px
  }
}

@keyframes txt02Anim {

  0%,
  100%,
  20%,
  40%,
  80% {
    opacity: 0
  }

  60% {
    opacity: 1;
    translate: 30px 18px
  }
}

@-webkit-keyframes txt03Anim {

  0%,
  20%,
  40%,
  60%,
  80% {
    opacity: 0
  }

  100% {
    opacity: 1;
    translate: -88px 20px
  }
}

@keyframes txt03Anim {

  0%,
  20%,
  40%,
  60%,
  80% {
    opacity: 0
  }

  100% {
    opacity: 1;
    translate: -88px 20px
  }
}

@-webkit-keyframes fadeOut {
  to {
    opacity: 0;
    visibility: hidden
  }
}

@keyframes fadeOut {
  to {
    opacity: 0;
    visibility: hidden
  }
}

.container {
  opacity: 0;
  -webkit-animation: 1s 3.2s forwards mainFade;
  animation: 1s 3.2s forwards mainFade
}

@-webkit-keyframes mainFade {
  to {
    opacity: 1
  }
}

@keyframes mainFade {
  to {
    opacity: 1
  }
}

.floating-menu {
  display: none;
  position: fixed;
  top: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
  -webkit-transition: opacity .28s, -webkit-transform .28s;
  transition: transform .28s, opacity .28s, -webkit-transform .28s;
  z-index: 1000;
  pointer-events: none;
  background-color: #faebd2;
  border-bottom: 2px solid #e72d29;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .12);
  box-shadow: 0 4px 4px rgba(0, 0, 0, .12)
}

.floating-menu.is-visible {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto
}

.floating-menu__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.floating-menu__lists li {
  width: 33.3333333333%;
  text-align: center;
  font-size: calc(12px + (14 - 12) * (100cqi - 360px)/ (440 - 360));
  font-weight: 700;
  line-height: 1.2;
  border-right: 2px solid #e72d29;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.floating-menu__lists li:last-child {
  border: none
}

.floating-menu__lists li a {
  color: #e72d29;
  padding: 12px 0
}

:root {
  scroll-padding: 90px;
  scroll-behavior: smooth
}

.mv {
  position: relative
}

.mv__logo {
  position: absolute;
  top: 3%;
  left: 6%;
  width: 36%;
  line-height: 1
}

.nav-anchor {
  background-color: #faebd2;
  background-image: url(../images/anchor-bg.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  padding: 7% 6% 17%
}

.nav-anchor__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.nav-anchor__item {
  position: relative;
  width: 30%;
  text-align: center;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #e72d29;
  -webkit-filter: drop-shadow(4px 4px 0 rgba(84, 50, 26, .2));
  filter: drop-shadow(4px 4px 0 rgba(84, 50, 26, .2));
  -webkit-transition: .3s;
  transition: .3s
}

.nav-anchor__item:hover {
  -webkit-transform: translate(0, 3px);
  -ms-transform: translate(0, 3px);
  transform: translate(0, 3px);
  -webkit-filter: drop-shadow(4px 3px 0 rgba(84, 50, 26, .3));
  filter: drop-shadow(4px 3px 0 rgba(84, 50, 26, .3))
}

.nav-anchor__banner {
  display: block;
  margin-top: 20px
}

.nav-anchor__banner img {
  width: 100%
}

.nav-anchor__title {
  color: #fff;
  margin-top: 48%;
  margin-bottom: 4%;
  font-size: calc(10px + (12 - 10) * (100cqi - 360px)/ (440 - 360));
  font-weight: 600;
  line-height: 1.2
}

.nav-anchor__icon {
  position: absolute;
  top: -1%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  height: auto
}

.nav-anchor__icon--01 {
  width: 34%;
  top: -4%
}

.nav-anchor__icon--02 {
  width: 44%;
  top: -5%;
  left: 55%
}

.nav-anchor__icon--03 {
  width: 46%;
  left: 53%
}

.nav-anchor__arrow-down {
  position: absolute;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 12%;
  height: auto
}

.about {
  background-color: #fcf7f0;
  padding: 20px 0;
  margin-top: -1px
}

.about__title {
  width: 96%;
  margin: 0 auto 40px
}

.about__item {
  position: relative;
  text-align: center;
  margin-bottom: 55px
}

.about__item figure {
  position: relative;
  padding: 0 12%;
  z-index: 1
}

.about__item figure .about-catch-left,
.about__item figure .about-catch-right {
  position: absolute;
  top: 0;
  width: 18%
}

.about__item figure .about-catch-right {
  right: 7%
}

.about__item figure .about-catch-left {
  left: 7%
}

.about__sub-title {
  font-size: calc(18px + (20 - 18) * (100cqi - 360px)/ (440 - 360));
  margin-bottom: 30px
}

.about__sub-title span {
  position: relative;
  font-size: calc(26px + (28 - 26) * (100cqi - 360px)/ (440 - 360))
}

.about__sub-title span::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 95%;
  height: 10px;
  background-image: url(../images/border.svg);
  background-size: 100%;
  background-repeat: no-repeat
}

.about__sub-title--01 span::after {
  width: 98%
}

.about__fukidashi {
  position: absolute;
  bottom: -10%;
  text-align: center;
  color: #fff;
  width: 45%;
  height: 76px
}

.about__fukidashi--right {
  right: 3%
}

.about__fukidashi--left {
  left: 3%
}

.about__fukidashi-inner {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1
}

.about__fukidashi-inner::after {
  content: "";
  position: absolute;
  top: 22%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%
}

.about__fukidashi-inner--right::after {
  background-image: url(../images/fukidashi-right.svg)
}

.about__fukidashi-inner--left::after {
  background-image: url(../images/fukidashi-left.svg)
}

.about__fukidashi-inner p {
  position: sticky;
  z-index: 1;
  font-size: calc(11px + (16 - 11) * (100cqi - 360px)/ (440 - 360));
  line-height: 1.4;
  font-weight: 600
}

.dot-circle {
  position: absolute;
  width: calc(300px + (340 - 300) * (100cqi - 360px)/ (440 - 360));
  aspect-ratio: 1/1;
  background: radial-gradient(circle, #e72d29 0 2px, transparent 0) 0 0/14px 14px;
  -webkit-mask-image: radial-gradient(circle at 50% 50%, #000 49.5%, transparent 50%);
  mask-image: radial-gradient(circle at 50% 50%, #000 49.5%, transparent 50%);
  border-radius: 50%
}

.is-diag-a {
  top: 4%;
  left: -25%;
  -webkit-animation: 4s linear infinite dotDiagA;
  animation: 4s linear infinite dotDiagA
}

@-webkit-keyframes dotDiagA {
  from {
    background-position: 0 0
  }

  to {
    background-position: 160px 160px
  }
}

@keyframes dotDiagA {
  from {
    background-position: 0 0
  }

  to {
    background-position: 160px 160px
  }
}

.is-diag-b {
  bottom: -15%;
  right: -25%;
  -webkit-animation: 4s linear infinite dotDiagB;
  animation: 4s linear infinite dotDiagB
}

@-webkit-keyframes dotDiagB {
  from {
    background-position: 0 0
  }

  to {
    background-position: -160px 160px
  }
}

@keyframes dotDiagB {
  from {
    background-position: 0 0
  }

  to {
    background-position: -160px 160px
  }
}

.video {
  text-align: center;
  background-image: url(../images/video-bg.svg);
  background-size: cover
}

.video__frame {
  display: block
}

.video__frame--top {
  padding: 0 12px 20px
}

.video__frame--bottom {
  padding: 10px 12px
}

.video__title {
  margin-bottom: 25px
}

.video__title img {
  width: 30%;
  height: auto
}

.video__cont {
  background-color: #faebd2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  aspect-ratio: 16/9;
  margin: 0 6%
}

.video__comingsoon {
  width: 60%
}

.secret {
  position: relative;
  background-color: #faebd2;
  padding: 60px 0 10px
}

.secret::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 23%;
  background-color: #fcf7f0;
  clip-path: polygon(100% 0, 100% 29%, 45% 29%, 0 100%, 0 0);
  z-index: 0
}

.secret__header {
  text-align: center;
  margin-bottom: 40px;
  position: sticky;
  z-index: 1
}

.secret__fukidashi {
  margin-bottom: 20px
}

.secret__fukidashi img {
  width: 40%;
  margin: 0 auto
}

.secret__title img {
  width: 42%;
  margin: 0 auto
}

.secret__item {
  position: relative;
  z-index: 1;
  margin-bottom: 50px
}

.secret__num {
  position: absolute;
  width: 18%
}

.secret__num--01 {
  top: -18%;
  left: 5%
}

.secret__num--02 {
  top: -4%;
  right: 7%
}

.secret__txt {
  margin-bottom: 20px
}

.secret__txt--01 {
  width: 82%;
  margin-left: auto;
  padding-right: 5%
}

.secret__txt--02 {
  width: 85%;
  padding-left: 5%
}

.secret__sub-title {
  font-size: calc(17px + (22 - 17) * (100cqi - 360px)/ (440 - 360));
  margin-bottom: 12px;
  letter-spacing: 2px
}

.secret__copy {
  font-size: calc(13px + (16 - 13) * (100cqi - 360px)/ (440 - 360));
  font-weight: 600
}

.secret__copy strong {
  font-weight: 600;
  color: #e72d29
}

.secret__figure {
  width: 82%
}

.secret__figure--01 {
  margin-left: auto
}

.is-inview {
  -webkit-animation: .7s cubic-bezier(.22, 1.28, .28, 1) both bound-in;
  animation: .7s cubic-bezier(.22, 1.28, .28, 1) both bound-in
}

@-webkit-keyframes bound-in {

  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  45% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
  }

  65% {
    -webkit-transform: scale(.97);
    transform: scale(.97)
  }

  82% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
  }
}

@keyframes bound-in {

  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  45% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
  }

  65% {
    -webkit-transform: scale(.97);
    transform: scale(.97)
  }

  82% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
  }
}

@media (prefers-reduced-motion:reduce) {
  .is-inview {
    -webkit-animation: none;
    animation: none
  }
}

.recipe {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#faebd2), to(#fcf7f0));
  background: linear-gradient(to bottom, #faebd2, #fcf7f0);
  padding: 60px 0
}

.recipe::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/recipe-bg.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 1
}

.recipe__header {
  text-align: center;
  margin-bottom: 40px;
  position: sticky;
  z-index: 1
}

.recipe__fukidashi {
  margin-bottom: 20px
}

.recipe__fukidashi img {
  width: 40%;
  margin: 0 auto
}

.recipe__title img {
  width: 80%;
  margin: 0 auto
}

.recipe__cont {
  width: 100%;
  position: sticky;
  z-index: 1
}

.recipe__cont #thumbnail-carousel {
  -webkit-transition: .3s;
  transition: .3s
}

.recipe__cont #thumbnail-carousel .splide__slide:hover {
  opacity: .7;
  -webkit-transition: .3s;
  transition: .3s
}

.recipe__cont .splide--thumb {
  margin-bottom: 35px
}

.recipe__cont .splide .splide__slide,
.recipe__cont .splide .splide__slide.is-active {
  text-align: center;
  border: none;
  border-radius: 50%
}

.recipe__cont .splide .splide__slide img,
.recipe__cont .splide .splide__slide.is-active img {
  height: auto;
  width: 100%
}

.recipe__cont .splide--main p {
  text-align: left;
  width: 84%;
  margin: 0 auto 20px;
  margin-top: calc(-5px + (-20 - -5) * (100cqi - 360px)/ (440 - 360));
  color: #fff;
  font-size: calc(12px + (16 - 12) * (100cqi - 360px)/ (440 - 360))
}

.recipe__cont .splide--thumb .splide__slide {
  padding-bottom: 7px
}

.recipe__cont .splide--thumb .splide__slide img {
  border: 5px solid transparent;
  border-radius: 50%;
  -webkit-filter: drop-shadow(7px 7px 0 rgba(84, 50, 26, .2));
  filter: drop-shadow(7px 7px 0 rgba(84, 50, 26, .2));
  -webkit-transition: .5s;
  transition: .5s;
  margin-bottom: 10px
}

.recipe__cont .splide--thumb .splide__slide.is-active img {
  -webkit-filter: none;
  filter: none;
  border: 4px solid #faebd2 !important;
  border-radius: 50%
}

.recipe__cont .splide--thumb .splide__slide p {
  text-align: center;
  color: #fff;
  font-size: calc(10px + (12 - 10) * (100cqi - 360px)/ (440 - 360));
  font-weight: 700
}

.recipe__cont .splide__pagination {
  bottom: -30px;
  gap: 20px
}

.recipe__cont .splide__pagination .splide__pagination__page {
  position: relative;
  width: 10px;
  height: 10px;
  opacity: 1;
  background: #fff;
  margin: 0
}

.recipe__cont .splide__pagination .splide__pagination__page::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  background-color: #e72d29;
  border-radius: 50%
}

.recipe__cont .splide__pagination .splide__pagination__page.is-active {
  background: #faebd2;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}

.recipe__cont .splide__pagination .splide__pagination__page.is-active::after {
  background-color: #faebd2
}

.recipe__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: url(../images/recipe_border.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%
}

.recipe__item:last-child {
  background-image: none
}

.recipe__label,
.recipe__value {
  padding: 8px;
  font-size: calc(12px + (16 - 12) * (100cqi - 360px)/ (440 - 360));
  text-align: left
}

.recipe__make {
  counter-reset: listnum;
  list-style: none;
  margin-top: 20px
}

.recipe__make-item {
  position: relative;
  background-image: url(../images/recipe_border.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  text-align: left;
  padding: 8px;
  font-size: calc(12px + (16 - 12) * (100cqi - 360px)/ (440 - 360));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 12px
}

.recipe__make-item:last-child {
  background-image: none
}

.recipe__make-item::before {
  counter-increment: listnum;
  content: counter(listnum);
  color: #fff;
  display: inline-block;
  text-align: center;
  z-index: 1
}

.recipe__make-item::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 1px;
  width: calc(20px + (23 - 20) * (100cqi - 360px)/ (440 - 360));
  height: calc(20px + (23 - 20) * (100cqi - 360px)/ (440 - 360));
  background-color: #e72d29
}

.recipe__point {
  padding: 20px 25px 30px
}

.recipe__point-inner {
  background-color: #faebd2;
  background-image: url(../images/point-bg-pattern.svg);
  background-size: 20px;
  border: 2px solid #e72d29;
  border-radius: 30px;
  padding: calc(20px + (25 - 20) * (100cqi - 360px)/ (440 - 360))
}

.recipe__point-title {
  text-align: center;
  margin-bottom: 15px
}

.recipe__point-title img {
  width: 55%
}

.recipe__point-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px
}

.recipe__point-item {
  position: relative;
  text-align: left;
  font-size: calc(12px + (16 - 12) * (100cqi - 360px)/ (440 - 360));
  padding-left: calc(18px + (22 - 18) * (100cqi - 360px)/ (440 - 360))
}

.recipe__point-item::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: calc(12px + (16 - 12) * (100cqi - 360px)/ (440 - 360));
  height: calc(12px + (16 - 12) * (100cqi - 360px)/ (440 - 360));
  background-image: url(../images/icon_point.svg);
  background-repeat: no-repeat
}

.recipe__footer {
  position: sticky;
  z-index: 1;
  padding: 10px 25px 20px
}

.recipe__footer a {
  position: relative;
  background-color: #faebd2;
  color: #000;
  text-align: center;
  font-size: calc(16px + (20 - 16) * (100cqi - 360px)/ (440 - 360));
  font-weight: 600;
  margin-top: 30px;
  padding: 15px 0;
  border-radius: 100vmax
}

.recipe__footer a img {
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 32px;
  height: auto
}

.btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 auto;
  padding: 12px 60px;
  border-radius: 100vmax;
  border: 0;
  cursor: pointer;
  background: #fff;
  color: #000;
  text-decoration: none;
  font-size: calc(16px + (20 - 16) * (100cqi - 360px)/ (440 - 360));
  font-weight: 600;
  -webkit-transition: .3s;
  transition: .3s
}

.btn .btn-icon {
  position: absolute;
  top: 50%;
  right: 7%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 24px !important;
  -webkit-transition: .3s;
  transition: .3s
}

.btn:hover .btn-icon {
  -webkit-transform: rotate(180deg) translate(0, 50%);
  -ms-transform: rotate(180deg) translate(0, 50%);
  transform: rotate(180deg) translate(0, 50%)
}

#main-pagination02 .splide__pagination {
  gap: 20px;
  position: static;
  margin-top: 20px;
  margin-bottom: 0
}

#main-pagination02 .splide__pagination .splide__pagination__page {
  position: relative;
  width: 10px;
  height: 10px;
  opacity: 1;
  background: #e72d29;
  margin: 0
}

#main-pagination02 .splide__pagination .splide__pagination__page::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%
}

#main-pagination02 .splide__pagination .splide__pagination__page.is-active {
  background: #e72d29;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}

#main-pagination02 .splide__pagination .splide__pagination__page.is-active::after {
  background-color: #e72d29
}

.modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .75);
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .25s;
  transition: .25s;
  z-index: 1000
}

.modal.is-open {
  opacity: 1;
  visibility: visible
}

.modal__dialog {
  width: 94%;
  max-width: 400px;
  margin: 0 auto;
  position: relative
}

.modal__close {
  text-align: right;
  margin-bottom: 10px
}

.modal__btn {
  cursor: pointer;
  background-color: transparent;
  border: none
}

.modal__btn img {
  width: 30px;
  height: auto;
  -webkit-transition: .3s;
  transition: .3s
}

.modal__btn:hover img {
  rotate: 180deg
}

.modal__header {
  background-color: #e72d29;
  padding: 12px 0
}

.modal__title {
  color: #fff;
  font-size: calc(18px + (24 - 18) * (100cqi - 360px)/ (440 - 360));
  text-align: center
}

.modal__cont {
  background-color: #fcf7f0;
  border-radius: 20px;
  overflow: hidden
}

.modal__item {
  padding: 40px 20px 0;
  text-align: center
}

.modal__subtitle,
.modal__subtitle-note {
  color: #e72d29;
  text-align: center
}

.modal__subtitle {
  font-size: calc(18px + (22 - 18) * (100cqi - 360px)/ (440 - 360));
  display: inline-block;
  position: relative;
  padding: 0 30px
}

.modal__subtitle::after,
.modal__subtitle::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 15px;
  height: calc(2px + (3 - 2) * (100cqi - 360px)/ (440 - 360));
  background-color: #e72d29
}

.modal__subtitle::before {
  left: 0
}

.modal__subtitle::after {
  right: 0
}

.modal__subtitle-note {
  font-size: calc(14px + (16 - 14) * (100cqi - 360px)/ (440 - 360))
}

.modal__footer {
  padding: 40px 0;
  text-align: center
}

.modal__footer .close-btn {
  cursor: pointer;
  position: relative;
  background-color: #fff;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 70px;
  border: none;
  border-radius: 100vmax
}

.modal__footer .close-btn img {
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 20px;
  height: auto;
  -webkit-transition: .3s;
  transition: .3s
}

.modal__footer .close-btn:hover img {
  -webkit-transform: rotate(180deg) translate(0, 50%);
  -ms-transform: rotate(180deg) translate(0, 50%);
  transform: rotate(180deg) translate(0, 50%)
}

.announce {
  position: relative;
  background-color: #fcf7f0;
  padding: 40px 40px 80px;
  text-align: center
}

.announce__logo {
  width: 80%
}

.announce__dot {
  position: absolute
}

.announce__dot--top {
  top: -20%;
  left: -50%
}

.announce__dot--bottom {
  bottom: -18%;
  right: -50%
}

.announce__desc {
  margin-top: -70px;
  max-width: 100%;
  width: 100%;
  text-align: center
}

.announce__desc img {
  width: calc(100% + 30px);
  margin: 0 -15px
}

.announce__slider {
  margin: 24px -40px 0
}

.announce__slider-img {
  margin-bottom: 20px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative
}

.announce__slider-img::after {
  content: "";
  width: 37px;
  height: 37px;
  right: 0;
  bottom: 0;
  background: url(../images/icon-arrow-right.svg) center no-repeat;
  background-size: contain;
  position: absolute
}

.announce__slider-img img {
  max-width: 100%;
  width: 100%;
  height: 100%
}

.announce__slider-desc {
  text-align: left;
  width: 100%;
  margin: 0 auto;
  padding-left: 10px;
  border-left: 4px solid #f3ce97;
  color: #000;
  font-size: 14px;
  line-height: 1.678571
}

.announce__slider .splide__slide {
  padding-top: 22px
}

.announce__slider .splide__slide a {
  display: block;
  -webkit-transition: .3s;
  transition: .3s
}

.announce__slider .splide__slide a:hover {
  opacity: .7;
  -webkit-transition: .3s;
  transition: .3s
}

.announce__slider-note {
  width: 190px;
  height: 60px;
  left: -15px;
  top: 0;
  position: absolute;
  z-index: 2
}

.announce .recipe__footer {
  position: static;
  margin: 0 -40px;
  width: calc(100% + 80px);
  max-width: calc(100% + 80px);
  padding: 0 25px
}

.announce .recipe__footer a {
  width: 100%;
  color: #fff;
  background: #e72d29;
  font-size: 18px;
  margin: 0
}

.announce__note {
  font-size: 11px;
  color: #000;
  text-align: center;
  margin-top: 10px
}

.store {
  position: relative;
  background-color: #faebd2;
  text-align: center;
  border-radius: 30px;
  margin-top: -10px;
  padding: 40px 25px 20px
}

.store__icon {
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 120px
}

.store__title {
  position: sticky;
  z-index: 1;
  font-size: calc(20px + (25 - 20) * (100cqi - 360px)/ (440 - 360));
  font-weight: 600;
  margin-bottom: 25px
}

.store__link {
  position: relative;
  background-color: #fff;
  border-radius: 100vmax;
  margin-bottom: 25px;
  height: calc(60px + (76 - 60) * (100cqi - 360px)/ (440 - 360));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.store__wellneo {
  width: 60%;
  max-width: 270px
}

.store__amazon {
  width: 65%;
  max-width: 300px
}

.store__arrow {
  position: absolute;
  top: 50%;
  right: 7%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 32px
}

.product {
  background-color: #fcf7f0;
  text-align: center;
  padding: 40px 30px calc(0px + (30 - 0) * (100cqi - 360px)/ (440 - 360))
}

.product__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.product__figure {
  width: 40%
}

.product__txt {
  width: 52%
}

.product__logo {
  margin-bottom: 24px
}

.product__link {
  position: relative;
  background-color: #e72d29;
  color: #fff;
  text-align: center;
  border-radius: 100vmax;
  width: 90%;
  margin: 0 auto 16px;
  padding: 5px 0;
  font-size: calc(16px + (22 - 16) * (100cqi - 360px)/ (440 - 360));
  font-weight: 600
}

.product__arrow {
  position: absolute;
  top: 50%;
  right: calc(10px + (15 - 10) * (100cqi - 360px)/ (440 - 360));
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: calc(20px + (25 - 20) * (100cqi - 360px)/ (440 - 360))
}

.product__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  color: #000;
  text-decoration: none;
  font-weight: 700
}

.product__contact-icon {
  width: 15px;
  height: auto
}

.sns {
  background-color: #fcf7f0;
  text-align: center;
  padding: 0 30px 40px
}

.sns__title {
  margin: calc(20px + (30 - 20) * (100cqi - 360px)/ (440 - 360)) 0 20px;
  font-size: calc(16px + (20 - 16) * (100cqi - 360px)/ (440 - 360));
  font-weight: 600;
  line-height: 1.6
}

.sns__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: calc(30px + (40 - 30) * (100cqi - 360px)/ (440 - 360))
}

.sns__youtube {
  width: calc(45px + (56 - 45) * (100cqi - 360px)/ (440 - 360))
}

.sns__instagram {
  width: calc(40px + (50 - 40) * (100cqi - 360px)/ (440 - 360))
}

.footer {
  background-color: #e72d29;
  text-align: center;
  padding: 10px 0
}

.footer__copyright {
  font-size: 10px;
  color: #fff
}

.container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.pc-deco {
  position: fixed
}

.pc-deco--01 {
  top: -20%;
  left: -8%
}

.pc-deco--02 {
  top: -58%;
  right: -7%
}

.pc-deco--03 {
  bottom: 6%;
  left: -5%
}

.pc-deco--04 {
  bottom: -20%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0)
}

.pc-deco--05 {
  bottom: 9%;
  right: -9%
}

.pc-nav {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: sticky;
  top: 0
}

.pc-nav__inner {
  position: fixed;
  top: 45.5%;
  left: 42.5%;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 45px
}

.pc-nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 22px
}

.pc-nav__item {
  position: relative;
  width: 128px;
  height: 128px;
  text-align: center;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #fff;
  -webkit-filter: drop-shadow(4px 4px 0 rgba(84, 50, 26, .2));
  filter: drop-shadow(4px 4px 0 rgba(84, 50, 26, .2));
  -webkit-transition: .1s;
  transition: .1s
}

.pc-nav__item:hover {
  -webkit-transform: translate(0, 2px);
  -ms-transform: translate(0, 2px);
  transform: translate(0, 2px);
  -webkit-filter: drop-shadow(2px 2px 0 rgba(84, 50, 26, .3));
  filter: drop-shadow(2px 2px 0 rgba(84, 50, 26, .3))
}

.pc-nav__title {
  color: #e72d29;
  margin-top: 48%;
  margin-bottom: 4%;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2
}

.pc-nav__icon {
  position: absolute;
  top: -1%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  height: auto
}

.pc-nav__icon--01 {
  width: 34%;
  top: -4%
}

.pc-nav__icon--02 {
  width: 44%;
  top: -5%;
  left: 55%
}

.pc-nav__icon--03 {
  width: 46%;
  left: 53%
}

.pc-nav__arrow-down {
  position: absolute;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 12%;
  height: auto
}

.pc-nav__banner {
  display: block;
  max-width: 347px;
  margin-left: -26.5vw;
  margin-bottom: -65px;
  width: 25vw
}

.pc-nav__banner img {
  width: 100%;
  max-width: 100%
}

.btn-fixed-sp {
  display: none
}

@media screen and (max-width:1100px) {
  .pc-deco {
    position: fixed
  }

  .pc-deco--01 {
    left: -20%
  }

  .pc-deco--02 {
    right: -22%
  }

  .pc-nav__banner {
    margin-left: -30px;
    margin-bottom: -30px
  }
}

@media screen and (max-width:900px) {
  .pc-nav {
    display: none
  }

  .main {
    margin: 0 auto;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }

  .floating-menu {
    display: block
  }

  .btn-fixed-sp {
    width: 114px;
    height: 114px;
    position: fixed;
    right: 5px;
    bottom: 25px;
    display: block;
    z-index: 50
  }

  .btn-fixed-sp img {
    max-width: 100%;
    width: 100%
  }
}

@media screen and (max-width:870px) {
  .pc-deco {
    position: fixed
  }

  .pc-deco--02 {
    right: -83%
  }
}

@media screen and (max-width:440px) {
  .main {
    border: none
  }

  .loading__wrap {
    max-height: 470px
  }

  .loading__package img {
    width: 100%;
    translate: 30% -46%;
    scale: 1.1
  }

  .loading__cooking {
    width: 55%;
    translate: 10px 0
  }

  .loading__toast {
    width: 32%;
    bottom: 25px;
    left: 0
  }

  .loading__toast img {
    width: 100%
  }

  .loading__drink {
    width: 32%;
    bottom: 20px;
    right: 0
  }

  .loading__drink img {
    width: 100%
  }

  .loading__sugar {
    width: 29%
  }

  .loading__sugar--01 {
    translate: -59% 2%;
    rotate: -11deg
  }

  .loading__sugar--02 {
    translate: -64% 31%;
    rotate: -11deg
  }

  .loading__sugar--03 {
    translate: -104% -22%
  }

  .loading__sugar--04 {
    translate: -129% 9%
  }

  .loading__sugar--05 {
    translate: 9% -9%
  }

  .loading__txt {
    z-index: 1
  }

  .loading__txt--01 {
    translate: -137% -26%;
    width: 35%
  }

  .loading__txt--02 {
    width: 35%;
    translate: 27% -34%
  }

  .loading__txt--03 {
    width: 40%;
    translate: -87% 43%
  }

  @-webkit-keyframes packageAnim {

    0%,
    40%,
    80% {
      translate: 30% -46%;
      rotate: 0deg
    }

    100%,
    20%,
    60% {
      translate: 30% -46%;
      rotate: -51deg
    }
  }

  @keyframes packageAnim {

    0%,
    40%,
    80% {
      translate: 30% -46%;
      rotate: 0deg
    }

    100%,
    20%,
    60% {
      translate: 30% -46%;
      rotate: -51deg
    }
  }

  @-webkit-keyframes sugar01Anim {

    0%,
    100%,
    40%,
    60%,
    80% {
      opacity: 0
    }

    20% {
      opacity: 1;
      translate: -59% 2%;
      rotate: -11deg
    }
  }

  @keyframes sugar01Anim {

    0%,
    100%,
    40%,
    60%,
    80% {
      opacity: 0
    }

    20% {
      opacity: 1;
      translate: -59% 2%;
      rotate: -11deg
    }
  }

  @-webkit-keyframes sugar02Anim {

    0%,
    100%,
    20%,
    60%,
    80% {
      opacity: 0
    }

    40% {
      opacity: 1;
      translate: -64% 31%;
      rotate: -11deg
    }
  }

  @keyframes sugar02Anim {

    0%,
    100%,
    20%,
    60%,
    80% {
      opacity: 0
    }

    40% {
      opacity: 1;
      translate: -64% 31%;
      rotate: -11deg
    }
  }

  @-webkit-keyframes sugar03Anim {

    0%,
    100%,
    20%,
    40%,
    80% {
      opacity: 0
    }

    60% {
      opacity: 1;
      translate: -104% -22%;
      rotate: 16deg
    }
  }

  @keyframes sugar03Anim {

    0%,
    100%,
    20%,
    40%,
    80% {
      opacity: 0
    }

    60% {
      opacity: 1;
      translate: -104% -22%;
      rotate: 16deg
    }
  }

  @-webkit-keyframes sugar04Anim {

    0%,
    100%,
    20%,
    40%,
    60% {
      opacity: 0
    }

    80% {
      opacity: 1;
      translate: -129% 9%;
      rotate: 16deg
    }
  }

  @keyframes sugar04Anim {

    0%,
    100%,
    20%,
    40%,
    60% {
      opacity: 0
    }

    80% {
      opacity: 1;
      translate: -129% 9%;
      rotate: 16deg
    }
  }

  @-webkit-keyframes sugar05Anim {

    0%,
    20%,
    40%,
    60%,
    80% {
      opacity: 0
    }

    100% {
      translate: 9% -9%
    }
  }

  @keyframes sugar05Anim {

    0%,
    20%,
    40%,
    60%,
    80% {
      opacity: 0
    }

    100% {
      translate: 9% -9%
    }
  }

  @-webkit-keyframes txt01Anim {

    0%,
    100%,
    40%,
    60%,
    80% {
      opacity: 0
    }

    20% {
      opacity: 1;
      translate: -137% -26%
    }
  }

  @keyframes txt01Anim {

    0%,
    100%,
    40%,
    60%,
    80% {
      opacity: 0
    }

    20% {
      opacity: 1;
      translate: -137% -26%
    }
  }

  @-webkit-keyframes txt02Anim {

    0%,
    100%,
    20%,
    40%,
    80% {
      opacity: 0
    }

    60% {
      opacity: 1;
      translate: 27% -34%
    }
  }

  @keyframes txt02Anim {

    0%,
    100%,
    20%,
    40%,
    80% {
      opacity: 0
    }

    60% {
      opacity: 1;
      translate: 27% -34%
    }
  }

  @-webkit-keyframes txt03Anim {

    0%,
    20%,
    40%,
    60%,
    80% {
      opacity: 0
    }

    100% {
      opacity: 1;
      translate: -87% 43%
    }
  }

  @keyframes txt03Anim {

    0%,
    20%,
    40%,
    60%,
    80% {
      opacity: 0
    }

    100% {
      opacity: 1;
      translate: -87% 43%
    }
  }
}

.pc {
  display: none
}

.sp {
  display: block
}

@media screen and (min-width:870px) {
  .pc {
    display: block
  }

  .sp {
    display: none
  }
}









/* ==================================================
   Modal / Cookie Final Fix
================================================== */

/* モーダルを最前面に固定 */
.modal {
  position: fixed !important;
  inset: 0 !important;
  z-index: 999999 !important;
}

.modal__overlay {
  position: fixed !important;
  inset: 0 !important;
  z-index: 999998 !important;
}

.modal__dialog {
  position: relative !important;
  z-index: 1000000 !important;
  container-type: inline-size;
}

/* モーダルをmain外に出したことによる文字サイズ補正 */
.modal__title {
  font-size: clamp(18px, calc(7.5vw - 9px), 24px) !important;
}

.modal__subtitle {
  font-size: clamp(18px, 5vw, 22px) !important;
}

.modal__subtitle-note {
  font-size: clamp(14px, calc(2.5vw + 5px), 16px) !important;
}

.recipe__label,
.recipe__value,
.recipe__make-item,
.recipe__point-item {
  font-size: clamp(12px, calc(5vw - 6px), 16px) !important;
}

.recipe__make-item::after {
  width: clamp(20px, calc(3.75vw + 6.5px), 23px) !important;
  height: clamp(20px, calc(3.75vw + 6.5px), 23px) !important;
}

/* Cookie Banner */
.cookie-banner {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  z-index: 999998;
  box-shadow: 0 -4px 18px rgba(0, 0, 0, 0.12);
  display: none;
}

.cookie-banner.is-show {
  display: block;
}

.cookie-banner__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 18px 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.cookie-banner__text {
  color: #333;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 500;
}

.cookie-banner__text a {
  display: inline;
  color: #e72d29;
  text-decoration: underline;
}

.cookie-banner__buttons {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.cookie-banner__btn {
  width: 140px;
  height: 32px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.cookie-banner__btn--agree {
  background: #5c5c5c;
  color: #fff;
  border: 1px solid #5c5c5c;
}

.cookie-banner__btn--reject {
  background: #fff;
  color: #555;
  border: 2px solid #666;
}

@media screen and (max-width: 767px) {
  .cookie-banner__inner {
    padding: 24px 28px;
    display: block;
  }

  .cookie-banner__buttons {
    justify-content: center;
    margin-top: 16px;
  }

  .cookie-banner__btn {
    width: 132px;
    height: 36px;
  }
}



/*# sourceMappingURL=maps/style.css.map */