@charset "UTF-8";

/*------------------共有------------------------*/

.composite_box01 .inner_item a{
	background: #fff;
}

/*------------------concept------------------------*/

#concept+section{
	padding-bottom: 200px;
	padding-top: 110px;
}
#concept+section:before{
	position: absolute;
	display: block;
	content: "";
	width: 60%;
	height: 100%;
	bottom: 0;
	right: 0;
	background: url("/common/upload_data/eve-haircojp/image/beige_1.jpg") no-repeat;
	background-position: bottom right;
	opacity: 0.8;
	pointer-events: none;
}
#concept+section .heading.block_header_2 .h{
	font-weight: 600;
	font-size: 4.5rem !important;
	line-height: 1.4;
	position: relative;
	letter-spacing: 0.2rem;
	font-family: 'EB Garamond', serif;
	color: var(--i_txt_color);
}
#concept+section .heading.block_header_2 p{
	font-size: 1.7rem;
	font-weight: 600;
	letter-spacing: 0.2rem !important;
	color: var(--i_txt_color);
}
#concept+section .inner_item_txt{
	padding-left: 5%;
	padding-right: 10%;
}
@media screen and (max-width: 900px){
	#concept+section {
		padding-top: 0;
		padding-bottom: 160px;
	}
	#concept+section:before{
		width: 100%;
		background-position: center;
	}
	#concept+section .inner_item_txt:before{
		display: none;
	}
}
@media screen and (max-width: 800px){
	#concept+section .heading.block_header_2 .h{
		font-size: 3.8rem !important;
	}
	#concept+section .heading.block_header_2 p{
		font-size: 1.5rem;
	}
}
@media screen and (max-width: 700px){
	#concept+section {
		padding-bottom: 80px;
	}
}

/*------------------column3------------------------*/

#column3+div:before,
#column3+div:after{
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 70%;
	bottom: 0;
	left: 0;
}
#column3+div:before{
	background: #f2ede3;
	pointer-events: none;
}
#column3+div:after{
	background: url("/common/upload_data/eve-haircojp/image/brick.png") no-repeat;
	background-position: top left;
	pointer-events: none;
}
#column3+div .inner_item .heading{
	margin-bottom: 0;
}
#column3+div .heading.block_header_4 .h{
	font-size: 3rem !important;
	font-family: 'EB Garamond', serif;
	letter-spacing: 0.2rem !important;
}
@media screen and (min-width: 1300px){
	#column3+div .content_wrapper{
		margin-right: 5%;
	}
}
@media screen and (min-width: 701px){
	#column3+div{
		padding-bottom: 200px;
		margin-top: -150px;
	}
}
@media screen and (max-width: 700px){
	#column3+div:before,
	#column3+div:after{
		height: 100%;
	}
}

/*------------------news------------------------*/

@media screen and (min-width: 701px){
	#news+div{
		margin-top: -150px;
	}
	#news+div>.content_wrapper{
		background: #fff;
		max-width: 1200px;
		width: calc(100% - 100px);
		padding-top: 50px;
	}	
}

/*------------------sns------------------------*/

#sns+.composite_box01 .inner_item a{
	background: none;
}
#sns+div:before{
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url("/common/upload_data/eve-haircojp/image/pattern_1.jpg") no-repeat;
	background-size: cover;
	opacity: 0.4;
	pointer-events: none;
}
#sns+div .inner_item_txt .heading:after{
	position: absolute;
	display: block;
	content: "";
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	top: 2px;
	left: 2px;
	border: 3px double #fff;
	z-index: 5;
	pointer-events: none;
}
#sns+div .heading .h{
	padding-left: 42px;
	margin-left: 30px;
	font-size: 2.5rem;
}
#sns+div .heading .h:before{
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	top: .25rem;
	left: 0;
	background: url("/common/upload_data/eve-haircojp/image/icon01.png") no-repeat;
	background-position: center left;
	background-size: contain;
	background-size: 30px;
	pointer-events: none;
}
#sns+div .inner_item:last-of-type .heading .h:before{
	background: url("/common/upload_data/eve-haircojp/image/icon02.png") no-repeat;
	background-position: center left;
	background-size: contain;
	background-size: 30px;
	top: .1rem;
}
#sns+div.block_images_9 .inner_item_txt .heading::before{
	background: #56411c;
	opacity: 0.5;
}
#sns+div.block_images_9 a:hover .inner_item_txt .heading::before {
	opacity: 0.8;
}
@media screen and (max-width: 920px){
	#sns+div .heading .h{
		padding-left: 36px;
		margin-left: 0px;
	}
	#sns+div .heading .h:before,
	#sns+div .inner_item:last-of-type .heading .h:before{
		background-size: contain;
	}
	#sns+div .heading .h:before{
		top: .15rem;
	}
}

/*------------------column_l------------------------*/

#column_l+section,
#column_l2+section{
	padding-bottom: 180px;
}
#column_l+section:before,
#column_l+section:after,
#column_l2+section:before,
#column_l2+section:after{
	position: absolute;
	display: block;
	content: "";
	height: calc(75% - 100px);
	bottom: 100px;
	background: #f2ede3 url("/common/upload_data/eve-haircojp/image/brown_bg_4.jpg") no-repeat;
	pointer-events: none;
}
#column_l+section:before,
#column_l2+section:before{
	left: 0;
	width: 30%;
}
#column_l+section:after,
#column_l2+section:after{
	right: 0;
	width: 20%;
}
@media screen and (max-width: 1700px){
	#column_l+section:after,
	#column_l2+section:after{
		display: none;
	}
}
@media screen and (min-width: 1200px){
	#column_l+section .inner_item_txt .heading{
		position: relative;
		padding-top: 120px;
	}
	#column_l + section .inner_item_txt .heading:before{
		position: absolute;
		display: block;
		content: "";
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
		background: url("/common/upload_data/eve-haircojp/image/t1_1.png") no-repeat;
		background-position: top left;
		pointer-events: none;
	}
	#column_l2+section .inner_item_txt .heading{
		position: relative;
		padding-top: 140px;
	}
	#column_l2+section .inner_item_txt .heading:before{
		position: absolute;
		display: block;
		content: "";
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
		background: url("/common/upload_data/eve-haircojp/image/t3_1.png") no-repeat;
		background-position: top left;
		pointer-events: none;
	}
}
@media screen and (min-width: 901px){
	#column_l+section .content_wrapper,
	#column_l2+section .content_wrapper{
		margin-left: 10%;
	}
	#column_l+section .inner_item_txt,
	#column_l2+section .inner_item_txt{
		z-index: 0;
	}
	#column_l+section .inner_item_txt p,
	#column_l2+section .inner_item_txt p{
		margin-left: -100px;
		padding: 50px 0 0 50px;
		background: #fdfaf3;
	}
	#column_l+section .inner_item_txt .heading,
	#column_l2+section .inner_item_txt .heading{
		margin-left: 20px;
	}
}
@media screen and (min-width:901px) and ( max-width:1450px){
	#column_l+section .inner_item_txt p,
	#column_l2+section .inner_item_txt p{
		width: 90%;
	}
}
@media screen and (max-width: 900px){
	#column_l+section:before,
	#column_l2+section:before{
		width: 100%;
		background-size: cover;
		bottom: 0;
		height: 75%;
	}
	#column_l+section,
	#column_l2+section{
		padding-bottom: 100px;
	}
}

/*------------------column_r------------------------*/

#column_r+section:before{
	position: absolute;
	display: block;
	content: "";
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: url("/common/upload_data/eve-haircojp/image/brown_bg1.png") no-repeat;
	background-position: top left;
	background-size: 850px;
	pointer-events: none;
}
#column_r+section:after{
	position: absolute;
	display: block;
	content: "";
	height: 100%;
	width: 100%;
	bottom: 0;
	right: 0;
	background: url("/common/upload_data/eve-haircojp/image/brown_bg2.png") no-repeat;
	background-position: bottom right;
	pointer-events: none;
}
@media screen and (min-width: 1200px){
	#column_r+section .inner_item_txt .heading{
		margin-right: 20px;
		position: relative;
		padding-top: 120px;
	}
	#column_r + section .inner_item_txt .heading:before{
		position: absolute;
		display: block;
		content: "";
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
		background: url("/common/upload_data/eve-haircojp/image/t2.png") no-repeat;
		background-position: top left;
		pointer-events: none;
	}
}
@media screen and (min-width: 1355px){
	#column_r+section .inner_item_txt p{
		background: #f5e6d3;
	}
}
@media screen and (min-width: 901px){
	#column_r+section .inner_item_txt{
		z-index: 0;
	}
	#column_r+section .inner_item_txt p{
		margin-right: -100px;
		padding: 50px 50px 0 0;
	}
	#column_r+section{
		background: #f5e6d3 !important;
		padding-top: 100px;
		padding-bottom: 100px !important;
	}
	#column_r+section .inner_item_txt .heading{
		margin-right: 20px;
	}
}
@media screen and (min-width:901px) and ( max-width:1450px){
	#column_r+section .inner_item_txt p{
		width: 90%;
	}
}
@media screen and (max-width: 900px){
	#column_r+section{
		padding-top: 100px;
		padding-bottom: 100px;
	}
}

/*------------------style------------------------*/

#style+div:before,
#style+div:after{
	position: absolute;
	display: block;
	content: "";
	pointer-events: none;
}
#style+div:before{
	width: 90%;
	height: 60%;
	top: 0;
	left: 0;
	background: #fff url("/common/upload_data/eve-haircojp/image/wood1_2.jpg") no-repeat;
	background-position: right;
}
#style+div:after{
	width: 90%;
	height: 60%;
	bottom: 0;
	right: 0;
	background: #f9f4eb;
	z-index: -1;
}
@media screen and (max-width: 400px){
	#style+div:after{
		display: none;
	}
	#style+div:before{
		display: block;
		width: 100%;
		height: 100%;
	}
}