@charset "utf-8";

#elchairsofa{
	width: 100%;
    margin: 0 auto ;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', sans-serif;
	line-height: 1.4;
	color: #333!important;
}


#elchairsofa img,#elchairsofa svg{
	max-width: 100%;
	width: auto;
	height: auto;
	display: block;
}

#elchairsofa a i{
	padding-left: 1rem;
	font-weight: bold;
    font-size: 15px;
}

#elchairsofa a:hover{
	text-decoration: none;
	opacity: 0.7;
}

#elchairsofa .mv{
	background: url("../img/mv_pc.png")no-repeat;
	background-size: 100% auto;
	height: 692px;
	position: relative;
	margin-bottom: 8rem;	
}

#elchairsofa h1{
	padding: 160px 50px 0;
}
#elchairsofa .mv_p{
	padding: 42px 0 0 50px;
	font-size: 18px;
    font-weight: bold;
}
#elchairsofa .chairNav{
    width: 90%;
    height: 80px;
    background-color: #EDE9D0;
    border-radius: 40px;
    padding: 0 2.3%;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}

#elchairsofa .chairNav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
#elchairsofa .chairNav_item{
	height: 39px;
    width: 50%;
    border-right: 2px solid #fff;
    position: relative;
    text-align: center;
}

#elchairsofa .chairNav_item a{
	color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}



#elchairsofa .chairNav_item:nth-child(2){
	border-right: none;
}

#elchairsofa .chairNav_item .fa{
	padding-left: 10px;
	font-size: 18px;
}

#elchairsofa .chairNav_item:hover .fa{
    transform: scale(1.4);
    transition: transform .8s ease;
	color: #AE696A;
}

#elchairsofa .chairNav_item .en{
	font-size: 30px;
    display: block;
    font-weight: bold;
    letter-spacing: 0.001em;
}

#elchairsofa .chairNav_item .jp {
    font-size: 15px;
    font-weight: 500;
	padding: 0 21px 0 18px;
}


/* concept */
#elchairsofa .concept{
	
}

#elchairsofa h2{
    font-size: 38px;
    text-align: center;
    line-height: 1.4;
    letter-spacing: 0.04em;
}

#elchairsofa .dpink{
	color: #AE696A;
	
}

#elchairsofa .concept_txt{
	border-top: 3px solid black;
    margin: 2rem auto 8rem;
    padding-top: 2.8rem;
    font-size: 17px;
    text-align: center;
    font-weight: bold;
}

/* pickup*/

#elchairsofa .chairPickUp_grey {
    padding: 93px 0 80px;
    border-radius: 30px;
    background-color: #f1f3f4;
}

#elchairsofa .chairPickUp_container {
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 40px auto 32px;
}



#elchairsofa .chairPickUp_item{
	width: calc(100% / 2 - 2rem);
    overflow: hidden;
    margin-bottom: 30px;
	position: relative;
	background: #fff;
	border-radius: 10px;
	padding: 50px;
	display: flex;
	flex-direction: column;
}

#elchairsofa .chairPickUp_nbr {
    width: 23%;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 1.1;
}

#elchairsofa .chairPickUp_nbr .txt{
	position: absolute;
    color: #fff;
    top: 20%;
    right: 12%;
    font-size: 26px;
    font-weight: bold;
}

#elchairsofa .chairPickUp_ttl1{
	font-size: 50px;
    font-weight: bold;
    line-height: 1.2;
}

#elchairsofa .chairPickUp_tag{
	color: #AE696A;
    margin-bottom: 2rem;
    font-weight: bold;
}


#elchairsofa .chairPickUp_p{
	font-weight: 500;
    line-height: 1.8;
    margin-bottom: 2rem;
}

#elchairsofa .chairPickUp_link{
	text-align: center;
    background: #798897;
    display: block;
    padding: 18px 8px;
    border-radius: 40px;
    width: 100%;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.08em;
	margin-top: auto;
}

#elchairsofa .chairPickUp_link2{
	margin-top: auto;
}

#elchairsofa .chairPickUp_link2 a{
	text-align: center;
    background: #798897;
    display: block;
    padding: 18px 8px;
    border-radius: 40px;
    width: 100%;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.08em;
}

#elchairsofa .chairPickUp_link2 a:first-child{
	margin-bottom: 10px;
}

#elchairsofa .popup{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
#elchairsofa .popup img:hover{
    cursor: pointer;
    opacity: 0.7;
    transform: scale(0.95);
    transition: transform .6s ease;
}

#elchairsofa .popup .fa{
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin: 0;
	padding: 0;
	font-size: 60px;
	font-weight: normal;
    color: rgba(255, 255, 255, 0.9);
}

#elchairsofa .chairPickUp_p2{
	text-align: center;
	margin-bottom:3rem;
	font-weight: bold;
	margin-top: 1rem;
}

#elchairsofa .chairPickUp_linkArea{
	width: 720px;
	margin: 0 auto;
}

#elchairsofa .chairPickUp_linkArea h2{
	border-bottom: 3px solid black;
    margin-bottom: 2.8rem;
    padding-bottom: 1rem;
}

#elchairsofa .link2{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#elchairsofa .link2 .chairPickUp_link{
	width: calc(100% / 2 - 1rem);
	position: relative;
	
}

#elchairsofa .link2 .chairPickUp_link:before{
	content: "\f00b";
    text-align: center;
    font-family: FontAwesome;
    position: absolute;
    left: 10%;
    top: 50%;
    /* margin-top: -8px; */
    transform: translateY(-50%);
    color: #EDE9D0;
}

/* otherItem */
#elchairsofa .otherItem{
	margin-top: 8rem;
}

#elchairsofa .otherItem_p{
	font-weight: 500;
    line-height: 1.8;
    margin-bottom: 4rem;
	text-align: center;
	padding-top: 2.8rem;
}

#elchairsofa .otherItem_list{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	padding: 0 3%;
}

#elchairsofa .otherItem_list li{
	width: calc(100% / 6 - 1rem);
}

#elchairsofa .otherItem_list li img{
	margin: 0 auto;
}

#elchairsofa .otherItem_list li img:hover{
	cursor: pointer;
    opacity: 0.7;
    transform: scale(0.95);
    transition: transform .6s ease;
}

#elchairsofa .otherItem_btn{
	text-align: center;
    font-weight: bold;
    padding-top: 1rem;
	
}

@media screen and (max-width:1024px){
	#elchairsofa .mv{
		height: 56vw;
	}
	#elchairsofa h1 {
    padding: 12% 34% 0 8%;
	}
	
	#elchairsofa .mv_p{
	padding:4% 0 0 8%;
	}
	#elchairsofa .chairNav{
		bottom: -32px;
	}
	
	#elchairsofa .chairNav_item .en{
		font-size: 20px;
	}
	
	#elchairsofa .chairNav_item .jp{
		font-size: 14px;
	}
	
	#elchairsofa h2{
		font-size: 28px;
	}
	#elchairsofa .concept_txt{
		font-size: 14px;
	}
	
	#elchairsofa .chairPickUp_grey{
		padding: 8% 0;
		border-radius: 2vw;
	}
	
	#elchairsofa .chairPickUp_item{
		padding: 8% 5%;
	}
	
	#elchairsofa .chairPickUp_ttl1{
		font-size: 40px;
	}
	
	#elchairsofa .chairPickUp_nbr{
		width: 30%;
	}
	
}

@media screen and (max-width: 767px){
	#elchairsofa .mv{
	background: url("../img/mv_sp.png")no-repeat;
	background-size: 100% auto;
	height: 604px;
	position: relative;
	margin-bottom: 12rem;	
	}
	#elchairsofa h1{
	padding: 20% 8% 0 6%;
	}
	
	#elchairsofa .mv_p {
    padding: 6% 0 0 6%;
    font-size: 14px;
    letter-spacing: 0.08em;
    font-weight: bold;
	}
	
	#elchairsofa .chairNav{
		width: 100%;
		bottom: -60px;
	}
	#elchairsofa .chairNav_item .en{
		font-size: 16px;
	}
	
	#elchairsofa .chairNav_item .jp{
		font-size: 12px;
	}
	
	#elchairsofa h2{
		font-size: 24px;
	}
	
	#elchairsofa .concept_txt{
		width: 90%;
		line-height: 1.8;
		text-align: left;
	}
	
	
	#elchairsofa .chairPickUp_grey{
		border-radius: 4vw;
		width: 98%;
		margin: 0 auto;
		padding: 14vw 0 18vw;
	}
	
	#elchairsofa .chairPickUp_container{
		flex-direction: column;
	}
	
	#elchairsofa .chairPickUp_item{
		width: 100%;
		padding: 12vw 6vw;
	}
	
	
	#elchairsofa .chairPickUp_linkArea{
		width: 90%;
	}
	
	#elchairsofa .link2{
		flex-direction: column;
	}
	
	#elchairsofa .link2 .chairPickUp_link{
		width: 100%;
		margin-bottom: 15px;
	}
	
	#elchairsofa .link2 .chairPickUp_link:nth-child(2){
		margin-bottom: 0;
	}
	
	
	#elchairsofa .otherItem_list{
		flex-wrap: wrap;
	}
	
	#elchairsofa .otherItem_list li{
		    width: 50%;
		margin-bottom: 10vw;
	}
	
	#elchairsofa .otherItem_list li:nth-child(5),
	#elchairsofa .otherItem_list li:nth-child(6){
		margin-bottom: 0;
	}
	
	#elchairsofa .otherItem{
		margin-top: 2rem;
	}
}
