@charset "UTF-8";
/*
Theme Name: ginza

*/
/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */












/* スマホ用の修正箇所 */
  @media screen and (max-width:767px) {

  #main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
    overflow: hidden;
  }

  /* swiperコンテナの幅を確実に100%に設定 */
  .swiper-container {
    width: 100% !important;
    height: 100vh !important;
    overflow: hidden !important;
    position: relative !important;
  }

  .swiper-wrapper {
    width: 100% !important;
    height: 100% !important;
    position: relative !important;
    display: flex !important;
  }

  .swiper-wrapper .swiper-slide {
    width: 100% !important;
    height: 100vh !important;
    position: relative !important;
    overflow: hidden !important;
    -webkit-backface-visibility: hidden !important;
    backface-visibility: hidden !important;
    flex-shrink: 0 !important;
  }

  /* 背景画像の設定 */
  .swiper-wrapper .s1{
    background-image:url(images/slide-1_s.jpg) !important;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }

  .swiper-wrapper .s2{
    background-image:url(images/slide-2_s.jpg) !important;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }

  .swiper-wrapper .s3{
    background-image:url(images/slide-3_s.jpg) !important;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }

  /* Swiper3のためのフェード効果修正 */
  .swiper-container-fade .swiper-slide {
    opacity: 0 !important;
    pointer-events: none !important;
  }

  .swiper-container-fade .swiper-slide-active {
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  /* #newsAreaのマージン調整 */
  #newsArea {
    margin-top: 100vh;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 2;
    background: #000;
  }
  }
a {
  word-break: break-all; }

body {
  font-size: 16px;
  line-height: 1.7;
  /* color: #2b2b2b;*/
  font-family: 'Noto Sans JP','Playfair Display','Hiragino Mincho ProN ヒラギノ明朝', sans-serif, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,sans-serif; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden; }

.alignleft {
  float: left;
  margin: 0px 15px 15px 0; }

.alignright {
  float: right;
  margin: 0px 0px 15px 15px; }

.aligncenter {
  display: block;
  margin: auto; }

#bg{
  height:100%;
background: linear-gradient(to right,rgba(190,190,190,0.2) 0%,rgba(190,190,190,0.2) 45%, #fff 45%, #fff 100%);

}

li {
  list-style: none; }



.container{
  max-width: 1200px;
}


.fix{
  position: fixed;
  right:0;
  top:50%;
  z-index: 999;
  width:50px;
}

a.instabttom{
   font-family : Playfair Display;
  font-size : 18px;
  letter-spacing : 1.8px;
  color : #FFFFFF;
  position: relative;
  padding-left: 5px;
}

a.instabttom:before{
  content: "";
  background: url(images/insta_aic.png) no-repeat center;
  display: inline-block;
  width:54px;
  height:55px;
  position: absolute;
  background-size: 45%;
  top:-15px;
  left:-40px;
}
.heading h2 span{
  font-family : 'Noto Sans JP';
  letter-spacing : 2.4px;
  color : #A27A4D;
}

p{
    font-size: 14px;
    line-height: 24.5px;
    letter-spacing: 1.4px;
     font-family: 'Noto Sans JP';
  font-size : 14px;
  line-height : 24.5px;
  letter-spacing : 1.4px;
  color : #282828;
 }

span{
   font-family: 'Noto Sans JP';
}

h1{
  font-size:1.9rem;
}

/*********** ヘッダー*******************/

#navi{
  background-color: rgba(0,0,0,0.8);
}



/*********** ナビゲーション*******************/

#navmenu1 ul li a{
   font-family : Noto Sans JP;
  font-size : 13px;
  color : #FFFFFF;
  
}

#navmenu1 ul li a.insta{
font-family : Playfair Display;
padding-left: 27px;
position: relative;
}

#navmenu1 ul li a.insta:before{
  content: "";
  background: url(images/insta_aic.png) no-repeat center;
  display: inline-block;
  width:54px;
  height:55px;
  position: absolute;
  background-size: 35%;
  top:-13px;
  left:-16px;
}



#navmenu1 ul li a:hover{
  color:#C9B279;
}

#navmenu1 ul li span{
  display: block;
  font-size: .5em;
  text-align: center;
  color: #d8d8d8;
}

.navbar-light .navbar-toggler{
 width: 50px;
height: 50px;
background: #A27A4D;
border-radius: 0;
position: absolute;
z-index: 999;
top:0px;
right:-15px;
}


.navbar-light .navbar-toggler-icon {
  background-image:none; /* この行で背景画像を無効化 */
  background-color: #fff;
  width: 40px;
  height: 2px;
  display: block;
  position: absolute;
  transition: ease .5s;
}




/* 3本のバーそれぞれの座標を設定 */
.navbar-toggler-icon:nth-of-type(1) {top:15px; left:5px;}
.navbar-toggler-icon:nth-of-type(2) {top:25px; left:5px;}
.navbar-toggler-icon:nth-of-type(3) {top:35px; left:5px;}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(1) {
top:25px;
transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(2) {
opacity: 0;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(3) {
top:25px;
transform: rotate(-45deg);
}




 #main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
    overflow: hidden;
  }

  /* swiperコンテナの幅を確実に100%に設定 */
  .swiper-container {
    width: 100% !important;
    height: 100vh !important;
    overflow: hidden !important;
    position: relative !important;
  }

  .swiper-wrapper {
    width: 100% !important;
    height: 100% !important;
    position: relative !important;
    display: flex !important;
  }

  .swiper-wrapper .swiper-slide {
    width: 100% !important;
    height: 100vh !important;
    position: relative !important;
    overflow: hidden !important;
    -webkit-backface-visibility: hidden !important;
    backface-visibility: hidden !important;
    flex-shrink: 0 !important;
  }

  /* 背景画像の設定 */
  .swiper-wrapper .s1{
    background-image:url(images/slide-1.jpg) ;
    background-position: 0px 0px !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }

  .swiper-wrapper .s2{
    background-image:url(images/slide-2.jpg);
    background-position: center center ;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }

  .swiper-wrapper .s3{
    background-image:url(images/slide-3.jpg) ;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }

  /* Swiper3のためのフェード効果修正 */
  .swiper-container-fade .swiper-slide {
    opacity: 0 !important;
    pointer-events: none !important;
  }

  .swiper-container-fade .swiper-slide-active {
    opacity: 1 !important;
    pointer-events: auto !important;
  }





#main p{
  color:#fff;
}

#catch{
  position: absolute;
  z-index: 2;
  bottom :10%;
  left:5%;
  width:600px;
}

/* スマホでのキャッチコピー位置調整 */
@media screen and (max-width:767px) {
  #catch{
    width: auto;
    left: 5%;
    right: 5%;
    bottom: 10%;
  }
  
  #main p.catch span{
    display: inline-block;
    margin-bottom: 5px;
    font-family: Noto Sans JP;
    font-size: 24px;
    line-height: 40px;
    color: #FFFFFF;
    background: #A27A43;
    padding: 5px 10px;
  }
  
  #main p.read {
    font-size: 13px;
    line-height: 26px;
    margin-bottom: 0;
  }
}


#main p.catch{
  font-size: 16px;
  color:#fff;
 
}


#main p.catch span{
  display:inline-block;
  margin-bottom: 5px;
  font-family : Noto Sans JP;
  font-size : 36px;
  line-height : 67px;
  color : #FFFFFF;
  background: #A27A43;
   opacity: 0.7;
/*  border-bottom:1px solid #A27A43;*/
   }


#main p.read{
	 font-size : 20px;
  line-height : 40px;
  letter-spacing : 2px;
  color : #FFFFFF;
  color : rgb(255, 255, 255);

}

/*********** 汎用背景*******************/
.bg-area{
background: #000;
}

.bg-area p{
  color:#fff;
}

#flow .bg-area h4{
color:#fff;
}



/*********** 汎用タイポ*******************/

.heading h2{
font-family : Noto Sans JP;
  font-size : 36px;
/***  letter-spacing : 14.4px;
*color : #A27A43;*****/
}

.heading h2 span{
 font-family : Noto Sans JP;
  font-size : 13px;
  line-height : 40px;
  letter-spacing : 7.8px;
}


.heading h2 span:before{
  content: "/";
  display: inline-block;
}


.heading .ttl{
font-family: 'Allura', serif;
  font-weight: 400;
  font-style: normal;
color: #a27A4D;
letter-spacing: 10px;
}

.heading .ttl09{
color: #a27A4D;
opacity:0.4;
font-family: 'Roboto', cursive;
font-weight: bold;
font-size: 6em;

}


.heading  span.line {
    border-bottom: 1px solid #a27A4D;
    padding-bottom: .9em;
}


/*********** ボタン汎用 *******************/
a.btnTop{
  display:block;
  font-size:14px;
 border:1px solid #fff;
width:240px;
 color: #fff;
 position: relative;
 box-sizing: border-box;
line-height : 40px;
letter-spacing : 1.4px;
text-align: center;
/**background: #000;**/
}

a.btnTop:after{
 display: inline-block;
  content: "";
  width:8px;
  height:8px;
  border-right:1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  top:40%;
  right:20%;
  margin-left: 2px;
  margin-bottom: 1px;
}

a.btnTop:hover{
  background: #4C4C4C;
  text-decoration: none;
  color: #fff;
}


a.btnTop:hover:after{
  border-right:1px solid #fff;
  border-bottom: 1px solid #fff;
}

a.btnTopb{
  display:block;
  font-size:14px;
 border:1px solid #000000;
width:240px;
 color: #000000;
 position: relative;
 box-sizing: border-box;
line-height : 40px;
letter-spacing : 1.4px;
text-align: center;
/**background: #000;**/
}

a.btnTopb:after{
 display: inline-block;
  content: "";
  width:8px;
  height:8px;
  border-right:1px solid #000000;
  border-bottom: 1px solid #000000;
  transform: rotate(-45deg);
  top:40%;
  right:20%;
  margin-left: 2px;
  margin-bottom: 1px;
}

a.btnTopb:hover{
  background: #4C4C4C;
  text-decoration: none;
  color: #000000;
}


a.btnTopb:hover:after{
  border-right:1px solid #000000;
  border-bottom: 1px solid #000000;
}






/***********Newsお知らせ*******************/

#newsArea{
  background: #000;
  position: relative;
  z-index: 2;
  margin-top: 100vh;
}



#newsArea a{
   color: #fff; 
}

#newsArea th{
  font-size: 14px;
  font-weight: normal;
  letter-spacing : 1.4px;
  color: #fff;
}

#newsArea table td p{
  font-size : 14px;
  line-height : 24.5px;
  letter-spacing : 1.4px;
  color : #fff;
  margin-bottom: 0;
}

#newsArea a.btnTop{
  width:220px;
}


/***********ABOUT USヒロ銀座とは*******************/

#aboutArea {
  position: relative;
  z-index: 2;
	background: #fff;
}

#aboutArea .heading span.ttl,
#shavingAboutArea .heading span.ttl
{
font-family : Noto Sans JP;
  font-weight : bold;
  font-size : 14px;
  letter-spacing : 8.4px;
  color : #A27A43;
  color : rgb(162, 122, 67);
}

#aboutArea .heading h2,
#flow .heading h2
{
font-family : Noto Sans JP;
  font-size : 28px;
  line-height : 40px;
  letter-spacing : 5.6px;
  color : #282828;
  }
#flow .heading h2
{
font-family : Noto Sans JP;
  font-size : 28px;
  line-height : 40px;
  letter-spacing : 5.6px;
  color : #FFFFFF;
  }  




#aboutArea .heading h2 span,
#shavingAboutArea .heading h2 span
{
border-bottom: 1px solid #A27A4D;
font-family : Noto Sans JP;
  font-size : 28px;
  line-height : 40px;
  letter-spacing : 5.6px;
  color : #282828;
}

#aboutArea .heading h2 span:before{
  content:none;
}

#blog ul li a img{
  max-width: 100%;
  height: auto;
}




/****************Featuresヒロ銀座が選ばれる6つの特徴**********************/

@media (min-width: 576px){
 #reasonArea ul li.col-sm-4 {
    -ms-flex: 0 0 360px;
    flex: 0 0 360px;
    padding-right:0;
    padding-left: 0; 
   }
#reasonArea ul li {
    padding-bottom: 2em;
    /**background: #fff;**/
    margin-bottom: 1rem;
}

 }



#reasonArea {
background: #020024;
background: linear-gradient(90deg,rgba(2, 0, 36, 1) 0%, rgba(53, 53, 61, 1) 35%, rgba(74, 70, 70, 1) 100%);
position: relative;
z-index: 2;
}

#reasonArea ul li{
  padding-bottom: 2em;
}

/*白余白の調整*/

#reasonArea .readmore{
  text-align: right;
  color: #A27A4D;
  background: transparent;
  border:none;
  border-bottom:1px solid #A27A4D;
  outline: none;
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-top: 20px;
}

#reasonArea .readmore.open{
  position: absolute;
  right:5px;
  bottom:-10px;
}



/*選ばれる理由*/
#reasonArea p.reason{
overflow: auto;
height:auto;
color: #A27A43;
font-size: 14px;
font-weight: bold;
padding:0 30px;
margin-bottom: 0;
}


/*タイトル*/
#reasonArea h3.ttl{
  font-family : Noto Sans JP;
  font-size : 24px;
  line-height : 36px;
  letter-spacing : 2.4px;
 color : #FFFFFF;
		
 /* color : #282828;
  color : rgb(40, 40, 40);*/
  padding: 0 30px;
}

/*◆◆◆◆◆◆pcの場合のマージン調整◆◆◆◆◆◆◆◆◆◆◆◆◆*/

@media screen and (min-width:768px){

#reasonArea ul li:nth-child(1) h3.ttl{
margin-bottom:40px;
}

#reasonArea ul li:nth-child(2) h3.ttl{
margin-bottom:0px;
}


#reasonArea ul li:nth-child(3) h3.ttl{
margin-bottom:70px;
}

#reasonArea ul li:nth-child(4) h3.ttl {
    margin-bottom: 35px;
}

#reasonArea ul li:nth-child(5) h3.ttl {
    margin-bottom: 0px;
}


#reasonArea ul li:nth-child(6) h3.ttl {
    margin-bottom: 35px;
}

#effectArea ul li h3.ttl.b2 {
    margin-bottom: 35px;
}




}
/*◆◆◆◆◆◆pcの場合のマージン調整◆◆◆◆◆◆◆◆◆◆◆◆◆*/



#reasonArea .fopen {
    padding: 0 30px;
    display: none;
}

/*js閉じるときの開閉　本文*/
#reasonArea .fopen.open {
    display: block;
}

/*js閉じるときの開閉*/
#reasonArea .bg-white p.fopen.open{

}

#reasonArea a.btnTop{
  margin:auto;
  width:360px;
  line-height: 40px;
  padding:5px 0;
}



/*****************Menuメニュー*********************/

#menuArea {
  position: relative;
  z-index: 2;
}
.back_black{
background-color: #000;

}
.text_white{
  color: #FFF!important;
}
.text_black{
  color: #000!important;
}
.back_white{
  background-color: #FFF!important;


}
#menuArea .heading span.ttl{
font-family : Playfair Display;
  font-weight : bold;
  font-size : 14px;
  letter-spacing : 8.4px;
  color : #A27A43;
  color : rgb(162, 122, 67);
}

#menuArea .heading h3{
font-family : Noto Sans JP;
  font-size : 28px;
  line-height : 40px;
  letter-spacing : 5.6px;
  color : #282828;
  color : rgb(40, 40, 40);
  
}

/*****************
#menuArea .heading h3 span{
border-bottom: 1px solid #A27A4D;
padding-bottom: .5em;
}
*********************/



/*****************blog*********************/

#blog {
  position: relative;
  z-index: 2;
	background: #fff;
}

#blog .heading  h2{
font-family: 'Playfair Display', serif;
/*color: #A27A4D;*/
font-size: 36px;
letter-spacing: 14.4px;
}

#blog .heading  h2 span{
  font-size: 13px;
  color: #282828;
  letter-spacing: 7.8px;
}



#blog ul.time li{
  font-size: 14px;
 color: #A27A4D;
  line-height : 40px;
  letter-spacing : 2.8px;

}

#blog ul li a{
  position: relative;
  color : #A27A4D;
}

#blog ul li p.ttl a{
  color: #282828;
  font-size : 14px;
  line-height : 24.5px;
  letter-spacing : 1.4px;
}



#blog ul li a p.blog{
  position: absolute;
  display: inline-block;
  padding:.2em;
  right:0px;
  background-color: #fa0046;
  color:#fff;
}

#blog ul li a p.column{
  position: absolute;
  display: inline-block;
  padding:.2em;
  right:0px;
  background-color: #fa0046;
  color:#fff;
}



/**************footer************************/



#footer{
  background: #000;
  padding:3em 0  2em;
  position: relative;
  z-index: 2;
}


#company .CONTENTS{
 font-size: 14px;
 margin-bottom: 0;
 color:#fff;
}

#company .box{
border-bottom: 1px solid #A27A4D;
}


#footer #footerMenu li a {
  color:#fff;
    margin: 5px;
    padding-left:15px;
    text-decoration: none;
    position: relative;
     font-size : 14px;
  line-height : 24.5px;
  letter-spacing : 1.4px;
}

#footer #footerMenu li a:before {
    position: absolute;
    top: 9px;
    left: 5px;
    content: "";
    width: 5px;
    height: 5px;
    border-right: 1px solid #A27A4D;
    border-bottom: 1px solid #A27A4D;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


#footer a.btnTop{
width:156px;

}

/****************下層ページ**********************/

#Blog .heading h2,#newsblock h2{
  font-size: 28px;
}



/****************シェービングページ***/


.btnTop.shop{
width:360px;
margin: auto;
padding:6px 0;
border-radius: 29px;
}


.feature{
color: #A27A4D;
font-size: 14px;
}



/******ヘッダー*****/
.headerBg{
background: url(images/header_shaving.jpg) no-repeat;
background-size: cover;
padding: 7em 0 4em;
}

.headerBg.blog_category{
background: url(images/header_blog.png) no-repeat center;
background-size: cover;
}

.headerBg.shop{
background: url(images/header_shop.png) no-repeat center;
background-size: cover;
}


.headerBg.spa{
background: url(images/header_spa.png) no-repeat center;
background-size: cover;
}

.headerBg.grooming{
background: url(images/header_grooming.png) no-repeat center;
background-size: cover;
}

.headerBg.face{
background: url(images/header_face.png) no-repeat center;
background-size: cover;
}

.headerBg.first{
background: url(images/header_first.png) no-repeat center;
background-size: cover;
}

.headerBg.concept{
background: url(images/header_concept.png) no-repeat center;
background-size: cover;
}

.headerBg.news{
background: url(images/header_news.png) no-repeat center;
background-size: cover;
}

.headerBg.shaving{
background: url(images/header_shaving.png) no-repeat center;
background-size: cover;
}



.headerBg h1{
letter-spacing:15px;
font-size: 36px;
}

.headerBg h1 span{
  display: block;
  font-size:16px;
}


.gray_out{
 background-color: rgba(0,0,0,0.6);
padding:3em 0 4em;
}


#featuresArea h3{
  font-size: 24px;
}



#shavingAboutArea .heading h2{
  font-family : Playfair Display;
  font-size : 36px;
/**  letter-spacing : 14.4px;
 color : #A27A4D;**/
 }

#shavingAboutArea .heading h2 span{
  font-family : Noto Sans JP;
  font-size : 13px;
  line-height : 40px;
  letter-spacing : 7.8px;
  color : #282828;
}



/***************シェービングの効果***********************/
#effectArea
{

}


#effectArea p.point{
font-family: 'Playfair Display', serif;
color: #A27A43;
font-size: 18px;
font-style: italic;
border-bottom: 1px solid #A27A43; 
display: inline-block;
padding-bottom: 0;
line-height: 1.2; 
}

#effectArea p.point span{
  font-size: 2em;
}

#effectArea h4{
  color: #A27A4D;
}

.openClose{
  display: none;
}

/*追加*/

#effectArea.bg-area .reason{
color: #A27A43;
}

#effectArea.bg-area h3.ttl{
color: #A27A43;
}


/********ご一読ください**/
#readArea h3{
 font-weight : bold;
  font-size : 14px;
  line-height : 21px;
  letter-spacing : 1.4px;
  color : #282828;
  color : rgb(40, 40, 40);
  position: relative;
  padding-left: 25px;
}

#readArea h3:before{
  content:"●";
  color: #a27A4D;
  position: absolute;
  left:3px;
}

#readArea .text-danger{
  color:#A27A43 !important;
}

#readArea p,#readArea ol{
  font-size : 12px;
  line-height : 21px;
  letter-spacing : 1.2px;
  color : #282828;
  color : rgb(40, 40, 40);
}

/********シェービングメニュー**/

#menuArea.shaving{
  padding:20px 105px;
}

#menuArea.shaving .col-sm-6{
  padding-right: 40px;
  padding-left: 40px;
}


#menuArea.shaving .heading h3 {
  font-size : 24px;
  line-height : 40px;
  letter-spacing : 4.8px;
  color : #282828;
  color : rgb(40, 40, 40);
}

#menuArea.shaving .heading span.ttl {
  font-family : Playfair Display;
  font-weight : bold;
  font-size : 14px;
  letter-spacing : 8.4px;
  color : #A27A4D;
  color : rgb(201, 178, 121);
}

#menuArea.shaving p.fee{
    font-size : 16px;
  line-height : 28px;
  letter-spacing : 1.2px;
  color : #282828;
  margin-bottom: 0;
 }

#menuArea.shaving p.time{
    font-size : 12px;
  line-height : 28px;
  letter-spacing : 1.2px;
  color : #282828;
 }


#menuArea.shaving .price{
  border-top:1px solid #a27A4D;
  border-bottom:1px solid #a27A4D;
}

#menuArea.shaving .price table{
  width:90%;
margin:auto;  
}

#menuArea.shaving .price table th{
  text-align: right;
  padding:5px;
}
#menuArea.shaving .price table th{
    padding:5px;
}

h4.osusume{
  color: #A27A43;
  border:1px solid #A27A43;
  display: inline-block;
    font-size: 14px;
    border-radius: 20px;
    width:200px;
    padding:7px 0;
    text-align: center;
}

#menuArea.shaving dt{
background:#A27A43;
padding: 6px 0 6px 20px;
font-size : 14px;
line-height : 40px;
letter-spacing : 1.4px;
color : #fff;
position: relative;
}

#menuArea.shaving dd{
 padding:.5em 0 .5em .8em; 
}




#menuArea.shaving dt:before {
    content: "";
    position: absolute;
    left: auto;
    top: 50%;
    right: 10px;
    width: 15px;
    height: 2px;
    transform: rotate(90deg);
    background: #fff;
    transition: all .3s ease-in-out;
}
#menuArea.shaving dt:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 15px;
    height: 2px;
    background: #fff;
    transition: all .2s ease-in-out;
}


#menuArea dt.open:before {
    transform: rotate(180deg);
}

#flow .readmore{
display: none;
}


#menuArea .detail{
  background-color: 
}

#menuArea.shaving .detail dd h4{
  font-size : 14px;
  line-height : 24.5px;
  letter-spacing : 1.4px;
  color : #282828;
  padding-bottom: .5em;
  border-bottom:1px solid #a27A4D;
  font-weight: bold; 
}

#menuArea .detail dd .fee{
  font-size: 16px;
   line-height : 28px;
  letter-spacing : 1.2px;
}

#menuArea .detail dd .fee span{
  font-size: 12px;
  line-height : 28px;
  letter-spacing : 1.2px;
}




/*ブログ*/
#blog .category a{
position: relative;
} 

#blog .category a:before{
  content: "│";
  display: inline-block;
}


/********flow**/

#flow h3.ttl{
  font-size: 14px;
}
#flow h3.ttl span{
  font-size: 48px;
  font-style: italic;
}

#flow h4{
   font-size : 28px;
  line-height : 40px;
  letter-spacing : 5.6px;
  color : #282828;
  color : rgb(40, 40, 40);
}
#flow h4 span.small{
font-size:.5em
}



#flow h4 span{
  padding-bottom: .5em;
}

#shopssArea {
  padding :20px 195px;
}
/********よくあるご質問s**/

#faqArea {
  padding :20px 195px;
}

#faqArea .san{
 font-family: 'Noto Sans JP',Verdana;
 font-weight: normal;
}

/*#faqArea .detail{
  width:860px;
 margin:auto; 
}*/


#faqArea dt{
  background:#A27A43;
  padding: .8em 1.5em .8em 1.5em;
  position: relative;
  color:#fff;
}

#faqArea dd{
  background:#fff;
  position: relative;
  padding: .8em 1em .8em 1em;
  color:#282828;

}


#faqArea dt span{
position: absolute;
left:6px;
}

#faqArea dd span{
position: absolute;
left:6px;
}



#faqArea dt:before {
    content: "";
    position: absolute;
    left: auto;
    top: 50%;
    right: 10px;
    width: 15px;
    height: 2px;
    transform: rotate(90deg);
    background: #fff;
    transition: all .3s ease-in-out;
}
#faqArea dt:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 15px;
    height: 2px;
    background: #fff;
    transition: all .2s ease-in-out;
}


#faqArea dt.open:before {
    transform: rotate(180deg);
}




.breadcrumbs{
  background-color: #A27A43;
 color:#fff;
}

.breadcrumbs a{
  color: #282828;
  color:#fff;
}


#bottomBtn .yoyaku{
  background: rgba(0,0,0,0.8);
  border-right:1px solid #fff;
}


#bottomBtn .otameshi{
  background: rgba(0,0,0,0.8);
 border-left:1px solid #fff;
}



#bottomBtn .otameshi a{
position: relative;
display:inline-block;
padding: 1em 0;
}



#bottomBtn .yoyaku a{
position: relative;
display:inline-block;
padding: 1em 0;
}

#bottomBtn .yoyaku a:before{
  display: inline-block;
/*position: absolute;
left:-5px;*/
/*content:"";*/
width:53px;
height:30px;
/*background: url(images/aic_yoyaku.png) no-repeat center;*/
background-size: 60%;
padding-top:5px; 
}



/***************ブログカテゴリーページ***********************/

#blog_category ul.time li {
    font-size: 14px;
    color: #a27A4D;
    line-height: 40px;
    letter-spacing: 2.8px;
    color: #A27A43;
}
#blog_category ul.time li a{
      color: #A27A43;
}



#blog_category h4.ttl {
    color: #282828;
    font-size: 14px;
    line-height: 24.5px;
    letter-spacing: 1.4px;
    font-weight: bold;
}

#blog_category p.description {
    color: #282828;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 1.4px;
  }

#blog_category a{
  color:#282828;
}

#bolg_side h3{
  padding: 5px 0 5px 15px;
    font-family: Noto Sans JP;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 2.4px;
    color: #282828;
    border-bottom: 1px solid #a27A4D;
}



/*ページネーション*/
.pagination a {
padding: 1px 8px;
display: inline-block;
border: solid 1px #cccccc;
color: #666666;
background-color: #ffffff;
font-size: 1em;
text-decoration: none;
}
.pagination a:hover {
background-color: #A27A4D;;
}
.pagination span {
padding: 1px 8px;
display: inline-block;
}
.pagination span.current {
color: #ffffff;
font-size: 1em;
background-color: #A27A4D;;
border: 1px solid #A27A4D;;
}
 
.pagination {
position:relative !important;     
overflow: hidden;
margin-top: 40px;
margin-bottom: 20px;  
text-align: center;
clear: both;
background-color: transparent;
}
 
.pagination h2.screen-reader-text { display: none; }


/***************news 新着***********************/

/*.container#newsblock{
  padding-right: 115px;
    padding-left: 115px;

}
*/





/**************************************/




/**************************************/
/*********** 下層ページ*******************/
/**************************************/
/*************下層テンプレート****************/

/*************step****************/


/*************bg-end****************/





/***********pagenation*******************/


.page-numbers li {
   margin-right: 10px;
    display: inline-block;
}

.page-numbers li span.current {
    padding: 1px 10px;
    color: #ffffff;
    font-size: 1.19em;
    background-color: #000;
    border: 1px solid #000;
    display: block;
  }


/***********swiper*******************/

 .swiper-button-next, .swiper-button-prev {
top:30% !important;
  }
 .swiper-container-horizontal>.swiper-pagination-bullets{
   bottom: -1px !important;
  }

/***********店舗一覧*******************/

#shoplink ul{
padding-left: 100px;
padding-right:100px; 
}

#shoplink ul li{
  padding:5px 10px;
	margin-bottom: 10px;
  display: inline-block;
    font-size: 16px;
    border-radius: 20px;
    border: 1px solid #A27A4D;
    color: #282828;
    position: relative;
    box-sizing: border-box;
    letter-spacing: 1.4px;
    text-align: center;
  width:130px;
  margin-right: 5px;
}



#shoplink ul li:hover{
  background: #A27A4D;
    text-decoration: none;
    color: #fff;
}



@media(max-width:767px){
    #shoplink ul li:nth-child(3n) {
        margin-right: 0px;
    }
}





  #shopArea div.shopBox{
    display: none;
    }

/*  #shopArea div.shopBox .d-inline-block{
     padding:50px 40px;
    background: url(images/shop_right.png)no-repeat right top,url(images/shop_left.png)no-repeat left bottom;
  margin:15px 0; 
  }

*/


#shopArea.container{
  padding-right: 100px;
    padding-left: 100px;
} 

.shopBox .heading,.shop-title{
  background-color: #000;
  padding:5px 0;
  margin-bottom: 1rem;
  color:#fff;
}



#blog_category img,#Blog img{
max-width: 100%;
height: auto;
}

h3.strong{
  font-size: 1.2rem;
  font-weight: bold;
}

/* add */
.inview-element {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease;
}

.inview-element.inview-active {
    opacity: 1;
    transform: translateY(0);
}

#top{
	background: #fff;
}
.about-video{
}
.about-text{
	margin-left: -7%;
	background: #fff;
}
.about-text .heading{
	background: #fff;
	padding: 10px;
}
.line .anim{
	background: #fff;
	padding: 10px;
}
.about-text-p{
	background: #fff;
	padding: 10px;
}
.makerline{
	background: linear-gradient(transparent 70%, #A27A43 70%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  line-height: 1;
  transition: background-size 1s ease-in-out;
  display: inline-block;
  padding: 2px 4px;
}
.makerline.is-animated{
	animation: animateBackground 1s ease-in-out forwards;
  background-size: 100% 100%;
}
@keyframes animateBackground {
  0% {
    background-size: 0 100%;
  }
  100% {
    background-size: 100% 100%;
  }
}
.endcontent {
	position: relative;
	z-index: 2;
	background: #fff;
}
.endcontent p{
	padding-bottom: 10px;
	margin-bottom: 0;
}
footer p{
	padding-bottom: 10px;
	margin-bottom: 0;
}
.footer-text{
	background: #fff;
	position: relative;
	z-index: 2;
}
/* add end */

/* メニューセクションのアニメーション */
.menu-img-container {
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 1.2s ease-in-out, transform 1.2s ease-in-out;
  transition-delay: 0.5s;
  position: relative;
  overflow: hidden;
}

.menu-img-container.is-animated {
  opacity: 1;
  transform: translateX(0);
}

/* 右から写真、左からテキストのアニメーション */
.menu-img-container.reverse {
  opacity: 0;
  transform: translateX(100px);
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
  transition-delay: 0.5s;
}

.menu-img-container.reverse.is-animated {
  opacity: 1;
  transform: translateX(0);
}

.menu-text {
  opacity: 0;
  transform: translateX(100px);
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
  transition-delay: 0.8s;
  position: relative;
  overflow: hidden;
}

.menu-text.is-animated {
  opacity: 0.8;
  transform: translateX(0);
}

/* 左からテキストのアニメーション */
.menu-text.reverse {
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
  transition-delay: 0.8s;
}

.menu-text.reverse.is-animated {
  opacity: 0.8;
  transform: translateX(0);
}

/*sumaho*/
@media screen and (max-width:767px) {

#main {
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

/* swiperコンテナの幅を確実に100%に設定 */
.swiper-container {
  width: 100% !important;
  height: 100vh;
  overflow: hidden;
}

.swiper-wrapper {
  width: 100% !important;
}

.swiper-wrapper .swiper-slide {
  width: 100% !important;
  height: 100vh;
  /* 1つのスライドのみ表示 */
  display: block !important;
}

/* アクティブでないスライドを非表示 */
.swiper-wrapper .swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important;
  visibility: hidden !important;
}

/* アクティブなスライドの表示を確実にする */
.swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
}

/* 背景画像の位置を強制調整 */
.swiper-wrapper .s1{
  background-image:url(images/slide-1_s.jpg);
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.swiper-wrapper .s2{
  background-image:url(images/slide-2_s.jpg);
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.swiper-wrapper .s3{
  background-image:url(images/slide-3_s.jpg);
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

/* #newsAreaのマージン調整 */
#newsArea {
  margin-top: 100vh;
  width: 100%;
  overflow: hidden;
}

/* コンテナの幅を統一 */
.container-fluid {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.container {
  width: 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

p{
  font-size : 13px;
  line-height : 22.75px;
  letter-spacing : 1.3px;
  color : #282828;
  color : rgb(40, 40, 40);
 }


/*汎用ボタンの調整*/
a.btnTop {
   width: auto;
  padding: 5px 0;
  font-size : 13px;
  line-height : 40px;
  letter-spacing : 1.3px;
}
a.btnTop.fk,a.btnTop,#reasonArea a.btnTop{
 padding: 0;
 display: block;
 padding:2.3px  0;
 text-align: center;
}



.swiper-wrapper .s1{
  background-image:url(images/slide-1_s.jpg);
  background-position: top top !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.swiper-wrapper .s2{
  background-image:url(images/slide-2_s.jpg);
  background-position: top top !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.swiper-wrapper .s3{
  background-image:url(images/slide-3_s.jpg);
  background-position: top top !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}




/*キャッチコピーの調整*/
#main p.read {
    font-size: 13px;
    line-height: 26px;
    margin-bottom: 0;
}

/*メインの調整*/
#catch{
  width:auto;
}


/*ナビゲーションの調整*/
.navbar{
  padding:0;
}

#navmenu1  ul li{
  border-bottom:1px solid #a27A4D;
}    


#navmenu1  ul li a{
font-size : 13px;
  line-height : 27px;
  letter-spacing : 1.3px;
  color : #fff;
 
}
#navmenu1 {
  position: absolute;
  top:100%;
  background: rgba(0,0,0,0.8);
  right:-18px;
  z-index: 999;
  padding:10px 16px 10px;
  }

.nav-link{
  padding: 0;
  padding-bottom: 5px;
}


/*フォント*/

.heading h2{
font-family : 'Playfair Display','Noto Sans JP';
  font-size : 28px;
  letter-spacing : 5.6px;
  /*color : #A27A4D;*/
  
}


.heading h2 span{
  font-family : 'Noto Sans JP';
  font-size : 12px;
  line-height : 40px;
  letter-spacing : 2.4px;
  color : #A27A4D;
}

.heading h2 span:before{
    content: none;
}

#menuArea .heading h3 {
    font-family : 'Noto Serif JP';
  font-size : 20px;
  line-height : 40px;
  letter-spacing : 4px;
  color : #282828;
 }

.about-text{
	margin-left: 0;
	background: #fff;
}
/*ボタンの調整*/
#reasonArea a.btnTop{
  width:auto;
}

#company .box{
border-bottom: none;
}



#newsArea .heading h2 {
 font-family : Playfair Display;
  font-size : 28px;
  letter-spacing : 5.6px;
      }
#newsArea .heading h2 span {
   font-family : 'Noto Serif JP';
  font-size : 12px;
  line-height : 40px;
}


/****Featuresヒロ銀座が選ばれる6つの特徴**********/

#reasonArea .heading h2 {
     font-family : Playfair Display;
  font-size : 28px;
  letter-spacing : 5.6px;
    }
#reasonArea .heading h2 span {
      font-size : 12px;
  line-height : 40px;
  letter-spacing : 2.4px;
}

/*選ばれる理由*/
#reasonArea p.reason {
 font-size : 12px;
 line-height : 40px;
 letter-spacing : 2.4px;
 margin-bottom: 0;
 padding: 0 5px;
}


#reasonArea h3.ttl {
  padding: 0 5px;
   font-family : Noto Sans JP;
  font-size : 16px;
  line-height : 28px;
  letter-spacing : 1.6px;
  color:#fff;
  
  
}
#reasonArea p.fopen {
    padding: 0 5px;
    color:#fff;
}

#reasonArea .bg-white p.fopen {
   padding: 0 5px;
    overflow: auto;
    height: auto;
    margin-bottom: -15px;
}

/*js閉じるときの開閉*/
#reasonArea .bg-white p.fopen.open{
color:#fff;
}


/*スマホ版JS関連もっと見る隠す*/


#reasonArea .readmore{
  font-size: .75rem;
  bottom: 1%;
  margin-bottom:0;
  position: absolute;
  right:1px;
}


#reasonArea ul li.col-6{
  padding-right: 5px;
  padding-left: 5px;
  position: relative;
}

#reasonArea .readmore.open{
  position: absolute;
  right:5px;
  bottom: 15px;
}




#reasonArea .readmore{
  font-size: .75rem;
  bottom: 1%;
  font-family : Noto Sans JP;
  font-size : 14px;
  line-height : 24.5px;
  letter-spacing : 1.4px;
 
}


#reasonArea ul li.col-6{
  padding-right: 5px;
  padding-left: 5px;
}

#reasonArea .bg-white{
  background:transparent !important; 
}

#reasonArea ul li:nth-child(3) h3.ttl{
  margin-bottom: 0;
}

#reasonArea ul li:nth-child(4) h3.ttl{
  margin-bottom: 27px;
}

#reasonArea ul li:nth-child(4) h3.ttl{
  margin-bottom: 30px;
}

#blog .heading h2 {
  font-family : Playfair Display;
  font-size : 28px;
  letter-spacing : 5.6px;
/*  color : #A27A4D;*/
}

#reasonArea.face ul li:nth-child(2) h3.ttl{
margin-bottom:40px;
}


#blog .heading h2 span{
   font-family : 'Noto Sans JP';
  font-size : 12px;
  line-height : 40px;
  letter-spacing : 2.4px;
  color : #282828;
}

#blog ul.time li {
   font-family : 'Noto Sans JP';
  font-size : 13px;
  line-height : 22.75px;
  letter-spacing : 2.6px;
  color : #A27A4D;
 
}

/*シェービングのタイトルの調整*/

#menuArea.shaving .heading h2{
   font-family : 'Playfair Display','Noto Sans JP';
  font-size : 28px;
  letter-spacing : 5.6px;
  color : #A27A4D;
 }

#menuArea.shaving .heading h2 span{
   font-family : 'Noto Sans JP';
  font-size : 12px;
  line-height : 40px;
  letter-spacing : 2.4px;
  color : #282828;
  color : rgb(40, 40, 40);
}


#menuArea.shaving .heading h3{
  font-size : 20px;
  line-height : 40px;
  letter-spacing : 4px;
  color : #28282C;
  color : rgb(40, 40, 44);
}





#newsArea table th,#newsArea table td{
display: block;
}


.openClose {
display:block;
    background:#A27A43;
    color: #282828;
    padding: 5px 0 5px 15px;
    position: relative;
    margin-bottom: 1rem;
    width:335px;
    margin: 5px auto 5px;
}


.openClose h3{
  font-size : 13px;
  line-height : 40px;
  letter-spacing : 1.3px;
  color : #fff;
 margin-bottom: 0;
}

.openClose:before {
    content: "";
    position: absolute;
    left: auto;
    top: 50%;
    right: 10px;
    width: 15px;
    height: 2px;
    transform: rotate(90deg);
    background: #fff;
    transition: all .3s ease-in-out;
}
.openClose:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 15px;
    height: 2px;
    background: #fff;
    transition: all .2s ease-in-out;
}

#blog .category a:before{
  content: none;

}


#shavingAboutArea .heading h2{
   font-family : 'Playfair Display','Noto Sans JP';
  font-size : 28px;
  letter-spacing : 5.6px;
  color : #A27A4D;
 }

#shavingAboutArea .heading h2 span{
 font-family :'Noto Sans JP';
  font-size : 12px;
  line-height : 40px;
  letter-spacing : 2.4px;
  color : #282828;
  color : rgb(40, 40, 40);
}




.openClose.open:before {
    transform: rotate(180deg);
}
#faqArea dt {
  padding: 15px 20px 15px 45px;
  font-family : 'Noto Sans JP';
  font-size : 13px;
  line-height : 19.5px;
  letter-spacing : 1.3px;
  color : #fff;
    
}



#menuArea .price table th {
padding: 0;
white-space: nowrap;
text-align: left;
padding-right: 5px;
}

#menuArea .price table td{
padding-right: 5px;
  text-align: left;
}

#flow h3.ttl{
  font-size: 10.47px;
}
#flow h3.ttl span{
  font-size: 27.9px;
  font-style: italic;
}


#flow .heading .ttl {
    letter-spacing: 5px;
}


#flow h4 {
  font-size : 13px;
  line-height : 34.93px;
  letter-spacing : 2.6px;
}



#readArea{
  margin-top: 20px;
}

#readArea h2 {
  font-family : Playfair Display;
  font-size : 28px;
  letter-spacing : 5.6px;
  color : #A27A4D;
 }

#readArea h2 span{
 font-family : 'Noto Sans JP';
  font-size : 12px;
  line-height : 40px;
  letter-spacing : 2.4px;
  color : #282828;
  color : rgb(40, 40, 40);
}




#flow .readmore{
  display: block;
color: #A27A43;
border:none;
background: transparent;
border-bottom: 1px solid #A27A43;
outline: none;
font-size: 14px;
}


.d-none.open{
  display: block !important;
}


#bottomBtn{
  display: none;
}

.headerBg {
    background: url(images/header_shaving_s.jpg) no-repeat center;
    padding:6em 0 4em;
    background-size: cover;
    }


/*シェービングメニューの横幅の修正*/
#menuArea.shaving {
    padding: 20px 0px;
}
#menuArea.shaving .col-sm-6 {
    padding-right: 10px;
    padding-left: 10px;
}


/*よくある質問コーナーの横幅修正*/
#faqArea {
    padding: 20px 0px;
}



.headerBg.blog_category{
background: url(images/header_blog_s.png) no-repeat center;
background-size: cover;
}

.headerBg.shop{
background: url(images/header_shop_s.png) no-repeat center;
background-size: cover;
}

.headerBg.grooming{
background: url(images/header_grooming_s.png) no-repeat center;
background-size: cover;
}

.headerBg.face{
background: url(images/header_face_s.png) no-repeat center;
background-size: cover;
}



.headerBg.first{
background: url(images/header_first_s.png) no-repeat center;
background-size: cover;
}

.headerBg.concept{
background: url(images/header_concept_s.png) no-repeat center;
background-size: cover;
}


.headerBg.spa{
background: url(images/header_spa_s.png) no-repeat center;
background-size: cover;
}
.headerBg.shaving{
background: url(images/header_shaving_s.png) no-repeat center;
background-size: cover;
}


.headerBg.news{
background: url(images/header_news_s.png) no-repeat center;
background-size: cover;
}


#shopArea.container {
    padding-right: 15px;
    padding-left: 15px;
}

	
#shoplink ul  {
   padding-right: 10px;
    padding-left: 10px; 
}	
	
#shoplink ul li {
	width:100px;
  margin-bottom: 5px;
  padding:2px 0;
}




/*店舗一覧*/
#aboutArea.shoplist p{
margin-bottom:0;
}

#aboutArea.shoplist .heading h2 {
font-family: 'Noto Sans JP'
   
}
	
/**************googlmap************************/
.map {
position: relative;

overflow: hidden;
}
 
.map iframe,
.map object,
.mapp embed {
position: absolute;
top: 0;
left: 0;
width: 92%;
height: 100%;
max-width:100%;
}


h3.strong{
  font-size: 1.2rem;
  font-weight: bold;
}

#Blog .heading h2{
  font-size: 20px;
}

/*流れのマージン調整*/

#flow .col-sm-7{
  position: relative;
}

#flow.first .col-sm-7{
height:253px;
}

#flow.first .col-sm-7 .readmore.open{
  position: absolute;
  bottom: 0px;
  right:10px;
}

#flow.first ul li:nth-child(3) .col-sm-7 .readmore.open{
  position: absolute;
  bottom: 80px;
  right:10px;
}

#flow.first ul li:nth-child(4) .col-sm-7 .readmore.open{
  position: absolute;
  bottom: 80px;
  right:10px;
}


/*フェイシャル*/
#flow.face .col-sm-7{
height:253px;
}

#flow.face .col-sm-7 .readmore.open{
  position: absolute;
  bottom: -10px;
  right:10px;
}

#flow.face ul li:nth-child(3) .col-sm-7 .readmore.open{
  position: absolute;
  bottom: 50px;
  right:10px;
}

#flow.face ul li:nth-child(4) .col-sm-7 .readmore.open{
  position: absolute;
  bottom: 50px;
  right:10px;
}

/*ヘッドスパ*/

#flow.head .col-sm-7{
height:203px;
}

#flow.head .col-sm-7 .readmore.open{
  position: absolute;
  bottom: -10px;
  right:10px;
}

#flow.head ul li:nth-child(3) .col-sm-7 .readmore.open{
  position: absolute;
  bottom: 50px;
  right:10px;
}

#flow.head ul li:nth-child(4) .col-sm-7 .readmore.open{
  position: absolute;
  bottom: 50px;
  right:10px;
}


/*シェービング*/
#flow.shaving .col-sm-7{
height:23px;
}

#flow.shaving .col-sm-7 .readmore.open{
  position: absolute;
  bottom: -10px;
  right:10px;
}

#flow.shaving ul li:nth-child(3) .col-sm-7 .readmore.open{
  position: absolute;
  bottom: 50px;
  right:10px;
}

#flow.shaving ul li:nth-child(4) .col-sm-7 .readmore.open{
  position: absolute;
  bottom: 50px;
  right:10px;
}


/*グルーミング　grooming*/
#flow.grooming .col-sm-7{
height:253px;
}

#flow.grooming .col-sm-7 .readmore.open{
  position: absolute;
  bottom: -10px;
  right:10px;
}

#flow.grooming ul li:nth-child(3) .col-sm-7 .readmore.open{
  position: absolute;
  bottom: 50px;
  right:10px;
}

#flow.grooming ul li:nth-child(4) .col-sm-7 .readmore.open{
  position: absolute;
  bottom: 50px;
  right:10px;
}

/*shaving*/
#flow.shaving .col-sm-7{
height:253px;
}

#flow.shaving .col-sm-7 .readmore.open{
  position: absolute;
  bottom: -10px;
  right:10px;
}

#flow.shaving ul li:nth-child(3) .col-sm-7 .readmore.open{
  position: absolute;
  bottom: 50px;
  right:10px;
}

#flow.shaving ul li:nth-child(4) .col-sm-7 .readmore.open{
  position: absolute;
  bottom: 50px;
  right:10px;
}


}



#menuArea{
	overflow-x: hidden;
}


/* ホバー大小 */
.image{
    width: auto;
}
.image a{
    display: block;
    transition: all .3s ease-in-out;
}
.image img{
    width: 100%;
    vertical-align: middle;
}
.image a:hover{
    opacity: .6;
}

.c-bnr.scale:hover {
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.2);
  transform: scale(0.9);
}

/* ｈ2重ね文字 */
.heading10 {
	position: relative;
	padding-top: 18px;
	font-size: 26px;
  font-style: oblique 10deg;
}

.heading10 span {
	position: relative;
	z-index: 2;
  font-weight: bold;
}

.heading10::before {
	content: attr(data-en);
	position: absolute;
	top: 0px;
	left: 0;
	color: #000;
	font-size: 40px;
	text-transform: uppercase;
	z-index: 1;
}
.heading20 {

	position: relative;
	padding-top: 34px;
	font-size: 20px;
  font-style: oblique 10deg;
  font-weight: bold;
	color: #FFF;
}

.heading20 span {
	position: relative;
	z-index: 2;
  font-weight: bold;
}

.heading20::before {
	content: attr(data-en);
	position: absolute;
	top: 0px;
	left: 0;
  opacity:0.4;
	color: #A27A43;
	font-size: 54px;
	text-transform: uppercase;
	z-index: 1;
}



.heading40 {

	position: relative;
	padding-top: 60px;
	font-size: 20px;
  font-style: oblique 10deg;
  font-weight: bold;
	color: #FFF;
}

.heading40 span {
	position: relative;
	z-index: 2;
  font-weight: bold;
}

.heading40::before {
	content: attr(data-en);
	position: absolute;
	top: 0px;
	left: 0;
  opacity:0.6;
	color: #A27A43;
	font-size: 80px;
	text-transform: uppercase;
	z-index: 1;
}

.heading40b,
.heading40bs
 {
	position: relative;
	padding-top: 60px;
	font-size: 20px;
  font-style: oblique 10deg;
  font-weight: bold;
	color: #000;
}

.heading40b span,
.heading40bs span

 {
	position: relative;
	z-index: 2;
  font-weight: bold;
}

.heading40b::before,
.heading40bs::before
 {
	content: attr(data-en);
	position: absolute;
	top: 0px;
	left: 0;
  opacity:0.6;
	color: #A27A43;
	font-size: 80px;
	text-transform: uppercase;
	z-index: 1;
}

@media(max-width:767px){
.heading20 {

	position: relative;
	padding-top: 16px;
	font-size: 12px;
  font-style: oblique 10deg;
  font-weight: bold;
	color: #FFF;
}

.heading20 span {
	position: relative;
	z-index: 2;
  font-weight: bold;
}

.heading20::before {
	content: attr(data-en);
	position: absolute;
	top: 0px;
	left: 0;
  opacity:0.4;
	color: #A27A43;
	font-size: 20px;
	text-transform: uppercase;
	z-index: 1;
}

.heading40b
 {
	position: relative;
	padding-top: 22px;
	font-size: 20px;
  font-style: oblique 10deg;
  font-weight: bold;
	color: #000;
}

.heading40bs span,
.heading40b span
 {
	position: relative;
	z-index: 2;
  font-weight: bold;
}

.heading40b::before
 {
	content: attr(data-en);
	position: absolute;
	top: 0px;
	left: 0;
  opacity:0.6;
	color: #A27A43;
	font-size: 26px;
	text-transform: uppercase;
	z-index: 1;
}
.heading40bs
 {
	position: relative;
	padding-top: 22px;
	font-size: 20px;
  font-style: oblique 10deg;
  font-weight: bold;
	color: #000;
}


.heading40bs::before
 {
	content: attr(data-en);
	position: absolute;
	top: 0px;
	left: 0;
  opacity:0.6;
	color: #A27A43;
	font-size: 26px;
	text-transform: uppercase;
	z-index: 1;
}


}


.t-white{
color:#fff;
}
.t-black{
color:#000;
}


 /* フェイシャルエステページのスマホ対応修正 */
  @media screen and (max-width:767px) {

  /* アコーディオンボタンの幅調整 */
  .openClose {
    display:block;
    background:#A27A43;
    color: #282828;
    padding: 5px 0 5px 15px;
    position: relative;
    margin-bottom: 1rem;
    width: calc(100% - 30px);
    max-width: 335px;
    margin: 5px auto;
  }

  /* フェイシャルエステページの効果エリア修正 */
  #effectArea ul li.col-6,
  #effectArea ul li.col-12{
    padding-right: 5px;
    padding-left: 5px;
    position: relative;
    overflow: hidden;
  }

  /* 効果エリアのコンテナ幅修正 */
  #effectArea .container {
    overflow-x: hidden;
  }

  /* 効果エリアの行の横スクロール防止 */
  #effectArea .row {
    margin-left: -5px;
    margin-right: -5px;
  }

  /* 効果エリアの背景エリア */
  #effectArea.bg-area {
    overflow-x: hidden;
  }

  /* 効果エリアのリスト */
  #effectArea ul {
    margin-right: -5px;
    margin-left: -5px;
  }

  /* 画像の最大幅を確保 */
  #effectArea img.mw-100 {
    max-width: 100%;
    height: auto;
  }

  /* テキストエリアのパディング調整 */
  #effectArea .fopen {
    padding-right: 10px;
    word-wrap: break-word;
  }

  /* タイトルの折り返し */
  #effectArea h3.ttl {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  }

  

  /* アコーディオンボタンのPC用スタイル */
  .openClose {
    display: block;
  }

  /* PC用では効果エリアを表示 */
  @media screen and (min-width:768px) {
    .openClose {
      display: none !important;
    }

    #effectArea {
      display: block !important;
    }
  }
.z20{
  z-index: 20;
}

/* InView Animation Classes */
.inview-fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.inview-fade-up.is-inview {
  opacity: 1;
  transform: translateY(0);
}

 