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

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

#br {
	position: relative;
	font-family:"Noto Sans JP", "Hanken Grotesk", sans-serif;
}
#br a {
	color: #000;
}
#main_title {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background: #eee
}
#main_visual {
	width: 50%;
	height: 100vh;
	position: relative;
}
#main_visual .visual {
	background: url("../img/main.jpg") no-repeat center;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}

#main_title .inner {
	position: sticky;
	top: 0;
	width: 100%;
	height: 100vh;
}
#main_title .inner .title {
	position: absolute;
	top: 50%;
	left: 15%;
	width: 70%;
	transform: translate(0,-50%);
}
#main_title .inner .title h1 {
	width: 75%;
	margin: 0 auto 10%;
}
#main_title .inner .title ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 10%;
}
#main_title .inner .title ul li .img {
	overflow: hidden;
	border-radius: 100px;
}
#main_title .inner .title ul li .name {
	text-align: center;
	font-size: 10px;
	margin: 10% auto 0;
}
#main_title .inner .title ul li .name span {
	display: block;
	font-size: 14px;
	font-weight: 600;
}
#main_title .inner .title ul li .icon {
	width: 70%;
	margin: 10px auto 0
}
@media only screen and (max-width: 768px)  {
	#main_visual {
		width: 100%;
		height: 400px;
		position: relative;
	}
	#main_title {
		position: relative;
		top: auto;
		right: auto;
		width: 100%;
		height: auto;
		background: #eee;
		padding: 10% 0
	}
	#main_title .inner {
		position: relative;
		top: auto;
		width: 100%;
		height: auto;
	}
	#main_title .inner .title {
		position: relative;
		top: auto;
		left: auto;
		width: 90%;
		transform: translate(0%);
		margin: 0 auto;
	}
	#main_title .inner .title ul li .icon {
		width: 90%;
		margin: 10px auto 0
	}
}



#main_contents {
	width: 50%;
}
#main_contents .section {
	position: relative;
	margin: 10% auto;
	padding: 0 0 10%;
	border-bottom: 1px solid #000;
	width: 90%;
}
@media only screen and (max-width: 768px)  {
	#main_contents {
		width: 100%;
	}	
	#main_contents .section {
		width: 100%;
	}
}

#main_contents .section .inner {
	position: relative;
	margin: 15% auto;
	padding-bottom: 0
}
#main_contents .section .data {
	position: relative;
	width: 70%;
	margin: 0 auto 10%;
}
#main_contents .section .data .staff {
	position: relative;
	margin: 0 auto 5%;
}
#main_contents .section .data .img {
	width: 30%;
	margin: 0 ;
	overflow: hidden;
	border-radius: 200px;
}
#main_contents .section .data .name {
	position: absolute;
	top: 50%;
	left: 35%;
	transform: translate(0,-50%);
	font-size: 16px;
}
#main_contents .section .data .name span {
	display: block;
	font-size: 24px;
	font-weight: 600;
}
#main_contents .section .data .name .icon {
	width: 40%;
	margin-top: 15px
}
#main_contents .section .no {
	font-size: 16px;
	font-size: 20px;
	font-weight: 600;
	text-align: center
}
#main_contents .section .txt p {
	font-size: 12px;
	width: 70%;
	margin: 5% auto;
}


#main_contents .section .credit {
	width: 40%;
	margin: 25px auto 0;
	z-index: 10;
	position: absolute;
	bottom: 0;
	right: 0;
}
@media only screen and (max-width: 768px)  {
	#main_contents .section .data {
		position: relative;
		width: 90%;
		margin: 20% auto;
	}
	#main_contents .section .inner {
		position: relative;
		margin: 20% auto;
		padding-bottom: 0
	}
	#main_contents .section .no {
		font-size: 30px;
		font-weight: 600;
		text-align: left;
		width: 90%;
		margin: 10% auto 0;
	}
	#main_contents .section .txt p {
		font-size: 12px;
		width: 90%;
		margin: 5% auto 10%;
	}
	#main_contents .section .credit {
		width: 80%;
		margin: 25px auto 0;
		z-index: 10;
		position: relative;
		bottom: auto;
		right: auto;
	}
	
}

#main_contents .section .credit li {
	margin-top: 15px;
	border-bottom: 1px solid #000
}
#main_contents .section .credit li a,#main_contents .section .credit li p {
	font-size: 10px;
	line-height: 1.8;
	display: block;
	font-weight: 600;
	position: relative;
}
#main_contents .section .credit li p {
	color: #666
}
#main_contents .section .credit li a::before {
	content: "BUY";
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translate(0,-50%);
	transition: 0.6s all 0s ease;
}

#main_contents .section .credit li a span,#main_contents .section .credit li p span {
	font-size: 12px;
	margin-right: 10px;
}
#main_contents .section .credit li a:hover::before {
	background: #000;
	color: #FFF;
}
#main_contents .section .look {
	position: relative;
}
#main_contents .section .look .img:nth-of-type(1) {
	width:80%;
}
#main_contents .section .look .img:nth-of-type(2) {
	width: 50%;
	margin: -5% 0 0 50%;
}

#main_contents .section .look .img:nth-of-type(3) {
	width: 50%;
	margin: -35% 5% 5%
	
}
.all {
	width: 50%;
	padding: 0 0 5%
	
}
.all a {
	margin: 0 auto;
	display: block;
	max-width: 250px;
	border: 1px solid #000;
	text-align: center;
	padding: 5px 0;
}
@media only screen and (max-width: 768px)  {
	.all {
		width: 100%;
		padding: 0 0 10%

	}
}

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



