@charset "UTF-8";
@import url(cmn.css);
@import url(base.css);

/*-----------cmn---------------*/

.pagenav{
	display: block;
	width: 100%;
	margin: 0 auto 50px;
	text-align: center;
	min-width: 320px;
}
.pagenav:nth-of-type(2){
	margin-top: -20px;
}
.pagenav li{
	display: inline-block;
	margin-bottom: 1px;
	border-right: 1px solid #fff;
	box-sizing: border-box;
	width: 350px;
}
.pagenav a{
	display: block;
	padding: 10px 40px 10px 20px;
	background: #F5F1F1;
	font-size: 1.3rem;
	position: relative;
}
.pagenav a:hover{
	background: #f9f5f5;
}
.pagenav a:after{
	content: "";
	display: block;
	height: 5px;
	width: 5px;
	border-right: 1px solid #a4070a;
	border-bottom: 1px solid #a4070a;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 5px);
	right: 20px;
}
.pagenav:nth-of-type(2) a:after{
	transform: rotate(-135deg);
	top: calc(50% - 1px);
}

.pagenav2{
	font-size: 1.3rem;
	text-align: center;
	max-width: 1200px;
	margin: 0 auto 80px;
	border-bottom: 1px solid #dfdfdf;
	border-top: 1px solid #dfdfdf;
	line-height: 1.3;
	overflow: hidden;
}
.pagenav2:nth-last-of-type(1){
	margin-bottom: 50px;
}
.pagenav2 ul{
	display: table;
	table-layout: fixed;
	width: 100%;
}
.pagenav2 ul:nth-of-type(n+2){
	border-top: 1px solid #dfdfdf;
}
.pagenav2 li{
	display: table-cell;
	padding: 15px 0;
}
.pagenav2 li a{
	display: block;
	padding: 0 10px;
	border-right: 1px dotted #ccc;
}
.pagenav2 li:nth-of-type(1) a{
	border-left: 1px dotted #ccc;
}
.pagenav2 li a:hover{
	opacity: 0.7;
}
.pagenav2 span{
	display: block;
	margin: 0 auto 5px;
}
.pagenav2 li img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.series2{
	text-align: center;
	position: relative;
	margin-bottom: 50px;
}
.series2 .w{
	text-align: center;
}
.series2 h4{
	font-size: 2.6rem;
	font-family:"微软雅黑" ,  Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.series{
	padding: 60px 30px;
	max-width: 1600px;
	width: 95%;
	box-sizing: border-box;
	margin: 0 auto 80px;
	text-align: left;
	background: #f5f1f1;
}
.series h3{
	max-width: 1200px;
	margin: 0 auto;
	font-size: 3.1rem;
	letter-spacing: 1px;
	padding: 20px 0 0 0;
	margin-bottom: 20px;
}
.series h3:before{
	top: 0;
	left: 0;
	height: 2px;
	width: 50px;
}
.series .w{
	overflow: hidden;
	margin-bottom: 30px;
}
.series dl{
	display: block;
	float: left;
	width: calc((100% - 80px)/3);
	margin-left: 40px;
	margin-bottom: 50px;
}
.series .w>dl:nth-of-type(3n+1){
	clear: left;
	margin-left: 0;
}
.series dl dt{
	display: block;
	margin-bottom: 15px;
}
.series dl dd{
	display: block;
}
.series dl dd h4{
	font-size: 2.2rem;
	letter-spacing: 0;
	margin-bottom: 15px;
	line-height: 1.5;
}
.series .inner{
	padding-left: 100px;
	max-width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
}
.series .inner:before{
	content: "";
	display: block;
	height: 100%;
	width: 1px;
	background: #cbc5c5;
	position: absolute;
	top: 0;
	left: 40px;
}
.series article{
	margin-bottom: 100px;
	line-height: 1.7;
}
.series article a{
	display: block;
}
.series article a img{
	transition: 0.3s ease-in-out;
}
.series article a:hover img{
	opacity: 0.7;
}
.series article:last-child{
	margin-bottom: 0;
}
.series .t>*{
	vertical-align: middle;
}
.series .t>div:nth-of-type(1){
	width: 50%;
	text-align: center;
}
.series .t>div:nth-of-type(2){
	padding-left: 40px;
}
.series h4{
	font-family:"微软雅黑" ,  Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 2.6rem;
	line-height: 1.2;
	margin-bottom: 15px;
}
.series h4 span{
	padding-top: 10px;
	display: block;
	font-family:"微软雅黑" ,  "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS P Gothic", Verdana,Arial, Helvetica, sans-serif;
	font-size: 1.1rem;
}

.productinfo{
	background: #f5f1f1;
	width: 850px;
	padding: 70px 60px;
	box-sizing: border-box;
	margin-top: ;
	margin-left: 8vw;
	margin-bottom: 70px;
	z-index: 30;
	position: relative;

	margin: 0 auto 70px;
	text-align: left;
	width: 100%;
	max-width: 1200px;
}
.productinfo .t{
	margin-bottom: 30px;
}
.productinfo .t>div:nth-of-type(1){
	width: 180px;
	vertical-align: top;
}
.productinfo .t>div:nth-of-type(2){
	padding-left: 30px;
	vertical-align: middle;
}
.productinfo h2{
	font-size: 2.8rem;
	line-height: 1.3;
	margin-bottom: 15px;
	padding: 0;
}
.productinfo h2:before{
	display: none;
}
.productinfo h2 span{
	font-size: 1.2rem;
	display: block;
	padding-top: 7px;
	letter-spacing: 3px;
	font-family:"微软雅黑" ,  "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS P Gothic", Verdana,Arial, Helvetica, sans-serif;
}
.productinfo dl{
	display: table;
	table-layout: fixed;
	width: 100%;
}
.productinfo dt{
	display: table-cell;
	width: 50px;
}
.productinfo dd{
	display: table-cell;
}
.productinfo .type{
	display: block !important;
}

.feature{
	overflow: hidden;
	border-bottom: 1px solid #d4d4d4;
	max-width: 1150px;
	margin: 0 auto;
}
.feature dl{
	display: block;
	float: left;
	width: calc((100% - 45px)/2);
	margin-left: 45px;
	margin-bottom: 50px;
}
.feature dl:nth-of-type(2n+1){
	clear: left;
	margin-left: 0;
}
.feature dt{
	display: block;
	margin-bottom: 15px;
}
.feature dt img{
	width: 100%;
}
.feature dl dd{
	display: block;
}
.feature dl dd h4{
	font-family:"微软雅黑" ,  Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 2.2rem;
	letter-spacing: 0;
	margin-bottom: 20px;
	line-height: 1.5;
	position: relative;
}
.feature dl dd h4:after{
	content: "";
	display: block;
	width: 30px;
	height: 1px;
	background: #a4070a;
	position: absolute;
	bottom: -10px;
	left: 0;
}

.lineup{
	padding-top: 60px;
	margin: 0 auto;
	text-align: left;
	width: 100%;
	max-width: 1200px;
}
.lineup h2{
	text-align: center;
}
.lineup article{
	overflow: hidden;
	margin-bottom: 80px;
	padding-bottom: 80px;
	border-bottom: 1px solid #d4d4d4;
	clear: both;
}
.lineup article:last-of-type{
	margin-bottom: 40px;
}
.lineup .R,
.lineup .L{
	width: 53%;
	box-sizing:  border-box;
	margin-bottom: 20px;
}
.lineup .L{
	width: 43%;
	max-width: 505px;
}
.lineup h3{
	padding: 0;
	line-height: 1.3;
	margin-bottom: 20px;
}
.lineup h3:before{
	bottom: 0;
	left: 0;
	top: auto;
}
.lineup h3 span{
	display: block;
	color: #a4070a;
	font-size: 1.4rem;
	letter-spacing: 2px;
	padding-top: 5px;
	padding-bottom: 20px;
}
.lineup .R p{
	margin-bottom: 15px;
}
.lineup .L{
	position: relative;
	overflow: hidden;
}
.lineup .lineupMV:not(.noslide){
	cursor: pointer;
}
.lineup .lineupMV:after{
	content: "";
	display: block;
	width: 10%;
	height: 1px;
	background: #a4070a;
	opacity: 0;
	position: absolute;
	top: 50%;
	right: 15%;
	transition: 0.4s ease-in-out;
}
.lineup .lineupMV:hover:after{
	opacity: 1;
	right: 5%;
}
.lineup .lineupMV:before{
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	border-top: 1px solid #a4070a;
	border-right: 1px solid #a4070a;
	opacity: 0;
	position: absolute;
	top: 50%;
	right: 15%;
	margin-top: -5px;
	transition: 0.4s ease-in-out;
	z-index: 1;
}
.lineup .lineupMV:hover:before{
	opacity: 1;
	right: 5%;
}
.lineup .lineupMV.noslide:after,
.lineup .lineupMV.noslide:before{
	display: none;
}
.lineup .lineupMV ul{
	display: table;
	table-layout: fixed;
	position: relative;
}
.lineup .lineupMV li{
	display: table-cell;
}
.lineup .lineupMV img{
	width: 100%;
	height: auto;
	/*height: 379px;*/
}
@media screen and (max-width:1152px){
	.lineup .lineupMV img{
		height: 360px;
	}
}
@media screen and (max-width:1024px){
	.lineup .lineupMV img{
		height: 320px;
	}
}
@media screen and (max-width:960px){
	.lineup .lineupMV img{
		height: 298px;
	}
}
@media screen and (max-width:860px){
	.lineup .lineupMV img{
		height: 267px;
	}
}
@media screen and (max-width:810px){
	.lineup .lineupMV img{
		height: 251px;
	}
}
@media screen and (max-width:720px){
	.lineup .lineupMV img{
		height: 222px;
	}
}
/* iphone 6 plus */
@media screen and (max-width:414px){
	.lineup .lineupMV img{
		height: 299px;
	}
}
/* iphone 6 */
@media screen and (max-width:375px){
	.lineup .lineupMV img{
		height: 269px;
	}
}
/* iphone 5 */
@media screen and (max-width:320px){
	.lineup .lineupMV img{
		height: 228px;
	}
}
.infotable{
	clear: both;
	width: 100%;
	text-align: center;
	font-size: 1.3rem;
	border-top: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
}
.infotable tr:nth-of-type(1){
	background: #f5f1f1;
}
.infotable td{
	padding: 10px 5px;
	border-bottom: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	vertical-align: middle;
	line-height: 1.4;
}
.infotable td:nth-of-type(1){
	word-break: keep-all;
}

.infotable2{
	overflow: auto;
	width: 100%;
}
.infotable2 table{
	clear: both;
	width: 100%;
	text-align: center;
	font-size: 1.3rem;
	border-top: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
}
.infotable2 tr:nth-of-type(1){
	background: #f5f1f1;
}
.infotable2 td{
	padding: 10px 5px;
	border-bottom: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	vertical-align: middle;
	line-height: 1.4;
}

.infotable i,
.infotable2 i{
	font-size: 1.5rem;
	font-style: normal;
	line-height: 1;
}

.caution{
	font-size: 1.25rem;
	margin-bottom: 80px;
}

#link{
	margin-bottom: 50px;
}
#link .t>div:nth-of-type(1){
	padding-right: 10px;
	text-align: center !important;
}
#link .t>div:nth-of-type(2){
	padding-left: 10px;
}
#link .t a{
	transition: 0.3s ease-in-out;
}
#link .t a:hover{
	opacity: 0.7;
}

@media screen and (max-width: 1330px){
	.series{
		box-sizing: border-box;
		width: 100%;
	}
	.feature h2{
		font-size: 2.8rem;
		letter-spacing: 2px;
	}
}
@media screen and (max-width: 1200px){
	.productinfo{
		width: auto;
		max-width: 1200px;
		margin: 0 1% 50px !important;
		padding: 40px;
	}
}
@media screen and (max-width: 800px){
	.pagenav2{
		margin-bottom: 50px;
		display: block;
		box-sizing: border-box;
		border-bottom: none;
		border-left: 1px solid #dfdfdf;
	}
	.pagenav2 ul{
		margin-top: 0 !important;
		margin-bottom: 50px;
		display: block;
		box-sizing: border-box;
		border-bottom: none;
		border-left: 1px solid #dfdfdf;
	}
	.pagenav2 ul:nth-of-type(n+2){
		border-top: none;
	}
	.pagenav2 li{
		display: block;
		float: left;
		width: 33.3%;
		padding: 0;
		box-sizing: border-box;
		border-right: 1px solid #dfdfdf;
		border-bottom: 1px solid #dfdfdf;
	}
	.pagenav2 ul li:nth-of-type(1):nth-last-of-type(2),
	.pagenav2 ul li:nth-of-type(2):nth-last-of-type(1){
		width: 50%;
	}
	.pagenav2 li a{
		padding: 8px;
		border: none !important;
		vertical-align: middle;
		text-align: left;
		letter-spacing: 0;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.pagenav2 span{
		display: inline-block;
		width: 35px;
		height: 35px;
		overflow: hidden;
		margin: 0 5px 0 0;
		vertical-align: middle;
	}
	.pagenav2 span img{
		height: 100%;
		width: auto;
		max-width: none;
	}
	.series{
		padding: 40px 10px;
	}
	.series dl{
		width: calc((100% - 40px)/3);
		margin-left: 20px;
	}
	.series .inner{
		padding-left: 60px;
	}
	.series .inner:before{
		left: 20px;
	}
	.series article{
		margin-bottom: 70px;
	}
	.series .t{
		display: block;
	}
	.series .t>*{
		display: block;
		padding: 0 !important;
		width: auto !important;
	}
	.series .t>div:nth-of-type(1){
		margin-bottom: 10px;
	}
	.productinfo{
		padding: 30px 20px 20px;
	}
	.feature h2{
		font-size: 2.4rem;
		letter-spacing: 0;
	}
	.feature dl{
		width: calc((100% - 20px)/2);
		margin-left: 20px;
	}
	.lineup article{
		margin-bottom: 40px;
		padding-bottom: 40px;
	}
	.infotable2 table{
		width: 800px;
	}
	.caution{
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 600px){
	.pagenav2 li{
		width: 50%;
	}
	.pagenav2 span{
		width: 30px;
		height: 30px;
	}
	.series2{
		margin-bottom: 50px;
	}
	.series2 h4{
		font-size: 2.2rem;
	}
	.series2 .w p{
		text-align: justify;
	}
	.series{
		margin-bottom: 50px;
	}
	.series dl{
		display: block;
		float: none;
		width: auto;
		max-width: 374px;
		margin: 0 auto 40px !important;
	}
	.series dl dt{
		text-align: center;
	}
	.series dl dd h4{
		line-height: 1.2;
	}
	.productinfo .t>div:nth-of-type(1){
		width: 100px;
	}
	.feature dl{
		display: block;
		float: none;
		width: auto;
		max-width: 374px;
		margin: 0 auto 40px !important;
	}
	.feature dl dt{
		text-align: center;
	}
	.lineup .R,
	.lineup .L{
		width: auto;
		float: none;
		margin: 0 auto 20px;
	}
	.lineup .R p{
		margin-bottom: 10px;
	}
	.infotable,
	.infotable thead,
	.infotable tbody,
	.infotable tr,
	.infotable th,
	.infotable td,
	.infotable tfoot{
		display: block;
		border: none;
		padding: 0;
		overflow: hidden;
		box-sizing: border-box;
		display: none !important;
	}
	.infotable tr:nth-of-type(1){
		display: none;
	}
	.infotable tr{
		border: 1px solid #f5f1f1;
		cursor: pointer;
		background: #f5f1f1;
		text-align: left;
		position: relative;
		margin-bottom: 1px;
	}
	.infotable tr td:nth-child(4){
		max-width:120px !important;
	}
	.infotable tr td:nth-child(6){
		min-width:50px !important;
	}
	.infotable td:nth-of-type(-n+2){
		display: inline-block;
		padding: 10px 5px;
	}
	.infotable td:nth-of-type(1){
		padding-left: 5px;
	}
	.infotable td:nth-of-type(1):after{
		content: "";
		display: block;
		height: 5px;
		width: 5px;
		border-right: 1px solid #a4070a;
		border-bottom: 1px solid #a4070a;
		transform: rotate(45deg);
		position: absolute;
		top: 15px;
		right:5px;
		transition: 0.3s ease-in-out;
	}
	.infotable tr.open td:nth-of-type(1):after{
		transform: rotate(-135deg);
		top: 17px;
	}
	.infotable td:nth-of-type(2){
		padding-right:5px;
	}
	.infotable td:nth-of-type(n+3){
		text-align: center;
		background: #fff;
		width: calc(100% + 20px) !important;
		padding: 10px  4px;
		border-bottom: 1px dotted #f5f1f1;
	}
	.infotable td:last-child{
		border-bottom: none;
	}

	#link .t{
		display: block;
	}
	#link .t>*{
		display: block;
		padding: 0 !important;
		width: auto;
		margin-bottom: 20px;
		text-align: center;
	}
}
@media screen and (max-width: 500px){
	.pagenav li{
		width: 100%;
		max-width: 300px;
	}
	.series .inner{
		padding-left: 20px;
	}
	.series .inner:before{
		left: 5px;
	}
	.productinfo .t{
		display: block;
	}
	.productinfo .t>div{
		display: block;
		padding: 0 !important;
	}
	.productinfo .t>div:nth-of-type(1){
		margin: 0 auto 20px;
		text-align: center;
	}
}

/*-----------products---------------*/

.products #s1{
	text-align: center;
	position: relative;
	margin-bottom: 100px;
}

.products #s1 .t{
	margin-bottom: 100px;
}
.products #s1 .t>div{
	vertical-align: middle;
	line-height: 2.1;
}

.products #s2{
	position: relative;
	margin-bottom: 50px;
}
.products #s2:after{
	content: "";
	z-index: -1;
	background: #F5F1F1;
	display: block;
	width: 80vw;
	height: calc(100% - 200px);
	position: absolute;
	top: 200px;
	left: 10vw;
}
.products .productslist{
	display: block;
	overflow: hidden;
}
.products .productslist li{
	display: block;
	box-sizing: border-box;
	margin-bottom: 80px;
}
.products .productslist a{
	display: block;
}
.products .productslist div:nth-of-type(1){
	margin-bottom: 15px;
	text-align: center;
}
.products .productslist div:nth-of-type(1) span{
	display: block;
	padding: 30px;
	background: rgba(0,0,0,0);
	transition: 0.3s ease-in-out;
}
.products .productslist a:hover div:nth-of-type(1) span{
	background: rgba(0,0,0,0.7);
}
.products .productslist li:nth-of-type(1) div:nth-of-type(1){
	background: url(../images/lv2.jpg) 50% 50% no-repeat;
	background-size: cover;
}
.products .productslist li:nth-of-type(2) div:nth-of-type(1){
	background: url(../images/lv.jpg) 50% 50% no-repeat;
	background-size: cover;
}
.products .productslist li:nth-of-type(3) div:nth-of-type(1){
	background: url(../images/lv1.jpg) 50% 50% no-repeat;
	background-size: cover;
}
.products .productslist li:nth-of-type(4) div:nth-of-type(1){
	background: url(../images/lv3.jpg) 50% 50% no-repeat;
	background-size: cover;
}
.products .productslist h4{
	font-family:"微软雅黑" ,  Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	letter-spacing: 1px;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.products .productslist h4:after{
	content: "";
	display: block;
	width: 30px;
	height: 1px;
	background: #a4070a;
	position: absolute;
	bottom: 0;
	left: 0;
}
.products .productslist h4 span{
	position: absolute;
	top: 5px;
	right: 0;
}
.products .productslist li.related div:nth-of-type(1){
	width: 30%;
	min-width: 200px;
}
.products .productslist li.related div:nth-of-type(2){
	padding: 20px 0 0 30px;
}

@media screen and (max-width: 880px){
	.products #s1,
	.products #s2{
		margin-bottom: 60px;
	}

	.products #s2:after{
		content: "";
		z-index: -1;
		background: #F5F1F1;
		display: block;
		width: 100%;
		height: calc(100% - 100px);
		position: absolute;
		top: 100px;
		left: 0;
	}
	.products .productslist li{
		padding: 0 20px 40px !important;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 650px){
	.products .productslist h4 span{
		display: none;
	}
	.products .productslist li .t,
	.products .productslist li .t>*{
		display: block;
	}
	.products .productslist li.related div:nth-of-type(1){
		width: auto;
		min-width: 0;
	}
	.products .productslist li.related div:nth-of-type(1) span{
		padding: 0;
		overflow: hidden;
		height: 30vw;
		position: relative;
	}
	.products .productslist li.related div:nth-of-type(1) span:before{
		content: "";
		display: block;
		width: 100%;
		height: 30vw;
		background: url(/images/index/bn4.png) 50% 50% no-repeat;
		background-size: 80% auto;
		position: absolute;
		top: 0;
		left: 0;
	}
	.products .productslist li.related div:nth-of-type(1) span img{
		display: none;
	}
	.products .productslist li.related div:nth-of-type(2){
		padding: 0;
	}
}
@media screen and (max-width: 500px){
	.products #s1 .t{
		display: block;
	}
	.products #s1 .t>*{
		display: block;
		width: auto !important;
		padding: 0 !important;
	}
	.products #s1 .t>div:nth-of-type(1){
		text-align: center;
		margin-bottom: 20px;
	}
	.products #s1 .t>div:nth-of-type(1) img{
		max-width: 60%;
	}

	.products .productslist li{
		width: 100%;
		float: none;
	}
}

/*-----------products_luxury---------------*/

body.products_luxury{
	background: #121212;
}
.products_luxury #mv:after{
	max-height: 180px;
	min-height: 120px;
	height: 25vw;
	width: 100%;
}
.products_luxury #lvinner{
}
.products_luxury #user{
	background: #fff;
	padding-top: 70px;
	margin-top: 30px;
}
.products_luxury #fbn{
	background: #fff;
}
.products_luxury hr{
	background: #e8e8e8;
}
.products_luxury .pagenav li{
	border-right: 1px solid #121212;
}
.products_luxury .pagenav a{
	color: #f0f0f0;
	background: #292929;
}
.products_luxury .pagenav a:hover{
	background: #2f2f2f;
}
.products_luxury .pagenav2,
.products_luxury .pagenav2 li,
.products_luxury .pagenav2 a{
	border-color: rgba(255,255,255,0.25) !important;
}
.products_luxury section,
.products_luxury section a{
	color: #f0f0f0;
}
.products_luxury #fbn a{
	color: #333;
}
.products_luxury .series{
	background: #000;
}
.products_luxury .series .inner:before{
	background: #3c3c3c;
}
.products_luxury .series .type li{
	background: #313131;
	color: #ddd;
}
.products_luxury .productinfo{
	background: #000;
}
.products_luxury .feature{
	text-align: center;
	border-color: rgba(255,255,255,0.25);
}
.products_luxury .feature h2:before{
	display: none;
}
.products_luxury .lineup article{
	border-color: rgba(255,255,255,0.25);
}
.products_luxury .infotable{
	clear: both;
	width: 100%;
	text-align: center;
	font-size: 1.35rem;
	border-top: 1px solid rgba(255,255,255,0.25);
	border-left: 1px solid rgba(255,255,255,0.25);
}
.products_luxury .infotable tr:nth-of-type(1){
	background: rgba(255,255,255,0.17);
}
.products_luxury .infotable td{
	padding: 10px 5px;
	border-bottom: 1px solid rgba(255,255,255,0.25);
	border-right: 1px solid rgba(255,255,255,0.25);
	vertical-align: middle;
	line-height: 1.4;
}
#products_luxury_bg{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
#products_luxury_bg img{
	position: fixed;
	max-width: 150vw;
	width: 60vw;
}
#products_luxury_bg img:nth-of-type(1){
	right: 0;
}
#products_luxury_bg img:nth-of-type(2){
	left: 0;
}

/*--takumijapan--*/

.takumijapan .img{
	text-align: left;
	display: block;
	position: relative;
	width: 100%;
	max-width: 1700px;
	padding-bottom: 70px;
	margin: 0 auto 60px;
}
.takumijapan .img li{
	width: 55%;
	display: block;
}
.takumijapan .img li:nth-of-type(2){
	position: absolute;
	top: 70px;
	left: 40%;
}
.takumijapan .flow{
	text-align: center;
	margin-bottom: 50px;
}
.takumijapan .flow ul{
	display: block;
	overflow: hidden;
}
.takumijapan .flow li{
	position: relative;
	display: inline-block;
	width: calc(20% - 60px);
	padding-right: 60px;
}
.takumijapan .flow li:after{
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 10px);
	right: 25px;
}
.takumijapan .flow li:last-child{
	padding: 0;
}
.takumijapan .flow li:last-child:after{
	display: none;
}
.lineup.takumijapan .R,
.lineup.takumijapan .L{
	margin-bottom: 0;
}
.lineup.takumijapan .R{
	width: 74%;
}
.lineup.takumijapan .L{
	max-width: 26%;
	box-sizing: border-box;
	/* padding: 0 4%; */
	text-align: center;
	width: 102px;
	height: 505px;
	overflow: hidden;
}
.lineup.takumijapan .L img{
	width: 673px;
    height: 505px;
    max-width: 673px;
    margin-left: -285px;
}

.lineup.takumijapan #words{
	margin-bottom: 70px;
}
.lineup.takumijapan #words dl{
	display: table;
	width: 100%;
	table-layout: fixed;
	text-align: left;
	margin-bottom: 10px;
}
.lineup.takumijapan #words dl>*{
	display: table-cell;
	vertical-align: middle;
}
.lineup.takumijapan #words dt{
	font-size: 1.8rem;
	width: 100px;
	letter-spacing: 2px;
	text-align: right;
	font-family:"微软雅黑" ,  Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	padding: 10px 20px 10px 0;
}
.lineup.takumijapan #words dd{
	padding: 10px 0 10px 20px;
	border-left: 1px solid rgba(255,255,255,0.6);
}
@media screen and (max-width: 500px){
	.lineup.takumijapan #words{
		margin-bottom: 40px;
	}
	.lineup.takumijapan #words dl{
		display: block;
		margin-bottom: 10px;
	}
	.lineup.takumijapan #words dl>*{
		display: block;
	}
	.lineup.takumijapan #words dt{
		font-size: 1.6rem;
		width: auto;
		text-align: left;
		font-family:"微软雅黑" ,  Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
		padding: 5px 0;
		border-bottom: 1px solid rgba(255,255,255,0.3);
	}
	.lineup.takumijapan #words dd{
		padding: 5px 0;
		border: none;
	}
}

/*--hanagraphicwood--*/

.productinfo.hanagraphicwood .t>div:nth-of-type(2){
	background: url(../images/wood/japanwooddesignaward.gif) 100% 100% no-repeat;
}
.feature.hanagraphicwood,
.feature.hanagraphicwood p{
	text-align: center;
}
.feature.hanagraphicwood h2{
	margin-bottom: 20px;
}
.feature.hanagraphicwood h3{
	text-align: center;
	margin-bottom: 20px;
}
.feature.hanagraphicwood h3:before{
	display: none;
}
.feature.hanagraphicwood .person{
	background: rgba(0,0,0,0.67);
	overflow: hidden;
	padding: 40px 50px 40px 0;
	margin-bottom: 50px;
}
.feature.hanagraphicwood .person *{
	line-height: 1.6;
	text-align: left;
}
.feature.hanagraphicwood .person .t{
	float: left;
	width: calc(50% - 50px);
	margin: 0 0 0 50px;
}
.feature.hanagraphicwood .person .t>div:nth-of-type(1){
	padding-right: 30px;
	width: 122px;
	font-size: 1rem;
}
.feature.hanagraphicwood .person .t>div:nth-of-type(1) img{
	display: block;
}
.feature.hanagraphicwood .person .t h4{
	font-size: 2.4rem;
	font-family:"微软雅黑" ,  Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.feature.hanagraphicwood .person .t h4 span{
	display: block;
	font-size: 1.3rem;
}
.feature.hanagraphicwood .person .t dl{
	display: block;
	width: 100%;
}
.feature.hanagraphicwood .person .t dt,
.feature.hanagraphicwood .person .t dd{
	display: block;
	float: left;
	margin-bottom: 5px;
}
.feature.hanagraphicwood .person .t dt{
	width: 70px;
	clear: left;
}
.feature.hanagraphicwood .person .t dd{
	width: calc(100% - 70px);
}
.feature.hanagraphicwood .person p{
	clear: both;
}
.lineup.hanagraphicwood article{
	border: none;
	padding: 0 3%;
	box-sizing: border-box;
	margin: 0 0 20px;
	text-align: center;
	width: 33.3%;
	float: left;
	clear: none;
}
.lineup.hanagraphicwood article>div{
	margin-bottom: 20px;
}
.lineup.hanagraphicwood h3{
	font-size: 2.0rem;
	letter-spacing: 0;
}
.lineup.hanagraphicwood h3 span{
	font-size: 1.4rem;
	letter-spacing: 0;
}
.lineup.hanagraphicwood h3:before{
	left: calc(50% - 15px);
}
.lineup.hanagraphicwood .caution{
	clear: both;
	padding-top: 40px;
	border-top: 1px solid rgba(255,255,255,0.25);
}

@media screen and (max-width: 1000px){
	.feature.hanagraphicwood .person{
		padding: 30px 30px 0;
	}
	.feature.hanagraphicwood .person .t{
		float: none;
		width: 100% !important;
		margin: 0 auto 30px;
		padding: 0 !important;
	}
}
@media screen and (max-width: 900px){
	.takumijapan .flow li{
		width: calc(20% - 30px);
		padding-right: 30px;
	}
	.takumijapan .flow li:after{
		height: 10px;
		width: 10px;
		right: 15px;
		top: calc(50% - 7px);
	}
	.lineup.takumijapan .R,
	.lineup.takumijapan .L{
		width: auto;
		padding: 0;
		max-width: none;
		float: none;
		margin: 0 auto 20px;
	}
	.lineup.takumijapan .R p.mb50{
		margin-bottom: 15px !important;
	}
	.lineup.takumijapan .L img{
		width: 80px
	}
}
@media screen and (max-width: 750px){
	.takumijapan .flow ul{
		max-width: 600px;
		margin: 0 auto;
	}
	.takumijapan .flow li{
		width: calc(33.3% - 40px);
		padding-right: 40px;
		margin-bottom: 30px;
	}
	.takumijapan .flow li:after{
		height: 20px;
		width: 20px;
		right: 18px;
		top: calc(50% - 12px);
	}
	.takumijapan .flow li:nth-of-type(4):before{
		content: "";
		display: block;
		width: 20px;
		height: 20px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		transform: rotate(45deg);
		position: absolute;
		top: calc(50% - 12px);
		left: -36px;
	}
	.feature.hanagraphicwood p{
		text-align: justify;
	}
	.lineup.hanagraphicwood article{
		border: none;
		padding: 0 3%;
		box-sizing: border-box;
		margin: 0 0 20px;
		text-align: center;
		width: 50%;
		float: left;
	}
	.lineup.hanagraphicwood article:nth-of-type(2n+1){
		clear: both;
	}
	.lineup.hanagraphicwood article>div{
		margin-bottom: 10px;
	}
	.lineup.hanagraphicwood h3{
		font-size: 1.9rem;
		letter-spacing: 0;
		margin-bottom: 15px;
	}
	.lineup.hanagraphicwood h3 span{
		padding: 5px 0 15px;
	}
	.lineup.hanagraphicwood h3:before{
		left: calc(50% - 15px);
	}
	.lineup.hanagraphicwood .caution{
		clear: both;
		padding-top: 40px;
		border-top: 1px solid rgba(255,255,255,0.25);
	}
}
@media screen and (max-width: 600px){
	.products_luxury .productinfo{
		margin-top: -60px;
	}
	.products_luxury .infotable,
	.products_luxury .infotable td{
		font-size:12px;
		border: none;
	}
	.products_luxury .infotable tr{
		background-color: rgba(255,255,255,0.17);
		border-color: rgba(255,255,255,0.25) !important;
	}
	.products_luxury .infotable td:nth-of-type(n+3){
		border-color: rgba(255,255,255,0.25) !important;
	}
	.products_luxury .infotable td:nth-of-type(n+3){
		background-color: rgba(0,0,0,0.7);
		border-bottom: 1px dotted rgba(255,255,255,0.25);
	}
	.products_luxury .infotable td:last-child{
		border-bottom: none;
	}
	.lineup.takumijapan .R,
	.lineup.takumijapan .L{
		width: auto;
		float: none;
		margin: 0 auto 20px;
	}
	.lineup .R p{
		margin-bottom: 10px;
	}
	.lineup.takumijapan .L img{
		width: 51px
	}
	.productinfo.hanagraphicwood .t>div:nth-of-type(2){
		background: url(../images/hanagraphicwood/japanwooddesignaward.gif) 100% 100% no-repeat;
		background-size: 60px auto;
	}
}
@media screen and (max-width: 500px){
	#products_luxury_bg img{
		width: 90vw;
	}
	.takumijapan .flow li{
		width: calc(33.3% - 15px);
		padding-right: 15px;
		margin-bottom: 20px;
	}
	.takumijapan .flow li:after{
		border-width: 1px;
		height: 7px;
		width: 7px;
		right: 6px;
		top: calc(50% - 7px);
	}
	.takumijapan .flow li:nth-of-type(4):before{
		border-width: 1px;
		height: 7px;
		width: 7px;
		top: calc(50% - 7px);
		left: -14px;
	}
	.feature.hanagraphicwood .person{
		padding: 20px 20px 0;
	}
	.feature.hanagraphicwood .person .t{
		margin: 0 auto 20px;
	}
	.feature.hanagraphicwood .person .t:nth-of-type(1){
		margin-bottom: 30px;
	}
	.feature.hanagraphicwood .person .t>div:nth-of-type(1){
		width: 60px !important;
		padding-right: 15px;
	}
	.feature.hanagraphicwood .person .t dt{
		width: 60px;
	}
	.feature.hanagraphicwood .person .t dd{
		width: calc(100% - 60px);
	}
}

/*-----------products_premium---------------*/

/*-----------standard---------------*/

.standard .pagenav{
	max-width: 1200px;
}

.airwashfloorprios .airwashfloorprios{
	border-bottom: 1px solid #d4d4d4;
	padding-bottom: 50px;
	margin-bottom: 50px;
}
.airwashfloorprios .airwashfloorprios h3{
	color: #00508e;
	letter-spacing: 2px;
	font-family:"微软雅黑" ,  "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	padding: 0;
	margin-bottom: 15px;
}
.airwashfloorprios .airwashfloorprios h3:before{
	display: none;
}
.airwashfloorprios .airwashfloorprios h4{
	color: #00508e;
	letter-spacing: 1px;
}

.airwashfloorprios .airwashfloorprios .t1{
	margin-bottom: 40px;
}
.airwashfloorprios .airwashfloorprios .t1>*{
	vertical-align: top;
}
.airwashfloorprios .airwashfloorprios .t1>div:nth-of-type(1){
	width: 55%;
	padding-right: 4%;
}
.airwashfloorprios .airwashfloorprios .t1 p{
	margin-bottom: 15px;
}

.airwashfloorprios .airwashfloorprios .t2{
	margin-bottom: 40px;
}
.airwashfloorprios .airwashfloorprios .t2>*{
	vertical-align: middle;
}
.airwashfloorprios .airwashfloorprios .t2>div:nth-of-type(1){
	background: #eaf6fd;
	text-align: center;
	width: 150px;
}
.airwashfloorprios .airwashfloorprios .t2>div:nth-of-type(2){
	padding-left: 15px;
}
.airwashfloorprios .airwashfloorprios .t2 p{
	position: relative;
	padding-left: 25px;
	margin: 7px 0;
}
.airwashfloorprios .airwashfloorprios .t2 p:before{
	background: #195c97;
	display: block;
	color: #fff;
	font-size: 1.1rem;
	height: 20px;
	width: 20px;
	border-radius: 20px;
	text-align: center;
	line-height: 20px;
	position: absolute;
	top: 3px;
	left: 0;
}
.airwashfloorprios .airwashfloorprios .t2 p:nth-of-type(1):before{content: "1";}
.airwashfloorprios .airwashfloorprios .t2 p:nth-of-type(2):before{content: "2";}
.airwashfloorprios .airwashfloorprios .t2 p:nth-of-type(3):before{content: "3";}
.airwashfloorprios .airwashfloorprios .t2 p:nth-of-type(4):before{content: "4";}
.airwashfloorprios .airwashfloorprios .t2 p:nth-of-type(5):before{content: "5";}

.airwashfloorprios .airwashfloorprios .t3{
	margin-bottom: 40px;
}
.airwashfloorprios .airwashfloorprios .t3>div:nth-of-type(1){
	width: 55%;
	padding-right: 4%;
}

.airwashfloorprios .airwashfloorprios .t4{
	border-left: 1px dotted #d4d4d4;
}
.airwashfloorprios .airwashfloorprios .t4>div{
	width: 33.3%;
	box-sizing: border-box;
	padding: 0 2%;
	border-right: 1px dotted #d4d4d4;
}
.airwashfloorprios .airwashfloorprios .t4 p{
	background: #eaf6fd;
	text-align: center;
	margin-bottom: 10px;
}

@media screen and (max-width: 700px){
	.airwashfloorprios .airwashfloorprios{
		padding-bottom: 30px;
	}

	.airwashfloorprios .airwashfloorprios .t1,
	.airwashfloorprios .airwashfloorprios .t1>div{
		display: block;
		width: auto !important;
		border: none;
		padding: 0 !important;
	}
	.airwashfloorprios .airwashfloorprios .t1>div{
		margin-bottom: 15px;
	}
	.airwashfloorprios .airwashfloorprios .t1>div img{
		display: block;
		margin: 0 auto;
	}

	.airwashfloorprios .airwashfloorprios .t2,
	.airwashfloorprios .airwashfloorprios .t2>div{
		display: block;
		width: auto !important;
		border: none;
		padding: 0 !important;
	}

	.airwashfloorprios .airwashfloorprios .t3,
	.airwashfloorprios .airwashfloorprios .t3>div{
		display: block;
		width: auto !important;
		border: none;
		padding: 0 !important;
	}
	.airwashfloorprios .airwashfloorprios .t3 p{
		margin-bottom: 15px;
	}

	.airwashfloorprios .airwashfloorprios .t4,
	.airwashfloorprios .airwashfloorprios .t4>div{
		display: block;
		width: auto;
		border: none;
		text-align: center;
		padding: 0;
	}
	.airwashfloorprios .airwashfloorprios .t4>div{
		margin-bottom: 10px;
	}
	.airwashfloorprios .airwashfloorprios .t4>div img{
		max-width: 90%;
	}
	.airwashfloorprios .airwashfloorprios .t4 p{
		margin-bottom: 5px;
	}
}

/*-----------entrance---------------*/

.entrance .stairs_lineup,
.entrance .entrance_lineup{
	max-width: none;
	padding-top: 0;
	border-bottom: 1px solid #d4d4d4;
	margin-bottom: 80px;
}
.entrance .entrance_lineup{
	padding-top: 60px;
}
.entrance .stairs_lineup .w,
.entrance .entrance_lineup .w{
	max-width: 1200px;
}
.entrance .stairs_lineup h3,
.entrance .entrance_lineup h3{
	padding-bottom: 20px;
}
.entrance .stairs_lineup h4,
.entrance .entrance_lineup h4{
	font-size: 1.8rem;
	letter-spacing: 0;
}
.entrance .stairs_lineup article:nth-last-of-type(1),
.entrance .entrance_lineup article:nth-last-of-type(1){
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
.entrance .entrance_lineup article{
	padding-bottom: 50px;
	margin-bottom: 50px;
}
.entrance .entrance_lineup .infotable2 td:nth-of-type(1){
	width: 300px;
}
.entrance .entrance_lineup .infotable2 td:nth-of-type(2){
	width: 150px;
}
.entrance .entrance_lineup .infotable2 table~table{
	border-top: none;
}
.entrance .entrance_lineup .infotable2~p{
	margin-top: 5px;
	font-size: 1.25rem;
}
.entrance .stairs_lineup .relatedimg{
	max-width: 500px;
	margin: 0 auto;
}
.entrance .dl3{
	overflow: hidden;
}
.entrance .dl3 dl{
	display: block;
	float: left;
	width: calc((100% - 60px)/3);
	margin-left: 30px;
	margin-bottom: 50px;
	clear: none !important;
}
.entrance .dl3 dl:nth-of-type(3n+1){
	clear: left !important;
	margin-left: 0;
}
.entrance .dl3 dt{
	display: block;
	margin-bottom: 15px;
	border: 1px solid #d4d4d4;
	padding: 5px;
}
.entrance .dl3 dd{
	display: block;
}
.entrance .dl3 dd h4{
	font-family:"微软雅黑" ,  Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 2.0rem;
	letter-spacing: 0;
	margin-bottom: 20px;
	line-height: 1.5;
	position: relative;
}
.entrance .dl3 dd h4:after{
	content: "";
	display: block;
	width: 30px;
	height: 1px;
	background: #a4070a;
	position: absolute;
	bottom: -10px;
	left: 0;
}
.entrance .dl3 dd h5{
	text-align: center;
	font-weight: normal;
	font-size: 1.4rem;
}
@media screen and (max-width: 800px){
	.entrance .dl3 dl{
		width: calc((100% - 30px)/2);
		margin-left: 30px !important;
	}
	.entrance .dl3 dl:nth-of-type(3n+1){
		clear: none;
	}
	.entrance .dl3 dl:nth-of-type(2n+1){
		clear: left;
		margin-left: 0 !important;
	}
}
@media screen and (max-width: 600px){
	.entrance .dl3 dl{
		width: auto !important;
		margin-left: 0 !important;
		margin-bottom: 30px;
		float: none;
	}
	.entrance .dl3 dt{
		text-align: center;
	}
}

table.koka{
	width: 100%;
	max-width:900px;
	margin: 0 auto 50px;
}
table.koka{
	border-bottom: 1px solid #d4d4d4;
	border-top: 1px solid #d4d4d4;
}
table.koka thead{
	border-bottom: 1px solid #d4d4d4;
	background: #F5F1F1;
}
table.koka tr{
	border-bottom: 1px dotted #d4d4d4;
}
table.koka thead tr,
table.koka tr:last-child{
	border: none;
}
table.koka th,
table.koka td{
	text-align: center;
	padding: 10px;
	border-right: 1px solid #d4d4d4;
	vertical-align: middle;
}
table.koka th{
	background: #F5F1F1;
	font-weight: normal;
}
table.koka td{
	border-right: 1px dotted #d4d4d4;
}
table.koka td:last-child{
	border-right: none;
}

/*-----------manual---------------*/

.manual section h2{
	text-align: center;
}

.manual #s1{
	margin-bottom: 100px;
	padding-bottom: 60px;
	overflow: hidden;
}
.manual #s1 p{
	line-height: 2.2;
}

@media screen and (max-width: 1000px){
	.manual #s1 p{
		text-align: justify;
	}
}

#manual{
	overflow: hidden;
	margin-bottom: 60px;
}

#manual #R{
	min-width: 0;
	width: 240px;
	font-size: 1.3rem;
	float: right;
}
#manual #R ul,
#manual #R li,
#manual #R li a{
	display: block;
}
#manual #R>ul>li{
	margin-bottom: 20px;
}
#manual #R>ul>li:last-child{
	margin-bottom: 0;
}
#manual #R>ul>li>a{
	font-weight: bold;
}
#manual #R li a{
	padding: 5px;
	font-weight: bold;
	border-bottom: 1px dotted #d4d4d4;
}
#manual #R li a:hover{
	opacity: 0.7;
}
#manual #R li li a{
	padding-left: 15px;
	font-weight: normal;
}

#manual #L{
	width: calc(100% - 270px);
	float: left;
}
#manual article{
	margin-bottom: 60px;
}
#manual2{
	margin-bottom: 0 !important;
}
#manual h4{
	font-family:"微软雅黑" ,  Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-weight: normal;
	font-size: 2.6rem;
	letter-spacing: 5px;
	line-height: 1.7;
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 20px;
	text-align: center;
}
#manual h4:before{
	content: "";
	display: block;
	width: 90px;
	height: 1px;
	background: #a4070a;
	position: absolute;
	bottom: 0;
	left: calc(50% - 45px);
}
#manual dl{
	display: block;
	border-top: 1px solid #d4d4d4;
}
#manual dl:last-child{
	border-bottom: 1px solid #d4d4d4;
}
#manual dt{
	display: block;
	font-family:"微软雅黑" ,  Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 1.8rem;
	padding: 7px 30px 7px 10px;
	position: relative;
	font-weight: normal;
	/*cursor: pointer;*/
	transition: 0.3s ease-in-out;
}
#manual dt:after{
	content: "+";
	display: block;
	width: 10px;
	text-align: center;
	position: absolute;
	top: 7px;
	right: 5px;
}
#manual dd{
	display: block;
	overflow: hidden;
	/*height: 0;*/
}
#manual .inner{
	padding: 15px 10px 25px;
	border-top: 1px dotted #d4d4d4;
	overflow: hidden;
}
#manual .open dt{
	background: #F5F1F1;
}
#manual .open dt:after{
	content: "-";
}
#manual .inner h5{
	font-size: 1.5rem;
	position: relative;
	padding-left: 15px;
	margin-bottom: 5px;
}
#manual .inner h5:before{
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	transform: rotate(-45deg);
	border-left: 1px solid #a4070a;
	border-bottom: 1px solid #a4070a;
	position: absolute;
	top: calc(50% - 4px);
	left: 0px;
}
#manual .inner *+h5{
	padding-top: 40px;
}
#manual .inner *+h5:before{
	top: calc(50% + 16px);
}
#manual .inner *+h5:after{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #d4d4d4;
	position: absolute;
	top: 20px;
	left: 0;
}
#manual .inner h6{
	font-size: 1.45rem;
	font-weight: normal;
	background: #f5f5f5;
	padding: 5px 10px;
	margin-bottom: 5px;
}
#manual .inner *+h6{
	margin-top: 20px;
}
#manual .inner p,
#manual .inner ul{
}
#manual .inner ul li{
	padding-left: 15px;
	position: relative;
}
#manual .inner ul li:before{
	content: "";
	display: block;
	width: 5px;
	height: 1px;
	background: #999;
	position: absolute;
	top: 13px;
	left: 2px;
}
#manual .img{
	padding: 20px 0;
}
#manual .img img{
	display: block;
	max-width: 80%;
}
#manual .q{
	clear: both;
}
#manual .q+.img{
	float: right;
	width: 25%;
	padding: 10px 0 0 0;
}
#manual .q+.img2{
	padding: 0 0 20px;
}
#manual .q+.img img,
#manual .q+.img2 img{
	max-width: 100%;
}
#manual .img+.a{
	float: left;
	width: 70%;
}
@media screen and (max-width: 700px){
	#manual #L{
		width: auto;
	}
	#manual #R{
		display: none;
	}
}
@media screen and (max-width: 500px){
	#manual .q+.img{
		float: none;
		width: auto;
		padding: 20px 0;
	}
	#manual .q+.img2{
		padding: 20px 0;
	}
	#manual .q+.img img,
	#manual .q+.img2 img{
		max-width: 80%;
		margin: 0 auto;
	}
	#manual .img+.a{
		float: none;
		width: auto;
	}
}

/*-----------manual---------------*/

.products_glossary section h2{
	text-align: center;
}

.products_glossary #s1{
	margin-bottom: 100px;
	padding-bottom: 60px;
	overflow: hidden;
}
.products_glossary #s1 p{
	line-height: 2.2;
}
#glossary{
	overflow: hidden;
	margin-bottom: 60px;
}
#glossary #R{
	min-width: 0;
	width: 240px;
	font-size: 1.3rem;
	float: right;
}
#glossary #R ul,
#glossary #R li,
#glossary #R li a{
	display: block;
}
#glossary #R>ul>li{
	margin-bottom: 20px;
	overflow: hidden;
}
#glossary #R>ul>li:last-child{
	margin-bottom: 0;
}
#glossary #R>ul>li>a{
	font-weight: bold;
}
#glossary #R li a{
	padding: 5px;
	font-weight: bold;
	border-bottom: 1px dotted #d4d4d4;
}
#glossary #R li a:hover{
	opacity: 0.7;
}
#glossary #R li li{
	width: 33.3%;
	float: left;
}
#glossary #R li li a{
	padding-left: 15px;
	font-weight: normal;
}

#glossary #L{
	width: calc(100% - 270px);
	float: left;
}

@media screen and (max-width: 1000px){
	.products_glossary #s1 p{
		text-align: justify;
	}
}
@media screen and (max-width: 700px){
	#glossary #L{
		width: auto;
	}
	#glossary #R{
		display: none;
	}
}
@media screen and (max-width: 500px){
	#glossary .q+.img{
		float: none;
		width: auto;
		padding: 20px 0;
	}
	#glossary .q+.img2{
		padding: 20px 0;
	}
	#glossary .q+.img img,
	#glossary .q+.img2 img{
		max-width: 80%;
		margin: 0 auto;
	}
	#glossary .img+.a{
		float: none;
		width: auto;
	}
}

.products #s1 .w{text-align:center}
.products #s1 {margin-bottom:0}
.products #s1:before{display:none}


/* 表格 */
.mobile_form{
	/* padding: 40px 20px; */
  }
  .mobile_table {
	border: 1px solid #e6e6e6;
	border-right: none;
    border-bottom: none;
  }
  
  .mobile_tr {
	width: 100%;
	display: flex;
	justify-content: space-between;
  }
  .mobile_tr .mobile_th:nth-child(1),
  .mobile_tr .mobile_td:nth-child(1){
	width: 25%;
  }
  .mobile_tr .mobile_th:nth-child(2),
  .mobile_tr .mobile_td:nth-child(2){
	width: 25%;
  }
  .mobile_tr .mobile_th:nth-child(3),
  .mobile_tr .mobile_td:nth-child(3){
	width: 25%;
  }
  .mobile_tr .mobile_th:nth-child(4),
  .mobile_tr .mobile_td:nth-child(4){
	width: 30%;
  }
  .mobile_tr .mobile_th:nth-child(5),
  .mobile_tr .mobile_td:nth-child(5){
	width: 25%;
  }
  
  .mobile_th, .mobile_td {
	padding:10px 0;
	border-bottom: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	text-align: center;
	width: 100%;
  }
  
  .mobile_th {
	font-weight: 400;
	background-color: #f5f1f1;
	font-size: 12px;
	color: #000000;
  }
  .mobile_td {
	font-weight: 400;
	font-size: 12px;
	color: #000000;
  }
  .mobile_tr2 .mobile_td:nth-child(1){
	width: 19%;
	background-color: #f5f1f1;
  }
  .mobile_tr2 .mobile_td:nth-child(2){
	width: 80%;
  }
  @media screen and (min-width: 600px){
	.mobile_form{
		display: none;
	}
  }
  @media screen and (max-width: 600px){
	.mobile_form{
		display: block !important;
	}
  }