@charset "UTF-8";
:root {
  --design-h: 71.6;
  --phone-w: 390px;
  --steam-w: 191px;
  --steam-phone-w: 312px;
  --steam-phone-top: 65%;
  --steam-bg-w: 1300px;
  --steam-bg-top: 50%;
  --steam-top: 43%;
  --op-bg-1: .48;
  --op-bg-2: .35;
  --op-bg-3: .25;
  --blur-bg: .8px;
}

.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-grid {
  display: grid !important;
}
.d-inline-grid {
  display: inline-grid !important;
}
.d-none {
  display: none !important;
}
@media screen and (width >= 320px) {
  .d-xs-inline {
    display: inline !important;
  }
}
@media screen and (width >= 320px) {
  .d-xs-inline-block {
    display: inline-block !important;
  }
}
@media screen and (width >= 320px) {
  .d-xs-block {
    display: block !important;
  }
}
@media screen and (width >= 320px) {
  .d-xs-flex {
    display: flex !important;
  }
}
@media screen and (width >= 320px) {
  .d-xs-inline-flex {
    display: inline-flex !important;
  }
}
@media screen and (width >= 320px) {
  .d-xs-grid {
    display: grid !important;
  }
}
@media screen and (width >= 320px) {
  .d-xs-inline-grid {
    display: inline-grid !important;
  }
}
@media screen and (width >= 320px) {
  .d-xs-none {
    display: none !important;
  }
}
@media screen and (width >= 376px) {
  .d-ms-inline {
    display: inline !important;
  }
}
@media screen and (width >= 376px) {
  .d-ms-inline-block {
    display: inline-block !important;
  }
}
@media screen and (width >= 376px) {
  .d-ms-block {
    display: block !important;
  }
}
@media screen and (width >= 376px) {
  .d-ms-flex {
    display: flex !important;
  }
}
@media screen and (width >= 376px) {
  .d-ms-inline-flex {
    display: inline-flex !important;
  }
}
@media screen and (width >= 376px) {
  .d-ms-grid {
    display: grid !important;
  }
}
@media screen and (width >= 376px) {
  .d-ms-inline-grid {
    display: inline-grid !important;
  }
}
@media screen and (width >= 376px) {
  .d-ms-none {
    display: none !important;
  }
}
@media screen and (width >= 400px) {
  .d-spc-inline {
    display: inline !important;
  }
}
@media screen and (width >= 400px) {
  .d-spc-inline-block {
    display: inline-block !important;
  }
}
@media screen and (width >= 400px) {
  .d-spc-block {
    display: block !important;
  }
}
@media screen and (width >= 400px) {
  .d-spc-flex {
    display: flex !important;
  }
}
@media screen and (width >= 400px) {
  .d-spc-inline-flex {
    display: inline-flex !important;
  }
}
@media screen and (width >= 400px) {
  .d-spc-grid {
    display: grid !important;
  }
}
@media screen and (width >= 400px) {
  .d-spc-inline-grid {
    display: inline-grid !important;
  }
}
@media screen and (width >= 400px) {
  .d-spc-none {
    display: none !important;
  }
}
@media screen and (width >= 544px) {
  .d-sm-inline {
    display: inline !important;
  }
}
@media screen and (width >= 544px) {
  .d-sm-inline-block {
    display: inline-block !important;
  }
}
@media screen and (width >= 544px) {
  .d-sm-block {
    display: block !important;
  }
}
@media screen and (width >= 544px) {
  .d-sm-flex {
    display: flex !important;
  }
}
@media screen and (width >= 544px) {
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media screen and (width >= 544px) {
  .d-sm-grid {
    display: grid !important;
  }
}
@media screen and (width >= 544px) {
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
}
@media screen and (width >= 544px) {
  .d-sm-none {
    display: none !important;
  }
}
@media screen and (width >= 768px) {
  .d-md-inline {
    display: inline !important;
  }
}
@media screen and (width >= 768px) {
  .d-md-inline-block {
    display: inline-block !important;
  }
}
@media screen and (width >= 768px) {
  .d-md-block {
    display: block !important;
  }
}
@media screen and (width >= 768px) {
  .d-md-flex {
    display: flex !important;
  }
}
@media screen and (width >= 768px) {
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media screen and (width >= 768px) {
  .d-md-grid {
    display: grid !important;
  }
}
@media screen and (width >= 768px) {
  .d-md-inline-grid {
    display: inline-grid !important;
  }
}
@media screen and (width >= 768px) {
  .d-md-none {
    display: none !important;
  }
}
@media screen and (width >= 992px) {
  .d-lg-inline {
    display: inline !important;
  }
}
@media screen and (width >= 992px) {
  .d-lg-inline-block {
    display: inline-block !important;
  }
}
@media screen and (width >= 992px) {
  .d-lg-block {
    display: block !important;
  }
}
@media screen and (width >= 992px) {
  .d-lg-flex {
    display: flex !important;
  }
}
@media screen and (width >= 992px) {
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media screen and (width >= 992px) {
  .d-lg-grid {
    display: grid !important;
  }
}
@media screen and (width >= 992px) {
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
}
@media screen and (width >= 992px) {
  .d-lg-none {
    display: none !important;
  }
}
@media screen and (width >= 1500px) {
  .d-xl-inline {
    display: inline !important;
  }
}
@media screen and (width >= 1500px) {
  .d-xl-inline-block {
    display: inline-block !important;
  }
}
@media screen and (width >= 1500px) {
  .d-xl-block {
    display: block !important;
  }
}
@media screen and (width >= 1500px) {
  .d-xl-flex {
    display: flex !important;
  }
}
@media screen and (width >= 1500px) {
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media screen and (width >= 1500px) {
  .d-xl-grid {
    display: grid !important;
  }
}
@media screen and (width >= 1500px) {
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
}
@media screen and (width >= 1500px) {
  .d-xl-none {
    display: none !important;
  }
}
@media screen and (width >= 1920px) {
  .d-big-inline {
    display: inline !important;
  }
}
@media screen and (width >= 1920px) {
  .d-big-inline-block {
    display: inline-block !important;
  }
}
@media screen and (width >= 1920px) {
  .d-big-block {
    display: block !important;
  }
}
@media screen and (width >= 1920px) {
  .d-big-flex {
    display: flex !important;
  }
}
@media screen and (width >= 1920px) {
  .d-big-inline-flex {
    display: inline-flex !important;
  }
}
@media screen and (width >= 1920px) {
  .d-big-grid {
    display: grid !important;
  }
}
@media screen and (width >= 1920px) {
  .d-big-inline-grid {
    display: inline-grid !important;
  }
}
@media screen and (width >= 1920px) {
  .d-big-none {
    display: none !important;
  }
}

html {
  font-size: 2.6666666667vw;
  color: #221E1F;
  touch-action: manipulation;
}
@media screen and (width >= 768px) {
  html {
    overflow-y: scroll;
  }
}
@media screen and (width >= 768px) {
  html {
    font-size: 0.7142857143vw;
  }
}
@media screen and (width >= 1500px) {
  html {
    font-size: 10px;
  }
}
html.ttmodal-lock {
  overflow-y: scroll; /* スクロールバーを表示し続ける */
  overscroll-behavior: none;
  touch-action: none;
}

body {
  flex-direction: column;
  margin: 0;
  font-family: "M PLUS 1", sans-serif;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (width >= 768px) {
  body {
    font-size: 1.8rem;
  }
}
body.ttmodal-lock {
  overflow: clip; /* body自体のオーバーフローは無効化 */
  overscroll-behavior: none;
  touch-action: none;
}

img {
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
  -webkit-backface-visibility: hidden;
}

ul, ol, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

a:hover {
  opacity: 0.8;
}

.u-dotg {
  font-family: "DotGothic16", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.u-noto {
  font-family: "Noto Sans JP", sans-serif;
}
.u-worksans {
  font-family: "Work Sans", sans-serif;
}
.u-textshadow {
  text-shadow: 3px 3px 0px #ffffff, -3px 3px 0px #ffffff, 3px -3px 0px #ffffff, -3px -3px 0px #ffffff, 3px 0px 0px #ffffff, 0px 3px 0px #ffffff, -3px 0px 0px #ffffff, 0px -3px 0px #ffffff; /* 文字の影 */
}
.u-textshadow_b {
  text-shadow: -1px 3px 0 #221E1F, 3px -1px 0 #221E1F, -1px 3px 0 #221E1F, -3px 1px 0 #221E1F;
}
.u-center {
  text-align: center;
}
.u-bold {
  font-weight: bold;
}
.u-red {
  color: #FC2F0A;
}
.u-midred {
  color: #A70000;
}
.u-mb32 {
  margin-bottom: 3.2rem;
}
.u-mb24 {
  margin-bottom: 2.4rem;
}
.u-mb16 {
  margin-bottom: 1.6rem;
}
.u-f16 {
  font-size: 1.6rem;
}
.u-h100vh {
  height: 100dvh;
}

.inner {
  max-width: 37.5rem;
  margin: 0 auto;
  overflow: hidden;
}

header {
  background-image: -webkit-image-set(url("../assets/img/mv-bg.png") 1x, url("../assets/img/mv-bg@2x.png") 2x);
  background-image: image-set(url("../assets/img/mv-bg.png") 1x, url("../assets/img/mv-bg@2x.png") 2x);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.pc {
  position: fixed;
  top: -9.0909090909%;
  z-index: 1;
  display: none;
  width: 100%;
  height: 109.0909090909%;
  background-image: url("../assets/img/bg_pc.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (width >= 768px) {
  .pc {
    display: block;
  }
}
.pc-inner {
  position: relative;
  height: 100%;
}
.pc-left {
  position: absolute;
  bottom: calc(9.2045454545% + 8rem);
  left: 11.8055555556%;
  width: 25.4rem;
  z-index: 2;
}
.pc-right {
  position: absolute;
  bottom: calc(7.2727272727% + 8rem);
  right: 16.0416666667%;
  z-index: 2;
}
.pc-logo_img {
  width: 13.6rem;
  margin: 0 auto 2.6rem;
}
.pc-logo_lplogo {
  width: 23rem;
  margin: 0 auto 3rem;
}
.pc nav ul {
  row-gap: 3.2rem;
}
.pc nav ul li {
  grid-template-columns: 1.9rem 1fr;
  align-items: center;
  justify-items: left;
}
.pc nav ul li:before {
  content: "";
  display: block;
  width: 0.7rem;
  height: 1.2rem;
  margin-right: 1.2rem;
  background-image: url("../assets/img/arrow_pc.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.pc nav ul li a {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
}
.pc-qr {
  grid-template-columns: 1fr 7.1rem;
  align-items: center;
  justify-items: center;
  width: 19rem;
  height: 8rem;
  margin-bottom: 2.9rem;
  padding: 0 1.2rem;
  border-radius: 0.8rem;
  background: rgba(255, 255, 255, 0.6);
}
.pc-qr p {
  font-size: 1.2rem;
  font-weight: bold;
}
.pc-sns {
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
  row-gap: 1.6rem;
  align-items: center;
  justify-items: center;
  width: 16.8rem;
  margin: 0 auto;
}
.pc-sns li {
  width: 4rem;
  height: 4rem;
}
.pc-sns li img {
  width: 100%;
}

.sp {
  position: relative;
  z-index: 2;
  background: #fff;
}
@media screen and (width >= 768px) {
  .sp {
    margin-top: 8rem;
    border-radius: 1.6rem 1.6rem 0 0;
    overflow: hidden;
  }
}

.ramen-yuge {
  max-width: 26.4rem;
  margin: auto;
}
.ramen-yuge_area {
  position: relative;
}
.ramen-yuge .steam {
  top: var(--steam-top);
  width: var(--steam-w);
  z-index: 2;
}
.ramen-yuge img {
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
.ramen-yuge .lid {
  width: 14.6rem;
}
.ramen-yuge .pot {
  width: 17.9rem;
}

.mv {
  position: relative;
  overflow: hidden;
  height: 71.6rem;
}
.mv-logo {
  position: absolute;
  top: 2rem;
  left: 2.5rem;
  width: 11.402rem;
  z-index: 3;
}
.mv-futa {
  position: absolute;
  top: 0;
  z-index: 2;
}
.mv-title {
  position: absolute;
  left: 50%;
  top: 36rem;
  transform: translate(-50%, -50%); /* 要素の中心をその座標に合わせる */
  z-index: 3;
  /* 好みで微調整量。小画面〜大画面でなめらかに変化 */
  --raise: clamp(12px, 3dvh, 56px);
}
.mv-food {
  position: absolute;
  top: 8.3798882682%;
  left: 0;
  right: 0;
  z-index: 2;
  width: 35.7rem;
  margin: auto;
}
.mv-hashi {
  position: absolute;
  bottom: 7rem;
  z-index: 3;
}
.mv-yuge {
  position: absolute;
  z-index: 4;
  width: 100%;
  height: 100%;
}
.mv-yuge .steam {
  top: var(--steam-phone-top);
  width: var(--steam-phone-w);
}
.mv-ramen {
  position: absolute;
  bottom: 0.3rem;
}
.mv-shiitake {
  position: absolute;
  top: 16.4804469274%;
  right: -1rem;
  width: 31rem;
}
.mv-chilipepper {
  position: absolute;
  top: 0;
  right: 0;
  width: 31.5%;
  z-index: 1;
}
.mv-flow {
  position: absolute;
  bottom: 0;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  height: 3rem;
  background: #FC2F0A;
  z-index: 4;
}
.mv-flow_box {
  width: 100%;
  height: 3rem;
  animation: loop-text 40s linear infinite;
  transform: translateX(100%);
  overflow: hidden;
}
.mv-flow p {
  grid-template-columns: 13.2rem 2rem;
  align-items: center;
  width: 15.4rem;
  margin-right: 0.8rem;
  color: #FFE100;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 3rem;
  white-space: nowrap;
}
.mv-flow p img {
  width: 2rem;
}

@keyframes loop-text {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.about {
  position: relative;
  height: 76.9rem;
  padding-top: 4rem;
  background-image: url("../assets/img/about-bg.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
}
.about h2 {
  width: 33.7rem;
  margin: 0 auto -3rem;
}
.about h2 img {
  width: 100%;
}
.about-photo {
  width: 100%;
  margin-bottom: 2.4rem;
}
.about-text {
  margin: 0 auto 1.6rem;
}
.about-ramen {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1.6rem;
  margin: auto;
}
.about-ramen-yuge {
  position: relative;
}
.about-ramen .steam {
  top: var(--steam-top);
  width: var(--steam-w);
  z-index: 2;
}
.about-ramen img {
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
.about-ramen .lid {
  width: 14.6rem;
}
.about-ramen .pot {
  width: 17.9rem;
}

.index a {
  text-decoration: none;
}
.index h2 {
  margin-bottom: 3.2rem;
}
.index-inner {
  grid-template-columns: 1fr;
  justify-items: center;
  margin-bottom: 7.3rem;
}
.index-item {
  position: relative;
  height: 17.3rem;
  margin: 0 auto 2.4rem;
  border-radius: 1.6rem;
  box-sizing: border-box;
  cursor: pointer;
  /*p {
    color: #fff;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 2.4rem;

    span {
      font-size: 1.4rem;
      font-weight: 200;
    }
  }

  &:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 15.8rem;
    border-radius: 1.6rem 1.6rem 0 0;
    background: rgba(34, 30, 31, .8);
    z-index: 2;
  }

  &:first-of-type {
    background-color: #FFE20B;
    box-shadow: 0 .4rem .8rem rgba(218, 177, 128, .8);

    p {
      margin-bottom: 1.2rem;
    }

    .index-title_img {
      width: 21.6rem;
    }
  }

  &:nth-of-type(2) {
    background-image: linear-gradient(90deg, #71d4cf 15%, #ffef76);
    box-shadow: 0 .4rem .8rem rgba(126, 178, 183, .8);

    p {
      margin-bottom: .4rem;
    }

    .index-title_img {
      width: 22.4rem;
    }
  }

  &:last-of-type {
    background-color: #FF0000;
    box-shadow: 0 .4rem .8rem rgba(209, 135, 138, .8);

    p {
      margin-bottom: .4rem;
    }

    .index-title_img {
      width: 19.6rem;
    }
  }*/
}
.index-item:hover {
  opacity: 0.8;
}
.index-text {
  position: relative;
  z-index: 3;
}
.index-title_img {
  margin: 0 auto;
}
.index-bg {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.index-arrow {
  position: absolute;
  bottom: 2.2rem;
  left: 0;
  right: 0;
  width: 1.9rem;
  margin: auto;
  z-index: 3;
}

.shindan {
  position: relative;
  z-index: 1;
  padding-top: 5.2rem;
  background-image: url("../assets/img/contents01-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.shindan img {
  display: block;
  width: 100%;
}
.shindan h2 {
  max-width: 20rem;
  margin: 0 auto 1.3rem;
}
.shindan-text {
  max-width: 28.5rem;
  margin: 0 auto 2.4rem;
}
.shindan-logo {
  max-width: 27.3rem;
  margin: 0 auto 4.3rem;
}
.shindan-cta {
  display: block;
  width: 28.7rem;
  margin: 0 auto 4.35rem;
}
.shindan-share {
  padding-bottom: 17.3rem;
}
.shindan-share > img {
  max-width: 28.3rem;
  margin: 0 auto 2.4rem;
}
.shindan-share ul {
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
  justify-items: center;
  width: 20.4rem;
  margin: 0 auto;
}
.shindan-share ul li {
  width: 5.2rem;
}
.shindan-share ul li img {
  width: 100%;
}
.shindan-illust {
  position: absolute;
  bottom: 0;
}

.anime {
  position: relative;
  z-index: 2;
  margin-top: -1rem;
  padding-top: 5.2rem;
  background-image: url("../assets/img/contents02-bg.webp"), url("../assets/img/contents02-bgwave.webp");
  background-repeat: no-repeat no-repeat;
  background-position: center, top;
  background-size: cover, cover;
}
.anime-ikuze h2 {
  width: 20.5rem;
  margin: 0 auto 3.2rem;
}
.anime-ikuze h2 img {
  max-width: 100%;
}
.anime-ikuze > p {
  margin-bottom: 10rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 3.2rem;
  color: #fff;
}
.anime-logo {
  width: calc(100% - 2.6rem);
  margin: 0 auto 2.4rem;
}
.anime-profile {
  width: 32.4rem;
  height: 39.3rem;
  margin: 0 auto 8rem;
  padding: 0 2.4rem;
  border-radius: 2.4rem;
  background-image: linear-gradient(180deg, #FFFFFF 30%, #FFFAD5 90%, #CDFFE2);
  box-sizing: border-box;
}
.anime-profile > img {
  position: relative;
  top: -6.7rem;
  width: 18rem;
  margin: 0 auto -5.1rem;
}
.anime-profile p {
  margin-bottom: 1.6rem;
  line-height: 2.4rem;
  font-size: 1.6rem;
  font-weight: 500;
}
.anime-name {
  grid-template-columns: 13.3rem 12.8rem;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 0 1.6rem;
}
.anime-name span {
  font-size: 1.8rem;
  font-weight: bold;
}
.anime-name img {
  width: 12.8rem;
}
.anime-sns {
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  width: 9.5rem;
  margin: 0 auto;
}
.anime-sns li {
  width: 4rem;
}
.anime-sns li img {
  width: 100%;
}
.anime-h3 {
  position: relative;
  height: 8rem;
  margin-bottom: 4.8rem;
  background-image: linear-gradient(90deg, #71D4CF 15%, #C7E599 66%, #FFEF76);
}
.anime-h3 img {
  position: relative;
  width: 34.8rem;
  margin: 0 auto;
}
.anime-shorts h3 img {
  top: -5rem;
}
.anime-movies {
  margin-bottom: 10.4rem;
}
.anime-movies ul.slick-slider {
  height: 44.6rem;
}
.anime-movies ul.slick-slider li.slick-slide {
  position: relative;
  width: 23.3rem;
  margin: 0 2.2rem;
  opacity: 1;
  transition: ease 0.5s;
  border-radius: 1.6rem;
}
.anime-movies ul.slick-slider li.slick-slide::before {
  content: "";
  position: absolute;
  width: calc(100% + 0.3rem);
  height: 100%;
  top: 0;
  left: -2px;
  z-index: 3;
  border-radius: 1.6rem;
  background-image: linear-gradient(to right, #71D4CF, #FFEF76);
}
.anime-movies ul.slick-slider li.slick-slide img {
  position: relative;
  z-index: 4;
  width: 100%;
  padding: 0.2rem 0 0.3rem;
  box-sizing: border-box;
  border-radius: 1.6rem;
  box-shadow: 0 0.4rem 2rem rgb(110, 170, 166);
}
.anime-movies ul.slick-slider li.slick-slide.slick-slide:not(.slick-current) {
  width: 20rem;
  margin-top: 2.6rem;
  opacity: 0.5;
  transition: ease 0.5s;
}
.anime-movies .slick-dots {
  position: absolute;
  bottom: -2.5rem;
  left: 0;
  right: 0;
  display: grid;
  justify-items: center;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
.anime-movies .slick-dots li {
  width: 0.9rem;
  height: 0.9rem;
  background: #fff;
  border-radius: 0.9rem;
}
.anime-movies .slick-dots li.slick-active {
  width: 1.2rem;
  height: 1.2rem;
  background: #ED3559;
  border-radius: 1.2rem;
}
.anime-movies .slick-dots li button {
  background: none;
  border: none;
  text-indent: -999rem;
}
.anime-mv {
  padding-bottom: 6.4rem;
  background-image: -webkit-image-set(url("../assets/img/contents02-illust.png") 1x, url("../assets/img/contents02-illust@2x.png") 2x);
  background-image: image-set(url("../assets/img/contents02-illust.png") 1x, url("../assets/img/contents02-illust@2x.png") 2x);
  background-repeat: no-repeat;
  background-size: 17.4rem auto;
  background-position: 100% 10.4rem;
}
.anime-mv h3 img {
  top: -2rem;
  max-width: 28.8rem;
}
.anime-point {
  margin-top: 11.2rem;
}
.anime-point .mv_area {
  position: relative;
  z-index: 2;
  width: 23.3rem;
  margin: 0 auto;
  border-radius: 1.6rem;
}
.anime-point .mv_area::before {
  content: "";
  position: absolute;
  width: calc(100% + 0.3rem);
  height: 100%;
  top: 0;
  left: -2px;
  z-index: 3;
  border-radius: 1.6rem;
  background-image: linear-gradient(to right, #71D4CF, #FFEF76);
}
.anime-point .mv_area img {
  position: relative;
  z-index: 4;
  padding: 0.2rem 0 0.3rem;
  box-sizing: border-box;
  border-radius: 1.6rem;
  box-shadow: 0 0.4rem 2rem rgb(110, 170, 166);
}
.anime-point_text {
  position: relative;
  z-index: 1;
  width: 32.5rem;
  margin: -3.5rem auto 2.4rem;
  padding: 6.3rem 2rem 3.2rem;
  border-radius: 1.6rem;
  background-image: linear-gradient(to bottom, #FFFFFF 30%, #FFFAD5 73%, #CDFFE2 100%);
  box-sizing: border-box;
}
.anime-point_text .fukidashi {
  width: 24.7rem;
  height: 5.323rem;
  margin: 0 auto 1.6rem;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 4rem;
  color: #fff;
  background-image: url("../assets/img/contents02-fukidashi.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.anime-point_text p {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.4rem;
}
.anime-copy {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
}
.anime-dance h3 img {
  top: -1.5rem;
  width: 19.8rem;
}
.anime-challenge {
  margin-bottom: 7.3rem;
}
.anime-challenge .slick-dots {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.anime-share {
  position: relative;
  padding-bottom: 26.6rem;
}
.anime-share img {
  margin-right: auto;
  margin-left: auto;
}
.anime-share_dance {
  position: absolute;
  top: -23rem;
  left: 0;
  right: 0;
  width: 29.6rem;
  margin: auto;
}
.anime-check {
  width: 37.5rem;
  margin-bottom: 1.4rem;
}
.anime-arrow {
  width: 4.5rem;
  margin-bottom: 4rem;
}
.anime-close {
  width: 25.9rem;
}
.anime-hushtag {
  grid-template-columns: 5.8rem 5.8rem;
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
  justify-content: center;
  margin-bottom: 4rem;
}
.anime-hushtag img {
  width: 100%;
}

.recipe {
  position: relative;
  z-index: 2;
  margin-top: -1.2rem;
  padding: 7.2rem 0 4rem;
  background-image: url("../assets/img/contents03-bg01.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
.recipe h2 {
  width: 20.5rem;
  margin: 0 auto 3rem;
}
.recipe-logo {
  width: 22.4rem;
  margin: 0 auto 2.4rem;
}
.recipe-text {
  background-image: url(../assets/img/contents03-bg02.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 3rem;
  padding-bottom: 5rem;
  /*p {
    font-size: 2rem;
    font-weight: 900;
  }*/
}
.recipe-text img {
  margin: 2.4rem auto 0;
}
.recipe-cardsblock {
  position: relative;
  margin-bottom: 4rem;
}
.recipe-cards {
  width: 32.5rem;
  overflow: visible !important;
}
.recipe-card {
  position: relative;
  width: 0.8666666667 !important;
  height: 54rem !important;
  padding: 2.4rem 2.2rem 5.4rem;
  border-radius: 1.6rem;
  border: 0.2rem solid #FF0000;
  background-image: linear-gradient(to bottom, #FFFFFF 0%, #FFF9D0 100%);
  box-sizing: border-box;
}
.recipe-card img {
  margin: 0 auto;
}
.recipe-card p {
  margin-top: 2.4rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
}
.recipe-card:not(.swiper-slide-active) {
  background-image: linear-gradient(to bottom, #FFEF76 0%, #F7931E 100%);
}
.recipe-card:not(.swiper-slide-active) > * {
  display: none !important;
}
.recipe-title {
  max-width: 24rem;
  margin-bottom: 2.4rem !important;
}
.recipe-link {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4rem;
  width: 20rem;
  height: 4rem;
  margin: auto;
  color: #FFF;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 3.6rem;
  border-radius: 4rem;
  background-color: #FF0000;
  background-image: url(../assets/img/contents03-arrow02.svg);
  background-repeat: no-repeat;
  background-size: 0.7rem 1.2rem;
  background-position: calc(100% - 1.3rem) 50%;
}
.recipe-link:hover {
  opacity: 0.8;
}
.recipe-btn {
  position: absolute;
  top: 35%;
  width: 5rem;
  z-index: 4;
}
.recipe .swiper-button-prev {
  left: 0;
  transform: rotate(180deg);
}
.recipe .swiper-button-next {
  right: 0;
}
.recipe .swiper-button-disabled {
  opacity: 0.5;
}
.recipe .swiper-navigation-icon {
  display: none;
}
.recipe .swiper-pagination {
  margin-top: 4rem;
  font-family: "Jost", sans-serif;
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
}
.recipe-bgimg {
  width: 100%;
  margin-bottom: 3.2rem;
}
.recipe-cta {
  margin-bottom: 4.8rem;
}
.recipe-ctatitle {
  height: 2.6rem;
  margin: 0 auto 1.6rem;
}
.recipe-cta a {
  width: 28.7rem;
  margin: 0 auto;
}
.recipe-sns {
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  -moz-column-gap: 2.3rem;
       column-gap: 2.3rem;
  row-gap: 2rem;
  justify-items: center;
  width: calc(100% - 12rem);
  margin: 2.4rem auto 6.5rem;
}
.recipe-sns li {
  width: 6.8rem;
}
.recipe-sns li img {
  width: 100%;
}

.footer {
  background: #000;
}
.footer-top {
  position: relative;
  justify-items: center;
  align-items: center;
  height: 12.1rem;
  background: #E30314;
}
.footer-top a img {
  width: 16.2rem;
}
.footer-top > img {
  position: absolute;
  bottom: -0.7rem;
}
.footer-bottom {
  height: 11rem;
  justify-items: center;
  align-items: center;
}
.footer-bottom p {
  color: #FF0013;
  font-size: 1.2rem;
  line-height: 1.4rem;
}

.modal {
  position: fixed;
  left: 0;
  right: 0;
  inset: 0;
  z-index: 9999;
  display: none;
  width: 100%;
  max-width: 37.5rem;
  margin: auto;
}
.modal-open {
  cursor: pointer;
}
.modal.is-open {
  display: block;
}
.modal .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
.modal .dialog {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.2rem;
  pointer-events: none;
}
.modal .frame-wrap {
  position: relative;
  width: min(80vw, 800px);
  aspect-ratio: 9/16;
  pointer-events: auto;
}
.modal .close {
  position: absolute;
  top: -2.7rem;
  right: 0;
  z-index: 2;
  cursor: pointer;
}

#tiktokModal #ttPlayer {
  display: block;
  width: 100%;
  height: 100%;
  margin-left: -0.4rem;
  border: 0.4rem solid red;
  -o-border-image: linear-gradient(to right, #71D4CF, #FFEF76) 4;
     border-image: linear-gradient(to right, #71D4CF, #FFEF76) 4;
}
#tiktokModal .tt-overlay {
  position: absolute;
  inset: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: none;
}

.insta .frame-wrap {
  max-width: 35rem;
  height: 46.6rem;
  padding: 2.4rem 2.6rem 3.2rem;
  background: #fff;
  border-radius: 1.6rem;
  box-sizing: border-box;
}
.insta-title {
  margin-bottom: 1.6rem;
  font-weight: 900;
  font-size: 2.4rem;
  line-height: 2.8rem;
  background-image: linear-gradient(90deg, #FAAD4F 0%, #DD2A7B 35%, #9537B0 62%, #515BD4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.insta ol {
  margin-bottom: 2.4rem;
}
.insta ol li {
  font-size: 1.6rem;
  font-weight: 500;
}
.insta button {
  grid-template-columns: 2.3rem 1fr;
  justify-items: center;
  align-items: center;
  width: 100%;
  height: 7.2rem;
  margin-bottom: 2.4rem;
  padding: 1.2rem 2.4rem;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  border-radius: 0.8rem;
  border: none;
  box-shadow: 0 0.4rem 0.4rem rgb(217, 217, 217);
  background: linear-gradient(90deg, #FF9101 6%, #FC2F0A 56%, #FF0000 100%);
}
.insta button:before {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url("../assets/img/outerlink.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.insta-link {
  position: relative;
  width: 22rem;
  height: 4.8rem;
  margin: 0 auto 2rem;
  text-decoration: none;
  color: #221E1F;
}
.insta-link span {
  position: relative;
  z-index: 1;
  grid-template-columns: 3rem 1fr;
  align-items: center;
  justify-items: center;
  height: 100%;
  padding: 0 3.7rem;
  font-weight: 500;
  font-size: 1.4rem;
  border-radius: 3rem;
  background: #fff;
}
.insta-link span:before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background-image: url(../assets/img/insta-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 0.5rem;
}
.insta-link:before {
  content: "";
  position: absolute;
  width: calc(100% + 0.8rem);
  height: calc(100% + 0.6rem);
  top: -3px;
  left: -4px;
  z-index: 1;
  border-radius: 3rem;
  background-image: linear-gradient(90deg, #FAAD4F 0%, #DD2A7B 35%, #9537B0 62%, #515BD4 100%);
  box-shadow: 0 0.4rem 0.4rem rgb(217, 217, 217);
}
.insta-attention {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.4rem;
}

/* 背景スクロール禁止（iPhone対応） */
.body-lock {
  position: fixed;
  overflow: hidden;
  inset: 0;
  width: 100%;
}

.bg-steam {
  position: fixed;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 1;
}
.bg-steam img {
  position: absolute;
  left: 50%;
  top: var(--steam-bg-top);
  width: var(--steam-bg-w);
  height: auto;
  transform: translate(-50%, -50%) scale(1);
  opacity: 0;
  filter: brightness(1.08) contrast(1.08) blur(var(--blur-bg));
  mix-blend-mode: screen;
}
.bg-steam .b1 {
  animation: puffX 18s ease-in-out infinite, puffY 22s ease-in-out infinite, opacityBreathe 18s ease-in-out infinite;
  opacity: var(--op-bg-1);
}
.bg-steam .b2 {
  animation: puffX2 20s ease-in-out infinite, puffY2 24s ease-in-out infinite, opacityBreathe2 20s ease-in-out infinite;
  opacity: var(--op-bg-2);
}
.bg-steam .b3 {
  animation: puffX3 26s ease-in-out infinite, puffY3 30s ease-in-out infinite, opacityBreathe3 26s ease-in-out infinite;
  opacity: var(--op-bg-3);
}

/* 横方向の拡がりを大きめに */
@keyframes puffX {
  0% {
    transform: translate(-56%, -50%) scale(1.03);
  }
  50% {
    transform: translate(-44%, -50%) scale(1.15);
  }
  100% {
    transform: translate(-56%, -50%) scale(1.28);
  }
}
@keyframes puffX2 {
  0% {
    transform: translate(-47%, -50%) scale(1.02);
  }
  50% {
    transform: translate(-53%, -50%) scale(1.17);
  }
  100% {
    transform: translate(-47%, -50%) scale(1.3);
  }
}
@keyframes puffX3 {
  0% {
    transform: translate(-50%, -50%) scale(1.01);
  }
  40% {
    transform: translate(-53%, -52%) scale(1.18);
  }
  100% {
    transform: translate(-47%, -56%) scale(1.25);
  }
}
/* 縦方向の上昇も強化 */
@keyframes puffY {
  0% {
    top: calc(var(--steam-bg-top) + 1%);
  }
  50% {
    top: calc(var(--steam-bg-top) - 8%);
  }
  100% {
    top: calc(var(--steam-bg-top) - 14%);
  }
}
@keyframes puffY2 {
  0% {
    top: calc(var(--steam-bg-top) - 1%);
  }
  50% {
    top: calc(var(--steam-bg-top) - 10%);
  }
  100% {
    top: calc(var(--steam-bg-top) - 16%);
  }
}
@keyframes puffY3 {
  0% {
    top: calc(var(--steam-bg-top) + 0%);
  }
  50% {
    top: calc(var(--steam-bg-top) - 12%);
  }
  100% {
    top: calc(var(--steam-bg-top) - 18%);
  }
}
@keyframes opacityBreathe {
  0% {
    opacity: 0;
  }
  18% {
    opacity: var(--op-bg-1);
  }
  82% {
    opacity: var(--op-bg-1);
  }
  100% {
    opacity: 0;
  }
}
@keyframes opacityBreathe2 {
  0% {
    opacity: 0;
  }
  22% {
    opacity: var(--op-bg-2);
  }
  78% {
    opacity: var(--op-bg-2);
  }
  100% {
    opacity: 0;
  }
}
@keyframes opacityBreathe3 {
  0% {
    opacity: 0;
  }
  26% {
    opacity: var(--op-bg-3);
  }
  74% {
    opacity: var(--op-bg-3);
  }
  100% {
    opacity: 0;
  }
}
.stage {
  position: relative;
  padding: 6vh 2vw;
  z-index: 2;
}

.phone {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}
.phone img.bg {
  display: block;
  width: 100%;
  height: auto;
}

.steam {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  pointer-events: none;
  filter: brightness(1.06) contrast(1.02) blur(0.2px);
  mix-blend-mode: screen;
  opacity: 0;
  animation: fadeFloat 6.2s ease-in-out infinite;
}
.steam.s1 {
  opacity: 0.85;
}
.steam.s2 {
  opacity: 0.65;
  animation-delay: -3.1s;
  transform-origin: 50% 60%;
}

@keyframes fadeFloat {
  0% {
    transform: translate(-50%, -44%) scale(1);
    opacity: 0;
  }
  12% {
    opacity: 0.55;
  }
  50% {
    transform: translate(-50%, -64%) scale(1.05);
    opacity: 0.95;
  }
  88% {
    opacity: 0.5;
  }
  100% {
    transform: translate(-50%, -82%) scale(1.1);
    opacity: 0;
  }
}
.panel {
  position: fixed;
  right: 1.4rem;
  bottom: 1.4rem;
  background: rgba(255, 255, 255, 0.86);
  border-radius: 1.2rem;
  padding: 1rem 1.2rem;
  box-shadow: 0 0.6rem 1.6rem rgba(0, 0, 0, 0.15);
  font-size: 1.2rem;
  color: #222;
  z-index: 3;
}

.row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0.6rem 0;
}

input[type=range] {
  width: 12rem;
}

.title {
  margin-bottom: 0.4rem;
  font-weight: 700;
  font-size: 1.2rem;
}/*# sourceMappingURL=style.css.map */