@charset "UTF-8";
/**** html ****/
html {
	background-color:#ffffff;
	user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-webkit-user-drag: none;
	-khtml-user-drag: none;
}

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #000000;
	background: url(../img001/modal_chara.png) center top no-repeat;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	unselectable="on"
}
::-webkit-scrollbar {
	width: 10px;
}
::-webkit-scrollbar-track {
	border-radius: 10px;
	box-shadow: inset 0 0 0px rgba(0, 0, 0, .1);/* スクロールバーの影 */
}
::-webkit-scrollbar-thumb {
	background-color: rgba(139, 230, 239, 1);/* スクロールバーの色 */
	border-radius: 10px;
	box-shadow:0 0 0 1px rgba(237, 193, 72, .3);/* スクロールバーの枠 */
}

.opacity085:hover {
	opacity: 0.85;
	transition-duration: 0.2s;
}


/**** font ****/
@font-face {
	font-family: 'EnFonts';
	font-style: normal;
	font-weight: normal;
	src: url(../fonts/ARLRDBD.woff2) format('woff2'), url(../fonts/ARLRDBD.woff) format('woff'), url(../fonts/ARLRDBD.ttf) format('truetype');;
}



/**** modal ****/
.modal {
	width: 100%;
	margin: 0 auto;
	display: none;
	overflow: hidden;
	float: left;
}
div#welcome {
	height: 240px;
	width: auto;
	margin: 0 auto;
	text-align: center;
	padding-top: 96px;
	padding-bottom: 40px;
}
p#welcomeimg img {
	height: 100%;
	width: auto;
}
.welcometext {
	text-align: center;
	color:#FF8FD2;
	margin: 0 auto;
	font-size: 1em;
	padding-bottom: 50px;
}
#enter-leave {
	width: auto;
	margin: 0 auto;
	text-align: center;
}
#enter {
	display: inline-block;
	cursor: url(../img001/nikukyupointer.ico) 16 16, pointer;
}
#enter img {
	width: 110.61px;
	height: auto;
}
#leave {
	display: inline-block;
	cursor: pointer;
}
#leave img {
	width: 110.61px;
	height: auto;
}
#nikukyu {
	display: inline-block;
	width: 64px;
	height: auto;
	vertical-align: super;
}
@media screen and (max-width:800px) {
	div#welcome {
		height: 30vw;
		width: auto;
		margin: 0 auto;
		text-align: center;
		padding-top: 12%;
		padding-bottom: 5%;
	}
	p#welcomeimg img {
		height: 100%;
		width: auto;
	}
	.welcometext {
		text-align: center;
		color:#FF8FD2;
		margin: 0 auto;
		font-size: 2vw;
		padding-bottom: 6.25%;
	}
	#enter-leave {
		width: auto;
		margin: 0 auto;
		text-align: center;
	}
}
@media screen and (max-width:570px) {
	.welcometext {
		text-align: center;
		color:#FF8FD2;
		margin: 0 auto;
		font-size: 0.7em;
		padding-bottom: 31px;
	}
}
@media screen and (max-width:500px) {
	div#welcome {
		height: 150px;
		width: auto;
		margin: 0 auto;
		text-align: center;
		padding-top: 60px;
		padding-bottom: 25px;
	}
	p#welcomeimg img {
		height: 100%;
		width: auto;
	}
	.welcometext {
		text-align: center;
		color:#FF8FD2;
		margin: 0 auto;
		font-size: 10.5px;
		padding-bottom: 31px;
	}
	#enter-leave {
		width: auto;
		margin: 0 auto;
		text-align: center;
	}
	#enter {
		display: inline-block;
	}
	#leave {
		display: inline-block;
	}
	#nikukyu {
		width: 64px;
		height: auto;
		margin: 12px 40vw 15px 40vw;
		display: inline-block;
	}
}
@media screen and (max-width:400px) {
	#nikukyu {
		margin: 12px 30vw 15px 30vw;
	}
}

video {
	display: block;
}
#bg-video {
	position: absolute;
	right: -100%;
	bottom: -100%;
	top: -100%;
	left: -100%;
	margin: auto;
	height: 100%;
	width: auto;
}
#bg-videowindow {
	background-color: #000000;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
}
.remove_cookie {
	display:block;
	position:fixed;
	width:200px;
	height:40px;
	bottom:10%;
	left:20%;
	margin:-20px 0 0 -100px;
	color:#999;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	line-height:40px;
	background:#FFF;
	border:1px solid #CCC;
	border-radius:20px;
	box-shadow:0 5px 10px rgba(0,0,0,0.4);
	cursor:pointer;
}



/**** main ****/
#unitedblades_div {
	position: fixed!important;
	top: -1000px!important;
	display: none!important;
}
#fc2_footer {
	position: fixed!important;
	bottom: -500px!important;
	display: none!important;
}
div[id^="imobile_ad_native_"] {
	display: none!important;
}
#unitedblades_div {
	display: none!important;
}
ins {
	display: none!important;
}
img[src*="https://media.fc2"] {
	display: none!important;
}
div[id^="adingoFluctOverlay_"] {
	display: none!important;
}


#main {
	display: block;
	width: 100%;
	background: url(../img001/bg_nikukyu.jpg), #FFEFD2 center top;
	background-blend-mode: lighten;;
	background-size: auto 30%;
	background-attachment: fixed;
	background-position: center;
	margin: 0;
	padding: 0;
}
#mainbox {
	display: block;
	max-width: 1000px;
	width: 100%;
/*	background: rgba(229,211,48,0.1);*/
	margin: 0 auto;
	padding-top: 80px;
	overflow: hidden;
}



header {
	display: block;
	height: 80px;
	width: 100%;
	background: #F28236;
	position: fixed;
	top: 0;
	z-index: 20;
	margin: 0 auto;
	border-top: 3px solid #B21404;
}
header img {
	height: 40px;
	width: auto;
}
#header {
	display: block;
	height: 80px;
	max-width: 1000px;
	width: 100%;
	background: #F28236;
	z-index: 20;
	margin: 0 auto;
}

#logobox {
	height: 80px;
	width: 180px;
	padding: 20px 0px 0px 27px;
	float: left;
}
.logo {
	display: inline-block;
}

#nav {
	height: 80px;
	width: auto;
	float: right;
	margin-right: 10px;
}
#pc-menu {
	list-style-type: none;
}
#pc-menu a {
	font-family: 'EnFonts';
	font-size: 1.5em;
	color: #FFF;
	text-decoration: none;
	padding-top: 23px;
	transition-duration: 0.2s;
}
#pc-menu p {
	font-family: 'EnFonts';
	font-size: 1.5em;
	color: #FFF;
	text-decoration: none;
	padding-top: 23px;
}
.pc-menu {
	display: inline-block;
	text-align: center;
}
.pc-menu1 {
	display: inline-block;
	text-align: center;
}
.pc-menu:hover {
	background: #F4471C;
	transition-duration: 0.2s;
}#pc-menu a:hover {
	color: #E4FC14;
	transition-duration: 0.2s;
}
.menu1 { width: 93px; margin-right: -6px; }
.menu2 { width: 93px; margin-right: -5px; }
.menu3 { width: 105px; margin-right: -6px; }
.menu4 { width: 89px; margin-right: -5px; }
.menu5 { width: 113px;}
.pc-menu-box {
	height: 57px;
	display: block;
}

.hm_menu_check {/* チェックボックスを隠す */
	display: none;
}
.hm_wrap {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 32px 0px 26px;
	Z-index: 10;
	border-bottom: 2px solid #B21404;
}

/* ▽▽メニューボタン▽▽ */
.hm_btn {
	position: relative;
	width: 30px;
	height: 25px;
	left: 27px;
	cursor: pointer;
	display: block;
	float: left;
	z-index: 999;
}
.hm_btn::before {
	-webkit-box-shadow: #fff
 0 10px 0;
	box-shadow: #fff 0 10px 0;
}
.hm_btn::after {
	bottom: 0;
}
.hm_btn::before,
.hm_btn::after {
	width: 30px;
	height: 4px;
	background: #fff;
	display: block;
	content: '';
	position: absolute;
}
/* △△メニューボタン△△ */
 
.hm_menu_wrap {
	width: 100%;
	height: 164px;
	background: #F28236;
	position: absolute;
	left: 0;
	top: -370px;
	-webkit-transition: top 0.4s;
	transition: top 0.4s;
	Z-index: 9;
}
.hm_menu_close {
	width: 0;
	height: 0;
	background: #000;	
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.hm_menu_close label {
	display: block;
	width: 100%;
	height: 101%;
	cursor: pointer;
	white-space: nowrap;
}
/* ▽▽開閉時のアニメーション▽▽ */
.hm_menu_check:checked ~ .hm_btn::before {
	-webkit-box-shadow: transparent 0 0 0;
	box-shadow: transparent 0 0 0;
	-webkit-transform: rotate(45deg) translate3d(6px, 9px, 0);
	transform: rotate(45deg) translate3d(6px, 9px, 0);
}
.hm_menu_check:checked ~ .hm_btn::after {
	-webkit-transform: rotate(-45deg) translate3d(6px, -9px, 0);
	transform: rotate(-45deg) translate3d(6px, -9px, 0);
}
.hm_menu_check:checked ~ .hm_menu_wrap {
	top: 0;
}
.hm_menu_check:checked ~ .hm_menu_close {
	width :100%;
	height :100vh;
	opacity :0.8;
}
/* △△開閉時のアニメーション△△ */
 
/* ▽▽メニュー内のリストスタイル▽▽ */
.hm_list {
	list-style-type: none;
	margin: 83px 0 0;
	padding: 0;
	Z-index: 9;
	border-top: 2px solid #B21404;
}
.hm_list li a {
	background: #fff;
	color: #444;
	display: block;
	overflow: hidden;
	padding: 12px 22px;
	position: relative;
	text-decoration: none;
	z-index: 1;
	border-bottom: 1px solid #2e909d;
	text-align: center;
}
.hm_list li a::before {/* aタグマウスオーバー時の背景 */
	background: #eee;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 100%;
	left: 0;
	z-index: -1;
}
 
.hm_list li a:hover::before {
	bottom: 0px;
}
.hm_list li a:hover::after {
	opacity: 0.5;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.header_splogo {
	position: absolute;
	left: 86px;
	top: 26px;
	display: inline;
	z-index: 999;
}

@media screen and (max-width:790px) {
	#logobox {
		display: none;
	}
	#nav {
		display: none;
	}
	.hm_wrap {
		display: inline-block;
	}
	header img {
		height: 36px;
		width: auto;
	}
}



#topics-info-box {
	display: block;
	max-width: 672px;
	width: 65vw;
/*	background: #f66;*/
	margin: 0 0px 0 13px;
	float: left;
}
.box-top {
	background: #efc245;
	padding: 2.15% 2.4% 2%;
	border-radius: 0 20px 0 0;
	-webkit-border-radius: 0 20px 0 0;
	moz-border-radius: 0 20px 0 0;
}
.box-top p {
	font-size: 21.2px;
	font-weight: bold;
	letter-spacing: 0.8px;
	color: #B21404;
	display: inline-block;
	margin-right: 3.5%;
}
.box-top img {
	vertical-align: text-bottom;
	margin-bottom: -0.45%;
}
#topics-box {
	display: block;
	max-width: 672px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
#topics {
	position: relative;
	border: 5px solid #efc245;
	border-top: none;
	background: rgba(255,255,255,0.5);
	border-radius: 0px 0px 15px 15px;
	-webkit-border-radius: 0px 0px 15px 15px;
	moz-border-radius: 0px 0px 15px 15px;
	padding: 10px 0px 0px 10px;
	text-align: center;
}
#topics img {
	width: 100%;
	display: block;
}
.topics {
	display: inline-block;
	max-width: 300px;
	width: calc(50% - 23px);
	margin-right: 10px;
	margin-bottom: 10px;
}
#topics1:hover {
	opacity: 0.85;
	transition-duration: 0.2s;
}
#topics2:hover {
	opacity: 0.85;
	transition-duration: 0.2s;
}
#topics3 {
}
#topics4 {
}
.cat-left {
	left: 0;
	bottom: 15px;
	max-width: 18px;
}
.cat-top {
	right: 15px;
	top: 0px;
	max-width: 98px;
}
.cat-right {
	right: 0;
	top: 15px;
	max-width: 18px;
}
.cat-bottom {
	left: 15px;
	bottom: 0;
	max-width: 98px;
}
.cat {
	position: absolute;
	width: 10%;
}
#info-box {
	display: block;
	max-width: 672px;
	width: 100%;
	margin: 0 auto;
	margin-top: 10px;
	position: relative;
}
#info {
	position: relative;
	border: 5px solid #efc245;
	border-top: none;
	background: rgba(255,255,255,0.5);
	border-radius: 0px 0px 15px 15px;
	-webkit-border-radius: 0px 0px 15px 15px;
	moz-border-radius:  0px 0px 15px 15px;
	text-align: center;
}
#info img {
	display: block;
	width: 100%;
}
#info-box-contents {
	max-width: 650px;
	width: 96%;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 0 auto;
}
@media screen and (max-width:1000px) {
	#info-box-contents {
		max-height: 240px;
	}
}
@media screen and (max-width:790px) {
	#topics-info-box {
		width: 95%;
		margin: 0 auto;
		float: none;
	}
}
@media screen and (max-width:570px) {
	#topics {
		padding: 10px 0px 0px 0px;
	}
	.topics {
		display: block;
		width: calc(100% - 23px);
		margin-right: auto;
		margin-left: auto;
	}
}
#info-contents {
	width: 100%;
	min-height: 240px;
	max-height: 240px;
	border-width: 0px;
}



#sns-box {
	display: block;
	max-width: 280px;
	width: 28vw;
	/*background: #fff;*/
	margin: 0 13px 0 13px;
	margin-top: 30px;
	float: right;
}
#twitter-box {
	display: block;
	max-width: 280px;
	width: 100%;
/*	background: url(../img001/twitter_box.png), center top;*/
	margin: 0 auto;
	position: relative;
}
#twitter-box img {
	width: 100%;
}
#tweet-erea {
	display: block;
	max-width: 280px;
	max-height: 720px;
	height: 69vw;
	background: rgba(2255,255,255,0.8);
	width: 100%;
	margin: 0 auto;
}
#sns-contents {
	width: 100%;
	height: 100%;
	border-width: 0px;
}
#twitter-widget-0 {
	width: 100%!important;
	max-height: 720px!important;
	height: 69vw!important;
	margin: 0 auto!important;
}
.sns790out {
	display: block;
}
.sns790in {
	display: none;
}

@media screen and (max-width:790px) {
	#sns-box {
		max-width: 670px;
		width: 95%;
		margin: 30px auto 0;
		float: none;
	}
	#twitter-box {
		max-width: none;
	}
	#tweet-erea {
		max-width: none;
		max-height: none;
		height: 100vw;
	}
	.sns790in {
		display: block;
	}
	.sns790out {
		display: none;
	}
}



footer {
	font-family: Arial, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	width: 100%;
	text-align: center;
	background: #B21404;
	padding: 40px 0 10px 0;
	margin-top: 60px;
	border-bottom: 3px solid #000;
}
footer img {
	height: 20px;
}
footer p {
	margin-top: 20px;
	color: #fff;
}


.testtext {
	height: 20px;
	width: 100px;
	position: relative;
}


/*
@media screen and (max-width:849px) {
	* {
		display: none;
	}
}
*/

/*　注意事項

表示サイズが-17pxずれる。
恐らくスクロールバーの分が影響している。
ただしメディアクエリはブラウザサイズで作動するので注意

*/