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


#main_visual {
	width: 100%;
	height: 100svh;
	position: sticky;
	top: 0;
}
#main_visual h1 {
	position: absolute;
	top:24%;
	left: 10%;
	transform: translate(0%,0%);
	width: 40%;
	line-height: 0;
	z-index: 10;
	fill:#fff;
}
#main_visual .look_visual {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
}
#main_visual .look_visual .bg {
	background: url("../img/visual_d_p.jpg") no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;left: 0;
	
}


@media only screen and (max-width: 768px)  {
	#main_visual h1 {
		position: absolute;
		top: auto;
		bottom: 5%;
		width: 80%;
		left: 50%;
		transform: translate(-50%,0%);
		fill:#FFF
	}	
	#main_visual .look_visual .bg {
		background: url("../img/visual_d_s.jpg") no-repeat center left;
		background-size: cover;

	}
	
}



#main_contents {
	position: sticky;
	background: #eae5e3;
	padding: 10% 0 0;
	
	
}
section {
	position: relative;
	margin: 0 auto 10%;
	width: 90%;
	max-width: 1000px;
}
#top {
	position: relative;
}
#top .title {
	width: 40%;
	margin: 0 auto;
	text-align: center;
	line-height: 0;
}
#top .title p {
	font-size: 12px;
	margin: 5% auto 10%
}
#top .title .name {
	width: 30%;
	margin: 0 auto;
	text-align: center;
}
#top .video {
	width: 34%;
	margin: 10% auto;
}
@media only screen and (max-width: 768px)  {
	#main_contents {
		padding: 20% 0 0;
	}
	section {
		width: 100%;
	}
	#top .title {
		width: 60%;
		margin: 0 auto;
		text-align: center;
		line-height: 0;
	}
	#top .video {
		width: 70%;
		margin: 20% auto;
	}
}

#look {
	position: relative;
	overflow: hidden;
}
#look .box {
	margin: 5% auto;
	position: relative;
}
#look .box .img {
	line-height: 0;
}
#look .box .txt {
	font-size: 12px;
	line-height: 2.4;
	color: #5e5d5c;
}
@media only screen and (max-width: 768px)  {
	#look .box .txt {
		font-size: 10px;
		line-height: 2.4;
	}
	
}
#look .box:nth-of-type(1) {
	position: relative;
	text-align: center;
	margin: 5% auto;

}
@media only screen and (max-width: 768px)  {
	#look .box:nth-of-type(1) {
		margin: 15% auto;

	}
}


#look .box:nth-of-type(2) {
	position: relative;
}
#look .box:nth-of-type(2) .img:nth-of-type(1) {
	width: 65%;
	margin: 0 0 0 35%;
	line-height: 0;
	padding-bottom: 5%;
}
#look .box:nth-of-type(2) .img:nth-of-type(2) {
	width: 30%;
	position: absolute;
	bottom: 0;
	left: 10%;
	border: 10px solid #eae5e3;
}
#look .box:nth-of-type(2) .txt {
	position: absolute;
	top: 20%;
	left: 15%;
}
@media only screen and (max-width: 768px)  {
	#look .box:nth-of-type(2) .img:nth-of-type(1) {
		width: 70%;
		margin: 0 0 0 30%;

	}
	#look .box:nth-of-type(2) .img:nth-of-type(2) {
		width: 40%;
		position: absolute;
		bottom: 0;
		left: 0%;
		border: 10px solid #eae5e3;
	}
	#look .box:nth-of-type(2) .txt {
		position: relative;
		top: auto;
		left: auto;
		width: 50%;
		margin: 5% 0 0 50%;
		padding-bottom: 20%;
	}
}



#look .box:nth-of-type(3) {
	position: relative;
	padding-top: 5%;
}
#look .box:nth-of-type(3) .img:nth-of-type(1) {
	width: 65%;
	z-index: 2
}
#look .box:nth-of-type(3) .img:nth-of-type(2) {
	width: 30%;
	position: absolute;
	top: 0;
	right: 10%;
	border: 10px solid #eae5e3;
}
#look .box:nth-of-type(3) .txt {
	position: absolute;
	bottom: 20%;
	right: 15%;
}
@media only screen and (max-width: 768px)  {
	#look .box:nth-of-type(3) .img:nth-of-type(1) {
		width: 70%;
		margin: 0;
		padding-top: 20%;

	}
	#look .box:nth-of-type(3) .img:nth-of-type(2) {
		width: 40%;
		position: absolute;
		top: 0;
		right: 0%;
		border: 10px solid #eae5e3;
	}
	#look .box:nth-of-type(3) .txt {
		position: relative;
		bottom: auto;
		right: auto;
		width: 50%;
		margin: 5%;
		padding-bottom: 0%;
	}
}


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

