

body p {
	color:#3e3a39;
	font-size:12px;
	}

/* common
------------------------------------------------------------ */	

body.home #wrapper {
	margin:  0 auto;
	width: 1000px;
}


header.home {
	margin: auto;
}

div#header {
	margin: 80px auto 0 auto;
	width: 1000px;
	clear: both;
	min-height: 122px;
	position: relative;
}

div#header h1 {
	float: left;
	margin: 0;
	padding: 0;
}

div#header h1 a {
	display: block;
	text-indent:-9999px;
	height:111px;
	width:141px;
	background-image:url(../img/home.png);
	}
	
div#header h1 a:hover {
	background-position:0 -111px;
	}
	

ul.global {
	display: block;
	float: right;
	padding: 49px 0;
	list-style: none;
	position: relative;
	z-index:9999;
}

ul.global > li {
	float: left;
	padding: 0 20px;
}

ul.global li:last-child {
	padding-right: 0;	
}

ul.global > li > a {
	text-indent:-9999px;
	display:block;
	height:20px;	

}

ul.global > li > a:hover {
	background-position:0 -26px;
	background-repeat:no-repeat;
	}


ul.global > li > a.item { background-image:url(../img/item.png); width:38px; }
ul.global > li > a.concept { background-image:url(../img/concept.png); width:69px; }
ul.global > li > a.gift_g { background-image:url(../img/gift.png); width:29px; }
ul.global > li > a.contact { background-image:url(../img/contact.png); width:64px; }
ul.global > li > a.shop { background-image:url(../img/shop.png); width:111px; }
ul.global > li > a.facebook { background-image:url(../img/facebook.png); width:93px; }
ul.global > li > a.instagram { background-image:url(../img/instagram.png); width:92px; }


.global > li > ul {
  top: 65px;
  left: 10px;
  position: absolute;
  width:auto;
}
.global > li > ul > li {
  overflow: hidden;
  height: 0;
  text-align:left;
  list-style:none;
  line-height:1.5em;
}
.global > li > ul > li > a {
  padding:10px;
  background-image:none;
  background-color:#fff;
  display:block;
  font-size:12px;
  color:#666;
  
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}

.global > li:hover > ul > li {
  overflow: visible;
  height: 40px;
}

.global > li > ul > li > a:hover {
	background-color:#f0f0f0;
	color:#999;
	}

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #1c773A;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
  padding:0;
  line-height:25px;
}
#page_top a::before{
  font-family: FontAwesome;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/* home 
------------------------------ */

div#content {
	margin-bottom:80px;
}

section.home {
	margin: 10px auto;
	position: relative;
	height: 363px;
}

/* brand */

div.brand-list {
	position: relative;
	float:left;
	width:270px;
}

ul.brand-list {
	list-style: none;
	padding:90px 80px 90px 80px;
	position: relative;
}

ul.brand-list li {
	margin-bottom: 20px;
}


/* intro 
------------------------------ */

div#intro {
	position:relative;
	width: 730px;
	
	float:right;
	}

/* slider */

div#slider {
	}

div.slider {
	position:relative;
	width: 730px;
	height: 360px;
	
	right: 0;
	top: 0;
}

section#intro {	
	position: relative;
	margin: 20px auto 70px;
}

/* deco */
div.deco {
	float: right;
	width: 320px;
	text-align: center;
	
	margin-right:50px;	
}
div.deco img {
	margin: 0 auto;
}

/* text */
 div.text {
	 float: left;
	 width:350px;
 }

 div.text img.concept {
	 margin-bottom: 10px;
	 display: block;
 }

 div.text img.use {
	 display: inline-block;
	 vertical-align:sub;
 }

 div.text p {
	 font-size: 12px;
	 line-height: 1.75em;

	 }
	 

/* news 
------------------------------ */
section#news , section#brand {
	margin-bottom: 70px;
	width: 920px;
	margin-left: auto;
	margin-right: auto;
}
section#news h2 img , section#brand h2 img , section#news div.fb-page {
	margin: 0 auto;
}
section#news h2 , section#brand h2 {
	margin-bottom: 30px;
}
	
/* brand 
------------------------------ */

section#brand > section {
	margin-bottom: 70px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 860px;
	height: 340px;
}

section#brand > section > a {
	width: 100%;
	height: 100%;
	display: block;
	color: #000;
	transition-duration:0.2s;
}

section#brand > section > a:hover {
	opacity: 0.5;
}

section#brand > section > a > figure {
		padding: 0;	
}

section#brand > section > a > figure > img {
	float: left;
}

section#brand > section > a > figure > figcaption {
	float: right;
	width:250px;
	box-sizing: border-box;
	padding: 50px 0px 0px 40px;
	font-size: 12px;
}
section#brand > section > a > figure > figcaption > h3 {
	margin-bottom: 20px;
}
section#brand > section > a > figure > figcaption > h3 > img {
	margin: 0 auto;	
}

section.gift {
	padding-bottom:70px;
	width: 920px;
	margin-left: auto;
	margin-right: auto;
}

section.gift h2 , section.gift a img {
	margin-bottom:40px;
	}

a.gift {
	transition-duration:0.2s;
	}

a.gift:hover {
	opacity: 0.5;
	}


/* */

/* .brand 
------------------------------ */
body.brand {
	
}

body.brand #wrapper {
	margin:  0 auto;
	width: auto;
}

body.brand div#content > section {
	width:1000px;
	margin:0 auto;
}

body.brand div#content > img.header {
	width:100%;
	height:auto;
	margin:40px auto 80px;
}

body.brand div#content > section.common {
	width:720px;
	}

h2.title {
	position:relative;
	}

h2.title img.kodawari {
	position:relative;
	}
	
h2.title img.name {
	position:absolute;
	top:-80px;
	left:-120px;
	}

/* brand_header */

section.brand_header {
	margin-bottom:120px !important;
}

div.recommend { float:left; width:300px; box-sizing:border-box; margin-right:40px;  }
div.recommend h2 img { margin:0 auto 20px; }
div.recommend iframe { margin-left:auto; margin-right:auto; }

div.menu { float:left; width:320px; padding-top:40px; margin-right:40px;  box-sizing:border-box; }
div.menu ul { box-sizing:border-box; width:100%; border-left:1px solid #dbdbdb; display:block; }
div.menu ul li { width:50%; display:block; float:left; list-style:none; box-sizing:border-box; padding:50px 40px; border-right:1px solid #dbdbdb; }
div.menu ul li a { display:block; }

div.relate {
	float:left; width:300px;
}

div.relate h2 img { margin:0 auto 20px; }

/* brand 購入 */

section.konyu {
	padding:0px 0;
	width:650px;
	margin:0 auto 40px;
	}

div.border {
	box-shadow: 0 0 0 1px #000, 0 0 0 5px #FFF, 0 0 0 6px #000;
	box-sizing:border-box;
	padding:65px;
	}

div.border .mb40:last-child,
div.border .mb:last-child {
	margin-bottom:0;
	}
	
div.border h4 {
	font-weight:normal;
	margin-bottom:5px;
	}

/* content */
section.content {
	width:715px !important;
	margin-left:auto;
	margin-right:auto;
}
section.content h3 {
margin:auto auto -30px -80px ;	
}
section.content h4 ,
section.content .hero_image {
	margin-bottom:30px;
}

section.content p.brand_text {
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom:dotted 1px #666;
}

section.content .left {
	float:left;
}

section.content .right {
	float:right;
}

section.content .right img {
	margin-bottom:30px;
}

section.content .right p {
	font-weight:normal;
	width:266px;
}


/**/
section.home {
	margin: 10px auto;
	position: relative;
	height: 363px;
}

/* concept 
------------------------------*/
section.concept {
	width:650px;
	margin-top:100px;
	margin-left:auto;
	margin-right:auto;
}

section.concept > div.header img {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:180px;
	}

section.concept > div.summary {
	margin-bottom:120px;
	}

section.concept > div.summary > div.left,
section.concept > div.summary > div.right {
	width:300px;
	}
	
section.concept > div.summary > div.left,
section.concept > div.footer > img.left { float:left;}
section.concept > div.summary > div.right,
section.concept > div.footer > p.right { float:right;}

section.concept > div.summary > div.left img,
section.concept > div.summary > div.right img,
section.concept > div.footer > img.left ,
section.concept > div.footer > p.right img {
	margin-bottom:20px;
	}

section.concept > div.footer > img.left { width:241px; }
section.concept > div.footer > p.right { width:360px; }


.tc {
	text-align:center;
	}

.mb {
	margin-bottom:80px;
}

.mb20 {
	margin-bottom:20px;
}

.mb40 {
	margin-bottom:40px;
}

.mt {
	margin-top:80px;
}

.mt40 {
	margin-top:40px;
	}

.mlr {
	margin-right:auto;
	margin-left:auto;
}

.border {
	padding-bottom:40px;
	border-bottom:1px solid #000;
	}

.block {
	display:block;
	}

.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}




section.concept > div.footer_item {
	width:900px;
	padding:0px;
	padding-bottom:30px;
	padding-top:150px;

}

section.concept > div.footer_item a{
	text-decoration:none;
	color:#4d4d4d;
	padding:10px;
	text-align:left;
	font-size: 0.1em;


}

section.concept > div.footer_item a:hover{
	color:#ababab;
}


.pryvacy {
	width:800px;
	padding-right:50px;
	padding-left:50px;
	padding-bottom:40px;
	padding-top:40px;
	font-size:50%;
	color:#997041;
	letter-spacing:2px;
	line-height:20px;
}

