@charset "utf-8";
* {	margin: 0px;padding: 0px;}/**/
body, html {height: 100%;}/**/
html {-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;}
* {	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, p, th, td, img {margin: 0;padding: 0;}
table {	border-collapse: collapse;	border-spacing: 0;}
ol, ul {list-style: none;}
li {display: inline-block;*display: inline;*zoom: 1;}
a img {	border-style: none;//IE8}
img{width: 100%;}
a {
	text-decoration: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	outline: none;
	color: #000;
}
a:link {color: #000;}
a:visited {color: #000;}
a:hover {color: #00C100;}
a:focus {outline: 0}
a:hover, a.selected, a:link {text-decoration: none;}
a, img {vertical-align: top}
.clrfx:before, .clrfx:after {content: " ";display: table;}
.clrfx:after {clear: both;}
.clrfx {*zoom: 1;}
.fl {float: left;}
.fr {float: right;}
.dn{display: none;}
.fixed{position: fixed;}
.tac {text-align: center;}
.ml_05 {margin-left: -0.5em;}
.hoverOp:hover {
	filter: alpha(opacity=40);
	opacity: 0.4;
}

/* Common
 * --------------------------------------------------------*/
body {
	font-family: "YuGothic", 'Yu Gothic', '游ゴシック', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", ”Meiryo, Osaka”, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #fff url(../images/bk.png) repeat;
}

/* hdNav */ 
#hdNav{
	z-index: 999;
	background:#fff;
	width: 100%;
	border-bottom: 1px solid #D9D7D0;
}

#hdNav ul{
	width: 1000px;
	margin: 0 auto;
	padding: 8px 0;
	padding-left: 20px;
}
#hdNav li{
	border-right: 1px solid #D9D7D0;
}

#hdNav img{
	vertical-align: middle;
	padding-top: 5px;
}
#hdNav .nav1{width: 348px;padding-right: 25px;}
#hdNav .nav2{width:104px;padding: 0 14px;}
#hdNav .nav3{width: 80px;padding: 0 28px;}
#hdNav .nav4{width: 100px;padding: 0 18px;}
#hdNav .nav5{width: 100px;padding: 0 17px;}

/* footer */ 
#footer {
	padding-top:25px;
	padding-bottom:40px;
	overflow:hidden;
	height:auto;
	background: #fff;
}
#footer .inner {
	margin:0 auto;
	width:870px;
}

#footer .left{
	float:left;
}
#footer .left .btn_facebook{
	padding-bottom:15px;
}
#footer .right{
	float:right;
	width: 187px;
}
#footer .btn_mail{width: 101px;}
#footer .btn_tweet{width: 101px;}
#footer .btn_home{width: 101px;}
#footer .copyright{width: 243px;}


/* BxSlider v4.1.2 by: Steven Wanderski, 2014
 * ----------------------------------------- */
/* RESET AND LAYOUT */
.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
 *zoom: 1;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}
/* LOADER */
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
/* THEME */
.bx-wrapper .bx-viewport {
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}
.bx-wrapper .bx-pager,
 .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 80px;
	width: 100%;
}
/* PAGER */
.bx-wrapper .bx-pager {
	text-align: center;
	padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
 *zoom: 1;
 *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	text-indent: -9999px;
	outline: 0;
	display: block;
	margin: 0 5px;
	
	/*width: 10px;
	height: 10px;
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
	
	background: url(../images/detail/pager.png) no-repeat 0 0;
	width: 15px;
	height: 15px;
	margin: 0 5px;
	
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	/*background: #00C100;*/
	background: url(../images/detail/pager_active.png) no-repeat 0 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
/*.bx-wrapper img{
	min-width: 333px;
}
.bx-wrapper .bx-prev {
	left: 15px;
	background: url(../images/detail/btn_prev.png) no-repeat 0 0;
	background-size: 48px;
}
.bx-wrapper .bx-next {
	right: 15px;
	background: url(../images/detail/btn_next.png) no-repeat 0 0;
	background-size: 48px;
}
*/
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 45%;
	outline: 0;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	z-index: 8888;
}
.bx-wrapper #bx-pager a:hover img, .bx-wrapper #bx-pager a.active img {
	border: solid #5280DD 1px;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* For index Page
 * --------------------------------------------------------*/
.wapper{
	background:#fff;
	width: 100%;
}

/* header */
#header {
	background:#f5f4ee;
	position: relative;
	height: 100%;
	width: 100%;
}
.hd_ttl{
	width: 320px;
	position: absolute;
	z-index: 999;
	top: 30px;
	left: 30px;
}
.hd_info{
	position: absolute;
	z-index: 999;
	top: 240px;
	left: 30px;
}
#header .btn_bottom{
	text-align: center;
	  position: absolute;
	  z-index: 999;
	  width: 100%;
	  bottom: 20px;
}

#header .btn_bottom img{
	width: 75px;
}

#hdSlider {
	height: 100% !important;
}

#hdSlider ul.slider_header, ul.slider_header li {
	height: 100%;
}
#hdSlider .bx-viewport, .bx-wrapper {
	position: relative;
	width: 100%;
	height: 100% !important;
	top: 0;
	left: 0;
}
#hdSlider .slider_header {
	height: 100% !important;
}
#hdSlider .slider_header li {
	background-size: cover;
	background-position: top center;
}
#hdSlider #slideBg_sale1 {	background-image: url('../images/top/slide01.jpg');}
#hdSlider #slideBg_sale2 {	background-image: url('../images/top/slide02.jpg');}
#hdSlider #slideBg_sale3 {	background-image: url('../images/top/slide03.jpg');}
#hdSlider #slideBg_sale4 {	background-image: url('../images/top/slide04.jpg');}
#hdSlider #slideBg_sale5 {	background-image: url('../images/top/slide05.jpg');}
#hdSlider #slideBg_sale6 {	background-image: url('../images/top/slide06.jpg');}
#hdSlider #slideBg_sale7 {	background-image: url('../images/top/slide07.jpg');}
#hdSlider #slideBg_sale8 {	background-image: url('../images/top/slide08.jpg');}
#hdSlider #slideBg_sale9 {	background-image: url('../images/top/slide09.jpg');}

/* yodogawa */
#yodogawa {
	background:#fff;
	margin: 0 auto;
	width: 1000px;
	padding-top: 68px;
	padding-bottom: 122px;
	font-size:15px;
	line-height: 31px;
	letter-spacing: 0.1px;
}

#yodogawa p.y1 {
	padding-left: 120px;
}
#yodogawa p.y2 {
	padding-left: 40px;
}

/* boxItem */
.boxItem{
	background:#fff;
	border-top: 1px solid #D9D7D0;
	padding-bottom: 110px;
}
.boxItem .inner{
	width: 872px;
	margin: 0 auto;
	position: relative;
}

.boxItem .item_ttl_en{
	width: 180px;
	position: absolute;
	top: -18px;
	right: 0;
}
.boxItem .item_ttl_jp{
	width: 178px;
	height: 170px;
	position: absolute;
	background:#fff;
	top: -24px;
	left: 40px;
}
.boxItem .item_explain{
	font-size:13px;
	line-height: 29px;
	padding-top: 180px;
}

.boxItem .fr{
	width: 562px;
	padding-top: 30px;
}
.boxItem li{
	width: 270px;
	text-align: center;
	padding-left: 10px;
	margin-right: -2px;
	padding-bottom: 15px;
}

.boxItem a:hover{color: #000;}

.boxItem .fr .item_img{
	width: 270px;
}
.boxItem .fr .item_ttl{
	width: 254px;
	margin: 0 auto;
	padding-top: 5px;
}
.boxItem .fr .item_price{
	font-size:12px;
	line-height: 28px;
	letter-spacing: 0.5px;
}

/* boxMist */
#boxMist{
	background:#fff;
	padding-bottom: 150px;
	 margin-top: -30px;
}
#boxMist .inner{
	width: 869px;
	margin: 0 auto;
	position: relative;
	padding: 20px 0;
	border: 1px solid #D9D7D0;
}
#boxMist .mist_ttl{
	width: 210px;
	font-size:12px;
	padding-top: 15px;
	padding-left: 35px;
}
#boxMist .mist_ttl p{
	padding-top: 12px;
	padding-left: 2px;
	letter-spacing: 1px;
	
}
#boxMist .mist_explain{
	font-size:13px;
	line-height: 29px;
	padding-right: 80px;
	padding-top: 10px;
	
}
#boxMist .mist_img{
	width: 112px;
	position: absolute;
	bottom: 0;
	left: 340px;
}
#boxMist .mist_btn{
	width: 114px;
	position: absolute;
  	right: -30px;
  	top: -32px;
}

/* boxColmun */
#boxColumn{
	background:#fff;
	border-top: 1px solid #D9D7D0;
	padding-bottom: 80px;
}
#boxColumn .inner{
	width: 870px;
	margin: 0 auto;
	position: relative;
}

#boxColumn .column_ttl{
	width: 178px;
	height: 170px;
	position: absolute;
	background:#fff;
	top: -10px;
	left: 0;
	z-index: 0;
}

#boxColumn .column_link {
	width: 870px;
	margin: 0 auto;
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
}
#boxColumn .adjst{
	padding-top: 60px;
}

/* boxColmun */
#saleInfo{
	background:#F3F2EC;
}

#saleInfo .inner{
	width: 870px;
	margin: 0 auto;
	position: relative;
}

#saleInfo .saleBox {
	border-left: 1px solid #D9D7D0;
	margin: 40px 8px 40px 0;
	padding: 10px 10px 15px 15px ;
	float: left;
	height: 163px;
}

#saleInfo .adjstBox{
	padding-right: 0;
	margin-right: 0;
}


#saleInfo .saleBox .sale_ttl {
	width: 88px;
	padding-bottom: 10px;
}
#saleInfo .saleBox p {
	font-size:11px;
	line-height: 22px;
}



/* For Product Page
 * --------------------------------------------------------*/
#product .wrapper{
	width: 1000px;
	margin: 0 auto;
	background:#fff;
	padding-bottom: 1px;
}

/* sliderArea */
#product #sliderArea {
	padding-top: 60px;
	height: 600px;
	position: relative;
}
#product #sliderArea .bxslider img{
	width: 1000px;
}

#product .bx-wrapper .bx-pager,#product .bx-wrapper .bx-controls-auto {
	bottom: -10px;
}

/* contents */
#product #contents{
	padding-top: 80px;
	/*margin-top: 80px;*/
}
#product #contents .box1 {
	display: inline-block;
	margin-left: 50px;
 	font-size:12px;
	line-height: 24px;
	letter-spacing: 0.5px;

 }
 #product #contents .box1 h2 {
 	padding-bottom: 10px;
}
#product #contents .box1 h3 {
 	font-size:18px;
 	font-weight: 100;
	letter-spacing: 1px;
}
#product #contents .box1 h3 span {
 	font-size:15px;
	letter-spacing: 0.5px;
}
#product #contents .box1 .cart {
 	padding-top: 30px;
 	position: relative;
}

#product #contents .box1 .cart img{
 	width: 183px;
}

.cart .stock {
	font-size: 13px;
	color: #DA1C24;
	position: absolute;
	  bottom: -4px;
	  left: 188px;
}

.cart .shipping {
	font-size: 13px;
	display: inline-block;
	color: #534741;
	vertical-align: bottom;
	position: absolute;
	left: 2px;
  	top: 64px;
}

#product #contents .box1 .size {
 	padding-top: 35px;
}

#product #contents .box1 .size img {
 	width: 195px;
}
#product #contents .box1 .size .cboxElement{
	margin-top: 5px;
	display: inline-block;
}

#product #contents .box1 #pickup{
	position: relative;
	width: 400px;

}
#product #contents .box1 .quality{
	margin: 30px 0;

}
#product #contents .box1 #pickup img.pickupImg{
	width: 400px;
}

#product #contents .box1 #pickup .title{
  position: absolute;
  bottom: -40px;
  left: 10px;
  width: 200px;

}

#product #contents .box1 #pickup .wear{
	padding-top: 10px;
	float: right;
	width: 112px;
}

#product #contents .box2 {
	margin-left: 35px;
	display: inline-block;
	vertical-align: top;
	font-size:15px;
	line-height: 31px;
	letter-spacing: 0.5px;
}

#product #contents .box2 .explain{
	margin-bottom: 30px;
}	

#product #contents .box2 .column{
	margin: 10px 0;
}

#product #contents .box2 .column img{
	width: 326px;
}
/* attention */
#product #contents .box3 {
	width: 600px;
	margin: 0 auto;
	vertical-align: top;
	font-size:15px;
	line-height: 31px;
	letter-spacing: 0.5px;
}
#product #contents .box3 .komidashi{
	width: 600px;
	margin: 0 auto;
	vertical-align: top;
	font-size:18px;
	line-height: 25px;
	letter-spacing: 0.5px;
	margin-top:50px;
	margin-bottom:20px;
	color:#b39e85;
}
#product #contents .box3 .midashi{
	width: 600px;
	margin: 0 auto;
	vertical-align: top;
	font-size:22px;
	line-height: 25px;
	letter-spacing: 0.5px;
	margin-top:100px;
font-weight:bold;
}
#product #contents .box3 .cap{
	width: 600px;
	margin: 0 auto;
	vertical-align: top;
	font-size:12px;
	line-height: 25px;
	letter-spacing: 0.5px;
}
/* colorBox */
#product .cBoxAdjst {
	padding-top: 40px;
	padding-left: 30px;
	padding-bottom: 50px;
	font-size: 13px;
}
#product .cBoxAdjst .cTtl {
	margin-left: 3px;
	margin-bottom: 20px;
	font-size:17px;
}
#product .cBoxAdjst .contact {
}

/* goTopBtn */ 
#product #goTopBtn{
	width: 208px;
	margin: 0 auto;
	margin-top: 122px;
	margin-bottom: 100px;
}
/* archive */ 
#product #archive{
	margin-top: 60px;
	background:#F3F2EC;
	width: 100%;
	text-align: center;
	position: relative;
}

#product #archive h4{
	width: 266px;
	position: absolute;
	left: 37%;
	top: -10px;
}
#product #archive ul{
	margin: 0 auto;
	padding: 30px 0;
	
}

#product #archive img{
	vertical-align: top;
}

/* fukuro*/
.fukuro {
	margin-top: 70px;
}

.fukuro .fukuro_midashi{
	margin-bottom: 20px;
}
.fukuro .fukuro_text{
	margin-bottom: 20px;
	font-size: 13px;
	color:#848075;
	line-height: 23px;
}