@charset "UTF-8";
/* CSS Document */

/*tablet
=====================================*/
@media screen and (max-width: 1195px) {
  body {
    font-size: 16px;
  }
  .inner {
    padding: 8vw 4vw;
  }
  section {
    padding: 8vw 0;
  }
  .tab_br {
    display: inherit;
  }

  .txt_ylw {
    font-size: 4.5rem;
  }
  .ft_b_sp {
    font-weight: 600;
  }
  .list_ttl {
    font-weight: 600;
  }

  /*header*/
  .head-logo {
    margin-left: 0;
  }
  .head-btn a p {
    font-weight: 600;
  }

  /*key*/
  .main_icn {
    min-width: 150px;
  }

  h1 > .pc_br {
    font-size: 2.2rem;
  }
  .key-head > p {
    font-size: 1.3rem;
  }
  /* .key-inner {
    padding: 20px 20px 60px;
  } */
  /* .key-wrap .link_btn {
    margin: 1rem auto 0;
  } */
  .sec-top-blc h2,
  .sec-form-blc h2 {
    font-size: 2rem;
  }
  .sec-top-blc h2::after {
    right: 15%;
  }
  .sec-top-blc h2::before {
    left: 15%;
  }
  .sec-top-cnt .point {
    zoom: 0.7;
  }

  /*追加*/
  .key_blc .link_btn {
    margin-top: 2rem;
  }
  .text-box-num.text-box-num::before {
    display: none;
  }
  /* h1 > .pc_br {
    padding: 0.4rem;
  } */
  .img_box {
    position: relative;
  }
  .sec-cam-about .img_box::before {
    position: absolute;
    top: 0;
    left: 0.5rem;
    z-index: 3;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
  }
  .sec-cam-about .img_box::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6rem 6rem 0 0;
    border-color: #000 transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    
  }
  .img_box.list_one::before {
    content: "01";
  }
  .img_box.list_two::before {
    content: "02";
  }
  .img_box.list_three::before {
    content: "03";
  }
  .img_box.list_four::before {
    content: "04";
  }
  .img_box.list_five::before {
    content: "05";
  }

  /*ここまで*/
  /*キャンペーン*/
  .sec-cam-inner {
    padding: 8vw 0;
  }
  .sec-cam-head,
  .sec-cam-blc ul.list_check {
    padding: 5vw 0;
  }
  .amazon-box .intxt {
    font-size: 1.6rem;
  }
  .form_cam .sec-cam-inner {
    padding: 8vw 0 0;
  }
  .sec-cam-blc ul.list_check {
    padding: 3vw 0;
  }

  /*about*/
  .sec-cam-about,
  .sec-merit,
  .sec-mezzot,
  .sec-comparison {
    padding: 8vw 0;
  }

  /*voice*/
  .sec-voice-box.inner {
    padding: 0;
  }
  /* div.sec-voice-cat + div.sec-voice-cat {
    padding: 0;
  } */
  .sec-voice-box .inbox {
    padding: 0 10px;
  }
  .sec-voice-box .thumb-ttl,
  .list_ttl {
    font-size: 1.2rem;
  }

  /*mezzot*/
  ul.stepbar li {
    width: 30%;
    padding: 0 0 0 1rem;
  }

  /*サポート*/
  .sec-support h4 {
    font-weight: 600;
  }
  .support_contents {
    grid-template-columns: 1fr;
  }
  .support_content {
    grid-template-columns: 18% 1fr;
  }
  .support_contents.inner {
    padding: 0 4vw 8vw;
  }

  /*プラン*/
  .sec-plan .list_ttl {
    font-weight: 600;
  }
  .split {
    zoom: 0.8;
    margin-right: 0.44rem;
  }
  .split > p {
    font-size: 1.1rem;
  }
  .price_num {
    font-size: 2.1rem;
  }
  .price_table th {
    padding: 0.88rem 1rem 0 2rem;
    width: 53%;
  }
  .price_foot {
    font-size: 0.78em;
  }

  /*よくある質問*/
  .cp_qa {
    padding: 0 4vw 5vw;
  }

  /*フォーム部分*/
  .sec-form-blc {
    padding: 0 4vw 8vw;
  }
}

@media (max-width: 992px) {
  .txt_ylw {
    font-size: 3rem;
  }
}
/*smartphon
=====================================*/

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    box-sizing: border-box;
  }

  h3 {
    font-size: 1.38rem;
    padding-bottom: 8vw;
  }
  h3::after {
    top: 66%;
  }

  h1 > .sp_br {
    display: inherit;
  }
  h1 > .pc_br {
    display: none;
  }

  .top-img::after {
    right: 1vw;
    bottom: -10px;
  }
  .four::after {
    right: 3vw;
    bottom: 1vw;
  }

  /*header*/

  .head-logo {
    padding: 5px 10px;
  }
  .head-btn {
    display: none;
  }
  .top-line-btn {
    font-size: 1rem;
  }
  .text-none{
    display: none;
  }
  .top-line-btn img{
    width: 50px;
  }
  .head-logo p.icn {
    width: 150px;
  }
  .head-logo p.txt {
    font-size: 0.9rem;
  }

  /*key*/
  .key_blc {
    background: url(../img/DSC_1305.jpg) no-repeat 29% center/ cover;
    min-height: 280px;
    max-height: 500px;
    width: 100%;
  }
  .key-wrap {
    flex-direction: column;
    /* height: auto; */
  }
  .key-inner {
    padding: 10px 10px 0;
    width: 100%;
    min-width: 320px;
    text-align: center;
  }
  .top-img {
    padding: 0;
  }
  .main_icn {
    min-width: 120px;
    width: 26vw;
    height: 26vw;
  }

  .key-head > h1 {
    font-size: 7vw;
    /* text-shadow: #001c2a 1px 2px; */
    text-align: center;
  }
  .key-head > p {
    font-size: 4.5vw;
    padding: 1rem 0;
  }
  .link_btn,
  .key-wrap .link_btn {
    width: 100%;
    margin-top: 1rem;
    font-weight: 600;
  }

  .sec-top-blc h2,
  .sec-form-blc h2 {
    font-size: 1.38rem;
    padding-bottom: 5vw;
  }
  .sec-top-blc h2::after,
  .sec-top-blc h2::before {
    display: none;
  }
  .txt_line p::before {
    height: 10px;
    bottom: 5px;
  }
  .dot-text {
    padding-top: 0.4em;
    background-position: top left -3px;
  }
  .sec-top-cnt {
    flex-wrap: wrap;
  }
  .sec-top-cnt .point {
    margin-bottom: 1rem;
    flex-direction: initial;
    width: 100%;
    border-radius: 5px;
    height: auto;
    padding: 1rem;
    justify-content: center;
  }
  .sec-top-cnt .point p:nth-child(1) {
    width: 100%;
  }
  .sec-top-cnt .point p:nth-child(2) {
    padding: 0 0 0 10px;
    font-size: 1rem;
  }
  .sec-top-cnt img.icon {
    height: 50px;
    margin: 0 auto;
  }

  /*追加*/
  h1 > .sp_br {
    /* display: inline; */
    /* padding: 0.2rem; */
    color: #000;
    /* background-color: #000;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone; */
    font-weight: bold;
    font-size: 2rem;
  }
  .small-txt {
    font-size: 10px;
  }
  /*ここまで*/

  /*キャンペーン*/
  .amazon-box .thumb {
    zoom: 0.2;
    padding-left: 0.4rem;
  }
  .amazon-box .intxt {
    font-size: 1rem;
    padding-left: 5px;
  }
  span.small {
    font-size: 1rem;
  }
  .amazon-box .intxt p:nth-child(2) > span:first-of-type {
    margin: 0.3rem 0;
  }
  .amazon-box .intxt p:nth-child(2) > span:nth-last-of-type(1) {
    margin: 0 0 0 0.2rem;
  }
  .txt_ylw {
    font-size: 2.25rem;
  }
  .sec-cam-blc .inttl,
  .link_btn span {
    font-size: 1.38rem;
  }
  .sec-cam-blc ul.list_check li,
  .sec_intxt {
    font-size: 1rem;
  }
  .sec-cam-blc ul.list_check li p::before {
    width: 20px;
    height: 20px;
    left: -1.44rem;
  }
  .sec-cam-blc .link_btn {
    width: 90%;
    margin: 1rem auto 0;
  }

  /*about*/
  .list_side li,
  .list_side li.even {
    flex-direction: column;
  }
  .list_vertical {
    flex-wrap: wrap;
  }
  .list_side li div.img_box,
  .list_side li div.text_box,
  .list_vertical li {
    width: 100%;
  }
  .list_side li div.text_box,
  .list_vertical li div.text_box {
    padding: 0.88rem;
  }
  .sec-voice-box .thumb-ttl,
  .list_ttl {
    font-size: 1.18rem;
  }
  .step_in .list_ttl {
    margin-bottom: 0.88rem;
  }
  .list_side li + li,
  ol.list_side + ol.list_vertical,
  .list_vertical li + li {
    margin-top: 1rem;
  }

  /*voice*/
  .sec-voice-box .thumb-ttl {
    font-size: 1.2rem;
  }
  .sec-voice-box .voice_link::after {
    right: 5%;
    top: -10%;
    font-size: 1.1rem;
  }

  /*mezzot*/
  h3.line_br::after {
    top: 85%;
  }
  .sec-mezzot .list_vertical.inner {
    padding: 5vw 4vw 8vw;
  }
  ul.stepbar.inner {
    padding: 0 4vw 0;
  }
  .sec-mezzot h3::after {
    top: 80%;
  }
  .sec-mezzot h3.line_br::after {
    top: 85%;
  }
  .stepbar_num {
    font-size: 1.7rem;
    top: -16%;
  }
  .step_in {
    padding-top: 1.8rem;
  }
  ul.stepbar li {
    width: 100%;
    margin: 8vw 0 0;
    min-height: 10vw;
    padding: 0 1rem 1rem 1rem;
  }
  ul.stepbar li::before {
    display: none;
  }
  ul.stepbar li::after {
    top: 100%;
    margin-top: 0;
    border-top: solid 20px #ccc;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    right: 45%;
  }
  ul.stepbar li:nth-last-of-type(1)::after {
    display: none;
  }

  /*サポート*/
  .sec-support h3.line_br::after {
    top: 74%;
  }
  .support_content {
    grid-template-columns: 23% 1fr;
  }
  .sec-support h4 {
    font-size: 1.18em;
    padding-bottom: 0;
  }
  .support_text {
    padding-top: 0.8em;
    font-size: 0.82em;
  }
  .sec-support > p,
  .sec-plan > p {
    line-height: 1.6;
  }

  /*プラン*/

  .sec-plan .list_vertical.inner {
    padding: 8vw 4vw;
  }
  .sec-plan .list_vertical li {
    padding: 1rem;
  }
  .price_num {
    font-size: 2.2rem;
  }

  /*比較表*/
  .sec-comparison {
    padding: 14vw 0;
  }
  .hikaku-list {
    flex-wrap: wrap;
    font-size: 0.88em;
  }
  ul.hikaku-list li p {
    height: 3.55rem;
  }
  ul.hikaku-list li:first-child {
    width: 25%;
  }
  ul.hikaku-list li.li-code {
    width: 73.5%;
  }
  ul.hikaku-list li:nth-child(n + 3) {
    width: 24.8%;
    margin-top: 15px;
    font-size: 0.88em;
    text-align: center;
  }
  ul.hikaku-list li:nth-child(3) {
    margin-left: auto;
  }
  ul.hikaku-list li:nth-child(3) p:not(:first-child)::before {
    content: "";
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -100%;
    top: 0;
    background: #595959;
    color: #fff;
  }
  ul.hikaku-list li:nth-child(3) p:nth-child(2)::before {
    content: "営業時間";
  }
  ul.hikaku-list li:nth-child(3) p:nth-child(3)::before {
    content: "脱毛方法";
  }
  ul.hikaku-list li:nth-child(3) p:nth-child(4)::before {
    content: "料金体系";
  }
  ul.hikaku-list li:nth-child(3) p:nth-child(5)::before {
    content: "コスパ";
  }
  ul.hikaku-list li:nth-child(3) p:nth-child(6)::before {
    content: "効果";
  }
  ul.hikaku-list li:nth-child(3) p:nth-child(7)::before {
    content: "予約の取りやすさ";
  }
  ul.hikaku-list li:nth-child(3) p:nth-child(8)::before {
    content: "髭脱毛";
  }

  ul.hikaku-list li.li-code p:first-child {
    height: auto;
    padding: 0.88rem 0;
  }

  /*よくある質問*/
  .cp_qa .cp_actab {
    padding: 0.44rem 0.88rem 0.88rem;
  }
  .cp_qa label {
    padding: 5px 10px 0 2.4rem;
    font-size: 1rem;
  }
  .cp_qa .cp_actab input[type="checkbox"]:checked ~ .cp_actab-content {
    width: 100%;
    margin: 0;
  }
  .cp_qa .cp_plus {
    margin: -1px 0 0 10px;
    font-size: 2rem;
  }

  /*フォーム部分*/
  section.sec-cam-blc {
    padding: 0 0 5vw;
  }
  .sec-form-blc {
    padding: 0 4vw 8vw;
  }
  .form-in {
    padding: 0;
  }
  .form-box p.que {
    font-size: 1rem;
  }

  .form_flex {
    flex-direction: column;
    align-items: baseline;
    margin-bottom: 1rem;
  }
  .form-box select,
  .form-box input[type="text"],
  .form-box input[type="tel"],
  .form-box input[type="email"],
  textarea,
  .form-box input[type="date"] {
    width: 300px;
    margin-left: auto;
    margin: 0.44rem 0 0 0;
    font-size: 16px;
    padding: 10px;
    height: 40px;
  }
  input[type="submit"].sbmit-btn {
    width: 300px;
    font-size: 1.2rem;
    font-weight: bold;
  }

  /*footer*/
  footer {
    padding: 0;
  }
  .footer-list {
    flex-direction: column;
  }
  .footer-inner {
    justify-content: flex-start;
  }
  .footer-list__item + .footer-list__item {
    margin: 0.44rem 0 0 0;
  }

  /*確認画面*/
  .check_flex,
  .check_flex .que {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  body {
    font-size: 3.85vw;
  }

  /*float*/
  .float-btn {
    position: fixed;
    opacity: 1;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 93%;
    z-index: 10;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .is-hide {
    opacity: 0;
    display: none !important;
  }
  .float-in {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .float-in a {
    justify-content: center;
    padding: 10px;
    justify-content: center;
    background: #f064af;
    border-radius: 50px;
    box-shadow: 0px 5px 0 #b84180;
    width: 100%;
    text-align: center;
    color: #fff;
    margin-top: 0;
    display: block;
  }
  .float-in a p {
    color: #fff;
    text-align: center;
    font-weight: 700;
  }
  .float-in a p span {
    display: block;
    font-size: 1.66em;
    margin-top: 5px;
  }
  .float-btn .link_btn {
    padding: 0;
  }
  /*追加*/

  h1 > .sp_br {
    font-size: 1.5rem;
  }

  .txt_ylw {
    font-size: 1.7rem;
  }
}

@media (max-width: 400px) {
  h1 > .sp_br {
    font-size: 1.3rem;
  }
}

@media (min-width: 768px) {
  .delay-1 {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
  }

  .delay-2 {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }

  .delay-3 {
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
  }
}

@media (max-width: 992px) {
  .key-main {
    left: 5%;
  }
  .span-s {
    font-size: 2.8rem;
  }
}
@media (max-width: 768px) {
  .key-main {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 95%;
    padding-top: 3rem;
    margin: 0 auto;
  }
  .key-main-title {
    text-align: left;
  }
  .tryangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 40px 0 40px;
    border-color: #c09c46 transparent transparent transparent;
  }
  .before-after {
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .key-wrap {
    height: 100vh;
  }
  .span-s {
    font-size: 2rem;
  }
  .key-wrap::before {
    border-width: 25vw 25vw 0 0;
  }

  .key-wrap::after {
    border-width: 0 0 50vw 50vw;
  }
  .before-after-1 .img_box::before {
    font-size: 1.2rem;
  }
  .before-after-2 .img_box::before {
    font-size: 1.2rem;
  }
}

@media (max-width: 360px) {
  .amazon-box .thumb {
    display: none;
  }
  .key-sub-text {
    padding: 0.5rem;
  }
}


.text-q{
  width: 350px;
  display: block;
}

.preview{
  width: 80%;
  margin: 1rem auto 0;
  max-width: 500px;
  border: 2px solid #000;
}
.pre-wrap{
  text-align: center;
  margin: 4rem 0;
}