@charset "UTF-8";
/* CSS Document */


#main_visual {
	width: 100%;
	height: 100svh;
	min-height: 700px;
	position: relative;
}

#main_visual .look_visual {
	position: absolute;
	top: 0%;
	left: 50%;
	width: 50%;
	height: 100%;
}

#main_visual .look_visual .stylist_bg1 {
	background: url("../img/twilight_of_dreams/stylist-01.jpg") no-repeat center top;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;left: 0;
}
#main_visual .look_visual .stylist_bg2 {
	background: url("../img/go_beyond/stylist-01.jpg") no-repeat center top;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;left: 0;
}
#main_visual .look_visual .stylist_bg3 {
	background: url("../img/go_beyond/stylist-02.jpg") no-repeat center top;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;left: 0;
}
#main_visual .look_visual .stylist_bg4 {
	background: url("../img/chill_in_the_air/stylist-01.jpg") no-repeat center top;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;left: 0;
}
#main_visual .look_visual .stylist_bg5 {
	background: url("../img/chill_in_the_air/stylist-02.jpg") no-repeat center top;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;left: 0;
}
#main_visual .title {
	position: absolute;
	top: 50%;
	left: 10%;
	width: 30%;
	z-index: 10;
	transform: translate(0,-50%)
}
#main_visual .title h1 {
	width: 50%;
	margin: 0 auto 5%;
}
#main_visual .title h2 {
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 10%;
}
#main_visual .title ul {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 20px;
}
#main_visual .title ul li a {
	box-sizing: border-box;
	padding: 5px 0;
	text-align: center;
	border: 1px solid #000;
	border-radius: 50px;
	color: #000;
	font-size: 14px;
	display: block;
	font-weight: 600;
}
@media only screen and (max-width: 768px)  {
	#main_visual {
		width: 100%;
		height: auto;
		min-height: auto;
		position: relative;
		padding-top: 40%;
	}	
	#main_visual .look_visual {
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		height: 500px;
		margin: -20% auto 0
	}
	#main_visual .title {
		position: relative;
		bottom: auto;
		left: auto;
		width: 90%;
		margin: 10% 5% 15%;
		text-align: center;
		transform: translate(0)

	}
	#main_visual .title h2 {
		font-size: 20px;
		margin-bottom: 10%;
	}
	#main_visual .title ul {
		width: 100%;
	}
}



#main_contents {
	position: relative;
	background: #FFF;
	max-width: 1000px;
	margin: 5% auto;
	box-sizing: border-box;
	border: 1px solid #000;

}
section {
	position: relative;
	padding: 0 5%;
	margin: 0 auto 15%;
	box-sizing: border-box;
	width: 100%;
	max-width: 1000px;
}
section .tit_icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 3.5%;
	z-index: 10
}
@media only screen and (max-width: 768px)  {
	#main_contents {
		width: 100%;
		margin: 5% auto;
		border: none;
	}
	section {
		position: relative;
		margin: 0 auto 20%;
		width: 100%;
		padding: 0;
		max-width: 1000px;
	}
	section .tit_icon {
		position: absolute;
		top: 0;
		left: 0;
		width: 8%;
	}
}

#interview {
	width: 90%;
	margin: 5% auto
}

#interview .img {
	margin: 5% auto;
}
#interview .txt {
	margin: 0 auto 5%;
}
#interview .txt p {
	font-size: 14px;
	margin: 10px 0;
}
#interview .txt p.bold {
	font-size: 14px;
	font-weight: 600;
}
#interview .grid {
	position: relative;
}
#interview .txt .grid .img {
	width: 18%;
	border: 1px solid #000;
	box-sizing: border-box;
	margin: 0;
}
#interview .txt .grid p {
	width: 77%;
	position: absolute;
	top: 50%;
	left: 23%;
	margin: 0;
	transform: translate(0,-50%);
}
@media only screen and (max-width: 768px)  {
	#interview {
		width: 90%;
		margin: 0 auto
	}
	#interview .img {
		margin: 0 auto 10%;
	}
	#interview .txt {
		margin: 0 auto 10%;
	}
	#interview .txt p {
		font-size: 12px;
		margin: 10px 0;
	}
	#interview .txt p.bold {
		font-size: 12px;
		font-weight: 600;
	}	
	#interview .txt .grid p {
		top: 0%;
		transform: translate(0%);
	}
}
#interview  .tit {
	font-weight: 300;
	font-size: 18px;
	margin-bottom: 0;
	padding-left: 25px;
	position: relative;
}
#interview  .tit::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	width: 15px;
	height:15px;
	border: 1px solid #000;
	border-radius: 30px;
	
}
#interview  .tit.no1::before {
	background: #dec1bb;	
}

#interview  .tit.no2::before {
	background: #b3d7cf;
}
#interview  .tit.no3::before {
	background: #b3d7cf;
}
#interview  .tit.no4::before {
	background: #b9c3c6;
}
#interview  .tit.no5::before {
	background: #b9c3c6;
}
#interview  .tit.no6::before {
	background: #b9c3c6;
}
#credit {
	margin: 0 auto 0;
}
#credit p {
	text-align: center;
	font-size: 10px;
	margin: 10% auto 5%;
}

#other {
	background: #eee;
	padding: 5% 0;
}
@media only screen and (max-width: 768px)  {
	#other {
		background: #eee;
		padding: 15% 0;
	}	
}

