@charset "UTF-8";
@import url("https://use.typekit.net/cqp7hrs.css"); /*Narrow*/
/* --------------------------------------------------
Common
-------------------------------------------------- */
html {
  font-size: 14px;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 0.24px;
  color: #222;
}
body img, body svg {
  width: auto;
  height: 100%;
  vertical-align: bottom;
}
a {
  color: #222;
}
a:active, a:hover, a:visited {
  color: #222;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.container {
  font-size: 14px;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadein {
  opacity: 0;
  transform: translate(0, 10px);
  transition: all 1.1s ease;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
/* --------------------------------------------------
Content
-------------------------------------------------- */
.container {
  opacity: 0;
  animation: fadeIn 1s ease 0.15s forwards;
  font-size: 1.3rem;
}
.container.active {
  opacity: 1;
}
.header, .footer {
  position: fixed;
  left: 0;
  width: 100vw;
  height: 60px;
  padding: 0 40px;
  z-index: 100;
}
.header img, .footer img {
  width: 100%;
  height: auto;
}
.header a, .footer a {
  transition: all 0.3s ease;
}
.header a:hover, .footer a:hover {
  opacity: 0.5;
}
.header {
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  width: 100px;
  font-size: 0;
}
.header__nav {
  display: flex;
  font-size: 12px;
}
.header__nav li {
  margin-right: 12px;
}
.header__nav li:last-child {
  margin-right: 0;
}
.footer {
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}
.footer__left {
  width: 194px;
  height: 2px;
  border-radius: 2px;
  background-color: #cccccc;
  position: relative;
}
.footer__left .progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  background: black;
  width: 0%;
  z-index: 10;
  border-radius: 2px;
}
.footer__right {
  display: flex;
  align-items: center;
}
.footer__right li {
  font-size: 16px;
}
.footer__right li.insta {
  width: 30px;
  margin-right: 40px;
}
.main {
  margin-top: 80px;
  height: calc(100vh - 120px);
  overflow-x: auto; /* 横スクロールを有効化 */
  overflow-y: hidden; /* 縦スクロール無効化 */
  white-space: nowrap; /* 横並びに */
  -ms-overflow-style: none; /* IE, Edge */
  scrollbar-width: none;
}
.main::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}
.main .contents {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.main .contents__box {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 100px;
}
.main .contents__visual {
  margin: 0 200px 0 200px;
}
.main .contents__visual .img {
  height: calc(1380 / 2000 * 100vh);
}
.main .contents__visual .titleWrap {
  display: flex;
  flex-direction: column;
}
.contents__visualFrame {
  display: flex;
  align-items: flex-end;
  gap: 30px;
}
.main .contents__visual .title-logo img {
  width: calc(200 / 375 * 100vw);
  margin-bottom: calc(167 / 375 * 100vw);
}
.main .contents__visual .title {
  font-size: 11px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
}
.main .contents__visual .title .title-main {
  font-size: 15px;
}
.main .contents__visual .title .title-sub {
  display: flex;
  flex-direction: column;
  gap: 8px;
  line-height: 100%;
}
.contents__visual.contents__box {
  display: flex;
  flex-direction: row;
}
.main .contents__product {
  margin-right: 300px;
}
.main .contents__product .box {
  height: 100%;
}
.main .contents__look .lookContent {
  display: flex;
}
.main .contents__look .lookContent .img-main {
  height: calc(1500 / 2000 * 100vh);
  margin-right: 10px;
  display: flex;
}
.main .contents__look .lookContent .image-frame img {
  width: calc(320 / 375 * 100vw);
}
#look01 .lookContent .image-frame {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 57px;
}
#look02 .lookContent .image-frame {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: calc(1500 / 2000 * 100vh);
  object-fit: cover;
  justify-content: space-between;
}
#look01 .lookContent {
  align-items: start;
}
#look03 .lookContent {
  align-items: center;
}
.lookCredit {
  font-size: 11px;
  line-height: 140%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  text-transform: uppercase;
}
.lookCredit-pb {
  padding-bottom: 20px;
}
.ClassNameLi {
  display: flex;
  gap: 5px;
}
.ClassNameBuy {
  margin-left: 5px;
  text-decoration: underline;
}
#look02 .image-frame--credit {
  display: flex;
  justify-content: space-between;
  gap: 75px;
  align-items: flex-end;
}
.lookWrap {
  display: flex;
  align-items: flex-end;
}
.main .contents__look .lookContent .img p:first-child {
  margin-right: 10px;
}
#look01 .image-frame--row {
  width: calc(245 / 375 * 100vw);
  height: auto;
  display: flex;
  flex-direction: row;
  gap: 5px;
}
#look01 .image-frame--row img {
  width: calc((100% - 2px) / 2);
  height: auto;
  display: block;
  object-fit: cover;
}
#look03 .image-frame--row {
  width: calc(245 / 375 * 100vw);
  height: auto;
  display: flex;
  flex-direction: row;
  gap: 5px;
}
#look03 .image-frame .imageBottom {
  width: calc(245 / 375 * 100vw);
}
#look03 .image-frame--row img {
  width: calc(120 / 375 * 100vw);
  height: auto;
  display: block;
  object-fit: cover;
}
#look03 .image-frame {
  width: calc(320 / 375 * 100vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}
#look04 .image-frame {
  width: calc(320 / 375 * 100vw);
  margin: 10px 24px 0 0;
  position: relative;
}
#look04 .image-frame img {
  width: calc(320 / 375 * 100vw);
  object-fit: contain;
}
#look05 .image-frame--column {
  width: calc(320 / 375 * 100vw);
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  margin-top: 20px;
}
#look05 .image-frame--column img {
  width: calc(245 / 375 * 100vw);
}
#look05 .image-frame--credit {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: column;
  height: calc(1500 / 2000 * 100vh);
}
#look07 .image-frame--credit {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: column;
}
#look07 .image-frame--column {
  width: calc(260 / 375 * 100vw);
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  margin-bottom: calc(154 / 375 * 100vw);
}
#look07 .image-frame {
  width: calc(320 / 375 * 100vw);
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
#look07 .image-frame--column img {
  width: calc(127 / 375 * 100vw);
}
#look08 .image-frame {
  width: calc(320 / 375 * 100vw);
}
#look08 .image-frame--column {
  width: calc(320 / 375 * 100vw);
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: flex-end;
  margin: 10px 0 0 14px;
  justify-content: flex-end;
}
#look06 .image-frame--row {
  width: calc(212 / 375 * 100vw);
  height: auto;
  display: flex;
  flex-direction: row;
  gap: 5px;
}
#look08 .image-frame--credit {
  height: calc(1500 / 2000 * 100vh);
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: space-between;
}
#look06 .image-frame--row img {
  width: calc(104 / 375 * 100vw);
}
#look06 .image-frame {
  width: calc(320 / 375 * 100vw);
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
  align-items: center;
}
#look06 .imageBottom {
  width: calc(213 / 375 * 100vw);
  height: fit-content;
  object-fit: contain;
}
#look02 .image-frame--row {
  width: calc(305 / 375 * 100vw);
  height: auto;
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin: 10px 0 0 14px;
}
#look02 .loonContent {
  align-items: start;
}
#look02 .image-frame--row .imageLeft {
  width: calc(124 / 375 * 100vw);
  height: fit-content;
  object-fit: contain;
}
#look02 .image-frame--row .imageRight {
  width: calc(170 / 375 * 100vw);
}
#look02 .lookContent .image-frame .imageBottom {
  width: calc(90 / 375 * 100vw);
  margin-left: 32px;
  padding-bottom: calc(50 / 375 * 100vw);
}
#look02 .contents__look .lookContent .image-frame {
  align-items: flex-start;
}
.main .contents__look .lookContent .text .lookCredit li {
  line-height: 1.4;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  margin-bottom: 5px;
}
.main .contents__look .lookContent .text .lookCredit li span.ex {
  font-size: 1.2rem;
  display: block;
}
.main .contents__look .lookContent .text .lookCredit li span.buy {
  text-decoration: underline;
  margin-left: 1.2rem;
}
.main .contents__look .lookContent .text .lookCredit li span.buy:hover {
  text-decoration: none;
}
.main .contents__look .lookContent .text .lookCredit .item-d-none .items__credit span.buy {
  display: none;
}
.main .contents__staff {
  padding-right: 300px;
  padding-left: 100px;
  height: 100%;
}
.main .contents__staff .text {
  font-size: 11px;
  line-height: 140%;
  margin-bottom: 24px;
}
.main .contents__staff .copy {
  font-size: 9px;
  line-height: 140%;
}
.footer__title {
  font-size: 13px;
}
.footer__list {
  font-size: 14px;
  text-decoration: underline;
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.ClassNameBuy .item-d-none {
  display: none;
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .container {
    font-size: 1.2rem;
  }
  .header, .footer {
    height: 50px;
    padding: 0 15px;
  }
  .header__logo {
    width: 60px;
  }
  .header__nav li {
    margin-right: 12px;
  }
  .footer__left {
    width: 124px;
  }
  .footer__right li {
    font-size: 12px;
  }
  .footer__right li.insta {
    width: 25px;
    margin-right: 15px;
  }
  .main {
    margin-top: 50px;
    height: calc(100dvh - 100px);
  }
  .main .contents__visual {
    margin: 0 100px 0 40px;
  }
  .main .contents__visual .img {
    height: calc(1380 / 2000 * 100vh);
  }
  .main .contents__visual .title {
    font-size: 11px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .main .contents__look .lookContent {
    display: grid;
    grid-auto-flow: column;
  }
  .main .contents__look .lookContent .img-main {
    height: calc(1500 / 2000 * 100vh);
    margin-right: 20px;
    display: flex;
    font-size: 0;
  }
  .main .contents__staff {
    padding-right: 60px;
    height: 100%;
  }
  .main .contents__staff .title {
    text-align: center;
  }
}
@media (min-width: 769px) {
#look08 .img-main {
  margin-right: 34px;
}
#look04 .image-frame {
  margin: 10px 24px 0 14px;
}
.main .contents__look .lookContent .img-main {
  margin-right: 20px;
}
  .main .contents__visual .title-logo img {
    width: calc(560 / 2000 * 100vh);
    margin-bottom: calc(510 / 2000 * 100vh);
}
.main .contents__look .lookContent .image-frame img {
    width: calc(1000 / 2000 * 100vh);
}
#look01 .image-frame--row {
    width: calc(720 / 2000 * 100vh);
}
#look02 .image-frame--row {
    width: calc(1000 / 2000 * 100vh);
}
#look02 .image-frame--row .imageLeft {
    width: calc(400 / 2000 * 100vh);
}
#look02 .image-frame--row .imageRight {
    width: calc(550 / 2000 * 100vh);
}
#look02 .lookContent .image-frame .imageBottom {
    width: calc(235 / 2000 * 100vh);
    margin-left: 50px;
    padding-bottom: calc(80 / 2000 * 100vh);
}
#look03 .image-frame {
    width: calc(1000 / 2000 * 100vh);
}
#look03 .image-frame--row {
    width: calc(800 / 2000 * 100vh);
}
#look03 .image-frame--row img {
    width: calc(400 / 2000 * 100vh);
}
#look03 .image-frame .imageBottom {
    width: calc(800 / 2000 * 100vh);
}
#look04 .image-frame {
    width: calc(1000 / 2000 * 100vh);
}
#look04 .image-frame img {
    width: calc(960 / 2000 * 100vh);
    object-fit: contain;
}
#look04 .image-frame .imageBottom {
    width: calc(500 / 2000 * 100vh);
}
#look05 .image-frame--column {
    width: calc(1000 / 2000 * 100vh);
}
#look05 .image-frame--column img {
    width: calc(800 / 2000 * 100vh);
}
#look06 .image-frame--row {
    width: calc(640 / 2000 * 100vh);
}
#look06 .image-frame--row img {
    width: calc(315 / 2000 * 100vh);
}
#look06 .imageBottom {
    width: calc(640 / 2000 * 100vh);
}
#look06 .image-frame {
    width: calc(1000 / 2000 * 100vh);
}
#look07 .image-frame {
    width: calc(1000 / 2000 * 100vh);
}
#look07 .image-frame--column img {
    width: calc(420 / 2000 * 100vh);
}
#look07 .image-frame--column {
    width: calc(855 / 2000 * 100vh);
    margin-bottom: calc(280 / 2000 * 100vh);
}
#look08 .image-frame {
    width: calc(1000 / 2000 * 100vh);
}
#look08 .image-frame--column {
    width: calc(1000 / 2000 * 100vh);
}
#look08 .image-frame--column .imageLeft {
    width: calc(400 / 2000 * 100vh);
}
#look08 .image-frame--column .imageRight {
    width: calc(550 / 2000 * 100vh);
}
.main .contents__box {
  gap: 160px;
}
.contents__visualFrame {
  gap: 50px;
}
.main .contents__staff {
  padding-left: 200px;
}
}
