@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/*====================================================

Battlefield V バンドルキャンペーン

Copyright (c) THIRDWAVE CORP. All Rights Reserved.  

====================================================*/

/*-------------------------------------
　見出しバナー設定
---------------------------------------*/
.head01 {
	background: #252525;
	margin-bottom: 22px;
	padding: 20px 24px;
	text-shadow: 1px 2px 4px rgba(0,0,0,0.15);
}
.head01 p {
	font-size: 22px;
	font-weight: bold;
}

/*-------------------------------------
　メインビジュアル
---------------------------------------*/
.title_cts p {
  position: absolute;
  bottom: 10px;
  background: rgba(0,0,0,0.7);
  box-sizing: border-box;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 40px;
  padding: 24px 30px;
  width: 100%;
}
.title {
  background: #101217;
	border: 1px solid #7e633b;
  color: #f0e6c8;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 20px 24px;
  text-align: center;
}

/*-------------------------------------
　ナビゲーションボタン※未実装
---------------------------------------*/
/*.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/battlefield5/battlefield5_model.jpg) no-repeat;
	border: none;
	color: #111;
}
.LinkDetail {
  background: #f17f1a;
}

/*-------------------------------------
　ゲーム説明
---------------------------------------*/
.sectionBox {
	position: relative;
}
.modelDesc {
  margin-bottom: 50px;
  font-size: 16px;
}
.gameInfo {
  /*display: flex;
  justify-content: space-between;*/
}
.gameInfo p {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.4;
}
.head02 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.tokuten {
  font-size: 20px;
  line-height: 1.4;
}
.campPeriod {
  font-size: 30px;
  margin-bottom: 50px;
  text-align: center;
}
.campPeriod span {
  background: #f17f1a;
  color: #fff;
  display: inline-block;
  margin-right: 30px;
  padding: 16px 32px;
}
.otherModel {
  margin: 50px auto 10px;
  width: 80%;
}
.otherModel a {
  background: #66cb3f;
  border-radius: 4px;
  display: block;
  font-size: 26px;
  padding: 18px 0;
  text-align: center;
  text-decoration: none;
}
.otherModel a:hover {
  background: #47a323;
}

/*---------------------------------
　スマホ対応
-----------------------------------*/

/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width:479px){
  .title {
    font-size: 5.2vw;
    padding: 10px 0;
  }
	.head01 {
		padding: 16px 10px;
	}
	.head01 p {
		font-size: 5vw;
	}
  .modelDesc img {
    display: block;
    float: none;
    margin: 0 auto;
    width: 76%;
  }
  .gameInfo {
    display: block;
  }
  .gameInfo div {
    margin: 0 auto 30px;
    width: 100%;
  }
  .head02 {
    margin-bottom: 6px;
  }
  
  /*モデル設定※recopc_temp.css上書き*/
  .title_cts p {
    font-size: 5vw;
    padding: 2%;
    bottom: 2%;
  }
	
  /*モデル設定※recopc_temp.css上書き*/
	.model_cts {
    background: #c2c2c4;
		background: linear-gradient(to bottom, #c2c2c4 0%,#feffff 100%);
		border: 1px solid #748676;
	}
  
  .campPeriod {
    font-size: 1.1rem;
  }
  .campPeriod span {
    margin-right: 0;
    padding: 8px 14px;
    display: block;
    width: 80%;
    box-sizing: border-box;
    margin: 0 auto 10px;
  }
  .tokuten {
    font-size: 1rem;
  }
  .otherModel {
    width: 90%;
  }
  .otherModel a {
    font-size: 1.2rem;
    padding: 18px 8px;
  }
	
/*------------------------------------*/ 
}