@charset "utf-8";
/* CSS Document */
#wrap-content {
	margin:0;
	padding: 50px 0 120px;
	min-width:100%;
	font-family: BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, ”Hiragino Kaku Gothic ProN”, “Hiragino Sans” sans-serif;
	font-feature-settings: "palt";
	font-size: 1rem;
    font-weight: 400;
    line-height: 1.7em;
    letter-spacing: 0em;
	-webkit-text-size-adjust: 100%;
}
h1#store a{
	display:block;
	background-position: 10px 2px;
	background-image:url(../../../img/logo_onlinestore.png);
	width:252px;
	background-repeat:no-repeat;
	text-indent:-7777px;
	height:40px;
	float:left;
}
h3 {
	font-size: 2.0625rem;
/*	font-size: 1.625rem;*/
	font-weight: 100;
	line-height: 1.4em;
	letter-spacing: 2px;
	color: #fff;
}
p {
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.7em;
	letter-spacing: 0.1em;
}
.bk{
	background:#3c3c3c;
	padding:30px;
}
.pc {
	display: block;
	}
.sp {
	display: none;
}
#wrap-content img {
	width: 100%;
}
#wrap-content .box1 {
	max-width: 1000px;
	width: 100%;
}
#wrap-content .title-box{
	max-width:920px;
	padding:40px 40px 10px;;
	background:#fff;
}
#wrap-content h2.title{
	font-size: 2.6875rem;
	font-weight: 100;
	line-height: 1.3em;
	letter-spacing: 3px;
	background:#fff;
	vertical-align:center;
}
/* メインコンテンツここから */
.copy1{
	padding:10px 40px 30px 40px;
	background:#fff;
}
.item-box{
	display: flex;
	max-width:1000px;
}
.item-box ul{
	position:relative;
	max-width:500px;
}
ul.image-box{
	padding:5px;
	position:relative;
	width: 50%;
}
ul.banner{
	max-width:998px;
	height:83px;
	margin-top:40px;
	position:relative;
}
ul.banner2{
	width:998px;
	height:83px;
	position:relative;
	border:1px solid #fff;
}
.item-box ul li.image_navi,
.item-box ul li.back,
.banner li.image_navi,
.banner li.back{
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
}
ul.image-box li.image_navi,
ul.image-box li.back{
	overflow:hidden;
	position:absolute;
	top:6px;
	left:5px;
}
#lapas ul.image-box li.image_navi,
#lapas ul.image-box li.back {
	top: 30px;
}
#antos ul.image-box li.image_navi,
#antos ul.image-box li.back {
	top: 50px;
}
#maroon ul.image-box li.image_navi,
#maroon ul.image-box li.back {
	top: 100px;
}
#grain ul.image-box li.image_navi,
#grain ul.image-box li.back {
	top: 70px;
}
ul.image-box li.image_navi img,
ul.image-box li.back img {
	width: 95%!important;

}
.banner2 li.image_navi,
.banner2 li.back{
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
}
.main-box{
	margin:40px 0 100px;
}
.sofa-box{
	display: flex;
	max-width:998px;
	border:1px solid #fff;
}
.sofa-box-last{
	width:998px;
	height:324px;
	border:1px solid #fff;
}
.sofa-box p{
	color:#fff
}
.sofa-box .text-box{
	position:relative;
	margin:40px 10px 40px 40px;
	width: 50%;
}
.sofa-box .text-box .name-box{
	display: flex;
	align-items: center;
}
.text-box p.name{
	margin-left:20px;
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.6em;
	letter-spacing: 0.1em;
}
.text-box p.caption{
	margin-top:20px;
	max-width:438px;
	color:#fff;
	font-size: 1.1875rem;
	line-height: 1.4em;
	letter-spacing: 2px;
}
.text-box p.text{
	margin-top:20px;
}
.text-box p.jump{
	position:absolute;
	left:0;
	top:240px;
}
.text-box p.jump span{
	color:#fff;
	font-size:11px;
}

.strong{
	font-weight:bold;
}
.title-box2{
	width:1000px;
	height:60px;
	position:relative;
}
h2.sofaname {
	font-weight:normal;
	font-size:12px;
	color:#fff;
	margin-bottom:0px;
}
.jump-sofa a{
	position:absolute;
	bottom:0;
	right:0;
	background-image:url(../../../feature/lowsofa/img/lapas/sofa_jump.png);
	height:35px;
	width:153px;
	text-indent:-7777px;
	overflow:hidden;
}
.jump-sofa a:hover{
	background-position:0 -35px;
}

/* 180425追加 */
li.image_navi2{
	background-color:#fff;
}
.image_navi2 img{
	transition:0.5s;
}
.image_navi2 img:hover{
	opacity:0.7;
}
.footer {
	margin-top: 0!important;
}



@media (max-width : 959px) {
	body {
		min-width: 100%!important;
	}
	.pc {
		display: none;
	}
	
	.sp {
		display: block;
	}
	#wrap-content {
		min-width: auto;
		padding: 0 5%;
		font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, ”Hiragino Kaku Gothic ProN”, “Hiragino Sans” sans-serif;
		letter-spacing: 0.75px;
	}
	#wrap-content .box1 {
		padding-top: 5%;
	}
	#wrap-content .title-box {
		padding: 40px 5% 10px;
	}
	#wrap-content .copy1 {
		padding: 10px 5% 30px 5%;
	}
	#wrap-content h2.title, h3 {
		font-size: 1.6875rem;
		font-weight: normal; 
		letter-spacing: 1px;
		line-height: 1.3em;
		font-family: inherit;
	}
	.copy1 + #image-navigation {
		padding: 0 5% 30px;
		background: #fff;
	}
	.main-box {
		margin: 40px 0 50px;
	}
	.item-box {
		display: block;
	}
	.item-box .item {
		margin: 0 auto 10px;
	}
	.sofa-box {
		display: block;
	}
	.sofa-box .text-box {
		margin: 40px auto 20px;
		width: 90%;
	}
	.text-box p.caption {
		font-size: 1rem;
		font-weight: bold;
		line-height: 1.4em;
		letter-spacing: 2px;
	}
	ul.image-box {
		margin: 0 auto;
		width: 100%;
	}
	ul.image-box li.image_navi,
	ul.image-box li.back {
		position: static;
	}
	ul.image-box li.image_navi img, 
	ul.image-box li.back img {
		max-width: 500px;
		margin: 0 0 0 auto;
		display: block;
		padding-right: 10px;
	}
	li.image_navi {
		opacity: 1!important;
	}
	#siesta ul.image-box li.image_navi {
		margin-top: -30px;
	}
	.banner-sp {
		padding-bottom: 80px;
		max-width: 600px;
	}
	.banner-sp li {
		margin-bottom: 20px;
	}
	.banner-sp h3 {
		margin-bottom: 10px;
		font-size: 1.375rem;
		font-weight: normal;
		line-height: 1.4em;	
		letter-spacing: 2px;
	}
	.banner-sp p {
		color: #fff;
	}
	.footer {
		margin-top: 0!important;
	}
	
	
	
	
	
}