@charset "UTF-8";
/* media query
------------------------------------------ */
/* display
------------------------------------------ */
.is-show-pc {
  display: block;
}
@media (max-width: 767px) {
  .is-show-pc {
    display: none;
  }
}

.is-show-sp {
  display: none;
}
@media (max-width: 767px) {
  .is-show-sp {
    display: block;
  }
}

/* function
------------------------------------------ */
.FU260319UV {
  /* 可変設定
  ------------------------------------------ */
  /*デザインの値*/
  --pc-width: 1400; /*PCデザイン幅*/
  --sp-width: 750; /*SPデザイン幅*/
  --pc-artboard-width: 450; /*SP共通デザイン幅*/
  --sp-artboard-width: 750; /*PC共通デザイン幅*/
  /*可変率の計算式*/
  --formula: calc(
    var(--variable) * var(--ratio)
  ); /*SP,PC共通箇所の可変割合の計算式*/
  --formula_pc: calc(var(--variable) * 1); /*PCデザインの可変割合の計算式*/
  /* PC画面幅 1400px以上 固定 */
}
@media (min-width: 1401px) {
  .FU260319UV {
    --ratio: calc(
      var(--pc-artboard-width) / var(--sp-artboard-width)
    ); /* PCとSPのデザイン幅の比率 */
    --variable: 1px; /* 固定値（可変しない） */
  }
}
.FU260319UV {
  /* PC画面幅 768～1400px 可変 */
}
@media (min-width: 768px) and (max-width: 1400px) {
  .FU260319UV {
    --ratio: calc(
      var(--pc-artboard-width) / var(--sp-artboard-width)
    ); /* PCとSPのデザイン幅の比率 */
    --variable: calc(100vw / var(--pc-width)); /* 画面幅に基づく可変値 */
  }
}
.FU260319UV {
  /* SP画面幅 767px以下 可変 */
}
@media (max-width: 767px) {
  .FU260319UV {
    --ratio: 1; /* 比率は1（変わらない） */
    --variable: calc(100vw / var(--sp-width)); /* 画面幅に基づく可変値 */
  }
}
.FU260319UV {
  /* mixin
  ------------------------------------------ */
  /* reset
  ------------------------------------------ */
}
.FU260319UV img {
  width: 100%;
  height: auto;
}
.FU260319UV * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.FU260319UV {
  /* 共通
  ------------------------------------------ */
}
.FU260319UV .product-item-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.FU260319UV .product-slider {
  position: relative;
}
.FU260319UV .product-slider .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: calc(14 * var(--formula));
  padding-right: calc(14 * var(--formula));
  position: absolute;
  width: 100%;
  bottom: calc(14 * var(--formula));
}
.FU260319UV .product-slider .swiper-pagination-bullet {
  width: calc(14 * var(--formula));
  height: calc(14 * var(--formula));
  border-radius: 50%;
  border: calc(2 * var(--formula)) solid #fff;
  background-color: transparent;
  opacity: 1;
  margin: 0 !important;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.FU260319UV .product-slider .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #fff;
}
.FU260319UV {
  /* animation
  ------------------------------------------ */
}
.FU260319UV .js-blur {
  opacity: 0;
  -webkit-filter: blur(calc(10 * var(--formula)));
          filter: blur(calc(10 * var(--formula)));
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.FU260319UV .js-blur.is-active {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.FU260319UV .js-fade-in {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}
.FU260319UV .js-fade-in.is-active {
  opacity: 1;
}
.FU260319UV .js-fade-up {
  translate: 0 5svh;
  -webkit-transition: translate 1.5s ease, opacity 1.8s ease;
  transition: translate 1.5s ease, opacity 1.8s ease;
  opacity: 0;
}
.FU260319UV .js-fade-up.is-active {
  opacity: 1;
  translate: 0 0;
}
.FU260319UV .js-scale {
  overflow: hidden;
}
.FU260319UV .js-scale img {
  opacity: 0;
  -webkit-transition: 2.2s;
  transition: 2.2s;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.FU260319UV .js-scale.is-active img {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}
.FU260319UV {
  /* LP style
  ------------------------------------------ */
}
.FU260319UV-container {
  display: grid;
  grid-template-columns: 1fr calc(750 * var(--variable) * var(--ratio)) 1fr;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: calc(24 * var(--formula));
  line-height: 2.2;
  letter-spacing: 0.05em;
  color: #333;
  text-align: center;
  background-color: #f4fafe;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  margin-bottom: calc(260 * var(--variable) * var(--ratio));
}
.FU260319UV-container.bg-pink {
  background-color: #fdf7f8;
}
.FU260319UV-container.bg-pink .fixed-left-logo-img-01 {
  opacity: 0;
}
.FU260319UV-container.bg-pink .fixed-left-logo-img-02 {
  opacity: 1;
}
.FU260319UV-container.bg-pink .fixed-right-link-img-01 {
  opacity: 0;
}
.FU260319UV-container.bg-pink .fixed-right-link-img-02 {
  opacity: 1;
}
.FU260319UV-container .fixed-left,
.FU260319UV-container .fixed-right {
  position: sticky;
  top: 12.3rem;
  height: calc(100vh - 12.3rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .FU260319UV-container .fixed-left,
  .FU260319UV-container .fixed-right {
    display: none;
  }
}
.FU260319UV-container .fixed-left-logo {
  position: relative;
  width: calc(298 * var(--formula_pc));
  height: calc(162 * var(--formula_pc));
  margin: 0 auto;
}
.FU260319UV-container .fixed-left-logo-img {
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}
.FU260319UV-container .fixed-left-logo-img-02 {
  opacity: 0;
}
.FU260319UV-container .fixed-right-link {
  position: relative;
  display: block;
  width: calc(190 * var(--formula_pc));
  height: calc(27 * var(--formula_pc));
  margin: 0 auto;
}
.FU260319UV-container .fixed-right-link-img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}
.FU260319UV-container .fixed-right-link-img-02 {
  opacity: 0;
}
.FU260319UV-container .lp-container {
  width: calc(750 * var(--variable) * var(--ratio));
  margin: 0 auto;
  background-color: #fff;
  overflow: clip;
}
@media (max-width: 767px) {
  .FU260319UV-container {
    display: block;
  }
}
.FU260319UV {
  /* mv
  ------------------------------------------ */
}
.FU260319UV .mv {
  position: relative;
}
.FU260319UV .mv a {
  position: relative;
  z-index: 0;
}
.FU260319UV .mv-logo {
  position: absolute;
  left: calc(-46 * var(--formula));
  right: 0;
  margin: auto;
  top: calc(40 * var(--formula));
  width: calc(487 * var(--formula));
  z-index: 1;
}
.FU260319UV .mv-img {
  position: relative;
  width: 100%;
  height: 100%;
}
.FU260319UV .mv-img::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: calc(8 * var(--formula)) solid #c8e8fa;
  z-index: 1;
  pointer-events: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .FU260319UV .mv-img {
    height: auto;
  }
}
.FU260319UV {
  /* hero
  ------------------------------------------ */
}
.FU260319UV .hero {
  margin-top: calc(104 * var(--formula));
}
.FU260319UV .hero-txt:nth-child(2) {
  margin-top: calc(34 * var(--formula));
}
.FU260319UV .hero-date {
  margin: calc(46 * var(--formula)) auto 0;
}
.FU260319UV {
  /* umbrella
  ------------------------------------------ */
}
.FU260319UV .umbrella {
  margin-top: calc(120 * var(--formula));
}
.FU260319UV .umbrella-hero {
  padding-top: calc(130 * var(--formula));
  padding-bottom: calc(86 * var(--formula));
  background-image: url("../img/umbrella_bg.jpg");
  background-size: calc(750 * var(--formula)) auto;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #f4fafe;
}
.FU260319UV .umbrella-ttl {
  width: calc(645 * var(--formula));
  margin: 0 auto;
}
.FU260319UV .umbrella-item {
  width: calc(590 * var(--formula));
  margin: calc(62 * var(--formula)) auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.FU260319UV .umbrella-item li {
  width: calc(280 * var(--formula));
  translate: 0 5svh;
  -webkit-transition: translate 1.5s ease, opacity 1.8s ease;
  transition: translate 1.5s ease, opacity 1.8s ease;
  opacity: 0;
}
.FU260319UV .umbrella-item li.is-active {
  opacity: 1;
  translate: 0 0;
}
.FU260319UV .umbrella-detail {
  width: calc(690 * var(--formula));
  margin: calc(60 * var(--formula)) auto 0;
}
.FU260319UV .umbrella-accordion {
  position: relative;
  height: calc(210 * var(--formula));
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.FU260319UV .umbrella-accordion::before {
  content: "";
  width: 100%;
  height: calc(120 * var(--formula));
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(33%, rgba(244, 250, 254, 0.5)), color-stop(80%, rgba(244, 250, 254, 0.8)), to(rgb(244, 250, 254)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(244, 250, 254, 0.5) 33%, rgba(244, 250, 254, 0.8) 80%, rgb(244, 250, 254) 100%);
}
.FU260319UV .umbrella-accordion-txt {
  margin-top: calc(64 * var(--formula));
}
.FU260319UV .umbrella-accordion-txt:nth-child(2) {
  margin-top: calc(34 * var(--formula));
}
.FU260319UV .umbrella-accordion.is-active {
  height: calc(456 * var(--formula));
}
.FU260319UV .umbrella-accordion.is-active::before {
  content: none;
}
.FU260319UV .umbrella-accordion-more {
  display: block;
  width: calc(189 * var(--formula));
  margin: calc(72 * var(--formula)) auto 0;
  position: relative;
  left: calc(22 * var(--formula));
  cursor: pointer;
}
.FU260319UV .umbrella-accordion-close {
  display: none;
  width: calc(71 * var(--formula));
  margin: calc(30 * var(--formula)) auto 0;
  cursor: pointer;
}
.FU260319UV .umbrella-product-01 {
  margin-top: calc(120 * var(--formula));
}
.FU260319UV .umbrella-product-01-photo-01 {
  width: calc(630 * var(--formula));
  margin: 0 auto;
}
.FU260319UV .umbrella-product-01-photo-02 {
  width: calc(480 * var(--formula));
  margin: calc(80 * var(--formula)) auto 0 0;
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}
.FU260319UV .umbrella-product-01-photo-02.is-active {
  opacity: 1;
}
.FU260319UV .umbrella-product-01-photo-03 {
  width: calc(570 * var(--formula));
  margin: calc(-80 * var(--formula)) 0 0 auto;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}
.FU260319UV .umbrella-product-01-photo-03.is-active {
  opacity: 1;
}
.FU260319UV .umbrella-product-01-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(20 * var(--formula));
}
.FU260319UV .umbrella-product-01-price a {
  font-family: "config-variable", sans-serif;
  font-variation-settings: "wdth" 100, "wght" 400, "slnt" 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: calc(22 * var(--formula));
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  color: #6298c4;
}
.FU260319UV .umbrella-product-01-price {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: calc(570 * var(--formula));
  margin: calc(0 * var(--formula)) 0 0 auto;
}
.FU260319UV .umbrella-product-01-price:nth-child(1 of .umbrella-product-01-price) {
  margin-top: calc(55 * var(--formula));
}
.FU260319UV .umbrella-product-02 {
  margin-top: calc(192 * var(--formula));
}
.FU260319UV .umbrella-product-02-photo-01 {
  width: calc(560 * var(--formula));
  margin: 0 auto;
}
.FU260319UV .umbrella-product-02-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(20 * var(--formula));
}
.FU260319UV .umbrella-product-02-price a {
  font-family: "config-variable", sans-serif;
  font-variation-settings: "wdth" 100, "wght" 400, "slnt" 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: calc(22 * var(--formula));
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  color: #6298c4;
}
.FU260319UV .umbrella-product-02-price:nth-child(1 of .umbrella-product-02-price) {
  margin-top: calc(54 * var(--formula));
}
.FU260319UV .umbrella-product-03 {
  margin-top: calc(190 * var(--formula));
}
.FU260319UV .umbrella-product-03-photo-01 {
  width: calc(750 * var(--formula));
  margin: 0 auto;
}
.FU260319UV .umbrella-product-03-photo-02 {
  width: calc(450 * var(--formula));
  margin: calc(80 * var(--formula)) 0 0 auto;
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}
.FU260319UV .umbrella-product-03-photo-02.is-active {
  opacity: 1;
}
.FU260319UV .umbrella-product-03-photo-03 {
  width: calc(510 * var(--formula));
  margin: calc(-100 * var(--formula)) auto 0 calc(40 * var(--formula));
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}
.FU260319UV .umbrella-product-03-photo-03.is-active {
  opacity: 1;
}
.FU260319UV .umbrella-product-03-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(20 * var(--formula));
}
.FU260319UV .umbrella-product-03-price a {
  font-family: "config-variable", sans-serif;
  font-variation-settings: "wdth" 100, "wght" 400, "slnt" 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: calc(22 * var(--formula));
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  color: #6298c4;
}
.FU260319UV .umbrella-product-03-price {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: calc(510 * var(--formula));
  margin: calc(0 * var(--formula)) auto 0 calc(40 * var(--formula));
}
.FU260319UV .umbrella-product-03-price:nth-child(1 of .umbrella-product-03-price) {
  margin-top: calc(55 * var(--formula));
}
.FU260319UV {
  /* hoodie
  ------------------------------------------ */
}
.FU260319UV .hoodie {
  margin-top: calc(194 * var(--formula));
}
.FU260319UV .hoodie-hero {
  padding-top: calc(130 * var(--formula));
  padding-bottom: calc(80 * var(--formula));
  background-image: url("../img/hoodie_bg.jpg");
  background-size: calc(750 * var(--formula)) auto;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #fdf7f8;
}
.FU260319UV .hoodie-ttl {
  width: calc(512 * var(--formula));
  margin: 0 auto;
}
.FU260319UV .hoodie-slider {
  margin-top: calc(14 * var(--formula));
}
.FU260319UV .hoodie-item-limited {
  position: absolute;
  width: calc(100 * var(--formula));
  top: calc(-20 * var(--formula));
  left: calc(-20 * var(--formula));
  z-index: -1;
}
.FU260319UV .hoodie-item li {
  position: relative;
  width: calc(240 * var(--formula));
  margin-top: calc(50 * var(--formula));
  margin-right: calc(30 * var(--formula));
}
.FU260319UV .hoodie-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(570 * var(--formula));
  margin: calc(60 * var(--formula)) auto 0;
}
.FU260319UV .hoodie-detail li {
  width: calc(280 * var(--formula));
  translate: 0 5svh;
  -webkit-transition: translate 1.5s ease, opacity 1.8s ease;
  transition: translate 1.5s ease, opacity 1.8s ease;
  opacity: 0;
}
.FU260319UV .hoodie-detail li.is-active {
  opacity: 1;
  translate: 0 0;
}
.FU260319UV .hoodie-accordion {
  position: relative;
  height: calc(160 * var(--formula));
  overflow: hidden;
  margin-top: calc(64 * var(--formula));
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.FU260319UV .hoodie-accordion::before {
  content: "";
  width: 100%;
  height: calc(160 * var(--formula));
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(33%, rgba(253, 247, 248, 0.5)), color-stop(80%, rgba(253, 247, 248, 0.8)), to(rgb(253, 247, 248)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(253, 247, 248, 0.5) 33%, rgba(253, 247, 248, 0.8) 80%, rgb(253, 247, 248) 100%);
}
.FU260319UV .hoodie-accordion-txt:nth-child(2) {
  margin-top: calc(34 * var(--formula));
}
.FU260319UV .hoodie-accordion.is-active {
  height: calc(350 * var(--formula));
}
.FU260319UV .hoodie-accordion.is-active::before {
  content: none;
}
.FU260319UV .hoodie-accordion-more {
  display: block;
  width: calc(189 * var(--formula));
  margin: calc(58 * var(--formula)) auto 0;
  position: relative;
  left: calc(22 * var(--formula));
  cursor: pointer;
}
.FU260319UV .hoodie-accordion-close {
  display: none;
  width: calc(71 * var(--formula));
  margin: calc(75 * var(--formula)) auto 0;
  cursor: pointer;
}
.FU260319UV .hoodie-product-01 {
  margin-top: calc(120 * var(--formula));
}
.FU260319UV .hoodie-product-01-photo-01 {
  width: calc(630 * var(--formula));
  margin: 0 auto;
}
.FU260319UV .hoodie-product-01-photo-02 {
  width: calc(480 * var(--formula));
  margin: calc(58 * var(--formula)) 0 0 auto;
  position: relative;
  z-index: 1;
}
.FU260319UV .hoodie-product-01-photo-03 {
  width: calc(600 * var(--formula));
  margin: calc(60 * var(--formula)) auto 0;
}
.FU260319UV .hoodie-product-01-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(20 * var(--formula));
}
.FU260319UV .hoodie-product-01-price a {
  font-family: "config-variable", sans-serif;
  font-variation-settings: "wdth" 100, "wght" 400, "slnt" 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: calc(22 * var(--formula));
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  color: #6298c4;
}
.FU260319UV .hoodie-product-01-price a {
  color: #d87584;
}
.FU260319UV .hoodie-product-01-price:nth-child(1 of .hoodie-product-01-price) {
  margin-top: calc(54 * var(--formula));
}
.FU260319UV .hoodie-product-02 {
  margin-top: calc(192 * var(--formula));
}
.FU260319UV .hoodie-product-02-slider-01 {
  width: calc(600 * var(--formula));
  margin: 0 auto;
}
.FU260319UV .hoodie-product-02-slider-02 {
  width: calc(600 * var(--formula));
  margin: calc(32 * var(--formula)) auto 0;
}
.FU260319UV .hoodie-product-02-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(20 * var(--formula));
}
.FU260319UV .hoodie-product-02-price a {
  font-family: "config-variable", sans-serif;
  font-variation-settings: "wdth" 100, "wght" 400, "slnt" 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: calc(22 * var(--formula));
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  color: #6298c4;
}
.FU260319UV .hoodie-product-02-price a {
  color: #d87584;
}
.FU260319UV .hoodie-product-02-price:nth-child(1 of .hoodie-product-02-price) {
  margin-top: calc(54 * var(--formula));
}
.FU260319UV .hoodie-product-03 {
  margin-top: calc(198 * var(--formula));
}
.FU260319UV .hoodie-product-03-photo-01 {
  width: calc(750 * var(--formula));
  margin: 0 auto;
}
.FU260319UV .hoodie-product-03-photo-02 {
  width: calc(540 * var(--formula));
  margin: calc(80 * var(--formula)) auto 0;
}
.FU260319UV .hoodie-product-03-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(20 * var(--formula));
}
.FU260319UV .hoodie-product-03-price a {
  font-family: "config-variable", sans-serif;
  font-variation-settings: "wdth" 100, "wght" 400, "slnt" 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: calc(22 * var(--formula));
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  color: #6298c4;
}
.FU260319UV .hoodie-product-03-price {
  gap: calc(18 * var(--formula));
}
.FU260319UV .hoodie-product-03-price a {
  color: #d87584;
}
.FU260319UV .hoodie-product-03-price:nth-child(1 of .hoodie-product-03-price) {
  margin-top: calc(55 * var(--formula));
}
.FU260319UV {
  /* cardigan
  ------------------------------------------ */
}
.FU260319UV .cardigan {
  margin-top: calc(200 * var(--formula));
}
.FU260319UV .cardigan-hero {
  padding-top: calc(122 * var(--formula));
  padding-bottom: calc(70 * var(--formula));
  background-image: url("../img/cardigan_bg.jpg");
  background-size: calc(750 * var(--formula)) auto;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #f4fafe;
}
.FU260319UV .cardigan-ttl {
  width: calc(396 * var(--formula));
  margin: 0 auto;
}
.FU260319UV .cardigan-item {
  margin-top: calc(14 * var(--formula));
  margin-left: calc(-15 * var(--formula));
}
.FU260319UV .cardigan-item-limited {
  position: absolute;
  width: calc(100 * var(--formula));
  top: calc(-20 * var(--formula));
  left: calc(-20 * var(--formula));
  z-index: -1;
}
.FU260319UV .cardigan-item li {
  position: relative;
  width: calc(240 * var(--formula));
  margin-top: calc(50 * var(--formula));
  margin-right: calc(30 * var(--formula));
}
.FU260319UV .cardigan-detail {
  margin: calc(58 * var(--formula)) auto 0;
}
.FU260319UV .cardigan-detail li {
  width: calc(280 * var(--formula));
  margin: 0 auto;
}
.FU260319UV .cardigan-accordion {
  position: relative;
  height: calc(160 * var(--formula));
  margin-top: calc(66 * var(--formula));
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.FU260319UV .cardigan-accordion::before {
  content: "";
  width: 100%;
  height: calc(160 * var(--formula));
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(33%, rgba(244, 250, 254, 0.5)), color-stop(80%, rgba(244, 250, 254, 0.8)), to(rgb(244, 250, 254)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(244, 250, 254, 0.5) 33%, rgba(244, 250, 254, 0.8) 80%, rgb(244, 250, 254) 100%);
}
.FU260319UV .cardigan-accordion.is-active {
  height: calc(410 * var(--formula));
}
.FU260319UV .cardigan-accordion.is-active::before {
  content: none;
}
.FU260319UV .cardigan-accordion-more {
  display: block;
  width: calc(189 * var(--formula));
  margin: calc(60 * var(--formula)) auto 0;
  position: relative;
  left: calc(22 * var(--formula));
  cursor: pointer;
}
.FU260319UV .cardigan-accordion-close {
  display: none;
  width: calc(71 * var(--formula));
  margin: calc(30 * var(--formula)) auto 0;
  cursor: pointer;
}
.FU260319UV .cardigan-product-01 {
  margin-top: calc(120 * var(--formula));
}
.FU260319UV .cardigan-product-01-photo-01 {
  width: calc(570 * var(--formula));
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}
.FU260319UV .cardigan-product-01-photo-01.is-active {
  opacity: 1;
}
.FU260319UV .cardigan-product-01-photo-02 {
  width: calc(570 * var(--formula));
  margin: calc(28 * var(--formula)) auto 0;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}
.FU260319UV .cardigan-product-01-photo-02.is-active {
  opacity: 1;
}
.FU260319UV .cardigan-product-01-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(20 * var(--formula));
}
.FU260319UV .cardigan-product-01-price a {
  font-family: "config-variable", sans-serif;
  font-variation-settings: "wdth" 100, "wght" 400, "slnt" 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: calc(22 * var(--formula));
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  color: #6298c4;
}
.FU260319UV .cardigan-product-01-price:nth-child(1 of .cardigan-product-01-price) {
  margin-top: calc(55 * var(--formula));
}
.FU260319UV .cardigan-product-02 {
  margin-top: calc(100 * var(--formula));
}
.FU260319UV .cardigan-product-02-slider-01 {
  width: calc(600 * var(--formula));
  margin: calc(192 * var(--formula)) calc(48 * var(--formula)) 0 auto;
}
.FU260319UV .cardigan-product-02-photo-01 {
  width: calc(510 * var(--formula));
  margin: calc(80 * var(--formula)) auto 0 0;
}
.FU260319UV .cardigan-product-02-price {
  padding-left: calc(40 * var(--formula));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(20 * var(--formula));
}
.FU260319UV .cardigan-product-02-price a {
  font-family: "config-variable", sans-serif;
  font-variation-settings: "wdth" 100, "wght" 400, "slnt" 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: calc(22 * var(--formula));
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  color: #6298c4;
}
.FU260319UV .cardigan-product-02-price {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: calc(510 * var(--formula));
  margin: calc(0 * var(--formula)) auto 0 0;
}
.FU260319UV .cardigan-product-02-price:nth-child(1 of .cardigan-product-02-price) {
  margin-top: calc(55 * var(--formula));
}
.FU260319UV {
  /* set
  ------------------------------------------ */
}
.FU260319UV .set {
  margin-top: calc(190 * var(--formula));
}
.FU260319UV .set-hero {
  padding-top: calc(130 * var(--formula));
  padding-bottom: calc(90 * var(--formula));
  background-image: url("../img/set_bg.jpg");
  background-size: calc(750 * var(--formula)) auto;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #fdf7f8;
}
.FU260319UV .set-ttl {
  width: calc(646 * var(--formula));
  margin: 0 auto;
}
.FU260319UV .set-item {
  margin-top: calc(60 * var(--formula));
  margin-left: calc(-46 * var(--formula));
}
.FU260319UV .set-item li {
  width: calc(260 * var(--formula));
  margin-right: calc(30 * var(--formula));
}
.FU260319UV .set-detail {
  margin: calc(62 * var(--formula)) auto 0;
}
.FU260319UV .set-detail li {
  width: calc(280 * var(--formula));
  margin: 0 auto;
}
.FU260319UV .set-accordion {
  position: relative;
  margin-top: calc(65 * var(--formula));
  height: calc(160 * var(--formula));
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.FU260319UV .set-accordion::before {
  content: "";
  width: 100%;
  height: calc(160 * var(--formula));
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(33%, rgba(253, 247, 248, 0.5)), color-stop(80%, rgba(253, 247, 248, 0.8)), to(rgb(253, 247, 248)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(253, 247, 248, 0.5) 33%, rgba(253, 247, 248, 0.8) 80%, rgb(253, 247, 248) 100%);
}
.FU260319UV .set-accordion.is-active {
  height: calc(555 * var(--formula));
}
.FU260319UV .set-accordion.is-active::before {
  content: none;
}
.FU260319UV .set-accordion-txt:nth-child(2) {
  margin-top: calc(34 * var(--formula));
}
.FU260319UV .set-accordion-more {
  display: block;
  width: calc(189 * var(--formula));
  margin: calc(58 * var(--formula)) auto 0;
  position: relative;
  left: calc(22 * var(--formula));
  cursor: pointer;
}
.FU260319UV .set-accordion-close {
  display: none;
  width: calc(71 * var(--formula));
  margin: calc(30 * var(--formula)) auto 0;
  cursor: pointer;
}
.FU260319UV .set-product-01 {
  margin-top: calc(114 * var(--formula));
}
.FU260319UV .set-product-01-photo-01 {
  width: calc(570 * var(--formula));
  margin: 0 auto;
}
.FU260319UV .set-product-01-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(20 * var(--formula));
}
.FU260319UV .set-product-01-price a {
  font-family: "config-variable", sans-serif;
  font-variation-settings: "wdth" 100, "wght" 400, "slnt" 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: calc(22 * var(--formula));
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  color: #6298c4;
}
.FU260319UV .set-product-01-price a {
  color: #d87584;
}
.FU260319UV .set-product-01-price:nth-child(1 of .set-product-01-price) {
  margin-top: calc(55 * var(--formula));
}
.FU260319UV .set-product-02 {
  margin-top: calc(192 * var(--formula));
}
.FU260319UV .set-product-02-photo-01 {
  width: calc(540 * var(--formula));
  margin: calc(0 * var(--formula)) 0 0 auto;
}
.FU260319UV .set-product-02-photo-02 {
  width: calc(600 * var(--formula));
  margin: calc(80 * var(--formula)) auto 0;
}
.FU260319UV .set-product-02-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(20 * var(--formula));
}
.FU260319UV .set-product-02-price a {
  font-family: "config-variable", sans-serif;
  font-variation-settings: "wdth" 100, "wght" 400, "slnt" 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: calc(22 * var(--formula));
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  color: #6298c4;
}
.FU260319UV .set-product-02-price a {
  color: #d87584;
}
.FU260319UV .set-product-02-price:nth-child(1 of .set-product-02-price) {
  margin-top: calc(55 * var(--formula));
}
.FU260319UV {
  /* lp-footer
  ------------------------------------------ */
}
.FU260319UV .lp-footer {
  margin-top: calc(190 * var(--formula));
}
.FU260319UV .lp-footer-icon {
  display: block;
  width: calc(100 * var(--formula));
  margin: calc(0 * var(--formula)) auto 0;
  -webkit-animation: grow-and-rotate 13s linear infinite;
          animation: grow-and-rotate 13s linear infinite;
}
.FU260319UV .lp-footer-logo {
  width: calc(476 * var(--formula));
  margin: calc(36 * var(--formula)) auto 0;
}
@-webkit-keyframes grow-and-rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  25% {
    -webkit-transform: rotate(90deg) scale(1.3);
            transform: rotate(90deg) scale(1.3);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(1);
            transform: rotate(180deg) scale(1);
  }
  75% {
    -webkit-transform: rotate(270deg) scale(1.3);
            transform: rotate(270deg) scale(1.3);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1);
  }
}
@keyframes grow-and-rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  25% {
    -webkit-transform: rotate(90deg) scale(1.3);
            transform: rotate(90deg) scale(1.3);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(1);
            transform: rotate(180deg) scale(1);
  }
  75% {
    -webkit-transform: rotate(270deg) scale(1.3);
            transform: rotate(270deg) scale(1.3);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1);
  }
}
.FU260319UV {
  /* all
  ------------------------------------------ */
}
.FU260319UV .all {
  margin-top: calc(114 * var(--formula));
}
.FU260319UV .all-link {
  display: block;
  width: calc(560 * var(--formula));
  margin: calc(0 * var(--formula)) auto 0;
}
.FU260319UV {
  /* staff
  ------------------------------------------ */
}
.FU260319UV .staff {
  margin-top: calc(170 * var(--formula));
  padding-bottom: calc(150 * var(--formula));
}
.FU260319UV .staff-txt {
  font-family: "config-variable", sans-serif;
  font-variation-settings: "wdth" 100, "wght" 400, "slnt" 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: calc(24 * var(--formula));
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
}