@charset "UTF-8";
/* CSS Document */

/************************************************
 ultimasofa_lp.css 202010
************************************************ */

.ultimasofa{
	width: 900px;
	margin: auto;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.4;
}
.ultimasofa img{
	max-width: 100%;
}
.ultimasofa a{
	text-decoration: none;
}
.ultimasofa a:hover{
	opacity: 0.7;
	transition: 0.3s ease-in-out;
}
.intro{
	position: relative;
	width: 100%;
	height: 0;
	/* (画像の高さ / 画像の横幅) × 100 */
	padding-top: 92.5%;
	background: url(/files/item/ultimasofa/common/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.intro .intro-inner{
	width: 460px;
	position: absolute;
	top: 31%;
	padding: 10px;
}
.intro .intro-inner h2{
	border: none!important;
	font-weight: 400!important;
	padding: 0!important;
	margin: 0 auto 10px;
}
.intro .intro-inner h2 img{
	width: 340px;
}
.intro .intro-inner h2 span{
	display: block;
	font-size: 15px;
	letter-spacing: .1em;
	margin: 10px auto 15px;
}
.intro .intro-inner p{
	font-size: 13px;
	line-height: 1.5;
}

#ol-design,#ol-structure,#ol-comfort,#ol-size,#ol-material,#ol-function{
	padding-top: 80px;
	margin-top: -80px
}

.section-box{
	margin: 60px auto;
}
.section-box h3{
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	margin: 0 auto 40px;
	line-height: 1.3;
}
.section-box h3 .en{
	font-size: 46px;
	font-family: 'Jost', sans-serif;
	letter-spacing: .15em;
	color: #626262;
	margin-bottom: 10px;
}
.section-box h3 .jp{
	display: block;
	font-size: 22px;
	letter-spacing: .1em;
	margin-top: 10px;
}
.section-box h3 .jp:before{
	content: "［";
	padding-right: .5em;
}
.section-box h3 .jp:after{
	content: "］";
	padding-left: .5em;
}
#ol-point ul{
	display: flex;
	display: -webkit-box; 
	display: -webkit-flex;
	display:-ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: center;
}
#ol-point li{
	width: 30%;
	padding: 2% 1%;
	text-align: center;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#ol-point li:nth-of-type(3n){
	border-right:none;
}
#ol-point li:nth-of-type(n+4){
	border-bottom:none;
	padding: 2% 1% 1%;
}
#ol-point li img{
	width: 180px;
}
#ol-point li p{
	font-size: 12px;
	line-height: 1.6;
	margin: 20px auto 0;
}
#ol-point li p span{
	display: block;
	font-size: 22px;
	font-family: 'Jost', sans-serif;
	letter-spacing: .1em;
	color: #626262;
}
#ol-design {
	text-align: center;
}
#ol-design p.ttl-txt{
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
	margin: 20px auto;
}
#ol-design img.ttl-img{
	text-align: center;
	margin: 20px auto;	
}
#ol-design h4,#ol-function h4{
	font-size: 24px;
	letter-spacing: .05em;
	line-height: 1.6;
	text-align: center;
	padding: 0;
	margin: 30px auto;
	border: none;
}
#ol-material h4{
	font-size: 28px;
	letter-spacing: .05em;
	line-height: 1.6;
	text-align: center;
	padding: 0;
	margin: 30px auto 20px;
	border: none;
}
#ol-design ul,#ol-structure ul,#ol-size ul,#ol-function ul {
	display: flex;
	display: -webkit-box; 
	display: -webkit-flex;
	display:-ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: center;
	margin: 20px auto;
}
#ol-design ul li{
	border-bottom: 1px solid #ccc;
}
#ol-design ul li .design-img{
	width: 43%;
}
#ol-design ul li .design-txt{
	width: 43%;
	text-align: left;
}
#ol-design ul li:nth-of-type(odd) .design-img{
	float: left;
	text-align: left;
}
#ol-design ul li:nth-of-type(even) .design-img{
	float: right;
	text-align: right;
}
#ol-design ul li:nth-of-type(odd) .design-txt{
	float: right;
	padding: 40px 20px 0 0;
}
#ol-design ul li:nth-of-type(even) .design-txt{
	float: left;
	padding: 40px 0 0 20px;
}
#ol-design ul li .sec-ttl{
	font-size: 36px;
	font-family: 'Jost', sans-serif;
	letter-spacing: .1em;
	color: #999;
	margin-bottom: 20px;
}
#ol-design ul li .sec-txt{
	font-size: 15px;
	line-height: 1.6;
}
#ol-structure{
	text-align: center;
}
#ol-structure img.ttl-img{
	text-align: center;
	margin: 20px auto;	
}
#ol-structure ul li{
	margin-bottom: 20px;
}
#ol-structure ul li .structure-img{
	width: 32%;
	float: left;
}
#ol-structure ul li .structure-txt{
	width: 66%;
	float: right;
	text-align: left;
}
#ol-structure ul li .sec-ttl{
	font-size: 22px;
	margin-bottom: 10px;
}
#ol-structure ul li .sec-ttl span{
	font-size: 40px;
	font-family: 'Jost', sans-serif;
	font-weight: 300;
	margin-right: .2em;
}
#ol-structure ul li .sec-txt{
	font-size: 14px;
	line-height: 1.6;
}
/*#ol-structure ul li .sec-txt span{
	display: inline-block;
	vertical-align: top;
	width: 61%;
	padding-right: 3%;
}
#ol-structure ul li .sec-txt img{
	max-width: 180px;
	width: 35%;
	text-align: right;
	margin-top: -50px;
}*/
#ol-size p.ttl-txt{
	width: 44%;
	float: left;
	font-size: 15px;
	line-height: 1.6;
	margin: 20px auto;
}
#ol-size img.ttl-img{
	width: 52%;
	max-width: 400px;
	float: right;
	text-align: center;
	margin: 0 auto 20px;	
}
#ol-size li{
	width: 23%;
	border: 1px solid #ccc;
	text-align: center;
	padding: 15px;
	margin: 2% 2% 0 0;
	box-sizing: border-box;
}
#ol-size li:hover{
	border: 1px solid #999;
}
#ol-size li:nth-of-type(4n){
	margin-right: 0;
}
#ol-size li p{
	font-size: 15px;
	min-height: 3em;
}
#ol-material{
	text-align: center;
}
#ol-material .leather p.leather-ttl{
	font-size: 14px;
	margin: 20px auto;	
	text-align: left;
}
#ol-material .leather p.leather-ttl span{
	font-size: 20px;
	background: #333;
	color: #fff;
	padding: .1em .5em;
	margin-right: .5em;
	box-sizing: border-box;
}
#ol-material .leather ul{
	display: flex;
	display: -webkit-box; 
	display: -webkit-flex;
	display:-ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin: 20px auto 40px;
}
#ol-material .leather ul li{
	width: 160px;
	font-size: 14px;
	line-height: 2.6;
	letter-spacing: .15em;
	margin-right: 20px;
	text-align: center;
}
#ol-material .leather .box{
	background: #f6f6f6;
	padding: 20px;
	margin: 0 auto 40px;
}
#ol-material .leather .box p.box-ttl{
	font-size: 22px;
	text-align: center;
	margin: 20px auto;
}
#ol-material .leather .box p.box-txt{
	display: inline-block;
	vertical-align: top;
	width: 52%;
	font-size: 13px;
	padding-top: 1em;
	text-align: left;
}
#ol-material .leather .box p.box-txt span{
	display: block;
	margin-top: 10px;
}
#ol-material .leather .box img{
	width: 44%;
	max-width: 320px;
	margin-right: 20px;
}

#ol-material .cloth p.ttl-txt{
	width: 44%;
	float: right;
	font-size: 15px;
	line-height: 1.6;
	margin: 20px auto;
	text-align: left;
}
#ol-material .cloth img.ttl-img2{
	width: 52%;
	max-width: 400px;
	float:left;
	text-align: center;
	margin: 0 auto 20px;	
}
#ol-material .cloth-sample{
	width: 90%;
	border: 3px double #999;
	padding: 0 15px 15px;
	margin: 20px auto;
}
#ol-material .cloth-sample img{
	width: 20%;
	max-width: 127px;
	vertical-align: middle;
	margin-right: 20px;
}
#ol-material .cloth-sample h4{
	font-size: 24px;
	margin: 30px auto 10px;
}
#ol-material .cloth-sample p{
	width: 70%;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 1.6;
	text-align: left;
}
#ol-material .cloth-sample a{
	display: block;
	min-height: 20px;
	line-height: 20px;
	background: url(common/arrow_linkL.gif) no-repeat left center;
	padding-left: 22px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	float: right;
}
#ol-material .cloth-sample a:hover {
	text-decoration: underline;
}
#ol-function .leg ul li{
	width: 30%;
	margin: 1%;
	text-align: center;
}
#ol-function .leg ul li span{
	display: block;
	font-size: 14px;
	margin-top: 10px;
}
#ol-function .leg p{
	text-align: center;
	font-size: 14px;
	line-height: 1.6;
	margin: 0 auto 80px;
}
#ol-function .couch{
	margin: 20px auto 60px;
}
#ol-function .couch p.ttl-txt{
	width: 44%;
	float: left;
}
#ol-function .couch img.ttl-img{
	width: 52%;
	max-width: 400px;
	float: right;
	text-align: center;
	margin: 0 auto 20px;	
}
#ol-function .couch p{
	font-size: 14px;
	line-height: 1.6;
	margin: 20px auto 60px;
}
#ol-function .couch p span{
	font-size: 16px;
	display: block;
	margin-top: 20px;
}
#ol-function .option{
	margin-bottom: 40px;
}
#ol-function .option ul li{
	width: 31%;
	margin: 1%;
}
#ol-function .option ul li p{
	background: #f0f0f0;
	padding: .5em;
}
#ol-function .option ul li p img{
	width:60px;
	vertical-align: middle;
}
#ol-function .option ul li img.option-img{
	width: 100%;
}
#ol-function .option ul li p span{
	display:inline-block;
	vertical-align: middle;
	font-size: 16px;
	padding-left: 15px;
}
#ol-function .parts {
	margin-bottom: 40px;
}
#ol-function .parts p.ttl-txt{
	width: 44%;
	float: right;
	font-size: 15px;
	line-height: 1.6;
	margin: 20px auto;
}

#ol-function .parts img.ttl-img{
	width: 52%;
	max-width: 400px;
	float: left;
	text-align: center;
	margin: 0 auto 20px;	
}
#ol-function .cover{
	margin-bottom: 40px;
}
#ol-function .cover p.ttl-txt{
	width: 44%;
	float: left;
	font-size: 15px;
	line-height: 1.6;
	margin: 0 auto 20px;
}
#ol-function .cover p.ttl-txt .asterisk{
	display: block;
	font-size: 12px;
	margin-top: 10px;
	line-height: 1.4;
}
#ol-function .cover img.ttl-img{
	width: 52%;
	max-width: 400px;
	float: right;
	text-align: center;
	margin: 0 auto 20px;	
}
.btn-link{
	font-size: 13px;
	display: block;
	border: 1px solid #333!important;
	padding: .3em .5em;
	margin-top: 30px;
	text-align: center;
}
.btn-link a{
	display: block;
}
.btn-link a:before{
	content: "→";
	margin-right: .5em;
	/*background: url(common/arrow_linkL.gif) no-repeat left center;
	background-size: contain;*/
}


/*********** ここから使用している旧パーツ ***********/
#sofa-test {
	background: url(common/bg_stripe.gif);
	padding: 6px;
	position: relative;
	margin: 30px auto 50px;
	text-align: left;
}
#sofa-test h4 {
	position: absolute;
	left: 20px; top: -7px;
	width: 223px; height: 18px;
	text-indent: -9999px; overflow: hidden;
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
	background: url(common/structure_test_ttl.gif) no-repeat center center;
}
#sofa-test>div {
	background: none;
	background-color: #fff;
	padding: 20px 15px 10px;
}
#sofa-test .LeftPos{
	float: left;
}
#sofa-test div.LeftPos {
	width: 49%;
	float: left;
}
#sofa-test div.RightPos {
	width: 49%;
	float: right;
}
/*お客様事例*/
#us-case {
	margin-bottom: 50px;
	text-align: center;
}
#us-case h4 {
	border: none !important;
	padding: 0 !important;
	margin: 0 0px 10px 0px;
	font-size: 14px;
}
#us-case #case-slide-div {
	width: 100%;
	margin: 10px 0 0;
}
/*サムネリスト・スライド*/
.ultimasofa ul.sp-slides li {
	display: block;
	float: left;
	margin-right: 10px;
}
.sp-button {
	border: 1px solid #999 !important;
}
.sp-button.sp-selected-button {
	background: #666;
}
.sp-arrows {
	margin-top: -30px !important;
}
.sp-arrow {
	width: 60px;
	height: 60px;
	background: rgba(50, 50, 50, 0.8);
}
.sp-previous-arrow:before,
.sp-next-arrow:before,
.sp-previous-arrow:after,
.sp-next-arrow:after {
	background: #fff;
	width: 6%;
	height: 25%;
}
.sp-previous-arrow:before {
	left: 45%;
	top: 25%;
	-webkit-transform: skew(130deg,0deg);
	-ms-transform: skew(130deg,0deg);
	transform: skew(130deg,0deg);
}
.sp-next-arrow:before {
	right: 45%;
	top: 25%;
	-webkit-transform: skew(-130deg,0deg);
	-ms-transform: skew(-130deg,0deg);
	transform: skew(-130deg,0deg);
}
.sp-previous-arrow:after {
	left: 45%;
	top: 50%;
	-webkit-transform: skew(-130deg,0deg);
	-ms-transform: skew(-130deg,0deg);
	transform: skew(-130deg,0deg);
}
.sp-next-arrow:after {
	right: 45%;
	top: 50%;
	-webkit-transform: skew(130deg,0deg);
	-ms-transform: skew(130deg,0deg);
	transform: skew(130deg,0deg);
}

/*生地・カラー*/
.ultimasofa .detail-name{
	text-align: left;
}
.ultimasofa #us-color .vari-block {
	text-align: left;
 /* width: 900px;
	position: relative;
	margin-top: 60px;
	margin-bottom: 15px;*/
}
/*.
#us-color #fabric-block .vari-block {
	margin-bottom: 40px;
}
#us-color h4 {
	font-size: 30px;
	line-height: 1.4;
	margin-top: 70px;
	border: none;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	text-align: center;
}
#us-color h4 span {
	border: none !important;
}
#us-color .vari-inner {
	width: 365px;
}
.ultm-sofa-detail #us-color .vari-inner {
	width: auto;
}
#us-color .imgph {
	position: absolute;
	right: 0;
}
#us-color .imgph#imgph1 { top: 11px; right: 16px; }
#us-color .imgph#imgph2 { top: 11px; right: 14px; }
#us-color .imgph#imgph3 {
	top: 148px; right: 0;
	width: 325px; height: 83px;
	text-indent: -9999px; overflow: hidden;
	background: url(common/color_sofa_leather2.gif) no-repeat; }
#us-color .imgph#imgph4 { top: 8px; right: 15px; }
#us-color .leather-dl dt {
	font-size: 12px;
	margin-top: 15px;
	margin-bottom: 10px;
}
#us-color .leather-dl dt strong {
	font-size: 14px;
}
#us-color .leather-dl dd {
	padding-left: 20px;
	padding-bottom: 10px;
	background: url(common/line_dot.gif) repeat-x left bottom;
}
#us-color .small-title.colorttl {
	margin-top: 60px;
}
#us-color .flat {
	background-image: none;
	background-color: #f1f1f1;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	font-size: 14px;
	padding: .5em;
	text-align: left;
}
#us-color ul.colortip li {
	width: 80px;
	display: block;
	float: left;
	margin-right: 20px;
	margin-top: 10px;
	font-size: 10px;
	line-height: 1.2;
}
#us-color ul.colortip li.note {
	width: inherit;
	box-sizing: border-box;
	margin-right: 0;
}
#us-color ul.colortip li a {
	display: block;
	position: relative;
	margin-bottom: 2px;
}
#us-color ul.colortip li a:after {
	content: '';
	display: block;
	width: 19px; height: 19px;
	position: absolute;
	right: 0; bottom: 0;
	background: url(common/icon_zoom_b.png);
}
#us-color ul.colortip.cloth li {
	width: 80px; height: auto;
	text-align: center;
	margin: 0 4px 10px;
}
#us-color ul.colortip.cloth li img {
	width: 60px;
}
#us-color ul.colortip.cloth li a {
	width: 60px; height: 60px;
}
#us-color ul.colortip.cloth li a {
	margin: 0 auto 2px;
}
#us-color ul.colortip.cloth li span {
	display: block;
}*/

/*カラータブ*/
/*#us-color #nav2 {
	width: 90%;
	position: relative;
	display: block;
	margin: auto;
	text-align: center;
}
#us-color #nav2 li {
	margin: 0 4px 10px 0;
	box-sizing: border-box;
	width: 13%;
	display: inline-block;
	position: relative;
	z-index: 0;
	text-align: left;
}
#us-color #nav2 li span {
	display: block;
	font-size: 10px;
	margin-bottom: 2px;
}
#us-color #nav2 li a{
	display: block;
	position: relative;
	box-sizing: border-box;
}
#us-color #nav2 li img {
	width: 100%;
	height: auto;
}
#us-color #nav2 li:after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 1px;
    bottom: 4px;
    background: url(common/arrow_down_square.png);
}

#us-color #nav2 li.s-current {
	font-weight: bold;
}
#us-color #nav2 li.s-current img {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	border: 1px solid #666;
}
#us-color .colortab2 {
	padding: 3px;
	box-sizing: border-box;
	border: 2px solid #cccccc;
	width: 720px;
	position: relative;
	margin: auto;
}
#us-color .colortab2 .bigcolor {
	float: left;
   margin: 10px;
}
#us-color p.clr-title {
	font-weight: bold;
	font-size: 14px;
	background: url(common/line_dot.gif) repeat-x left bottom;
	padding: 10px;
	margin-left: 180px;
}
#us-color p.clr-title span {
	display: block;
	float: right;
	font-weight: normal;
	font-size: 12px;
}
#us-color p.clr-txt {
	padding: 3px;
	margin-bottom: 10px;
	word-break: break-all;
}
#us-color ul.colortip {
	clear: both;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}*/

/*NEWカラータブ*/
/*.tab-group{
	display: flex;
	display: -webkit-box; 
	display: -webkit-flex; 
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin-top: 3em;
}
.tab-group .tab{
	flex-grow: 1;
	cursor:pointer;
	padding: 0;
}
.panel-group{
	margin-bottom: 40px;
}
.panel-color{
	display:none;
}
.tab-group .tab.is-active{
	padding: 0;
	font-weight: 400;
}
.tab-group .tab.is-active img{
	transition: all 0.2s ease-out;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.panel-color.is-show{
	display:block;
}*/


@media screen and (max-width: 896px){
.ultimasofa{
	width: 96%;
	font-family: 'Noto Sans JP', sans-serif;line-height: 1.4;
	overflow: hidden;
}
.ultimasofa img{
	max-width: 100%;
}
.ultimasofa a{
	color: #333;
	text-decoration: none;
}
.intro{
	position: relative;
	width: 100%;
	height: 0;
	/* (画像の高さ / 画像の横幅) × 100 */
	padding-top: 114.6666%;
	background: url(/files/item/ultimasofa/common/main_bg_sp.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.intro .intro-inner{
	width: 100%;
	position: absolute;
	top: 33%;
	padding: 1% 2%;
}
.intro .intro-inner h2{
	margin-bottom: 8px;
}
.intro .intro-inner h2 img{
	width: 54vw;
	max-width: 340px;
	vertical-align: middle;
}
.intro .intro-inner h2 span{
	width: 36vw;
	display: inline;
	vertical-align: middle;
	font-size: 14px;
	padding: .8em 0 0 .5em;
	margin: 0;
}
.intro .intro-inner p{
	font-size: 13px;
	line-height: 1.7;
}
.section-box{
	margin: 40px auto;
}
.section-box h3{
	font-size: 15px;
	margin: 0 auto 20px;
}
.section-box h3 .en{
	font-size: 23px;
	letter-spacing: .15em;
	margin-bottom: 10px;
}
.section-box h3 .jp{
	font-size: 15px;
	margin-top: 5px;
}
#ol-point li{
	width: 32.5%;
	padding: 2%;
	box-sizing: inherit;
}
#ol-point li:nth-of-type(n+4){
	border-bottom:none;
	padding: 2% 2% 0;
}
#ol-point li:nth-of-type(1),#ol-point li:nth-of-type(4){
	padding: 2% 2% 0;
}
#ol-point li:nth-of-type(3),#ol-point li:nth-of-type(6){
	padding: 2% 2% 0;
}
#ol-point li img{
	width: 96%;
	max-width: 120px;
}
#ol-point li p{
	font-size: 12px;
	margin: .8em auto 0;
}
#ol-point li p span{
	font-size: 18px;
}
#ol-design p.ttl-txt{
	font-size: 13px;
	margin: 20px auto;
	line-height: 1.8;
}
#ol-design img.ttl-img{
	margin: 0 auto 20px;	
}
#ol-design h4,#ol-function h4{
	font-size: 16px;
	margin: 20px auto 10px;
	font-weight: 400;
}
#ol-material h4{
	font-size: 18px;
	margin: 30px auto 10px;
}
#ol-design ul,#ol-structure ul,#ol-size ul,#ol-function ul {
	margin: 20px auto;
}
#ol-design ul li {
	width: 50%;
	padding: 0 1%;
	margin: 0;
	box-sizing: border-box;
}
#ol-design ul li .design-img{
	/*width: 40%;*/
	width: 100%;	
}
#ol-design ul li .design-txt{
	/*width: 55%;*/
	width: 100%;
}
#ol-design ul li:nth-of-type(odd) .design-img{
	float: none;
}
#ol-design ul li:nth-of-type(even) .design-img{
	float: none;
}
#ol-design ul li:nth-of-type(odd) .design-txt{
	float: none;
	padding: .8em 0;
}
#ol-design ul li:nth-of-type(even) .design-txt{
	float: none;
	padding: .7em 0;
}
#ol-design ul li .sec-ttl{
	font-size: 20px;
	margin-bottom: .1em;
}
#ol-design ul li .sec-txt{
	font-size: 13px;
}
#ol-structure img.ttl-img{
	margin: 20px auto;	
}
#ol-structure ul li{
	width: 100%;
	margin-bottom: 20px;
}
#ol-structure ul li .structure-img{
	width: 37%;
}
#ol-structure ul li .structure-txt{
	width: 58%;
}
#ol-structure ul li .sec-ttl{
	font-size: 16px;
	margin-bottom: .3em;
	line-height: 1.2;
}
#ol-structure ul li .sec-ttl span{
	font-size: 22px;
}
#ol-structure ul li .sec-txt{
	font-size: 13px;
	line-height: 1.5;
}
#ol-size p.ttl-txt{
	font-size: 13px;
}
#ol-size li{
	width: 23%;
	border: 1px solid #ccc;
	text-align: center;
	padding: 15px;
	margin: 2% 2% 0 0;
	box-sizing: border-box;
}
#ol-size li p{
	font-size: 13px;
	min-height: 3em;
}
#ol-material .leather p.leather-ttl{
	font-size: 13px;
	margin: 10px auto;
	line-height: 1.8;
}
#ol-material .leather p.leather-ttl span{
	font-size: 16px;
}
#ol-material .leather ul{
	margin: 10px auto 30px;
}
#ol-material .leather ul li{
	width: 22%;
	max-width: 120px;
	font-size: 11px;
	line-height: 1.4;
	letter-spacing: .05em;
	margin-right: 3%;
}
#ol-material .leather ul li a{
	margin-bottom: .5em;
}
#ol-material .leather .box{
	padding: 15px 10px;
	margin: 0 auto 40px;
}
#ol-material .leather .box p.box-ttl{
	font-size: 16px;
	margin: 0 auto 15px;
}
#ol-material .leather .box p.box-txt{
	font-size: 12px;
	padding-top: 1em;
}
#ol-material .leather .box img{
	max-width: 320px;
	margin-right: 20px;
}
#ol-material .cloth p.ttl-txt{
	font-size: 13px;
}
#ol-material .cloth-sample{
	width: 90%;
	padding: 15px;
	margin: 20px auto;
}
#ol-material .cloth-sample img{
	width: 30%;
	margin-right: 1%;
}
#ol-material .cloth-sample h4{
	font-size: 16px;
	margin: 20px auto 10px;
}
#ol-material .cloth-sample p{
	width: 64%;
	font-size: 14px;
	line-height: 1.6;
}
#ol-material .cloth-sample a{
	padding-left: 24px;
	font-size: 14px;
}
#ol-function .leg ul li{
	width: 30%;
	margin: 1%;
	text-align: center;
}
#ol-function .leg ul li span{
	display: block;
	font-size: 13px;
	margin-top: 10px;
}
#ol-function .leg p{
	font-size: 12px;
	margin: 0 auto 30px;
}
#ol-function .couch{
	margin: 20px auto 20px;
}
#ol-function .couch p{
	font-size: 13px;
	margin: 20px auto 20px;
}
#ol-function .couch p span{
	font-size: 15px;
	margin-top: 10px;
}
#ol-function .option{
	margin-bottom: 40px;
}
#ol-function .option ul li{
	width: 31%;
	margin: 1%;
}
#ol-function .option ul li p{
	padding: .5em;
}
#ol-function .option ul li p img{
	width: 40px;
}
#ol-function .option ul li p span{
	font-size: 13px;
}
#ol-function .parts {
	margin-bottom: 40px;
}
#ol-function .parts p.ttl-txt{
	font-size: 13px;
	line-height: 1.6;
}

#ol-function .cover{
	margin-bottom: 40px;
}
#ol-function .cover p.ttl-txt{
	width: 44%;
	float: left;
	font-size: 13px;
	margin: 0 auto 20px;
}
#ol-function .cover p.ttl-txt .asterisk{
	font-size: 11px;
	margin-top: 10px;
	line-height: 1.4;
}
#ol-function .cover img.ttl-img{
	width: 52%;
	max-width: 400px;
	float: right;
	text-align: center;
	margin: 0 auto 20px;	
}
.btn-link{
	font-size: 13px;
	display: block;
	padding: .7em .5em;
	margin-top: 20px;
}



	/*********** ここから使用している旧パーツ SP ***********/

	/*生地・カラー*/
/*	#us-color h4 {
		line-height: 1.4;
		font-size: 16px;
		text-align: center;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		margin: 10px 0 20px;
	}
	#us-color .detail-name {
		font-size: 13px;
	}
	#us-color .small-title.colorttl {
		margin-top: 30px;
	}
	#us-color .imgph {
		position: relative;
		float: left;
		width: 40%;
		margin: 0 20px 10px 0;
		top: auto !important; right: auto !important;
	}
	#us-color .imgph#imgph3 {
		clear: left;
		float: right;
		margin: 10px 0 10px 20px;
		width: 140px;
		height: 53px;
		background: url(common/sp/color_sofa_leather2.jpg) no-repeat;
		background-size: contain;
	}
	#us-color .vari-block {
		clear: both;
    margin: 0 auto 40px;
    padding-left: 0;
		overflow: hidden;
	}
	#us-color #fabric-block .vari-block {
		margin-bottom: 20px;
	}
	#us-color .vari-inner {
		width: 100%;
		box-sizing: border-box;
	}
	#us-color .vari-inner dd.maintxt-s {
		padding-left: 0;
	}
	#us-color .leather-dl dt strong {
		font-size: 12px;
	}
	#us-color #other-fabric {
		background-color: #f1f1f1;
	}
	#us-color ul.colortip li {
		width: 68px;
		display: block;
		margin-right: 10px;
		margin-top: 10px;
	}
	#us-color ul.colortip.cloth li {
		width: 21%;
		height: auto;
		text-align: left;
		margin: 0 2% 10px;
		display: inline-block;
		box-sizing: border-box;
	}
	#us-color ul.colortip.cloth li a {
		margin: 0 4px 2px 0;
		float: left;
		display: block;
		text-align: left;
		width: 60px; height: auto;
	}
	#us-color ul.colortip.cloth li a img {
		width: 100%;
		height: auto;
	}

	#us-color #nav2 {
		width: 100%; height: auto;
		display: block;
		position: relative;
		text-align: center;
		margin: 20px auto 10px;
	}
	#us-color #nav2 li,
	#us-color #nav2 li.s-current {
		margin: 0;
		width: 13%;
		float: none;
		margin-bottom: 3px;
	}
	#us-color #nav2 li {
		border: none;
		padding: 3px;
		display: inline-block;
	}
	#us-color #nav2 li.s-current {
		border: 1px solid #ccc;
		top: auto;
		padding: 3px;
	}
	#us-color #nav2 li span {
		text-align: left;
		margin-bottom: 0;
		font-size: 12px;
		width: auto;
		padding: 0 4px 0 2px;
		box-sizing: border-box;
	}
	#us-color #nav2 li img {
		width: 100%; height: auto;
		border: none;
		vertical-align: bottom;
	}
	#us-color #nav2 li:after {
		content: '';
		display: block;
		width: 14px; height: 14px;
		position: absolute;
		right: 3px; bottom: 3px;
		padding: 0;
		background: url(common/sp/arrow_right_square.png);
	}
	#us-color #nav2 li.s-current span {
		display: block !important;
	}
	#us-color #nav2 li.s-current img {
		width: 100%; height: auto;
		border: none;
	}
	#us-color p.clr-title {
		background: none;
		padding: 0;
		font-size: 13px;
		font-weight: normal;
		margin-left: 0;
		display: inline-block;
    width: calc(100% - 130px);
		float: right;
	}
	#us-color p.clr-title span {
		display: block;
		float: none;
	}
	#us-color p.clr-txt {
		font-size: .14px;
		padding: 10px 0;
		word-break: break-all;
		border-top: 1px solid #ccc;
		margin-top: 5px;
		width: calc(100% - 130px);
		float: right;
	}
	#us-color p.clr-txt br {
		display: none;
	}
	#us-color .colortab2 {
		padding: 14px !important;
		border: 1px solid #ccc;
		width: auto;
		margin-left: 0;
		box-sizing: border-box;
	}
	
	#us-color .colortab2 .bigcolor {
		width: 120px;
		margin: 0 5px 20px 0;
	}
	#us-color ul.colortip.cloth {
		display: flex;
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		flex-wrap: wrap;
	}

	#sofa-test {
		background: #ccc;
    padding: 3px;
    position: relative;
    margin: 15px 0 30px;
	}
	#sofa-test>div {
		background-color: #f5f5f5;
    padding: 15px;
	}
	#sofa-test h4 {
		position: relative;
    left: auto;
    top: auto;
    text-indent: 0;
    overflow: visible;
    background: none;
    margin-bottom: 0.5em !important;
    font-size: 1.1rem;
    width: auto;
    height: auto;
		text-align: center;
	}
	#sofa-test h4 span {
		border: none!important;
	}
	#sofa-test>div {
		font-size: 13px;
	}
	#sofa-test p br {
		display: none;
	}
	#sofa-test p img {
		width: 60px;
	}
	#sofa-test div.LeftPos,
	#sofa-test div.RightPos {
		width: 100%;
		float: none;
	}
	#sofa-test div.LeftPos img{
		padding-right: 10px;
	}
	#sofa-test div.RightPos {
		margin-top: 10px;
	}
	#sofa-test div.RightPos p {
		font-size: .8rem;
	}
	.note {
    margin-top: 1em;
	}
	.note {
		font-size: 10px;
		margin-left: 10px;
		text-indent: -10px;
		line-height: 1.2;
		color: #666;
		margin: 10px;
	}
	
	#us-case {
		margin-bottom: 20px;
	} 
	#us-case h4{
		font-size: 15px;
	} 
	#us-case p{
		font-size: 14px;
	} */
	/*サムネリスト・スライド*/
	.ultimasofa ul.sp-slides {
		margin-top: 10px;
	}
	.ultimasofa ul.sp-slides li.sp-slide {
		display: block;
		float: left;
		margin-right: 10px;
		margin-top: 0;
		height: auto;
		box-sizing: border-box;
	}
	.ultimasofa ul.sp-slides li.sp-slide a {
		display: inline-block;
	}
	.ultimasofa ul.sp-slides li.sp-slide a:after {
		display: none;
	}
	.sp-arrows {
		margin-top: -20px !important;
	}
	.sp-arrow {
		width: 30px;
		height: 30px;
	}
	.sp-previous-arrow { left: 0 !important; }
	.sp-next-arrow { right: 0 !important; }

	.sp-button {
		width: 12px;
		height: 12px;
	}
	
	.sofa-chartbox p{
    font-size: 13px;
	}
}


@media screen and (max-width: 568px){	
.intro .intro-inner h2 span{
	font-size: 3vw;
	padding: .8em 0 0 .5em;
}
.intro .intro-inner p{
	font-size: 2.7vw;
	line-height: 1.6;
}
.section-box h3 .en {
	font-size: 7.4vw;
}
.section-box h3 .jp {
	font-size: 3.8vw;
	letter-spacing: 0;
}
#ol-point li p{
	font-size: 2.5vw;
}
#ol-point li p span{
	font-size: 4.5vw;
}
#ol-design ul li .sec-ttl{
	font-size: 6vw;
}
#ol-design ul li .sec-txt{
	font-size: 3.2vw;
}
#ol-structure ul li .sec-ttl{
	font-size: 4vw;
}
#ol-structure ul li .sec-ttl span{
	font-size: 6vw;
}
#ol-structure ul li .sec-txt{
	font-size: 3.0vw;
}
#ol-size p.ttl-txt{
	width: 96%;
	float: none;
	margin: 0 auto 15px;
}
#ol-size img.ttl-img{
	width: 100%;
	float: none;
}	
#ol-size li{
	width: 45%;
	padding: 10px;
	margin: 2% 2% 0 0;
}
#ol-size li:nth-of-type(2n){
	margin-right: 0;
}
#ol-material .leather .box{
	text-align: center;
}
#ol-material .leather .box p.box-ttl{
	font-size: 4vw;
	margin: 10px auto 15px;
}
#ol-material .leather .box p.box-txt{
	width: 96%;
	text-align: left;
}
#ol-material .leather .box img{
	width: 90%;
	max-width: 600px;
	margin-right: 0;
}
#ol-material .cloth{
	text-align: center;
}
#ol-material .cloth img.ttl-img2{
  width: 100%;
	float: none;
  max-width: 600px;
}
#ol-material .cloth p.ttl-txt{
	width: 96%;
	float: none;
	font-size: 3.4vw;
	margin: 0 auto 20px;
	text-align: left;
}
#ol-material .cloth-sample{
	width: 96%;
	padding: 10px;
	margin: 20px auto;
}
#ol-material .cloth-sample h4{
	font-size: 4vw;
	margin: 10px auto;
	line-height: 1.4;
}
#ol-material .cloth-sample a{
	margin-top: 10px;
	padding-left: 24px;
	font-size: 3.2vw;
}
#ol-material .cloth-sample p {
	font-size: 3.2vw;
}
#ol-function .leg p{
	width: 96%;
	text-align: left;
}	
#ol-function .couch{
	text-align: center;
	margin: 20px auto 40px;
}
#ol-function .couch p.ttl-txt,#ol-function .parts p.ttl-txt,#ol-function .cover p.ttl-txt{
  width: 96%;
	float: none;
	text-align: left;
}
#ol-function .couch img.ttl-img,#ol-function .parts img.ttl-img,#ol-function .cover img.ttl-img{
  width: 100%;
	float: none;
  max-width: 600px;
}
#ol-function .option{
	margin-bottom: 40px;
}
#ol-function .option ul li{
	width: 100%;
	margin: 0 auto 10px;
	background: #f0f0f0;
}
#ol-function .option ul li img.option-img{
	width: 35%;
	vertical-align: middle;
}
#ol-function .option ul li p{
	width: 63%;
	display: inline-block;
	vertical-align: middle;
	padding: .5em .8em;
	box-sizing: border-box;
}
#ol-function .option ul li p img{
	width: 40%;
}
#ol-function .option ul li p span{
	width: 55%;
 	font-size: .8rem;
	padding-left: 5%;
	font-size: 3.5vw;
}
#ol-function .cover{
	text-align: center;
}
	
	/*********** ここから使用している旧パーツ SP ***********/
	/*#us-color #nav2 {
		text-align: left;
	}
	#us-color #nav2 li,
	#us-color #nav2 li.s-current{
		width: 24%;
	}*/
	
	/*NEWカラータブ*/
	/*.tab-group .tab{
		padding: 0;
	}
	.panel-group{
		margin-bottom: 0;
	}
	.tab-group .tab.is-active{
		padding: 1px;
		border: 1px solid #ccc!important;
	}
	.tab-group .tab.is-active img{
		border: none;
	}
	.panel-color.is-show{
		display:block;
	}

	#us-color ul.colortip.cloth li {
		margin: 0 2% 8px;
	}
	#us-color ul.colortip.cloth li a {
		float: none;
		display: block;
		text-align: left;
		width: 100%; height:auto;
		max-width: 60px;
		margin: 0 0 3px;
	}*/
}	
	
	
	