@charset "UTF-8";
@import url(../fonts/Noto/load.css);
@media screen and (min-width: 320px) and (max-width: 767px) {
  	/*header
      --------------------------------------------*/
  #header {
    display: none;
  }

  /*nav
  --------------------------------------------*/
  nav {
    position: relative;
  }
  nav .logo {
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    z-index: 1001;
    width: 40%;
    margin: 0 auto;
  }
  nav .nav-inner {
    display: none;
  }

  /*メインビジュアル
  --------------------------------------------*/
  #main-visual {
    position: relative;
    height: 100vw;
  }
  #main-visual h2 {
    width: 95%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
    z-index: 1001;
    top: 60%;
  }
  #main-visual #top-slider {
    height: 100vw;
    position: relative;
  }
  #main-visual #top-slider li {
    height: 100vw;
  }
  #main-visual #top-slider li:nth-child(1) {
    background: url(../img/slide01.png) center no-repeat;
    background-size: cover;
  }
  #main-visual #top-slider li:nth-child(2) {
    background: url(../img/slide02.png) center no-repeat;
    background-size: cover;
  }
  #main-visual #top-slider li:nth-child(3) {
    background: url(../img/slide03.png) center no-repeat;
    background-size: cover;
  }
  #main-visual .bx-wrapper {
    width: 100%;
    height: 100vw;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }
  #main-visual .bx-viewport {
    overflow: visible !important;
    margin: auto;
    text-align: center;
  }
  #main-visual .bx-pager {
    display: none;
  }
  #main-visual #top-slider li:nth-child(2) {
    background-position: 30% 50%;
  }

  .fix-btn {
    display: none;
  }
  .fix-btn li {
    margin-bottom: 10px;
  }
  .fix-btn li:last-child {
    margin-bottom: 0;
  }
  .fix-btn li img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  .fix-btn li:hover img {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }

  /*共通
  --------------------------------------------*/
  .txt-blc {
    text-align: left;
  }
  .txt-blc p {
    margin-bottom: 20px;
  }
  .txt-blc p:last-child {
    margin-bottom: 0;
  }

  .cmn-ttl {
    font-size: 6.4vw;
    margin-bottom: 25px;
    letter-spacing: 2px;
  }
  .cmn-ttl span {
    position: relative;
    z-index: 1;
  }
  .cmn-ttl span:before {
    z-index: -1;
  }

  .third-ttl {
    background: url(../img/thirdttl_box.png) center no-repeat;
    padding: 0 20px;
    text-align: left;
    font-size: 5.3vw;
    color: #fff;
    margin-bottom: 10px;
  }

  /*section01
  --------------------------------------------*/
  #sec01 {
    padding: 45px 0;
    background: url(../img/sec01_bg01.png) no-repeat, url(../img/sec01_bg02.png) no-repeat;
    background-position: calc(50% - 560px) 100%, calc(50% + 605px) 0;
  }
  #sec01 h3 {
    font-size: 6vw;
    margin-bottom: 35px;
  }
  #sec01 h3 span {
    display: block;
    color: #fff;
    background: #ff55b3;
    width: 140px;
    margin: 0 auto;
    font-size: 5.5vw;
    position: relative;
  }
  #sec01 h3 span:before {
    position: absolute;
    content: '';
    background: url('../img/about.png?1576129004');
    width: 214px;
    height: 83px;
    top: -75%;
    right: auto;
    bottom: auto;
    left: -60%;
    background-repeat: no-repeat;
    width: 75%;
    background-size: 100%;
  }
  #sec01 h3 em {
    color: #d5ac66;
  }
  #sec01 .txt-blc {
    margin-bottom: 60px;
  }
  #sec01 .movie {
    position: relative;
  }
  #sec01 .movie h4 {
    width: 70%;
    position: absolute;
    left: 0;
    top: -14%;
  }
  #sec01 .movie iframe{
    height: 250px;
    border: 4px solid #deccad;
    border-radius: 6px;
    box-sizing: border-box;
  }

  	/*section02
      --------------------------------------------*/
  #sec02 {
    padding: 45px 0;
    background: url(../img/sec02_bg.png);
    background-size: cover;
  }
  #sec02 .cmn-ttl em {
    font-size: 7vw;
    color: #dfc49e;
  }
  #sec02 .cmn-ttl span:before {
    position: absolute;
    content: '';
    background: url('../img/feature.png?1576129021');
    width: 235px;
    height: 67px;
    top: -56%;
    right: auto;
    bottom: auto;
    left: -30%;
    background-repeat: no-repeat;
    width: 60%;
    background-size: 100%;
  }
  #sec02 .cont-wrap {
    margin-bottom: 40px;
    position: relative;
  }
  #sec02 .cont-wrap .img-blc {
    padding: 0 2%;
    margin-bottom: 0;
  }
  #sec02 .cont-wrap:nth-child(1) .txt-blc:before {
    position: absolute;
    content: '';
    background: url('../img/num01.png?1576121650');
    width: 140px;
    height: 81px;
    top: -15%;
    right: auto;
    bottom: auto;
    left: 0;
    background-repeat: no-repeat;
    width: 25%;
    background-size: 100%;
  }
  #sec02 .cont-wrap:nth-child(2) .txt-blc:before {
    position: absolute;
    content: '';
    background: url('../img/num02.png?1576121656');
    width: 152px;
    height: 84px;
    top: -15%;
    right: auto;
    bottom: auto;
    left: 0;
    background-repeat: no-repeat;
    width: 25%;
    background-size: 100%;
  }
  #sec02 .cont-wrap:nth-child(3) .txt-blc:before {
    position: absolute;
    content: '';
    background: url('../img/num03.png?1576121662');
    width: 149px;
    height: 82px;
    top: -15%;
    right: auto;
    bottom: auto;
    left: 0;
    background-repeat: no-repeat;
    width: 25%;
    background-size: 100%;
  }
  #sec02 .cont-wrap:last-child {
    margin-bottom: 0;
  }
  #sec02 .txt-blc {
    background: #fff;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 15px 10px;
  }
  #sec02 h4 {
    font-size: 5.7vw;
    color: #966208;
    margin-bottom: 20px;
    letter-spacing: 1px;
  }
  #sec02 h4 span {
    color: #fff;
    background: #ff55b3;
    width: 45%;
    margin-right: auto;
    display: block;
    font-size: 5vw;
    text-align: center;
  }

  	/*section03
      --------------------------------------------*/
  #sec03 {
    padding: 45px 0;
  }
  #sec03 .cmn-ttl span:before {
    position: absolute;
    content: '';
    background: url('../img/eyelash.png?1576129039');
    width: 257px;
    height: 99px;
    top: -65%;
    right: auto;
    bottom: auto;
    left: -45%;
    background-repeat: no-repeat;
    width: 60%;
    background-size: 100%;
  }
  #sec03 .cont-wrap:first-child {
    margin-bottom: 40px;
  }
  #sec03 .cont-wrap .cont-inner:first-child {
    margin-bottom: 40px;
  }
  #sec03 .menu-tbl dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px dotted #413e39;
  }
  #sec03 .menu-tbl dl:first-child {
    border-top: 1px dotted #413e39;
  }
  #sec03 .menu-tbl dt {
    width: 45%;
  }

  	/*section04
      --------------------------------------------*/
  #sec04 {
    padding: 45px 0;
    background: url(../img/sec04_bg.png) center no-repeat;
    background-size: cover;
  }
  #sec04 .cmn-ttl span:before {
    position: absolute;
    content: '';
    background: url('../img/whitening.png?1576129071');
    width: 357px;
    height: 80px;
    top: -65%;
    right: auto;
    bottom: auto;
    left: -45%;
    background-repeat: no-repeat;
    width: 90%;
    background-size: 100%;
  }
  #sec04 .bnr {
    position: relative;
    margin-bottom: 30px;
  }
  #sec04 .whitening-tbl {
    background: #fff;
    margin-bottom: 40px;
  }
  #sec04 .whitening-tbl dt {
    width: 30%;
  }
  #sec04 .whitening-tbl dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px dotted #413e39;
  }
  #sec04 .whitening-tbl dl:first-child {
    border-top: 1px dotted #413e39;
  }
  #sec04 .whitening-tbl dd {
    text-align: right;
  }
  #sec04 .whitening-tbl dd span {
    color: #ff55b3;
  }
  #sec04 .txt-blc {
    background: url(../img/sec04_txtbox.png);
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #sec04 .txt-blc span {
    color: #966208;
  }
  #sec04 .txt-blc li:before {
    content: '・';
  }
  #sec04 .txt-blc .caution {
    font-size: 17px;
  }

  	/*section05
      --------------------------------------------*/
  #sec05 {
    padding: 45px 0;
    background: url(../img/sec05_bg.png) no-repeat;
    background-position: calc(50% - 605px) 100%;
  }
  #sec05 .tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 35px;
  }
  #sec05 .tab li {
    width: 48%;
    padding: 1px;
    font-size: 4vw;
    border: 1px solid #ff55b3;
    color: #ff55b3;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 5px;
  }
  #sec05 .tab li:hover {
    filter: alpha(opacity=90);
    opacity: .9;
    background: url(../img/tab_bg.png), #ff55b3;
    color: #fff;
  }
  #sec05 .tab li span {
    border: 1px solid #fff;
    padding: 5px 0;
    display: block;
    border-radius: 5px;
  }
  #sec05 .tab .active {
    background: url(../img/tab_bg.png), #ff55b3;
    color: #fff;
  }
  #sec05 .cmn-ttl span:before {
    position: absolute;
    content: '';
    background: url('../img/customer_of_voice.png?1576129089');
    width: 511px;
    height: 116px;
    top: -90%;
    right: auto;
    bottom: auto;
    left: 0;
    background-repeat: no-repeat;
    width: 60%;
    background-size: 100%;
  }
  #sec05 .voice-lists li {
    margin-bottom: 45px;
  }
  #sec05 .voice-lists li:last-child {
    margin-bottom: 0;
  }
  #sec05 .voice-lists li .thumb {
    width: 100%;
    height: 70vw;
    margin-bottom: 10px;
  }
  #sec05 .voice-lists li:nth-child(n+5) {
    display: none;
  }
  #sec05 .more-btn {
    width: 85%;
    margin: 0 auto;
    margin-top: 25px;
    padding: 2px;
    font-size: 20px;
    color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    background: url(../img/tab_bg.png), #ff55b3;
    border-radius: 5px;
  }
  #sec05 .more-btn:hover {
    filter: alpha(opacity=60);
    opacity: 0.6;
  }
  #sec05 .more-btn span {
    border: 1px solid #fff;
    padding: 10px 0;
    display: block;
    border-radius: 5px;
  }

  	/*section06
      --------------------------------------------*/
  #sec06 {
    padding: 75px 0 45px 0;
    background: url(../img/sec06_bg.png);
  }
  #sec06 .cmn-ttl {
    font-size: 6vw;
  }
  #sec06 .cmn-ttl span:before {
    position: absolute;
    content: '';
    background: url('../img/owner.png?1576129099');
    width: 191px;
    height: 66px;
    top: -120%;
    right: auto;
    bottom: auto;
    left: 0;
    background-repeat: no-repeat;
    width: 40%;
    background-size: 100%;
  }
  #sec06 .txt-blc {
    margin-bottom: 20px;
  }
  #sec06 .img-blc {
    margin-bottom: 0;
  }

  	/*section07
      --------------------------------------------*/
  #sec07 .inbox {
    padding: 45px 0;
  }
  #sec07 .cmn-ttl span:before {
    position: absolute;
    content: '';
    background: url('../img/salon_info.png?1576129129');
    width: 342px;
    height: 99px;
    top: -40%;
    right: auto;
    bottom: auto;
    left: -60%;
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100%;
  }
  #sec07 .info-tbl > dl > dd dt, #sec07 .info-tbl > dl > dd dd {
    display: inline-block;
    vertical-align: middle;
  }
  #sec07 .info-tbl > dl > dd dt {
    margin-right: 10px;
  }
  #sec07 .map {
    padding: 0 2%;
  }
  #sec07 .map iframe {
    height: 250px;
  }

  	/*section08
      --------------------------------------------*/
  #sec08 {
    padding: 45px 0;
  }
  #sec08 .cmn-ttl span:before {
    position: absolute;
    content: '';
    background: url('../img/contact.png?1576129137');
    width: 260px;
    height: 83px;
    top: -30%;
    right: auto;
    bottom: auto;
    left: -40%;
    background-repeat: no-repeat;
    width: 70%;
    background-size: 100%;
  }

  /*footer
  --------------------------------------------*/
  #footer {
    background: #d5ac66;
  }
  #footer .ft-inner {
    padding: 5px 0;
  }
  #footer .ft-nav {
    font-size: 3.2vw;
    letter-spacing: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  #footer .ft-nav li {
    text-align: left;
  }
  #footer .ft-nav li:first-child {
    margin-right: 25px;
  }
  #footer .ft-nav a {
    padding-left: 10px;
    color: #fff;
    display: block;
  }
  #footer .ft-nav a span {
    position: relative;
  }
  #footer .ft-nav a span:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px;
    right: auto;
    margin: auto;
    content: '';
    vertical-align: middle;
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #footer #copyright {
    font-size: 12px;
    color: #fff;
  }
  #footer #copyright a {
    color: #fff;
  }
}
