/*---------Common---------------*/
* {
	box-sizing: border-box;
	position: relative;
}

.aplha {
	-ms-filter: "alpha( opacity=0 )";
	filter: alpha(opacity=0);
	opacity: 0.0;
}

.onalpha {
	-ms-filter: "alpha( opacity=100 )";
	filter: alpha(opacity=100);
	opacity: 1.0;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	cursor: default;
}

.onalpha:hover {
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha(opacity=80);
	opacity: 0.8;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	cursor: pointer;
}


.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

a:focus,
*:focus {
	outline: none;
}


.sp,
.sp_b {
	display: none;
}

.pc {
	display: inline-block;
}

.pc_b {
	display: block;
}

/*-----HEADER-------*/
#header {
	width: 100%;
	min-width: 1000px;
	height: 800px;
	padding-top: 1px;
	background-size: auto 100%;
	background-position: center top;
	background-repeat: repeat-x;
	overflow: hidden;
}

.top_bg {
	position: absolute;
	margin-top: -1px;
	margin-left: 0;
	z-index: 15;
	width: auto;
	height: 800;
}




.top_bg2,
.top_bg3,
.top_bg4,
.top_bg5,
.top_bg6,
.top_bg6 {
	-ms-filter: "alpha( opacity=0 )";
	filter: alpha(opacity=0);
	opacity: 0.0;
}

.top_bg_blend {
	position: absolute;
	margin-top: -1px;
	margin-left: 0;
	z-index: 20;
	width: auto;
	height: 800;
	mix-blend-mode: overlay;
}

@media screen and (min-width: 1800px) {
	.top_bg {
		width: 100%;
	}

	.top_bg_blend {
		width: 100%;
	}
}


.top_set_logo {
	z-index: 30;
/*	margin: 34px auto 0;*/
	margin: 144px auto 0;
	display: block;
}

.top_set_revival{
	z-index: 30;
	margin: 22px auto 0;
	display: block;
}



/*-----Main-------*/
#top_box {
	width: 100%;
	min-width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
	padding: 70px 0 70px;
}

#top_box h3{
	text-align: center;
	font-size: 30pt;
	margin: 0 auto 30px;
	border: 1px #fff solid;
	width: 96%;
	min-width: 1000px;
	max-width: 1800px;
}

#latest_box{
	width: 90%;
	min-width: 1000px;
	max-width: 1800px;
	margin: 0 auto;
	padding-bottom: 100px;
}

.latest_poster{
	width: 100%;
	display: flex;
	justify-content: space-around;
}


.top789_pstr{
	width: calc(100% / 3);
	height: auto;
	display: block;
}


#top_set_box {
	width: 100%;
	min-width: 1000px;
	max-width: 1800px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.hypn_box {
	width: 42%;
	max-width: 769px;
	text-align: center;
	font-size: 18pt;
	font-weight: 700;
	margin-bottom: 80px;
}



@media screen and (max-width: 1420px) {
	.hypn_box {
		font-size: 14pt;
	}

	.hb_s {
		display: inline;
	}
}



.top_set_ver {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 20px;
}

.ver_btn {
	width: 440px;
	height: 88px;
	line-height: 88px;
	text-align: center;
	font-size: 22pt;
	font-weight: 700;
	margin: 20px auto 0;
}

.ver_btn2 {
	width: 440px;
	text-align: center;
	font-size: 22pt;
	font-weight: 700;
	margin: 40px auto 0;
	z-index: 100;
	padding: 10px 0;
}

.top_bnr_789_link{
	width: 440px;
	display: block;
	margin: 40px auto 0;
	z-index: 100;
}

.top_bnr_789_link img{
	width: 100%;
	height: auto;
	border: 1px #555555 solid;
}


.vb1 {
	color: #ffcc00;
	background-color: #c80f10;
}

.vb2 {
	color: #BFBFBF;
	background-color: #7B22A7;
}

.vb3 {
	color: #FFC506;
	background-color: #0131B9;
	background-image: url(../images/)
}


.vb4 {
	color: #000000;
	background-color: #7E7E7E;
	background-image: url(../images/top4_btn_bg.jpg);
}

.vb5 {
	color: #000000;
	background: rgb(133,133,133);
	background: -moz-linear-gradient(-90deg, rgba(133,133,133,1) 6%, rgba(255,253,253,1) 100%);
	background: -webkit-linear-gradient(-90deg, rgba(133,133,133,1) 6%, rgba(255,253,253,1) 100%);
	background: linear-gradient(-90deg, rgba(133,133,133,1) 6%, rgba(255,253,253,1) 100%);
}

.vb6{
	color: #000;
	background-color: #fff;
}

.vb6b{
	background-image: url(../images/top_btn_bg_6.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
}


.vb789 {
	color: #000000;
	background: rgb(133,133,133);
	background: -moz-linear-gradient(90deg, rgba(133,133,133,1) 6%, rgba(255,253,253,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(133,133,133,1) 6%, rgba(255,253,253,1) 100%);
	background: linear-gradient(90deg, rgba(133,133,133,1) 6%, rgba(255,253,253,1) 100%);
}



/*-----Twitter-------*/
#tw_box {
	background-color: #0095ba;
	padding: 100px 0;
}

#tw_inbox {
	width: 920px;
	margin: 0 auto;
}

@media screen and (max-width: 950px) {
	#tw_inbox {
		width: 90%;
	}
}
