@charset "utf-8";
/* CSS Document */

/* reset */
html,body,div,span,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,
b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	font-weight:normal;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
	display:block
}

ul{
	list-style:none
}

blockquote,q {
	quotes:none
}

blockquote:before,blockquote:after,q:before,q:after{
	content:none
}

a{
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

del{
	text-decoration:line-through;
}

abbr[title],dfn[title]{
	border-bottom:1px dotted;
	cursor:help;
}

table{
	border-collapse:collapse;
	border-spacing:0;
}

hr{display:block;
	height:1px;
	border:0;
	border-top:1px solid #ccc;
	margin:1em 0;padding:0
}

input,select{
	vertical-align:middle
}

div {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}

html{
	width:100%;
}

body {
	font-family: 'Hiragino Kaku Gothic ProN','Avenir','Arial','Hiragino Sans','YuGothic','Yu Gothic','メイリオ', 'Meiryo','ＭＳ Ｐゴシック','MS PGothic', sans-serif;
	width: 100%;
	height:100%;
	background:black;
	color:white;
	font-size:14px;
}

body::before {
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100vh;
	background:url("../img/haikei_nq.jpg") center/cover no-repeat;
	-webkit-background-size:cover; /*Android4*/
}

img{
	max-width:100%;
}

/* header
------------------------------*/

header{
	position: fixed;
	width: 100%;
	background: rgba(0,0,0,0.8);
	z-index: 1000;
	height: 80px;
	top:0;
}

#header_pc{
	position:relative;
	width:768px;
	height:80px;
	top:0;
	margin:0 auto;
}

#header_pc ul{
	position: relative;
	display: flex;
	justify-content: center;
	text-align: center;
	font-size: 0px;
	height: 80px;
}

#header_pc ul li:not(:first-of-type) {
	visibility: hidden;
}

#header_pc ul li{
	position: relative;
	margin-right: 13px;
}

#header_pc ul li a{
	width:100%;
	height:100%;
	display:block;
}

#header_pc ul li img{
	width:100%;
}

.h_logo{
	width: 119px;
	position: relative;
	margin-right:6px;
	margin-top:11px;
}

.h_howtoplay{
	width: 136px;
}

.h_howtoplay img {
	margin-top:29px;
}

.h_bitcharacter{
	width:135px;
}

.h_bitcharacter img {
	margin-top:28px;
}

#header_pc ul li.h_movie {
	margin-right:19px;
}

.h_movie{
	width:62px;
}

.h_movie img {
	margin-top:28px;
}

.h_operating_env{
	width: 93px;
}

.h_operating_env img {
	margin-top: 13px;
	margin-left: 14px;
}

#kv-home {
	position:relative;
	margin:0 auto;
	width: 100vw;
	height:46.482vw;
  margin: 80px auto 0;
}

#kv_b{
	position:relative;
	margin-top: 80px;
	height: 100px;
	background-size: 1300px;
}

img.kv_title{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 24px;
	max-width: inherit;
}

.contents{
	position:relative;
	width:768px;
	background-color: rgba(0,0,0,0.5);
	margin:0 auto;
	padding: 40px;
}


@media screen and (min-width: 960px) {

	#kv{
		width: 100%;
    height: 50.3125vw;
    background-size: 100%;
	}

	/*--- Key Visual Pattern B (小) ---*/
	#kv_b{
		position:relative;
    height: 150px;
    background-size: 1920px;
	}

	.contents{
		width:960px;
	}

	.kv_title{
    position: absolute;
    left: 0;
    right: 0;
    top: 24px;
    max-width: inherit;
	}

	#header_pc{
		position:relative;
		width:960px;
		height:80px;
		margin:0 auto;
	}

	#header_pc ul{
		top: 0px;
	}

	#header_pc ul li{
		margin-top:0;
		margin-right: 25px;
	}

	.h_logo{
		width:152px;
		margin-top: 4px;
		margin-right:0;
	}

	.h_howtoplay{
		width:161px;
	}

	.h_howtoplay img {
		margin-top:23px;
	}

	.h_bitcharacter{
		width:168px;
	}

	.h_bitcharacter img {
		margin-top:22px;
	}

	#header_pc ul li.h_movie {
		margin-right:25px;
	}

	.h_movie{
		width:73px;
	}

	.h_movie img {
		margin-top:24px;
	}

	.h_operating_env{
    width: 153px;
	}

	.h_operating_env img{
		margin-top: 24px;
    margin-left: 0;
	}

}


/* footer
------------------------------*/

footer {
	position:relative;
	background:#000;
	width:100%;
}

#footer_pc{
	max-width:768px;
	width:100%;
	margin:0 auto;
	padding: 20px 0 25px;
}

#footer_pc a{
	text-decoration: none;
  color: #fff;
}

#footer_pc a:visited{
  color: #fff;
}

.f_inner{
	position:relative;
	text-align:center;
	width: 768px;
	margin:0 auto;
}

.f_menu ul,
.f_spec ul,
.f_agreement ul{
	position: relative;
	text-align: center;
	display: flex;
	justify-content: center;
}

.f_menu ul {
	width: 680px;
	margin: 0 auto;
	left: 10px;
}

.f_menu ul li{
	position: relative;
	margin: 45px 25px 30px 0;
}

.f_spec{
	width:75%;
	vertical-align: middle;
	position:relative;
	text-align:right;
	display: inline-block;
}

.f_spec ul{
	position: relative;
	color: white;
	font-size: 15px;
}

.f_spec ul li{
	text-align:left;
}

.f_spec table {
	display:inline-block;
	text-align:right;
}

.f_spec table tr td{
	text-align: right;
	display: inline-block;
}

.f_spec table tr td:first-child{
	margin-right:16px;
}

.f_spec table tr td ul{
	display:table;
}

.f_spec table tr td ul li span {
	display:table-cell;
}

.f_spec table tr td ul li span:first-child {
	width:60px;
}

.f_sns{
	display:inline-block;
	text-align: right;
	vertical-align: middle;
	width: 210px;
	margin: 10px auto 25px;
}

.f_sns img{
	width:50px;
}

.f_sns a{
	display: inline-block;
}

.f_sns .twitter,
.f_sns .line,
.f_sns .youtube {
	display: inline-block;
}

.f_sns .twitter,
.f_sns .line{
	margin-right:30px;
	float:left;
}

.f_agreement{
	width:100%;
	margin-bottom: 20px;
}

.f_agreement ul li{
	margin-right: 25px;
	line-height:20px;
	font-size:15px;
}

.footerLogo {
	width: 72px;
	margin: 0 0 6px;
}

span.cr_asobism {
	font-size: 79%;
	font-family: Arial, Doroid Sans, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

#footer_pc .apply_icon{
	width: 70px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	top: -4px;
	left: -4px;
}

#fotter .apply_icon img{
	position: relative;
	top: -3px;
}

.f_trademark{
	text-align:left;
	margin-bottom:40px;
	line-height: 18px;
	width: 661px;
	margin:0 auto 25px;
	font-size: 13px;
}

@media screen and (min-width: 960px) {

	#footer_pc{
		max-width:960px;
		padding: 20px 0;
	}

	.f_inner{
		width:960px;
	}

	.f_menu{
		height:55px;
	}

	.f_menu ul{
		margin-top: 30px;
		width: auto;
		left:0;
	}

	.f_menu ul li {
		margin:0;
	}

	.f_top a{
		padding: 20px 42px;
	}

	.f_top img{
	width:57px;
    max-width: initial;
	}

	.f_howtoplay a{
		padding: 20px 45px;
	}

	.f_howtoplay img{
		width:203px;
    max-width: initial;
	}

	.f_bit a{
		padding: 20px 42px;
	}

	.f_bit img{
		width:244px;
    max-width: initial;
	}

	.f_movie a{
		padding: 20px 45px;
	}

	.f_movie img{
		width:92px;
    max-width: initial;
	}

	.f_term {
		padding: 8px 25px;
	}

	.f_law {
		padding: 8px 54px;
	}

	.f_settlement {
		padding: 8px 54px;
	}

	.f_contact {
		padding: 8px 25px;
	}

	.f_sns{
		width:180px;
		margin:0 0 0 8px;
	}

	.f_sns a{
		display: inline-block;
		width:40px;
		height:40px;
	}

	.f_sns a img{
		width:100%;
	}

	.f_spec{
    width: 61%;
    vertical-align: middle;
		text-align:left;
		top:5px;
    left: 10px;
    position: relative;
	}

	.f_spec ul{
    font-size: 14px;
	}

	.f_spec ul li {
    text-align: left;
    margin-right: 10px;
  }

	.f_spec ul li:first-child{
    margin-right: 24px;
	}

	.f_spec table tr td:first-child {
		margin-right:0;
	}


	.f_spec table tr td ul {
		left:10px;
	}

	.f_spec table tr td ul li span:first-child {
		width:56px;
	}

	.f_sns .twitter,
	.f_sns .line{
		margin-right:20px;
		float:none;
	}

	.f_agreement{
		margin: 17px auto 9px;
    left: -4px;
    position: relative;
	}

	.f_agreement ul li{
		font-size:16px;
		margin-right:0;
	}

	.f_trademark{
		font-size: 13px;
		text-align: left;
		margin: 0 auto;
		width: 864px;
		margin-bottom: 20px;
	}

	.f_trademark p {
		line-height:19px;
	}

	#footer_pc .apply_icon {
		width: 70px;
		display: inline-block;
		position: relative;
		vertical-align:middle;
		left: -6px;
		top:0;
	}

}



/*--- animation ---*/

.fadein {
	opacity : 0;
	transform : translate(0, 50px);
	transition : all 300ms;
}

.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}

.fadein-htp-left{
	opacity : 0;
	transform : translate(50px, 0);
	transition : all 300ms;
}

.fadein-htp-left.scrollin{
	opacity : 1;
	transform : translate(0, 0);
}

.fadein-htp-right{
	opacity : 0;
	transform : translate(-50px, 0);
	transition : all 300ms;
}

.fadein-htp-right.scrollin{
	opacity : 1;
	transform : translate(0, 0);
}

.fadein-bm-01{
	opacity : 0;
	transform: translate(-50px, 50px);
	transition : all 300ms;
}

.fadein-bm-01.scrollin{
	opacity : 1;
	transform : translate(0, 0);
}

.fadein-bm-02{
	opacity : 0;
	transform : translate(0, 50px);
	transition : all 300ms;
}

.fadein-bm-02.scrollin{
	opacity : 1;
	transform : translate(0, 0);
}

.fadein-bm-03{
	opacity : 0;
	transform : translate(0, 50px);
	transition : all 300ms;
}

.fadein-bm-03.scrollin{
	opacity : 1;
	transform : translate(0, 0);
}

.fadein-bm-04{
	opacity : 0;
	transform : translate(50px, 50px);
	transition : all 300ms;
}

.fadein-bm-04.scrollin{
	opacity : 1;
	transform : translate(0, 0);
}

.fadein-x {
	opacity : 0;
	transform : translate(-50px, 0);
	transition : all 300ms;
}

.fadein-x.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}

#news_single .news_textarea .fz12 {
	font-size: 12px;
}
