body {
	background-color: #000;
	min-height: 100%;
	font-family: 'Noto Serif JP', serif;
	color: #FFF;
}

.bg_wrap {
	width: 100vw;
	height: 100vh;
	background-image: url(../common/img/bg.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size:cover;
	position: fixed;
	top:0;
	left: 0;
	z-index: 0;
}

.copyright {
	position: fixed;
	left: 0.30rem;
	bottom:0.30rem;
	width: 0.14rem;
	z-index: 1;
}

@media screen and (max-width: 499px) {
.copyright {
	position: fixed;
	left: 0.20rem;
	bottom:0.20rem;
	width: 0.10rem;
	z-index: 1;
}
}

/*======================
MV
======================*/
.mv {
	width: 100vw;
	height: 100vh;
	position: relative;
}

.mv .logo {
	width: 60%;
	max-width: 3.40rem;
	position: absolute;
	top:45%;
	left: 50%;
	transform: translate(-50%,-50%);
}

/*======================
共通
======================*/
.cont_wrap {
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 60%);
	position: relative;
}

@media screen and (max-width: 499px) {
.cont_wrap {
	padding-left: 0.30rem;
}
}

.sec_title {
	text-align: center;
	font-size: 0.24rem;
	letter-spacing: 0.06rem;
	padding: 0.60rem 0;
	text-shadow: 0 2px 8px rgba(0,0,0,0.6);
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	opacity: 0.5;
	line-height: 1.35;
}

@media screen and (max-width: 499px) {
.sec_title {
	letter-spacing: 0.02rem;
}
}

.sec_title span {
	display: block;
	text-align: center;
	font-size: 0.26rem;
	letter-spacing: 0.01rem;
}

.lead_text {
	font-size: 0.16rem;
	line-height: 2.6;
	text-align: center;
	letter-spacing: 0.10em;
	text-shadow: 0 2px 8px rgba(0,0,0,0.6);
	padding-bottom: 1.00rem;
}

@media screen and (max-width: 499px) {
.lead_text {
	font-size: 0.15rem;
	line-height: 2;
	text-align: left;
	letter-spacing: 0.02em;
}
}


/*======================
information
======================*/
.info .in {
	max-width: 8.50rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 0.70rem;
}

.info .in .contbox {
	width: 50%;
}

@media screen and (max-width: 499px) {
.info .in .contbox {
	width: 100%;
}
}

.info .title {
	font-size: 0.18rem;
	position: relative;
	margin-bottom: 0.10rem;
	padding-left: 0.16rem;
}

.info .title::before {
	content: "";
	width: 6px;
	height: 1px;
	position: absolute;
	left: 0;
	top:0.10rem;
	background-color: #FFF;
}

.info .text {
	padding-left: 0.18rem;
	line-height: 1.85;
	font-size: 0.15rem;
	padding-bottom: 0.40rem;
}

.info .text a {
	color: #FFF;
}

.info .text a:hover {
	text-decoration: none;
}

.info .text span {
	font-size: 0.18rem;
}

/*======================
CONTACT
======================*/
.contact .in {
	max-width: 8.50rem;
	padding-bottom: 1.30rem;
}

.contact .list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.contact .list .detail {
	width: 0.24rem;
	padding: 0 0.20rem;
}

.contact .list .detail a:hover {
	opacity: 0.5;
}