@charset "UTF-8";

@media only screen and (min-width: 768px) {
  .breadcrumb__list {
    padding-bottom: 1.6rem;
  }
}

/* ==========================================================================
   共通設定
   ========================================================================== */
.p-feature {
  --color-text: #2b2b2b;
  --color-black: #000000;
  --color-white: #ffffff;
  --color-overlay: rgba(0, 0, 0, 0.3);
  color: var(--color-text);
  margin-bottom: calc(80 * (100vw / 375));
}

.p-feature :where(img, svg) {
  width: 100%;
  height: auto;
}

.p-feature h2 {
  font-weight: 700;
}

/* PC共通コンテンツ幅 (1000px / 1400pxアートボード) */
@media only screen and (min-width: 768px) {
  .p-feature{
    margin-bottom: 8rem;
  }

  .section-lead,
  .section-icons,
  .section-about,
  .section-lineup,
  .section-styling,
  .section-buttons {
    max-width: 100rem;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }
}

/* ==========================================================================
   Lead（イントロコピー）
   ========================================================================== */
.section-lead {
  text-align: center;
  margin-top: calc(40 * (100vw / 375));
}

.section-lead__heading {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: calc(18 * (100vw / 375));
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.05em;
}

.section-lead__text {
  margin-top: calc(31 * (100vw / 375));
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: calc(13 * (100vw / 375));
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.05em;
}

@media only screen and (min-width: 768px) {
  .section-lead {
    margin-top: 8rem;
  }

  .section-lead__heading {
    font-size: 2rem;
  }

  .section-lead__text {
    margin-top: 3rem;
    font-size: 1.4rem;
  }
}

/* ==========================================================================
   IconSet（特長アイコン）
   ========================================================================== */
.section-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  margin-top: calc(30 * (100vw / 375));
}

.section-icons__item {
  text-align: center;
}

.section-icons__item img {
  width: calc(90 * (100vw / 375));
  height: calc(90 * (100vw / 375));
}

.section-icons__label {
  display: block;
  margin-top: calc(4 * (100vw / 375));
  font-family: "Noto Sans JP", sans-serif;
  font-size: calc(11 * (100vw / 375));
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.05em;
}

@media only screen and (min-width: 768px) {
  .section-icons {
    margin-top: 4rem;
  }

  .section-icons__item img {
    width: 9rem;
    height: 9rem;
  }

  .section-icons__label {
    margin-top: 0.6rem;
    font-size: 1.2rem;
  }
}

/* ==========================================================================
   About（カラーバリエーション訴求）
   ========================================================================== */
.section-about {
  margin-top: calc(59 * (100vw / 375));
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(30 * (100vw / 375));
  text-align: center;
}

.section-about__image {
  width: 100%;
}

.section-about__heading {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: calc(18 * (100vw / 375));
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.05em;
}

.section-about__text {
  margin-top: calc(10 * (100vw / 375));
  font-family: "Noto Sans JP", sans-serif;
  font-size: calc(13 * (100vw / 375));
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.05em;
}

@media only screen and (min-width: 768px) {
  .section-about {
    margin-top: 10rem;
    flex-direction: row;
    align-items: center;
    gap: 9.6rem;
    text-align: left;
  }

  .section-about__image {
    width: 50rem;
    flex-shrink: 0;
  }

  .section-about__heading,
  .section-about__text {
    text-align: center;
  }

  .section-about__heading {
    font-size: 2rem;
  }

  .section-about__text {
    margin-top: 2rem;
    font-size: 1.4rem;
  }
}

/* ==========================================================================
   LINEUP
   ========================================================================== */
.section-lineup {
  margin-top: calc(60 * (100vw / 375));
}

.section-lineup__heading {
  text-align: center;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 500!important;
  font-size: calc(30 * (100vw / 375));
  font-style: normal;
  line-height: 1.25;
  letter-spacing: 0.1em;
  padding-bottom: calc(32 * (100vw / 375));
}

.section-lineup__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: calc(35 * (100vw / 375)) calc(10 * (100vw / 375));
}

.section-lineup__item {
  width: calc(110 * (100vw / 375));
}

.section-lineup__link {
  display: block;
}

.section-lineup__name {
  margin-top: calc(9 * (100vw / 375));
  font-family: "Noto Sans JP", sans-serif;
  font-size: calc(12 * (100vw / 375));
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

.section-lineup__price {
  margin-top: calc(10 * (100vw / 375));
  font-family: "Noto Sans JP", sans-serif;
  font-size: calc(12 * (100vw / 375));
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

@media only screen and (min-width: 768px) {
  .section-lineup {
    margin-top: 10rem;
  }

  .section-lineup__heading {
    font-size: 3rem;
    padding-bottom: 3rem;
  }

  .section-lineup__list {
    flex-wrap: nowrap;
    gap: 1rem 2rem;
  }

  .section-lineup__item {
    width: 18.4rem;
  }

  .section-lineup__name,
  .section-lineup__price {
    font-size: 1.4rem;
  }

  .section-lineup__name {
    margin-top: 1.2rem;
  }

  .section-lineup__price {
    margin-top: 0.7rem;
  }
}

/* ==========================================================================
   STYLING
   ========================================================================== */
.section-styling {
  margin-top: calc(44 * (100vw / 375));
}

.section-styling__heading {
  text-align: center;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 500!important;
  font-size: calc(30 * (100vw / 375));
  font-style: normal;
  line-height: 1.25;
  letter-spacing: 0.1em;
  padding-bottom: calc(30 * (100vw / 375));
}

.section-styling__group {
  display: flex;
  flex-direction: column;
}

.c-styling-photo-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(10 * (100vw / 375));
  margin-top: calc(11 * (100vw / 365));
}

.c-styling-photo-row {
  display: flex;
  flex-direction: column;
  gap: calc(10 * (100vw / 375));
  margin-top: calc(6 * (100vw / 375));
}

.section-styling__group + .c-styling-photo-row {
  margin-top: calc(11 * (100vw / 375));
}

.section-styling__group.group--2 .c-styling-photo.c-styling-photo--big{
  margin-top: calc(12 * (100vw / 375));
}

/* 個別スタイリング写真 + クレジット開閉 */
.c-styling-photo {
  position: relative;
}

.c-styling-photo__toggle {
  position: absolute;
  right: calc(11 * (100vw / 375));
  bottom: calc(10 * (100vw / 375));
  width: calc(18 * (100vw / 375));
  height: calc(18 * (100vw / 375));
  z-index: 2;
}

.c-styling-photo__toggle span {
  display: block;
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background-color: #545454;
  transition: transform 0.3s;
}

.c-styling-photo__toggle span:nth-child(2) {
  transform: rotate(90deg);
}

.c-styling-photo__toggle.is-active span:nth-child(2) {
  transform: rotate(0deg);
  background-color: var(--color-white, #fff);
}

.c-styling-photo__credit {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: calc(20 * (100vw / 375)) calc(50 * (100vw / 375)) calc(10 * (100vw / 375)) calc(10 * (100vw / 375));
  background-color: var(--color-overlay);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s;
}

.c-styling-photo__credit.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.c-styling-photo__credit-list {
  font-family: "Inter", sans-serif;
  font-size: calc(11 * (100vw / 375));
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 0.022em;
  white-space: nowrap;
}

.c-styling-photo__credit-list a {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: var(--color-white, #fff);
  text-decoration: underline;
}

.c-styling-photo__note {
  display: inline-block;
  margin-top: calc(6 * (100vw / 375));
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 400;
  color: var(--color-white, #fff);
}

@media only screen and (min-width: 768px) {
  .section-styling {
    margin-top: 9.2rem;
  }

  .section-styling__heading {
    font-size: 3rem;
    padding-bottom: 3rem;
  }

  .section-styling__group {
    flex-direction: row;
    align-items: flex-start;
    gap: 1rem;
  }

  .c-styling-photo--big {
    width: 49.5rem;
    flex-shrink: 0;
  }

  .c-styling-photo-grid {
    flex: 1;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.9rem;
    margin-top: 0;
  }

  .c-styling-photo-row {
    flex-direction: row;
    gap: 1.2rem;
    margin-top: 1.2rem;
  }

  .section-styling__group + .c-styling-photo-row,
  .c-styling-photo-row + .section-styling__group {
    margin-top: 1.1rem;
  }

  .c-styling-photo__toggle {
    right: 1rem;
    bottom: 0.9rem;
    width: 3rem;
    height: 3rem
  }

  .c-styling-photo__credit {
    padding: 2rem 4rem 1.3rem 1.4rem;
  }

  .c-styling-photo__credit-list {
    font-size: 1.4rem;
    letter-spacing: 0;
  }

  .section-styling__group.group--2 .c-styling-photo.c-styling-photo--big{
    margin-top: 0;
  }

  .c-styling-photo__note {
    margin-top: 0.5rem;
  }
}

/* ==========================================================================
   ボタン（ALL ITEMS / トップページに戻る）
   ========================================================================== */
.section-buttons {
  margin-top: calc(60 * (100vw / 375));
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(10 * (100vw / 375));
}

.section-buttons__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(266 * (100vw / 375));
  height: calc(50 * (100vw / 375));
  font-family: "Helvetica Neue", sans-serif;
  font-size: calc(14 * (100vw / 375));
  font-style: normal;
  letter-spacing: 0.1em;
}

.section-buttons__item--primary {
  background-color: #2B2B2B;
  color: var(--color-white);
}

.section-buttons__item--secondary {
  border: 1px solid #2B2B2B;
  color: var(--color-text);
  font-family: var(--hirakaku);
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
}

@media only screen and (min-width: 768px) {
  .section-buttons {
    margin-top: 7.9rem;
    gap: 1rem;
  }

  .section-buttons__item {
    width: 34.5rem;
    height: 5rem;
    font-size: 1.6rem;
    letter-spacing: 0.075em;
  }
}
