@charset "UTF-8";

html { 
	font-size: 62.5%; 
}
.lead{
	font-weight: 400;
}
body{
	color: #262626;
	font-weight: 400;
}

.show_pc{
display:inline-block;
}
.show_pc2{
display:none;
}
.show_sp2{
display:block;
}
.show_sp{
display:none;
}
.no_tabsp{
display:none;
}

ul li{
/*list-style:none;*/
/*font-size: 1.3rem;*/
line-height: 1.5;
}
.gototop{
	text-align:right;
}
.shopimg{text-align:center;}

table {
    border-top: 1px solid #ccc;
    /*border-left: 1px solid #ccc;*/
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}
table th {
		padding:1%;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #333;
    background-color: #f0f0f0;
    font-weight: normal;
}
table td {
		padding:1%;
    /*border-right: 1px solid #ccc;*/
    border-bottom: 1px solid #ccc;
}
h4{
	font-size: 18px;
}
@media screen and (max-width:640px){
	h4{
		font-size: 4vw;
	}
}

dt,dd{
	font-weight: 400;
}
a{
	vertical-align: middle;
}

select,input[type="text"],input[type="search"],input[type="tel"],input[type="email"] {
	font-size: 16px;
	/*transform: scale(0.9);*/
}

/*共通*/
.flex-box {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
}
.flex-box img{
	max-width: 100%;
}
.lead-txt{
	font-size: 14px;
	margin: 0 0 20px;
}


.title,
.title2 {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 30px;
	border-bottom: 2px solid #4c4c4c;
	font-weight: normal;
	padding: 10px 0 0;
	margin: 0 0 20px;
	text-align: left;
}
.title2  {
	font-size: 1.5rem;
	line-height: 1.4;
	box-sizing: border-box;
	vertical-align: bottom;
	padding-bottom: 4px;
	margin: 20px auto!important;
	text-align: center;
}
.title .title_span{
	/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	color: #717171;
	font-size: 12px;
	margin-left: 1em;
	display: inline-block;
	padding-bottom: 4px;
}
.title2 .title_span{
	display: none;
}
.guide_title{
 border-bottom: 1px dashed #333;
	margin: 1em 0 1em;
	padding:0 0 .2em 1em;
	font-size:1em;
}
.guide_pay_bank {
	padding: 3%;
	margin: 10px 0;
	border: solid 2px #ccc;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.guide_intro img{
	display: inline-block;
	vertical-align: middle;
	width:48%;
	margin-right: 1%;
}
.guide_intro p{
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	width: 48%;
	font-size: .8rem;
	line-height: 1.6;
	margin: 20px auto;
}
.guide_a {
font-size: .8em;
	line-height: 1.6;
}
.guide_a dt {
	margin: 20px 0 5px;
}
.guide_a table {
	font-size: 13px;
	margin-bottom: 10px;
}
.guide_a tr td {
	line-height: 1.3;
}
.guide_a .flL {
	width: 100%;
}
.guide_a .flR {
 	width: 100%;
	text-align: center;
}
.guide_a .flR img {
	text-align: center;
}
.guide_a .guide-tel{
	margin: 20px auto 10px;
	text-align: center;
}
.guide_a .guide-tel p{
	margin: 10px auto 0;
	text-align: left;
}
.guide_a .guide-tel>img{
	width: 48%;
	max-width: 360px;
	height: auto;
	text-align: center;
	margin-bottom: 10px;
}
.guide_a .guide-tel>div{
	width: 44%;
	display: inline-block;
	margin: 0 2%;
	vertical-align: top;
}
.guide_a .guide-tel ul{
 	display: block;
	margin-bottom: 2px;
	border: 2px dotted #C8C8C8;
	padding: 10px;
	box-sizing: border-box;
}

.guide_a .guide-tel li{
	margin-bottom: 2px;
	font-size: .7rem;
}
.guide_shipping{
	margin-bottom: 10px;
}
.guide_shipping .flL, .guide_shipping .flR{
	display: inline-block;
	text-align: center;
	width: 48%;
}
.guide_shipping .flL img, .guide_shipping .flR img{
	display: inline-block;
	max-width: 240px;
	height: auto;
	padding: 0;
	margin-bottom: 10px;
	text-align: center;
	border: 1px solid #ddd;
}
.guide_shipping .flL p ,.guide_shipping .flR p {
	font-size: .9rem;
	font-weight: 600;
	margin-bottom: 5px;
}

@media screen and (max-width:640px){
	.guide_intro img{
		display: inline-block;
		vertical-align: middle;
		width:100%;
		margin-right: 0;
	}
	.guide_intro p{
		display: inline-block;
		vertical-align: middle;
		text-align: left;
		width: 100%;
		line-height: 1.6;
	}
	
	.guide_a .guide-tel>img{
		width: 100%;
		max-width: 360px;
		height: auto;
		text-align: center;
		margin-bottom: 10px;
	}
	.guide_a .guide-tel>div{
		display: inline-block;
		width: 100%;
		margin: 0 auto;
		vertical-align: top;
	}
	
	.guide_shipping .flL, .guide_shipping .flR{
		width: 100%;
		text-align: center;
	}
	.guide_shipping .flL img, .guide_shipping .flR img{
		width: 100%;
		max-width: 280px;
		height: auto;
	}	
}

.delivary_area_tit {
	font-size: 14px;
	font-weight: 600;
	border: 1px solid #ccc;
	display: block;
	padding: 8px 5px;
	margin: 20px auto 10px;
}

.faq_t, .faq_a {
	padding-left: .5em;
}
.faq_t {
	font-weight: 600;
	border-bottom: dotted 1px #999;
}
.faq_a {
	margin-top: 5px;
	margin-bottom: 10px;
}
.faq_t:before {
	content: "Q．";
	font-size: .9em;
	font-weight: 600;
	color: #666;
}
.faq_a:before {
	content: "A．";
	font-size: .9em;
	font-weight: 600;
	color: #ff0000;
}
.order_flow_3_mail ul {
	float: left;
	width: 100%;
	padding-left: 15px;
}
.order_flow_3_mail {
	border : 1px #ccc solid;
	padding: 15px;
	margin: 10px 0;
}
.order_flow_3_mail li {
	list-style-type: disc;
}


.a_mailorderlaw {
    background: rgba(0, 0, 0, 0) url("/files/images/ico00.gif") no-repeat scroll 0 5px;
    margin: 10px 0 10px 0;
    padding: 0 0 0 15px;
}
.guide_check {
	padding: 14px;
	border: double 4px #ccc;
	margin: 25px 0 20px;
}
.guide_check span {
	font-size: 14px;
	font-weight: 600;
}
.guide_check li {
	background: url("/files/images/icon_guide_check.gif") no-repeat 0 0;
	padding: 2px 0 3px 35px;
	font-size: 14px;
}
.delivb{
	margin: 10px 0 25px;
}

.delivb span {
	font-size: 13px;
	font-weight: 600;
	display: block;
	margin-bottom: 5px;
}
.delivb span.delivb_subtit {
	padding: 5px;
	border: solid 1px #ccc;
}

img{
max-width: 100%; 
height:auto;
}
.required {
    color: red;
}

.textLeft{text-align:left;}
.textRight{text-align:right;}
.textCenter{text-align:center;}

.bold {
    font-weight: 600 !important;
}
.m_right5{margin-right:5px;}
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt25{margin-top:25px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}
.mt100{margin-top:100px;}

.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb25{margin-bottom:25px;}
.mb30{margin-bottom:30px;}
.mb50{margin-bottom:50px;}
.mb60{margin-bottom:60px;}

.pt10{padding-top:1.8%;}
.pr10{padding-right:1.8%;}


}

.fs-16{font-size:66%; line-height:1.3;}
.fs-18{font-size:75%; line-height:1.3;}
.fs-20{font-size:83%; line-height:1.3;}
.fs-24{font-size:100%; line-height:1.3;}
.fs-26{font-size:108%; line-height:1.3;}

.fs-30{font-size:125%; line-height:1.3;}
.fs-32{font-size:141%; line-height:1.3;}
.fs-34{font-size:124%; line-height:1.3;}
.fs-36{font-size:150%; line-height:1.3;}
.fs-38{font-size:158%; line-height:1.3;}


/*フォントカラー*/
.red{color:#ff0000;}
.blue{color:#4682b4;}
.blue2{color:#4f8abc;}
.gray1{color:#333;}


.checkItemname a{
    color: #000;
    font-size: 94%;
    text-decoration:none;
}

.sofapage_title01 {
    text-align: center;
    margin: 20px 4%;
    font-size: 14px;
}
a.alpha{text-decoration: none;}
a:hover.alpha{	opacity:0.7;}


#slideshow02,
.headerMenu p ,
.footlinfbox,
.saerchBox,
.headerMenu iframe,
.sidecontentsbox1,
.sidecontentsbox2,
.sidecontentsbox3,
.footerS,
.topuserVoice,
.h2_userVoice,
.sidecontentsbox3,
.side .calender,.sideContents,
.dmcontents ,.sofasubbnr,.h2_CraProduct,
.topCateBoxCra,.h2_QhProduct,.topCateBoxQh,
.bnrAria_2dan,#image-navigation-text,.chestbox01,.head_slidemenu{
display:none;
}

.headlogo img{
width:50%;
height:auto;
}

.headlogo{
width:100%;
background-color:#fff;
display:block;
}


.header{
background-color:#3c3c3c;
margin-bottom:2em;
}

.cnt_standard{
//font-size:0.75em;
//padding:0.2em;
    font-weight: 100;
}

.headerMenu{
background-color:#3c3c3c;
}

.headerNavi{
width:100%;
background-color:#3c3c3c;
list-style:none;
clear: both;
}

.headerNavi li a{
display: block;
background-color:#3c3c3c;
    float: left;
    height: auto;
    width:30%;
}
.bnrAria{
clear:both;
margin-top:2em;
}

.bnrAria img{
width:48%;
height:auto;
margin:0px auto 0.5em;
text-align:center;
float:left;
margin:1%;
}
.bnrAria2{
	width: 100%;
	margin-bottom: 1em;
	text-align: center;
	padding: 10px 0;
	margin-bottom: 20px;
	background-image: url(/files/images/common/showroom_img_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: auto;
	background-size: 150%;
}
.bnrAria2 img{
	max-width: 40%;
}
.bnrAria2 a {
	text-decoration: none;
}
.bnrAria2 p {
	margin: 8px 5px 5px !important;
	font-size: 1.34em;
	font-weight:400;
	line-height: 1.2;
	color: #ffffff;
	text-shadow:.5px .5px 4px #000000;
}

/*ショールームギャラリー検証中*/
#mainImage {
position: relative;
}

#mainImage .bnrAria2-1 a {
position: absolute;
top: 45%;
left: 50%;
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
margin: 10px 5px 5px !important;
width: 94%;
font-size: 1.2em;
font-weight:500;
line-height: 1.2;
color: #fff;
text-shadow:0px 0px 4px #000;
text-align: center;
text-decoration: none;
text-shadow:2px 2px 4px #000;
}
#mainImage img {
	padding-top: 10px;
	margin-bottom: 5px;
}
#imageList img {
	width:34px;
	height:34px;
	object-fit: cover;
}
#imageList ul{
	text-align: center;
	margin-bottom: 20px;
}
#imageList ul li{
	display: inline-block;

}
.shopButton {
	position: relative;
	display: inline-block;
	border-radius:18px;
	padding:4px 26px 2px;
	background-color: #fff;
	color:#333;
	font-weight:bold;
	text-align: center;
	font-size: .6em;
	margin: 5px auto;
	text-shadow: none;
}
.shopButton:hover {
	color:#999;
}
.shopButton:after {
	position: absolute;
	top: 50%;
	right: .25em;
	content: '';
	margin-top: -5px;
	border: 7px solid transparent;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-color: #cf7b0e;
	transition: all .2s;
}

@media screen and (max-width:640px){
.bnrAria img{
width:100%;
height:auto;
margin:0px auto 0.5em;
text-align:center;
margin:1%;
}
	
/*.show_pc{
display:none;
}
.show_sp2{
display:block;
}
.show_sp{
display:block;
}*/

}

@media screen and (max-width:540px){
	.show_pc{
	display:none;
	}
	.show_pc2{
	display:none;
	}
	.show_sp2{
	display:block;
	}
	.show_sp{
	display:block;
	}
	.no_tabsp{
	display:none;
	}

}
.smphome_topbanner {
	text-align: center;
	padding-top: 1em;
}
.smp_reco {
	margin-bottom: 1em;
}
.newArrival,
.topOriginal {
	/*margin-bottom:.5em;*/
}
.newArrival ul {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: center;
}
.newArrival li {
	width: 48%;
	padding: 1%;
}
.newArrival a{
	/*width:48%;*/
	width: 100%;
	display: inline-block;
	vertical-align: top;
	text-align:center;
	color: #333;
	float: left;
	min-height:210px;
	font-size: .88em;
	padding: 10px 1% 1%;
	/*margin-top: 10px;*/
/*	text-decoration: none;*/
}
.newArrival img{
	margin-bottom: 10px;
}
.pick-img{
}
.newArrival .price{
	display: block;
	padding: 4px 8px;
	margin: 10px 4px 0;
	background-color: #F2F2F2;
	text-align: center;
}
/*201704 TOP ピックアップ商品の三角*/
.newArrival_triangle {
	margin-top: 5px;
	position: relative;
	padding-top:12px;
 background-image: linear-gradient(135deg, #EF7C2E 8px, transparent 0);
}

/*トップ コーディネート*/
.top-coordinate{
	margin: 20px auto 0 ;
	text-align: center;
}
.top-coordinate a{
	text-decoration: none;
}
.top-coordinate li{
	display: inline-block;
	width: 100%;
	height: auto;
	vertical-align: top;
	margin: 0 0 10px;
	text-align: left;
}
.top-coordinate li a>img{
	width: 48%;
	max-width: 250px;
	padding-right: 5px;
}
.top-coordinate li .text{
	width: 48%;
	/*float: right;*/
	display: inline-block;
	vertical-align: top;
}
.top-coordinate li .ttl{
	margin: 0 auto 0;
}
.top-coordinate li .ttl img{
	width: 90%;
	height: auto;
	max-width: 200px;
}
.top-coordinate li .ttl span{
	display: block;
	width: 20px;
	font-size: .7em;
	border: 1px solid #ccc;
	padding: 2px 8px 1px;
	margin: .5em .5em .8em .8em;
	float: right;
}
.top-coordinate li a{
	color: #000;
}
.top-coordinate li p br{
	display: none;
}
.top-coordinate li p{
	font-size: .85em;
	margin: 4px 0 0 0;
	line-height: 1.4;
}
.top-coordinate li p.date{
	font-size: .8em;
	color: #e37b40;
	font-weight: 600;
}
.top-coordinate li p.l-itemname a{
	text-decoration: underline;
}

.topCateBoxCra01{
width:33%;
float:left;
}
.topCateBoxCra01 p{
	text-align: center;
	padding:0px;margin:0px;
}
.topCateBoxCra01 a{
	text-decoration: none;
}

.topCateBoxCra01 .lineright{
	border-right: 1px solid #ccc;
}

.topCateBox01 a{
	//width:129px;
	height: 4em;
	display:block;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-top: 2em;
}

.topCateBox01 a img{
	float:right;
	padding-top: 1em;
	padding-right: 0.5em;
}

.topCateBox02{
	padding-bottom:1.5em;
}

.topCateBox02 a{
height:15em;
	overflow: hidden;
	display:block;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-align: center;
font-size:0.9em;
}

@media screen and (max-width:400px){
.topCateBox02 a{
height:12em;
	overflow: hidden;
	display:block;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-align: center;
font-size:0.9em;
}

}
.topCateBox02 a img{
	margin:1.5em 1.5em 1em;
	width:75%;
}

.topOriginal img{
	float:left;
	margin:5px;
	width: 100%;
}

.topOriginal a{
width:48%;
height:auto;
float:left;
padding:1%;
display:block;
}
.topOriginal .flL{
	width:49%;
	margin: 0 !important;
	padding: 0 !important;
	float: left;
display:inline-block;
}
.topOriginal .flR{
	width:49%;
	margin: 0 !important;
	padding: 0 !important;
	float: right;
	display:inline-block;
}
.topOriginal .flL a,.topOriginal .flR a{
	width:100%;
	margin: 0 !important;
	padding: 0 !important;
}
.topOriginal .flL img, .topOriginal .flR img{
	margin: 0!important;
}
.top_ranking{
	margin: 20px auto;
}
.top_ranking .flL{
	width:49%;
	margin: 0 !important;
	padding: 0 !important;
	display:inline-block;
}
.top_ranking .flR{
	width:49%;
	margin: 0 !important;
	padding: 0 !important;
	display:inline-block;
}
.top_ranking img{
	width: 100%;
	margin: 0!important;
}

.bnrLeft{
display:inline-block;
width:48%;
}

.bnrRight{
//float:right;
//width:48%;
}

/*商品*/

.imgonmouse {
  margin: 10px;
  overflow: hidden;
  width: 100%; 
}
.imgonmouse img {
  margin-top: 10px;
  margin-bottom: 10px;
}
.imgonmouse ul {
  padding: 0px;
  margin-top: 0px;
}
.imgonmouse ul li img {
  height: auto;
  padding: 2px;
width: 23%;
float:left;

}
.imgonmouse ul li {
  list-style-type: none;
  margin: 0px;
  padding: 0px;

}

.itemspec_center{
//float:right;
//width:48%;
//height:10em;
text-align:center;
}

.itemspec_center .sale_price .price{
-moz-margin-start:0px;
font-size:1.5em;
font-weight:bold;
color:#ff0000;
}


#detailphotobloc{
text-align:center;
}

#detailphotobloc .photo img{
text-align:center;
width:100%;
max-width:500px;
margin:0px auto;
}

.cartbox{
border-top:1px solid #b5b5b6;
padding-top:20px;
text-align:center;
}
.cartin { width:90%;margin:0 auto;margin-bottom:4%;}
.cartin img{ height:auto;}

.cartbox p.mb5{margin-bottom:3%;}
.cartbox p.pop{margin:3% 0 5% 0;}
.cartbox p a{
text-decoration:none;
color:#444444;
font-size:80%;
}
.haiso_box{margin-top:9%;}
.haiso_detail{
margin:3% 0 10px 0;
font-size: 0.9em;
}


.photo{
width:96%;
text-align:center;
//float:left;
//height:10em;
margin:0px auto;
}

.fukidasipop {
	background-color: hsl(0, 68%, 42%);
	border-left: 10px solid hsl(0, 68%, 42%);
	border-top: 10px solid hsl(0, 0%, 100%);
	color: hsl(0, 0%, 100%);
	display: none;
	left: 10px;
	padding: 10px;
	position: absolute;
	text-decoration: none;
	top: 5px;
}

.sideContents{
	border:1px solid #e2e2e2;
}

.footer{
	font-size:0.75em;
	background-color:#d4d4d4;
	padding:1em;
}

.fl_left{
	width:49%;
	float:right
}

.fl_right{
	width:49%;
	float:right;
}
.flL {
	float: left;
	margin: 0 10px 10px 0;
}
.flR {
	float: right;
	margin: 0 0 10px 10px;
}
.side .smcat{
	margin:2em 0;
}

.smcat a{
	display: block;
	width: 80%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #444;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
margin:0px auto;

	/* Gradient */
	background: #f6f6f6; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f6f6f6 0%, #dedede 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#dedede)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f6f6f6 0%,#dedede 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f6f6f6 0%,#dedede 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f6f6f6 0%,#dedede 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f6f6f6 0%,#dedede 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#dedede',GradientType=0 ); /* IE6-8 */
}
.smcat a:hover {
	color: #222;
	background: #f8f8f8;
}

.calender .gbgr{
background-color:#b2b2b2;
}

.news_contents{
font-size:0.8em;
}

.safapage .fl_right img,.safapage .fl_left img{
width:100%;
}

.safapage .fl_right,.safapage .fl_left{
width:80%;
float:none;
margin:0.5em auto;
}

.dtpage .fl_right,.dtpage .fl_left {
width:80%;
float:none;
margin:0.5em auto;
}

.dtpage .fl_right img,.dtpage .fl_left img{
width:100%;
float:none;
}

.safapage .sfp02{
display:none;
}

#mattless table{
display:none;
}

form　.one2{
margn:1em 0;
}

.attention{
color:#ff0000 !important;
}


.list_item_box {
    border:none !important;
    padding: 10px 5px;
    text-align: left;
    /*width: 47%;*/
	display: inline-block;
	vertical-align: top;
}
.pickup .list_item_box {
    height: 262px;
}
.pickup .list_item_box .textOverflow a{
    font-size: 90%;
    color:#000000;
}
#arrCheckItems .list_item_box {
}

#tab {
margin:2em auto;	
}
#tab li{
width:33%;
float:left;
text-align:center;
padding:1em 0;
font-size:18px;
border-left:1px solid #d2d2d2;
border-right:1px solid #d2d2d2;
margin-left:-1px;
cursor: pointer;
display:block;
}

#tab li img{
width:80%;
}

.smp_head_menu a{float:left;margin:0 0.5%;width:13.25%;display:block;}
.header,.smcat,.side,#smp_scene{display:none;}

.h1box{
    font-size: 9px;
    color: #b3b3b3;
    padding: 0.5em;
    font-weight: normal;
}


input, button, textarea, select {
	display:inline-block;
	/*width: 96%;*/
	/*margin: 5px;*/
}
input[type="text"],
select,
input[type="button"] {
	border: 1px solid #666;
	padding: 0.2em;
}
input[type="email"]{
	width: 100%;
		
}
	
input:focus,input:hover
{background:#acf3ff;}
textarea
{width:70%; font-size:120%; padding:5px; height:50px;}
textarea:focus,textarea:hover
{height: 150px;background:#acf3ff;}

/* ヘッダー */
.smp_header_in img#smp-logo { /*ロゴ通常*/
	width: 180px;
	margin: 0 8px 8px; }

.smp_header_in{background-color:#fff;padding:0;margin:0px;}
.smp_header h1{font-size:9px;color:#b3b3b3;padding: 0.5em;font-weight:normal;}

.bnrAria_3dan{margin:10px 0; text-align: center;}
.bnrAria_2dan a{display:block;float:left;margin-right:1px;width:44%;margin-top:15px;}
.bnrAria_2dan_Right {display:block;float:right;margin:0;width:44%;margin-top:15px;}
.bnrAria_3dan a{display:block;float:left;margin:1%;width:48%; text-align: right;}
.bnrAria_3dan_Right {display:block;float:right;margin-right:0 !important;width:32%;margin-top:15px;text-align: left;}
.bnrAria_3dan a:nth-child(even){display:block;float:left;margin:1%;width:48%; text-align: left;}

#new3d .recommendation {
    background-color: #cccccc;
    padding: 1%;
    font-size:98%;
}
#new3d img{
vertical-align: bottom;
}
.page_3d_btn{
margin:2% 0;
}
.page_3d_btn li{
margin:2% 0;
}
.itunes_apple{text-align:center;margin:2% 0;}
.itunes_apple img{width:50%; height:auto;}

.try_3d_dl dt{display:none;}
.newsbox{height:7em;overflow:auto;margin-bottom: 30px;}
.newslist{margin:1em auto;}
.newsdate{/*float:left*/;margin:0.5em auto; display: inline; padding-right: .3em;}
.newstext{/*float:left*/;margin:0.5em auto; display: inline; padding-bottom: .5em;}

#new3d div.new3d_cont form table tbody tr th{
width:98% !important;
padding:2% 1% !important;
display: block !important;
}
#new3d div.new3d_cont form table,
#new3d div.new3d_cont form table tbody{
display: block;
}
#new3d div.new3d_cont form input[type="name"],
#new3d div.new3d_cont form input[type="text"], 
#new3d div.new3d_cont form input[type="button"],
#new3d div.new3d_cont form input textarea,
#new3d div.new3d_cont form input[type="tel"],
#new3d div.new3d_cont form input[type="number"]{
	font-size: 16px;
	/*transform: scale(0.9);*/
}
#new3d div.new3d_cont form label{
	font-weight: 400;
	line-height: 1.4;
	margin: 0;
}	
	
#new3d div.new3d_cont form table tbody tr td{
width:98% !important;
padding:2% 1% 3% 1% !important;
display: block !important;
line-height:1.4;
border-right: 0px solid #ccc;
border-bottom: 0px solid #ccc;
}
#new3d div.new3d_cont form table tbody tr{
display: block !important;
width: 100%;
}
.coloer3d{
display:inline-block;
    font-size:70%;
width:32%;
}
.new3d_box{
padding-bottom:42%;
    background:url(/files/images/3d/new3d_img.jpg) no-repeat 50% bottom;
background-size:60% auto;
}
.new3d_title{font-size:130%;margin-bottom:2%;}
.new3d_p{margin-bottom:3%;}


/*商品画像切り替え201502*/
#image-navigation ul li a {
  display:block;
  width:100%;
  //height:50px;
  float:left:
}
#image-navigation{
//height:100%;
}
#image-navigation .navi-image img{
width:100%;
}
#image-navigation .navi {
float:right;
width:24%;
margin:0px;
padding:0px;
}
#image-navigation .navi ul{
margin:0px;
padding:0px;
}
#image-navigation .navi ul li a{
  float:left:
  display:block;
	margin-bottom:2px;
}
#image-navigation .navi ul li a img{
  width:100%;
}
#image-navigation .navi-image {
 float:left;
 width:75%;

}
#image-navigation .navi-image p{
 background-color:#fff;
margin-top:10px;
}
#image-navigation-text ul li a {
  display:block;
  color:#333;
}
#image-navigation-text .navi {
  float:right;
width:14%;
margin:0px;
padding:0px;
}
#image-navigation-text .navi ul{
margin:0px;
padding:0px;
}
#image-navigation-text .navi-image {
width:85%;
float:left;
}
#image-navigation-text .navi-image { position:relative;}
#image-navigation-text .navi-image a { display:block; }
#image-navigation-text .navi-image a { position:absolute; top:0; left:0; z-index:8; }
#image-navigation-text .navi-image a.active { z-index:10; }
#image-navigation-text .navi-image a.last-active { z-index:9; }

.navi_thum{
width:90%;
margin-right:5px;
}

#image-navigation-text {
width:100%;
margin-top:10px;
margin-bottom:10px;
}
#image-navigation-text .navi img{
width:98%;
margin-bottom:2px;
}
#image-navigation-text .navi-image img{width:100%;height:100%;}

#smp_scene div{
margin-bottom:1em;
}

.scene_smp #tab ul li{border:none;width:50%;}
.scene_smp #tab{float:right;width:28%;margin:0px;}
.scene_smp .contents{width:70%;}
.scene_smp #tab ul{margin:0px;padding:0px;}
.scene_smp #tab li{width:100%;padding:0px;}
.scene_smp #tab li img{width:95%;margin-bottom:1%;}

.colrs{float:left;width:17%;height:10em;margin-right;2px;line-height:1em;}
#nav1{margin:0px;padding:0px;}
#nav1 li{width:23%;margin-right:2%;margin-bottom:5px;}
.TabbedPanelsContent  dt{float:left;width:25%;}
.TabbedPanelsContent  dd{float:left;margin-left:1em;width:70%;}

#cee_box a{color:#fff;font-size:16px;padding:0.5em;text-align:right;}
#cee_box #cee_prev,
#cee_box #cee_next {
	background-size: 25px auto;
}
.detailarea{margin-top:2em;}

.haisouB{
	margin-top:9%;
	border:1px solid #b02929;
}
.haisouB_title{
	border-bottom:2px solid #b02929;
}
.haisouB01{font-size:120%;font-weight:bold;text-align:center;padding:4%;}
.haisouB02{padding:0 1.5% ;}
.haisouB02 img{float:left;width:22%;padding:0 1.5% ;}
.haisouB03 {padding:3% 3% 4% 3%;}
.haisouB04{color:#ffffff; padding:1% 1.5%; background:#666;margin-bottom:2%;}
.haisouB05{padding:3%;}

/*商品配送案内 20170322*/
.rakuraku-ttl {
	background-image:none;
	height: auto;
	width: 96%;
	max-width: 380px;
	margin: -50px auto 4px;
	padding-top: 50px;
	padding-bottom: .1em;
	text-align: center;
}
.rakuraku-ttl h3 {
	font-weight: 500;
	margin: 30px auto 0;
}
.fc-orange {
  color: #e37d43;
	font-weight: 600;
}
.rakuraku-bg {
	border-top: 1px solid #EAA926;
	margin: 0 auto 30px;
	padding: 14px 10px 40px;
	font-size: 18px;
	overflow: hidden;
	text-align: center;
	line-height: 1.5 ;
}
.rakuraku-bg p {
	font-size: .7em;
	margin-bottom: 10px;
}	
.rakurakuL, .rakurakuR {
	width: 100%;
	max-width: 280px;
	margin: 4px 1%;
}
.rakuraku-bg h4 {
	font-size: .8rem!important;
  margin: 20px auto 10px!important;
	text-align: left;
}	
.rakuraku-bg ul {
	font-size: .6em;
	text-align: left;
}

/* rakuraku renewal 201907 */
.rakuraku-ttl2 {
	width: 98%;
	max-width: 600px;
	text-align: center;
	margin: auto;
}
.rakuraku-ttl2 h3 {
	font-weight: 600;
	margin: 0 auto;
	text-align: center;
}
.rakuraku-bg2 .ttl-txt p {
	font-size: .8rem;
	padding: 0;
	margin-bottom: 10px;
}
.rakuraku-bg2 .ttl-txt p:first-child {
	font-size: 1rem;
	font-size: 3.3vw;
	font-weight: 600;
	margin-bottom: 20px;
}
.rakuraku-bg2 {
	margin: 20px auto;
	text-align: center;
	line-height: 1.5;
	font-family: 'Noto Sans JP', sans-serif;
	/*background: #FBFBB4;*/
}
.rakuraku-bg2 .rakuraku-inner {
	padding: 5em 20px 20px;
	margin: -25% auto 0;
	text-align: center;
	background: #FBFBB4;
}
.rakuraku-bg2 .rakuraku-img li {
	width: 48%;
	float: left;
	padding: 0.5% 1%;
}
.rakuraku-bg2 .rakurakuL, .rakuraku-bg2 .rakurakuR {
	width: 100%;
	max-width:inherit;
	margin: 0;
}
.rakuraku-bg2 .check h4 {
	font-size: .9rem!important;
  margin: 0 auto 10px!important;
	text-align: left;
}	
.rakuraku-bg2 .check {
	border: 10px solid #FBFBB4;
	padding: 15px 10px;
}
.rakuraku-bg2 .check ul {
	font-size: .75rem;
	text-align: left;
}

@media all and (max-width: 560px) {/*sp*/
	.rakuraku-bg2 .rakuraku-inner {
		padding: 5em 10px 20px;
		margin: -35% auto 0;
		text-align: center;
		background: #FBFBB4;
	}
	.rakuraku-bg2 .ttl-txt p:first-child {
		font-size: 5.5vw;
		margin-bottom: 10px;
	}
	.rakuraku-bg2 .ttl-txt p {
		font-size: 3.5vw;
		margin-bottom: 15px;
	}
}


.voiceBox_item{
	text-align: left;
}

div#customervoice_area .voicetitle {
    color: #333;
    font-weight: bold;
    margin-bottom: 1%;
}

div#customervoice_area .voicedate {
    margin-bottom: 3%;
}
.recommend_level {
    color: #ecbd00;
}
div#customervoice_area ul li {
    background: rgba(0, 0, 0, 0) url("../img/background/line_dot_01.gif") repeat-x scroll center bottom;
    margin-bottom: 3%;
    padding-bottom: 3%;
}
.review_bloc{
text-align:center;
line-height:2em;
margin-bottom: 20px;
}

#cate_top a img{float:left;width:30%;}

.cattitle_cabi{display:block;width:100%;}

.mat02{background-color:#ddd1b7;padding:1em;}
.mat07 p,.mat07a p{float:left;width:30%;margin-right:3%;}
.mat08{width:20%;}
.mat06{width:45%;float:left;}
.mat05{width:50%;float:right;}
.mat16{float:left;width:30%;}
.mat17{float:left;margin-left:3%;width:60%;}

.mat03 #tab li{width:24%;}

.ultimasize,.ultima_ashi p{width:135px;float:left;margin-right:10px;}
.ultimaop a{display:block;width:135px;float:left;margin-right:10px;}
.ultima_jirei a{display:block;width:23%;margin:1%;float:left;}

.jlsofa22 ,.jlsofa21{padding:1em;border:1px solid #333;margin-top:1em;}
.jlsofa22 img ,.jlsofa21 img{width:49%;float:left;}

.detail_sizebox{margin-bottom:2em;}
.detail_sizebox p{text-align: left;}
.sozai_color{display:block;width:15%;float:left;margin-right:1em;line-height:1em;font-size:12px;height:7em;}
#sozaifab{margin:0px; padding:0px;}
.sozai_001{margin-bottom:1em;}
.sozaibox #sozaifab.simpleMenu li ul{padding:0;}
#container.clearfix .ultimasofa #tab ul{padding:0;}
.sozaibox #sozaifab.simpleMenu li fieldset{
    width:85%;
    margin-bottom: 40px;
    padding: 2%;
}
.sozaibox_right1 ul#sozaifab.simpleMenu a.sozai_color.cee{
    color: #000000;
    text-decoration: none;
}
.sozaibox_left2 {
	text-align: center;
	font-size: .9em;
}
.sozaibox img{
	margin-bottom: 10px;
}
.shop_guide_li{
margin-bottom: 20px;
}

.shop_guide_li dl dt,.shop_guide_li dl dd{
float:left;
}
.shop_guide_li dl{width:49%;float: left; height:54px; margin: 2px 2px 10px 0; }
.shop_guide_li dl dt{width:16%; margin: 0 5px 0 0;}
.shop_guide_li dl dd{width:80%;padding:0;margin:0; font-size: .75em; line-height: 1.4; color: #333333; }
.shop_guide_li dl dt img{width:100%; height:auto; }
.shop_guide_li dl dd span{font-weight: 600; text-decoration: underline;}

.guide_headbox_ul {margin: 2px 2px 10px 0; overflow: hidden;}
.guide_headbox_ul li img {width:18%; margin: 0 5px 0 0; padding:0 0 5px 0; float: left;}
.guide_headbox_ul li {width:46%;float: left; padding:0 10px 0 0 ;margin: 0 ; font-size: .9em; color: #333333;}
.guide_headbox_ul li span {display: block; padding:6px 0 5px 0;}
.guide_headbox_ul li:last-child {float: none;}

.sgButton {
	position: relative;
	display: inline-block;
	border-radius:18px;
	padding:5px 30px 3px;
	background-color: #fff;
	border: 1px solid #666;
	color:#666;
	text-align: center;
	font-size: .9em;
	text-decoration: none;
	margin-top: 14px;
	margin-bottom: 20px;
}
.sgButton::after {
	position: absolute;
	top: 50%;
	right: .2em;
	content: '';
	margin-top: -4px;
	border: 7px solid transparent;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-left-color: #666;
	transition: all .2s;
}
	
/*スライド*/
#slideshow02 {
	margin: 25px auto;
	width: 100%;
	text-align: left;
	position: relative;
}
#slideshow02 div {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
#slideshow02 div div {
	top: 0;
	left: 0;
	position: absolute;
}

#slideshow02 .active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}
#slideshow02 ul{
display:none;
}

.itemspec_center p.price{
background-image:url(/files/images/bg_double.gif);
background-repeat:repeat-x;
background-position: center;
display: inline-block;
padding: 0 0 0 2px;
}
.bg_nesage{
    background-image: url("/files/images/bg_nesage.gif");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 90% auto;
    display: block;
    padding: 0 0 8%;
}
.haiso_detail td span.price {
    background-image: url("/files/images/bg_double.gif");
    background-position: center center;
    background-repeat: repeat-x;
    display: inline-block;
    padding: 0 0 0 2px;
}
.haiso_detail td span.nesage{
    color:red;
    font-weight:600;
}
/*ランキング*/
.runking_box {
width:98%;
margin:0 auto;
padding-bottom:4%;
	}
.runking_box dl{
padding-bottom:1.5em;
border:1px solid #cccccc;
}
.runking_box dl dt{
    padding-top: 2%;
    position: relative;
    text-align: center;
    width: 100%;
}
.runking_box dl dt img.runking_img{
	position:absolute;
	top:-1px;
	left:-1px;
}
.runking_box dl dd{
text-align:center;
margin:0;
}

/*組み合わせ例*/
.combi a {
	display: block;
}
.combi li {
	float: left;
	width: 33.333%;
	padding: 5px;
	box-sizing: border-box;
	word-break: break-all;
}
.combi img {
	width: 87%;
}
.combi a {
	text-decoration: none;
}
.combi a span {
	display: block;
	padding: 3px 0;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
}

.itemBoxA {
    border: 1px solid #cccccc;
    float: left;
    height: 350px;
    padding-left: 5px;
    padding-top: 5px;
    text-align: center;
    width: 47%;
    line-height: 1.3;
		font-size:0.9em;
    position:relative;
}
.itemBoxA h3{
	border-bottom: 0px solid #eee;
	padding-left: 0em;
	font-size:0.9em;
}
.itemBoxA h3 a{
	color:#333;
}
.itemBoxA .itemcolor{
	margin-bottom:0.5em;
}
.itemBoxA ul li {
    border-bottom: 1px solid #ccc;
    text-align: left;
	padding:1px 0;
}

.itemBoxA ul li a {
    padding: 0 5px;
    text-align: left;
    color:#333;
}
.itemBoxA a {
    display: block;
    text-align: center;
}
.itemBoxA a {
    text-decoration: none;
}
.itemBoxA ul li span {
    float: right;
}
.itemBoxA .icon_newitem{
    position: absolute;
    top:0;
    left:0;
}
.cat_sofa h2 p {
    float: right;
}
.sofa_sale2015.itemBoxA ul li span {
    background-image: url("/files/images/bg_double.gif");
    background-position: center center;
    background-repeat: repeat-x;
    padding: 0 0 0 3px;
}
.sofa_sale2015.itemBoxA ul li.not_sale span {
    background-image: none !important;
}
.sofa_sale2015 .sale_plice {
    background-image: none !important;
    color: red;
    font-size: 114%;
    font-weight: bold;
}
.itemBoxA.sofa_sale2015 ul li a img{
width:41%;
}
#undercolumn .sofatitle{
    border-bottom: 0px dashed #333;
    padding-left: 0px;
}
.cat_sofa h2 {
    background-color: #b3b3b3;
    border: medium none;
    color: #fff;
    padding: 8px;
    text-align: left;
}
.page_top_sp{
	font-size: .9em;
	text-align:right;
	margin:1em;
}
.page_top_sp a{ color:#000;}


/*201706 pagetop renewal*/
.pagetop {
    /*display: none;*/
    position: fixed;
    bottom: 35px;
    right: 0;
}
.pagetop a {
    display: block;
    background-color: #666;
    color: #fff;
    text-decoration: none;
    padding:14px;
		border-radius: 5px 0 0 5px;
		width: 15px;
    height: 8px;
}
.pagetop a:after  {
		position: absolute;
    content: "";
	 	width: 10px;
    height: 10px;
	  top: 40%;
    left: 16px;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    margin: auto;
    transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
    vertical-align: middle;
}
.pagetop a:hover {
    display: block;
    background-color: #c9c9c9;
    text-decoration: none;
    padding: 14px;
}

	
/*404*/
.title404{
	font-size:16px;
}
.p404_box{
	padding:40px 0;
}
.p404_text00{
	text-align:center;
	margin:30px auto;
	line-height:2em;
}
.p404_text{
	text-align:center;
	padding:1em;
	font-size:14px;
	font-weight:600;
}
.p404_a1{
	display:inline-block;padding:7px 30px; background:#cccccc;color:#ffffff;
	text-decoration:none;
}
.p404_a2{
	display:inline-block;padding:7px 30px; background:#c62958;color:#ffffff;
	text-decoration:none;
}
.p404_a3{
	display:inline-block;padding:7px 30px; background:#0072b9;color:#ffffff;
	text-decoration:none;
}
.p404_a1:hover{background:#d9d9d9;}
.p404_a2:hover{background:#d75078;}

.p404_text2{
	margin: 45px auto 35px auto;
	width: 90%;
}
.arrow_box {
	margin: 0 auto;
	position: relative;
	width: 80%;
	background: #ffffff;
	border: 2px solid #cccccc;
}
.arrow_box:after, .arrow_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 10px;
	margin-left: -10px;
}
.arrow_box:before {
	border-color: rgba(204, 204, 204, 0);
	border-top-color: #cccccc;
	border-width: 13px;
	margin-left: -13px;
}


/*------------------2016リニューアル追加------------------*/
a.zoom {
	display: block;
	position: relative;
}
a.zoom:after {
	content: "";
	display: block;
	width: 15px; height: 15px;
    position: absolute;
    right: 0;
    bottom: 0;
	background: url(/files/images/icon_zoom_b.png) no-repeat;
	background-size: contain;
}

/* コーナータイトル */
.cont-title {
	position: relative;
 	padding: 10px 0;
	width: 100%;
}
.cont-title h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	border-bottom: 2px solid #4c4c4c;
	font-weight: normal;
	padding: 0;
	text-align: left;
}
.cont-title h3 span {
 	font-family: 'Noto Sans JP', sans-serif;
	color: #717171;
	font-size: 11px;
	margin: 0 0 0 1em;
	display: inline-block;
	padding-bottom: 4px;
}
.cont-title ul.anchr-links {
	padding: 5px 0;
	width: 100%;
	text-align: right;
}
.cont-title ul.anchr-links li {
	display: inline-block;
	margin-right: 24px;
	background: none !important;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}
.cont-title ul.anchr-links li:last-child {
	margin-right: 0;
}
.cont-title ul.anchr-links li a {
	font-size: 12px;
	text-decoration: none;
	background: url(/files/images/common/conerlink_arrow.png) left center no-repeat;
	padding-left: 10px;
	color: #666;
}
.cont-title ul.anchr-links li a:hover {
	text-decoration: underline;
}
	
@media screen and (max-width: 568px) {	
	.cont-title h3 {
		font-size: 7vw;
	}
	.cont-title h3 span {
		font-size: 2.6vw;
	}	
}
	
	
/* ヘッダー、ナビゲーション */
.smp_header {
	position: relative;
}
#smp-gmenu {
	position: relative;
}
.gmenu-list,
.gmenu-list li ul,
#smp-sidemenu-list {
	display: none;
}
#search_form input[type="text"] {
	width:80%;
	max-width: 400px;
	height: 32px;
	float: left;
	vertical-align: middle;
	margin-right: 10px;
 padding: 4px;
}
#smp-searchbox {
	background: #e6e6e6;
	padding: 14px;
	margin-top: 55px;
}
#smp-searchbox.called-smenu {
	margin-top: 0;
}
#smp-search-btn {
	width: 32px; height: 32px;
	float: left;
	vertical-align: middle;
}
a.gmenu-btn {
	position: absolute;
	display: block;
	width: 33.3%;
	height: 55px;
	top: 0;
	border: 1px solid #4c4c4c;
	background-color: #4c4c4c !important;
	box-sizing: border-box;
	background-size: 50px !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	font-size: .75em;
	text-decoration: none;
	color: #fff;
	padding: 11px 10px 10px;
	line-height: 1.4;
	text-align: center;
}
a.gmenu-btn .btn_menu {
display: none;
}
a.gmenu-btn span{
	font-weight: 600;
}
.gmenu-btn span{
	font-weight: 600;
}
a.gmenu-btn#gmenu-category,
a.gmenu-btn#gmenu-taste {
	border-right: 1px solid #fff;
}
a.gmenu-btn#gmenu-taste {
	left: 33.3%;
}
a.gmenu-btn#gmenu-room {
	left: 66.6%;
}
a.gmenu-btn:after {
	position: absolute;
	display: block;
	content:"";
	width: 0; height: 0;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	border-left: 3px solid transparent;
	border-top: 3px solid transparent;
	right: 2px; bottom: 1px;
}
a.gmenu-btn#gmenu-room:after {
	right: 1px;
}
a.gmenu-btn.smp-gnv-on {
	background-color: #999 !important;
	border: 1px solid #a9a9a9 !important;
}
a.gmenu-btn.smp-gnv-on:after {
	position: absolute;
	display: block;
	content:"";
	width: 0; height: 0;
	border-right: 3px solid #4c4c4c;
	border-bottom: 3px solid #4c4c4c;
	border-left: 3px solid transparent;
	border-top: 3px solid transparent;
	right: 1px; bottom: 1px;
}

/*a#gmenu-category { background: url(/files/smp/menu_category.png); }
a#gmenu-taste { background: url(/files/smp/menu_taste.png); }
a#gmenu-room { background: url(/files/smp/menu_room.png);
	margin-right: 0;
}*/
/*a#gmenu-category.smp-gnv-on { background: url(/files/smp/menu_category_on.png); }
a#gmenu-taste.smp-gnv-on { background: url(/files/smp/menu_taste_on.png); }
a#gmenu-room.smp-gnv-on { background: url(/files/smp/menu_room_on.png); }*/

.gmenu-list {
	position: relative; z-index: 10000;
	top: 55px; left: 0;
	width: 100%;
	box-sizing: border-box;
}
.gmenu-list li {
	width: 100%;
	box-sizing: border-box;
}
.gmenu-list li a {
	position: relative;
	display: block;
	padding: 8px;
	text-decoration: none;
	color: #333;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #e8e8e8 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e8e8e8 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#e8e8e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 );
	border-bottom: 1px solid #a9a9a9;
	font-size: .9em;
}
.gmenu-list li a:after {
	position: absolute;
	display: block;
	content:"";
	width: 0; height: 0;
	border-right: 5px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 5px solid #4c4c4c;
	border-top: 4px solid transparent;
	right: 12px; top: 43%;
}
.gmenu-list li li a:after {
	position: absolute;
	display: block;
	content:"";
	width: 0; height: 0;
	border-right: 5px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 5px solid #a9a9a9;
	border-top: 4px solid transparent;
	right: 12px; top: 14px;
}
.gmenu-list li a.cateopen.smp-gnv-on:after {
	position: absolute;
	display: block;
	content:"";
	width: 0; height: 0;
	border-right: 4px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 4px solid transparent;
	border-top: 5px solid #4c4c4c;
	right: 16px; top: 16px;
}
.gmenu-list li li a {
	background: #fff;
	padding-left: 20px;
	border-bottom: 1px solid #e6e6e6;
}
a#smp-sidemenu {
	width: 46px; height: 46px;
	background: url(/files/smp/menu_off.gif) left top no-repeat;
	background-size: 46px !important;
	position: absolute;
	right: 6px; top: -52px;
	border: none !important;
	margin-right: 0;
}
a#smp-sidemenu.smp-gnv-on {
	background: url(/files/smp/menu_on.gif) left top no-repeat;
}
#smp-sidemenu-list {
	top: -2px;
}
.gmenu-list#smp-sidemenu-list li a {
	border: none !important;
	border-bottom: 1px solid  #ddd !important;
	color: #fff !important;
	text-decoration: none;
	padding-left: 67px;
}
.gmenu-list#smp-sidemenu-list li.smenu1 a {
	background: url(/files/smp/menu_icon_cart.gif) 14px center no-repeat #4c4c4c !important;
	background-size: 24px 20px !important;
}
.gmenu-list#smp-sidemenu-list li.smenu2 a {
	background: url(/files/smp/menu_icon_favorite.gif) 14px center no-repeat #4c4c4c !important;
	background-size: 24px 22px !important;
}
.gmenu-list#smp-sidemenu-list li.smenu3 a {
	background: url(/files/smp/menu_icon_guide.gif) 14px center no-repeat #4c4c4c !important;
	background-size: 24px 22px !important;
}
.gmenu-list#smp-sidemenu-list li.smenu4 a {
	background: url(/files/smp/menu_icon_member.gif) 14px center no-repeat #4c4c4c !important;
	background-size: 24px 22px !important;
}
.gmenu-list#smp-sidemenu-list li.smenu5 a {
	background: url(/files/smp/menu_icon_faq.gif) 14px center no-repeat #4c4c4c !important;
	background-size: 24px 22px !important;
}
.gmenu-list#smp-sidemenu-list li.smenu6 a {
	background: url(/files/smp/menu_icon_inquiry.gif) 14px center no-repeat #4c4c4c !important;
	background-size: 24px 22px !important;
}
.gmenu-list#smp-sidemenu-list li.smenu7 a {
	background: url(/files/smp/menu_icon_concept.gif) 14px center no-repeat #4c4c4c !important;
	background-size: 24px 25px !important;
}
.gmenu-list#smp-sidemenu-list li.smenu8-1 a {
	background: url(/files/smp/menu_icon_login.gif) 14px center no-repeat #4c4c4c !important;
	background-size: 24px 20px !important;
}
.gmenu-list#smp-sidemenu-list li.smenu8-2 a {
	background: url(/files/smp/menu_icon_logout.gif) 14px 10px no-repeat #4c4c4c !important;
	background-size: 24px 20px !important;
}

.pan_kuzu {
	margin-bottom: .5em;
}
.pan_kuzu li {
  display: inline;
	font-size: 10px;
	font-weight: 400;
	line-height: 1.4;
}
.pan_kuzu li a{
	font-size: 10px;
}
@media screen and (max-width: 568px) {
	.pan_kuzu li a{
		font-size: 3vw;
	}
}
	
h2.product-title {
	padding: 12px 0;
	border: none;
	line-height: 1.4;
	margin: 0;
	text-align: left;
}
.foot-text {
	font-size: 10px;
	padding: 0.5em;
	border: 1px solid #b5b5b6;
	margin: 20px 10px 10px;
	text-align: left;
}
.pagetop-anc {
	text-align: right;
	padding-top: 10px;
	font-size: 12px;
}
.pagetop-anc a:before {
	display: inline;
	content: "\25B2";
	font-size: 8px;
}
.pagetop-anc a {
	color: #333;
	text-decoration: underline!important;
}

/*----------商品詳細ページ------------*/
/* Bullets */
.swiper-detail .swiper-pagination-bullet {
  background: #fff!important;
}
.swiper-detail .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff!important;
}

.maincatch {
	text-align: center!important;
	padding: 8px 0 20px;
	font-size: 22px;
	line-height: 1.6;
	font-family: 'Noto Sans JP', sans-serif;
}
.detail-photos{
	margin: 0 auto 30px;
}
.detail-photos .notes-block {
	margin: 10px 0;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.detail-photos .notes-block p {
	width: 49%;
	margin: 0 1.8% 20px 0;
	text-align: left;
	font-size: 12px;
	line-height: 1.6;
}
@media screen and (max-width: 568px) {
	.detail-photos .notes-block p {
		font-size: 3.2vw;
		line-height: 1.4;
	}
}
.detail-photos .notes-block p:nth-child(even) {
	margin: 0 0 20px;
}
.detail-photos .notes-block p span {
	display: inline-block;
	padding-top: 10px;
}

/*　商品写真スライド　*/
.product-slide {
	width: 100%;
	position: relative;
	margin: 0 auto 20px;
}
.product-slide .sp-slides,
.product-slide .sp-slides-container {
	width: 100%;
}
.product-slide img.sp-image {
	width: 300px;
}
.product-slide .sp-slide {
	display: block;
}
.product-slide .sp-image-container {
}
.product-slide .sp-thumbnail-container {
	border: 1px solid #ccc;
}

.product-slide .sp-caption-container {
	line-height: normal;
	font-size: 12px;
	background: #e6e6e6;
	padding: 8px 30px;
	margin: 20px 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 2.5em;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: center;
  align-items: center;
	text-align: left;
}
.product-slide .sp-caption-container:empty {
	display: none;
}

.product-slide .sp-bottom-thumbnails {
	position: relative;
	bottom: 0;
	margin-top: 20px;
	text-align: center;
	width: 100% !important;
}
.product-slide .sp-thumbnails {
	margin: auto;
}
.product-slide .sp-selected-thumbnail {
	border: 2px solid #4c4c4c !important;
}

.product-slide .sp-button {
	border: 1px solid #999 !important;
}
.product-slide .sp-button.sp-selected-button {
	background: #666 !important;
}
.product-slide .sp-arrows {
	margin-top: -30px !important;
}
.product-slide .sp-arrow {
	width: 30px !important;
	height: 30px !important;
	background: rgba(50, 50, 50, 0.8) !important;
}
.product-slide .sp-previous-arrow:before,
.product-slide .sp-next-arrow:before,
.product-slide .sp-previous-arrow:after,
.product-slide .sp-next-arrow:after {
	background: #fff !important;
	width: 6% !important;
	height: 25% !important;
}
.product-slide .sp-previous-arrow:before {
    left: 45% !important;
    top: 25% !important;
    -webkit-transform: skew(130deg,0deg) !important;
    -ms-transform: skew(130deg,0deg) !important;
    transform: skew(130deg,0deg) !important;
}
.product-slide .sp-next-arrow:before {
    right: 45% !important;
    top: 25% !important;
    -webkit-transform: skew(-130deg,0deg) !important;
    -ms-transform: skew(-130deg,0deg) !important;
    transform: skew(-130deg,0deg) !important;
}
.product-slide .sp-previous-arrow:after {
    left: 45% !important;
    top: 50% !important;
    -webkit-transform: skew(-130deg,0deg) !important;
    -ms-transform: skew(-130deg,0deg) !important;
    transform: skew(-130deg,0deg) !important;
}
.product-slide .sp-next-arrow:after {
    right: 45% !important;
    top: 50% !important;
    -webkit-transform: skew(130deg,0deg) !important;
    -ms-transform: skew(130deg,0deg) !important;
    transform: skew(130deg,0deg) !important;
}
.product-slide .sp-previous-arrow {
    left: 0px !important;
}
.product-slide .sp-next-arrow {
    right: 0 !important;
}
/* detail 商品概要 */
h4.first-lead {
	margin-top: 0;
}
/* overview 商品概要 */
#product-overview .overview-zumen {
	text-align: center;
}
#product-overview .overview-zumen img {
		margin: 20px auto;
}
#product-overview .overview-spec {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
#product-overview .overview-spec dt {
	padding-left: 4px;
	clear: both;
	background: #e3e3e3;
	margin-top: 6px;
	text-align: left;
}
#product-overview .overview-spec dd {
	padding: 5px 0 4px 10px;
	box-sizing: border-box;
	text-align: left;
}
/* カート */
#cartlink #detailrightbloc .item_detailbox1 {
	border-top: 1px solid #b5b5b6;
	text-align: left;
}
#cartlink #detailrightbloc .rakurakuicon {
	margin: 10px 0 0;
	height:22px;
	text-align: left;
}
#cartlink #detailrightbloc .rakurakuicon a:first-child img {
	margin-right: 4px;
}
#cartlink #detailrightbloc .product-name {
	padding-top: 0.5em;
	font-weight: bold;
	font-size: 16px;
}
#cartlink #detailrightbloc .hinbanno {
	text-align: right;
	border-bottom: 1px solid #b5b5b6;
	padding: 0.5em 0;
}
#cartlink #detailrightbloc .price {
	clear: both;
	float: right;
	display: inline-block;
	background: url(/files/images/bg_double.gif) repeat-x left center;
	padding: 0.5em 0;
}
#cartlink #detailrightbloc .price span {
	font-size: 16px;
}
#cartlink #detailrightbloc .sale_price {
	display: block;
	border-bottom: 1px solid #b5b5b6;
	margin-bottom: 5px;
	padding-top: 0.5em;
}
#cartlink #detailrightbloc .sale_price:before,
#cartlink #detailrightbloc .sale_price:after {
    content: " ";
    display: table;
}
#cartlink #detailrightbloc .sale_price:after {
    clear: both;
}
#cartlink #detailrightbloc .sale_price {
    *zoom: 1;
}
#cartlink #detailrightbloc .sale_price .price {
	font-size: 16px;
	color: #cc0000;
	font-weight: bold;
	background: none;
	padding-top: 0;
}
#cartlink #detailrightbloc .sale_price .price span {
	font-size: 24px;
}
#cartlink #detailrightbloc .sale_price .price .saleicon {
	background: url(/files/images/common/saleprice.gif) left center no-repeat;
	width: 60px; height: 17px;
	text-indent: -9999px; overflow: hidden;
	vertical-align: middle;
	display: inline-block;
	margin-right: 6px;
}
#cartlink #detailrightbloc ul.clearfix {
	clear: both;
}
#cartlink #detailrightbloc ul.clearfix li {
	padding: 0 10px;
}
#cartlink #detailrightbloc ul.clearfix li b {
	display: inline-block;
	padding: 10px 0 4px;
}
#cartlink #detailrightbloc select {
	width: 100%;
	font-size: 1em;
}
#cartlink #detailrightbloc .quantity {
	margin: 10px;
}
#cartlink #detailrightbloc .quantity b {
	display: inline-block;
	padding: 0 0 4px;
}
#cartlink #detailrightbloc .quantity input[type="text"] {
	padding: 0.5em;
  font-size: 16px;
}
#cartlink #detailrightbloc .cart-comment {
	padding: 10px;
}
#cartlink #detailphotobloc {
	margin: 0.5em;
}
#cartlink #detailphotobloc .status_icon li {
	display: inline-block;
}
.cartbox .add-icons {
	border-top: 1px solid #b5b5b6;
	border-bottom: 1px solid #b5b5b6;
	padding: 10px 0;
	margin-top: 20px;
}
.cartbox .add-icons a,
.cartbox .add-icons a img {
	vertical-align: middle;
}
.cartbox .add-icons a {
	margin-right: 1em;
}
.cartbox .add-icons a img {
	margin-right: 5px;
}
.cartbox .add-icons .sns-btns {
	margin-top: 16px;
}
/*商品詳細ページ facebookボタン*/
.cartbox .add-icons .sns-btns .fb_iframe_widget_fluid{
	display: inline-block !important;
}
.cartbox .add-icons .sns-btns .twitter-share-button {
	margin-left: 20px;
}
.cartcoment_tuite{
	font-size:114%;
}
.cartcoment_deki{
	font-size:114%;
	margin-bottom: 0.5em;
}
.cartcoment {
	background:#efefef;
	padding: 2%;
	margin-top: 1em;
}
.cartcoment dd{
	margin-bottom: 0.5em;
}

/*関連商品 最近チェックしたアイテム おすすめコーディネート*/
#whobought_area .list_item_box,
#arrCheckItems .list_item_box{
	border: none;
	border-bottom: 1px solid #ccc;
	height: auto;
	padding: 10px 4px;
	margin: 0 auto;
	text-align: left;
	width: 50%;
	font-size: .8rem;
	float: left;
	box-sizing: border-box;
}
.coordinate-box {
	/*box-sizing: border-box;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;*/
	float: none;
	margin: auto;
}
.coordinate-box .list_item_box {
	display: inline-block;
	vertical-align: top;
	border: none;
	border-bottom: 1px solid #ccc;
	height: auto;
	padding: 10px 0;
	margin: 0 1% 0 0;
	text-align: left;
	/*width: 48%;*/
	width: 100%;
	box-sizing: border-box;
	float: none;
}
.coordinate-box .list_item_box dt {
	font-size: 16px;
	margin-bottom: 5px;
}
.coordinate-box .list_item_box dd {
	font-size: 13px;
}
@media all and (max-width: 568px) {
	.coordinate-box .list_item_box dt {
		font-size: 4.0vw;
	}
	.coordinate-box .list_item_box dd {
		font-size: 3.4vw;
	}
}

#whobought_area .list_item_box:before,
#whobought_area .list_item_box:after,
#arrCheckItems .list_item_box:before,
#arrCheckItems .list_item_box:after
.coordinate-box .list_item_box:before,
.coordinate-box .list_item_box:after {
    content: " ";
    display: table;
}
#whobought_area .list_item_box:after,
#arrCheckItems .list_item_box:after,
.coordinate-box .list_item_box:after {
    clear: both;
}
#whobought_area .list_item_box,
#arrCheckItems .list_item_box,
.coordinate-box .list_item_box {
    *zoom: 1;
}
#whobought_area .fixHeightChild2,
#arrCheckItems .fixHeightChild2,
.coordinate-box img {
	height: inherit !important;
	display: inline-block;
 	float: left;
}
.coordinate-box img {
	width: 100%;
	max-width: 160px;
}
	
@media all and (max-width: 330px) {
.coordinate-box img {
	width: 100%;
	max-width: 120px;
}
}

/* マテリアル */
@media all and (min-width: 569px) {
.coordinate-box.material-box .flL38 { 
	width: 30%;
}
.coordinate-box.material-box .flR58 { 
	width: 66%;
}


#whobought_area .listrightbloc,
#arrCheckItems .checkItemname,
#arrCheckItems .price,
.coordinate-box .cootxt {
	padding-left: 120px;
	width: 100%;
	box-sizing: border-box;
}
.coordinate-box .cootxt dd br {
	display: none;
}
.coordinate-box .cootxt a {
	display: block;
	margin-top: 0.5em;
}
#whobought_area .textOverflow,
#arrCheckItems .checkItemname {
	margin-bottom: 0.5em;
	font-size: .8rem;
}
#whobought_area .list_item_box a,
#arrCheckItems .list_item_box a,
.coordinate-box .list_item_box a {
	text-decoration: none;
	color: #333;
	font-weight: bold;
}
#whobought_area p.mini {
	padding: 0.5em 0;
	font-size: 10px;
}
.coordinate-box dt {
	margin: 0 0 10px;
  font-size: 16px;
	font-family: 'Noto Sans JP', sans-serif;
}
.coordinate-box dd {
	font-weight: normal;
	font-size: 13px;
}

@media all and (max-width: 568px) {/*sp*/
	#whobought_area .list_item_box,
	#arrCheckItems .list_item_box,
	.coordinate-box .list_item_box {
		border-bottom: 1px solid #cccccc;
		height: auto;
		min-height: inherit;
		padding: 10px 0 0;
		margin: 0 auto 20px;
		text-align: left;
		width: 100%;
		font-size: .8rem;
	}
	.coordinate-box dt {
		font-size: 4.4vw;
	}
	.coordinate-box dd {
			font-size: 3.2vw;
	}
}

/* 配送情報 */
.haiso_box {
	margin-bottom: 1em;
}
.haiso_box .area-category,
.haiso_box .area-category-ku,
.haiso_box input[type="button"] {
	clear: both;
	margin: 0.5em;
	width: 90%; max-width: 360px;
	font-size: 16px;
	box-sizing: border-box;
}
a img.show_sp[src="/files/images/btn_form.jpg"] {
	display: block;
	margin: 1em auto;
}
#cartlink .item_guide p {
padding: 3px 0 0;
}
#cartlink .item_guide {zoom:1; text-align: left;}
#cartlink .item_guide:after {
  content: ""; 
  display: block; 
  clear: both;
}
.chihou, .souryou {
	text-align: center;
	float: left;
	width: 50%;
}
.chihou img,.souryou img {
	width: 96%;
	margin:6px auto 0;
	max-width: 500px;
	text-align: center;
}

/* ---配送料値下げ --- */
.chihousousei img {
	margin: .5em 2px ;
}
.chihousousei p {
	padding: 6px 0 20px; 	
	/*color: #666;*/
}

@media all and (max-width: 640px) {
	.chihou, .souryou {
		width: 100%;
		float: none;
	}
	.chihousousei img {
		width: 100%;
		margin-top: .5em;
	}
}
	
}
#resGetSelectOneDOM {
	font-size: 16px;
	font-weight: bold;
	color: #cc0000;
	margin: 0.5em 0;
}
/* サポート */
#support-info a.telllink {
	text-decoration: none;
	color: #333;
}
#support-info .cont-inner {
	padding: 0 0 0 14px;
	text-align: left;
}
#support-info dt.sup-dt:before {
	display: inline-block;
	content: "";
	width: 5px; height: 5px;
	border: 2px solid #717171;
	border-radius: 5px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
	vertical-align: middle;
	margin-right: 5px;
	margin-left: -12px;
}
#support-info dt.sup-dt {
	font-size: 14px;
	padding-bottom: 15px;
	margin: 30px 0 0 0;
	clear: both;
}
#support-info dt.sup-dt:first-child {
	margin-top: 0;
}
#support-info dl.sup-contact {
	width: 100%; max-width: 360px;
	margin-bottom: 10px;
}
#support-info dl.sup-contact dt {
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	text-align: center;
	background: #afafaf;
	box-sizing: border-box;
	padding: 4px 0;
}
#support-info dl.sup-contact dt br {
	display: none;
}
#support-info dl.sup-contact dd {
	border: 1px solid #afafaf;
	text-align: center;
	box-sizing: border-box;
	line-height: normal;
}
#support-info dl.sup-contact dd a {
	color: #333;
}
#support-info dl.sup-contact.from-tel {
	margin-right: 20px;
}
#support-info dl.sup-contact.from-tel dd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	background: url(/files/images/common/icon_tel.jpg) 13px 10px no-repeat;
	background-size: 28px 28px;
	padding-left: 30px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#support-info dl.sup-contact.from-net dd {
	font-size: 14px;
	background: url(/files/images/common/icon_mail.jpg) 11px 15px no-repeat;
	background-size: 28px 16px;
	padding: 5px 0 5px 34px;
}
#support-info dl.sup-contact.from-tel dd span,
#support-info dl.sup-contact.from-net dd span {
	display: block;
	font-size: 12px;
	line-height: 1.8;
}
#support-info .sup-shoplist {
	display: block;
	box-sizing: border-box;
	margin: 0.25em 0 0;
}
#support-info .sup-shoplist a.telllink {
	font-size:20px;
	font-family: Arial, Helvetica, sans-serif;
}
#support-info .sup-shoplist dt {
	line-height: normal;
	font-weight: bold;
	padding-top: 0.5em;
	border-top: 1px dotted #ccc;
}
#support-info .sup-shoplist dt span {
	margin-top: -14px;
	display: inline-block;
	background: #fff;
	padding-right: 2px;
}
#support-info .sup-shoplist dt:first-child {
	margin-top: 0;
}
#support-info .sup-shoplist dd {
	padding: 0.5em 0 1.5em 1em;
}
#support-info .sup-links li {
	float: left;
	width: 50%; max-width: 240px;
	box-sizing: border-box;
}
#support-info .sup-links li:nth-child(odd) {
	padding-right: 10px;
}
#support-info .sup-links li a {
	display: block;
	min-height: 37px;
	padding-left: 35px;
	background-position: left center !important;
	background-repeat: no-repeat !important;
	text-decoration: none !important;
	color: #333;
	padding-top: 1em;
}
#support-info .sup-links li a span {
	display: none;
}
#support-info .sup-links li.sup1 a {
	background: url(/files/images/icon_guide02.png);
	background-size: 29px 37px;
}
#support-info .sup-links li.sup2 a {
	background: url(/files/images/icon_guide03.png);
	background-size: 29px 37px;
}
#support-info .sup-links li.sup3 a {
	background: url(/files/images/icon_guide04.png);
	background-size: 29px 37px;
}
#support-info .sup-links li.sup4 a {
	background: url(/files/images/icon_guide05.png);
	background-size: 29px 37px;
}
#support-info .sup-links li.sup5 a {
	background: url(/files/images/icon_guide06.png);
	background-size: 29px 37px;
}
#support-info .sup-links li.sup6 a {
	background: url(/files/images/icon_guide07.png);
	background-size: 29px 37px;
}
#support-info .sup-links li.sup7 a {
	background: url(/files/images/icon_guide08.png);
	background-size: 29px 37px;
}
#support-info .sup-links li.sup8 a {
	background: url(/files/images/icon_guide09.png);
	background-size: 29px 37px;
}
#support-info .sup-links li.sup9 a {
	background: url(/files/images/icon_guide10.png);
	background-size: 29px 37px;
}
#support-info .sup-links li.sup10 a {
	background: url(/files/images/icon_guide11.png);
	background-size: 29px 37px;
}
/* レビュー */
.review_btn {
	margin-top: 0.5em;
}
div#customervoice_area .review_bloc .review_btn {
	display: inline-block;
  width: 80%;
	vertical-align: middle;
}
div#customervoice_area .review_bloc .review_btn img {
  width: 80%; max-width: 240px;
}
/*　---▼商品一覧---　*/
.cont-inner {
	padding: 0;
}
.categorie-lead {
	font-size: .8rem;
	line-height: 1.5;
	padding: 0 1%;
	margin-bottom: 10px;
}
.cate-links {
	margin: 30px auto 0;
}
.cate-links div {
	position: relative;
	margin: 20px 0;
	width: 100%;
}
.cate-links div h3 {
	position: relative;
	font-size: 12px; line-height: 17px;
	padding: 6px 0 3px 1em;
	border-bottom: 1px dotted #999;
	margin-left: 130px;
	color: #333;
	background: url(/files/smp/menu_arrow_right.png) right center no-repeat;
	background-size: 4px 6px;
	font-weight: 600;
}
.cate-links div h3 span {
	display: block;
	width: 100%;
}
.cate-links div h3 span.sml {
	display: inline !important;
	font-size: 10px;
	color: #666;
}
.cate-links a {
	text-decoration: none;
}
.cate-links div img {
	width: 130px;
	float: left;
}
.cate-links div:before {
	position: absolute;
	left: 120px; top: 88px;
	display: block;
	content: "";
	width: 0; height: 0;
	border-top: 4px solid transparent;
	border-right: 4px solid #fff;
	border-bottom: 4px solid #fff;
	border-left: 4px solid transparent;
}
.cate-links div p {
	display: block;
	padding: 8px 0 0 1em;
	color: #666;
	margin-left: 130px;
}

.cate-head-link {
	margin: 10px 0 20px;
}
.cate-head-link a {
	float: left;
	box-sizing: border-box;
	padding: 6px 6px 6px 14px;
	background: url(/files/smp/menu_arrow_right.png) no-repeat 4px center;
	background-size: 4px 6px;
	font-size: 10px;
	margin-right: 0.5em;
}
.search-result-num {
	margin-top: 20px;
	padding: 10px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.cate-listpage #page_navi_top,
.cate-listpage #page_navi_bottom {
	margin: 10px 0;
	text-align: right;
}
.cate-listpage .change a {
	margin-right: 1em;
}

.cate-listpage .navi {
	text-align: center;
	margin: 20px 0;
}
.cate-listpage .pagenumber_area .navi:blank {
	display: none;
}
.cate-listpage .navi a,
.cate-listpage .navi strong {
	display: inline-block;
	padding: 4px 8px;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #333;
}
.cate-listpage .navi a:hover {
	background: #ccc;
}
.cate-listpage .navi strong {
	border: none;
}
.cate-listpage .navi .navi-back,
.cate-listpage .navi .navi-next {
}
.cate-listpage .list_item_box {
	text-align: left;
	float: none;
	border-bottom: 1px solid #ccc;
	border-top: none;
	border-left: none;
	border-right: none;
	padding: 10px 0;
	margin: 0;
	width: 100%;
	height: inherit !important;
}
.cate-listpage .list_item_box .status_icon {
	margin-bottom: 2px;
}
.cate-listpage .list_item_box .l-imgs {
	display: inline-block;
	float: left;
}
.cate-listpage .list_item_box .listrightbloc {
	padding-left: 170px;
	width: 100%;
	box-sizing: border-box;
}
.cate-listpage .list_item_box .l-data {
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 4px 0;
	margin: 4px 0;
	font-size: 10px;
}
.cate-listpage .list_item_box .l-data p {
	box-sizing: border-box;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.cate-listpage .list_item_box .l-data p span:after {
	display: inline-block;
	content: "：";
	margin: 0 4px 0 0;
}
.cate-listpage .list_item_box .l-imgs {
	margin-bottom: 10px;
}
.cate-listpage .list_item_box .textOverflow a {
	color: #333;
	text-decoration: none;
}
.cate-listpage .list_item_box .textOverflow br {
	display: none;
}
.cate-listpage .list_item_box .pricebox {
	text-align: right;
	font-size: 10px;
}
.cate-listpage .list_item_box .pricebox span {
	font-size: 12px;
}
.cate-listpage .list_item_box .sale-normal-price {
	display: inline-block;
	background: url(/files/images/bg_double.gif) repeat-x left center;
}
.cate-listpage .list_item_box .sale-down-price:before {
	display: inline-block;
	content:"SALE";
	padding: 0 3px;
	font-size: 10px;
	background: #cc0000;
	color: #fff;
	margin-right: 4px;
}
.cate-listpage .list_item_box .sale-down-price {
	color: #cc0000;
}
.cate-listpage .list_item_box .sale-down-price span {
	font-weight: bold;
}
.cate-listpage .list_item_box .l-color-image img {/*201804 カラーチャート*/
	margin-top: 2px;
}

.prootherbox {
	margin: 30px auto 25px;
}
.proother {
	margin-bottom: 15px;
	font-size: 12px;
	padding-left: 110px;
	box-sizing: border-box;
	width: 100%;
}
.proother img {
	margin-left: -110px;
	width: 100px;
	float: left;
	margin-right: 10px;
	display: block;
}
.proother a {
	text-decoration: none;
	color: #333;
}
.proother a span {
	display: block;
	margin-left: 0;
	background: url(/files/images/common/conerlink_arrow.png) left center no-repeat;
	background-position: left 6px;
	margin-bottom: 5px;
	padding-left: 12px;
	text-decoration: underline;
}
/*　---▼テイスト別家具---　*/
.taste-links .taste-block {
	margin-bottom: 20px;
}
.taste-links .taste-img {
	position: relative;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
.taste-links .taste-img img {
	margin: auto;
}
.taste-links a {
	color: #333;
	text-decoration: none !important;
}
.taste-links .taste-lead {
	padding: 8px 0 0 0;
 color: #666;
}
.taste-links  h3.ttl {
	font-size: 16px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 3px;
}
.taste-links .taste-txt h3 {
	font-size: 13px;
	border-bottom: 1px dotted #ccc;
	/*background: url(/files/smp/menu_arrow_right.png) right 0.5em no-repeat;*/
	 background-size: 4px 6px;
	 padding-bottom: 3px;
}
/*　---▼部屋別家具---　*/
.room-links .room-block {
	width: 49%;
	float: left;
	box-sizing: border-box;
	margin-bottom: 20px;
	margin-right: 6px;
}
.room-links a:nth-child(odd) .room-block {
	margin-right: 0;
}

.room-links .room-img {
	position: relative;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
.room-links .room-img img {
	margin: auto;
}
.room-links a {
	color: #333;
	text-decoration: none !important;
}
.room-links .room-lead {
	padding: 8px 0 0 0;
	color: #666;
	font-size: 13px;
	line-height: 1.4;
}
.room-links h3.ttl {
	font-size: 16px;
 	padding-bottom: 3px;
}
.room-links .room-txt h3 {
	font-size: 13px;
	border-bottom: 1px dotted #ccc;
	/*background: url(/files/smp/menu_arrow_right.png) right 0.5em no-repeat;*/
 	background-size: 4px 6px;
 	padding-bottom: 3px;
}


/*　---▼カテゴリ3階層目---　*/
#third-ttlimg {
	margin-bottom: 20px;
}


/*******************************************************
 商品詳細ページレイアウトパーツ（PC→detailpage.css）
******************************************************* */
/*-----------共通パーツ-----------*/
.center {
	text-align: center;
}
.detail-name {
	font-size: 13px;
	line-height: 1.6;
	background: none !important;
	text-align: left;
	margin: 30px 0 50px;
}
.detail-name-link {
	display: block;
	margin-top: 10px;
}
@media screen and (max-width: 568px) {
	.detail-name {
    font-size: 3.4vw;
	}
	.detail-name br {
    display: none;
	}
}
.detail-name img {
	margin: 0 auto 10px;
	padding: 1%;
}

.name-catch {
	font-size: 14px;
	margin-bottom: 0.7em;
	display: block;
}
.name-catch br {
	display: inline;
}
.mr0 {
	margin-right: 0 !important;
}
.nobg {
	background: none !important;
}
.mb0 {
	margin-bottom: 0 !important;
}
p.backtocart {
	display: block;
	text-align: right;
	margin-top: 12px;
}
p.backtocart a {
	display: inline-block;
	background: url(/files/images/common/btn_backcart.gif) no-repeat left center;
	background-size: 15px 14px;
	padding-left: 20px;
	color: #333;
}
.name-pro {
	display: block;
	font-size: 28px;
}
.name-pro span {
	font-size: 12px;
	padding-left: 1em;
}
@media screen and (max-width: 568px) {
	.name-pro {
		font-size: 7vw;
		margin-bottom: 10px;
	}
	.name-pro span {
		font-size: 3.4vw;
		display: block;
		padding: 0;
	}
}

/*-----------使用イメージ-----------*/
.usage-image {
	margin-top: 20px;
}
.usage-imgae div{
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.usage-image p {
	width: 48.5%;
	/*float: left;*/
	display: inline-block;
	vertical-align: top;
	padding: 0 0 30px;
	margin: 0 1% 0 0;
	box-sizing: border-box;
}
.usage-image p:nth-of-type(2n) {
	margin: 0;
}
.usage-image p span {
	display: block;
	text-align: left;
	font-size: 13px;
	line-height: 1.7;
	margin-top: 1em;
	box-sizing: border-box;
}
.usage-image2 {
	margin: 20px auto 0;
}
.usage-imgae2 div{
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.usage-image2 p {
	width: 48.5%;
	/*float: left;*/
	display: inline-block;
	vertical-align: top;
	padding: 0 0 30px;
	margin: 0 1% 0 0;
	box-sizing: border-box;
}
.usage-image2 p:nth-of-type(2n) {
	margin: 0;
}

.usage-image2 p span {
	display: block;
	text-align: left;
	font-size: 13px;
	line-height: 1.5;
	margin-top: 1em;
	text-align: left;
}
@media all and (max-width: 568px) {/*sp*/
	.usage-image {
		margin-top: 20px;
	}
	.usage-image p {
		width: 100%;
		font-size: 3.4vw;
		float: left;
		padding: 0 0 30px;
	}
	.usage-image p span {
		display: block;
		text-align: left;
		font-size: 3.4vw;
		line-height: 1.7;
		margin-top: 1em;
	}
	.usage-image2 p span {
		font-size: 3.4vw;
	}
}

/*-----------カラー展開-----------*/
	.color-layout {
	}

	h5.small-ttl {
		font-size: 14px;
		font-weight: bold;
		margin: 10px 0 10px;
		padding-left: 0;
		text-align: left;
	}

	.colors {
		float: left;
		margin-bottom: 20px;
	}
	.colors:last-child{
		margin-bottom:0;
	}
	.color-box{
		padding: 0 2%;
		margin: 30px auto;
		display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		display:-ms-flexbox;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	}
	.color-box:last-of-type{
		margin-bottom: 10px;
	}
	.color-box .colors {
		width: 100% !important;
	}
	.colors p.color-photo {
		float: left;
		margin-right: 10px;
	}
	.colors p.color-photo,
	.colors p.color-photo img {
		width: 120px ;
	}
	.color-box .colors {
		padding: 0;
	}
	.colors dl {
		/*padding-left: 60px;*/
		text-align: left;
	}
	.colors dt {
		/*font-weight: bold;*/
		font-family: 'Noto Sans JP', sans-serif;
		margin-bottom: .3em;
		font-size: 13px;
	}
	.colors dt span{
		font-size: 20px;
		padding-right: .3em;
	}
	.colors dd {
		font-size: 12px;
	}

	.color-layout h5.small-ttl {
		font-size: 20px;
	}
	.color-layout .remarks {
		font-size: 12px;
		margin: 1em 0;
	}
	.color-box.nocap .colors {
		width: 33% !important;
		float: left;
	}
	.color-box.nocap .colors a {
		max-width: 90px;
		width: auto;
	}
	.color-box.nocap p.color-photo {
		float: none;
		width: auto!important;
		padding: 0 5px 0.3em;
		text-align: center;
		margin: 0 auto;
	}
	.color-box.nocap p.color-photo a {
		width: auto;
		/*max-width: inherit;*/
		max-width: 120px;
		margin: auto;
	}
	.color-box.nocap p.color-photo img {
		width: auto;
		margin: 0 auto;
		max-width: 100%;
	}
	.color-box.nocap p {
		text-align: center;
		font-family: 'Noto Sans JP', sans-serif;
		margin-bottom: .3em;
		font-size: 14px;
	}

	.color-layout-box{
		border: 1px solid #ccc;
		padding: 15px;
		margin: 0 auto 40px;
	}
	.color-layout-box .color-layout .color-border{
		border-bottom: 1px dotted #ccc;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
/*-----------カラー展開 3列-----------*/
.color-layout {
	margin: 0 auto;
	font-size: 14px;
	line-height: 1.4;
}
.color-layout .box3{
	display: inline-block;
	vertical-align: top;
	width: 31%;
	margin: 0 2% 10px 0;
	box-sizing: border-box;
	text-align: left;
}
.color-layout .box3:last-child{
	margin: 0 0 10px;
}
.color-layout .box3 dt{
	font-family: 'Noto Sans JP', sans-serif;
	margin-bottom: 10px;
	font-size: 14px;
}
.color-layout .box3 dt span.en{
	font-size: 20px;
	padding-right: .4em;
}
.color-layout .box3 dt img{
	width: 100%;
	max-width: 300px;
	height: auto;
	/*margin-bottom: 10px;*/
}
.color-layout .box3 dt a{
	display: block;
	margin-bottom: 10px;
}
.color-layout .box3 dd img{
	position: relative;
	width: 100%;
	vertical-align: top;
}
.color-layout .box3 dd{
	font-size: 12px;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	}
.color-layout .box3 dd .flL{
	width: 60%;
	margin: 0!important;
}
.color-layout .box3 dd .flR{
	width: 34%;
	margin: 0!important;
}

@media all and (max-width: 568px) {/*sp*/
	
	.colors dt {
		margin-bottom: .5em;
		line-height: 1.3;
	}
	.colors dt span{
		font-size: 5vw;
		display: block;
		padding: 0;
	}
	.colors dd {
		font-size: 3.4vw;
	}
	.color-layout {
		font-size: 3.4vw;
	}
	.color-layout .box3{
		display: inline-block;
		width: 98%;
		margin: 0 auto 20px;
	}
	.color-layout .box3 dt{
		font-size: 3.6vw;
	}
	.color-layout .box3 dt span.en{
		font-size: 6vw;
	}
	.color-layout .box3 dt img{
		/*margin-bottom: 10px;*/
		float: none;
	}
	.color-layout .box3 dd img{
		width: 100%;
		max-width: 80px;
		height: auto;
	}
	.color-layout .box3 dd .flL{
		width: 64%;
		margin: 0 !important;
	}
	.color-layout .box3 dd .flR{
		width: 30%;
		text-align: right;
	}
.color-layout .box3 dd{
	font-size: 3.4vw;
	}
}

/*-----------カラー展開 2列 sp-----------*/
.color-layout {
	margin-top: 40px auto;
}
.color-layout * {
	box-sizing: border-box;
}

.color-layout .box2{
	display: inline-block;
 	width: 48%;
	margin: 0 2% 20px 0;
}
.color-layout .box2:nth-of-type(2n){
	margin: 0 0 20px 0;
}
.color-layout .box2 dt{
	font-family: 'Noto Sans JP', sans-serif;
	margin-bottom: 10px;
	font-size: 13px;
}
.color-layout .box2 dt span.en{
	font-size: 20px;
	margin-right: .4em;
}
.color-layout .box2 dt a{
	text-align: center;
	margin-bottom: 10px;
}
.color-layout .box2 dt img{
	width: 100%;
	max-width: 300px;
	text-align: center;
	/*margin-bottom: 10px;*/
}
.color-layout .box2 dd img{
	position: relative;
	height: 70px;
	width: auto;
	vertical-align: top;
}
.color-layout .box2 dd{
		display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		display:-ms-flexbox;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		font-size: 13px;
}
.color-layout .box2 dd .flL{
	width: 68%;
	margin: 0!important;
}
.color-layout .box2 dd .flR{
	margin: 0!important;
}
.color-layout .box2 dd .flR img{
	text-align: right;
}

@media all and (max-width: 568px) {/*sp*/

	.color-layout .box2{
		display: inline-block;
		width: 98%;
		margin: 0 5px 20px;
		text-align: left;
	}
	.color-layout .box2:nth-of-type(2n){
		margin: 0 5px 30px;
	}
	.color-layout .box2 dt{
	font-family: 'Noto Sans JP', sans-serif;
	margin-bottom: .5em;
	font-size: 3.4vw;
	}
	.color-layout .box2 dt span.en{
		font-size: 5.0vw;
	}

	.color-layout .box2 dt img{
		width: 100%;
		max-width: 400px;
		/*margin-bottom: 10px;*/
	}
	.color-layout .box2 dt a{
		display: block;
		margin-bottom: 10px;
	}
	.color-layout .box2 dd img{
		width: 100%;
		max-width: 80px;
		height: auto;
		vertical-align: top;
	}
	.color-layout .box2 dd .flL{
		width: 64%;
		margin: 0 !important;
	}
	.color-layout .box2 dd .flR{
		width: 30%;
		height: auto;
		text-align: right;
	}
}

/*-----------カラー展開 1列 sp-----------*/
.color-layout2{
	margin: 0 auto;
}
.color-layout2 .color-item{
	margin: 0 auto 10px;
}
.color-layout2 img{
	max-width: 100%;
	margin: 0;
}
.color-layout2 .inner1{
	position: relative;
	overflow: hidden;
}
.color-layout2 .inner1 .flL{
	width: 65%;
	margin: 0;
}
.color-layout2 .inner1 .flR{
	width: 32%;
	text-align: center;
	margin: 0;
}
.color-layout2 .color{
	width: 120px;
	margin: auto;
}
.color-layout2 .color-ttl{
	font-size: 13px;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.4;
	margin-bottom: 20px;
}
.color-layout2 span.en {
	display: block;
	font-size: 26px;
	letter-spacing: .05em;
	margin-bottom: 10px;
}
.color-layout2 .color-ttl img{
	width: 60%;
	margin: 10px 0;
}
.color-layout2 .inner2 img{
	display: inline-block;
	vertical-align: middle;
}
.color-layout2 .inner2 .color-txt{
	display: inline-block;
	vertical-align: middle;
	width: 45%;
	font-size: 13px;
	line-height: 1.6;
}
.color-layout2 .inner2 .color-item{
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	margin-left:2%;
	vertical-align: middle;
}


@media all and (max-width: 640px) {/*sp*/
	.color-layout2 .inner1 .flL{
		width: 100%;
		float: none;
		overflow: hidden;
	}
	.color-layout2 .inner1 .flR{
		width: 96%;
		text-align: center;
		margin: 20px auto;
		float: none;
		overflow: hidden;
	}
	.color-layout2 .color-ttl{
		width: 60%;
		font-size: 3vw;
		margin-bottom: 20px;
		float: left;
		text-align: left;
	}
	.color-layout2 span.en {
		font-size: 6vw;
	}
	.color-layout2 .color{
		width: 30%;
		margin: auto;
		float: right;
	}
	.color-layout2 .inner2{
	}
	.color-layout2 .inner2 .color-txt{
		width: 100%;
		font-size: 3.4vw;
	}
	.color-layout2 .inner2 .color-item{
		width: 100%;
		margin-left:0;
	}
}

/*-----------このソファの座り心地（構造と共有アリ）-----------*/
.sofa-chartbox,
.sofa-structurebox {
	margin: 30px auto 30px;
	border: 1px solid #ccc;
	padding: 10px;
	position: relative;
}
.sofa-chartbox h4,
.sofa-structurebox h4 {
	position: absolute;
	z-index: 5;
	left: 16px;
	top: -2em;
	padding: 0 3px;
	box-sizing: border-box;
	background: #fff;
	border: none !important;
}
.sofa-chartbox h4 span,
.sofa-structurebox h4 span {
	border: none !important;
}
.sofa-chartbox .sofalead {
	padding-bottom: 1em;
	border-bottom: 1px dotted #ccc;
}
.sofa-chartbox .sofa-chart {
	width: auto;
	padding:0 0 10px;
	margin: 0 0 10px;
	border-bottom: 1px dotted #ccc;
}
.sofa-chartbox .sofa-chart img {
	width: 100%;
}
.sofa-chartbox .sofa-chart h5 {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 10px 0;
	width: 130px;
	height: 40px;
	text-indent: -9999px;
	overflow: hidden;
	background-size: contain !important;
	background-repeat: no-repeat !important;
}
.sofa-chartbox .sofa-chart.c-back h5 {
    background: url(/files/smp/sofa_chart_back.gif);
}
.sofa-chartbox .sofa-chart.c-seat h5 {
    background: url(/files/smp/sofa_chart_seat.gif);
}
.sofa-chartbox .sofa-chart p {
	font-size: 13px;
	line-height: 1.6;
	margin: 0;
}
.sofa-chartbox .sofa-chart span.chartimg {
	display: block;
	font-size: 14px;
	width: 56%;
	margin: 20px 0 0 auto;
	text-align: center;
}
.sofa-chartbox .sofa-chart span.chartimg:after {
	content: "";
	display: block;
	width: 56%;
	max-width: 520px;
	height: auto;
	padding: 20px 50%;
	margin: 5px 0 10px auto;
}
.sofa-chartbox .sofa-chart span.chartimg.level1:after {
  background: url(/files/images/common/sofa_chart_level1.gif) no-repeat center;
	background-size: contain;
}
.sofa-chartbox .sofa-chart span.chartimg.level2:after {
  background: url(/files/images/common/sofa_chart_level2.gif) no-repeat center;
	background-size: contain;
}
.sofa-chartbox .sofa-chart span.chartimg.level3:after {
  background: url(/files/images/common/sofa_chart_level3.gif) no-repeat center;
	background-size: contain;
}
.sofa-chartbox .sofa-chart span.chartimg.level4:after {
  background: url(/files/images/common/sofa_chart_level4.gif) no-repeat center;
	background-size: contain;
}
.sofa-chartbox .sofa-chart span.chartimg.level5:after {
  background: url(/files/images/common/sofa_chart_level5.gif) no-repeat center;
	background-size: contain;
}
.sofa-chartbox .sitanime {
	width: 100%;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.sofa-chartbox .sitanime .anime {
	width: 48%;
	margin: 0;
	background: #e1e1e1;
	text-align: left;
	position: relative;
}
.sofa-chartbox .sitanime .anime img {
	float: right;
	width: 60%;
  max-width: 240px;
	display: block;
	margin: 0 0 0 10px;
}
.sofa-chartbox .sitanime .anime p {
	width: 40%;
	font-size: 12px;
	line-height: 1.4;
	padding: 10px;
}
.sofa-chartbox .sitanime .anime p:after {
	content: "";
	position: absolute;
	left: 15px;
	bottom: 10px;
	display: block;
	background: url(/files/images/common/sofa_arrow.gif) no-repeat bottom left;
	background-size: contain;
  padding: 1em;
}

@media screen and (max-width: 568px) {
	.sofa-chartbox,
	.sofa-structurebox {
		margin: 20px auto 30px;
		padding: 15px;
	}
	.sofa-chartbox .sitanime .anime {
		width: 100%;
		margin: 0 auto 10px;
	}
	.sofa-chartbox .sitanime .anime:last-child {
		margin: 0 auto;
	}
	.sofa-chartbox .sofa-chart {
		padding:0 0 20px;
		margin: 0 0 20px;
	}
	.sofa-chartbox .sofa-chart p {
		font-size: 3.2vw;
		line-height: 1.4;
	}
	.sofa-chartbox .sitanime .anime p {
		width: 100%;
		font-size: 3.4vw;
	}
	.sofa-chartbox .sofa-chart span.chartimg {
		font-size: 3.4vw;
		width: 100%;
		clear: left;
		margin: 0 auto;
}
	.sofa-chartbox .sofa-chart span.chartimg:after {
		content: "";
		width: 100%;
		padding: 20px 50%;
		margin: 0 auto;
	}
}

/*-----------　201701　Youtune動画追加 sp　-----------*/

	.sofa-chartbox .sofa-chart a {
		float: left;
		display: inline-block;
		width: 40%;
		max-width: 320px;
		margin-right: 20px;
		margin-bottom: 20px;
		vertical-align: middle;
	}
	.sofa-chartbox .sofa-chart img {
		width: 100%;
	}
	.sofa-chartbox .movie {
		margin: 0 ;
		clear: both;
	}

	.sofa-chartbox .movie .hand {
		width: 49.5%;
		display: inline-block;
		vertical-align: top;
		background:  #e1e1e1;
		padding: 10px;
		margin: 10px 0;
		box-sizing: border-box;
	}
	.sofa-chartbox .movie .sit {
		width: 49.5%;
		display: inline-block;
		vertical-align: top;
		background:  #e1e1e1;
		padding: 10px;
		margin: 10px 0;
		box-sizing: border-box;
	}
	.sofa-chartbox .movie p {
		font-size: .8rem;
		text-align: center;
		padding: 0 0 6px;
		}
	.youtube {
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 30px;
		height: 0;
		overflow: hidden;
	}
	.youtube iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
	}

	.youtube_lb {
	text-align: center;
		}
	.sofa-chartbox .movie .youtube_lb img {
	width: 100%;
		max-width: 560px;
		text-align: center;
	}

	.sofa-chartbox .movie .youtube_lb {
		width: 100%;
		height: auto;
	}
	.youtube_em{
		position:relative;
		width:100%;
		padding-top:56.25%;
	}
	.youtube_em iframe{
		position:absolute;
		top:0;
		right:0;
		width:100%;
		height:100%;
	}
@media all and (max-width: 568px) {/*sp*/
	.sofa-chartbox .movie .hand {
		width: 100%;
		display: block;
		background:  #e1e1e1;
		padding: 10px;
		margin: 10px 0;
	}
	.sofa-chartbox .movie .sit {
		width: 100%;
		display: block;
		background:  #e1e1e1;
		padding: 10px;
		margin: 10px 0;
	}
	.sofa-chartbox .movie p {
		font-size: .8rem;
		text-align: center;
		padding: 0 0 6px;
		}
	.youtube {
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 30px;
		height: 0;
		overflow: hidden;
	}
	.youtube iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
	}
	.youtube_lb {
		text-align: center;
	}
	.sofa-chartbox .movie .youtube_lb img {
		width: 100%;
		max-width: 560px;
		text-align: center;
	}
	.sofa-chartbox .movie .youtube_lb {
		width: 100%;
		height: auto;
	}
	.youtube_em{
		position:relative;
		width:100%;
		padding-top:56.25%;
	}
	.youtube_em iframe{
		position:absolute;
		top:0;
		right:0;
		width:100%;
		height:100%;
	}
}

/*-----------ソファの構造階説-----------*/
.sofa-structurebox .strc-pic {
	width: 100% !important;
	text-align: left;
}
.sofa-structurebox .strc-data {
	width: 100% !important;
}
.sofa-structurebox .strc-pic {
	text-align: center;
	margin-bottom: 1em;
}
.sofa-structurebox .strc-pic img {
	width: 80%;
	max-width: 400px;
	height: auto;
}
.sofa-structurebox .strc-dl {
	width: 100%;
	margin: 0 auto 10px;
	clear: both;
}
.sofa-structurebox .strc-dl:last-child {
	margin: 0 auto;
}
.sofa-structurebox .strc-dl dt {
	font-family: 'Noto Sans JP', sans-serif;
	margin-bottom: 10px;
	font-size: 15px;
	clear: both;
}
.sofa-structurebox .strc-dl dt span {
	font-size: 20px;
}
.sofa-structurebox .strc-dl dd {
	font-size: 12px;
	line-height: 1.6;
	margin-bottom: 20px;
	overflow: hidden;
	/*display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;*/
}
.sofa-structurebox .strc-dl dd img.flL {
	margin: 0 20px 0 0;
}
.sofa-structurebox .strc-dl dd img.flR {
	margin: 0 0 0 20px;
}
.sofa-structurebox .strc-ul li {
	margin-bottom: 1em;
	list-style: disc;
}
@media screen and (max-width: 568px) {
	.sofa-structurebox .strc-dl dt {
		font-size: 3.4vw;
		float: left;
	}
	.sofa-structurebox .strc-dl dt span {
		font-size: 4.3vw;
	}
	.sofa-structurebox .strc-dl dd {
		font-size: 3.2vw;
		line-height: 1.4;
		float: right;
		margin-bottom: 20px;
	}
	.sofa-structurebox .strc-dl dd img.flL {
		margin: 0 15px 0 0;
		height: auto;
	}
	.sofa-structurebox .strc-dl dd img.flR {
		margin: 0 0 0 15px;
		height: auto;
	}
}
/*20160829追記*/
.sofa_lave_h2{
    border-bottom: 0px dashed #333333;
    margin: 0 0 30px;
    padding-left: 0px;
}
.sofa_lave_li {
margin-bottom:3em;
}
.sofa_lave_li p {
    float: left;
    margin: 2.5%;
    text-align: center;
    width: 45%;
}
.sofa_lave_li p a{
text-decoration:none;
color:#000000;
}
.sofa_lave_li p img{
width:100%;
height:auto;
}
.sofa_lave_h3 {color:#da0056;font-size:24px;letter-spacing:3px;	background: url(/files/images/sofa_love/sale201609_bg_yellpw.gif) repeat-x 0 80px;}
.sofa_lave_h3 em{font-style:normal;}
.sofa_lave_h3 span{color:#333333;font-weight:200;display:block;font-size:13px;letter-spacing:0px;}
.sofa_lave_h3 em{color:#da0056;font-size:70px;}


/*素材請求*/
.hide{
	display:none;
}
.sample_cart_box{
	max-width: 500px;
	margin: auto;
}
.sample_cart_title{
	border-top:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
	padding:2px;
}
.sample_cart_title p{
	background:#dddddd;
	color:#666666;
	font-size:16px;
	font-weight:600;
	padding:15px;
}
.sample_cart_title p span{
	display:block;
	color:#999999;
	font-size:12px;

}
.sample_cart_ul{
	border:1px solid #cccccc;
	background:url("/files/images/gb_yellow.gif") no-repeat 0 0;
	background-size: 420px auto;
	height:auto;
}
.sample_cart_ul li{
	border-bottom:1px dotted #cccccc;
	padding:6px;
	display: block;
}
.sample_cart_sozai_img{
	display: table-cell;
	padding-right:5px;
	vertical-align: middle;
}
.sample_cart_sozai_img img{
	border:1px dotted #efefef;
}
.sample_cart_sozai_name{
	display: table-cell;
	vertical-align: middle;
	line-height: 1.2;
}

.qhsozai_order_l{
	margin-bottom: 1em;
}

.sozailead{
	font-size: 13px;
	margin: 1em;
	line-height: 1.4;
}
.sozaibox_right3 {
	display: block;
	margin: auto;
	text-align: center;
	font-size: .8em;
}
.sozaibox_right3 div {
	border: 1px solid #cccccc;
	margin: 5px 0;
	padding: 10px 5px;
	display: inline-block;	
	box-sizing: border-box;
	width: 40%;
	vertical-align: top;
}

.sozaiorder_aten_p {
	margin-top: 2em;
}

#sozaiorder .item_spec {
    border-bottom: 1px dotted #cccccc;
    margin-bottom: 20px;
    padding: 20px 5px;
}
#sozaiorder .item_spec .spec_detail dl{
	min-height:120px;
}
#sozaiorder .item_spec .spec_detail .show_list_box ul.sozai_list{
	border: 1px solid #cccccc;
	padding: 15px;
}
#sozaiorder .item_spec .spec_detail .show_list_box ul.sozai_list li img.sum_tone_img {
	max-width: 70%;
}
#sozaiorder .item_spec .spec_detail .show_list_box ul.sozai_list li.sum_tone{

}
#sozaiorder .item_spec .spec_detail .show_list_box ul.sozai_list li.sum_tone a {
	display: inline-block;
	vertical-align: top;
	width: 80px;
}

#sozaiorder .item_spec .item_img{
text-align: center;
}
#sozaiorder .item_spec .item_img img{
	width: 80%;
	height:auto;
}
#sozaiorder .item_spec .spec_detail .show_list_box ul.sozai_list li{
	margin: 0 .8% 5px 0;
	display: inline-block;
	vertical-align: top;
	line-height: 1.6;
}
#sozaiorder .item_spec .spec_detail .show_list_box ul.sozai_list li.sozai_list_li_sum{
    width: 48%;
		vertical-align: middle;
}
img.sozai_list_sum_img {
    width: 100%;
    height:auto;
}

li ul.sozai_list li label input{
	margin: 0 3px 0 0;
	vertical-align: sub;
}
.sozaiorder_aten{
	background-color:#ffff99;
	font-size:11px;
	text-align:center;
	padding:3px 0;
}
.sozaiorder_submit input{
    background: #ff9933 none repeat scroll 0 0;
    border: 1px solid #cccccc;
    color: #fff;
    cursor: pointer;
    padding:10px 20px;
    text-align: center;
    width: 100%;
}
.sozaiorder_submit a{
    background: #ff9933 none repeat scroll 0 0;
    border: 1px solid #cccccc;
    color: #fff;
    cursor: pointer;
    padding:10px 0;
    text-align: center;
    width: 100%;
    display:block;
}

#sozaiorder .item_spec .spec_detail .show_list_box ul.sozai_list li.sample_color_title{
    width: 100%;	
		display: block;
		border-bottom:0px dashed #cccccc; 
		border-top:1px dotted #cccccc;
}
#sozaiorder .item_spec .spec_detail .show_list_box ul.sozai_list li.sample_color_title:first-child{
	border-top:none;
	padding-top: 0;
	margin-bottom: 10px;
}
.sample_color_title img{
    height: 100%;	
	width:auto;
	float:left;
}
.color_series_p{
	font-size: 13px;
	padding-left:2%;
	float:left;
}
.color_series_p span{
	font-size: 12px;
	display: block;
}
.color_series_p span.color_series_name{
	display:inline-block;
	margin-bottom:5px;
	font-weight: bold;
	font-size: 14px;
}
.color_series_p span.color_series_comp{
	display: block;
	margin-bottom: 5px;
}
#sozaiorder .item_spec {
	margin-bottom:2em;
	padding: 0 5px 20px;
}
#sozaiorder .show_list_box li ul.sozai_list{
	margin-left:0;
}
#sozaiorder .item_spec .spec_detail .show_list_box ul.sozai_list{
	 width: 100%;
	}
#sozaiorder .item_spec .spec_detail .show_list_box ul.sozai_list li{
	width: 15%;
	font-size: 11px;
}
#sozaiorder .item_spec .spec_detail .show_list_box ul.sozai_list li label{
	font-weight: 400;
	margin: 5px 0 10px;
	line-height: 1.4;
}
#sozaiorder .item_spec .spec_detail .show_list_box .check a.show_list {
		background:url(/files/images/sozaiorder/icon_down.gif) no-repeat 90% 50% #f49536;
}
#sozaiorder .item_spec .spec_detail .show_list_box .checked a.show_list {
		background:url(/files/images/sozaiorder/icon_up.gif) no-repeat 90% 50% #f49536;
}
#sozaiorder .item_spec .spec_detail .show_list_box a.show_list {
	display: block;
	width: 80%;
	color:#222222;
	margin:0 auto;
	color: #ffffff;
	font-size: 120%;
	font-weight: 600;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

/*#sozaiorder .item_spec .spec_detail dl dd.code_list ul li {
	float: left;
	list-style-position: inside;
	list-style-type: disc;
	margin-right:1.5em;
	font-size: 13px;
}*/
#sozaiorder .item_spec .item_img .catch {
	display: block;
	margin-top: 10px;
	text-align: center;
}
#sozaiorder .item_spec .spec_detail dl dd.code_list ul {
	margin: 0 0 0.5em 0;
	border:1px solid #cccccc;
	overflow: hidden;
	padding:.8em .8em .4em .8em;
}
#sozaiorder .item_spec .spec_detail .name {
	 font-weight: bold;
	 font-size:90%;
}

.code_sozai_dt,	.code_sozai_dd,	.code_color_dt,	.code_color_dd{
	display:inline-block;
}
.code_sozai_dt,.code_color_dt{
	width: 20%;
}
.code_sozai_dd,.code_color_dd{
	width: 78%;
}
#sozaiorder .item_spec .spec_detail dl{
	margin-bottom:10px;
}
.sample_color_title img{
	height:auto;	
	width:32%;
	float:left;
}
.color_series_p{
	font-size: 13px;
	padding-left:3%;
	width:66%;
}
.sozaiorder_aten{
	margin-bottom:30px;
}
#sozaiorder .item_spec .spec_detail .show_list_box ul.sozai_list li.sample_color_title{
	height:auto;
	display: block;
	overflow: hidden;
	padding: 15px 0;
}
#table_mousikomi th,#table_mousikomi td{
	display:block;
	width:100%;
}
#table_mousikomi td{
	padding-bottom:1em;
}
table#table_mousikomi , #table_mousikomi tbody,#table_mousikomi thead,#table_mousikomi tfoot,#table_mousikomi tr,#table_mousikomi th {
	display: block;
	width:100% !important;
}
#table_mousikomi th {
	display: block;
	width:100% !important;
	padding:8px;
	border-right:0px solid #ffffff;
}
table#table_mousikomi tbody tr td{   
	display: block;	width:98% !important;border:0px solid #ffffff;
	padding:8px;
}
table#table_mousikomi{
	border:1px solid #cccccc;
	margin:10px 0 20px 0;
}
p.btnform{
	text-align:center;
}
p.btnform input{
	padding:0.8em 2em;
	margin-bottom:3em;
}

@media all and (max-width: 568px) {
.sample_cart_title{
}
.color_series_p{
	font-size:3.2vw;
	line-height: 1.4;
}
.sample_cart_title p span.color_series_name{
	font-size:3.8vw;
}
.sample_cart_ul{
	border:1px solid #cccccc;
	background:url("/files/images/gb_yellow.gif") no-repeat 0 0;
	background-size: 420px auto;
	height:auto;
}
.sample_cart_ul li{
	border-bottom:1px dotted #cccccc;
	padding:6px;
	display: block;
}
	
#sozaiorder .item_spec .spec_detail .show_list_box ul.sozai_list{
	padding: 3%;
}
#sozaiorder .item_spec .spec_detail .show_list_box ul.sozai_list li{
	/*width: 18%;*/
	width: 23%;
}
#sozaiorder .item_spec .spec_detail .show_list_box ul.sozai_list li.sample_color_title{
	padding: 20px 0;
	margin: 0;
}
.sample_cart_sozai_img{
	display: table-cell;
	padding-right:5px;
	vertical-align: middle;
}
.sample_cart_sozai_img img{
	border:1px dotted #efefef;
}
.sample_cart_sozai_name{
	display: table-cell;
	vertical-align: middle;
	line-height: 1.2;
}
#sozaiorder .item_spec .spec_detail .show_list_box ul.sozai_list li.sozai_list_li_sum{
    width: 100%;
		vertical-align: top;
}
	
	
	
.qhsozai_order_l{
	margin-bottom: 1em;
}

.sozailead{
	font-size: 4vw;
	margin: 1.5em;
	line-height: 1.6;
}
.sozaibox_right3 {
	display: block;
	margin: auto;
	text-align: center;
	font-size: .8em;
}
.sozaibox_right3 div {
	border: 1px solid #cccccc;
	margin: 5px 0;
	padding: 10px 5px;
	display: inline-block;	
	box-sizing: border-box;
	width: 40%;
	vertical-align: top;
}
}



.souryou_201702_p{
	margin-top:1em;
}

.flL64 {
	width: 60%;
	padding-left: 10px;
	margin: 10px auto 20px;
	float: left;
}
.flR30 {
	width: 30%;
	text-align: center;
	margin: 20px auto;
	float: right;
}
.flR30 img {
	width: 100%;
	height: auto;
	max-width: 400px;
}

@media all and (max-width: 568px) {
	.flL64 {
		width: 100%;
		padding: 0;
		margin: 10px auto 10px;
	}
	.flR30 {
		width: 100%;
		text-align: center;
		margin: 10px auto 20px;
	}
	.flR30 img {
		width: 70%;
		height: auto;
	}
}
/*-----------201703 商品詳細画像サイズ おすすめのコーディネート商品-----------*/
.flL38 {
	width: 48%;
	float: left;
	margin: auto;
	text-align: center;
}
.flL38 img {
	width: 100%;
	max-width: 400px;
}
.flR58 {
	width: 48%;
	float: right;
	margin: 0 auto 10px;
	text-align: left;
}
.flR-ml20 {
	float: none;
	margin: 20px auto;
	text-align: center;
}
@media all and (max-width: 568px) {
	.flL38 {
		width: 100%;
		float: none;
		margin: auto;
		text-align: center;
	}
	.flL38 img {
		width: 100%;
		max-width: 400px;
		float: none;
	}
	.flR58 {
		width: 100%;
		float: none;
		margin: 20px auto 10px;
		text-align: left;
	}
}
.coordinate-box .product-img dd {
	width: calc(100% - 160px);
	text-align: left;
	float: left;
}
.coordinate-box .flR58 dd p {
	margin-bottom: 10px;
}
.coordinate-box .product-img img {
	width:140px;
	float: right;
}

/*-----------201706 選ばれる理由-----------*/
.reason{
 margin: 20px auto;
	padding: 0 ;
	text-align: left;
}
.reason_item .flL{
	width: 48%;
	margin: 0 auto .7em;
}
.reason_item .flL img{
	height: auto;
	text-align: right;
	margin: 0;
}
.reason_item .flR{
	width: 48%;
	margin: 0 auto .7em;
}
.reason_item .flR img{
	height: auto;
	text-align: left;
	margin: 0;
}
.reason_item p{
	font-size: 13px;
	margin: 0 0 .8em;
	line-height: 1.4;
}
.reason dl{
	margin-bottom: 30px;
}
.reason dt{
	display: block;
	font-size: 15px;
	font-feature-settings: "palt";
	margin: 30px auto 20px;
}
.reason dd{
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	line-height: 1.8;
}
.reason dd p{
	line-height: 1.4;
	padding: 0 .5em;
}

/*point画像追加　201809*/
.reason_item dt:before{
	content: "";
	display: block;
	width: 54px;
		height:54px;
	float: left;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	padding: 32px;
}
.reason_item:nth-of-type(1) dt:before{
	content: "";
	background: url(/files/images/common/point_ttl01.png) left top no-repeat;
	background-size: contain;
}
.reason_item:nth-of-type(2) dt:before{
	content: "";
	background: url(/files/images/common/point_ttl02.png) left top no-repeat;
	background-size: contain;
}					
.reason_item:nth-of-type(3) dt:before{
	content: "";
	background: url(/files/images/common/point_ttl03.png) left top no-repeat;
	background-size: contain;
}						
.reason_item:nth-of-type(4) dt:before{
	content: "";
	background: url(/files/images/common/point_ttl04.png) left top no-repeat;
	background-size: contain;
}		
.reason_item:nth-of-type(5) dt:before{
	content: "";
	background: url(/files/images/common/point_ttl05.png) left top no-repeat;
	background-size: contain;
}		
.reason_item:nth-of-type(6) dt:before{
	content: "";
	background: url(/files/images/common/point_ttl06.png) left top no-repeat;
	background-size: contain;
}		
.reason_item:nth-of-type(7) dt:before{
	content: "";
	background: url(/files/images/common/point_ttl07.png) left top no-repeat;
	background-size: contain;
}		
.reason_item:nth-of-type(8) dt:before{
	content: "";
	background: url(/files/images/common/point_ttl08.png) left top no-repeat;
	background-size: contain;
}		
.reason_item:nth-of-type(9) dt:before{
	content: "";
	background: url(/files/images/common/point_ttl09.png) left top no-repeat;
	background-size: contain;
}		
.reason_item dt{
	position: relative;
	padding-left: 60px;
	margin-top: 40px;
	margin-bottom: 20px;
	font-weight: 400;
}
.reason_item:first-of-type dt{
	margin-top: 20px;
}

.reason_item video{
	width: 100%;
}

@media all and (max-width: 568px) {
	.reason{
	 	margin: 0 auto 20px;
		text-align: center;
	}
	.reason_item .flL{
		width: 100%;
		margin: 0 0 10px;
	}
	.reason_item .flR{
		width: 100%;
		margin: 0 0 10px;
	}
	.reason dl{
		margin: 30px 0 0;
	}
	.reason dt{
		display: block;
		font-size: 1.15em;
		line-height: 1.4;
		letter-spacing: .05em;
		text-align: left;
	}
	.reason dd{
		font-size: .9em;
		margin: 0 .5em;
	}
	.reason dd p{
		text-align: left;
		padding: 0;
		margin: 10px auto;
		line-height: 1.4;
	}
	.reason dd img{
		margin: 0;
	}
	.reason dd .flL,.reason dd .flR{
		margin: 0;
	}
	.reason_item dt{
		margin: 0 .3em 20px;
	}
}
/*--------- 201712 ZL生地とカラー ---------*/
.colors5 {
	float: left;
	margin-bottom: 20px;
}
.color-photo2  {
width: 100%;
	margin-bottom: 20px;
}
.color-photo2 a {
	display: inline-block;
	width: 30%;
	max-width: 150px;
	margin-right: 10px;
	vertical-align: top;
}
.color-photo2 img {
	width: 100%;
}
.color-photo2 p {
	display: inline-block;
	width: 60%;
}
.color-photo2 .txt {
	display: block;
	margin-top: 10px;
}
ul.colrs5 {
	display: flex;
	flex-wrap: wrap;
}
.colrs5 li {
	float: left;
	width: 24.2%;
	max-width: 100px;
	height: auto;
	margin: 0 0.3%; 10px;
	box-sizing: border-box;
}
.colrs5 li img {
	width: 100%;
	height: auto;
}
.colrs5 li p {
	margin: 5px auto 10px;
	line-height: 1.3;
	font-size: .7rem;
}

/*----------- 雑誌風画像配置 201806 -----------*/
.photoimg-box{
	width: 100%;
	max-width: 600px;
	margin: 30px auto 40px;
	text-align: center;
	overflow: hidden;
}
.photoimg-box .photoimg1{
	width: 100%;
	margin: 0 auto 4px;
}
.photoimg-box .photoimg1 img{
	width: 100%;
	height: auto;
}
.photoimg-box .photoimg2{
	width: 50%;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
	padding-right: 2px;
}
.photoimg-box .photoimg2 img{
	width: 100%;
	height: auto;
}
.photoimg-box .photoimg3{
	width: 50%;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
	padding-left: 2px;
}
.photoimg-box .photoimg3 img{
	width: 100%;
	height: auto;
}

/*201703 TOP besthit*/
.h2_bestHit{
	margin: 2em auto 1em;
	border: none;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center!important;
}
#bestHit{
	margin: auto;
	text-align: center;
}
#bestHit dt a{
	text-decoration: underline;
	color: #FFFFFF;
}
#bestHit dl{
width:48%;
height:auto;
padding:1% 0;
display:inline-block;
	vertical-align: top;
}
#bestHit dl img{
	width: 100%;
	height: auto;
}
#bestHit dt span{
	position: relative;
	bottom: 10px;
	display: block;
	font-size: .75em;
	background-color: #333;
	color: #FFFFFF;
	line-height: 1.3;
	padding: .7em .7em .8em;
}
#bestHit dl dd {
	margin: 0 auto 8px;
	font-size: .7rem;
	text-align: left;
}

/*202001 bhButton*/
.bhButton {
	position: relative;
	display: inline-block;
	line-height: 1.4;
	font-size: .7rem;
	padding: 5px 24px 4px 16px;
	margin-top: 5px;
	background-color: #fff;
	border: 1px solid #333;
	letter-spacing: .05em;
	color: #333;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	font-feature-settings: "palt";
}
.bhButton:after {
	position: absolute;
	top: 50%;
	right: .2em;
	content: '';
	margin-top: -4px;
	border: 6px solid transparent;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-left-color: #333;
	transition: all .2s;
}

/*202001 bestHit*/ /*202001 topics*/ /*202001 topfeature*/  
.h2_bestHit,.h2_topics,.h2_feature  {
	text-align: center;
	margin: 20px auto 10px;
	font-size: .7rem;
	font-weight: 400;
	line-height: 1.5;
	border: none;
	font-family: 'Noto Sans JP', sans-serif;
}
.h2_bestHit span,.h2_topics span,.h2_feature span {
	display: block;
	font-size:1.4rem;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: .05em;
}

/*arrow*/  
.left_arrow {
	position: relative;
	display: inline-block;
	color:#666;
	text-align: left;
	text-decoration: none;
	margin: 8px 0;
	padding:0 0 0 14px;
	font-size: 12px;
	line-height: 1.3;
}
.left_arrow::after {
	position: absolute;
	top: 7px;
	left:5px;
	content: '';
	margin-top: -4px;
	border: 6px solid transparent;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-left-color: #666;
	transition: all .2s;
}
.left_arrow2 {
	position: relative;
	display: inline-block;
	padding-left: 20px;
}
.left_arrow2:before {
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 2px #666;
	border-right: solid 2px #666;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 3px;
	margin-top: -4px;
}

/*201706 TOP feature*/
.top_feature  {
	margin: auto;
	vertical-align: top;
	text-align: center;
}
.top_feature h2.h2_feature {
	margin: 2em auto 1em;
}
.top_feature ul {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.top_feature li {
	width: 31%;
	height:auto;
	float:left;
	padding:1%;
	margin-bottom: 10px;
	text-align: left;
}
.top_feature li.season4 {
	width: 100%;
}
.top_feature img{
	width: 100%;
	height: auto;
}
.top_feature ul a{
 text-decoration: none;
	color: #333333;
}
.top_feature dt {
	font-size: .8rem;
	letter-spacing: normal;
	line-height: 1.3;
	font-weight: 600;
 	margin: 10px auto 4px;
}
.top_feature dd {
	font-size: .7rem;
	height: auto;
	line-height: 1.3;
}
.top_feature .flR {
	font-size: .7rem;
	margin-bottom: 20px;
}
.top_feature p {
	font-size: .7rem;
	height: auto;
	line-height: 1.3;
}
.top_feature .media li p{
	margin: 6px auto 0;
}
.top_feature .flR a {
	color: #333;
}
.top_feature #howto {
	padding-top: 8em;
	margin-top: -7em;
}

/*201707 TOP ultima etc bnr*/
.pick-bnr-box2 {
	margin: 30px 0 20px;
	text-align: center;
}
.pick-bnr-box2 li {
	width: 24%;
	height:auto;
	padding:1% 0;
	display:inline-block;
	text-align: left;
}
.pick-bnr-box2 li:nth-child(even){
	margin-right: 0;
}

/*-----------（画像+テキスト）×４ 201710----------*/
.box4 {
	width: 100% !important;
}
.box4 .strc-dl {
	clear: both;
	text-align: left;
}
.box4 .strc-dl dt {
	font-family: 'Noto Sans JP', sans-serif;
	margin-bottom: 10px;
	font-size: 15px;
}
.box4 .strc-dl dd {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	align-items: flex-start;
	-webkit-box-align: flex-start;
	-webkit-align-items: flex-start;
	font-size: 13px;
	line-height: 1.4;
}
.box4 .strc-dl dd img {
	margin: 0 10px 10px 0;
	height: auto;
}

.box4 .strc-ul li {
	margin-bottom: 1em;
	list-style: disc;
}
.okusama_275_p{font-size:18px;margin-bottom:2em;}
.okusama_275_divr h3, .okusama_275_divl h3 {
    font-size: 18px;
    border-bottom: #efefef 3px solid;
    padding:5px 0;
    margin-bottom: 15px;
}
.okusama_275_divr, .okusama_275_divl{
   margin-bottom: 30px;
	 line-height: 1.5;
}
	
@media all and (max-width: 640px) {
		.top_feature li {
			width: 48%;
		}
		/*.qh_item_page {
			 margin-bottom: 20px;
			}
		.qh_item_page .flR{
			width: 100%;
			margin-left: 0;
			margin-bottom: 10px;
			box-sizing: border-box;
			text-align: center;
		}
		.qh_item_page .flL img,.qh_item_page .flR img{
			margin: 0;
		}
		.qh_item_page .flL p,	.qh_item_page .flR p{
			text-align: left !important;
		}
		.qh_item_page .flL{
			width: 100%;
			height: auto;
			margin-bottom: 10px;
			box-sizing: border-box;
			text-align: center;
		}
		.qh_item_page .section03 .flL,.qh_item_page .section03 .flR{
			height: auto;
			padding: 0 4% ;
			margin-bottom: 10px;
			box-sizing: border-box;
		}
		.qh_item_page .section03 img{
			display: block;
			margin: 10px auto 10px;
		}
		.qh_item_line{margin:10px 0 0;}	*/

		.pick-bnr-box2 li {
			width: 48%;
			height:auto;
			float:left;
			padding:1%;
			display:block;
			text-align: left;
		}
		.pick-bnr-box2 li:nth-child(even){
			margin-right: 0;
		}
	.topSupport2 dt{
		min-height: 2.3em;
	}
	/* 2018.02 送料配送日目安プルダウン */
/*	.item_detailbox1 .ddcommon {
			width: 100% !important;
	}*/

	/* 2018.06 リスト絞り込み*/
	#search{
		padding-top: 60px;
		margin-top: -60px!important
	}
	/*#search2{
		padding-top: 60px;
		margin-top: -40px!important;
	}*/
	.pagecond_area {
		padding: 8px;
		border: 1px solid #ccc;
	}
	.cate-listpage {
		margin-top: 20px;
		text-align: left;
	}

	.close_shop {
			color: #ffffff;
			background: #c19002;
			display: block;
			padding: 4px 0.8em 4px;
			margin-top: 7px;
			text-align: center;
	}
	#shoplistpage a.close_shop {
			color: #ffffff;
	}
}

/*201809 detailページのh4*/
.detail-box h4 span{
	padding-bottom: 1px;
}
.detail-box h4{
	width: 100%;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	margin: 40px auto 20px;
}
@media screen and (max-width: 568px) {
	.detail-box h4{
		font-size: 4.6vw;
		margin: 30px auto 20px;
	}
}

/*201904 保証とらくらくバナーrenewal*/
.detail-bnr{
	margin: 0 auto;
}
.detail-bnr p{
	width: 48%;
	display: inline-block;
	vertical-align: top;
	margin: 0 15px 20px 0;
}
.detail-bnr p:last-child{
	margin-right: 0;
}
.detail-bnr p img{
	width: 100%;
	height: auto;
}

@media all and (max-width: 560px) {
	.detail-bnr p{
		width: 100%;
		display: inline-block;
		vertical-align: top;
		margin: 0 0 20px 0;
	}
}

/*CUSTOMER ROOM COORDINATE*/
.custom-room-h3{
	height: 27vh;
	display: flex;
	align-items: center;
	justify-content: center;
}
.custom-room-span{
	z-index: 100;
	font-weight: lighter;
	font-size:22px;

}
.custom-room-img{
	z-index: 0;
	position: absolute;
	opacity: 0.6;
	height: 27vh;
}

/*----------201905 detailrenewal前の仮置き----------*/
	.reason2{
	 margin: 20px auto;
		padding: 0 ;
		text-align: left;
	}
	.reason2 .reason_item .flL{
		width: 48%;
		margin: 0;
	}
	.reason2 .reason_item .flL img{
		width: 100%;
		height: auto;
		margin: 0;
	}
	.reason2 .reason_item .flR{
		width: 48%;
		margin: 0;
	}
	.reason2 .reason_item .flR img{
		width: 100%;
		height: auto;
		margin: 0;
	}
	.reason2 .reason_item p{
		font-size: 13px;
		margin: 15px 0 10px;
		line-height: 1.5;
	}
	.reason2 .reason_item a{
		font-size: 13px;
		text-decoration: underline!important;
	}
	.reason2 dl{
		margin-bottom: 20px;
	}
	.reason2 dt{
		font-size: 15px;
		font-feature-settings: "palt";
		margin: 30px auto 20px;
	}
	.reason2 dd{
		display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		display:-ms-flexbox;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		font-size: 14px;
		line-height: 1.8;
		text-align: left;
	}
	.reason2 .reason_item dt:before{
		content: "";
		position: absolute;
		left: 0;
		top: 54%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		padding: 34px;
	}
	.reason2 .reason_item:nth-of-type(1) dt:before{
		content: "";
		background: url(/files/images/common/point_ttl01.png) left top no-repeat;
		background-size: contain;
	}
	.reason2 .reason_item:nth-of-type(2) dt:before{
		content: "";
		background: url(/files/images/common/point_ttl02.png) left top no-repeat;
		background-size: contain;
	}					
	.reason2 .reason_item:nth-of-type(3) dt:before{
		content: "";
		background: url(/files/images/common/point_ttl03.png) left top no-repeat;
		background-size: contain;
	}						
	.reason2 .reason_item:nth-of-type(4) dt:before{
		content: "";
		background: url(/files/images/common/point_ttl04.png) left top no-repeat;
		background-size: contain;
	}		
	.reason2 .reason_item:nth-of-type(5) dt:before{
		content: "";
		background: url(/files/images/common/point_ttl05.png) left top no-repeat;
		background-size: contain;
	}		
	.reason2 .reason_item:nth-of-type(6) dt:before{
		content: "";
		background: url(/files/images/common/point_ttl06.png) left top no-repeat;
		background-size: contain;
	}		
	.reason2 .reason_item:nth-of-type(7) dt:before{
		content: "";
		background: url(/files/images/common/point_ttl07.png) left top no-repeat;
		background-size: contain;
	}		
	.reason2 .reason_item:nth-of-type(8) dt:before{
		content: "";
		background: url(/files/images/common/point_ttl08.png) left top no-repeat;
		background-size: contain;
	}		
	.reason2 .reason_item:nth-of-type(9) dt:before{
		content: "";
		background: url(/files/images/common/point_ttl09.png) left top no-repeat;
		background-size: contain;
	}	
	.reason2 .reason_item:nth-of-type(10) dt:before{
		content: "";
		background: url(/files/images/common/point_ttl10.png) left top no-repeat;
		background-size: contain;
	}
	.reason2 .reason_item dt{
		position: relative;
		line-height: 1.3;
		padding-left: 60px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.reason2 .reason_item:first-of-type dt{
		margin-top: 10px;
	}
	.reason2 .reason_item dt span{
		display: block;
		font-size: 28px;
		letter-spacing: 0.05em;
		font-family: 'Heebo', sans-serif;
		color: #666;
	}

@media screen and (max-width: 568px) {
	.reason2{
	 	margin: 0 auto 20px;
	}
	.reason2 .reason_item .flL{
		width: 100%;
		margin: 0;
	}
	.reason2 .reason_item .flL:nth-of-type(odd){
		margin: 0;
	}
	.reason2 .reason_item .flR{
		width: 100%;
		margin: 0;
	}
	.reason2 .reason_item p{
		font-size: 3.4vw;
		margin: 15px 0 10px;
	}
	.reason2 .reason_item a{
		font-size: 3.2vw;
	}
	.reason2 dl{
		margin-bottom: 20px;
	}
	.reason2 dt{
		font-size: 3.3vw;
	}
	.reason2 dd{
		font-size: 3.4vw;
	}
	.reason2 dd p{
		font-size: 3.4vw;
	}
}
/*-----------画像記事風テキスト入り-----------*/
	.detail-name2 {
		line-height: 1.5;
		display: table;
		padding: 0 10px;
		margin: 0 auto 40px;
	}
	.detail-name2 .name-pro {
		display: table-cell;
		width: 26%;
		font-size: 34px;
		margin: 0 0 10px;
		text-align:left;
		letter-spacing: .03em;
	}
	.detail-name2 .name-pro span {
		display: block;
		font-size: 13px;
		padding: 0 0 0 1em;
	}
	.detail-name2 .name-txt {
		width: 60%;
		font-size: 13px;
		display: table-cell;
		vertical-align: top;
		line-height: 1.5;
	}
	.detail-name-img {
		position: relative;
		margin: 40px auto;
	}
	.detail-name-img2 {
		position: relative;
		margin: 40px auto;
	}
	.detail-name-img p{
		position: absolute;
		top: 39.5%;
		left: 0;
		width: 59%;
		height: auto;
		font-size: 3.0vw!important;
		background: #fff;
		padding: 0.47em 0.9em;
		margin: 0;
		box-sizing: border-box;
		font-family: 'Noto Sans JP', sans-serif;
	}
	.detail-name-img2 {
		position: relative;
		margin: 40px auto;
	}
	.detail-name-img2 p{
		position: absolute;
		top: 39.5%;
		right: 0;
		width: 59%;
		height: auto;
		font-size: 3.0vw!important;
		background: #fff;
		padding: 0.47em 0.9em;
		margin: 0;
		box-sizing: border-box;
		font-family: 'Noto Sans JP', sans-serif;
	}

@media all and (max-width: 568px) {
	.detail-name2 {
		display: block;
	}
	.detail-name2 .name-pro {
		display: block;
		width: 100%;
		font-size: 6.3vw;
	}
	.detail-name2 .name-pro span {
		display: block;
		padding: 0;
		text-indent: .1em;
	}
	.detail-name-img p{
		position: absolute;
		top: 38.5%;
		left: 0;
		width: 59.5%;
		height: auto;
		font-size: 3.5vw!important;
		padding: 0.45em 0.5em;
	}
	.detail-name-img2 p{
		position: absolute;
		top: 38.5%;
		right: 0;
		width: 59.5%;
		height: auto;
		font-size: 3.5vw!important;
		padding: 0.45em 0.5em;
	}
	.detail-name2 .name-txt {
		display: block;
		width: 100%;
	}
}

/*-----------画像＋動画 記事風テキスト入り-----------*/
.detail-name-movie {
  display: grid;
  grid-template-columns: 60% 40%; /* 左 / 右 */
  grid-template-rows: auto;       /* 1行 */
  gap: 0;
  align-items: stretch;         /* 行の高さを揃える */
}
/* 左カラムを包むラッパー */
.left-detail-col{
  display: grid;
  grid-template-rows: auto auto;
  height: 100%;
}
.left-detail-col img, .right-detail-col img, .detail-video video {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.left-detail-col2 {
	font-size: 28px;
	line-height: 1.4;
}
.left-detail-col2 {
	font-size: 3.0vw;
	font-family: 'Noto Sans JP', sans-serif;
	padding: 2%;
}
@media screen and (max-width: 568px) {
.left-detail-col2 {
		font-size: 3.5vw;
	}
}
/* 下段の動画（幅100%） */
.detail-video {
  grid-column: 1 / span 2; /* 2列分占有 */
  width: 100%;
}

/*----------202002 detail改修smartphone_renewから----------*/	
#detailphotobloc2 {
		border-top: 1px solid #b5b5b6;
		padding-top: 10px;
}
	/* カート */
#cartlink #detailrightbloc2 .item_detailbox_left {
	text-align: left;
	padding-top: 10px;
}
#cartlink #detailrightbloc2 .rakurakuicon {
	margin: 15px 0 10px;
	height:22px;
	text-align: left;
}
#cartlink #detailrightbloc2 .rakurakuicon a:first-child img {
	margin-right: 4px;
}
#cartlink #detailrightbloc2 .product-name {
	padding-top: 0.5em;
	font-weight: bold;
	font-size: 16px;
}
#cartlink #detailrightbloc2 .hinbanno {
	text-align: right;
	border-bottom: 1px solid #b5b5b6;
	padding: 0.5em 0;
}
#cartlink #detailrightbloc2 .price {
	clear: both;
	float: right;
	display: inline-block;
	background: url(/files/images/bg_double.gif) repeat-x left center;
	padding: 0.5em 0;
}
#cartlink #detailrightbloc2 .price span {
	font-size: 16px;
}
#cartlink #detailrightbloc2 .sale_price {
	display: block;
	border-bottom: 1px solid #b5b5b6;
	margin-bottom: 5px;
	padding-top: 0.5em;
	overflow: hidden;
	width: 100%;
}
#cartlink #detailrightbloc2 .sale_price:before,
#cartlink #detailrightbloc2 .sale_price:after {
    content: " ";
    display: table;
}
#cartlink #detailrightblo2c .sale_price:after {
    clear: both;
}
#cartlink #detailrightbloc2 .sale_price {
    *zoom: 1;
}
#cartlink #detailrightbloc2 .sale_price .price {
	font-size: 16px;
	color: #cc0000;
	font-weight: bold;
	background: none;
	padding-top: 0;
}
#cartlink #detailrightbloc2 .sale_price .price span {
	font-size: 24px;
}
#cartlink #detailrightbloc2 .sale_price .price .saleicon {
	background: url(/files/images/common/saleprice.gif) left center no-repeat;
	width: 60px; height: 17px;
	text-indent: -9999px; overflow: hidden;
	vertical-align: middle;
	display: inline-block;
	margin-right: 6px;
}
#cartlink #detailrightbloc2 ul.clearfix {
	clear: both;
}
#cartlink #detailrightbloc2 ul.clearfix li {
	padding: 0 10px;
}
#cartlink #detailrightbloc2 ul.clearfix li b {
	display: inline-block;
	padding: 10px 0 4px;
}
#cartlink #detailrightbloc2 select {
	width: 100%;
	font-size: 1em;
}
#cartlink #detailrightbloc2 .quantity {
	margin: 10px;
}
#cartlink #detailrightbloc2 .quantity b {
	display: inline-block;
	padding: 0 0 4px;
}
#cartlink #detailrightbloc2 .quantity input[type="text"] {
	padding: 0.5em;
  font-size: 16px;
}
#cartlink #detailrightbloc2 .cart-comment {
	padding: 10px;
}
#cartlink #detailphotobloc2 {
	margin: 0.5em;
}
#cartlink #detailphotobloc2 .status_icon li {
	display: inline-block;
}
.cartbox {
    padding-top: 30px;
}
.cartbox .add-icons {
	border: none;
	padding: 10px 0;
	margin-top: 10px;
	font-size: .7rem;
	float: none;
}
.cartbox .add-icons a,
.cartbox .add-icons a img {
	vertical-align: middle;
}
.cartbox .add-icons a {
	margin-right: 1em;
	color: #333;
}
.cartbox .add-icons a img {
	margin-right: 5px;
	width: 20px;
}
.cartbox .add-icons .sns-btns {
	margin-top: 0;
	display: inline-block;
	vertical-align: middle;
}

/*----------//202002 detail改修 smartphone_renewから----------*/	
	
	
	/*new*/
.btn-detail{
	clear: both;
	margin: 20px auto;
}
.btn-detail li{
	display: inline-block;
	vertical-align: top;
	width: 31%;
	border: 1px solid #000;
	padding: .5em .1em .4em;
	margin-right: .1em;
	font-size: 2vw;
	letter-spacing: .01em;
	box-sizing: border-box;
}
.btn-detail li:last-child{
	margin-right: 0;
}
.btn-detail li a{
	text-decoration: none;
	display: block;
	color: #000;
}
.btn-detail li a:before{
	content: "";
	background: url(/files/images/common/arrow_icon.gif) left center no-repeat;
	background-size: contain;
	padding: 7px;
	margin-right: .5em;
}

@media screen and (max-width: 600px){ /*sp*/
	/*----------202002 detail改修 cartｌから----------*/
	/*Amazon pay 201808*/
	#detailrightbloc2 .amazonpay-ditail {
		margin: 40px auto 5px;	
		float: none;
		width: 280px;
	}
	#detailrightbloc2 .amazonpay-ditail img {
			width: 100%;
			height: auto;
			padding-right: 0;
	}
	#detailrightbloc2 .cashless{
		margin: 5px auto;	
		float: none;
	}
	/*//----------202002 detail改修cartから----------*/

		/*new*/
	.btn-detail{
		clear: both;
		margin: 30px auto 10px;
	}
	.btn-detail li{
		width: 100%;
		margin: 0 auto 5px;
		font-size: 3.5vw;
	}
	.btn-detail li a:before{
		content: "";
		background: url(/files/images/common/arrow_icon_sp.gif) left center no-repeat;
		background-size: contain;
		padding: 8px;
		margin-right: .5em;
	}
}

/*202105旧カテゴリ一覧ver*/
.cate-links{
	width: 96%;
	margin: 40px auto 10px!important;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
/*	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;*/
	box-sizing: border-box;
}

.cate-links a{
		width: 23%;
		margin: 0 auto;
}
.cate-links h3,.cate-links h4{
	position: relative;
	font-size: 13px;
	padding: 0 0 5px;
	margin: 10px auto 5px;
}
.cate-links h3 span,.cate-links h4 span {
	font-size: 13px;
}
.cate-links p{
	font-size: 12px;
	margin: 10px auto;
}
.cate-links a img{
		width: 100%;
}
@media screen and (max-width: 568px){
	.cate-links a{
		width: 48%;
	}
}

.featureArea#howto {
	padding-top: 60px;
  margin-top: -60px;
}
.featureArea#feature {
	padding-top: 60px;
  margin-top: -60px;
}

.detail_descriptionArea p{
	font-size: 14px;
	line-height: 1.5;
}
@media screen and (max-width: 568px){
	.detail_descriptionArea p{
		font-size: 3.4vw;
	}
}
/*202202 detail link*/
.detail_descriptionArea .link-cat a{
	text-decoration: none!important;
}
.detail_descriptionArea .link-cat a .text{
	font-size: 13px;
}
@media screen and (max-width: 568px){
	.detail_descriptionArea .link-cat a .text{
		font-size: 3.4vw;
	}
}

/*組替え方法 molnなど*/
.tjun.tjun-flex {
	display: flex;
	flex-wrap: wrap;
}
.tjun.tjun-flex img {
	width: 100%;
	height: auto;
}
.tjun.tjun-flex p {
	display: flex;
	font-size: 12px;
	text-align: left;
	padding: 6px;
	margin: 0;
}
.tjun.tjun-flex p span {
	display: block;
	float: left;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: .5em;
	line-height: normal;
}
.hw {
	position: relative;
	font-size: 13px;
	margin: 4px auto;
	width: 32%;
	box-sizing: border-box;
	border: 1px solid #999;
}
.hw {
	position: relative;
	font-size: 13px;
	margin: 4px auto;
	width: 49%;
	box-sizing: border-box;
	border: 1px solid #999;
}

.hw2 {
	position: relative;
	font-size: 13px;
	margin: 4px auto;
	width: 49%;
	box-sizing: border-box;
	border: 1px solid #999;
}
@media screen and (max-width: 568px){
	.tjun.tjun-flex p{
		font-size: 3.0vw;
	}
	.tjun.tjun-flex p span {
		font-size: 4vw;
	}
	.hw {
		width: 48%;
		text-align: left;
		box-sizing: border-box;
	 }
	.hw2 {
		width: 48%;
		text-align: left;
		box-sizing: border-box;
	 }
}


/************************************************
 商品詳細ページレイアウトパーツ renewal 202306
************************************************ */
	.detail-box h3.detail-ttl {
		width: 100%;
		font-size: 24px;
		font-weight: 500;
		text-align: center;
		margin: 50px auto 20px;
	}
	.reason3{
		margin: 20px auto;
		padding: 0 ;
		text-align: left;
	}
	.reason3 a{
		text-decoration: underline!important;
	}
	.reason3 .reason-item{
		margin: 0 auto 40px;
	}
	.reason3 .reason-item .reason-flex{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.reason3 .reason-item:nth-of-type(even) .reason-flex{
		flex-direction: row-reverse;
	}
	.reason3 .reason-flex p{
		font-size: 13px;
		line-height: 1.5;
		margin: 0 0 10px;
	}
	.reason3 .reason-flex > p{
		margin-bottom: 20px;
	}
	.reason3 .reason-item .reason-img{
		width: 48%;
		margin: 0;
	}
	.reason3 .reason-item .reason-flex img{
		width: 100%;
		height: auto;
		max-width: 100%;
		margin: 0;
	}
	.reason3 .reason-item .reason-txt{
		width: 48%;
		margin: 0;
	}
	.reason3 .reason-item a{
		font-size: 13px;
		text-decoration: underline!important;
	}
	.reason3 .reason-ttl{
		width: 100%;
		font-size: 15px;
		line-height: 1.3;
		font-feature-settings: "palt";
		letter-spacing: .02em;
		margin: 0 auto 20px;
	}
	.reason3 .reason-ttl span{
		display: block;
		font-size: 32px;
		letter-spacing: 0.08em;
		font-family: 'Heebo', sans-serif;
		line-height: 1.3;
		color: #999;
	}
	.reason3 .reason-item .reason-txt{
		display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		display:-ms-flexbox;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		font-size: 14px;
		line-height: 1.8;
		text-align: left;
	}
	.reason3 .reason-ttl::before{
		content: "";
		width: 5%;
		height: 5%;
		padding: 34px;
		float: left;
	}
	.reason3 .reason-item:nth-of-type(1) .reason-ttl::before{
		content: "";
		background: url(/files/images/common/point_ttl01.png) left top no-repeat;
		background-size: contain;
	}
	.reason3 .reason-item:nth-of-type(2) .reason-ttl::before{
		content: "";
		background: url(/files/images/common/point_ttl02.png) left top no-repeat;
		background-size: contain;
	}					
	.reason3 .reason-item:nth-of-type(3) .reason-ttl::before{
		content: "";
		background: url(/files/images/common/point_ttl03.png) left top no-repeat;
		background-size: contain;
	}						
	.reason3 .reason-item:nth-of-type(4) .reason-ttl::before{
		content: "";
		background: url(/files/images/common/point_ttl04.png) left top no-repeat;
		background-size: contain;
	}		
	.reason3 .reason-item:nth-of-type(5) .reason-ttl::before{
		content: "";
		background: url(/files/images/common/point_ttl05.png) left top no-repeat;
		background-size: contain;
	}		
	.reason3 .reason-item:nth-of-type(6) .reason-ttl::before{
		content: "";
		background: url(/files/images/common/point_ttl06.png) left top no-repeat;
		background-size: contain;
	}		
	.reason3 .reason-item:nth-of-type(7) .reason-ttl::before{
		content: "";
		background: url(/files/images/common/point_ttl07.png) left top no-repeat;
		background-size: contain;
	}		
	.reason3 .reason-item:nth-of-type(8) .reason-ttl::before{
		content: "";
		background: url(/files/images/common/point_ttl08.png) left top no-repeat;
		background-size: contain;
	}		
	.reason3 .reason-item:nth-of-type(9) .reason-ttl::before{
		content: "";
		background: url(/files/images/common/point_ttl09.png) left top no-repeat;
		background-size: contain;
	}	
	.reason3 .reason-item:nth-of-type(10) .reason-ttl::before{
		content: "";
		background: url(/files/images/common/point_ttl10.png) left top no-repeat;
		background-size: contain;
	}
	.reason3 .reason-item:nth-of-type(11) .reason-ttl::before{
		content: "";
		background: url(/files/images/common/point_ttl11.png) left top no-repeat;
		background-size: contain;
	}
	.reason3 .reason-item:nth-of-type(12) .reason-ttl::before{
		content: "";
		background: url(/files/images/common/point_ttl12.png) left top no-repeat;
		background-size: contain;
	}
	.reason3 .reason-item .reason-ttl{
		position: relative;
		line-height: 1.3;
		margin-bottom: 20px;
	}
	.reason3 .reason-item .reason-ttl span{
		display: block;
		font-size: 32px;
		letter-spacing: 0.05em;
		font-family: 'Heebo', sans-serif;
		color: #666;
	}

@media screen and (max-width: 568px){
	.detail-box h3.detail-ttl{
		font-size: 4.8vw;
		margin: 40px auto 20px;
	}
	.reason3{
	 	margin: 0 auto 30px;
	}
	.reason3 .reason-item{
		margin: 0 auto 40px;
	}
	.reason3 .reason-item:nth-of-type(even) .reason-flex{
		flex-direction:row;
	}
	.reason3 .reason-flex p{
		font-size: 3.4vw;
		margin: 0 0 10px;
	}
	.reason3 .reason-item .reason-ttl{
		font-size: 3.4vw;
		margin-bottom: 20px;
	}
	.reason3 .reason-item .reason-ttl span{
		font-size: 7.5vw;
	}
	.reason3 .reason-item .reason-ttl::before{
		content: "";
		position: relative;
		top: -0.2vh;
		padding: 8.0vw;
	}
	.reason3 .reason-item .reason-img{
		width: 100%;
		margin: 0 auto 20px;
	}
	.reason3 .reason-item a{
		font-size: 3.2vw;
	}

	.reason3 .reason-item .reason-txt{
		width: 100%;
		font-size: 3.4vw;
	}
}


/*-----------このソファの座り心地-----------*/
.reason3 .sofa-chart-box{
	margin: 30px auto;
	border: 1px solid #ccc;
	padding: 15px;
	position: relative;
}

.reason3 .sofa-chart-box .sofalead {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 1em;
	font-size: 13px;
	line-height: 1.5;
}	
	
.reason3 .sofa-chart-box .sofa-chart-flex {
	margin: 0 auto 20px;
	border-bottom: 1px dotted #ccc;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 0 20px;
	margin: 0 auto 20px;
}
.reason3 .sofa-chart-box .sofa-chart-flex:last-child {
	border: none;
	padding: 0;
	margin: 0 auto;
}
	
.reason3 .sofa-chart-box .sofa-chart-flex img {
	width: 100%;
	height: auto;
	margin: 0;
}
.reason3 .sofa-chart-box .sofa-chart-flex a {
  float: none;
  display: inline-block;
  width: auto;
	height: auto;
  max-width: 100%;
  margin: 0;
  vertical-align: top;
}
.reason3 .sofa-chart-box .sofa-chart-flex .sofa-chart-img{
	width: 35%;
	margin: 0;
}
.reason3 .sofa-chart-box .sofa-chart-flex .sofa-chart-txt{
	width: 60%;
}
.reason3 .sofa-chart-box .sofa-chart-flex .sofa-chart-img a {
	display: inline-block;
	float: none;
	width: auto;
	height: auto;
}

.reason3 .sofa-chart-box .sofa-chart-flex .ttl {
	display: inline-block;
	vertical-align: top;
	width: 80px;
	height: auto;
	margin: 0 20px 0 0;
}
.reason3 .sofa-chart-box .sofa-chart-flex .txt {
	width: calc(100% - 140px);
	font-size: 13px;
	line-height: 1.6;
	display: inline-block;
	padding: 0;
	margin: 0;
}
.reason3 .sofa-chart-box .sofa-chart-flex .chartimg {
	display: block;
	font-size: 14px;
	width: 100%;
	margin: 20px auto 0;
}
.reason3 .sofa-chart-box .sofa-chart-flex .chartimg::after {
	content: "";
	display: block;
	width: 100%;
	max-width: 100%;
	height: 40px;
	padding: 0;
	margin: 20px auto 0;
}
.reason3 .sofa-chart-box .sofa-chart-flex .chartimg.level1::after {
  background: url(/files/images/common/sofa_chart_level1.gif) no-repeat center;
	background-size: contain;
}
.reason3 .sofa-chart-box .sofa-chart-flex .chartimg.level2::after {
  background: url(/files/images/common/sofa_chart_level2.gif) no-repeat center;
	background-size: contain;
}
.reason3 .sofa-chart-box .sofa-chart-flex .chartimg.level3::after {
  background: url(/files/images/common/sofa_chart_level3.gif) no-repeat center;
	background-size: contain;
}
.reason3 .sofa-chart-box .sofa-chart-flex .chartimg.level4::after {
  background: url(/files/images/common/sofa_chart_level4.gif) no-repeat center;
	background-size: contain;
}
.reason3 .sofa-chart-box .sofa-chart-flex .chartimg.level5::after {
  background: url(/files/images/common/sofa_chart_level5.gif) no-repeat center;
	background-size: contain;
}
.reason3 .sofa-chart-box .sitanime {
	width: 100%;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.reason3 .sofa-chart-box .sitanime .anime {
	width: 48%;
	margin: 0;
	background: #e1e1e1;
	text-align: left;
	position: relative;
}
.reason3 .sofa-chart-box .sitanime .anime img {
	float: none;
	width: 100%;
  max-width: 100%;
	display: block;
	margin: 0;
}
.reason3 .sofa-chart-box .sitanime .anime video {
	float: none;
	width: 100%;
  max-width: 100%;
	display: block;
	margin: 0;
}
.reason3 .sofa-chart-box .sitanime .anime p {
	width: 100%;
	font-size: 12px;
	line-height: 1.4;
	padding: 0;
}
.reason3 .sofa-chart-box .sitanime .anime .anime-txt {
	font-size: 12px;
	float: none;
	width: 100%;
	height: auto;
	background: #f0f0f0;
	padding: 8px;
	margin: 0 auto;
	text-align: center;
}
.reason3 .sofa-chart-box .sitanime .anime p::after {
	content: "";
	display: block;
	background: none;
  padding: 0;
}


@media screen and (max-width: 568px){
	.reason3 .sofa-chart-box{
		margin: 20px auto 40px;
		padding: 15px;
	}
	.reason3 .sofa-chart-box .sofa-chart-flex .sofa-chart-img{
		width: 100%;
		margin: 0 auto 20px;
	}
	.reason3 .sofa-chart-box .sofa-chart-flex .sofa-chart-txt{
		width: 100%;
	}
	
	.reason3 .sofa-chart-box .sofa-chart-flex .ttl {
		width: 80px;
		height: auto;
		margin: 0 20px 0 0;
	}
	.reason3 .sofa-chart-box .sofa-chart-flex .txt {
		width: calc(100% - 110px);
		font-size: 3.4vw;
	}
	
	.reason3 .sofa-chart-box .sitanime .anime {
		width: 100%;
		margin: 0 auto 20px;
	}
	.reason3 .sofa-chart-box .sitanime .anime:last-child {
		margin: 0 auto;
	}
	.reason3 .sofa-chart-box .sofa-chart-flex {
		padding:0 0 20px;
		margin: 0 0 20px;
	}
	.reason3 .sofa-chart-box .sofa-chart-flex p {
		font-size: 3.2vw;
		line-height: 1.4;
	}
	.reason3 .sofa-chart-box .sitanime .anime p {
		width: 100%;
		font-size: 3.2vw;
	}
	.reason3 .sofa-chart-box .sofa-chart-flex .chartimg {
		font-size: 3.4vw;
		width: 100%;
		margin: 0 auto;
	}
	.reason3 .sofa-chart-box .sitanime .anime .anime-txt {
		font-size: 3.2vw;
	}
}

/*-----------構造（画像+テキスト）×４----------*/
	.reason3 .strc-box {
		width: 100% !important;
		display: flex;
		flex-wrap: wrap;
		margin: 20px auto;
	}
	.reason3 .strc-box .strc-item {
		clear: both;
		text-align: left;
		width: 48%;
		margin: 0 4% 20px 0;
	}
	.reason3 .strc-box .strc-item:nth-of-type(even) {
		margin-right: 0;
	}
	.reason3 .strc-box .strc-item .strc-ttl{
		font-size: 15px;
		margin-bottom: 10px;
	}
	.reason3 .strc-box .strc-item .strc-ttl span{
		font-size: 20px;
		font-weight: 500;
		color: #666;
		margin-right: 0.2em;
	}
	.reason3 .strc-box .strc-item .strc-flex{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.reason3 .strc-box .strc-item .strc-flex .strc-img{
		width: 30%;
	}
	.reason3 .strc-box .strc-item .strc-flex .strc-img img{
		width: 100%;
		height: auto;
	}
	.reason3 .strc-box .strc-item .strc-flex .strc-txt{
		width: 65%;
		font-size: 13px;
		line-height: 1.4;
		margin: 0;
	}

@media screen and (max-width: 568px){
	.reason3 .strc-box .strc-item {
		width: 100%;
		margin: 0 0 20px;
	}
	.reason3 .strc-box .strc-item .strc-ttl{
		font-size: 3.8vw;
		line-height: 1.3;
		margin-bottom: 10px;
	}
	.reason3 .strc-box .strc-item .strc-ttl span{
		font-size: 5vw;
		font-weight: 500;
		color: #666;
		margin-right: 0.2em;
	}
	.reason3 .strc-box .strc-item .strc-flex .strc-img{
	}
	.reason3 .strc-box .strc-item .strc-flex .strc-txt{
		font-size: 3.2vw;
	}
}

/*-----------素材----------*/
	.reason3 .material-box{
		 margin: 40px auto 40px;
	}
	.reason3 .material-box .material-lead{
		margin: 0 auto 20px;
	}
	.reason3 .material-box .material-lead img{
		width: 100%;
		height: auto;
		max-width: 100%;
	}
	.reason3 .material-flex{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0 auto 30px;
	}
	.reason3 .material-flex .material-img{
		width: 48%;
	}
	.reason3 .material-flex .material-txt{
		width: 48%;
	}
	.reason3 .material-flex .material-txt .ttl{
		font-size: 18px;
		margin: 0 0 10px;
	}
	.reason3 .material-flex .material-txt .txt{
		font-size: 13px;
		line-height: 1.6;
	}

@media screen and (max-width: 568px){
	.reason3 .material-box{
		 margin: 0 auto 40px;
	}
	.reason3 .material-flex .material-img{
		width: 100%;
		margin: 0 auto 20px;
	}
	.reason3 .material-flex .material-txt{
		width: 100%;
	}
	.reason3 .material-flex .material-txt .ttl{
		font-size: 4.3vw;
		letter-spacing: .02em;
	}
	.reason3 .material-flex .material-txt .txt{
		font-size: 3.4vw;
	}
}

/*-----------FUNCTION 動画----------*/
.reason3 .function-flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto 30px;
}
.reason3 .function-video-box{
	width: 48%;
}
.reason3 .reason-flex .function-video-box{
	margin-bottom: 20px;
}
.reason3 .function-video-box video {
	width: 100%;
	height: auto;
	max-width: 100%;
	display: block;
}
.reason3 .function-video-box .function-video-ttl {
  font-size: 18px;
  line-height: 1.4;
  margin: 0 auto 10px;
  font-weight: 500;
}
.reason3 .function-video-box .function-video-txt {
	font-size: 13px;
}
@media screen and (max-width: 568px){
	.reason3 .function-flex{
		flex-direction: column-reverse;
		margin: 0 auto 40px;
	}
	.reason3 .function-video-box {
		width: 100%;
	}
	.reason3 .function-video-box .function-video-ttl {
		font-size: 4.3vw;
		margin: 20px auto 10px;
	}
	.reason3 .function-video-box .function-video-txt {
		font-size: 3.4vw;
	}
}

/*-----------カラー展開-----------*/
	.reason3 .color-sofa-box{
		margin: 0 auto ;
	}
	.reason3 .color-sofa-box .color-item{
		margin: 0 auto 20px;
	}
	.reason3 .color-sofa-box img{
		width: 100%;
		height: auto;
		margin: 0;
		max-width: 100%;
	}
	.reason3 .color-sofa-box .color-sofa-ttl{
		font-size: 13px;
		line-height: 1.4;
		margin: 0 0 20px;
	}
	.reason3 .color-sofa-box .color-sofa-ttl span.en {
		font-size: 24px;
		letter-spacing: .03em;
		margin-right: .3em;
	}

	.reason3 .color-order-item{
		border-bottom: 1px solid #ccc;
	}
	.reason3 .color-order-item:last-child{
		border-bottom: none;
	}

	.reason3 .color-flex {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
	}

	.reason3 .color-order-item .color-flex {
		margin-bottom: 20px;
	}
	.reason3 .color-flex .color-sofa-img{
		width: 50%;
		margin-right: 5%;
	}
	.reason3 .color-flex .color-sofa-txt{
		width: 45%;
	}
	.reason3 .color-flex .color-sofa-txt .txt{
		font-size: 14px;
		margin: 0 0 30px;
	}
	.reason3 .color-sofa-box .color-part{
		width: 100px;
		margin: 10px auto;
	}
	.reason3 .color-sofa-box .color-part-rect{
		width: 150px;
		margin: 10px auto;
	}
	.reason3 .color-sofa-box .color-prod{
		width: 80%;
		margin: 0 auto;
	}
	.reason3 .color-flex .color-img{
		width: 48%;
		margin-right: 4%;
	}
	.reason3 .color-flex .color-img img{
		max-width: 100%;
	}
	.reason3 .color-flex .color-txt{
		width: 48%;
	}
	.reason3 .color-flex .color-txt-ttl{
		margin-bottom: 10px;
	}
	.reason3 .color-flex .color-txt-ttl .en{
		font-size: 150%;
		font-weight: 600;
		padding-right: .2em;
	}
	.reason3 .color-flex .color-txt .txt{
		margin-bottom: 10px;
	}
	.reason3 .color-flex .color-txt .txt:last-child{
		margin-bottom: 0;
	}
	.reason3 .color-grid{
		display: grid;
		grid-template-columns: repeat(5, 1fr);
		gap: 20px 10px;
		margin: 40px auto;
	}
	.reason3 .color-grid a{
		position: relative;
	}
	.reason3 .color-grid a img{
		max-width: 100%;
	}
	.reason3 .color-grid .colrs_name{
		font-size: 13px;
		margin: 10px 0 0;
	}



@media all and (max-width: 568px){
	.reason3 .color-sofa-box .color-sofa-ttl{
		font-size: 3vw;
		margin-bottom: 20px;
	}
	.reason3 .color-sofa-box .color-sofa-ttl span.en{
		font-size: 5.8vw;
	}
	.reason3 .color-flex .color-sofa-img{
		width: 100%;
		margin: 0;
	}
	.reason3 .color-flex .color-sofa-txt{
		width: 100%;
		margin: 20px auto 0;
	}
	.reason3 .color-flex .color-txt-inner{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.reason3 .color-flex .color-sofa-txt .txt{
		width: calc(100% - 110px);
		font-size: 3.4vw;
		margin: 0;
	}
	.reason3 .color-flex .color-sofa-txt .color-part{
		width: 90px;
		margin: 0;
	}
	.reason3 .color-flex .color-sofa-txt .color-part-rect{
		width: 100px;
		margin: 0;
	}
	.reason3 .color-flex .color-sofa-txt .color-prod{
		/*width: 80%;*/
		width: 100%;
		margin: 0 auto;
	}
	
	.reason3 .color-order-item .color-flex .color-img{
		width: 100%;
		margin:0 auto 20px;
	}
	.reason3 .color-order-item .color-flex .color-txt{
		width: 100%;
		margin-right: 0;
	}
	
	.reason3 .color-flex .color-txt-ttl{
		margin-bottom: 10px;
	}
	.reason3 .color-grid{
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 15px 10px;
		margin: 20px auto;
	}
	.reason3 .color-grid .colrs_name{
		font-size: 3.2vw;
	}
}
/*-----------カラー展開 2列-----------*/
.color-detail-box {
	margin: 40px auto;
}
.color-detail-box img{
	width: 100%;
	height: auto;
	max-width: 100%;
}
.color-detail-box .color-detail-item{
	width: 100%;
	margin: 0 auto 20px;
}
.color-detail-box .color-flex-inner{
	width: 47%;
	display: flex;
	flex-wrap: wrap;
	margin: 0 6% 40px 0;
}
.color-detail-box .color-flex-inner:nth-of-type(2n){
	margin: 0 0 40px;
}
.color-detail-box .color-detail-ttl span.en{
	font-size: 20px;
	/*margin-right: .4em;*/
	display: block;
}
.color-detail-box .color-detail-ttl{
	font-size: 14px;
	margin-bottom: 10px;
}
.color-detail-box .color-detail-txt .txt{
	font-size: 13px;
}
.color-detail-box .color-detail-txt{
	width: 64%;
	margin-right: 4%;
}
.color-detail-box .color-detail-img{
	width: 32%;
}

.color-detail-box .color-flex-inner2{
	width: 47%;
	margin: 0 6% 40px 0;
}
.color-detail-box .color-flex-inner2:nth-of-type(2n){
	margin: 0 0 40px;
}
.color-detail-box .color-detail-ttl2 span.en{
	font-size: 20px;
	margin-right: .4em;
}
.color-detail-box .color-detail-txt2 .txt{
	font-size: 13px;
}
.color-detail-box  .color-detail-img2{
	display: flex;
	flex-wrap: wrap;
	justify-content:flex-end;
}
.color-detail-box  .color-detail-img2 .img2{
	width: 30%;
	margin-left: 10px;
}
.color-detail-box  .color-detail-img2 .img3{
	width: 25%;
	margin-left: 10px;
}

@media all and (max-width: 568px) {
	.color-detail-box .box2{
		width: 100%;
		margin: 0 auto 20px;
		text-align: left;
	}
	.color-detail-box .color-flex-inner{
		width: 100%;
		margin: 0 auto 30px;
	}
	.color-detail-box .box2:nth-of-type(2n){
		margin: 0 auto 20px;
	}
	.color-detail-box .color-detail-ttl span.en{
		font-size: 5.0vw;
	}
	.color-detail-box .color-detail-ttl{
		font-size: 3.4vw;
	}
	.color-detail-box .color-detail-txt .txt{
		font-size: 3.2vw;
	}
	
	.color-detail-box .color-flex-inner2{
		width: 100%;
		margin: 0 auto 30px;
	}
	.color-detail-box .color-detail-txt2 .txt{
		font-size: 3.2vw;
	}
}

/*-----------オプション----------*/
	.reason3 .option-box{
		 margin: 40px auto 40px;
	}
	.reason3 .option-box .option-lead{
		margin: 0 auto 20px;
	}
	.reason3 .option-box .option-lead img{
		width: 100%;
		height: auto;
		max-width: 100%;
	}
	.reason3 .option-flex{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0 auto 30px;
	}
	.reason3 .option-flex .option-img{
		width: 30%;
	}
	.reason3 .option-flex .option-txt{
		width: 65%;
	}
	.reason3 .option-flex .option-txt .ttl{
		font-size: 18px;
		margin: 0 0 10px;
	}
	.reason3 .option-flex .option-txt .txt{
		font-size: 13px;
		line-height: 1.6;
	}

@media screen and (max-width: 568px){
	.reason3 .option-box{
		 margin: 0 auto 40px;
	}
	.reason3 .option-flex .option-img{
		width: 100%;
		margin: 0 auto 20px;
	}
	.reason3 .option-flex .option-txt{
		width: 100%;
	}
	.reason3 .option-flex .option-txt .ttl{
		font-size: 4.3vw;
		letter-spacing: .02em;
	}
	.reason3 .option-flex .option-txt .txt{
		font-size: 3.2vw;
	}
}

/*----------- Youtube -----------*/
	.movie-detail{
		margin: 0 auto 40px;
	}
	.movie-detail-item a{
		font-size: 13px;
		text-decoration: underline!important;
	}
	.movie-detail-item .movie-flex{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.movie-detail-item .movie-flex p{
		font-size: 13px;
		margin: 0 0 10px;
	}
	.movie-detail-item .movie-flex > p{
		margin-bottom: 20px;
	}
	.movie-detail-item .movie-flex img{
		width: 100%;
		height: auto;
		max-width: 100%;
		margin: 0;
	}
	.movie-detail-item .movie-flex .movie-img{
		width: 48%;
		margin: 0;
	}
	.movie-detail-item .movie-flex .movie-txt{
		width: 48%;
		margin: 0;
	}

@media screen and (max-width: 568px){
	.movie-detail{
	 	margin: 0 auto 30px;
	}
	.movie-detail-item{
		margin: 0 auto 40px;
	}
	.movie-detail-item .movie-flex p{
		font-size: 3.4vw;
		margin: 0 0 10px;
	}
	.movie-detail-item .movie-flex .movie-img{
		width: 100%;
		margin: 0 auto 20px;
	}
	.movie-detail-item .movie-flex .movie-txt{
		width: 100%;
		font-size: 3.4vw;
	}
}

/*-----------flex 3列-----------*/
.lead-txt{
	font-size: 14px;
	margin: 0 0 20px;
}
.flex-box {
	margin: 0 auto;
}
.flex-box img{
	max-width: 100%;
}
.flex-box .box3{
	width: 30%;
	margin: 0 2% 20px 0;
}
.flex-box .box3:nth-of-type(3n){
	margin-right: 0;
}
.flex-box .box3 .box3-img{
	width: 100%;
	margin: 0 auto 20px;
}
.flex-box .box3 .box3-ttl{
	font-size: 18px;
	margin: 0 0 5px;
}
.flex-box .box3 .sub{
	font-size: 15px;
	margin: 10px 0 5px;
}
.flex-box .box3 .box3-txt{
	font-size: 13px;
	margin: 10px 0 0;
}
@media all and (max-width: 568px) {
	.lead-txt{
		font-size: 3.4vw;
	}
	.flex-box .box3{
		width: 100%;
		margin: 0 auto 30px;
	}
	.flex-box .box3:nth-of-type(3n){
		margin-right: auto;
	}
	.flex-box .box3 .box3-ttl{
		font-size: 4.5vw;
		margin: 0 0 5px;
	}
	.flex-box .box3 .sub{
		font-size: 3.8vw;
	}
	.flex-box .box3 .box3-txt{
		font-size: 3.4vw;
	}
}
/*-----------flex 2列-----------*/
.flex-box .box2{
	width: 49%;
	margin: 0 2% 20px 0;
}
.flex-box .box2:nth-of-type(2n){
	margin-right: 0;
}
.flex-box .box2 .box2-ttl{
	font-size: 18px;
	margin: 0 0 5px;
}
.flex-box .box2 .sub{
	font-size: 16px;
	margin: 15px 0 5px;
}
.flex-box .box2 .box2-txt{
	font-size: 14px;
	margin: 15px auto 0;
}
@media all and (max-width: 568px) {
	.flex-box .box2{
		width: 100%;
		margin: 0 auto 30px;
	}
	.flex-box .box2:nth-of-type(2n){
		margin-right: auto;
	}
	.flex-box .box3 .box3-ttl{
		font-size: 4.5vw;
	}
	.flex-box .box3 .sub{
		font-size: 3.8vw;
	}
	.flex-box .box2 .box2-txt{
		font-size: 3.2vw;
	}
}

/*-----------staff-----------*/
.staff-box {
	margin: 0 auto;
}
.staff-box .staff-img{
	text-align: center;
	margin: 0 auto 20px;
}
.staff-box .staff-img2{
	text-align: center;
	margin: 0 auto 20px;
}
.staff-box .staff-img img{
	width: 100%;
	height: auto;
	max-width: 500px;
}
.staff-box .staff-img2 img{
	width: 100%;
	height: auto;
}
.staff-box .staff-txt{
	font-size: 13px;
	margin: 0;
}
@media all and (max-width: 568px) {
	.staff-box .staff-img{
		width: 100%;
	}
	.staff-box .staff-img2{
		width: 100%;
	}
	.staff-box .staff-txt{
		width: 100%;
		font-size: 3.4vw;
	}
}

/*-----------おすすめのコーディネート商品-----------*/
.coordinate-box{
	margin: 0 auto;
}
.coordinate-box .coord-flex {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto 40px;
}
.coordinate-box .coord-flex:last-child {
	margin: 0 auto;
}
.coordinate-box .coord-img {
	width: 35%;
}
.coordinate-box .coord-img img{
	max-width: 100%;
}
.coordinate-box .coord-txt-inner {
	width: 60%;
}
.coordinate-box .coord-ttl {
	font-size: 19px;
	font-weight: 500;
	margin-bottom: 10px;
}	
.coordinate-box .coord-txt {
	justify-content: space-between;
}
.coordinate-box .coord-txt .txt {
	width: 60%;
	font-size: 13px;
}

.coordinate-box .coord-prod {
	width: 36%;
}
.coordinate-box .coord-prod img{
	max-width: 100%;
}
@media all and (max-width: 568px) {
	.coordinate-box .coord-img {
		width: 100%;
		margin-bottom: 20px;
	}
	.coordinate-box .coord-txt-inner {
		width: 100%;
	}
	.coordinate-box .coord-ttl {
		font-size: 4.4vw;
		font-weight: 500;
		margin-bottom: 10px;
	}
	.coordinate-box .coord-txt .txt {
		width: 55%;
		font-size: 3.2vw;
	}
	.coordinate-box .coord-prod {
		width: 43%;
	}
}

/*-----------メディア-----------*/
.media-box{
	margin: 0 auto;
}
.media-box .media-txt{
	font-size: 14px;
	margin: 10px auto 0;
}
@media all and (max-width: 568px) {
	.media-box .media-txt{
		font-size: 3.2vw;
	}
}

/*-----------インテリア用品・雑貨ページ-----------*/
.detail-lead-box{
	margin: 0 auto 20px;
}
.detail_descriptionArea .detail-lead-ttl{
	font-size: 28px;
	margin: 0 0 20px;
	line-height: 1.5;
}
.detail_descriptionArea .detail-lead-ttl span {
	font-size: 14px;
	margin-left: 10px;
}
.detail_descriptionArea .detail-lead-txt {
	font-size: 13px;
	line-height: 1.5;
}
@media all and (max-width: 568px) {
	.detail_descriptionArea .detail-lead-ttl{
		font-size: 7vw;
	}
	.detail_descriptionArea .detail-lead-ttl span {
		display: block;
		margin-left: 0;
		font-size: 3.6vw;
	}
	.detail_descriptionArea .detail-lead-txt {
		font-size: 3.4vw;
	}
}

.lead-img{
	width: 100%;
	margin: 0 auto 20px;
}

/*-----------生地サンプル請求-----------*/
.sozai-box{
	position: relative;
	width: 100%;
	background: #f2f2f2;
	padding: 0;
	margin: 60px auto;
	border: 2px solid #f2f2f2;
}
.sozai-flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sozai-txt-box{
	position: relative;
	width: 44%;
	margin: 6% 6% 3%;
}
.sozai-img{
	width: 43%;
}
.sozai-img img{
	max-width: 100%;
}
.sozai-movie .sozai-img video{
	width: 100%;
	height: auto;
	max-width: 100%;
	display: block;
	}
.sozai-box .sozai-ttl{
	font-size: 20px;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: .05em;
	padding: 0;
	margin: 0 auto 15px;
}
.sozai-box .sozai-ttl .en{
	position: absolute;
	top: -40px;
	left: -34px;
	font-size: 30px;
	font-family: "Caveat", cursive;
	letter-spacing: 0;
	color: #81B6CC;
	transform: rotate(-15deg);
}
.sozai-box .sozai-txt{
	font-size: 14px;
	margin-bottom:0;
}
.sozai-box .sozai-link{
	font-size: 14px;
	margin: 15px auto 0;
}
.sozai-box .sozai-link a{
	display: block;
	padding: 10px;
	text-align: center;
	background: #D9D9D5;
	border-radius: 5px;
}
.sozai-box .sozai-link a::after{
	content: "";
	background: url("/html/template/default/assets/img/common/arrow_circle.png") no-repeat left center;
	background-size: contain;
	padding: 10px;
	margin-left: 7px;
}
@media screen and (max-width: 568px){
	.sozai-box{
		margin: 40px auto;
	}
	.sozai-txt-box{
		position: relative;
		width: 100%;
		margin: 6%;
	}
	.sozai-img{
		position: absolute;
		right: 0;
		width: 36%;
		margin-bottom: 10px;
	}
	.sozai-movie .sozai-img{/*動画や画像大き目用*/
		width: 100%;
		position: static;
		margin: 0;
	}
	.sozai-box .sozai-ttl{
		width: 62%;
		font-size: 4.3vw;
		letter-spacing: .05em;
		padding: 0;
		margin: 8vw 0 12px;
	}
	.sozai-box .sozai-movie .sozai-ttl{
		width: 100%;
		font-size: 4.3vw;
		letter-spacing: .05em;
		padding: 0;
		margin: 7vw 0 12px;
	}
	.sozai-box .sozai-ttl .en{
		position: absolute;
		top: -4vw;
		left: -4vw;
		font-size: 7.2vw;
		transform: rotate(-13deg);
	}
	.sozai-box .sozai-txt{
		width: 64%;
		font-size: 3.2vw;
	}
	.sozai-box .sozai-movie .sozai-txt{
		width: 100%;
		font-size: 3.4vw;
	}
	.sozai-box .sozai-link{
		font-size: 3.4vw;
		margin: 15px auto 0;
	}
	.sozai-box .sozai-link a{
		font-size: 3.4vw;
		padding: 10px;
	}
	.sozai-box .sozai-link a::after{
		content: "";
		background: url("/html/template/default/assets/img/common/arrow_circle.png") no-repeat left center;
		background-size: contain;
		padding: 10px;
		margin-left: 7px;
	}
}	

/*-----------展示店舗-----------*/
/*202412 モーダル*/								
.display-shop-box {
	/*公開後表示*/
	display: none; 
	/*//公開後表示*/
	
	/*公開後非表示*/
	/*border: 1px solid #ccc;
	padding: 20px 10px;
	margin-bottom: 50px;*/ 
	/*//公開後非表示*/
}
.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.6)!important;
}
.featherlight .featherlight-content {
	position: relative;
	text-align: left;
	vertical-align: middle;
	display: inline-block;
	padding: 25px 25px 0;
	border-bottom: 25px solid transparent;
	margin-left: 5%;
	margin-right: 5%;
	max-height: 95%;
	background: #fff;
	cursor: auto;
	white-space: normal;
	scrollbar-gutter: stable;
	overflow-y: scroll;
}
@media screen and (max-width: 1024px) {
	.featherlight .featherlight-content {
		width: 90%;
		padding: 25px 15px 10px!important;
		scrollbar-gutter: stable;
		overflow-y: scroll;
	}
	.featherlight .featherlight-close-icon {
		font-size: 23px;
		width: 32px!important;
		line-height :32px!important;
		cursor: pointer;
		text-align: center;
		font-family: Arial, sans-serif;
		background: #fff;
		background: rgba(255, 255, 255, 0.3);
		color: #000;
		border: none;
		padding: 0;
	}
	
	/*ver1 検証用*/
	/*.display-shop-box3{
		padding: 15px;
		margin: 40px auto;
		background: #fff;
		border: 8px solid #f2f0f0;
	}*/
	/*//ver1 検証用*/
	
	.display-shop-list{
		border-top: 1px solid #ccc;
	}
	.display-shop-list:last-child{
		border-bottom: 1px solid #ccc;
	}
	.display-shop-flex{
		/*width: 90%;*/
		display: flex;
		justify-content: space-between;
		font-size: 13px;
	}
	p.display-shop-ttl{
		font-size: 16px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: .05em;
		text-align: center;
		margin-bottom: 15px;
	}
	.display-shop-name{
		width: 50%;
		margin: 0;
	}
	.display-shop-check{
		width: 40%;
		margin: 0;
	}
	.display-shop-check .check-asterisk{
		font-size: 90%;
		letter-spacing: .05em;
		padding-left: .5em;
	}
	.display-shop-content{
		/*width: 90%;*/
		margin-bottom: 0;
	}
	.display-shop-content p.content-txt{
		line-height: 1.4;
		/*font-size: 110%;*/
		/*font-family: 'Noto Sans JP', sans-serif;*/
		/*width: 44%;*/
  	/*margin: 0 0 0 auto;*/
	}
	.display-shop-content-add{
		padding: 10px;
		margin: 10px auto 15px;
		/*background: #f6f6f6;*/
		border: 1px solid #eee;
	}
	.content-add-item{
		display: flex;
		line-height: 1.6;
		margin: 0;
	}
	.content-add-item .add-ttl{
		width: 16%;
		font-weight: 500;
		margin-right: 10px;
	}
	.content-add-item .add-txt{
		width: 80%;
	}
	.display-shop-p{
		padding: 0 10px;
		margin: 15px auto 0;
		font-size: 12px;
		text-align: center;
	}
	/* アコーディオン */
	.accordion-content {
		display: none;
	}
	.accordion-header {
		padding: 15px;
		transition: background .3s ease;
		cursor: pointer;
		position: relative;
	}
	.accordion-header::before,
	.accordion-header::after{
		position:absolute;
		content:'';
		top:1px;
		right:10px;
		bottom:0;
		width:12px;
		height:1px;
		margin:auto;
		background:#151E2F;
	}
	.accordion-header::after{
		transform:rotate(-90deg);
		transition:transform 0.3s;
	}
	.accordion-header.active::after{transform:rotate(0deg);}
	.accordion-content {
		/*padding: 0 15px 15px;*/
		padding: 0 5px;
		font-size: 13px;
	}

@media screen and (max-width: 568px){
	/*ver1*/
	/*.display-shop-box3{
		padding: 15px 10px;
		margin: 40px auto;
	}*/
	/*//ver1*/
	
	.display-shop-flex{
		font-size: 3.4vw;
	}
	.display-shop-name{
		width: 54%;
		margin: 0;
	}
	.display-shop-check{
		width: 44%;
		line-height: 1.4;
		margin: 0;
	}
	.display-shop-check .check-asterisk{
		display: block;
		font-size: 80%;
		padding-left: 0;
	}
	.content-add-item .add-ttl{
		width: 20%;
	}
	.content-add-item .add-txt{
		width: 76%;
	}
	.display-shop-p{
		font-size: 3.2vw;
	}
	/* アコーディオン */
	.accordion-header {
		padding: 15px 5px;
	}
	.accordion-content {
		font-size: 3.2vw;
	}
}

/*-----------ドライクリーニング-----------*/
.drycleaning-box{
	position: relative;
	width: 100%;
	margin: 60px auto;
	padding: 20px;
	border: 2px solid #e0e0e0;
}
.drycleaning-box .drycleaning-lead{
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 20px;
	/*padding-bottom: 20px;
	border-bottom: 1px dotted #999;*/
}
.drycleaning-flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.drycleaning-txt-box{
	position: relative;
	width: 60%;
	padding: 15px;
	background: #f6f6f6;
}
.drycleaning-img{
	width: 36%;
}
.drycleaning-img img{
	max-width: 100%;
}
.drycleaning-box .drycleaning-ttl{
	font-size: 20px;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: .05em;
	padding: 0;
	margin: 0 auto 12px;
}
.drycleaning-box .drycleaning-txt{
	font-size: 13px;
	line-height: 1.6;
	margin: 0;
}

@media screen and (max-width: 568px){
	.drycleaning-box{
		padding: 20px 15px 15px;
		margin: 40px auto;
	}
	.drycleaning-box .drycleaning-lead{
		font-size: 3.4vw;
	}
	.drycleaning-txt-box{
		width: 100%;
		margin-bottom: 20px;
	}
	.drycleaning-img{
		width: 100%;
	}
	.drycleaning-box .drycleaning-ttl{
		width: 100%;
		font-size: 4.5vw;
		text-align: center;
	}
	.drycleaning-box .drycleaning-txt{
		width: 100%;
		font-size: 3.2vw;
	}
}
	
/*-----------FAQ-----------*/
#detail-faq{
	padding-top: 40px;
	margin-top: -40px;
}
.faq-box{
	padding: 10px 0;
}
.faq-header {
	/*padding:0;*/
}
.faq-box .faq-header .faq-ttl{
	position: relative;
	display: flex;
	/*flex-wrap: nowrap;*/
	align-items: center;
	font-weight: 500;
	line-height: 1.5;
	margin: 0;
}
.faq-box .faq-header .faq-ttl span{
	font-size: 15px;
	flex: 1;
}
@media screen and (max-width: 568px){
	.faq-box .faq-header .faq-ttl span{
		font-size: 3.4vw;
	}
}
	
.faq-header .precaution-ttl::before{
	content:"✓";
	position: relative;
	top: 0.07vw;
	color: #666;
	width: 25px;
	font-size: 20px;
	font-family: 'Open Sans';
	font-weight: 400;
	margin-right: .4em;
}
.faq-box .faq-header .precaution-ttl{
	position: relative;
	display: flex;
	/*flex-wrap: nowrap;*/
	align-items: center;
	font-weight: 500;
	line-height: 1.5;
	margin: 0;
}
.faq-header .precaution-ttl::before{
	font-size: 18px;
}
@media screen and (max-width: 568px){
	.faq-header .precaution-ttl::before{
		font-size: 5vw;
	}
}
.faq-box .faq-header .precaution-ttl span{
	font-size: 15px;
	flex: 1;
}
@media screen and (max-width: 568px){
	.faq-box .faq-header .precaution-ttl span{
		font-size: 3.4vw;
	}
}
.faq-box .faq-content .faq-txt{
	font-size: 14px;
	line-height: 1.6;
	margin: 0 0 10px;
}
@media screen and (max-width: 568px){
	.faq-box .faq-content .faq-txt{
		font-size: 3.4vw;
	}
}
.faq-box .faq-content .faq-txt a{
	text-decoration: underline;
}

/*アウトレット用通常商品リンクボタン*/
.link-proper a{
  display:block;
  text-decoration:none!important;
}
.link-proper a:after{
  content:"";
  background:url(/html/template/default/assets/img/common/arrow.png) center no-repeat;
  background-size:contain;
  padding:10px;
  margin-left:.5em;
}
.link-proper{
	width:90%;
	font-size:14px;
	border:1px solid #999;
	padding:15px 10px;
	margin:0 auto;
	text-align:center;
	transition:0.2s ease-in-out;
}
@media screen and (max-width:568px){
  .link-proper{
    font-size:4vw;
    line-height:1.4;
  }
  .link-proper a:after{
    background:url(/html/template/default/assets/img/common/arrow.png) center no-repeat;
    background-size:contain;
    padding:10px;
  }
}