@charset "UTF-8";

/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
    HTML5 display definitions
  ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

/* ==========================================================================
    Base
  ========================================================================== */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

/* ==========================================================================
    Links
  ========================================================================== */
a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
    Typography
  ========================================================================== */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C""\201D""\2018""\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
    Embedded content
  ========================================================================== */
img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
    Figures
  ========================================================================== */
figure {
  margin: 0;
}

/* ==========================================================================
    Forms
  ========================================================================== */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

textarea {
  overflow: auto;
  vertical-align: top;
}

/* ==========================================================================
    Tables
  ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

html {
  overflow-y: scroll;
}

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

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
figcaption {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
dl,
dt,
dd,
th,
td {
  font-weight: normal;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
}

hr {
  display: none;
}

img {
  vertical-align: bottom;
  border: none;
}

caption {
  display: none;
}

legend {
  display: none;
}

label {
  cursor: pointer;
}

@font-face {
  font-family: "Yu Mincho";
  src: local("Yu Mincho Demibold");
  font-weight: 500;
}

/* Base
----------------------------------------------------------------- */
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  line-height: 1.75;
  -webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}

caption,
th {
  text-align: left;
}

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

a {
  color: #333;
  text-decoration: none;
}

input,
textarea,
select,
button {
  font-family: inherit;
  font-size: 1em;
}

button {
  cursor: pointer;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* body
----------------------------------------------------------------- */

.box-sp {
  display: none;
}

.wrapper {
  width: 920px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .box-pc {
    display: none;
  }

  .box-sp {
    display: block;
  }

  .wrapper {
  width: 86%;
  }
}


/* header
----------------------------------------------------------------- */
header {
  width: 100%;
  background: #fff;
  height: 84px;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 960px;
  margin: 0 auto;
  padding: 0 15px;
}
.l-header__logo {
  width: 300px;
  margin-right: auto;
}

.l-header__btn {
  height: 50px;
  border-radius: 5px;
}

.l-header__btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: inherit;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2;
  transition: opacity .3s ease;
}

.l-header__btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
}

.l-header__btn--line {
  width: 160px;
  margin-right: 8px;
  background: linear-gradient(to bottom, #00B700, #049704);
}

.l-header__btn--line a {
  padding-left: 28px;
  letter-spacing: -.05em;
}

.l-header__btn--line a::after {
  background-image: url(../images/icon-line.svg);
  width: 22px;
  height: 22px;
  left: 10px;
}

.l-header__btn--contact {
  width: 130px;
  background: linear-gradient(to bottom, #F06CAE, #A90458);
}

.l-header__btn--contact a {
  padding-left: 23px;
}

.l-header__btn--contact a::after {
  background-image: url(../images/icon-mail.svg);
  width: 17px;
  height: 14px;
  left: 13px;
}

.u-sp__show {
  display: none;
}

@media screen and (max-width: 767px) {
  header {
    height: 55px;
    padding: 0;
  }

  .header-inner {
    padding: 0;
    width: 100%;
  }

  .l-header__logo {
      width: 50vw;
      max-width: 200px;
      margin-left: 15px;
  }

  .l-header__btn {
    display: none;
  }

  .u-sp__show {
    display: block;
    height: inherit;
    font-size: 0;
  }

  .u-menu__item {
    display: inline-block;
    height: 62px;
    width: 62px;
  }
}

/* #mv ------------------------------ */

.main-visual {
  background: url(../images/pc_mv_bg1.png) no-repeat center;
  width: 100%;
  height: 700px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .main-visual {
    background: none;
    height: auto;
  }

  .main-visual img {
    width: 100%;
  }
}

/* special-price ------------------------------ */
.special-price {
  text-align: center;
  margin-top: 80px;
  position: relative
}

.special-price img {
  width: 100%;
  max-width: 820px;
}

.special-price__mv {
  margin-top: -230px;
}

.anchorbtn-form {
  position: absolute;
  top: 83.5%;
  left: 22%;
  width: 55%;
}

@media screen and (max-width: 767px) {
  .special-price {
    margin-top: 40px;
  }

  .special-price__mv {
    margin-top: -130px;
  }

  .anchorbtn-form {
    position: absolute;
    top: 85%;
    left: 5%;
    width: 90%;
  }
}

/* sec-worries ------------------------------ */

.sec-worries {
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(233,236,239,1) 45%, rgba(239,242,244,1) 85%, rgba(255,255,255,1) 100%);
}

.sec-worries-inner {
  text-align: center;
  padding: 120px 0 0;
}

@media screen and (max-width: 767px) {
  .sec-worries {
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(233,236,239,1) 25%, rgba(239,242,244,1) 85%, rgba(255,255,255,1) 100%);
  }

  .sec-worries-inner {
    padding: 60px 0 0;
  }
}


/* sec-effect ------------------------------ */

.sec-effect {
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,235,1) 0%, rgba(255,255,255,1) 100%);
}

.sec-effect-inner {
  text-align: center;
  padding: 60px 0 160px;
}

@media screen and (max-width: 767px) {
  .sec-effect-inner {
    padding: 30px 0 80px;
  }
}

/* sec-about ------------------------------ */
.sec-about {
  /* background-color: aliceblue; */
  /* padding-bottom: 160px; */
}

.sec-about-title {
  background: rgb(255,255,255);
  background: linear-gradient(45deg, rgba(242,110,129,1) 0%, rgba(248,162,175,1) 100%);
  /* box-shadow: 0 3px 5px 2px #cdcdcd; */
  text-align: center;
}

.sec-about-title-txt {
  color: #fff;
  font-size: 3.2rem;
  font-family: Noto Serif JP, 'Noto Serif JP', YuMincho, 'Yu Mincho', serif;
  padding: 24px;
}

.sec-about-inner {
  box-shadow: 0 3px 5px 2px #cdcdcd;
}

@media screen and (max-width: 767px) {
  .sec-about {
    /* padding-bottom: 80px; */
  }

  .sec-about-title-txt {
    font-size: 24px;
    line-height: 1.4;
  }
}


/* sec-subscision ------------------------------ */

.sec-subscision-item {
  padding: 80px 0 80px 100px;
  background-image: url(../images/subscision-img01.png);
  background-size: auto 100%;
  background-position: right;
  background-repeat: no-repeat;
  font-size: 1.5rem;
  line-height: 2.0;
}

.sec-subscision-item02 {
  margin: 50px 0 120px;
  padding: 0 40px;
}

@media screen and (max-width: 767px) {
  .sec-subscision-content.wrapper {
    width: 100%;
  }

  .sec-subscision-item {
    padding: 40% 5% 0;
    background-size: 85% auto;
    background-position: top right; /* 画像を右上端に配置する */
  }

  .sec-subscision-item02 {
    margin: 40px 0 80px;
    padding: 0 5%;
  }
}


/* sec-ellisyssense ------------------------------ */

.sec-ellisyssense-item {
  text-align: center;
  margin: 80px 0 50px;
  font-size: 1.5rem;
}

.sec-ellisyssense-img {
  padding-top: 40px;
  margin: 0 auto;
  width: 60%;
}

.sec-ellisyssense-item02 {
  text-align: center;
  line-height: 2.0;
  font-size: 1.5rem;
  margin-bottom: 50px;
}

.sec-ellisyssense-item02 h3 {
  position: relative;
  font-family: "Noto Serif JP", serif;
  display: inline-block;
  font-size: 3.2rem;
  margin-bottom: 80px;
}

.sec-ellisyssense-item02 h3::after {
  content: '';
  position: absolute;
  bottom: -70%;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 1px;
  background-color: #F26E81;
}

.sec-ellisyssense-item03 {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 120px;
}

.sec-ellisyssense-item03 table {
  width: 100%;
  /* white-space: nowrap; */
  margin-top: 24px;
  text-align: center;
  border-collapse: collapse;
}

.sec-ellisyssense-item03 th {
  text-align: center;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  background-color: #F26E81;
  border: solid 1px #ccc;
}

.sec-ellisyssense-item03 th:first-child {
  width: 25%;
  padding: 24px 40px;
}

.sec-ellisyssense-item03 td {
  border: solid 1px #ccc;
  font-weight: bold;
  padding: 24px 40px;
  text-align: justify;
}

.sec-ellisyssense-item03 td:first-child {
  background: #e3faf8;
  font-weight: bold;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .sec-ellisyssense-item {
    text-align: left;
    margin: 40px 0 50px;
  }

  .sec-ellisyssense-item02 h3 {
    font-size: 2.4rem;
    margin: 0 auto;
    margin-bottom: 56px;
  }

  .sec-ellisyssense-item02 h3::after {
    bottom: -100%;
  }

  .sec-ellisyssense-item02 {
    text-align: left;
  }

  .sec-ellisyssense-item03 {
    text-align: left;
    margin-bottom: 100px;
  }

  .sec-ellisyssense-item03 p {
    margin-bottom: 24px;
  }
  .ellisyssense-table {
    max-width: 100%;
    white-space: nowrap;
  }
  
  .sec-ellisyssense-item03 table {
    border-collapse: collapse;
    width: 715px;
    margin-top: 0;
  }

  .sec-ellisyssense-item03 td {
    white-space: normal;
  }
}

/* sec-achievement ------------------------------ */
.sec-achievement {
  background-color: #FFF0F2;
}

.sec-achievement-inner {
  padding: 80px 0 160px;
}

@media screen and (max-width: 767px) {
  .sec-achievement-inner {
    padding: 80px 0 80px;
  }
}

/* sec-treatment-flow ------------------------------ */
.sec-treatment-flow-inner {
  /* padding: 80px 0 160px; */
  padding: 160px 0;
}

@media screen and (max-width: 767px) {
  .sec-treatment-flow-inner {
    padding: 80px 0 80px;
  }
}

/* sec-asc-chara ------------------------------ */
.sec-asc-chara {
  background-color: #FFF0F2;
}

.sec-asc-chara-inner {
  padding: 80px 0 160px;
}

@media screen and (max-width: 767px) {
  .sec-asc-chara-inner {
    padding: 80px 0 80px;
  }
}

/* sec-doctor ------------------------------ */
.sec-doctor-inner {
  padding: 80px 0 160px;
}

@media screen and (max-width: 767px) {
  .sec-doctor-inner {
    padding: 80px 0 80px;
  }
}

/* sec-faq ------------------------------ */
.sec-faq {
  background-color: #FCF4E4;
}

.sec-faq-inner {
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .sec-faq-inner {
    padding: 80px 0 80px;
  }
}

/* sec-dermapen-other ------------------------------ */
.sec-dermapen-other-inner {
  padding: 80px 0 80px;
}

@media screen and (max-width: 767px) {
  .sec-dermapen-other-inner {
    padding: 80px 0 80px;
  }
}

/* sec-price ------------------------------ */
.sec-price-inner {
  padding: 60px 0 80px;
  /* padding: 0 0 80px; */
  /* width: 760px; */
}

/* .sec-price-inner {
  padding: 0 0 80px;
  width: 760px;
}

.sec-price-ttl {
  text-align: center;
  margin-top: 56px;
  margin-bottom: 20px;
}

.sec-price-ttl h4 {
  font-size: 2.6rem;
  font-weight: bold;
  padding-bottom: 10px;
}

.sec-price-ttl p {
  font-size: 1.4rem;
}

.sec-price-inner-list {
  width: 100%;
}

.table-price-list {
  width: 100%;
}

.table-price-list tr.border-bm {
  border-bottom: 1px solid #ccc;
}

.table-price-list tr.border-rl {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.table-price-list th,
.table-price-list td {
  padding: 8px 0;
  font-size: 2rem;
}

.table-price-list th {
  text-align: center;
  background-color: #F26E81;
  border: 1px solid #F26E81;
  color: #fff;
}

.table-price-list td.highlight {
  color: #F26E81;
}

.table-price-list td.body span {
  font-size: 1.5rem;
  padding-left: 4px;
}

.sec-price-inner-main .table-price-list td.head {
  padding-left: 180px;
  width: 50%;
}

.sec-price-inner-main .table-price-list td.body {
  padding-right: 150px;
  width: 50%;
} */


@media screen and (max-width: 767px) {
.sec-price-inner {
  padding: 32px 0 80px;
}
}

/* sec-info ------------------------------ */
.sec-info-inner {
  padding: 40px 0 80px;
}

@media screen and (max-width: 767px) {
  .sec-info-inner {
    padding: 0 0 80px;
  }
}

/* sec-access ------------------------------ */
.sec-access-inner {
  padding: 40px 0 80px;
}

.accessWrapper {
  display: flex;
  justify-content: center;
  width: 820px;
  margin: 0 auto;
}

.accessList {
  width: calc(33.3% - 10px);
  border: 1px solid #999;
  border-top: 5px solid #F26E81;
  padding: 30px 20px;
}

.accessList + .accessList {
  margin-left: 50px;
}

.accessList_top {
  text-align: center;
  vertical-align: middle;
  margin-bottom: 10px;
}

.accessList_name {
  font-family: Noto Serif JP, 'Noto Serif JP', YuMincho, 'Yu Mincho', serif;
  font-size: 2.6rem;
}

.accessList_top img {
  width: 90%;
}

.accessList_address {
  border-top: 1px solid #999;
}

.accessList_address_txt {
  padding: 20px 8px 0;
}

.g-map {
  margin-top: 16px;
}

iframe {
  width: 100%;
  aspect-ratio: 16/12;
}


@media screen and (max-width: 767px) {
  .sec-access-inner {
    padding: 40px 0 40px;
  }

  .accessWrapper {
    flex-direction: column;
    width: 100%;
  }

  .accessList {
    width: 100%;
    border-top: 3px solid #F26E81;
    padding: 30px 20px;
    margin-bottom: 32px; 
  }

  .accessList + .accessList {
    margin-left: 0;
  }

  .g-map {
    margin-top: 16px;
    text-align: center;
  }
}

/* sec-form ------------------------------ */
.sec-form-inner {
  padding: 40px 0 0;
}

.wrapper-form {
  width: 768px;
  margin: 0 auto;
}

.sec-form-lead {
  width: 85%;
  margin: 0 auto;
  padding-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .wrapper-form {
    width: 86%;
  }

  .sec-form-lead {
    width: 100%;
    padding-bottom: 16px;
}
}


/* sec-form table ------------------------------ */
.sec-form-table {
  width: 768px;
  box-shadow: 0 3px 5px 2px #cdcdcd;
  padding: 40px;
}

.sec-form-table-inner tr {
  border-bottom: 1px solid #cdcdcd;
}

.sec-form-table-inner tr:last-child {
  border-bottom: none;
}

.sec-form-table-inner th {
  width: 30%;
  font-size: 1.6rem;
  padding: 15px 0 15px 15px;
}

.sec-form-table-inner td {
  padding: 15px 0;
}

.u-required { 
  background: #F26E81;
  display: inline-table;
  height: 24px;
  width: 50px;
  vertical-align: middle;
}

.u-required small {
  color: #fff;
  display: table-cell;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  vertical-align: middle;
}

.td-box-fill {
  width: 58%;
}

.sec-form-fill-txt, .sec-form-fill-mail {
  width: calc(100% - 15px);
}

select {
  padding: 5px;
  margin-right: 10px; 
}

label>input {
  vertical-align: top;
  margin: 5px 5px 0 0;
}

.date-wrap {
  margin-right: 16px;
}

.u-input__memo {
  color: #999;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 8px;
}  

.date-pad {
  display: flex;
}  

.date-pad:first-child {
  margin-bottom: 16px;
}  

.u-radio__group label {
  display: inline-block;
  margin-right: 15px !important;
}  

.margin-texton {
  margin: 0 0 4px;
}

.c-table__memo {
  padding: 0 5px;
}

.c-btn__submit {
  background: linear-gradient(to bottom, #F06CAE, #A90458);
  border-radius: 5px;
  border: none;
  color: #fff;
  display: block;
  font-size: 1.8rem;
  height: 70px;
  text-align: center;
  width: 360px;
  margin: 32px auto 0;
  opacity: 1;
  transition: all 0.4s ease;
}

@media screen and (max-width: 767px) {
  .sec-form-table {
    width: 100%;
    box-shadow: none;
    padding: 0;
  }

  tbody {
    display: block;
  }
  
  .sec-form-table-inner {
    display: block;
  }

  .sec-form-table-inner tr {
    display: block;
    padding-bottom: 24px;
  }

  .sec-form-table-inner th {
    width: auto;
    font-size: 1.6rem;
    padding: 15px 0;
  }

  .sec-form-table-inner td {
  padding: 0;
  }
  
  .u-required {
    display: inline-block;
    font-size: 2.4rem;
    padding: 0 0 1.33vw 1.33vw;
    margin-left: 10px;
    width: 40px;
    vertical-align: top;
  }

  .u-radio__group label {
    margin-right: 20px !important;
}

  .td-box-fill {
    width: 100%;
    display: inline-block;
  }

  td>input {

  }

  .date-pad {
    display: block;
  }

  .select-wrap {
    display: table-cell;
  }

  .sec-form-fill-txt, .sec-form-fill-mail {
    width: 100%;
  }

  .u-input__memo {
  text-indent: 0;
  padding-left: 0;
  margin-top: 8px;
}  

  .sp-txtarea {
    display: block;
  }

  .c-table__memo {
    padding: 24px 0 0;
  }

  .sp-form-button {
    display: block;
  }

  .c-btn__submit {    height: 62px;
    width: 100%;
  }
}

/* footer ------------------------------ */
.f-inner {
  text-align: center;
  background-color: #F26E81;
  color: #FFF;
  margin: 40px 0 0;
  padding: 32px
}

.f-txt {
  font-size: 1.2rem;
}

/* 追加 */
.sp-only {
  display: none !important;
}

@media only screen and (max-width: 812px) {
  .f-inner {
    margin-bottom: 58px;
  }

  .pc-only {
    display: none !important;
  }

  .sp-only {
    display: block !important;
  }
}

.sec-form {
  padding-top: 55px;
  margin-top: -55px;
}

@media screen and (min-width: 812px) {
  .sec-form {
    padding-top: 82px;
    margin-top: -82px;
  }
}

/**
 * cta
 */

.cta {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: flex;
  width: 100%;
  padding: 7px 38px;
  background-color: rgba(255, 255, 255, 0.6);
}

.cta__link {
  width: 50%;
}

.cta__link+.cta__link {
  margin-left: 17px;
}

@media only screen and (min-width: 812px) {
  .cta {
    display: none;
  }
}