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


#main_visual {
	width: 100%;
	height: 100svh;
	position: sticky;
	top: 0;
}
#main_visual h1 {
	position: absolute;
	top: 25%;
	left: 0%;
	width: 50%;
	line-height: 0;
	z-index: 10;
	fill:#FFF347;
}
#main_visual h2 {
	position: absolute;
	bottom: 10%;
	left: 5%;
	line-height: 2;
	width: 40%;
	font-size: 11px;
	color: #FFF;
	font-weight: 500;
	margin: 0;
	padding: 0
}
#main_visual .look_visual {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
}
#main_visual .look_visual .bg {
	background: url("../img/visual_b_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%;
		left:10%;
		top: 10%
	
	}	
	#main_visual h2 {
		position: absolute;
		bottom: 3%;
		left: 15%;
		width: 70%;
		font-size: 10px;
		text-align: center;
	}
	#main_visual .look_visual .bg {
		background: url("../img/visual_b_s.jpg") no-repeat center top;
		background-size: cover;

	}
	
}



#main_contents {
	position: sticky;
	background: #fff;
	padding: 10% 0 0;
	
	
}
section {
	position: relative;
	margin: 0 auto 10%;
	width: 100%;
	max-width: 100%;
}
section .inner {
		width: 90%;
	max-width: 1000px;
	position: relative;
	margin: 0 auto;
}
#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%;
	}
	section .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;
}
#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) {
	background: #b3d7cf;
	padding: 5% 0
}
#look .box:nth-of-type(1) .img:nth-of-type(1) {
	width: 60%;
	margin: 0 0 0 40%;
}
#look .box:nth-of-type(1) .switch3 {
	position: absolute;
	top: 15%;
	left: 0;
	width: 35%;
}
#look .box:nth-of-type(1) .switch3 img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: block;
	animation: switch3 3s infinite;
	animation-delay: 0s;
	opacity: 0;
}
#look .box:nth-of-type(1) .switch3 img:nth-of-type(1) {
	position: relative;
}
#look .box:nth-of-type(1) .switch3 img:nth-of-type(2) {
	animation-delay: 1s
}
#look .box:nth-of-type(1) .switch3 img:nth-of-type(3) {
	animation-delay: 2s
}
#look .box:nth-of-type(1) .grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 5%;
	margin: 5% auto 0;
}
#look .box:nth-of-type(1) .grid .img {
	width: 100%;
	margin: 0;
}
@keyframes switch3 {
  0%{ opacity: 0;}
  1%{ opacity: 1;}
  34%{ opacity: 1;}
  35%{ opacity: 0;}
  100%{ opacity: 0;}
}
@media only screen and (max-width: 768px)  {
	#look .box:nth-of-type(1) .img:nth-of-type(1) {
		width: 90%;
		margin: 0 auto;
	}
	#look .box:nth-of-type(1) .switch3 {
		position: relative;
		top: auto;
		left: auto;
		width: 45%;
		margin: -10% 0 0;
	}
	#look .box:nth-of-type(1) .grid {
		display: block;
		margin: 5% auto 0;
	}
	#look .box:nth-of-type(1) .grid .img {
		width: 75%;
		margin: 5% auto;
	}
}

#look .box:nth-of-type(2) {
	background: #dec1bb;
	padding: 5% 0
}
#look .box:nth-of-type(2) .img:nth-of-type(1) {
	width: 60%;
	margin: 0 0 0 0%;
}
#look .box:nth-of-type(2) .switch2 {
	position: absolute;
	top: 15%;
	right: 0;
	width: 30%;
}
#look .box:nth-of-type(2) .switch2 img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: block;
	animation: switch2 2s infinite;
	animation-delay: 0s;
	opacity: 0;
}
#look .box:nth-of-type(2) .switch2 img:nth-of-type(1) {
	position: relative;
}
#look .box:nth-of-type(2) .switch2 img:nth-of-type(2) {
	animation-delay: 1s
}
#look .box:nth-of-type(2) .grid {
	display: grid;
	grid-template-columns: 1fr 1.77fr;
	column-gap: 5%;
	margin: 5% auto;
}
#look .box:nth-of-type(2) .grid .img {
	width: 100%;
	margin: 0;
}
@keyframes switch2 {
  0%{ opacity: 0;}
  1%{ opacity: 1;}
  51%{ opacity: 1;}
  52%{ opacity: 0;}
  100%{ opacity: 0;}
}

@media only screen and (max-width: 768px)  {
	#look .box:nth-of-type(2) .img:nth-of-type(1) {
		width: 90%;
		margin: 0 auto;
	}
	#look .box:nth-of-type(2) .switch2 {
		position: relative;
		top: auto;
		right: auto;
		width: 45%;
		margin: -10% 0 0 55%;
	}
	#look .box:nth-of-type(2) .grid {
		display: block;
		margin: 5% auto 0;
	}
	#look .box:nth-of-type(2) .grid .img {
		width: 75%;
		margin: 5% auto;
	}
}

#look .box:nth-of-type(3)  {
	padding: 5% 0
}
#look .box:nth-of-type(3) .img:nth-of-type(1) {
	width: 60%;
	margin-left: 40%;
}

#look .box:nth-of-type(3) .txt {
	position: absolute;
	top: 50%;
	left: 5%;
	width: 30%;
	transform: translate(0,-50%);
}
#look .box:nth-of-type(3) .txt .brand {
	margin-bottom: 10%;
}
#look .box:nth-of-type(3) .txt p {
	width: 90%;
	margin: 0 auto;
}

@media only screen and (max-width: 768px)  {
	#look .box:nth-of-type(3) {
		padding: 0;
	}
	#look .box:nth-of-type(3) .img:nth-of-type(1) {
		width: 100%;
		margin-left: 0%;
		margin-bottom: 10%;
	}
	#look .box:nth-of-type(3) .txt {
		position: relative;
		top: auto;
		left: auto;
		transform: translate(0%);
		width: 80%;
		margin: 0 auto;
		padding-bottom: 10%;
	}
	#look .box:nth-of-type(3) .txt .brand {
		margin-bottom: 10%;
	}
	#look .box:nth-of-type(3) .txt p {
		width: 90%;
		margin: 0 auto;
	}
	
}


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

@media only screen and (max-width: 768px)  {
	#article ul li {
		padding: 0 0 5%;
		border-radius: 10px;
		margin-bottom: 2.5%;
		width: 48%;
	}
}
