
@charset "utf-8";
/* -----------------------------------------------------
* create: 2016/08/17
* author: tada

*INDEX
* 1.htmlタグ要素の設定
----------------------------------------------------- */
 /* ----------------------------------------------------------------------------------------------------
 * 1.htmlタグ要素の設定
 * --------------------------------------------------------------------------------------------------*/
 body {
	margin: 0;
	padding: 0;
  font-size: 14px;
	font-family: 'Lato', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	background: #fff;
  color: #4b4b4b;
  scroll-behavior:smooth;
}
a{
  color: #4b4b4b;
}
ul {
	list-style: none;
}
.contents {
	transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
img{
  vertical-align: bottom;
}
*{
  margin: 0;
  padding: 0;
}

/* ++++ トグルボタン ++++ */

#navTgl {
	display: none;
}
label {
	cursor: pointer;
	position: fixed;
	top: 0;
	right: 0;
}
.open {
	z-index: 2;
	width: 90px;
	height: 88px;
  background: rgba(10,10,100,0);
	transition: background .5s, transform .5s cubic-bezier(0.76, 0.52, 0.29, 1.25);
}
.open::before,
.open::after {
	content: "";
}
.open span,
.open::before,
.open::after {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	left: 30%;
	width: 40%;
	border-bottom: 2px solid #4b4b4b;
	transition: transform .5s cubic-bezier(0.76, 0.52, 0.29, 1.25);
}
.open::before {
	transform: translateY(-8px);
}
.open::after {
	transform: translateY(8px);
}
.close {
	z-index: 1;
	width: 100%;
	height: 100%;
	pointer-events: none;
	transition: background .5s;
}
#navTgl:checked + .open span {
	transform: scaleX(0);
}
#navTgl:checked + .open::before {
	transform: rotate(45deg);
}
#navTgl:checked + .open::after {
	transform: rotate(-45deg);
}
#navTgl:checked ~ .close {
	background: rgba(255,255,255,.9);
}

/* ++++ ドロワーメニュー ++++ */
.menu {
	z-index: 1;
	position: fixed;
	overflow: auto;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 6%;
	margin: 0;
	box-sizing: border-box;
	transform: translateX(-100%);
	transition: transform .5s cubic-bezier(0.33, 1.01, 0.33, 0.97);
}
.menu h2,
.menu a {
	color: #4b4b4b;
	font-family: 'Tajawal', sans-serif !important;
}
.menu h2 {
	text-align: center;
  font-size: 16px;
  font-weight: bold;
  letter-spacing:0.4em;
  margin: 0 auto;
  padding-bottom: 20px;
  margin-bottom: 30px;
  width: 250px;
  border-bottom: 2px solid #333;
}
.menu ul {
	padding: 0;
	text-align: center;
	width: 100%;
	margin: 0 auto;
}
.menu li {
	font-size: 14px;
	line-height: 1.4;
  letter-spacing:0.4em;
}
.menu a {
	display: block;
	padding: 1.4em 2em;
	text-decoration: inherit;
	transition: background .5s;
}
.menu li:hover:after {
	display: block;
	content: '';
	width: 100px;
	margin: 0 auto;
	/*border-bottom: 1px solid #fff;*/
}
#navTgl:checked ~ .menu {
	transform: none;
}
@media screen and (max-width: 900px) {
  .open {
  	z-index: 2;
  	width: 60px;
  	height: 58px;
  }
}


/* フェードイン */
.fade_off {
    opacity: 0;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -o-transition: all 2s;
    -ms-transition: all 2s;
    transition: all 2s;
    margin: 0;
    padding: 0;
}

.fade_on {
    opacity: 1;
    margin: 0;
    padding: 0;
}

/* Concept */
#concept{
  background: url(/images/index/bg.jpg) no-repeat;
  background-position: 0 0;
  background-size: contain;
  margin: 0 auto;
  padding: 0;
}
#concept h3{
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.05em;
  padding-bottom: 20px;
  font-size: 48px;
}
#concept h4{
  font-size: 24px;
  font-family: 'Noto Serif JP', serif;
  letter-spacing:0.1em;
  line-height: 1.6em;
  margin-bottom: 20px;
}
#concept p{
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 2.4em;
}
#mes{
  width: 600px;
  padding: 100px;
}

#ab01{
  width: 600px;
  padding: 80px;
  padding-left: calc(100% - 760px);
}
#ab02{
  width: 600px;
  padding: 100px;
}
#ab02 img{
  width: 80%;
  margin-top: 40px;
}
@media screen and (max-width: 900px) {
  #mes,#ab01,#ab02{
    width: 90%;
    margin: 0 auto;
    padding:40px 0;
  }
  #concept h3{
    font-size: 30px;
  }
  #concept h4{
    font-size: 16px;
  }
  #concept p{
    font-size: 11px;
    line-height: 2.2em;
  }
  #ab02 img{
    width: 100%;
  }
}

/* PRODUCT */
#product{
  margin:100px 0;
  padding: 0 10%;
}
#product h3{
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.05em;
  padding-bottom: 20px;
  margin-bottom: 60px;
  font-size: 48px;
}
#product ul{
  width: 100%;
  margin-right:0;
  padding-right: 0;
  overflow: hidden;
}
#product ul li{
  width: 33%;
  float: left;
  margin-bottom: 60px;
  list-style: none;
}
#product ul li dl dt{
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
}
#product ul li dl dd{
  margin-left: 0;
}
#product ul li dl dd a{
  width: 60%;
  margin: 0 auto;
  display: block;
  color: #4b4b4b;
  border: 1px solid #4b4b4b;
  border-radius: 60px;
  text-align: center;
  text-decoration: none;
  padding: 14px 0;
  font-family: 'Hammersmith One', sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 10px 20px;
	background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgba(75,75,75,75) 50%);
	background-position: 0 0;
	background-size: 200% auto;
	transition: .3s;
}
#product ul li dl dd a:hover{
  background-position: -100% 0;
	color: #fff;
}
#product ul li dl dd.name{
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  font-family: 'Hammersmith One', sans-serif;
}

@media screen and (max-width: 900px) {
  #product{
    padding: 0;
    margin:80px 5%;
    width: 90%;
  }
  #product h3{
    font-size: 30px;
    margin-bottom: 40px;
    padding-bottom: 20px;
  }
  #product ul{　
    width: 100%;
    padding: 0;
    margin: 0;
  }
  #product ul li{
    width: 50%;
  }
  #product ul li dl dt{
    width: 100%;
  }
  #product ul li dl dd a{
    width: 90%;
    padding: 10px 0;
  }
}


/* INFO */
#award{
  margin:100px 0;
  padding: 10% 0;
  background: url(/images/index/award_bg.jpg) no-repeat;
  background-size: cover;
}
#award p{
  width: 100%;
  margin: 0 auto;
  max-width: 830px;
}




/* SHOP LIST */
#shoplist{
  margin:100px 0;
  padding: 0 10%;
}
#shoplist h3{
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.05em;
  padding-bottom: 60px;
  font-size: 48px;
}
#shoplist ul{
  width: 100%;
  margin: 0 auto;
  padding-left: 0;
  overflow: hidden;
}
#shoplist ul li{
  float: left;
  width: 20%;
  text-align: center;
}
#shoplist ul.shoplist{
  width: 90%;
  margin: 80px auto;
  overflow: hidden;
  padding-left: 0;
  padding: 5%;
  background: #fcfcfc;
}
#shoplist ul.shoplist h4{
  text-align: center;
  font-weight: bold;
  width: 100%;
  font-size: 18px;
  margin-bottom: 30px;
}
#shoplist ul.shoplist li{
  float: left;
  width: 20%;
  margin: 10px 0;
  text-align: center;
}

@media screen and (max-width: 900px) {
  #shoplist{
    margin:80px 0;
    width: 90%;
    padding: 0 5%;
  }
  #shoplist h3{
    font-size: 30px;
    margin-bottom: 40px;
    padding-bottom: 20px;
  }
  #shoplist ul li{
    width: 40%;
    margin: 5%;
    float: left;
    text-align: center;
    list-style: none;
  }
  #shoplist ul li img{
    width: 100%;
  }
  #shoplist ul.shoplist{
    margin: 40px auto;
  }
  #shoplist ul.shoplist li{
    width: 28%;
    margin: 2% 2.5%;
    height: 40px;
    font-weight: bold;
    font-size: 10px;
  }
}


/* footer */
footer{
  background: #f2f2f2;
  padding: 60px 0;
}
footer ul.lang_nav{
  width: 280px;
  margin: 0 auto;
  margin-bottom: 30px;
  overflow: hidden;
}
footer ul.lang_nav li{
  float: left;
  width: 50px;
  padding: 10px;
  margin: 10px;
  list-style: none;
  text-align: center;
}
footer ul.lang_nav li a{
    color: #4b4b4b;
}
footer ul.lang_nav li.act{
  opacity: 0.4;
}
footer ul.lang_nav li.act a{
  text-decoration: none;
  font-weight: bold;
}
footer ul.footer_nav{
  width: 240px;
  margin: 0 auto;
  overflow: hidden;
}
footer ul.footer_nav li{
  float: left;
  width: 60px;
  padding: 20px;
  margin: 20px;
  list-style: none;
  padding-left: 0;
}
footer p{
  margin-top: 60px;
  text-align: center;
  color: #4b4b4b;
}


/* item */
#item{
  width: 100%;
  padding:120px 0;
}
#item h2{
  font-size: 30px;
  font-family: 'Raleway', sans-serif;
  text-align: center;
  letter-spacing: 0.4em;
  margin-bottom: 60px;
}
#item .items{
  width: 90%;
  margin: 5%;
  overflow: hidden;
}
#item .items img.i_img{
  float: left;
  width: 50%;
}
#item .items .item_desc{
  float: left;
  width: 50%;
}
#item .items .item_desc h3{
  margin-bottom: 20px;
  font-size: 18px;
}
#item .items .item_desc span{
  font-weight: bold;
  font-size: 22px;
}
#item .items .item_desc span.gravity{
  font-weight: normal;
  font-size: 13px;
  margin-right: 10px;
}
#item .items .item_desc ul{
  width: 100%;
  overflow: hidden;
}
#item .items .item_desc p.price{
  margin-bottom: 20px;
}
#item .items .item_desc p.fragrance{
  font-size: 16px;
  font-weight: bold;
  margin: 5% 0;
}
#item .items .item_desc p#hairS{
  color: #74c4a8;
}
#item .items .item_desc p#hairD{
  color: #f5a72f;
}
#item .items .item_desc ul li{
  list-style: none;
  float: left;
  width: 50%;
  margin:  3% 0;
}
#item .items .item_desc p.btn{
  margin: 10%;
}
#item .items .item_desc p.btn a{
  display: block;
  width: 88%;
  padding: 5%;
  border: 2px solid #474747;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
}
#item .items .item_desc p.back{
  margin-top: 30px;
}
@media screen and (max-width: 900px) {
  #item .items img.i_img{
    width: 100%;
    margin-bottom: 10%;
  }
  #item .items .item_desc{
    width: 100%;
  }
  #item .items .item_desc h3{
    font-size: 16px;
  }
}
