@import url("https://use.typekit.net/kip0zgs.css");
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #FFF;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  -webkit-text-size-adjust: 100%;
}

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

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

a {
  color: inherit;
  text-decoration: none;
}

button {
  appearance: none;
  border: 0;
  padding: 0;
  background: none;
  font: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.look-lp {
  overflow: hidden;
  background: #FFF;
  color: #000;
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.look-lp.is-loaded {
  opacity: 1;
}

.look-lp__content {
  width: 100%;
}

.look-hero {
  position: relative;
  display: grid;
  grid-template-columns: 50% 50%;
  width: 100%;
  background: #FFF;
}

.look-hero__logo {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 2;
  width: 131px;
}

.look-hero__visual img {
  width: 100%;
  height: auto;
}

.look-hero__body {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 7.8125vw;
}

.look-hero__inner {
  display: grid;
  gap: 72px;
  width: min(100%, 520px);
  text-align: center;
}

.look-hero__title {
  margin: 0;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  white-space: nowrap;
}

.look-hero__title span {
  font-family: "baskerville-urw", serif;
  font-size: 29px;
}

.look-hero__subtitle {
  margin: 10px 0 0;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.look-hero__lead {
  display: grid;
  gap: 20px;
  margin: 0;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
}

.look-hero__lead p {
  margin: 0;
}

.look-profile {
  padding: 160px 12.96875vw;
}

.look-profile__inner {
  display: grid;
  grid-template-columns: 320px minmax(0, 528px);
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}

.look-profile__photo img {
  width: 100%;
  height: auto;
}

.look-profile__text {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.look-profile__name {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 12px;
  font-weight: 600;
  line-height: 2;
}

.look-profile__sns {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.look-profile__sns a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
}

.look-profile__sns img {
  width: 100%;
  height: auto;
}

.look-profile__sns-youtube {
  transform: scale(1.3);
}

.look-profile__description {
  margin: 0;
}

.look-list {
  display: grid;
  gap: 240px;
}

.look-card {
  position: relative;
  display: grid;
  gap: 160px;
  background: #FFF;
}

.look-card__main {
  display: grid;
  grid-template-columns: minmax(0, 520px) minmax(0, 400px);
  gap: 40px 56px;
  width: min(76.25vw, 976px);
  padding-top: 40px;
  margin: 0 auto;
}

.look-card__title {
  grid-column: 1/-1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  margin: 0;
  font-family: "baskerville-urw", serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 1;
}

.look-card__check {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 13px;
  font-family: "baskerville-urw", serif;
  font-size: 34px;
  line-height: 1;
}

.look-card__check::after {
  width: 30px;
  height: 18px;
  background: url("../images/arrow_chack.svg") no-repeat center/contain;
  content: "";
}

.look-card__photo img,
.look-card__other-photo img {
  width: 100%;
  height: auto;
}

.js-reveal-image {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.9s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.9s cubic-bezier(0.39, 0.575, 0.565, 1);
  will-change: opacity, transform;
}

.js-reveal-image.is-visible {
  opacity: 1;
  transform: translate(0, 0);
}

.look-card__sub {
  display: grid;
  gap: 16px;
  align-content: start;
}

.look-card__credits {
  display: grid;
  gap: 10px;
}

.look-credit {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.03em;
  white-space: nowrap;
}

.look-credit__text {
  margin: 0;
}

.look-credit__buy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 57px;
  padding: 4px 20px;
  border: 1px solid #000;
  border-radius: 999px;
  font-family: "baskerville-urw", serif;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.05em;
}

.look-card__other {
  position: relative;
  width: 100%;
  min-height: 53.31vw;
}

.look-card__other-photo {
  position: absolute;
}

.look-card__other-photo--large {
  width: 40vw;
}

.look-card__other-photo--small {
  width: 30vw;
}

.look-card__other-photo--medium {
  width: 25vw;
}

.look-card__other-photo--xsmall {
  width: 18.6vw;
}

.look-card--layout-a .look-card__other-photo--large {
  top: 0;
  left: 30vw;
}

.look-card--layout-a .look-card__other-photo--small:first-child {
  top: 0;
  left: 0;
}

.look-card--layout-a .look-card__other-photo--small:last-child {
  top: 13.28125vw;
  right: 0;
}

.look-card--layout-b .look-card__other-photo--large {
  top: 0;
  right: 0;
}

.look-card--layout-b .look-card__other-photo--small:first-child {
  top: 0;
  left: 0;
}

.look-card--layout-b .look-card__other-photo--small:last-child {
  top: 0;
  left: 30vw;
}

.look-card--layout-e .look-card__other-photo--small:first-child {
  top: 0;
  left: 0;
}

.look-card--layout-e .look-card__other-photo--small:nth-child(2) {
  top: 13.28125vw;
  left: 30vw;
}

.look-card--layout-e .look-card__other-photo--large {
  top: 0;
  right: 0;
}

.look-card--layout-c .look-card__other {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  min-height: 0;
}

.look-card--layout-c .look-card__other-photo {
  position: relative;
  width: 100%;
}

.look-card--layout-d .look-card__other {
  min-height: 53.52vw;
}

.look-card--layout-d .look-card__other-photo:nth-child(1) {
  top: 0;
  left: 0;
  width: 23.08vw;
}

.look-card--layout-d .look-card__other-photo:nth-child(2) {
  top: 3.9vw;
  left: 23.08vw;
}

.look-card--layout-d .look-card__other-photo:nth-child(3) {
  top: 0;
  left: 41.64vw;
  width: 33.35vw;
}

.look-card--layout-d .look-card__other-photo:nth-child(4) {
  top: 11.07vw;
  right: 0;
}

.look-card--layout-d .look-card__other-photo:nth-child(5) {
  top: 28.69vw;
  left: 23.08vw;
}

.look-staff {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 240px 20px;
  text-align: center;
}

.look-staff p {
  margin: 0;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.02em;
}

.look-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  min-height: 252px;
  padding: 56px 50px 40px;
  border-top: 1px solid #000;
  background: #FFF;
  color: #000;
}

.look-footer nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 48px;
  font-family: "baskerville-urw", serif;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
}

.look-footer img {
  width: 120px;
}

.look-footer small {
  font-family: "baskerville-urw", serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .look-hero {
    display: block;
  }

  .look-hero__logo {
    top: 15px;
    left: 15px;
    width: 80px;
  }

  .look-hero__body {
    padding: 48px 16px;
  }

  .look-hero__inner {
    gap: 0;
    width: 100%;
  }

  .look-hero__title-wrap {
    position: absolute;
    top: 89.5vw;
    left: 0;
    width: 100%;
    padding: 0 16px;
    text-align: center;
  }

  .look-hero__title {
    font-size: clamp(14.5px, 4.7vw, 18.5px);
    font-feature-settings: "palt";
  }

  .look-hero__title span {
    font-size: clamp(16.5px, 5.2vw, 20.5px);
  }

  .look-hero__subtitle {
    margin-top: 6px;
    font-size: clamp(10.5px, 3.3vw, 13px);
  }

  .look-hero__lead {
    gap: 12px;
    font-size: 12px;
  }

  .look-profile {
    padding: 32px 56px 80px;
  }

  .look-profile__inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .look-profile__text {
    font-size: 11px;
  }

  .look-list {
    gap: 88px;
  }

  .look-card {
    gap: 0;
    padding-bottom: 48px;
  }

  .look-card:last-child {
    padding-bottom: 0;
  }

  .look-card__main {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    width: 100%;
    padding-top: 32px;
  }

  .look-card__title {
    gap: 12px;
    padding: 0 16px;
    font-size: 18px;
  }

  .look-card__check {
    flex-basis: 100%;
    gap: 7px;
    font-size: 18px;
  }

  .look-card__check::after {
    width: 16px;
    height: 10px;
  }

  .look-card__sub {
    display: flex;
    flex-direction: column-reverse;
    gap: 40px;
  }

  .look-card__credits {
    gap: 8px;
    padding-left: 16px;
  }

  .look-credit {
    gap: 8px;
    font-size: 12px;
  }

  .look-credit__buy {
    min-width: 47px;
    padding: 4px 20px;
    border-radius: 999px;
    font-size: 11px;
  }

  .look-card__other {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

  .look-card__other-photo {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
  }

  .look-card__other-photo.is-edge-left .js-reveal-image {
    transform: translateX(18px);
  }

  .look-card__other-photo.is-edge-right .js-reveal-image {
    transform: translateX(-18px);
  }

  .look-card__other-photo .js-reveal-image.is-visible {
    transform: translate(0, 0);
  }

  .look-card__other-photo--large {
    width: 100%;
  }

  .look-card__other-photo--small {
    width: 76vw;
  }

  .look-card--layout-a .look-card__other-photo--small:first-child,
  .look-card--layout-b .look-card__other-photo--small:first-child,
  .look-card--layout-e .look-card__other-photo--small:first-child {
    top: 0;
    left: 0;
  }

  .look-card--layout-a .look-card__other-photo--small:last-child,
  .look-card--layout-b .look-card__other-photo--small:last-child,
  .look-card--layout-e .look-card__other-photo--small:nth-child(2) {
    top: 0;
    right: auto;
    left: auto;
    align-self: flex-end;
  }

  .look-card--layout-a .look-card__other-photo--large,
  .look-card--layout-b .look-card__other-photo--large,
  .look-card--layout-e .look-card__other-photo--large {
    top: 0;
    right: auto;
    left: 0;
  }

  .look-card--layout-e .look-card__other-photo--small:first-child {
    order: 1;
  }

  .look-card--layout-e .look-card__other-photo--small:nth-child(2) {
    order: 2;
  }

  .look-card--layout-e .look-card__other-photo--large {
    order: 3;
  }

  .look-card--layout-c .look-card__other {
    display: flex;
    flex-direction: column;
  }

  .look-card--layout-c .look-card__other-photo {
    width: 76vw;
  }

  .look-card--layout-c .look-card__other-photo:nth-child(2) {
    align-self: flex-end;
  }

  .look-card--layout-d .look-card__other {
    flex-flow: row wrap;
  }

  .look-card--layout-d .look-card__other-photo:nth-child(1) {
    order: 1;
    top: auto;
    right: auto;
    left: auto;
    width: 76vw;
  }

  .look-card--layout-d .look-card__other-photo:nth-child(2) {
    order: 2;
    top: auto;
    right: auto;
    left: auto;
    width: 50vw;
  }

  .look-card--layout-d .look-card__other-photo:nth-child(3) {
    order: 4;
    top: auto;
    right: auto;
    left: auto;
    width: 100%;
  }

  .look-card--layout-d .look-card__other-photo:nth-child(4) {
    order: 5;
    top: auto;
    right: auto;
    left: auto;
    width: 76vw;
    margin-left: auto;
  }

  .look-card--layout-d .look-card__other-photo:nth-child(5) {
    order: 3;
    top: auto;
    right: auto;
    left: auto;
    width: 50vw;
  }

  .look-card--sp-small-small-large .look-card__other-photo--small:first-child {
    order: 1;
  }

  .look-card--sp-small-small-large .look-card__other-photo--small:last-child {
    order: 2;
  }

  .look-card--sp-small-small-large .look-card__other-photo--large {
    order: 3;
  }

  .look-card--sp-look05 .look-card__other-photo--small:first-child {
    order: 1;
    align-self: flex-end;
  }

  .look-card--sp-look05 .look-card__other-photo--small:last-child {
    order: 2;
    align-self: flex-start;
  }

  .look-card--sp-look05 .look-card__other-photo--large {
    order: 3;
    align-self: center;
    width: 100%;
  }

  .look-staff {
    padding: 120px 20px;
  }

  .look-footer {
    min-height: 230px;
    padding: 48px 5% 28px;
  }

  .look-footer nav {
    font-size: 12px;
  }

  .look-footer img {
    width: 100px;
  }

  .look-footer small {
    align-self: flex-end;
    font-size: 10px;
    text-align: right;
  }
}
