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, sub, sup, var,
b, i,input,
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 ,strong {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background-color:transparent;
    font-weight:normal;
}




body {
    line-height:1;
    -webkit-text-size-adjust: 100%;
    font-family: "Century Gothic",Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
   color:#333333;
   -webkit-text-size-adjust:none;
   font-size: 14px;
   line-height:1.5;
}

img{
vertical-align:bottom;
max-width:100%;
-webkit-backface-visibility: hidden !important;
}


.mt10 {margin-top:10px;}
.mt20 {margin-top:20px;}
.mt30 {margin-top:30px;}
.mt40 {margin-top:40px;}
.mt50 {margin-top:50px;}
.mt60 {margin-top:60px;}
.mt70 {margin-top:70px;}
.mt80 {margin-top:80px;}
.mt90 {margin-top:90px;}
.mt100 {margin-top:100px;}
.mt110 {margin-top:110px;}
.mt120 {margin-top:120px;}
.mt130 {margin-top:130px;}
.mt140 {margin-top:140px;}
.mt150 {margin-top:150px;}
.mt160 {margin-top:160px;}
.mt170 {margin-top:170px;}
.mt180 {margin-top:180px;}
.mt190 {margin-top:190px;}
.mt200 {margin-top:200px;}

.mb10 {margin-bottom:10px;}
.mb20 {margin-bottom:20px;}
.mb30 {margin-bottom:30px;}
.mb40 {margin-bottom:40px;}
.mb50 {margin-bottom:50px;}
.mb60 {margin-bottom:60px;}
.mb70 {margin-bottom:70px;}
.mb80 {margin-bottom:80px;}
.mb90 {margin-bottom:90px;}
.mb100 {margin-bottom:100px;}
.mb110 {margin-bottom:110px;}
.mb120 {margin-bottom:120px;}
.mb130 {margin-bottom:130px;}
.mb140 {margin-bottom:140px;}
.mb150 {margin-bottom:150px;}
.mb160 {margin-bottom:160px;}
.mb170 {margin-bottom:170px;}
.mb180 {margin-bottom:180px;}
.mb190 {margin-bottom:190px;}
.mb200 {margin-bottom:200px;}

.mr10 {margin-right:10px;}
.mr20 {margin-right:20px;}
.mr30 {margin-right:30px;}
.mr40 {margin-right:40px;}
.mr50 {margin-right:50px;}
.mr60 {margin-right:60px;}
.mr70 {margin-right:70px;}
.mr80 {margin-right:80px;}
.mr90 {margin-right:90px;}
.mr100 {margin-right:100px;}
.mr110 {margin-right:110px;}
.mr120 {margin-right:120px;}
.mr130 {margin-right:130px;}
.mr140 {margin-right:140px;}
.mr150 {margin-right:150px;}
.mr160 {margin-right:160px;}
.mr170 {margin-right:170px;}
.mr180 {margin-right:180px;}
.mr190 {margin-right:190px;}
.mr200 {margin-right:200px;}

.ml10 {margin-left:10px;}
.ml20 {margin-left:20px;}
.ml30 {margin-left:30px;}
.ml40 {margin-left:40px;}
.ml50 {margin-left:50px;}
.ml60 {margin-left:60px;}
.ml70 {margin-left:70px;}
.ml80 {margin-left:80px;}
.ml90 {margin-left:90px;}
.ml100 {margin-left:100px;}
.ml110 {margin-left:110px;}
.ml120 {margin-left:120px;}
.ml130 {margin-left:130px;}
.ml140 {margin-left:140px;}
.ml150 {margin-left:150px;}
.ml160 {margin-left:160px;}
.ml170 {margin-left:170px;}
.ml180 {margin-left:180px;}
.ml190 {margin-left:190px;}
.ml200 {margin-left:200px;}

img.w10{
width:10%;
}
img.w20{
width:20%;
}
img.w30{
width:30%;
}
img.w40{
width:40%;
}
img.w50{
width:50%;
}
img.w60{
width:60%;
}
img.w70{
width:70%;
}
img.w80{
width:80%;
}
img.w90{
width:90%;
}
img.w100{
width:100%;
}

.absolute {
position: absolute;
z-index: 100;
}

.relative {
position: relative;
}

#wrap {
overflow: hidden;
display:block;
max-width:600px;
margin:0 auto;
}

.contentsSection {
position:relative;
text-align: center;
}

#main img.maintext{
    left: 5%;
    top: 8%;
}

#main img.movie_01{
    left: 0;
    width: 50%;
    bottom: 23.1%;
}
#main img.movie_02{
    right: 0;
    width: 50%;
    bottom: 23.1%;
}

#slider{
    background-image: url('../img/slider_bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 10% 0;
}

#slider .slider{
    width: 90%;
    margin: 5% auto 5%;
}

#slider .slider .slick-list{
    overflow:inherit
}

#slider .slider .slick-dots{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 3%;
}

#slider .slider .slick-dots li{
    width: 30px;
    height: 8px;
    display: block;
    margin: 0 5px;
    background-color: #bcbcbc;
}

#slider .slider .slick-dots li.slick-active{
background-color: #aa9682;
}

#slider .slider .slick-dots li:nth-of-type(1){
    border-radius: 5px 0 0 5px;
}
#slider .slider .slick-dots li:nth-last-of-type(1){
    border-radius: 0 5px 5px 0;
}


#slider .slider .slick-dots li button{
    display: none;
}

#slider .slider .slideArrow img{
    width: 12%;
    top:45%;
}


#slider .slider .slideArrow.nextArrow img{
    right: -5%;
}
#slider .slider .slideArrow.prevArrow img{
    left: -5%;
}

#pealing img.pealing_01{
    left: 0;
    top: 1.7%;
}
#pealing img.pealing_02{
    left: 0;
    bottom:11.2%;
}

#lhalha{
    background-color: #e6e6e6;
    padding-top: 10%;
}

#effect{
    background-color: #e6e6e6;
    padding: 10% 0 0;
}
#menu img.menu_01{
    left: 5%;
    top: 3%;
}
#menu img.menu_02{
    left: 5%;
    bottom:2%;
}


#voice{
    background-image: url('../img/voice_bg.png');
    background-size: 100% auto;
    background-repeat: repeat-y;
    background-position: center top;
    padding: 15% 0 0;
}

#voice img.voice_ttl{
    margin-bottom: 5%;
}

#voice img.voice_01{
    margin-bottom: -5%;
}

#voice img.voice_02{
    margin-bottom: -5%;
}

#campaign{
    padding-bottom: 10%;
}

#campaign img.campaign_after{
    left: 0;
    bottom:0;
}

#faq{
    background-image: url('../img/faq_bg.png');
    background-size: 100% auto;
    background-repeat: repeat-y;
    background-position: center top;
    padding: 6% 0 5%;
}

#faq .box{
    position: relative;
    width: 90%;
    margin:  0 auto 2%;
}

#faq .box a{
    position: relative;
    display: block;
}

#faq .box a:after{
    content: "";
    width: 5%;
    background-image: url('../img/faqArrow.png');
    display: block;
    padding-bottom: 5%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    position: absolute;
    right: 12%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

#faq .box a.open:after{
    background-image: url('../img/faqArrowOpen.png');
}


#faq .box .toggle{
    display: none;
    padding-top: 1.5%;
}


#salon img.saloninfo{
    left: 10%;
    top:24%;
}

#salon img.toTop{
    left: 40%;
    bottom:0;
}

#salon .mapBox.nakameguro{
    left: 10%;
    top: 40.4%;
    width: 80%;
}

#salon .mapBox.shibuya{
    left: 10%;
    top: 67%;
    width: 80%;
}

#salon .mapBox .relative{
    padding-top: 66%;
}

#salon a.telLink.nakameguro{
    left: 12%;
    top: 37%;
    width: 76%;
    height: 2%;
}

#salon a.telLink.shibuya{
    left: 12%;
    top: 63.8%;
    width: 76%;
    height: 2%;
}

#salon img.cv_btn.nakameguro{
    left: 5%;
    top:54%;
}

#salon img.cv_btn.shibuya{
    left: 5%;
    top:80.7%;
}



#salon .mapBox iframe{
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
}

#fixbtn{
    position:fixed;
    left: 50%;
    bottom:0;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    z-index: 900;
    width: 100%;
    max-width: 600px;
}

#fixbtn ul{
    width: 100%;
    display: flex;
}


#fixbtn ul li{
    width: 50%;
    text-align: center;
    position: relative;
}

#fixbtn ul li img{
    width: 100%;
}