@charset "utf-8";
/* CSS Document */

/*///////////メイン画像///////////*/

body{
	width:100%;
	min-width:1200px;
	margin:0;
	padding:0;
	color:#3c3c3c;
	font-size:12px;
	overflow-x: hidden;
	background-color:#fff;
	-webkit-text-size-adjust: 100%;
}
/* For tablets & smart phones */
/*@media (max-width: 1200px) {
	.container {
		width: auto
	}
}
/* For smartphones */
/*@media (max-width: 1200px) {
	.container {
		width: auto
	}
}
/* For smaller displays like laptops */
/*@media (min-width: 1200px) and (max-width: 1200px) {
	.container {
		width: 1200px
	}
}
/* For larger displays */
/*@media (min-width: 1200px) {
	.container {
		width: 1200px
	}
*/
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
body{
	width:100%;
	overflow:hidden;
	}
}
#wrap-top{
	width:100%;
}
#main{
	position: relative;
	top: 0 ; 
	left: 0; 
	width: 100%;
	height: 100vh!important;
	z-index:10!important;
	opacity:0;
	background-position: center top;
}
#main img{
	z-index:15;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
#main{
  position: relative; 
  top: 0 ; 
  left: 0; 
  width: 100%; 
  min-height: 100%;
  z-index:10;
  opacity:0;
 }

}
#main-image{
	width:100%;
	min-height:100%;
	overflow:hidden;
	position:relative;
	display:none;
}
#main-image #bg1,
#main-image #bg2,
#main-image #bg3{
	opacity:0;
	position:absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#main h1.main-cap span.cap1{
	display:flex;
	position:absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	flex-direction: column;
	justify-content: center;
	align-items: center;
    color: #fff;
    line-height: 1.2em;
    font-family: 'Noto Serif JP', serif; 
	font-weight: 200;
    letter-spacing: 0.03em;
	font-size: 14rem;
	animation: fade-ttl 1s ease 5s 1 both;
	opacity: 0;
	z-index: 100;
}
@keyframes fade-ttl {
	0% {
		margin-top: 40px;
		opacity: 0;
	}
	100% {
		margin-top: 0;
		opacity: 1;
	}
}

#main h1.main-cap span.cap2{
    letter-spacing: 0.04em;
}
#main p.btn{
	position:absolute;
	left:50%;
	bottom:0;
	z-index:50;
	display:none;
}
#main p.btn img{
	position:absolute;
	left: -20px;
	bottom:30px;
}
/*tablet*/
/*
#main-cap-tablet,
#main-image-tablet{
	position: relative; 
	width: 1200px;
	height:750px;
	display:block;
}
#main-image-tablet #bg-tablet1,
#main-image-tablet #bg-tablet2,
#main-image-tablet #bg-tablet3{
	width: 1200px; 
  	height: 750px;
	position:absolute;
}
#main-cap-tablet{
	display:none;
	position: absolute;
	width:1200px;
	z-index:99999;
}
#main-cap-tablet h1.main-cap{
	position:absolute;
	left:50%;
	top:250px;
}
#main-cap-tablet h1 span.cap1{
	display:none;
	position:absolute;
	width:75px;
	height:219px;
	left: -300px;
	top:-84px;
    color: #fff;
    line-height: 1.2em;
    font-family: 'Noto Serif JP', serif; 
font-weight: 200;
    letter-spacing: 0.01em;
	font-size:4.2em;
}
#main-cap-tablet h1 span.cap2{
    letter-spacing: 0.02em;
}
*/
.sp{
	display:none;
}

/*--------------------------------------------*/


/*///////////コンテンツ///////////*/
span.tax{
	font-size:11px;
}
#wrap-content *{
	box-sizing: content-box;
}
#wrap-content{
	position:relative;
	opacity:0;
}
.back-white{
	position: relative; 
	width:100%;
	max-width:1200px;
	background:#fff;
	color:#3c3c3c;
	overflow:hidden;
	margin: 0 auto;
}
.back-cnt2{
	position: relative; 
	width: 100%;
	min-width:1200px;
	min-height: 100%;
	color:#3c3c3c;
	overflow:hidden;
}
.back-cnt3,
.back-cnt4,
.back-cnt5,
.back-cnt5-1,
.back-cnt5-2,
.back-cnt5-3,
.back-cnt5-4,
.back-cnt6,
.back-cnt7,
.back-cnt8{
	position: relative; 
	width: 100%;
	min-height: 100%;
	color:#3c3c3c;
	overflow:hidden;
}
#s-navi,
#cnt2,
#cnt3,
#cnt4,
#cnt5,
#cnt6,
#cnt7,
#cnt7-1,
#cnt8{
	position:relative;
	width:100%;
}
#cnt3 .title,
#cnt4 .title,
#cnt5 .title,
.back-cnt6 .title,
#cnt7 .title,
#cnt8 .title{
	position:absolute;
	left:15px;
	top:15px;
	z-index:50;
}

#cnt3 .title,
#cnt4 .title,
#cnt5 .title,
#cnt6 .title,
#cnt7 .title,
#cnt8 .title {
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 50;
    color: #d2d2d2;
    background: #777777;
    padding: 10px 13px;
    font-size: 1.5rem;
    letter-spacing: 0.3em;
    text-indent: 0.3em;
    font-family: 'Noto Serif JP', serif; 
}

/*///////////--------コンテンツ 1--------///////////*/
#contents1{
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
	filter:alpha(opacity=00);
}
#cnt1{
	clear:both;
	position:relative;
	padding:60px 0 40px 0;
}
#cnt1 .title-box{
	margin:0 auto;
	height:40px;
	border-bottom:1px solid #d2d2d2;
}
#cnt1 .title-box h1{
	float:left;
	letter-spacing:2px;
	font-weight: 700;
	font-size:26px;
	margin-top:2px;
}
#cnt1 .title-box h2{
	float:left;
	margin-top:10px;
	line-height:14px;
	margin-left:28px;
	font-size:12px;
	font-weight:normal;
}
#cnt1 .title-box h2 span{
	margin-left:28px;
}
#cnt1 .title-box p.sofa-price{
	float:right;
	margin-top:5px;
	font-size:17px;
	text-align:right;
	color:#3c3c3c;
    font-weight: 500;
}
#cnt1 p.tobuy,
#cnt1 p.nobuy{
	float:right;
	width:75px;
	margin-top:4px;
	text-align:right;
}
#cnt1 p.tobuy a,
#cnt1 p.nobuy a{
	margin-left:20px;
	display:block;
	width:66px;
	height:19px;
	text-align:left;
	text-indent:-7777px;
	overflow:hidden;
	float:right;
	background-image:url(../img/item_page/item_icn_parts/btn_buy_small.png);
}
#cnt1 p.tobuy a:hover,
#cnt1 p.nobuy a:hover{
	background-position:0 -19px;
}
.btn-main-color ul{
	position:absolute;
	z-index:10;
	margin:20px 0 0 319px;
}
.btn-main-color ul li{	
	float:left;
	cursor:pointer;
	width:180px;
	height:36px;
	text-indent:-99999px;
	background-image:url(../img/item_page/strand/btn_main_cl.png);
}
.btn-main-color ul li.na{
	background-position:0 0;
}
.btn-main-color ul li.dbr{
	background-position:-181px 0;
	margin-left:1px;
}
.btn-main-color ul .fade a{
	width:180px;
	height:36px;
	display:block;
	background-image:url(../img/item_page/strand/btn_main_cl.png);
}
.btn-main-color ul li a.na-on{
	background-position:0 -36px;
}
.btn-main-color ul li a.dbr-on{
	background-position:-181px -36px;
}
.btn-main-color ul li.na.active{
	cursor:default;
	background-position:0 -72px;
}
.btn-main-color ul li.dbr.active{
	cursor:default;
	background-position:-181px -72px;
}

/*General Mosaic Styles*/
.mosaic-block {
	position:relative;
	overflow:hidden;
}
.mosaic-block .mosaic-overlay {
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
	filter:alpha(opacity=00);
}
/*///////////ソファ構図ナビ///////////*/

.navi-position-box{
	display:block;
	min-width:1200px;
	height:46px;
	position:absolute;
	left:50%;
	bottom:40px;
	z-index:40;
}
.navi-position {
	padding:0 466px;
	display:block;
	width:275px;
	height:46px;
	position:absolute;
	left:-50%;
	top:0;
}
.navi-position a {
	display:block;
	float:left;
	left:0;
	height:46px;
	margin-right:25px;
	text-indent:-99999px;
	outline:none;
}
.navi-position-25p-na a {
	background:url(../img/item_page/strand/navi_sofa_25p_na.png) no-repeat;
}
.navi-position-3p-na a {
	background:url(../img/item_page/strand/navi_sofa_3p_na.png) no-repeat;
}
.navi-position-stool-na a {
	background:url(../img/item_page/strand/navi_sofa_stool_na.png) no-repeat;
}
.navi-position-25p-dbr a {
	background:url(../img/item_page/strand/navi_sofa_25p_dbr.png) no-repeat;
}
.navi-position-3p-dbr a {
	background:url(../img/item_page/strand/navi_sofa_3p_dbr.png) no-repeat;
}
.navi-position-stool-dbr a {
	background:url(../img/item_page/strand/navi_sofa_stool_dbr.png) no-repeat;
}
.navi-position a.slide0 {
	width:57px;
	background-position:0 0;
}
.navi-position a.slide1 {
	width:35px;
	background-position:-82px 0;
}
.navi-position a.slide2 {
	width:56px;
	background-position:-142px 0;
}
.navi-position a.slide3 {
	width:52px;
	background-position:-223px 0;
	margin-right:0;
}
.navi-position a.slide0:hover {
	background-position:0 -46px;
}
.navi-position a.slide1:hover {
	background-position:-82px -46px;
}
.navi-position a.slide2:hover {
	background-position:-142px -46px;
}
.navi-position a.slide3:hover {
	background-position:-223px -46px;
}
.navi-position a.slide0.active {
	cursor:default;
	background-position:0 -92px;
}
.navi-position a.slide0.active:hover {
	background-position:0 -92px;
}
.navi-position a.slide1.active {
	cursor:default;
	background-position:-82px -92px;
}
.navi-position a.slide1.active:hover {
	background-position:-82px -92px;
}
.navi-position a.slide2.active {
	cursor:default;
	background-position:-142px -92px;
}
.navi-position a.slide2.active:hover {
	background-position:-142px -92px;
}
.navi-position a.slide3.active {
	cursor:default;
	background-position:-223px -92px;
}
.navi-position a.slide3.active:hover {
	background-position:-223px -92px;
}

.navi-stool a {
	margin-right:0;
}
.navi-stool a.slide0 {
	width:68px;
	background-position:0 0;
}
.navi-stool a.slide1 {
	width:63px;
	background-position:-68px 0;
}
.navi-stool a.slide2 {
	width:92px;
	background-position:-131px 0;
}
.navi-stool a.slide3 {
	width:52px;
	background-position:-223px 0;
	margin-right:0;
}
.navi-stool a.slide0:hover {
	background-position:0 -46px;
}
.navi-stool a.slide1:hover {
	background-position:-68px -46px;
}
.navi-stool a.slide2:hover {
	background-position:-131px -46px;
}
.navi-stool a.slide3:hover {
	background-position:-223px -46px;
}
.navi-stool a.slide0.active {
	cursor:default;
	background-position:0 -92px;
}
.navi-stool a.slide0.active:hover {
	background-position:0 -92px;
}
.navi-stool a.slide1.active {
	cursor:default;
	background-position:-68px -92px;
}
.navi-stool a.slide1.active:hover {
	background-position:-68px -92px;
}
.navi-stool a.slide2.active {
	cursor:default;
	background-position:-131px -92px;
}
.navi-stool a.slide2.active:hover {
	background-position:-131px -92px;
}
.navi-stool a.slide3.active {
	cursor:default;
	background-position:-223px -92px;
}
.navi-stool a.slide3.active:hover {
	background-position:-223px -92px;
}
/*///サムネイル画像大きめ///*/
/*
.navi-position a {
	display:block;
	float:left;
	left:0;
	height:85px;
	margin-right:25px;
	text-indent:-99999px;
	outline:none;
	background:url(../img/item_page/strand/navi_sofa.png) no-repeat;
}
.navi-position a.slide0 {
	width:106px;
	background-position:0 0;
}
.navi-position a.slide1 {
	width:49px;
	background-position:-131px 0;
}
.navi-position a.slide2 {
	width:106px;
	background-position:-205px 0;
}
.navi-position a.slide3 {
	width:105px;
	background-position:-336px 0;
	margin-right:0;
}
.navi-position a.slide0:hover {
	background-position:0 -85px;
}
.navi-position a.slide1:hover {
	background-position:-131px -85px;
}
.navi-position a.slide2:hover {
	background-position:-205px -85px;
}
.navi-position a.slide3:hover {
	background-position:-336px -85px;
}
.navi-position a.slide0.active {
	cursor:default;
	background-position:0 -170px;
}
.navi-position a.slide0.active:hover {
	background-position:0 -170px;
}
.navi-position a.slide1.active {
	cursor:default;
	background-position:-131px -170px;
}
.navi-position a.slide1.active:hover {
	background-position:-131px -170px;
}
.navi-position a.slide2.active {
	cursor:default;
	background-position:-205px -170px;
}
.navi-position a.slide2.active:hover {
	background-position:-205px -170px;
}
.navi-position a.slide3.active {
	cursor:default;
	background-position:-336px -170px;
}
.navi-position a.slide3.active:hover {
	background-position:-336px -170px;
}
*/

/*///////////--------sofa-navi--------///////////*/
#s-navi{
	background:#fff;
	clear:both;
	width:100%;
	padding-top:80px;
	position:relative;
}
#s-navi .sofa-size1{
	background-color:#fff;
	margin-bottom:0px;
}
#s-navi .sofa-size-navi{
	border-top:1px solid #d2d2d2;
	border-bottom:1px solid #d2d2d2;
}
#s-navi .sofa-size-navi .item{
	width:898px;
	position:relative;
	border-left:1px solid #d2d2d2;
	border-right:1px solid #d2d2d2;
	margin:0 auto;
	padding:0 50px;
	height:103px;
}
#s-navi ul{
	position:absolute;
	left:331px;
	top:0;
}
.sofa-size-navi2 .item{
	position:relative;
}
.sofa-size-navi2 ul{
	position:absolute;
	left:0;
	top:0;
}
#s-navi ul.size-navi-strand-dbr,
ul.size-navi-strand-dbr2{
	opacity: 0;
	display:none;
}
ul.size-navi li{
	display:block;
	width:110px;
	height:103px;
	float:left;	
	border-left:1px solid #d2d2d2;
	text-indent:-7777px;
	overflow:hidden;
}
ul.size-navi li.last{
	border-right:1px solid #d2d2d2;
}
ul.size-navi li a{
	display:block;
	width:100px;
	height:93px;
	margin:5px;
	background-repeat:no-repeat;
	padding:0;
	cursor:pointer;
}
.sofa-size-img{
	border-bottom:1px solid #d2d2d2;
	clear:both;
}
.sofa-size-img .item{
	width:898px;
	border-left:1px solid #d2d2d2;
	border-right:1px solid #d2d2d2;
	margin:0 auto;
	padding:50px;
}
.sofa-size-img .item .size-image{
	display:none;
}
.sofa-size-img .item p{
	margin-bottom:10px;
	font-size:13px;
}
.sofa-size-img .item p strong{
    font-weight: 700;
}
ul.size-navi-strand-na,
ul.size-navi-strand-dbr{
	width:336px;
	margin:0 auto;
}
ul.size-navi-strand2-na,
ul.size-navi-strand2-dbr{
	width:336px;
}
.size-button-on{
	background-position:0 -93px;
}
ul.size-navi-strand-na .size-25 a,
ul.size-navi-strand-na2 .size-25 a{
	background-image:url(../img/item_page/strand/size_btn_25p_na.png);
}
ul.size-navi-strand-na .size-3 a,
ul.size-navi-strand-na2 .size-3 a{
	background-image:url(../img/item_page/strand/size_btn_3p_na.png);
}
ul.size-navi-strand-na .size-stool a,
ul.size-navi-strand-na2 .size-stool a{
	background-image:url(../img/item_page/strand/size_btn_stool_na.png);
}

ul.size-navi-strand-dbr .size-25 a,
ul.size-navi-strand-dbr2 .size-25 a{
	background-image:url(../img/item_page/strand/size_btn_25p_dbr.png);
}
ul.size-navi-strand-dbr .size-3 a,
ul.size-navi-strand-dbr2 .size-3 a{
	background-image:url(../img/item_page/strand/size_btn_3p_dbr.png);
}
ul.size-navi-strand-dbr .size-stool a,
ul.size-navi-strand-dbr2 .size-stool a{
	background-image:url(../img/item_page/strand/size_btn_stool_dbr.png);
}

/*--------------------------------------------*/


#cnt3 .sliderContent:not(.slick-slider),
#cnt4 .sliderContent:not(.slick-slider),
#cnt5-1 .sliderContent:not(.slick-slider),
#cnt5-2 .sliderContent:not(.slick-slider),
#cnt5-3 .sliderContent:not(.slick-slider),
#cnt5-4 .sliderContent:not(.slick-slider),
#cnt6 .sliderContent:not(.slick-slider),
#cnt3 .sliderArrows,
#cnt4 .sliderArrows,
#cnt5-1 .sliderArrows,
#cnt5-2 .sliderArrows,
#cnt5-3 .sliderArrows,
#cnt5-4 .sliderArrows,
#cnt6 .sliderArrows{
	display: block!important;
}
#cnt3 .slick-slider,
#cnt4 .slick-slider,
#cnt5-1 .slick-slider,
#cnt5-2 .slick-slider,
#cnt5-3 .slick-slider,
#cnt5-4 .slick-slider,
#cnt6 .slick-slider{
	display: none!important;
}

#cnt3 .slider-features .item img,
#cnt4 .slider-seat .item img,
#cnt5-1 .slider-color-dbr .item img,
#cnt5-2 .slider-cushion-pori .item img,
#cnt5-2 .slider-cushion-feather .item img,
#cnt5-3 .slider-cushion-normal .item img.photo,
#cnt5-3 .slider-cushion-hiback .item img.photo,
#cnt5-4 .slider-stool .item img{
	display: block;
	position:absolute;
	width:100%;
	height: 100%;
    object-fit: cover;
}

/*///////////スクロールナビゲーション///////////*/
#navi_area{
	position:relative;
	display:block;
}
#nav {
    position:absolute;
	left:0;
	top:0;
    z-index:50;
	width:100%;
    height:70px;
	filter: progid:DXImageTransform.Microsoft.Gradient(Enabled=0,GradientType=0,StartColorStr=#cc000000,EndColorStr=#cc000000);
	background-color: rgba(0, 0, 0, 0.8);
}
#nav ul.hover-css{
	margin:0 auto;
	width:740px;
	padding:0 239px 0 221px;
}
#nav li {
    display:block;
    overflow:hidden;
    float:left;
    text-indent:-99999px;
}
ul.hover-css li a,
ul.hover-anims li a,
ul.hover-anims li span {
    display:block;
	opacity:1;
    height:70px;
    background: url(../img/item_page/item_icn_parts/btn_scroll_navi4.png) no-repeat;
}
ul.hover-css li a,ul.hover-anims li a {position:relative;}
ul.hover-anims li span {
    position:absolute;
    top:0;
    left:0;
    cursor:pointer;
}

#nav ul li.navi1 a{ width:79px; background-position:-221px 0; }
#nav ul li.navi1 a:hover,
#nav ul li.navi1 a.on,
ul.hover-anims li.navi1 span a.on,
ul.hover-anims li.navi1 a span,
ul.hover-anims li.navi1 span { width:79px; background-position:-221px -70px; }

#nav ul li.navi2 a{ width:67px; background-position:-300px 0; }
#nav ul li.navi2 a:hover,
#nav ul li.navi2 a.on,
ul.hover-anims li.navi2 span a.on,
ul.hover-anims li.navi2 a span,
ul.hover-anims li.navi2 span { width:67px; background-position:-300px -70px; }

#nav ul li.navi3 a{ width:67px; background-position:-367px 0; }
#nav ul li.navi3 a:hover,
#nav ul li.navi3 a.on,
ul.hover-anims li.navi3 span a.on,
ul.hover-anims li.navi3 a span,
ul.hover-anims li.navi3 span { width:67px;background-position:-367px -70px; }

#nav ul li.navi4 a{ width:106px; background-position:-434px 0; }
#nav ul li.navi4 a:hover,
#nav ul li.navi4 a.on,
ul.hover-anims li.navi4 span a.on,
ul.hover-anims li.navi4 a span,
ul.hover-anims li.navi4 span { width:106px; background-position:-434px -70px; }

#nav ul li.navi5 a{ width:148px; background-position:-540px 0; }
#nav ul li.navi5 a:hover,
#nav ul li.navi5 a.on,
ul.hover-anims li.navi5 span a.on,
ul.hover-anims li.navi5 a span,
ul.hover-anims li.navi5 span { width:148px; background-position:-540px -70px; }

#nav ul li.navi6 a{ width:67px; background-position:-688px 0; }
#nav ul li.navi6 a:hover,
#nav ul li.navi6 a.on,
ul.hover-anims li.navi6 span a.on,
ul.hover-anims li.navi6 a span,
ul.hover-anims li.navi6 span { width:67px; background-position:-688px -70px; }

#nav ul li.navi7 a{ width:111px; background-position:-755px 0; }
#nav ul li.navi7 a:hover,
#nav ul li.navi7 a.on,
ul.hover-anims li.navi7 span a.on,
ul.hover-anims li.navi7 a span,
ul.hover-anims li.navi7 span { width:111px; background-position:-755px -70px; }

#nav ul li.navi8 a{ margin-left:15px; width:80px; background-position:-881px 0; }
#nav ul li.navi8 a:hover,
#nav ul li.navi8 a.on,
ul.hover-anims li.navi8 span a.on,
ul.hover-anims li.navi8 a span,
ul.hover-anims li.navi8 span { margin-left:15px; width:80px; background-position:-881px -70px; }

#nav div.navi9{ position:absolute; top:0; right:0; display:block; overflow:hidden; text-indent:-99999px;}
#nav div.navi9 a{ width:51px; height:70px; display:block; opacity:1; background: url(../img/item_page/item_icn_parts/btn_scroll_navi_pt.png) no-repeat; background-position:0 0; }
#nav div.navi9 a:hover,
#nav div.navi9 a.on,
#nav div.navi9 span a.on,
#nav div.navi9 a span,
#nav div.navi9 span { width:51px; background-position:0 -70px; }

/*tablet*/
#nav div.tablet{ position:absolute; top:0; right:0; display:block; overflow:hidden; text-indent:-99999px;}
#nav div.tablet a{ width:51px; height:70px; display:block; opacity:1; background: url(../img/item_page/item_icn_parts/btn_scroll_navi_pt.png) no-repeat; background-position:0 0; }
#nav div.tablet a:hover,
#nav div.tablet a.on,
#nav div.tablet span a.on,
#nav div.tablet a span,
#nav div.tablet span { width:51px; background-position:0 -70px; }

/*--------------------------------------------*/

/*///////////--------コンテンツ 2--------///////////*/
#cnt2 .text-area{
	width:1200px;
	position:absolute;
	left:0%;
	top:16%;
	z-index:40;
}
#cnt2 .text-box{
	width:447px;
	margin:0;
	min-width:1200px;
	position:absolute;
	left:10%;
	top:10%;
}
#cnt2 .text-box h1{
    width: 447px;
    margin-right: 50px;
    font-family: 'Noto Serif JP', serif;
    font-size: 3.2rem;
    line-height: 1.5;
    letter-spacing: 0.2em;
    color: #3c3c3c;
}
#cnt2 .text-box h1 span{
    font-size: 1.5em;
}
#cnt2 .text-box p{
	margin-top:40px;
	width:447px;
	color:#555;
}
#cnt2 .back{
	display: block;
	position:relative;
	width:100%;
	min-width:1200px;
	max-height:100%;
	min-height:750px;
}
/*///////////--------コンテンツ 3--------///////////*/
#cnt3 .text-area{
	width:33.33%;
	min-width:400px;
	min-height:100%;
	background:#fff;
	position:absolute;
	left:0;
	top:0;
	z-index:40;
	opacity:0;
}
#cnt3 img.space{
	position:relative;
	width:100%;
	min-width:1200px;
}
#cnt3 .text-box{
	width:338px;
	position:absolute;
	min-height:430px;
	left:50%;
	top:50%;
}
#cnt3 .text-box .text{
	position:absolute;
	left:-50%;
	top:-50%;
}
#cnt3 .text-box .text h1{
    width: 447px;
    margin-right: 50px;
    font-family: 'Noto Serif JP', serif;
	font-size: 3.2rem;
    line-height: 1.5;
    letter-spacing: 0.15em;
    color: #1f1f1f;
}
#cnt3 .text-box .text h1 span{
    letter-spacing: 0.03em;
}
#cnt3 .text-box p{
	position:relative;
	padding-top:80px;
	width:338px;
}
#cnt3 .slider-features{
	max-width:100%;
	min-width:1200px;
	max-height:100%;
	min-height:100%;
	margin:0;
}
#cnt3 .slider-features .item{
	position: absolute;
	z-index:-200;
	left:0;
	top:0;
	min-width: 100%;
	min-height:100%;
}
#cnt3 .slider-features .navi-features-box-p{
	width:66.66%;
	min-width:800px;
	position:absolute;
	left:33.33%;
	bottom:40px;
}
#cnt3 .navi-features-box{
	display:block;
	min-width:81px;
	height:13px;
	position:absolute;
	left:50%;
	bottom:0;
	z-index:40;
}
#cnt3 .navi-features {
	display:block;
	height:27px;
	position:absolute;
	left:-50%;
	top:0;
}
#cnt3 .navi-features a {
	display:block;
	float:left;
	text-indent:-9999px;
	width:13px;
	height:13px;
	margin: 7px;
	outline:none;
	background:url(../../img/btn_c.png) no-repeat;
}
#cnt3 .navi-features a:hover {
	background-position:0 -13px;
}
#cnt3 .navi-features a.active {
	cursor:default;
	background-position:0 -26px;
}
#cnt3 .navi-features a.active:hover {
	background-position:0 -26px;
}
#cnt3 .slider-features .sliderArrows a {
	display:block;
	outline:none;
	text-indent:-9999px;
	z-index:40;
	background-image:url(../../img/arrow_cl_w.png);
	width:30px;
	height:57px;
	position:absolute;
	top:50%;
	margin-top:-28px;
}
#cnt3 .slider-features .sliderArrows .prev {
	background-position:0 0;
	left:34.33%;
}
#cnt3 .slider-features .sliderArrows .prev:hover {
	background-position:0 -57px;
}
#cnt3 .slider-features .sliderArrows .next {
	right:1%;
	background-position:-30px 0;
}
#cnt3 .slider-features .sliderArrows .next:hover {
	background-position:-30px -57px;
}
/*///////////--------コンテンツ 4-------///////////*/
#cnt4 .text-area{
	width:33.33%;
	min-width:400px;
	min-height:100%;
	background:#333;
	color:#aaa;
	position:absolute;
	left:0;
	top:0;
	z-index:40;
}
#cnt4 .text-box{
	width:338px;
	position:absolute;
	min-height:410px;
	z-index:40;
	left:50%;
	top:50%;
}
#cnt4 .text-box .text{
	position: absolute;
    left: -50%;
    top: -52%;
}
#cnt4 .text-box h1{
    position: relative;
    padding-bottom: 30px;
    width: 400px;
    font-family: 'Noto Serif JP', serif;
	font-size: 3.2rem;
    line-height: 1.5;
    letter-spacing: 0;
    color: #fff;
}
#cnt4 .text-box h2{
	margin-top:60px;
}
#cnt4 .text-box p.p-text{
    position: relative;
    padding-top: 20px;
    width: 338px;
}
#cnt4 .text-box p.tab-text{
	cursor: pointer;
	margin-top: 20px;
}
#cnt4 .text-box .strand-sp2-seat{
	margin:14px 0 10px 0;
	height:212px;
	width: 160px;
	padding:26px;
	background:#999;
	border:1px solid #bbb;
	display: flex;
	justify-content: space-between;
}
#cnt4 .text-box .strand-sp2-seat .za,
#cnt4 .text-box .strand-sp2-seat .se{
	width:30%;
}
#cnt4 .text-box .strand-sp2-seat .za .seat-left{
	margin:49px 0 0 3px;
}
#cnt4 .text-box .strand-sp2-seat .se .seat-left{
	margin:20px 0 0 3px;
}
#cnt4 .text-box .strand-sp2-seat .se .se-icn p.name{
	padding-top:10px;
    color: #3c3c3c;
    font-size: 1.3rem;
}

#cnt4 .slider-seat {
	max-width:100%;
	min-width:800px;
	max-height:100%;
	min-height:100%;
}
#cnt4 .slider-seat .item{
	position: absolute;
	z-index:-200;
	left:33.33%;
	top:0;
	min-width: 66.66%;
	min-height:100%;
}
#cnt4 img.space{
	position:relative;
	width:100%;
	min-width:800px;
}

#cnt4 .navi-seat-box-p{
	width:66.66%;
	min-width:400px;
	position:absolute;
	left:33.33%;
	bottom:40px;
}
#cnt4 .navi-seat-box{
	display:block;
	min-width:54px;
	height:13px;
	position:absolute;
	left:50%;
	bottom:0;
	z-index:40;
}
#cnt4 .navi-seat {
	display:block;
	height:27px;
	position:absolute;
	left:-50%;
	top:0;
}
#cnt4 .navi-seat a {
	display:block;
	float:left;
	text-indent:-9999px;
	width:13px;
	height:13px;
	margin: 7px;
	outline:none;
	background:url(../../img/btn_c.png) no-repeat;
}
#cnt4 .navi-seat a:hover {
	background-position:0 -13px;
}
#cnt4 .navi-seat a.active {
	cursor:default;
	background-position:0 -26px;
}
#cnt4 .navi-seat a.active:hover {
	background-position:0 -26px;
}
#cnt4 .slider-seat .sliderArrows a {
	display:block;
	outline:none;
	text-indent:-9999px;
	z-index:40;
	background-image:url(../../img/arrow_cl_w.png);
	width:30px;
	height:57px;
	position:absolute;
	top:50%;
	margin-top:-28px;
}
#cnt4 .slider-seat .sliderArrows .prev {
	background-position:0 0;
	left:34.33%;
}
#cnt4 .slider-seat .sliderArrows .prev:hover {
	background-position:0 -57px;
}
#cnt4 .slider-seat .sliderArrows .next {
	right:1%;
	background-position:-30px 0;
}
#cnt4 .slider-seat .sliderArrows .next:hover {
	background-position:-30px -57px;
}

/*///////////--------コンテンツ 5--------///////////*/
#cnt5{
	height:100%;
	min-height:750px;
}
#cnt5 .text-area{
	width:893px;
	height:300px;
	position:absolute;
	left:50%;
	top:50%;
	z-index:40;
}
#cnt5 .text-box{
	width:893px;
	margin:0;
	position:absolute;
	left:-50%;
	top:-50%;
}
#cnt5 .text-box h1{
    font-family: 'Noto Serif JP', serif;
    font-size: 3.2rem;
    text-align: center;
    letter-spacing: 0.051em;
}
#cnt5 .text-box p{
    float: left;
    margin-top: 95px;
    width: 371px;
    padding: 0 25px 0 50px;
    color: #777;
}
#cnt5 .text-box p.last{
	padding:0 50px 0 25px;
}
/*///////////--------コンテンツ 5-1--------///////////*/

#cnt5-1 .text-area{
	width:33.33%;
	min-width:400px;
	min-height:100%;
	position:absolute;
	top:0;
	z-index:40;
	filter: progid:DXImageTransform.Microsoft.Gradient(Enabled=0,GradientType=0,StartColorStr=#eeccb69a,EndColorStr=#eeccb69a);
	background-color: rgba(204, 182, 154, 0.9);
	left: 66.66%;
}
#cnt5-1 .text-box{
	width:360px;
	position:absolute;
	min-height:480px;
	left:50%;
	top:50%;
}
#cnt5-1 .text-box .text{
	position:absolute;
	left:-50%;
	top:-50%;
}
#cnt5-1 .text-box .text hgroup{
    font-family: 'Noto Serif JP', serif; 
font-weight: 200;
    text-align: center;
    margin-right: 70px;
}
#cnt5-1 .text-box h1{
    font-size: 1.7em;
    letter-spacing: 0.1em;
    color: #111;
}
#cnt5-1 .text-box h2{
    margin: 50px 0 0 0;
    line-height: 1.9;
    text-indent: 1.3em;
}

#cnt5-1 .text-box h2 span.cnt5_cap1,
#cnt5-1 .text-box h2 span.cnt5_cap4{
    color: #41403f;
    font-size: 1.4em;
    letter-spacing: 0.1rem;
}

#cnt5-1 .text-box h2 span.cnt5_cap2,
#cnt5-1 .text-box h2 span.cnt5_cap3{
    font-size: 2em;
    color: #000;
    letter-spacing: 0.13em;
    font-family: 'Noto Serif JP', serif;
font-weight: 200;
}
#cnt5-1 .text-box h2 span.cnt5_cap5{
    font-size: 1.3em;
    color: #000;
    letter-spacing: 0.3em;
}
#cnt5-1 .text-box p{
	position:relative;
	color:#735d42;
	padding-top:50px;
	width:360px;
}
.btn-op-color ul{
	margin-top:50px;
	width:360px;
}
.btn-op-color ul li{	
	float:left;
	width:179px;
	height:70px;
	text-indent:-99999px;
	cursor:pointer;
}
.btn-op-color ul li.dbr{
	background-image:url(../img/item_page/strand/btn_op_color_dbr.gif);
	background-position:0 0;
	margin-right:2px;
}
.btn-op-color ul li.na{
	background-image:url(../img/item_page/strand/btn_op_color_na.gif);
	background-position:0 0;
}
.btn-op-color ul .fade a{
	width:179px;
	height:70px;
	display:block;
}
.btn-op-color ul li a.dbr-on{
	background-image:url(../img/item_page/strand/btn_op_color_dbr.gif);
	background-position:0 -70px;
}
.btn-op-color ul li a.na-on{
	background-image:url(../img/item_page/strand/btn_op_color_na.gif);
	background-position:0 -70px;
}
.btn-op-color ul li.active,
.btn-op-color ul li.active:hover{
	cursor:default;
	background-position:0 -140px;
}

#cnt5-1 .slider-color-na{
	max-width:100%;
	min-width:800px;
	max-height:100%;
	min-height:100%;
	margin:0;
}
#cnt5-1 .slider-color-na .item0{
	position:absolute;
	top:0;
	overflow:hidden;
	z-index:10;
	width:50%;
	min-width:600px;
	min-height:100%;
    left: 100%;
    display: none;
}
#cnt5-1 .slider-color-na .item0 img{
	position:relative;
	width:100%;
	min-width:600px;
}
#cnt5-1 .slider-color-na .item{
	position: absolute;
	z-index:-200;
	left:33.33%;
	top:0;
	min-width: 66.66%;
	min-height:100%;
}
#cnt5-1 .slider-color-na .item img{
    display: none;
	width:100%;
	min-width:800px;
}
#cnt5-1 .slider-color-dbr{
	max-width:100%;
	min-width:800px;
	max-height:100%;
	min-height:100%;
	margin:0;
}
#cnt5-1 .slider-color-dbr .item0{
	position:absolute;
	right:50%;
	top:0;
	overflow:hidden;
	z-index:10;
	width:50%;
	min-width:600px;
	min-height:100%;
	display: none;
}
#cnt5-1 .slider-color-dbr .item0 img{
	position:relative;
	width:100%;
	min-width:600px;
}
#cnt5-1 .slider-color-dbr .item{
	position: absolute;
	z-index:-200;
	right:33.33%;
	top:0;
	min-width: 66.66%;
	min-height:100%;
}

#cnt5-1 img.space{
	position:relative;
	width:100%;
	min-width:1200px;
}
#cnt5-1 .slider-color-na .navi-color-na-box-p{
	width:66.66%;
	min-width:800px;
	position:absolute;
	left:33.33%;
	bottom:40px;
}
#cnt5-1 .slider-color-dbr .navi-color-dbr-box-p{
	width:66.66%;
	min-width:800px;
	position:absolute;
	left:0%;
	bottom:40px;
}
#cnt5-1 .navi-color-na-box,
#cnt5-1 .navi-color-dbr-box{
	display: block;
	min-width:81px;
	height:13px;
	position:absolute;
	left:50%;
	bottom:0;
	z-index:40;
}
#cnt5-1 .navi-color-na {
	display:none;
	height:27px;
	position:absolute;
	left:-50%;
	top:0;
}
#cnt5-1 .navi-color-dbr {
	display:block;
	height:27px;
	position:absolute;
	left:-50%;
	top:0;
}
#cnt5-1 .navi-color-na a,
#cnt5-1 .navi-color-dbr a {
	display:block;
	float:left;
	text-indent:-9999px;
	width:13px;
	height:13px;
	margin: 7px;
	outline:none;
	background:url(../../img/btn_c.png) no-repeat;
}
#cnt5-1 .navi-color-na a:hover,
#cnt5-1 .navi-color-dbr a:hover {
	background-position:0 -13px;
}
#cnt5-1 .navi-color-na a.active,
#cnt5-1 .navi-color-dbr a.active {
	cursor:default;
	background-position:0 -26px;
}
#cnt5-1 .navi-color-na a.active:hover,
#cnt5-1 .navi-color-dbr a.active:hover {
	background-position:0 -26px;
}
#cnt5-1 .slider-color-na .sliderArrows a {
	display:none;
	outline:none;
	text-indent:-9999px;
	z-index:40;
	background-image:url(../../img/arrow_cl.png);
	width:30px;
	height:57px;
	position:absolute;
	top:50%;
	margin-top:-28px;
}
#cnt5-1 .slider-color-dbr .sliderArrows a {
	text-indent:-9999px;
	z-index:40;
	background-image:url(../../img/arrow_cl_w.png);
	width:30px;
	height:57px;
	position:absolute;
	top:50%;
	margin-top:-28px;
}
#cnt5-1 .slider-color-na .sliderArrows .prev {
	background-position:0 0;
	left:34.33%;
}
#cnt5-1 .slider-color-na .sliderArrows .prev:hover {
	background-position:0 -57px;
}
#cnt5-1 .slider-color-na .sliderArrows .next {
	right:1%;
	background-position:-30px 0;
}
#cnt5-1 .slider-color-na .sliderArrows .next:hover {
	background-position:-30px -57px;
}
#cnt5-1 .slider-color-dbr .sliderArrows .prev {
	background-position:0 0;
	left:1%;
}
#cnt5-1 .slider-color-dbr .sliderArrows .prev:hover {
	background-position:0 -57px;
}
#cnt5-1 .slider-color-dbr .sliderArrows .next {
	right:34.33%;
	background-position:-30px 0;
}
#cnt5-1 .slider-color-dbr .sliderArrows .next:hover {
	background-position:-30px -57px;
}
/*///////////--------コンテンツ 5-2-------///////////*/

*#cnt5-2 .text-area{
	width:33.33%;
	min-width:400px;
	min-height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:40;
	background-color: #ccb69a;
	display: flex;
    align-items: center;
    justify-content: center;
}
#cnt5-2 .text-box{
	width:360px;
}
#cnt5-2 .text-box h1,
#cnt5-3 .text-box h1,
#cnt5-4 .text-box h1{
    font-family: 'Noto Serif JP', serif;
    font-size: 2.2rem;
    color: #fff;
    letter-spacing: 0.1rem;
	text-align: center;
}
#cnt5-2 .text-box h2,
#cnt5-3 .text-box h2,
#cnt5-4 .text-box h2{
	margin: 50px 0 0 1px;
    font-family: 'Noto Serif JP', serif;
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
	font-size: 3.2rem;
}

#cnt5-2 .text-box p{
	position:relative;
	color:#735d42;
	padding-top:30px;
	width:360px;
}
#cnt5-2 .text-box p.price,
#cnt5-3 .text-box p.price,
#cnt5-4 .text-box p.price{
	color:#44332f;
	padding-top:25px;
    font-weight: 600;
	text-align:center;
}
.btn-op-cushion ul{
	margin-top: 60px;
	width:360px;
}
.btn-op-cushion ul li{	
	float:left;
	width:179px;
	height:70px;
	text-indent:-99999px;
	cursor:pointer;
}
.btn-op-cushion ul li.pori{
	background-image:url(../img/item_page/strand/btn_op_pori.gif);
	background-position:0 0;
	margin-right:2px;
}
.btn-op-cushion ul li.feather{
	background-image:url(../img/item_page/strand/btn_op_feather.gif);
	background-position:0 0;
}
.btn-op-cushion ul .fade a{
	width:179px;
	height:70px;
	display:block;
}
.btn-op-cushion ul li a.pori-on{
	background-image:url(../img/item_page/strand/btn_op_pori.gif);
	background-position:0 -70px;
}
.btn-op-cushion ul li a.feather-on{
	background-image:url(../img/item_page/strand/btn_op_feather.gif);
	background-position:0 -70px;
}
.btn-op-cushion ul li.active,
.btn-op-cushion ul li.active:hover{
	cursor:default;
	background-position:0 -140px;
}

#cnt5-2 .slider-cushion-pori{
	max-width:100%;
	min-width:800px;
	max-height:100%;
	min-height:100%;
	margin:0;
}
#cnt5-2 .slider-cushion-pori .item{
	position: absolute;
	z-index:-200;
	left:33.33%;
	top:0;
	min-width: 66.66%;
	min-height:100%;
}

#cnt5-2 .slider-cushion-feather{
	max-width:100%;
	min-width:800px;
	max-height:100%;
	min-height:100%;
	margin:0;
}

#cnt5-2 .slider-cushion-feather .item{
	position: absolute;
	z-index:-200;
	left:66.66%;
	top:0;
	min-width: 66.66%;
	min-height:100%;
}
#cnt5-2 img.space{
	position:relative;
	width:100%;
	min-width:1200px;
}
#cnt5-2 .slider-cushion-pori .navi-cushion-pori-box-p,
#cnt5-2 .slider-cushion-feather .navi-cushion-feather-box-p{
	width:66.66%;
	min-width:800px;
	position:absolute;
	left:33.33%;
	bottom:40px;
}
#cnt5-2 .navi-cushion-pori-box,
#cnt5-2 .navi-cushion-feather-box{
	display:none;
	min-width:81px;
	height:13px;
	position:absolute;
	left:50%;
	bottom:0;
	z-index:40;
}
#cnt5-2 .navi-cushion-pori,
#cnt5-2 .navi-cushion-feather {
	display:block;
	height:27px;
	position:absolute;
	left:-50%;
	top:0;
}
#cnt5-2 .navi-cushion-pori a,
#cnt5-2 .navi-cushion-feather a {
	display:block;
	float:left;
	text-indent:-9999px;
	width:13px;
	height:13px;
	margin: 7px;
	outline:none;
	background:url(../../img/btn_c.png) no-repeat;
}
#cnt5-2 .navi-cushion-pori a:hover,
#cnt5-2 .navi-cushion-feather a:hover {
	background-position:0 -13px;
}
#cnt5-2 .navi-cushion-pori a.active,
#cnt5-2 .navi-cushion-feather a.active {
	cursor:default;
	background-position:0 -26px;
}
#cnt5-2 .navi-cushion-pori a.active:hover,
#cnt5-2 .navi-cushion-feather a.active:hover {
	background-position:0 -26px;
}
#cnt5-2 .sliderArrows a {
	display:none;
	outline:none;
	text-indent:-9999px;
	z-index:40;
	background-image:url(../../img/arrow_cl.png);
	width:30px;
	height:57px;
	position:absolute;
	top:50%;
	margin-top:-28px;
}
#cnt5-2 .sliderArrows .prev {
	background-position:0 0;
	left:34.33%;
}
#cnt5-2 .sliderArrows .prev:hover {
	background-position:0 -57px;
}
#cnt5-2 .sliderArrows .next {
	right:1%;
	background-position:-30px 0;
}
#cnt5-2 .sliderArrows .next:hover {
	background-position:-30px -57px;
}

/*///////////--------コンテンツ 5-3-------///////////*/

*#cnt5-3 .text-area{
	width:33.33%;
	min-width:400px;
	min-height:100%;
	position:absolute;
	right:0%;
	top:0;
	z-index:40;
	background-color: #ccb69a;
	display: flex;
	justify-content: center;
	align-items: center;
}
#cnt5-3 .text-box{
	width:360px;
}
#cnt5-3 .text-box p{
	position:relative;
	color:#735d42;
	padding-top:30px;
	width:360px;
}
#cnt5-3 .text-box p.price{
	color:#44332f;
	padding-top:25px;
	font-weight:bold;
	text-align:center;
}
.btn-op-cushionsize ul{
	margin-top: 60px;
	width:360px;
}
.btn-op-cushionsize ul li{	
	float:left;
	width:179px;
	height:70px;
	text-indent:-99999px;
	cursor:pointer;
}
.btn-op-cushionsize ul li.normal{
	background-image:url(../img/item_page/strand/btn_op_normal.gif);
	background-position:0 0;
	margin-right:2px;
}
.btn-op-cushionsize ul li.hiback{
	background-image:url(../img/item_page/strand/btn_op_hiback.gif);
	background-position:0 0;
}
.btn-op-cushionsize ul .fade a{
	width:179px;
	height:70px;
	display:block;
}
.btn-op-cushionsize ul li a.normal-on{
	background-image:url(../img/item_page/strand/btn_op_normal.gif);
	background-position:0 -70px;
}
.btn-op-cushionsize ul li a.hiback-on{
	background-image:url(../img/item_page/strand/btn_op_hiback.gif);
	background-position:0 -70px;
}
.btn-op-cushionsize ul li.active,
.btn-op-cushionsize ul li.active:hover{
	cursor:default;
	background-position:0 -140px;
}
#cnt5-3 .slider-cushion-normal{
	max-width:100%;
	min-width:800px;
	max-height:100%;
	min-height:100%;
	margin:0;
}
#cnt5-3 .slider-cushion-normal .item{
	position: absolute;
	z-index:-200;
	right:33.33%;
	top:0;
	min-width: 66.66%;
	min-height:100%;
}
#cnt5-3 .slider-cushion-hiback{
	max-width:100%;
	min-width:800px;
	max-height:100%;
	min-height:100%;
	margin:0;
}

#cnt5-3 .slider-cushion-hiback .item{
	position: absolute;
	opacity:0;
	z-index:-200;
	right:33.33%;
	top:0;
	min-width: 66.66%;
	min-height:100%;
}
#cnt5-3 .slider-cushion-normal .item img.model,
#cnt5-3 .slider-cushion-hiback .item img.model{
	width:158px;
	height:42px;
	position:absolute;
	left:0;
	top:40%;
	z-index:10;
}
#cnt5-3 img.space{
	position:relative;
	width:100%;
	min-width:1200px;
}
#cnt5-3 .slider-cushion-normal .navi-cushion-normal-box-p,
#cnt5-3 .slider-cushion-hiback .navi-cushion-hiback-box-p{
	width:66.66%;
	min-width:800px;
	position:absolute;
	right:33.33%;
	bottom:40px;
}
#cnt5-3 .navi-cushion-normal-box,
#cnt5-3 .navi-cushion-hiback-box{
	display:block;
	min-width:81px;
	height:13px;
	position:absolute;
	left:50%;
	bottom:0;
	z-index:40;
}
#cnt5-3 .navi-cushion-hiback-box{
	display:none;
}
#cnt5-3 .navi-cushion-normal,
#cnt5-3 .navi-cushion-hiback {
	display:block;
	height:27px;
	position:absolute;
	left:-50%;
	top:0;
}
#cnt5-3 .navi-cushion-normal a,
#cnt5-3 .navi-cushion-hiback a {
	display:block;
	float:left;
	text-indent:-9999px;
	width:13px;
	height:13px;
	margin: 7px;
	outline:none;
	background:url(../../img/btn_c.png) no-repeat;
}
#cnt5-3 .navi-cushion-normal a:hover,
#cnt5-3 .navi-cushion-hiback a:hover {
	background-position:0 -13px;
}
#cnt5-3 .navi-cushion-normal a.active,
#cnt5-3 .navi-cushion-hiback a.active {
	cursor:default;
	background-position:0 -26px;
}
#cnt5-3 .navi-cushion-normal a.active:hover,
#cnt5-3 .navi-cushion-hiback a.active:hover {
	background-position:0 -26px;
}
#cnt5-3 .sliderArrows a {
	display:block;
	outline:none;
	text-indent:-9999px;
	z-index:40;
	background-image:url(../../img/arrow_cl.png);
	width:30px;
	height:57px;
	position:absolute;
	top:50%;
	margin-top:-28px;
}
#cnt5-3 .slider-cushion-hiback .sliderArrows a {
	display:none;
}
#cnt5-3 .sliderArrows .prev {
	background-position:0 0;
	left:1%;
}
#cnt5-3 .sliderArrows .prev:hover {
	background-position:0 -57px;
}
#cnt5-3 .sliderArrows .next {
	right:34.33%;
	background-position:-30px 0;
}
#cnt5-3 .sliderArrows .next:hover {
	background-position:-30px -57px;
}

/*///////////--------コンテンツ 5-4-------///////////*/

*#cnt5-4 .text-area{
	width:33.33%;
	min-width:400px;
	min-height:100%;
	position:absolute;
	left:0%;
	top:0;
	z-index:40;
	background-color: #ccb69a;
	display: flex;
	justify-content: center;
	align-items: center;
}
#cnt5-4 .text-box{
	width:360px;
}
#cnt5-4 .text-box p{
	position:relative;
	color:#735d42;
	padding-top:30px;
	width:360px;
}
#cnt5-4 .text-box p.price{
	color:#44332f;
	padding-top:25px;
	font-weight:bold;
	text-align:center;
}
#cnt5-4 .slider-stool{
	max-width:100%;
	min-width:800px;
	max-height:100%;
	min-height:100%;
	margin:0;
}
#cnt5-4 .slider-stool .item{
	position: absolute;
	z-index:-200;
	left:33.33%;
	top:0;
	min-width: 66.66%;
	min-height:100%;
}
#cnt5-4 img.space{
	position:relative;
	width:100%;
	min-width:1200px;
}
#cnt5-4 .slider-stool .navi-stool-box-p{
	width:66.66%;
	min-width:800px;
	position:absolute;
	left:33.33%;
	bottom:40px;
}
#cnt5-4 .navi-stool-box{
	display:block;
	min-width:81px;
	height:13px;
	position:absolute;
	left:50%;
	bottom:0;
	z-index:40;
}
#cnt5-4 .navi-stool{
	display:block;
	height:27px;
	position:absolute;
	left:-50%;
	top:0;
}
#cnt5-4 .navi-stool a {
	display:block;
	float:left;
	text-indent:-9999px;
	width:13px;
	height:13px;
	margin: 7px;
	outline:none;
	background:url(../../img/btn_c.png) no-repeat;
}
#cnt5-4 .navi-stool a:hover {
	background-position:0 -13px;
}
#cnt5-4 .navi-stool a.active {
	cursor:default;
	background-position:0 -26px;
}
#cnt5-4 .navi-stool a.active:hover {
	background-position:0 -26px;
}
#cnt5-4 .sliderArrows a {
	display:block;
	outline:none;
	text-indent:-9999px;
	z-index:40;
	background-image:url(../../img/arrow_cl.png);
	width:30px;
	height:57px;
	position:absolute;
	top:50%;
	margin-top:-28px;
}
#cnt5-4 .slider-cushion-hiback .sliderArrows a {
	display:none;
}
#cnt5-4 .sliderArrows .prev {
	background-position:0 0;
	left:34.33%;
}
#cnt5-4 .sliderArrows .prev:hover {
	background-position:0 -57px;
}
#cnt5-4 .sliderArrows .next {
	right:1%;
	background-position:-30px 0;
}
#cnt5-4 .sliderArrows .next:hover {
	background-position:-30px -57px;
}

/*///////////--------コンテンツ 6--------///////////*/
.back-cnt6{
	background:#333;
}
#cnt6{
	min-width:100%;
    margin: 170px 0 182px 0;
}
#cnt6 img.space{
	position:relative;
	width:80%;
	padding-top:0;
	min-width:960px;
}
#cnt6 .text-box{
/*	width:1000px;*/
	margin-left:10%;
}
#cnt6 .text-box .text{
	height:100px;
}
#cnt6 .text-box h1{
	float: left;
    padding-bottom: 100px;
    font-family: 'Noto Serif JP', serif;
    font-size: 3.2rem;
    letter-spacing: 0.1rem;
    line-height: 1.7;
    color: #fff;
}
#cnt6 .text-box h1 span{
    font-size: 2.3em;
    letter-spacing: 0.15em;
}
#cnt6 .text-box p{
    float: left;
    color: #d2d2d2;
    margin: 14px 0 0 40px;
    width: 493px;
}
#cnt6 .text-box .t-left a{
	color:#dba24c;
}
#cnt6 .text-box span.zoomin_w{
	padding:3px 0 0 14px;
	color:#fff;
}
#cnt6 .text-box .arrow1_w img{
	vertical-align: middle;
}

#cnt6 .slider-gallery {
	position:relative;
	max-width:100%;
	min-width:1200px;
	max-height:100%;
	min-height:100%;
	margin:0;
}

#cnt6 .slider-gallery .item{
	position: absolute;
	z-index:10;
	left:0;
	top:0;
	min-width: 100%;
	min-height:100%;
}
#cnt6 .slider-gallery .item img{
	position:relative;
	width:80%;
	min-width:960px;
}

.navi-gallery-box-p{
	width:20%;
	min-height:100%;
	position: absolute;
	left:80%;
	top:0;
}
.navi-gallery-box{
	width:182px;
	height:540px;
	position:absolute;
	right:50%;
	top:0;
	z-index:40;
}
.navi-gallery {
	width:182px;
	height:540px;
	position:absolute;
	right:-50%;
	top:0;
}
.navi-gallery a {
	display:block;
	float:left;
	text-indent:-9999px;
	width:83px;
	height:52px;
	margin:4px;
	outline:none;
}
.navi-gallery a:hover,
.navi-gallery a.active,
.navi-gallery a.active:hover {
	width:83px;
	height:52px;
	border:2px solid #dba24c;
	margin:2px;
}
.slider-gallery .sliderArrows{
	width:20%;
	position:absolute;
	left:80%;
	bottom:45px;
}
.slider-gallery .sliderArrows a {
	display:block;
	outline:none;
	text-indent:-9999px;
	z-index:40;
	background-image:url(../../img/arrow_cl2_w.png);
	width:51px;
	height:45px;
	position:absolute;
	top:0;
}
.slider-gallery .sliderArrows .prev {
	background-position:0 0;
	right:50%;
	margin-right:40px;
}
.slider-gallery .sliderArrows .prev:hover {
	background-position:0 -45px;
}
.slider-gallery .sliderArrows .next {
	left:50%;
	margin-left:40px;
	background-position:-51px 0;
}
.slider-gallery .sliderArrows .next:hover {
	background-position:-51px -45px;
}

.navi-gallery a.slide0 {
	background:url(../img/item_page/strand/photo_strand_01_s.jpg) no-repeat;
}
.navi-gallery a.slide1 {
	background:url(../img/item_page/strand/photo_strand_02_s.jpg) no-repeat;
}
.navi-gallery a.slide2 {
	background:url(../img/item_page/strand/photo_strand_03_s.jpg) no-repeat;
}
.navi-gallery a.slide3 {
	background:url(../img/item_page/strand/photo_strand_04_s.jpg) no-repeat;
}
.navi-gallery a.slide4 {
	background:url(../img/item_page/strand/photo_strand_05_s.jpg) no-repeat;
}
.navi-gallery a.slide5 {
	background:url(../img/item_page/strand/photo_strand_06_s.jpg) no-repeat;
}
.navi-gallery a.slide6 {
	background:url(../img/item_page/strand/photo_strand_07_s.jpg) no-repeat;
}
.navi-gallery a.slide7 {
	background:url(../img/item_page/strand/photo_strand_08_s.jpg) no-repeat;
}
.navi-gallery a.slide8 {
	background:url(../img/item_page/strand/photo_strand_09_s.jpg) no-repeat;
}
.navi-gallery a.slide9 {
	background:url(../img/item_page/strand/photo_strand_10_s.jpg) no-repeat;
}
.navi-gallery a.slide10 {
	background:url(../img/item_page/strand/photo_strand_11_s.jpg) no-repeat;
}
.navi-gallery a.slide11 {
	background:url(../img/item_page/strand/photo_strand_12_s.jpg) no-repeat;
}
.navi-gallery a.slide12 {
	background:url(../img/item_page/strand/photo_strand_13_s.jpg) no-repeat;
}
.navi-gallery a.slide13 {
	background:url(../img/item_page/strand/photo_strand_14_s.jpg) no-repeat;
}
.navi-gallery a.slide14 {
	background:url(../img/item_page/strand/photo_strand_15_s.jpg) no-repeat;
}
.navi-gallery a.slide15 {
	background:url(../img/item_page/strand/photo_strand_16_s.jpg) no-repeat;
}
.navi-gallery a.slide16 {
	background:url(../img/item_page/strand/photo_strand_17_s.jpg) no-repeat;
}
.navi-gallery a.slide17 {
	background:url(../img/item_page/strand/photo_strand_18_s.jpg) no-repeat;
}

#cnt6 .navi-text-box{
	position:relative;
	display:block;
	width:1200px;
}
#cnt6 .navi-text{
	position:relative;
	width:960px;
	margin:20px 10%;
}
#cnt6 .navi-text li{
	position:absolute;
	width:960px;
	left:0;
	top:0;
}
#cnt6 .navi-text li p{
	color:#d2d2d2;
	float:left;
	width:960px;
}
#cnt6 .photo-gallery{
	display: block!important;
}
#cnt6 .sp-slider-gallery{
	display: none!important;
}
#slp{
	background:#444;
	width: 100%;
	max-width: 100%;
}
#slp .slp-box{
	width: 80%;
	max-width: 1000px;
	margin: 0 auto;
}
.icn.slp-icn-sp,
.slp-link.slp-link-sp{
	display: none;
}
/*///////////--------コンテンツ 7--------///////////*/

#cnt7 .text-area{
	width:1200px;
	height:410px;
	position:absolute;
	left:8%;
	top:50%;
	z-index:40;
}
#cnt7 .text-box{
	width:447px;
	margin:0;
	min-width:1200px;
	position:absolute;
	left:0;
	top:-50%;
}
#cnt7 .text-box h1{
    width: 308px;
    font-family: 'Noto Serif JP', serif;
    font-size: 3.2rem;
    letter-spacing: 0.1rem;
    color: #3c3c3c;
    line-height: 1.5;
}
#cnt7 .text-box p{
	margin-top:70px;
	width:308px;
	color:#555;
}
#cnt7 .back{
	position:relative;
	width:100%;
	min-width:1200px;
}
#cnt7-2 .material-box2 sp{
	display:none;
}
#cnt7-1 .material-box2 {
	background:#fff;
	clear:both;
	width:100%;
	padding-bottom: 100px;
}
#cnt7-1 .material-box2 .item-box {
	margin:0 auto;
	position:relative;
	width: 100%;
	max-width: 1100px;
	margin-top:200px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#cnt7-1 .material-box2 .item-box .data-text-box {
	float: left;
    position: relative;
    width: 350px;
    height: 300px;
    margin: 0 110px 0 0;
    color: #777;
}
#cnt7-1 .material-box2 .item-box .data-text-box .data-text{
	position:absolute;
	left:0;
	bottom:10px;
}
#cnt7-1 .material-box2 .item-box .data-text-box h2{
    width: 329px;
    font-family: 'Noto Serif JP', serif;
    font-size: 2.6rem;
    letter-spacing: 0.05rem;
    line-height: 1.5em;
    color: #3c3c3c;
}
#cnt7-1 .material-box2 .item-box .data-text-box p{
	margin-top:40px;
}
#cnt7-1 .material-box2 .item-box .item-data {
    float: left;
    width: 610px;
    margin: 0 10px;
}
#cnt7-1 .material-box2 .item-box .item {
	float:left;
	width:340px;
}
#cnt7-1 .material-box2 .item-box .first{
	margin-bottom: 70px;
}
#cnt7-1 .material-box2 .item-box .item h2 {
	margin-top: 22px;
    font-family: 'Noto Serif JP', serif;
    font-size: 2.2rem;
    letter-spacing: 0.05rem;
    line-height: 1.5em;
}
#cnt7-1 .material-box2 .item-box .item p {
    margin-top: 20px;
	color:#777;
}
#cnt7-1 .boxer{
	display: block!important;
}
#cnt7-1 .sp-image{
	display: none!important;
}
/*///////////--------コンテンツ 8--------///////////*/
#cnt8 .text-area{
	width:55%;
	min-width:660px;
	min-height:100%;
	background-color: #ccb69a;
	position:absolute;
	left:0%;
	top:0;
	z-index:40;
}
#cnt8 .text-box{
	width:503px;
	position:absolute;
	min-height:405px;
	left:50%;
	top:50%;
}
#cnt8 .text-box .text{
	position:absolute;
	color:#735d42;
	left:-50%;
    top: -52%;
}
#cnt8 .text-box .text h1{
    font-family: 'Noto Serif JP', serif;
    font-size: 3.2rem;
    letter-spacing: 0.1rem;
    color: #3c3c3c;
    line-height: 1.5em;
}
#cnt8 .text-box p.text1{
	position:relative;
	padding-top:80px;
	width:503px;
}
#cnt8 .back{
	position:relative;
	width:100%;
	min-width:1200px;
	max-height:100%;
}
#cnt8 .back img{
	display: block;
	margin-left:45%;
}
/*--------------------------------------------*/

/*///////////STRANDキャンペーン///////////*/
.strand-campaignbox .image{
	float:left;
	width:170px;
}
.strand-campaignbox .text-box{
	float:left;
	width:678px;
	margin-left:50px;
}
.strand-campaignbox h1{
	margin-top:10px;
	font-size:30px;
	letter-spacing:1px;
	font-weight:bold;
}
.strand-campaignbox p{
	margin-top:40px;
	font-weight:bold;
}
.strand-campaignbox p.data{
	margin-top:10px;
	font-weight:normal;
	color:#777;
}
/*///////////STRAND購入前の注意///////////*/
#attention-box{
	margin-top:8px;
	border:1px solid #d2d2d2;
	width:998px;
	height:98px;
	display:block;
	background:url(../img/item_page/strand/btn_attention.gif) no-repeat;
}
#attention-box a{
	width:998px;
	height:98px;
	display:block;
	text-indent:-9999px;
	background:url(../img/item_page/strand/btn_attention.gif) no-repeat;
	background-position:0 -98px;
}
.strand-campaignbox{
	width:898px;
	height:170px;
	position:relative;
	padding:50px;
	background:#fff;
	border-top:1px solid #d2d2d2;
}
/*///////////STRAND台数縛り///////////*/
#strand-buysupport{
	background:#1e1e1e;
	margin-top:8px;
	border:1px solid #d2d2d2;
	width:918px;
	padding:40px;
	display:block;
}
#strand-buysupport h2{
	margin-top:0px;
	font-size:15px;
	letter-spacing:1px;
	font-weight:bold;
	color:#fff;
}
#strand-buysupport p.text{
	margin-top:10px;
	color:#d2d2d2;
}
#strand-buysupport p.tel{
	color:#eee;
	margin-top:30px;
	font-size:20px;
	letter-spacing:3px;
	font-weight:bold;
	float:left;
}
#strand-buysupport p.arrow{
	margin:35px 0 0 40px;
	float:left;
	font-weight:normal;
}

/*///////////STRAND_WNバナー///////////*/

.bnr_strand{
	margin:0 auto 8px;
	width: 1000px;
	border:1px solid #d2d2d2;
	height:200px;
	position:relative;
}
.bnr_strand .text-box2{
	float:left;
	width:443px;
	height:198px;
	background:#fff;
	top:1px;
	left:1px;
}
.bnr_strand .text-box2 h2{
	font-size:20px;
	padding:42px 0 0 40px;
	font-weight:bold;
}
.bnr_strand .text-box2 p{
	font-size:13px;
	margin-top:10px;
	padding-left:40px;
}
.bnr_strand .text-box2 p span{
	font-size:11px;
}
.bnr_strand .text-box2 p span.price{
	font-size:14px;
	font-weight:600;
}
.bnr_strand .text-box2 a.arrow4{
	margin:20px 0 0 40px;
}
.bnr_strand .image{
	float:left;
	width:555px;
}
/*///////////STRANDご購入できないボタン///////////*/
#cnt1 .nobuy,
#nav .nobuy{
	display:none;
}
.sofa-tobuy .button-nobuy{
	display:none;
	padding: 5px 5px 0px 0px;
    float: right;
    width: 217px;
    height: 76px;
    margin: 0;
    border-right: none;
}
.sofa-tobuy .button-nobuy span{
	width:212px;
	height:66px;
	display:block;
}
/*190513入荷予告*/
#notice{
	display: block;
    width: auto;
    height: auto;
    color: #900;
    font-size: 14px;
    font-weight: bold;
    padding: 0;
    border: none;
}
#notice-design{
	padding-top: -8px;
}
.sofa-tobuy .item{
	display: flex!important;
    align-items: center!important;
}
.sofa-tobuy .schedule{
	float: left!important;
    width: 312px!important;
    height: auto!important;
    padding: 0 20px 0 0!important;
    text-align: right!important;
}
/*--------------------------------------------*/
