@charset "UTF-8";

/* common
------------------------------------------------------------------------------------*/
html, body {
	height: 100%;
    position: relative;
}
.contents_inner {
	max-width: 1030px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
img {
	width: 100%;
}
img.img_sp {
	display: none !important;
}
br.br_sp {
	display: none !important;
}
.sp_txt {
	display: none !important;
}
.section {
	display: none;
}
.section.active {
	display: block;
}
.bg_img {
	display: none;
}
a {
	text-decoration: none;
}
.top-page .section {
	position: absolute;
	top: 60px;
	left: 94px;
	height: calc(100% - 118px);
	width: calc(100% - 224px);
	z-index: 100;
	overflow: hidden;
}
.center {
	text-align: center;
}
@media all and (max-width: 750px) {
	.top-page .section {
		left: 20px;
    	width: calc(100% - 40px);
	}
	img.img_pc {
		display: none !important;
	}
	img.img_sp {
		display: block !important;
	}
	br.br_pc {
		display: none !important;
	}
	br.br_sp {
		display: block !important;
	}
	.pc_txt {
		display: none !important;
	}
	.sp_txt {
		display: inline !important;
	}
}

/* main
------------------------------------------------------------------------------------*/
.main {
	position: relative;
	overflow: hidden;
	background: #000;
}
.main h1 {
	position: absolute;
	top: 20px;
	left: 20px;
	color: #fff;
}
.main .ttl_inner {
	padding: 13% 0;
}
.main .ttl {
	color: #fff;
	text-align: center;
	font-size: 28px;
    font-weight: bold;
}
.textarea {
	padding: 50px 0;
	width: 80%;
	max-width: 1500px;
	margin: 0 auto;
}
.textarea h2 {
	font-size: 20px;
}
.textarea .text_01 {
	font-style: 16px;
	margin: 20px 0;
}
.textarea dt {
	font-style: 16px;
	font-weight: bold;
}
.textarea dd {
	font-style: 16px;
	margin: 20px 0;
}
.close_btn_inner {
	text-align: center;
}
.close_btn {
	display: inline-block;
}
.close_btn a {
	padding: 14px 80px;
	background: #000;
	color: #fff;
	-webkit-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
}
.close_btn a:hover {
	opacity: .7;
}
footer {
	background: #000;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	font-size: 12px;
	margin: 100px 0 0;
}
@media all and (max-width: 750px) {
	.main .ttl_inner {
		padding: 30% 0;
	}
}