@charset "utf-8";


/*PC・タブレット・スマホ(全端末)共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	-webkit-text-size-adjust: none;
	color: #fff;	/*全体の文字色*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	font-size: 16px;	/*文字サイズ*/
	line-height: 2;		/*行間*/
	background: #000;	/*背景色*/
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form,select,input,textarea {margin: 0px;padding: 0px;font-size: 100%;font-weight: normal;}
ul {list-style-type: none;}
ol {padding-left: 40px;padding-bottom: 15px;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%;}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #fff;	/*リンクテキストの色*/
	transition: 0.3s;	/*マウスオン時の移り変わるまでの時間設定。0.3秒。*/
	border: none;
}
a:hover {
	color: #ea021c;	/*マウスオン時の文字色*/
}

/*コンテナー（ホームページを囲む一番外側のブロック）
---------------------------------------------------------------------------*/
#container {
	max-width: 1400px;	/*ブロックの最大幅*/
	margin: 0 auto;
	padding: 0;
}

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*headerブロック*/
header {text-align: center;}

.top_image_pc {
	position: relative;
	width: 100%;
	height: 800px;
	margin: 0 auto;
	background: url("../images/top_bg_pc.jpg") no-repeat ;
	background-size: cover;
}

.logo_pc {
	position: absolute;
	top: 20px;
	left: calc(50% - 300px);
	display: block;
	width: 600px;
	z-index: 100;
}
.movie_pc {
	position: absolute;
	bottom: 40px;
	left: calc(50% - 180px);
	display: block;
	width: 360px;
	z-index: 100;
	border: 1px solid #ff0000;	/*枠線の幅、線種、色*/
}

.top_image_sp {
	position: relative;
	padding-top: 120%;
	margin: 0 auto;
	background: url("../images/top_bg_sp.jpg") 100% no-repeat ;
	background-size: cover;
	overflow: hidden;	
}

.logo_sp {
	width: 80%;
    	position: absolute;
	top: 40px;
	margin: 0 auto;
	left: 11%;
	z-index: 1;
}
.movie_sp {
	width: 60%;
    	position: absolute;
	bottom: 10px;
	margin: 0 auto;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;	/*枠線の幅、線種、色*/
}


/*ストアボタン
---------------------------------------------------------------------------*/
.btn_area {
	border-top: solid 1px #ff0000;
	border-bottom: solid 1px #ff0000;
	box-shadow: 0px 0px 1px 1px #460000 inset;
	background-image: url("../images/btn_bg.jpg");
	background-repeat: repeat-x;	
}

.btn_area img {margin : 20px 10px 20px 10px ;}



/*トップページのメイン画像
---------------------------------------------------------------------------*/
/*画像ブロック*/
#mainimg img {
	border-radius: 10px;	/*角を丸くする指定。この１行を削除すれば角丸がなくなります。*/
	margin-bottom: 40px;	/*下に空けるスペース*/
}



/*ニュース
---------------------------------------------------------------------------*/

.pc .news {	
	margin: 0 10%;
	box-sizing: border-box;
	padding: 20px 10% 40px;	/*ボックス内の余白*/
	text-align: left;
}
.sp .news {	
	margin: 0 10px;
	box-sizing: border-box;
	padding: 16px 0px 24px;	/*ボックス内の余白*/
	text-align: left;
}

.pc .news dl{
	padding-left: 20px;
	border-bottom:1px solid  #696969;
	height: 10px;
	width: 98%;
}
.sp .news dl{
	border-bottom:1px solid  #696969;
	height: 30px;
	width: 98%;
}
.pc .news dt{
	float:left;
	line-height: 1.4;
}
.pc .news dd{
	line-height: 1.4;
	border : none;
 	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;  
 	-o-text-overflow: ellipsis;   
	white-space: nowrap;
	overflow: hidden;
	width: 500px
}
.sp .news dt{
	float:left;
	line-height: 1.4;
}
.sp .news dd{
	line-height: 1.4;
	border : none;
 	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;  
 	-o-text-overflow: ellipsis;   
	white-space: nowrap;
	overflow: hidden;
	width: 250px
}

/*メニュー
---------------------------------------------------------------------------*/

/*コンテンツのh2タグの設定*/
.contents {
	background: url("../images/contents_bg.jpg") repeat-x ;
	background-position: bottom;
}
.list_pc {	
	margin: 0 10%;
	box-sizing: border-box;
	padding: 0px 10% 60px;	/*ボックス内の余白*/
}

.contents h2 {
	font-size: 18px;	/*文字サイズ*/
	font-weight:　800;
	color: #fff000;	/*文字色*/
	box-sizing: border-box;
	margin-bottom: 3%;
	padding: 0px 10px;	/*上、左右、下への余白*/
}

/*コンテンツのh3タグの設定*/
.contents .list_pc h3 {
	font-size: 18px;	/*文字サイズ*/
	font-weight:bold;
	color: #fff000;	/*文字色*/
	border-bottom: 1px solid #ff0000;;
	box-sizing: border-box;
	margin-bottom: 3%;
	padding: 0px 10px;	/*上、左右、下への余白*/
}

.list_sp {	
	box-sizing: border-box;
	padding: 0px 2% 20px;	/*ボックス内の余白*/
}

.contents .list_sp h3 {
	font-size: 14px;	/*文字サイズ*/
	font-weight:bold;
	color: #fff000;	/*文字色*/
	border-bottom: 1px solid #ff0000;;
	box-sizing: border-box;
	margin-bottom: 3%;
	padding: 0px 10px;	/*上、左右、下への余白*/
}

/*コンテンツのp(段落)タグ設定*/
.contents .list_pc p {
	padding: 0px 20px 10px;	/*上、左右、下への余白*/
	line-height: 1.4;
}
.contents .list_sp p {
	padding: 0px 20px 10px;	/*上、左右、下への余白*/
	line-height: 1.4;
}
/*他。微調整。*/

.contents .ss_pc {margin: 30px 0 0 20px;}

.contents .ss_pc img {
	margin: 0px 10px 50px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

.contents .ss_sp {margin-top: 30px;}
.contents .ss_sp img {margin: 0px 0px 50px;}

.title_01 {
	margin-top: 30px;
}


/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
.sub {margin: 50px 0 20px 40px;}

.pc dl {	
	float: left;		
	padding: 20px 0px;	
	border-bottom: 1px solid #696969
}
/*日付設定*/
.pc dt {
	float: left;
	height: 110px;
	width: 16%;
	box-sizing: border-box;
	margin-right: 1%;
}
/*記事設定*/
.pc dd {
	float: left;
	line-height: 1.4;
	width: 70%;
}

.pc dd h4 {
	font-size: 18px;	/*文字サイズ*/
	font-weight:bold;
	color: #ffff00;	/*文字色*/
	border-bottom: 1px solid #ff0000;
	box-sizing: border-box;
	margin-bottom: 2%;
}

/*SP
---------------------------------------------------------------------------*/


.item_sp {	
	box-sizing: border-box;
	padding: 10px 2% 5%;	/*ボックス内の余白*/
	clear:
}
.sub_sp {margin: 6% 0 1%;}

.sp dl {
	float: left;
	padding: 10px 0px 10px;		
	box-sizing: border-box;
	border-bottom: 1px solid #696969
}
/*画像*/
.sp dt {
	float: left;
	width: 18%;
	margin: 0 3%;
}
/*記事設定*/
.sp dd {
	float: left;
	line-height: 1.4;
	width: 76%;
}
.sp dd h4 {
	font-size: 14px;	/*文字サイズ*/
	font-weight:bold;
	color: #ffff00;	/*文字色*/
	border-bottom: 1px solid #ff0000;
	box-sizing: border-box;
	margin-bottom: 3%;
}

hr {	border-bottom: 1px solid #696969;
}
.clearfix::after {
   content: "";
   display: block;
   clear: both;
}

/*フッター(ページ最下部のcopyrightのパーツ)設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;	/*文字をセンタリング*/
	padding: 30px 0px 10px;	/*上、左右、下へのボックス内の余白*/
}
footer a {
	text-decoration: none;
	border: none;
}
footer .pr {display: block;}



/*テーブル
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta1 caption {
	border: 1px solid #999;	/*テーブルの枠線の幅、線種、色*/
	border-bottom: none;	/*下線だけ消す*/
	text-align: left;		/*文字を左寄せ*/
	background: #333;		/*背景色*/
	font-weight: bold;		/*太字に*/
	padding: 10px;			/*ボックス内の余白*/
}
/*テーブル１行目に入った見出し部分（※tamidashi）*/
.ta1 th.tamidashi {
	width: auto;
	text-align: left;	/*左よせ*/
	background: #333;	/*背景色*/
}
/*ta1テーブルブロック設定*/
.ta1 {
	table-layout: fixed;
	width: 100%;
	margin: 0 auto 20px;
}
.ta1, .ta1 td, .ta1 th {
	word-break: break-all;
	border: 1px solid #999;	/*テーブルの枠線の幅、線種、色*/
	padding: 10px;			/*テーブル内の余白*/
}
/*テーブルの左側ボックス*/
.ta1 th {
	text-align: center;	/*センタリング*/
	width: 30%;			/*幅*/
}

/*トップページのNEWアイコン
---------------------------------------------------------------------------*/
.newicon {
	background: #F00;	/*背景色*/
	color: #FFF;		/*文字色*/
	font-size: 70%;
	line-height: 1.5;
	padding: 2px 5px;
	border-radius: 2px;
	margin: 0px 5px;
	vertical-align: text-top;
}

/*その他
---------------------------------------------------------------------------*/
.look {background: #555;padding: 5px 10px;border-radius: 4px;}
.mb15,.mb1em {margin-bottom: 15px;}
.color1 {color: #ea021c;}
.pr {font-size: 12px;}
.wl {width: 96%;}
.ws {width: 50%;}
.c {text-align: center;}
.r {text-align: right;}
.l {text-align: left;}



/*画面幅580px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:580px){

/*全体の設定
---------------------------------------------------------------------------*/
body {
	font-size: 12px;	/*文字サイズ*/
	line-height: 1.5;	/*行間*/
}

/*メニュー
---------------------------------------------------------------------------*/
/*メニュー１個あたりの設定*/
#menubar li {
	display: block;	/*縦並びにする設定*/
	margin-bottom: 10px;
}
#menubar li a {
	text-decoration: none;
	padding: 8px 30px;	/*各メニュー内の余白。*/
}

/*Galleryページ
---------------------------------------------------------------------------*/
/*各ブロックごとの設定*/
.list {
	padding: 10px;	/*ボックス内の余白*/
}

/*その他
---------------------------------------------------------------------------*/
.ws,.wl {width: 94%;}

}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}
@media (min-width: 750px) {
  .parent {
	display: flex;	
	margin: 0 10%;
  }
  .space_01 {
    	flex-grow: 1;
	width: 40%
	
  }
  .space_02  {
	flex-grow: 1;
	width: 40%
  }
}


/*ゲーム詳細
---------------------------------------------------------------------------*/

.game_area {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px;
}
.spec {
	margin : 10px;
	display: inline-block;
}

.icon {
	float: left;
	margin-right : 20px ;
	display: inline-block;
}

.text {
	text-align: left;
	display: inline-block;
}


/*iframe 20210328_追加
---------------------------------------------------------------------------*/

.if_l {
	width: 30%;
	height: 240px;
	float: left;
	margin-left: 19%;
	margin-bottom:20px;	
}
.if_r {
	width: 30%;
	height: 240px;
	float: right;
	margin-right: 19%;
	margin-bottom:20px;
}



















