
.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%;
}


.flexbox {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}


/* **********  ********** */
.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 0 0;
	/*	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 .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 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;
}

.lead2{
	font-size: 1.15em;
}

/* ********** 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_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 .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: left;
}
.developStory .image {
	margin-right: 2em;
}
.developStory .clearfix:nth-of-type(2n) .image {
	float: right;
	margin-left: 2em;
	margin-right: 0;
}

.mt_fix{
	margin:1em 0 0 0 !important;
}




/* ********** column ********** */


.flexcolumn {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
	margin: 0 0 2em;
	width: calc(50% - 1em);
}


.flexcolumn .mt_fix{
	margin:3em 0 0 0 !important;

}


.flexcolumn {
  width: 100%;
		justify-content: center;
}
.flexcolumn-img {
  padding: 0;
}
.flexcolumnm-body {
  padding: 0;

}
.flexcolumn-title {
  margin: 0 0 8px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #030000;
	justify-content: center;
	text-align: center;
}
.flexcolumn-body p {
  font-size: 16px;
  font-weight: 400;
  color: #333;
		justify-content: center;
}

.flexcolumns {
display: flex;
    justify-content: space-between;
    /* justify-content: center; */
    /* width: calc(100% - 1em); */
    margin: 0 0 2em 0;
    width: 100%;
		
}
.flexcolumns .flexcolumn {

	
	    /* width: 50%; */
    /* margin: 0 0 5em; */
    width: calc(50% - 1em);
    margin: 0 0 2em;
}




/* ********** 一部の商品はオンラインでも販売してます。 ********** */
.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;
}

/*** LSシリーズ追加 ***/

.ls_list_btn a {
	display: block;
	width: 75%;
	margin: 2em auto;
	padding: 1em;
	border: solid 1px #ccc;
	font-size: 1.4em;
	text-align: center;
	transition: 0.5s;
	background: #efefef;	
}
.ls_list_btn a:hover {
	text-decoration: none;
	opacity: 0.7;
	transition: 0.5s;
}
.ls_list_btn a::after {
	content: "\f105";
	font-family: FontAwesome;
	margin-left: 0.5em;
}


.ls_list_btn2 a {
	display: block;
	width: 60%;
	margin: 2em auto 1em;
	padding: 1em;
	border: solid 1px #ccc;
	font-size: 1.1em;
	text-align: center;
	transition: 0.5s;
	background: #efefef;		
}
.ls_list_btn2 a:hover {
	text-decoration: none;
	opacity: 0.7;
	transition: 0.5s;
}
.ls_list_btn2 a::after {
	content: "\f105";
	font-family: FontAwesome;
	margin-left: 0.5em;
}


.ls_box_area{
	border: solid 1px #ccc;
	margin: 0 auto 6em;
	padding: 2em 0 1em 0;		
}
.ls_box{
	width:100%;
	margin:0 0 2em 0;
}
.ls_left{
	width:25%;	
}

.ls_left img{
	width:200px;
	padding: 2em 0 2em 2em;		
}

.ls_right{
	width:70%;	
}

.ls_info_box{
	margin: 4em auto;
	padding: 1em 0 2em;
	border: solid 1px #ccc;
	font-size: 1.4em;
	text-align: center;
}

.ls_logo{
	width:240px;
	margin:3em 0 0 20%;	
}