/*============================
ヘッダー
============================*/
body {
	color: #FFF;
	padding-top: 7.00rem;
}

@media screen and (max-width: 599px) {
	body {
		color: #FFF;
		padding-top: 60vh;
	}
}

body .in {
	max-width: 10.80rem;
}

.sec_title {
	text-align: center;
	font-family: 'Jost', sans-serif;
	font-size: 0.28rem;
	letter-spacing: 0.10em;
	padding-bottom: 0.40rem;
}

@media screen and (max-width: 599px) {
	.sec_title {
		font-size: 0.20rem;
		padding-bottom: 0.20rem;
	}
}

/*============================
MV
============================*/
#mv {
	height: 100vh;
	width: 100%;
	background-image: url(../img/mv.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 0;
}

/*============================
introduction
============================*/
#introduction {
	padding: 0.60rem 0 1.00rem;
	background-color: #000;
}

#introduction .title {
	font-size: 0.20rem;
	font-weight: 700;
	padding-bottom: 0.20rem;
}

@media screen and (max-width: 599px) {
	#introduction .title {
		font-size: 0.18rem;
		text-align: center;
	}
}

#introduction .title span {
	font-family: 'Jost', sans-serif;
	font-weight: 400;
	font-size: 0.13rem;
	display: inline-block;
	padding-left: 0.10rem;
}

@media screen and (max-width: 599px) {
	#introduction .title span {
		font-size: 0.12rem;
		display: block;
		text-align: center;
		padding-left: 0;
		padding-top: 0.10rem;
	}
}

#introduction .text {
	font-size: 0.16rem;
	line-height: 2;
}

@media screen and (max-width: 599px) {
	#introduction .text {
		font-size: 0.14rem;
		line-height: 2;
		padding: 0.10rem 0;
	}
}

#introduction .ph_wrap {
	padding: 0.40rem 0;
}

#introduction .ph_wrap .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#introduction .ph_wrap .list .ph {
	width: 49%;
}

@media screen and (max-width: 599px) {
	#introduction .ph_wrap .list .ph {
		width: 100%;
		padding-bottom: 0.10rem;
	}
}

#introduction .youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

#introduction .youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

#introduction .more_btn {
	max-width: 3.50rem;
	margin: auto;
	padding-top: 0.40rem;
}

@media screen and (max-width: 599px) {
	#introduction .more_btn {
		padding-top: 0;
	}
}

#introduction .more_btn a {
	display: block;
	line-height: 0;
	text-align: center;
	background-color: #FFF;
	color: #000;
	padding: 0.30rem 0;
	font-family: 'Jost', sans-serif;
	font-size: 0.16rem;
	text-decoration: none;
	position: relative;
}

@media screen and (max-width: 599px) {
	#introduction .more_btn a {
		padding: 0.24rem 0;
		font-size: 0.14rem;
	}
}

#introduction .more_btn a:hover {
	opacity: 0.7;
}

#introduction .more_btn a::after {
	content: "";
	width: 0.20rem;
	height: 0.14rem;
	background-image: url(../../../common/img/icon_arrow_black.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 0.15rem;
	transform: translateY(-50%);
}

/*============================
profile
============================*/
#profile {
	padding: 0.60rem 0;
	background-color: rgba(0, 0, 0, 0.8);
	position: relative;
}

#profile .title {
	font-size: 0.20rem;
	font-weight: 700;
	padding-bottom: 0.20rem;
}

@media screen and (max-width: 599px) {
	#profile .title {
		font-size: 0.18rem;
		text-align: center;
	}
}

#profile .title span {
	font-family: 'Jost', sans-serif;
	font-weight: 400;
	font-size: 0.13rem;
	display: inline-block;
	padding-left: 0.10rem;
}

#profile .text {
	font-size: 0.16rem;
	line-height: 2;
}

@media screen and (max-width: 599px) {
	#profile .text {
		font-size: 0.14rem;
	}
}

/*============================
link
============================*/
#link {
	padding: 0.60rem 0 1.00rem;
	background-color: #000;
}

@media screen and (max-width: 599px) {
	#link {
		padding: 0.60rem 0 0.20rem;
	}
}

#link .link_list_wrap .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 0.20rem;
}

#link .link_list_wrap .list .detail {
	width: 23%;
}

@media screen and (max-width: 599px) {
	#link .link_list_wrap .list .detail {
		width: 100%;
		padding-bottom: 0.20rem;
	}
}

#link .link_list_wrap .list .detail a {
	display: block;
	line-height: 0;
	text-align: center;
	background-color: #FFF;
	color: #000;
	padding: 0.30rem 0;
	font-family: 'Jost', sans-serif;
	font-size: 0.16rem;
	text-decoration: none;
	position: relative;
}

@media screen and (max-width: 599px) {
	#link .link_list_wrap .list .detail a {
		padding: 0.24rem 0;
		font-size: 0.14rem;
	}
}

#link .link_list_wrap .list .detail a:hover {
	opacity: 0.7;
}

#link .link_list_wrap .list .detail a::after {
	content: "";
	width: 0.14rem;
	height: 0.14rem;
	background-image: url(../../../common/img/icon_newwin_black.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 0.15rem;
	transform: translateY(-50%);
}

@media screen and (max-width: 599px) {
	#link .link_list_wrap .list .detail a::after {
		width: 0.12rem;
		height: 0.12rem;
	}
}

/*============================
footer
============================*/
footer {
	padding: 0.60rem 0;
	background-color: #FFF;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 599px) {
	footer {
		padding: 0.40rem 0;
	}
}

footer .back_btn {
	max-width: 3.50rem;
	margin: auto;
}

@media screen and (max-width: 599px) {
	footer .back_btn {
		max-width: 2.80rem;
	}
}

footer .back_btn a {
	display: block;
	line-height: 0;
	text-align: center;
	background-color: #000;
	color: #FFF;
	padding: 0.30rem 0;
	font-family: 'Jost', sans-serif;
	font-size: 0.16rem;
	text-decoration: none;
	position: relative;
}

@media screen and (max-width: 599px) {
	footer .back_btn a {
		padding: 0.20rem 0;
		font-size: 0.14rem;
	}
}

footer .back_btn a:hover {
	opacity: 0.7;
}

footer .back_btn a::after {
	content: "";
	width: 0.20rem;
	height: 0.14rem;
	background-image: url(../../../common/img/icon_arrow_white.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0.15rem;
	transform: translateY(-50%) rotate(-180deg);
}
