@charset "utf-8";

/*====================================================

メイプルストーリー 推奨

Copyright (c) THIRDWAVE CORP. All Rights Reserved.v

====================================================*/

/*-------------------------------------
　見出しバナー設定
---------------------------------------*/
.head01 {
	background: #fff8ed;
	border: 4px solid #dbc19a;
  border-radius: 8px;
  color: #333;
	margin-bottom: 22px;
	padding: 16px 24px;
	text-shadow: 1px 2px 4px rgba(0,0,0,0.15);
}
.head01 p {
	font-size: 22px;
	font-weight: bold;
}

/*-------------------------------------
　ナビゲーションボタン※未実装
---------------------------------------*/
/*.navBtn {
	margin-bottom: 50px;
}
.navBtn li {
	margin-right: 22px;
	float: left;
}
.navBtn li.lsat {
	margin-right: 0;
}*/

/*-------------------------------------
　モデル設定※recopc_temp.css上書き
---------------------------------------*/
.model_cts {
	background: url(/5info/img/game_title/maplestory_model.jpg) no-repeat;
	border: none;
	color: #111;
}
.model_cts2 {
	background-image: url(/5info/img/maplestory2/maplestory2_model.jpg) ;
	background-size:cover;
	border: none;
	color: #111;
	height: 230px;
    margin-bottom: 10px;
    position: relative;
}
.model_cts2 a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.model_cts2:hover {
	opacity: 0.6;
}
.model_cts2 .price {
    padding: 11px 0 0 0;
    margin-top: 50px;
}
.model_cts2 .pr {
    color: #F00;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: -1px;
}
/*-------------------------------------
　ゲーム説明
---------------------------------------*/
.sectionBox {
	position: relative;
}
.desc {
	font-size: 17px;
	line-height: 1.4;
	margin-bottom: 60px;
	text-shadow: 2px 3px 1px rgba(0,0,0,0.3);
} 
.desc .ctnHead {
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 16px;
}
.bg1 {
	background: url(/5info/img/gm_game_title/forza7_ss/forza7_ss03.jpg) 40% no-repeat;
	background-size: cover;
}
.bg2 {
	background: url(/5info/img/gm_game_title/forza7_ss/forza7_ss02.jpg) 40% no-repeat;
	background-size: cover;
}
.bg3 {
	background: url(/5info/img/gm_game_title/forza7_ss/forza7_ss05.jpg) 40% no-repeat;
	background-size: cover;
}
.bgRGBA {
	/*background: rgba(0,0,0,0.7);*/
	background: linear-gradient(90deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.4),rgba(0, 0, 0, 1));
	height: 100%;
	padding: 14px 10px;
}

/*-------------------------------------
　スクリーンショット※ポップアップ
---------------------------------------*/
.popupBox {
  display: flex;
  justify-content: space-between;
}
.popupBox li {
  width: 33%;
}
.popupBox li img {
  height: auto;
  width: 100%;
}
/*-------------------------------------------
　2018/12/14追加 公式サイトへのリンクボタン
---------------------------------------------*/

.link_btn {
	color: #333;
    width: 200px;
    height: 20px;
    font-size: 20px;
    font-weight: 600;
    background: #fff8ed;
    border: 4px solid #dbc19a;
    border-radius: 8px;
    margin: 22px auto 30px;
    padding: 12px 24px;
    text-align: center;
    text-shadow: 1px 2px 4px rgba(0,0,0,0.15);
}
.link_btn a{
	color: #333;
	text-decoration: none !important;
	}
.link_btn a:hover{
	opacity:0.8 !important;		
	}
.sitelink{
	text-align: center;
	}



/*---------------------------------
　スマホ対応
-----------------------------------*/

/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width:479px){
	.head01 {
		padding: 16px 10px;
	}
	.head01 p {
		font-size: 5vw;
	}
	
/*要運用検証*/
	.model_cts,.model_cts2 {
		background: #c2c2c4;
		background: linear-gradient(to bottom, #c2c2c4 0%,#feffff 100%);
		border: 1px solid #748676;
	}
		.model_cts2{
		height: auto;
		margin: 0 auto 20px;
		padding: 10px 0 0;
		text-align: center;
		width: 96%;
		background: linear-gradient(to bottom, #c2c2c4 0%,#feffff 100%);
		border: 1px solid #748676;
	}
	.model_cts2 .price {
		margin-top:0;
	}
	
/*特典*/
	#tokuten .mainHead {
		font-size: 100% !important;
	}
	#tokuten .itemImg img {
		display: none;
	}
	#tokuten table thead tr th {
		font-size: 90%;
	}
	#tokuten .textBox {
		width: 100%;
	}
  
  .popupBox {
    display: block;
  }
  .popupBox li {
    margin-bottom: 20px;
    width: 100%;
  }
	
	.desc .ctnHead {
		font-size: 6vw;
	}
	
/*------------------------------------*/ 
}