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

html,
body {
	padding: 0;
	margin: 0;
}
img {
	width: 100%;
	border: none;
}
ul,li {
	margin: 0;
	padding: 0;
	list-style: none;
}
h1,h2,h3,h4,p,a {
	text-decoration: none;
	margin: 0;
	padding: 0;
}

#cl {
	position: relative;
	background: #d8d8d8;
	font-family: "Hanken Grotesk",  "Noto Sans JP", sans-serif;
}
.spv {
	display: none;
}
@media only screen and (max-width: 768px)  {
	.spv {
		display: block;
	}
	.pcv {
		display: none;
	}
}

#main_visual {
	position: relative;
	width: 100%;
	height: 100vh;
}
#main_visual .visual {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../img/main_p.jpg") no-repeat center top;
	background-size: cover;
}
#main_visual h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 40%;
	line-height: 0;
}
@media only screen and (max-width: 768px)  {
	#main_visual .visual {
		background: url("../img/main_s.jpg") no-repeat center top;
		background-size: cover;
	}	
	#main_visual h1 {
		width: 85%;
	}
}

#main_contents {
	position: relative;
}
#main_contents .data {
	max-width: 1200px;
	margin: 5% auto;
	box-sizing: border-box;
	padding: 0 40px;
}
#main_contents .data h2 {
	width: 35%;
} 
#main_contents .data p {
	font-size: 12px;
	font-weight: 500;
	margin: 3% 0 0;
	line-height: 2;
}
@media only screen and (max-width: 768px)  {
	#main_contents .data {
		margin: 10% auto;
		padding: 5%;
	}
	#main_contents .data h2 {
		width: 80%;
	} 
	#main_contents .data p {
		font-size: 11px;
		margin: 10% 0 0;
	}	
	
}

#main_contents .look {
	position: relative;
}
#main_contents .section {
	position: relative;
	max-width: 1200px;
	margin: 10% auto;
	box-sizing: border-box;
	padding: 0 40px;
}
#main_contents .section .box {
	position: relative;
}
@media only screen and (max-width: 768px)  {
	#main_contents .section {
		margin: 20% auto;
		padding: 0
	}
	
}



#main_contents #look01 .box:nth-of-type(1) .img:nth-of-type(1) {
	width: 50%;
	position: absolute;
	top: 0;
	left: 0;
}
#main_contents #look01 .box:nth-of-type(1) .txt {
	width: 50%;
	margin: 0 0 10% 50%;
	box-sizing: border-box;
	padding: 0 5%;
}
#main_contents #look01 .box:nth-of-type(1) .txt h3 {
	text-align: right;
	font-size: 32px;
	font-weight: 600;
}
#main_contents #look01 .box:nth-of-type(1) .img:nth-of-type(3) {
	width: 50%;
	margin: 0 0 0 50%;
	box-sizing: border-box;
	padding: 0 0 0 10%;
	position: relative;
}
#main_contents #look01 .box:nth-of-type(1) .img:nth-of-type(3) span {
	position: absolute;
	top: 50%;
	right: -40px;
	transform: translate(0,-50%);
	width: 12px;
}
#main_contents #look01 .box:nth-of-type(2) {
	margin: -5% 0 0 0;
}
#main_contents #look01 .box:nth-of-type(2) .img {
	width: 40%;

}
#main_contents #look01 .box:nth-of-type(2) .txt {
	width: 50%;
	position: absolute;
	top: 50%;
	left: 45%;
	transform: translate(0,-50%);
}
#main_contents #look01 .box:nth-of-type(3) {
	margin: 10% auto;
}
#main_contents #look01 .box:nth-of-type(3) .img {
	width: 100%;
}
@media only screen and (max-width: 768px)  {
	#main_contents #look01 .box:nth-of-type(1) .img:nth-of-type(1) {
		width: 90%;
		position: relative;
		margin: 0 auto;
	}
	#main_contents #look01 .box:nth-of-type(1) .txt {
		width: 100%;
		margin: 0 0 10%;
		box-sizing: border-box;
		padding: 5%;
	}
	#main_contents #look01 .box:nth-of-type(1) .img:nth-of-type(3) {
		width: 100%;
		margin: 0;
		padding: 0 0 0 25%;
	}
	#main_contents #look01 .box:nth-of-type(1) .img:nth-of-type(3) span {
		right: auto;
		left: 12%;
		width: 10px;
	}
	#main_contents #look01 .box:nth-of-type(2) {
		margin: 10% 0 0 0;
	}
	#main_contents #look01 .box:nth-of-type(2) .img {
		width: 75%;

	}
	#main_contents #look01 .box:nth-of-type(2) .txt {
		width: 100%;
		position: relative;
		top: auto;
		left: auto;
		transform: translate(0);
		box-sizing: border-box;
		padding: 5%;
	}
	#main_contents #look01 .box:nth-of-type(3) {
		margin: 10% auto;
		overflow: hidden;
	}
	#main_contents #look01 .box:nth-of-type(3) .img {
		width: 130%;
		margin-left: -15%;
	}
	
}




#main_contents #look02 {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
#main_contents #look02 .box:nth-of-type(1) .txt {
	text-align: left;
	font-size: 32px;
	font-weight: 600;
	padding: 0 15% 0 0 ;
}
#main_contents #look02 .box:nth-of-type(1) .txt h3 {
	text-align: left;
	font-size: 32px;
	font-weight: 600;
}
#main_contents #look02 .box:nth-of-type(1) .img {
	box-sizing: border-box;
	padding: 10% 15% 0 0;
	position: relative;
}
#main_contents #look02 .box:nth-of-type(1) .img span {
	position: absolute;
	top: 50%;
	left: -40px;
	transform: translate(0,-50%);
	width: 12px;
}
@media only screen and (max-width: 768px)  {
	#main_contents #look02 {
		display: block;
		grid-template-columns:auto
	}	
	#main_contents #look02 .box:nth-of-type(1) .txt {
		text-align: left;
		width: 90%;
		margin: 10% auto;
		padding: 0 ;
	}
	#main_contents #look02 .box:nth-of-type(1) .txt h3 {
		text-align: left;
		font-size: 32px;
		font-weight: 600;
	}
	#main_contents #look02 .box:nth-of-type(1) .img {
		width: 100%;
		padding: 5% 15%
	}
	#main_contents #look02 .box:nth-of-type(1) .img span {
		position: absolute;
		top: 50%;
		left: 6%;
		transform: translate(0,-50%);
		width: 10px;
	}
	#main_contents #look02 .box:nth-of-type(1) .img span:nth-of-type(2) {
		position: absolute;
		top: 50%;
		left: auto;
		right: 6%;
		transform: translate(0,-50%);
		width: 10px;
	}
}

#main_contents #look03 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	direction: rtl;
}
#main_contents #look03 .box:nth-of-type(1) .txt {
	text-align: left;
	font-size: 32px;
	font-weight: 600;
	padding: 0 0 0 15% ;
	direction: ltr;
}
#main_contents #look03 .box:nth-of-type(1) .txt h3 {
	text-align: right;
	font-size: 32px;
	font-weight: 600;
}
#main_contents #look03 .box:nth-of-type(1) .img {
	box-sizing: border-box;
	padding: 10% 0 0 15% ;
	direction: ltr;
	position: relative;
	
}
#main_contents #look03 .box:nth-of-type(1) .img span {
	position: absolute;
	top: 50%;
	right: -40px;
	transform: translate(0,-50%);
	width: 12px;
}
@media only screen and (max-width: 768px)  {
	#main_contents #look03 {
		display: block;
		grid-template-columns:auto
	}	
	#main_contents #look03 .box:nth-of-type(1) .txt {
		width: 90%;
		margin: 10% auto;
		padding: 0 ;
	}
	#main_contents #look03 .box:nth-of-type(1) .txt h3 {
		text-align: right;
		font-size: 32px;
		font-weight: 600;
	}
	#main_contents #look03 .box:nth-of-type(1) .img {
		width: 100%;
		padding: 5% 15%
	}
	#main_contents #look03 .box:nth-of-type(1) .img span {
		position: absolute;
		top: 50%;
		right: auto;
		left: 6%;
		transform: translate(0,-50%);
		width: 10px;
	}
	#main_contents #look03 .box:nth-of-type(1) .img span:nth-of-type(2) {
		position: absolute;
		top: 50%;
		left: auto;
		right: 6%;
		transform: translate(0,-50%);
		width: 10px;
	}
}



#main_contents .section .box .item {
	text-align: right;
	margin: 2% 0;
}
#main_contents .section .box .item a {
	display: inline-block;
	position: relative;
	color: #000;
	font-size: 12px;
	line-height: 1.8;
}
#main_contents .section .box .item a span {
	display: inline-block;
	text-align: right;
	font-weight: 600;
	border-bottom: 1px solid #000;
	margin-top: 5%;
	font-size: 14px;
}
#main_contents .section .box .txt p {
	display: block;
	position: relative;
	padding: 7% 0 0 0;
	margin: 7% 0 0 0;
	font-size: 12px;
	line-height: 2;
	font-weight: 400
}
#main_contents .section .box:nth-of-type(1) .txt p::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 1px;
	background: #000;	
}
#main_contents .section .box:nth-of-type(2) .txt p::before,#main_contents #look02 .box .txt p::before, #main_contents #look03 .box .txt p::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 1px;
	background: #000;
}
@media only screen and (max-width: 768px)  {
	#main_contents .section .box .item {
		text-align: center;
		margin: 5% 0;
	}
	#main_contents .section .box .item a {
		font-size: 12px;
	}
	#main_contents .section .box .item a span {
		font-size: 14px;
		margin-top: 5%;
	}
	#main_contents .section .box .txt p {
		font-size: 11px;
	}
}


#main_foot {
	margin: 10% auto 0;
	position: relative;
}
#main_foot .brand {
	max-width: 700px;
	margin: 5% auto;
}
#main_foot .brand h4 {
	width: 20%;
	margin-bottom: 5%;
}
#main_foot .brand p {
	font-size: 12px;
	line-height: 2;
	font-weight: 400
}
#main_foot .logo {
	max-width: 400px;
	width: 70%;
	margin: 10% auto 0;
}
#main_foot .copyright {
	font-size: 10px;
	padding: 5% 0;
	text-align: center;
}
@media only screen and (max-width: 768px)  {
	#main_foot {
		margin: 30% auto 0;
		width: 86%;
	}
	#main_foot .brand {
		max-width: 700px;
		margin: 20% auto;
	}
	#main_foot .brand h4 {
		width: 30%;
		margin-bottom: 5%;
	}
	#main_foot .brand p {
		font-size: 11px;
		line-height: 2;
		font-weight: 400
	}
	#main_foot .logo {
		margin: 40% auto 10%;
	}
}


#main_visual .visual {
	opacity: 0;
	transition: 1.6s all 0.2s ease;
}
#main_visual.ac .visual {
	opacity: 1;
}
.anim {
	opacity: 0;
	transition: 1.4s all 0s ease;
}
.anim.ac {
	opacity: 1;
}