@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* **************************************************

Call of Duty: Warzone(cod_vanguard.tpl)用CSS

Copyright (c) Dospara Co., Ltd. All rights reserved.

***************************************************** */


/* Base Setting
=========================================================================================== */
.column2R #main {
	float: none;
	width: auto;
}
#container {
  width: 1050px;
  z-index: auto;
  margin: 0 auto;
}

#lp_page {
	width: 100%;
	margin: 0px auto 90px;
	color: #e5e5e5;
	font-size: 16px;
	line-height: 140%;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
}

#lp_page h2 {
	margin: 60px -100%;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.8;
	text-align: center;
	position: relative;
	background-size: 8px 8px;
	color: #fff;
	background: rgb(112,95,46);
	background: linear-gradient(0deg, rgba(112,95,46,1) 0%, rgba(138,122,74,1) 100%);

  /* background-image: linear-gradient(
    -45deg,
    #000, #000 48.5%,
    #808000 49.5%, #808000 50.5%,
    #000 51.5%, #000
  ); */
	width: 300%;
}
#lp_page h2::before, #lp_page h2::after {
	content: "";
	width: 100vw;
	height: 2px;
	background: #808000;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
#lp_page h2::before {
	top: -10px;
}
#lp_page h2::after {
	bottom: -12px;
}

#lp_page a {
	text-decoration: none;
}

#lp_page a:hover img {
	opacity: 0.7;
 	filter: alpha(opacity=70);
 	-ms-filter: "alpha(opacity=70)";
}
#lp_page img {
	max-width: 100%;
	height: auto;
}
.pconly {
    display: block;
}
.sponly {
    display: none;
}

@media screen and (max-width:479px){
	#container {
		margin-bottom: 0px;
	}
	.column2R #main {
		width: 100%;
	}
	#lp_page {
		width: 98%;
		margin: 0% 1%;
		font-size: 4vw;
	}
	#lp_page img {
		width: 100%;
	}
	#lp_page h2 {
		font-size: 7vw;
    margin: 40px 0;
		line-height: 1.4;
  background-image: none;
	width: 100%;
}

.thumblist-item {
	width: 33.333%;
	cursor: pointer;
	margin-bottom: 10px;
}

  .pconly {
    display: none;
  }
  .sponly {
    display: block;
  }
  #Header {
    border-bottom: none !important;
  }
}

/* メインイメージ
=========================================================================================== */
.main_Visual {
	margin: 0 -555%;
	padding: 0 555%;
	width: 100%;
	height: 600px;
}
.img_main_wrap {
  position: relative;
}
.img_main_wrap img {
	max-width: inherit!important;
	position: absolute;
  top: 0;
  left: -48%;
  z-index: 1;
}
@media screen and (max-width:479px){
	 .main_Visual {
		 height: auto;
	 }
   .img_main_wrap {
		 width: auto;
		 height: auto;
		 margin: 0px auto 20px;
  }
	.img_main_wrap img {
		position: static;
	}
}

/* ラインアップ
=========================================================================================== */
.lineup_wrap {
    background-image: url(/5info/img/cod_vanguard/ss_05_bg_pc.jpg);
		background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 40px 40px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.lineup_wrap .inner {
    display: flex;
    background: rgba(0,0,0,.8);
    position: relative;
    width: calc(50% - 20px);
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.lineup_wrap .inner * {
    box-sizing: border-box;
}
.lineup_wrap .inner:hover {
    opacity: .8;
}
.lineup_wrap .inner figure {
    margin: 0;
    width: 50%;
}
.lineup_wrap .inner figure img {
    width: 100%;
}
.lineup_wrap .inner ul {
   display: flex;
   flex-wrap: wrap;
   width: 50%;
}
.lineup_wrap .inner .itemname {
    font-weight: 700;
    line-height: 1.3;
	padding: 20px;
}
.lineup_wrap .inner .itemname span {
    font-size: 22px;
    display: block;
}
.lineup_wrap .inner .mainbox {
	display: flex;
	padding: 0 20px;
}
.lineup_wrap .inner li  {
   margin-bottom: 5px;
}
.lineup_wrap .inner .btmbox {
    padding-top: 30px;
    display: flex;
    width: 100%;
	 background:
      linear-gradient(to bottom right, rgba(255,255,255,0) 50%, #5e038f 50.5%) no-repeat top left/60% 100%;
	background-position: bottom right;
	border-bottom: 4px solid #5e038f;
}

.lineup_wrap .inner .btmbox .txt_price {
    font-size: 40px;
    font-weight: 700;
    color: #ff2200;
    margin-bottom: 20px;
    width: 65%;
    margin-left: 20px;
}

.lineup_wrap .inner .btmbox .txt_price .tax {
    font-size: 20px;
}
.lineup_wrap .inner .btmbox .btn_link {
    padding: 5px 10px 0 0;
    position: relative;
    display: flex;
    align-items: center;
    flex: 1 1 0;
    justify-content: center;
}

.lineup_wrap .inner .btmbox .btn_link::before {
    content: "→";
    margin-right:0.5em;
}
.lineup_wrap .inner a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left:0;
    top:0;
}

@media screen and (max-width:479px){
  .lineup_wrap {
    background-image: url(/5info/img/cod_vanguard/ss_05_bg_sp.jpg);
    display: block;
    padding: 20px 20px 1px;
	  background-repeat: repeat-y;
  }
  .lineup_wrap .inner {
    width: 100%;
  }
	.lineup_wrap .inner .itemname {
    padding: 10px;
}
	.lineup_wrap .inner .itemname span {
    font-size: 4.4vw;
}
	.lineup_wrap .inner .mainbox {
    padding: 10px 10px 0;
		flex-direction: column;
		align-items: center;
}

  .lineup_wrap .inner .txtbox {
    width: 100%;
  }
  .lineup_wrap .inner ul {
    padding: 10px 10px 0;
	  width: 100%;
  }
  .lineup_wrap .inner .btmbox {
    padding-top: 20px;
  }
  .lineup_wrap .inner .btmbox .txt_price {
    width: 100%;
	      margin-bottom: 14px;
	  font-size: 10vw;
  }
  .lineup_wrap .inner .btmbox .btn_link::after {
    content: none;
  }
.lineup_wrap .inner .btmbox .btn_link {
    padding: 0;
    flex: auto;
    font-size: 3.6vw;
    line-height: 1.2;
}
}

/* 説明
=========================================================================================== */
.outline_wrap {
    font-size: 24px;
    line-height: 1.5;
}
.about_wrap {
    display: flex;
    justify-content: space-between;
    margin: 40px 0;
}
.about_wrap figure, .about_wrap .txtbox {
    width: calc( 50% - 10px );
    box-sizing: border-box;
    margin: 0;
}
.about_wrap .txtbox {
    padding: 40px 20px;
    background: #2b2a22;
    flex-direction: column;
    display: flex;
    align-items: center;
}
.about_wrap .txtbox p {
	font-size: 20px;
	line-height: 1.8;
}
.about_wrap h3 {
    font-size: 24px;
    margin-bottom: 40px;
}
.about_wrap ul {

}
.about_wrap li {
	text-align: center;
	line-height: 1.8;
}
.about_wrap li + li {
    margin-top: 40px;
}
.about_wrap li span:first-child {
    margin-right: 20px;
    width: 25%;
}
.about_wrap li span:last-child {
    flex: 1 1 0;
}
.about_wrap p {
    margin-top: auto;
}
.about_wrap a {
    text-decoration: underline !important;
}
.about_wrap a:hover {
    text-decoration: none !important;
}

@media screen and (max-width:479px){
  .outline_wrap {
    font-size: 4.4vw;
    margin: 0 auto;
    width: 90%;
  }
  .about_wrap {
    display: block;
  }
  .about_wrap figure {
		width: auto;
  }
  .about_wrap .txtbox {
    width: 100%;
    padding: 40px 20px 20px;
  }
  .about_wrap ul {
    margin-bottom: 30px;
  }
  .about_wrap li {
    display: block;
  }
  .about_wrap li span:first-child {
    display: block;
    margin-bottom: 4px;
  }
  .about_wrap li span:not(:first-child) {
    display: inline-block;
    padding-left: 1em;
  }
}

/* Recommended PC
=========================================================================================== */
.recoSec {
}
.recoSec ul {
	position: relative;
	display: block;
	margin-bottom: 2.0em;
	padding: 0px 0px 0px 18px;
	border: 2px solid #33687a;
	background-color: #111111;
	background-image: url(/5info/img/cod_vanguard/01reco_logo.png);
	background-position: right center;
	background-repeat: no-repeat;
}

.recoSec ul:after {
	content: " ";
    display: block;
    clear: both;
}

.recoSec li {
	float: left;
	width: 455px;
	margin-bottom: 8px;
	font-size: 87.5%;
}

.recoSec li:first-of-type {
	margin-bottom: 0px;
}

.recoSec li a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 999;
}

.recoSec li a:hover {
	background-color:#FFF;
    filter:alpha(opacity=10);
    -moz-opacity: 0.1;
    opacity: 0.1;
}

.recoSec h3 {
	overflow: visible;
	padding: 0.85em 0em 1.2em 0em;
	font-size: 128.5%;
	font-weight: normal;
	white-space: nowrap;
	line-height: 150%;
}

.recoSec .pic {
	float: right;
	width: 420px;
	margin-bottom: 0px;
	text-align: right;
}

.recoSec .pic img {
	width: auto;
	height: 242px;
	margin-right: 9px;
}

.recoSec span {
	color: #9a9a9a;
}

.recoSec li[class^="score"] {
	overflow: visible;
	width: 430px;
	margin-bottom: 2.8em;
	background-color: #33687a;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.recoSec li[class^="score"] span {
	display: block;
	margin: 0% 0% 0% 37.5%;
	padding: 0% 0% 0% 0.458em;
	background-color: #111111;
	color: #fff;
	font-size: 171.4%;
	font-weight: bold;
}

.recoSec .tw_yen {
	display: block;
	margin-top: 0.25em;
	color: #ff0000;
	font-size: 214.2%;
}

.recoSec .tw_yen:after {
	content: " 円（+税）";
	color: #ff0000;
	font-size: 53.3%;
}
.recoSec .recoBtn {
	margin-bottom: 0px;
}
.recoSec .recoBtn span {
	position: absolute;
	display: block;
	width: 153px;
	padding: 10px 0px 7px 0px;
	bottom: 5px;
	right: 5px;
	background-color: #084590;
	color: #ffffff;
	text-align: center;
	z-index: 88;
}

.recoSec .recoBtn span:before {
	content: "> ";
}


@media screen and (max-width:479px){
	.recoSec {
		border-bottom: 1px solid #33687a;
	}

	.recoSec ul {
		padding-left: 2%;
		padding-right: 2%;
		border-left: none;
		border-right: none;
		border-bottom: none;
		border-top-width: 1px;
		background-image: none;
	}
	.recoSec li {
		float: none;
		width: auto;
	}
	.recoSec h3 {
		padding-bottom: 0em;
		white-space: normal;
	}
	.recoSec .pic {
		float: none;
		width: auto;
		margin-bottom: 0.75em;
		background-image: url(/5info/img/wot/01reco_logo.png);
		background-position: left center;
		background-repeat: no-repeat;
		background-size: 80% auto;
		text-align: center;
	}
	.recoSec .pic img {
		width: 50%;
		height: auto;
	}
	.recoSec li[class^="score"] {
		width: auto;
		margin-bottom: 2.0em;
	}
	.recoSec .tw_yen {
		text-align: center;
	}
	.recoSec .recoBtn span {
		position: relative;
		width: 100%;
		margin: 0px auto;
		bottom: auto;
		right: auto;
		border-radius: 0.6em;
		-moz-border-radius: 0.6em;
		-webkit-border-radius: 0.6em;
		-o-border-radius: 0.6em;
		-ms-border-radius: 0.6em;
	}
	.recoSec li a:hover {
		background-color: transparent;
	}
}

/* Screenshot
=========================================================================================== */
.thumblist {
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.thumblist-item {
	width: 11%;
	cursor: pointer;
	margin-bottom: 10px;
}

@media screen and (max-width:479px){
	.no-swiper {
		display: flex!important;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.no-swiper div.movie {
		width: 100%;
		margin-bottom: 15px;
	}
	.no-swiper div {
		width: 49%;
		margin-bottom: 10px;
	}



}



/* Other
=========================================================================================== */
.cod_vanguardCopy {
	font-size: 0.875em;
	margin-top: 20px;
}

#lp_page .gmBnr {
	margin: 4.0em 0em 0em 0em;
	text-align: center;
}

@media screen and (max-width:510px){
	#head_navi_menu_g {
		display: none;
	}

	#footerCopy {
		min-width: auto !important;
	}
}
