@charset "utf-8";
@import url(https://use.fontawesome.com/releases/v5.6.3/css/all.css);

/*====================================================

GALLERIA GAMEMASTER 推奨共通CSS

Copyright (c) Dospara Co., Ltd. All rights reserved.

====================================================*/

/*-------------------------------------
　ページ基本設定
---------------------------------------*/
.column2R #main {
	float: none;
	width: auto;
}
#lp_page {
	width: 970px;
	margin: 30px auto;
	color: #FFF;
	line-height: 1.6em;
	font-size: 14px;
	/*background-color:#000;*/
}
h2 {
	background: none;
	font-size: 14px;
	color: #FFF;
	border-left: solid 4px #FFF;
	margin: 0 0 20px 0;
	padding: 4px 8px;
	font-weight:normal;
}
.pc {
	display:block;
}
.sp {
	display:none;
}

/*-------------------------------------
　メインビジュアル
---------------------------------------*/
.title_img {
	margin-bottom: 22px;
}
.title_cts {
	height: 517px;
  position: relative;
}
.copyright {
  margin: 5px 0 30px;
  font-size: 12px;
  line-height: 1.4;
}

/*-------------------------------------
　見出しバナー設定
　※タイトルによって異なるので個別のCSSで対応
---------------------------------------*/

/*-------------------------------------
　ナビゲーションボタン※未実装
---------------------------------------*/
/*
.navBtn {
	margin-bottom: 50px;
}
.navBtn li {
	margin-right: 22px;
	float: left;
}
.navBtn li.lsat {
	margin-right: 0;
}
*/

/*-------------------------------------
　ゲーム特典
---------------------------------------*/
.tokutenCtn {
	margin-bottom: 50px;
}
.gameTitle {
	display: none;
}

/*-------------------------------------
　ゲーム説明
---------------------------------------*/
.storyDesc {
	margin: 40px 0;
}
.storyDesc img {
	float:left;
	margin: 0 14px;
}
.storyDesc span {
	display: inline-block;
	font-size: 16px;
	margin-bottom: 10px;
}
.sectionBox {
	margin-bottom: 50px;
	font-size: 16px;
}

/*-------------------------------------
　モデル説明設定
---------------------------------------*/
/*.modelDesc {
	height:220px;
}*/
.modelDesc img{
	float:left;
	width: 320px;
	margin: 0 10px;
}
.modelList a {
	text-align:right;
	margin-top:10px;
}

/*-------------------------------------
　モデル設定
---------------------------------------*/
.pcBanner {
	margin-bottom: 50px;
}
.model_cts {
	/*background:#222;
	border: 1px solid #565656;*/
	height: 230px;
	margin-bottom: 10px;
	position: relative;
}
.model_cts a {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.model_cts:hover {
	opacity: 0.6;
}
.model_left {
	float: left;
	position: relative;
	width: 290px;
}
.model_left .modelRec {
	float: left;
	margin: 10px 0 0 10px;
	width: 73px;
}
.model_left .modelPc {
	float: left;
  height: auto;
	margin: 20px 0 0 0;
  width: 100%;
}
.logo {
	position: absolute;
	top: 15px;
	left: 20px;
}
.model_center {
	float: left;
	width: 440px;
}
.model_right {
	color: #fff;
	float: right;
	margin: 0 10px 0 0;
	padding: 124px 0 0 0;
	width: 206px;
}
/* モデル名 */
.modeName {
	font-weight: bold;
	font-size: 20px;
	float: left;
	margin-top: 14px;
}
/* スペック表記 */
.modelSpec {
	margin-top: 6px;
	font-size: 14px;
	line-height: 1.4;
}
/* ベンチマーク */
.benchmark {
	line-height: 1.2;
}
.score {
	font-size: 18px;
	line-height: 1;
	margin: 6px 0 0 0px;
	text-align: center;
}
.scoreSub {
	text-align: center;
}
.model_score {
	text-align: center;
	font-size: 28px;
	margin: 4px 0;
}
.LinkDetail {
	display: none;
}
/* 価格表記位置 */
.model_cts .price {
	padding: 11px 0 0 0;
	margin-top: 70px;
}
/* 価格表記 */
.model_cts .pr {
	color: #F00;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: -1px;
}
/* 円のサイズ */
.kara {
	color:#F00;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
}
/* (+税)～のサイズ */
.tax {
	color:#F00;
	font-weight: bold;
	font-size: 50%;
	text-decoration: none;
}

/*---------------------------
　スクリーンショット
---------------------------*/
.screenShot {
	margin-top: 10px;
}
.topImg img {
	height: auto;
	width: 970px;
}
.screenShot li {
	float: left;
	margin: 0 10px 10px 0;
	width: 235px;
}
.screenShot li:nth-child(4n) {
	margin: 0 0 10px 0;
}
.screenShot li img {
	height: auto;
	width: 100%;
}

/*---------------------------
　メーカー、タイトルロゴ
---------------------------*/
.logoBack {
	text-align:center;
	margin: 40px 0;
}
/* コピーライト */
.copyrightBottom {
	margin: 20px 0;
}

/*---------------------------
　ゲームPCとトップへ
---------------------------*/
.pageLink {
  clear: both;
  padding: 20px 0;
  text-align: right;
}
.pageLink a {
  background: url(../../5img/iconArrowDBlue2.gif) no-repeat scroll left center rgba(0, 0, 0, 0);
  color: #FFFFFF;
	padding-left: 14px;
}
.pagetop {
	display: none;
}

/*---------------------------
　ページTOPへ追従
---------------------------*/
#pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 55px;
}
#pagetop a {
	color: #fff;
	background-color: #333;
	border-radius:5px;
	display: block;
	font-size: 12px;
	line-height:1.5em;
	padding:5px 10px;
	text-align: center;
	text-decoration: none;
}

/*---------------------------------
　スマホ対応
-----------------------------------*/

/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width:479px){
  #lp_page {
    width: 96%;
  }
  .pc {
    display:none;
  }
  .sp {
    display:block;
  }
  .title_img img {
    height: auto;
    width: 100%;
  }
  .title_cts {
    height: 0;
    padding-top: 53.3%;
  }
  .spBG {
    background-color: black;
    padding: 10px 5px;
  }
  h2 {
    border-left: none;
    margin: 0 0 4px 0;
  }
  #note {
    width: 100%;
  }
  .model_center .modelSpec {
    color: #FFF;
    text-align: left;
    margin: 10px auto 20px;
  }
  /*.modelSpec li:before {
    content : "\f101";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    margin-right: 4px;
  }*/
  .modeName {
    float: none;
    font-size: 16px;
  }
  .modeName,
  .model_center .modelSpec {
    color: #111;
  }
  .model_cts {
    height: auto;
    margin: 0 auto 20px;
    padding: 10px 0 0;
    text-align: center;
    width: 96%;
  }
  .model_cts img {
    width: 80%;
    height: auto;
  }
  .model_cts .price {
    padding: 11px 0 0;
    margin-top: 0;
  }
  .model_cts .pr {
    font-size: 26px;
  }
  .kara{
    font-size: 20px;
  }
  .model_left .modelPc {
    float: none;
    margin: 0;
  }
  .model_left {
    float: none;
    margin: 0 auto;
    width: 86%;
  }
  .model_center {
    float: none;
    margin: 0 auto;
    text-align: center;
    width: 90%;
  }
  .model_right {
    float: none;
    margin: 0 auto;
    padding: 0;
    width: 90%;
  }
  .logo {
    position: static;
    margin: 0 auto;
  }
  /* ベンチマーク */
  .benchmark {
    background: #000;
    padding: 6px 0;
  }
  .LinkDetail {
    background: #be1e2d;
    border-radius: 4px;
    display: block;
    font-size: 20px;
    color: #fff;
    margin: 10px 0!important;
    padding: 10px 0!important;
    text-align: center;
  }
  .logoBack img {
    height: auto;
    width: 60%;
  }
/*---------------------------
　スクリーンショット
---------------------------*/
	.screenShot li {
		float: left;
		margin: 0 10px 10px 0;
		width: 48%;
	}
	.screenShot li:nth-child(2n) {
		float: right;
		margin: 0 0 10px 0;
	}
	.topImg img,
	.screenShot li img {
		height: auto;
		width: 100%;
	}
	.game_info img {
		width: 100%;
		height: auto;
	}

/*------------------------------------*/
}
