@charset "UTF-8";

/* ========================================
   睾丸マッサージ — FEATURES セクション専用
   ======================================== */

/* --- セクション全体（ダーク背景＋円環ロゴ パララックス） --- */
.tm-features-sec {
  background: #000 url("../img/common/enkan.png") no-repeat center center;
  background-size: 700px 700px;
  background-attachment: fixed;
  color: #fff;
  padding: 100px 0;
  position: relative;
}

/* --- セクション見出し --- */
.tm-features-sec__en {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: capitalize;
  text-align: center;
  opacity: 0.5;
  margin-bottom: 15px;
}
.tm-features-sec__heading {
  font-family: "Zen Old Mincho", serif;
  font-size: 28px;
  font-weight: 400;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-bottom: 0;
  color: #fff;
}
.tm-features-sec__line {
  display: block;
  width: 60px;
  height: 1px;
  background: rgba(255,255,255,0.3);
  margin: 30px auto 50px;
}

/* --- アイテム（交互レイアウト） --- */
.tm-features__item {
  padding: 70px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.tm-features__item:last-child { border-bottom: none; }
.tm-features__inner {
  flex-wrap: nowrap;
  align-items: center;
  gap: 50px;
}
.tm-features__item--reverse .tm-features__inner {
  flex-direction: row-reverse;
}

/* --- 画像 --- */
.tm-features__img {
  width: 42%;
  flex-shrink: 0;
}
.tm-features__img img {
  width: 100%;
  display: block;
}

/* --- テキスト --- */
.tm-features__body {
  flex: 1;
}
.tm-features__num {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 72px;
  font-weight: 300;
  color: #b49531;
  line-height: 1;
  margin-bottom: 15px;
  opacity: 0.7;
}
.tm-features__body h3 {
  font-family: "Zen Old Mincho", serif;
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.tm-features__body p {
  font-size: 15px;
  line-height: 2;
  color: rgba(255,255,255,0.7);
}

/* ========================================
   TECHNIQUE — 施術内容カード（ダーク背景）
   ======================================== */

/* --- セクション全体 --- */
.tm-technique-sec {
  background: #0b384d;
  color: #fff;
  padding: 100px 0;
}

/* --- セクション見出し --- */
.tm-technique-sec__en {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: capitalize;
  text-align: center;
  opacity: 0.5;
  margin-bottom: 15px;
}
.tm-technique-sec__heading {
  font-family: "Zen Old Mincho", serif;
  font-size: 28px;
  font-weight: 400;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-bottom: 0;
  color: #fff;
}
.tm-technique-sec__line {
  display: block;
  width: 60px;
  height: 1px;
  background: rgba(255,255,255,0.3);
  margin: 30px auto 50px;
}

/* --- カードグリッド --- */
.tm-technique {
  display: flex;
  gap: 30px;
}
.tm-technique__card {
  flex: 1;
  background: rgba(255,255,255,0.04);
  overflow: hidden;
}

/* 画像 */
.tm-technique__img img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

/* テキスト */
.tm-technique__body {
  padding: 30px 25px;
}
.tm-technique__num {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 40px;
  font-weight: 300;
  color: #b49531;
  line-height: 1;
  margin-bottom: 12px;
  opacity: 0.7;
}
.tm-technique__body h3 {
  font-family: "Zen Old Mincho", serif;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
}
.tm-technique__body p {
  font-size: 14px;
  line-height: 2;
  color: rgba(255,255,255,0.6);
}

/* ========================================
   CTA — ダーク背景グラデーション 2カラム
   ======================================== */

.tm-cta-sec {
  background: linear-gradient(180deg, rgba(1,40,59,1) 0%, rgba(4,58,84,1) 50%, rgba(1,40,59,1) 100%);
  color: #fff;
  padding: 80px 0;
}

/* --- 2カラムレイアウト --- */
.tm-cta__row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
}
.tm-cta__left {}
.tm-cta__right {
  text-align: center;
}

/* --- 左カラム: 見出し＋リード --- */
.tm-cta-sec__en {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: capitalize;
  opacity: 0.5;
  margin-bottom: 15px;
}
.tm-cta-sec__heading {
  font-family: "Zen Old Mincho", serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-bottom: 0;
  color: #fff;
}
.tm-cta-sec__line {
  display: block;
  width: 60px;
  height: 1px;
  background: rgba(255,255,255,0.3);
  margin: 30px 0 35px;
}
.tm-cta-sec__lead {
  font-size: 15px;
  line-height: 2.2;
  color: rgba(255,255,255,0.6);
  margin-bottom: 0;
}

/* --- 右カラム: 電話 --- */
.tm-cta__tel {
  margin-bottom: 10px;
}
.tm-cta__tel a {
  display: inline-block;
  padding: 18px 50px;
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,0.15);
  letter-spacing: 0.05em;
}
.tm-cta__tel a span {
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
  opacity: 0.6;
  margin-bottom: 5px;
}
.tm-cta__time {
  font-size: 13px;
  color: rgba(255,255,255,0.4);
  margin-bottom: 20px;
}

/* --- LINE + 予約ボタン --- */
.tm-cta__buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 25px;
}
.tm-cta__btn {
  display: inline-block;
  padding: 14px 30px;
  font-family: "Zen Old Mincho", serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-align: center;
  transition: opacity 0.3s;
}
.tm-cta__btn:hover { opacity: 0.7; }
.tm-cta__btn span {
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 4px;
}
.tm-cta__btn--line {
  background: #b49531;
  color: #fff;
}
.tm-cta__btn--rsv {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.25);
}

/* --- 下部リンク --- */
.tm-cta__links {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.tm-cta__links a {
  font-size: 15px;
  color: rgba(255,255,255,0.4);
  text-decoration: none;
  letter-spacing: 0.05em;
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(255,255,255,0.15);
  transition: color 0.3s;
}
.tm-cta__links a:hover {
  color: #b49531;
}

/* ========================================
   レスポンシブ（タブレット 959px以下）
   ======================================== */
@media screen and (max-width: 959px) {
  /* FEATURES */
  .tm-features-sec { padding: 80px 0; }
  .tm-features-sec__heading { font-size: 24px; }
  .tm-features__num { font-size: 56px; }
  .tm-features__body h3 { font-size: 20px; }
  .tm-features__inner { gap: 30px; }

  /* TECHNIQUE */
  .tm-technique-sec { padding: 80px 0; }
  .tm-technique-sec__heading { font-size: 24px; }
  .tm-technique { gap: 20px; }
  .tm-technique__body { padding: 25px 20px; }
  .tm-technique__num { font-size: 32px; }
  .tm-technique__body h3 { font-size: 16px; }

  /* CTA */
  .tm-cta-sec { padding: 80px 0; }
  .tm-cta-sec__heading { font-size: 24px; }
  .tm-cta__row { gap: 40px; }
}

/* ========================================
   レスポンシブ（スマホ 750px以下）
   ======================================== */
@media screen and (max-width: 750px) {
  /* FEATURES */
  .tm-features-sec {
    padding: 60px 0;
    background-attachment: scroll;
    background-size: 500px 500px;
  }
  .tm-features-sec__heading {
    font-size: 21px;
    letter-spacing: 0.03em;
  }
  .tm-features-sec__line { margin: 25px auto 40px; }
  .tm-features__item { padding: 50px 0; }
  .tm-features__inner {
    flex-direction: column;
    gap: 25px;
  }
  .tm-features__item--reverse .tm-features__inner {
    flex-direction: column-reverse;
    gap: 25px;
  }
  .tm-features__img { width: 100%; }
  .tm-features__num { font-size: 48px; }
  .tm-features__body h3 { font-size: 19px; }
  .tm-features__body p { font-size: 14px; line-height: 1.8; }

  /* EFFECTS テーブル縦積み */
  .menu_inner.bg_01 table tr {
    display: flex;
    flex-direction: column;
  }
  .menu_inner.bg_01 table th,
  .menu_inner.bg_01 table td {
    display: block;
    width: 100%;
    text-align: left;
  }
  .menu_inner.bg_01 table th {
    padding-bottom: 5px;
    font-size: 16px;
  }
  .menu_inner.bg_01 table td {
    padding-bottom: 25px;
  }

  /* TECHNIQUE */
  .tm-technique-sec { padding: 60px 0; }
  .tm-technique-sec__heading {
    font-size: 21px;
    letter-spacing: 0.03em;
  }
  .tm-technique-sec__line { margin: 25px auto 40px; }
  .tm-technique { flex-direction: column; gap: 25px; }
  .tm-technique__card { flex: auto; }
  .tm-technique__img { width: 100%; }
  .tm-technique__body { padding: 25px 20px; }
  .tm-technique__num { font-size: 28px; margin-bottom: 8px; }
  .tm-technique__body h3 { font-size: 16px; margin-bottom: 10px; }
  .tm-technique__body p { font-size: 13px; line-height: 1.8; }

  /* CTA */
  .tm-cta-sec { padding: 60px 0; }
  .tm-cta__row {
    flex-direction: column;
    gap: 40px;
  }
  .tm-cta__left { text-align: left; }
  .tm-cta-sec__heading {
    font-size: 21px;
    letter-spacing: 0.03em;
  }
  .tm-cta-sec__line { margin: 25px 0 30px; }
  .tm-cta-sec__lead { font-size: 14px; }
  .tm-cta__tel a { font-size: 28px; padding: 18px 0; display: block; width: 100%; }
  .tm-cta__buttons {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .tm-cta__btn { width: 100%; padding: 16px 30px; font-size: 15px; }
  .tm-cta__links {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
}
