/* AOKICOSMETIC page-top.css — トップ固有（親CC管理） */

/* News帯 */
.top-news { padding-top: 8rem; }
@media (min-width: 750px) { .top-news { padding-top: 8rem; } }
.top-news__grid { display: grid; gap: 4rem; }
@media (min-width: 750px) {
  .top-news__grid { grid-template-columns: 1.4fr 1fr; gap: 6rem; align-items: start; }
}
.top-news__title { font-size: 2.1rem; line-height: 1.9; letter-spacing: .04em; color: var(--ink-warm); margin: 2.4rem 0 1.6rem; }
@media (min-width: 750px) { .top-news__title { font-size: 2.4rem; line-height: 2; margin: 3.2rem 0 2rem; } }
.top-news__left .link-more { margin-top: 2.4rem; }
.top-news__right { border-left: 1px solid var(--line); padding-left: 2.4rem; }
@media (max-width: 749px) { .top-news__right { border-left: 0; border-top: 1px solid var(--line); padding: 2.4rem 0 0; } }
.top-news__price { font-size: 2.8rem; margin: 1.2rem 0 1.6rem; }
@media (min-width: 750px) { .top-news__price { font-size: 3.6rem; } }

/* Product帯 */
.top-product__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; margin-bottom: 4rem; }
@media (min-width: 750px) { .top-product__head { margin-bottom: 6rem; } }
.top-product__rail { padding-top: .5rem; }
.top-product__card { width: 21rem; }
@media (min-width: 750px) { .top-product__card { width: 26rem; } }

/* 哲学2カラム */
.top-msg__grid { position: relative; display: grid; gap: 4rem; }
@media (min-width: 750px) {
  .top-msg__grid { grid-template-columns: 1fr 1.1fr; gap: 8rem; align-items: center; }
}
.top-msg__media { overflow: hidden; background: var(--bg-thumb); }
.top-msg__media img { width: 100%; height: auto; }
.top-msg__text .t-jp-head { margin-bottom: 3.2rem; }
.top-msg__text .t-body { margin-bottom: 2rem; }
.top-msg__text .link-more { margin-top: 1.6rem; }
.top-msg__side {
  display: none;
  position: absolute;
  right: -2rem;
  top: 0;
  writing-mode: vertical-rl;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: .3em;
  color: #bbb;
}
@media (min-width: 990px) { .top-msg__side { display: block; } }

/* 製品アート帯 */
.top-art__rail { padding-left: 2rem; padding-right: 2rem; }
@media (min-width: 750px) { .top-art__rail { padding-left: 5rem; padding-right: 5rem; } }
.top-art__item { width: 82vw; max-width: 76rem; }
.top-art__item img { width: 100%; height: auto; background: var(--bg-thumb); }
.top-art__item figcaption { margin-top: 1.2rem; }

/* FOR SALON帯 */
.top-salon .kicker { margin-bottom: 3.2rem; }
.top-salon__grid { display: grid; gap: 4rem; }
@media (min-width: 750px) { .top-salon__grid { grid-template-columns: 1.3fr 1fr; gap: 8rem; align-items: center; } }
.top-salon__left .t-jp-head { margin-bottom: 2.4rem; }
.top-salon__left .t-body { margin-bottom: 3.2rem; }
.top-salon__data { display: grid; gap: 2.4rem; }
.top-salon__data > div { border-bottom: 1px solid var(--line-soft); padding-bottom: 2rem; }
.top-salon__data dd { margin-top: .6rem; }
.top-salon__data .t-en { font-size: 4.4rem; font-weight: 700; letter-spacing: .02em; color: var(--ink-head); line-height: 1; }
@media (min-width: 750px) { .top-salon__data .t-en { font-size: 6rem; } }
.top-salon__unit { margin-left: .8rem; font-size: 1.2rem; color: #999; }

/* エディトリアルグリッド（非対称） */
.top-visuals__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.6rem; }
@media (min-width: 750px) {
  .top-visuals__grid {
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: 9rem;
    gap: 2.4rem;
  }
  .tv-a { grid-column: 1 / 3; grid-row: span 3; }
  .tv-b { grid-column: 3 / 5; grid-row: span 4; }
  .tv-c { grid-column: 5 / 7; grid-row: span 3; margin-top: 6rem; }
  .tv-d { grid-column: 1 / 4; grid-row: span 3; }
  .tv-e { grid-column: 4 / 6; grid-row: span 4; margin-top: -6rem; }
  .tv-f { grid-column: 6 / 7; grid-row: span 2; }
}
.top-visuals__grid figure { display: flex; flex-direction: column; gap: 1rem; }
.top-visuals__grid img { width: 100%; height: 100%; object-fit: cover; background: var(--bg-thumb); flex: 1; min-height: 0; }
.top-visuals__grid figcaption { flex: none; }

/* 締めコピー */
.top-last { text-align: center; }
.top-last__title { margin-bottom: 4rem; }
.top-last__cta { display: flex; justify-content: center; }
