@charset "UTF-8";
/* ==========================================================================
  reset
  ========================================================================== */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/* フォームの初期化を追加 */
/* テキスト */
input[type="text"],
input[type="email"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  width: 100%;
  box-shadow: none;
}

input[type="text"]:focus,
input[type="email"]:focus {
  box-shadow: none;
  outline: none;
}

/* テキストエリア */
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  height: 100px;
  width: 100%;
}

textarea:focus {
  box-shadow: none;
  outline: none;
}

/* セレクト */
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  background: white;
}

select::-ms-expand {
  display: none;
}

select:focus {
  box-shadow: none;
  outline: none;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0.8em;
  width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus {
  outline: none;
}

textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  height: 100px;
  padding: 0.4em 0.8em;
  width: 100%;
}

textarea:focus {
  box-shadow: none;
}

input[type="submit"] {
  -webkit-appearance: none;
  background-image: none;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  font-family: inherit;
  font-size: inherit;
}

input[type="submit"]:hover,
input[type="submit"]:focus {
  outline: none;
}

input[type="submit"]::-moz-foucus-inner {
  border: none;
  padding: 0;
}

input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  padding: 0.5em 0.6em;
  display: inline-block;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.302);
  border: 1px solid #cccccc;
  border-radius: 4px;
  vertical-align: middle;
  box-sizing: border-box;
}

select,
textarea {
  padding: 0.5em 0.6em;
  display: inline-block;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.302);
  border: 1px solid #cccccc;
  border-radius: 4px;
  vertical-align: middle;
  box-sizing: border-box;
}

/* ==========================================================================
  Foundation
  ========================================================================== */
/* base */
html {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

*,
::before,
::after {
  box-sizing: inherit;
}

body {
  color: #454545;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 2.28;
}

@media (max-width: 599px) {
  body {
    letter-spacing: 0.05em;
  }
}
@media (max-width: 999px) {
  body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
  }
}
.inner {
  margin: 0 auto;
  padding: 0 40px;
  width: 100%;
  max-width: 680px;
}

@media (max-width: 599px) {
  .inner {
    padding: 0 18px;
  }
}
.wrapper {
  overflow: hidden;
}

.block {
  display: inline-block;
}

@media (min-width: 600px) {
  .show.is-sp {
    display: none !important;
  }
}
@media (max-width: 599px) {
  .show.is-pc {
    display: none !important;
  }
}
@media (min-width: 800px) {
  .show.is-sp-adjust {
    display: none !important;
  }
}
@media (max-width: 799px) {
  .show.is-pc-adjust {
    display: none !important;
  }
}
a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

li {
  list-style: none;
}

a:focus {
  outline: none;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: none;
}

h1,
h2,
h3,
h4,
h5 {
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.bold {
  font-weight: bold;
}

.center {
  text-align: center;
}

@media (max-width: 599px) {
  .center-sp {
    text-align: center;
  }
}
.accent {
  color: #007e63;
}

.sm {
  font-size: 1.3rem;
}

.md {
  font-size: 1.6rem;
}

.lg {
  font-size: 1.8rem;
}

.xlg {
  font-size: 2.3rem;
}

@media (max-width: 599px) {
  .scrollable {
    margin-right: -16px;
  }
}
.scrollable + .scrollable {
  margin-top: 30px;
}

.auto {
  width: auto;
  max-width: 100%;
}

.center {
  text-align: center;
}

.mincho {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.darkBg {
  background: url(../img/beauty/dark-bg.jpg) repeat top center/cover;
}

.webp .darkBg {
  background: url(../img/beauty/dark-bg.webp) repeat top center/cover;
}

.accentBg {
  background: #88ac9c;
}

.grayBg {
  background: #f1f1f1;
}

/* ==========================================================================
  header
  ========================================================================== */
.hr {
  width: 680px;
  height: 100px;
  position: fixed;
  top: 0;
  z-index: 9999;
  background: transparent;
}
.hr.is-active {
  background-color: #fff;
}

@media (max-width: 999px) {
  .hr {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .hr {
    height: 75px;
  }
}
.hr__inner {
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: initial;
}

@media (max-width: 599px) {
  .hr__inner {
    padding: 0 20px 0 0;
  }
}
.hr__logo {
  transition: 0.3s;
}
@media (min-width: 600px) {
  .hr__logo {
    left: -20px;
    position: relative;
  }
}

.hr__logo:hover {
  opacity: 0.7;
}

.hr__logo > a {
  display: block;
}

@media (min-width: 600px) {
  .hr__logo {
    width: 112px;
  }
}
@media (max-width: 599px) {
  .hr__logo {
    width: auto;
    height: 75px;
  }
  .hr__logo img {
    width: auto;
    height: 75px;
  }
}
.hr__contents {
  display: none;
  background: linear-gradient(75deg, #007e63, #52a76f) !important;
  height: 100vh;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
  padding: 37px 30px 110px;
}

.hr__contents::before {
  content: "";
  background: url(../img/common/deco01.png) no-repeat top center/95px 129px;
  width: 95px;
  height: 129px;
  position: absolute;
  top: 0;
  right: 0;
}
.nav {
  color: #fff;
  font-size: 1.3rem;
}

.nav .borderBtn {
  color: #fff;
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  max-width: 100%;
  font-weight: 400;
  min-width: 200px;
  border: 1px solid #fff;
}
.nav .newsBtn {
  color: #fff;
}
.hyaluronic-acid-injection .nav .borderBtn {
  border: 1px solid #fff;
  color: #fff;
}

.nav .borderBtn span {
  margin-right: 5px;
  max-width: 22px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav > P {
  display: flex;
  align-items: center;
  color: #fff;
}

.nav .menu > li {
  position: relative;
  padding-left: 20px;
  color: #fff;
  line-height: 1;
}

.nav .menu > li::before {
  content: "";
  display: block;
  width: 5px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.nav .menu > li > a {
  transition: 0.3s;
  font-size: 1.4rem;
}

.nav .menu > li > a:hover {
  opacity: 0.7;
}


.nav > P::before {
  content: none;
}
.nav .outsideBtn,
.hr__contents .outsideBtn{
  font-size: 1.2rem;
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  margin-top: 3.2rem;
  color: #fff;
}
.nav .outsideBtn span,
.hr__contents .outsideBtn span{
  max-width: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hr__contents .outsideBtn{
  margin-inline: auto;
  font-family:"Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 300;
  font-style: normal;
}

.nav .outsideBtn:hover{
  opacity: 0.7;
}
.nav > p::before {
  margin-right: 9px;
}

.hr__contents {
  text-align: center;
  flex-shrink: 0;
  flex-basis: 0;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  flex-direction: row;
  position: relative;
}

.hr__contents .nav {
  font-size: 1.4rem;
  display: inline-block;
  text-align: left;
  margin-bottom: 33px;
}
.hr__contents .nav p{
  position: relative;
  padding-left: 20px;
}
.hr__contents .nav p::before{
  content: "";
  position: absolute;
  background-image: url(../img/common/leaf.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 9px;
  height: 12px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.hr__contents .menu{
  text-align: left;
  gap: 16px;
  margin-top: 20px;
  border-bottom: 1px solid rgba(255,255,255,0.31);
  padding-bottom: 20px;
}
.hr__contents .nav .menu > li{
  padding-left: 0;
  font-family:"Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 300;
}
.hr__contents .nav .menu > li::before {
  margin-right: 28px;
}

.hr__contents .nav .menu > li > a {
  display: block;
  width: 100%;
  font-family:"Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 300;
  position: relative;
}

.hr__contents .nav .menu > li > a::before{
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0;
}




.hr__contents-wrapper{
  position: relative;
}
.hr__contents .squareBtn {
  max-width: 285px;
  width: 100%;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
}

.hr__contents .squareBtn > span {
  font-size: 1.4rem;
}

.hr__contents .squareBtn:not(:last-child) {
  margin-bottom: 10px;
}

.hr__contents .borderBtn {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-family:"Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.hr__contents .borderBtn span{
  font-size: 1.3rem;
  font-weight: 400;
}
.hr__contents .borderBtn .icon-link{
  width: 26px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 20px;
}

.hr__contents .squareBtn.is-light > span::before {
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
}

.hr__contents .squareBtn.is-dark > span::before {
  width: 30px;
  height: 22px;
  background-size: 30px 22px;
}

.hr__contents .aboutBtn{
  font-size: 1.4rem;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,0.31);
  position: relative;
  padding-left: 20px;
}
.hr__contents .newsBtn{
  font-size: 1.4rem;
  color: #fff;
  position: relative;
  padding-left: 20px;
}
.hr__contents .aboutBtn::before,
.hr__contents .newsBtn::before{
      content: '';
      position: absolute;
      background-image: url(../img/common/leaf.png);
      background-size: contain;
      background-repeat: no-repeat;
      width:9px;
      height:12px;
      top: 50%;
      left: 0;
      transform: translateY(-50%);

}

.hr__contents .aboutBtn::after{
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0;
}

.hr__contents .deco {
  position: relative;
  margin-top: 26px;
  margin-bottom: 80px;
  z-index: 1;
}

.hr__contents-wrapper::after {
  background: url(../img/common/deco02.png) no-repeat top center/192px 149px;
  bottom: 70px;
  content: "";
  height: 132px;
  position: absolute;
  left: -50px;
  width: 192px;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.hr.is-active .hr__contents-wrapper::after {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 599px) {
  .hr__contents-wrapper::after {
    bottom: 90px;
  }
}

@media (max-width: 599px) {
  .hr__contents .nav {
    display: block;
  }
}

/* ==========================================================================
  toggle
  ========================================================================== */
.toggle {
  background: transparent;
  cursor: pointer;
  width: 50px;
  height: 50px;
  z-index: 99999;
  transition: 0.3s;
  position: relative;
}

.toggle span {
  -webkit-transition: 0.35s ease-in-out;
  border-bottom: solid 5px #007e63;
  display: block;
  right: 0;
  position: absolute;
  transition: 0.35s ease-in-out;
  width: 100%;
}

.toggle span:nth-child(1) {
  top: 12px;
}

.toggle span:nth-child(2) {
  top: 24px;
}

.toggle span:nth-child(3) {
  top: 36px;
}

.toggle.is-active span:nth-child(1) {
  top: 24px;
  transform: rotate(-45deg);
}

.toggle.is-active span:nth-child(2),
.toggle.is-active span:nth-child(3) {
  top: 24px;
  transform: rotate(45deg);
}

@media (max-width: 599px) {
  .toggle {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 599px) {
  .toggle span:nth-child(1) {
    top: 5px;
  }
}
@media (max-width: 599px) {
  .toggle span:nth-child(2) {
    top: 15px;
  }
}
@media (max-width: 599px) {
  .toggle span:nth-child(3) {
    top: 25px;
  }
}
@media (max-width: 599px) {
  .toggle.is-active span:nth-child(1) {
    top: 15px;
  }
}
@media (max-width: 599px) {
  .toggle.is-active span:nth-child(2),
  .toggle.is-active span:nth-child(3) {
    top: 15px;
  }
}
/* ==========================================================================
  footer
  ========================================================================== */
.ft {
  background: #007e63;
  color: #fff;
  text-align: center;
  padding: 45px 0 20px;
}

@media (min-width: 600px) {
  .ft {
    margin-top: 70px;
  }
}
.ft__logo {
  display: block;
  margin: 0 auto 34px;
  text-align: center;
  width: 139px;
  transition: 0.3s;
}

.ft__logo:hover {
  opacity: 0.7;
}

.ft__copyright.sm {
  font-size: 1.2rem;
}

/* ==========================================================================
  structure
  ========================================================================== */
@media (min-width: 1000px) {
  .main {
    position: relative;
  }
  /* 共通スタイル */
  .main::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
  }

  /* ボトックスページ */
  .page-template-page-botox .main::before,
  .botox .main::before {
    background-image: url(../img/beauty/botox/main.jpg);
  }
  .webp.page-template-page-botox .main::before,
  .webp.botox .main::before {
    background-image: url(../img/beauty/botox/main.webp);
  }

  /* スキンマリアページ */
  .skin-maria .main::before {
    background-image: url(../img/skinmaria/main.webp);
    background-position: left center;
  }

  /* 美容点滴ページ */
  .page-template-page-beauty-drip .main::before {
    background-image: url(../img/beauty/beauty-drip/main.jpg);
  }
  .webp.page-template-page-beauty-drip .main::before {
    background-image: url(../img/beauty/beauty-drip/main.webp);
  }

  /* ヒアルロン酸注射ページ */
  .page-template-page-hyaluronic-acid-injection .main::before {
    background-image: url(../img/hyaluronic/main.jpg);
  }
  .webp.page-template-page-hyaluronic-acid-injection .main::before {
    background-image: url(../img/hyaluronic/main.webp);
  }

  /* フェイシャルページ */
  .page-template-page-facial .main::before {
    background-image: url(../img/facial/main.jpg);
  }
  .webp.page-template-page-facial .main::before {
    background-image: url(../img/facial/main.webp);
  }

  /* トップページ（page-home.php） */
  .page-template-page-home .main::before {
    background-image: url(../img/top/main.jpg);
  }
  .webp.page-template-page-home .main::before {
    background-image: url(../img/top/main.webp);
  }
}

.nav .logo{
  display: block;
  max-width: 103px;
  margin-inline: auto;
}
.nav p{
  display: block;
  margin-bottom: 0;
  font-size: 1.4rem;
}
.nav .aboutBtn{
  font-size: 1.4rem;
  margin-bottom: 1rem;
  margin-top: 3rem;
  display: block;
  color: #fff;
}
.main > .logo:hover {
  opacity: 0.9;
}

@media (max-width: 1399px) {
  .main > .logo,
  .main > .nav {
    display: none;
  }
}
@media (min-width: 1400px) {
  .main > .nav {
    left: 0;
    position: fixed;
    top: 0;
    height: 100%;
    background-color: rgba(17, 173, 140, 0.37);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 32px 30px;
  }
  .main > .logo {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
  }
  .main > .logo img {
    width: auto;
  }
}
.contents {
  overflow: hidden;
}

@media (min-width: 1000px) {
  .contents {
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.188);
    width: 680px;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: -30%;
    margin: auto;
  }
}
/* ==========================================================================
  title
  ========================================================================== */
.ttl {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 45px;
  position: relative;
}
.ttl .en.is-gray {
  color: #454545;
}
.ttl.is-white {
  color: #fff;
}

.ttl.is-white .ja {
  color: #fff;
}
.ttl .ja.ja--big {
  color: #007e63;
  font-size: 2.3rem;
}
@media (max-width: 599px) {
  .ttl .ja.ja--big {
    font-size: 1.8rem;
  }
}

.ttl .en {
  font-family: Georgia, serif;
  font-size: 3.4rem;
}
.ttl .en img {
  width: auto;
}
@media (max-width: 599px) {
  .ttl .en img {
    zoom: 0.8;
  }
}

.ttl .ja {
  color: #007e63;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.6rem;
  margin-top: 12px;
}

@media (max-width: 599px) {
  .ttl .ja {
    font-size: 1.8rem;
  }
}
.ttl .ja.is-lg {
  color: #1d1c1c;
  font-size: 2.8rem;
  margin-top: 23px;
}
.border-ttl {
  position: relative;
  color: #007e63;
  font-size: 2.2rem;
  padding-bottom: 10px;
}
@media (max-width: 599px) {
  .border-ttl {
    font-size: 1.8rem;
  }
}
.border-ttl::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #007e63;
  position: absolute;
  bottom: 1px;
  left: 0;
}
.border-ttl::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #007e63;
  position: absolute;
  bottom: 5px;
  left: 0;
}
.ttl::before {
  content: "";
  background: url(../img/beauty/ttl-deco.png) no-repeat top center/30px 50px;
  width: 30px;
  height: 50px;
  position: absolute;
  top: -77px;
  left: 50%;
  transform: translateX(-50%);
}
.ttl.ttl--simple::before{
  content: none;
}


@media (max-width: 599px) {
  .ttl {
    margin-bottom: 30px;
  }
}
@media (max-width: 599px) {
  .ttl .ja.is-lg {
    font-size: 2.2rem;
    margin-top: 34px;
  }
}
.dot.is-simple > li {
  line-height: 2.28;
}

.dot.is-simple > li::before {
  content: "・";
  color: #454545;
  margin-top: 2px;
}

.dot > li {
  display: flex;
  font-size: 1.5rem;
  line-height: 1.53;
}

.dot > li:not(:last-child) {
  margin-bottom: 12px;
}

.dot > li::before {
  margin-top: 2px;
  content: "●";
  font-size: 1.2rem;
  margin-right: 5px;
  color: #007e63;
}

.sm span {
  display: block;
  margin-bottom: 8px;
}

.sm .dot > li {
  font-size: 1.3rem;
}

.imgBlock {
  max-width: 500px;
  margin: 20px auto;
}

/* ==========================================================================
  button
  ========================================================================== */
.squareBtn {
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.squareBtn.is-dark {
  background: #18716b;
}

.squareBtn.is-dark:hover {
  background: #1c867f;
}

.squareBtn.is-dark > span::before {
  background: url(../img/beauty/web-icon.svg) no-repeat top center/40px 30px;
  width: 40px;
  height: 30px;
}

.squareBtn.is-light {
  background: #2e9e45;
}

.squareBtn.is-light:hover {
  background: #34b24e;
}

.squareBtn.is-light > span::before {
  background: url(../img/beauty/line-icon.svg) no-repeat top center/40px 40px;
  width: 40px;
  height: 40px;
}

.squareBtn > span {
  line-height: 1.5;
  color: #fff;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
}

.squareBtn > span::before {
  content: "";
  margin-right: 20px;
}

.borderBtn {
  color: #fff;
  border: 1px solid #fff;
  padding: 5px 20px;
  max-width: 160px;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: block;
  text-align: center;
  transition: 0.3s;
}

.borderBtn:hover {
  opacity: 0.7;
}

.borderBtn + .borderBtn {
  margin-top: 20px;
}

.btns {
  display: flex;
}

@media (max-width: 599px) {
  .btns {
    flex-direction: column;
  }
}
@media (min-width: 600px) {
  .btns .squareBtn {
    width: calc(50% - 15px);
    height: 90px;
  }
  .btns .squareBtn:not(:last-child) {
    margin-right: 30px;
  }
}
@media (max-width: 599px) {
  .btns .squareBtn {
    width: 100%;
    max-width: 285px;
    margin-left: auto;
    margin-right: auto;
    height: 87px;
  }
  .btns .squareBtn:not(:last-child) {
    margin-bottom: 20px;
  }
}
/* ==========================================================================
  parts
  ========================================================================== */
/* ==========================================================================
  fv
  ========================================================================== */
.fv {
  position: relative;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: flex;
  align-items: center;
}

.fv__ttl {
  position: absolute;
  bottom: 99px;
  right: 0;
  background: url(../img/beauty/fv-line.webp) no-repeat top center/467px 93px;
  width: 467px;
  height: 93px;
  font-size: 5rem;
  color: #fff;
  text-align: right;
  padding-right: 55px;
  line-height: 87px;
}

@media (max-width: 599px) {
  .fv__ttl {
    bottom: 49px;
    font-size: 3rem;
    background-size: 250px 45px;
    width: 250px;
    padding-right: 15px;
    height: 45px;
    line-height: 43px;
  }
}
.fv--top {
  background-color: #e9f4f1;
  margin-bottom: 0;
}
.webp .fv__dl {
  background-image: url(../img/beauty/fv-line.webp);
}

.desc {
  font-size: 2.3rem;
  color: #007e63;
  text-align: center;
}
@media (max-width: 599px) {
  .desc {
    font-size: 2rem;
  }
}

.list > li:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 599px) {
  .list > li:not(:last-child) {
    margin-bottom: 40px;
  }
}
.list__ttl {
  color: #007e63;
  font-weight: bold;
  font-size: 2rem;
}
@media (max-width: 599px) {
  .list__ttl {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}

.lightBg {
  background: #e9f4f1;
}

/* ==========================================================================
  reason
  ========================================================================== */

.reason .inner {
  padding-top: 160px;
  padding-bottom: 90px;
}
@media (max-width: 599px) {
  .reason .inner {
    padding-top: 120px;
  }
  .reason .inner .ttl .en {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    display: block;
  }
  .reason .inner .ttl .en img {
    width: 100%;
  }
}
.reason .desc {
  margin-bottom: 20px;
}
.reason .list {
  margin-top: 45px;
}

/* ==========================================================================
  merit
  ========================================================================== */
.merit .feature__contents {
  background: transparent;
}
@media (min-width: 600px) {
  .merit .feature__contents {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.merit .feature {
  margin-top: 59px;
}
.merit .feature > li {
  align-items: flex-start;
}
.merit .inner {
  padding-top: 150px;
  padding-bottom: 120px;
}
@media (max-width: 599px) {
  .merit .inner {
    padding-bottom: 50px;
  }
}

/* ==========================================================================
  part
  ========================================================================== */
.part .inner {
  padding-top: 180px;
  padding-bottom: 70px;
}
@media (max-width: 599px) {
  .part .inner {
    padding-top: 150px;
  }
}

/* ==========================================================================
  box
  ========================================================================= */
.box {
  background: #fff;
  padding: 20px 8%;
  font-size: 2rem;
}
.box .dot > li {
  font-size: 1.8rem;
}
@media (max-width: 599px) {
  .box .dot > li {
    font-size: 1.43rem;
  }
}
.box .dot > li::before {
  margin-top: 4px;
}
@media (max-width: 599px) {
  .box .dot > li::before {
    margin-top: 2px;
  }
}

.dot {
  display: flex;
  line-height: 1.7;
  flex-wrap: wrap;
}

.dot.is-full {
  display: block;
  font-size: 1.9rem;
}
.dot.is-wrap {
  flex-wrap: wrap;
}
.dot.is-wrap > li {
  width: calc(33.3333333333% - 6.6666666667px);
}
@media (max-width: 599px) {
  .dot.is-wrap > li {
    width: calc(50% - 10px);
  }
  .dot.is-wrap > li:not(:nth-child(2n)) {
    margin-right: 20px;
  }
}
@media (min-width: 600px) {
  .dot > li:not(:nth-child(3n)) {
    margin-right: 10px;
  }
}

/* ==========================================================================
  feature
  ========================================================================== */
.features > li {
  display: flex;
  position: relative;
}

@media (max-width: 599px) {
  .features > li {
    flex-direction: column;
  }
}
.features > li:not(:last-child) {
  margin-bottom: 30px;
}

.features > li .icon {
  position: absolute;
}

@media (min-width: 600px) {
  .features > li .icon {
    left: 10px;
    top: -40px;
  }
}
@media (max-width: 599px) {
  .features > li .icon {
    top: -54px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }
}
.features__ttl {
  font-weight: bold;
  font-size: 2rem;
  color: #007e63;
}
@media (max-width: 599px) {
  .features__ttl {
    font-size: 1.8rem;
  }
}

.features .features__ttl {
  font-size: 2rem;
}

.features__img {
  width: 224px;
}

@media (min-width: 600px) {
  .features__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media (max-width: 599px) {
  .features__img {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
  }
}
.features__contents {
  padding:0px 5% 20px 5%;
  line-height: 1.8;
}

@media (max-width: 599px) {
  .features__contents {
    padding-top: 60px;
    margin-left: -16px;
    margin-right: -16px;
    margin-top: -60px;
    padding-bottom: 40px;
  }
  .features__contents p {
    line-height: 1.8;
  }
}
@media (min-width: 600px) {
  .features__contents {
    flex: 1 1 0%;
  }
}
.features__ttl {
  margin-bottom: 10px;
}

/* ==========================================================================
  section
  ========================================================================== */
section {
  position: relative;
}

section .inner {
  padding-top: 120px;
}

@media (max-width: 599px) {
  section .inner {
    padding-bottom: 65px;
  }
}
.about {
  padding-top: 67px;
}

@media (max-width: 599px) {
  .about .inner {
    padding-bottom: 0;

  }
}
.about p {
  margin-top: 30px;
  text-align: center;
}
@media (max-width: 599px) {
  .about p {
    text-align: left;
  }
}

.cant .inner {
  padding-bottom: 40px;
}

.cant .dot > li {
  font-size: 1.9rem;
}
@media (max-width: 599px) {
  .cant .dot > li {
    font-size: 1.5rem;
  }
}
.cant .dot > li::before {
  margin-top: 5px;
}
@media (max-width: 599px) {
  .cant .dot > li::before {
    margin-top: 2px;
  }
}

.worry img {
  margin: 0 auto;
  display: block;
}
.worry .inner{
  padding-top: 14rem;
}
@media (max-width: 599px) {
  .worry .inner {
    padding-bottom: 0;
  }
  .features .ttl {
    margin-bottom: 40px;
  }
  .features .inner {
    padding-bottom: 0;
  }
}
@media (min-width: 600px) {
  .features .inner {
    padding-bottom: 82px;
    padding-top: 130px;
  }
  .features .feature {
    margin-top: 60px;
  }
}
@media (min-width: 600px) {
  .flows .inner {
    padding-bottom: 78px;
  }
}
.flows .nijuLine {
  margin-top: 25px;
  margin-bottom: 30px;
}

@media (max-width: 599px) {
  .flows .nijuLine {
    margin-top: 45px;
  }
}
.sec05__img {
  margin-bottom: 57px;
}

@media (max-width: 599px) {
  .sec05__img {
    margin-bottom: 26px;
  }
}
.sec05 .inner {
  padding-top: 50px;
}

.sec05 .ttl::before {
  display: none;
}

.sec05 .ttl .ja {
  font-size: 3rem;
}

@media (min-width: 600px) {
  .sec05 .inner {
    padding-bottom: 50px;
  }
}
@media (max-width: 599px) {
  .sec05 .ttl .ja {
    font-size: 2.8rem;
  }
}
@media (min-width: 600px) {
  .sec06 .inner {
    padding-bottom: 60px;
  }
}
.sec03 {
  color: #fff;
}

.sec03__img {
  margin-bottom: 33px;
}

@media (min-width: 600px) {
  .sec03 .inner {
    padding-bottom: 100px;
  }
}
.sec03 p.lg {
  margin-bottom: 24px;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.5rem;
  text-align: center;
}

.sec03 .info {
  margin: 0 0 45px 0;
}

.sec03 .schedule {
  margin-bottom: 45px;
}

@media (max-width: 599px) {
  .sec03 p.lg {
    font-size: 2.2rem;
  }
}
@media (max-width: 599px) {
  .sec03 .schedule {
    margin-bottom: 20px;
  }
}
.sec06 + .cta .inner {
  padding-bottom: 150px;
}

.sec08 .inner {
  padding-bottom: 64px;
}

.sec08 .sm {
  font-size: 1rem;
}

.sec08 .sm.en {
  color: #707070;
  margin-top: -8px;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
}

/* ==========================================================================
  cta
  ========================================================================== */
.cta {
  background: url(../img/beauty/colorful-bg_pc.png) no-repeat top center/100%
    558px;
}

.cta .inner {
  padding-top: 134px;
  padding-bottom: 80px;
}

.cta p.sm {
  margin: -13px 0 36px;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
}

@media (max-width: 599px) {
  .cta {
    background-image: url(../img/beauty/colorful-bg_sp.png);
  }
}
@media (max-width: 599px) {
  .cta .inner {
    padding-top: 114px;
    padding-bottom: 50px;
  }
}
.webp .cta {
  background-image: url(../img/beauty/colorful-bg_pc.webp);
}

@media (max-width: 599px) {
  .webp .cta {
    background-image: url(../img/beauty/colorful-bg_sp.webp);
  }
}
/* ==========================================================================
  icon
  ========================================================================== */
.icon {
  margin-right: 15px;
  font-weight: 500;
  background: url(../img/beauty/circle.svg) no-repeat top center/75px 75px;
  width: 75px;
  height: 75px;
  min-width: 75px;
  min-height: 75px;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #fff;
  font-size: 1.4rem;
}

.icon .number {
  font-size: 2.2rem;
}

/* ==========================================================================
  company
  ========================================================================== */
.info {
  display: flex;
  justify-content: center;
}

.info dt img {
  width: auto;
}

.info dd {
  font-size: 1.5rem;
}

.info dd p + p {
  margin-top: 10px;
}

@media (max-width: 599px) {
  .info {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 599px) {
  .info dt {
    margin-bottom: 19px;
  }
}
@media (max-width: 599px) {
  .info dt img {
    width: 110px;
  }
}
@media (min-width: 600px) {
  .info dt img {
    margin-right: 60px;
  }
}
@media (max-width: 599px) {
  .info dd {
    line-height: 1.66;
  }
}
.schedule {
  font-size: 1.6rem;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  line-height: 1.25;
  color: #222222;
}

.schedule th,
.schedule td {
  vertical-align: middle;
}

.schedule th {
  border: 1px solid #007e63;
  padding: 14px;
}

.schedule td {
  padding: 10px;
  border: 1px solid rgba(69, 69, 69, 0.5);
  background: #fff;
  text-align: center;
}

.schedule td .circle {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  background: #007e63;
  border-radius: 50%;
}

.schedule td .circle.is-reverse {
  border: 2px solid #007e63;
  background: #fff;
}

.schedule th {
  background: #007e63;
  color: #fff;
  font-weight: 500;
  white-space: nowrap;
}

@media (max-width: 599px) {
  .schedule {
    font-size: 1rem;
  }
}
@media (max-width: 599px) {
  .schedule th {
    padding: 10px 5px;
  }
}
@media (max-width: 599px) {
  .schedule td {
    padding: 3px 5px;
  }
}
@media (max-width: 599px) {
  .schedule td .circle {
    width: 13px;
    height: 13px;
    min-width: 13px;
    min-height: 13px;
  }
}
.map {
  position: relative;
}

.map::before {
  padding-top: 60%;
  display: block;
  content: "";
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 599px) {
  .map::before {
    padding-top: 67%;
  }
}
/* ==========================================================================
  doctor
  ========================================================================== */
@media (min-width: 600px) {
  .column__info {
    float: right;
    width: 232px;
    margin-left: 50px;
    margin-bottom: 10px;
  }
}
@media (max-width: 599px) {
  .column__info {
    max-width: 232px;
    margin: 0 auto 20px;
  }
}
.column__img {
  margin-bottom: 8px;
}

/* ==========================================================================
  flow
  ========================================================================== */
.flow > li {
  background: #fff;
  border: 1px solid #007e63;
}

.flow > li:not(:last-child) {
  margin-bottom: 17px;
}

.flow > li > p {
  padding: 14px 28px 0;
  color: #707070;
}

.flow > li > .dot {
  padding: 9px 28px 0;
}
.flow > li > .dot > li {
  color: #707070;
}
@media (max-width: 599px) {
  .flow > li > p {
    padding: 14px 16px 0;
  }
}
@media (max-width: 599px) {
  .flow > li > .dot {
    padding: 9px 16px 0;
  }
}
.flow__ttl {
  display: flex;
}

@media (max-width: 599px) {
  .flow__ttl {
    flex-direction: column;
    padding-bottom: 10px;
  }
}
.flow__ttl .txt {
  padding: 19px 0;
}
@media (max-width: 599px) {
  .flow__ttl .txt {
    padding: 12px;
    font-size: 1.8rem;
  }
}
.flow__ttl .txt .description {
  display: block;
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 2.2;
  color: #707070;
  font-family: "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.flow__ttl .txt .caut {
  color: #454545;
  font-weight: 500;
  font-size: 1.3rem;
}

.flow__ttl .num {
  width: 160px;
  max-width: 160px;
  min-width: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  background: #007e63;
  color: #fff;
}

@media (max-width: 599px) {
  .flow__ttl .num {
    width: 100%;
    height: 40px;
    margin-right: 0;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
@media (max-width: 599px) {
  .flow__ttl img {
    margin-bottom: 10px;
  }
}
@media (min-width: 600px) {
  .flow__ttl img {
    margin-right: 30px;
  }
}
@media (max-width: 599px) {
  .flow__ttl {
    font-size: 2.1rem;
  }
}
/* ==========================================================================
  tbl
  ========================================================================== */
.nijuLine {
  font-size: 2.2rem;
  color: #007e63;
  padding-bottom: 10px;
  padding-left: 3rem;
  border-bottom: 1px solid #007e63;
  margin-bottom: 40px;
}
@media (max-width: 599px) {
  .nijuLine {
    font-size: 1.8rem;
  }
}

.tbl {
  font-size: 1.6rem;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
@media (max-width: 599px) {
  .tbl {
    white-space: nowrap;
    width: 850px;
  }
}

@media (max-width: 599px) {
  .tbl {
    width: calc(100% - 18px);
    font-size: 1.4rem;
  }
}
@media (max-width: 399px) {
  .tbl {
    min-width: 320px;
  }
}
.tbl th,
.tbl td {
  border: 1px solid #fff;
  padding: 16px 10px;
  vertical-align: middle;
}

@media (max-width: 599px) {
  .tbl th,
  .tbl td {
    padding: 11px 4px;
  }
}
.tbl th {
  background: #007e63;
  color: #fff;
  font-weight: 500;
  padding: 9px 10px;
  line-height: 1.2;
}
.tbl th span {
  font-size: 1.3rem;
}

.tbl td {
  line-height: 1.4;
  background: #f3f1f1;
  color: #707070;
}

.tbl td:first-child {
  line-height: 1.5;
  background: #ecf3f1;
  color: #1d1c1c;
}
.tbl--composition {
  margin-top: 20px;
  font-size: 1.4rem;
}
.tbl--composition td {
  padding: 16px 8px;
}
.tbl--facial td:first-child{
  background-color: #F3F1F1;
}
.tbl--facial p {
  font-size: 1.3rem;
  line-height: 1.7;
  color: #A73F3F;
  margin-top: 20px;
}
.caution {
  margin-top: 9px;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.7;
  color: #707070;
  margin-bottom: 50px;
}
@media (min-width: 600px) {
  .caution > li:not(:last-child) {
    margin-bottom: 10px;
  }
}

/* ==========================================================================
price
========================================================================== */
.price .inner {
  padding-bottom: 100px;
  padding-top: 130px;
}
@keyframes ScrollAnimation {
  0% {
    height: 0;
  }
  45% {
    height: 100%;
  }
  55% {
    height: 100%;
    top: 0;
  }
  100% {
    height: 0;
    top: 100%;
  }
}
.price__caution-txt {
  font-size: 1.3rem;
  line-height: 1.7;
  color: #A73F3F;
  margin-top: 20px;
}
.scroll-pointer {
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  z-index: 100;
  color: #1d1c1c;
}

.scroll-pointer::before,
.scroll-pointer::after {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: auto;
  content: "";
  background-color: currentColor;
}

.scroll-pointer::before {
  opacity: 0.2;
}

.scroll-pointer::after {
  animation: ScrollAnimation 2s infinite cubic-bezier(0.77, 0, 0.18, 1);
}

.scroll-pointer._down {
  height: 120px;
  margin: auto;
}

.scroll-pointer._down::before,
.scroll-pointer._down::after {
  height: 120px;
  width: 1px;
  margin: auto;
}

.dl {
  font-size: 1.6rem;
  margin-top: 20px;
}
.dl dd {
  line-height: 1.5;
}

.primary {
  color: #007e63;
}

.bold {
  font-weight: bold;
}

@media (max-width: 599px) {
  .beauty-drip p + .feature,
  .hyaluronic-acid-injection p + .feature {
    margin-top: 50px;
  }
}

.beauty-drip .nav .menu > li::before,
.hyaluronic-acid-injection .nav .menu > li::before {
  background-image: url(../img/beauty/leaf-black.svg);
}

.beauty-drip .nav,
.hyaluronic-acid-injection .nav {
  color: #333333;
}
.beauty-drip .main > .nav .menu > li > a,
.beauty-drip .main > .nav .menu > li > span,
.hyaluronic-acid-injection .main > .nav .menu > li > a,
.hyaluronic-acid-injection .main > .nav .menu > li > span {
  text-shadow: none;
}

.beauty-drip .main::before {
  background-image: url(../img/beauty/beauty-drip/main.webp);
}
.beauty-drip .tbl {
  width: 100%;
}
.beauty-drip .tbl td {
  padding: 34px 10px;
}
@media (max-width: 599px) {
  .beauty-drip .tbl td {
    padding: 34px 4px;
  }
}

.beauty-drip .fv {
  position: relative;
}

.beauty-drip .fv::before {
  content: "";
  display: block;
  padding-top: 96.5%;
}

.beauty-drip .fv img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

@media (max-width: 599px) {
  .hyaluronic-acid-injection .about .ttl .en {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    display: block;
  }
  .hyaluronic-acid-injection .about .ttl .en img {
    width: 100%;
  }
}
.hyaluronic-acid-injection .box {
  padding: 20px 4%;
}
.hyaluronic-acid-injection .main::before {
  background-image: url(../img/hyaluronic/main.webp);
}
@media (min-width: 600px) {
  .hyaluronic-acid-injection .fv__ttl {
    background: url(../img/beauty/fv-line.webp) no-repeat top center/600px 93px;
    width: 600px;
    height: 93px;
  }
}
@media (max-width: 599px) {
  .hyaluronic-acid-injection .fv__ttl {
    background-size: 300px 45px;
    width: 300px;
  }
}

.chk {
  margin-top: 20px;
  font-size: 1.4rem;
}
.chk > li {
  display: flex;
}
.chk > li::before {
  content: "";
  display: inline-block;
  width: 8px;
  min-width: 8px;
  min-height: 8px;
  height: 8px;
  border-top: 2px solid #007e63;
  border-right: 2px solid #007e63;
  transform: rotate(45deg);
  margin-right: 5px;
  margin-top: 11px;
}

.js-scrollable + .nijuLine {
  margin-top: 50px;
}
.point .inner{
  padding-top: 4rem;
}
.point-list {
  display: grid;
  column-gap: 5.2rem;
  row-gap: 6.6rem;
  grid-template-columns: repeat(2, 1fr);
  max-width: 93%;
  margin-inline: auto;
}
@media (max-width: 599px) {
  .point-list {
    column-gap: 2rem;
    row-gap: 2rem;
  }
}
.point-list__item {
  background: #fff;
}
.point__contents {
  border: 1px solid #007e63;
}
.point__img{
  max-width: 80%;
  margin-inline: auto;
}
.point__ttl {
  font-size: 1.6rem;
  color: #fff;
  font-family: "Hiragino Mincho ProN", serif;
  background: #007e63;
  text-align: center;
  padding: 0.8rem 1.6rem;
}
.point__ttl--white {
  background: #fff;
  text-align: left;
  padding: 0;
}
.point__txt__wrapper {
  min-height: 7.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  color: #007e63;
}

.point__txt {
  max-width: 90%;
  margin-inline: auto;
}

/* トップページ */
/* ==========================================================================
  campaign
  ========================================================================== */
.campaign--top {
  background-color: #e9f4f1;
}
.campaign--top .inner{
  padding-top: 7rem;
}

.campaign__content {
  position: relative;
}

.about__content-title {
  font-family: "Hiragino Mincho ProN", serif;
  font-size: 3.3rem;
  letter-spacing: 1.5px;
  color: #007e63;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
.camp {
  display: flex;
  justify-content: center;
  gap: 40px;
}
.camp--dathumo{
  gap:0;
}

@media (max-width: 599px) {
  .camp {
    gap: 20px;
  }
}
.camp > li {
  position: relative;
}
.camp > li img {
  vertical-align: top;
}
.camp > li:first-child::before {
  background: url(../img/top/bk01.png) no-repeat top center/60px 57px;
  content: "";
  height: 57px;
  left: -10px;
  position: absolute;
  top: -14px;
  width: 60px;
}
.camp > li:nth-child(2)::before {
  background: url(../img/top/bk02.png) no-repeat top center/58px 59px;
  bottom: -16px;
  content: "";
  height: 59px;
  position: absolute;
  right: -10px;
  width: 58px;
}
.about{
  padding-bottom: 3rem;
}
.about--top {
  position: relative;
}
@media (max-width: 599px) {
  .about--top{
    padding-top: 60px;
  }
}
.about--top::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/beauty/colorfull-bg-green.png) no-repeat top
    center/100% 558px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.about--top::after {
  content: "";
  display: block;
  width: 100%;
  height: 40%;
  background-color: #e9f4f1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.about--top .inner{
  padding-top: 4rem;
}
.about--top__content {
  position: relative;
  z-index: 1;
}
.about--top__content-title {
  font-family: "Hiragino Mincho ProN", serif;
  font-size: 3.3rem;
  letter-spacing: 1.5px;
  color: #007e63;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 599px) {
  .about--top__content-title {
    font-size: 2.4rem;
  }
}
.about--top .about--top__content-title-text{
  margin-top: 4.8rem;

}
.about--top__promise {
  border: 1px solid #007e63;
  padding: 20px;
  border-radius: 10px;
  margin-top: 13rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fff;
  z-index: 1;
  position: relative;
}
@media (max-width: 599px) {
  .about--top__promise {
    margin-top: 6rem;
  }
}

.about--top__promise-title {
  font-size: 2.2rem;
  text-align: center;
  position: relative;
  font-weight: 600;
}
.about--top__promise-title::before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: #707070;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.about--top__promise-list {
  margin-top: 3rem;
  flex-direction: column;
  width: 83%;
  margin-inline: auto;
  position: relative;
}

.about--top__promise-list li {
  font-size: 1.6rem;
}
.about--top__promise-text {
  font-size: 1.6rem;
  color: #454545;
  text-align: center;
  margin-top: 1rem;
}
.top-menu {
  padding-bottom: 10rem;
  position: relative;
}

.top-menu::before {
  content: "";
  display: block;
  width: 100%;
  height: 300px;
  background-color: #e9f4f1;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.menu__list {
  padding: 0;
  margin: 0;
  padding-top: 3rem;
}

.menu__list-item {
  display: grid;
  grid-template-rows: auto 11rem auto 1fr;
  height: 34rem;
  background-color: #fff;
  padding: 2rem;
  position: relative;
  margin-bottom: 1rem;
  box-sizing: border-box;
}
@media (max-width: 599px) {
  .menu__list-item {
    grid-template-rows: 4rem 10rem auto 1fr;
    padding: 2rem;
  }
}
.menu__list-item {
  position:relative;
  background-image: url(../img/top/bk.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  aspect-ratio: 252 / 357;
}

 /* .menu__list-item::before {
  content: "";
  position: absolute;
  background-image: url(../img/beauty/menu.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 252px;
  height: 357px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  pointer-events: none;
  aspect-ratio: 252 / 357;
  height: auto;
} */
.menu__title {
  font-size: 2rem;
  font-weight: 700;
  color: #007e63;
  text-align: center;
  font-family: "Hiragino Mincho ProN", serif;
  position: relative;
  z-index: 1;
}
@media (max-width: 599px) {
  .menu__title {
    font-size: 1.8rem;
    line-height: 1.2;


  }
}
.menu__text {
  font-size: 1.4rem;
  color: #454545;
  line-height: 1.5;
  position: relative;
  z-index: 1;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .menu__text {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
.menu__box {
  position: relative;
  z-index: 1;
  font-size: 1.4rem;
  background: #eef0f3;
  color: #007e63;
  line-height: 1.2;
  padding: 1rem;
  margin-top: 3rem;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .menu__box {
    margin-top: 3rem;
    font-size: 1.2rem;
    margin-top: 0;
    padding: 0.5rem;
  }
}
.menu__btn {
  padding: 1.4rem 6rem;
  position: relative;
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background-color: #007e63;
  color: #fff;
  border-radius: 3px;
  margin-top: auto;
  margin-inline: auto;
  display: block;
  width: fit-content;
  z-index: 1;
  height: fit-content;
}
@media (max-width: 599px) {
  .menu__btn {
    font-size: 1rem;
    padding: 1rem 3rem;
    width: 100%;
    text-align: center;
  }
}
.menu__btn:hover{
  background-color: #fff;
  color: #007e63;
  border: 2px solid #007e63;
}
.menu__btn:hover::before {
  border-top: 0.2rem solid #007e63;
  border-right: 0.2rem solid #007e63;
}
.menu__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 0.8rem;
  height: 0.8rem;
  border-top: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}

@media (max-width: 599px) {
  .menu__btn:hover {
    opacity: 1;
  }
}

@media (max-width: 599px) {
  .menu__btn:hover::before {
    right: 1.5rem;
  }
}

/* メニューセクション */
.menu {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1.22rem;
}
.menu .inner {
  overflow: visible;
}

/* メニュースライダーのページネーション */
#js-menuSwiper {
  overflow: hidden;
}
#js-menuSwiper .swiper-wrapper {
  overflow: visible;
  cursor: default !important;
}
#js-menuSwiper .swiper-slide {
  overflow: visible;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  pointer-events: auto;
  cursor: default !important;
}
#js-menuSwiper .swiper-pagination {
  position: relative;
  margin-top: 3rem;
  bottom: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

#js-menuSwiper .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  background: #ddd;
  opacity: 1;
  margin: 0 0.5rem;
}

#js-menuSwiper .swiper-pagination-bullet-active {
  background: #007e63;
}

/* お悩み */
.top-worry.worry {
  background-color: #e9f4f1;
  padding-bottom: 7.3rem;
}
.worry__list {
  display: grid;
  column-gap: 1.8rem;
  row-gap: 2.4rem;
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 599px) {
  .worry__list {
    grid-template-columns: 1fr;
  }
}
.worry__list-item {
  background-color: #fff;
  border-radius: 5px;
  display: grid;
  grid-template-areas:
    "img text"
    "btn btn";
  grid-template-columns: 0.5fr 1fr;
  min-height: 19.5rem;
  padding: 2.7rem 2rem 1.4rem 1.5rem;
  row-gap: 0.5rem;
  column-gap: 1rem;
}

@media (max-width: 599px) {
  .worry__list-item {
    padding: 1rem;
  }
}

.worry__list-item-img {
  grid-area: img;
}

.worry__list-item-text-wrapper {
  grid-area: text;
  display: flex;
  align-items: center;
}
@media (max-width: 599px) {
  .worry__list-item-text-wrapper {
    justify-content: flex-start;
  }
}

.worry__list-item-text {
  font-size: 1.7rem;
  line-height: 1.2;
}
@media (max-width: 599px) {
  .worry__list-item-text {
    font-size: 1.4rem;
  }
}
.worry__list-item-btn {
  grid-area: btn;
  padding: 1.4rem 3rem;
  position: relative;
  display: inline-block;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background-color: #fff;
  color: #007e63;
  border-radius: 3px;
  margin-inline: auto;
  display: block;
  width: 100%;
  border: 2px solid #007e63;
  height: fit-content;
  margin-top: auto;
  text-align: center;
}
@media (max-width: 599px) {
  .worry__list-item-btn {
    padding: 1rem 2rem;
    font-size: 1.6rem;
  }
}
.worry__list-item-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 0.8rem;
  height: 0.8rem;
  border-top: 0.2rem solid #007e63;
  border-right: 0.2rem solid #007e63;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}
.worry__list-item-btn:hover {
  background-color: #007e63;
  color: #fff;
}
.worry__list-item-btn:hover::before {
  right: 1.5rem;
  border-top: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
}
/* スキンマリア */
.composition {
  padding-bottom: 4.7rem;
}
.composition .inner{
  padding-top: 16rem;
}
.point {
  padding-bottom: 4.7rem;
}
.method {
  padding-bottom: 4.7rem;
}
.method__contents {
  padding: 2.4rem;
  background-color: #007e63;
  color: #fff;
}
@media (max-width: 599px) {
  .method__contents {
    padding: 1rem;
  }
}
.method__contents p,
.method__contents--border ul li {
  font-size: 1.8rem;
  font-family: "Hiragino Mincho ProN", serif;
  font-weight: 400 !important;
  line-height: 1.6;
}
@media (max-width: 599px) {
  .method__contents p,
  .method__contents--border ul li {
    font-size: 1.4rem;
  }
}
.method__contents__wrapper {
  display: flex;
  gap: 2.4rem;
  flex-direction: column;
}
.method__contents--border {
  background-color: transparent;
  border: 1px solid #007e63;
  color: #007e63;
}

.method__contents--border span {
  font-size: 2.3rem;
  font-family: "Hiragino Mincho ProN", serif;
}
@media (max-width: 599px) {
  .method__contents--border span {
    font-size: 1.8rem;
  }
}
.expected .inner{
  padding-bottom: 9.4rem;
}
.expected__list {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;

}


.expected__item-contents {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  gap: 2.7rem;
  background-color: #fff;
  padding-right: 1rem;
}
@media (max-width: 599px) {
  .expected__item-contents {
    gap: 1.5rem;
  }
}

.expected__item-img {
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.expected__item-txt__wrapper {
  padding-top: 2.0rem;
}
@media (max-width: 599px) {
  .expected__item-txt__wrapper {
    padding-top: 1rem;
  }
}

.expected__item-ttl {
color: #007e63;
font-size: 1.7rem;
}
@media (max-width: 599px) {
  .expected__item-ttl {
    font-size: 1.4rem;
  }
}

.expected__item-txt {
margin-top: 2rem;
line-height: 1.7;
}
@media (max-width: 599px) {
  .expected__item-txt {
    font-size: 1.2rem;
    margin-top: 1rem;
    line-height: 1.2;
  }
}
.expected__item-list {
  display: flex;
  flex-direction: column;
  border: 1px solid #007e63;
  gap: 0.5rem;
  margin-top: 2rem;
  padding-bottom: 1rem;
}
@media (max-width: 599px) {
  .expected__item-list {
    margin-top: 1rem;
  }
}

.expected__item-list__ttl {
  background-color: #007e63;
  color: #fff;
  padding: 0rem 1rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  line-height: 1.7;
}
@media (max-width: 599px) {
  .expected__item-list__ttl {
    font-size: 1rem;
    padding: 0rem 0.7rem;
    margin-bottom: 0.2rem;
  }
}
.expected__item-list__item {
color: #007e63;
line-height: 1.7;
padding-inline: 0.5rem;
}
@media (max-width: 599px) {
  .expected__item-list__item {
    font-size: 1rem;
  }
}
.expected__txt {
  margin-top: 1rem;
  font-size: 1.2rem;
  line-height: 1.7;
}
@media (max-width: 599px) {
  .expected__txt {
    font-size: 1rem;
    margin-top: 1rem;
    line-height: 1.2;
  }
}
/* ヒアルロン注射、ボトックス */
.effect{
  padding-bottom: 8rem;
}
@media (max-width: 599px) {
  .effect {
    padding-bottom: 0rem;
  }
}
.effect__ttl {
  font-size: 1.4rem;
  margin-bottom: 10px;
  font-weight: 600;
  color: #007e63;
}
@media (max-width: 599px) {
  .effect__ttl {
    font-size: 1.7rem;
  }
}
.effect__list{
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin-top: 3.4rem;
}
.effect__item{
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  gap: 2.7rem;
  background-color: #fff;
}
@media (max-width: 599px) {
  .effect__item {
    grid-template-columns: 1fr;
    max-width: 80%;
    margin-inline: auto;
    gap: 0;
  }
  .effect__item--drip{
    max-width: 100%;
    margin-inline: auto;
    background-color: transparent;
  }
}

.effect__img{
  width: 100%;
}
.effect__img--drip img{
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
@media (max-width: 599px) {
  .effect__img--drip{
    width: 50%;
    margin-inline: auto;
    transform: translateY(30px);
  }
}
.effect__contents{
  padding: 2.4rem 4.3rem 2.4rem 0;
}
.effect__contents--drip{
  padding:20px 5% 20px 0;
}
@media (max-width: 599px) {
  .effect__contents--drip{
background-color: #fff;
padding: 50px 5%!important;
}
}
.effect__contents .block {
  font-size: 1.2rem;
}
@media (max-width: 599px) {
  .effect__contents {
    padding: 1rem 1.5rem 1rem 1.5rem;
  }
}
.effect__contents p{
  line-height: 1.7;
}
@media (max-width: 599px) {
  .effect__contents p {
    font-size: 1.2rem;
  }
}
.reason__txt{
  font-weight: 600;
}

/* QA (よくある質問) */
/* QAタブ */
.qa-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
  justify-content: center;
  max-width: 500px;
  margin-inline: auto;
}
@media (max-width: 599px) {
  .qa-tabs {
    gap: 8px;
    margin-bottom: 30px;
  }
}
.qa-tab {
  padding: 12px 24px;
  background: #fff;
  color: #006d7e;
  border: 1px solid #006d7e;
  border-radius: 2px;
  font-size: 1.4rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
  white-space: nowrap;
}
@media (max-width: 599px) {
  .qa-tab {
    padding: 10px 8px;
    font-size: 1rem;
    flex: 1 1 calc(50% - 4px);
    min-width: calc(50% - 4px);
  }
}
.qa-tab:hover {
  background: #007e63;
  color: #fff;
}
.qa-tab.active {
  background: #007e63;
  color: #fff;
}

/* QAコンテンツ */
.qa-content {
  display: none !important;
}
.qa-content.active {
  display: block !important;
}

.qa__item {
  background: #fff;
  padding: 23px 38px 23px;
  border: 1px solid #cccccc;
  border-radius: 5px;
}
.qa__item:not(:last-child) {
  margin-bottom: 20px;
}
.qa__q {
  cursor: pointer;
  position: relative;
  padding-right: 55px;
}
@media (max-width: 599px) {
  .qa__q {
    padding-right: 45px;
  }
}
.qa__q .qa__mark {
  background: url(../img/datsumo/font-q.svg) no-repeat top center/11px 17px;
}
.qa__a {
  display: none;
  padding: 18px 0 11px;
  padding-right: 55px;
}
@media (max-width: 599px) {
  .qa__a {
    padding-right: 45px;
  }
}
.qa__a .qa__mark {
  background: url(../img/datsumo/font-a.svg) no-repeat top center/11px 17px;
}
.qa__wrap {
  display: flex;
  align-items: flex-start;
  line-height: 2;
}
.qa__mark {
  display: inline-block;
  width: 11px;
  height: 17px;
  margin: 3px 19px 0 0;
  flex-shrink: 0;
}
.qa__icon {
  position: absolute;
  right: 10px;
  top: 0px;
  width: 30px;
  height: 30px;
}
.qa__icon::before,
.qa__icon::after {
  position: absolute;
  content: "";
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #007e63;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 2px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.qa__icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.qa__icon.is-active::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
.qa__txt {
  flex: 1;
  font-size: 1.6rem;
  color: #707070;
}
@media (max-width: 599px) {
  .qa__txt {
    font-size: 1.4rem;
  }
}
/*# sourceMappingURL=beauty.css.map */
