@charset "utf-8";
/* CSS Document */

html {
  scroll-behavior: smooth;
}

#estheFtr_Wrap{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-size:16px;
	/*font-weight: 500;*/
	line-height:1.8;
	color:#000;
	width: 100%;
    margin: 0 auto;
}
#estheFtr_Wrap img {
	width: 100%;
	height: auto;
}
#estheFtr_Wrap .clear {
	opacity: 0;
}
#estheFtr_Wrap p {
	margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}
#estheFtr_Wrap a {
	text-decoration:none;
}
#estheFtr_Wrap a:hover {
	opacity: 0.7;
}
#estheFtr_Wrap .ttxts {
	font-size: 10px;

	line-height: 1.4;
}
#estheFtr_Wrap ul {
	padding-inline-start: 0px;
	list-style: none;
}   
#estheFtr_Wrap dd {
	margin-inline-start: 0;
}   
#estheFtr_Wrap .mR20 {margin-right: 20px;}   
#estheFtr_Wrap .mL20 {margin-left: 20px;}
#estheFtr_Wrap .mt10 {margin-top: 10px;}
#estheFtr_Wrap .mt20 {margin-top: 20px;}
#estheFtr_Wrap .mt30 {margin-top: 130px;}
#estheFtr_Wrap .mb10 {margin-bottom: 10px;}
#estheFtr_Wrap .mb20 {margin-bottom: 20px;}
#estheFtr_Wrap .mb30 {margin-bottom: 130px;}

#estheFtr_Wrap .pc {display: block;}
#estheFtr_Wrap .ppc {display: block;}
#estheFtr_Wrap .sp {display: none;}
#estheFtr_Wrap .ssp {display: none;} 
@media screen and (max-width:1024px){}
@media screen and (max-width:768px){
#estheFtr_Wrap .pc {display: none;}
#estheFtr_Wrap .ppc {display: block;}  
#estheFtr_Wrap .sp {display: block;}
#estheFtr_Wrap .ssp {display: none;}   
#estheFtr_Wrap .mR20 {margin-right: 0;}   
#estheFtr_Wrap .mL20 {margin-left: 0;} 
}
@media screen and (max-width:414px){
#estheFtr_Wrap .pc {display: none;}  
#estheFtr_Wrap .ppc {display: none;} 
#estheFtr_Wrap .sp {display: block;}  
#estheFtr_Wrap .ssp {display: block;}  
}
@media screen and (max-width:320px){}

#estheFtr_Wrap .inner {
  width: 90%;
  max-width:1170px;
  margin: 0 auto;
  overflow: hidden;
  height: 100%;
  /*text-align: left;*/
}
#estheFtr_Wrap section {
  padding: 30px 0;
}
#estheFtr_Wrap section#navi {
    padding-top: 0;
}
#estheFtr_Wrap figure {
    display: block;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
}
@media screen and (max-width:414px){
#estheFtr_Wrap section {
  /*border-bottom: 1px solid #e8e8e8;*/
  padding: 0 0 20px;
}
#estheFtr_Wrap .inner {
  width: 96%;
    }  
}
#estheFtr_Wrap .clearfix::after {
	content: "";
	display: block;
	clear: both;
}
#estheFtr_Wrap #estheFtr_Kv {
    width: 100%;
    height: auto;
    background-image: url("../img/kv-bg.jpg");
    background-size: cover;
    background-position: center top;
}
#estheFtr_Wrap #estheFtr_Kv  h1 {
    display: block;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    line-height: 0;
}
#estheFtr_Wrap #infoText {
    width: 90%;
    max-width: 1000px;
    margin: 20px auto;
    display: block;
    height: auto;
    font-size: 14px;
    padding: 1.5em 0 1em;
    text-align: center;
}


/*----------- menu -----------*/
/*------- pc -------*/
#estheFtr_Wrap #navi #menu {
    width: 100%;
    margin: 0 auto;
    /*background: #ede9e1;*/
    background: #cabfa7;
    display: block;
    padding: 20px;
    box-sizing: border-box;
    z-index: 10;
}
#estheFtr_Wrap #navi #spmenu {
    display: none;    
}
#estheFtr_Wrap #navi #menu ul{
    display: flex;
    flex-wrap: wrap;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
}
#estheFtr_Wrap #navi #menu ul li a{
    display: block;
    padding: 5px 25px 3px 15px;
    background: #FFF;
    border: solid 1px #c3baa6;
    border-radius: 20px;
    color: #5a3e08;
    font-size: 12px;
    margin: 5px;
    letter-spacing: 0.05em;
    position: relative;
}
#estheFtr_Wrap #navi #menu ul li a:after{
    font-family: "FontAwesome";
    content: '\f107';
    position: absolute;
    color: #5a3e08;
    font-weight: 300;
    right: 6px;
    font-size: 10px;
    padding-top: 2px;
}
#estheFtr_Wrap .fixed {
  position: fixed;
  width: 100%;
　margin: 0 auto;
  top: 0;
  z-index: 1000;
  -webkit-backface-visibility:hidden;
 backface-visibility:hidden;
}

#estheFtr_Wrap .menu_outer {
    display: none;
}
#estheFtr_Wrap .trigger {
    display: none;
}
#estheFtr_Wrap .dropdown{
    display: block;    
}

/*-----------sp-----------*/

@media screen and (max-width:768px){
#estheFtr_Wrap {
    padding-bottom: 50px;
    }
#estheFtr_Wrap .link {
    padding-top: 0px;
    margin-top: 0px;
    }
#estheFtr_Wrap #navi #menu {
    display: none!important;
    }
    #estheFtr_Wrap #brandArea .brand-category h3 {
    font-size: 20px!important;
    }
#estheFtr_Wrap .trigger {
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 10;
    box-sizing: border-box;
    font-size: 18px;
    } 
#estheFtr_Wrap .trigger .btn-more {
    width: 100%;
    text-align: center;
    background:#333;
    padding: 10px;
    height: 50px;
    color: #FFF;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.8;
    position: relative;
    }
#estheFtr_Wrap .close,
#estheFtr_Wrap .close:hover{
    font-size: 18px;
    text-shadow: none;
    padding: 10px 0;
    padding: 10px;
    line-height: 1.8;
    background: #333;
    color: #FFF;
    opacity: 1;
    }     
#estheFtr_Wrap .close::after {
    content: 'CLOSE';
    position: absolute;
    right: 10px;
    font-size: 12px;
    font-weight: 300;
    top: 15px;
    border: solid 1px #FFF;
    border-radius: 15px;
    padding: 2px 8px 0;
    line-height: 1.4;
}    
    
    
#estheFtr_Wrap .dropdown {
    width: 100%;
    margin: 0 auto;
    background: rgba(202,191,167,0.9);
    padding: 0;
    position: fixed;
    bottom: 50px;
    z-index: 5;
    box-sizing: border-box;
    }
#estheFtr_Wrap .dropdown ul{
    display: flex;
    flex-wrap: wrap;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    justify-content: center;
    margin-top:20px;
    margin-bottom: -10px;
    }
#estheFtr_Wrap .dropdown ul li a{
    display: block;
    padding: 3px 10px 1.5px;
    background: #FFF;
    border: solid 1px #c3baa6;
    border-radius: 20px;
    color: #5a3e08;
    font-size: 12px;
    margin: 3px;
    letter-spacing: 0.01em;
    }
#estheFtr_Wrap #infoText {
    margin: 20px auto 0;
    text-align: left;
    }    
}



/*----------------------*/


#estheFtr_Wrap #brandArea {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}
#estheFtr_Wrap #brandArea .brand-category {
    width: 100%;
    font-size: 14px;
}

:target {
  scroll-margin-top: 100px;
    padding-top: 100px;
    margin-top: -100px
}

#estheFtr_Wrap #brandArea .brand-category h3 {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 24px;
    background: #f0ede2;
    line-height: 2.0;
    color: #333;
}

#estheFtr_Wrap #brandArea .brand-category .boxarea {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow: auto;
    padding: 30px;
    box-sizing: border-box;
    margin-bottom: 50px;
}
#estheFtr_Wrap #brandArea .brand-category .boxarea .c-box{
    width: calc((100% / 6) - 20px);
    box-sizing: border-box;
    display:block;
    border: solid 1px #666;
    border-radius: 8px;
    background: #FFF;
    padding: 10px;
    position: relative;
    min-width: 180px;
    margin: 0 10px;
}
#estheFtr_Wrap #brandArea .brand-category .boxarea .c-box img {
    border-radius: 6px;
} 
#estheFtr_Wrap #brandArea .brand-category .boxarea .c-box h4 {
    text-align: center;
    display: block;
    line-height: 0;
    padding-bottom: 1.8em;
    border-bottom: 1px solid #666;
    margin-top: 0.8em;
    font-size: 12px;
}
#estheFtr_Wrap #brandArea .brand-category .boxarea .c-box .tBox {
    padding-top: 0.8em;
}
#estheFtr_Wrap #brandArea .brand-category .boxarea .c-box .tBox p {
    display: block;
    margin: 0 auto;
    text-align: left;
    font-size: 12px;
    line-height: 1.6;
}
#estheFtr_Wrap #brandArea .brand-category .boxarea .c-box .tBox a {
    display: block;
    background: #8e836a;
    color: #FFF;
    width: 90%;
    padding: 5px 5px 4px;
    border-radius: 5px;
    text-decoration: none;
    bottom: 0.5em;
    margin: 10px auto 0;
    text-align: center;
    letter-spacing: 0.1em;
}
#estheFtr_Wrap #brandArea .att {
    font-size: 10px;
    text-align: right;
}

#estheFtr_Wrap .link {
    padding-top:160px;
    margin-top: -160px;
}


/*-----------iphone用のスクロール-----------*/
#estheFtr_Wrap .simplebar-content {
    padding: 30px;
    display: flex;
    flex-wrap: nowrap;
}
#estheFtr_Wrap .simplebar-scrollbar {
  height: 10px;
  background: #e0e0e0;
  border-radius: 5px;
  top: 0;
}
#estheFtr_Wrap .simplebar-content {
    background:#FFF;
    margin-left: -30px;
}
#estheFtr_Wrap .simplebar-track {
    background: #e5e5e5;
    border-radius: 10px;
}
#estheFtr_Wrap .simplebar-track .simplebar-scrollbar.simplebar-visible::before{
    opacity:1;
}
#estheFtr_Wrap .simplebar-track .simplebar-scrollbar::before{
  background: #b5b5b5;
}



/*----------------------------------------*/


@media screen and (max-width: 1000px){
    #estheFtr_Wrap #brandArea .brand-category .boxarea {
        /*overflow-x: scroll;*/
        width: 90%;
        background: #FFF;
    }
    #estheFtr_Wrap .link {
        padding-top:0;
        margin-top: 0;
    }
}


