@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/*====================================================

Forza Horizon 5 推奨

Copyright (c) THIRDWAVE CORP. All Rights Reserved.

====================================================*/

/*レスポンシブ対応は各ブロックに記載してください*/

/*-------------------------------------
　・ページ基本設定
　・タイトルブロック
　・ブロック共通
　・GALLERIAシリーズ(#galleriaPc)
　・ラインアップ(#lineUp)
　・ゲーム説明(#howto)
　・フッターロゴ+コピーライト(#footLogo)
　
　2021.11.24作成

/*----------------------------------------------------
　ページ基本設定
----------------------------------------------------*/
#container {
  width: 100% !important;
  margin: 0 auto;
  position: static;
}
.column2R #main {
  float: none;
  width: auto;
}
html {
  overflow: auto;
}
* html {
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
body {
  min-width: 1050px;
  overflow-x: hidden;
  position: relative;
}
* html body {
  height: 100%;
  overflow-y: auto;
  box-sizing: border-box;
}
#lp_page {
	color: #FFF;
  font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.2rem;
  line-height: 1.6;
  margin: 0 auto;
  width: 100%;
}
.breadCrumb,
.pagetop {
  width: 1050px;
  margin-left: auto;
  margin-right: auto;
}
.pcOnly {
  display: block;
}
.spOnly {
  display: none;
}
#pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 55px;
}
#pagetop a {
	color: #fff;
	background-color: #333;
	border-radius:5px;
	display: block;
	font-size: 12px;
	line-height:1.5em;
	padding:5px 10px;
	text-align: center;
	text-decoration: none;
}

/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width:479px){
  #lp_page {
    font-size: 1.1rem;
    width: 100% !important;
  }
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
}

/*----------------------------------------------------
 タイトルブロック
----------------------------------------------------*/
.mainVisual {
  background: #000 url(/5info/img/forzahorizon5/main_img.png);
  background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
  height: 42vw;
    max-width: 100%;
  position: relative;
}
.mainLogo {
  position: absolute;
  top: 10%;
  left: 10%;
}
.mainLogo span {
  display: block;
  color: #000;
  font-size: 54px;
  font-weight: 800;
  margin-top: 4px;
  letter-spacing: 1.6px;
}
#pageTitle {
  background: #ff632b;
  background: linear-gradient(135deg,  #ff632b 0%,#ff2f85 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff632b', endColorstr='#ff2f85',GradientType=1 );
}
.innerTitle {
  margin: 0 auto;
  padding: 6px 0;
  width: 1050px;
}

/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width:479px){
  .mainVisual {
    background: url(/5info/img/forzahorizon5/main_img_sp.png) center center / cover no-repeat scroll;
    padding-top: 90%; /*(画像の高さ / 画像の横幅) × 100*/
    height: 0;
  }
  .mainLogo {
    top: 14%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 80%;
  }
  .mainLogo span {
    font-size: 5vw;
    text-shadow: 2px 2px 10px #fff,
      -2px 2px 10px #fff,
      2px -2px 10px #fff,
      -2px -2px 10px #fff;
  }
  .innerTitle {
    width: 100%;
  }
  .innerTitle {
    padding: 10px 0;
  }
}

/*----------------------------------------------------
　ブロック共通
----------------------------------------------------*/
section h2 {
  font-size: 3.2rem;
  font-weight: 800;
  letter-spacing: 2px;
  text-align: center;
}
section h3 {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 40px;
  text-align: center;
}
section h4 {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 30px;
  text-align: center;
}
.innerBgarea {
  margin: 0 auto;
  padding: 140px 0;
  width: 1050px;
}

/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width:479px){
  section h2 {
    font-size: 1.2rem;
    line-height: 1.4;
  }
  section h3 {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  section h4 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    margin-top: 20px;
  }
  .innerBgarea {
    padding: 60px 0;
    width: 100%;
  }
}

/*----------------------------------------------------
　GALLERIAシリーズ(#galleriaPc)
----------------------------------------------------*/
#galleriaPc {
  background: url(/5info/img/forzahorizon5/bg_galleria_pc.png) center center / cover no-repeat scroll;
}
.bgTransparent {
  background: rgba(0,0,0,0.8);
  padding: 60px 0;
}
.bgTransparent > ul {
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  width: 84%;
}
.bgTransparent ul li:last-child {
  width: 520px;
}

/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width:479px){
  .bgTransparent {
    margin: 0 auto;
    padding: 30px 0 0;
    width: 96%;
  }
  .bgTransparent > ul {
    display: block;
    width: 90%;
  }
  .bgTransparent ul li:last-child {
    margin-top: 10px;
    width: 100%;
  }
}

/*----------------------------------------------------
　ラインアップ(#lineUp)
----------------------------------------------------*/
#lineUp {
  background: url(/5info/img/forzahorizon5/bg_lineup.png) center center / cover no-repeat scroll;
}
.modelBox {
  display: flex;
  justify-content: space-between;
  padding: 10px 30px 30px;
}
.modelBoxLeft {
  margin-right: 20px;
  width: 400px;
}
.modelBoxLeft img {
  height: auto;
  width: 100%;
}
.modelBoxRight {
  width: 570px;
}
.modelName {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 10px;
}
.modelPrice {
  color: #f00;
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 10px;
}
.modelSpec {
  font-size: 1.1rem;
  line-height: 1.4;
  margin-bottom: 10px;
}

/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width:479px){
  .modelBox {
    border-bottom: 1px dashed #c0c0c0;
    display: block;
    margin-bottom: 20px;
    padding: 2% 4% 12%;
  }
  .modelBox:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding: 2% 4%;
  }
  .modelBoxLeft,.modelBoxRight {
    width: 100%;
  }
  .modelName {
    font-size: 1.2rem;
    margin-top: 10px;
  }
  .modelPrice {
    font-size: 1.6rem
  }
  .modelSpec {
    font-size: 1rem;
  }
}

/*----------------------------------------------------
　ゲーム説明(#howto)
----------------------------------------------------*/
#howto {
  background-color: #1a1b1e;
}
.storyDesc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 60px;
  width: 90%;
}
.storyDesc > p {
  margin-right: 40px;
}
.sShot_m {
	margin: 0 0 40px;
}
.sShot_m ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #262626;
  padding: 10px;
	max-width: 1050px;
}
.sShot_m img {
	width: 190px;
	margin: 5px;
}
#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}
#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}
.lbLoading {
	background: #fff url(/5info/img/forzahorizon5/loading.gif) no-repeat center;
}
#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}
#lbPrevLink {
	left: 0;
}
#lbPrevLink:hover {
	background: transparent url(/5info/img/forzahorizon5/prevlabel.gif) no-repeat 0 50%;
}
#lbNextLink {
	right: 0;
}
#lbNextLink:hover {
	background: transparent url(/5info/img/forzahorizon5/nextlabel.gif) no-repeat 100% 50%;
}
#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}
#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
  background: transparent url(/5info/img/forzahorizon5/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}
#lbCaption, #lbNumber {
	margin-right: 71px;
}
#lbCaption {
	font-weight: bold;
}

/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width:479px){
  .storyDesc {
    display: block;
    margin: 0 auto;
  }
  .storyDesc > p {
    margin-right: 0;
  }
}

/*----------------------------------------------------
　フッターロゴ+コピーライト(#footLogo)
----------------------------------------------------*/
#footLogo {
  background-color: #000;
}
#footLogo .innerBgarea {
  font-size: 1rem;
  padding: 20px 0 60px;
  text-align: center;
}

/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width:479px){
  .logoImg img {
    width: 70%;
  }
}