@charset "utf-8";
/* CSS Document */
/* =======================================================================
	ヘッダー <header>~</header>内部
   ======================================================================= */

/* トグルボタン */
#nav-trigger {
	display: none;
}
.nav-list {
	padding-top: 10px;
	display: block;
}
.nav-list ul {
	display: flex;
	justify-content: center;
	padding-right: 10px;
}
.nav-list li {
	padding: 0px 0px;
}
.nav-list h1 {
	font-size: 1.0em;
	padding-top: 20px;
/*	padding-right: 20px;*/
}

#page-top {
	bottom: 30px;
	right: 30px;
}

/* =======================================================================
	メイン <main>~</main>内部
   ======================================================================= */
/* ------------------------------------------------------------------
	セクション
   ------------------------------------------------------------------ */
.dl-box,
.sec-st-pre-reg,
.sec-st-info,
.sec-st-play,
.sec-st-playSlider,
.sec-st-pv,
.sec-st-play {
	text-align: center;
}

.sec-st-top {
	margin-top: 0px;
	width: 920px;
	height: 702px;
	margin-right:  auto;
	margin-left:  auto;
}
.sec-st-top img {
	margin-top:50px;
}

.sec-st-pre-reg{
	margin-top: 110px;
}
.sec-st-pre-reg h1{
	font-size: 2.5em;
}
.steam-reg span{
	font-size: 2.5em;
}


.switch-link,.steam-link{
	text-align : center;
	margin: 20px auto 60px auto;
}

img.link-img {
	width: 220px;
	vertical-align: bottom;
}

.sound-banner{
	text-align : center;
}

img.ss-img {
	margin: 80px auto 0px auto;
	width: 220px;
	height: 70px;
	vertical-align: bottom;
}

.sec-st-faq{
	padding-top: 40px;
	text-align: center;
}
.sec-st-faq>h1{
	margin-top: 20px;
	margin-bottom: 10px;
}
.sec-st-faq span{
	font-size: 2.0em;
	line-height: 1.2em;
}

.dl-box {
	margin-top: 80px;
	margin-right:  auto;
	margin-left:  auto;
	position: relative;
	z-index: 500;
}
.dl-banner {
/* 
	display: none;
*/
	text-align: center;
	width: 520px;
    display: table;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.dl-banner div{
	display: table-cell;
	width: 260px;
}
img.dl-ios {
	width: 217px;
	height: 67px;
}
img.dl-android {
	margin-bottom: 2px;
}
.sec-st-info{
	position: relative;
	color: #041c5a;
}
.sec-st-info img {
	margin-top: 30px;
}

.sec-st-notice{
	padding-top: 65px;
	width: 800px;
    display: table;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);

}
.sec-st-notice div{
	display: table-cell;
	width: 400px;
}
.sec-st-notice ul{
	list-style-type: none;
	display: block;
}
.sec-st-title-p{
	font-size: 1.5em;
	font-weight: 700;
}
.sec-st-notice p{
	text-align: center;
	margin-bottom: 0.1em;
}
.sec-st-noticetxt{
	text-align: left;
	padding-left: 6px;
	padding-right: 6px;
	height: 300px;
	overflow: auto;
	font-size: 1.0em;
	line-height: 1.5em;
	word-break: break-all;
}
.sec-st-noticetxt li{
	display: list-item;
	text-align: -webkit-match-parent;
}

.sec-st-pv {
	position: relative;
}

.sec-pv{
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.sec-st-play{
	padding-top: 60px;
	position: relative;
}

.sec-st-play-w{
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.sec-st-playSlider {
	width: 770px;
}

.slick-prev::before {
	content: url(../img/img_scd2_arrow_l.png) !important;
	}
 .slick-next::before {
	 content: url(../img/img_scd2_arrow_r.png) !important;
	}
 .slick-prev{
	 left: -60px !important;
	}
 .slick-next{
	right: -30px !important;
	}
 .slick-prev,
 .slick-next{
	top: 40% !important;
	}

	.qa-top {
		margin-top: 80px;
		text-align: center;
	}

	/*straycat*/
	.qa-title{ 
		padding-top: 15px;
		padding-bottom: 15px;
		line-height: 1.5em;
		font-size: 3.0em;
		border-bottom: 2px #041c5a solid;
	}
	.qa-qa{
		padding-top: 20px;
		padding-bottom: 20px;
		line-height: 1.0em;
		font-size: 2.5em;
		border-bottom: 4px #041c5a solid;
	}
	.qa-any{
		padding-top: 30px;
		padding-bottom: 10px;
		text-align: center;
		line-height: 1.0em;
		font-size: 2.0em;
	}
	.qa-cate{
		padding-top: 30px;
		line-height: 1.0em;
		font-size: 1.6em;
	}

	.anchor{
		margin-top: -80px;
		padding-top: 80px;
	}
	
	/*質問本体*/
	.qa-base {
		width: 700px;
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
		text-align: left;
	}

	/*質問*/
	.qa-q-ba{
		border-bottom: 1px #041c5a solid;
		border-bottom-style: dashed;
	}
	.qa-q{
		padding: 1.0em 0 0.5em 3.0em;
		font-weight: bold;
		font-size: 1.2em;
	}
	.qa-q:before{
		content: "";
		width: 30px;
		height: 30px;
		left: 5px;
		top: 0.9em;
		background-size: 1.6em;
	}

	/*答え*/
	.qa-a-ba{
		border-bottom: 2px #041c5a solid;
	}
	.qa-a{
		padding: 1.0em 0 1em 3.0em;
		font-weight: 500;  
		font-size: 1.2em;
	}
	.qa-a:before{
		content: "";
		width: 30px;
		height: 30px;
		left: 5px;
		top: 0.9em;
		background-size: 1.6em;
	}

	.nav-list-qa-top {
		padding-top: 10px;
		display: block;
	}
	.nav-list-qa-top ul {
		display: flex;
		justify-content: center;
		padding-right: 20px;
	}
	.nav-list-qa h2{
		font-size: 1.2em;
	}


/* =======================================================================
	フッター <footer>~</footer>内部
   ======================================================================= */
.sec-link {
	height: 100px;
	margin: 0 auto;
	position: relative;
 }

/* QRコード非表示 */
 .foot-dl-banner {
/*	display: none;*/
	margin: 0 auto;
	width: 500px;
	display: table;
 }
 .foot-dl-banner div{
	display: table-cell;
	width: auto;
	width: 250px;
}

.foot-dl-banner, 
.foot-gm-name{
	text-align: center;
}

.foot-gm-title-rel {
	padding-top: 20px;
	padding-bottom: 10px;
	line-height: 1.7em;
}
.foot-gm-title {
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 1.7em;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

.foot-link {
	padding-top: 50px;
	margin: 20px auto;
	position: relative;
 }

 .foot-other-logo {
	margin: 0 auto;
	text-align: center;
	width: 340px;
	display: table;
	position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
/* ツイッターアイコン */
.icon-sns {
	max-width: 65px;
	vertical-align: top;
}
	
.foot-last{
	width: 750px;
	height: 60px;
	margin: 0 auto;
	position: relative;
}

.foot-last-img img{
	width: 140px;
}

.foot-last-moji{
	position: absolute;
	width: 490px;
	padding-left: 40px;
	padding-bottom: 14px;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.foot-last-moji li{
    list-style-type:none;
    float: left;
    margin-left: 20px;
}

.foot-terms{
    border-left: solid 1.5px;	
	border-right: solid 1.5px;
	padding-left: 14px;
	padding-right: 14px;
}

.foot-copyright {
	text-align: center;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 40px;
}

.sp {
	display: none;
}

