/* Scss Document */
/*
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;
}

ul {
  list-style: none;
}

li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
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;
}

/* common---------------------------------------------*/
body {
  text-align: center;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  background-color: #fff;
}
body:before {
  content: "";
  width: 430px;
  height: 100vh;
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(76, 76, 76, 0.1);
          box-shadow: 0px 0px 20px 0px rgba(76, 76, 76, 0.1);
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media (min-width: 768px) {
  body:after {
    content: "";
    background-image: url(https://lively-clinic.com/ad/subcision/assets/_base/img/pc-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -2;
  }
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd {
  margin: 0;
  padding: 0;
  line-height: 1em;
}

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

a {
  text-decoration: none;
  display: inline-block;
}

picture {
  display: block;
  height: auto;
}

.pc-only {
  display: none;
}
@media (min-width: 768px) {
  .pc-only {
    display: block;
  }
}

.sp-only {
  display: none;
}
@media (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

img {
  width: 100%;
  height: auto;
}

.header {
  position: fixed;
  width: 100%;
  z-index: 9999;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  background-color: #161616;
}
@media (min-width: 768px) {
  .header {
    width: 390px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.header_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3.5897435897vw 5.1282051282vw;
  padding-top: 3.0769230769vw;
}
@media (min-width: 768px) {
  .header_wrap {
    padding: 14px 20px;
    padding-top: 12px;
  }
}
.header .logo_wrap {
  width: 85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header_logo {
  width: 26.4102564103vw;
  height: 8.2051282051vw;
}
@media (min-width: 768px) {
  .header_logo {
    width: 103px;
    height: 32px;
  }
}
.header_btn {
  width: 34.1025641026vw;
  height: 9.2307692308vw;
}
@media (min-width: 768px) {
  .header_btn {
    width: 133px;
    height: 36px;
  }
}
.header .hamburger {
  position: relative;
  width: 8.7179487179vw;
  height: 6.6666666667vw;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1001;
}
@media (min-width: 768px) {
  .header .hamburger {
    width: 34px;
    height: 27px;
  }
}
.header .hamburger span {
  display: block;
  position: absolute;
  width: 100%;
  height: 0.5128205128vw;
  background: #fff;
  border-radius: 0.5128205128vw;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  right: 0;
}
@media (min-width: 768px) {
  .header .hamburger span {
    height: 2px;
    border-radius: 2px;
  }
}
.header .hamburger span:nth-child(1) {
  top: 0;
}
.header .hamburger span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header .hamburger span:nth-child(3) {
  bottom: 0;
}
.header .hamburger.active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 10px;
}
.header .hamburger.active span:nth-child(2) {
  opacity: 0;
}
.header .hamburger.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 10px;
}
.header .nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 70%;
  height: 100vh;
  background: #201b18;
  padding: 19.2307692308vw 5.1282051282vw;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
  z-index: 1000;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(76, 76, 76, 0.3);
          box-shadow: 0px 0px 10px 0px rgba(76, 76, 76, 0.3);
  overflow-y: auto;
}
@media (min-width: 768px) {
  .header .nav {
    top: -200vh;
    right: auto;
    left: 0;
    width: 100%;
    height: auto;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 85px 20px;
    padding-top: 100px;
  }
  .header .nav.active {
    top: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .header .nav.active {
    height: 100vh;
  }
}
.header .nav ul {
  list-style: none;
  padding: 0;
  text-align: left;
}
.header .nav ul li {
  margin-bottom: 4.6153846154vw;
  padding-bottom: 4.6153846154vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1411764706);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 3.3333333333vw;
  padding-right: 3.3333333333vw;
}
@media (min-width: 768px) {
  .header .nav ul li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    padding-left: 13px;
    padding-right: 13px;
  }
}
.header .nav ul li:last-of-type {
  margin-bottom: 0;
}
.header .nav ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 3.8461538462vw;
  text-align: left;
}
@media (min-width: 768px) {
  .header .nav ul li a {
    font-size: 15px;
  }
}
.header .nav.active {
  right: 0;
}
.header .nav .header_logo {
  width: 38.4615384615vw;
  height: 7.6923076923vw;
  margin-top: 7.6923076923vw;
}
.header .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.12em;
  line-height: 1.2;
}
.header .nav-link .arrow {
  position: relative;
  display: inline-block;
  padding-left: 2.8205128205vw;
}
.header .nav-link .arrow:before {
  content: "";
  width: 1.5384615385vw;
  height: 1.5384615385vw;
  border: 0;
  border-top: solid 0.5128205128vw #fff;
  border-right: solid 0.5128205128vw #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 768px) {
  .header_wrap {
    padding: 14px 20px;
  }
  .header .nav-link .arrow {
    padding-left: 11px;
  }
  .header .nav-link .arrow:before {
    width: 6px;
    height: 6px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
  }
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(57, 49, 45, 0.7);
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.accordion-btn {
  position: relative;
  display: block;
}
.accordion-btn picture,
.accordion-btn img {
  display: block;
  width: 100%;
  height: auto;
}

.accordion-content {
  height: 0;
  margin: 0 auto;
  overflow: hidden;
  -webkit-transition: height 0.4s ease;
  transition: height 0.4s ease;
}

.accordion-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  z-index: 2;
  pointer-events: none;
}
.accordion-icon::before, .accordion-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: #fff;
}
.accordion-icon::before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 0.5128205128vw;
}
@media (min-width: 768px) {
  .accordion-icon::before {
    height: 2px;
  }
}
.accordion-icon::after {
  width: 0.5128205128vw;
  height: 100%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
@media (min-width: 768px) {
  .accordion-icon::after {
    width: 2px;
  }
}

.accordion-btn.open .accordion-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.kv_wrap {
  padding-top: 15.8974358974vw;
  background: #161616;
}
@media (min-width: 768px) {
  .kv_wrap {
    padding-top: 62px;
  }
}

.campaign_main {
  position: relative;
}
.campaign_btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  z-index: 2;
  width: 89.7435897436vw;
}
@media (min-width: 768px) {
  .campaign_btn {
    width: 350px;
  }
}
.campaign_btn img {
  display: block;
  width: 100%;
  height: auto;
}

.cta_main {
  position: relative;
}
.cta_main picture,
.cta_main img {
  display: block;
  width: 100%;
  height: auto;
}
.cta_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -17%);
          transform: translate(-50%, -17%);
  display: block;
  z-index: 2;
  width: 89.7435897436vw;
}
@media (min-width: 768px) {
  .cta_btn {
    width: 350px;
  }
}
.cta_btn img {
  display: block;
  width: 100%;
  height: auto;
}

.index_wrap {
  background-color: #EFEAE7;
}
.index_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 89.7435897436vw;
  margin: 0 auto;
  padding: 6.4102564103vw 0;
}
@media (min-width: 768px) {
  .index_btn {
    width: 350px;
    padding: 25px 0;
  }
}
.index_img {
  width: 43.3333333333vw;
  margin-bottom: 2.3076923077vw;
  -webkit-box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.07);
}
.index_img:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .index_img {
    width: 169px;
    margin-bottom: 9px;
  }
}

.point_wrap {
  background: #CCD7DB;
}
.point_main {
  width: 89.7435897436vw;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 3.8461538462vw;
}
@media (min-width: 768px) {
  .point_main {
    width: 350px;
    padding-top: 15px;
  }
}
.point_accordion {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 3.8461538462vw;
  padding-bottom: 5.1282051282vw;
}
@media (min-width: 768px) {
  .point_accordion {
    padding: 0 15px;
    padding-bottom: 20px;
  }
}
.point_mb {
  margin-bottom: 3.8461538462vw;
}
@media (min-width: 768px) {
  .point_mb {
    margin-bottom: 15px;
  }
}
.point .accordion-icon {
  right: 4.1025641026vw;
  width: 5.1282051282vw;
  height: 5.1282051282vw;
}
@media (min-width: 768px) {
  .point .accordion-icon {
    right: 16px;
    width: 20px;
    height: 20px;
  }
}

.reason_wrap {
  background-color: #EFEAE7;
}
.reason_accordion {
  width: 89.7435897436vw;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 5.1282051282vw;
  -webkit-transform: translateY(-5.641025641vw);
          transform: translateY(-5.641025641vw);
}
@media (min-width: 768px) {
  .reason_accordion {
    width: 350px;
    padding-bottom: 20px;
    -webkit-transform: translateY(-22px);
            transform: translateY(-22px);
  }
}
.reason_item {
  margin-bottom: 3.0769230769vw;
  background-color: #fff;
  overflow: visible;
  height: auto;
}
@media (min-width: 768px) {
  .reason_item {
    margin-bottom: 12px;
  }
}
.reason_item:last-of-type {
  margin-bottom: 0;
}
.reason_item:first-of-type .accordion-content {
  height: auto;
}
.reason .accordion-content.open {
  overflow: visible;
}
.reason .accordion-icon {
  right: 7.9487179487vw;
  width: 5.641025641vw;
  height: 5.641025641vw;
}
@media (min-width: 768px) {
  .reason .accordion-icon {
    right: 31px;
    width: 22px;
    height: 22px;
  }
}
.reason .accordion-icon::before, .reason .accordion-icon::after {
  background: #796245;
}
.reason .reason-03-aco-01,
.reason .reason-03-aco-02,
.reason .reason-03-aco-03 {
  margin-bottom: 1.2820512821vw;
}
@media (min-width: 768px) {
  .reason .reason-03-aco-01,
  .reason .reason-03-aco-02,
  .reason .reason-03-aco-03 {
    margin-bottom: 5px;
  }
}
.reason .reason-03-aco-04 {
  padding-bottom: 6.4102564103vw;
}
@media (min-width: 768px) {
  .reason .reason-03-aco-04 {
    padding-bottom: 25px;
  }
}

.price_accordion {
  background-color: #EFEAE7;
}
.price_accordion_wrap {
  width: 89.7435897436vw;
  margin: 0 auto;
  padding-bottom: 5.1282051282vw;
}
@media (min-width: 768px) {
  .price_accordion_wrap {
    width: 350px;
    padding-bottom: 20px;
  }
}
.price .accordion-icon {
  right: 4.1025641026vw;
  width: 5.1282051282vw;
  height: 5.1282051282vw;
}
@media (min-width: 768px) {
  .price .accordion-icon {
    right: 16px;
    width: 20px;
    height: 20px;
  }
}

.faq_accordion {
  background-color: #EFEAE7;
}
.faq_item {
  width: 89.7435897436vw;
  margin: 0 auto;
  margin-bottom: 2.5641025641vw;
}
@media (min-width: 768px) {
  .faq_item {
    width: 350px;
    margin-bottom: 10px;
  }
}
.faq_item:last-of-type {
  margin-bottom: 0;
  padding-bottom: 10.2564102564vw;
}
@media (min-width: 768px) {
  .faq_item:last-of-type {
    padding-bottom: 40px;
  }
}
.faq .accordion-icon {
  right: 4.1025641026vw;
  width: 4.358974359vw;
  height: 4.358974359vw;
}
@media (min-width: 768px) {
  .faq .accordion-icon {
    right: 16px;
    width: 17px;
    height: 17px;
  }
}
.faq .accordion-icon::before, .faq .accordion-icon::after {
  background: #4E433D;
}

.doctor_wrap {
  background: #242B39;
}
.doctor_item {
  margin-bottom: 2.5641025641vw;
}
@media (min-width: 768px) {
  .doctor_item {
    margin-bottom: 10px;
  }
}
.doctor_item:last-of-type {
  margin-bottom: 0;
  padding-bottom: 10.2564102564vw;
}
@media (min-width: 768px) {
  .doctor_item:last-of-type {
    padding-bottom: 40px;
  }
}
.doctor_accordion {
  width: 89.7435897436vw;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .doctor_accordion {
    width: 350px;
  }
}

.clinic_wrap {
  background-color: #D9D3CF;
  padding-bottom: 5.1282051282vw;
}
@media (min-width: 768px) {
  .clinic_wrap {
    padding-bottom: 20px;
  }
}
.clinic_mb {
  margin-bottom: 2.5641025641vw;
}
@media (min-width: 768px) {
  .clinic_mb {
    margin-bottom: 10px;
  }
}
.clinic_map {
  position: relative;
}
.clinic_map iframe {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 82.5641025641vw;
  height: 48.2051282051vw;
  -webkit-transform: translate(-50%, -9%);
          transform: translate(-50%, -9%);
}
@media (min-width: 768px) {
  .clinic_map iframe {
    width: 322px;
    height: 188px;
  }
}
.clinic_accordion {
  width: 89.7435897436vw;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .clinic_accordion {
    width: 350px;
  }
}
.clinic .accordion-icon {
  right: 4.1025641026vw;
  width: 5.1282051282vw;
  height: 5.1282051282vw;
}
@media (min-width: 768px) {
  .clinic .accordion-icon {
    right: 16px;
    width: 20px;
    height: 20px;
  }
}
.clinic .accordion-icon::before, .clinic .accordion-icon::after {
  background: #4E433D;
}
.clinic .accordion-icon.is-open::after {
  opacity: 0;
}

.footer_wrap {
  background: #161616;
  padding-bottom: 17.4358974359vw;
}
@media (min-width: 768px) {
  .footer_wrap {
    padding-bottom: 68px;
    width: 390px;
    margin: 0 auto;
  }
}

.reserve-btn {
  position: fixed;
  z-index: 2;
  width: 100%;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#3D3938), to(#130A08));
  background: linear-gradient(to bottom, #3D3938, #130A08);
}
@media (min-width: 768px) {
  .reserve-btn {
    width: 390px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.reserve-btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px 9px;
  max-width: 390px;
  margin: 0 auto;
}
.reserve-btn-img {
  cursor: pointer;
  width: 102px;
}
@media screen and (max-width: 390px) {
  .reserve-btn-img {
    width: 26.1538461538vw;
  }
}
.reserve-btn-img.map {
  width: 47px;
}
@media screen and (max-width: 390px) {
  .reserve-btn-img.map {
    width: 12.0512820513vw;
  }
}
.reserve-btn .webonly-wrap {
  padding: 8px 28px;
}
@media screen and (max-width: 390px) {
  .reserve-btn .webonly-wrap {
    padding: 2.0512820513vw 7.1794871795vw;
  }
}
.reserve-btn .webonly {
  width: 273px;
}
@media screen and (max-width: 390px) {
  .reserve-btn .webonly {
    width: 70vw;
  }
}

@media (min-width: 768px) {
  .lp-content {
    width: 390px;
    margin: 0 auto;
  }
}

.nav-area {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.96);
  z-index: 9999;
}
.nav-area.active {
  display: block;
}
.nav-area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  gap: 10px;
  padding: 0;
}
.nav-area ul li {
  list-style: none;
  color: #333;
}
.nav-area ul li a {
  display: block;
  width: 280px;
  max-width: 280px;
  padding: 13px 20px;
  text-align: center;
  text-decoration: none;
  color: #333;
  border: 1px solid #333;
  border-radius: 4px;
}

.nav-area-title {
  font-weight: bold;
  margin-bottom: 20px;
}

.close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.close-btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 1px;
  background: #333;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.close-btn span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.close-btn span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}/*# sourceMappingURL=style.css.map */