@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/*====================================================

Battlefield V バンドルキャンペーン

Copyright (c) THIRDWAVE CORP. All Rights Reserved.  

====================================================*/

#lp_page {
  font-family: 'Noto Sans JP', sans-serif;
}

/*-------------------------------------
　見出しバナー設定
---------------------------------------*/
.head01 {
  border-bottom: 4px solid #a59d95;
	margin-bottom: 30px;
  text-align: center;
}
.head01 p {
  font-size: 46px;
  font-weight: bold;
  padding-bottom: 14px;
  line-height: 1.1;
}

/*-------------------------------------
　メインビジュアル
---------------------------------------*/
.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;
}

/*-------------------------------------
　モデル設定※recopc_temp.css上書き
---------------------------------------*/
.model_cts {
	background: url(/5info/img/game_title/call-of-duty-modern-warfare/call-of-duty-modern-warfare_model.jpg) no-repeat;
	border: none;
}
.LinkDetail {
  background: #f17f1a;
}
.model_cts a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.model_cts .price {
  margin-top: 60px;
}

/*-------------------------------------
　ゲーム説明
---------------------------------------*/
.sectionBox {
	position: relative;
}
.modelDesc {
  margin-bottom: 50px;
  font-size: 16px;
}
.head02 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.tokuten {
  border: 8px solid #597985;
  padding: 30px;
}
.tokuten ul {
  padding-left: 1em;
}
.tokuten li {
  font-weight: 300;
  line-height: 1.4;
}
.tokuten li::before {
  content: "※";
  margin-left: -1em;
}
.campPeriod {
  color: #ff6600;
  font-size: 32px;
  font-weight: 700;
  margin: 40px 0 26px;
  text-align: center;
}
.campPeriodSub {
  text-align: center;
  font-size: 22px;
  margin-bottom: 40px;
}
.otherModel {
  margin: 50px auto 10px;
  width: 50%;
}
.otherModel a {
  background: #272727;
  border: 3px solid #fff;
  display: block;
  font-size: 26px;
  font-weight: 700;
  padding: 18px 0;
  text-align: center;
  text-decoration: none;
}
.otherModel a:hover {
  background: #555;
}

/*---------------------------------
　スマホ対応
-----------------------------------*/

/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width:479px){
  .title {
    font-size: 5.2vw;
    padding: 10px 0;
  }
	.head01 {
		padding: 0 16px 10px;
	}
	.head01 p {
		font-size: 7vw;
    padding-bottom: 0;
	}
  .modelDesc img {
    display: block;
    float: none;
    margin: 0 auto;
    width: 76%;
  }
  .head02 {
    margin-bottom: 6px;
  }
  
  /*モデル設定※recopc_temp.css上書き*/
  .title_cts p {
    font-size: 5vw;
    padding: 2%;
    bottom: 2%;
  }
  .model_cts .price {
    margin-top: 0;
  }
	
  /*モデル設定※recopc_temp.css上書き*/
	.model_cts {
    background: #c2c2c4;
		background: linear-gradient(to bottom, #c2c2c4 0%,#feffff 100%);
		border: 1px solid #748676;
	}
  .campPeriod {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .campPeriodSub {
    font-size: 1.3rem;
    line-height: 1.4;
  }
  .tokuten {
    border: 4px solid #597985;
    padding: 16px;
  }
  .tokuten li {
    font-size: 0.8rem;
  }
  .otherModel {
    width: 90%;
  }
  .otherModel a {
    font-size: 1.1rem;
    padding: 18px 8px;
  }
	
/*------------------------------------*/ 
}