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

FileName    :    index.css

-------------------------------------------- */
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, q:before, q:after {
  content: '';
  content: none;
}

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

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

html {
  font-size: 10px;
}

body {
  position: relative;
  min-width: 1000px;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333;
  word-wrap: break-word;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased !important;
  -webkit-text-stroke: 1px transparent;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

@media screen and (max-width: 768px) {
  body {
    min-width: 320px;
    line-height: 1.6;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}

li {
  list-style-type: none;
}

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

img, svg {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

i, em {
  font-style: normal;
}

input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
  background: #fff;
  vertical-align: middle;
  font-size: inherit;
  color: #333;
}

input[type=checkbox],
input[type=radio] {
  position: absolute;
  visibility: hidden;
  width: 0;
}

input::-webkit-input-placeholder {
  color: #bfbfbf;
}

input:-ms-input-placeholder {
  color: #bfbfbf;
}

input::-moz-placeholder {
  color: #bfbfbf;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

textarea {
  resize: none;
  width: 100%;
}

option {
  outline: 0;
}

abbr[title], dfn[title] {
  text-decoration: none;
  cursor: default;
}

sup {
  position: relative;
  top: -1.4em;
  font-size: 40%;
}

img[src$=".svg"] {
  width: 100%;
}

/* ===================================

    extends

=================================== */
.opacity {
  opacity: 1;
  -webkit-transition:  opacity 300ms;
  transition:  opacity 300ms;
}

.opacity:hover {
  opacity: 0.7;
}

.button-frame a, .title-border, #hero .row .title .copy, #hero .foot, #lead .detail .section-title, #presentation .approach .title-normal, #presentation .approach .row, #presentation .result, #extraction .title-sub, #extraction .row .col-2 .col:before, #extraction .step .detail .detail_title, #voice .voice_list .voice_title, #campaign .title-lead, #campaign .contact .box .title-box, #salon .salon_list .salon_title {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-weight: 500;
}

body {
  font-family: "Noto Sans Japanese", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 300;
}

/* ===================================

    header

=================================== */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  z-index: 100;
}

#header .logo {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 160px;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  #header {
    height: 50px;
  }
  #header .logo {
    width: 119px;
  }
}

/* ===================================

    footer

=================================== */
#footer {
  text-align: center;
  background: url(../images/footer_bg01.png) repeat 50% 50%;
}

#footer #pagetop {
  display: block;
  position: relative;
  height: 30px;
  background: #e0cfb9;
}

#footer #pagetop:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: translate(-50%, -25%) rotate(45deg);
}

#footer .info {
  padding: 30px 0;
}

#footer .info .logo {
  display: inline-block;
}

#footer .copyright {
  position: relative;
  padding: 15px 0;
  letter-spacing: .05em;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  background-color: #ccb59e;
}

@media screen and (max-width: 768px) {
  #footer #pagetop {
    height: 20px;
  }
  #footer #pagetop:before {
    width: 8px;
    height: 8px;
  }
  #footer .info {
    padding: 20px 0;
  }
  #footer .info .logo {
    margin: 0 0 5px;
  }
  #footer .copyright {
    padding: 10px 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/* =======================================

全体スタイル

======================================= */
#wrapper {
  overflow: hidden;
}

#contents {
  display: block;
  padding-top: 80px;
}

@media screen and (max-width: 768px) {
  #contents {
    padding-top: 50px;
  }
}

.inner {
  position: relative;
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: auto;
}

/* =======================================

汎用スタイル

======================================= */
.ds-ib {
  display: inline-block;
}

.ds-bl {
  display: block;
}

.ta-r {
  text-align: right;
}

.ta-l {
  text-align: left;
}

.ta-c {
  text-align: center;
}

.va-m {
  vertical-align: middle;
}

.va-b {
  vertical-align: bottom;
}

.va-t {
  vertical-align: top;
}

.row *[class^="col-"] {
  display: -webkit-flex;
  display: flex;
}

.row .col-2 .col {
  width: 50%;
}

.row .col-3 .col {
  width: 33.333%;
}

.row .col-4 .col {
  width: 25%;
}

@media screen and (max-width: 600px) {
  .row *[class^="col-"] {
    display: block;
  }
  .row .col-2 .col,
  .row .col-3 .col,
  .row .col-4 .col {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .only-pc {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .only-pc {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .only-sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .only-sp {
    display: block !important;
  }
}

.fs-10 {
  font-size: 10px;
  font-size: 1rem;
}

.fs-12 {
  font-size: 12px;
  font-size: 1.2rem;
}

.fs-14 {
  font-size: 14px;
  font-size: 1.4rem;
}

.fs-16 {
  font-size: 16px;
  font-size: 1.6rem;
}

.fs-18 {
  font-size: 18px;
  font-size: 1.8rem;
}

.fs-20 {
  font-size: 20px;
  font-size: 2rem;
}

.fs-22 {
  font-size: 22px;
  font-size: 2.2rem;
}

.fs-24 {
  font-size: 24px;
  font-size: 2.4rem;
}

.fw-normal {
  font-weight: 400;
}

.fw-bold {
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .fs-14 {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .fs-16 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .fs-18 {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .fs-20 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .fs-22 {
    font-size: 17px;
    font-size: 1.7rem;
  }
  .fs-24 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.wid1 {
  width: 1%;
}

.wid2 {
  width: 2%;
}

.wid3 {
  width: 3%;
}

.wid4 {
  width: 4%;
}

.wid5 {
  width: 5%;
}

.wid6 {
  width: 6%;
}

.wid7 {
  width: 7%;
}

.wid8 {
  width: 8%;
}

.wid9 {
  width: 9%;
}

.wid10 {
  width: 10%;
}

.wid11 {
  width: 11%;
}

.wid12 {
  width: 12%;
}

.wid13 {
  width: 13%;
}

.wid14 {
  width: 14%;
}

.wid15 {
  width: 15%;
}

.wid16 {
  width: 16%;
}

.wid17 {
  width: 17%;
}

.wid18 {
  width: 18%;
}

.wid19 {
  width: 19%;
}

.wid20 {
  width: 20%;
}

.wid21 {
  width: 21%;
}

.wid22 {
  width: 22%;
}

.wid23 {
  width: 23%;
}

.wid24 {
  width: 24%;
}

.wid25 {
  width: 25%;
}

.wid26 {
  width: 26%;
}

.wid27 {
  width: 27%;
}

.wid28 {
  width: 28%;
}

.wid29 {
  width: 29%;
}

.wid30 {
  width: 30%;
}

.wid31 {
  width: 31%;
}

.wid32 {
  width: 32%;
}

.wid33 {
  width: 33%;
}

.wid34 {
  width: 34%;
}

.wid35 {
  width: 35%;
}

.wid36 {
  width: 36%;
}

.wid37 {
  width: 37%;
}

.wid38 {
  width: 38%;
}

.wid39 {
  width: 39%;
}

.wid40 {
  width: 40%;
}

.wid41 {
  width: 41%;
}

.wid42 {
  width: 42%;
}

.wid43 {
  width: 43%;
}

.wid44 {
  width: 44%;
}

.wid45 {
  width: 45%;
}

.wid46 {
  width: 46%;
}

.wid47 {
  width: 47%;
}

.wid48 {
  width: 48%;
}

.wid49 {
  width: 49%;
}

.wid50 {
  width: 50%;
}

.wid51 {
  width: 51%;
}

.wid52 {
  width: 52%;
}

.wid53 {
  width: 53%;
}

.wid54 {
  width: 54%;
}

.wid55 {
  width: 55%;
}

.wid56 {
  width: 56%;
}

.wid57 {
  width: 57%;
}

.wid58 {
  width: 58%;
}

.wid59 {
  width: 59%;
}

.wid60 {
  width: 60%;
}

.wid61 {
  width: 61%;
}

.wid62 {
  width: 62%;
}

.wid63 {
  width: 63%;
}

.wid64 {
  width: 64%;
}

.wid65 {
  width: 65%;
}

.wid66 {
  width: 66%;
}

.wid67 {
  width: 67%;
}

.wid68 {
  width: 68%;
}

.wid69 {
  width: 69%;
}

.wid70 {
  width: 70%;
}

.wid71 {
  width: 71%;
}

.wid72 {
  width: 72%;
}

.wid73 {
  width: 73%;
}

.wid74 {
  width: 74%;
}

.wid75 {
  width: 75%;
}

.wid76 {
  width: 76%;
}

.wid77 {
  width: 77%;
}

.wid78 {
  width: 78%;
}

.wid79 {
  width: 79%;
}

.wid80 {
  width: 80%;
}

.wid81 {
  width: 81%;
}

.wid82 {
  width: 82%;
}

.wid83 {
  width: 83%;
}

.wid84 {
  width: 84%;
}

.wid85 {
  width: 85%;
}

.wid86 {
  width: 86%;
}

.wid87 {
  width: 87%;
}

.wid88 {
  width: 88%;
}

.wid89 {
  width: 89%;
}

.wid90 {
  width: 90%;
}

.wid91 {
  width: 91%;
}

.wid92 {
  width: 92%;
}

.wid93 {
  width: 93%;
}

.wid94 {
  width: 94%;
}

.wid95 {
  width: 95%;
}

.wid96 {
  width: 96%;
}

.wid97 {
  width: 97%;
}

.wid98 {
  width: 98%;
}

.wid99 {
  width: 99%;
}

.wid100 {
  width: 100%;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.ind05-m {
  text-indent: -.5em !important;
}

.ind1-m {
  text-indent: -1em !important;
}

.ind2-m {
  text-indent: -2em !important;
}

.ind05 {
  text-indent: .5em !important;
}

.ind1 {
  text-indent: 1em !important;
}

.ind2 {
  text-indent: 2em !important;
}

.nInd1 {
  display: block;
  text-indent: -1em !important;
  padding-left: 1em !important;
}

.nInd2 {
  display: block;
  text-indent: -2em !important;
  padding-left: 2em !important;
}

.color-base {
  color: #4ab7d5;
}

.color-sub {
  color: #50b7d3;
}

.color-ac {
  color: #e8e8df;
}

.color-other {
  color: #98002a;
}

.color-red {
  color: #c3001d;
}

.color-blue {
  color: #005aaf;
}

.color-green {
  color: #18810d;
}

hr {
  border: none;
  border-top: 2px dashed #ddd;
  margin: 20px 0;
}

em {
  font-weight: 700;
}

strong {
  font-weight: 700;
}

/* =======================================

見出しスタイル

======================================= */
/* =======================================

リンクスタイル

======================================= */
.button-normal {
  display: block;
  position: relative;
  width: 100%;
  padding: 15px 25px;
  margin: auto;
  text-align: center;
  line-height: 1.4;
  text-decoration: none !important;
  font-size: 16px;
  font-size: 1.6rem;
  transition: opacity 300ms;
  cursor: pointer;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .button-normal:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
}

.button-normal:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 6px;
  transform: translate(-15px, -50%) rotate(45deg);
}

@media screen and (max-width: 768px) {
  .button-normal {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.button-frame {
  padding: 0 15px 15px 0;
}

.button-frame a {
  display: block;
  position: relative;
  width: 100%;
  padding: 15px;
  margin: auto;
  text-align: center;
  line-height: 1.4;
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff;
  border: 1px solid #fa7c7d;
  background: #fa7c7d;
}

.button-frame a:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid #fa7c7d;
  transform: translate(15px, 15px);
  z-index: -1;
}

.button-frame a span {
  display: block;
  position: relative;
}

.button-frame a span:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(0, -50%) rotate(45deg);
}

.button-frame a:hover {
  color: #fa7c7d;
  background: #f8f8f8;
}

.button-frame a:hover span:before {
  border-color: #fa7c7d;
}

@media screen and (max-width: 768px) {
  .button-frame {
    padding: 0 10px 10px 0;
  }
  .button-frame a {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .button-frame a:before {
    transform: translate(10px, 10px);
  }
}

.link-text {
  color: #005aaf;
  text-decoration: underline;
  transition: opacity 300ms;
}

@media screen and (min-width: 769px) {
  .link-text:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
}

.tel-disable {
  pointer-events: none;
  text-decoration: none;
}

/* =======================================

共通

======================================= */
.back-grad {
  position: relative;
}

.back-grad:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 130px;
  background: -webkit-linear-gradient(top, #fbf5f5 0%, rgba(251, 245, 245, 0) 100%);
  background: linear-gradient(to bottom, #fbf5f5 0%, rgba(251, 245, 245, 0) 100%);
  z-index: -5;
}

@media screen and (max-width: 768px) {
  .back-grad:before {
    height: 80px;
  }
}

.title-border {
  margin: 0 0 50px;
  text-align: center;
  line-height: 1.4;
  letter-spacing: -.03em;
  font-size: 40px;
  font-size: 4rem;
}

.title-border .marker {
  display: inline;
  padding: 0 0 .3em;
  background: linear-gradient(transparent 88%, #ffb92d 88%);
}

.title-border .small {
  display: block;
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .title-border {
    margin: 0 0 30px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .title-border .small {
    margin: 0 0 2px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* =======================================
    hero
======================================= */
#hero {
  position: relative;
  background: #ffe3e2;
}

#hero .row .col-2 {
  height: 600px;
  -webkit-align-items: stretch;
  align-items: stretch;
}

#hero .row .title {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#hero .row .title .copy {
  display: inline-block;
  text-align: center;
  line-height: 1.2;
  letter-spacing: .05em;
}

#hero .row .title .copy .sub {
  display: block;
  margin: 0 0 10px;
  font-size: 2.2vw;
}

#hero .row .title .copy .main {
  display: inline-block;
  margin: 0 -.5em 0 0;
  font-size: 5.8vw;
}

#hero .row .image {
  position: relative;
  overflow: hidden;
}

#hero .row .image:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, #ffe3e2 0%, rgba(255, 227, 226, 0) 100%);
  background: linear-gradient(to right, #ffe3e2 0%, rgba(255, 227, 226, 0) 100%);
  z-index: 5;
}

#hero .row .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: inherit;
  transform: translate(-50%, -50%);
}

#hero .foot {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 20px 0;
  background: rgba(212, 67, 47, 0.9);
  z-index: 10;
}

#hero .foot .inner {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

#hero .foot .price {
  width: 70.5%;
}

#hero .foot .contact {
  width: 27%;
  margin: 0 0 0 2.5%;
}

#hero .foot .contact ul {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  margin: 0 -10px;
}

#hero .foot .contact ul li {
  width: 100%;
  padding: 0 10px;
}

#hero .foot .contact ul li:nth-child(2) {
  display: none;
}

#hero .foot .contact ul li a {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 10px;
  text-align: center;
  line-height: 1.4;
  font-size: 1.8vw;
  font-weight: 700;
  color: #fff;
  border: 1px solid #fff;
  z-index: 1;
}

#hero .foot .contact ul li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 1px solid #fff;
  transform: translate(2px, 2px);
  z-index: -1;
}

#hero .foot .contact ul li a span {
  display: table-cell;
  position: relative;
  padding: 0 30px;
  vertical-align: middle;
}

#hero .foot .contact ul li a span:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-0.6em, -50%) scale(1, 0.6) rotate(45deg);
}

@media screen and (min-width: 769px) {
  #hero .foot .contact ul li a.tel {
    padding: 0;
    border: none;
    font-size: 1.55vw;
  }
  #hero .foot .contact ul li a.tel:before {
    display: none;
  }
  #hero .foot .contact ul li a.tel span {
    padding: 0;
    text-align: left;
  }
  #hero .foot .contact ul li a.tel span:before {
    display: none;
  }
  #hero .foot .contact ul li a.tel span em {
    display: block;
    font-size: 2.8vw;
  }
}

@media screen and (min-width: 1200px) {
  #hero .row .title .copy .sub {
    font-size: 30px;
    font-size: 3rem;
  }
  #hero .row .title .copy .main {
    font-size: 78px;
    font-size: 7.8rem;
  }
}

@media screen and (min-width: 1400px) {
  #hero .foot .contact ul li a {
    font-size: 26px;
    font-size: 2.6rem;
  }
  #hero .foot .contact ul li a.tel {
    font-size: 22px;
    font-size: 2.2rem;
  }
  #hero .foot .contact ul li a.tel span em {
    font-size: 40px;
    font-size: 4rem;
  }
}

@media screen and (max-width: 768px) {
  #hero .row .col-2 {
    height: 480px;
  }
  #hero .foot {
    padding: 10px 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition:  opacity 300ms;
    transition:  opacity 300ms;
  }
  #hero .foot.is-show {
    opacity: 1;
    z-index: 10;
  }
  #hero .foot.is-hide {
    opacity: 0;
    z-index: 10;
  }
  #hero .foot .inner {
    display: block;
  }
  #hero .foot .price {
    width: 100%;
    margin: 0 0 10px;
  }
  #hero .foot .contact {
    width: 100%;
    margin: 0;
  }
  #hero .foot .contact ul {
    margin: 0 -8px;
  }
  #hero .foot .contact ul li {
    padding: 0 8px;
  }
  #hero .foot .contact ul li a {
    padding: 15px 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  #hero .foot .contact ul li a span {
    padding: 0 15px 0 0;
  }
  #hero .foot .contact ul li a span:before {
    width: 10px;
    height: 10px;
    transform: translate(-0.4em, -50%) scale(1, 0.6) rotate(45deg);
  }
  #hero .foot .contact ul li a.tel span em {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  #hero {
    padding: 30px 0 0;
  }
  #hero .row .col-2 {
    height: auto;
  }
  #hero .row .title {
    position: relative;
    padding: 0 20px;
    display: block;
    text-align: center;
    z-index: 10;
  }
  #hero .row .title .copy .sub {
    margin: 0 0 5px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  #hero .row .title .copy .main {
    font-size: 34px;
    font-size: 3.4rem;
  }
  #hero .row .image {
    margin: -10% 0 -5%;
  }
  #hero .row .image:before {
    width: 100%;
    height: 30%;
    background: -webkit-linear-gradient(top, #ffe3e2 0%, rgba(255, 227, 226, 0) 100%);
    background: linear-gradient(to bottom, #ffe3e2 0%, rgba(255, 227, 226, 0) 100%);
  }
  #hero .row .image img {
    position: static;
    max-width: 100%;
    transform: translate(0, 0);
  }
}

/* =======================================
    lead
======================================= */
#lead {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  flex-direction: row-reverse;
}

#lead .detail {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 50%;
  min-height: 600px;
  padding: 80px;
  background: url(../images/lead_bg01.jpg) no-repeat 50% 0/100% auto;
}

#lead .detail .section-title {
  position: relative;
  margin: 0 0 20px;
  line-height: 1.4;
  font-size: 40px;
  font-size: 4rem;
  z-index: 5;
}

#lead .detail .text {
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  z-index: 5;
}

#lead .detail .text:not(:last-child) {
  margin: 0 0 20px;
}

#lead .image {
  position: relative;
  overflow: hidden;
  width: 50%;
}

#lead .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: inherit;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  #lead .detail {
    position: relative;
    padding: 40px 30px;
  }
  #lead .detail .section-title {
    margin: 0 0 15px;
    font-size: 30px;
    font-size: 3rem;
  }
  #lead .detail .text {
    font-size: 15px;
    font-size: 1.5rem;
  }
  #lead .detail .text:not(:last-child) {
    margin: 0 0 15px;
  }
}

@media screen and (max-width: 600px) {
  #lead {
    display: block;
  }
  #lead .detail {
    width: 100%;
    min-height: initial;
    padding: 40px 20px 0;
  }
  #lead .detail:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75%;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  }
  #lead .detail .section-title {
    text-align: center;
  }
  #lead .image {
    width: 100%;
  }
  #lead .image:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 5;
  }
  #lead .image img {
    position: static;
    max-width: 100%;
    transform: translate(0, 0);
  }
}

/* =======================================
    presentation
======================================= */
#presentation .approach {
  padding: 70px 0 0;
  text-align: center;
}

#presentation .approach .title-normal {
  margin: 0 0 50px;
  line-height: 1.4;
  font-size: 40px;
  font-size: 4rem;
}

#presentation .approach .title-image {
  margin: 0 0 70px;
}

#presentation .approach .title-text {
  margin: 0 0 70px;
  font-size: 28px;
  font-size: 2.8rem;
}

#presentation .approach .row .col-2 {
  margin: 0 -20px;
}

#presentation .approach .row .col-2 .col {
  padding: 0 20px;
}

#presentation .approach .row .title {
  padding: 5px;
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff;
  background: #7d2d2d;
}

#presentation .approach .row .detail {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  padding: 30px 20px;
  background: #f7f2e7;
}

#presentation .approach .row .detail .align {
  width: 100%;
}

#presentation .approach .row .detail .text {
  position: relative;
  margin: 0 0 30px;
  font-size: 24px;
  font-size: 2.4rem;
  z-index: 1;
}

#presentation .approach .row .detail .text:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 90px;
  height: 1000%;
  margin: auto;
  background: url(../images/presentation_approach_demerit_ic01.svg) no-repeat 50% 100%/100% auto;
  transform: translate(-50%, 40px);
  z-index: -1;
}

#presentation .approach .row .detail .summary {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  #presentation .approach {
    padding: 40px 0 0;
  }
  #presentation .approach .title-normal {
    margin: 0 0 30px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  #presentation .approach .title-image {
    margin: 0 0 40px;
  }
  #presentation .approach .title-text {
    margin: 0 0 40px;
    font-size: 20px;
    font-size: 2rem;
  }
  #presentation .approach .row .col-2 {
    margin: -15px;
  }
  #presentation .approach .row .col-2 .col {
    padding: 15px;
  }
  #presentation .approach .row .title {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #presentation .approach .row .detail {
    padding: 20px 15px;
  }
  #presentation .approach .row .detail .text {
    margin: 0 0 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  #presentation .approach .row .detail .text:before {
    width: 60px;
    transform: translate(-50%, 30px);
  }
  #presentation .approach .row .detail .summary {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 600px) {
  #presentation .approach .row .detail {
    display: block;
  }
}

#presentation .result {
  position: relative;
  padding: 70px 0 0;
  background: #f5f5f5;
}

#presentation .result:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
}

#presentation .result .result_title {
  margin: 0 0 30px;
  text-align: center;
  line-height: 1.0;
  font-size: 62px;
  font-size: 6.2rem;
  font-weight: 700;
}

#presentation .result .result_person {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: row-reverse;
}

#presentation .result .result_person .balloon {
  position: relative;
  width: 53%;
}

#presentation .result .result_person .balloon .balloon_shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}

#presentation .result .result_person .balloon .balloon_shadow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 40px;
  background: #fff;
  transform: translate(-50%, -50%) scale(1, 0.75) rotate(45deg);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}

#presentation .result .result_person .balloon .balloon_text {
  position: relative;
  padding: 30px;
  border-radius: 10px;
  background: #fff;
}

#presentation .result .result_person .balloon .balloon_text:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 40px;
  background: #fff;
  transform: translate(-50%, -50%) scale(1, 0.75) rotate(45deg);
}

#presentation .result .result_person .balloon .balloon_text em {
  display: block;
  margin: 0 0 10px;
  line-height: 1.2;
  font-size: 50px;
  font-size: 5rem;
  font-weight: 700;
  color: #ff6700;
}

#presentation .result .result_person .balloon .balloon_text span {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
}

#presentation .result .result_person .image {
  width: 47%;
  padding: 0 40px 0 0;
}

@media screen and (max-width: 768px) {
  #presentation .result {
    padding: 40px 0 0;
  }
  #presentation .result .result_title {
    font-size: 40px;
    font-size: 4rem;
  }
  #presentation .result .result_person {
    display: block;
  }
  #presentation .result .result_person .balloon {
    width: 100%;
    margin: 0 0 30px;
    text-align: center;
  }
  #presentation .result .result_person .balloon .balloon_shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  }
  #presentation .result .result_person .balloon .balloon_shadow:before {
    top: auto;
    right: auto;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%) scale(0.75, 1) rotate(45deg);
  }
  #presentation .result .result_person .balloon .balloon_text {
    padding: 20px;
  }
  #presentation .result .result_person .balloon .balloon_text:before {
    top: auto;
    right: auto;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%) scale(0.75, 1) rotate(45deg);
  }
  #presentation .result .result_person .balloon .balloon_text em {
    font-size: 32px;
    font-size: 3.2rem;
  }
  #presentation .result .result_person .balloon .balloon_text span {
    font-size: 15px;
    font-size: 1.5rem;
  }
  #presentation .result .result_person .image {
    width: 100%;
    max-width: 280px;
    padding: 0;
    margin: auto;
  }
}

/* =======================================
    extraction
======================================= */
#extraction {
  padding: 70px 0;
}

#extraction .title-sub {
  margin: 0 0 40px;
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem;
}

#extraction .text {
  margin: 0 0 60px;
  font-size: 18px;
  font-size: 1.8rem;
}

#extraction .row {
  margin: 0 0 50px;
}

#extraction .row .col-2 {
  margin: 0 0 -20px;
}

#extraction .row .col-2 .col {
  position: relative;
  padding: 20px;
}

#extraction .row .col-2 .col:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 160px;
  padding: 15px;
  text-align: center;
  line-height: 1.0;
  font-size: 36px;
  font-size: 3.6rem;
  color: #fff;
}

#extraction .row .col-2 .col.before:before {
  content: "Before";
  background: #575757;
}

#extraction .row .col-2 .col.after:before {
  content: "After";
  background: #ff6700;
}

#extraction .text-lg {
  margin: 0 0 50px;
  text-align: center;
  line-height: 1.6;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
  color: #ff6700;
}

#extraction .step {
  padding: 60px 0 0;
}

#extraction .step ol li {
  display: table;
  width: 100%;
}

#extraction .step ol li:not(:last-child) {
  margin: 0 0 30px;
}

#extraction .step ol li:nth-of-type(1) .detail_title:before {
  content: "1";
  background: #ff9600;
}

#extraction .step ol li:nth-of-type(2) .detail_title:before {
  content: "2";
  background: #ff9600;
}

#extraction .step ol li:nth-of-type(3) .detail_title:before {
  content: "3";
  background: #ff6700;
}

#extraction .step ol li:nth-of-type(4) .detail_title:before {
  content: "4";
  background: #ff6700;
}

#extraction .step ol li:nth-of-type(5) .detail_title:before {
  content: "5";
  background: #ff9600;
}

#extraction .step .detail {
  display: table-cell;
  padding: 0 30px 0 0;
  vertical-align: top;
}

#extraction .step .detail .detail_title {
  position: relative;
  padding: 0 0 0 60px;
  margin: 0 0 15px;
  line-height: 1.4;
  font-size: 34px;
  font-size: 3.4rem;
}

#extraction .step .detail .detail_title:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  padding: 10px;
  text-align: center;
  line-height: 1.0;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
}

#extraction .step .image {
  display: table-cell;
  width: 350px;
}

#extraction .step .image img {
  width: inherit;
}

@media screen and (max-width: 768px) {
  #extraction {
    padding: 40px 0 0;
  }
  #extraction .title-sub {
    margin: 0 0 25px;
    font-size: 20px;
    font-size: 2rem;
  }
  #extraction .text {
    margin: 0 0 35px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  #extraction .row {
    margin: 0 auto 30px;
  }
  #extraction .row .col-2 {
    margin: 0 0 -15px;
  }
  #extraction .row .col-2 .col {
    padding: 15px;
  }
  #extraction .row .col-2 .col:before {
    max-width: 120px;
    padding: 10px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  #extraction .text-lg {
    margin: 0 0 30px;
    font-size: 20px;
    font-size: 2rem;
  }
  #extraction .step {
    padding: 35px 0 0;
  }
  #extraction .step ol li:not(:last-child) {
    margin: 0 0 20px;
  }
  #extraction .step .detail {
    padding: 0 20px 0 0;
  }
  #extraction .step .detail .detail_title {
    padding: 0 0 0 40px;
    margin: 0 0 10px;
    font-size: 22px;
    font-size: 2.2rem;
  }
  #extraction .step .detail .detail_title:before {
    width: 30px;
    height: 30px;
    padding: 5px;
    font-size: 20px;
    font-size: 2rem;
  }
  #extraction .step .image {
    width: 300px;
  }
}

@media screen and (max-width: 600px) {
  #extraction .row {
    max-width: 480px;
  }
  #extraction .step ol li {
    display: block;
  }
  #extraction .step ol li:not(:last-child) {
    margin: 0 0 35px;
  }
  #extraction .step .detail {
    display: block;
    padding: 0;
  }
  #extraction .step .image {
    display: block;
    position: relative;
    margin: 0 -20px;
    width: calc(100% + 40px);
  }
  #extraction .step .image:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 5;
  }
}

/* =======================================
    voice
======================================= */
#voice {
  padding: 70px 0;
}

#voice .title-border {
  margin: 0 0 40px;
}

#voice .title-text {
  margin: 0 0 50px;
  text-align: center;
  line-height: 1.4;
  font-size: 20px;
  font-size: 2rem;
}

#voice .voice_list .col-3 {
  margin: 0 -15px;
}

#voice .voice_list .col-3 .col {
  padding: 20px 30px;
  margin: 0 15px;
  border-radius: 10px;
  background: #fbe6e6;
}

#voice .voice_list .voice_title {
  padding: 0 0 10px;
  margin: 0 0 10px;
  font-weight: 700;
  border-bottom: 1px solid #aa2c00;
}

#voice .voice_list .voice_title em {
  display: block;
  margin: 0 0 5px;
  line-height: 1.4;
  font-size: 20px;
  font-size: 2rem;
  color: #aa2c00;
}

#voice .voice_list .voice_title span {
  font-size: 14px;
  font-size: 1.4rem;
}

#voice .voice_list .voice_text {
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  #voice {
    padding: 40px 0;
  }
  #voice .title-border {
    margin: 0 0 25px;
  }
  #voice .title-text {
    margin: 0 0 30px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  #voice .voice_list .col-3 {
    display: block;
    margin: 0;
  }
  #voice .voice_list .col-3 .col {
    width: 100%;
    padding: 20px;
    margin: 0;
  }
  #voice .voice_list .col-3 .col:not(:last-child) {
    margin: 0 0 15px;
  }
  #voice .voice_list .voice_title em {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #voice .voice_list .voice_title span {
    font-size: 12px;
    font-size: 1.2rem;
  }
  #voice .voice_list .voice_text {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/* =======================================
    campaign
======================================= */
#campaign {
  padding: 70px 0;
}

#campaign .inner {
  max-width: 900px;
}

#campaign .title-lead {
  margin: 0 0 60px;
  text-align: center;
  line-height: 1.4;
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 700;
  color: #ff9600;
}

#campaign .title-image {
  margin: 0 0 60px;
}

#campaign .title-image img {
  margin: auto;
}

#campaign .text {
  margin: 0 0 60px;
  font-size: 18px;
  font-size: 1.8rem;
}

#campaign .contact {
  max-width: 600px;
  margin: auto;
}

#campaign .contact .box {
  padding: 40px;
  text-align: center;
  border: 2px solid #b8b8b8;
  box-shadow: 10px 10px #f8f8f8;
}

#campaign .contact .box:first-child {
  display: none;
}

#campaign .contact .box:not(:last-child) {
  margin: 0 0 40px;
}

#campaign .contact .box .title-box {
  margin: 0 0 30px;
  line-height: 1.4;
  font-size: 36px;
  font-size: 3.6rem;
}

#campaign .contact .image {
  margin: 0 0 40px;
  text-align: center;
  border: 2px solid #b8b8b8;
  box-shadow: 10px 10px #f8f8f8;
}

@media screen and (max-width: 768px) {
  #campaign {
    padding: 40px 0;
  }
  #campaign .title-lead {
    margin: 0 0 10px;
    font-size: 28px;
    font-size: 2.8rem;
  }
  #campaign .title-image {
    margin: 0 0 20px;
  }
  #campaign .text {
    margin: 0 0 20px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  #campaign .contact .box {
    padding: 25px;
  }
  #campaign .contact .box:not(:last-child) {
    margin: 0 0 25px;
  }
  #campaign .contact .box .title-box {
    margin: 0 0 20px;
    font-size: 22px;
    font-size: 2.2rem;
  }
  #campaign .contact .box .button-frame {
    max-width: 360px;
    margin: auto;
  }
  #campaign .contact .image {
    margin: 0 0 25px;
  }
}

/* =======================================
    salon
======================================= */
#salon {
  padding: 70px 0;
}

#salon .inner {
  max-width: 900px;
}

#salon .title-border {
  font-size: 28px;
  font-size: 2.8rem;
}

#salon .salon_list ul {
  display: -webkit-flex;
  display: flex;
  margin: -20px;
}

#salon .salon_list ul li {
  width: 50%;
  padding: 20px;
}

#salon .salon_list .salon_title {
  margin: 0 0 10px;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
}

#salon .salon_list .image {
  max-width: 540px;
  margin: 0 auto 30px;
}

#salon .salon_list .detail {
  overflow: hidden;
}

#salon .salon_list .detail .detail_table {
  width: 100%;
  margin: 0 0 30px;
  font-size: 14px;
  font-size: 1.4rem;
  border-top: solid 1px #eee;
  background: #fff;
}

#salon .salon_list .detail .detail_table tr {
  border-bottom: solid 1px #eee;
}

#salon .salon_list .detail .detail_table th,
#salon .salon_list .detail .detail_table td {
  padding: 15px 20px;
}

#salon .salon_list .detail .detail_table th {
  width: 130px;
}

#salon .salon_list .detail .detail_map {
  position: relative;
  width: 100%;
  min-height: 250px;
}

#salon .salon_list .detail .detail_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  #salon {
    padding: 40px 0;
  }
  #salon .title-border {
    font-size: 20px;
    font-size: 2rem;
  }
  #salon .salon_list ul {
    margin: -15px;
  }
  #salon .salon_list ul li {
    padding: 15px;
  }
  #salon .salon_list .salon_title {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #salon .salon_list .image {
    max-width: 375px;
    margin: 0 auto 20px;
  }
  #salon .salon_list .detail .detail_table {
    margin: 0 0 20px;
  }
  #salon .salon_list .detail .detail_table th,
  #salon .salon_list .detail .detail_table td {
    padding: 15px;
  }
  #salon .salon_list .detail .detail_table th {
    width: 120px;
  }
  #salon .salon_list .detail .detail_map {
    min-height: 200px;
  }
}

@media screen and (max-width: 600px) {
  #salon .salon_list ul {
    display: block;
    margin: -15px 0;
  }
  #salon .salon_list ul li {
    width: 100%;
    padding: 15px 0;
  }
}

/*# sourceMappingURL=../map/style.css.map */
