
.title,
.duo_section {
	font-size: 115%;
}

.title p,
.duo_section p {
	margin: 0;
}

.title img,
.duo_section img {
	max-width: 100%;
}

.note {
	font-size: 90%;
}

/* **********  ********** */
.title h1 {
	margin: 0 0 3em;
}
.title h1 img {
	margin: 0 auto;
}
.title h1 img:first-child {
	width: 300px;
	margin: 3em auto;
}


/* ********** 各項目 ********** */
.duo_section {
	margin: 0 0 5em;
}
.duo_section h2 {
	margin: 0 0 1.5em;
	font-size: 1.8em;
	font-weight: normal;
	text-align: center;
	position: relative;
}
.duo_section h2::before,
.duo_section h2::after {
	content: "";
	width: 20%;
	height: 0;
	border-top: solid 1px #ccc;
	position: absolute;
	top: 50%;
}
.duo_section h2::before {
	left: 0;
}
.duo_section h2::after {
	right: 0;
}
.duo_section h2 + p {
	margin: 0 0 5em;
	text-align: center;
}
/*
.duo_section .col2 {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
*/
.duo_section .col2 > * {
	width: calc(50% - 1.0em);
	float: left;
}
.duo_section .col2 > *:not(:nth-child(2n+1)) {
	margin-left: 1.5em;
}
.duo_section .col2 > *:nth-child(n+3) {
	margin-top: 1.5em;
}
.duo_section .col3 > *,
.duo_section .col4 > * {
	float: left;
	margin-right: 2em;
	margin-bottom: 2em;
}
.duo_section .col3 > * {
	width: calc(33.333% - 1.34em);
}
.duo_section .col4 > * {
	width: calc(25% - 1.5em);
}
.duo_section .col3 > *:nth-child(3n),
.duo_section .col4 > *:nth-child(4n) {
	margin-right: 0;
}
.duo_section .col5 > * {
	float: left;
	width: calc(100% / 6 - 2em);
	margin: 0 1em 2em;
}
.duo_section .col5 img {
	max-width: 116px;
}


/* ********** “自分だけの”を叶えるカスタマイズソファ ********** */
.lead li a {
	display: block;
	position: relative;
}
.lead li a::after {
	content: "\f00e";
	position: absolute;
	bottom: 0.5em;
	right: 0.5em;
	z-index: 99;
	color: #ffffff;
	font-family: FontAwesome;
	font-size: 1.2em;
	background-color: rgba(255, 255, 255, 0.3);
	border: solid 2px #ffffff;
	border-radius: 5px;
	padding: 0.2em 0.5em;
}
.lead p {
	margin-top: 3em;
}
.lead p a {
	display: block;
	width: 75%;
	margin: 0 auto;
	padding: 1em;
	border: solid 1px #ccc;
	font-size: 1.4em;
	text-align: center;
	transition: 0.5s;
}
.lead p a:hover {
	text-decoration: none;
	opacity: 0.7;
	transition: 0.5s;
}
.lead p a::after {
	content: "\f105";
	font-family: FontAwesome;
	margin-left: 0.5em;
}

/* ********** How To Order ********** */
/* **** 見出し **** */
.selectType h3 {
	padding: 0.8em 0;
	background-color: #666;
	color: #fff;
	font-size: 1.4em;
	font-weight: normal;
	text-align: center;
	position: relative;
	transition: 0.5s opacity;
}
.selectType h3:hover {
	cursor: pointer;
	text-decoration: none;
	opacity: 0.7;
	transition: 0.5s opacity;
}
.selectType h3::after {
	content: "\f107";
	font-family: FontAwesome;
	position: absolute;
	right: 2em;
}
.selectType .active::after {
	content: "\f106";
}

.selectType h4{
    padding: 0.2em 0;
	font-size: 1.2em;
	font-weight: normal;
    border-bottom: 2px solid #666;
}

/* **** 詳細 **** */
.selectType_detail .type {
	margin: 0.5em 0;
	padding: 0.2em 1em;
	border: solid 1px #999;
	background-color: #999;
	color: #fff;
	font-size: 1.2em;
	position: relative;
	transition: 0.5s opacity;
}
.selectType_detail .color li::before {
	content: "";
	display: inline-block;
	margin-right: 0.2em;
	width: 0.8em;
	height: 0.8em;
}
.selectType_detail .color .na::before {
	background-color: #cfad7e;
}
.selectType_detail .color .wn::before {
	background-color: #6f4500;
}
.selectType_detail .color .bk::before {
	background-color: #000;
}
.selectType_detail .color .mb::before {
	background-color: #2a1702;
}
.selectType_detail .color .metal::before {
	background-color: #aaa;
}
.selectType_detail .cover_header {
	margin: 0.5em 0;
	padding: 0.2em 1em;
	background-color: #999;
	color: #fff;
	font-size: 1.2em;
}
.selectType_detail .baseunit .type::after {
	content: "\f107";
	font-family: FontAwesome;
	position: absolute;
	right: 1em;
}
.selectType_detail .baseunit .type:hover {
	cursor: pointer;
	opacity: 0.7;
	transition: 0.5s opacity;
}
.selectType_detail .baseunit .show {
	background-color: #fff;
	color: #999;
}

/* ********** 開発秘話 ********** */
.developStory p {
	width: calc(50% - 1em);
	margin: 0 0 2em;
	float: right;
}
.developStory .image {
	margin-left: 2em;
}
.developStory .clearfix:nth-of-type(2n) .image {
	float: left;
	margin-right: 2em;
	margin-left: 0;
}


/* ********** 一部の商品はオンラインでも販売してます。 ********** */
.onlineshop {
	padding: 2em;
	background-color: #666;
	color: #fff;
}
.onlineshop h2::before,
.onlineshop h2::after {
	width: 15%;
}
.onlineshop ul {
	font-size: 85%;
	margin: 0 0 4em;
}

.onlineshop .col3 li {
	margin-bottom: 3em;
}
.onlineshop dl {
	overflow: hidden;
	margin: 1em 0;
}
.onlineshop dt {
	float: left;
}
.onlineshop dt::after {
	content: "：";
}
.onlineshop a {
	display: block;
	padding: 0.5em;
	background-color: #fff;
	font-size: 120%;
	text-align: center;
	position: relative;
	transition: 0.5s;
}
.onlineshop a:hover {
	text-decoration: none;
	opacity: 0.7;
	transition: 0.5s;
}
.onlineshop li .moredetail a::after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	right: 1em;
}
.onlineshop p a {
	width: 75%;
	margin: 0 auto;
	padding: 1em 0;
	border-radius: 5px;
	font-size: 1.2em;
}
