/* ==========================================================================
   pages-top.css
   TOP（ネイルLP）｜PCベース（実態のみ）
   方針：
   - 実数（ツマミ）は cockpit.css
   - SPは responsive.css
   ========================================================================== */

/* ==========================================================================
   00) Scope（TOP限定）
   ========================================================================== */
/* main#top-lp { } */

/* =========================================================
   01. Hero
   ========================================================= */

/* Hero：背景エリア */
section#home_cover {
  height: 90vh;
  position: relative;
  width: 100%;
  background-color: #000;
  background-size: cover;
  border-radius: 0 0 25px 25px;
  overflow: hidden;
}

section#home_cover::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/overlay_stripe.png");
  position: absolute;
  top: 0;
  left: 0;
}

/* fallback img（vegas未発火時） */
#home_cover img {
  display: block;
  width: 100%;
  height: auto;
}

/* =========================================================
   02. Concept
   ========================================================= */

.top-concept {
  padding: 80px 0 60px;
}

.top-concept__title {
  text-align: center;
  font-size: 1.4em;
  line-height: 1.4;
  margin-bottom: 0.5em;
  letter-spacing: 0.2em;
  font-weight: normal;
}

.top-concept__title span {
  position: relative;
  display: block;
  font-size: 0.6em;
  letter-spacing: 0;
  color: #aaa;
  margin-top: 1.4em;
  padding-top: 1.4em;
  font-family: "Handlee", "Noto Sans JP", sans-serif;
}

.top-concept__title span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.5em;
  height: 2px;
  transform: translateX(-50%);
  background-color: #aaa;
}

.top-concept__text {
  font-size: 14px;
  line-height: 2;
  text-align: center;
}

/* ==========================================================================
   03) Designs（最新ネイルデザイン6件）
   ========================================================================== */

/* ==========================================================================
   04) Reasons（選ばれる理由3つ）
   ========================================================================== */

/* ================================
   05) Top｜Price
   ================================ */

.top-price {
  padding: 80px 0;
}

/* ==========================================================================
   06) Reserve（予約導線）
   ========================================================================== */

/* ==========================================================================
   07) Access（アクセス）
   ========================================================================== */

/* ==========================================================================
   08) Hakama（サブ導線）
   ========================================================================== */

/* ==========================================================================
   pages-top.css
   02) Top / Designs（暫定：旧 posts デザインを top-designs に転用）
   ========================================================================== */

.top-designs {
  padding: 3em 0;
}

/* タイトル回り（最低限） */
.top-designs__title {
  text-align: center;
  font-size: 2em;
  line-height: 2;
  margin-bottom: 0.75em;
  letter-spacing: 0.2em;
  font-weight: normal;
}

.top-designs__lead {
  line-height: 1.75em;
  font-size: 0.9em;
  margin: 0 0 2em;
  text-align: center;
}

/* リスト（旧 ul.posts を仮移植） */
.top-designs__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.top-designs__item {
  position: relative;
  padding-bottom: 1.5em;
  margin-bottom: 2em;
}

.top-designs__thumb img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 0.5em;
}

.top-designs__name {
  font-size: 1.05em;
  margin: 0;
  line-height: 1.6;
}

/* MORE（旧 .buttons は使わず、簡易） */
.top-designs__more {
  text-align: center;
  margin: 1.5em 0 0;
}

.top-designs__more a {
  display: inline-block;
  background: #000;
  color: #fff;
  text-decoration: none;
  padding: 1em 2.5em;
  font-size: 0.9em;
  border-radius: 9999px;
}

.top-designs__more a:hover {
  background: #d48120;
}

/* PC：3カラム（旧 posts PC を仮移植） */
@media (min-width: 768px) {
  .top-designs__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 -3.3%;
  }

  .top-designs__item {
    width: 30%;
    margin: 0 0 3.3% 3.3%;
  }

  .top-designs__thumb img {
    transition: 0.3s;
  }

  .top-designs__thumb img:hover {
    transform: scale(1.05);
    border-radius: 10px;
  }

  .top-designs__name {
    font-size: 1em;
  }
}
