.lp-contents {
  position: relative;
}

.pc-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

@media (max-width: 550px) {
  .pc-bg {
    display: none;
  }
}

.pc-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a {
	display: block;
}

.price {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-size: clamp(10px, 3.7vw, 20px);
  letter-spacing: -0.05em;
  color: #595757;
}

.price a {
  font-family: "Oswald", sans-serif;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: clamp(14px, 8vw, 42px);
  aspect-ratio: 89.9882 / 40.9037;
  color: #FFF;
  background: #d80551;
  font-weight: 500;
  margin-left: 2%;
  font-size: clamp(6px, 3vw, 16px);
  border-radius: 25px;
  letter-spacing: 0;
}

.main-contents {
  margin-inline: auto;
  max-width: 550px;
  width: 100%;
  height: auto;
  overflow: hidden;
  z-index: 10;
  background: #FFF;
}

.mv {
  position: relative;
}

.mv img {
  max-width: none;
  width: 102%;
}

.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-title svg {
  width: 100%;
}

.mv-title textPath {
  font-size: clamp(14px, 32vw, 98px);
}

.mv-title p {
  text-align: center;
  font-style: normal;
  font-size: clamp(12px, 4vw, 22px);
  margin-top: -12%;
  font-weight: 700;
  letter-spacing: 0;
}

.mv-kirakira1,
.mv-kirakira2,
.mv-kirakira3,
.mv-kirakira4,
.mv-kirakira5,
.mv-kirakira6,
.mv-kirakira7,
.mv-kirakira8,
.mv-kirakira9 {
  aspect-ratio: 61 / 64;
  position: absolute;
}

.mv-kirakira1 {
  width: 3%;
  top: 18%;
  right: 4%;
  animation: flash 1.6s infinite;
}

.mv-kirakira2 {
  width: 5%;
  top: 21%;
  right: 17%;
  animation: flash 1.1s infinite;
}

.mv-kirakira3 {
  width: 4%;
  top: 26%;
  right: 12%;
  animation: flash 1.4s infinite;
}

.mv-kirakira4 {
  width: 5%;
  top: 43%;
  left: 8%;
  animation: flash 0.9s infinite;
}

.mv-kirakira5 {
  width: 3%;
  bottom: 39%;
  left: 9%;
  animation: flash 1.1s infinite;
}

.mv-kirakira6 {
  width: 5%;
  bottom: 35%;
  left: 14%;
  animation: flash 1.1s infinite;
}

.mv-kirakira7 {
  width: 5%;
  bottom: 21%;
  left: 8%;
  animation: flash 1.9s infinite;
}

.mv-kirakira8 {
  width: 5%;
  bottom: 22%;
  right: 5%;
  animation: flash 1.6s infinite;
}

.mv-kirakira9 {
  width: 4%;
  bottom: 16%;
  right: 10%;
  animation: flash 0.9s infinite;
}

@keyframes flash {
  0%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
}

.intro {
  margin-top: 6%;
  color: #d80551;
  text-align: center;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  line-height: 1.8;
  font-size: clamp(8px, 2.5vw, 14px);
  letter-spacing: 0.08em;
}

.one-piece {
  margin-top: 17%;
}

.one-piece1 {
  position: relative;
  padding-bottom: 9%;
}

.one-piece1-image {
  margin-left: auto;
  margin-right: 4%;
  position: relative;
  width: 77%;
  z-index: 2;
}

.one-piece1-image img {
  border-top-left-radius: 82px;
  border-bottom-right-radius: 82px;
}

.one-piece1 .price {
  position: absolute;
  bottom: 18%;
  left: 14%;
  z-index: 2;
  display: flex;
  width: fit-content;
  flex-direction: column;
  align-items: end;
}

.one-piece1 .price a {
  margin-top: 6%;
}

.one-piece1-bg {
  width: 83%;
  aspect-ratio: 917 / 1123;
  position: absolute;
  bottom: 0;
  left: 4%;
  z-index: 1;
}

.one-piece2 {
  margin-top: 9%;
  text-align: center;
  width: 80%;
  margin-inline: auto;
}

.one-piece3 {
  margin-top: 12%;
  position: relative;
}

.one-piece3 img {
  max-width: none;
  width: 102%;
}

.one-piece3 .price {
  position: absolute;
  bottom: 10%;
  left: 7%;
  display: flex;
  flex-direction: column;
  width: fit-content;
  align-items: end;
}

.one-piece3 .price a {
  margin-top: 8%;
}

.biquette-club-slide {
  margin-top: 5%;
  width: 87%;
  margin-inline: auto;
}

.biquette-club-slide .swiper-slide a {
  position: relative;
  padding: 3%;
}

.biquette-club-slide .swiper-slide a::after {
  content:"";
  width: 98%;
  height: 98%;
  transform: translateX(-50%) translateY(-50%) scale(1.02);
  background: url(../images/slide-frame.svg) center center / contain no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
}

.biquette-club-slide .swiper-slide.biquette-club-slide1 {
  padding: 3%;
}

.swiper-pagination {
  position: static;
  margin-top: 1%;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, -4px);
}

.swiper-pagination-bullet {
  background: url(../images/swiper-pagination.svg) center center /contain no-repeat;
  border-radius: 0;
  width: 9vw;
  max-width: 47px;
  height: auto;
  aspect-ratio: 3 / 2;
  opacity: 1;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 0.7;
}

.pullover {
  margin-top: 1%;
  position: relative;
  z-index: 1;
  padding-top: 57%;
}

.pullover::before {
  content:"";
  width: 100%;
  aspect-ratio: 1080 / 1952;
  background: url(../images/pullover-bg1.svg) center center / cover no-repeat;
  position: absolute;
  top: 9%;
  left: 0;
  z-index: -1;
}

.pullover::after {
  content:"";
  width: 100%;
  aspect-ratio: 1080 / 1013;
  background: url(../images/pullover-bg2.svg) center center / cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.pullover-image1 {
  width: 79%;
  margin-inline: auto;
  position: relative;
}

.pullover-image1 img {
  border-radius: 20px;
}

.pullover-image1::after {
  content: "";
  width: 27%;
  aspect-ratio: 223 / 101;
  background: url(../images/angel.svg) center center / contain no-repeat;
  position: absolute;
  top: 28%;
  left: 11%;
  animation: fuwafuwa 3s ease-in-out infinite;
}

@keyframes fuwafuwa {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-20px); }
  100% { transform: translateY(0); }
}

.pullover .price {
  margin-top: 12%;
  text-align: center;
}

.pullover-image2 {
  margin-top: 12%;
  width: 88%;
  margin-inline: auto;
}

.pullover-image2 img {
  border-radius: 30px;
}

.long-pants {
  margin-top: 28%;
  position: relative;
}

.long-pants-bg {
  width: 76%;
  margin-left: 2%;
}

.long-pants-image {
  position: absolute;
  width: 47%;
  aspect-ratio: 514 / 518;
  position: absolute;
  top: -22%;
  right: 4%;
  z-index: 1;
}

.long-pants-text1,
.long-pants-text2,
.long-pants-text3 {
  color: #b94c65;
  font-family: "abril-display", serif;
  font-weight: 400;
  font-style: italic;
}

.long-pants-text1 {
  font-size: clamp(18px, 5.1vw, 28px);
  position: absolute;
  top: 31%;
  left: 16%;
}

.long-pants-text2 {
  font-size: clamp(10px, 3.4vw, 19px);
  position: absolute;
  top: 39%;
  left: 19%;
}

.long-pants-text3 {
  font-size: clamp(8px, 2.8vw, 15px);
  position: absolute;
  top: 45%;
  left: 45%;
}

.long-pants .price {
  position: absolute;
  top: 59%;
  left: 22%;
}

.long-pants-ribbon {
  width: 55%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.shirt {
  margin-top: 19%;
}

.shirt1 {
  position: relative;
}

.shirt1 img {
  max-width: none;
  width: 102%;
}

.shirt1 p {
  position: absolute;
  top: 19%;
  right: 3%;
  display: inline-block;
  width: 50%;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(22px, 6.7vw, 36px);
  color: #b94c65;
  line-height: 1.4;
  letter-spacing: -0.05em;
  pointer-events: none;
}

.shirt1 p .bottom {
  display: block;
  margin-left: 16%;
  letter-spacing: 0;
}

.shirt1 .new {
  font-family: "madre-script", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: clamp(28px, 8vw, 44px);
}

.shirt1-decoration {
  display: flex;
  width: 32%;
  position: absolute;
  top: -16%;
  right: 0;
  align-items: flex-start;
}

.shirt1-decoration img {
  transform-origin: top center;
  animation: sway 3.8s ease-in-out infinite;
  will-change: transform;
}

@keyframes sway {
  0%   { transform: rotate(-6deg) translateX(-2%); }
  50%  { transform: rotate(6deg) translateX(2%); }
  100% { transform: rotate(-6deg) translateX(-2%); }
}

.shirt1-decoration img:first-child {
  width: 27%;
}

.shirt1-decoration img:nth-child(2) {
  width: 11%;
  margin-top: 10%;
  margin-left: 10%;
}

.shirt1-decoration img:nth-child(3) {
  width: 45%;
  margin-top: 20%;
  margin-left: -4%;
}

.shirt2 {
  position: relative;
}

.shirt2 img {
  max-width: none;
  width: 102%;
}

.shirt2 p {
  position: absolute;
  bottom: 8%;
  right: 6%;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: end;
  width: fit-content;
}

.shirt2 .price a {
  margin-top: 3%;
  padding: 0% 5%;
}

.shirt3 {
  color: #b94c65;
  background: #ffffe3;
  display: flex;
  padding: 13% 5% 10% 14%;
}

.shirt3-image {
  width: 41%;
}

.shirt3-text {
  width: 59%;
  margin-top: 16%;
  position: relative;
}

.shirt3-text-en {
  margin-left: 9%;
  width: 73%;
  aspect-ratio: 381 / 204;
  position: relative;
}

.shirt3-text-en::after {
  content: "";
  width: 110%;
  height: 110%;
  background: #ffffe3;
  position: absolute;
  top: 0;
  left: -5%;
  transition: clip-path 1.5s ease-out;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);  
  will-change: clip-path;
  transform: rotate(5deg);
}

.shirt3-text-en.show::after {
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%); 
}

.shirt3 ul {
  width: 100%;
  text-align: right;
  position: absolute;
  bottom: 21%;
  right: 5%;
}

.shirt3 ul li:nth-child(2) {
  margin-top: 6%;
}

.shirt3 .price a {
  margin-left: 6%;
  padding: 0 4%;
}

.shirt4 {
  padding-top: 8%;
  background: #ffffe3;
}

.shirt4-head {
  position: relative;
  width: 92%;
  margin-left: 3%;
}

.shirt4-text {
  width: 34%;
  aspect-ratio: 329.81 / 179.48;
  position: absolute;
  top: 7%;
  left: 6%;
}

.shirt4-text img:first-child {
  width: 15%;
  position: absolute;
  bottom: 1%;
  left: 2%;
}

.shirt4-text img:nth-child(2) {
  width: 8%;
  position: absolute;
  bottom: 22%;
  left: 11%;
}

.shirt4-text img:nth-child(3) {
  width: 12%;
  position: absolute;
  bottom: 29%;
  left: 17%;
}

.shirt4-text img:nth-child(4) {
  width: 10%;
  position: absolute;
  bottom: 42%;
  left: 21%;
}

.shirt4-text img:nth-child(5) {
  width: 7%;
  position: absolute;
  bottom: 56%;
  left: 30%;
}

.shirt4-text img:nth-child(6) {
  width: 8%;
  position: absolute;
  top: 24%;
  left: 34%;
}

.shirt4-text img:nth-child(7) {
  width: 9%;
  position: absolute;
  top: 17%;
  left: 40%;
}

.shirt4-text img:nth-child(8) {
  width: 8%;
  position: absolute;
  top: 18%;
  left: 48%;
}

.shirt4-text img:nth-child(9) {
  width: 13%;
  position: absolute;
  top: 4%;
  left: 58%;
}

.shirt4-text img:nth-child(10) {
  width: 8%;
  position: absolute;
  top: 3%;
  left: 69%;
}

.shirt4-text img:nth-child(11) {
  width: 11%;
  position: absolute;
  top: 16%;
  left: 76%;
}

.shirt4-text img:nth-child(12) {
  width: 11%;
  position: absolute;
  top: 8%;
  right: 3%;
}

.shirt4-text img {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.shirt4-text img.show {
  opacity: 1;
}

.shirt4-body {
  margin-top: 8%;
  position: relative;
  padding: 0 5%;
}

.shirt4-body::after {
  content:"";
  width: 17%;
  aspect-ratio: 191 / 174;
  background: url(../images/shirt4-heart.svg) center center / contain no-repeat;
  position: absolute;
  top: 9%;
  left: 25%;
}

.shirt4-body a {
  width: 55%;
  margin-left: auto;
}

.shirt4-bottom {
  margin-top: -3%;
  position: relative;
  padding: 0 5% 10%;
}

.shirt4-bottom::after {
  content:"";
  width: 15%;
  aspect-ratio: 191 / 174;
  background: url(../images/shirt4-heart.svg) center center / contain no-repeat;
  position: absolute;
  bottom: 13%;
  right: 7%;
  transform: rotate(45deg);
}

.shirt4-bottom a {
  width: 84%;
}

.outer {
  padding-top: 7%;
  background: #f7f2ed;
}

.outer1-image {
  width: 84%;
  margin-inline: auto;
}

.outer2 {
  margin-top: 12%;

}

.outer-slide1 {
  margin-inline: auto;
  width: 88%;
}

.outer-slide1 img {
  border-top-left-radius: 230px;
}

@media (max-width: 550px) {
  .outer-slide1 img {
    border-top-left-radius: 42vw;
  }
}

.outer2 p {
  width: 88%;
  margin: 3% auto 0;
  text-align: right;
}

.outer3 {
  margin-top: 9%;
}

.outer3-head {
  margin-inline: 5%;
  position: relative;
  text-align: right;
}

.outer3-head::after {
  content:"";
  width: 42%;
  aspect-ratio: 410 / 281;
  background: url(../images/outer3-head-deco.svg) center center / contain no-repeat;
  position: absolute;
  top: -17%;
  left: 4%;
}

.outer3-head-image {
  overflow: hidden;
  width: 71%;
  margin-left: auto;
}

.outer3-head img {
  transform: scale(1.01);
}

.outer3-bottom {
  margin: 10% 6% 0;
  position: relative;
}

.outer3-bottom-image {
  overflow: hidden;
  width: 77%;
}

.outer3-bottom-image img {
  transform: scale(1.01);
}

.outer3-bottom::after {
  content:"";
  width: 21%;
  aspect-ratio: 201 / 581;
  background: url(../images/outer3-bottom-deco.svg) center center / contain no-repeat;
  position: absolute;
  top: 12%;
  right: 3%;
}

.outer3-text {
  width: 29%;
  position: absolute;
  top: -14%;
  left: 3%;
}

.outer3-text img {
  width: 100%;
}

.outer4 {
  margin-top: 17%;
}

.outer4-image {
  width: 85%;
  margin-inline: auto;
}

.outer4 p {
  margin-top: 4%;
  margin-left: 10%;
}

.outer5 {
  margin-top: 14%;
  position: relative;
}

.outer5 p {
  color: #b94c65;
  font-size: clamp(14px, 2.3vw, 13px);
  font-family: "abril-display", serif;
  font-weight: 400;
  font-style: italic;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

.outer5 svg {
  width: 32%;
  position: absolute;
  top: -4%;
  right: 8%;
}

.outer5 text {
  color: #b94c65;
  font-size: clamp(40px, 16vw, 50px);
  font-family: "abril-display", serif;
  font-weight: 400;
  font-style: italic;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

.svg-text { 
  opacity: 0; transition: opacity .4s ease;
}

.svg-text.show {
  opacity: 1;
}

.svg-text .char {
  opacity: 0;
  transition: opacity .35s ease;
  transition-delay: calc(var(--i) * 0.12s);
}
.svg-text.show .char {
  opacity: 1;
}

.outer-slide2 {
  width: 87%;
  margin-inline: auto;
}

.outer-slide2 img {
  border-top-right-radius: 270px;
}

@media (max-width: 550px) {
  .outer-slide2 img {
    border-top-right-radius: 50vw;
  }
}

.store-sns {
  padding: 16% 0 11%;
  background: #f7f2ed;
}

.store-btn {
  width: 35%;
  aspect-ratio: 385 / 102;
  background: #d2bbd9;
  border-radius: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-inline: auto;
  font-family: "abril-display", serif;
  font-style: italic;
  font-weight: 700;
}

a.store-btn {
  font-size: clamp(16px, 5vw, 26px);
  color: #FFF;
}

.store-btn span {
  font-size: clamp(4px, 1.2vw, 6px);
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.store-sns p {
  margin: 5.5% auto 0;
  text-align: center;
  color: #d2bbd9;
  font-size: clamp(6px, 3vw, 16px);
  font-family: "abril-display", serif;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0;
  position: relative;
  width: 35%;
  z-index: 1;
}

.store-sns p::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #d2bbd9;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -2;
}

.store-sns p::after {
  content: "";
  width: 52%;
  height: 100%;
  background: #f7f2ed;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.sns-items {
  display: flex;
  width: 50%;
  justify-content: space-between;
  margin-top: 4%;
  margin-inline: auto;
}

.sns-items li {
  width: 16%;
}

.final-image img {
  max-width: none;
  width: 102%;
}