@charset "UTF-8";
/*-----------------------------------------------------------------------------------------------------
共通設定(PC)
--------------------------------------------------------------------------------------------------------*/
html,
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
  font-style: normal;
  line-height: 1.5;
  background-color: #fff;
  scroll-behavior: smooth;
  color: #252525;
}
body .sp-item {
  display: none !important;
}
body .pc-item {
  display: block !important;
}
/*リンク文字の設定*/
a {
  text-decoration: underline;
}
/*ボタンホバー設定(半透明)*/
.btn:hover {
  opacity: 0.7;
}
img {
  width: 100%;
}
/*ページ全体*/
.container {
  max-width: 1200px;
  margin: 132px auto 0;
  padding: 0;
}
.arrow {
  margin: 40px auto;
  width: 50%;
}
/* ページ内リンク先の要素にマージンを適用 */
section {
  scroll-margin-top: 132px;
}
/*-----------------------------------------------------------------------------------------------------
ヘッダーエリア(PC)
-----------------------------------------------------------------------------------------------------*/
.header-wrap {
  position: fixed;
  top: 0;
  max-width: 1200px;
  width: 100%;
  z-index: 1000;
}
.header-items {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: #fff;
}
.header-logo {
  width: 30%;
}
.header-name {
  width: 20%;
}
.header-btn {
  width: 30%;
}

/*-----------------------------------------------------------------------------------------------------
ファーストビューエリア(PC)
-----------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------
CTAエリア(PC)
-----------------------------------------------------------------------------------------------------*/
.cta-area {
  position: relative;
  margin: 0 auto;
}
.cta-btn {
  position: absolute;
  top: 73%;
  left: 5%;
  width: 90%;
}
.cta-btn-campaign-tokyo {
  position: absolute;
  top: 83%;
  left: 5%;
  width: 90%;
}
.cta-btn img,
.cta-btn-campaign-tokyo img {
  animation: anime1 0.8s ease 0s infinite alternate;
  transform-origin: center;
}
@keyframes anime1 {
  from {
    transform: scale(95%, 95%);
  }
  to {
    transform: scale(100%, 100%);
  }
}
/*-----------------------------------------------------------------------------------------------------
自社植毛機エリア(PC)
-----------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------
症例エリア(PC)
-----------------------------------------------------------------------------------------------------*/
.ttl-example {
  margin-bottom: 20px;
}
.example-card {
  margin-bottom: 40px;
}
.example-msg {
  margin-bottom: 60px;
}
/*-----------------------------------------------------------------------------------------------------
悩みエリア(PC)
-----------------------------------------------------------------------------------------------------*/
.nayami-area {
  position: relative;
  z-index: 2; /* nayami-areaを前に出す */
}
/*-----------------------------------------------------------------------------------------------------
クリニックからのメッセージエリア(PC)
-----------------------------------------------------------------------------------------------------*/
.msg-area {
  margin-top: -120px; /* 上に食い込ませる */
  position: relative;
  z-index: 1; /* msg-areaは後ろに */
}
/*-----------------------------------------------------------------------------------------------------
ユーザーメッセージエリア(PC)
-----------------------------------------------------------------------------------------------------*/
.user-msg-area {
  margin-bottom: 40px;
}
/*-----------------------------------------------------------------------------------------------------
比較表エリア(PC)
-----------------------------------------------------------------------------------------------------*/
.table-area {
  margin-bottom: 80px;
}
/*-----------------------------------------------------------------------------------------------------
治療の流れエリア(PC)
-----------------------------------------------------------------------------------------------------*/
.flow-area {
  margin-bottom: 120px;
}
.ttl-flow {
  margin-bottom: 60px;
}
.arrow-flow {
  margin: 60px auto;
  width: 50%;
}
.flow-msg {
  margin: 60px 0;
}
/*-----------------------------------------------------------------------------------------------------
お客様の声エリア(PC)
-----------------------------------------------------------------------------------------------------*/
.voice-area {
  margin-bottom: 120px;
}
.ttl-voice {
  margin-bottom: 40px;
}
.voice-card {
  margin-bottom: 40px;
}
/*-----------------------------------------------------------------------------------------------------
料金プランエリア(PC)
-----------------------------------------------------------------------------------------------------*/
.price-area {
  margin-bottom: 120px;
}
.ttl-price {
  margin-bottom: 60px;
}
.subttl-price {
  margin-bottom: 40px;
}
.price-card {
  margin-bottom: 40px;
}
/*--------------------------------------------------------
よくある質問エリア(PC)
--------------------------------------------------------*/
.faq-area {
  margin: 120px 0;
}
.faq-line {
  border: none;
  height: 2px;
  background-color: #ccc;
  margin: 40px auto;
  width: 95%;
}
/*--------------------------------------------------------
アクセスエリア(PC)
--------------------------------------------------------*/
.access-area {
  margin-bottom: 120px;
}
.ttl-access {
  margin-bottom: 60px;
}
/*-----------------------------------------------------------------------------------------------------
お問合せエリア(PC)
-----------------------------------------------------------------------------------------------------*/
.ttl-form {
  margin-bottom: 60px;
}
.reservation-notes {
  font-size: 1.8rem;
  margin: 20px 0;
  padding: 0 40px;
}
.notes-title {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.notes-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}
.notes-list li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 10px;
}
.notes-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.2em;
  line-height: 1.5;
}
.notes-tel {
  margin-bottom: 30px;
  text-align: center;
}
.privacy-wrap {
  display: table;
  font-size: 1.6rem;
  text-align: left;
}
.privacy-mark {
  display: table-cell;
  padding-right: 0.5em;
  white-space: nowrap;
  vertical-align: top;
}
.privacy-text {
  display: table-cell;
  vertical-align: top;
}
.privacy-text a {
  color: #007bff;
  text-decoration: underline;
}
/*--------------------------------------------------------
最後のメッセージエリア(PC)
--------------------------------------------------------*/
.last-msg-area {
  margin: 80px 0;
}
/*-----------------------------------------------------------------------------------------------------
フッター部分(PC)
-----------------------------------------------------------------------------------------------------*/
.footer-area {
  margin: 0 auto 20px auto;
  text-align: center;
  padding: 0 80px;
  font-size: 1.6rem;
}
.footer-area a {
  color: #252525;
  text-decoration: none;
}
.footer-area a:hover {
  text-decoration: underline;
}
.footer-area .menu {
  margin: 60px 0 20px;
  padding: 0;
  list-style: none;
}
.footer-area .menu li {
  margin-bottom: 20px;
  /* padding: 0 20px; */
}
.footer-area .copyright {
  margin: 0;
  padding: 20px 0 0 0;
}
.clinic-logo {
  margin: 0 auto;
  width: 40%;
}
/*-----------------------------------------------------------------------------------------------------
スマホ用
-----------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  body {
    min-width: inherit;
    height: 100%;
  }
  body .sp-item {
    display: block !important;
  }
  body .pc-item {
    display: none !important;
  }
  body .sp-item img {
    width: 100%;
  }
  .spacer60 {
    margin-top: 60px;
  }
  .container {
    margin: 0 auto;
    padding: 0;
  }
  /* ページ内リンク先の要素にマージンを適用 */
  section {
    scroll-margin-top: 20px;
  }
  /*-----------------------------------------------------------------------------------------------------
ヘッダーエリア(SP)
-----------------------------------------------------------------------------------------------------*/
  /*-----------------------------------------------------------------------------------------------------
ファーストビューエリア(SP)
-----------------------------------------------------------------------------------------------------*/
  /*-----------------------------------------------------------------------------------------------------
CTAエリア(SP)
-----------------------------------------------------------------------------------------------------*/
  .cta-area {
    position: relative;
    margin: 0 auto;
  }
  .cta-btn {
    position: absolute;
    top: 70%;
    left: 5%;
    width: 90%;
  }
  .cta-btn-campaign-tokyo {
    position: absolute;
    top: 78%;
    left: 5%;
    width: 90%;
  }
  .cta-btn img,
  .cta-btn-campaign-tokyo img {
    animation: anime1 0.8s ease 0s infinite alternate;
    transform-origin: center;
  }
  @keyframes anime1 {
    from {
      transform: scale(95%, 95%);
    }
    to {
      transform: scale(100%, 100%);
    }
  }
  /*-----------------------------------------------------------------------------------------------------
自社植毛機エリア(SP)
-----------------------------------------------------------------------------------------------------*/
  /*-----------------------------------------------------------------------------------------------------
症例エリア(SP)
-----------------------------------------------------------------------------------------------------*/
  .ttl-example {
    margin-bottom: 20px;
  }
  .example-card {
    margin-bottom: 40px;
  }
  .example-msg {
    margin-bottom: 40px;
  }
  /*-----------------------------------------------------------------------------------------------------
悩みエリア(SP)
-----------------------------------------------------------------------------------------------------*/
  .nayami-area {
    position: relative;
    z-index: 2; /* nayami-areaを前に出す */
  }
  /*-----------------------------------------------------------------------------------------------------
クリニックからのメッセージエリア(SP)
-----------------------------------------------------------------------------------------------------*/
  .msg-area {
    margin-top: -100px; /* 上に食い込ませる */
    position: relative;
    z-index: 1; /* msg-areaは後ろに */
  }
  /*-----------------------------------------------------------------------------------------------------
ユーザーメッセージエリア(SP)
-----------------------------------------------------------------------------------------------------*/
  .user-msg-area {
    margin-bottom: 40px;
  }
  /*-----------------------------------------------------------------------------------------------------
比較表エリア(SP)
-----------------------------------------------------------------------------------------------------*/
  .table-area {
    margin-bottom: 40px;
  }
  /*-----------------------------------------------------------------------------------------------------
治療の流れエリア(SP)
-----------------------------------------------------------------------------------------------------*/
  .flow-area {
    margin-bottom: 80px;
  }
  .ttl-flow {
    margin-bottom: 40px;
  }
  .arrow-flow {
    margin: 40px 0;
  }
  .flow-msg {
    margin: 40px 0;
  }
  /*-----------------------------------------------------------------------------------------------------
お客様の声エリア(SP)
-----------------------------------------------------------------------------------------------------*/
  .voice-area {
    margin-bottom: 80px;
  }
  .ttl-voice {
    margin-bottom: 10px;
  }
  .voice-card {
    margin-bottom: 40px;
  }
  /*-----------------------------------------------------------------------------------------------------
料金プランエリア(SP)
-----------------------------------------------------------------------------------------------------*/
  .price-area {
    margin-bottom: 120px;
  }
  .ttl-price {
    margin-bottom: 60px;
  }
  .subttl-price {
    margin-bottom: 40px;
  }
  .price-card {
    margin-bottom: 40px;
  }
  /*--------------------------------------------------------
よくある質問エリア(SP)
--------------------------------------------------------*/
  .faq-area {
    margin: 80px 0;
  }
  .faq-line {
    border: none;
    height: 2px;
    background-color: #ccc;
    margin: 40px auto;
    width: 95%;
  }
  /*--------------------------------------------------------
アクセスエリア(SP)
--------------------------------------------------------*/
  .access-area {
    margin-bottom: 80px;
  }
  .ttl-access {
    margin-bottom: 40px;
  }
  /*-----------------------------------------------------------------------------------------------------
お問合せエリア(SP)
-----------------------------------------------------------------------------------------------------*/
  .ttl-form {
    margin-bottom: 60px;
  }
  .reservation-notes {
    font-size: 1.8rem;
    margin: 20px 0;
    padding: 5px;
  }
  .notes-title {
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .notes-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
  }
  .notes-list li {
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 10px;
  }
  .notes-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.2em;
    line-height: 1.5;
  }
  .notes-tel {
    margin-bottom: 30px;
    text-align: center;
  }
  .privacy-wrap {
    display: table;
    font-size: 1.6rem;
    text-align: left;
  }
  .privacy-mark {
    display: table-cell;
    padding-right: 0.5em;
    white-space: nowrap;
    vertical-align: top;
  }
  .privacy-text {
    display: table-cell;
    vertical-align: top;
  }
  .privacy-text a {
    color: #007bff;
    text-decoration: underline;
  }
  /*--------------------------------------------------------
最後のメッセージエリア(SP)
--------------------------------------------------------*/
  .last-msg-area {
    margin: 40px 0;
  }
  /*-----------------------------------------------------------------------------------------------------
固定表示ボタン(SP)
-----------------------------------------------------------------------------------------------------*/
  /* 固定表示ボタンボタン*/
  .fixed-button {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: none; /* 初期状態で非表示 */
    z-index: 1000; /* 常に前面に表示 */
    transition: opacity 0.3s ease-in-out; /* スムーズな表示 */
  }
  /* 表示時のスタイル */
  .fixed-button.visible {
    display: flex; /* 表示状態 */
    opacity: 1;
  }
  .fixed-button::after {
    animation: 4s 0s shine linear infinite;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
    content: "";
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    transform: skewX(-25deg);
    width: 50%;
  }
  @keyframes shine {
    20% {
      left: 150%;
    }
    100% {
      left: 150%;
    }
  }
  /*-----------------------------------------------------------------------------------------------------
フッター部分(SP)
-----------------------------------------------------------------------------------------------------*/
  .footer-area {
    margin: 0 auto 20px auto;
    text-align: center;
    padding: 0 40px 100px;
    font-size: 1.6rem;
  }
  .footer-area a {
    color: #252525;
    text-decoration: none;
  }
  .footer-area a:hover {
    text-decoration: underline;
  }
  .footer-area .menu {
    margin: 40px 0 20px;
    padding: 0;
    list-style: none;
  }
  .footer-area .menu li {
    margin-bottom: 20px;
  }
  .footer-area .copyright {
    margin: 0;
    padding: 20px 0 0 0;
  }
  .clinic-logo {
    margin: 0 auto;
    width: 100%;
  }
}
