@charset "UTF-8";

html {
  scroll-behavior: smooth;
}

/* scoped reset for campaign body only */
#id2609look {
  /* 写真の出現アニメ（トリミング解除＋ズームアウト）の長さ。ここ1箇所で全写真の速度が変わる */
  --look-reveal-duration: 0.8s;
  color: #000;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  width: 100%;
  max-width: none;
}

#new-contents.wrapper {
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

#id2609look *,
#id2609look *::before,
#id2609look *::after {
  box-sizing: border-box;
}

#id2609look ul,
#id2609look ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

#id2609look h2,
#id2609look p {
  margin: 0;
}

#id2609look img {
  display: block;
  width: 100%;
  max-width: 100%;
}

#id2609look a {
  text-decoration: none;
  transition: opacity 0.3s;
}

#id2609look a:hover {
  opacity: 0.7;
}

#id2609look .mv {
  width: 100%;
  max-width: none;
  background-color: #968986;
}

#id2609look .mv__inner {
  display: flex;
  align-items: stretch;
  width: 100%;
  max-width: none;
  aspect-ratio: 1600/1200;
}

#id2609look .mv__frame {
  flex: 1 1 50%;
  width: 50%;
  min-width: 0;
  height: auto;
  overflow: hidden;
  line-height: 0;
}

#id2609look .mv__frame:last-child {
  margin-left: -2px;
}

#id2609look .mv .mv__frame .mv__img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

#id2609look .mv .mv__frame .mv__img--left {
  width: calc(100% + 3px);
  object-position: left center;
}

#id2609look .mv .mv__frame .mv__img--right {
  -o-object-fit: cover;
     object-fit: cover;
  object-position: center;
}

@media screen and (max-width: 768px) {
#id2609look .mv__inner {
    max-width: 100%;
    aspect-ratio: auto;
  }

#id2609look .mv__frame:first-child {
    display: none;
  }

#id2609look .mv__frame:last-child {
    margin-left: 0;
  }

#id2609look .mv .mv__frame .mv__img--right {
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 393/620;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

#id2609look .unfold {
  width: 100%;
  padding: 70px 0 120px;
  background-color: #968986;
}

#id2609look .unfold__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  width: 100%;
  max-width: 1600px;
  margin-inline: auto;
}

.js #id2609look .unfold__inner {
  opacity: 0;
  transform: translateY(16px);
}

.js #id2609look .unfold__inner.is-inview {
  animation: look-fade 1s ease forwards;
}

#id2609look .unfold__lead {
  width: 284px;
  color: #fff;
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  text-align: center;
}

#id2609look .unfold__lead strong {
  font-weight: 700;
}

#id2609look .unfold__lead-text {
  font-weight: 400;
}

#id2609look .unfold__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
}

#id2609look .unfold__list > li {
  flex: 0 0 auto;
}

#id2609look .unfold__card {
  position: relative;
  display: block;
  width: 160px;
  height: 240px;
  overflow: hidden;
}

#id2609look .unfold__card:hover {
  opacity: 1;
}

#id2609look .unfold__card img {
  width: 160px;
  height: 240px;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}

#id2609look .unfold__card-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.3s;
}

#id2609look .unfold__card-text {
  width: 120px;
  color: #fff;
  font-family: "Poppins", "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-feature-settings: "case" 1;
  line-height: 1.4;
  text-align: center;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.3s, transform 0.3s;
}

#id2609look .unfold__card:hover .unfold__card-overlay {
  opacity: 1;
}

#id2609look .unfold__card:hover .unfold__card-text {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 768px) {
#id2609look .unfold {
    padding: 38px 0 50px 0;
  }

#id2609look .unfold__inner {
    gap: 30px;
  }

#id2609look .unfold__lead {
    max-width: calc(100% - 32px);
  }

#id2609look .unfold__list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    width: calc(100% - 53px);
    max-width: 502px;
  }

  /* liを画像幅にフィットさせる（%指定だと余白ぶんliが広がり、写真間の間隔がgapより大きく見えるため） */
#id2609look .unfold__list > li {
    flex: 0 0 auto;
  }

#id2609look .unfold__card {
    width: 100px;
    height: 150px;
    aspect-ratio: 100 / 150;
  }

#id2609look .unfold__card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
  }

#id2609look .unfold__card-text {
    width: 75%;
    font-size: 11px;
  }
}

#id2609look .look {
  display: flex;
  flex-direction: column;
  gap: 199px;
  width: 100%;
  max-width: none;
  padding-bottom: 200px;
  background-color: #E1D7D6;
}

#id2609look .look__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 78px;
  width: 100%;
  max-width: none;
}

#id2609look .look__pair {
  display: flex;
  align-self: stretch;
  width: 100%;
  max-width: none;
  margin-left: 0;
}

#id2609look .look__frame {
  overflow: hidden;
}

#id2609look a.look__frame {
  display: block;
}

#id2609look a.look__frame:hover {
  opacity: 0.85;
}

#id2609look .look__frame img,
#id2609look .look__frame video {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}

#id2609look .look__frame video {
  pointer-events: none;
}

#id2609look .look__frame--y,
#id2609look .look__frame--all {
  width: 50%;
  max-width: 800px;
  aspect-ratio: 800/1200;
}

#id2609look .look__pair .look__frame--y {
  flex: 1 1 50%;
  width: 50%;
  min-width: 0;
  max-width: none;
}

#id2609look .look__stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 33px;
  width: 50%;
  max-width: 800px;
}

#id2609look .look__stack-photos {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}

#id2609look .look__stack .look__frame {
  width: 100%;
  max-width: none;
}

#id2609look .look__stack .look__frame--video {
  width: min(100%, 800px);
  max-width: 800px;
  aspect-ratio: 800/540;
}

#id2609look .look__stack .look__frame--wide {
  aspect-ratio: 800/540;
}

#id2609look .look__stack .look__frame--land {
  aspect-ratio: 800/533;
}

#id2609look .look__stack--offset {
  width: 75%;
  max-width: 1200px;
}

#id2609look .look__stack--offset .look__frame {
  width: 66.6666666667%;
  max-width: 800px;
  align-self: flex-start;
}

#id2609look .look__stack-row {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 40px;
  width: 100%;
}

#id2609look .look__stack-row .look__frame {
  align-self: auto;
}

#id2609look .look__info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 75%;
  max-width: 1200px;
}

#id2609look .look__copy {
  display: flex;
  flex-direction: column;
  gap: 25px;
  max-width: 475px;
}

#id2609look .look__title {
  margin: 0;
  color: #6e4f4f;
  font-family: "Poppins", "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 40px;
  font-weight: 400;
  font-feature-settings: "case" 1;
  line-height: 1.3;
}

#id2609look .look__text {
  margin: 0;
  color: #000;
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-feature-settings: "case" 1;
  line-height: 1.8;
}

#id2609look .look__product {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  width: 140px;
}

#id2609look .look__product-thum,
#id2609look .look__product-name {
  transition: opacity 0.3s;
}

#id2609look .look__product:hover .look__product-thum,
#id2609look .look__product:hover .look__product-name {
  opacity: 0.7;
}

#id2609look .look__product-thum {
  display: block;
  width: 140px;
  height: 140px;
  overflow: hidden;
  background-color: #fff;
}

#id2609look .look__product-thum img {
  width: 140px;
  height: 175px;
  max-width: none;
  margin-top: -17px;
  -o-object-fit: cover;
     object-fit: cover;
}

#id2609look .look__product-name {
  color: #000;
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-feature-settings: "case" 1;
  line-height: 1.4;
  text-decoration: underline;
}

#id2609look .look__other {
  align-self: center;
  width: 420px;
  max-width: min(420px, calc(100% - 70px));
  aspect-ratio: 420/300;
}

#id2609look .look__other img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}

.js #id2609look .look__frame--y,
.js #id2609look .look__frame--all {
  -webkit-clip-path: inset(10% 0% 10% 0%);
          clip-path: inset(10% 0% 10% 0%);
}

.js #id2609look .look__frame--y img,
.js #id2609look .look__frame--all img,
.js #id2609look .look__frame--y video,
.js #id2609look .look__frame--all video {
  transform: scale(1.08);
  transform-origin: center center;
}

.js #id2609look .is-inview .look__frame--y,
.js #id2609look .is-inview .look__frame--all {
  animation: look-unmask-y var(--look-reveal-duration, 0.8s) cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.js #id2609look .is-inview .look__frame--y img,
.js #id2609look .is-inview .look__frame--all img,
.js #id2609look .is-inview .look__frame--y video,
.js #id2609look .is-inview .look__frame--all video {
  animation: look-zoom-out var(--look-reveal-duration, 0.8s) cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.js #id2609look .is-inview .look__frame--delay,
.js #id2609look .is-inview .look__frame--delay img,
.js #id2609look .is-inview .look__frame--delay video {
  animation-delay: 0.22s;
}

@media screen and (min-width: 769px) {
.js #id2609look .is-inview .look__pair .look__frame--delay,
.js #id2609look .is-inview .look__pair .look__frame--delay img,
.js #id2609look .is-inview .look__pair .look__frame--delay video {
    animation-delay: 0.08s;
  }
}

.js #id2609look .look__copy,
.js #id2609look .look__product,
.js #id2609look .look__other {
  opacity: 0;
  transform: translateY(16px);
}

.js #id2609look .is-inview.look__info .look__copy,
.js #id2609look .is-inview.look__info .look__product,
.js #id2609look .is-inview.look__product,
.js #id2609look .is-inview.look__other {
  animation: look-fade 1s ease forwards;
}

.js #id2609look .is-inview.look__info .look__product {
  animation-delay: 0.15s;
}

@keyframes look-unmask-y {
  from {
    -webkit-clip-path: inset(10% 0% 10% 0%);
            clip-path: inset(10% 0% 10% 0%);
  }
  to {
    -webkit-clip-path: inset(0% 0% 0% 0%);
            clip-path: inset(0% 0% 0% 0%);
  }
}
@keyframes look-zoom-out {
  from {
    transform: scale(1.08);
  }
  to {
    transform: scale(1);
  }
}
@keyframes look-fade {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
.js #id2609look .look__frame--y,
.js #id2609look .look__frame--all,
.js #id2609look .look__frame--y img,
.js #id2609look .look__frame--all img,
.js #id2609look .look__frame--y video,
.js #id2609look .look__frame--all video,
.js #id2609look .look__copy,
.js #id2609look .look__product,
.js #id2609look .look__other {
    -webkit-clip-path: none;
            clip-path: none;
    opacity: 1;
    transform: none;
    animation: none;
  }
}
@media screen and (max-width: 768px) {
#id2609look .look__inner {
    gap: 29.5px;
  }

#id2609look .look {
    gap: 97px;
    padding-bottom: 100px;
  }

#id2609look .look__pair {
    flex-direction: column;
    width: 100%;
    max-width: none;
    align-self: stretch;
  }

#id2609look .look__pair .look__frame--y {
    flex: none;
    width: 100%;
    max-width: none;
    aspect-ratio: 393/589;
  }

#id2609look .look__frame--y,
#id2609look .look__frame--all {
    width: 100%;
    max-width: none;
    aspect-ratio: 393/620;
  }

#id2609look .look__info {
    width: calc(100% - 48px);
    max-width: 323px;
  }

#id2609look .look__copy {
    max-width: none;
    gap: 11px;
  }

#id2609look .look__title {
    font-size: 28.5px;
  }

#id2609look .look__text {
    font-size: 16px;
  }

#id2609look .look__text br {
    display: none;
  }

#id2609look .look__product--pc {
    display: none;
  }

#id2609look .look__product-name {
    font-size: 12px;
  }

#id2609look .look__stack {
    align-items: center;
    gap: 60px;
    width: calc(100% - 52px);
    max-width: 323px;
    padding-top: 22px;
  }

#id2609look .look__stack-photos {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }

#id2609look .look__stack .look__frame {
    aspect-ratio: 323/484;
  }

#id2609look .look__stack .look__frame--video {
    width: 100%;
    max-width: 800px;
    aspect-ratio: 800/540;
  }

#id2609look .look__stack .look__frame--wide,
#id2609look .look__stack .look__frame--land {
    aspect-ratio: 324/215;
  }

#id2609look .look__stack--offset {
    width: calc(100% - 51px);
    max-width: 323px;
  }

#id2609look .look__stack--offset .look__frame {
    width: 100%;
    max-width: none;
    align-self: auto;
  }

#id2609look .look__stack-row {
    flex-direction: column-reverse;
    align-items: center;
    gap: 60px;
  }

#id2609look .look__other {
    width: 240px;
    max-width: 240px;
    height: 171px;
    padding-inline: 0;
    aspect-ratio: 240/171;
  }

#id2609look .look__other img {
    width: 240px;
    height: 171px;
    max-width: none;
    margin-inline: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

#id2609look .footer {
  width: 100%;
  background-color: #f7f6f4;
}

#id2609look .footer__inner {
  width: 100%;
  max-width: 1600px;
  margin-inline: auto;
  aspect-ratio: 1600 / 285;
  overflow: hidden;
  container-type: inline-size;
}

#id2609look .footer__pc {
  position: relative;
  width: 1600px;
  height: 285px;
  transform-origin: top left;
  transform: scale(calc(100cqw / 1600px));
}

#id2609look .footer__ig {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1600px;
  height: 285px;
  padding: 80px 0;
}

#id2609look .footer__ig-inner {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  width: 800px;
}

#id2609look .footer__ig-logo {
  width: 116px;
  height: 116px;
  max-width: none;
  border-radius: 50%;
  object-fit: cover;
}

#id2609look .footer__ig-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 644px;
}

#id2609look .footer__ig-handle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  background: #E91E63;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 8px 20px;
  border-radius: 20px;
  letter-spacing: 0.5px;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(233, 30, 99, 0.3);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

#id2609look a.footer__ig-handle:hover {
  opacity: 1;
  background: #C2185B;
  box-shadow: 0 4px 12px rgba(233, 30, 99, 0.4);
}

#id2609look .footer__ig-at {
  font-weight: 400;
  opacity: 0.9;
}

#id2609look .footer__ig-text {
  margin: 0;
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

#id2609look .footer__ig-text--sp,
#id2609look .footer__ig-icon {
  display: none;
}

#id2609look .footer__ig-link {
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-decoration: underline;
  text-underline-position: from-font;
}

@media screen and (max-width: 768px) {
#id2609look .footer__inner {
    max-width: none;
    aspect-ratio: auto;
    overflow: visible;
  }

#id2609look .footer__pc {
    width: 100%;
    height: auto;
    transform: none;
  }

#id2609look .footer__ig {
    width: 100%;
    height: auto;
    padding: 55px 35px 48px;
  }

#id2609look .footer__ig-inner {
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 100%;
    max-width: 323px;
  }

#id2609look .footer__ig-logo,
#id2609look .footer__ig-text--pc,
#id2609look .footer__ig-link {
    display: none;
  }

#id2609look .footer__ig-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    font-size: 48px;
    line-height: 1;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }

#id2609look .footer__ig-body {
    align-items: center;
    gap: 15px;
    width: 100%;
  }

#id2609look .footer__ig-handle {
    font-size: calc(16 / 393 * 100vw);
    font-weight: 700;
    min-height: 0;
    padding: calc(14 / 393 * 100vw) calc(24 / 393 * 100vw);
    border-radius: calc(70 / 393 * 100vw);
    letter-spacing: calc(0.5 / 393 * 100vw);
    box-shadow: 0 2px 8px rgba(233, 30, 99, 0.3);
    background-color: #CF0035;
    color: #fff;
  }

#id2609look .footer__ig-text--sp {
    display: block;
    color: #222;
    font-size: 11.5px;
    line-height: 1.8;
    text-align: center;
  }
}

.ifPc {
  display: block;
}

.ifSp {
  display: none;
}

@media (max-width: 768px) {
  .ifPc {
    display: none;
  }

  .ifSp {
    display: block;
  }
}

