@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/*====================================================

Gears 5 推奨

Copyright (c) THIRDWAVE CORP. All Rights Reserved.

====================================================*/

/*-------------------------------------
　見出しバナー設定
---------------------------------------*/
.head01 {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a5bcca+0,e1eaf3+50,a5bcca+51,a5bcca+100 */
background: #a5bcca; /* Old browsers */
background: -moz-linear-gradient(top,  #a5bcca 0%, #e1eaf3 50%, #a5bcca 51%, #a5bcca 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #a5bcca 0%,#e1eaf3 50%,#a5bcca 51%,#a5bcca 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #a5bcca 0%,#e1eaf3 50%,#a5bcca 51%,#a5bcca 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5bcca', endColorstr='#a5bcca',GradientType=0 ); /* IE6-9 */
  color: #000;
	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 {
  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;
}

/*-------------------------------------
　モデル設定※recopc_temp.css上書き
---------------------------------------*/
.model_cts {
	background: url(../../5info/img/game_title/gears-5/gears-5_model.jpg) no-repeat;
	border: none;
	color: #111;
}
.model_left .modelPc {
	float: left;
	height: auto;
	margin: 10px 0px 0 10px;
	width: 80%;
}

/*-------------------------------------
　ゲーム説明
---------------------------------------*/
.sectionBox {
	position: relative;
}
.modelDesc {
  margin-bottom: 50px;
  font-size: 16px;
}
.head02 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.modelDesc p,
.sectionBox p {
  font-size: 18px;
  line-height: 1.5;
}
.footerTxt {
  display: none;
}

/*---------------------------------
　CERO表記
-----------------------------------*/
.cero18logo {
    display: inline-flex;
}
.cero18logo img {
    float: left;
    margin: -13px 10px;
	width: 42px;
}

/*---------------------------------
　スマホ対応
-----------------------------------*/

/* ウィンドウ幅が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%;
  }
  .modelDesc p,
  .sectionBox p {
    font-size: 1rem;
  }
  .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 {
    float: none;
    margin: 0;
  }

  /*CERO表記*/
  .cero18logo img {
		width: 44px;
		height: 54px !important;
		margin: -3px 5px 0px 15px;
	}

/*------------------------------------*/
}
