@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
------------------------------------------ */
.atelier8th {
  /* mixin
  ------------------------------------------ */
  /* reset
  ------------------------------------------ */
}
.atelier8th img {
  width: 100%;
  height: auto;
}
.atelier8th * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.atelier8th {
  /* 共通
  ------------------------------------------ */
}
.atelier8th .section-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: min(960 * 100vw / 1440, 960px);
}
@media (max-width: 767px) {
  .atelier8th .section-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}
.atelier8th .section-txt-cont {
  width: 50%;
}
@media (max-width: 767px) {
  .atelier8th .section-txt-cont {
    width: auto;
  }
}
.atelier8th .section-photo-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
}
@media (max-width: 767px) {
  .atelier8th .section-photo-cont {
    width: auto;
    height: calc(500 * 100vw / 375);
  }
}
.atelier8th .section-photo-wrapper {
  width: min(629 * 100vw / 1440, 629px);
}
@media (max-width: 767px) {
  .atelier8th .section-photo-wrapper {
    width: auto;
  }
}
@media (max-width: 767px) {
  .atelier8th .section-photo {
    width: calc(328 * 100vw / 375);
    margin: 0 auto;
  }
}
.atelier8th .section-price {
  margin-top: min(24 * 100vw / 1440, 24px);
}
@media (max-width: 767px) {
  .atelier8th .section-price {
    margin-top: calc(16 * 100vw / 375);
  }
}
.atelier8th .section-price .section-price-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(2 * 100vw / 1440, 2px) min(37 * 100vw / 1440, 37px);
}
@media (max-width: 767px) {
  .atelier8th .section-price .section-price-txt {
    gap: calc(8 * 100vw / 375) calc(19 * 100vw / 375);
  }
}
.atelier8th .section-price .section-price-txt:not(:first-child) {
  margin-top: min(2 * 100vw / 1440, 2px);
}
@media (max-width: 767px) {
  .atelier8th .section-price .section-price-txt:not(:first-child) {
    margin-top: calc(8 * 100vw / 375);
  }
}
.atelier8th .section-price .section-price-txt .section-price-name {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  display: inline-block;
  font-size: min(20 * 100vw / 1440, 20px);
  line-height: 1.75;
}
@media (max-width: 767px) {
  .atelier8th .section-price .section-price-txt .section-price-name {
    font-size: calc(12 * 100vw / 375);
    line-height: 1.51666667;
  }
}
.atelier8th .section-price .section-price-txt .section-price-name.kerning {
  letter-spacing: -0.01em;
}
.atelier8th .section-price .section-price-txt .section-price-name.nowrap {
  white-space: nowrap;
}
.atelier8th .section-price .section-price-txt .section-price-link {
  position: relative;
  top: min(-1 * 100vw / 1440, -1px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .atelier8th .section-price .section-price-txt .section-price-link {
    top: calc(-2 * 100vw / 375);
  }
}
.atelier8th .section-price .section-price-txt .section-price-link::after {
  position: relative;
  top: min(1 * 100vw / 1440, 1px);
  content: "▶︎";
  font-size: min(10 * 100vw / 1440, 10px);
  padding-left: min(5 * 100vw / 1440, 5px);
}
@media (max-width: 767px) {
  .atelier8th .section-price .section-price-txt .section-price-link::after {
    top: calc(1 * 100vw / 375);
    font-size: calc(8 * 100vw / 375);
    padding-left: calc(5 * 100vw / 375);
  }
}
.atelier8th .section-price .section-price-txt .section-price-link a {
  display: inline-block;
  font-size: min(16 * 100vw / 1440, 16px);
  text-decoration-line: underline;
}
@media (max-width: 767px) {
  .atelier8th .section-price .section-price-txt .section-price-link a {
    font-size: calc(10 * 100vw / 375);
  }
}
.atelier8th .section-item-ttl {
  font-size: min(16 * 100vw / 1440, 16px);
}
@media (max-width: 767px) {
  .atelier8th .section-item-ttl {
    font-size: calc(16 * 100vw / 375);
  }
}
.atelier8th .section-ttl {
  font-family: "the-seasons", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: min(60 * 100vw / 1440, 60px);
  line-height: 1.2;
}
@media (max-width: 767px) {
  .atelier8th .section-ttl {
    font-size: calc(48 * 100vw / 375);
  }
}
.atelier8th .section-ttl {
  margin-top: min(50 * 100vw / 1440, 50px);
}
@media (max-width: 767px) {
  .atelier8th .section-ttl {
    margin-top: calc(22 * 100vw / 375);
  }
}
.atelier8th .section-ttl-lead {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: min(16 * 100vw / 1440, 16px);
  margin-top: min(17 * 100vw / 1440, 17px);
  font-weight: 600;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .atelier8th .section-ttl-lead {
    font-size: calc(16 * 100vw / 375);
    margin-top: calc(17 * 100vw / 375);
  }
}
.atelier8th .section-txt {
  margin-top: min(96 * 100vw / 1440, 96px);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: min(16 * 100vw / 1440, 16px);
}
@media (max-width: 767px) {
  .atelier8th .section-txt {
    font-size: calc(16 * 100vw / 375);
  }
}
.atelier8th .section-txt {
  line-height: 2;
  letter-spacing: 0.06em;
}
.atelier8th .section-product {
  padding: min(120 * 100vw / 1440, 120px) min(105 * 100vw / 1440, 105px);
}
@media (max-width: 767px) {
  .atelier8th .section-product {
    padding: calc(56 * 100vw / 375) 0 calc(65 * 100vw / 375);
  }
}
.atelier8th .section-product-column {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: min(1232 * 100vw / 1440, 1232px);
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .atelier8th .section-product-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: auto;
  }
}
.atelier8th .section-product-column::before, .atelier8th .section-product-column::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  font-family: "the-seasons", sans-serif;
  font-weight: 600;
  font-style: normal;
  content: "LeSportsac Atelier 2026 Spring SummerCollection";
  position: absolute;
  font-size: min(16 * 100vw / 1440, 16px);
  font-weight: 700;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.atelier8th .section-product-column::before {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  left: min(-50 * 100vw / 1440, -50px);
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
@media (max-width: 767px) {
  .atelier8th .section-product-column::before {
    content: none;
  }
}
.atelier8th .section-product-column::after {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  right: min(-50 * 100vw / 1440, -50px);
}
@media (max-width: 767px) {
  .atelier8th .section-product-column::after {
    content: none;
  }
}
.atelier8th .section-product-photo {
  width: min(550 * 100vw / 1440, 550px);
}
@media (max-width: 767px) {
  .atelier8th .section-product-photo {
    width: auto;
  }
}
@media (max-width: 767px) {
  .atelier8th .section-product-photo-wrapper:last-child {
    margin-top: calc(42 * 100vw / 375);
  }
}
.atelier8th .section-product-decoration {
  font-family: "the-seasons", sans-serif;
  font-weight: 600;
  font-style: normal;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: min(72 * 100vw / 1440, 72px);
  height: min(784 * 100vw / 1440, 784px);
}
.atelier8th .section-product-decoration::after, .atelier8th .section-product-decoration::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: min(271 * 100vw / 1440, 271px);
}
.atelier8th .section-product-decoration::after {
  top: 0;
}
.atelier8th .section-product-decoration::before {
  bottom: 0;
}
@media (max-width: 767px) {
  .atelier8th .section-product-decoration {
    display: none;
  }
}
.atelier8th .section-product-decoration-txt {
  font-size: min(16 * 100vw / 1440, 16px);
  letter-spacing: 0.05em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
}
.atelier8th {
  /* animation
  ------------------------------------------ */
}
.atelier8th .js-clip img {
  -webkit-mask-image: linear-gradient(135deg, black 50%, transparent 50%);
          mask-image: linear-gradient(135deg, black 50%, transparent 50%);
  -webkit-mask-size: 200% 200%;
          mask-size: 200% 200%;
  -webkit-mask-position: 100% 100%;
          mask-position: 100% 100%;
  -webkit-transition: -webkit-mask-position 2s ease-in-out;
  transition: -webkit-mask-position 2s ease-in-out;
  transition: mask-position 2s ease-in-out;
  transition: mask-position 2s ease-in-out, -webkit-mask-position 2s ease-in-out;
}
.atelier8th .js-clip.is-active img {
  -webkit-mask-position: 0% 0%;
          mask-position: 0% 0%;
}
@-webkit-keyframes cp {
  0% {
    /* 右下(100% 100%)を起点に、左上を覆い隠す巨大な三角形 */
    clip-path: polygon(100% 100%, var(--x) 100%, 100% var(--y));
  }
  to {
    /* すべてのポイントを右下(100% 100%)に集める */
    clip-path: polygon(100% 100%, 100% 100%, 100% 100%);
  }
}
@keyframes cp {
  0% {
    /* 右下(100% 100%)を起点に、左上を覆い隠す巨大な三角形 */
    clip-path: polygon(100% 100%, var(--x) 100%, 100% var(--y));
  }
  to {
    /* すべてのポイントを右下(100% 100%)に集める */
    clip-path: polygon(100% 100%, 100% 100%, 100% 100%);
  }
}
.atelier8th {
  /* LP style
  ------------------------------------------ */
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  /* mv
  ------------------------------------------ */
}
.atelier8th .mv {
  position: relative;
}
.atelier8th .mv-ttl {
  position: absolute;
  top: 50%;
  left: min(56 * 100vw / 1440, 56px);
  z-index: 2;
}
@media (max-width: 767px) {
  .atelier8th .mv-ttl {
    left: calc(20 * 100vw / 375);
    top: auto;
    bottom: calc(82 * 100vw / 375);
  }
}
.atelier8th .mv-ttl {
  color: #fff;
}
.atelier8th .mv-ttl strong {
  display: block;
  width: min(664 * 100vw / 1440, 664px);
}
@media (max-width: 767px) {
  .atelier8th .mv-ttl strong {
    width: calc(306 * 100vw / 375);
  }
}
.atelier8th .mv-ttl span {
  display: block;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-weight: 400;
  font-size: min(34.16 * 100vw / 1440, 34.16px);
  line-height: 1.5;
}
@media (max-width: 767px) {
  .atelier8th .mv-ttl span {
    font-size: calc(21 * 100vw / 375);
  }
}
.atelier8th .mv-img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: min(1306 * 100vw / 1440, 1306px);
}
@media (max-width: 767px) {
  .atelier8th .mv-img {
    width: calc(332 * 100vw / 375);
  }
}
.atelier8th .mv-bg {
  height: min(805 * 100vw / 1440, 805px);
}
@media (max-width: 767px) {
  .atelier8th .mv-bg {
    height: calc(650 * 100vw / 375);
  }
}
.atelier8th .mv-bg img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.atelier8th {
  /* hero
  ------------------------------------------ */
}
.atelier8th .hero {
  background-color: #c2d354;
  color: #fff;
}
.atelier8th .hero-column {
  height: auto !important;
}
@media (max-width: 767px) {
  .atelier8th .hero-column {
    height: auto;
  }
}
.atelier8th .hero-txt-cont {
  padding: min(291 * 100vw / 1440, 291px) min(120 * 100vw / 1440, 120px) 0 min(95 * 100vw / 1440, 95px);
}
@media (max-width: 767px) {
  .atelier8th .hero-txt-cont {
    padding: calc(72 * 100vw / 375) calc(24 * 100vw / 375);
  }
}
.atelier8th .hero-photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.atelier8th .hero-photo.-active {
  z-index: 1;
  opacity: 1;
  --s: 1;
}
.atelier8th .hero-photo.-hide {
  opacity: 1;
  -webkit-transition: none;
  transition: none;
  z-index: 2;
  --s: 1;
  --x: -150%;
  --y: -150%;
  -webkit-animation: cp 1s ease-out forwards;
          animation: cp 1s ease-out forwards;
}
.atelier8th .hero-photo-cont {
  position: relative;
  width: 50%;
  height: 100%;
  aspect-ratio: 720/879;
}
@media (max-width: 767px) {
  .atelier8th .hero-photo-cont {
    width: auto;
    aspect-ratio: auto;
    height: calc(458 * 100vw / 375);
  }
}
.atelier8th .hero-ttl {
  font-family: "the-seasons", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: min(60 * 100vw / 1440, 60px);
  line-height: 1.2;
}
@media (max-width: 767px) {
  .atelier8th .hero-ttl {
    font-size: calc(48 * 100vw / 375);
  }
}
@media (max-width: 767px) {
  .atelier8th .hero-ttl {
    margin-top: 0;
    font-size: calc(35.68 * 100vw / 375);
    text-align: center;
    white-space: nowrap;
  }
}
.atelier8th .hero-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: min(16 * 100vw / 1440, 16px);
}
@media (max-width: 767px) {
  .atelier8th .hero-txt {
    font-size: calc(16 * 100vw / 375);
  }
}
.atelier8th .hero-txt {
  line-height: 2;
  letter-spacing: 0.06em;
  margin-top: min(38 * 100vw / 1440, 38px);
  width: min(393 * 100vw / 1440, 393px);
}
@media (max-width: 767px) {
  .atelier8th .hero-txt {
    margin: calc(41 * 100vw / 375) auto 0;
    width: auto;
  }
}
.atelier8th {
  /* collection
  ------------------------------------------ */
}
.atelier8th .collection {
  padding: min(84 * 100vw / 1440, 84px) 0 min(90 * 100vw / 1440, 90px);
  color: #000;
}
@media (max-width: 767px) {
  .atelier8th .collection {
    padding: calc(50 * 100vw / 375) 0 calc(76 * 100vw / 375);
  }
}
.atelier8th .collection-ttl {
  font-family: "the-seasons", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: min(60 * 100vw / 1440, 60px);
  line-height: 1.2;
}
@media (max-width: 767px) {
  .atelier8th .collection-ttl {
    font-size: calc(48 * 100vw / 375);
  }
}
.atelier8th .collection-ttl {
  text-align: center;
}
@media (max-width: 767px) {
  .atelier8th .collection-ttl {
    font-size: calc(40 * 100vw / 375);
  }
}
.atelier8th .collection-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: min(16 * 100vw / 1440, 16px);
}
@media (max-width: 767px) {
  .atelier8th .collection-txt {
    font-size: calc(16 * 100vw / 375);
  }
}
.atelier8th .collection-txt {
  line-height: 2;
  letter-spacing: 0.06em;
  margin-top: min(42 * 100vw / 1440, 42px);
  text-align: center;
}
@media (max-width: 767px) {
  .atelier8th .collection-txt {
    margin: calc(27 * 100vw / 375) auto 0;
    width: calc(327 * 100vw / 375);
  }
}
.atelier8th .collection-item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: min(965 * 100vw / 1440, 965px);
  margin: min(28 * 100vw / 1440, 28px) auto 0;
}
@media (max-width: 767px) {
  .atelier8th .collection-item-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(277 * 100vw / 375);
    margin: calc(27 * 100vw / 375) auto 0;
    gap: calc(13 * 100vw / 375) 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.atelier8th .collection-item-list-item {
  width: min(132 * 100vw / 1440, 132px);
}
@media (max-width: 767px) {
  .atelier8th .collection-item-list-item {
    width: calc(132 * 100vw / 375);
  }
}
.atelier8th .collection-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: min(330 * 100vw / 1440, 330px);
  height: min(50 * 100vw / 1440, 50px);
}
@media (max-width: 767px) {
  .atelier8th .collection-btn {
    height: calc(50 * 100vw / 375);
  }
}
.atelier8th .collection-btn {
  margin: min(70 * 100vw / 1440, 70px) auto 0;
  border-radius: min(48 * 100vw / 1440, 48px);
}
@media (max-width: 767px) {
  .atelier8th .collection-btn {
    border-radius: calc(48 * 100vw / 375);
  }
}
.atelier8th .collection-btn {
  font-size: min(16 * 100vw / 1440, 16px);
}
@media (max-width: 767px) {
  .atelier8th .collection-btn {
    font-size: calc(16 * 100vw / 375);
  }
}
.atelier8th .collection-btn {
  border: 1px solid #000;
  letter-spacing: 0.18em;
}
@media (max-width: 767px) {
  .atelier8th .collection-btn {
    width: calc(260 * 100vw / 375);
    margin: calc(71 * 100vw / 375) auto 0;
  }
}
.atelier8th {
  /* information
  ------------------------------------------ */
}
.atelier8th .information {
  background-color: #d28141;
  padding: min(123 * 100vw / 1440, 123px) 0 min(106 * 100vw / 1440, 106px);
  color: #fff;
}
@media (max-width: 767px) {
  .atelier8th .information {
    padding: calc(48 * 100vw / 375) 0 calc(48 * 100vw / 375);
  }
}
.atelier8th .information-column {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: min(1298 * 100vw / 1440, 1298px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .atelier8th .information-column {
    width: auto;
    display: block;
    padding: 0 calc(24 * 100vw / 375);
  }
}
.atelier8th .information-column-right {
  width: min(677 * 100vw / 1440, 677px);
}
@media (max-width: 767px) {
  .atelier8th .information-column-right {
    width: auto;
    margin-top: calc(38 * 100vw / 375);
  }
}
.atelier8th .information-ttl {
  font-family: "the-seasons", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: min(60 * 100vw / 1440, 60px);
  line-height: 1.2;
}
@media (max-width: 767px) {
  .atelier8th .information-ttl {
    font-size: calc(48 * 100vw / 375);
  }
}
.atelier8th .information-ttl {
  margin-top: 0;
}
@media (max-width: 767px) {
  .atelier8th .information-ttl {
    font-size: calc(40 * 100vw / 375);
  }
}
.atelier8th .information-date {
  display: block;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  margin-top: min(48 * 100vw / 1440, 48px);
  font-size: min(20 * 100vw / 1440, 20px);
  font-weight: 500;
}
@media (max-width: 767px) {
  .atelier8th .information-date {
    margin-top: calc(38 * 100vw / 375);
    font-size: calc(19 * 100vw / 375);
  }
}
.atelier8th .information-date span {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  font-size: min(18 * 100vw / 1440, 18px);
  font-weight: 500;
}
@media (max-width: 767px) {
  .atelier8th .information-date span {
    font-size: calc(18 * 100vw / 375);
  }
}
.atelier8th .information-btn {
  margin-top: min(9 * 100vw / 1440, 9px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: min(330 * 100vw / 1440, 330px);
  height: min(50 * 100vw / 1440, 50px);
}
@media (max-width: 767px) {
  .atelier8th .information-btn {
    height: calc(50 * 100vw / 375);
  }
}
.atelier8th .information-btn {
  background-color: #fff;
  color: #d28141;
  font-size: min(16 * 100vw / 1440, 16px);
}
@media (max-width: 767px) {
  .atelier8th .information-btn {
    font-size: calc(16 * 100vw / 375);
  }
}
@media (max-width: 767px) {
  .atelier8th .information-btn {
    margin-top: calc(15 * 100vw / 375);
    width: auto;
  }
}
.atelier8th .information-photo {
  margin: min(53 * 100vw / 1440, 53px) auto 0;
  width: min(551 * 100vw / 1440, 551px);
  position: relative;
  left: min(-54 * 100vw / 1440, -54px);
}
@media (max-width: 767px) {
  .atelier8th .information-photo {
    margin: calc(72 * 100vw / 375) auto 0;
    width: calc(356 * 100vw / 375);
    left: 0;
  }
}
.atelier8th .information-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: min(50 * 100vw / 1440, 50px) 0 min(50 * 100vw / 1440, 50px);
  border-bottom: 1px solid #fff;
}
@media (max-width: 767px) {
  .atelier8th .information-list-item {
    display: block;
    padding: calc(39 * 100vw / 375) 0 calc(39 * 100vw / 375);
  }
}
.atelier8th .information-list-item:first-child {
  border-top: 1px solid #fff;
}
.atelier8th .information-list-item-ttl {
  font-family: "the-seasons", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-weight: 700;
  font-size: min(25 * 100vw / 1440, 25px);
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .atelier8th .information-list-item-ttl {
    font-size: calc(20 * 100vw / 375);
  }
}
.atelier8th .information-list-item-period {
  display: block;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-weight: 500;
  display: block;
  font-size: min(16 * 100vw / 1440, 16px);
}
@media (max-width: 767px) {
  .atelier8th .information-list-item-period {
    font-size: calc(16 * 100vw / 375);
  }
}
.atelier8th .information-list-item-period {
  text-align: right;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .atelier8th .information-list-item-period {
    margin-top: calc(17 * 100vw / 375);
    text-align: left;
  }
}
.atelier8th .information-list-item-detail {
  display: block;
  margin-top: min(20 * 100vw / 1440, 20px);
  font-size: min(16 * 100vw / 1440, 16px);
}
@media (max-width: 767px) {
  .atelier8th .information-list-item-detail {
    font-size: calc(16 * 100vw / 375);
  }
}
.atelier8th .information-list-item-detail {
  letter-spacing: 0.03em;
  font-weight: 500;
}
@media (max-width: 767px) {
  .atelier8th .information-list-item-detail {
    margin-top: calc(8 * 100vw / 375);
    line-height: 1.5;
  }
}
.atelier8th .information-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: min(64 * 100vw / 1440, 64px) 0 0 auto;
}
@media (max-width: 767px) {
  .atelier8th .information-link {
    margin: calc(42 * 100vw / 375) 0 0 auto;
  }
}
.atelier8th .information-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: min(16 * 100vw / 1440, 16px);
  text-decoration-line: underline;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .atelier8th .information-link a {
    font-size: calc(16 * 100vw / 375);
  }
}
.atelier8th .information-link::after {
  content: "▶︎";
  position: relative;
  top: min(1 * 100vw / 1440, 1px);
  font-size: min(10 * 100vw / 1440, 10px);
  padding-left: min(5 * 100vw / 1440, 5px);
}
@media (max-width: 767px) {
  .atelier8th .information-link::after {
    top: calc(1 * 100vw / 375);
    font-size: calc(12 * 100vw / 375);
    padding-left: calc(8 * 100vw / 375);
  }
}
.atelier8th {
  /* section01
  ------------------------------------------ */
}
@media (max-width: 767px) {
  .atelier8th .section01-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.atelier8th .section01-txt-cont {
  padding: min(145 * 100vw / 1440, 145px) min(92 * 100vw / 1440, 92px) 0 min(54 * 100vw / 1440, 54px);
}
@media (max-width: 767px) {
  .atelier8th .section01-txt-cont {
    padding: calc(76 * 100vw / 375) calc(24 * 100vw / 375) calc(34 * 100vw / 375);
  }
}
.atelier8th .section01-txt-cont span {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .atelier8th .section01-txt {
    margin-top: 0;
    padding: calc(30 * 100vw / 375) calc(24 * 100vw / 375) calc(46 * 100vw / 375);
  }
}
.atelier8th .section01-photo-cont {
  background-image: url("../img/item01_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.atelier8th .section01-product {
  background-color: #f0f0f0;
}
.atelier8th .section01-product-column::before, .atelier8th .section01-product-column::after {
  color: #b3b3b3;
}
.atelier8th .section01-product-decoration::after, .atelier8th .section01-product-decoration::before {
  content: "";
  background-color: #b3b3b3;
}
.atelier8th .section01-product-decoration-txt {
  color: #b3b3b3;
}
.atelier8th {
  /* section02
  ------------------------------------------ */
}
.atelier8th .section02 {
  background-color: #e5aac4;
}
@media (max-width: 767px) {
  .atelier8th .section02-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.atelier8th .section02-txt-cont {
  padding: min(145 * 100vw / 1440, 145px) min(92 * 100vw / 1440, 92px) 0 min(54 * 100vw / 1440, 54px);
}
@media (max-width: 767px) {
  .atelier8th .section02-txt-cont {
    padding: calc(76 * 100vw / 375) calc(28 * 100vw / 375) calc(30 * 100vw / 375);
  }
}
@media (max-width: 767px) {
  .atelier8th .section02-txt {
    margin-top: 0;
    padding: calc(34 * 100vw / 375) calc(24 * 100vw / 375) calc(46 * 100vw / 375);
  }
}
.atelier8th .section02-photo-cont {
  background-image: url("../img/item02_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.atelier8th .section02-product {
  background-color: #dda4bd;
  color: #fff;
}
.atelier8th .section02-product-column::before, .atelier8th .section02-product-column::after {
  color: #fff;
}
.atelier8th .section02-product-decoration::after, .atelier8th .section02-product-decoration::before {
  content: "";
  background-color: #fff;
}
.atelier8th .section02-product-decoration-txt {
  color: #fff;
}
.atelier8th {
  /* section03
  ------------------------------------------ */
}
@media (max-width: 767px) {
  .atelier8th .section03-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.atelier8th .section03-txt-cont {
  padding: min(145 * 100vw / 1440, 145px) min(92 * 100vw / 1440, 92px) 0 min(54 * 100vw / 1440, 54px);
}
@media (max-width: 767px) {
  .atelier8th .section03-txt-cont {
    padding: calc(76 * 100vw / 375) calc(28 * 100vw / 375) calc(30 * 100vw / 375);
  }
}
@media (max-width: 767px) {
  .atelier8th .section03-txt {
    margin-top: 0;
    padding: calc(34 * 100vw / 375) calc(24 * 100vw / 375) calc(46 * 100vw / 375);
  }
}
.atelier8th .section03-photo-cont {
  background-image: url("../img/item03_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.atelier8th .section03-product {
  background-color: #f0f0f0;
}
.atelier8th .section03-product a {
  color: #000;
}
.atelier8th .section03-product-column::before, .atelier8th .section03-product-column::after {
  color: #b3b3b3;
}
.atelier8th .section03-product-decoration::after, .atelier8th .section03-product-decoration::before {
  content: "";
  background-color: #b3b3b3;
}
.atelier8th .section03-product-decoration-txt {
  color: #b3b3b3;
}
.atelier8th {
  /* section04
  ------------------------------------------ */
}
.atelier8th .section04 {
  background-color: #cbde4c;
}
@media (max-width: 767px) {
  .atelier8th .section04-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.atelier8th .section04-txt-cont {
  padding: min(145 * 100vw / 1440, 145px) min(92 * 100vw / 1440, 92px) 0 min(54 * 100vw / 1440, 54px);
}
@media (max-width: 767px) {
  .atelier8th .section04-txt-cont {
    padding: calc(76 * 100vw / 375) calc(28 * 100vw / 375) calc(30 * 100vw / 375);
  }
}
@media (max-width: 767px) {
  .atelier8th .section04-txt {
    margin-top: 0;
    padding: calc(34 * 100vw / 375) calc(24 * 100vw / 375) calc(46 * 100vw / 375);
  }
}
.atelier8th .section04-photo-cont {
  background-image: url("../img/item04_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.atelier8th .section04-product {
  background-color: #c2d354;
  color: #fff;
}
.atelier8th .section04-product-column::before, .atelier8th .section04-product-column::after {
  color: #fff;
}
.atelier8th .section04-product-decoration::after, .atelier8th .section04-product-decoration::before {
  content: "";
  background-color: #fff;
}
.atelier8th .section04-product-decoration-txt {
  color: #fff;
}
.atelier8th {
  /* section05
  ------------------------------------------ */
}
@media (max-width: 767px) {
  .atelier8th .section05-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.atelier8th .section05-txt-cont {
  padding: min(145 * 100vw / 1440, 145px) min(92 * 100vw / 1440, 92px) 0 min(54 * 100vw / 1440, 54px);
}
@media (max-width: 767px) {
  .atelier8th .section05-txt-cont {
    padding: calc(76 * 100vw / 375) calc(28 * 100vw / 375) calc(30 * 100vw / 375);
  }
}
@media (max-width: 767px) {
  .atelier8th .section05-txt {
    margin-top: 0;
    padding: calc(34 * 100vw / 375) calc(24 * 100vw / 375) calc(46 * 100vw / 375);
  }
}
.atelier8th .section05-photo-cont {
  background-image: url("../img/item05_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.atelier8th .section05-product {
  background-color: #f0f0f0;
  color: #000;
}
.atelier8th .section05-product-column::before, .atelier8th .section05-product-column::after {
  color: #b3b3b3;
}
.atelier8th .section05-product-decoration::after, .atelier8th .section05-product-decoration::before {
  content: "";
  background-color: #b3b3b3;
}
.atelier8th .section05-product-decoration-txt {
  color: #b3b3b3;
}
.atelier8th {
  /* section06
  ------------------------------------------ */
}
.atelier8th .section06 {
  background-color: #55b7a0;
}
@media (max-width: 767px) {
  .atelier8th .section06-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.atelier8th .section06-txt-cont {
  padding: min(145 * 100vw / 1440, 145px) min(92 * 100vw / 1440, 92px) 0 min(54 * 100vw / 1440, 54px);
}
@media (max-width: 767px) {
  .atelier8th .section06-txt-cont {
    padding: calc(76 * 100vw / 375) calc(28 * 100vw / 375) calc(30 * 100vw / 375);
  }
}
@media (max-width: 767px) {
  .atelier8th .section06-txt {
    margin-top: 0;
    padding: calc(34 * 100vw / 375) calc(24 * 100vw / 375) calc(46 * 100vw / 375);
  }
}
.atelier8th .section06 .section-price-name {
  letter-spacing: -0.02em;
}
.atelier8th .section06-photo-cont {
  background-image: url("../img/item05_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.atelier8th .section06-product {
  background-color: #54ae99;
  color: #fff;
}
.atelier8th .section06-product-column::before, .atelier8th .section06-product-column::after {
  color: #fff;
}
.atelier8th .section06-product-photo-wrapper-inner {
  width: min(550 * 100vw / 1440, 550px);
  height: min(725 * 100vw / 1440, 725px);
  position: relative;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .atelier8th .section06-product-photo-wrapper-inner {
    width: auto;
    height: calc(495 * 100vw / 375);
  }
}
.atelier8th .section06-product-photo-01 {
  width: min(358 * 100vw / 1440, 358px);
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .atelier8th .section06-product-photo-01 {
    width: calc(246 * 100vw / 375);
  }
}
.atelier8th .section06-product-photo-02 {
  width: min(290 * 100vw / 1440, 290px);
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 767px) {
  .atelier8th .section06-product-photo-02 {
    width: calc(199 * 100vw / 375);
  }
}
.atelier8th .section06-product-decoration::after, .atelier8th .section06-product-decoration::before {
  content: "";
  background-color: #fff;
}
.atelier8th .section06-product-decoration-txt {
  color: #fff;
}
@media (max-width: 767px) {
  .atelier8th .section06-price-01 {
    width: calc(336 * 100vw / 375);
    margin-left: auto;
    margin-right: auto;
  }
}
.atelier8th .section06-price-txt-01 {
  gap: 0 min(13 * 100vw / 1440, 13px);
}
@media (max-width: 767px) {
  .atelier8th .section06-price-txt-01 {
    gap: 0 calc(19 * 100vw / 375);
  }
}
.atelier8th .section06-price-txt-02, .atelier8th .section06-price-txt-03 {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
@media (max-width: 767px) {
  .atelier8th .section06-price-txt-02, .atelier8th .section06-price-txt-03 {
    gap: 0 calc(9 * 100vw / 375) !important;
  }
}
.atelier8th {
  /* section07
  ------------------------------------------ */
}
@media (max-width: 767px) {
  .atelier8th .section07-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.atelier8th .section07-txt-cont {
  padding: min(145 * 100vw / 1440, 145px) min(92 * 100vw / 1440, 92px) 0 min(54 * 100vw / 1440, 54px);
}
@media (max-width: 767px) {
  .atelier8th .section07-txt-cont {
    padding: calc(76 * 100vw / 375) calc(28 * 100vw / 375) calc(30 * 100vw / 375);
  }
}
@media (max-width: 767px) {
  .atelier8th .section07-txt {
    margin-top: 0;
    padding: calc(34 * 100vw / 375) calc(24 * 100vw / 375) calc(46 * 100vw / 375);
  }
}
.atelier8th .section07-photo-cont {
  background-image: url("../img/item07_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.atelier8th .section07-product {
  background-color: #f0f0f0;
  color: #000;
}
.atelier8th .section07-product-column {
  display: block;
  width: min(1125 * 100vw / 1440, 1125px);
}
@media (max-width: 767px) {
  .atelier8th .section07-product-column {
    width: auto;
  }
}
.atelier8th .section07-product-column::before, .atelier8th .section07-product-column::after {
  color: #b3b3b3;
}
.atelier8th .section07-product-column::after {
  top: 0;
}
.atelier8th .section07-product-photo {
  width: min(1125 * 100vw / 1440, 1125px);
}
@media (max-width: 767px) {
  .atelier8th .section07-product-photo {
    width: auto;
  }
}
@media (max-width: 767px) {
  .atelier8th .section07-product-photo-wrapper {
    width: auto;
    margin-top: 0 !important;
  }
}
.atelier8th .section07-product-decoration::after, .atelier8th .section07-product-decoration::before {
  content: "";
  background-color: #b3b3b3;
}
.atelier8th .section07-product-decoration-txt {
  color: #b3b3b3;
}
.atelier8th .section07-price-txt-01 {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
@media (max-width: 767px) {
  .atelier8th .section07-price-txt-01 {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
.atelier8th {
  /* all
  ------------------------------------------ */
}
.atelier8th .all {
  position: relative;
  height: min(427 * 100vw / 1440, 427px);
}
@media (max-width: 767px) {
  .atelier8th .all {
    height: calc(351 * 100vw / 375);
  }
}
.atelier8th .all-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1;
}
.atelier8th .all-ttl strong {
  display: block;
  width: min(558 * 100vw / 1440, 558px);
  margin: 0 auto;
}
@media (max-width: 767px) {
  .atelier8th .all-ttl strong {
    width: calc(306 * 100vw / 375);
  }
}
.atelier8th .all-ttl span {
  display: block;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: min(31.78 * 100vw / 1440, 31.78px);
  line-height: 1.5;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .atelier8th .all-ttl span {
    font-size: calc(17.43 * 100vw / 375);
  }
}
.atelier8th .all-bg {
  height: min(427 * 100vw / 1440, 427px);
  overflow: hidden;
}
@media (max-width: 767px) {
  .atelier8th .all-bg {
    height: calc(351 * 100vw / 375);
  }
}
.atelier8th .all-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: min(330 * 100vw / 1440, 330px);
  height: min(50 * 100vw / 1440, 50px);
}
@media (max-width: 767px) {
  .atelier8th .all-btn {
    height: calc(50 * 100vw / 375);
  }
}
.atelier8th .all-btn {
  margin: min(42.54 * 100vw / 1440, 42.54px) auto 0;
  border-radius: min(48 * 100vw / 1440, 48px);
}
@media (max-width: 767px) {
  .atelier8th .all-btn {
    border-radius: calc(48 * 100vw / 375);
  }
}
.atelier8th .all-btn {
  font-size: min(16 * 100vw / 1440, 16px);
}
@media (max-width: 767px) {
  .atelier8th .all-btn {
    font-size: calc(16 * 100vw / 375);
  }
}
.atelier8th .all-btn {
  border: 1px solid #000;
  letter-spacing: 0.18em;
  background-color: #fff;
}
@media (max-width: 767px) {
  .atelier8th .all-btn {
    width: calc(260 * 100vw / 375);
    margin: calc(38 * 100vw / 375) auto 0;
  }
}
.atelier8th .LeeepSingleVideoContainer {
  height: 100% !important;
  aspect-ratio: auto !important;
}
.atelier8th .LeeepSingleVideoByLeeepContainer {
  display: none !important;
}
.atelier8th #leeep-tag-1490924873034244096,
.atelier8th #leeep-tag-1490886104310620161 {
  height: 100% !important;
}
.atelier8th #leeep-embedded-1490924873034244096,
.atelier8th #leeep-embedded-1490886104310620161 {
  max-width: none !important;
  height: 100% !important;
}
.atelier8th #leeep-embedded-1490924873034244096 video,
.atelier8th #leeep-embedded-1490886104310620161 video {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  height: 100%;
  width: 100%;
}