a {
	display: block;
}

img {
  width: 100%;
}

.price {
  position: relative;
  padding-left: clamp(22px, 6vw, 32px);
  width: fit-content;
}

.price::before {
  content:"";
  width: 13%;
  aspect-ratio: 59 / 107;
  background: url(../images/price.png) center center / contain no-repeat;
  position: absolute;
  top: -82%;
  left: 0;
}

.price a {
  font-family: "marigny", sans-serif;
  font-weight: 500;
  -webkit-text-stroke: 0.5px currentColor;
  font-style: italic;
  font-size: clamp(10px, 3.7vw, 20px);
  letter-spacing: -0.03em;
  color: #995517;
  position: relative;
  display: flex;
  gap: clamp(10px, 2vw, 14px);
}

.price .price-name {
  position: relative;
}

.price .price-name::after {
  content: "";
  width: 100%;
  height: 1.5px;
  background-color: #995517;
  position: absolute;
  bottom: 10%;
  left: 0;
}

.price .price-name span {
  font-size: clamp(10px, 3.3vw, 18px);
  letter-spacing: 0.05em;
}

.price .price-buy {
  font-style: normal;
  color: #FFF;
  font-size: clamp(10px, 3vw, 16px);
  background-color: #fdb809;
  width: clamp(38px, 9vw, 48px);
  aspect-ratio: 100 / 52;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
}

.price .price-buy::after {
  display: none;
}


@media screen and (min-width: 551px) {
  .price {
    min-width: 216px;
  }
}

.fade-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-up.show {
  opacity: 1;
  transform: translateY(0);
}

.lp-contents {
  background-color: #fcf6ef;
  color: #a8816c;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
}

.pc-contents-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff9eb;
  display: flex;
}

@media (max-width: 550px) {
  .pc-contents-wrap {
      background-color: #fff8f9;
  }
}

.pc-left {
  width: calc((100% - 550px) / 2);
  height: 100vh;
  position: relative;
}

.pc-left-content {
  max-width: 418px;
  width: 100%;
  padding-inline: 2%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.pc-left-content .illustrator-box {
  width: 100%;
  padding-top: 22%;
}

.pc-left-content .illustrator-message {
  font-size: clamp(8px, 0.8vw, 12px);
  width: max-content;
  margin-inline: auto;
}

.illustrator-box {
  color: #a6683d;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  position: relative;
  width: 77%;
  margin-inline: auto;
}

.illustrator-box::after {
  content:"";
  width: 99%;
  min-width: 310px;
  aspect-ratio: 812 / 833;
  background-image: url(../images/illustrator-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: -25%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.pc-left-content .illustrator-box::after {
  top: 6%;
  width: 100%;
}

@media (max-width: 450px) {
  .illustrator-box::after {
    top: -25%;
  }
}

.illustrator-icon {
  width: 18%;
  max-width: 75px;
  margin-inline: auto;
}

.illustrator-name {
  margin-top: 2%;
  text-align: center;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: clamp(8px, 2.3vw, 13px);
  font-weight: 700;
  letter-spacing: 0.05em;
}

.illustrator-message {
  margin-top: 2%;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: clamp(8px, 2.3vw, 13px);
  font-weight: 500;
  -webkit-text-stroke: 0.2px currentColor;
}

.illustrator-sns {
  margin-top: 3.5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 35%;
  margin-inline: auto;
  gap: 20%;
}

@media (max-width: 450px) {
  .illustrator-sns {
    margin-top: 4%;
    width: 38%;
    gap: 23%;
  }
}

.illustrator-sns li:last-child a {
  width: 103%;
}

.pc-btn {
  margin-top: 22%;
  margin-top: clamp(90px, 9vw, 120px);
  position: relative;
  margin-inline: auto;
}

.pc-btn a {
  font-family: marigny, sans-serif;
  font-weight: 500;
  font-size: clamp(14px, 4.3vw, 24px);
  color: #FFF;
  -webkit-text-stroke: 1.2px currentColor;
  background-color: #f3c6b9;
  width: clamp(150px, 14vw, 200px);
  aspect-ratio: 363 / 86;
  margin-inline: auto;
  border-radius: 100px;
  text-align: center;
  display: flex;
  flex-direction: column;
  position: relative;
}

.pc-btn a span {
  display: block;
  font-size: clamp(8px, 2.3vw, 12px);
  margin-top: 2.5%;
  margin-bottom: 1%;
}

.pc-btn a::before {
  content: "";
  width: 35%;
  aspect-ratio: 134 / 133;
  background: url(../images/pc-btn-left.png) center center / contain no-repeat;
  position: absolute;
  top: -49%;
  left: -38%;
}

.pc-btn a::after {
  content: "";
  width: 18%;
  aspect-ratio: 73 / 66;
  background: url(../images/pc-btn-rigth.png) center center / contain no-repeat;
  position: absolute;
  top: -44%;
  right: -18%;
}

.pc-right {
  width: calc((100% - 550px) / 2);
  margin-left: auto;
  height: 100vh;
}

.pc-right img {
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1300px) {
  .pc-left-content,
  .pc-right {
    display: none;
  }
}

.main-contents {
  margin-inline: auto;
  max-width: 550px;
  width: 100%;
  height: auto;
  overflow: hidden;
  z-index: 10;
  background-color: #fcf6ef;
  position: relative;
}

.mv {
  position: relative;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.mv::after {
  content:"";
  width: 114%;
  aspect-ratio: 1080 / 9;
  background: url(../images/scallop-border.svg) center center / contain no-repeat;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
}

.mv-img {
  width: 102%;
  margin-left: -0.6%;
}

.mv-text {
  width: 67%;
  aspect-ratio: 713.806 / 133.2986;
  position: absolute;
  top: 14%;
  left: 16%;
  pointer-events: none;
}

.mv-text img {
  opacity: 0;
  transition: opacity 0.3s ease;
  position: absolute;
}

.mv-text img.show {
  opacity: 1;
}

.mv-text img:first-child {
  width: 2.4%;
  bottom: 39%;
  left: 1px;
}

.mv-text img:nth-child(2) {
  width: 2.6%;
  bottom: 49%;
  left: 3%;
}

.mv-text img:nth-child(3) {
  width: 2.4%;
  bottom: 57.9%;
  left: 6.2%;
}

.mv-text img:nth-child(4) {
  width: 3%;
  bottom: 65%;
  left: 9%;
}

.mv-text img:nth-child(5) {
  width: 2.2%;
  bottom: 69.6%;
  left: 12.3%;
}

.mv-text img:nth-child(6) {
  width: 3.4%;
  top: 5%;
  left: 16.8%;
}

.mv-text img:nth-child(7) {
  width: 2.9%;
  top: 0.8%;
  left: 21.3%;
}

.mv-text img:nth-child(8) {
  width: 3%;
  top: 0;
  left: 24.6%;
}

.mv-text img:nth-child(9) {
  width: 2.9%;
  top: 0.8%;
  left: 27.6%;
}

.mv-text img:nth-child(10) {
  width: 3.6%;
  top: 0.8%;
  left: 30.5%;
}

.mv-text img:nth-child(11) {
  width: 2.9%;
  top: 4.7%;
  left: 33.7%;
}

.mv-text img:nth-child(12) {
  width: 2%;
  top: 12.8%;
  left: 38.3%;
}

.mv-text img:nth-child(13) {
  width: 7.2%;
  top: 3.9%;
  left: 39.2%;
}

.mv-text img:nth-child(14) {
  width: 4.7%;
  top: 23.8%;
  left: 43%;
}

.mv-text img:nth-child(15) {
  width: 2.9%;
  top: 28.3%;
  left: 47.1%;
}

.mv-text img:nth-child(16) {
  width: 3.4%;
  top: 25.3%;
  left: 49.4%;
}

.mv-text img:nth-child(17) {
  width: 3.9%;
  top: 35.8%;
  left: 51.2%;
}

.mv-text img:nth-child(18) {
  width: 5.1%;
  top: 44%;
  left: 53%;
}

.mv-text img:nth-child(19) {
  width: 7%;
  top: 36%;
  left: 57.7%;
}

.mv-text img:nth-child(20) {
  width: 3.3%;
  top: 54.8%;
  right: 34.3%;
}

.mv-text img:nth-child(21) {
  width: 4%;
  top: 55.8%;
  right: 31.3%;
}

.mv-text img:nth-child(22) {
  width: 2.9%;
  top: 62.4%;
  right: 28.3%;
}

.mv-text img:nth-child(23) {
  width: 2.8%;
  top: 61.8%;
  right: 25.6%;
}

.mv-text img:nth-child(24) {
  width: 3.1%;
  top: 64.5%;
  right: 21.9%;
}

.mv-text img:nth-child(25) {
  width: 3.5%;
  top: 62.8%;
  right: 19.2%;
}

.mv-text img:nth-child(26) {
  width: 3.3%;
  top: 61.8%;
  right: 16.1%;
}

.mv-text img:nth-child(27) {
  width: 4%;
  top: 38.8%;
  right: 11.1%;
}

.mv-text img:nth-child(28) {
  width: 3%;
  top: 48.8%;
  right: 8.1%;
}

.mv-text img:nth-child(29) {
  width: 3.3%;
  top: 37.8%;
  right: 4.6%;
}

.mv-text img:nth-child(30) {
  width: 2.9%;
  top: 18.2%;
  right: 2.3%;
}

.mv-text img:nth-child(31) {
  width: 2%;
  top: 18.2%;
  right: 0;
}

.intro {
  margin-top: 7%;
  text-align: center;
  color: #a8816c;
  position: relative;
  padding-bottom: 17.5%;
}

.intro::after {
  content:"";
  width: 102%;
  aspect-ratio: 1089 / 114;
  background: url(../images/tulip-egg.png) center center / contain no-repeat;
  position: absolute;
  bottom: -1%;
  left: -1%;
}

.intro-title {
  width: 27%;
  margin-inline: auto;
}

.intro-text {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  margin-top: 2%;
  font-size: clamp(8px, 2.2vw, 12px);
  line-height: 2.3;
  letter-spacing: 0.1em;
  -webkit-text-stroke: 0.2px currentColor;
}

.illustrator {
  background-color: #f6f2d9;
  padding: 26% 0 23%;
  position: relative;
}

.illustrator::after {
  content:"";
  width: 114%;
  aspect-ratio: 1080 / 9;
  background: url(../images/scallop-border.svg) center center / contain no-repeat;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
}

.one-piece {
  margin-top: 5%;
}

.one-piece1 {
  width: 83.6%;
  margin-inline: auto;
  position: relative;
}

.one-piece1::before {
  content: "";
  width: 19%;
  aspect-ratio: 175 / 219;
  background: url(../images/swiper-left.svg?20260207165657) center center / contain no-repeat;
  position: absolute;
  top: -1%;
  left: -2%;
  z-index: 2;
}

.one-piece1::after {
  content: "";
  width: 22%;
  aspect-ratio: 197 / 201;
  background: url(../images/swiper-right.svg?20260207165706) center center / contain no-repeat;
  position: absolute;
  bottom: -3.3%;
  right: -1.4%;
  z-index: 2;
}

.one-piece-swiper {
  border-radius: 17%;
}

.one-piece1-price {
  margin-top: 5.5%;
  margin-left: 30.5%;
}

.one-piece2 {
  margin-top: 4%;
  position: relative;
  padding: 11% 0 13%;
}

.one-piece2-bg {
  width: 100%;
  aspect-ratio: 1116 / 1241;
  background-color: #f6f2d9;
  position: absolute;
  top: -2%;
  left: 0;
  z-index: -2;
}

.one-piece2::before {
  content:"";
  width: 137%;
  aspect-ratio: 1465 / 164;
  background: url(../images/yellow-border.svg) center center / contain no-repeat;
  position: absolute;
  top: 0;
  left: -2%;
  z-index: -1;
}

.one-piece2::after {
  content:"";
  width: 142%;
  aspect-ratio: 1465 / 164;
  background: url(../images/yellow-border.svg) center center / contain no-repeat;
  position: absolute;
  bottom: 0;
  left: -4%;
  z-index: -1;
}

.one-piece2-inner {
  display: flex;
  padding-inline: 5%;
}

.one-piece2-img1 {
  position: relative;
  width: 56%;
}

.one-piece2-img1::before {
  content: "";
  width: 11%;
  aspect-ratio: 64 / 62;
  background: url(../images/white-flower.png) center center / contain no-repeat;
  position: absolute;
  top: 4%;
  left: -4%;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.one-piece2-img1::after {
  content: "";
  width: 12%;
  aspect-ratio: 64 / 62;
  background: url(../images/white-flower.png) center center / contain no-repeat;
  position: absolute;
  bottom: 30%;
  left: -5%;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.one-piece2-inner.show .one-piece2-img1::before {
  opacity: 1;
  transform: translateY(0);
}

.one-piece2-inner.show .one-piece2-img1::after {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1s;
}

.one-piece2-right {
  width: 44%;
}

.one-piece2-ribbon {
  margin-top: 35%;
  position: relative;
  color: #FFF;
  font-family: "marigny", sans-serif;
  font-weight: 500;
  -webkit-text-stroke: 1px currentColor;
  margin-left: 26%;
  font-size: clamp(10px, 3vw, 16px);
  letter-spacing: 0.03em;
}

.one-piece2-ribbon span {
  display: block;
  transform: rotate(-14deg);
}

.one-piece2-ribbon::before {
  content: "";
  width: 87%;
  aspect-ratio: 368 / 101;
  background: url(../images/one-piece2-ribbon.svg) center center / contain no-repeat;
  position: absolute;
  top: 15%;
  left: -24%;
  z-index: -1;
}

@media screen and (max-width: 450px) {
  .one-piece2-ribbon::before {
    top: 25%;
  }
}

.one-piece2-ribbon::after {
  content: "";
  width: 31%;
  aspect-ratio: 138 / 133;
  background: url(../images/cute-point-chick.png) center center / contain no-repeat;
  position: absolute;
  top: -245%;
  right: 33%;
  animation: fuwafuwa 2s ease-in-out infinite;
}

@keyframes fuwafuwa {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

.one-piece2-img2 {
  position: relative;
  margin-top: 23%;
  width: 113%;
  transform: translateX(-9%);
}

.one-piece2-img2 a img {
    animation: kurukuru 4s ease 2s infinite;
}

@keyframes kurukuru {
  0% {
    rotate: y 0deg;
  }
  30% {
    rotate: y 1turn;
  }
  100% {
    rotate: y 1turn;
  }
}

.one-piece2-img2::before {
  content: "";
  width: 12%;
  aspect-ratio: 64 / 62;
  background: url(../images/white-flower.png) center center / contain no-repeat;
  position: absolute;
  top: -1%;
  right: 0;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.one-piece2-img2::after {
  content: "";
  width: 13%;
  aspect-ratio: 64 / 62;
  background: url(../images/white-flower.png) center center / contain no-repeat;
  position: absolute;
  bottom: -11%;
  right: 17%;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.one-piece2-inner.show .one-piece2-img2::before {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}

.one-piece2-inner.show .one-piece2-img2::after {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.5s;
}

.one-piece2-egg {
  width: 22%;
  position: absolute;
  bottom: 3%;
  left: 11%;
  animation: yurayura 1s steps(2) infinite;
}

@keyframes yurayura {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 25deg;
  }
}

.one-piece3 {
  margin-top: 13.3%;
  padding-bottom: 23.5%;
  position: relative;
}

.one-piece3::after {
  content:"";
  width: 103%;
  aspect-ratio: 1089 / 114;
  background: url(../images/tulip-egg.png) center center / contain no-repeat;
  position: absolute;
  bottom: 0;
  left: -2%;
}

.one-piece3-head {
  position: relative;
}

.one-piece3-head::before {
  content:"";
  width: 5%;
  aspect-ratio: 49 / 90;
  background: url(../images/one-piece3-head-flower1.png) center center / contain no-repeat;
  position: absolute;
  top: 16%;
  right: 11.5%;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.one-piece3-head.show::before {
  opacity: 1;
  transform: translateY(0);
}

.one-piece3-head::after {
  content: "";
  width: 6.5%;
  aspect-ratio: 49 / 90;
  background: url(../images/one-piece3-head-flower2.png) center center / contain no-repeat;
  position: absolute;
  top: 52%;
  right: 5.5%;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.one-piece3-head.show::after {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}

.one-piece3-head-text {
  width: 69%;
  aspect-ratio: 736.321 / 129.4516;
  position: relative;
  top: 14%;
  left: 13%;
}

.one-piece3-head-text img {
  opacity: 0;
  transition: opacity 0.3s ease;
  position: absolute;
}

.one-piece3-head-text img.show {
  opacity: 1;
}

.one-piece3-head-text img:first-child {
  width: 6%;
  top: 10%;
  left: 0;
}

.one-piece3-head-text img:nth-child(2) {
  width: 2.6%;
  top: 36.6%;
  left: 5.4%;
}

.one-piece3-head-text img:nth-child(3) {
  width: 2.6%;
  top: 28%;
  left: 8.4%;
}

.one-piece3-head-text img:nth-child(4) {
  width: 2.6%;
  top: 9%;
  left: 11%;
}

.one-piece3-head-text img:nth-child(5) {
  width: 5%;
  top: 23%;
  left: 13%;
}

.one-piece3-head-text img:nth-child(6) {
  width: 4.3%;
  top: 20%;
  left: 17.2%;
}

.one-piece3-head-text img:nth-child(7) {
  width: 3%;
  top: 0%;
  left: 24%;
}

.one-piece3-head-text img:nth-child(8) {
  width: 2.6%;
  top: 19%;
  left: 26%;
}

.one-piece3-head-text img:nth-child(9) {
  width: 6%;
  top: 5%;
  left: 27.5%;
}

.one-piece3-head-text img:nth-child(10) {
  width: 5%;
  top: 25%;
  left: 32%;
}

.one-piece3-head-text img:nth-child(11) {
  width: 3%;
  top: 29%;
  left: 36%;
}

.one-piece3-head-text img:nth-child(12) {
  width: 4.5%;
  top: 16%;
  left: 38%;
}

.one-piece3-head-text img:nth-child(13) {
  width: 5%;
  top: 43%;
  left: 42.7%;
}

.one-piece3-head-text img:nth-child(14) {
  width: 3.5%;
  top: 47%;
  left: 46.5%;
}

.one-piece3-head-text img:nth-child(15) {
  width: 4.5%;
  top: 50%;
  left: 49.5%;;
}

.one-piece3-head-text img:nth-child(16) {
  width: 5%;
  top: 55%;
  left: 52.5%;
}

.one-piece3-head-text img:nth-child(17) {
  width: 6%;
  top: 59%;
  left: 56%;
}

.one-piece3-head-text img:nth-child(18) {
  width: 7%;
  top: 41%;
  left: 61%;
}

.one-piece3-head-text img:nth-child(19) {
  width: 7%;
  top: 44%;
  left: 67%;
}

.one-piece3-head-text img:nth-child(20) {
  width: 3%;
  top: 75%;
  left: 73.5%;
}

.one-piece3-head-text img:nth-child(21) {
  width: 3.5%;
  top: 76%;
  left: 79.3%;
}

.one-piece3-head-text img:nth-child(22) {
  width: 3.7%;
  top: 72%;
  left: 82.7%;
}

.one-piece3-head-text img:nth-child(23) {
  width: 2.7%;
  top: 65%;
  left: 86%;
}

.one-piece3-head-text img:nth-child(24) {
  width: 5%;
  top: 60%;
  left: 89%;
}

.one-piece3-head-text img:nth-child(25) {
  width: 3%;
  top: 54%;
  left: 93.9%;
}

.one-piece3-head-text img:nth-child(26) {
  width: 2.2%;
  top: 42%;
  left: 96.7%;
}

.one-piece3-img-wrap {
  position: relative;
}

.one-piece3-img {
  margin-top: 9%;
  width: 105%;
  margin-left: -2%;
}

.blur-anime.show {
  -webkit-mask-size: 160% 160%;
  mask-size: 160% 160%;
}

.blur-anime {
  -webkit-mask-image: radial-gradient(circle, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0) 75%);
  mask-image: radial-gradient(circle, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0) 75%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
  -webkit-mask-size: 0 0;
  mask-size: 0 0;
  transition: -webkit-mask-size 2s ease, mask-size 2s ease;
}

.one-piece3-text1 {
  width: fit-content;
  position: absolute;
  top: 11%;
  left: 14.5%;
  transform: rotate(-11deg);
  font-family: "marigny", sans-serif;
  font-size: clamp(10px, 3.3vw, 18px);
  letter-spacing: -0.02em;
  -webkit-text-stroke: 0.6px currentColor;
  color: #FFF;
}

.one-piece3-text1 span {
  transform: rotate(7deg);
  display: inline-block;
}

.one-piece3-text1::before {
  content: "";
  width: 71%;
  aspect-ratio: 160 / 129;
  background: url(../images/one-piece3-text-ribbon.png) center center / contain no-repeat;
  position: absolute;
  top: -58%;
  left: -68%;
  transform: rotate(10deg);
}

.one-piece3-text2 {
  width: fit-content;
  position: absolute;
  top: 16.7%;
  left: 10%;
  transform: rotate(-11deg);
  font-family: "marigny", sans-serif;
  font-size: clamp(10px, 3.3vw, 18px);
  letter-spacing: -0.02em;
  -webkit-text-stroke: 0.6px currentColor;
  color: #FFF;
}

.one-piece3-text2 span {
  transform: rotate(7deg);
  display: inline-block;
}

.one-piece3-price {
  margin-top: 6.5%;
  margin-left: 31%;
}

.one-piece3 .price::before {
  width: 11%;
  top: -14%;
  left: -2%;
}

.one-piece4 {
  margin-top: 14%;
  width: 85%;
  margin-inline: auto;
  position: relative;
}

.one-piece4-text-wrap {
  width: 38%;
  aspect-ratio: 348 / 219;
  position: absolute;
  top: -1%;
  right: -1%;
  z-index: 1;
}

.one-piece4-text-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/one-piece4-text.png) center center / contain no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.one-piece4-text {
  position: absolute;
  top: 38%;
  left: 9%;
}

@media (max-width: 400px) {
  .one-piece4-text {
    top: 30%;
  }
}

.one-piece4-text-wrap.show::before {
  opacity: 1;
  transform: translateY(0);
}

.one-piece4-text span {
  font-family: "shelby", sans-serif;
  font-weight: 400;
  color: #a6683d;
  font-size: clamp(25px, 6.6vw, 35px);
  letter-spacing: -0.04em;
  -webkit-text-stroke: 1px currentColor;
  opacity: 0.9;
}

.one-piece4-text .char {
  opacity: 0;
  display: inline-block;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform: scaleX(0.7);
}

.one-piece4-text .char:nth-child(4) {
  margin-left: 1%;
}

.one-piece4-text-wrap.show .char {
  opacity: 1;
  transition-delay: calc(0.4s + var(--i) * 0.1s);
}

.one-piece4-img {
  border-radius: 24%;
  overflow: hidden;
}

.one-piece5 {
  margin-top: 8%;
  width: 85%;
  margin-inline: auto;
  position: relative;
}

.one-piece5-balloon {
  content: "";
  width: 21%;
  aspect-ratio: 195 / 492;
  position: absolute;
  top: 19%;
  right: 10%;
  z-index: 1;
  transition: opacity 6s ease;
  pointer-events: none;
}

.one-piece5-balloon img {
  transition: transform 6s ease;
}

.one-piece5.show .one-piece5-balloon {
  opacity: 0;
  transition-delay: 1s;
}

.one-piece5.show .one-piece5-balloon img {
  transform: translateY(-200%);
  animation: sway 4s ease-in-out infinite;
}

@keyframes sway {
  0% {
    rotate: 0deg;
  }
  25% {
    rotate: 2deg;
  }
  50% {
    rotate: -2deg;
  }
  75% {
    rotate: 2deg;
  }
  100% {
    rotate: 0deg;
  }
}


.one-piece5-image {
  overflow: hidden;
  border-radius: 25%;
  position: relative;
}

.one-piece5-img2 {
  border-radius: 24%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1.5s linear;
  z-index: 1;
}

.one-piece5-img2 img {
  transform: scale(1.01);
}

.one-piece5-img2::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fcf6ef;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}


.one-piece5.show .one-piece5-img2 {
  opacity: 1;
  transition-delay: 2s;
}

.baby {
  position: relative;
  margin-top: 42%;
}

.baby::after {
  content: "";
  width: 35%;
  aspect-ratio: 378 / 280;
  background: url(../images/one-piece6-garland.png) center center / contain no-repeat;
  position: absolute;
  top: -12.3%;
  left: 10%;

  transform: translateX(-140%) rotate(-1deg);
  transition: transform 1s ease;
}

.baby.show::after {
  transform: translateX(0) rotate(-1deg);
  animation: shake .4s step-end .1s infinite;
  animation-delay: 1s;
}

@keyframes shake {
  0% {
    transform: translateX(0) rotate(-1deg);
  }
  50% {
    transform: translateX(0) rotate(1deg);
  }
  100% {
    transform: translateX(0) rotate(-1deg);
  }
}


.baby.show::after {
  transform: translateX(0);
}

.baby1 {
  width: 93%;
  margin-inline: auto;
  position: relative;
}

.baby1::after {
  content:"";
  width: 120%;
  aspect-ratio: 1199 / 1607;
  background: url(../images/movie-frame.png) center center / contain no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.baby1-movie{
  padding-inline: 2%;
  aspect-ratio: 951 / 1305;
  position: relative;
}

.baby1-movie::before {
  content:"";
  width: 50%;
  aspect-ratio: 495 / 267;
  background: url(../images/movie-top.png) center center / contain no-repeat;
  position: absolute;
  top: -12%;
  left: 50%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
  transform: translateX(-50%) translateY(40px) scale(0.6);
  transform-origin: center bottom;
  transition-delay: 1.2s;
}

.baby.show .baby1-movie::before {
  opacity: 1;
  animation: pop 1.5s cubic-bezier(.22,1,.36,1) 1s forwards;
  animation-delay: 0.5s;
}

@keyframes pop {
  0% {
    transform: translateX(-50%) translateY(40px);
  }
  60% {
    transform: translateX(-50%) translateY(-6px);
  }
  90% {
    transform: translateX(-50%) translateY(1px);
  }
  100% {
    transform: translateX(-50%) translateY(0);
  }
}

.baby1-movie video {
  height: 100%;
  width: 100%;
  object-fit: cover;

  -webkit-mask-image: url("../images/video-mask.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;

  mask-image: url("../images/video-mask.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}

.baby2 {
  margin-top: 22%;
  position: relative;
}

.baby2::before {
  content: "";
  width: 33%;
  aspect-ratio: 357 / 242;
  background: url(../images/baby2-garland.png) center center / contain no-repeat;
  position: absolute;
  top: -33%;
  left: 5%;
  animation: shake .4s step-end .1s infinite;
}

.baby2::after {
  content: "";
  width: 30%;
  aspect-ratio: 327 / 185;
  background: url(../images/baby2-text.png) center center / contain no-repeat;
  position: absolute;
  top: 13%;
  left: 9%;
}

.baby2-img {
  width: 44%;
  position: relative;
  transform: rotate(7deg);
  margin-left: auto;
  margin-right: 12.7%;
}

.baby2-img a {
  position: relative;
  z-index: 1;
}

.baby2-img::after {
  content: "";
  width: 132%;
  aspect-ratio: 620 / 673;
  background: url(../images/baby2-frame.svg) center center / contain no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(-7deg);
}

.baby3 {
  margin-top: 10%;
  padding-left: 6%;
  padding-right: 3%;
  padding-bottom: 14%;
  position: relative;
}

.baby3::before {
  content: "";
  width: 19.6%;
  aspect-ratio: 212 / 131;
  background: url(../images/baby3-hiyoko.png) center center / contain no-repeat;
  position: absolute;
  top: 0;
  left: 45%;
  transform: translateX(-350%);
  transition: transform 2s ease;
}

.baby3.show::before {
  transform: none;
  transition-delay: 0.5s;
}

.baby3::after {
  content:"";
  width: 102.4%;
  aspect-ratio: 1089 / 114;
  background: url(../images/tulip-egg.png) center center / contain no-repeat;
  position: absolute;
  bottom: -1%;
  left: -1%;
}

.baby3-girl {
  width: 58%;
}

.baby3-right {
  position: absolute;
  top: 2%;
  right: 0;
  width: 51%;
  padding-bottom: 36%;
}

.baby3-hiyokos {
  width: 60%;
  aspect-ratio: 329 / 172;
  position: absolute;
  bottom: 0;
  left: 19%;
  transform: translateX(150%);
  transition: transform 4s ease;
}

.baby3.show .baby3-hiyokos {
  transform: none;
  transition-delay: 1.5s;
}

.baby3-hiyokos img {
  position: absolute;
  animation: tokotoko 1s steps(2) infinite;
}

@keyframes tokotoko {
  0% {
      rotate: 25deg;
  }
  100% {
      rotate: 0deg;
  }
}

.baby3-hiyokos img:first-child {
  width: 30%;
  top: 7%;
  left: 0;
}

.baby3-hiyokos img:nth-child(2) {
  width: 46%;
  top: 0;
  left: 30%;
  animation: tokotoko2 1s steps(2) infinite;
}

@keyframes tokotoko2 {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 25deg;
  }
}

.baby3-hiyokos img:last-child {
  width: 30%;
  top: 34%;
  right: 0;
}

.baby3-clothes {
  width: 90%;
  margin-left: 6%;
}

.baby3-price {
  margin-top: -8%;
  margin-left: 10%;
}

.baby3-price.price::before {
  width: 17%;
  top: -36%;
}

.baby3-price.price {
  line-height: 1.5;
  font-size: clamp(10px, 3.3vw, 17px);
  letter-spacing: 0.03em;
}

.baby3-price.price .price-name::before {
  content: "";
  width: 100%;
  height: 1.5px;
  background-color: #995517;
  position: absolute;
  bottom: 57%;
  left: 0;
}

.baby3-price.price .price-name::after {
  width: 43%;
  bottom: 5%;
}

.baby3-price.price .price-name {
  letter-spacing: 0.07em;
}

.baby3-price.price .price-name span {
  margin-left: 3%;
}

.baby3-price .price-buy {
  position: absolute;
  bottom: 0;
  right: 15%;
}

.foot-info {
  padding-top: 8.5%;
  aspect-ratio: 1136 / 2032;
  background: url(../images/foot-info-img-bg.jpg) center center / contain no-repeat;
  position: relative;
  overflow: hidden;
}

.foot-info-head {
  position: relative;
  z-index: 1;
}

.foot-info-btn a {
  width: 37%;
  aspect-ratio: 396 / 93;
  margin-inline: auto;
  color: #FFF;
  font-size: clamp(14px, 4.3vw, 24px);
  background-color: #fbb03b;
  font-family: "marigny", sans-serif;
  font-weight: 500;
  -webkit-text-stroke: 1.2px currentColor;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 100px;
  letter-spacing: 0.05em;
}

.foot-info-btn a span {
  font-size: clamp(8px, 2.3vw, 12px);
  margin-top: 2.5%;
  margin-bottom: 1%;
}

.foot-info-sns {
  margin-top: 6%;
  display: flex;
  justify-content: space-between;
  width: 50%;
  margin-inline: auto;
  gap: 16%;
}

.foot-info-sns li:last-child a {
  width: 105%;
}

.foot-info-img {
  width: 105%;
  aspect-ratio: 1136 / 1541;
  position: absolute;
  bottom: -5%;
  left: -2%;
}

.foot-info-img a {
  height: 100%;
  position: relative;
}

.foot-info-img a img {
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}

.foot-info-img::after {
  content: "";
  width: 26%;
  aspect-ratio: 274 / 155;
  background: url(../images/foot-logo.png) center center / contain no-repeat;
  position: absolute;
  top: 2%;
  left: 41%;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease; 
}

.foot-info-img.show::after {
  opacity: 1;
  transform: translateY(0);
}

.foot-info-flower1,
.foot-info-flower2,
.foot-info-flower3,
.foot-info-flower4,
.foot-info-flower5 {
  position: absolute;
  width: 6%;
}

.foot-info-flower1 {
  top: 19.6%;
  left: 22%;
}

.foot-info-flower2 {
  top: 27%;
  left: 66%;
}

.foot-info-flower3 {
  top: 39.5%;
  left: 41%;
}

.foot-info-flower4 {
  top: 66.5%;
  left: 12%;
}

.foot-info-flower5 {
  top: 56.2%;
  left: 90%;
}

.yurayura1 {
  animation: yurayura1 1s steps(2) infinite;
}

@keyframes yurayura1 {
  0% {
      rotate: 0deg;
  }
  100% {
      rotate: 25deg;
  }
}

.yurayura2 {
  animation: yurayura2 1s steps(2) infinite;
}

@keyframes yurayura2 {
  0% {
      rotate: 25deg;
  }
  100% {
      rotate: 0deg;
  }
}