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

htm,
body {
	padding: 0;
	margin: 0;
}
img {
	max-width: 100%;
	width: 100%;
	border: none;
}
ul,li {
	list-style: none;
	padding: 0;
	margin: 0;
}
h1,h2,h3,p,a {
	padding: 0;
	margin: 0;
	color: #000;
}
a {
	text-decoration: none;
}
.spv {
	display: none;
}
#br {
	position: relative;
	line-height: 2;
	box-sizing: border-box;
	border-left: 15px solid #000;
	border-right: 15px solid #000;
	font-family: "Hanken Grotesk", "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 768px)  {
	.spv {
		display: block;
	}	
	.pcv {
		display: none;
	}
	#br {
		position: relative;
		line-height: 2;
		box-sizing: border-box;
		border-left: 10px solid #000;
		border-right: 10px solid #000;
	}
}


#main_visual {
	position: relative;
}
#main_visual .visual {
	position: relative;
}
#main_visual .visual ul {
	width: 35%;
}
#main_visual .visual ul:nth-of-type(2) {
	position: absolute;
	top: 0;
	left: 35%;
}
#main_visual .visual ul li {
	line-height: 0;
	position: relative;
}
#main_visual .title {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10
}
#main_visual .box {
	position: sticky;
	top: 0;
	height: 100svh;
}
#main_visual .box h1 {
	position: absolute;
	top: 20%;
	right: 2%;
	transform: translate(0%,0%);
	width: 40%;
}
#main_visual .box h1 span:nth-of-type(1) {
	margin-bottom: 10%;
}
#main_visual .box h2 {
	position: absolute;
	bottom: 5%;
	left: 0%;
	width: 4%;
}
#main_visual .box .read {
	position: absolute;
	bottom: 5%;
	right: 2%;
}
#main_visual .box .read p {
	font-size: 12px;
	font-weight: 600;
	line-height: 2;
	letter-spacing: 1px;
}
@media only screen and (max-width: 768px)  {

	#main_visual .visual ul {
		width: 50%;
	}
	#main_visual .visual ul:nth-of-type(2) {
		left: 50%;
	}
	#main_visual .title {
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		height: auto;
	}
	#main_visual .box {
		position: relative;
		top: auto;
		height: auto;
		padding: 10% 0 5%;
	}
	#main_visual .box h1 {
		position: relative;
		top: auto;
		right: auto;
		width:80%;
		margin: 0 auto;
	}
	#main_visual .box h1 img:nth-of-type(1) {
		margin-bottom: 0%;
	}
	#main_visual .box h2 {
		position: relative;
		bottom: auto;
		left: auto;
		width: 40%;
		margin: 5%;
	}
	#main_visual .read {
		width: 80%;
		margin: 5% 5% 5% 15%
	}
	#main_visual .read p {
		font-size: 12px;
		font-weight: 600;
		line-height: 2;
		text-align: right;
	}
}


#main_contents {
	margin: 5% auto;
}
#main_contents .section {
	position: relative;
	margin: 5% auto;
	width: 90%;
}
#main_contents .section .image {
	width: 40%;
	margin-left: 50%;
}
/*#main_contents .section .image .img:nth-of-type(2) {
	width: 70%;
	margin: 5% 0;
}
#main_contents .section .image .img:nth-of-type(3) {
	width: 70%;
	margin-left: 30%;
}*/
#main_contents .section .side {
	width: 35%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#main_contents .section .side .inner {
	width: 100%;
	height: 100svh;
	position: sticky;
	top: 0;
}
#main_contents .section .side .inner .box {
	position: absolute;
	bottom: 5%;
	left: 5%
}
#main_contents .section .side .no {
	font-style: italic;
	font-size: 14px;
	font-weight: 400;
}
#main_contents .section .side h2 {
	font-size: 24px;
	font-weight: 900;
	margin: 5% 0 2%;
}
#main_contents .section .side .data {
	font-size: 12px;
	font-weight: 400;
}
#main_contents .section .side .txt {
	font-size: 12px;
	font-weight: 400;
	margin: 10% 0 5%;
}
#main_contents .section .side .txt h3 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 2%;
}
#main_contents .section .side .btn a {
	font-size: 14px;
	font-weight: 600;
	border-bottom: 1px solid #000;
	padding: 0 25px 5px 0;
}
@media only screen and (max-width: 768px)  {
	#main_contents {
		margin: 25% auto 15%;
	}
	#main_contents .section {
		position: relative;
		margin: 25% auto;
		width: 100%;
	}
	#main_contents .section .image {
		width: 100%;
		margin-left: 0%;
	}
	#main_contents .section .image .img:nth-of-type(2) {
		width: 70%;
		margin: 5% 0;
	}
	#main_contents .section .image .img:nth-of-type(3) {
		width: 70%;
		margin-left: 30%;
	}
	#main_contents .section .side {
		width: 90%;
		margin: 5% auto;
		height: auto;
		position: relative;
		top: auto;
		left: auto;
	}
	#main_contents .section .side .no {
		text-align: center;
	}
	#main_contents .section .side h2 {
		text-align: center;
		margin: 5% 0;
	}
	#main_contents .section .side .inner {
		width: 100%;
		height: auto;
		position: relative;
		top: auto;
	}
	#main_contents .section .side .inner .box {
		position: relative;
		bottom: auto;
		left: auto
	}
}

#foot {
	margin: 5% auto 0;
	background: #000;
	padding: 2% 0
}
#foot .all {
	text-align: center;
}
#foot .all a {
	display: block;
	max-width: 300px;
	border: 1px solid #fff;
	color: #FFF;
	border-radius: 100px;
	text-align: center;
	padding: 10px;
	margin: 10% auto;
}
#foot .logo {
	filter: invert(1);
	width: 50%;
	max-width: 200px;
	margin: 0 auto;
	padding: 0 0 5%
}
@media only screen and (max-width: 768px)  {
	#foot .all a {
		margin: 20% auto;
	}
	
}




#main_visual ul li {
	position: relative;
	overflow: hidden;
	opacity: 0;
	transform: translate(0,50px);
	transition: 1s all 0s ease;
}

#main_visual ul:nth-of-type(1) li:nth-of-type(1) {
	transition-delay: 0.3s
}
#main_visual ul:nth-of-type(2) li:nth-of-type(1) {
	transition-delay: 0.6s
}
#main_visual ul:nth-of-type(1) li:nth-of-type(2) {
	transition-delay: 0.9s
}
#main_visual ul:nth-of-type(2) li:nth-of-type(2) {
	transition-delay: 1.2s
}
#main_visual ul:nth-of-type(1) li:nth-of-type(3) {
	transition-delay: 1.5s
}
#main_visual ul:nth-of-type(2) li:nth-of-type(3) {
	transition-delay: 1.8s
}
#main_visual.load ul li {
	opacity: 1;
	transform: translate(0)
}


#main_visual h1 {
	overflow: hidden;
	line-height: 0;
}
#main_visual h1 span {
	display: block;
	position: relative;
	overflow: hidden;
}
#main_visual h1 span::before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 10;
	transition: 0.6s all 0.5s ease;
}
#main_visual.load h1 span::before {
	animation: 1s title_anim 0s forwards;
}
#main_visual.load h1 span:nth-of-type(2)::before {
	animation: 1s title_anim 0.2s forwards;
}
#main_visual h1 span img {
	opacity: 0;
}
#main_visual.load h1 span img {
	animation: 1s fade_anim 0.2s forwards;
}
#main_visual.load h1 span:nth-of-type(2) img {
	animation: 1s fade_anim 0.4s forwards;
}
#main_visual h2,#main_visual .read {
	opacity: 0;
}
#main_visual.load h2,#main_visual.load .read {
	animation: 1s fade_anim 1s forwards;
}
h2 {
	display: block;
	position: relative;
	overflow: hidden;
}
h2::before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 10;
	transition: 0.6s all 0.5s ease;
}
h2.ac::before {
	animation: 1s title_anim 0s forwards;
}
h2 span {
	opacity: 0;
}
h2.ac span {
	animation: 1s fade_anim 0.2s forwards;
}
.anim {
	opacity: 0;
}
.anim.ac {
	animation: 1.2s fade_anim 0s forwards;
}
@keyframes title_anim {
	0% {
		left: -100%;
	}
	40% {
		left: 0;
	}
	60% {
		left: 0
	}
	100% {
		left: 100%;
	}
}
@keyframes fade_anim {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}