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


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

	}
	
}



#main_contents {
	position: sticky;
	background: #e6378d;
	padding: 10% 0 0;
	
	
}
section {
	position: relative;
	margin: 0 auto 10%;
	width: 90%;
	max-width: 1000px;
}
section#look {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	color: #fff100
}
section#look .inner {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}
#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: 10%;
	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%;
	}
	section#look .inner {
		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: 0 auto;
	position: relative;
	padding: 5% 0
}
#look .box:nth-of-type(2) {
	background: #eb5e00;
}
#look .box:nth-of-type(3),#look .box:nth-of-type(4) {
	background: #299fdb;
}
#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 .img {
	line-height: 0;
}
#look .box:nth-of-type(1) .img {
	box-sizing: border-box;
	padding: 5px;
}
#look .box:nth-of-type(1) .inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
#look .box:nth-of-type(1) .inner .grid:nth-of-type(2) {
	margin-top: 40%;
}
#look .box:nth-of-type(1) .txt {
	box-sizing:border-box;
	padding: 10%;
}

@media only screen and (max-width: 768px)  {
	#look .box:nth-of-type(1) .inner .grid:nth-of-type(2) {
		margin-top: 90%;
	}
	#look .box:nth-of-type(1) .txt {
		display: none;
	}
	#look .box:nth-of-type(1) .txt.spv {
		display: block;
	}
}



#look .box:nth-of-type(2) .inner {
	width: 90%;
	max-width: 600px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 5px;
}
@media only screen and (max-width: 768px)  {
	#look .box:nth-of-type(2) .inner {
		margin: 10% auto;
	}
}


#look .box:nth-of-type(3) .img {
	box-sizing: border-box;
	padding: 5px;
}
#look .box:nth-of-type(3) .img:nth-of-type(1) {
	width: 25%;
}
#look .box:nth-of-type(3) .img:nth-of-type(2) {
	width: 40%;
	margin:-15% 0 0 25%;
}
#look .box:nth-of-type(3) .img:nth-of-type(3) {
	width: 35%;
	margin: -35% 0 15% 65%;
}
@media only screen and (max-width: 768px)  {
	#look .box:nth-of-type(3) .img:nth-of-type(1) {
		width: 50%;
		margin-left: 0%;
		padding-bottom: 0%;
	}
	#look .box:nth-of-type(3) .img:nth-of-type(2) {
		width: 50%;
		margin:-35% 0 0 50%;
	}
	#look .box:nth-of-type(3) .img:nth-of-type(3) {
		width: 60%;
		margin: 5% auto;
	}
	
}
#look .box:nth-of-type(4) .img {
	box-sizing: border-box;
	padding: 5px;
}
#look .box:nth-of-type(4) .img:nth-of-type(2) {
	width: 50%;
}
#look .box:nth-of-type(4) .img:nth-of-type(3) {
	width: 50%;
	margin: -25% 0 0 50%
}
#look .box:nth-of-type(4) .img:nth-of-type(4) {
	width: 50%;
	margin: -35% 0 0 0;
	padding: 8%;
}
#look .box:nth-of-type(4) .img:nth-of-type(5) {
	width: 50%;
	margin: -35% 0 0 50%;
	padding: 12%;
}
#look .box:nth-of-type(4) .img:nth-of-type(6) {
	width: 50%;
	margin: -30% 0 0 0%;
}
#look .box:nth-of-type(4) .img:nth-of-type(7) {
	width: 50%;
	margin: -10% 0 5% 50%;
	padding: 0 5%
}
#look .box:nth-of-type(4) .txt {
	width: 40%;
	position: absolute;
	top: 0%;
	right: 0;
}
@media only screen and (max-width: 768px)  {
	#look .box:nth-of-type(4) .txt {
		width: 80%;
		position: relative;
		top: auto;
		right: auto;
		margin: 0 auto 10%;
	}
	#look .box:nth-of-type(4) .img:nth-of-type(2) {
		width: 75%;
	}
	#look .box:nth-of-type(4) .img:nth-of-type(3) {
		width: 55%;
		margin:0% 0 0 45%
	}
	#look .box:nth-of-type(4) .img:nth-of-type(4) {
		width: 50%;
		margin: -35% 0 0 0;
		padding: 0 8% 0 0;
	}
	#look .box:nth-of-type(4) .img:nth-of-type(5) {
		width: 45%;
		margin: -15% 0 0 50%;
		padding: 0 5%;
	}
	#look .box:nth-of-type(4) .img:nth-of-type(6) {
		width: 50%;
		margin: -30% 0 0 0%;
	}
	#look .box:nth-of-type(4) .img:nth-of-type(7) {
		width: 50%;
		margin: 5% auto;
		padding:0
	}
}


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

