@charset "utf-8";

/* init */
.pc {
	display: block;
}
.sp {
	display: none;
}

/* opening */
#op {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	margin-top: -6%;
}
#op img {
	width: 100%;
}

.pc .menu {
	background-color: #000;
	position: absolute;
	z-index: 80;
	top: 35%;
	left: -120px;
	width: 90px;
	height: 250px;
}
.pc .menu li:first-child {
	margin-top: 45px;
}
.pc .menu li {
	padding-left: 15px;
	margin-bottom: 20px;
}
.pc .menu li a {
	color: #fff;
	font-size: 10px;
	text-decoration: none;
}
.pc .menu li.menuOv::before {
	content: '▲';
	font-size: 5px;
	color: #fff;
	position: absolute;
	/*top: 45px;*/
	left: -3px;
	transform: rotate(90deg);
	transition: 0.3s;
}

.s1_black_left {
	position: absolute;
	z-index: 100;
	width: 0%;
	top: 0;
	left: 0%;
	border-top: 1107px solid #000;
	border-right: 2600px solid transparent;
}

.s1_black_right {
	position: absolute;
	z-index: 100;
	width: 0%;
	right: 0%;
	bottom: 0;
	border-bottom: 600px solid #000;
	border-left: 1430px solid transparent;
}

/*.s1_black_left,
.s1_black_right {
	z-index: 100;
	position: absolute;
	width: 100%;
}
.s1_black_left {
	top: 0;
	left: 0;
}
.s1_black_right {
	bottom: 0;
	right: 0;
}*/

.s2_white_left,
.s2_white_right {
	z-index: 90;
	position: absolute;
	width: 100%;
}
.s2_white_left {
	top: 0;
	left: 0;
}
.s2_white_right {
	bottom: 0;
	right: 0;
}
.s2_bg {
	z-index: 40;
	position: absolute;
	width: 100%;
}

.s3_orange {
	position: absolute;
	z-index: 30;
	width: 6%;
	height: 30%;
	right: 40%;
	bottom: 0;
	border-bottom: 287px solid #c49f43;
	border-left: 555px solid transparent;
}
.s3_orange_op {
	display: none;
	position: absolute;
	z-index: 30;
	width: 40%;
	height: 30%;
	right: 0;
	bottom: 0;
	background-color: #c49f43;
}
.s3-ttl,
.s3-sttl {
	z-index: 80;
	position: absolute;
}
.s3-ttl {
	opacity: 0;
	top: 60%;
	left: 11.8%;
	width: 29.3%;
	max-width: 420px;
	margin-top: -38px;
}
.s3-sttl {
	opacity: 0;
	top: 55.7%;
	left: 11.8%;
	width: 29.3%;
	max-width: 420px;
	margin-top: 2%;
}
.s3_txt a {
	text-decoration: none;
}
.linkTxt {
	opacity: 0;
	z-index: 80;
	position: absolute;
	top: 90.7%;
	left: 75.2%;
	width: 12% !important;
	border-bottom: #c49f43 solid 2px;
	padding: 5px;
	margin-right: 10px;
}
.linkTxt:hover + .linkArrow{
	left: 93.5%;
}
.linkArrow {
	opacity: 0;
	z-index: 80;
	position: absolute;
	top: 91.5%;
	left: 90.8%;
	width: 3.7% !important;
	transition: 0.3s;
}

.s3_obj_main {
	opacity: 0;
	z-index: 80;
	position: absolute;
	top: 14%;
	left: 42.6%;
	width: 48.3%;
	margin-top: 2%;
}
.s3_obj_1,
.s3_obj_2,
.s3_obj_3,
.s3_obj_4 {
	z-index: 70;
	position: absolute;
	width: auto;
}
.s3_obj_1 {
	opacity: 0;
	top: 29%;
	left: -2%;
	width: 10.8%;
}
.s3_obj_2 {
	opacity: 0;
	top: 12.7%;
	left: 19.6%;
	width: 10.8%;
}
.s3_obj_3 {
	opacity: 0;
	top: 53.2%;
	left: 26.8%;
	width: 10.8%;
}
.s3_obj_4 {
	opacity: 0;
	top: 61.8%;
	left: 75%;
	width: 9%;
}
.s3-txt-bg {
	opacity: 0;
	z-index: 40;
	position: absolute;
	bottom: 0;
	left: -20%;
	width: 66.2%;
}
.s3_blackLeft_wrap {
	display: none;
	width: 70%;
	height: 100%;
}
.s3_black_left {
	position: absolute;
	z-index: 30;
	width: 0%;
	top: 0;
	left: 0%;
	border-top: 700px solid #000;
	border-right: 1580px solid transparent;
}
.s3_bg {
	z-index: 20;
	position: absolute;
	width: 100%;
	left: -100%;
}

/*@media only screen and (max-width:1280px) {
	#op {
		margin-top: -6.5%;
	}
	.s3_obj_main {
		margin-top: 2%;
	}
}*/

@media only screen and (max-width:599px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
}

.f-csv__footer {
	border-top: 1px solid #cccccc;
}
.f-csv__FInner {
	padding: 25px 10px;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 10px;
}
.f-csv__FLogo {
	text-align: center;
	margin: 0 0 25px;
}
.f-csv__FCopy {
	border-top: 1px solid #cccccc;
	margin: 0 -10px;
	text-align: center;
	padding: 0 10px;
	font-size: 10px;
	color: #333;
}
.f-csv__FLogo img {
	display: inline;
	width: 163px;
}

@media (min-width: 600px) {
	.f-csv__FInner {
		min-width: 960px;
		max-width: 1280px;
		width: 100%;
		margin: 0 auto;
		height: 56px;
		padding: 0;
	}
	.f-csv__FLogo {
		float: right;
		padding-top: 17px;
		margin: 0;
	}
	.f-csv__FCopy {
		border-top: none;
		float: left;
		line-height: 56px;
	}
}
@media screen and (max-width: 599px) {
	.page.unLayindex, .page {
		-webkit-text-size-adjust: 100%;
		text-size-adjust: 100%;
		padding-top: 100px;
	}
	.page {
		-webkit-text-size-adjust: 100%;
		text-size-adjust: 100%;
		padding-top: 55px;
	}
}

@media (max-width: 600px) {
	.p-topics__navi {
		border-bottom: 5px solid #cccccc;
		margin: 0 auto 25px;
		width: 100%;
		text-align: center;
	}
	.p-topics__navi ul {
		border-left: none;
		margin: 0 0 20px;
		display: inline-block;
		line-height: 1;
	}

	.p-topics__navi li {
		display: inline-block;
		padding: 0 30px;
		border-right: 1px solid #000;
		line-height: 1;
		width: 30%;
		margin-bottom: 10px;
		font-size: /*10*/12px;
	}
}

#wrap {
	padding-bottom: 0 !important;
}

@media only screen and (max-width:599px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	/* page */
	.page {
		padding-top: 64px !important;
	}

}
