/* CSS Document */
/* reset
========================================= */
* {
  margin: 0;
  padding: 0;
  line-height: 1;
}
html {
  background-color: #fff;
  font-size: 62.5%;
  height: 100%;
  width: 100%;
}
body {
  width: 100%;
  max-width: 640px;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  background: #fff;
  font-family: serif;
  font-weight: 500;
  color: #333;
  letter-spacing: 0.05em;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
caption,
th,
td,
img,
form {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 100%;
  font-style: normal;
  font-size: 100%;
  text-align: left;
  list-style-type: none;
  border-collapse: collapse;
  vertical-align: top;
  box-sizing: border-box;
}
.clearfix:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  overflow: hidden;
  display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
* + html .clearfix {
  min-height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */
div.t,
ul.t {
  display: table;
}
div.t div.col,
ul.t li.col {
  display: table-cell;
  vertical-align: top;
}
div.t_s,
ul.t_s {
  display: table;
}
div.t_s div.col_s,
ul.t_s li.col_s {
  display: table-cell;
  vertical-align: top;
  text-align: center;
}
p,
a {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.7;
}
p {
  margin: 0 0 0 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7;
  font-weight: normal;
  padding: 0;
}
a {
  margin: 2em 0 0 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  text-decoration: none;
  color: #000000;
}
h2 {
  padding: 0;
  text-align: center;
}
hr {
  border-width: 1px 0px 0px 0px; /* 太さ */
  border-style: solid; /* 線種 */
  border-color: #000000; /* 線色 */
  height: 1px; /* 高さ(※古いIE用) */
}
input[type='text'],
input[type='tel'],
input[type='email'],
textarea {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 10px;
  border: 1px solid #d3d3d3;
  background: #f7f7f7;
}
img,
input[type='image'] {
  width: 100%;
  height: auto;
}
/*-- デフォルトスマホぼボタンCSS解除 --*/
input,
button,
select,
textarea {
  -webkit-appearance: none;
}
input[type='submit'] {
  width: 100%;
  height: 60px;
  font-size: 1.8rem;
  margin: 40px 0 40px 0;
}
img {
  vertical-align: bottom; /*隙間をなくす指定*/
  margin: -1px 0 0;
}
div {
  vertical-align: bottom; /*隙間をなくす指定*/
}

/* Design
========================================= */
/*PC・SP表示非表示*/
.pc {
  display: none;
}
@media screen and (min-width: 640px) {
  .pc {
    display: inline-block;
  }
  .sp {
    display: none;
  }
}
body {
  font-size: 1.4rem;
}
h1 {
  font-size: 5.6rem;
}
h2 {
  font-size: 2.8rem;
}
/*共通*/
.m_img {
  width: 100%;
  height: auto;
}

.line__btn {
  padding: 10px 0 0;
}
.line__btn__s {
  animation: btn 0.8s infinite alternate;
  padding: 0 15px 15px 15px;
}

@keyframes btn {
  from {
    transform: scale(0.95);
  }
  to {
    transform: scale(1.02);
  }
}
/*coupon*/
.coupon {
  background: #ffe8ec;
}
.coupon .text {
  padding: 40px 0 30px;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}

/* fv
-------------------------------------- */
.fv {
  position: relative;
  line-height: 0;
}
.anc ul {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 32%;
  z-index: 99;
}
.anc ul li {
  padding: 0 0 5px;
  filter: drop-shadow(3px 3px 3px #a68d8187);
}

/* what
-------------------------------------- */
.what {
  padding: 30px 20px 15px;
}
.what__txt {
  margin: 10px 0;
  line-height: 1.5;
  font-family: sans-serif;
}
.what__img {
  margin: 15px 0;
}

/* campaign
-------------------------------------- */
.campaign {
  background: #c3efc2;
}
.campaign p {
  text-align: center;
  padding-bottom: 1em;
}

/*footer*/
.footer-info {
  width: 85%;
  margin: 0 auto 30px;
  font-size: 10px;
  line-height: 1.6;
  color: #5f5f5f;
}
@media screen and (min-width: 600px) {
  .footer-info {
    font-size: 18px;
  }
}

/* introduction
-------------------------------------- */
.introduction__txt {
  padding: 0 20px 15px;
  font-size: 14px;
}
.mini {
  font-size: 11px;
}
.introduction__box {
  background: #ddd0c3;
  padding: 15px;
}
.introduction__box__txtbox {
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  font-family: sans-serif;
  text-align: center;
}
.introduction__box__txtbox__txt {
  font-size: 16.5px;
}
.introduction__box__txtbox__subtxt {
  font-size: 12px;
  margin: 5px 0 0;
}
.introduction__box__txtbox__video {
  margin: 15px 0 10px;
  width: 80%;
}

/* clinic
-------------------------------------- */
.clinic {
  padding: 0 0 20px;
}
.clinic__ttl {
  width: 70%;
  margin: 40px 0 15px;
}
.clinic .img {
  position: relative;
}
.slideArea {
  margin-top: -420px;
}
.slider-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0% 6%;
  padding: 0% 6%;
  margin: 0 20px 0;
  background: #fff1f1;
}
.slider-wrapper ul {
  padding: 20px 0;
  width: 90%;
  margin: 0 auto;
}
.slider-wrapper ul li p b {
  display: block;
  margin: 10px 0;
  font-family: sans-serif;
}
.slider-wrapper ul li img {
  width: 100%;
}
.slider-title img {
  width: 80%;
  margin: 0 auto;
  display: block;
}
.slick-arrow:before {
  content: '' !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.slick-next:before {
  background: url(../img/lr_right.png) !important;
  background-size: contain !important;
  content: '' !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 20px;
  left: 0;
  opacity: 1;
}
.slick-prev:before {
  background: url(../img/lr_left.png) !important;
  background-size: contain !important;
  content: '' !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 20px;
  left: 0;
  opacity: 1;
}
.slick-prev {
  left: -60px;
}
.slick-next {
  right: -60px;
}
.slick-prev,
.slick-next {
  top: 40%;
  width: 50px;
  height: 50px;
  z-index: 10;
}

@media screen and (max-width: 600px) {
  .slick-prev,
  .slick-next {
    top: 35%;
    width: 40px;
    height: 40px;
  }
  .slick-prev {
    left: -30px;
  }
  .slick-next {
    right: -30px;
  }
}

/* line_dtl
-------------------------------------- */
.line_dtl {
  padding: 0 20px 20px;
}
.line_ttl {
  margin: 15px 15px -10px;
  padding: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  position: relative;
  z-index: 10;
  font-family: sans-serif;
}
.line_txt {
  background: rgb(255, 255, 255);
  padding: 20px 15px 15px;
  z-index: 1;
  font-family: sans-serif;
}
.line_list {
  padding-top: 10px;
  text-align: center;
}
.line_sub {
  font-size: 12px;
  text-align: right;
  margin: 10px 0 0;
  font-family: sans-serif;
}

/*CVボタン*/
.line h2 {
  padding-top: 60px;
}
.line__btn {
  padding: 20px 0 40px;
}
.line__btn__s {
  animation: btn 0.8s infinite alternate;
}

@keyframes btn {
  from {
    transform: scale(0.95);
  }

  to {
    transform: scale(1.02);
  }
}

/*footer*/
.f_wrap {
  margin: 0 auto;
  text-align: center;
  padding: 20px 0 170px;
  background: rgb(210, 210, 210);
}
.f_wrap .f_wrap__inner {
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
}
.f_wrap ul li {
  margin-bottom: 14px;
}
.f_wrap ul li:last-child {
  margin-left: 1.6rem;
}
.f_wrap ul li a {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-bottom: 14px;
}
.f_wrap .f_copy p {
  font-size: 11px;
  text-align: center;
}
@media screen and (max-width: 30em) {
  .f_wrap {
    padding: 2rem 0.5rem 13em;
  }
}

.accordion {
  margin: 10px 0;
}

.accordion__title {
  padding: 40px 64px 40px 30px;
  color: #fff;
  font-size: 27px;
  font-weight: bold;
  position: relative;
  border-radius: 10px;
  transition: 0.3s;
  background: #1260bc url('../img/ic_11.png') no-repeat;
  background: linear-gradient(70deg, #0b90dc, #20b2ca);
  background-position: left top;
  line-height: 1.5;
}

.open.accordion__title {
  border-radius: 10px 10px 0 0;
  transition: 0.3s;
}

.accordion__title::after {
  content: '';
  position: absolute;
  right: 28px;
  top: 50%;
  margin-top: -9px;
  width: 30px;
  height: 17px;
  background: url('../img/ic_arrow.png') no-repeat;
  background-size: 30px 17px;
  transform: rotate(0deg);
  transition: 0.3s;
}

.open.accordion__title::after {
  content: '';
  position: absolute;
  right: 28px;
  top: 50%;
  margin-top: -9px;
  width: 30px;
  height: 17px;
  background: url('../img/ic_10.png') no-repeat;
  background-size: 30px 17px;
  transform: rotate(180deg);
  transition: 0.3s;
}

.accordion__detail {
  background: #fff;
  padding: 40px 30px;
  border-radius: 0 0 10px 10px;
}

.Label {
  padding: 1em;
  display: block;
  color: #000;
  background: #e0959e69;
  font-size: 22px;
  text-align: center;
}

.toggle:checked + .Label + .content {
  height: auto;
  padding: 20px;
  transition: all 0.3s;
}

Label::before {
  content: '';
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
  transform: rotate(135deg);
}
.Label,
.content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.content {
  height: 0;
  margin-bottom: 10px;
  padding: 0 20px;
  overflow: hidden;
}
.toggle:checked + .Label + .content {
  height: auto;
  padding: 20px;
  transition: all 0.3s;
}

.toggle:checked + .Label::before {
  transform: rotate(-45deg) !important;
}

.content p {
  font-size: 20px;
}

.about__inner {
  margin-bottom: 2em;
}

/*ボタンの設定*/
.auraBtn {
  position: relative;
  width: 85%;
  margin: 40px auto;
}
/*ボタンが広がるアニメーション（1番目）*/
.auraBtn:before {
  -webkit-animation: auraBtn 2s ease-out infinite;
  animation: auraBtn 2s ease-out infinite;
}
.auraBtn:after {
  -webkit-animation: auraBtn 2s ease-out 1s infinite;
  animation: auraBtn 2s ease-out 1s infinite;
}
.auraBtn:before,
.auraBtn:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 100vh;
  background: #ffaaae;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*ボタン自体の設定*/
.auraBtn a {
  display: block;
  /*内側の余白｜上下余白｜左右余白｜*/
  padding: 20px 0;
  /*ボタンの角丸*/
  border-radius: 100vh;
  /*ボタン内テキストの水平方向の位置*/
  text-align: center;
  /*リンクの装飾*/
  text-decoration: none;
  /*ボタンの色(green, red, blue以外の場合はここを修正してください）*/
  background: #ff5555;
  position: relative;
  z-index: 1;
  font-family: sans-serif;
  margin: 0 !important;
}

/*広がるボタンのアニメーション（変更する場合は該当する箇所を修正してください）*/
@keyframes auraBtn {
  /*アニメーション初期（0秒の時）*/
  0% {
    /*拡大率　（1=100％）*/
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    /*透明度（0=透明、1=不透明）*/
    opacity: 1;
  }

  /*1.8秒時*/
  90% {
    /*透明度*/
    opacity: 0.1;
  }

  /*アニメーション最後（2秒時）*/
  to {
    /*拡大率　1番目の値はX軸、2番目の値はY軸*/
    -webkit-transform: scale(1.2, 1.5);
    transform: scale(1.2, 1.5);
    /*透明度*/
    opacity: 0;
  }
}

/*ボタン右側の矢印の設定*/
.auraBtn a p {
  display: block;
  position: relative;
  /*文字の色*/
  color: #fff;
  /*文字の太さ*/
  font-weight: 600;
  text-align: center;
  margin: 0;
  padding: 0 !important;
}

.auraBtn a p:after {
  content: '';
  position: absolute;
  /*矢印の位置*/
  top: 50%;
  right: 30px;
  /*矢印の横幅*/
  width: 8px;
  /*矢印の高さ*/
  height: 8px;
  margin: -4px 0 0 0;
  /*矢印の線｜太さ｜線種｜色｜*/
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  /*矢印の回転角度*/
  -webkit-transform: translateX(5px) rotate(45deg);
  transform: translateX(5px) rotate(45deg);
}

@media screen and (max-width: 640px) {
  .auraBtn {
    margin: 8vw auto;
  }
}

@media screen and (max-width: 400px) {
  .auraBtn a p {
    font-size: 3.9vw;
    padding-top: 1.5vw;
  }
  .auraBtn a p:after {
    right: 6vw;
  }
}

.f_btn {
  position: fixed;
  bottom: 0;
  width: 640px;
  display: none;
  transition: 0.3s;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  z-index: 99;
}

.active {
  display: flex;
  align-items: center;
  transition: 0.3s;
}

.f_btn .auraBtn {
  width: 80%;
}

.topbtn {
  margin: 10px;
  z-index: 999;
}

@media screen and (max-width: 640px) {
  .f_btn {
    width: 100%;
  }
  .f_btn .auraBtn {
    width: 73%;
    margin-right: 7px;
  }
  .slideArea {
    margin-top: -68vw;
  }
  .Label {
    font-size: 4.8vw;
    text-align: center;
    margin: 0 10px;
  }
  .topbtn {
    margin: 10px 10px 10px 0;
  }
  .topbtn img {
    width: 15vw;
    height: 15vw;
  }
}

/* ------------------------

case

------------------------*/
.case {
  background: #ffffff;
}
.case__video {
  width: 100%;
}
.slide-items__txt {
  font-size: 25px;
  text-align: center;
  background: #fbe5e2;
}
.case__case__interior__txt {
  padding: 0 20px;
}
.kome {
  padding: 0 6%;
  margin: 0 28px 15px;
  text-align: right;
}
.case__txt {
  display: flex;
  justify-content: center;
  background: #c3efc2;
  align-items: center;
}
.case__txt__icon {
  width: 45px;
  height: 45px;
  margin: 0 10px 0 0;
}
.case__txt__p {
  font-size: 18px;
  padding: 5px 0;
  margin: 10px 0;
}

@media screen and (max-width: 520px) {
  .slide-items__txt {
    font-size: 16px;
    text-align: center;
  }
  .kome {
    font-size: 10px;
    padding: 0 6%;
    margin: 0 15px 15px;
  }
  .case__txt__icon {
    width: 35px;
    height: 35px;
    margin: 0 10px 0 0;
  }
  .case__txt__p {
    font-size: 14px;
    padding: 5px 0;
    margin: 10px 0;
  }
}

/* ------------------------

change

------------------------*/
.compare {
  position: relative;
}
.change_bar {
  width: 20%;
  height: 15%;
  background: url(../img/change_arrow.png) 50% 50%/100% no-repeat;
  position: absolute;
  z-index: 1;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
}
@layer demo {
  .compare {
    display: grid;
    margin: 14px 8px 2px !important;
    > * {
      grid-area: 1 / 1;
    }
    > section {
      display: grid;
      place-content: center;
    }
  }
  .before {
    mask: linear-gradient(to right, #4c3838 0, var(--pos1, 50%), #0000 0);
  }
  .after {
    mask: linear-gradient(to right, #0000 0, var(--pos1, 50%), #000 0);
  }
  input[type='range'] {
    z-index: 2;
    appearance: none;
    background: transparent;
    cursor: pointer;

    &::-webkit-slider-thumb {
      appearance: none;
      width: 6px;
      padding-top: 57%;
      box-sizing: border-box;
      background-color: #ffe3e6;
      box-shadow: none;
      border: none;
    }

    &::-webkit-slider-thumb::after {
      width: 50px;
      height: 50px;
      border-radius: 100px;
    }

    &::-moz-range-thumb {
      appearance: none;
      width: 6px;
      padding-top: 53%;
      box-sizing: border-box;
      background-color: #ffe3e6;
      box-shadow: none;
      border: none;
    }
  }
}

@layer demo.support {
  * {
    box-sizing: border-box;
    margin: 0;
  }
}

.question {
  position: relative;
}

.question_caution {
  position: absolute;
  bottom: 4%;
  right: 10%;
}
.change_caution {
  text-align: right;
  font-size: 12px;
  padding-right: 10px;
  margin-top: -5px;
}
.change_caution-2 {
  text-align: center;
  margin-top: -6px;
  font-weight: bold;
  font-size: 20px;
  color: #ff6984;
}

@media screen and (max-width: 540px) {
  .question_caution {
    font-size: 12px;
  }
  .change_caution {
    font-size: 10px;
  }
  .change_caution-2 {
    font-size: 16px;
    margin-top: 0;
  }
}
