@charset "UTF-8";

/* Collection page -------------------------------------------------- */
.collection-page {
  background: #fff;
}

.collection-header {
  padding-top: clamp(34px, 5.2vw, 72px);
  text-align: center;
}

.collection-header__logo {
  display: inline-block;
  width: 150px;
  line-height: 1;
}

.collection-header__logo img {
  width: 100%;
  height: auto;
}

.collection-photo {
  padding-top: clamp(28px, 4.25vw, 58px);
}

.photo_area {
  width: 100%;
  margin: 0 auto;
}



.photo_area img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.vertical-section,
.vertical-section_txt,
.img-flex,
.full-section,
.m-section {
  margin-right: auto;
  margin-left: auto;
}

.vertical-section {
  width: min(60.42vw, 800px);
}

.vertical-section_txt {
  width: min(60.42vw, 800px);
  margin-top: clamp(12px, 1.9vw, 26px);
  color: #b5b5b5;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}

.img-flex {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(2px, 0.22vw, 3px);
}

.img-flex--compact {
  width: min(69.73vw, 954px);
  margin-top: clamp(58px, 9.43vw, 129px);
}

.full-section {
  width: min(69.73vw, 954px);
  margin-top: clamp(28px, 10vw, 120px);
}
.vertical-section-space{
    margin-top: clamp(28px, 10vw, 120px);
}
.img-flex--wide {
  width: min(77.5vw, 1060px);
  margin-top: clamp(28px, 4.25vw, 58px);
}

.m-section {
  width: min(40.7vw, 556px);
  margin-top: clamp(28px, 4.25vw, 58px);
}

.top-page-button {
    margin: 0 auto;
    margin-left: auto;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8em;
    margin-top: clamp(58px, 7vw, 92px);
    font-family: var(--font-sans);
    font-size: 13px;
    letter-spacing: 0.12em;
    padding: 7px 60px;
    border: #efefef 1px solid;
}



/* Collection footer -------------------------------------------------- */
.collection-page .footer {
  margin-top: clamp(285px, 43.5vw, 594px);
  padding: 0 clamp(21px, 3.22vw, 44px) clamp(24px, 3.8vw, 52px);
}

.collection-page .footer__inner {
  width: 100%;
  max-width: none;
  padding-top: clamp(28px, 4.25vw, 58px);
}

.collection-page .footer__logo {
  width: clamp(66px, 10.1vw, 138px);
  font-size: 0;
  line-height: 1;
}

.collection-page .footer__logo img {
  width: 100%;
  height: auto;
}

.collection-page .footer__sns {
  gap: clamp(12px, 1.55vw, 21px);
  margin-top: clamp(18px, 2.7vw, 37px);
}

.collection-page .footer__sns a {
  width: clamp(14px, 1.6vw, 22px);
  height: clamp(14px, 1.6vw, 22px);
}

.collection-page .footer__sns svg {
  width: 100%;
  height: 100%;
}

@media (max-width: 560px) {
  .collection-header {
    padding-top: 32px;
  }

  .collection-photo {
    padding-top: 28px;
  }

  .vertical-section,
  .vertical-section_txt {
    width: min(calc(100% - 80px), 500px);
  }

  .img-flex--compact,
  .full-section,
  .img-flex--wide,
  .vertical-section-space {
    width: min(calc(100% - 40px), 480px);
  }

  .m-section {
    width: min(calc(100% - 120px), 280px);
  }

  .img-flex {
    gap: 2px;
  }

  .img-flex--compact {
    margin-top: 56px;
  }

  .full-section,
  .img-flex--wide,
  .m-section,.vertical-section-space {
    margin-top: 60px;
  }
.collection-header__logo {
  display: inline-block;
  width: 100px;
  line-height: 1;
}
  .collection-page .footer {
    margin-top: 180px;
    padding-inline: 20px;
  }
}
