@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/*====================================================

Forza Motorsport 7 推奨

Copyright (c) Dospara Co., Ltd. All rights reserved. 

====================================================*/

/*-------------------------------------
　見出しバナー設定
---------------------------------------*/
.head01 {
	background: #101010;
	border: 1px solid #2F333C;
	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 {
  background: url(/5info/img/game_title/forzahorizon4/forzahorizon4_title.jpg) no-repeat;
  background-size: cover;
}
.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: #7d7e7d;
  background: linear-gradient(to bottom, #7d7e7d 0%,#2d2d2d 67%,#2d2d2d 67%,#0f0f0f 72%,#666666 100%);
	font-size: 34px;
  margin-top: 10px;
	text-align: center;
  padding: 16px 0;
}

/*-------------------------------------
　ナビゲーションボタン※未実装
---------------------------------------*/
/*.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/forzahorizon4/forzahorizon4_model.jpg) no-repeat;
	border: none;
	color: #111;
}
.model_left .modelPc {
	float: left;
	height: auto;
	margin: 10px 0px 0 10px;
	width: 92%;
}
.model_left .modelPc_02 {
	float: left;
	height: auto;
	margin: 15px 0px 0 25px;
	width: 78%;
}

/*-------------------------------------
　ゲーム説明
---------------------------------------*/
.sectionBox {
	position: relative;
}
.modelDesc {
  margin-bottom: 50px;
  font-size: 16px;
}
.gameInfo {
  display: flex;
  justify-content: space-between;
}
.gameInfo div {
  margin-top: 20px;
  text-shadow: black 0 0 2px;
  width: 22%;
}
.head02 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
/*.bg1 {
	background: url(/5info/img/game_title/forzahorizon4/bg_game_info.jpg) 40% no-repeat;
	background-size: cover;
}*/
.bgRGBA {
	background: linear-gradient(90deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.4),rgba(0, 0, 0, 1));
	height: 100%;
	padding: 50px 10px 50px;
}
.footerTxt {
  display: none;
}

/*---------------------------------
　スマホ対応
-----------------------------------*/

/* ウィンドウ幅が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;
	}
  .model_left .modelPc, .model_left .modelPc_02 {
    float: none;
    margin: 0;
  }
	
/*------------------------------------*/ 
}