@charset "UTF-8";
@keyframes animationZoom1 {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes revealHeight {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}
:root {
  --pc: 1300 * 100vw;
  --sp: 375 * 100vw;
}

#main {
  overflow: unset;
}

.fadeIn1,
.fadeIn2 {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.fadeIn1 {
  animation-delay: 0.5s;
}

.fadeIn2 {
  animation-delay: 0.8s;
}

.fadeIn3 {
  animation-delay: 1.1s;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}
.fade-left-in {
  transform: translateX(-50px);
  opacity: 0;
  transition: 1s;
}

.fade-right-in {
  transform: translateX(50px);
  opacity: 0;
  transition: 1s;
}

.fade-bottom-in {
  transform: translateY(50px);
  opacity: 0;
  transition: 1s;
}

@media screen and (min-width: 769px) {
  .fade-left-in-pc {
    transform: translateX(-50px);
    opacity: 0;
    transition: 0.8s;
  }
  .fade-right-in-pc {
    transform: translateX(50px);
    opacity: 0;
    transition: 1s;
  }
  .fade-bottom-in-pc {
    transform: translateY(50px);
    opacity: 0;
    transition: 1s;
  }
}
@media screen and (max-width: 768px) {
  .fade-left-in-sp {
    transform: translateX(-50px);
    opacity: 0;
    transition: 1s;
  }
  .fade-right-in-sp {
    transform: translateX(50px);
    opacity: 0;
    transition: 1s;
  }
  .fade-bottom-in-sp {
    transform: translateY(50px);
    opacity: 0;
    transition: 1s;
  }
}
.is-in {
  transform: translate(0, 0);
  opacity: 1;
}

.lp {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #333;
}
.lp * {
  box-sizing: border-box;
}
.lp .swiper-wrapper {
  height: auto;
}
.lp .section-wrap {
  position: relative;
}
@media screen and (min-width: 769px) {
  .lp .section-wrap {
    width: calc(1300 / var(--pc));
    margin-inline: auto;
  }
}
.lp .section-wrap::before {
  content: "";
  position: absolute;
  top: calc(681 / var(--pc));
  left: 0;
  z-index: 4;
  width: 1.1rem;
  height: 130%;
  background: #EC987D;
}
@media screen and (min-width: 769px) {
  .lp .section-wrap::before {
    transition: 0.3s;
  }
}
@media screen and (max-width: 768px) {
  .lp .section-wrap::before {
    top: 0;
    opacity: 0;
    width: calc(11 / var(--sp));
  }
}
.lp .scroll-text {
  position: fixed;
  top: calc(68px + 15 / var(--pc));
  left: calc(12 / var(--pc));
  z-index: 10;
  font-family: "Cormorant Infant", serif;
  writing-mode: vertical-rl;
  font-size: calc(16 / var(--pc));
  line-height: 1;
  opacity: 0;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .lp .scroll-text {
    top: calc(50px + 15 / var(--sp));
    left: calc(4 / var(--sp));
    font-size: calc(13 / var(--sp));
  }
}
.lp .scroll-text.active {
  opacity: 1;
}
.lp section {
  position: relative;
}
@media screen and (max-width: 768px) {
  .lp section {
    width: calc(364 / var(--sp));
    margin-left: auto;
  }
}
.lp section.kv {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .lp section.kv::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: calc(374 / var(--pc));
    height: 0;
    background: rgba(236, 152, 125, 0.8);
  }
}
.lp section.kv .kv-scroll-text {
  position: absolute;
  top: calc(15 / var(--pc));
  left: calc(12 / var(--pc));
  z-index: 10;
  color: #fff;
  font-family: "Cormorant Infant", serif;
  writing-mode: vertical-rl;
  font-size: calc(16 / var(--pc));
  line-height: 1;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .lp section.kv .kv-scroll-text {
    top: calc(15 / var(--sp));
    left: calc(4 / var(--sp));
    font-size: calc(13 / var(--sp));
  }
}
.lp section.kv .kv-image {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .lp section.kv .kv-image {
    aspect-ratio: 1300/681;
  }
}
.lp section.kv .kv-image img {
  opacity: 0;
  transform: scale(1.1);
}
.lp section.kv .kv-title {
  position: absolute;
  z-index: 3;
}
@media screen and (min-width: 769px) {
  .lp section.kv .kv-title {
    top: calc(295 / var(--pc));
    left: calc(153 / var(--pc));
  }
}
@media screen and (max-width: 768px) {
  .lp section.kv .kv-title {
    top: calc(337 / var(--sp));
    left: calc(34 / var(--sp));
  }
}
.lp section.kv .kv-title h1 {
  width: calc(482 / var(--pc));
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .lp section.kv .kv-title h1 {
    width: calc(255 / var(--sp));
  }
}
.lp section.kv .kv-title .sub-title {
  width: calc(434 / var(--pc));
  margin-top: calc(13 / var(--pc));
  margin-left: calc(-5 / var(--pc));
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .lp section.kv .kv-title .sub-title {
    width: calc(254 / var(--sp));
    margin-top: calc(10 / var(--sp));
    margin-left: calc(-4 / var(--sp));
  }
}
.lp section.kv .kv-catch {
  font-size: calc(14 / var(--pc));
  line-height: calc(22 / var(--pc));
}
@media screen and (min-width: 769px) {
  .lp section.kv .kv-catch {
    position: absolute;
    left: calc(151 / var(--pc));
    bottom: 0;
    height: calc(170 / var(--pc));
    padding-bottom: calc(50 / var(--pc));
    z-index: 2;
    color: #fff;
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  .lp section.kv .kv-catch {
    padding-top: calc(20 / var(--sp));
    padding-bottom: calc(40 / var(--sp));
    margin-left: calc(11 / var(--sp));
    text-align: center;
    font-size: calc(12 / var(--sp));
    line-height: calc(18 / var(--sp));
  }
}
.lp section.kv .page-arrow {
  position: absolute;
  width: calc(22 / var(--pc));
}
@media screen and (min-width: 769px) {
  .lp section.kv .page-arrow {
    bottom: calc(20 / var(--pc));
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .lp section.kv .page-arrow {
    width: calc(17 / var(--sp));
    top: calc(477 / var(--sp));
    left: calc(185 / var(--sp));
  }
}
.lp section.kv .page-arrow svg {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  .lp section.about {
    padding-top: calc(123 / var(--pc));
    padding-bottom: calc(120 / var(--pc));
  }
}
@media screen and (max-width: 768px) {
  .lp section.about {
    padding-bottom: calc(59 / var(--sp));
  }
}
.lp section.about .about-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(700 / var(--pc));
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .lp section.about .about-wrap {
    width: calc(300 / var(--sp));
  }
}
.lp section.about .about-wrap .catch {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  font-weight: 500;
  font-size: calc(15 / var(--pc));
  line-height: calc(19 / var(--pc));
  text-align: center;
  color: #EC987D;
}
@media screen and (max-width: 768px) {
  .lp section.about .about-wrap .catch {
    font-size: calc(15 / var(--sp));
    line-height: calc(19 / var(--sp));
  }
}
.lp section.about .about-wrap .catch::before, .lp section.about .about-wrap .catch::after {
  content: "";
  position: absolute;
  width: calc(29 / var(--pc));
  height: 1px;
  margin-inline: calc(5 / var(--pc));
  background: #C0BDBD;
}
@media screen and (min-width: 769px) {
  .lp section.about .about-wrap .catch::before, .lp section.about .about-wrap .catch::after {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .lp section.about .about-wrap .catch::before, .lp section.about .about-wrap .catch::after {
    bottom: calc(12 / var(--sp));
    width: calc(29 / var(--sp));
    margin-inline: calc(5 / var(--sp));
  }
}
.lp section.about .about-wrap .catch::before {
  left: calc(-30 / var(--pc));
  transform: rotate(67deg);
}
@media screen and (max-width: 768px) {
  .lp section.about .about-wrap .catch::before {
    left: calc(-30 / var(--sp));
  }
}
.lp section.about .about-wrap .catch::after {
  right: calc(-30 / var(--pc));
  transform: rotate(-67deg);
}
@media screen and (max-width: 768px) {
  .lp section.about .about-wrap .catch::after {
    right: calc(-30 / var(--sp));
  }
}
.lp section.about .about-wrap .image {
  width: 100%;
  margin-top: calc(13 / var(--pc));
}
@media screen and (max-width: 768px) {
  .lp section.about .about-wrap .image {
    margin-top: calc(11 / var(--sp));
  }
}
.lp section.about .about-wrap p {
  margin-top: calc(10 / var(--pc));
  font-size: calc(12 / var(--pc));
  line-height: calc(20 / var(--pc));
}
@media screen and (max-width: 768px) {
  .lp section.about .about-wrap p {
    margin-top: calc(5 / var(--sp));
    font-size: calc(11 / var(--sp));
    line-height: calc(18 / var(--sp));
  }
}
.lp section.items {
  overflow: hidden;
  padding-top: calc(146 / var(--pc));
}
@media screen and (min-width: 769px) {
  .lp section.items {
    width: calc(1200 / var(--pc));
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .lp section.items {
    padding-top: calc(62 / var(--sp));
  }
}
.lp section.items::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #EC987D;
}
@media screen and (max-width: 768px) {
  .lp section.items::before {
    left: calc(21 / var(--sp));
    width: calc(320 / var(--sp));
  }
}
.lp section.items article {
  position: relative;
  padding-bottom: calc(120 / var(--pc));
}
@media screen and (min-width: 769px) {
  .lp section.items article {
    width: calc(940 / var(--pc));
    margin-inline: auto;
    padding-inline: calc(35 / var(--pc));
  }
}
@media screen and (max-width: 768px) {
  .lp section.items article {
    padding-bottom: calc(73 / var(--sp));
  }
}
.lp section.items article::before {
  content: "";
  clear: both;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #EC987D;
}
@media screen and (max-width: 768px) {
  .lp section.items article::before {
    width: calc(319 / var(--sp));
    left: calc(22 / var(--sp));
  }
}
.lp section.items article::after {
  content: "";
  clear: both;
  display: block;
}
.lp section.items article .item-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lp section.items article .item-header {
    margin-bottom: calc(28 / var(--sp));
  }
}
.lp section.items article .item-header .wish {
  width: calc(103 / var(--pc));
}
@media screen and (max-width: 768px) {
  .lp section.items article .item-header .wish {
    width: calc(88 / var(--sp));
  }
}
.lp section.items article .item-header .catch {
  position: relative;
  margin-top: calc(3 / var(--pc));
  font-size: calc(15.6 / var(--pc));
  line-height: calc(24 / var(--pc));
  font-weight: 500;
  color: #EC987D;
}
@media screen and (max-width: 768px) {
  .lp section.items article .item-header .catch {
    margin-top: calc(3 / var(--sp));
    font-size: calc(13 / var(--sp));
    line-height: calc(20 / var(--sp));
  }
}
.lp section.items article .item-header .catch::before {
  content: "";
  position: absolute;
  top: calc(-34 / var(--pc));
  left: calc(-20 / var(--pc));
  width: calc(82 / var(--pc));
  aspect-ratio: 70/78;
  background-image: url(https://file.stola.jp/cms/previous/fashionplan20250825/img/icon-new.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(30px);
  opacity: 0;
  transition: 0.8s;
  transition-delay: 0.8s;
}
@media screen and (max-width: 768px) {
  .lp section.items article .item-header .catch::before {
    top: calc(-32 / var(--sp));
    left: calc(-27 / var(--sp));
    width: calc(71 / var(--sp));
  }
}
.lp section.items article .item-header .catch.is-in::before {
  transform: translateY(0);
  opacity: 1;
}
.lp section.items article .item-header h2 {
  margin-top: calc(-8 / var(--pc));
  font-size: calc(32 / var(--pc));
  line-height: calc(45 / var(--pc));
  font-weight: 300;
  letter-spacing: -0.15em;
}
@media screen and (max-width: 768px) {
  .lp section.items article .item-header h2 {
    margin-top: calc(-7 / var(--sp));
    font-size: calc(27 / var(--sp));
    line-height: calc(38 / var(--sp));
    letter-spacing: -0.2em;
  }
}
.lp section.items article .item-header p {
  margin-top: calc(5 / var(--pc));
  font-size: calc(12 / var(--pc));
  line-height: calc(19 / var(--pc));
}
@media screen and (min-width: 769px) {
  .lp section.items article .item-header p {
    position: relative;
    left: 1em;
  }
}
@media screen and (max-width: 768px) {
  .lp section.items article .item-header p {
    left: 0.5em;
    margin-top: calc(6 / var(--sp));
    font-size: calc(11 / var(--sp));
    line-height: calc(18 / var(--sp));
  }
}
.lp section.items article .item-header p::before, .lp section.items article .item-header p::after {
  display: inline-block;
  position: relative;
  height: calc(12 / var(--pc));
  font-size: calc(29 / var(--pc));
  line-height: calc(21 / var(--pc));
  color: #EC987D;
}
@media screen and (max-width: 768px) {
  .lp section.items article .item-header p::before, .lp section.items article .item-header p::after {
    height: calc(17 / var(--sp));
    margin-inline: calc(2 / var(--sp));
    font-size: calc(24 / var(--sp));
    line-height: calc(17 / var(--sp));
  }
}
.lp section.items article .item-header p::before {
  content: "“";
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .lp section.items article .item-header p::before {
    top: calc(3 / var(--sp));
  }
}
.lp section.items article .item-header p::after {
  content: "”";
  vertical-align: middle;
}
@media screen and (min-width: 769px) {
  .lp section.items article .item-header p::after {
    text-indent: 0;
  }
}
@media screen and (max-width: 768px) {
  .lp section.items article .item-header p::after {
    top: calc(5 / var(--sp));
  }
}
.lp section.items article div[class*=image] {
  position: relative;
}
.lp section.items article div[class*=image] .item-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
  transform: translateY(30px);
  opacity: 0;
  transition: 0.8s;
  transition-delay: 1.6s;
}
.lp section.items article div[class*=image] .item-label .icon {
  width: calc(46 / var(--pc));
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .lp section.items article div[class*=image] .item-label .icon {
    width: calc(42 / var(--sp));
  }
}
.lp section.items article div[class*=image] .item-label .label {
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  gap: calc(2 / var(--pc));
  margin-top: calc(7 / var(--pc));
}
@media screen and (max-width: 768px) {
  .lp section.items article div[class*=image] .item-label .label {
    gap: calc(2 / var(--sp));
    margin-top: calc(6 / var(--sp));
  }
}
.lp section.items article div[class*=image] .item-label .label span {
  padding: calc(7 / var(--pc)) calc(3.5 / var(--pc)) calc(4 / var(--pc));
  background: rgba(236, 152, 125, 0.6);
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-feature-settings: "vhal" on, "vkrn" on, "vrt2" on;
  color: #fff;
  font-size: calc(14 / var(--pc));
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.22em;
}
@media screen and (max-width: 768px) {
  .lp section.items article div[class*=image] .item-label .label span {
    padding: calc(5 / var(--sp)) calc(2 / var(--sp));
    font-size: calc(13 / var(--sp));
    line-height: calc(16 / var(--sp));
  }
}
.lp section.items article div[class*=image].is-in .item-label {
  transform: translateY(0);
  opacity: 1;
}
.lp section.items article .image01 {
  width: calc(400 / var(--pc));
}
@media screen and (max-width: 768px) {
  .lp section.items article .image01 {
    width: 100%;
  }
}
.lp section.items article .image02 {
  width: calc(380 / var(--pc));
}
@media screen and (max-width: 768px) {
  .lp section.items article .image02 {
    width: calc(300 / var(--sp));
    margin-top: calc(70 / var(--sp));
  }
}
.lp section.items article .slider {
  position: relative;
}
.lp section.items article .slider .swiper-container {
  font-size: 0;
}
@media screen and (max-width: 768px) {
  .lp section.items article .slider .swiper-container .swiper-slide img {
    transform: scale(1.005);
  }
}
.lp section.items article .slider .swiper-pagination {
  display: flex;
  gap: calc(5 / var(--pc));
  position: absolute;
  bottom: calc(10 / var(--pc));
  color: #EC987D;
}
@media screen and (max-width: 768px) {
  .lp section.items article .slider .swiper-pagination {
    bottom: calc(10 / var(--sp));
    gap: calc(6 / var(--sp));
  }
}
.lp section.items article .slider .swiper-pagination .swiper-pagination-bullet {
  width: calc(8 / var(--pc));
  height: calc(8 / var(--pc));
  background: transparent;
  border-radius: 0;
  border: 1px solid currentColor;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .lp section.items article .slider .swiper-pagination .swiper-pagination-bullet {
    width: calc(8 / var(--sp));
    height: calc(8 / var(--sp));
  }
}
.lp section.items article .slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: currentColor;
}
.lp section.items article .detail {
  position: relative;
  width: calc(461 / var(--pc));
  padding: calc(11 / var(--pc)) calc(18 / var(--pc)) 0;
}
@media screen and (max-width: 768px) {
  .lp section.items article .detail {
    width: calc(300 / var(--sp));
    margin: calc(26 / var(--sp)) auto 0;
    padding: calc(12 / var(--sp)) calc(18 / var(--sp)) 0;
  }
}
.lp section.items article .detail::before, .lp section.items article .detail::after {
  content: "";
  position: absolute;
  width: calc(40 / var(--pc));
  height: calc(125 / var(--pc));
  background-image: url(https://file.stola.jp/cms/previous/fashionplan20250825/img/left.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .lp section.items article .detail::before, .lp section.items article .detail::after {
    width: calc(33 / var(--sp));
    height: calc(104 / var(--sp));
  }
}
.lp section.items article .detail::before {
  top: 0;
  left: 0;
}
.lp section.items article .detail::after {
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .lp section.items article .detail::after {
    display: none;
  }
}
.lp section.items article .detail h3 {
  font-size: calc(14 / var(--pc));
  line-height: calc(20 / var(--pc));
  font-weight: 500;
  letter-spacing: -0.05em;
  color: #EC987D;
}
@media screen and (max-width: 768px) {
  .lp section.items article .detail h3 {
    font-size: calc(13 / var(--sp));
    line-height: calc(18 / var(--sp));
  }
}
.lp section.items article .detail h3::after {
  content: "";
  position: absolute;
  top: calc(-14 / var(--pc));
  right: 0;
  width: calc(79 / var(--pc));
  height: calc(32 / var(--pc));
  background-image: url(https://file.stola.jp/cms/previous/fashionplan20250825/img/from-ren.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .lp section.items article .detail h3::after {
    top: calc(1 / var(--sp));
    right: calc(1 / var(--sp));
    width: calc(66 / var(--sp));
    height: calc(27 / var(--sp));
  }
}
.lp section.items article .detail p {
  margin-top: calc(5 / var(--pc));
  text-align: justify;
  font-weight: 300;
  font-size: calc(12 / var(--pc));
  line-height: calc(19 / var(--pc));
}
@media screen and (min-width: 769px) {
  .lp section.items article .detail p {
    letter-spacing: 0.01em;
  }
}
@media screen and (max-width: 768px) {
  .lp section.items article .detail p {
    position: relative;
    margin-top: calc(6 / var(--sp));
    padding-bottom: calc(5 / var(--sp));
    font-size: calc(11 / var(--sp));
    line-height: calc(18 / var(--sp));
  }
  .lp section.items article .detail p::after {
    content: "";
    position: absolute;
    right: calc(-18 / var(--sp));
    width: calc(33 / var(--sp));
    height: calc(104 / var(--sp));
    background-image: url(https://file.stola.jp/cms/previous/fashionplan20250825/img/left.svg);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 0;
    transform: rotate(180deg);
  }
}
.lp section.items article .detail .credit {
  display: flex;
  flex-wrap: wrap;
  gap: calc(10 / var(--pc));
  margin-top: calc(8 / var(--pc));
}
@media screen and (max-width: 768px) {
  .lp section.items article .detail .credit {
    justify-content: center;
    gap: calc(4 / var(--sp)) calc(12 / var(--sp));
    width: calc(100% + 36 / var(--sp));
    margin-top: calc(12 / var(--sp));
    margin-left: calc(-18 / var(--sp));
  }
}
.lp section.items article .detail .credit a {
  font-family: "Cormorant Infant", serif;
  font-size: calc(12 / var(--pc));
  line-height: calc(15 / var(--pc));
  transform: translateY(30px);
  opacity: 0;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .lp section.items article .detail .credit a {
    font-size: calc(13 / var(--sp));
    line-height: calc(16 / var(--sp));
  }
}
.lp section.items article .detail .credit a:nth-of-type(2) {
  transition-delay: 0.3s;
}
.lp section.items article .detail .credit a:nth-of-type(3) {
  transition-delay: 0.5s;
}
.lp section.items article .detail .credit a:nth-of-type(4) {
  transition-delay: 0.7s;
}
.lp section.items article .detail .credit.is-in a {
  transform: translateY(0);
  opacity: 1;
}
.lp section.items article + article {
  margin-top: calc(140 / var(--pc));
}
@media screen and (max-width: 768px) {
  .lp section.items article + article {
    margin-top: calc(90 / var(--sp));
  }
}
@media screen and (min-width: 769px) {
  .lp section.items article.item01 .item-header {
    float: right;
    margin-right: calc(49 / var(--pc));
  }
}
@media screen and (min-width: 769px) {
  .lp section.items article.item01 .image01 {
    float: left;
  }
}
.lp section.items article.item01 .image01 .item-label {
  top: calc(17 / var(--pc));
  right: calc(18 / var(--pc));
}
@media screen and (max-width: 768px) {
  .lp section.items article.item01 .image01 .item-label {
    top: calc(29 / var(--sp));
    right: calc(21 / var(--sp));
  }
}
.lp section.items article.item01 .image01 .swiper-pagination {
  right: calc(10 / var(--pc));
}
@media screen and (max-width: 768px) {
  .lp section.items article.item01 .image01 .swiper-pagination {
    right: calc(10 / var(--sp));
  }
}
@media screen and (min-width: 769px) {
  .lp section.items article.item01 .image02 {
    margin-top: calc(37.6 / var(--pc));
    float: right;
  }
}
@media screen and (max-width: 768px) {
  .lp section.items article.item01 .image02 {
    margin-inline: auto;
  }
}
@media screen and (min-width: 769px) {
  .lp section.items article.item01 .image02 .item-label {
    right: calc(25 / var(--pc));
    bottom: calc(26 / var(--pc));
  }
}
@media screen and (max-width: 768px) {
  .lp section.items article.item01 .image02 .item-label {
    top: calc(40 / var(--sp));
    left: calc(33 / var(--sp));
  }
}
@media screen and (min-width: 769px) {
  .lp section.items article.item01 .detail {
    float: left;
    margin-top: calc(36 / var(--pc));
  }
}
@media screen and (min-width: 769px) {
  .lp section.items article.item02 .item-header {
    float: left;
    margin-top: calc(4 / var(--pc));
    margin-left: calc(12 / var(--pc));
  }
}
.lp section.items article.item02 .item-header p {
  left: calc(-8 / var(--pc));
}
@media screen and (min-width: 769px) {
  .lp section.items article.item02 .image01 {
    float: right;
  }
}
@media screen and (max-width: 768px) {
  .lp section.items article.item02 .image01 {
    width: calc(331 / var(--sp));
    margin-left: auto;
  }
}
@media screen and (min-width: 769px) {
  .lp section.items article.item02 .image01 .item-label {
    bottom: calc(47 / var(--pc));
    right: calc(25 / var(--pc));
  }
}
@media screen and (max-width: 768px) {
  .lp section.items article.item02 .image01 .item-label {
    top: calc(15 / var(--sp));
    right: calc(22 / var(--sp));
  }
}
.lp section.items article.item02 .image01 .swiper-pagination {
  right: calc(10 / var(--pc));
  color: #fff;
}
@media screen and (max-width: 768px) {
  .lp section.items article.item02 .image01 .swiper-pagination {
    right: calc(10 / var(--sp));
  }
}
@media screen and (min-width: 769px) {
  .lp section.items article.item02 .image02 {
    margin-top: calc(40 / var(--pc));
    float: left;
  }
}
@media screen and (max-width: 768px) {
  .lp section.items article.item02 .image02 {
    width: calc(331 / var(--sp));
  }
}
.lp section.items article.item02 .image02 .item-label {
  top: calc(119 / var(--pc));
  left: calc(44 / var(--pc));
}
@media screen and (max-width: 768px) {
  .lp section.items article.item02 .image02 .item-label {
    top: calc(101 / var(--sp));
    left: calc(44 / var(--sp));
  }
}
.lp section.items article.item02 .image02 .swiper-pagination {
  left: calc(10 / var(--pc));
}
@media screen and (max-width: 768px) {
  .lp section.items article.item02 .image02 .swiper-pagination {
    left: calc(10 / var(--sp));
  }
}
@media screen and (min-width: 769px) {
  .lp section.items article.item02 .detail {
    float: right;
    margin-top: calc(42 / var(--pc));
  }
}
@media screen and (min-width: 769px) {
  .lp section.items article.item03 {
    margin-top: calc(146 / var(--pc));
  }
}
@media screen and (min-width: 769px) {
  .lp section.items article.item03 .item-header {
    float: right;
    margin-right: calc(72 / var(--pc));
  }
}
@media screen and (min-width: 769px) {
  .lp section.items article.item03 .item-header h2 {
    letter-spacing: -0.26em;
  }
}
@media screen and (min-width: 769px) {
  .lp section.items article.item03 .image01 {
    float: left;
  }
}
.lp section.items article.item03 .image01 .item-label {
  top: calc(20 / var(--pc));
  right: calc(18 / var(--pc));
}
@media screen and (max-width: 768px) {
  .lp section.items article.item03 .image01 .item-label {
    top: calc(12 / var(--sp));
    right: calc(15 / var(--sp));
  }
}
@media screen and (min-width: 769px) {
  .lp section.items article.item03 .image02 {
    margin-top: calc(37 / var(--pc));
    float: right;
  }
}
@media screen and (max-width: 768px) {
  .lp section.items article.item03 .image02 {
    width: calc(300 / var(--sp));
    margin-inline: auto;
  }
}
@media screen and (min-width: 769px) {
  .lp section.items article.item03 .image02 .item-label {
    left: calc(37 / var(--pc));
    bottom: calc(51 / var(--pc));
  }
}
@media screen and (max-width: 768px) {
  .lp section.items article.item03 .image02 .item-label {
    top: calc(25 / var(--sp));
    right: calc(24 / var(--sp));
  }
}
.lp section.items article.item03 .image02 .swiper-pagination {
  right: calc(10 / var(--pc));
}
@media screen and (max-width: 768px) {
  .lp section.items article.item03 .image02 .swiper-pagination {
    right: calc(10 / var(--sp));
  }
}
@media screen and (min-width: 769px) {
  .lp section.items article.item03 .detail {
    float: left;
    margin-top: calc(36 / var(--pc));
  }
}
@media screen and (min-width: 769px) {
  .lp section.items article.item04 .item-header {
    float: left;
    margin-top: calc(5 / var(--pc));
    margin-left: calc(30 / var(--pc));
  }
}
@media screen and (min-width: 769px) {
  .lp section.items article.item04 .item-header p {
    left: calc(-10 / var(--pc));
  }
}
@media screen and (min-width: 769px) {
  .lp section.items article.item04 .image01 {
    float: right;
  }
}
@media screen and (max-width: 768px) {
  .lp section.items article.item04 .image01 {
    width: calc(331 / var(--sp));
    margin-left: auto;
  }
}
.lp section.items article.item04 .image01 .item-label {
  top: calc(19 / var(--pc));
  left: calc(25 / var(--pc));
}
@media screen and (max-width: 768px) {
  .lp section.items article.item04 .image01 .item-label {
    top: calc(16 / var(--sp));
    left: calc(21 / var(--sp));
  }
}
.lp section.items article.item04 .image01 .swiper-pagination {
  right: calc(10 / var(--pc));
}
@media screen and (max-width: 768px) {
  .lp section.items article.item04 .image01 .swiper-pagination {
    right: calc(10 / var(--sp));
  }
}
@media screen and (min-width: 769px) {
  .lp section.items article.item04 .image02 {
    margin-top: calc(37.6 / var(--pc));
    float: left;
  }
}
@media screen and (max-width: 768px) {
  .lp section.items article.item04 .image02 {
    width: calc(331 / var(--sp));
  }
}
.lp section.items article.item04 .image02 .item-label {
  top: calc(187 / var(--pc));
  right: calc(39 / var(--pc));
}
@media screen and (max-width: 768px) {
  .lp section.items article.item04 .image02 .item-label {
    top: calc(65 / var(--sp));
    right: calc(23 / var(--sp));
  }
}
@media screen and (min-width: 769px) {
  .lp section.items article.item04 .detail {
    float: right;
    margin-top: calc(42 / var(--pc));
  }
}
.lp section.other {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: calc(120 / var(--pc));
}
@media screen and (max-width: 768px) {
  .lp section.other {
    padding-top: calc(69 / var(--sp));
  }
}
.lp section.other .staff-credit {
  text-align: center;
  background: #fff;
}
.lp section.other .staff-credit .credit-title {
  position: relative;
  padding-bottom: calc(12 / var(--pc));
  font-family: "Cormorant Infant", serif;
  font-size: calc(14 / var(--pc));
  line-height: calc(19 / var(--pc));
}
@media screen and (max-width: 768px) {
  .lp section.other .staff-credit .credit-title {
    padding-bottom: calc(7 / var(--sp));
    font-size: calc(12 / var(--sp));
    line-height: calc(15 / var(--sp));
  }
}
.lp section.other .staff-credit .credit-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(32 / var(--pc));
  height: 1.4px;
  background: #969696;
}
@media screen and (max-width: 768px) {
  .lp section.other .staff-credit .credit-title::after {
    width: calc(23 / var(--sp));
    height: 1px;
  }
}
.lp section.other .staff-credit .credit-list {
  margin-top: calc(15 / var(--pc));
  font-family: "Cormorant Infant", serif;
}
@media screen and (max-width: 768px) {
  .lp section.other .staff-credit .credit-list {
    margin-top: calc(10 / var(--sp));
  }
}
.lp section.other .staff-credit .credit-list p {
  font-size: calc(15 / var(--pc));
  line-height: calc(19 / var(--pc));
}
@media screen and (max-width: 768px) {
  .lp section.other .staff-credit .credit-list p {
    font-size: calc(12 / var(--sp));
    line-height: calc(15 / var(--sp));
  }
}
.lp section.other .staff-credit .items-list-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(420 / var(--pc));
  margin: calc(38 / var(--pc)) auto 0;
  background: #ec987d;
  color: #fff;
  font-family: "Cormorant Infant", serif;
  font-size: calc(22 / var(--pc));
  line-height: calc(46 / var(--pc));
  letter-spacing: 0.24em;
}
@media screen and (max-width: 768px) {
  .lp section.other .staff-credit .items-list-btn {
    width: calc(295 / var(--sp));
    margin-top: calc(16 / var(--sp));
    font-size: calc(18 / var(--sp));
    line-height: calc(39 / var(--sp));
  }
}
.lp section.other .staff-credit .items-list-subtitle {
  font-size: calc(13 / var(--pc));
  line-height: calc(19 / var(--pc));
  text-align: center;
  margin-top: calc(4 / var(--pc));
}
@media screen and (max-width: 768px) {
  .lp section.other .staff-credit .items-list-subtitle {
    margin-top: calc(4 / var(--sp));
    font-size: calc(11 / var(--sp));
    line-height: calc(16 / var(--sp));
  }
}
.lp section.other .banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(10 / var(--pc));
  margin-top: calc(118 / var(--pc));
}
@media screen and (max-width: 768px) {
  .lp section.other .banner {
    flex-direction: column;
    gap: calc(20 / var(--sp));
    margin-top: calc(46 / var(--sp));
  }
}
@media screen and (min-width: 769px) {
  .lp section.other .banner a {
    width: calc(417 / var(--pc));
    aspect-ratio: 417/190;
  }
}
@media screen and (max-width: 768px) {
  .lp section.other .banner a {
    width: calc(295 / var(--sp));
    aspect-ratio: 295/220;
  }
}
.lp section.other .to-top {
  position: relative;
  margin-top: calc(86 / var(--pc));
  padding-top: calc(11 / var(--pc));
  font-family: "Cormorant Infant", serif;
  font-weight: 600;
  font-size: calc(14 / var(--pc));
  line-height: calc(17 / var(--pc));
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .lp section.other .to-top {
    margin-top: calc(50 / var(--sp));
    padding-top: calc(9 / var(--sp));
    font-size: calc(11 / var(--sp));
    line-height: calc(13 / var(--sp));
  }
}
.lp section.other .to-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(21 / var(--pc));
  height: calc(11 / var(--pc));
  background-image: url(https://file.stola.jp/cms/previous/fashionplan20250825/img/icon-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .lp section.other .to-top::before {
    width: calc(15 / var(--sp));
    height: calc(8 / var(--sp));
  }
}
@media screen and (max-width: 768px) {
  .lp.start .section-wrap::before {
    animation-name: fadeInAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-delay: 0.5s;
  }
}
.lp.start section.kv::before {
  animation: revealHeight 0.5s ease-in-out forwards 0.5s;
}
.lp.start section.kv .kv-scroll-text {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}
@media screen and (max-width: 768px) {
  .lp.start section.kv .kv-scroll-text {
    animation-delay: 0.5s;
  }
}
.lp.start section.kv .kv-image img {
  opacity: 1;
  transform: scale(1);
  transition: 1s;
}
.lp.start section.kv .kv-title h1 {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 1.5s;
}
@media screen and (max-width: 768px) {
  .lp.start section.kv .kv-title h1 {
    animation-delay: 1s;
  }
}
.lp.start section.kv .kv-title .sub-title {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 2s;
}
@media screen and (max-width: 768px) {
  .lp.start section.kv .kv-title .sub-title {
    animation-delay: 1.5s;
  }
}
@media screen and (min-width: 769px) {
  .lp.start section.kv .kv-catch {
    animation-name: fadeInAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-delay: 2.5s;
  }
}
@media (max-width: 767px) {
  .pc {
    display: none;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */