@charset "utf-8";
html {-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;}
* {-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
*{margin: 0px;padding: 0px;}/**/
body, html{height: 100%;}/**/
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,p,th,td,img{ margin:0;padding:0;}
ol, ul {list-style: none;}
li {display: inline-block;*display: inline;*zoom: 1;}
a img {	border-style: none;//IE8}
img{max-width: 100%;}
a {color: #4D4D4D;text-decoration: none;-webkit-touch-callout: none;-webkit-tap-highlight-color: rgba(0,0,0,0);outline: none;}
a:link {color: #4D4D4D;}
a:visited {color: #4D4D4D;}
a:hover {color: #4D4D4D;}
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;}
.forPc{display:block;}
.forSp{display:none;}
.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", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*background: #fff url(../images/common/bk.jpg) repeat;*/
	color: #4D4D4D;
}

.wrap{
	width: 800px;
	margin: 0 auto;
}
#header {
	width: 920px;
	margin: 20px auto;
	padding: 0 20px;
}
#header li {
	height: 100px;
	vertical-align: middle;
}
#header li.hd01 {
	border-left: 1px solid #4D4D4D;
	border-right: 1px solid #4D4D4D;
}
#header li.hd01 img{
	padding: 20px;
}
#header li.hd02 {
	border-right: 1px solid #4D4D4D;
}
#header li.hd02 img{
	padding-right:10px;
}

/* footer */ 
#footer {
	padding-top:25px;
	padding-bottom:40px;
	background: #000000;
	letter-spacing: 0.1em;
}
#footer .inner {
	margin:0 auto;
	width:870px;
}
#footer li {
	padding-right: 10px;
	vertical-align: top;
}
#footer li.ft01 {
	padding-right: 15px;
}
#footer .fr {
	font-style: italic;
	color: #fff;
	font-size: 10px;
	line-height: 28px;
	text-align: left;
	font-family: "A1明朝", "A1 Mincho",serif;
}
#footer .fr h5 {
	padding-bottom: 10px;
}


/* 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/common/bx-loading.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;
	width: 100%;
}
/* PAGER */
.bx-wrapper .bx-pager {
	text-align: center;
	    bottom: -27px;
}
.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/common/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/common/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/common/btn_prev.png) no-repeat 0 0;
	background-size: 48px;
}
.bx-wrapper .bx-next {
	right: 15px;
	background: url(../images/common/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
 * --------------------------------------------------------*/

#index_hanbai #cont_box {
	 width: 920px; 
	margin : 0 auto;
	padding-top: 60px;
}

#index_hanbai #cont_box .box1 {
	font-family: "リュウミン L-KL", "Ryumin Light KL", serif;
	margin: 0 auto;
	font-size:22px;
	line-height: 44px;
	letter-spacing: 0;
	padding-left: 50px;
	width: 430px;
}
#index_hanbai #cont_box .box2  {
	font-family: "リュウミン L-KL", "Ryumin Light KL", serif;
	margin: 0 auto;
	font-size:16px;
	line-height: 34px;
	letter-spacing: 0.01em;
	border-top: 0;
	width: 420px;
}

#index_hanbai .hanbai_icon {
	padding-top: 50px;
}
#index_hanbai .itemArea {
	background-color: #EFF8FE;
	width: 772px;
	margin: 60px auto 30px auto;
	padding: 30px 10px 30px 20px;
	box-sizing: border-box;
}

#index_hanbai .itemArea li {
	width: 235px;
	margin: 0 auto;
	text-align: center;
}
#index_hanbai .itemArea li.arch02 {
	padding: 0 20px 0 0;
}
#index_hanbai .itemArea img {
	vertical-align: bottom;
}
#index_hanbai .itemArea img.ttl {
	padding-top: 10px;
}

#index_hanbai #hanbai_info {
	width: 560px;
	font-family: "リュウミン L-KL", "Ryumin Light KL", serif;
	font-size:15px;
	line-height: 34px;
	letter-spacing: 0;
	border: 1px solid #4D4D4D;
	position: relative;
	z-index: 77;
	    box-sizing: border-box;
	padding: 0 15px 0 15px;
	margin: 20px auto 134px auto;
}

#index_hanbai #hanbai_info .inner {
	z-index:888;
	background-color: #fff;
	    margin-top: -17px;
    margin-bottom: -17px;
    padding: 30px 35px 30px 55px;
}

#banner {
	padding: 65px 0;
	text-align: center;
}

/* [PC] For Product Page 
 * --------------------------------------------------------*/
.wrapper_slide,
.wrapper{
	width: 920px;
	margin: 0 auto;
	/*background:#F3F2EC;*/
	margin-top: -2px;
}
.wrapper_slide{
	height: 590px;
}

/* sliderArea */
#sliderArea {
	margin-top: 10px;
	height: 600px;
	position: relative;
}

#sliderArea .bxslider li{
	display: none;
}

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

#product.brooch{
	font-family: "A1明朝", "A1 Mincho", serif;
}

#product.brooch #sliderArea {
	width: 920px;
	height: 420px;
	margin: 0 auto;
}

#cont_box {
	color: #4D4D4D;
	width: 790px;
	margin : 0 auto;
	padding-top: 60px;
}
#cont_box h2{
	padding-bottom: 10px;
}
#cont_box .box1 {
	width: 450px;
}
#cont_box .box1 .pNm {
	padding-top: 15px;
	line-height: 34px;
	padding-bottom: 20px;
	font-size: 22px;
}
#cont_box .box1 .pNm span {
	font-size: 15px;
}
#cont_box .box1 p {
	font-family: "リュウミン L-KL", "Ryumin Light KL", serif;
	font-size: 15px;
	line-height: 31px;
	letter-spacing: 0.05em;
}
#cont_box .box2 {
	width: 262px;
	display: table;
}
#cont_box .box2 {
	font-family: "中ゴシックBBB", "othic Medium BBB", sans-serif;
	font-size:12px;
	line-height: 24px;
	border-top: 1px solid #868686;
	    letter-spacing: -0.01em;
}

#cont_box .box2 p{
	padding: 10px 0 10px 0;
}
#cont_box .att_nav {
	border-top: 1px solid #868686;
}
#cont_box .att_nav li {
	display: block;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #868686;
}
#cont_box .att_nav a {
	vertical-align: middle;
}

/* オーバーダイ */
#product.overdye #cont_box .box2 {
	border-top: none;
}
#product.overdye #cont_box .box2 p {
	border-top: 1px solid #868686;
	margin-top: 20px;
}

#product.overdye .price {
	font-size: 16px;
	letter-spacing: 0.1em;
	padding: 10px 0;
	letter-spacing: 1px;
}
#product.overdye .price span {
	font-size: 11px;
	letter-spacing: 0;
}



/* #itemList */
#product #itemList {
	width: 914px;
	padding-top: 50px;
	margin: 30px auto;
	font-size: 17px;
}

#product #itemList ul {
	display: table;
    margin: 0 auto;
}
#product #itemList li {
	vertical-align: top;
	display: inline-block;
	padding: 0 15px 60px 15px;
	text-align: center;
}
#product #itemList.broochs li {
	padding: 0 15px 110px 15px;
}
#product #itemList .itemPhoto {
	position: relative;
	text-align: center;
	display: block;
}
#product #itemList .itemPhoto .btn_zoom {
	display: block;
	position: absolute;
	right: 0;
	top: -22px;
}

#product #itemList .price {
	font-size: 16px;
	line-height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	letter-spacing: 1px;
}
#product #itemList .price span {
	font-size: 11px;
	letter-spacing: 0;
}

.shipping, .stock {
	color:#C1181F;
	font-size: 12px;
	display: block;
	padding-top: 2px;
}

/* banner */ 
#product #banner{
	text-align: center;
	padding: 0 0 90px 0;
}
#product.overdye #banner{
	padding: 80px 0 90px 0;
}

/* archive */ 
#product #archive{
	margin-top: 60px;
	background:#FFFFFF;
	width: 800px;
	margin: 0 auto;
	position: relative;
	border-top: 1px solid #4D4D4D;
	border-bottom: 1px solid #4D4D4D;
}

#product #archive h4{
	margin-top: -18px;
}
#product #archive .archive_inner {
	padding: 30px 0 50px 0;
}
#product #archive .archive_inner li.arch02{
	padding: 0 60px 0 75px;
}
/* goTopBtn */ 
#goTopBtn{
	text-align: center;
	margin-top: 100px;
	margin-bottom: 100px;
}

/* [PC] For Attention Page 
 * --------------------------------------------------------*/
#cont_att .box {
	width: 560px;
	margin: 0 auto;
	text-align: left;
	font-family: "リュウミン L-KL", "Ryumin Light KL", serif;
	font-size: 16px;
	line-height: 31px;
	color: #000000;
	padding-top: 50px;
	margin-bottom: -30px;
}
#cont_att h1{
	font-size: 26px;
	padding-bottom: 36px;
}

#cont_att .area {
	margin: 30px 0;
}
#cont_att .area h2{
	font-size: 22px;
	padding-bottom: 30px;
}
#cont_att .area p{
	padding-bottom: 40px;
}
#cont_att .area p.red{
	color: #C1181F;
	font-size: 20px;
	padding-bottom: 5px;
}

#cont_att .photo {
	padding-top: 5px;
}	

#cont_att .photo .cap{
	font: 12px;
}	


/* [PC] For Interview Page 
 * --------------------------------------------------------*/
#interview .wrapper {
	padding-bottom: 50px;
}
#interview #cont_box {
		font-family: "リュウミン L-KL", "Ryumin Light KL", serif;
	font-size: 16px;
	line-height: 34px;
	letter-spacing: -0.05em;
	padding-bottom: 80px;
}
#interview #cont_box .box1 a {
	text-decoration: underline;
}
#interview #cont_box .box1 a:hover {
	text-decoration: none;
}

#interview #cont_box .box1 .yodogawa{
	    font-size: 20px;
    padding-bottom: 50px;
    line-height: 2em;
        font-weight: bold;
 }  
  
#interview #cont_box .box2 {
	border:none;	
}

#interview #cont_interview {
	background-color: #EFF8FE;
	margin-bottom: 60px;
	padding-bottom: 80px;
}

#interview #cont_interview h2 {
	padding-bottom: 60px;
}

#interview .cont_talk {
	width: 620px;
	margin: 0 auto;
	text-align: center;
}

#interview .cont_talk .lazy{
	margin: 50px 0;
}

#interview .cont_talk .photo{
	box-sizing:border-box;
	border: 4px solid #FFFFFF;
}
#interview .cont_talk p{
	width: 500px;
	margin: 0 auto;
	text-align: left;
	padding-left: 5px;
}
#interview #heights{
	width: 800px;
	margin: 0 auto;
	margin-top: 105px;
	text-align: left;
	padding: 45px 0 35px 40px;
	border: 1px solid #4D4D4D;
	font-family: "リュウミン L-KL", "Ryumin Light KL", serif;
	
}

#interview #heights .txt{
	padding-left: 15px;
	font-size: 15px;
	line-height: 30px;
	letter-spacing: 0.05em;
}
#interview #heights h5{
	font-size: 26px;
	line-height: 45px;
}
#interview .capPhoto{
	margin: 50px 0;
}
#interview .capPhoto .lazy{
	margin: 0;
}
#interview .cap {
	font-size: 13px;
	display: block;
	margin-left: -55px;
}



/* sp
 * --------------------------------------------------------*/
@media only screen and (max-width: 479px) {
	body {width: 100%;margin: 0 auto;}
	img{max-width:100%;height:auto;}
	.fl,.fr {float: none;}
	.forPc{display:none;}
	.forSp{display:block;}
	
	
	/**/
	.hd_ttl_pc {display: none;}
	.hd_ttl_sp,.yodogawa_sp {display: block;}
	/**/
	
	#header {
		width: 95%;
		margin: 10px auto;
		padding: 0;
		text-align: center;
	}
	#header li {
		height: auto;
	}
	#header li.hd01 {
		width: 50%;
	}
	#header li.hd01 a{
		margin:0 20px;
    	display: table;
   }
	#header li.hd01 img{
		padding: 0;
	}
	#header li.hd02 {
		padding-top: 15px;
		border-right: none;
	}
	#header li.hd02 img{
		padding-right:0;
	}
	.wrap{
		width: 100%;
	}
	/* footer */ 
	#footer {
		padding-top:25px;
		padding-bottom:40px;
	}
	#footer .inner {
		margin:0 auto;
		width:95%;
		text-align: center;
	}
	#footer li.fb {
		margin-bottom: 10px;
	}
	#footer li.copyright {
		padding-top: 5px;
	}
	#footer .fl {
		margin-top: 30px;
		margin-bottom: 40px;
	}
	#footer .fr {
		text-align: center;
	}
	
	/* [sp] For index Page
	 * --------------------------------------------------------*/
	
	#index_hanbai #cont_box {
		 width: 90%; 
		margin : 0 auto;
		padding-top: 60px;
	}
	
	#index_hanbai #cont_box .box1 {
		margin: 0 auto;
		font-size:20px;
		line-height: 44px;
		letter-spacing: 0;
		padding-left: 0;
		 width: 95%; 
	}
	#index_hanbai #cont_box .box2  {
		margin: 0 auto;
		font-size:16px;
		line-height: 34px;
		letter-spacing: 0.01em;
		border-top: 0;
		width: 95%; 
	}
	
	#index_hanbai .hanbai_icon {
		padding-top: 40px;
		padding-bottom: 20px;
		    margin: 0 auto;
  		display: table;
	}
	#index_hanbai .itemArea {
		background-color: #EFF8FE;
		width: 90%;
		margin: 60px auto 30px auto;
		padding: 30px 10px 30px 20px;
		box-sizing: border-box;
	}
	
	#index_hanbai .itemArea li {
		width: 100%;
		padding-bottom: 80px;
	}
	#index_hanbai .itemArea li.arch02 {
		padding: 0 20px 80px 0;
	}
	#index_hanbai .itemArea li.arch03 {
		padding-bottom: 30px;
	}
	
	
	#index_hanbai .itemArea img {
		vertical-align: bottom;
	}
	#index_hanbai .itemArea img.ttl {
		padding-top: 10px;
	}
	#index_hanbai .itemArea ul {
		padding-top: 10px;
	}
	#index_hanbai #hanbai_info {
		width: 100%;
		font-family: "リュウミン L-KL", "Ryumin Light KL", serif;
		font-size:15px;
		line-height: 34px;
		letter-spacing: 0;
		border: 1px solid #4D4D4D;
		position: relative;
		z-index: 77;
		    box-sizing: border-box;
		padding: 0 15px 0 15px;
		margin: 20px auto 134px auto;
	}
	
	#index_hanbai #hanbai_info .inner {
		z-index:888;
		background-color: #fff;
		    margin-top: -17px;
	    margin-bottom: -17px;
	    padding: 30px 5px 30px 5px;
	}
	
	#banner {
		padding: 50px 0;
		text-align: center;
	}
	
	/* [sp] For Product Page
	 * --------------------------------------------------------*/
	.wrapper_slide{
		width: 100%;
		height: auto;
		margin-top: 0;
	}
	.wrapper{
		width: 95%;
		overflow-x: hidden;
	}	
	/* [sp] 着用クレジット */
	.wear_pc{display: none;}
	.wear_sp{display: block;}
	.wear_pc_box{display: block;}
	#wearing{
		width: 100%;
		padding: 10px 0 15px 0;
		display: none;
	}
	#product #wearing {
		padding: 0;
	}
	/* sliderArea *//* hdNav */
	#sliderArea {
		margin-top: 0;
		height: 100%;
		position: relative;
	    padding-bottom: 60px;
	}
	#product .bx-wrapper .bx-pager,#product .bx-wrapper .bx-controls-auto {
		 bottom: -30px; 
	}
	
	/* [sp] archive */ 
	#product #archive{
		margin-top: 60px;
		width: 100%;
		text-align: center;
		padding: 30px 0;
		box-sizing: content-box;
	}
	#product #archive h4{
		margin-top: -47px;
	}
	#product #archive img{
		vertical-align: top;
	}
	#product #archive .archive_inner {
		padding: 30px 0 20px 0;
	}
	#product #archive li{
		padding: 0;
		width: 30%;
		display: inline-block;
	}
	#product #archive .archive_inner li.arch02{
		padding: 0 5px;
	}
	
	/* goTopBtn */ 
	#product #goTopBtn{
		text-align: center;
		margin-top: 60px;
		margin-bottom: 40px;
	}
	/* [sp]  ------------------------- */
	#product.brooch #sliderArea {
		width: 100%;
		height: 100%;
	}
	
	#cont_box {
		width: 90%;
		padding-top: 30px;
	}
	#cont_box .box1 {
		width: 100%;
		padding-bottom: 30px;
	}
	#cont_box .box2 {
		display: table;
	    margin: 0 auto;
	}
	/* #itemList */
	#product #itemList {
		width: 98%;
		padding-top: 50px;
		margin: 30px auto;
		font-size: 17px;
	}
	#product #itemList ul {
		display: table;
	    margin: 0 auto;
	}
	#product #itemList li {
		padding: 0 5px 45px 5px;
		width: 30%;
	}
	#product #itemList .itemPhoto .btn_zoom {
		display: block;
		position: absolute;
		bottom: 5px;
		width: 1em;
	}
	#product #itemList .price span {
		font-size: 10px;
		letter-spacing: -1px;
	}
	/* [sp] For Attention Page 
	 * --------------------------------------------------------*/
	#cont_att .box {
		width: 90%;
		margin: 0 auto;
		font-size: 14px;
		line-height: 29px;
		padding-top: 50px;
	}
	
	#cont_att .box h1{
		font-size: 28px;
	}
	
	#cont_att .area {
		margin: 30px 0;
	}
	#cont_att .area h2{
		font-size: 20px;
		padding-bottom: 20px;
	}
	#cont_att .area p{
		padding-bottom: 20px;
	}
	#cont_att .area p.red{
		color: #C1181F;
		font-size: 18px;
		padding-bottom: 0;
	}
	#cont_att .photo {
		padding-top: 5px;
	}	
	
	#cont_att .photo .cap{
		font: 10px;
	}	
	
	
	
		
	/* [sp] For Interview Page 
	 * --------------------------------------------------------*/
	#interview .wrapper {
		 padding-bottom: 0; 
	}
	#interview #sliderArea {
	    padding-bottom: 0;
	}
	#interview #cont_box {
		font-family: "リュウミン L-KL", "Ryumin Light KL", serif;
		font-size: 16px;
		line-height: 34px;
		letter-spacing: -0.05em;
		padding-bottom: 80px;
	}
	
	#interview #cont_box .box1 .yodogawa{
	    font-size: 17px;
	} 
	#interview #cont_box .box1 a {
		text-decoration: underline;
	}
	#interview #cont_box .box1 a:hover {
		text-decoration: none;
	}
	#interview #cont_box .box2 {
		border:none;	
	}
	
	#interview #cont_interview {
		background-color: #EFF8FE;
		padding-bottom: 50px;
	}
	
	#interview #cont_interview h2 {
		padding-bottom: 30px;
	}
	
	#interview .cont_talk {
		width: 90%;
		margin: 0 auto;
		text-align: center;
	}
	
	#interview .cont_talk .lazy{
		margin: 30px 0;
	}
	
	#interview .cont_talk .photo{
		box-sizing:border-box;
		border: 4px solid #FFFFFF;
	}
	#interview .cont_talk p{
		width: 100%;
		margin: 0 auto;
		text-align: left;
		padding-left: 0;
	}
	#interview #heights{
		text-align: center;
	    box-sizing: border-box;
		width: 98%;
		margin: 0 auto;
		margin-top: 45px;
		margin-bottom: 10px;
		padding: 25px 0 35px 0;
		
	}
	#interview #heights .txt{
		padding-top: 20px;
		padding-left: 2;
		font-size: 15px;
		line-height: 30px;
		letter-spacing: 0.05em;
				text-align: left;
	}
	#interview #heights h5{
			font-size: 26px;
			line-height: 45px;
		}
		#interview .capPhoto{
		margin: 30px 0;
	}
	#interview .capPhoto .lazy{
		margin: 0;
	}
	#interview .cap {
		font-size: 13px;
		display: block;
		margin-left: 0;
		text-align: left;
	}
	
	


}