@charset "UTF-8";

/* =========================================================
   index.html — 「初めての方へ」導線
   既存のcommon.cssを上書きせず、追加部分だけを定義する。
   ========================================================= */
.page-index .concept-intro-link-wrap {
  position: absolute;
  top: 475px;
  left: 0;
  width: 375px;
  text-align: center;
  z-index: 97;
}

.page-index .concept-intro-link {
  display: inline-flex;
  width: 252px;
  min-height: 64px;
  padding: 9px 18px 10px;
  box-sizing: border-box;
  border: 1px solid #cf8b6e;
  background: #ffffff;
  color: #4b474d;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}

.page-index .concept-intro-link__sub {
  display: block;
  margin-bottom: 3px;
  color: #8f898b;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: .8px;
  line-height: 1.4;
}

.page-index .concept-intro-link__title {
  display: block;
  color: #4b474d;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1.2px;
  line-height: 1.5;
}

.page-index .concept-intro-link__title span {
  margin-left: 5px;
  color: #cf8b6e;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
}

.page-index .concept-intro-link:hover,
.page-index .concept-intro-link:focus-visible {
  background: #f8f4f0;
}

/* 新しい導線の分だけ、TOP下部の既存ブロックを同じ距離ずつ下げる。 */
.page-index .menu-lp { top: 580px; }
.page-index .lp-blog { top: 2300px; }
.page-index .lp-qa { top: 2760px; }
.page-index aside { top: 3050px; }
.page-index .sns { top: 3255px; }
.page-index .footer { top: 2980px; }
.page-index .lp { height: 3496px; }

/* =========================================================
   ham.html — TOPの次に「初めての方へ」を追加
   ========================================================= */
.page-ham .ham_menu_all {
  min-height: 510px;
  height: auto;
}

.page-ham .ham-concept-item {
  width: 375px;
  margin-bottom: 30px;
}

.page-ham .ham-concept-link {
  display: flex;
  width: 375px;
  height: 42px;
  box-sizing: border-box;
  border-top: 1px solid #ded9d2;
  border-bottom: 1px solid #ded9d2;
  background: #f5f2ed;
  color: #4b474d;
  align-items: center;
  justify-content: center;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1;
}

.page-ham .ham-concept-link::after {
  content: "▶";
  margin-left: 9px;
  color: #cf8b6e;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
}

.page-ham .ham-concept-link:hover,
.page-ham .ham-concept-link:focus-visible {
  background: #ebe7e1;
}

/* =========================================================
   concept.html — 初めての方へ
   ========================================================= */
.page-concept .concept-page {
  position: relative;
  width: 375px;
  min-height: 100vh;
  background: #ffffff;
  color: #4b474d;
}

.page-concept .concept-main {
  width: 375px;
  padding: 108px 0 25px;
  box-sizing: border-box;
}

.page-concept .concept-hero {
  width: 350px;
  margin: 0 auto 54px;
  text-align: center;
}

.page-concept .concept-hero h1 {
  margin: 0 0 8px;
  font-family: "Noto Serif JP", serif;
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 1.6px;
  line-height: 1.7;
}

/* QA.html冒頭のリード文と同じ大きさ・行間 */
.page-concept .concept-hero p {
  margin: 0;
  color: #4b474d;
  font-family: "Noto Serif JP", serif;
  font-size: 13pt;
  font-weight: 400;
  letter-spacing: 1.1px;
  line-height: 25px;
}

/* ブログ記事と同じ、ベージュ5px・角丸9pxの囲み */
.page-concept .concept-section {
  position: relative;
  width: 327px;
  margin: 0 auto 25px;
  padding: 30px 15px;
  box-sizing: border-box;
  border: 5px solid #ebe7e1;
  border-radius: 9px;
  background: #ffffff;
}

/* 旧デザインの章区切り飾り罫を無効化 */
.page-concept .concept-section::before {
  content: none;
  display: none;
}

.page-concept .concept-section:last-child {
  margin-bottom: 58px;
}

.page-concept .concept-section h2 {
  margin: 0 0 24px;
  font-family: "Noto Serif JP", serif;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 1.15px;
  line-height: 1.75;
  text-align: center;
}

.page-concept .concept-copy p,
.page-concept .concept-methods-intro,
.page-concept .concept-method p {
  margin: 0 0 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .65px;
  line-height: 2;
  text-align: left;
}

.page-concept .concept-copy p:last-child,
.page-concept .concept-method p:last-child {
  margin-bottom: 0;
}

/* ブログ本文の強調表示と同じ赤・太字 */
.page-concept .concept-emphasis {
  color: #cf8b6e;
  font-weight: 800;
  line-height: 1.6;
}

.page-concept .concept-methods-intro {
  margin-bottom: 35px;
}

.page-concept .concept-method {
  margin-bottom: 34px;
  padding: 20px 17px 18px;
  background: #f7f5f2;
  border-left: 4px solid #cf8b6e;
}

.page-concept .concept-method:last-child {
  margin-bottom: 0;
}

.page-concept .concept-method--hypno {
  border-left-color: #858787;
}

.page-concept .concept-method--singingbowl {
  border-left-color: #ae9c77;
}

.page-concept .concept-method h3 {
  margin: 0 0 14px;
  font-family: "Noto Serif JP", serif;
  font-size: 14pt;
  font-weight: 600;
  letter-spacing: .8px;
  line-height: 1.7;
}

.page-concept .concept-method h3 span {
  display: block;
  margin-top: 3px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11pt;
  font-weight: 700;
  letter-spacing: .65px;
  line-height: 1.65;
}

.page-concept .concept-method--medium h3,
.page-concept .concept-method--medium h3 span {
  color: #cf8b6e;
}

.page-concept .concept-method--hypno h3,
.page-concept .concept-method--hypno h3 span {
  color: #858787;
}

.page-concept .concept-method--singingbowl h3,
.page-concept .concept-method--singingbowl h3 span {
  color: #ae9c77;
}

.page-concept .concept-method p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.95;
}

.page-concept .sns {
  position: relative;
  top: auto;
  left: auto;
  width: 155px;
  margin: 10px auto 45px;
  padding: 0;
  justify-content: center;
}

.page-concept .sns_icon {
  box-sizing: content-box;
}

.page-concept .sns_icon img {
  display: block;
  width: 31.5px;
  height: 31.5px;
  object-fit: contain;
}

.page-concept .footer {
  position: relative;
  top: auto;
  bottom: auto;
}
