@charset "UTF-8";
/* ヘッダーのボタン調整 */
.c-btn {
  vertical-align: middle;
  margin: 5px;
  border: 1px solid;
  border-radius: 0px;
}

[data-scrolled=true] .l-header {
  color: #fff;
  background: linear-gradient(to bottom, #191919 0%, #2e2e2e 50%, #191919 100%);
}

[data-scrolled=true] .l-header .c-hamburger-btn__bars span {
  background-color: #fff;
}

.p-footer-sticky-nav ul li {
  color: #fff;
  display: flex;
  padding-top: 4px;
  padding-bottom: 4px;
}
.p-footer-sticky-nav ul li a {
  font-size: 14px;
}
.p-footer-sticky-nav ul .c-navbar__item[data-active-menu] {
  color: #fff;
}
.p-footer-sticky-nav ul li {
  background-color: #0F2F41;
}
.p-footer-sticky-nav ul li:nth-child(2) {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.p-footer-sticky-nav ul li:nth-child(2) a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.l-footer {
  background-color: #000;
  color: #fff;
}

.l-footer {
  border-top: 0px solid var(--_lighter-color-gray, #eee);
  overflow: hidden;
} /*フッターの上の線を消す*/
.l-footer--default .c-copyright {
  background-color: #000;
} /*コピーライトの背景色*/
.l-footer-widget-area__item {
  display: flex;
  justify-content: center;
}

.c-widget.widget_block {
  text-align: center;
  position: relative;
}

.widget_nav_menu .menu {
  display: flex;
  justify-content: center;
}

@media (max-width: 900px) {
  .widget_nav_menu .menu {
    flex-direction: column;
  }
}
.widget_nav_menu .menu li {
  margin-top: 0;
  margin-right: 20px;
}

.widget_nav_menu .menu li:last-child {
  margin-right: 0;
}

.c-sub-nav .c-navbar {
  justify-content: center;
} /*プライバシーポリーの文字を中央配置*/
.footer-tel {
  text-decoration: none;
}

.footer-tel:hover, .footer-tel:visited {
  color: inherit;
}

.footer-site-info {
  font-size: 14px;
}

.archive.post-type-archive h1.c-entry__title {
  display: none;
}

.c-entry-summary__meta, .c-meta__item {
  display: none;
} /*アーカイブページ、投稿ページのメタ情報を非表示*/
.before-after__img {
  position: relative;
}

.before-after__img img {
  border-radius: 8px;
  border: 10px solid #fff;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

.con p {
  position: absolute;
  bottom: 16px;
  left: -12px;
  clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
  display: inline-block;
  min-width: 180px;
}

.con.before p {
  background: linear-gradient(135deg, rgb(197, 198, 198) 0%, rgb(102, 102, 102) 100%);
  color: #333;
}

.con.after p {
  background: linear-gradient(135deg, rgb(82, 207, 223) 0%, rgb(5, 80, 173) 100%);
  color: #fff;
}

@media (max-width: 1023.9px) {
  .con p {
    font-size: 14px;
    min-width: 0;
    padding: 8px 30px !important;
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
    bottom: 12px;
    white-space: nowrap;
  }
}
@media (max-width: 900px) and (min-width: 782px) {
  .before-after__legs .con p {
    padding: 10px !important;
    font-size: 12px;
  }
}
@media (max-width: 781.9px) {
  .con p {
    left: -8px;
  }
}
@media (max-width: 500px) {
  .before-after__img img {
    border: 5px solid #fff;
  }
  .con p {
    font-size: 14px;
    min-width: 0;
    padding: 4px 20px !important;
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
    bottom: 12px;
  }
  .before-after__legs .con p {
    padding: 10px !important;
    font-size: 12px;
  }
}
.info a {
  text-decoration: none;
}

.mens-info {
  position: relative;
}

.mens-info::after {
  content: "MEN'S INFORMATION";
  position: absolute;
  bottom: 0%; /* 垂直方向の中央寄せ */
  left: 50%; /* 水平方向の中央寄せ */
  transform: translatex(-50%); /* 中央に配置 */
  font-size: 50px; /* 背景テキストのフォントサイズ */
  color: rgba(209, 201, 173, 0.3); /* 背景テキストの色（透明度含む） */
  z-index: 1; /* 背景として配置 */
  white-space: nowrap; /* テキストの折り返し防止 */
}

@media (max-width: 1023.9px) {
  .mens-info::after {
    font-size: 40px;
    bottom: 10%;
  }
}
@media (max-width: 639.9px) {
  .mens-info::after {
    font-size: 30px;
  }
}
.info h3 {
  border-bottom: 1px solid #333;
}

.reservation .smb-information__item {
  border-bottom: 1px solid #fff;
}

.reservation-h2 {
  position: relative;
}

.reservation-h2::after {
  content: "RESERVATION";
  position: absolute;
  bottom: 0%; /* 垂直方向の中央寄せ */
  left: 50%; /* 水平方向の中央寄せ */
  transform: translatex(-50%); /* 中央に配置 */
  font-size: 50px; /* 背景テキストのフォントサイズ */
  color: rgba(209, 201, 173, 0.3); /* 背景テキストの色（透明度含む） */
  z-index: 1; /* 背景として配置 */
  white-space: nowrap; /* テキストの折り返し防止 */
}

@media (max-width: 1023.9px) {
  .reservation-h2::after {
    font-size: 40px;
    bottom: 10%;
  }
}
@media (max-width: 639.9px) {
  .reservation-h2::after {
    font-size: 30px;
  }
}
.gmap {
  text-align: center;
}

.smb-information__item {
  margin-top: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #333;
}

.access {
  display: flex;
  border-bottom: 1px solid #fff;
  padding-bottom: 8px;
}

.access-logo {
  width: 40px;
  margin-right: 10px;
  vertical-align: middle;
}

.reservation .smb-information {
  line-height: normal;
}

.shop .smb-information .smb-information__item__label {
  font-size: 17px;
  font-weight: bold;
}

.access-tel:hover {
  color: #fff;
}

.access-tel:visited {
  color: #fff;
}

.page-id-1027 .gradation-background {
  font-size: 16px;
  font-weight: normal;
}

.serif {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "SOFT" 0, "WONK" 0;
}

.menscare-hero {
  position: relative;
}

.change-one-self {
  position: absolute;
  font-family: "Herr Von Muellerhoff", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 60px;
  transform: rotate(-5deg);
  color: #DAAF08;
  bottom: -10%;
  right: 10%;
  letter-spacing: 0.3rem;
}

@media (max-width: 1100px) {
  .change-one-self {
    right: 4%;
  }
}
@media (max-width: 1023.9px) {
  .mens-care__parent {
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .mens-care__parent figure {
    width: 100%;
  }
}
@media (max-width: 1023.9px) {
  .change-one-self {
    right: 5%;
    z-index: 3;
    bottom: 30px;
  }
}
@media (max-width: 639.9px) {
  .change-one-self {
    font-size: 40px;
  }
}
@media (min-width: 650px) {
  .pc-letter-spacing {
    letter-spacing: 0.3rem;
  }
}
@media (max-width: 649.9px) {
  .sp-text {
    letter-spacing: 0.01rem;
    font-size: 14px;
  }
  .price {
    font-size: 15px;
  }
  .sp-text {
    letter-spacing: 0.01rem;
    font-size: 14px;
  }
  .size img {
    width: 60px;
  }
}
.price-notice {
  font-size: 10px;
}

.pair {
  z-index: 2;
}

.waribiki {
  display: flex;
}

.giftbox {
  width: 40px;
  margin-right: 10px;
  vertical-align: middle;
}

.waribiki {
  padding-bottom: 8px;
  border-bottom: 1px solid;
}

.waribiki h4 {
  font-size: 24px;
  color: #0F2F41;
}

@media (max-width: 639.9px) {
  .waribiki h4 {
    font-size: 21px;
  }
}
.discount {
  position: relative;
}

.discount::after {
  content: "DISCOUNT";
  position: absolute;
  bottom: 0%; /* 垂直方向の中央寄せ */
  left: 50%; /* 水平方向の中央寄せ */
  transform: translatex(-50%); /* 中央に配置 */
  font-size: 50px; /* 背景テキストのフォントサイズ */
  color: rgba(177, 171, 148, 0.3019607843); /* 背景テキストの色（透明度含む） */
  z-index: 1; /* 背景として配置 */
  white-space: nowrap; /* テキストの折り返し防止 */
}

@media (max-width: 1023.9px) {
  .discount::after {
    font-size: 40px;
    bottom: 10%;
  }
}
@media (max-width: 639.9px) {
  .discount::after {
    font-size: 30px;
  }
}
.menu-shadow__text {
  text-shadow: 0.5px 0.5px 0.5px rgba(0, 0, 0, 0.8);
}

.gold-background {
  background-image: linear-gradient(90deg, #b39855 0%, #d6cdab 50%, #b39855 100%);
  font-size: 19px;
}

.size-column {
  padding: 10px !important;
}

@media (max-width: 639.9px) {
  .gold-background {
    font-size: 18px;
    width: 85%;
  }
}
.mens-care {
  position: relative;
}

.mens-care::after {
  content: "MEN'S CARE";
  position: absolute;
  bottom: 0%; /* 垂直方向の中央寄せ */
  left: 50%; /* 水平方向の中央寄せ */
  transform: translatex(-50%); /* 中央に配置 */
  font-size: 50px; /* 背景テキストのフォントサイズ */
  color: rgba(209, 201, 173, 0.3); /* 背景テキストの色（透明度含む） */
  z-index: -1; /* 背景として配置 */
  white-space: nowrap; /* テキストの折り返し防止 */
}

@media (max-width: 1023.9px) {
  .mens-care::after {
    font-size: 40px;
    bottom: 10%;
  }
}
@media (max-width: 639.9px) {
  .mens-care::after {
    font-size: 30px;
  }
}
.mens-hairremoval {
  position: relative;
}

.mens-hairremoval::after {
  content: "MEN'S HAIR REMOVAL";
  position: absolute;
  bottom: 0%; /* 垂直方向の中央寄せ */
  left: 50%; /* 水平方向の中央寄せ */
  transform: translatex(-50%); /* 中央に配置 */
  font-size: 50px; /* 背景テキストのフォントサイズ */
  color: rgba(209, 201, 173, 0.3); /* 背景テキストの色（透明度含む） */
  z-index: 1; /* 背景として配置 */
  white-space: nowrap; /* テキストの折り返し防止 */
}

@media (max-width: 1023.9px) {
  .mens-hairremoval::after {
    font-size: 40px;
    bottom: 10%;
  }
}
@media (max-width: 639.9px) {
  .mens-hairremoval::after {
    font-size: 30px;
  }
}
.price {
  display: inline-block;
  border-bottom: 2px solid;
}

@media (max-width: 639.9px) {
  .mens-care .c-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.mens-care__parent {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

@media (max-width: 639.9px) {
  .page-id-39 h3 {
    font-size: 18px;
  }
  .page-id-39 h3 span {
    font-size: 21px !important;
  }
}
/*------------------
mv
------------------*/
.mv {
  height: 100vh;
}

@media (max-width: 639.9px) {
  .mv {
    margin-top: -60px;
  }
  .mv .smb-section__inner {
    bottom: 55px;
  }
}
.copy1 {
  font-family: "Klee One", cursive;
  font-style: normal;
  font-size: 40px;
}

.copy2 {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 90px;
}

.copy-column {
  line-height: 1.2;
}

@media (max-width: 1023.9px) {
  .copy1 {
    font-size: 32px;
  }
  .copy2 {
    font-size: 70px;
  }
}
@media (max-width: 781.9px) {
  .copy1 {
    font-size: 26px;
  }
  .copy2 {
    font-size: 60px;
  }
}
@media (max-width: 639.9px) {
  .mv {
    margin-top: -60px;
  }
  .copy1 {
    font-size: 24px !important;
    white-space: nowrap;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.8);
  }
  .copy2 {
    font-size: 40px !important;
    margin-top: 10px;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.8);
  }
  .copy-column {
    display: flex;
    flex-direction: column;
  }
  .mv .smb-section__inner {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
  }
}
/*------------------
loop
------------------*/
.loop-wrapper {
  display: flex;
  overflow: hidden;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  min-width: 100vw;
  background-color: #eee;
}

.loop {
  flex: 0 0 auto;
  white-space: nowrap;
  font-size: 80px;
  overflow: hidden;
  padding-left: 20px;
  background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.loop:nth-child(odd) {
  animation: loop 50s -25s linear infinite;
}

.loop:nth-child(even) {
  animation: loop2 50s linear infinite;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@media (max-width: 1023.9px) {
  .loop {
    font-size: 50px;
  }
}
@media (max-width: 639.9px) {
  .loop {
    font-size: 40px;
  }
}
/*------------------
feature
------------------*/
.feature-column__img {
  position: relative;
}

.feature-column__img figure::before {
  position: absolute;
  content: "";
  top: 8px;
  left: 8px;
  width: 100%;
  height: 100%;
  border: 1px solid #aaa59f;
  z-index: -1;
}

.feature-column__caption {
  font-size: 50px;
  position: absolute;
  bottom: -5%;
  right: -3%;
  transform: rotate(-5deg);
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-style: normal;
  color: #DAAF08;
  font-weight: bold;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.8);
}

.dot {
  display: inline-block;
  padding: 0 0.4em 0.2em;
  border-bottom: 3px dotted;
  color: #333333;
} /*h4下のborder*/
.blue-gradation__text {
  display: inline-block;
  padding: 0 0.4em 0.2em;
} /*理論的アプローチ　×　施術のカスタマイズ*/
.gradation-background {
  color: #fff;
  display: inline-block;
  padding: 0.5em 1.5em;
  background: linear-gradient(135deg, #52cfdf 0%, #0550ad 100%);
  clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
} /*featureの青背景*/
.first::before {
  background-color: #fff;
} /*FIRSTの前の線*/
.feature00-sp {
  margin: 0 calc(50% - 45vw);
  width: 90vw;
}

.feature00-sp .wp-block-column {
  padding: 16px;
}

.aprorch-column {
  text-align: center;
} /*スマホサイズ「理論的アプローチ　×　施術のカスタマイズ」*/
@media (max-width: 1023.9px) {
  .feature-column__caption {
    font-size: 42px;
  }
}
@media (max-width: 781.9px) {
  .feature-column__img figure {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .feature-column__caption {
    right: 10%;
  }
  .feature-column__even {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 639.9px) {
  .feature .c-container {
    padding-left: 8px;
    padding-right: 8px;
  }
  .feature-column__img figure {
    width: 100%;
  }
  .feature-column__caption {
    right: 3%;
  }
  .feature00-sp__text {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 500px) {
  .feature-column__caption {
    font-size: 36px;
    right: 3%;
  }
}
/*------------------
difference
------------------*/
@media (max-width: 639.9px) {
  .difference {
    margin-bottom: -50px !important;
  }
}
.difference .smb-section__background {
  bottom: 100px;
} /*移動背景*/
.difference-text {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "SOFT" 0, "WONK" 0;
  position: absolute;
  font-size: 90px !important;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  background: linear-gradient(45deg, #DAAF08 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #DAAF08 90% 100%);
  background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(1px 2px 0px black);
}

@media (max-width: 639.9px) {
  .difference-text {
    font-size: 50px !important;
  }
}
.difference-cover {
  position: relative;
}

.difference-list__wrapper {
  position: relative;
  transform: translateY(-220px);
  max-width: 800px;
  z-index: 2;
  font-size: 19px;
}

@media (max-width: 1023.9px) {
  .difference-list__wrapper {
    max-width: 650px;
    transform: translateY(-240px);
    font-size: 19px;
  }
  .difference-list__wrapper .smb-panels__item__body {
    padding: 30px 60px !important;
  }
}
@media (max-width: 639.9px) {
  .difference-list__wrapper .smb-panels__item__body {
    padding: 30px !important;
    font-size: 16px;
  }
  .difference-list__wrapper {
    position: relative;
    transform: translateY(-300px);
    max-width: 500px;
    z-index: 2;
    font-size: 19px;
  }
}
.difference-list__wrapper .smb-panels__item__body {
  padding: 30px 125px;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.35);
}

.difference-list__wrapper:hover {
  box-shadow: none;
}

.difference-list::before {
  border-color: #B67B03;
  width: 16px;
  right: -20px;
} /*checkマーク*/
.difference .smb-section__background {
  top: 80px;
}

/*------------------
脱毛は、自己投資
------------------*/
.jikotoshi-pc {
  top: -80px;
}

.jikotoshi-sp {
  display: none !important;
}

.jikotoshi-wrapper {
  display: none !important;
}

.jikotoshi-img__left-pc img {
  position: absolute;
  top: 100px;
  left: 3%;
  z-index: 3;
}

.jikotoshi-img__right-pc img {
  position: absolute;
  top: 0;
  right: 20%;
}

.jikotoshi-btn__sp {
  display: none;
}

@media (max-width: 1030px) {
  .jikotoshi-pc__text {
    text-align: left;
  }
}
@media (max-width: 781.9px) {
  .jikotoshi-pc {
    display: none !important;
  }
  .jikotoshi-sp {
    display: block !important;
    top: -200px;
  }
  .jikotoshi-wrapper {
    display: flex !important;
    top: -70px;
  }
  .jikotoshi-btn__sp {
    display: block !important;
    top: -150px;
  }
  .jikotoshi-img__right-sp img {
    position: relative;
    top: -120px;
    right: 10%;
  }
  .jikotoshi-img__left-sp img {
    position: relative;
    left: 10%;
    z-index: 3;
  }
}
@media (max-width: 639.9px) {
  .jikotoshi-sp {
    display: block !important;
    top: -250px;
  }
  .jikotoshi-wrapper {
    display: flex !important;
    top: -100px;
  }
  .jikotoshi-img__right-sp img {
    right: 12%;
  }
  .jikotoshi-img__left-sp img {
    top: -40px;
    left: 12%;
  }
  .jikotoshi-btn__sp {
    display: block !important;
    top: -180px;
  }
}
@media (max-width: 450px) {
  .jikotoshi-img__left-sp img {
    top: -60px;
  }
}
.toushi {
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.4);
} /*[脱毛は自己投資*/
@media (max-width: 639.9px) {
  .toushi strong {
    font-size: 24px;
  }
}
.black-btn a {
  background: #000;
  background: linear-gradient(to bottom, #99a4a9 0%, #000 100%);
  border-radius: 3px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 280px;
  padding: 10px 25px;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  text-decoration: none;
}

.black-btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.1s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.black-btn a:hover {
  background: #fff;
  background: linear-gradient(to top, #99a4a9 0%, #000 100%);
}

.black-btn a:hover:after {
  right: 1.4rem;
}

/*------------------
point
------------------*/
.point {
  padding-top: 0;
}

/*------------------
MEN’S CARE MENU
------------------*/
.wide-img {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

@media (max-width: 639.9px) {
  .top-mens-care .c-container {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.top-mens-care__media__sp {
  display: none;
}

@media (max-width: 800px) {
  .top-mens-care__media {
    display: none;
  }
  .top-mens-care__media__sp {
    display: flex;
    flex-direction: column;
  }
  .top-mens-care__media__sp figure {
    width: 100%;
  }
}
.top-mens-care .wp-block-media-text .wp-block-media-text__content {
  margin-top: -100px;
  z-index: 3;
}

.top-mens-care .wp-block-media-text .wp-block-media-text__content::before {
  content: "";
  background: rgba(18, 100, 146, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/*------------------
すべて無料で対応
------------------*/
.gold-background {
  box-shadow: -5px -5px 10px 0px rgba(255, 255, 255, 0.5), 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
}

.free {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.free h3 {
  border-bottom: none;
}

.free-img img {
  position: relative;
}

.free-img__text {
  margin: 0;
  position: absolute;
  z-index: 2;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  font-size: 19px;
}

@media (max-width: 639.9px) {
  .free-img__text {
    font-size: 16px;
  }
  .free-img__text span {
    letter-spacing: 0.05rem !important;
  }
}
/*------------------
お得なセット割
------------------*/
.top-discount__panel:hover {
  filter: brightness(50%);
}

@media (max-width: 1023.9px) and (min-width: 640px) {
  .top-discount__panel .smb-panels__item__body {
    padding: 10px;
  }
}
/*------------------
flow
------------------*/
@media (max-width: 639.9px) {
  .step-title {
    font-size: 22px !important;
  }
}
.type-page .c-entry__header h1.c-entry__title {
  display: none;
}

/* authorを非表示 */
.c-meta__item--author {
  display: none;
}

a {
  color: #333;
}

h2.wp-block-heading {
  font-size: 29px;
}

@media (max-width: 639.9px) {
  h2.wp-block-heading {
    font-size: 22px;
  }
}
h3 {
  border-bottom: 1px solid;
}

.max-800 {
  max-width: 800px;
}

.max-1000 {
  max-width: 1000px;
}

.page .c-entry__header {
  display: none;
}

.l-contents__inner:first-child {
  margin-top: 0;
  padding-top: 0;
}

.l-contents__inner {
  margin-top: 0;
}

.before-after, .before-after__img {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
} /*ピンチズーム禁止*/
.under-line {
  border-bottom: 1px solid #333;
}

.page-id-39 .l-contents__inner:last-child, .page-id-1027 .l-contents__inner:last-child, .page-id-1029 .l-contents__inner:last-child, .page-id-1000 .l-contents__inner:last-child, .page-id-1025 .l-contents__inner:last-child {
  padding-bottom: 0;
}

.c-page-top {
  background-color: #424242;
}

.serif {
  font-family: serif;
}

.page-id-1027 .l-contents, .page-id-1029 .l-contents, .page-id-1000 .l-contents {
  position: relative;
}

.page-id-1027 .p-breadcrumbs-wrapper, .page-id-1029 .p-breadcrumbs-wrapper, .page-id-1000 .p-breadcrumbs-wrapper {
  position: absolute;
  background-color: transparent;
  z-index: 2;
}

.page-id-1027 .p-breadcrumbs-wrapper:first-child, .page-id-1029 .p-breadcrumbs-wrapper:first-child, .page-id-1000 .p-breadcrumbs-wrapper:first-child {
  color: #fff;
}

@media (min-width: 640px) {
  .cta-shop__name {
    font-size: 20px;
  }
}
.page-id-130 h3 {
  position: relative;
  padding: 1rem 0.5rem;
  border-bottom: none;
}

.page-id-130 h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  content: "";
  border-radius: 3px;
  background: linear-gradient(to right, #52cfdf 0%, #0550ad 100%);
}

.is-style-ghost .smb-btn.smb-btn:hover {
  color: #fff !important;
  border-color: #2a2a2a !important;
  background-color: #2a2a2a !important;
}

.is-style-ghost .smb-btn.smb-btn:hover span.smb-btn__label {
  color: #fff !important;
}

.cta .smb-information {
  line-height: normal;
}

/******************************************************************

Stylesheet: 1023px以下（タブレット）で適用

******************************************************************/
/******************************************************************

Stylesheet: 639px以下(スマホ)で適用

******************************************************************//*# sourceMappingURL=style.css.map */