@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* **************************************************

Copyright (c) Dospara Co., Ltd. All rights reserved.

***************************************************** */


/* Base Setting
=========================================================================================== */
h5.dxv {display: none;}

.column2R #main {
	float: none;
	width: auto;
}
#container {
  width: 1050px;
  z-index: auto;
  margin: 0 auto;
	background-color: #011e60!important;
}

#lp_page {
	width: 100%;
	margin: 0px auto;
	color: #e5e5e5;
	font-size: 16px;
	line-height: 140%;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
	margin-bottom: 40px;
}

#lp_page h2 {
	padding: 40px 0 40px;
	font-size: 44px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
}

#lp_page h2.so {
  margin: 40px 0 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

#lp_page a {
	text-decoration: none;
	transition: 0.3s all;
}

#lp_page a:hover img {
	opacity: 0.7;
 	filter: alpha(opacity=70);
 	-ms-filter: "alpha(opacity=70)";
}
.pconly {
    display: block;
}
.sponly {
    display: none;
}


@media screen and (max-width:479px){
	#container {
		margin-bottom: 0px;
	}

	.column2R #main {
		width: 100%;
	}
	.leadSection {
		padding-top: 0;
	}
	#lp_page {
		width: 98%;
		margin: 0% 1%!important;
		font-size: 4vw;
	}

	#lp_page img {
		width: 100%;
	}

	#lp_page h2 {
	font-size: 7vw;
    padding: 20px 0 20px;
		text-align: center;
	}
  .pconly {
    display: none;
  }
  .sponly {
    display: block;
  }
  #Header {
    border-bottom: none !important;
  }

}

/* メインイメージ
=========================================================================================== */
.img_main_wrap {
		margin: 0;
    text-align: center;
    padding-top: 10px;
}
.img_main_wrap img{
	width: 100%;
	box-shadow: 0 0 10px 10px rgba(0,0,0,0.6)
}
p.img_main_wrap-note {
	font-size: 90%;
	text-align: right;
	padding-top: 20px;
}

.img_main_wrap figcaption {
    margin: 20px 0 0;
}
@media screen and (max-width:479px){
   .img_main_wrap {
	  padding-top: 20px;
  }
	.img_main_wrap img{
		width: 96%!important;
		box-shadow: 0 0 3px 3px rgba(0,0,0,0.6)
	}
	p.img_main_wrap-note {
		text-align: left;
	}
}

/* 推奨パソコンについて
=========================================================================================== */
.about_reco_wrap {
    background: url() no-repeat center;
    background-size: cover;
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 80px 0;
}
.about_reco_box {
  background: rgba(0,0,0);
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 40px 0;
}
.about_reco_wrap .inner {
    width: 1050px;
    box-sizing: border-box;
    display: flex;
    margin: 0 auto;
}
.about_reco_wrap .inner figure {
    width: 40%;
    box-sizing: border-box;
    text-align: center;
    margin: 0;
}
.about_reco_wrap .inner .txtbox {
    width: 60%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
		padding-bottom: 30px;
}
.about_reco_wrap .inner .txtbox h3 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700;
}
.about_reco_wrap .inner .txtbox p {
    font-size: 20px;
    line-height: 1.8;
}
@media screen and (max-width:479px){
   .about_reco_wrap .inner {
    width: 100%;
    flex-direction: column;
    padding: 0 10px;
}
    .about_reco_wrap .inner figure {
    width: 100%;
}
		.about_reco_wrap .inner figure img {
		width: 80%!important;
}
.about_reco_wrap .inner .txtbox {
	padding-bottom: 0;
}
.about_reco_wrap .inner .txtbox h3 {
    font-size: 4vw;
}
    .about_reco_wrap .inner .txtbox p {
    font-size: 4.5vw;
}
.about_reco_wrap .inner .txtbox {
    width: 100%;
    margin: 20px 0 0;
}

.about_reco_wrap {
    padding: 20px 0 60px;
}
#lp_page h2.so {
    margin: 0 0 20px;
    font-size: 1.6em;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}
#lp_page .outline_wrap2 {
    padding: 0 20px;
    font-size: 1em;
    line-height: 1.5;
    text-align: center;
}
#lp_page .inner_conditions {
    position: relative;
    padding: 16px;
    margin-bottom: 60px;
}
.tokuten_txt {
    font-size: 1.5em;
    font-weight: bold;
    margin-right: 0;
    display: block;
    line-height: 120%;
}
#lp_page .tokuten {
    width: 100%;
    margin: 10px auto;
}
#lp_page .tokuten span {
	text-align: right;
	font-size: 80%;
}
#lp_page .box_c {
    display: block;
    justify-content: space-between;
    margin: 0;
}

#lp_page .inner_conditions ul {
    font-size: 1em;
    line-height: 180%;
}
}

/* ラインアップ
=========================================================================================== */
.lineup_wrap {
    position: relative;
		margin-bottom: 120px;
}
.lineup_wrap .inner {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    padding: 20px 40px;
    height: 397px;
	background: rgb(21 26 30);
	border: 1px solid #E3DDA4;
    margin-bottom: 3rem;
}
/*.lineup_wrap .inner:hover {
    opacity: .8;
}*/
.lineup_wrap .inner figure {
margin: 0;
    padding: 60px 40px 20px 70px;
    width: 330px;
}
.lineup_wrap .inner figure img {
    width: 100%;
}
.lineup_wrap .inner .txtbox {
    display: flex;
    flex-direction: column;
    padding: 20px;
    width: 50%;
    box-sizing: border-box;
}
.lineup_wrap .inner ul {
   flex-wrap: wrap;
   margin-left: 20px;
   margin-top: 20px;
}
.lineup_wrap .inner .itemname {
    font-weight: 700;
    line-height: 1.3;
    margin-top: 10px;
}
.lineup_wrap .inner .itemname span {
    font-size: 28px;
    display: block;
}
.lineup_wrap .box_a{
    display: flex;
    justify-content: space-between;
}

.lineup_wrap .box_b{
    width: 500px;
}
.lineup_wrap .inner li  {
   margin-bottom: 5px;
}
.lineup_wrap .txt_price {
    font-size: 40px;
    font-weight: 700;
    color: #e56b17;
    margin-bottom: 16px;
    width: 65%;
    margin-left: 20px;
    margin-top: 26px;
}

.lineup_wrap .txt_price .tax {
    font-size: 20px;
}
.lineup_wrap .inner .link_btn {
    width: auto;
    display: block;
    background: -moz-linear-gradient(top, #f18b51, #e56b17);
    background: -webkit-linear-gradient(top, #f18b51, #e56b17);
    background: linear-gradient(to bottom, #f18b51, #e56b17);
    padding: 10px 10px 12px;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 400;
    margin: 0.8rem 0;
}
.lineup_wrap .inner .link_btn:hover {
    opacity: 0.5;
    transition: all .3s;
}
.lineup_wrap .inner .link_btn a {
		display: block;
    color: #040000 !important;
}
.conditions {
    margin: 30px auto 0;
    text-align: center;
}
.inner_conditions {
    position: relative;
    padding: 60px 30px;
    background: rgb(21 26 30);
    border: 1px solid #E3DDA4;
    margin-bottom: 120px;
}
.go-official {
  padding: 0 30px;
	background: none;
	border: none;
}
.go-official p.link_btn {
	display: block;
	background: -moz-linear-gradient(top, #f18b51, #e56b17);
	background: -webkit-linear-gradient(top, #f18b51, #e56b17);
	background: linear-gradient(to bottom, #f18b51, #e56b17);
	text-align: center;
	font-weight: 400;
	margin: 0.8rem 0;
	width: 680px;
  box-sizing: border-box;
	border: 2px solid #ffc000;
	margin: 0 auto 40px;
	font-size: 1.4em;
}
.go-official p.link_btn a {
	display: block;
	padding: 20px 0;
}
.go-official p.link_btn.link_store {
	background: #479f34;
	background: -moz-linear-gradient(top, #5ecd2b, #479f34);
	background: -webkit-linear-gradient(top, #5ecd2b, #479f34);
	background: linear-gradient(to bottom, #5ecd2b, #479f34);
	border: 2px solid #9bff72;
}
.inner_conditions img{
	width: 100%;
}
.conditions h4 {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 32px;
    display: inline-block;
    background: #fff;
    color: #000;
    padding: 10px 0;
    transform: skewX(-30deg);
    width: 380px;
}
.conditions h4 span {
    display: inline-block;
    transform: skewX(30deg);
}
.inner_conditions ul {
    font-size: 28px;
    line-height: 160%;
	font-weight: 400;
}
.inner_conditions li {
    margin: 20px 0 30px;
}
.inner_conditions li a {
	text-decoration: underline!important;
}
.inner_conditions li a:hover {
	opacity: 0.8;
}

.box_c{
display: flex;
    justify-content: space-between;
    margin: 0 0 20px;
}
.tokuten{
		width: 90%;
    margin: 20px auto;
}
.tokuten span {
	text-align: right;
	display: block;
	text-align: right;
	font-size: 86%;
	line-height: 1.4;
	padding: 3px;
	margin-top: 5px;
}
.tokuten_txt{
	font-size: 1.6em;
    font-weight: bold;
    /* margin-right: 20px; */
}
.twi img{
  width: 80%;
}
.twi_text{
font-size: 28px;
    font-weight: bold;
    line-height: 140%;
		margin-bottom: 20px;
}
.bold_a01{
color: #00a2e6;
    /* font-weight: bold; */
    text-decoration: underline;
}
#lp_page a.link_a01{
  display: block;
    margin-top: 20px;
    color: #e56b17;
    text-decoration: underline;
	font-size: 1.6em;
}
#lp_page a.link_a01:hover {
  opacity: 0.7 ;
}
#lp_page a.link_a02{
    margin-top: 20px;
    color: #40c5ec;
    text-decoration: underline;
}
#lp_page a.link_a02:hover {
  opacity: 0.7 ;
}

@media screen and (max-width:479px){

.go-official p.link_btn {
	width: auto;
	font-size: 1.2rem;
	letter-spacing: -0.01rem;
	line-height: 1.4;
}
.go-official p.link_btn a {
	padding: 12px 0;
}
.go-official iframe {
	width: 100%;
	min-height: 200px;
}

#lp_page .lineup_wrap {
    display: block;
    padding: 0 10px;
		margin-bottom: 60px;
}
 #lp_page  .lineup_wrap .inner {
    width: 100%;
  }
 #lp_page  .lineup_wrap .inner {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    padding: 0;
    height: auto;
    margin-bottom: 20px;
}
#lp_page .lineup_wrap .box_a {
display: block;
    width: 100%;
    margin: auto;
    text-align: center;
}
#lp_page .lineup_wrap .inner figure {
    margin: 0;
    padding: 0;
    width: 100%;
}

#lp_page .lineup_wrap .inner figure img {
width: 80%;
    margin: 20px auto 0;
}

#lp_page .lineup_wrap .box_b {
    width: auto;
    padding: 0 10px;
}

#lp_page .lineup_wrap .inner .itemname {
    margin-top: 10px;
}

#lp_page .lineup_wrap .inner .itemname span {
    font-size: 1.4em;
    display: block;
    text-align: left;
}

#lp_page .lineup_wrap .inner ul {
    flex-wrap: wrap;
    margin-left: 20px;
    margin-top: 10px;
    text-align: left;
}
#lp_page .lineup_wrap .txt_price {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 16px;
    width: 100%;
    margin-left: 20px;
    margin-top: 26px;
}
#lp_page .inner_conditions li {

    margin-left: 0;
}

  .lineup_wrap .inner ul {
    padding: 0;
  }
  .lineup_wrap .inner .btmbox {
    padding: 0 0 0 0;
    flex-direction: column;
  }
  .lineup_wrap .inner .btmbox .txt_price {
    width: 100%;
  }
  .lineup_wrap .inner .btmbox .btn_link::after {
    content: none;
  }
  .lineup_wrap .inner .txtbox {
    width: 100%;
  }
}
/* 説明
=========================================================================================== */
.outline_wrap {
	padding: 0 20px;
    font-size: 24px;
    line-height: 1.5;
	padding-bottom: 60px;
}
.outline_wrap2 {
  padding: 0 50px;
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
}
.spec_wrap {
	background:url(/5info/img/the_outer_worlds/bg_spec.png) no-repeat center;
    display: flex;
    justify-content: space-between;
    margin: 40px 0;
}
.spec_wrap figure, .spec_wrap .txtbox {
    width: calc( 50% - 10px );
    box-sizing: border-box;
    margin: 0;
}
.spec_wrap .txtbox {
    flex-direction: column;
    display: flex;
    align-items: center;
	margin: 40px auto;
	padding: 10px;
}
.spec_wrap h3 {
    font-size: 26px;
    margin-bottom: 30px;
}
.spec_wrap ul {
}
.spec_wrap li {
    display: flex;
}
.spec_wrap li + li {
    margin-top: 20px;
}
.spec_wrap li span:first-child {
    margin-right: 20px;
    width: 25%;
}
.spec_wrap li span:last-child {
    flex: 1 1 0;
}
.spec_wrap p {
	border-top: 1px solid #fff;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 30px;
	font-size: 16px;
}
.spec_wrap a {
    background: #fff;
    color: #2b2a22;
}

@media screen and (max-width:479px){
  .outline_wrap {
    font-size: 4.4vw;
    margin: 0 auto;
    width: 81%;
    padding: 0;
    text-align: center;
  }
  .spec_wrap {
	background: #3d3d3d;
	border: 2px solid #ff6600;
    display: block;
  }
	.spec_wrap p {
		font-size: 14px;
	margin-top: 10px;
	}
  .spec_wrap .txtbox {
    width: 100%;
    padding:20px;
	  margin: auto;
  }
  .spec_wrap ul {
    margin-bottom: 20px;
  }
  .spec_wrap li {
    display: block;
  }
  .spec_wrap li span:first-child {
    display: block;
    margin-bottom: 4px;
  }
  .spec_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_mw/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;
	}
}


/* About
=========================================================================================== */
.aboutSec {
	padding-bottom: 2.375em;
}

.aboutSec h3 {
	clear: both;
	display: table;
	margin: 2.85em 0em 0.5em 0em;
	padding: 14px 19px 13px 19px;
	background-color: #1b1b1b;
	font-size: 131.2%;
	font-weight: normal;
}

.aboutSec p {
	line-height: 160%;
}


@media screen and (max-width:479px){

}

/* Other
=========================================================================================== */


#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;
	}
	.copyright img {
		width: 10% !important;
	}
	.copyright p {
		font-size: 12px;
        margin-top: 40px;
	}
}



/* 99: Pop Up Ad for SmartPhone
=========================================================================================== */
@media screen and (max-width:510px){
	#fvpop {
		height:auto !important;
		width:90% !important;
	}
	#fvpop img {
		height:auto !important;
		width:100% !important;
	}
}



/* 特典
=========================================================================================== */
.tokuten_unit {
	margin: 0 0 0 0;
	overflow: hidden;
	/*background-color:#313131;*/
}
p.sub_tit {
	margin: 70px 0 15px;
	color: #fff;
	font-size: 1.6em;
	text-align: center;
}
.tokuten_tit {
	margin: 25px 0 !important;
}
.tokuten_box + .tokuten_box{
    margin-top: 30px;
}
.tokuten_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.tokuten_box li {
    width: 49%;
}
.tokuten_box li:first-child {
    text-align: center;
}
.tokuten_box li img {
    height: 200px;
}
.tokuten_box dd {
    padding-left: 1em;
}
.tokuten_box dd::before {
    content: "- ";
}
.tokuten_ttl {
    clear: both;
    display: table;
    margin: 0 0em 0.5em 0em;
    padding: 14px 19px 13px 19px;
    background-color: #1b1b1b;
    font-size: 131.2%;
    font-weight: normal;
}
.tokuten_subttl {
    border-bottom: 2px solid #fff;
    padding-bottom: 5px;
}
.tokuten_subttl span {
    font-size: 1.5em;
}

@media screen and (max-width:510px){
	.tokuten_box {
    align-items: normal;
    flex-direction: column;
    width: 96%;
    margin: 0 auto;
}
    .tokuten_box li {
    width: 100%;
}
    .tokuten_box li img {
        width: auto;
}
    .tokuten_subttl {
   margin: 1.375em 0em !important;
}
}

/* Twitterキャンペーン
=========================================================================================== */
#lp_page .twi_text img {
	width: 40px;
    padding-right: 7px;
}
@media screen and (max-width: 479px){
	#lp_page .twi {
    padding: 20px 0;
}
    #lp_page .twi_text {
        font-size: 1.1em;
        font-weight: bold;
        line-height: 140%;
    }
	#lp_page .twi_text img {
		width: 25px;
	}
}
