@charset "utf-8";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.t_center{ text-align:center !important;}


/*------------------------------------------------------------
	clearfix
------------------------------------------------------------*/
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	リンク・インプットをタップ時のクラス
------------------------------------------------------------*/
a.tapCtrl, input.tapCtrl,
.tapCtrl a, .tapCtrl input {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.tap {

}

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body,
table,
input, textarea, select, option {
	font-family: HiraKakuProN-W3;
	font-size: 1em;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a,
a:link {
	color: #040404;
	text-decoration: none;
}

a:visited {
	color: #040404;
}

a:hover {
	color: #040404;
}

a:active {
	color: #040404;
}

@media screen and (max-device-width: 480px){
	img{max-width:100%;height:auto;}
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/

.loading {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  background-color: #000000;
}
.loading__img {
  display: block;
  width: 29px;
  height: 29px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  animation: loading 750ms linear infinite alternate;
}


body{
	color: #000000;
	font-size: 13px;
	line-height: 1;
	background-color: #000000;
	margin: 0;
	padding: 0;
}

#container {
	text-align: left;	
	position: relative;
}





/*------------------------------------------------------------
	main
------------------------------------------------------------*/
#main{
	width: 100%;
	text-align: center;
	position: relative;
	
}
#main img{
	width: 100%;
	height: auto;
}



/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	width: 100%;
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
}

#gHeader #menu_btn{
	position: absolute;
	top: 10px;
	right: 1%;
	z-index: 120;
	width: 16%;
}

#gHeader .logo{
	position: absolute;
	top: 10px;
	left: 3%;
	z-index: 120;
	width: 25%;
}

.logo2{
	position: absolute;
	top: 15px;
	left: 3%;
	z-index: 120;
	width: 35%;
}


#movie1{
	width: 86%;
	position: absolute;
	bottom: 18.5%;
	left: 7%;
}

#movie2{
	width: 86%;
	position: absolute;
	bottom: 2%;
	left: 7%;
}

#btn_digibook{
	width: 86%;
	position: absolute;
	bottom: 36%;
	left: 7%;
}

#bnr_3{
	width: 86%;
	position: absolute;
	bottom: 44%;
	left: 7%;
}


/*------------------------------------------------------------
	nav
------------------------------------------------------------*/

.menu_list{
	background-color: #000000;
	clear: both;
	width:100%;
	bottom: 0%;
	}
	
.menu_list ul{
	margin:0px;
	padding:0px;
	}
	
.menu_list li{
	margin:0px;
	padding:0px;
	list-style:none;
	width:50%;
	float:left;
	}
	
.menu_list li img{
	width:100%;
	height:auto;
	display:block;
	}

.menu_list li.w100{
	margin:0px;
	padding:0px;
	list-style:none;
	width:100%;
	float:left;
	}
	
.menu_list li.w100 img{
	width:65%;
	height:auto;
	display:block;
	margin:  3% auto 3%;
	}


.copyright{
	margin-top: 30px;
}


/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	display: block;
	clear: both;
	padding: 0 0 5px;
	text-align: center;
	background-color: #000000;
	position: relative;
	padding: 5px 0 40px;
}

#gFooter .shareUl {
	width: 80%;
	margin-left: 14.5%;
	clear: both;
	padding: 20px 0;
	text-align: center;
}

.footer_margin{
	width: 100%;
}

.snsList {
	margin-top: 10px;
  font-size: 0;
}
.snsList__item {
  display: inline-block;
}
.snsList__item + .snsList__item {
  margin-left: 5px;
}



#gFooter .footer_bnr {
	margin: 20px auto 0 auto;
}

#gFooter .footer_bnr2 {
	margin: 20px auto 0 auto;
}

/*------------------------------------------------------------
	演出
------------------------------------------------------------*/

.production_btn_A_1{
	width: 80%;
	position: absolute;
	bottom: 6.5%;
	left: 10%;
}

.production_btn_A_2{
	width: 80%;
	position: absolute;
	bottom: 2.3%;
	left: 10%;
}

.production_btn_B_1{
	width: 80%;
	position: absolute;
	bottom: 6.1%;
	left: 10%;
}

.production_btn_B_2{
	width: 80%;
	position: absolute;
	bottom: 2%;
	left: 10%;
}

.bonus_btn_A_1{
	width: 80%;
	position: absolute;
	bottom: 8.5%;
	left: 10%;
}

.bonus_btn_A_2{
	width: 80%;
	position: absolute;
	bottom: 2.8%;
	left: 10%;
}

.bonus_btn_B_1{
	width: 80%;
	position: absolute;
	bottom: 6.9%;
	left: 10%;
}

.bonus_btn_B_2{
	width: 80%;
	position: absolute;
	bottom: 2.4%;
	left: 10%;
}

/*------------------------------------------------------------
	デジブック
------------------------------------------------------------*/

#btn_app{
	position: absolute;
	bottom: 22.5%;
	width: 42%;
	left: 7%;
}

#btn_google{
	position: absolute;
	bottom: 22.5%;
	width: 36%;
	right: 8%;
}
