@charset "utf-8";
/*====================================================

GALLERIA GAMEMASTER

Copyright (c) Dospara Co., Ltd. All rights reserved. 

====================================================*/

/*----------------------------------------------------
　ページ基本設定
----------------------------------------------------*/
#Globalnavi, .all365days {
	display: none;
}
#container {
	width: 100%;
}
.column2R #main {
	float: none;
	width: auto;/*background:url("/5info/img/galleria-gamemaster/main_back_170321.jpg") no-repeat fixed 45% center / 1500px auto;*/
}
html {
	overflow: auto;
}
* html {
	height: 100%;
	overflow-x: auto;
	overflow-y: hidden;
}
body {
	min-width: 970px;
	overflow-x: hidden;
	position: relative;
}
* html body {
	height: 100%;
	overflow-y: auto;
}
#lp_page {
	width: 100%;
	margin: 0 auto;
}
#lp_page a:hover {
	opacity: 0.7;
}
.pcOnly {
	display: block;
}
.pcOnly.inlineBlock {
	display: inline-block;
}
.pcOnly.inline {
	display: inline;
}
.spOnly {
	display: none;
}


@media screen and (max-width:479px) {
.pcOnly {
	display: none;
}
.spOnly.inlineBlock {
	display: inline-block;
}
.spOnly.inline {
	display: inline;
}
}
/*-------------------------------------
　パンくず
---------------------------------------*/

.breadCrumb {
	padding: 0 500% 10px;
	background: #000;
	margin: 0 -500%;
}

.breadCrumb_inner {
    position: relative;
    width: 970px;
    height: 20px;
    margin: 0 auto;
    z-index: 9999;
}

/*-------------------------------------
　セクション
---------------------------------------*/
section {
	margin: 100px auto 130px;
	padding: 50px 0 0;
	text-align: center;
	border-top: #666 1px solid;
	width: 970px;
}
.bg_gry {
	background-color: #191919;
}
.bg_flash {
	background: url("/5info/img/galleria-gamemaster/kaminari.png") no-repeat scroll center 0;
}
h3 {
	margin: 0 0 20px;
	padding: 50px 0 0;
	color: #fff;
	font-size: 58px;
	font-weight: normal;
	letter-spacing: 3px;
}
section img {
	max-width:100%;
	height:auto;
}
section .copy{
	margin: 20px 0 200px;
	font-size: 24px;
	text-align: left;
	line-height: 1.4em;
}
.sp_br {
	display: none;
}

@media screen and (max-width:479px) {
	section {
		margin: 30px 0 0;
		padding: 20px 0 0;
		width: 100%;
	}
	h3 {
		margin: 0 0 10px;
		padding: 20px 0 0;
		font-size: 20px;
		letter-spacing: 0;
	}
	section .copy{
		margin: 10px;
		font-size: 14px;
		line-height: 1.4em;
	}
	.sp_br {
		display: block;
	}
}
/*-------------------------------------
　メインタイトル
---------------------------------------*/

#boxTitle {
	/*padding: 750px 500% 0;
	background: #000 url("/5info/img/galleria-gamemaster/main_back_170321.jpg") no-repeat scroll center 0;*/
}
#boxTitle .catchCopy {
	padding: 40px 0 100px;
	width: 500px;
}
#boxTitle .catchCopy .campText {
	color: #00acea;
	border-top: 1px solid #00acea;
	border-bottom: 1px solid #00acea;
	padding: 10px 0;
	font-size: 15px;
	text-align: center;
	margin: 20px 0 0;
}
#boxTitle h2 {
	margin: 0 0;
	background: url("/5info/img/galleria-gamemaster/pc_header_bg.jpg") no-repeat scroll center 0;
	font-weight: normal;
	text-align: center;
	margin: 0 -500%;
    padding: 0 500%;
    width: 100%;
}
#boxTitle h2 img {
	padding-top: 700px;
}
.top_catch {
	margin: 50px 0 80px;
	font-size: 32px;
	text-align: center;
}
.grd {
	font-size: 37px;
	background: -webkit-linear-gradient(#fffcdf, #9f7207);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.grd_sp {
	display: none;
}
@media screen and (max-width:479px) {
#boxTitle h2 {
    padding: 0 0;
    width: 100%;
}
	.top_catch {
		margin: 5px 0 25px;
		font-size: 16px;
		line-height: 1.4em;
	}
	.grd {
		display: none;
	}
	.grd_sp {
		display: block;
		font-size: 18px;
		color: #e6c800;
	}
}
/*-------------------------------------
　モデル
---------------------------------------*/
.model_box {
	margin: 0 0 80px;
}
.model_tit {
	margin: 0 0;
	color: #e6c800;
	font-size: 40px;
}
.spec_box {
	margin: 0 0 120px;
}
.spec_tit {
	margin-bottom: 20px;
	font-size: 40px;
}
.spec_tit span {
	font-size: 28px;
}
.event_box {
	margin: 0 0 80px;
}
.event_box.end { margin-bottom: 200px; }

.event_tit {
	margin-bottom: 20px;
	font-size: 24px;
}

.support_box { margin: 0 0 200px; }

.support_tit { font-size: 42px; }

.support_box .img { margin-bottom: 20px; }

.support_box .doc {
	line-height: 1.5;
	text-align: left;
	font-size: 24px;
}

.support_box ul {
	display: flex;
	flex-flow: row nowrap;
	align-items: stretch;
	justify-content: space-between;
	margin: 80px 0;
}

.support_box ul li { flex-basis: 230px; }

.support_box ul li .ico img {
	width: 120px;
	margin-bottom: 30px;
}

.support_box ul li .box {
	min-height: 120px;
	padding: 10px;
	border: 1px solid #00b4ff;
	text-align: left;
	font-size: 17px;
}

.support_box ul li .box h4 {
	margin-bottom: 5px;
	text-align: center;
}

.support_time {}

.support_time h4 {
	margin-bottom: 20px;
	color: #00b4ff;
	font-size: 24px;
}

.support_time .time_table {
	display: table;
	width: 70%;
	margin: auto;
	padding: 15px 10px;
	background: #222;
}

.support_time .time_table dl { display: table-row; }

.support_time .time_table dl dt,
.support_time .time_table dl dd {
	display: table-cell;
	padding: 20px 0 16px;
	text-align: left;
	vertical-align: middle;
	font-size: 20px;
}

.support_time .time_table dl dt {
	padding-left: 20px;
	border-width: 2px 0 0;
	border-style: solid;
	border-color: #00b4ff;
}

.support_time .time_table dl dd {
	border-width: 2px 0 0;
	border-style: solid;
	border-color: #666;
}
.support_time .time_table dl:last-child dt,
.support_time .time_table dl:last-child dd { border-bottom-width: 2px; }



@media screen and (max-width:479px) {
	.model_box {
		margin: 0 0 40px;
	}
	.model_tit {
		margin: 0 0;
		font-size: 18px;
	}
	.spec_box {
		margin: 0 0 40px;
	}
	.spec_tit {
		margin-bottom: 10px;
		font-size: 18px;
		line-height: 1.4em;
	}
	.spec_tit span {
		font-size: 14px;
	}
	.event_box {
		margin: 0 0 30px;
	}
	.event_box.end { margin-bottom: 30px; }
	.event_tit {
		margin-bottom: 10px;
		font-size: 14px;
	}
	
	.support_tit { font-size: 20px; }
	
	.support_box { margin-bottom: 30px; }
	
	.support_box .doc {
		padding: 0 10px;
		font-size: 14px;
	}
	.support_box ul {
		display: block;
    width: 90%;
    margin: 40px auto 0;
	}
	.support_box ul li { margin-top: 20px; }
	.support_box ul li:first-child { margin-top: 0; }
	
	.support_box ul li .ico img { margin-bottom: 15px; }
	
	.support_box ul li .box {
		min-height: 1px;
		font-size: 14px;
	}
	.support_time { margin-top: 40px; }
	.support_time h4 {
		line-height: 1.3;
		font-size: 20px;
	}
	.support_time .time_table { width: 90%; }
	.support_time .time_table dl dt,
	.support_time .time_table dl dd {
		padding: 10px;
		font-size: 14px;
	}
}

/*-------------------------------------
　店舗リスト
---------------------------------------*/
.shop_tit {
	margin-bottom: 15px;
	font-size: 20px;
}
.shopmap {
	width: 100%;
	display: block;
	overflow: hidden;
}
.shopmap div{
	box-sizing: border-box;
	border: 1px solid #ff6600;
	margin: 0 0.35%;
}
.area {
	float: left;
	width : 15%;
	height: 195px;
	text-align: left;
}
.area0 {
	float: left;
	width : 25%;
	height: 195px;
	text-align: left;
}
.area1 {
	float: left;
	width : 13.5%;
	height: 195px;
	text-align: left;
}
.areaname, .areaname a {
	background-color: #ff6600;
	width: 100%;
	padding: 10px 0;
	color: #111;
	font-size: 14px;
	text-align: center;
	margin: 0!important;
}
.shop, .shop01 {
	display: block;
	margin-left: 10px!important;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.6em;
	font-size: 14px;
}
.shop01 {
	width: 45%;
	float: left;
}
.shopmap_sp {
	display: none;
}


/*　　SP/店舗メニュー　　*/
@media screen and (max-width:479px) {
	.shop_tit {
		margin-bottom: 10px;
		font-size: 14px;
	}
	.shopmap {
		display: none;
	}
	.shopmap_sp {
		margin: 5px 0 0;
		padding: 0 7px;
		display: block;
	}

       .accordion {
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}
	.accordion .ac-content {
	  margin: 0;
	  padding: 0;
	}
	.accordion input {
	  display: none;
	}
	.accordion label {
	  display: block;
	  background: #ff6600;
	  cursor: pointer;
	  padding: 15px 10px;
	  color: #111;
	  border-bottom: 1px solid #333;
	  box-sizing: border-box;
		text-align: left;
	}
	.accordion label:hover {
	  background: #ffa200;
	}
	.accordion .ac-cont {
	  transition: 0.2s;
	  height: 0;
	  overflow: hidden;
	  background: #555;
	  padding: 0 10px;
	  box-sizing: border-box;
	}
	.accordion input:checked + .ac-cont {
	  height: auto;
	  padding: 10px;
	  box-sizing: border-box;
	}
	.ac-cont p {
		padding: 5px 0;
		text-align: left;
	}
	.fa-chevron-down {
		float: right;
		font-size: 1.2em;
		line-height: 1.4em !important;
	}
}

/*-------------------------------------
　別カテゴリへのリンク
---------------------------------------*/

/*PC表示時*/
 .othergameinfo_sp {
     display: none; 
 }

/*SP表示時*/
.link_tit {
    text-align: left;
    padding-left: 1%;
    padding-top: 20px;
    margin-bottom: 5px;
    font-size: 14px;
} 
@media screen and (max-width:479px) {
    .othergameinfo_sp {
        display: none;
    }
}

/*-------------------------------------
　追従メニュー
---------------------------------------*/
.chase_munu {
    margin-bottom: 0;
}

.nav_bg {
	width:100%;
    background: rgba(70,70,70,0.6);
	margin: 0 0;
	overflow: hidden;

	height: 60px;
}

.chase_nav {
	width:970px;
	margin: 0 auto;
}

.{
    position:fixed;
    top: -16px;
    z-index:1;
    transition:all 0.3s 0.2s ease-in;
}

.l_logo {
	float: left;
	padding-top: 25px;
}
.r_btn {
	float: right;
	margin: 0 0px 0 0;
	padding-top: 16px;
}
.r_btn p {
	margin: 0 20px;
	float: left;
}
.r_btn a {
	color: #fff;
    text-decoration: none;
    font-size: 18px;
}
.elFollow_bg{
	position:fixed;
    top: -10px;
    z-index:1;
    transition:all 0.3s 0.2s ease-in;
	width: 100%;
	background: rgba(70,70,70,0.6);
	height: 60px;
}

.elFollow{
    position:fixed;
    top: -10px;
    z-index:10;
    transition:all 0.3s 0.2s ease-in;
	width: 970px;
	left:50%;
margin-left:-485px;
}

.btn_spec {
	margin: 5px 20px 0 !important;
}
.btn_buy a {
	padding: 4px 0 !important;
	background: #007cd3;
	width: 75px;
	color: #FFFFFF;
	display: block;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
}
.btn_buy a:hover {
	background: #56b0f0;
	color: #111 !important;
}

.buynow {
margin: 25px 0 0 0;
}

.buynow a {
  background: -webkit-linear-gradient(top, #095fcc 0%, #095fcc 50%, #134197 50%, #134197 100%);
  border: 1px solid #3e82d7;
  color: #fff;
  display: block;
  font-size: 16px;
  margin: 0 auto;
  padding: 9px 14px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 25%;
}
.buynow a:before {
  content: "";
  position: absolute;
  top: 49%;
  left: 23%;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 8px;
  height: 8px;
  display: block;
  -webkit-transform: rotate(45deg) translate(-70%);
  -ms-transform: rotate(45deg) translate(-70%);
  transform: rotate(45deg) translate(-70%);
}


@media screen and (max-width:479px) {
	
.nav_bg {
	width:100%;
    background: rgba(70,70,70,0.6);
	margin: 0 0;
	overflow: hidden;
padding:  20px 0 0 0;
	height: 55px;
}
	
	.chase_nav {
		width: 100%;
		margin: -20px 0;
		padding: 10px 0 15px;
	}
	.l_logo {
		display: none;
	}
	.r_btn {
		float: right;
		margin: 0 0 0 0;
		padding: 10px 0 0 0;
	}
	.r_btn p {
		margin: 5px 15px 0 20px;
	}
.btn_spec {
	margin: 12px 20px 0 !important;
}
	.elFollow{
		top: 10px;
		    position:static;
	}
	.btn_buy a {
		margin: 0 0 0;
		padding: 7px 0 !important;
		width: 105px;
	}
	

.buynow {
margin: 25px 0 0 0;
}

.buynow a {
  background: -webkit-linear-gradient(top, #095fcc 0%, #095fcc 50%, #134197 50%, #134197 100%);
  border: 1px solid #3e82d7;
  color: #fff;
  display: block;
  font-size: 16px;
  margin: 0 auto;
  padding: 9px 14px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 50%;
}
.buynow a:before {
  content: "";
  position: absolute;
  top: 48%;
  left: 10%;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 8px;
  height: 8px;
  display: block;
  -webkit-transform: rotate(45deg) translate(-70%);
  -ms-transform: rotate(45deg) translate(-70%);
  transform: rotate(45deg) translate(-70%);
}
}

/*-------------------------------------
　メニューリスト
---------------------------------------*/

#menuListBox {
	background-color: #222;
	margin: 0 -500%;
	padding: 0 500%;
	width: 100%;
}
#menuListBox .boxInside {
	margin: 0 auto;
	overflow: hidden;
	width: 970px;
}
#menuListBox .boxInside li {
	float: right;
}
#menuListBox .boxInside li a:hover {
	color: #e2b20b;
	opacity: 1;
}
#menuListBox .boxInside li a {
	text-decoration: none;
	font-size: 20px;
	line-height: 60px;
	padding: 0 15px 0 30px;
	transition: all 0.3s ease 0s;
}

/*-------------------------------------
　メニュー追従リスト
---------------------------------------*/

#menuBottomBox {
	background-color: rgba(34,34,34,0.7);
	margin: 0 -500%;
	padding: 0 500%;
	position: fixed;
	top: 0;
	display: none;
}
#menuBottomBox .boxInside {
	margin: 0 auto;
	overflow: hidden;
	width: 970px;
}
#menuBottomBox .boxInside li {
	float: right;
}
#menuBottomBox .boxInside li a:hover {
	color: #e2b20b;
	opacity: 1;
}
#menuBottomBox .boxInside li a {
	text-decoration: none;
	font-size: 20px;
	line-height: 60px;
	padding: 0 15px 0 30px;
	transition: all 0.3s ease 0s;
}
.boxInside li.logo {
	padding: 20px 0 0;
	float: left !important;
}
/*-------------------------------------
　モデル一覧
---------------------------------------*/

/* ボタン共通
====================================== */
.linkBtn a {
	background: #FCCF00;
	box-sizing: border-box;
	color: #000;
	display: block;
	margin: 30px auto 0;
	padding: 16px 0;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
	width: 60%;
	font-size: 1.2em;
}

/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width:479px) {
.linkBtn a {
	width: 75%;
}
}
/* 共通
====================================== */
#modelList, #aboutGM, #gameList {
	background: #000000;
}
.modelListArea, .aboutGMArea, .gameListArea {
	padding: 60px 0;
}
.modelListArea h3, .aboutGMArea h3, .gameListArea h3 {
	margin: 0;
	padding: 0 0 30px 80px;
	line-height: 0.5;
	text-indent: -80px;
	font-family: Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 3.75em;
}
.modelListArea h3 span, .aboutGMArea h3 span, .gameListArea h3 span {
	font-size: 60%;
}
.modelListArea h3 span.textL, .aboutGMArea h3 span.textL, .gameListArea h3 span.textL {
	font-size: 130%;
}
.modelListArea h3::before, .aboutGMArea h3::before, .gameListArea h3::before {
	background: rgba(0, 0, 0, 0) url("/5info/img/galleria-gamemaster/gm_logo.png") no-repeat scroll 0 0 / 60px 80px;
	content: " ";
	display: inline-block;
	height: 80px;
	margin: 0 20px 0 0;
	vertical-align: middle;
	width: 60px;
}

/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width:479px) {
.modelListArea,  .aboutGMArea,  .gameListArea {
	padding: 30px 0;
}
.modelListArea h3,  .aboutGMArea h3,  .gameListArea h3 {
	padding-left: 0;
	line-height: 1.1;
	text-indent: 0;
	font-size: 6.875vw;
}
.modelListArea h3 span,  .aboutGMArea h3 span,  .gameListArea h3 span {
	margin-left: 0;
}
.modelListArea h3::before,  .aboutGMArea h3::before,  .gameListArea h3::before {
	background: none;
	height: auto;
	margin: 0;
	width: auto;
}
}
/* 下部コンテンツ見出し
====================================== */
.boxHarf h3 {
	padding-bottom: 20px;
	font-family: Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 2.75em;
	line-height: 1.1;
	margin: 0;
}
.boxHarf h3 span {
	font-size: 120%;
}

/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width:479px) {
.boxHarf h3 {
	font-size: 6.875vw;
}
}
/* GAMEMASTERとは
====================================== */
.aboutGMCtn {
	display: table;
}
.aboutGMImg {
	display: table-cell;
}
.aboutGMTxt {
	display: table-cell;
	padding-left: 20px;
	vertical-align: middle;
	width: 840px;
}
.aboutGMTxt span {
	color: #e2b20b;
	display: block;
	font-size: 2em;
	font-weight: bold;
	line-height: 1.4;
	margin-top: 20px;
}
.aboutGMTxt ul {
	list-style-type: square;
}
.aboutGMTxt ul li {
	font-size: 1.4em;
}
.aboutGMTxt p {
	margin-top: 1em!important;
	font-size: 1.4em!important;
}
.aboutGMTxt p:first-child {
	margin-top: 0!important;
}

/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width:479px) {
.aboutGMImg {
	display: none;
}
.aboutGMTxt {
	/*background: rgba(0, 0, 0, 0) url("/5info/img/galleria-gamemaster/gm_bg_intro.png") no-repeat scroll right bottom / 100% 100%;*/
	background-size: contain;
	width: 100%;
}
.bgRGBA {
	background: rgba(0,0,0,0.6);
	height: 100%;
}
}
/* モデル一覧
====================================== */
.listBox li {
	float: left;
	margin: 0 30px 30px 0;
	width: 470px;
}
.listBox li:nth-child(2n) {
	margin: 0 0 30px 0;
}
.listBox li img {
	margin-bottom: 20px;
	height: auto;
	width: 100%;
}

/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width:479px) {
.listBox li {
	float: none;
	height: auto;
	margin: 0 auto 70px;
	width: 98%;
}
.listBox li:nth-child(even) {
	margin: 0 auto 70px;
}
.listBox li:last-child {
	margin: 0;
}
.listBox li img {
	height: auto;
	width: 100%;
}
}
/* サポートゲーム
====================================== */
.bnrList li {
	width: 190px;
}
.bnrList li:nth-child(5n) {
	margin: 0 0 4px 0;
}
.bnrList li img {
	height: auto;
	width: 100%;
}

/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width:479px) {
.bnrList li:nth-child(5n) {
	margin: 0 4px 4px 0;
}
}
/* 徹底サポート
====================================== */
.supportList {
	display: inline-block!important;
	width: auto;
	margin: 20px auto;
}
.supportList li {
	float: left;
	margin-right: 16px;
	width: 230px;
}
.supportList li:last-child {
	margin-right: 0;
}
.supportList li img {
	display: block;
	height: auto;
	margin: 0 auto;
	padding: 20px 0;
	width: 55%;
}
#supportBox .supportListBox {
	border: 2px solid #00B4FF;
	font-weight: bold;
	padding: 15px;
	font-size: 18px;
}
.supportListBox span {
	display: block;
	text-align: left;
	font-weight: normal;
	font-size: 16px;
}

#supportBox .imgBox {
	text-align: center;
}

.receptionTime {
	width: 100%;
	margin: auto;
}

/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width:479px) {
.supportList li {
	margin-right: 14px;
	width: 46%;
}
.supportList li:nth-child(even) {
	margin-right: 0;
	float: right;
}
.imgBox img {
	height: auto;
	width: 100%;
}
.supportList li img {
	height: auto;
	width: 70%;
}
.receptionTime {
	width: auto;
	margin: auto;
}
}
/* 受付時間
====================================== */
.receptionTime table {
	font-size: 18px;
	margin: 30px auto 30px;
	width: 100%;
}
.receptionTime table tr {
	border-bottom: 1px solid #00B4FF;
}
.receptionTime table th {
	color: #00B4FF;
	font-size: 26px;
	padding: 6px 0;
	text-align: center;
}
.receptionTime table td {
	padding: 10px 0;
}
.receptionTime table td.time {
	font-size: 26px;
	font-weight: bold;
}
/* イベント使用実績
====================================== */
#tournamentBox img {
	width: 100%;
	height: auto;
}
/*-------------------------------------
　ゲームリスト
---------------------------------------*/

#gameTitleBox .bnrList li img {/*20160901*/
	width: 115px;/*
	-moz-transition: -moz-transform 0.2s linear;
	-webkit-transition: -webkit-transform 0.2s linear;
	-o-transition: -o-transform 0.2s linear;
	-ms-transition: -ms-transform 0.2s linear;
	transition: transform 0.2s linear;
	*/
}
/*
#gameTitleBox .bnrList li img:hover  {
   -webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
}
*/
 
/*-------------------------------------
　Gamemaster専用モデル
---------------------------------------*/

.map_model_detail .modelBox .photo {/*20160901*/
	float: left;
	width: 245px;
}
.map_model_detail .modelBox .text .nouki {/*20160901*/
	font-size: 16px;
	color: #e2b20b;
}
.map_model_detail .modelBox .text .price {/*20160901*/
	font-size: 28px;
	color: #FB0307;
}
.map_model_detail .modelBox .text .spec {/*20160901*/
	font-size: 12px;
}
.modelBox .photo {
	float: left;
	width: 350px;
}
.modelBox .photo img {
	width: 100%;
}
.modelBox .text {
	float: right;
	width: 250px;
}
.modelBox .text .name {
	font-size: 24px;
	font-weight: bold;
	font-family: Arial;
	line-height: 120%;
	margin: 0 0 10px;
}
.modelBox .text .spec {
	font-size: 15px;
}
.modelBox .text .nouki {
	font-size: 22px;
	color: #e2b20b;
}
.modelBox .text .price {
	font-size: 34px;
	color: #FB0307;
}
.modelBox .text .price .en {
	font-size: 24px;
}
.modelBox .text .price .taxkara {
	font-size: 14px;
}
.modelBox .buyBtn {
	text-align: center;
}
#masterModelBox .masterLineup {
	font-size: 18px;
	margin-bottom: 10px;
}
.modelMap {
	background: url(/5info/img/galleria-gamemaster/map_back_170320.jpg) no-repeat center 0;
	/*	background:url(/5info/img/galleria-gamemaster/map_back_160825.jpg) no-repeat center 0; */
	width: 600px;
	/*	height:380px;	 */
	height: 670px;
}
.modelMap img {
	width: 85px;
}
.modelMap .deskModel {
	width: 485px;
	float: left;
}
.modelMap .deskModel div {
	/*width:200px;
	height:170px;*/
	height: 200px;
	width: 185px
}
.modelMap .deskModel div.topLeft, .modelMap .deskModel div.middleLeft, .modelMap .deskModel div.bottomLeft {
	float: left;
	margin: 0 0 0 84px;
}
.modelMap .deskModel div.topRight, .modelMap .deskModel div.middleRight, .modelMap .deskModel div.bottomRight {
	float: right;
	margin: 0 10px 0 0;
}
.modelMap .specCatch {
	font-size: 12px;
	border: 1px solid #A39032;
	padding: 5px;
	background-color: #000;
	margin: 10px 0 0;
	text-align: left;
}
.modelMap .specCatch span {
	color: #ECCD24;
	font-weight: bold;
}
.modelMap .noteModel {
	float: right;
	margin: 0 10px 0 0;
	padding: 50px 0 0;
	text-align: center;
	width: 96px;
}
.modelMap .specText {
	font-size: 12px;
}
.campBox {
	font-size: 16px;
}
.campBox .campTitleOrange {
	color: #FF9E00;
	border-top: 1px solid #FF9E00;
	border-bottom: 1px solid #FF9E00;
	padding: 10px 0;
	font-size: 20px;
	text-align: center;
	margin: 0 0 10px;
}
.campBox .campTitleOrange a {
	color: #FF9E00;
}
.campBox .campTitleOrange .font12 {
	font-size: 12px;
}
.campBox .campCaution {
	font-size: 12px;
	margin: 10px 0 0;
	color: #E4E4E4;
}
.campBox .campTitle {
	color: #00acea;
	border-top: 1px solid #00acea;
	border-bottom: 1px solid #00acea;
	padding: 10px 0;
	font-size: 20px;
	text-align: center;
	margin: 0 0 10px;
}
.map_model {
	display: inline-block;
	text-align: center;
}
.map_model_detail {/*20160901*/
	/*	background: rgba(0, 0, 0, 1) none repeat scroll 0 0; 	*/
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
	left: 611px;
	top: 57px;
	padding: 10px;
	position: absolute;
	width: 300px;
	display: none;
}
.gmReview {
	border-top: 1px solid #00acea;
	border-bottom: 1px solid #00acea;
	text-align: center;
}
.gmReview a {
	display: block;
	padding: 8px 0px;
	color: #00acea;
	font-size: 120%;
	text-decoration: none;
}
.gmReview .orangeTxt {
	color: #FF9E00;
}
/*-------------------------------------
　ラインナップ
---------------------------------------*/
#masterModelBox .contactTitle {
	font-size: 18px;
	border-left: 7px solid #333;
	padding: 0 0 0 10px;
}
/*-------------------------------------
　会員専用WEBサイト
---------------------------------------*/

#designatedBox ul {
	margin: 15px 0;
}
#designatedBox ul li {
	border: 1px solid #00acea;
	box-sizing: border-box;
	float: left;
	margin: 0 10px 10px 0;
	padding: 0 15px 10px;
	text-align: center;
	width: 49%;
}
#designatedBox ul li:nth-child(2n) {
	margin: 0 0 10px 0;
}
#designatedBox ul li h4 {
	font-size: 18px;
}
#designatedBox ul li p {
	font-size: 13px;
	text-align: left;
}
#designatedBox .caution {
	margin: 10px 0;
}
.loginBtn {
	text-align: center;
	margin: 50px 0 0;
}
.loginBtn a {
	background-color: #e2b20b;
	border-radius: 3px;
	color: #fff;
	font-size: 18px;
	padding: 15px 50px;
	text-decoration: none;
}
.registrationBtn {
	text-align: center;
	margin: 30px 0 0;
}
.lottery {
	text-align: center;
	margin: 50px 0 0;
	border: 1px solid #e2b20b;
	padding: 10px;
}
.lottery span {
	font-size: 18px;
	color: #e2b20b;
}
.gameTitleLink {
	text-align: center;
	margin: 40px 0 0;
}
#designatedBox .contactTitle {
	font-size: 18px;
	border-left: 7px solid #333;
	padding: 0 0 0 10px;
	margin: 50px 0 20px;
}
#designatedBox .text {
	padding: 0 0 0 18px;
}
/*-------------------------------------
　問い合わせ先
---------------------------------------*/

#InquiryBox .contactTitle {
	font-size: 18px;
	border-left: 7px solid #333;
	padding: 0 0 0 10px;
}
#InquiryBox .text {
	padding: 0 0 0 18px;
}
/*-------------------------------------
　各項目の共通
---------------------------------------*/

.section {
	margin: 0 -500%;
	padding: 0 500%;
	width: 100%;
}
.section p {
	font-size: 14px;
}

.catchText {
	font-size: 22px;
	display: inline-block;
	padding-left: 30px;
	color: #FFF;
}
/* 画面外にいる状態 */
.fadein {
	opacity : 0.1;
    transform : translate(0, 50px);
    transition : all 500ms;
	/*opacity : 1;
	transform : translate(0, 0);*/
}
/* 画面内に入った状態 */
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}
.section .boxInside {
	margin: 0 auto;
	overflow: hidden;
	width: 970px;
	/*width: 2000px;*/
}
.section .boxHarf {
	width: 970px;
	background: rgba(0, 0, 0, 0.8);
	padding: 100px 0 100px;
	/*box-shadow:-10px 0px 40px 20px #070707;
	-moz-box-shadow:-10px 0px 40px 20px #070707;
	-webkit-box-shadow:-10px 0px 40px 20px #070707;*/
	box-sizing: border-box;
}
.footerTagline {
	margin: 20px auto 15px;
}
.tprice {
	font-size: 12px;
	color: #FF0004;
}
/*-------------------------------------
　その他セール
---------------------------------------*/

.otherCamp {
	margin: 50px 0 0;
}
.otherCamp h4 {
	margin: 0 0 20px 0;
	font-size: 24px;
	font-weight: normal;
}
.otherCamp #camp_banner {
	background-color: #000;
	border: 1px solid #444;
}
.otherCamp #camp_banner ul li a {
	color: #fff;
}
.otherCamp #camp_banner ul li a .stText {
	color: #fff;
}
.otherCamp #camp_banner ul li.campbnr_geforce-gtx-1080 {
	display: none;
}
/*---------------------------
　ページTOPへ
---------------------------*/
#pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 55px;
}
#pagetop a {
	color: #fff;
	background-color: #333;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: block;
	font-size: 12px;
	line-height: 1.5em;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
}
.pagetop {
	display: none;
}
/*---------------------------
　clearfix 
---------------------------*/
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/*---------------------------
　サイドバナー 
---------------------------*/

.sidebannerLeft {
	display: none;
}
.sidebannerRight {
	display: none;
}
/*---------------------------
　コピーライト 
---------------------------*/

#copyright {
	font-size: 10px;
	padding: 20px 110px 0 0;
	word-break: break-all;
}

/*.scroll {
	width: 610px;
}*/




/*---------------------------
　以下スマホ対応 
---------------------------*/
/* ウィンドウ幅が481〜768pxの場合に適用するCSS */				
@media screen and (max-width:769px) {
#menuBottomBox {
	left: 103%;
}
.pc {
	display: none;
}
}

/* ウィンドウ幅が770px〜の場合に適用するCSS */				
@media screen and (min-width:770px) {
.sp {
	display: none;
}
.w70 {
	width: 70%;
}
}

/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width:479px) {
/*--------------------------
 レスポンシブ対応ヘッダ
----------------------------*/
body {
	min-width: 100% !important;
	-webkit-text-size-adjust: 100%;
}
#Globalnavi,  #Header #head_navi_menu,  #Header #head_navi_menu_g,  #Header .keyword,  #Header #headsearchBox,  #Header .wishBtn,  #Header .btn,  .leadSection .recomWin_black,  .leadSectionInner {
	display: none;
}
#Header,  #Header .inner,  #Header h1 {
	width: 100%;
	height: auto;
}
#Header {
	width: 100%;
	min-width: 100%;
	overflow: hidden;
	border-bottom: 3px solid #fff;
}
#Header .logo {
	width: 90%;
	position: relative;
	top: 0px;
	padding: 0px 0px 12px 3px;
}
#Header h1 {
	display: none;
}
#container {
	width: 100%;
	padding-top: 0px !important;
}
#wrapper_premium_member .topicPath,  #wrapper_premium_member .breadCrumb {
	display: none;
}
/*--------------------------
	 レスポンシブ対応フッタ
	----------------------------*/
#pagetop {
	bottom: 10px;
	right: 10px;
}
.footerTagline {
	margin-bottom: 4px;
	padding: 0% 2%;
	text-align: left;
	font-size: 90%;
	line-height: 140%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.footerTagline,  #footer,  #footerNav2,  #footerLinks #footerLinks_Nav,  #footerLinks #footerLinks_NavParts,  #footerCopy,  #footerCopy p.copyright {
	width: 100%;
	min-width: 100%;
	font-size: 12px;
}
#footer {
	padding: 9px 0px 7px 0px;
}
#footerLinks {
	display: none;
}
#footerLinks ul {
	float: none;
}
#footerCopy p.copyright a {
	display: block;
	margin-bottom: 7px;
}
#footerLinks ul {
	margin: 12px 0px 0px 5px;
}
#footerLinks ul li {
	display: inline-table;
	width: 45%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#footerLinks ul li.catName,  #footerLinks ul li.noLink {
	width: 90%;
}
#footerNav2 ul {
	margin: 0% 4%;
}
body #footerNav2 li {
	display: inline-table;
	width: 49%;
	margin: 0px 0px 9px 0px;
	padding: 0px;
	border-left: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#footerNav2 li:first-of-type {
	margin-bottom: 9px !important;
}
#splink_footer {
	display: none !important;
}
#footerCopy p.copyright {
	text-align: center;
	font-size: 80%;
}
body #footerCopy {
	min-width: 100%;
}
.pageLink {
	margin: 0;
	padding: 0;
}
/*--------------------------
	 レスポンシブ対応全体
	----------------------------*/

#container {
	margin: 0 auto 50px;
}
#lp_page {
	width: 100%;
	margin: 0 auto;
	color: #FFF;
	line-height: 1.6em;
	background-color: #000;
}
.breadCrumb {
	display: none;
}
.column2R #main {
	background: none;
}
.section {
	margin: 0 -10%;
	padding: 0 10%;
}
.section .boxInside {
	margin: 5px auto;
	overflow: hidden;
	width: 98%;
}
.section .boxHarf {
	width: 100%;
	padding: 5% 0;
}
.section p {
	font-size: 12px;
}

.fadein {
	opacity : 1;
	transform : translate(0, 0);
}
.map_model {
	width: auto;
}
/*--------------------------
	 タイトル
	----------------------------*/

#boxTitle {
	/*padding: 30% 0 5%;
	background: url(/5info/img/galleria-gamemaster/main_back_170321.jpg) no-repeat 50% 0% / 115% auto;
	margin: 0;*/
}
#boxTitle .catchCopy {
	padding: 40% 0 0;
	width: 100%;
}
#boxTitle .catchCopy img {
	width: 60%;
}
#boxTitle .catchCopy .campText {
	font-size: 12px;
	text-align: left;
	margin: 10% 0 0;
}
#boxTitle h2 {
	margin: 0 0;
	background: none;
	font-weight: normal;
	text-align: center;
}
#boxTitle h2 img {
	padding-top: 0;
	width: 100%;
    height: auto;
}

/*--------------------------
	 レスポンシブメニュー
	----------------------------*/
#menuListBox {
	padding: 0px 2%;
	margin: 0 auto;
}
#menuListBox .boxInside {
	width: 100%;
}
#menuListBox .boxInside li {
	float: left;
	width: 50%;
}
#menuListBox .boxInside li a {
	text-decoration: none;
	font-size: 12px;
	line-height: 40px;
	padding: 0;
}
/*-------------------------------------
	 メニュー追従リスト
---------------------------------------*/
#menuBottomBox {
	display: none!important;
}
/*-------------------------------------
	 ゲームリスト
---------------------------------------*/

.bnrList li {
	width: 32%;
}
.bnrList li img {
	width: 100%;
}
/*-------------------------------------
	 動作サポート
---------------------------------------*/

#factBox img {
	width: 100%;
}
/*-------------------------------------
	 午前1時までサポート
---------------------------------------*/

#callBox img {
	width: 100%;
}
/*-------------------------------------
	 製品ラインナップ
---------------------------------------*/

.modelBox .photo {
	float: none;
	width: 100%;
}
.modelBox .text {
	float: none;
	width: 100%;
	padding: 0 0 0 10%;
}
.modelBox .text .nouki {
	font-size: 20px;
	margin: 5% 0;
}
.modelBox .text .price {
	margin: 20px 0 0;
}
.modelBox .buyBtn img {
	width: 100%;
}
.mapBox img {
	width: 100%;
}
.modelMap {
	background: none;
	width: 100%;
	height: auto;
}
.modelMap .deskModel div {
	height: auto;
	width: 100%;
}
.modelMap .deskModel {
	width: 100%;
	float: none;
}
.mapBox img {
	width: 48%;
}
.modelMap .deskModel div.topLeft {
	display: none;
}
.modelMap .deskModel div.topLeft,  .modelMap .deskModel div.middleLeft,  .modelMap .deskModel div.bottomLeft {
	float: none;
	margin: 0;
}
.modelMap .deskModel div.topRight,  .modelMap .deskModel div.middleRight,  .modelMap .deskModel div.bottomRight {
	float: none;
	margin: 0;
}
.modelMap .noteModel {
	float: none;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 100%;
}
.modelMap .specCatch {
	font-size: 16px;
	padding: 15px;
	margin: 30px 0 0;
}
.modelMap .specText {
	display: none;
}
.modelMap .specCatch br {
	display: none;
}
.campBox {
	font-size: 14px;
}
.campBox .campTitle {
	padding: 10px 0;
	font-size: 16px;
	text-align: left;
}
.map_model {
	display: block;
}
/*-------------------------------------
	 サポートサービス
---------------------------------------*/

#designatedBox ul li {
	width: 48%;
}
#designatedBox ul li img {
	width: 40%;
}
#designatedBox ul li h4 {
	font-size: 14px;
}
#designatedBox ul li p {
	font-size: 11px;
}
#designatedBox .contactTitle {
	font-size: 16px;
}
#designatedBox .text {
	padding: 0;
}
.loginBtn a {
	font-size: 14px;
	padding: 10px;
}
/*-------------------------------------
	 お問い合わせ
---------------------------------------*/

#InquiryBox .contactTitle {
	font-size: 16px;
}
#InquiryBox .text {
	padding: 0;
}
/*--------------------------
	 レスポンシブ対応その他セール
----------------------------*/

.otherCamp h4 {
	margin: 0 0 20px 0;
	font-size: 14px;
	font-weight: normal;
}
.otherCamp #camp_banner {
	width: 98%;
	margin: 0 auto 30px;
}
#fvpop_base,  #fvpop {
	display: none!important;
}
/*.scroll {
		overflow: auto;
		width: 100%;
	}

	.scroll::-webkit-scrollbar{
		height: 5px;
	}

	.scroll::-webkit-scrollbar-track{
		background: #F1F1F1;
	}

	.scroll::-webkit-scrollbar-thumb {
		background: #BCBCBC;
	}*/
	
	/* SPマップ
	====================================== */
.modelhead {
	background: #393939;
	display: table;
	width: 100%;
}
.modelhead img {
	float: left;
}
.modelhead p {
	display: table-cell;
	font-size: 18px;
	vertical-align: middle;
}
.modelCtn {
	padding: 14px 0 10px 4px;
	border-bottom: 1px solid #c0c0c0;
}
.modelCtn a {
	display: block;
	text-decoration: none;
}
.modelCtn p {
	font-size: 14px;
}
.modelName {
	float: left;
	margin-right: 1em;
	padding-left: 12px;
	text-indent: -12px;
}
.modelName:before {
	content: "\f105";
	font-family: FontAwesome;
	margin-right: 6px;
}
.vgalName {
	color: #76b900;
	float: left;
}
.modelCtn .price {
	color: #f00;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
.modelCtn .price span {
	font-size: 18px;
}
#masterModelBox .bnrCtn img {
	width: 100%;
	height: auto;
}
}
