@charset "utf-8";
.inner {
  width: 100%;
  max-width: 800px;
  margin-inline: auto;
}

.price-item.--flex {
  display: flex;
  gap: 5vw;
  align-items: center;
}

.price-item {
  display: flex;
  flex-direction: column;
  gap: 1.5vw;
  align-items: end;
}

@media screen and (min-width: 1024px){
 .price-item {
    gap: 16px;
  }
}

.price-item.--flex {
  flex-direction: row;
  gap: 6vw;
  align-items: center;
}

.price-items {
  display: flex;
  flex-direction: column;
  width: fit-content;
  align-items: end;
  gap: 5vw;
}

@media screen and (min-width: 1024px){
 .price-items {
    gap: 40px;
  }
}

.price {
  color: #595757;
  font-weight: 500;
  line-height: 1.2;
  font-family: "Zen Kaku Gothic New", sans-serif;
  width: fit-content;
  margin-left: auto;
  font-size: clamp(10px, 3.5vw, 30px);
  letter-spacing: 0;
}

.price-btn a {
  display: inline-block;
  letter-spacing: 0.02em;
  border-radius: 20px;
  background: #E269A8;
  padding: 3px 1.5vw;
  font-family: "Oswald", sans-serif;
  font-size: clamp(12px, 3vw, 30px);
}

@media screen and (min-width: 1024px){
 .price-btn a {
    padding: 3px 14px;
  }
}

.price-btn a:visited {
  color: #FFF;
}

.sbb-mv {
  width: 100%;
  position: relative;
}

.sbb-mv-text {
  position: absolute;
  top: 18%;
  left: 14%;
  width: fit-content;
}

.sbb-mv-title {
  font-family: "lust-display", serif;
  font-size: clamp(28px, 8vw, 60px);
  font-weight: 900;
  line-height: 0.9;
  color: #e5e97e;
  text-shadow: 2px 2px 0 #f6a9d4;
  line-height: 1;
}

.sbb-mv-decoration {
  width: 560%;
  aspect-ratio: 150 / 43;
  position: absolute;
  top: -35%;
  left: -18%;
  transform: scale(0.2);
  transform-origin: top left;
}

.sbb-sec {
  background: #f9f5d3;
  padding-bottom: 28%;
}

.sbb-introduction {
  margin-top: 48px;
  font-size: clamp(10px, 3vw, 24px);
  color: #E269A8;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.4;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease-out;
  padding: 0 4%;
  letter-spacing: 0;
  line-height: 1.45;
}

.sbb-introduction.show {
  opacity: 1;
  transform: translateY(0);
}

.resort-one-piece1 {
  margin-top: 20%;
  display: flex;
}

.resort-one-piece1-left {
  width: 30%;
  position: relative;
}

.resort-one-piece1-left h2 {
  position: absolute;
  bottom: 20%;
  left: 42%;
  font-weight: 900;
  font-size: clamp(22px, 6vw, 54px);
  font-family: "Cormorant", serif;
  color: #899ace;
  width: max-content;
  z-index: 1;
  letter-spacing: 0;
}

.resort-one-piece1-decoration li {
  position: absolute;
  top: -20px;
  right: 0;
  width: 26%;
  animation: spin 8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.resort-one-piece1-decoration li:nth-child(2) {
  top: 23%;
  left: 27%;
  width: 34%;
}

.resort-one-piece1-decoration li:nth-child(3) {
  top: 52%;
  right: -7%;
  width: 43%;
}

.resort-one-piece1-img {
  width: 63%;
  margin-left: auto;
  opacity: 0;
  transition: all 0.8s ease;
}

.resort-one-piece1-img.in-view {
  opacity: 1;
}

.resort-one-piece2 {
  display: flex;
  align-items: end;
  margin-top: -12%;
  padding: 0 7%;
}

.resort-one-piece2-img {
  width: 60%;
  opacity: 0;
  transition: all 0.8s ease;
}

.resort-one-piece2-img.in-view {
  opacity: 1;
}

.resort-one-piece2 ul {
  width: 40%;
}

.resort-one-piece-slide {
  margin-top: 26%;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  position: relative;
  top: 0;
  right: 0;
  width: fit-content;
  margin-left: auto;
  margin-right: 6%;
  margin-top: 12px;
  display: flex;
}

.swiper-pagination-bullet {
  width: 2.3vw;
  height: 2.3vw;
  max-width: 32px;
  max-height: 32px;
  background: #FFF;
  opacity: 1;
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.8vw;
}

.swiper-pagination-bullet-active {
  background: #F4AED6;
}

.bib {
    margin-top: 20%;
}

.bib-name-head {
  position: relative;
}

.bib-img {
  width: 79%;
  position: relative;
  margin-left: auto;
  z-index: 1;
}

.bib-bg {
  position: absolute;
  top: 5%;
  left: -16%;
  z-index: -1;
}

.bib-name {
  position: absolute;
  bottom: 0;
  left: 13%;
  font-weight: 900;
  font-size: clamp(40px, 8vw, 84px);
  font-family: "Cormorant", serif;
  color: #ef7897;
  width: max-content;
  line-height: 1.2;
  z-index: 1;
}

.bib-price {
  margin-top: 17%;
  padding: 0 20px;
}

.bib-price-head {
  position: relative;
}

.bib-price-img {
  width: 69%;
  margin-left: auto;
  margin-right: 5%;
}

.bib-price-curve-text {
  width: 50%;
  position: absolute;
  bottom: 10%;
  left: 0;
  opacity: 0;
}

.bib-price-curve-text.show {
  opacity: 1;
}

.bib-price-text1,
.bib-price-text2 {
  font-weight: 700;
}

.bib-price-text1 svg,
.bib-price-text2 svg {
  width: 100%;
}

.bib-price-text2 {
  margin-top: -16%;
  transform: translateX(8%);
}

[class^="bloom-"] {
  fill: #ef7897;
}

.bloom-18, .bloom-19, .bloom-20, .bloom-21, .bloom-22, .bloom-23, .bloom-24, .bloom-25, .bloom-26, .bloom-27, .bloom-28, .bloom-29 {
  fill: #fff;
}

.bib-price .price-items {
  margin-top: 9%;
  margin-inline: auto;
}

.lw-sec {
  background: #fff4f4;
  padding: 9% 0 30%;
  overflow-x: clip;
}

@media screen and (min-width: 768px){
 .lw-sec {
    padding: 9% 0 200px;
  }
}

.lw-sec .inner {
  position: relative;
}

.lw-sec .inner::before {
  content: "";
  width: 13%;
  display: block;
  aspect-ratio: 32 / 75;
  background: url(../images/star-pink-blue.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: -1%;
  left: 4%;
}

.lw-sec .inner::after {
  content: "";
  width: 6%;
  aspect-ratio: 1;
  background: url(../images/star-yellow.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 8%;
  right: 6%;
}

.lw-title {
  margin-right: -7%;
  width: 90%;
  margin-left: auto;
  font-size: 145px;
  color: #f9649d;
  font-family: "cocktail-shaker", sans-serif;
  letter-spacing: 0;
}

#puyon {
  animation: puyon 1.0s linear 0s 1;
  -webkit-animation: puyon 1.0s linear 0s 1;
}

@-webkit-keyframes puyon {
  0%   { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
  40%  { -webkit-transform: scale(0.95, 1.2) translate(0%, -10%); }
  50%  { -webkit-transform: scale(1.1, 0.9) translate(0%, 5%); }
  60%  { -webkit-transform: scale(0.95, 1.05) translate(0%, -3%); }
  70%  { -webkit-transform: scale(1.05, 0.95) translate(0%, 3%); }
  80%  { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
  100% { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
}
@keyframes puyon {
  0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
  40%  { transform: scale(0.95, 1.2) translate(0%, -10%); }
  50%  { transform: scale(1.1, 0.9) translate(0%, 5%); }
  60%  { transform: scale(0.95, 1.05) translate(0%, -3%); }
  70%  { transform: scale(1.05, 0.95) translate(0%, 3%); }
  80%  { transform: scale(1.0, 1.0) translate(0%, 0%); }
  100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}

.lw-img1 {
  margin-top: -10%;
  width: 97%;
  margin-left: auto;
  padding: 0 20px;
}

.lw-price {
  margin-top: -4%;
  display: flex;
  padding: 0 10% 0 20px;
}

.lw-price-decoration {
  padding-left: 4%;
  width: 28%;
  display: flex;
  justify-content: space-between;
}

.candy1 {
  width: 46%;
  animation: yurayura-candy1 1.5s linear infinite;
}

@keyframes yurayura-candy1 {
  0%, 100% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(5deg);
  }
}

.candy2 {
  margin-top: 35%;
  width: 46%;
  animation: yurayura 1.5s linear infinite;
}

.lw-price .price-items {
  margin-top: 12%;
  width: 72%;
  justify-content: end;
}

.lw-price .price-item.--flex {
  width: 100%;
  gap: 9%;
}

.lw-img2 {
  margin-top: 20%;
  width: 70%;
  opacity: 0;
  transition: all 0.8s ease;
}

.lw-img2.in-view {
  opacity: 1;
}

.lw-img3 {
  margin-top: 8%;
  width: 64%;
  margin-left: auto;
  margin-right: 5%;
  position: relative;
}

.lw-img3-img {
  opacity: 0;
  transition: all 0.8s ease;
}

.lw-img3-img.in-view {
  opacity: 1;
}

.lw-img3::before {
  content:"";
  width: 16%;
  aspect-ratio: 229 / 150;
  background: url(../images/star-blue-yellow.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 30%;
  z-index: 1;
}

.lw-img3::after {
  content:"";
  width: 45%;
  aspect-ratio: 59 / 50;
  background: url(../images/star-candy.svg) center center / contain no-repeat;
  position: absolute;
  top: -26%;
  right: 5%;
  animation: yurayura 3s linear infinite;
}

.lw-img4 {
  margin-top: -30%;
  position: relative;
}

.biquette-club-logo {
  margin-left: 15%;
  margin-top: 12%;
  width: 32%;
  position: relative;
}

.biquette-club-logo::before {
  content:"";
  width: 19%;
  aspect-ratio: 1;
  background: url(../images/star-red.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: -83%;
  left: 34%;
  animation: star-red 3s linear infinite;
}

@keyframes star-red {
  0%, 100% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(10deg);
  }
}

.biquette-club-logo::after {
  content:"";
  width: 22%;
  aspect-ratio: 1;
  background: url(../images/star-purple.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: -30%;
  left: -31%;
  animation: star-purple 3s linear infinite;
}

@keyframes star-purple {
  0%, 100% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(-10deg);
  }
}

.lw-img4::after {
  content:"";
  width: 14%;
  aspect-ratio: 152 / 298;
  background: url(../images/big-candy.svg) center center / contain no-repeat;
  position: absolute;
  bottom: -3%;
  right: 9%;
  animation: yurayura 3s linear infinite;
}

@keyframes yurayura {
  0%, 100% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(-5deg);
  }
}

.tr-sec {
  background: #f8e2ed;
}
.tr-mv {
  position: relative;
}

.tr-mv-title {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: clamp(24px, 13vw, 110px);
  font-family: "Cormorant", serif;
  font-weight: 900;
  text-align: center;
  color: #FFF;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.char {
  display: inline-block;
  opacity: 0;
  transition: opacity 0.6s ease;
}

#tr-mv-title.in-view .char {
  opacity: 1;
}

.tr-img1 {
  margin-top: 8%;
  position: relative;
  padding: 0 20px 0 7%;
}

.tr-img1::before {
  content:"";
  width: 14%;
  aspect-ratio: 51 / 50;
  background: url(../images/heart1.svg);
  position: absolute;
  top: 0;
  right: 10%;
}

.tr-img1::after {
  content:"";
  width: 8%;
  aspect-ratio: 51 / 50;
  background: url(../images/heart2.svg);
  position: absolute;
  top: 48%;
  right: 9%;
}

.tr-img1-img {
  width: 66%;
  transform: rotate(-7deg);
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.tr-img1-img.in-view {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0s;
}

.tr-img1-img  a {
  display: block;
}

.tr-img2 {
  padding: 0 7% 0 20px;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.tr-img2.in-view {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.8s;
}

.tr-img2-img {
  width: 50%;
  margin-left: auto;
  transform: rotate(7deg);
  position: relative;
}

.tr-img2-img a {
  position: relative;
  display: block;
}

.tr-img2-img a::after {
  content:"";
  width: 109%;
  height: 107%;
  background: url(../images/tr-img2-frame.png) center center /cover no-repeat;
  position: absolute;
  top: -3%;
  left: -3%;
}

.tr-img2-img a span {
  position: absolute;
  bottom: 8%;
  right: 8%;
  z-index: 1;
  color: #ad7db0;
  font-size: clamp(9px, 2.5vw, 25px);
  font-family: "Cormorant", serif;
  font-weight: 700;
  letter-spacing: 0;
}

.tr-img2-ribbon {
  width: 40%;
  position: absolute;
  top: -52%;
  right: 7%;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.tr-img2-ribbon.in-view {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.6s;
}

.tr-img2-ribbon-line {
  width: 58%;
  position: absolute;
  top: 50%;
  left: 1%;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.tr-img2-ribbon-line.in-view {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 2.2s;
}

.onepiece-cardigan-sec .price-items {
  margin-top: 10%;
  margin-inline: auto;
  position: relative;
}

.onepiece-cardigan-sec .price-items::before {
  content:"";
  width: 12%;
  aspect-ratio: 51 / 50;
  background: url(../images/heart2.svg);
  position: absolute;
  top: -10%;
  left: -30%;
}

.onepiece-cardigan-sec .price-items::after {
  content:"";
  width: 17%;
  aspect-ratio: 51 / 50;
  background: url(../images/heart1.svg);
  position: absolute;
  bottom: -80%;
  right: -48%;
}

.onepiece-hat-sec {
  margin-top: 20%;
}

.onepiece-hat-img {
  position: relative;
}

.onepiece-hat-sec-title {
  width: fit-content;
  font-size: clamp(16px, 4vw, 48px);
  font-family: "Cormorant", serif;
  color: #FFF;
  line-height: 1.2;
  position: absolute;
  top: 61%;
  left: 10%;
  opacity: 0;
  transform: translateY(-50%);
  transition: all 0.5s ease;
  letter-spacing: 0;
  font-weight: 700;
}

.onepiece-hat-sec-title.in-view {
  transform: translateY(-70%);
  opacity: 1;
}

.onepiece-hat-sec-title::after {
  content:"";
  width: 23%;
  aspect-ratio: 53 / 50;
  background: url(../images/ribbon-short.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: -41%;
  left: -17%;
}

.tr-img4 {
  padding: 12% 20px 10% 5%;
  display: flex;
  align-items: end;
  position: relative;
  overflow: hidden;
}

.tr-img4::before {
  content:"";
  width: 11%;
  aspect-ratio: 1;
  background: url(../images/heart-left-red.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 6%;
}

.tr-img4::after {
  content:"";
  width: 7%;
  aspect-ratio: 1;
  background: url(../images/heart-right-red.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 7%;
  left: 53%;
}

.tr-img4-img {
  width: 65%;
  position: relative;
}

.tr-img4-img::after {
  content:"";
  width: 105%;
  height: 103%;
  border: 2px solid #e56197;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 0;
}

.tr-img4 .price-items {
  width: 40%;
  position: relative;
  gap: 3vw;
}

@media screen and (min-width: 1024px){
  .tr-img4 .price-items {
    gap: 40px;
  }
}

.tr-img4 .price-items::before {
  content:"";
  width: 17%;
  aspect-ratio: 71 / 75;
  background: url(../images/heart-right-red.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: -171%;
  left: 80%;
}

.tr-img4 .price-items::after {
  content:"";
  width: 23%;
  aspect-ratio: 71 / 75;
  background: url(../images/heart-left-red.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: -108%;
  left: 35%;
}

.tr-img4-ribbon1 {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  width: 30%;
  position: absolute;
  top: 8%;
  right: -8%;
}

@media screen and (min-width: 801px) {
  .tr-img4-ribbon1 {
    right: 0;
  }
}

.tr-img4-ribbon2 {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  width: 24%;
  position: absolute;
  bottom: 20%;
  right: 34%;
}

.tr-img4-ribbon1.in-view {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0s;
}

.tr-img4-ribbon2.in-view {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.8s;
}

.footer {
  padding: 17% 20px 20%;
}

.footer-btn {
  text-align: center;
}

.footer-btn a {
  max-width: 382px;
  width: 65%;
  display: inline-block;
  background: #E269A8;
  color: #FFF;
  text-align: center;
  font-size:  clamp(8px, 2vw, 14px);
  padding: 8px;
  border-radius: 70px;
  font-weight: 700;
  letter-spacing: 0;
}

.footer-btn a span {
  display: block;
  font-family: "Cormorant", serif !important;
  font-size: clamp(28px, 10vw, 60px);
}

.footer-sns {
  margin-top: 7%;
  text-align: center;
}

.footer-sns p {
  max-width: 382px;
  width: 65%;
  text-align: center;
  position: relative;
  font-size: clamp(22px, 4vw, 40px);;
  font-family: "Cormorant", serif !important;
  color: #E269A8;
  margin-inline: auto;
  font-weight: 700;
}

.footer-sns p span {
  z-index: 3;
  position: relative;
}

.footer-sns p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #f8e2ed;
  width: 50%;
  height: 120%;
  z-index: 2;
}

.footer-sns p::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background-color: #d3659e;
  z-index: 1;
}

.footer-sns ul {
  margin-top: 5%;
  max-width: 382px;
  width: 65%;
  gap: 10%;
  margin-inline: auto;
  display: flex;
}

.footer-sns li {
  width: calc(25% - 10% * 3 / 4);
}
.prise-btn {
  color: inherit; /* 元の色を使う */
  text-decoration: none;
}