@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: 0px;
	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;
	}
}



#about-info-box {
	display: block;
	max-width: 900px;
	width: calc(95% - 90px);
	background: rgba(255,255,255,0.7);
	margin: 0 auto 0;
	padding: 120px 20px 70px;
}
#about_txt {
	padding: 8px 30px 35px;
}
#about_txt h1 {
	font-family: 'EnFonts';
	color: #b21404;
	margin-bottom: 10px;
}
#about_txt p {
	line-height: 21px;
	margin-bottom: 6px;
	font-family: Arial, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.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-left: 1.5%;
}
.box-top img {
	vertical-align: sub;
	margin-bottom: -0.45%;
}
#profile-box {
	display: block;
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
#profile {
	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: 20px 10px 30px;
	margin-bottom: 5%;
	text-align: left;
}
.myprofile_box {
	padding-bottom: 35px;
	border-bottom: 3px solid #efc245;
}
#profile .myprofile_box:last-of-type {
	border: none;
	margin-top: 30px;
	padding-bottom: 15px;
}
#profile img {
	width: calc(95% - 350px);
	max-width: 300px;
	min-width: 152px;
	display: inline-block;
/*	background: rgba(255,255,255,0.7);*/
	border: 4px solid #f28235;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	moz-border-radius: 15px;
	vertical-align: top;
}
.profile_snstxt.pixivtxt {
	margin-top: 30px;
}
.pixiv_icon {
	width: 190px!important;
	max-width: none!important;
	min-width: auto!important;
	display: inline-block;
	background: none!important;
	border: 0px!important;
	border-radius: 0px!important;
	-webkit-border-radius: 0px!important;
	moz-border-radius: 0px!important;
	vertical-align: bottom!important;
}
#profile_txt {
	display: inline-block;
	width: calc((100% - 308px) - 3%);
	min-width: 350px;
	margin-left: 2%;
	font-family: Arial, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
#profile_txt table {
	font-size: 15px;
}
.profile_txt_l {
	width: 15%;
	min-width: 70px;
	vertical-align: top;
	padding-bottom: 5px;
}
.profile_txt_r {
	padding-bottom: 5px;
}
table span {
	display: inline-block;
}
.profile_works {
    font-size: 14px;
    margin: 10px 0 15px;
}
.profile_works p {
    text-indent: -1.5em;
    padding-left: 1.5em;
    margin-top: 0.2em;
}
#profile_sns {
	text-align: left;
	margin: 0 0 0;
}
.profile_snstxt {
	display: inline-block;
	vertical-align: super;
	font-size: 13px;
	margin: 11px 0 4px;
}
iframe[id^="twitter-widget-"] {
	min-width: 193px;
}
img.youtube_icon {
	border: none!important;
	width: 40%!important;
	max-width: 70px!important;
	min-width: 50px!important;
	border-radius: inherit!important;
}
img.twitch_icon {
	border: none!important;
	width: 40%!important;
	max-width: 50px!important;
	min-width: 30px!important;
	border-radius: inherit!important;
}
.youtube_iconbox {
	margin-right: 20px;
	display: inline-block;
	vertical-align: text-bottom;
	width: 50px;
}
.twitch_iconbox {
	display: inline-block;
	vertical-align: bottom;
	width: 30px;
}
.youtubetxt {
	margin-top: 20px;
}
.twitchtxt {
}



@media screen and (max-width:690px) {
	#about-info-box {
		width: calc(100% - 40px);
		padding: 120px 20px 70px;
	}
	#profile {
		padding: 20px 10px;
		text-align: center;
	}
	#profile_txt table {
		font-size: 2.35vw;
	}
	#profile_txt {
		display: inline-block;
		width: calc(100% - 8%);
		min-width: auto;
		margin-left: auto;
		margin: 20px auto 0;
		padding-left: 2%;
	}
	.profile_txt_l {
		width: 18.5%;
		min-width: auto;
		vertical-align: top;
	}
	.profile_txt_r {
		padding-bottom: 5px;
	}
	table span {
		display: inline-block;
	}
}
@media screen and (max-width:468px) {
	#about_txt {
		padding: 8px 0px 35px;
	}
	.profile_txt_l {
		min-width: 75px;
	}
	#profile_txt table {
		font-size: 12.5px;
	}
	#profile_txt {
		display: inline-block;
		width: calc(100% - 10%);
		min-width: auto;
		margin-left: auto;
		margin: 20px auto 0;
		padding-left: 3%;
	}
}
@media screen and (max-width:355px) {
	#profile_txt table {
		font-size: 10.5px;
	}
	#profile_txt {
		display: block;
		width: calc(100% - 6%);
		padding-left: 4%;
	}
	table span {
		display: inline-block;
	}
	.youtube_iconbox {
		margin-right: 15px;
	}
}



.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%;
}
#link-box {
	display: block;
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
#link {
	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: 20px 20px 30px;
	text-align: left;
}
#link img {
/*	width: calc(95% - 350px);
	max-width: 300px;
	min-width: 152px;
	display: inline-block;
	background: rgba(255,255,255,0.7);
	border: 4px solid #f28235;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	moz-border-radius: 15px;
	vertical-align: top;*/
}
#link_txt {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	font-family: Arial, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
#link_txt span {
	display: inline-block;
}
#link-box a {
	margin-left: 1.5%;
}
#link_url {
	margin: 15px 0 3px;
	font-family: Arial, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
#copy {
	width: 216px;
	height: 100%;
	max-height: 6em;
	padding: 5px;
	margin-left: 0.5%;
	vertical-align: bottom;
	font-family: Arial, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
#copy ::-webkit-scrollbar {
	width: 2px!important;
}
#copy::-webkit-scrollbar-track {
	border-radius: 10px;
	box-shadow: inset 0 0 0px rgba(0, 0, 0, .1);/* スクロールバーの影 */
}
#copy::-webkit-scrollbar-thumb {
	background-color: rgba(70, 145, 26, 1);/* スクロールバーの色 */
	border-radius: 10px;
	box-shadow:0 0 0 1px rgba(237, 193, 72, .3);/* スクロールバーの枠 */
}
#copybutton {
	padding: 7px 16px;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	font-family: Arial, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	background: #F28236;
	border: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	moz-border-radius: 3px;
	transition-duration: 0.2s;
}
#copybutton:hover {
	background: #B21404;
	transition-duration: 0.2s;
}
#copybutton:active {
	background: #f7d1b7;
	color: #921e12;
	transition-duration: 0.1s;
}

@media screen and (max-width:468px) {
	#link-box p {
		font-size: 12.5px;
	}
	#link {
		text-align: center;
	}
	#link_txt {
		text-align: left;
	}
	#link-box a {
		margin-left: 0;
	}
	#copy {
		margin-left: auto;
		display: block;
		margin: 5px auto 9px;
	}

}
@media screen and (max-width:355px) {
	#link-box p {
		font-size: 10.5px;
	}
}



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;
	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ずれる。
恐らくスクロールバーの分が影響している。
ただしメディアクエリはブラウザサイズで作動するので注意

*/