@charset "UTF-8";

/************************************************
 商品詳細ページレイアウトパーツ
************************************************ */
.detail_descriptionArea{
	width: 900px;
	margin: 0 auto;
}
@media screen and (max-width: 896px){
	.detail_descriptionArea{
		width: 100%;
		margin: 0 auto;
	}
}
.detail_descriptionArea a{
	text-decoration: underline;
}
.detail_descriptionArea p{
	font-size: 14px;
	line-height: 1.5;
}
.detail_descriptionArea .mb20{
	text-align: center;
}

/*-----------共通パーツ-----------*/
.colrs_img img {
	margin-bottom: 0.5em;
}
.center {
	text-align: center;
	font-size: 16px;
	line-height: 1.5;
	padding: 0 15px;
}
.detail-name {
	/*width: 800px;*/
	/*max-width: 800px;*/
	/*padding: 0 2%;*/
	margin: 30px 0 50px;
	font-size: 14px;
	line-height: 1.8;
	background-size: auto 100% !important;
}

.detail-name-link {
	display: block;
	margin-top: 10px;
}
.name-catch {
	font-size: 16px;
	margin-bottom: 0.7em;
	display: block;
}
.name-pro {
	font-size: 36px;
	display: block !important;
	margin-bottom: 0.5em;
}
.name-pro span {
	font-size: 16px;
	padding-left: 1em;
}
.mr0 {
	margin-right: 0 !important;
}
.nobg {
	background: none !important;
}
.mb0 {
	margin-bottom: 0 !important;
}
h4.h4-title,
.color-layout h4 {
	font-weight: normal;
	font-size: 20px;
	margin: 30px auto 20px;
	text-align: center;
}

.detail-box h4{
	margin: 40px auto 30px;
}

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;
}
.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;
}

/*-----------使用イメージ-----------*/
.usage-image {
	margin-top: 40px;
}
.usage-image p {
	width: 50%;
	float: left;
	padding: 0 10px 30px;
	box-sizing: border-box;
}
.usage-image p span {
	display: block;
	text-align: left;
	font-size: 14px;
	line-height: 1.7;
	margin-top: 1em;
	box-sizing: border-box;
}
.usage-image img{
	width: 100%;
}
.usage-image2 {
	margin-top: 40px;
}
.usage-image2 p {
	width: 50%;
	float: left;
	padding: 0 10px 30px;
	box-sizing: border-box;
}
.usage-image2 p span {
	display: block;
	text-align: left;
	font-size: 13px;
	line-height: 1.7;
	margin-top: 1em;
	box-sizing: border-box;
}
.usage-image2 p img {
	width: 100%;
}
/*-----------カラー展開-----------*/
.color-layout {
	margin-top: 20px;
}
.color-layout:after {
    content:"";
    display:block;
    clear:both;
}
.color-layout * {
	box-sizing: border-box;
}
h5.small-ttl {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 10px;
}
.color-box:after {
    content:"";
    display:block;
    clear:both;
}
.colors:after {
    content:"";
    display:block;
    clear:both;
}
.colors {
	float: left;
	margin-bottom: 20px;
	display: table;
}
.color-box.col1 .colors { width: 100%; }
.color-box.col2 .colors { width: 50%; }
.color-box.col3 .colors { width: 33.3%; }
.color-box.col4 .colors { width: 25%; }
.colors p.color-photo {
	display: table-cell;
	margin-right: 10px;
}
.colors p.color-photo,
/*.colors p.color-photo img */{
	width: 75px;
}
.colors p.color-photo img {
	max-width: 100%;
}
.color-box {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.color-box .colors {
	width: 14%;
	padding: 0 10px;
}
.colors dl {
	padding-left: 20px;
	display: table-cell;
	vertical-align: top;
	/*vertical-align: middle;*/
	text-align: left;
}
.colors dt {
	font-size: 14px;
	font-family: 'Noto Sans JP', sans-serif;
	margin-bottom: .5em;
}
.colors dt span {
	font-size: 20px;
	padding-right: .3em;
}
.colors dd {
	font-size: 12px;
	line-height: 1.6;
}

.color-layout h5.small-ttl {
	text-align: left;
}
.color-layout p.detail-name {
	text-align: left;
	padding: 0;
}
.color-layout .remarks {
	font-size: 12px;
	margin: 1em 15px;
}
.color-layout .color-box.nocap {
	padding-left: 5px;
}
.color-layout .color-box.nocap .color-photo {
	float: none;
	margin: 0 auto 0.3em;
}
.color-layout .color-box.nocap .color-photo a {
	float: none;
	margin: auto;
	display: inline-block;
}
.color-layout .color-box.nocap p {
	display: block;
	line-height: 1.4;
	text-align: center;
	padding: 0 10px;
	font-size: 15px;
	font-weight: 500;
	/*font-family: 'Noto Sans JP', sans-serif;*/
}
.color-layout .color-box.nocap .color-photo {
	width: auto;
	padding: 0;
}
.color-layout .color-box.nocap .colors {
	margin-bottom: 15px;
}

.color-layout-box{
  border: 1px solid #ccc;
  padding: 25px;
	margin: 0 auto 40px;
}
.color-layout-box .color-layout .color-border{
  border-bottom: 1px dotted #ccc;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
/*-----------カラー展開 3列-----------*/
.color-layout {
	margin-top: 40px auto;
	/*text-align: center;*/
}

.color-layout .box3{
	display: inline-block;
	vertical-align: top;
 	width: 30%;
	margin: 0 2% 10px 0;
}
.color-layout .box3:last-child{
	margin: 0 0 10px 0;
}
.color-layout .box3 dl{
	text-align: left;

}
.color-layout .box3 dt{
	font-size: 15px;
	/*font-family: 'Noto Sans JP', sans-serif;*/
	margin-bottom: .5em;
	text-align: left;
}
.color-layout .box3 dt span.en{
	font-size: 22px;
	font-weight: 500;
	margin-right: .4em;
}
.color-layout .box3 dt img{
	max-width: 100%;
	height: auto;
	margin-bottom: 5px;
}
.color-layout .box3 dt a{
	margin-bottom: 10px;
}
.color-layout .box3 dd img{
	width: 100%;
	vertical-align: top;
}
.color-layout .box3 dd{
	text-align: left;
}
.color-layout .box3 dd .flL{
	width: 68%;
	text-align: left;
}
.color-layout .box3 dd .flR{
	width: 26%;
}
.color-layout .box3 dd .flR img{
	text-align: right;
}
/*-----------カラー展開 2列-----------*/
.color-layout {
	margin-top: 40px auto;
}
.color-layout .box2{
	display: inline-block;
	vertical-align: top;
 	width: 47%;
	margin: 10px 10px 20px;
	box-sizing: border-box;
}
.color-layout .box2 dl{
	text-align:center;
}
.color-layout .box2 dt{
	font-size: 14px;
	font-family: 'Noto Sans JP', sans-serif;
	margin-bottom: .7em;
	text-align: left;
}
.color-layout .box2 dt span.en{
	font-size: 20px;
	margin-right: .4em;
}
.color-layout .box2 dt img{
	width: 100%;
	text-align: center;
	/*margin-bottom: 10px;*/
}
.color-layout .box2 dd img{
	position: relative;
	height: 80px;
	width: auto;
	vertical-align: top;
}
.color-layout .box2 dt a{
	margin-bottom: 10px;
	display: block;
}
.color-layout .box2 dd .flL{
	width: 60%;
	text-align: left;
}
.color-layout .box2 dd .flR{
	width: 34%;
	margin-top: .5em;
}
.color-layout .box2 dd .flR img{
	text-align: right;
	width: 100%;
	height: auto;
}
.color-layout .box2 dd p{
	text-align: left;
}

/*-----------カラー展開 1列-----------*/
.color-layout2{
	width: 900px;
	margin: 20px auto;
}
.color-layout2 .color-item{
	margin: 0 auto 20px;
}
.color-layout2 img{
	max-width: 100%;
}
.color-layout2 .inner1{
	position: relative;
	overflow: hidden;
}
.color-layout2 .inner1 .flL{
	width: 74%;
}
.color-layout2 .inner1 .flR{
	width: 24%;
	text-align: center;
}
.color-layout2 .color{
	width: 160px;
	margin: auto;
	position: absolute;
	bottom: 0;
	right: 10px;
}
.color-layout2 .color-ttl{
	font-size: 15px;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.3;
	margin: 0;
}
.color-layout2 span.en {
	display: block;
	font-size: 30px;
	letter-spacing: .05em;
	margin-bottom: 20px;
}
.color-layout2 .color-ttl img{
	margin: 10px 0;
}
.color-layout2 .inner2{
}
.color-layout2 .inner2 img{
	display: inline-block;
	vertical-align: middle;
}
.color-layout2 .inner2 .color-txt{
	display: inline-block;
	vertical-align: middle;
	width: 46%;
	font-size: 15px!important;
	line-height: 1.6;
}
.color-layout2 .inner2 .color-item{
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	margin-left:2%;
	vertical-align: middle;
}

/*-----------おすすめのコーディネート商品-----------*/
.coordinate-box{
}
.coordinate-box .cont-title {
	margin-bottom: 20px;
}
.coordinate-box .list_item_box {
	width: 100%;
  padding: 0;
	margin: 0 auto 20px;
}
.coordinate-box .list_item_box {
  border: none;
	display: flex;
	flex-wrap: nowrap;
	float: none;
}
.coordinate-box .cooimg {
	width: 160px;
	float: left;
}
.coordinate-box dl.cootxt {
	padding-left: 170px;
	text-align: left;
}
.coordinate-box dt {
	font-size: 19px;
	font-weight: 500;
	margin-bottom: 0.5em;
	/*font-family: 'Noto Sans JP', sans-serif;*/
}

.coordinate-box .flL38 {
	width: 38%;
	/*float: left;*/
}
.coordinate-box .flL38 img {
	width: 100%;
}
.coordinate-box .flR58 dl {
	width: 58%;
	float: right;
	text-align: left;
}
.coordinate-box .flR58 dd p {
	font-size: 14px;
	margin-bottom: 10px;
}
.coordinate-box .product-img dd {
	width: 54%;
	text-align: left;
	float: left;
}
.coordinate-box .product-img img {
	position: relative;
	right: 0;
	bottom: 0;
	width: 40%;
	float: right;
}


/*-----------マテリアル-----------*/
.coordinate-box.material-box .flL38 { 
	width: 30% !important;
}
.coordinate-box.material-box .flR58 { 
	width: 66% !important;
}

/*-----------商品詳細-----------*/
.detail-photos{
	/*width: 800px;*/
	margin: 0 auto 40px;
}

/*-----------このソファの座り心地（構造と共有アリ）-----------*/
.sofa-chartbox{
	/*width: 860px;*/
	margin: 60px auto 50px;
	border: 1px solid #ccc;
	padding: 25px;
	position: relative;
}
.sofa-structurebox {
	/*width: 860px;*/
	width: 100%;
	margin: 30px auto 50px;
	border: 1px solid #ccc;
	padding: 25px;
	position: relative;
}
.sofa-chartbox h4,
.sofa-structurebox h4 {
	position: absolute;
	left: 16px;
	top: -8px;
	padding: 0 6px !important;
	margin: 0 !important;
	border: none !important;
	background: #fff;
	background-size: contain;
	box-sizing: border-box;
}
.sofa-chartbox .sofalead {
	padding-bottom: 1em;
	font-size: 13px;
	line-height: 1.5;
}
.sofa-chartbox .sofa-chart {
  background: url(/files/images/common/line_dot.gif) repeat-x left bottom;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.sofa-chartbox .sofa-chart a {
	display: block;
	float: left;
	width: 240px;
	height: 180px;
	margin-right: 30px;
}
.sofa-chartbox .sofa-chart img {
	margin: 0 20px 20px 0;
	width: 240px;
	height: 180px;
}
.sofa-chartbox .sofa-chart h5 {
	float: left;
	display: block;
	margin: 0 20px 25px 0;
	width: 110px;
	height: 80px;
	text-indent: -9999px;
	overflow: hidden;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: left bottom !important;
}

.sofa-chartbox .sofa-chart.c-back h5 {
    background: url(/files/images/common/sofa_chart_back.gif) no-repeat;
}
.sofa-chartbox .sofa-chart.c-seat h5 {
    background: url(/files/images/common/sofa_chart_seat.gif) no-repeat;
}
.sofa-chartbox .sofa-chart p {
	font-size: 14px;
	padding-top: 10px;
	line-height: 1.6;
}
.sofa-chartbox .sofa-chart span.chartimg {
	display: block;
	text-indent: -9999px;
	/*overflow: hidden;*/
	margin: 30px 0 0 auto;
}
.sofa-chartbox .sofa-chart span.chartimg:after {
	content: "";
	display: block;
	width: 520px;
	height: 46px;
	margin: 30px 0 0 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 {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	flex-wrap: wrap;
	/*justify-content: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: center;*/
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;

}
.sofa-chartbox .sitanime div.anime {
	float: left;
}
.sofa-chartbox .sitanime div.anime.hand {
	/*margin-right: 19px;*/
}
.sofa-chartbox .sitanime div.anime img {
	float: right;
	width: 240px;
	height: 180px;
	display: block;
}
.sofa-chartbox .sitanime div p {
	float: left;
	width: 150px;
	height: 180px;
	background:  url(/files/images/common/sofa_arrow.gif) no-repeat center 130px #e1e1e1;
	padding: 1em;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 1.6;
}


/*-----------　201701　Youtune動画追加　-----------*/
.sofa-chartbox .movie{
text-align: center;
margin: 20px auto 10px;
}
.sofa-chartbox .movie div {
	display: inline-block;
}
.sofa-chartbox .movie .hand {
	display: inline-block;
	background:  #e1e1e1;
	margin: 10px 0;
	margin-right: 17px;
}
.sofa-chartbox .movie .sit {
	display: inline-block;
	background:  #e1e1e1;
	margin: 10px 0;
}

.sofa-chartbox .movie p {
  text-align: left;
	background:  url(/files/images/common/sofa_arrow_below.gif) no-repeat 6px center #e1e1e1;
	background-size: 20px;
	padding: 1em 0 0.8em 2.5em;
}
	
.sofa-chartbox .movie .youtube_lb img {
  width: 368px;
	height: auto;
	text-align: center;
}
.sofa-chartbox .movie .youtube_lb a:hover img {
 opacity: 0.8;
}

.sofa-chartbox .movie .youtube_lb {
  width: 368px;
	height: auto;
	text-align: center;
}
.youtube_em{
  position:relative;
  width:368px;
  padding-top:56.25%;
}
.youtube_em iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}


a.zoom2 {
	display: block;
	position: relative;
}
a.zoom2:after {
	content: "";
	display: block;
	width: 19px;
	height: 19px;
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(/files/images/icon_zoom_b.png) no-repeat;
}

.sofa-chartbox.asiansofa {
	border: none;
	padding: 0 0;
	margin:0
}
.sofa-chartbox .sofa-chart {
	width: auto;
}
.sofa-chartbox.asiansofa .sofa-chart a {
	width: 175px; height: auto;
	margin-bottom: 10px;
}
.sofa-chartbox.asiansofa .sofa-chart img {
	margin-bottom: 0;
	width: 175px;
	height: auto;
}
.sofa-chartbox.asiansofa .sofa-chart h5,
.sofa-chartbox.asiansofa .sofa-chart p {
	padding-top: 20px;
}
.sofa-chartbox.asiansofa .sitanime div p {
	width: 100px;
	height: 172px;
}
.sofa-chartbox.asiansofa .sitanime div p span {
		top: 40%;
}
.sofa-chartbox.asiansofa .sitanime div.anime {
	width: 330px;
	float: left;
}
.sofa-chartbox.asiansofa .sitanime div.anime img {
	width: 230px;
	height: 172px;
}
.sofa-chartbox.asiansofa .sitanime div p {
	background-position: center 120px;
}


/*-----------ソファの構造階説-----------*/
.sofa-structurebox .strc-pic {
	margin: 1em auto 1.5em;
	text-align: center;
}
.sofa-structurebox .strc-pic img {
	max-width: 100%;
	height: auto;
	text-align: center;
}
.sofa-structurebox .strc-data {
	/*padding-left: 20px;*/
	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;
}
.sofa-structurebox .strc-dl {
	width: 48%;
	/*padding-right: 20px;*/
	margin-bottom: 20px;
	box-sizing: border-box;
	min-height: 140px;
}
.sofa-structurebox .strc-dl:nth-last-of-type(-n+2) {
	margin-bottom: 0;
}
/*.sofa-structurebox .strc-dl:nth-of-type(even) {
	padding: 0;
}*/
.sofa-structurebox .strc-dl dt {
	margin-bottom: 0.7em;
	font-size: 16px;
	font-weight: 500;
	/*font-family: 'Noto Sans JP', sans-serif;*/
}
.sofa-structurebox .strc-dl dt span,
.sofa-structurebox .strc-ul li span {
	font-weight: normal;
	font-size: 22px;
	font-weight: 600;
	margin-right: 0.2em;
	color: #666;
}
.sofa-structurebox .strc-dl dd {
	margin: 0;
	font-size: 13px;
	line-height: 1.5;
	letter-spacing: normal;
}
.sofa-structurebox .strc-dl dd img.flL {
	margin: 0 20px 10px 0;
}
.sofa-structurebox .strc-dl dd img.flR {
	margin: 0 0 10px 20px;
}
.sofa-structurebox .strc-ul li {
	list-style: disc;
	margin-bottom: 1em;
}

/*-----------4チェア割-----------*/
.flL64 {
	width: 64%;
	float: left;
	margin: 0 auto;
}
.flR30 {
	width: 30%;
	float: right;
	margin: 0 auto 20px;
}
.flR30 img {
	width: 100%;
}
.flR30 a:hover img {
 opacity: 0.8;
}

/*-----------201703 画像関係-----------*/
.flL38 {
	width: 38%;
	/*float: left;*/
	margin: 0 auto;
}
.flL38 img {
	width: 100%;
}
.flR58 {
	width: 58%;
	/*float: right;*/
	margin: 0 auto 20px;
	text-align: left;
	line-height: 1.8;
}
.flR-ml20 {
	/*float: right;*/
	margin: 0 0 0 20px;
}


/*-----------（画像+テキスト）×４ 201710----------*/
.box4 {
	/*width: 900px;*/
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin: 1em auto;
}
.box4 .strc-dl {
	/*float: left;*/
	width: 48%;
	margin-right: 4%;
	box-sizing: border-box;
}
.box4 .strc-dl:nth-of-type(even) {
	margin-right: 0;
}
.box4 .strc-dl dt {
	margin-bottom: 0.8em;
	font-size: 15px;
	font-family: 'Noto Sans JP', sans-serif;
}
.box4 .strc-dl dt span,
.box4 .strc-ul li span {
	font-weight: 500;
	font-size: 18px;
	margin-right: 0.2em;
}
.box4 .strc-dl dd {
	margin-bottom: 1.3em;
}
.box4 .strc-dl dd img {
	float: left;
	margin: 0 18px 20px 0;
}
.box4 .strc-ul li {
	list-style: disc;
	margin-bottom: 1em;
}

/*-----------201712 ZL生地とカラー-----------*/

.colors5 {
	float: left;
	margin-bottom: 20px;
}
.color-photo2  {
	margin-bottom: 20px;
}
.color-photo2 a {
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
}
.color-photo2 p {
	display: inline-block;
	width: calc(100% - 200px);
}
.color-photo2 p span .txt {
	display: block;
	margin-top: 5px;
}
.color-photo2 img {
	width: 130px;
}
ul.colrs5 {
	display: flex;
	flex-wrap: wrap;
	width: 800px;
}
.colrs5 li {
	float: left;
	width: 100px;
	margin: 0 3px 10px;
}
.colrs5 li img {
	width: 100%;
	height: auto;
}
.colrs5 li .colrs_name{
	font-size: 13px;
	margin: 10px 0 0;
}
/*----------- 雑誌風画像配置 201806 -----------*/
.photoimg-box{
	width: 800px;
	margin: 80px auto 40px;
	text-align: center;
	overflow: hidden;
	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;
}
.photoimg-box .photoimg1{
	width: 100%;
	margin: 0 auto 6px;
}
.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;
	margin: 0;
}
.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;
}

.detail-box h4{
	text-align: center;
	font-size: 28px;
	line-height: 1.4;
	margin: 60px 0 30px;
	border: none;
	font-weight: 500;
}
.detail-box h5.small-ttl{
	font-size: 23px;
	line-height: 1.4;
	font-weight: 500;
	margin: 10px auto 10px;
}

/*201904 保証とらくらくバナーrenewal*/
.detail-bnr{
	margin: 0 auto;
	text-align: center;
}
.detail-bnr p{
	display: inline-block;
	vertical-align: top;
	margin: 0 15px 20px 0;
}
.detail-bnr p:last-child{
	margin-right: 0;
}
.detail-bnr p img{
	width: 390px;
	height: auto;
}



/*-----------201706 選ばれる理由-----------*/
.reason{
	padding: 0 20px;
}
/*.reason_item{
	width: 900px;
}*/
.reason_item .flL{
	width: 48%;
	margin-bottom: 10px;
}
.reason_item .flL img{
	width: 100%;
	max-width: 100%;
}
.reason_item .flR{
	width: 48%;
	margin-bottom: 10px;
}
.reason_item .flR img{
	width: 100%;
	max-width: 100%;
}
.reason_item .flL{
	width: 48%;
	margin-bottom: 10px;
}
.reason_item p{
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 10px;
	text-align: left;
}
.reason dl{
	margin-bottom: 50px;
}
.reason dt{
	display: block;
	font-size: 20px;
	font-feature-settings: "palt";
}
.reason dd{
	font-size: 14px;
	line-height: 1.4;
}
.reason dd p{
	padding: 0;
	margin-bottom: 10px;
	margin-top: 5px;
}

/*point画像追加　201809*/
.reason_item dt:before{
	content: "";
	display: block;
	width: 80px;
	height: 80px;
	float: left;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.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: 82px;
	margin: 40px auto;
}
/*----------201905 detailrenewal----------*/

/*-----------201905 選ばれる理由-----------*/
.reason2{
	padding: 0;
}
.reason2 .reason_item .flL{
	width: 48%;
	margin-bottom: 10px;
}
.reason2 .reason_item .flL img{
	/*max-width: 400px;*/
	width: 100%;
	height: auto;
}
.reason2 .reason_item .flR{
	width: 48%;
	margin-bottom: 10px;
}
.reason2 .reason_item .flR img{
	/*max-width: 400px;*/
	width: 100%;
	height: auto;
}
.reason2 .reason_item .flL{
	width: 48%;
	margin-bottom: 10px;
}
.reason2 .reason_item p{
	font-size: 15px;
	line-height: 1.6;
	/*font-family: 'Noto Sans JP', sans-serif;*/
	margin-bottom: 10px;
}
.reason2 dl{
	margin-bottom: 40px;
}
.reason2 dl:last-child{
	margin-bottom: 0;
}
.reason2 dt{
	display: block;
	font-size: 20px;
	font-feature-settings: "palt";
}
.reason2 dd{
	font-size: 14px;
	line-height: 1.4;
}
.reason2 dd p{
	padding: 0;
	margin: 0 0 10px;
}
.reason2 .reason_item dt:before{
	content: "";
	display: block;
	width: 80px;
	height: 80px;
	float: left;
	position: absolute;
	left: 0;
	top: 54%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.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;
}						
.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;
	padding-left: 82px;
	margin: 0 auto 30px;
	line-height: 1.3;
	font-size: 18px;
	/*font-family: 'Noto Sans JP', sans-serif;*/
}
.reason2 .reason_item dt span{
	display: block;
	font-size: 38px;
	letter-spacing: 0.08em;
	font-family: 'Heebo', sans-serif;
	color: #999;
}
.reason2 .tjun{
	margin-bottom: 50px;
}
.reason_item video{
	width: 100%;
}

/*-----------画像記事風テキスト入り-----------*/
.detail-name2 {
	max-width: 800px;
	font-size: 14px;
	line-height: 1.6;
	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;
	align-items: center;
	/*padding: 0 20px;*/
	margin: 60px auto 20px;
}
.detail-name2 .name-pro {
	width: 28%;
	font-size: 28px;
	display: inline-block!important;
	margin: 0;
	text-align: center;
	line-height: 1.3;
	letter-spacing: .03em;
}
.detail-name2 .name-pro span {
	font-size: 14px;
	width: 100%;
	display: block;
	padding: 0;
}
.detail-name2 .name-txt {
	width: 68%;
	font-size: 15px;
	display: table-cell;
	vertical-align: top;
	line-height: 1.8;
	padding: 0;
}

.detail-name-img {
	width: 800px;
	position: relative;
	margin: 40px auto 60px;
}
@media screen and (max-width: 896px){
	.detail-name-img {
		width: 100%;
	}
}
.detail-name-img img {
	display: block;
	margin: auto;
}
.detail-name-img p{
	position: absolute;
	top: 38.5%;
	left: 0;
	width: 59.5%;
	height: 13.6%;
	font-size: 28px;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.03em;
	line-height: 1.4;
	background: #fff;
	padding: 1.9% 20px;
	box-sizing: border-box;
}
.detail-name-img2 {
	width: 800px;
	position: relative;
	margin: 40px auto 60px;
}
.detail-name-img2 img {
	display: block;
	margin: auto;
}
.detail-name-img2 p{
	position: absolute;
	top: 38.5%;
	right: 0;
	width: 59.5%;
	height: 13.6%;
	font-size: 28px;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.03em;
	line-height: 1.4;
	background: #fff;
	padding: 1.9% 20px;
	box-sizing: border-box;
}

.detail-photos .notes-block {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.detail-photos .notes-block p {
	width: 49%;
	/*display: block;
	float: left;*/
	margin: 0 1.8% 30px 0;
	padding: 0;
	box-sizing: border-box;
}
.detail-photos .notes-block p:nth-of-type(even) {
	margin: 0 0 30px;
}
.detail-photos .notes-block p img {
	max-width: 100%;
	width: 100%;
}
.detail-photos .notes-block p span {
	display: block;
	text-align: left;
	font-size: 14px;
	line-height: 1.6;
	margin-top: 1em;
	box-sizing: border-box;
}

/*-----------画像＋動画 記事風テキスト入り-----------*/
.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;
}
/* 下段の動画（幅100%） */
.detail-video {
  grid-column: 1 / span 2; /* 2列分占有 */
  width: 100%;
}
.left-detail-col2 {
	font-size: 28px;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.4;
}

/*パーツコード（detail.html）用*/
.detailpage{
	width: 1000px;
	margin: auto;
}
/*パーツコード（detail.html）用 END*/

/*202202 detail link*/
.detail_descriptionArea .link-cat a{
	text-decoration: none!important;
}
.detail_descriptionArea .link-cat a .text{
	font-size: 13px;
}

/*組替え方法 molnなど*/
.tjun.tjun-flex {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	font-size: 0;
}
.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-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding-right: .5em;
	line-height: normal;
}
.hw {
	position: relative;
	margin-right: 10px;
	margin-bottom: 16px;
	width: 280px;
	box-sizing: border-box;
	border: 1px solid #999;
}
.hw:nth-child(3n) {
	margin-right: 0;
}
.hw2 {
	position: relative;
	margin-right: 2%;
	margin-bottom: 16px;
	width: 49%;
	box-sizing: border-box;
	border: 1px solid #999;
}
.hw2:nth-child(2n) {
	margin-right: 0;
}


/*送料追加パーツ*/
#shipping-cost {
		margin: 20px auto;
}
#shipping-cost .specArea_info li {
	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;
  padding: 20px 0;
	border-top: 1px solid #ccc;
  font-size: 15px;
  line-height: 1.6;
}
/*@media screen and (max-width: 896px) {
  #shipping-cost .specArea_info li {
    padding: 15px 0;
		font-size: 13px;
  }
}
@media screen and (max-width: 568px) {
  #shipping-cost .specArea_info li {
    font-size: 3.4vw;
		padding: 10px 0;
  }
}*/

#shipping-cost .specArea_info li .specArea_infoTitle {
  width: 28%;
  font-weight: 600;
	margin: 0;
}
/*@media screen and (max-width: 568px) {
	#shipping-cost .specArea_info li .specArea_infoTitle {
		font-weight: 400;
		padding: 0;
		margin: 0;	
	}
}*/
#shipping-cost .specArea_info li .specArea_infoInner {
  width: 70%;
	line-height: 1.6;
	letter-spacing: 0.05em;
	padding: 0;
	margin: 0;
}


/************************************************
 商品詳細ページレイアウトパーツ renewal 202306
************************************************ */
.detail-box h3.detail-ttl{
  text-align: center;
  font-size: 28px;
  line-height: 1.4;
  margin: 60px auto 30px;
  border: none;
  font-weight: 500;
}
.reason3{
	padding: 0;
	margin: 0;
}
.reason3 .reason-item{
	margin: 0 auto 50px;
}
.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: 15px;
	line-height: 1.6;
	margin-bottom: 10px;
}
.reason3 .reason-flex > p{
	margin-bottom: 20px;
	width: 100%;
}
.reason3 .reason-item .reason-img{
	width: 48%;
}
.reason3 .reason-item .reason-flex img{
	width: 100%;
	height: auto;
	max-width: 100%;
}
.reason3 .reason-item .reason-txt{
	width: 48%;
	margin-bottom: 10px;
}

.reason3 .reason-ttl{
	width: 100%;
  position: relative;
  line-height: 1.3;
  font-size: 18px;
	font-feature-settings: "palt";
	letter-spacing: .02em;
	margin: 0 auto 30px;
}
.reason3 .reason-ttl span{
	display: block;
	font-size: 38px;
	letter-spacing: 0.08em;
	font-family: 'Heebo', sans-serif;
	line-height: 1.3;
	color: #999;
}
.reason3 .reason-ttl::before{
	content: "";
	width: 80px;
	height: 80px;
	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 .sofa-chart-box{
	margin: 60px auto 50px;
	border: 1px solid #ccc;
	padding: 25px;
	position: relative;
}

.reason3 .sofa-chart-box h4{
	position: absolute;
	left: 16px;
	top: -8px;
	padding: 0 6px !important;
	margin: 0 !important;
	border: none !important;
	background: #fff;
	background-size: contain;
	box-sizing: border-box;
}
.reason3 .sofa-chart-box .sofalead {
	padding-bottom: 1em;
	font-size: 13px;
	line-height: 1.5;
}
.reason3 .sofa-chart-box .sofa-chart-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 0 20px;
	margin: 0 auto 20px;
  background: url(/files/images/common/line_dot.gif) repeat-x left bottom;
}
.reason3 .sofa-chart-box .sofa-chart-flex:last-child{
	padding: 0;
	margin: 0 auto;
	background:none;
}
.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 img {
	width: 100%;
	height: auto;
	margin: 0;
}

.reason3 .sofa-chart-box .sofa-chart-flex .ttl {
	display: inline-block;
	vertical-align: top;
	width: 110px;
	padding: 0;
	margin: 0 20px 0 0;
}

.reason3 .sofa-chart-box .sofa-chart-flex .txt {
	width: calc(100% - 140px);
	font-size: 14px;
	line-height: 1.6;
	display: inline-block;
	padding: 0;
	margin: 0;
}
.reason3 .sofa-chart-box .sofa-chart-flex .chartimg {
	display: block;
	margin: 10px auto 0;
}
.reason3 .sofa-chart-box .sofa-chart-flex .chartimg::after {
	content: "";
	display: block;
	width: auto;
	height: 43px;
	margin: 30px 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 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

}
.reason3 .sofa-chart-box .sitanime .anime {
	width: 48%;
}
.reason3 .sofa-chart-box .sitanime .anime.hand {
	/*margin-right: 19px;*/
}
.reason3 .sofa-chart-box .sitanime .anime img {
	float: none;
	width: 100%;
	height: auto;
	max-width: 100%;
	display: block;
}
.reason3 .sofa-chart-box .sitanime .anime video {
	float: none;
	width: 100%;
	height: auto;
	max-width: 100%;
	display: block;
}
.reason3 .sofa-chart-box .sitanime .anime .anime-txt {
	font-size: 14px;
	float: none;
	width: 100%;
	height: auto;
	background: #f0f0f0;
	padding: 8px;
	margin: 0 auto;
	text-align: center;
}

/*-----------構造（画像+テキスト）×４----------*/
.reason3 .strc-box{
	display: flex;
	flex-wrap: wrap;
	margin: 40px auto;
}
.reason3 .strc-box .strc-item {
	width: 48%;
	margin: 0 4% 20px 0;
	box-sizing: border-box;
}
.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-weight: 500;
	font-size: 20px;
	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;
}

/*-----------素材----------*/
.reason3 .material-box{
	 margin: 40px auto 60px;
}
.reason3 .material-box .material-lead{
	margin: 0 auto 40px;
}
.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 40px;
}
.reason3 .material-flex img{
	width: 100%;
	height: auto;
	max-width: 100%;
}
.reason3 .material-flex .material-img{
	/*width: 30%;*/
	width: 48%;
}
.reason3 .material-flex .material-txt{
	/*width: 65%;*/
	width: 48%;
}
.reason3 .material-flex .material-txt .ttl{
	font-size: 22px;
	margin: 0 0 10px;
}
.reason3 .material-flex .material-txt .txt{
	font-size: 14px;
	line-height: 1.6;
}

/*-----------FUNCTION 動画----------*/
.reason3 .function-flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto 40px;
}
.reason3 .function-video-box{
	width: 48%;
}
.reason3 .function-video-box video {
	width: 100%;
	height: auto;
	max-width: 100%;
	display: block;
}
.reason3 .function-video-box .function-video-ttl {
  font-size: 23px;
  line-height: 1.4;
  margin: 0 auto 10px;
  font-weight: 500;
}
/*.reason3 .function-video-box .function-video-txt {
	font-size: 14px;
}*/

/*-----------カラー展開-----------*/
.reason3 .color-sofa-box{
	margin: 20px auto;
}
.reason3 .color-sofa-box .color-item{
	margin: 0 auto 40px;
}
.reason3 .color-sofa-box img{
	width: 100%;
	height: auto;
	max-width: 100%;
}
.reason3 .color-sofa-box .color-sofa-ttl{
	font-size: 15px;
	/*font-family: 'Noto Sans JP', sans-serif;*/
	line-height: 1.5;
	margin: 0 0 30px;
}
.reason3 .color-sofa-box .color-sofa-ttl span.en{
	font-size: 30px;
	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: 40px;
}

.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: 13px;
	margin: 0 0 40px;
}
.reason3 .color-sofa-box .color-part{
	width: 100px;
	margin: 0 auto;
}
.reason3 .color-sofa-box .color-part-rect{
	width: 200px;
	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-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{
	margin: 10px 0 0;
}

/*-----------カラー展開 2列-----------*/
.color-detail-box{
	margin: 40px auto;
}
.color-detail-box .color-detail-item{
	width: 100%;
	margin: 0 auto 20px;
}
.color-detail-box .color-flex-inner{
	width: 48%;
	display: flex;
	flex-wrap: wrap;
	margin: 0 4% 40px 0;
}
.color-detail-box .color-flex-inner:nth-of-type(2n){
	margin: 0 0 40px;
}
.color-detail-box img{
	width: 100%;
	height: auto;
	max-width: 100%;
}
.color-detail-box .color-detail-ttl span.en{
	font-size: 20px;
	/*margin-right: .4em;*/
	display: block;
}
.color-detail-box .color-detail-ttl{
	font-size: 15px;
	margin-bottom: 15px;
}
.color-detail-box .color-detail-txt{
	width: 60%;
	margin-right: 4%;
}
.color-detail-box  .color-detail-img{
	width: 36%;
}
.color-detail-box .color-flex-inner2{
	width: 48%;
	margin: 0 4% 40px 0;
}
.color-detail-box .color-flex-inner2:nth-of-type(2n){
	margin: 0 0 40px;
}

.color-detail-box img{
	width: 100%;
	height: auto;
	max-width: 100%;
}
.color-detail-box .color-detail-txt2{
	margin-bottom: 10px;
}
.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;
}

/*-----------オプション----------*/
.reason3 .option-box{
	 margin: 40px auto 60px;
}
.reason3 .option-box .option-lead{
	margin: 0 auto 40px;
}
.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 40px;
}
.reason3 .option-flex img{
	width: 100%;
	height: auto;
	max-width: 100%;
}
.reason3 .option-flex .option-img{
	width: 30%;
}
.reason3 .option-flex .option-txt{
	width: 65%;
}
.reason3 .option-flex .option-txt .ttl{
	font-size: 22px;
	margin: 0 0 10px;
}
.reason3 .option-flex .option-txt .txt{
	font-size: 14px;
	line-height: 1.6;
}

/*----------- Youtube -----------*/
.movie-detail{
	margin: 0 auto;
}
.movie-detail-item{
	margin: 0 auto 60px;
}
.movie-detail-item .movie-flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.movie-detail-item .movie-flex p{
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 10px;
}
.movie-detail-item .movie-flex > p{
	margin-bottom: 20px;
}
.movie-detail-item .movie-flex img{
	width: 100%;
	height: auto;
	max-width: 100%;
}
.movie-detail-item .movie-flex .movie-img{
	width: 48%;
}
.movie-detail-item .movie-flex .movie-txt{
	width: 48%;
	margin-bottom: 10px;
}

/*-----------flex 3列-----------*/
.flex-box .box3{
 	width: 32%;
	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: 20px;
	margin: 0 0 10px;
}
.flex-box .box3 .sub{
	font-size: 17px;
	margin: 10px 0 5px;
}
.flex-box .box3 .box3-txt{
	font-size: 15px;
	margin: 10px 0 0;
}

/*-----------flex 2列-----------*/
.flex-box .box2{
 	width: 49%;
	margin: 0 2% 40px 0;
}
.flex-box .box2:nth-of-type(2n){
	margin-right: 0;
}
.flex-box .box2 .box2-ttl{
	font-size: 20px;
	margin: 0 0 10px;
}
.flex-box .box2 .sub{
	font-size: 17px;
	margin: 10px 0 5px;
}
.flex-box .box2 .box2-txt{
	font-size: 14px;
	margin: 10px auto 0;
}
.flex-box .box2 img{
 	width: 100%;
	height: auto;
	max-width: 100%;
}
/*-----------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: 15px;
	margin: 0;
}

/*-----------おすすめのコーディネート商品-----------*/
.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: 34%;
}
.coordinate-box .coord-img img{
  max-width: 100%;
}
.coordinate-box .coord-txt-inner {
  width: 62%;
}
.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: 54%;
	font-size: 14px;
}
.coordinate-box .coord-prod {
	width: 44%;
}
.coordinate-box .coord-prod img{
  max-width: 100%;
}

/*-----------メディア-----------*/
.media-box{
	margin: 0 auto;
}
.media-box .media-txt{
	font-size: 14px;
	margin: 10px auto 0;
}

/*-----------インテリア用品・雑貨ページ-----------*/
.detail-lead-box{
	margin: 60px auto 20px;
}
.detail_descriptionArea .detail-lead-ttl{
	font-size: 32px;
	margin: 0 0 20px;
}
.detail_descriptionArea .detail-lead-ttl span {
	font-size: 16px;
	margin-left: 20px;
}
.detail_descriptionArea .detail-lead-txt {
	font-size: 15px;
	line-height: 1.6;
}

.lead-img{
	width: 100%;
	/*max-width: 800px;*/
	margin: 0 auto 20px;
}
.lead-img img{
	max-width: 100%;
	height: auto;
}

/*-----------生地サンプル請求-----------*/
.sozai-box{
	position: relative;
	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: 43%;
	margin: 7% 4% 4% 6%;
}
.sozai-img{
	width: 44%;
}
.sozai-img img{
	max-width: 100%;
}
.sozai-movie .sozai-img{/*動画や画像大き目用*/
	width: 47%;
	margin: 0;
}
.sozai-movie .sozai-img video{
		width: 100%;
		height: auto;
		max-width: 100%;
		display: block;
}
.sozai-box .sozai-ttl{
	font-size: 24px;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: .05em;
	padding: 0;
	margin: 0 auto 15px;
}
.sozai-box .sozai-ttl .en{
	position: absolute;
	top: -50px;
	left: -43px;
	font-size: 34px;
	font-family: "Caveat", cursive;
	letter-spacing: .02em;
	color: #81B6CC;
	transform: rotate(-15deg);
}
.sozai-box .sozai-txt{
	font-size: 15px;
}
.sozai-box .sozai-link{
	font-size: 16px;
	margin: 15px auto 0;
}
.sozai-box .sozai-link a{
	display: block;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	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;
}

/*-----------展示店舗-----------*/
/* 202412 モーダル検証中 */								
.display-shop-box {
	/*公開後表示*/
	display: none; 
	/*//公開後表示*/
	
	/*公開後非表示*/
	/*border: 1px solid #ccc;
	padding: 30px;
	margin-bottom: 50px; */
	/*//公開後非表示*/
}
.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.6)!important;
}
.featherlight .featherlight-content {
	/*border-radius: 20px;*/
	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;
	width: 50%;
	scrollbar-gutter: stable;
	overflow-y: scroll;
	-ms-overflow-style: none;
    scrollbar-width: none;
}
.featherlight .featherlight-close-icon {
  width: 60px!important;
	line-height: 60px!important;
	font-size: 26px;
  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: 20px;
	margin: 40px auto;
	background: #fff;
	border: 8px solid #f2f0f0;
}*/

.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: 60%;
	margin: 0;
}
.display-shop-check{
	width: 36%;
	margin: 0;
}
.display-shop-check .check-asterisk{
	font-size: 90%;
	padding-left: .5em;
}
.display-shop-content{
	width: 90%;
	margin-bottom: 10px;
}
.display-shop-content p.content-txt{
	line-height: 1.3;
	/*font-size: 110%;*/
	/*font-family: 'Noto Sans JP', sans-serif;*/
	/*width: 36%;
	margin: 0 0 0 auto;*/
}
.display-shop-content-add{
	padding: 10px;
	margin: 0 auto 15px;
	/*background: #f6f6f6;*/
	border: 1px solid #eee;
}
.content-add-item{
	display: flex;
	line-height: 1.6;
}
.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 15px;
	transition: background .3s ease;
	cursor: pointer;
	position: relative;
}
.accordion-header::before,
.accordion-header::after{
	position:absolute;
	content:'';
	top:1px;
	right:12px;
	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 15px;
	font-size: 13px;
}

/*-----------ドライクリーニング-----------*/
.drycleaning-box{
	padding: 28px;
	margin: 60px auto;
	border: 2px solid #e0e0e0;
}
.drycleaning-box .drycleaning-lead{
	font-size: 15px;
	margin-bottom: 30px;
	/*padding-bottom: 20px;
	border-bottom: 1px dotted #999;*/
}
.drycleaning-flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.drycleaning-txt-box{
	width: 70%;
	padding: 15px;
	background: #f6f6f6;
}
.drycleaning-img{
	width: 26%;
	margin: 0;
}
.drycleaning-img img{
	max-width: 100%;
}
.drycleaning-box .drycleaning-ttl{
	font-size: 20px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	letter-spacing: .05em;
	padding: 0;
	margin: 0 auto 12px;
}
.drycleaning-box .drycleaning-txt{
	font-size: 13px;
	line-height: 1.6;
	margin: 0;
}

/*-----------FAQ-----------*/
#detail-faq{
	padding-top: 80px;
	margin-top: -40px;
}
.faq-box{
	padding: 30px 0;
}
.faq-box .faq-header .faq-ttl{
	position: relative;
	display: flex;
	/*flex-wrap: nowrap;*/
	align-items: center;
	font-weight: 500;
	margin: 0;
}
.faq-box .faq-header .faq-ttl span{
	font-size: 16px;
	flex: 1;
}
.faq-box .faq-header .precaution-ttl{
	position: relative;
	display: flex;
	/*flex-wrap: nowrap;*/
	align-items: center;
	font-weight: 500;
	margin: 0;
}
.faq-header .precaution-ttl::before{
	content:"✓";
	position: relative;
	top: 0.03vw;
	color: #666;
	width: 25px;
	font-size: 20px;
	font-family: 'Open Sans';
	font-weight: 400;
	margin-right: .4em;
}
.faq-box .faq-header .precaution-ttl span{
	font-size: 16px;
	flex: 1;
}
.faq-box .faq-content .faq-txt{
	font-size: 15px;
	line-height: 1.6;
	margin: 10px 0 20px;
}

/*アウトレット用通常商品リンクボタン*/
.link-proper{
  width:500px;
  font-size:16px;
  border:1px solid #999;
  padding:20px 10px;
  margin:0 auto;
  text-align:center;
  transition:0.2s ease-in-out;
}
.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;
}