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


#main_visual {
	width: 100%;
	height: 100svh;
	position: sticky;
	top: 0;
}
#main_visual h1 {
	position: absolute;
	bottom: 0%;
	left: 50%;
	transform: translate(-50%,0%);
	width: 50%;
	line-height: 0;
	z-index: 10;
	fill:#FFF347;
}
#main_visual .look_visual {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
}
#main_visual .look_visual .bg {
	background: url("../img/visual_a_p.jpg") no-repeat center top;
	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;
		width: 80%;
		bottom: auto;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);		
	}	
	#main_visual .look_visual .bg {
		background: url("../img/visual_a.jpg") no-repeat center top;
		background-size: cover;

	}
	
}



#main_contents {
	position: sticky;
	background: #BDE1D6;
	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: 20%;
	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 .txt {
	font-size: 12px;
	line-height: 2.4;
}
@media only screen and (max-width: 768px)  {
	#look .box .txt {
		font-size: 10px;
		line-height: 2.4;
	}
	
}

#look .box:nth-of-type(1) .img:nth-of-type(1) {
	width: 60%;
	padding-bottom: 5%;
}
#look .box:nth-of-type(1) .img:nth-of-type(2) {
	width: 30%;
	position: absolute;
	bottom: 0;
	right:15%;
}
#look .box:nth-of-type(1) .img:nth-of-type(2) img {
	transform: rotate(15deg)
}
#look .box:nth-of-type(1) .txt {
	position: absolute;
	top: 10%;
	left: 65%;
}
@media only screen and (max-width: 768px)  {
	#look .box:nth-of-type(1) .img:nth-of-type(1) {
		width: 75%;
		padding-bottom: 5%;
	}
	#look .box:nth-of-type(1) .img:nth-of-type(2) {
		width: 35%;
		position: absolute;
		bottom: auto;
		top: 45%;
		right:0%;
	}
	#look .box:nth-of-type(1) .txt {
		position: relative;
		top: auto;
		left: auto;
		padding: 5%;
	}
	
}



#look .box:nth-of-type(2) .img:nth-of-type(1) {
	width: 75%;
	margin-left: 25%;
	padding-bottom: 10%;
}
#look .box:nth-of-type(2) .img:nth-of-type(1) img {
	transform: rotate(-4deg)
}
#look .box:nth-of-type(2) .img:nth-of-type(2) {
	width: 30%;
	position: absolute;
	bottom: 25%;
	left:0%;

}
#look .box:nth-of-type(2) .img:nth-of-type(2) img {
	transform: rotate(-2deg)
}
#look .box:nth-of-type(2) .img:nth-of-type(3) {
	width: 25%;
	position: absolute;
	bottom: 0;
	left:10%;
}
#look .box:nth-of-type(2) .img:nth-of-type(3) img {
	transform: rotate(4deg)
}
@media only screen and (max-width: 768px)  {
	#look .box:nth-of-type(2) .img:nth-of-type(1) {
		width: 100%;
		margin-left: 5%;
		padding-bottom: 0%;
	}
	#look .box:nth-of-type(2) .img:nth-of-type(2) {
		width: 60%;
		position: relative;
		bottom: auto;
		left:auto;
		margin: -5% 0 0 ;

	}
	#look .box:nth-of-type(2) .img:nth-of-type(3) {
		width: 50%;
		position: relative;
		bottom: auto;
		left:auto;
		margin: -5% 0 0 30%;
	}
}



#look .box:nth-of-type(3) .img:nth-of-type(2) {
	width: 55%;
	margin-left: 45%;
	padding-bottom: 5%;
}
#look .box:nth-of-type(3) .img:nth-of-type(3) {
	width: 30%;
	position: absolute;
	bottom: 0%;
	left:15%;
}
#look .box:nth-of-type(3) .img:nth-of-type(3) img {
	transform: rotate(10deg)
}
#look .box:nth-of-type(3) .txt:nth-of-type(1) {
	position: absolute;
	top: 10%;
	left: 0%;
}
#look .box:nth-of-type(3) .txt:nth-of-type(4) {
	text-align: center;
	margin: 10% auto;
	font-size: 10px;
}
@media only screen and (max-width: 768px)  {
	#look .box:nth-of-type(3) .img:nth-of-type(2) {
		width: 75%;
		margin-left: 25%;
		padding-bottom: 0%;
	}
	#look .box:nth-of-type(3) .img:nth-of-type(3) {
		width: 50%;
		position: relative;
		bottom: auto;
		left:auto;
		margin-top: -20%;
	}
	#look .box:nth-of-type(3) .img:nth-of-type(3) img {
		transform: rotate(10deg)
	}
	#look .box:nth-of-type(3) .txt:nth-of-type(1) {
		position: relative;
		top: auto;
		left: auto;
		padding: 10% 5%;
	}
	#look .box:nth-of-type(3) .txt:nth-of-type(4) {
		text-align: center;
		margin: 10% auto;
		font-size: 10px;
	}
	
}


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

