@charset "UTF-8";
/*========================================================

  1.インポートファイル
  2.基本設定

========================================================*/
/*========================================================

  １．インポートファイル

========================================================*/
/* 必須 */
/*——————— ▼ MacBook・ノートPC ———————*/
/*——————— ▼ iPad(横)・iPadPro　———————*/
/*——————— ▼ iPad mini(横) ———————*/
/*——————— ▼ iPad mini(縦) ———————*/
/*——————— ▼ スマホ ———————*/
/*========================================================

  1.transform
  2.flex-box
  3.gradient
  4.position
  5.other

========================================================*/
/*========================================================

  1.transform

========================================================*/
/*——————— ▼ transition ———————*/
/*——————— ▼ translate ———————*/
/*——————— ▼ scale ———————*/
/*——————— ▼ rotate ———————*/
/*——————— ▼ rotateX ———————*/
/*——————— ▼ rotateY ———————*/
/*==================================================

  2.flex-box

==================================================*/
/*——————— ▼ flexbox ———————*/
/*——————— ▼ justify-content ———————*/
/*——————— ▼ align-items ———————*/
/*——————— ▼ flex-wrap ———————*/
/*——————— ▼ flex ———————*/
/*==================================================

  3.gradient

==================================================*/
/*——————— ▼ 明 → 暗 ———————*/
/*——————— ▼ 暗 → 明 ———————*/
/*==================================================

  4.position

==================================================*/
/*——————— ▼ 上 真ん中 ———————*/
/*——————— ▼ 左上 ———————*/
/*——————— ▼ 右上 ———————*/
/*——————— ▼ 下 真ん中 ———————*/
/*——————— ▼ 左下 ———————*/
/*——————— ▼ 右下 ———————*/
/*——————— ▼ 上下中央 ———————*/
/*==================================================

  5.other

==================================================*/
/*——————— ▼ 天地中央 ———————*/
/*——————— ▼ opacity ———————*/
/*——————— ▼ border-radius ———————*/
/*——————— ▼ 正円 ———————*/
/*——————— ▼ 矢印 ———————*/
/* 必須 */
/*========================================================

  1.コンテンツレイアウト

========================================================*/
/*========================================================

  1.コンテンツレイアウト

========================================================*/
@import url("https://fonts.googleapis.com/css?family=Oranienbaum");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display&display=swap");
@import url("https://fonts.googleapis.com/css?family=Bad+Script&display=swap");
.row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  /*——————— ▼ PC ———————*/
  /*——————— ▼ tab ———————*/
  /*——————— ▼ phab ———————*/
  /*——————— ▼ sp ———————*/
}
.row .col-l-12 {
  width: 100%;
}
.row .col-l-11 {
  width: 91.6666666667%;
}
.row .col-l-10 {
  width: 83.3333333333%;
}
.row .col-l-9 {
  width: 75%;
}
.row .col-l-8 {
  width: 66.6666666667%;
}
.row .col-l-7 {
  width: 58.3333333333%;
}
.row .col-l-6 {
  width: 50%;
}
.row .col-l-5 {
  width: 41.6666666667%;
}
.row .col-l-4 {
  width: 33.3333333333%;
}
.row .col-l-3 {
  width: 25%;
}
.row .col-l-2 {
  width: 16.6666666667%;
}
.row .col-l-1 {
  width: 8.3333333333%;
}
@media screen and (max-width: 1024px) {
  .row .col-m-12 {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .row .col-m-11 {
    width: 91.6666666667%;
  }
}
@media screen and (max-width: 1024px) {
  .row .col-m-10 {
    width: 83.3333333333%;
  }
}
@media screen and (max-width: 1024px) {
  .row .col-m-9 {
    width: 75%;
  }
}
@media screen and (max-width: 1024px) {
  .row .col-m-8 {
    width: 66.6666666667%;
  }
}
@media screen and (max-width: 1024px) {
  .row .col-m-7 {
    width: 58.3333333333%;
  }
}
@media screen and (max-width: 1024px) {
  .row .col-m-6 {
    width: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .row .col-m-5 {
    width: 41.6666666667%;
  }
}
@media screen and (max-width: 1024px) {
  .row .col-m-4 {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 1024px) {
  .row .col-m-3 {
    width: 25%;
  }
}
@media screen and (max-width: 1024px) {
  .row .col-m-2 {
    width: 16.6666666667%;
  }
}
@media screen and (max-width: 1024px) {
  .row .col-m-1 {
    width: 8.3333333333%;
  }
}
@media screen and (max-width: 768px) {
  .row .col-sm-12 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .row .col-sm-11 {
    width: 91.6666666667%;
  }
}
@media screen and (max-width: 768px) {
  .row .col-sm-10 {
    width: 83.3333333333%;
  }
}
@media screen and (max-width: 768px) {
  .row .col-sm-9 {
    width: 75%;
  }
}
@media screen and (max-width: 768px) {
  .row .col-sm-8 {
    width: 66.6666666667%;
  }
}
@media screen and (max-width: 768px) {
  .row .col-sm-7 {
    width: 58.3333333333%;
  }
}
@media screen and (max-width: 768px) {
  .row .col-sm-6 {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .row .col-sm-5 {
    width: 41.6666666667%;
  }
}
@media screen and (max-width: 768px) {
  .row .col-sm-4 {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 768px) {
  .row .col-sm-3 {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  .row .col-sm-2 {
    width: 16.6666666667%;
  }
}
@media screen and (max-width: 768px) {
  .row .col-sm-1 {
    width: 8.3333333333%;
  }
}
@media screen and (max-width: 414px) {
  .row .col-s-12 {
    width: 100%;
  }
}
@media screen and (max-width: 414px) {
  .row .col-s-11 {
    width: 91.6666666667%;
  }
}
@media screen and (max-width: 414px) {
  .row .col-s-10 {
    width: 83.3333333333%;
  }
}
@media screen and (max-width: 414px) {
  .row .col-s-9 {
    width: 75%;
  }
}
@media screen and (max-width: 414px) {
  .row .col-s-8 {
    width: 66.6666666667%;
  }
}
@media screen and (max-width: 414px) {
  .row .col-s-7 {
    width: 58.3333333333%;
  }
}
@media screen and (max-width: 414px) {
  .row .col-s-6 {
    width: 50%;
  }
}
@media screen and (max-width: 414px) {
  .row .col-s-5 {
    width: 41.6666666667%;
  }
}
@media screen and (max-width: 414px) {
  .row .col-s-4 {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 414px) {
  .row .col-s-3 {
    width: 25%;
  }
}
@media screen and (max-width: 414px) {
  .row .col-s-2 {
    width: 16.6666666667%;
  }
}
@media screen and (max-width: 414px) {
  .row .col-s-1 {
    width: 8.3333333333%;
  }
}

.row-rev {
  flex-direction: row-reverse;
}

/* 必須 */
/*========================================================

  【初期設定】

  1.フォントサイズ
  2.フォントサイズ基本設定

========================================================*/
/*========================================================

  1.フォントサイズ

========================================================*/
/*========================================================

  2.フォントサイズ基本設定

========================================================*/
/*——————— ▼ フォント設定 ———————*/
html {
  width: 100%;
  font-size: 62.5%;
}
html body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.6;
  color: #333;
}
@media screen and (max-width: 768px) {
  html body {
    padding: 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
html body a {
  text-decoration: none;
}
html body img {
  max-width: 100%;
  height: auto;
}

/* 必須 */
/*========================================================

  【初期設定】

  1.カラー設定

========================================================*/
/*========================================================

  1.カラー設定

========================================================*/
/*——————— ▼ ベースカラー（背景や余白） ———————*/
/*——————— ▼ メインカラー（navや見出し） ———————*/
/*——————— ▼ サブカラー（リンクやアクセント部分） ———————*/
/* 必須 */
/*========================================================

  【初期設定】

  1.コンテンツ幅

========================================================*/
/*========================================================

  1.コンテンツ幅

========================================================*/
/*——————— ▼ TOPページ ———————*/
article#top {
  width: 100%;
}

/*——————— ▼ 下層ページ ———————*/
article#page {
  width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  article#page {
    width: 100%;
  }
}

/*——————— ▼ アーカイブページ ———————*/
article#archive {
  width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  article#archive {
    width: 100%;
  }
}

/*——————— ▼ シングルページ ———————*/
article#single {
  width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  article#single {
    width: 100%;
  }
}

/* 必須 */
/*========================================================

  header

========================================================*/
.fullcreen {
  width: 100%;
  height: 100vh;
  position: relative;
}
.fullcreen h1 {
  position: absolute;
  top: 0;
  left: 20%;
  font-size: 1.4px;
  font-size: 1.4rem;
  font-weight: normal;
  color: #fff;
}
@media screen and (max-width: 414px) {
  .fullcreen h1 {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.fullcreen .top-logo {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 150px;
  height: 100px;
}
@media screen and (max-width: 414px) {
  .fullcreen .top-logo {
    top: 0;
    left: 0;
    transform: translate(0, 0);
    width: 100%;
    height: 74px;
    background-color: #fff;
    overflow: hidden;
  }
  .fullcreen .top-logo a {
    display: block;
    width: 148px;
    margin: -28px 0px 0px 0px;
  }
  .fullcreen .top-logo a img {
    width: 100%;
  }
}
.fullcreen .mv-text {
  opacity: 0;
  position: absolute;
  top: 30%;
  left: 20%;
  transition: all 2s ease;
  transform: translate(0, 50%);
}
.fullcreen .mv-text p {
  font-family: "Oranienbaum", serif;
  letter-spacing: 0.8rem;
  font-size: 2.2px;
  font-size: 2.2rem;
  color: #fff;
}
@media screen and (max-width: 414px) {
  .fullcreen .mv-text p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.fullcreen .mv-text p:first-child {
  font-size: 6.4rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .fullcreen .mv-text {
    left: 4%;
  }
}
@media screen and (max-width: 414px) {
  .fullcreen .mv-text p {
    font-size: 1.8px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 414px) and (max-width: 414px) {
  .fullcreen .mv-text p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 414px) {
  .fullcreen .mv-text p:first-child {
    font-size: 2.8px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 414px) and (max-width: 414px) {
  .fullcreen .mv-text p:first-child {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.fullcreen .mv-text.delay {
  opacity: 1;
  transform: translate(0, 0);
}

.top-mv {
  background: url("../../images/header/top-mv-pc2025.jpg") center/cover;
}
@media screen and (max-width: 414px) {
  .top-mv {
    background: url("../../images/header/top-mv-sp2025.jpg") center/cover;
  }
}

.header-logo {
  width: 10%;
  margin: 0 auto 2rem;
}
@media screen and (max-width: 1024px) {
  .header-logo {
    width: 18%;
    margin-left: 0;
  }
  .header-logo a {
    display: block;
    margin-top: -20px;
  }
}
@media screen and (max-width: 414px) {
  .header-logo {
    width: 100%;
    height: 102px;
    margin: 0;
  }
  .header-logo a {
    display: block;
    width: 148px;
    margin: -28px 0px 0px 0px;
  }
  .header-logo a img {
    width: 100%;
  }
}

/*——————— ▼ pc-header ———————*/
nav.navbar {
  max-width: 1150px;
  margin: 0 auto;
  overflow: hidden;
}

ul.gnav {
  display: flex;
  align-items: center;
}
ul.gnav li.item {
  width: 20%;
  width: 20%;
  text-align: center;
}
ul.gnav li.item:hover {
  background-color: #8ac6d0;
  letter-spacing: 0.5rem;
  transition: all 0.5s ease-in-out 0s;
}
ul.gnav li.item a {
  display: block;
  text-align: center;
  color: #8ac6d0;
  padding: 1rem 0;
  line-height: 2rem;
  font-family: "Oranienbaum", serif;
  font-size: 1.8px;
  font-size: 1.8rem;
}
@media screen and (max-width: 414px) {
  ul.gnav li.item a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
ul.gnav li.item a:hover {
  color: #fff;
}
ul.gnav li.item ul.submenuBox {
  display: none;
  position: absolute;
  top: 3.6rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  background-color: rgb(210.7682926829, 233.4512195122, 237.2317073171);
}
ul.gnav li.item ul.submenuBox li a {
  display: block;
  width: 100%;
}
ul.gnav li.submenu {
  display: block;
  color: #fff;
  position: relative;
  padding: 1rem 0;
}

@media screen and (max-width: 1024px) {
  nav.navbar {
    display: none;
    width: 100%;
    height: 100%;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0px;
    padding-top: 50px;
    transition: all 0.5s ease-in-out 0s;
  }
  nav.navbar ul.gnav {
    display: block;
    width: 100%;
  }
  nav.navbar ul.gnav li.item {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #909090;
  }
  nav.navbar ul.gnav li.item a {
    width: 100%;
    text-align: left;
    padding-left: 1rem;
    color: #fff;
  }
  nav.navbar ul.gnav li.item ul.submenuBox {
    position: relative;
    top: 1rem;
    background: transparent;
  }
  nav.navbar ul.gnav li.item ul.submenuBox li + li {
    border-top: 1px dotted #fff;
  }
  nav.navbar ul.gnav li.submenu {
    padding-left: 1rem;
  }
}

@media screen and (max-width: 1024px) {
  nav.navbar.active {
    display: block;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.8);
    left: 0;
    z-index: 1;
  }
}

.menu-btn {
  display: none;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .menu-btn {
    display: block;
    position: fixed;
    top: 4px;
    right: 4px;
    padding: 5px;
    border: 1px solid #8ac6d0;
    background-color: #fff;
  }
  .menu-btn .menu-trigger {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    position: relative;
    width: 50px;
    height: 44px;
  }
  .menu-btn .menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #8ac6d0;
    border-radius: 4px;
  }
  .menu-btn .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-btn .menu-trigger span:nth-of-type(2) {
    top: 20px;
  }
  .menu-btn .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .menu-btn .menu-trigger span:nth-of-type(2)::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 4px;
    background-color: #8ac6d0;
    border-radius: 4px;
    transition: all 0.4s;
  }
  .menu-btn .menu-trigger.active span:nth-of-type(1) {
    transform: translate(50%) scale(0);
  }
  .menu-btn .menu-trigger.active span:nth-of-type(2) {
    transform: rotate(45deg);
    background-color: #8ac6d0;
  }
  .menu-btn .menu-trigger.active span:nth-of-type(2)::after {
    transform: rotate(90deg);
    background-color: #8ac6d0;
  }
  .menu-btn .menu-trigger.active span:nth-of-type(3) {
    transform: translate(-50%) scale(0);
  }
}

.header-amebro {
  width: 20%;
  margin: 1rem auto;
}
@media screen and (max-width: 414px) {
  .header-amebro {
    width: 98%;
  }
}
.header-amebro a {
  display: block;
  width: 100%;
}

.page-title {
  width: 100%;
  height: 400px;
  position: relative;
}
.page-title .page-headText {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.page-title .page-headText h1.title, .page-title .page-headText p.title {
  text-align: center;
  font-family: "Oranienbaum", serif;
  font-size: 3.2px;
  font-size: 3.2rem;
  display: block;
  margin-bottom: 2rem;
  color: #fff;
}
@media screen and (max-width: 414px) {
  .page-title .page-headText h1.title, .page-title .page-headText p.title {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.page-title .page-headText p {
  color: #fff;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 414px) {
  .page-title {
    height: 200px;
  }
  .page-title .page-headText {
    width: 90%;
  }
}

.page-title-menu {
  background: url("../../images/header/title-back-common.jpg") center/cover;
}
@media screen and (max-width: 414px) {
  .page-title-menu {
    background: url("../../images/header/title-back-common-sp.jpg") center/cover;
  }
}

.page-title-page-herbalpeel {
  background: url("../../images/header/title-back-page-herbalpeel.jpg") center/cover;
}
@media screen and (max-width: 414px) {
  .page-title-page-herbalpeel {
    background: url("../../images/header/title-back-page-herbalpeel-sp.jpg") center/cover;
  }
}

.page-title-page-herbalmethod {
  background: url("../../images/header/title-back-page-herbalpeel.jpg") center/cover;
}
@media screen and (max-width: 414px) {
  .page-title-page-herbalmethod {
    background: url("../../images/header/title-back-page-herbalpeel-sp.jpg") center/cover;
  }
}

.page-title-page-herbalbody {
  background: url("../../images/header/title-back-page-herbalbody.jpg") center/cover;
}
@media screen and (max-width: 414px) {
  .page-title-page-herbalbody {
    background: url("../../images/header/title-back-page-herbalbody-sp.jpg") center/cover;
  }
}

.page-title-page-yomogi {
  background: url("../../images/header/title-back-page-yomogi-20220608.jpg") center/cover;
}
.page-title-page-yomogi .page-headText h1.title, .page-title-page-yomogi .page-headText p {
  color: #8ac6d0 !important;
  text-shadow: 2px 2px 10px #fff, -2px 2px 10px #fff, 2px -2px 10px #fff, -2px -2px 10px #fff;
}
@media screen and (max-width: 414px) {
  .page-title-page-yomogi {
    background: url("../../images/header/title-back-page-yomogi-sp-20220606.jpg") center/cover;
  }
}

.page-title-page-itodatsumou {
  background: url("../../images/header/title-back-page-itodatsumou.jpg") center/cover;
}
@media screen and (max-width: 414px) {
  .page-title-page-itodatsumou {
    background: url("../../images/header/title-back-page-itodatsumou-sp.jpg") center/cover;
  }
}

/* 必須 */
/*========================================================

  footer

========================================================*/
footer {
  background-color: #8ac6d0;
}
footer .footer-inner {
  width: 80%;
  margin: 0 auto;
  padding: 4rem 0;
}
@media screen and (max-width: 414px) {
  footer .footer-inner {
    width: 100%;
  }
}
footer .footer-inner .footer-sns {
  width: 20%;
  margin: 0 auto 4rem;
  display: flex;
  justify-content: space-between;
}
footer .footer-inner .footer-sns a {
  color: #fff;
}
footer .footer-inner .footer-sns a i {
  font-size: 3.2px;
  font-size: 3.2rem;
}
@media screen and (max-width: 414px) {
  footer .footer-inner .footer-sns a i {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 414px) {
  footer .footer-inner .footer-sns {
    width: 60%;
  }
}
footer .footer-inner ul li a {
  display: block;
  border-left: 4px solid #fff;
  color: #fff;
  margin-bottom: 4px;
  padding-left: 2rem;
}
@media screen and (max-width: 414px) {
  footer .footer-inner ul {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto 2rem;
  }
  footer .footer-inner ul li {
    padding-right: 2rem;
    width: 33%;
  }
  footer .footer-inner ul li a {
    line-height: 2.4rem;
  }
}
footer .footer-inner table tr td {
  text-align: left;
  padding-left: 2rem;
  color: #fff;
}
footer p.copyright {
  text-align: center;
  color: #fff;
}

section.footer-contact {
  width: 100%;
}
@media screen and (max-width: 1367px) {
  section.footer-contact {
    position: fixed;
    bottom: 0;
  }
}
section.footer-contact .footer-contact-inner {
  width: 100%;
}
@media screen and (max-width: 1367px) {
  section.footer-contact .footer-contact-inner {
    display: flex;
  }
}
section.footer-contact .footer-contact-inner .tel {
  position: fixed;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1367px) {
  section.footer-contact .footer-contact-inner .tel {
    position: static;
  }
}
section.footer-contact .footer-contact-inner .tel a {
  display: block;
  background-color: #8ac6d0;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 1rem;
  font-size: 2.8px;
  font-size: 2.8rem;
}
section.footer-contact .footer-contact-inner .tel a:hover {
  background-color: rgb(69.9268292683, 159.1951219512, 174.0731707317);
}
@media screen and (max-width: 414px) {
  section.footer-contact .footer-contact-inner .tel a {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
section.footer-contact .footer-contact-inner .yoyaku {
  position: fixed;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1367px) {
  section.footer-contact .footer-contact-inner .yoyaku {
    position: static;
  }
}
section.footer-contact .footer-contact-inner .yoyaku a {
  display: block;
  background-color: #8ac6d0;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 1rem;
  font-size: 2.8px;
  font-size: 2.8rem;
}
section.footer-contact .footer-contact-inner .yoyaku a:hover {
  background-color: rgb(69.9268292683, 159.1951219512, 174.0731707317);
}
@media screen and (max-width: 414px) {
  section.footer-contact .footer-contact-inner .yoyaku a {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

#page {
  /* 吹き出し▶︎ */
  /* 質問吹き出し▶︎ */
  /* 答え吹き出し▶︎ */
  /* ?!アイコン */
  /* ?アイコン */
  /* !アイコン */
}
#page .more-btn {
  width: 200px;
  margin: 2rem auto;
}
@media screen and (max-width: 414px) {
  #page {
    padding: 2rem 0;
  }
}
#page .page-content {
  padding: 2rem;
}
#page .page-content h2 {
  position: relative;
  color: #333;
  text-shadow: 0 0 2px white;
  background: rgb(210.7682926829, 233.4512195122, 237.2317073171);
  z-index: -4;
  border-radius: 0 10px 10px;
  font-size: 3.2px;
  font-size: 3.2rem;
  padding: 1rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 414px) {
  #page .page-content h2 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 414px) {
  #page .page-content h2 {
    font-size: 2.8px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 414px) and (max-width: 414px) {
  #page .page-content h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
#page .page-content h2:before {
  content: "";
  position: absolute;
  background: #8ac6d0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  z-index: -1;
}
#page .page-content h3 {
  position: relative;
  padding: 0.6em;
  background: rgb(210.7682926829, 233.4512195122, 237.2317073171);
  margin-bottom: 4rem;
  font-size: 2.8px;
  font-size: 2.8rem;
}
@media screen and (max-width: 414px) {
  #page .page-content h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
#page .page-content h3:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid rgb(210.7682926829, 233.4512195122, 237.2317073171);
  width: 0;
  height: 0;
}
#page .page-content h4 {
  position: relative; /*相対位置*/
  padding-left: 1.2em; /*アイコン分のスペース*/
  line-height: 1.4; /*行高*/
  margin-bottom: 4rem;
  color: #8ac6d0;
  font-size: 2.8px;
  font-size: 2.8rem;
}
@media screen and (max-width: 414px) {
  #page .page-content h4 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
#page .page-content h4:before {
  font-family: "Font Awesome 5 Free";
  content: "\f075"; /*アイコンのユニコード*/
  position: absolute; /*絶対位置*/
  font-size: 1em; /*サイズ*/
  left: 0; /*アイコンの位置*/
  top: 0; /*アイコンの位置*/
  color: #8ac6d0; /*アイコン色*/
}
#page .page-content h5 {
  position: relative;
  margin-bottom: 4rem;
  font-size: 2.2px;
  font-size: 2.2rem;
}
@media screen and (max-width: 414px) {
  #page .page-content h5 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#page .page-content h5:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
}
#page .page-content img {
  width: 100%;
}
#page section.flow {
  margin-bottom: 6rem;
}
#page section.flow p.intro {
  background-color: #efefef;
  padding: 2rem;
  text-align: center;
  width: 60%;
  margin: 0 auto;
}
#page section.flow div.inner div.flow-container div.flow-box {
  padding: 1rem 2rem;
}
@media screen and (max-width: 1024px) {
  #page section.flow div.inner div.flow-container div.flow-box {
    padding: 1rem;
  }
}
@media screen and (max-width: 414px) {
  #page section.flow div.inner div.flow-container div.flow-box {
    padding: 1rem 0;
  }
}
#page section.flow div.inner div.flow-container div.flow-box p.head {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1rem;
  padding: 1rem 0;
  text-align: center;
  height: 105px;
}
@media screen and (max-width: 1024px) {
  #page section.flow div.inner div.flow-container div.flow-box p.head {
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    height: 95px;
  }
}
#page section.flow div.inner div.flow-container div.flow-box p.head span {
  display: block;
  margin-bottom: 1.5rem;
  font-size: 20px;
  font-size: 2rem;
  color: #8ac6d0;
}
@media screen and (max-width: 1024px) {
  #page section.flow div.inner div.flow-container div.flow-box p.head span {
    margin-bottom: 1rem;
  }
}
#page section.flow div.inner div.flow-container div.flow-box div.txt {
  padding: 1rem;
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  #page section.flow div.inner div.flow-container div.flow-box div.txt {
    padding: 0 1rem;
  }
}
#page section.flow div.inner div.flow-container div.flow-box div.txt p span {
  display: block;
  padding: 1rem;
  background: #f49fc3;
  color: #fff;
  margin: 0.5rem 0;
}
#page section.price {
  margin-bottom: 6rem;
}
#page section.price div.inner p.intro {
  font-size: 1.8px;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 5rem;
}
@media screen and (max-width: 414px) {
  #page section.price div.inner p.intro {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#page section.price div.inner div.price_container div.price_box {
  background: #fff;
  padding: 2rem;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 414px) {
  #page section.price div.inner div.price_container div.price_box {
    padding: 0;
  }
}
#page section.price div.inner div.price_container div.price_box + div.price_box {
  margin-top: 5rem;
}
#page section.price div.inner div.price_container div.price_box h3.price_title {
  font-size: 2.8px;
  font-size: 2.8rem;
  padding: 1rem;
  background: #8ac6d0;
  color: #fff;
}
@media screen and (max-width: 414px) {
  #page section.price div.inner div.price_container div.price_box h3.price_title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
#page section.price div.inner div.price_container div.price_box div.price_recommend {
  padding: 2rem;
}
#page section.price div.inner div.price_container div.price_box div.price_recommend p:first-child {
  position: relative;
  padding-left: 35px;
  margin-bottom: 1rem;
  font-weight: bold;
}
#page section.price div.inner div.price_container div.price_box div.price_recommend p:first-child:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f0eb";
  background: #ffca2c;
  color: white;
  font-weight: normal;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
#page section.price div.inner div.price_container div.price_box div.price_recommend p:first-child:after {
  /*吹き出しのちょこんと出た部分*/
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  height: 0;
  width: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #ffca2c;
  top: 50%;
  transform: translateY(-50%);
}
#page section.price div.inner div.price_container div.price_box div.price_recommend p:nth-of-type(2) {
  text-decoration: underline;
  font-size: 2.2px;
  font-size: 2.2rem;
  color: #ecbabe;
  font-weight: bold;
}
@media screen and (max-width: 414px) {
  #page section.price div.inner div.price_container div.price_box div.price_recommend p:nth-of-type(2) {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#page section.price div.inner div.price_container div.price_box p.price_detail {
  font-size: 1.8px;
  font-size: 1.8rem;
  padding: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 414px) {
  #page section.price div.inner div.price_container div.price_box p.price_detail {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#page section.price div.inner div.price_container div.price_box table {
  width: 100%;
  border-collapse: collapse;
}
#page section.price div.inner div.price_container div.price_box table th, #page section.price div.inner div.price_container div.price_box table td {
  font-size: 1.8px;
  font-size: 1.8rem;
  width: 50%;
  border: 1px solid #8ac6d0;
  padding: 1.5rem;
  letter-spacing: 3px;
}
@media screen and (max-width: 414px) {
  #page section.price div.inner div.price_container div.price_box table th, #page section.price div.inner div.price_container div.price_box table td {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 414px) {
  #page section.price div.inner div.price_container div.price_box table th, #page section.price div.inner div.price_container div.price_box table td {
    padding: 1.5rem 0.5rem;
  }
}
#page section.price div.inner div.price_container div.price_box table th {
  background: rgb(210.7682926829, 233.4512195122, 237.2317073171);
  font-weight: normal;
}
#page section.price div.inner div.price_container div.price_box table td {
  line-height: 1.5;
}
#page section.price div.inner div.price_container div.price_box table td span {
  color: #a91b1b;
  font-weight: bold;
  display: block;
}
#page section.price div.inner div.price_container div.price_box table td ul li {
  font-size: 1.8px;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 414px) {
  #page section.price div.inner div.price_container div.price_box table td ul li {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#page section.option {
  margin-bottom: 6rem;
}
#page section.option div.inner table {
  width: 100%;
  border-collapse: collapse;
}
#page section.option div.inner table + table {
  margin-top: 2rem;
}
#page section.option div.inner table th, #page section.option div.inner table td {
  width: 25%;
  border: 1px solid #8ac6d0;
  padding: 1rem;
  background: #fff;
  letter-spacing: 3px;
  box-sizing: border-box;
}
#page section.option div.inner table th {
  font-weight: normal;
}
@media screen and (max-width: 414px) {
  #page section.option div.inner table th {
    display: block;
    width: 100%;
    background: #727475;
    color: #fff;
  }
}
@media screen and (max-width: 414px) {
  #page section.option div.inner table td {
    display: block;
    width: 100%;
  }
}
#page section.option div.inner table td:nth-child(3) {
  width: 10%;
}
@media screen and (max-width: 414px) {
  #page section.option div.inner table td:nth-child(3) {
    display: block;
    width: 100%;
  }
}
#page section.option div.inner table td ul {
  text-align: left;
  padding: 0 2rem;
}
#page section.option div.inner table td ul li {
  list-style-type: disc;
  list-style-position: outside;
}
#page .beforeafter {
  margin-bottom: 6rem;
}
#page .beforeafter .box {
  padding: 1rem;
}
#page .beforeafter .box p {
  padding: 2rem;
  font-size: 2.2px;
  font-size: 2.2rem;
}
@media screen and (max-width: 414px) {
  #page .beforeafter .box p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#page .beforeafter .box .inner {
  display: flex;
}
#page .beforeafter .box .inner .imgbox p {
  text-align: left;
  font-family: "Bad Script", cursive;
  color: #ecbabe;
  font-size: 2.8px;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 0.4rem;
}
@media screen and (max-width: 414px) {
  #page .beforeafter .box .inner .imgbox p {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
#page .beforeafter .box .inner .imgbox img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  #page .beforeafter .box .inner .imgbox img {
    height: 180px;
  }
}
@media screen and (max-width: 414px) {
  #page .beforeafter .box .inner .imgbox img {
    height: 100px;
  }
}
#page .attention-txt p {
  margin-bottom: 4rem;
}
#page .attention-txt ul {
  margin-bottom: 2rem;
}
#page .cp_qa *, #page .cp_qa *:after, #page .cp_qa *:before {
  font-family: "FontAwesome", serif;
  box-sizing: border-box;
}
#page .cp_qa dt, #page .cp_qa dd {
  position: relative;
  padding: 0.5em;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  border-radius: 0.3em;
}
#page .cp_qa dt {
  margin: 0 3em 1em 3em;
  background: #ffe0b2;
}
#page .cp_qa dd {
  margin: 0 3em 3em 3em;
  background: #b2ebf2;
}
#page .cp_qa dt::before, #page .cp_qa dd::before {
  position: absolute;
  z-index: 99;
  top: 0.5em;
  display: inline-block;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
}
#page .cp_qa dt::before {
  left: -0.5em;
  border-width: 5px 8.7px 5px 0;
  border-color: transparent #ffe0b2 transparent transparent;
}
#page .cp_qa dd::before {
  right: -0.5em;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #b2ebf2;
}
#page .cp_qa dt::after, #page .cp_qa dd::after {
  font-size: 1.2em;
  position: absolute;
  top: 0;
  color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.2em;
}
#page .cp_qa dt::after {
  left: -2.5em;
  margin: 0 0.5em 0 0;
  padding: 0.2em 0.4em;
  content: "\f128";
  background: #f57c00;
}
#page .cp_qa dd::after {
  right: -2.5em;
  margin: 0 0 0 0.5em;
  padding: 0.2em 0.4em;
  content: "\f007";
  background: #0097a7;
}

/* 必須 */
article#top {
  overflow: hidden;
}
article#top .pad-10rem {
  padding: 10rem 0;
}
@media screen and (max-width: 414px) {
  article#top .pad-10rem {
    padding: 4rem 0;
  }
}
article#top .inner {
  max-width: 1050px;
  margin: 0 auto;
}
article#top .more-btn {
  width: 200px;
  margin: 2rem auto;
}
@media screen and (max-width: 414px) {
  article#top {
    padding: 2rem 0;
  }
}
article#top .more-btn300 {
  width: 300px;
  margin: 2rem auto;
}
article#top .page-top-title {
  margin-bottom: 6rem;
  font-family: "Playfair Display", serif;
}
article#top .page-top-title p {
  text-align: center;
  color: #727475;
}
article#top .page-top-title h3 {
  font-size: 2.8px;
  font-size: 2.8rem;
  text-align: center;
  color: #a3a3a3;
}
@media screen and (max-width: 414px) {
  article#top .page-top-title h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
article#top .top-concept {
  background: url("../../images/page-top/page-top-concept-bg-pc.jpg") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  article#top .top-concept {
    background: url("../../images/page-top/page-top-concept-bg-tb.jpg") no-repeat center center;
  }
}
@media screen and (max-width: 414px) {
  article#top .top-concept {
    background: url("../../images/page-top/page-top-concept-bg-sp.jpg") no-repeat center center;
  }
}
article#top .top-concept .top-concept-inner {
  margin-bottom: 6rem;
}
article#top .top-concept .top-concept-inner h4 {
  text-align: center;
  margin-bottom: 4rem;
  color: #8ac6d0;
  font-size: 2.8px;
  font-size: 2.8rem;
}
@media screen and (max-width: 414px) {
  article#top .top-concept .top-concept-inner h4 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
article#top .top-concept .top-concept-inner h4 span {
  font-size: 1.4px;
  font-size: 1.4rem;
}
@media screen and (max-width: 414px) {
  article#top .top-concept .top-concept-inner h4 span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
article#top .top-concept .top-concept-inner p {
  text-align: center;
}
article#top .top-concept2 {
  background: url("../../images/page-top/page-top-concept2-bg-pc-20220608.jpg") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  article#top .top-concept2 {
    background: url("../../images/page-top/page-top-concept2-bg-tb-20220608.jpg") no-repeat center center;
  }
}
@media screen and (max-width: 414px) {
  article#top .top-concept2 {
    background: url("../../images/page-top/page-top-concept2-bg-sp-20220608.jpg") no-repeat center center;
  }
}
article#top .top-concept2 .top-concept-inner {
  margin-top: 6rem;
  margin-bottom: 6rem;
  margin-right: 1rem;
  margin-left: 1rem;
  background-color: #fff;
  max-width: 1150px;
  padding: 2rem;
  box-shadow: 0 0 8px gray;
}
article#top .top-concept2 .top-concept-inner h4 {
  text-align: center;
  margin-bottom: 4rem;
  color: #8ac6d0;
  font-size: 2.8px;
  font-size: 2.8rem;
}
@media screen and (max-width: 414px) {
  article#top .top-concept2 .top-concept-inner h4 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
article#top .top-concept2 .top-concept-inner h4 span {
  font-size: 1.4px;
  font-size: 1.4rem;
}
@media screen and (max-width: 414px) {
  article#top .top-concept2 .top-concept-inner h4 span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
article#top .top-concept2 .top-concept-inner p {
  text-align: center;
}
article#top .top-pt1 {
  background-color: #fafafa;
  background-size: cover;
}
article#top .top-pt1 .top-pt1-left {
  margin: 1rem;
  background-color: #fff;
  box-shadow: 0 0 10px #999;
}
article#top .top-pt1 .top-pt1-left .top-pt1-left-inner {
  border: 1px solid #a3a3a3;
  margin: 1rem;
  padding: 1rem;
}
article#top .top-pt1 .top-pt1-left .top-pt1-left-inner p {
  display: block;
  margin-bottom: 2rem;
}
article#top .top-pt1 .top-pt1-left .top-pt1-left-inner p:first-child {
  color: #a3a3a3;
  text-align: center;
}
article#top .top-pt1 .top-pt1-left .top-pt1-left-inner p span {
  display: block;
  border-top: 1px solid #a3a3a3;
  border-bottom: 1px solid #a3a3a3;
  line-height: 3.2rem;
  text-align: center;
  color: #ecbabe;
}
article#top .top-pt1 .top-pt1-left .top-pt1-left-inner p.top-pt1-left-inner-price {
  text-align: center;
  font-size: 2.2px;
  font-size: 2.2rem;
  color: #ecbabe;
}
@media screen and (max-width: 414px) {
  article#top .top-pt1 .top-pt1-left .top-pt1-left-inner p.top-pt1-left-inner-price {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
article#top .top-pt1 .top-pt1-left .top-pt1-left-inner h3 {
  color: #8ac6d0;
  text-align: center;
  font-family: "Playfair Display", serif;
  font-size: 2.2px;
  font-size: 2.2rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 414px) {
  article#top .top-pt1 .top-pt1-left .top-pt1-left-inner h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
article#top .top-pt1 .top-pt1-right {
  margin: 1rem;
}
@media screen and (max-width: 1024px) {
  article#top .top-pt1 .top-pt1-right {
    display: flex;
  }
}
@media screen and (max-width: 414px) {
  article#top .top-pt1 .top-pt1-right {
    display: block;
  }
}
article#top .top-pt1 .top-pt1-right .top-pt1-right-box {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 350px;
}
article#top .top-pt1 .top-pt1-right .top-pt1-right-box img {
  position: absolute;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
article#top .top-pt1 .top-pt1-right .top-pt1-right-box .top-pt1-right-box-inner {
  position: absolute;
  right: 0%;
  left: 0;
  background: #fff;
  z-index: 100;
  top: 100px;
  width: 80%;
  height: auto;
  padding: 3rem 3rem 1rem;
  margin: 0 auto;
  box-sizing: border-box;
  box-shadow: 0 0 10px #999;
  text-align: justify;
}
article#top .top-pt1 .top-pt1-right .top-pt1-right-box .top-pt1-right-box-inner .border1 {
  height: 10px;
  background-color: #8ac6d0;
}
article#top .top-pt1 .top-pt1-right .top-pt1-right-box .top-pt1-right-box-inner .border2 {
  height: 10px;
  background-color: #ecbabe;
}
article#top .top-pt1 .top-pt1-right .top-pt1-right-box .top-pt1-right-box-inner h3 {
  text-align: center;
}
article#top .top-pt1 .top-pt1-right .top-pt1-right-box .top-pt1-right-box-inner p {
  font-size: 1.4px;
  font-size: 1.4rem;
}
@media screen and (max-width: 414px) {
  article#top .top-pt1 .top-pt1-right .top-pt1-right-box .top-pt1-right-box-inner p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
article#top .top-pt2 .top-pt2-box {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 600px;
}
@media screen and (max-width: 414px) {
  article#top .top-pt2 .top-pt2-box {
    height: auto;
  }
}
article#top .top-pt2 .top-pt2-box img.top-pt2-box-img {
  position: absolute;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 414px) {
  article#top .top-pt2 .top-pt2-box img.top-pt2-box-img {
    display: none;
  }
}
@media screen and (max-width: 414px) {
  article#top .top-pt2 .top-pt2-box img.top-pt2-box-img-sp {
    margin-bottom: 1rem;
  }
}
article#top .top-pt2 .top-pt2-box .top-pt2-box-inner {
  position: absolute;
  right: 0%;
  left: 0;
  background: #fff;
  z-index: 100;
  top: 300px;
  width: 80%;
  height: auto;
  padding: 3rem 3rem 1rem;
  margin: 0 auto;
  box-sizing: border-box;
  box-shadow: 0 0 10px #999;
  text-align: justify;
}
@media screen and (max-width: 414px) {
  article#top .top-pt2 .top-pt2-box .top-pt2-box-inner {
    position: static;
    width: 92%;
  }
}
article#top .top-pt2 .top-pt2-box .top-pt2-box-inner .top-pt2-box-inner-img {
  width: 80%;
  margin: 2rem auto;
}
@media screen and (max-width: 414px) {
  article#top .top-pt2 .top-pt2-box .top-pt2-box-inner .top-pt2-box-inner-img {
    width: 100%;
  }
}
article#top .top-pt2 .top-pt2-box .top-pt2-box-inner .top-pt2-box-inner-img img {
  width: 100%;
}
article#top .top-pt2 .top-pt2-box .top-pt2-box-inner h2 {
  text-align: center;
  margin-bottom: 4rem;
  color: #8ac6d0;
  font-size: 2.8px;
  font-size: 2.8rem;
}
@media screen and (max-width: 414px) {
  article#top .top-pt2 .top-pt2-box .top-pt2-box-inner h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 414px) {
  article#top .top-pt2 .top-pt2-box .top-pt2-box-inner h2 {
    font-size: 2.6rem;
  }
}
article#top .top-pt2 .top-pt2-box .top-pt2-box-inner p span {
  display: block;
  text-align: center;
  font-weight: bold;
  color: #727475;
  font-size: 1.8px;
  font-size: 1.8rem;
  margin-bottom: 2rem;
  border-top: 1px solid #a3a3a3;
  border-bottom: 1px solid #a3a3a3;
  padding: 0.4rem 0;
  color: #ecbabe;
}
@media screen and (max-width: 414px) {
  article#top .top-pt2 .top-pt2-box .top-pt2-box-inner p span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
article#top .top-pt3 .top-pt2-box {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 1100px;
}
@media screen and (max-width: 414px) {
  article#top .top-pt3 .top-pt2-box {
    height: auto;
  }
}
article#top .top-pt3 .top-pt2-box img.top-pt2-box-img {
  position: absolute;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 414px) {
  article#top .top-pt3 .top-pt2-box img.top-pt2-box-img {
    display: none;
  }
}
@media screen and (max-width: 414px) {
  article#top .top-pt3 .top-pt2-box img.top-pt2-box-img-sp {
    margin-bottom: 1rem;
  }
}
article#top .top-pt3 .top-pt2-box .top-pt2-box-inner {
  position: absolute;
  right: 0%;
  left: 0;
  background: #fff;
  z-index: 100;
  top: 300px;
  width: 80%;
  height: auto;
  padding: 3rem 3rem 1rem;
  margin: 0 auto;
  box-sizing: border-box;
  box-shadow: 0 0 10px #999;
  text-align: justify;
}
@media screen and (max-width: 414px) {
  article#top .top-pt3 .top-pt2-box .top-pt2-box-inner {
    position: static;
    width: 92%;
  }
}
article#top .top-pt3 .top-pt2-box .top-pt2-box-inner .top-pt2-box-inner-img {
  width: 80%;
  margin: 2rem auto;
}
@media screen and (max-width: 414px) {
  article#top .top-pt3 .top-pt2-box .top-pt2-box-inner .top-pt2-box-inner-img {
    width: 100%;
  }
}
article#top .top-pt3 .top-pt2-box .top-pt2-box-inner .top-pt2-box-inner-img img {
  width: 100%;
}
article#top .top-pt3 .top-pt2-box .top-pt2-box-inner h2 {
  text-align: center;
  margin-bottom: 4rem;
  color: #8ac6d0;
  font-size: 2.8px;
  font-size: 2.8rem;
}
@media screen and (max-width: 414px) {
  article#top .top-pt3 .top-pt2-box .top-pt2-box-inner h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 414px) {
  article#top .top-pt3 .top-pt2-box .top-pt2-box-inner h2 {
    font-size: 2.6rem;
  }
}
article#top .top-pt3 .top-pt2-box .top-pt2-box-inner p span {
  display: block;
  text-align: center;
  font-weight: bold;
  color: #727475;
  font-size: 1.8px;
  font-size: 1.8rem;
  margin-bottom: 2rem;
  border-top: 1px solid #a3a3a3;
  border-bottom: 1px solid #a3a3a3;
  padding: 0.4rem 0;
  color: #ecbabe;
}
@media screen and (max-width: 414px) {
  article#top .top-pt3 .top-pt2-box .top-pt2-box-inner p span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
article#top .top-pt4 {
  background-color: rgb(247.1524390244, 251.1768292683, 251.8475609756);
}
article#top .top-pt4 .top-pt4-box {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 1100px;
}
@media screen and (max-width: 414px) {
  article#top .top-pt4 .top-pt4-box {
    height: auto;
  }
}
article#top .top-pt4 .top-pt4-box img.top-pt2-box-img {
  position: absolute;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 414px) {
  article#top .top-pt4 .top-pt4-box img.top-pt2-box-img {
    display: none;
  }
}
@media screen and (max-width: 414px) {
  article#top .top-pt4 .top-pt4-box img.top-pt2-box-img-sp {
    margin-bottom: 1rem;
  }
}
article#top .top-pt4 .top-pt4-box .top-pt2-box-inner {
  position: absolute;
  right: 0%;
  left: 0;
  background: #fff;
  z-index: 100;
  top: 300px;
  width: 80%;
  height: auto;
  padding: 3rem 3rem 1rem;
  margin: 0 auto;
  box-sizing: border-box;
  box-shadow: 0 0 10px #999;
  text-align: justify;
}
@media screen and (max-width: 414px) {
  article#top .top-pt4 .top-pt4-box .top-pt2-box-inner {
    position: static;
    width: 92%;
  }
}
article#top .top-pt4 .top-pt4-box .top-pt2-box-inner .top-pt2-box-inner-img {
  width: 80%;
  margin: 2rem auto;
}
@media screen and (max-width: 414px) {
  article#top .top-pt4 .top-pt4-box .top-pt2-box-inner .top-pt2-box-inner-img {
    width: 100%;
  }
}
article#top .top-pt4 .top-pt4-box .top-pt2-box-inner .top-pt2-box-inner-img img {
  width: 100%;
}
article#top .top-pt4 .top-pt4-box .top-pt2-box-inner h2 {
  text-align: center;
  margin-bottom: 4rem;
  color: #8ac6d0;
  font-size: 2.8px;
  font-size: 2.8rem;
}
@media screen and (max-width: 414px) {
  article#top .top-pt4 .top-pt4-box .top-pt2-box-inner h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 414px) {
  article#top .top-pt4 .top-pt4-box .top-pt2-box-inner h2 {
    font-size: 2.6rem;
  }
}
article#top .top-pt4 .top-pt4-box .top-pt2-box-inner p span {
  display: block;
  text-align: center;
  font-weight: bold;
  color: #727475;
  font-size: 1.8px;
  font-size: 1.8rem;
  margin-bottom: 2rem;
  border-top: 1px solid #a3a3a3;
  border-bottom: 1px solid #a3a3a3;
  padding: 0.4rem 0;
  color: #ecbabe;
}
@media screen and (max-width: 414px) {
  article#top .top-pt4 .top-pt4-box .top-pt2-box-inner p span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
article#top .top-customer {
  background: url("../../images/page-top/page-top-voice-bg-pc.jpg") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  article#top .top-customer {
    background: url("../../images/page-top/page-top-voice-bg-tb.jpg") no-repeat center center;
  }
}
@media screen and (max-width: 414px) {
  article#top .top-customer {
    background: url("../../images/page-top/page-top-voice-bg-sp.jpg") no-repeat center center;
  }
}
article#top .top-customer .col-l-6 .top-customer-box {
  margin: 1rem;
  padding: 1rem;
  background-color: #fff;
}
article#top .top-customer .col-l-6 .top-customer-box .top-customer-box-inner {
  border: 2px solid #8ac6d0;
  padding: 2rem;
}
article#top .top-customer .col-l-6 .top-customer-box .top-customer-box-inner .row {
  border-bottom: 4px solid #8ac6d0;
  color: #8ac6d0;
}
article#top .top-customer .col-l-6 .top-customer-box .top-customer-box-inner .row p {
  text-align: right;
}
article#top .top-customer .col-l-6:nth-child(even) .top-customer-box {
  margin: 1rem;
  padding: 1rem;
  background-color: #fff;
}
article#top .top-customer .col-l-6:nth-child(even) .top-customer-box .top-customer-box-inner {
  border: 2px solid #ecbabe;
  padding: 2rem;
}
article#top .top-customer .col-l-6:nth-child(even) .top-customer-box .top-customer-box-inner .row {
  border-bottom: 4px solid #ecbabe;
  color: #ecbabe;
}
article#top .top-customer .col-l-6:nth-child(even) .top-customer-box .top-customer-box-inner .row p {
  text-align: right;
}
article#top .top-customer .col-l-6 .top-customer-box-inner-content {
  padding: 2rem 0;
}
article#top .top-customer .col-l-6 .top-customer-box-inner-menu {
  display: block;
  border-top: 1px solid #727475;
  padding-top: 1rem;
}
article#top .top-customer .col-l-6 .top-customer-box-inner-menu i {
  color: #727475;
}
article#top .top-owener-inner {
  padding: 1rem;
}
article#top .top-news a.top-news-box {
  display: block;
  margin: 1rem;
  box-shadow: 0 0 10px #999;
}
@media screen and (max-width: 414px) {
  article#top .top-news a.top-news-box {
    display: flex;
  }
}
article#top .top-news a.top-news-box img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  article#top .top-news a.top-news-box img {
    height: 150px;
  }
}
@media screen and (max-width: 414px) {
  article#top .top-news a.top-news-box img {
    width: 40%;
    height: 100px;
  }
}
article#top .top-news a.top-news-box .top-news-box-inner {
  background-color: #fff;
  padding: 1rem;
}
@media screen and (max-width: 414px) {
  article#top .top-news a.top-news-box .top-news-box-inner {
    width: 60%;
  }
}
article#top .top-news a.top-news-box .top-news-box-inner time {
  font-size: 1.4px;
  font-size: 1.4rem;
  color: #8ac6d0;
}
@media screen and (max-width: 414px) {
  article#top .top-news a.top-news-box .top-news-box-inner time {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
article#top .top-news a.top-news-box .top-news-box-inner h4 {
  color: #727475;
}
article#top .top-contact {
  background-color: #a3a3a3;
  background: url("../../images/page-top/page-top-contact-pc-bg.jpg") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 414px) {
  article#top .top-contact {
    background: url("../../images/page-top/page-top-contact-sp.jpg") center center no-repeat;
    background-size: cover;
  }
}
article#top .top-contact .top-contact-box {
  background-color: #fff;
  margin: 2rem 0;
}
@media screen and (max-width: 414px) {
  article#top .top-contact .top-contact-box {
    background-color: transparent;
  }
}
article#top .top-contact .top-contact-box .top-contact-box-right {
  padding: 2rem;
}
article#top .top-contact .top-contact-box .top-contact-box-right .top-contact-box-right-inner {
  padding: 8rem;
  border: 1px solid #727475;
}
@media screen and (max-width: 1024px) {
  article#top .top-contact .top-contact-box .top-contact-box-right .top-contact-box-right-inner {
    padding: 3rem;
  }
}
@media screen and (max-width: 414px) {
  article#top .top-contact .top-contact-box .top-contact-box-right .top-contact-box-right-inner {
    padding: 4rem;
    border: 1px solid #fff;
  }
}
article#top .top-contact .top-contact-box .top-contact-box-right .top-contact-box-right-inner h2 {
  text-align: center;
  font-weight: normal;
  font-size: 2.8px;
  font-size: 2.8rem;
  padding-bottom: 2rem;
  color: #8ac6d0;
  font-family: "Oranienbaum", serif;
}
@media screen and (max-width: 414px) {
  article#top .top-contact .top-contact-box .top-contact-box-right .top-contact-box-right-inner h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1024px) {
  article#top .top-contact .top-contact-box .top-contact-box-right .top-contact-box-right-inner h2 {
    font-size: 2.2px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 414px) {
  article#top .top-contact .top-contact-box .top-contact-box-right .top-contact-box-right-inner h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 414px) {
  article#top .top-contact .top-contact-box .top-contact-box-right .top-contact-box-right-inner h2 {
    font-size: 2.8px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 414px) and (max-width: 414px) {
  article#top .top-contact .top-contact-box .top-contact-box-right .top-contact-box-right-inner h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
article#top .top-contact .top-contact-box .top-contact-box-right .top-contact-box-right-inner h2:after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background-color: #8ac6d0;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  article#top .top-contact .top-contact-box .top-contact-box-right .top-contact-box-right-inner h2:after {
    height: 20px;
  }
}
article#top .top-contact .top-contact-box .top-contact-box-right .top-contact-box-right-inner a.tel {
  display: block;
  color: #8ac6d0;
  font-size: 1.8px;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 414px) {
  article#top .top-contact .top-contact-box .top-contact-box-right .top-contact-box-right-inner a.tel {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1024px) {
  article#top .top-contact .top-contact-box .top-contact-box-right .top-contact-box-right-inner a.tel {
    font-size: 2.2px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 414px) {
  article#top .top-contact .top-contact-box .top-contact-box-right .top-contact-box-right-inner a.tel {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 414px) {
  article#top .top-contact .top-contact-box .top-contact-box-right .top-contact-box-right-inner a.tel {
    font-size: 2.8px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 414px) and (max-width: 414px) {
  article#top .top-contact .top-contact-box .top-contact-box-right .top-contact-box-right-inner a.tel {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 414px) {
  article#top .top-contact .top-contact-box .top-contact-box-right .top-contact-box-right-inner p {
    color: #fff;
  }
}
article#top .instagram-feed {
  width: 80%;
  margin: 4rem auto;
}
@media screen and (max-width: 414px) {
  article#top .instagram-feed {
    width: 98%;
    margin: 2rem auto;
  }
}
article#top .top-salon {
  background-color: #fafafa;
}
article#top .top-salon .top-salon-box {
  margin: 1rem;
  padding: 1rem;
  background-color: #fff;
}
@media screen and (max-width: 414px) {
  article#top .top-salon .top-salon-box {
    display: flex;
  }
  article#top .top-salon .top-salon-box img {
    width: 40%;
  }
}
@media screen and (max-width: 414px) {
  article#top .top-salon .top-salon-box .top-salon-box-info {
    width: 60%;
    padding-left: 1rem;
  }
}
article#top .top-salon .top-salon-box .top-salon-box-info p span {
  font-family: "Great Vibes", cursive;
  color: #ecbabe;
  font-size: 2.8px;
  font-size: 2.8rem;
}
@media screen and (max-width: 414px) {
  article#top .top-salon .top-salon-box .top-salon-box-info p span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

/* 必須 */
article#top2025 {
  overflow: hidden;
}
article#top2025 .pad-10rem {
  padding: 10rem 0;
}
@media screen and (max-width: 414px) {
  article#top2025 .pad-10rem {
    padding: 4rem 0;
  }
}
article#top2025 .inner {
  max-width: 1050px;
  margin: 0 auto;
}
article#top2025 .more-btn {
  width: 200px;
  margin: 2rem auto;
}
@media screen and (max-width: 414px) {
  article#top2025 {
    padding: 2rem 0;
  }
}
article#top2025 .more-btn300 {
  width: 300px;
  margin: 2rem auto;
}
article#top2025 .page-top-title {
  margin-bottom: 6rem;
  font-family: "Playfair Display", serif;
}
article#top2025 .page-top-title p {
  text-align: center;
  color: #727475;
}
article#top2025 .page-top-title h3 {
  font-size: 2.8px;
  font-size: 2.8rem;
  text-align: center;
  color: #a3a3a3;
}
@media screen and (max-width: 414px) {
  article#top2025 .page-top-title h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
article#top2025 .top-nayami {
  padding: 8rem;
  background-image: url("../../images/page-top2025/top-nayami.jpg");
  background-repeat: no-repeat;
  background-position: right bottom; /* 右下に配置 */
  background-size: 30%; /* 幅を30%に */
}
@media screen and (max-width: 414px) {
  article#top2025 .top-nayami {
    padding-left: 0;
    padding-right: 0;
  }
}
article#top2025 .top-nayami .inner {
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 414px) {
  article#top2025 .top-nayami .inner {
    width: 100%;
    padding-bottom: 8rem;
  }
}
article#top2025 .top-nayami .inner h2 {
  font-size: 3rem;
  text-align: center;
}
article#top2025 .top-nayami .inner h2 span {
  background: linear-gradient(transparent 60%, #8ac6d0 50%);
}
article#top2025 .top-nayami .inner ul {
  margin-top: 6rem;
}
@media screen and (max-width: 414px) {
  article#top2025 .top-nayami .inner ul {
    width: 90%;
    margin: 3rem auto;
  }
}
article#top2025 .top-nayami .inner ul li {
  font-size: 2.2px;
  font-size: 2.2rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 414px) {
  article#top2025 .top-nayami .inner ul li {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
article#top2025 .top-nayami .inner p {
  display: block;
  text-align: center;
  font-size: 2.8px;
  font-size: 2.8rem;
}
@media screen and (max-width: 414px) {
  article#top2025 .top-nayami .inner p {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 414px) {
  article#top2025 .top-nayami .inner p {
    font-size: 2.2px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 414px) and (max-width: 414px) {
  article#top2025 .top-nayami .inner p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
article#top2025 .top-nayami .inner p span {
  background: linear-gradient(transparent 60%, #8ac6d0 50%);
}
article#top2025 .top-select {
  background-color: #8ac6d0;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
article#top2025 .top-select .inner h2 {
  color: #fff;
  text-align: center;
  font-size: 2.8px;
  font-size: 2.8rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 414px) {
  article#top2025 .top-select .inner h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
article#top2025 .top-select .inner ul {
  width: 800px;
  margin: 0 auto;
  padding-top: 4rem;
  padding-left: 4rem;
  padding-right: 4rem;
  padding-bottom: 2rem;
  background-color: #fff;
}
@media screen and (max-width: 414px) {
  article#top2025 .top-select .inner ul {
    width: 90%;
  }
}
article#top2025 .top-select .inner ul li {
  margin-bottom: 4rem;
  font-size: 2.2px;
  font-size: 2.2rem;
}
@media screen and (max-width: 414px) {
  article#top2025 .top-select .inner ul li {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
article#top2025 .top-select .inner ul li span {
  color: #8ac6d0;
}
article#top2025 .top-naisou {
  margin-top: -4rem;
}
article#top2025 .top-bf {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
article#top2025 .top-bf .inner {
  /* 偶数番目の .col-l-6 へのスタイル（正しい位置に修正済み） */
}
article#top2025 .top-bf .inner h2 {
  font-size: 2.8px;
  font-size: 2.8rem;
  text-align: center;
  color: #8ac6d0;
  font-size: 3rem;
}
@media screen and (max-width: 414px) {
  article#top2025 .top-bf .inner h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
article#top2025 .top-bf .inner p.top-bf-disc {
  text-align: center;
}
article#top2025 .top-bf .inner .col-l-6 .archive-beforeafter-box {
  margin: 1rem;
  padding: 1rem;
  background-color: #fff;
}
article#top2025 .top-bf .inner .col-l-6 .archive-beforeafter-box .archive-beforeafter-box-inner {
  border: 2px solid #8ac6d0;
  padding: 2rem;
}
article#top2025 .top-bf .inner .col-l-6 .archive-beforeafter-box .archive-beforeafter-box-inner .row {
  border-bottom: 4px solid #8ac6d0;
  color: #8ac6d0;
  margin-bottom: 2rem;
}
article#top2025 .top-bf .inner .col-l-6 .archive-beforeafter-box .archive-beforeafter-box-inner .inner {
  display: flex;
}
article#top2025 .top-bf .inner .col-l-6 .archive-beforeafter-box .archive-beforeafter-box-inner .inner .imgbox p {
  text-align: center;
  font-family: "Bad Script", cursive;
  color: #ecbabe;
  font-size: 2.8px;
  font-size: 2.8rem;
  font-weight: bold;
  padding-bottom: 0.4rem;
}
@media screen and (max-width: 414px) {
  article#top2025 .top-bf .inner .col-l-6 .archive-beforeafter-box .archive-beforeafter-box-inner .inner .imgbox p {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
article#top2025 .top-bf .inner .col-l-6 .archive-beforeafter-box .archive-beforeafter-box-inner .inner .imgbox img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  article#top2025 .top-bf .inner .col-l-6 .archive-beforeafter-box .archive-beforeafter-box-inner .inner .imgbox img {
    height: 180px;
  }
}
@media screen and (max-width: 414px) {
  article#top2025 .top-bf .inner .col-l-6 .archive-beforeafter-box .archive-beforeafter-box-inner .inner .imgbox img {
    height: 100px;
  }
}
article#top2025 .top-bf .inner .col-l-6 .archive-beforeafter-box-inner-content {
  padding: 2rem 0;
}
article#top2025 .top-bf .inner .col-l-6 .archive-beforeafter-box-inner-menu {
  display: block;
  border-top: 1px solid #727475;
  padding-top: 1rem;
}
article#top2025 .top-bf .inner .col-l-6 .archive-beforeafter-box-inner-menu i {
  color: #727475;
}
article#top2025 .top-bf .inner .col-l-6:nth-child(even) .archive-beforeafter-box {
  margin: 1rem;
  padding: 1rem;
  background-color: #fff;
}
article#top2025 .top-bf .inner .col-l-6:nth-child(even) .archive-beforeafter-box .archive-beforeafter-box-inner {
  border: 2px solid #ecbabe;
  padding: 2rem;
}
article#top2025 .top-bf .inner .col-l-6:nth-child(even) .archive-beforeafter-box .archive-beforeafter-box-inner .row {
  border-bottom: 4px solid #ecbabe;
  color: #ecbabe;
}
article#top2025 .top-bf .inner .col-l-6:nth-child(even) .archive-beforeafter-box .archive-beforeafter-box-inner .row p {
  text-align: right;
}
article#top2025 .top-menu-btn .menu-box {
  width: 100%;
  max-width: 720px;
  margin: 40px auto;
  padding: 32px 28px;
  background: #fff9f8;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  text-align: center;
}
article#top2025 .top-menu-btn .menu-box__catch {
  font-size: 2.2px;
  font-size: 2.2rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 8px;
  letter-spacing: 0.3px;
}
@media screen and (max-width: 414px) {
  article#top2025 .top-menu-btn .menu-box__catch {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
article#top2025 .top-menu-btn .menu-box__text {
  color: #555;
  margin-bottom: 24px;
}
article#top2025 .top-menu-btn .menu-box__btn {
  display: inline-block;
  background: #c29fae;
  color: #fff;
  padding: 14px 36px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
article#top2025 .top-menu-btn .menu-box__btn:hover {
  background: #b38697;
  transform: translateY(-3px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
}
@media (max-width: 480px) {
  article#top2025 .top-menu-btn .menu-box {
    padding: 24px 20px;
  }
  article#top2025 .top-menu-btn .menu-box__catch {
    font-size: 1.1rem;
  }
  article#top2025 .top-menu-btn .menu-box__btn {
    width: 100%;
    padding: 14px 0;
  }
}
article#top2025 .top-customer {
  background: url("../../images/page-top2025/page-top-voice-bg-pc.jpg") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  article#top2025 .top-customer {
    background: url("../../images/page-top2025/page-top-voice-bg-tb.jpg") no-repeat center center;
  }
}
@media screen and (max-width: 414px) {
  article#top2025 .top-customer {
    background: url("../../images/page-top2025/page-top-voice-bg-sp.jpg") no-repeat center center;
  }
}
article#top2025 .top-customer p.top-customer-disc {
  display: block;
  margin-top: 3rem;
  text-align: center;
  font-size: 2.2px;
  font-size: 2.2rem;
}
@media screen and (max-width: 414px) {
  article#top2025 .top-customer p.top-customer-disc {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
article#top2025 .top-customer p.top-customer-disc span {
  padding: 1rem;
  background-color: #fff;
}
article#top2025 .top-customer .col-l-12 .top-customer-box {
  margin: 1rem;
  padding: 1rem;
  background-color: #fff;
}
article#top2025 .top-customer .col-l-12 .top-customer-box .top-customer-box-inner {
  border: 2px solid #8ac6d0;
  padding: 2rem;
}
article#top2025 .top-customer .col-l-12 .top-customer-box .top-customer-box-inner .row {
  border-bottom: 4px solid #8ac6d0;
  color: #8ac6d0;
}
article#top2025 .top-customer .col-l-12 .top-customer-box .top-customer-box-inner .row p {
  text-align: right;
}
article#top2025 .top-customer .col-l-12:nth-child(even) .top-customer-box {
  margin: 1rem;
  padding: 1rem;
  background-color: #fff;
}
article#top2025 .top-customer .col-l-12:nth-child(even) .top-customer-box .top-customer-box-inner {
  border: 2px solid #ecbabe;
  padding: 2rem;
}
article#top2025 .top-customer .col-l-12:nth-child(even) .top-customer-box .top-customer-box-inner .row {
  border-bottom: 4px solid #ecbabe;
  color: #ecbabe;
}
article#top2025 .top-customer .col-l-12:nth-child(even) .top-customer-box .top-customer-box-inner .row p {
  text-align: right;
}
article#top2025 .top-customer .col-l-12 .top-customer-box-inner-content {
  padding: 2rem 0;
}
article#top2025 .top-customer .col-l-12 .top-customer-box-inner-menu {
  display: block;
  border-top: 1px solid #727475;
  padding-top: 1rem;
}
article#top2025 .top-customer .col-l-12 .top-customer-box-inner-menu i {
  color: #727475;
}
article#top2025 .top-menu {
  background: #D9FCFA;
  padding: 60px 20px;
  /* カードレイアウト（２列） */
  /* スマホ */
  /* ボタン */
  /* スマホ対応 */
}
article#top2025 .top-menu .container {
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
}
article#top2025 .top-menu .top-menu-title {
  font-size: 34px;
  color: #53A3B1;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}
article#top2025 .top-menu .top-menu-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #53A3B1;
  margin: 10px auto 0;
  border-radius: 5px;
}
article#top2025 .top-menu .top-menu-subtitle {
  font-size: 18px;
  color: #333;
  margin-bottom: 40px;
  line-height: 1.6;
}
article#top2025 .top-menu .menu-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
article#top2025 .top-menu .menu-card {
  position: relative;
  display: block;
  background: #fff;
  width: calc(50% - 20px);
  padding: 28px;
  border-radius: 14px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  border: 1px solid #c6efec;
  text-decoration: none;
  color: #333;
  overflow: hidden;
  transition: 0.35s ease;
  /* 光るエフェクト（グラデーション） */
  /* hover */
  /* リボンバナー */
}
article#top2025 .top-menu .menu-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: -80%;
  width: 60%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-20deg);
  transition: 0.5s;
  opacity: 0;
}
article#top2025 .top-menu .menu-card:hover:before {
  left: 120%;
  opacity: 1;
}
article#top2025 .top-menu .menu-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
  border-color: #53A3B1;
  background: #f8ffff;
}
article#top2025 .top-menu .menu-card .ribbon {
  position: absolute;
  top: 14px;
  left: -40px;
  background: #53A3B1;
  color: #fff;
  padding: 6px 40px;
  font-size: 13px;
  font-weight: bold;
  transform: rotate(-45deg);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}
article#top2025 .top-menu .menu-card .menu-name {
  font-size: 26px;
  color: #53A3B1;
  font-weight: 700;
  margin-bottom: 10px;
}
article#top2025 .top-menu .menu-card .menu-catch {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 500;
}
article#top2025 .top-menu .menu-card .menu-time {
  font-size: 17px;
  color: #53A3B1;
  font-weight: 600;
  margin-bottom: 15px;
}
article#top2025 .top-menu .menu-card .menu-time .icon-clock {
  margin-right: 6px;
  font-size: 19px;
}
article#top2025 .top-menu .menu-card .menu-price,
article#top2025 .top-menu .menu-card .menu-price-only {
  font-size: 18px;
  margin-bottom: 8px;
}
article#top2025 .top-menu .menu-card .menu-price-first {
  font-size: 20px;
  color: #d9534f;
  font-weight: bold;
  margin-bottom: 12px;
}
article#top2025 .top-menu .menu-card .menu-course {
  font-size: 15px;
}
article#top2025 .top-menu .menu-card .menu-course span {
  font-size: 19px;
  font-weight: bold;
  color: #d9534f;
}
@media (max-width: 768px) {
  article#top2025 .top-menu .menu-card {
    width: 100%;
  }
}
article#top2025 .top-menu .menu-btn-wrap {
  margin-top: 40px;
}
article#top2025 .top-menu .menu-btn {
  background: #53A3B1;
  color: #fff;
  padding: 14px 35px;
  border-radius: 30px;
  font-size: 18px;
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}
article#top2025 .top-menu .menu-btn:hover {
  opacity: 0.85;
}
@media (max-width: 768px) {
  article#top2025 .top-menu .menu-btn,
  article#top2025 .top-menu .menu-btn-wrap {
    position: static !important;
    top: auto !important;
    right: auto !important;
  }
}
@media (max-width: 768px) {
  article#top2025 .top-menu .menu-card {
    width: 100%;
  }
  article#top2025 .top-menu .top-menu-title {
    font-size: 28px;
  }
  article#top2025 .top-menu .top-menu-subtitle {
    font-size: 16px;
  }
}
article#top2025 .reason-section {
  background: #8AC6D0;
  padding: 80px 20px;
  text-align: center;
  color: #fff;
}
article#top2025 .reason-section .reason-title {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 20px;
  letter-spacing: 1.5px;
}
article#top2025 .reason-section .reason-title br {
  display: none;
}
@media screen and (max-width: 414px) {
  article#top2025 .reason-section .reason-title br {
    display: block;
  }
}
article#top2025 .reason-section .reason-lead {
  font-size: 20px;
  margin-bottom: 40px;
  font-weight: 500;
  line-height: 1.6;
}
article#top2025 .reason-box {
  background: #fff;
  padding: 50px 40px;
  border-radius: 18px;
  max-width: 900px;
  margin: 0 auto;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
article#top2025 .reason-item {
  margin-bottom: 45px;
  /* ←← ここが小タイトルの強化ポイント */
}
article#top2025 .reason-item:last-child {
  margin-bottom: 0;
}
article#top2025 .reason-item .reason-item-title {
  font-size: 30px;
  font-weight: 800;
  color: #333;
  display: inline-block;
  padding: 14px 28px;
  margin-bottom: 12px;
  /* 高級サロン風の帯デザイン */
  background: linear-gradient(135deg, #8AC6D0 0%, #5AA8B4 100%);
  color: #fff;
  border-radius: 8px;
  /* 文字の立体強調 */
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  /* 下に細いラインでさらに強調 */
  position: relative;
}
article#top2025 .reason-item .reason-item-title br {
  display: none;
}
@media screen and (max-width: 414px) {
  article#top2025 .reason-item .reason-item-title br {
    display: block;
  }
}
@media screen and (max-width: 414px) {
  article#top2025 .reason-item .reason-item-title {
    font-size: 2.2rem;
  }
}
article#top2025 .reason-item .reason-item-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 3px;
  background: #8AC6D0;
  border-radius: 3px;
}
article#top2025 .reason-item p {
  font-size: 20px;
  color: #444;
  line-height: 1.7;
  margin-top: 18px;
  font-weight: 500;
}
@media screen and (max-width: 414px) {
  article#top2025 .reason-item p {
    text-align: left;
  }
}
article#top2025 .top-owner {
  width: 1000px;
  margin: 0 auto;
  /* レスポンシブ微調整 */
}
@media screen and (max-width: 414px) {
  article#top2025 .top-owner {
    width: 98%;
  }
}
article#top2025 .top-owner .notebook {
  position: relative;
  display: block;
  background: linear-gradient(180deg, #ffffff 0%, #f8f8f8 100%);
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  padding: 18px;
  padding-left: 57px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background-image: repeating-linear-gradient(to bottom, transparent 0, transparent 27px, rgba(0, 0, 0, 0.06) 27px, rgba(0, 0, 0, 0.06) 28px), linear-gradient(180deg, #ffffff 0%, #f8f8f8 100%);
  background-size: 100% 100%, 100% 100%;
  background-blend-mode: multiply;
}
article#top2025 .top-owner .notebook::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 14px;
  bottom: 14px;
  width: 30px;
  pointer-events: none;
  background-image: radial-gradient(circle at 10px 10px, #fffef8 0 6px, rgba(0, 0, 0, 0.12) 6px 8px, transparent 9px), radial-gradient(circle at 10px 38px, #fffef8 0 6px, rgba(0, 0, 0, 0.12) 6px 8px, transparent 9px), radial-gradient(circle at 10px 66px, #fffef8 0 6px, rgba(0, 0, 0, 0.12) 6px 8px, transparent 9px);
  background-repeat: repeat-y;
  background-size: 100% 28px;
  opacity: 0.95;
  mix-blend-mode: multiply;
}
article#top2025 .top-owner .notebook::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(transparent 60%, rgba(0, 0, 0, 0.02) 100%);
  border-radius: 8px;
  mix-blend-mode: multiply;
}
article#top2025 .top-owner .notebook__title {
  font-weight: 700;
  margin-bottom: 6px;
  letter-spacing: 0.3px;
  color: #222;
}
article#top2025 .top-owner .notebook--compact {
  padding: 12px;
  padding-left: 30px;
  background-size: 100% 100%;
}
article#top2025 .top-owner .notebook--compact textarea {
  min-height: 70px;
}
article#top2025 .top-owner .notebook--accent {
  border-left: 6px solid #f6c;
}
@media (max-width: 480px) {
  article#top2025 .top-owner .notebook {
    padding-left: 34.2857142857px;
  }
  article#top2025 .top-owner .notebook::before {
    left: 6px;
    background-size: 100% 26px;
  }
}
article#top2025 .top-contact {
  background-color: #a3a3a3;
  background: url("../../images/page-top/page-top-contact-pc-bg.jpg") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 414px) {
  article#top2025 .top-contact {
    background: url("../../images/page-top/page-top-contact-sp.jpg") center center no-repeat;
    background-size: cover;
  }
}
article#top2025 .top-contact .top-contact-box {
  background-color: #fff;
  margin: 2rem 0;
}
@media screen and (max-width: 414px) {
  article#top2025 .top-contact .top-contact-box {
    background-color: transparent;
  }
}
article#top2025 .top-contact .top-contact-box .top-contact-box-right {
  padding: 2rem;
}
article#top2025 .top-contact .top-contact-box .top-contact-box-right .top-contact-box-right-inner {
  padding: 8rem;
  border: 1px solid #727475;
}
@media screen and (max-width: 1024px) {
  article#top2025 .top-contact .top-contact-box .top-contact-box-right .top-contact-box-right-inner {
    padding: 3rem;
  }
}
@media screen and (max-width: 414px) {
  article#top2025 .top-contact .top-contact-box .top-contact-box-right .top-contact-box-right-inner {
    padding: 4rem;
    border: 1px solid #fff;
  }
}
article#top2025 .top-contact .top-contact-box .top-contact-box-right .top-contact-box-right-inner h2 {
  text-align: center;
  font-weight: normal;
  font-size: 2.8px;
  font-size: 2.8rem;
  padding-bottom: 2rem;
  color: #8ac6d0;
  font-family: "Oranienbaum", serif;
}
@media screen and (max-width: 414px) {
  article#top2025 .top-contact .top-contact-box .top-contact-box-right .top-contact-box-right-inner h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1024px) {
  article#top2025 .top-contact .top-contact-box .top-contact-box-right .top-contact-box-right-inner h2 {
    font-size: 2.2px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 414px) {
  article#top2025 .top-contact .top-contact-box .top-contact-box-right .top-contact-box-right-inner h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 414px) {
  article#top2025 .top-contact .top-contact-box .top-contact-box-right .top-contact-box-right-inner h2 {
    font-size: 2.8px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 414px) and (max-width: 414px) {
  article#top2025 .top-contact .top-contact-box .top-contact-box-right .top-contact-box-right-inner h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
article#top2025 .top-contact .top-contact-box .top-contact-box-right .top-contact-box-right-inner h2:after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background-color: #8ac6d0;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  article#top2025 .top-contact .top-contact-box .top-contact-box-right .top-contact-box-right-inner h2:after {
    height: 20px;
  }
}
article#top2025 .top-contact .top-contact-box .top-contact-box-right .top-contact-box-right-inner a.tel {
  display: block;
  color: #8ac6d0;
  font-size: 1.8px;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 414px) {
  article#top2025 .top-contact .top-contact-box .top-contact-box-right .top-contact-box-right-inner a.tel {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1024px) {
  article#top2025 .top-contact .top-contact-box .top-contact-box-right .top-contact-box-right-inner a.tel {
    font-size: 2.2px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 414px) {
  article#top2025 .top-contact .top-contact-box .top-contact-box-right .top-contact-box-right-inner a.tel {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 414px) {
  article#top2025 .top-contact .top-contact-box .top-contact-box-right .top-contact-box-right-inner a.tel {
    font-size: 2.8px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 414px) and (max-width: 414px) {
  article#top2025 .top-contact .top-contact-box .top-contact-box-right .top-contact-box-right-inner a.tel {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 414px) {
  article#top2025 .top-contact .top-contact-box .top-contact-box-right .top-contact-box-right-inner p {
    color: #fff;
  }
}

.page-menu .content .box {
  border: 1px solid #8ac6d0;
  margin: 2rem;
  padding: 1rem;
}
.page-menu .content .box .inner {
  padding: 2rem;
}
.page-menu .content .box .inner p:first-child {
  text-align: center;
  font-size: 2.8px;
  font-size: 2.8rem;
  margin-bottom: 2rem;
  color: #8ac6d0;
  font-weight: bold;
}
@media screen and (max-width: 414px) {
  .page-menu .content .box .inner p:first-child {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.page-menu .content .box .inner p:nth-of-type(2) {
  font-size: 1.4px;
  font-size: 1.4rem;
  text-decoration: underline;
  text-decoration-color: #8ac6d0;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media screen and (max-width: 414px) {
  .page-menu .content .box .inner p:nth-of-type(2) {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.page-herbalpeel .point .txt {
  padding: 1rem;
}
.page-herbalpeel .point .txt p {
  text-align: justify;
  margin-bottom: 4rem;
}
.page-herbalpeel .tigai p {
  margin-bottom: 4rem;
}
.page-herbalpeel .tigai .attention {
  padding: 2rem;
  font-size: 1.4px;
  font-size: 1.4rem;
  border: 4px solid #8ac6d0;
  background-color: rgb(210.7682926829, 233.4512195122, 237.2317073171);
  border-radius: 20px;
}
@media screen and (max-width: 414px) {
  .page-herbalpeel .tigai .attention {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.page-herbalpeel .tigai .colmun {
  display: flex;
}
@media screen and (max-width: 414px) {
  .page-herbalpeel .tigai .colmun {
    display: block;
  }
}
.page-herbalpeel .tigai .colmun .text_box {
  width: 40%;
  margin: 0 auto;
}
@media screen and (max-width: 414px) {
  .page-herbalpeel .tigai .colmun .text_box {
    width: 96%;
  }
}
.page-herbalpeel .tigai .colmun p.text {
  background-color: rgb(210.7682926829, 233.4512195122, 237.2317073171);
  padding: 2rem;
}
.page-herbalpeel .tigai .colmun p.text span {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #8ac6d0;
  color: #fff;
  font-size: 2.2px;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 1rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 414px) {
  .page-herbalpeel .tigai .colmun p.text span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 414px) {
  .page-herbalpeel .tigai .colmun p.text span {
    font-size: 1.8px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 414px) and (max-width: 414px) {
  .page-herbalpeel .tigai .colmun p.text span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.page-herbalpeel .hakuri {
  margin-bottom: 6rem;
}
.page-herbalpeel .hakuri .inner {
  padding: 1rem;
}
.page-herbalpeel .hakuri .inner p {
  margin-bottom: 1rem;
}
.page-herbalpeel .hakuri .inner .img {
  display: flex;
}
.page-herbalpeel .hakuri .inner .img .imgbox {
  position: relative;
}
.page-herbalpeel .hakuri .inner .img .imgbox p {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #8ac6d0;
  color: #fff;
  text-align: center;
  width: 40%;
}
.page-herbalpeel .kouka {
  margin-bottom: 6rem;
}
.page-herbalpeel .kouka .inner ul {
  display: flex;
  flex-wrap: wrap;
}
.page-herbalpeel .kouka .inner ul li {
  width: 20%;
  text-align: center;
  border: 1px solid #8ac6d0;
  padding: 2rem;
  margin: 0.4rem;
  color: #8ac6d0;
  font-weight: bold;
}
@media screen and (max-width: 414px) {
  .page-herbalpeel .kouka .inner ul li {
    width: 33%;
  }
}
.page-herbalpeel .detal-1 img {
  margin-bottom: 4rem;
}
.page-herbalpeel .detal-1 p {
  margin-bottom: 4rem;
}
.page-herbalpeel .detal-2 p.catch {
  margin-bottom: 4rem;
}
.page-herbalpeel .detal-2 .detal-2-herb {
  border: 2px solid #8ac6d0;
  padding: 2rem 4rem;
}
@media screen and (max-width: 414px) {
  .page-herbalpeel .detal-2 .detal-2-herb {
    padding: 1rem 2rem;
  }
}
.page-herbalpeel .detal-2 .detal-2-herb .inner {
  padding: 2rem;
}
@media screen and (max-width: 414px) {
  .page-herbalpeel .detal-2 .detal-2-herb .inner {
    display: flex;
    padding: 1rem;
  }
}
.page-herbalpeel .detal-2 .detal-2-herb .inner .herbimg {
  width: 60%;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 414px) {
  .page-herbalpeel .detal-2 .detal-2-herb .inner .herbimg {
    width: 30%;
    height: auto;
  }
}
.page-herbalpeel .detal-2 .detal-2-herb .inner .herbimg img {
  width: 100%;
}
@media screen and (max-width: 414px) {
  .page-herbalpeel .detal-2 .detal-2-herb .inner .herbname {
    width: 70%;
    padding-left: 1rem;
  }
}
.page-herbalpeel .detal-2 .detal-2-herb .inner .herbname p:first-child {
  text-align: center;
  font-weight: bold;
  font-size: 2.2px;
  font-size: 2.2rem;
  margin-bottom: 0.1rem;
}
@media screen and (max-width: 414px) {
  .page-herbalpeel .detal-2 .detal-2-herb .inner .herbname p:first-child {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.page-herbalpeel .detal-3 {
  margin-top: 6rem;
  margin-bottom: 6rem;
  background-color: #8ac6d0;
  padding: 2rem;
}
.page-herbalpeel .detal-3 p {
  padding: 2rem;
  color: #fff;
}
.page-herbalpeel .detal-3 p span {
  font-size: 2.8px;
  font-size: 2.8rem;
}
@media screen and (max-width: 414px) {
  .page-herbalpeel .detal-3 p span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.page-herbalpeel .detal-4 .box {
  border: 1px solid #8ac6d0;
  margin-bottom: 2rem;
  padding: 1rem;
}
.page-herbalpeel .detal-4 .box .inner {
  padding: 2rem;
}
.page-herbalpeel .detal-4 .box .inner p:first-child {
  text-align: center;
  font-size: 3.2px;
  font-size: 3.2rem;
  margin-bottom: 2rem;
  color: #8ac6d0;
  font-weight: bold;
}
@media screen and (max-width: 414px) {
  .page-herbalpeel .detal-4 .box .inner p:first-child {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.page-herbalpeel .detal-4 .box .inner p:nth-of-type(2) {
  font-size: 2.2px;
  font-size: 2.2rem;
  text-decoration: underline;
  text-decoration-color: #8ac6d0;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media screen and (max-width: 414px) {
  .page-herbalpeel .detal-4 .box .inner p:nth-of-type(2) {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.page-herbalpeel .detal-4 .box .inner p:nth-of-type(3) {
  font-size: 1.4px;
  font-size: 1.4rem;
}
@media screen and (max-width: 414px) {
  .page-herbalpeel .detal-4 .box .inner p:nth-of-type(3) {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.page-herbalpeelbody .point {
  margin-bottom: 6rem;
}
.page-herbalpeelbody .point p {
  margin-bottom: 4rem;
}
.page-herbalpeelbody .point .beforeafter {
  background: #fff;
  padding: 2rem;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 414px) {
  .page-herbalpeelbody .point .beforeafter {
    padding: 0.4rem;
  }
}
.page-herbalpeelbody .point .beforeafter p {
  text-align: center;
}
.page-herbalpeelbody .point .beforeafter p span {
  background-color: #8ac6d0;
  width: 50%;
  margin: 1rem auto;
  font-size: 2.2px;
  font-size: 2.2rem;
  color: #fff;
  padding: 1rem;
}
@media screen and (max-width: 414px) {
  .page-herbalpeelbody .point .beforeafter p span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.page-herbalpeelbody .point .beforeafter ul {
  display: flex;
  justify-content: space-between;
}
.page-herbalpeelbody .point .beforeafter ul li {
  width: 24%;
  margin-bottom: 0 auto;
}
.page-herbalpeelbody .point .beforeafter ul li img {
  display: block;
}

.page-herbalpeelmethod .point {
  margin-bottom: 6rem;
}
.page-herbalpeelmethod .point p {
  margin-bottom: 4rem;
}
.page-herbalpeelmethod .point p span {
  font-size: 1.8px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 6rem;
  text-decoration: underline;
  text-decoration-color: #8ac6d0;
}
@media screen and (max-width: 414px) {
  .page-herbalpeelmethod .point p span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.page-herbalpeelmethod .tigai {
  margin-bottom: 6rem;
}
.page-herbalpeelmethod .tigai ul li {
  font-size: 2.2px;
  font-size: 2.2rem;
  text-decoration: underline;
  text-decoration-color: #ecbabe;
  margin-bottom: 1rem;
}
@media screen and (max-width: 414px) {
  .page-herbalpeelmethod .tigai ul li {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.page-herbalpeelmethod .point2 .inner {
  margin-bottom: 4rem;
}

.page-itodatsumou .point {
  margin-bottom: 6rem;
}
.page-itodatsumou .point p {
  margin-bottom: 4rem;
}
.page-itodatsumou .point p span {
  font-size: 1.8px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 6rem;
  text-decoration: underline;
  text-decoration-color: #8ac6d0;
}
@media screen and (max-width: 414px) {
  .page-itodatsumou .point p span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.page-itodatsumou .point2 .box {
  width: 80%;
  margin: 0 auto 6rem;
  display: flex;
}
@media screen and (max-width: 414px) {
  .page-itodatsumou .point2 .box {
    flex-direction: column;
    width: 96%;
  }
}
.page-itodatsumou .point2 .box .inner {
  border: 1px solid #8ac6d0;
  padding: 2rem 1rem;
}
.page-itodatsumou .point2 .box .inner p {
  display: block;
  background-color: rgb(210.7682926829, 233.4512195122, 237.2317073171);
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
}
.page-itodatsumou .point2 .box .left .inner p {
  background-color: #ecbabe;
}

.page-hand .point .txt {
  padding: 1rem;
}
.page-hand .point .txt p {
  text-align: justify;
  margin-bottom: 4rem;
}
.page-hand .tigai p {
  margin-bottom: 4rem;
}
.page-hand .tigai .attention {
  padding: 2rem;
  font-size: 1.4px;
  font-size: 1.4rem;
  border: 4px solid #8ac6d0;
  background-color: rgb(210.7682926829, 233.4512195122, 237.2317073171);
  border-radius: 20px;
}
@media screen and (max-width: 414px) {
  .page-hand .tigai .attention {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.page-hand .tigai .colmun {
  display: flex;
}
@media screen and (max-width: 414px) {
  .page-hand .tigai .colmun {
    display: block;
  }
}
.page-hand .tigai .colmun .text_box {
  width: 40%;
  margin: 0 auto;
}
@media screen and (max-width: 414px) {
  .page-hand .tigai .colmun .text_box {
    width: 96%;
  }
}
.page-hand .tigai .colmun p.text {
  background-color: rgb(210.7682926829, 233.4512195122, 237.2317073171);
  padding: 2rem;
}
.page-hand .tigai .colmun p.text span {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #8ac6d0;
  color: #fff;
  font-size: 2.2px;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 1rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 414px) {
  .page-hand .tigai .colmun p.text span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 414px) {
  .page-hand .tigai .colmun p.text span {
    font-size: 1.8px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 414px) and (max-width: 414px) {
  .page-hand .tigai .colmun p.text span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.page-yomogi .point {
  margin-bottom: 6rem;
}
.page-yomogi .point p {
  margin-bottom: 4rem;
}
.page-yomogi .point p span {
  font-size: 1.8px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 6rem;
  text-decoration: underline;
  text-decoration-color: #8ac6d0;
}
@media screen and (max-width: 414px) {
  .page-yomogi .point p span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.page-yomogi .point2 .box {
  width: 80%;
  margin: 0 auto 6rem;
  display: flex;
}
@media screen and (max-width: 414px) {
  .page-yomogi .point2 .box {
    flex-direction: column;
    width: 96%;
  }
}
.page-yomogi .point2 .box .inner {
  border: 1px solid #8ac6d0;
  padding: 2rem 1rem;
}
.page-yomogi .point2 .box .inner p {
  display: block;
  background-color: rgb(210.7682926829, 233.4512195122, 237.2317073171);
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
}
.page-yomogi .point2 .box .left .inner p {
  background-color: #ecbabe;
}

.page-simicare h5 span {
  font-size: 2.8px;
  font-size: 2.8rem;
  color: red;
}
@media screen and (max-width: 414px) {
  .page-simicare h5 span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.page-simicare .soudan {
  margin-bottom: 2rem;
}
.page-simicare .soudan img {
  display: block;
  width: 100%;
}
.page-simicare .point .txt {
  padding: 1rem;
}
.page-simicare .point .txt p {
  text-align: justify;
  margin-bottom: 4rem;
}
.page-simicare .point .txt p span {
  color: red;
  font-weight: bold;
}
.page-simicare .tigai p {
  margin-bottom: 4rem;
}
.page-simicare .tigai .attention {
  padding: 2rem;
  font-size: 1.4px;
  font-size: 1.4rem;
  border: 4px solid #8ac6d0;
  background-color: rgb(210.7682926829, 233.4512195122, 237.2317073171);
  border-radius: 20px;
}
@media screen and (max-width: 414px) {
  .page-simicare .tigai .attention {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.page-simicare .tigai .colmun {
  display: flex;
}
@media screen and (max-width: 414px) {
  .page-simicare .tigai .colmun {
    display: block;
  }
}
.page-simicare .tigai .colmun .text_box {
  width: 40%;
  margin: 0 auto;
}
@media screen and (max-width: 414px) {
  .page-simicare .tigai .colmun .text_box {
    width: 96%;
  }
}
.page-simicare .tigai .colmun p.text {
  background-color: rgb(210.7682926829, 233.4512195122, 237.2317073171);
  padding: 2rem;
}
.page-simicare .tigai .colmun p.text span {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #8ac6d0;
  color: #fff;
  font-size: 2.2px;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 1rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 414px) {
  .page-simicare .tigai .colmun p.text span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 414px) {
  .page-simicare .tigai .colmun p.text span {
    font-size: 1.8px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 414px) and (max-width: 414px) {
  .page-simicare .tigai .colmun p.text span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.page-simicare .hakuri {
  margin-bottom: 6rem;
}
.page-simicare .hakuri .inner {
  padding: 1rem;
}
.page-simicare .hakuri .inner p {
  margin-bottom: 1rem;
}
.page-simicare .hakuri .inner .img {
  display: flex;
}
.page-simicare .hakuri .inner .img .imgbox {
  position: relative;
}
.page-simicare .hakuri .inner .img .imgbox p {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #8ac6d0;
  color: #fff;
  text-align: center;
  width: 40%;
}
.page-simicare .kouka {
  margin-bottom: 6rem;
}
.page-simicare .kouka .inner ul {
  display: flex;
  flex-wrap: wrap;
}
.page-simicare .kouka .inner ul li {
  width: 20%;
  text-align: center;
  border: 1px solid #8ac6d0;
  padding: 2rem;
  margin: 0.4rem;
  color: #8ac6d0;
  font-weight: bold;
}
@media screen and (max-width: 414px) {
  .page-simicare .kouka .inner ul li {
    width: 33%;
  }
}
.page-simicare .detal-1 img {
  margin-bottom: 4rem;
}
.page-simicare .detal-1 p {
  margin-bottom: 4rem;
}
.page-simicare .detal-2 p.catch {
  margin-bottom: 4rem;
}
.page-simicare .detal-2 .detal-2-herb {
  border: 2px solid #8ac6d0;
  padding: 2rem 4rem;
}
@media screen and (max-width: 414px) {
  .page-simicare .detal-2 .detal-2-herb {
    padding: 1rem 2rem;
  }
}
.page-simicare .detal-2 .detal-2-herb .inner {
  padding: 2rem;
}
@media screen and (max-width: 414px) {
  .page-simicare .detal-2 .detal-2-herb .inner {
    display: flex;
    padding: 1rem;
  }
}
.page-simicare .detal-2 .detal-2-herb .inner .herbimg {
  width: 60%;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 414px) {
  .page-simicare .detal-2 .detal-2-herb .inner .herbimg {
    width: 30%;
    height: auto;
  }
}
.page-simicare .detal-2 .detal-2-herb .inner .herbimg img {
  width: 100%;
}
@media screen and (max-width: 414px) {
  .page-simicare .detal-2 .detal-2-herb .inner .herbname {
    width: 70%;
    padding-left: 1rem;
  }
}
.page-simicare .detal-2 .detal-2-herb .inner .herbname p:first-child {
  text-align: center;
  font-weight: bold;
  font-size: 2.2px;
  font-size: 2.2rem;
  margin-bottom: 0.1rem;
}
@media screen and (max-width: 414px) {
  .page-simicare .detal-2 .detal-2-herb .inner .herbname p:first-child {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.page-simicare .detal-3 {
  margin-top: 6rem;
  margin-bottom: 6rem;
  background-color: #8ac6d0;
  padding: 2rem;
}
.page-simicare .detal-3 p {
  padding: 2rem;
  color: #fff;
}
.page-simicare .detal-3 p span {
  font-size: 2.8px;
  font-size: 2.8rem;
}
@media screen and (max-width: 414px) {
  .page-simicare .detal-3 p span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.page-simicare .detal-4 .box {
  border: 1px solid #8ac6d0;
  margin-bottom: 2rem;
  padding: 1rem;
}
.page-simicare .detal-4 .box .inner {
  padding: 2rem;
}
.page-simicare .detal-4 .box .inner p:first-child {
  text-align: center;
  font-size: 3.2px;
  font-size: 3.2rem;
  margin-bottom: 2rem;
  color: #8ac6d0;
  font-weight: bold;
}
@media screen and (max-width: 414px) {
  .page-simicare .detal-4 .box .inner p:first-child {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.page-simicare .detal-4 .box .inner p:nth-of-type(2) {
  font-size: 2.2px;
  font-size: 2.2rem;
  text-decoration: underline;
  text-decoration-color: #8ac6d0;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media screen and (max-width: 414px) {
  .page-simicare .detal-4 .box .inner p:nth-of-type(2) {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.page-simicare .detal-4 .box .inner p:nth-of-type(3) {
  font-size: 1.4px;
  font-size: 1.4rem;
}
@media screen and (max-width: 414px) {
  .page-simicare .detal-4 .box .inner p:nth-of-type(3) {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.page-simicare .beforeafter p.beforeafter-content {
  font-size: 1.4px;
  font-size: 1.4rem;
}
@media screen and (max-width: 414px) {
  .page-simicare .beforeafter p.beforeafter-content {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.page-simicare .beforeafter p.beforeafter-menu {
  font-size: 1.8px;
  font-size: 1.8rem;
}
@media screen and (max-width: 414px) {
  .page-simicare .beforeafter p.beforeafter-menu {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.page-simicare .beforeafter p.beforeafter-comment {
  font-size: 1.4px;
  font-size: 1.4rem;
}
@media screen and (max-width: 414px) {
  .page-simicare .beforeafter p.beforeafter-comment {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.page-simicare h5 span {
  font-size: 2.8px;
  font-size: 2.8rem;
  color: red;
}
@media screen and (max-width: 414px) {
  .page-simicare h5 span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.page-simicare .point .txt {
  padding: 1rem;
}
.page-simicare .point .txt p {
  text-align: justify;
  margin-bottom: 4rem;
}
.page-simicare .point .txt p span {
  color: red;
  font-weight: bold;
}
.page-simicare .tigai p {
  margin-bottom: 4rem;
}
.page-simicare .tigai .attention {
  padding: 2rem;
  font-size: 1.4px;
  font-size: 1.4rem;
  border: 4px solid #8ac6d0;
  background-color: rgb(210.7682926829, 233.4512195122, 237.2317073171);
  border-radius: 20px;
}
@media screen and (max-width: 414px) {
  .page-simicare .tigai .attention {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.page-simicare .tigai .colmun {
  display: flex;
}
@media screen and (max-width: 414px) {
  .page-simicare .tigai .colmun {
    display: block;
  }
}
.page-simicare .tigai .colmun .text_box {
  width: 40%;
  margin: 0 auto;
}
@media screen and (max-width: 414px) {
  .page-simicare .tigai .colmun .text_box {
    width: 96%;
  }
}
.page-simicare .tigai .colmun p.text {
  background-color: rgb(210.7682926829, 233.4512195122, 237.2317073171);
  padding: 2rem;
}
.page-simicare .tigai .colmun p.text span {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #8ac6d0;
  color: #fff;
  font-size: 2.2px;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 1rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 414px) {
  .page-simicare .tigai .colmun p.text span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 414px) {
  .page-simicare .tigai .colmun p.text span {
    font-size: 1.8px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 414px) and (max-width: 414px) {
  .page-simicare .tigai .colmun p.text span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.page-simicare .hakuri {
  margin-bottom: 6rem;
}
.page-simicare .hakuri .inner {
  padding: 1rem;
}
.page-simicare .hakuri .inner p {
  margin-bottom: 1rem;
}
.page-simicare .hakuri .inner .img {
  display: flex;
}
.page-simicare .hakuri .inner .img .imgbox {
  position: relative;
}
.page-simicare .hakuri .inner .img .imgbox p {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #8ac6d0;
  color: #fff;
  text-align: center;
  width: 40%;
}
.page-simicare .kouka {
  margin-bottom: 6rem;
}
.page-simicare .kouka .inner ul {
  display: flex;
  flex-wrap: wrap;
}
.page-simicare .kouka .inner ul li {
  width: 20%;
  text-align: center;
  border: 1px solid #8ac6d0;
  padding: 2rem;
  margin: 0.4rem;
  color: #8ac6d0;
  font-weight: bold;
}
@media screen and (max-width: 414px) {
  .page-simicare .kouka .inner ul li {
    width: 33%;
  }
}
.page-simicare .detal-1 img {
  margin-bottom: 4rem;
}
.page-simicare .detal-1 p {
  margin-bottom: 4rem;
}
.page-simicare .detal-2 p.catch {
  margin-bottom: 4rem;
}
.page-simicare .detal-2 .detal-2-herb {
  border: 2px solid #8ac6d0;
  padding: 2rem 4rem;
}
@media screen and (max-width: 414px) {
  .page-simicare .detal-2 .detal-2-herb {
    padding: 1rem 2rem;
  }
}
.page-simicare .detal-2 .detal-2-herb .inner {
  padding: 2rem;
}
@media screen and (max-width: 414px) {
  .page-simicare .detal-2 .detal-2-herb .inner {
    display: flex;
    padding: 1rem;
  }
}
.page-simicare .detal-2 .detal-2-herb .inner .herbimg {
  width: 60%;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 414px) {
  .page-simicare .detal-2 .detal-2-herb .inner .herbimg {
    width: 30%;
    height: auto;
  }
}
.page-simicare .detal-2 .detal-2-herb .inner .herbimg img {
  width: 100%;
}
@media screen and (max-width: 414px) {
  .page-simicare .detal-2 .detal-2-herb .inner .herbname {
    width: 70%;
    padding-left: 1rem;
  }
}
.page-simicare .detal-2 .detal-2-herb .inner .herbname p:first-child {
  text-align: center;
  font-weight: bold;
  font-size: 2.2px;
  font-size: 2.2rem;
  margin-bottom: 0.1rem;
}
@media screen and (max-width: 414px) {
  .page-simicare .detal-2 .detal-2-herb .inner .herbname p:first-child {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.page-simicare .detal-3 {
  margin-top: 6rem;
  margin-bottom: 6rem;
  background-color: #8ac6d0;
  padding: 2rem;
}
.page-simicare .detal-3 p {
  padding: 2rem;
  color: #fff;
}
.page-simicare .detal-3 p span {
  font-size: 2.8px;
  font-size: 2.8rem;
}
@media screen and (max-width: 414px) {
  .page-simicare .detal-3 p span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.page-simicare .detal-4 .box {
  border: 1px solid #8ac6d0;
  margin-bottom: 2rem;
  padding: 1rem;
}
.page-simicare .detal-4 .box .inner {
  padding: 2rem;
}
.page-simicare .detal-4 .box .inner p:first-child {
  text-align: center;
  font-size: 3.2px;
  font-size: 3.2rem;
  margin-bottom: 2rem;
  color: #8ac6d0;
  font-weight: bold;
}
@media screen and (max-width: 414px) {
  .page-simicare .detal-4 .box .inner p:first-child {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.page-simicare .detal-4 .box .inner p:nth-of-type(2) {
  font-size: 2.2px;
  font-size: 2.2rem;
  text-decoration: underline;
  text-decoration-color: #8ac6d0;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media screen and (max-width: 414px) {
  .page-simicare .detal-4 .box .inner p:nth-of-type(2) {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.page-simicare .detal-4 .box .inner p:nth-of-type(3) {
  font-size: 1.4px;
  font-size: 1.4rem;
}
@media screen and (max-width: 414px) {
  .page-simicare .detal-4 .box .inner p:nth-of-type(3) {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.page-simicare .beforeafter p.beforeafter-content {
  font-size: 1.4px;
  font-size: 1.4rem;
}
@media screen and (max-width: 414px) {
  .page-simicare .beforeafter p.beforeafter-content {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.page-simicare .beforeafter p.beforeafter-menu {
  font-size: 1.8px;
  font-size: 1.8rem;
}
@media screen and (max-width: 414px) {
  .page-simicare .beforeafter p.beforeafter-menu {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.page-simicare .beforeafter p.beforeafter-comment {
  font-size: 1.4px;
  font-size: 1.4rem;
}
@media screen and (max-width: 414px) {
  .page-simicare .beforeafter p.beforeafter-comment {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/* 必須 */
div#page-link {
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(60deg, #96deda 0%, #50c9c3 100%);
}
div#page-link .page-link-logo {
  width: 100px;
  padding-top: 2rem;
  margin: 0rem auto 1rem;
}
div#page-link .page-link-logo img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
div#page-link p.page-link-instaacount {
  color: #fff;
  text-align: center;
  font-size: 1.4px;
  font-size: 1.4rem;
  display: block;
  margin-bottom: 4rem;
}
@media screen and (max-width: 414px) {
  div#page-link p.page-link-instaacount {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
div#page-link a.linktreebox {
  display: block;
  width: 250px;
  margin: 2rem auto;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  line-height: 4rem;
  font-size: 1.8px;
  font-size: 1.8rem;
}
@media screen and (max-width: 414px) {
  div#page-link a.linktreebox {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 414px) {
  div#page-link a.linktreebox {
    width: 95%;
    line-height: 6rem;
  }
}

.page-menu .content .box {
  border: 1px solid #8ac6d0;
  margin: 2rem;
  padding: 1rem;
}
.page-menu .content .box .inner {
  padding: 2rem;
}
.page-menu .content .box .inner p:first-child {
  text-align: center;
  font-size: 2.8px;
  font-size: 2.8rem;
  margin-bottom: 2rem;
  color: #8ac6d0;
  font-weight: bold;
}
@media screen and (max-width: 414px) {
  .page-menu .content .box .inner p:first-child {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.page-menu .content .box .inner p:nth-of-type(2) {
  font-size: 1.4px;
  font-size: 1.4rem;
  text-decoration: underline;
  text-decoration-color: #8ac6d0;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media screen and (max-width: 414px) {
  .page-menu .content .box .inner p:nth-of-type(2) {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.page-menu2025 {
  background: #fff;
  padding: 40px 20px;
  font-size: 20px;
  line-height: 1.8;
  color: #333;
  /* ===== HERO ===== */
  /* ===== DESCRIPTION ===== */
  /* ===== PROCESS ===== */
  /* ===== PACK OPTION ===== */
  /* ===== RECOMMEND（アイコン付き） ===== */
}
.page-menu2025 h1, .page-menu2025 h2, .page-menu2025 h3 {
  font-weight: bold;
  color: #54A2B0;
}
.page-menu2025 h1 br, .page-menu2025 h2 br, .page-menu2025 h3 br {
  display: none;
}
@media screen and (max-width: 414px) {
  .page-menu2025 h1 br, .page-menu2025 h2 br, .page-menu2025 h3 br {
    display: block;
  }
}
.page-menu2025 .menu-hero {
  background: #F4F7F6;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 40px;
}
.page-menu2025 .menu-hero h1 {
  font-size: 32px;
}
.page-menu2025 .menu-hero .price-normal {
  font-size: 22px;
  margin-top: 10px;
}
.page-menu2025 .menu-hero .price-first {
  font-size: 26px;
  font-weight: bold;
  color: #d9534f;
  margin-top: 5px;
}
.page-menu2025 .menu-hero .course-box {
  background: #54A2B0;
  color: #fff;
  padding: 20px;
  border-radius: 14px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
  margin-top: 25px;
  text-align: center;
}
.page-menu2025 .menu-hero .course-box span {
  font-size: 26px;
  font-weight: bold;
}
.page-menu2025 .menu-description {
  margin-bottom: 40px;
  background: #F7F7F5;
  padding: 25px;
  border-radius: 14px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
}
.page-menu2025 .process {
  margin-bottom: 40px;
  background: #FAFAFA;
  padding: 25px;
  border-radius: 14px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
}
.page-menu2025 .process ol {
  margin-left: 20px;
  font-size: 22px;
}
.page-menu2025 .process .massage {
  margin-top: 20px;
  font-size: 20px;
  color: #54A2B0;
  font-weight: bold;
}
.page-menu2025 .pack-option {
  background: #F2F4F5;
  padding: 25px;
  border-radius: 14px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
  margin-bottom: 40px;
}
.page-menu2025 .pack-option .pack-box {
  background: #fff;
  padding: 20px;
  border-radius: 14px;
  border-left: 6px solid #54A2B0;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
}
.page-menu2025 .recommend {
  background: #FAFAFA;
  padding: 30px;
  border-radius: 14px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
  margin-bottom: 40px;
}
.page-menu2025 .recommend h2 {
  font-size: 26px;
  margin-bottom: 25px;
  color: #54A2B0;
  font-weight: bold;
}
.page-menu2025 .recommend .recommend-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-menu2025 .recommend .recommend-list li {
  display: flex;
  align-items: center;
  font-size: 20px;
  margin-bottom: 14px;
  padding-left: 5px;
}
.page-menu2025 .recommend .recommend-list .icon {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-right: 12px;
  border-radius: 50%;
  background: #54A2B0;
  opacity: 0.8;
  /* フロート感のある影 */
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}
.page-menu2025 .recommend .recommend-text {
  margin-top: 25px;
  font-size: 18px;
  color: #444;
  line-height: 1.7;
}

/* ======================================
   RESPONSIVE（スマホ）
====================================== */
@media screen and (max-width: 768px) {
  .page-menu2025 {
    padding: 25px 15px;
    font-size: 16px;
  }
  .page-menu2025 h1 {
    font-size: 26px !important;
  }
  .page-menu2025 h2 {
    font-size: 22px !important;
  }
  .page-menu2025 .menu-hero {
    padding: 20px;
  }
  .page-menu2025 .menu-hero h1 {
    font-size: 26px;
  }
  .page-menu2025 .menu-hero .price-normal {
    font-size: 18px;
  }
  .page-menu2025 .menu-hero .price-first {
    font-size: 22px;
  }
  .page-menu2025 .menu-hero .course-box {
    padding: 15px;
  }
  .page-menu2025 .menu-hero .course-box span {
    font-size: 22px;
  }
  .page-menu2025 .recommend {
    padding: 20px;
  }
  .page-menu2025 .recommend h2 {
    font-size: 22px;
  }
  .page-menu2025 .recommend .recommend-list li {
    font-size: 18px;
  }
  .page-menu2025 .recommend .recommend-list .icon {
    width: 22px;
    height: 22px;
    margin-right: 10px;
  }
  .page-menu2025 .recommend .recommend-text {
    font-size: 16px;
  }
  .page-menu2025 .menu-description,
  .page-menu2025 .process,
  .page-menu2025 .pack-option {
    padding: 20px;
  }
  .page-menu2025 .process ol {
    font-size: 18px;
    margin-left: 18px;
  }
  .page-menu2025 .massage {
    font-size: 18px;
  }
}
/* 必須 */
.page-menu2025-itiran {
  padding-top: 8rem;
  padding-bottom: 8rem;
  /* PC対応 768px〜 */
}
.page-menu2025-itiran .menu-title {
  font-size: 28px;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 600;
}
.page-menu2025-itiran .menu-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
}
.page-menu2025-itiran .menu-card {
  background: #fff;
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
}
.page-menu2025-itiran .menu-card-inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.page-menu2025-itiran .menu-name {
  font-size: 20px;
  font-weight: 600;
}
.page-menu2025-itiran .menu-tag {
  display: inline-block;
  background: #ff7f7f;
  color: #fff;
  padding: 4px 10px;
  font-size: 13px;
  border-radius: 30px;
  margin-bottom: 5px;
}
.page-menu2025-itiran .menu-lead {
  font-size: 14px;
  line-height: 1.6;
}
.page-menu2025-itiran .menu-time {
  font-size: 15px;
  margin-top: 5px;
}
.page-menu2025-itiran .menu-price {
  font-size: 15px;
}
.page-menu2025-itiran .menu-price span {
  font-weight: bold;
  color: #d05;
}
.page-menu2025-itiran .menu-btn {
  display: inline-block;
  margin-top: 12px;
  background: #8AC6D0;
  color: #fff;
  text-align: center;
  padding: 12px 0;
  border-radius: 30px;
  font-size: 15px;
  transition: 0.3s;
}
.page-menu2025-itiran .menu-btn:hover {
  opacity: 0.85;
}
@media (min-width: 768px) {
  .page-menu2025-itiran .menu-grid {
    grid-template-columns: 1fr 1fr;
    gap: 35px;
  }
  .page-menu2025-itiran .menu-card {
    padding: 30px;
  }
  .page-menu2025-itiran .menu-name {
    font-size: 22px;
  }
}

.page-menuonayami .content .box {
  border: 1px solid #8ac6d0;
  margin: 2rem;
  padding: 1rem;
}
.page-menuonayami .content .box h2 {
  background-color: #8ac6d0;
  color: #fff;
  padding: 1rem;
  margin-bottom: 1rem;
}
.page-menuonayami .content .box .inner {
  padding: 2rem;
}
.page-menuonayami .content .box .inner .page-menuonayami-menu-list {
  border-bottom: 1px solid #8ac6d0;
}
.page-menuonayami .content .box .inner .page-menuonayami-menu-list p {
  text-align: right;
}
.page-menuonayami .content .box .inner .page-menuonayami-menu-list p.hosoku {
  text-align: left;
  background-color: rgb(210.7682926829, 233.4512195122, 237.2317073171);
  padding: 1rem;
  margin: 1rem;
}
.page-menuonayami .content .box .inner p.tax {
  text-align: center;
  font-size: 1.4px;
  font-size: 1.4rem;
}
@media screen and (max-width: 414px) {
  .page-menuonayami .content .box .inner p.tax {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.page-menuall .outer {
  margin: 4rem auto;
  box-shadow: 0 0 8px gray;
  padding: 4rem;
}
@media screen and (max-width: 1024px) {
  .page-menuall .outer {
    margin: 2rem 1rem;
    padding: 2rem;
  }
}
.page-menuall .outer .inner h2 {
  background-color: #8ac6d0;
  color: #fff;
  padding: 1rem;
  margin-bottom: 2rem;
  font-size: 2.8px;
  font-size: 2.8rem;
}
@media screen and (max-width: 414px) {
  .page-menuall .outer .inner h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.page-menuall .outer .inner h3 {
  font-size: 2.2px;
  font-size: 2.2rem;
  padding: 2rem;
  color: #8ac6d0;
  font-weight: bold;
}
@media screen and (max-width: 414px) {
  .page-menuall .outer .inner h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.page-menuall .outer .inner h3 span {
  font-size: 1.4px;
  font-size: 1.4rem;
  font-weight: normal;
  color: #727475;
}
@media screen and (max-width: 414px) {
  .page-menuall .outer .inner h3 span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.page-menuall .outer .inner p.txt-box {
  padding: 2rem;
}
.page-menuall .outer .inner ul {
  padding: 2rem;
}
.page-menuall .outer .inner .page-menuall-menubox p.price {
  padding: 2rem;
  font-weight: bold;
  background-color: rgb(210.7682926829, 233.4512195122, 237.2317073171);
  color: #8ac6d0;
}
.page-menuall .outer .inner .page-menuall-menubox .page-menuall-menubox-menu {
  border-bottom: 1px solid rgb(210.7682926829, 233.4512195122, 237.2317073171);
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.page-menuall .outer .inner .page-menuall-menubox .page-menuall-menubox-menu p {
  text-align: right;
}

/* 必須 */
article.page-contact div.main-content {
  margin: 2rem 0;
}
article.page-contact div.main-content section.form div.inner .wpcf7-validation-errors {
  border: 2px solid red;
  color: red;
  width: 50%;
  margin: 0 auto;
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  article.page-contact div.main-content section.form div.inner .wpcf7-validation-errors {
    width: 100%;
  }
}
article.page-contact div.main-content section.form div.inner .wpcf7-mail-sent-ok {
  border: 0;
  background: #727475;
  color: #fff;
  width: 50%;
  margin: 0 auto;
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  article.page-contact div.main-content section.form div.inner .wpcf7-mail-sent-ok {
    width: 100%;
  }
}
article.page-contact div.main-content section.form div.inner form table {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  article.page-contact div.main-content section.form div.inner form table {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  article.page-contact div.main-content section.form div.inner form table {
    width: 70%;
  }
}
@media screen and (max-width: 414px) {
  article.page-contact div.main-content section.form div.inner form table {
    width: 100%;
  }
}
article.page-contact div.main-content section.form div.inner form table th, article.page-contact div.main-content section.form div.inner form table td {
  padding: 1rem;
  font-weight: normal;
  color: #808080;
}
article.page-contact div.main-content section.form div.inner form table th {
  width: 30%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  article.page-contact div.main-content section.form div.inner form table th {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 414px) {
  article.page-contact div.main-content section.form div.inner form table th {
    display: block;
    width: 100%;
  }
}
article.page-contact div.main-content section.form div.inner form table th span {
  color: red;
  font-size: 14px;
  font-size: 1.4rem;
  margin-left: 1rem;
}
@media screen and (max-width: 768px) {
  article.page-contact div.main-content section.form div.inner form table td {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 414px) {
  article.page-contact div.main-content section.form div.inner form table td {
    display: block;
    width: 100%;
  }
}
article.page-contact div.main-content section.form div.inner form table td input,
article.page-contact div.main-content section.form div.inner form table td textarea,
article.page-contact div.main-content section.form div.inner form table td select {
  padding: 1rem;
}
article.page-contact div.main-content section.form div.inner form p.submit {
  text-align: center;
}
article.page-contact div.main-content section.form div.inner form p.submit input {
  margin: 0 auto;
  width: 200px;
  position: relative;
  display: inline-block;
  padding: 0.5em 3em;
  border: 1px solid #8ac6d0;
  color: #8ac6d0;
  text-align: center;
  text-decoration: none;
  z-index: 1;
  transition: 0.3s;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  article.page-contact div.main-content section.form div.inner form p.submit input {
    width: 100%;
  }
}
article.page-contact div.main-content section.form div.inner form p.submit input:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 120%;
  height: 100%;
  background: #8ac6d0;
  transform-origin: right top;
  transform: skewX(-30deg) scale(0, 1);
  transition: transform 0.3s;
}
article.page-contact div.main-content section.form div.inner form p.submit input:hover {
  color: #fff;
}
article.page-contact div.main-content section.form div.inner form p.submit input:hover:before {
  transform-origin: left top;
  transform: skewX(-30deg) scale(1, 1);
  z-index: 10;
}

.archive .archive-category {
  margin: 2rem 0;
}
.archive .archive-category ul {
  display: flex;
}
.archive .archive-category ul li {
  margin: 2px;
}
.archive .archive-category ul li a {
  font-family: "Oranienbaum", serif;
}
@media screen and (max-width: 1024px) {
  .archive .archive-category ul {
    flex-wrap: wrap;
  }
  .archive .archive-category ul li {
    width: 20%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 414px) {
  .archive .archive-category ul {
    flex-wrap: wrap;
  }
  .archive .archive-category ul li {
    width: 48%;
    margin: 0 auto;
  }
}
.archive .archive-box {
  margin-top: 2rem;
}
.archive .archive-box a {
  display: block;
  font-family: "Oranienbaum", serif;
  margin: 2px;
  color: #333;
}
.archive .archive-box a .eyecatch img {
  z-index: -1;
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .archive .archive-box a .eyecatch img {
    height: 180px;
  }
}
@media screen and (max-width: 414px) {
  .archive .archive-box a .eyecatch img {
    height: 100px;
  }
}
.archive .archive-box a .eyecatch .eyecatch-category {
  width: 40%;
  margin-top: -20px;
  padding-left: 10px;
  z-index: 1;
}
.archive .archive-box a .eyecatch .eyecatch-category p, .archive .archive-box a .eyecatch .eyecatch-category time {
  font-size: 2.2px;
  font-size: 2.2rem;
  color: #fff;
}
@media screen and (max-width: 414px) {
  .archive .archive-box a .eyecatch .eyecatch-category p, .archive .archive-box a .eyecatch .eyecatch-category time {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.archive .archive-box a .eyecatch .eyecatch-category .yellow_line {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #8ac6d0 0%) repeat scroll 0 0;
}
@media screen and (max-width: 414px) {
  .archive .archive-box a .eyecatch .eyecatch-category {
    width: 60%;
  }
}
.archive .archive-box a .eyecatch:hover {
  opacity: 0.7;
}
.archive .archive-box a h2 {
  color: #8ac6d0;
  font-weight: normal;
  padding: 1rem;
}
.archive .archive-box a p.staff-name {
  padding: 0.5rem 1rem;
  color: #8ac6d0;
  font-size: 1.4px;
  font-size: 1.4rem;
}
@media screen and (max-width: 414px) {
  .archive .archive-box a p.staff-name {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.archive .archive-box a .archive-staff-info h2 {
  font-size: 1.8px;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 414px) {
  .archive .archive-box a .archive-staff-info h2 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.archive .archive-box a .archive-staff-info p {
  padding: 0.5rem 1rem;
  font-size: 1.8px;
  font-size: 1.8rem;
}
@media screen and (max-width: 414px) {
  .archive .archive-box a .archive-staff-info p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.archive .archive-box a .archive-staff-info p span {
  font-size: 1.4px;
  font-size: 1.4rem;
  color: #8ac6d0;
  letter-spacing: 0.5rem;
}
@media screen and (max-width: 414px) {
  .archive .archive-box a .archive-staff-info p span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.archive-voice .col-l-6 .archive-voice-box {
  margin: 1rem;
  padding: 1rem;
  background-color: #fff;
}
.archive-voice .col-l-6 .archive-voice-box .archive-voice-box-inner {
  border: 2px solid #8ac6d0;
  padding: 2rem;
}
.archive-voice .col-l-6 .archive-voice-box .archive-voice-box-inner .row {
  border-bottom: 4px solid #8ac6d0;
  color: #8ac6d0;
}
.archive-voice .col-l-6 .archive-voice-box .archive-voice-box-inner .row p {
  text-align: right;
}
.archive-voice .col-l-6:nth-child(even) .archive-voice-box {
  margin: 1rem;
  padding: 1rem;
  background-color: #fff;
}
.archive-voice .col-l-6:nth-child(even) .archive-voice-box .archive-voice-box-inner {
  border: 2px solid #ecbabe;
  padding: 2rem;
}
.archive-voice .col-l-6:nth-child(even) .archive-voice-box .archive-voice-box-inner .row {
  border-bottom: 4px solid #ecbabe;
  color: #ecbabe;
}
.archive-voice .col-l-6:nth-child(even) .archive-voice-box .archive-voice-box-inner .row p {
  text-align: right;
}
.archive-voice .col-l-6 .archive-voice-box-inner-content {
  padding: 2rem 0;
}
.archive-voice .col-l-6 .archive-voice-box-inner-menu {
  display: block;
  border-top: 1px solid #727475;
  padding-top: 1rem;
}
.archive-voice .col-l-6 .archive-voice-box-inner-menu i {
  color: #727475;
}

.archive-beforeafter .col-l-6 .archive-beforeafter-box {
  margin: 1rem;
  padding: 1rem;
  background-color: #fff;
}
.archive-beforeafter .col-l-6 .archive-beforeafter-box .archive-beforeafter-box-inner {
  border: 2px solid #8ac6d0;
  padding: 2rem;
}
.archive-beforeafter .col-l-6 .archive-beforeafter-box .archive-beforeafter-box-inner .row {
  border-bottom: 4px solid #8ac6d0;
  color: #8ac6d0;
  margin-bottom: 2rem;
}
.archive-beforeafter .col-l-6 .archive-beforeafter-box .archive-beforeafter-box-inner .inner {
  display: flex;
}
.archive-beforeafter .col-l-6 .archive-beforeafter-box .archive-beforeafter-box-inner .inner .imgbox p {
  text-align: left;
  font-family: "Bad Script", cursive;
  color: #ecbabe;
  font-size: 2.8px;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 0.4rem;
}
@media screen and (max-width: 414px) {
  .archive-beforeafter .col-l-6 .archive-beforeafter-box .archive-beforeafter-box-inner .inner .imgbox p {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.archive-beforeafter .col-l-6 .archive-beforeafter-box .archive-beforeafter-box-inner .inner .imgbox img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .archive-beforeafter .col-l-6 .archive-beforeafter-box .archive-beforeafter-box-inner .inner .imgbox img {
    height: 180px;
  }
}
@media screen and (max-width: 414px) {
  .archive-beforeafter .col-l-6 .archive-beforeafter-box .archive-beforeafter-box-inner .inner .imgbox img {
    height: 100px;
  }
}
.archive-beforeafter .col-l-6:nth-child(even) .archive-beforeafter-box {
  margin: 1rem;
  padding: 1rem;
  background-color: #fff;
}
.archive-beforeafter .col-l-6:nth-child(even) .archive-beforeafter-box .archive-beforeafter-box-inner {
  border: 2px solid #ecbabe;
  padding: 2rem;
}
.archive-beforeafter .col-l-6:nth-child(even) .archive-beforeafter-box .archive-beforeafter-box-inner .row {
  border-bottom: 4px solid #ecbabe;
  color: #ecbabe;
}
.archive-beforeafter .col-l-6:nth-child(even) .archive-beforeafter-box .archive-beforeafter-box-inner .row p {
  text-align: right;
}
.archive-beforeafter .col-l-6 .archive-beforeafter-box-inner-content {
  padding: 2rem 0;
}
.archive-beforeafter .col-l-6 .archive-beforeafter-box-inner-menu {
  display: block;
  border-top: 1px solid #727475;
  padding-top: 1rem;
}
.archive-beforeafter .col-l-6 .archive-beforeafter-box-inner-menu i {
  color: #727475;
}

/* 必須 */
.single .single-content {
  margin: 0 2px;
}
.single .single-content h1.single-title {
  border-top: 1px solid #8ac6d0;
  border-bottom: 1px solid #8ac6d0;
  margin-top: 2rem;
  font-size: 2.2px;
  font-size: 2.2rem;
  padding: 2rem 1rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 414px) {
  .single .single-content h1.single-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.single .single-content time {
  display: block;
  margin-top: 2rem;
  padding: 0 1rem;
}
.single .single-content .single-coment {
  margin: 2rem 0;
  padding: 0 1rem;
  font-size: 1.8px;
  font-size: 1.8rem;
}
@media screen and (max-width: 414px) {
  .single .single-content .single-coment {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* 必須 */
.sidebar {
  width: 65%;
  margin-left: 25%;
}
.sidebar .inner {
  margin: 0 2px;
}
.sidebar .inner h2 {
  border-top: 1px solid #8ac6d0;
  border-bottom: 1px solid #8ac6d0;
  margin-top: 2rem;
  font-size: 2.2px;
  font-size: 2.2rem;
  padding: 2rem 1rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 414px) {
  .sidebar .inner h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.sidebar .inner ul.ranking-list {
  color: #fff;
}
.sidebar .inner ul.ranking-list li.ranking-box {
  margin-bottom: 1rem;
  background-color: #8ac6d0;
  padding: 1rem;
  counter-increment: count;
  position: relative;
}
.sidebar .inner ul.ranking-list li.ranking-box:before {
  content: counter(count);
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(210.7682926829, 233.4512195122, 237.2317073171);
  font-size: 1.8px;
  font-size: 1.8rem;
  line-height: 3.6rem;
  width: 3.6rem;
  text-align: center;
}
@media screen and (max-width: 414px) {
  .sidebar .inner ul.ranking-list li.ranking-box:before {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.sidebar .inner ul.ranking-list li.ranking-box h3.title {
  font-weight: normal;
}
.sidebar .inner ul.ranking-list li.ranking-box span.view {
  display: block;
  text-align: right;
}
.sidebar .inner ul.blog-list {
  color: #fff;
}
.sidebar .inner ul.blog-list li.blog-box {
  margin-bottom: 1rem;
  background-color: #8ac6d0;
  padding: 1rem;
  counter-increment: count;
  position: relative;
}
.sidebar .inner ul.blog-list li.blog-box h3.title {
  font-weight: normal;
}
@media screen and (max-width: 1024px) {
  .sidebar {
    width: 100%;
    margin: 0 0 2rem;
  }
}
@media screen and (max-width: 414px) {
  .sidebar {
    width: 100%;
    margin: 0 0 2rem;
  }
  .sidebar .inner {
    margin: 0;
  }
  .sidebar .inner ul.ranking-list {
    display: flex;
    flex-wrap: wrap;
    padding: 2px;
  }
  .sidebar .inner ul.ranking-list li.ranking-box {
    width: 50%;
    padding: 0.5rem;
    margin: 0;
  }
  .sidebar .inner ul.blog-list {
    display: flex;
    flex-wrap: wrap;
    padding: 2px;
  }
  .sidebar .inner ul.blog-list li.blog-box {
    width: 50%;
    padding: 0.5rem;
    margin: 0;
  }
}

/*========================================================

  ２．基本設定

========================================================*/
.inview-left {
  opacity: 0;
  transition: all 0.8s ease;
  transform: translate(-100%, 0);
  transition-delay: 0.5s;
}
.inview-left.move {
  opacity: 1;
  transform: translate(0, 0);
}

.inview-right {
  opacity: 0;
  transition: all 0.8s ease;
  transform: translate(100%, 0);
  transition-delay: 1s;
}
.inview-right.move {
  opacity: 1;
  transform: translate(0, 0);
}

.inview-bottom {
  opacity: 0;
  transition: all 0.8s ease;
  transform: translate(0, 20%);
  transition-delay: 1s;
}
.inview-bottom.move {
  opacity: 1;
  transform: translate(0, 0);
}

.inview-top {
  opacity: 0;
  transition: all 0.8s ease;
  transform: translate(0, -100%);
  transition-delay: 1s;
}
.inview-top.move {
  opacity: 1;
  transform: translate(0, 0);
}

/*=====ボタン=======*/
a.more {
  margin: 0 auto;
  width: 200px;
  position: relative;
  display: inline-block;
  padding: 0.5em 3em;
  border: 1px solid #8ac6d0;
  color: #8ac6d0;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  overflow: hidden;
  z-index: 1000;
}
@media screen and (max-width: 1024px) {
  a.more {
    width: 100%;
  }
}
a.more:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 120%;
  height: 100%;
  background: #8ac6d0;
  transform-origin: right top;
  transform: skewX(-30deg) scale(0, 1);
  transition: transform 0.3s;
}
a.more:hover {
  color: #fff;
}
a.more:hover:before {
  transform-origin: left top;
  transform: skewX(-30deg) scale(1, 1);
}

a.more300 {
  margin: 0 auto;
  width: 300px;
  position: relative;
  display: inline-block;
  padding: 0.5em 3em;
  color: #fff;
  background-color: #8ac6d0;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  overflow: hidden;
  z-index: 1000;
}
@media screen and (max-width: 1024px) {
  a.more300 {
    width: 100%;
  }
}
a.more300:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 120%;
  height: 100%;
  background: #fff;
  transform-origin: right top;
  transform: skewX(-30deg) scale(0, 1);
  transition: transform 0.3s;
}
a.more300:hover {
  color: #8ac6d0;
}
a.more300:hover:before {
  transform-origin: left top;
  transform: skewX(-30deg) scale(1, 1);
}

/*=====ボタン=======*/
@media screen and (max-width: 414px) {
  .sm-none {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .tb-none {
    display: none;
  }
}

.pc-tb-none {
  display: none;
}
@media screen and (max-width: 414px) {
  .pc-tb-none {
    display: block;
  }
}

.pc-sm-none {
  display: none;
}
@media screen and (max-width: 1024px) {
  .pc-sm-none {
    display: block;
  }
}
@media screen and (max-width: 414px) {
  .pc-sm-none {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .tb-sm-none {
    display: none;
  }
}
@media screen and (max-width: 414px) {
  .tb-sm-none {
    display: none;
  }
}

/*=====ページ送り blog.php=======*/
.pagination {
  width: 40%;
  margin: 10rem auto;
}
@media screen and (max-width: 414px) {
  .pagination {
    width: 96%;
  }
}
.pagination .pagination-inner {
  width: 100%;
}
.pagination .pagination-inner span, .pagination .pagination-inner a {
  display: block;
  text-decoration: none;
  float: left;
  border: 1px solid #8ac6d0;
  box-sizing: border-box;
  color: #8ac6d0;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  font-size: 1.6rem;
  font-size: 16px;
}
.pagination .pagination-inner .page-numbers {
  width: 10%;
  margin-right: 1%;
}
.pagination .pagination-inner .prev {
  width: 20%;
  margin-right: 1%;
  margin-left: 2%;
}
.pagination .pagination-inner .next {
  width: 20%;
}
.pagination .pagination-inner a:hover {
  background-color: rgb(247.1524390244, 251.1768292683, 251.8475609756);
}
.pagination .pagination-inner .current {
  background-color: #8ac6d0;
  color: #fff;
}/*# sourceMappingURL=style.css.map */