@charset "UTF-8";
/* CSS Document */

/* common
--------------------------------------------------------------------------- */
html,body,div,ul,ol,li,dl,dt,dd,form,fieldset,input,textarea,h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,th,td { margin:0; padding:0;}
html,body{height:100%; }
img { border: 0; vertical-align: bottom; border-style: none;}
a img { border-style:none;}
a { outline: none; }
a:link,a:visited,a:active {outline: none;} 
a:link { color: #01b3fd;}
a:visited { color: #01b3fd;}
a:hover { color: #069; transition: all .3s;}
a:active { color: #09C;}

body,td,th { font-family: 'Roboto', sans-serif!important; background-color: #ccc;	font-size: 16px; line-height: 180%; color: #333;}
hr{ border:solid 1px #333;}
.opp{ filter:alpha(opacity=30)!important; -moz-opacity: 0.3!important; opacity: 0.3!important;}
.clearfix{ clear:both;}
.rights_mark { height: 8px; padding-bottom: 5px; opacity: 0.7;}
.present_mark { padding: 6px 4px; width: 5em!important;}
.pc_only{display: block;}
.sp_only{display: none;}
p.contents_text{font-size: 1.2em; color: #c92f2f; margin-top: 1em; margin-bottom: 0; text-align: center; background: #fff; width: 100%; padding: 5px 0; font-weight: bold;}
@media screen and (max-width: 767px) {
  p.contents_text{font-size: 1em;}
}

.pagetop { display: none; position: fixed; bottom: 0px; right: 0px;}
.pagetop a {
    display: block;
    background-color: #ffec02;
    text-align: center;
    color: #000;
    font-size: 15px;
    text-decoration: none;
    padding: 5px 15px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.8;
}
.pagetop a:hover {
    display: block;
    text-align: center;
    color: #000;
    font-size: 15px;
    text-decoration: none;
    padding:5px 15px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}



/* button-hex
--------------------------------------------------------------------------- */
.button-hex {
    font-size: 100%;
    line-height: 30px;
    position: relative;
    display: inline-block;
    width: 85%;
    height: 30%;
    transition: all .1s ease-in-out;
    text-align: center;
    text-decoration: none;
    color: #000;
    background-color: #ffec00;
	margin-top: 3%;
}
.button-hex:before,
.button-hex:after {
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    content: '';
    border: 15px solid transparent;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
}
.button-hex:before {
    right: 100%;
    border-right-color: #ffec00;
}
.button-hex:after {
    left: 100%;
    border-left-color: #ffec00;
}
.button-hex:hover {
    opacity: .7;
}

/* header
--------------------------------------------------------------------------- */
.sale_header {background: url(../png/bg2.png) top repeat-x #171717; text-align: center; padding-top: 0px; display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 1% 0;
}
.sale_header h1{ width:10%; margin-right: 2%; max-width: 202px;}
.sale_header h1 img{ width:100%;}
.sale_header h2{font-size: clamp(0vw,4vw,40px); color: #fff; margin: 20px 0;}

.kv {
    width: 100%;
    background: #000;
  }

/* nav
--------------------------------------------------------------------------- */
.nav_contents{ background: url(../png/bg2.png) top repeat-x #171717; position: sticky; z-index: 99; top:0;}
#nav { text-align: center; width:100%; max-width: 1160px;  margin: 0 auto; padding: 25px 0; list-style: none; display: flex;flex-wrap: wrap;
    justify-content: center;  align-items: center;}
#nav li { text-align: center;  margin: 5px; width: 18%;}
#nav li a { text-decoration: none; color: #fff; font-weight: bold; text-shadow: 2px 2px 4px #000;}
@media (hover: hover) {
#nav li a:hover img{ filter:alpha(opacity=80)!important; -moz-opacity: 0.3!important; opacity: 0.3!important; transition: all .8s;}}

#nav li img{width: 100%;}

/* section visual
--------------------------------------------------------------------------- */
.main_contents {background: url(../png/bg.png) top repeat-x;}
.main_contents h2{ font-size: 130%; color: #fff; text-align: center; padding: 1em 0;}
#psstore { background-color: #2561ba;}
#psstore h2,#psstore .dlc_inner h5{background:#134998;}
#eshop { background-color: #c6463e;}
#eshop h2,#eshop .dlc_inner h5{background:#962f28;}
#steam { background-color: #676767;}
#steam h2,#steam .dlc_inner h5{background:#414141;}
#xbox { background-color: #3e8440;}
#xbox h2,#xbox .dlc_inner h5{background:#225b24;}
#epic { background-color: #404040;}
#epic h2,#epic .dlc_inner h5{background:#000;}

.cp{ background-repeat: repeat-x; background-color: #d50e18;}


.pickup_title{ background-image:url(../png/title_pickup.png); text-align: center; margin: 20px auto 0;  background-position: center; background-size: cover; text-align: center; height: 100%; min-height: 68px;}
.octagon { width: 92%; max-width:500px; height: 50px; position: relative; text-align: center; margin: 0 auto 30px;}
.octagon span{ color:#000; position:relative; z-index:3; font-size:120%; font-weight:700; line-height:2.6;}
.octagon:before { content: ""; position: absolute; top: 0; left: 0; border-bottom: 26px solid #ffec02; border-left: 20px solid rgba(238, 238, 238, 0); border-right: 20px solid rgba(238, 238, 238, 0); width: 92%; max-width:500px; height: 0;}
.octagon:after { content: ""; position: absolute; bottom: 0; left: 0; border-top: 25px solid #ffec02; border-left: 20px solid rgba(238, 238, 238, 0); border-right: 20px solid rgba(238, 238, 238, 0); width: 92%; max-width:500px; height: 0;}

/* goods
--------------------------------------------------------------------------- */
.goods{ text-align: center; width:90%; max-width: 1080px; margin: 0 auto; padding-top: 10px;padding-bottom: 30px}
.goods h2 span{ font-size:70%; display: block;}
.goods h3{  font-size: 240%; line-height: 1.3; padding: 12px; margin: 20px auto 0; color: #fff; text-shadow: 2px 2px 0 #000; border-bottom:2px rgba(255,255,255,0.6) solid;}
.goods .read{ color:#fff; text-shadow: 1px 1px 4px #000; font-size: 90%; text-align: left; line-height: 1.5;}
.goods .read span{ font-size:150%; color:#ffec02; font-weight: 600;}
.goods .read a{ text-decoration: none; color: #ffec02; border-bottom: dotted 1px; padding: 5px 0;}
.goods .read span2{ display: inline-block;}
.goods .notice{font-size:80%;  line-height: 1.2; padding-top: 0.5em; color: #fff;}

.goods .banner a{ background-color:#fff; display:block; }
.goods .banner a:hover img{ filter:alpha(opacity=70)!important; -moz-opacity: 0.7!important; opacity: 0.7!important; transition: all .8s;}

.goods ul{list-style: none; display: flex; flex-wrap: wrap; justify-content: center; padding-top: 20px; padding-bottom: 20px;}
/* .goods ul a:hover img{ filter:alpha(opacity=80)!important; -moz-opacity: 0.3!important; opacity: 0.3!important; transition: all .8s;}*/

.goods li{ box-sizing: border-box; display: inline-block; width: 49%; background-color: #fff; margin: 3px auto; font-size: 100%; line-height: 1.3; position: relative; vertical-align: top;}
.goods li img{ width:100%;}
.goods li a:hover img{ filter:alpha(opacity=80)!important; -moz-opacity: 0.3!important; opacity: 0.3!important; transition: all .8s;}
.goods li .gametitle { padding:4%; display: block; text-align: left; line-height: 1.5; font-size: 80%;padding-bottom: 50px;font-family: 'Noto Sans JP', sans-serif;}
.goods li a{ text-decoration: none; color: #333;}

.goods li .title_price{display: flex;flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;}
.goods li .price { padding:4%; font-size: 150%; color: #e0282c; font-weight: 700; text-align: center; line-height: 0.6;    position: absolute;
    bottom: 5px;
    width: 92%;}
    .goods li .price.price_ps {position: inherit;margin-top: -50px;}
.goods li .price .price_inner {border-top:#adadad solid 1px; padding-top: 10px;}
.goods li .price span {font-size: 60%;}



.goods li .hard {text-align: center; /*background-color: red;*/ display: inline-block; padding: 1% 1%; position: absolute; left: 1%; top: 1.5%; z-index: 2;}
.goods li .hard span {font-size: 90%; color: #ffffff; font-weight: 700; text-align: center; line-height: 0.2; background-color: #444444;  border-color: #737373; padding: 5px 12px; margin: 0 6% 0 0;}

.goods hr {height: 1px; background-color: #fff; border: none; margin: 10px auto;}


.cp .goods .notice{ text-align: left; line-height: 1.7; padding: 3em 0; color: #fff;}
.cp .goods .notice dl{}
.cp .goods .notice dt{font-weight: bold; font-size: 120%; padding-bottom: 10px;}
.cp .goods .notice dd{font-size:83%; text-indent: -1em; margin-left: 1em;}
.cp .goods .twitter_timeline{ width:100%; max-width:520px; margin: 0 auto;}
.nav_cp {margin: 0 auto 20px; max-width: 1050px; width: 90%;}
.nav_cp img{width:100%;}

/* dlc
--------------------------------------------------------------------------- */
.dlc{ text-align:left;  width:100%; max-width: 1080px; margin: 0 auto; position:relative; color:#000; border-radius: 10px;}
.dlc_inner{background: #fff;}
.dlc_inner h5{color: #fff; text-align: center; padding: 20px;}
.dlc_inner dl {display: flex; padding: 15px; justify-content: space-between;align-items: center; border-bottom: 2px solid #969696;}
.dlc_inner dt{font-family: 'Noto Sans JP', sans-serif; font-weight: normal;}
.dlc_inner dd{color: #e0282c;font-size: 150%!important; font-weight: bold;}
.dlc_inner dd span {
    font-size: 60%;
}
.dlc h4{ font-size: 140%; color:#fff; padding:20px 0 10px; line-height: 1.3; text-align: center; margin-bottom: 30px;}
.dlc h4 span{ border-bottom: solid 1px #fff; padding: 10px 20px;}
.dlc h5{  font-size: 130%;}
.dlc a{ text-decoration: underline; color: #000157;}
.dlc .notice{ font-size:80%; line-height: 1.5; color: #333; text-indent: -1em; margin-left: 1em; padding-bottom: 5px;}


/* footer
--------------------------------------------------------------------------- */
footer {color: #333333; background-color:#fff; border-top: solid 1px #ccc; margin-top: 0!important;}

footer .sns { text-align: center; margin: 0px auto; width: 100%; padding: 40px 0 20px; }
footer .sns img { margin: 0 10px; }
footer { position: relative; padding-bottom: 20px; text-align: center; font-size: 13px; background-color: #000; color: #fff;}
footer .copy { font-size: 10px; color:#b7b5b5; width: 90%; max-width: 1200px; margin: 0 auto; line-height: 1.5; text-align: left; padding-bottom: 30px;}
footer .bannerstxt { padding-bottom: 20px; width: 90%; margin: 0 auto; line-height: 1.3;}
footer .bannerstxt li{ display:inline-block; padding: 5px;}


.goods .day{ font-size: 140%; color: #fff; margin-top: 1rem;}
.goods .day strong{font-size: 1.5em;}

.swiper {
    width: 100%;
    height: 100%;
    background: #000;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .swiper-wrapper {
    transition-timing-function: linear;
  }

  .swiper-slide-next{
    opacity: 0.5;
  }
  .swiper-slide-prev{
    opacity: 0.5;
  }
  .swiper-pagination{
    position: static!important;
  }
  .swiper-pagination-bullet-active{background:#171717!important;}

  .slideNone{max-width: 1100px; margin: 0 auto;}

  .title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    transition: all .5s ease;
    text-align: left;
    border-bottom: 1px #969696 solid;
  }


/*アイコンの＋と×*/
.title::before,
.title::after{
  position: absolute;
  content:'';
  width: 15px;
  height: 2px;
  background-color: #cac19c;
  
}
.title::before{
  top:48%;
  left: 15px;
  transform: rotate(0deg);
  
}
.title::after{    
  top:48%;
  left: 15px;
  transform: rotate(90deg);

}
/*　closeというクラスがついたら形状変化　*/
.title.close::before{
transform: rotate(45deg);
}

.title.close::after{
transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
  display: none;/*はじめは非表示*/
}



@media screen and (min-width: 768px) {
.pickup_title{ min-height: 137px;}
.goods{ padding-bottom:60px ;}
.goods li{ width: 24%; margin: 0 0.5% 1%; vertical-align: top;}
.goods h2{ font-size: 250%; padding: 24px 0; margin-top: 60px;}
.goods h2 span{ font-size:70%;}
.goods h3{  font-size: 320%;}
.goods ul{ padding-top: 30px; padding-bottom: 20px;}
.goods .read{ font-size: 100%; text-align: center;}
	
	
.button-hex {
    font-size: 90%;
    line-height: 30px;
    position: relative;
    display: inline-block;
    width: 85%;
    height: 30%;
    transition: all .1s ease-in-out;
    text-align: center;
    text-decoration: none;
    color: #000;
    background-color: #ffec00;
	margin-top: 3%;
}
}



@media screen and (max-width: 767px) {
  html{}
  .pc_only{display: none;}
  .sp_only{display: block;}
  body{font-size:4vw; position: relative;}
  .main_contents{overflow-x: hidden;}
  #nav {padding: 0.5em 0;}
#nav li{width: 28%;}
.nav_contents{ top:0;}
.sale_header{margin-top: 0;}
.sale_header h1{display: none;}
.sale_header h2{font-size: 5vw;  margin: 4% 0;}

.swiper_contents {
  width: 100%;
  overflow-x: hidden;
}
.slideNone {
  max-width: 100vw;
}
.goods .day{font-size: 110%;}
.goods h3{font-size: 170%;}
.dlc h4{  font-size: 130%;}
.dlc h5{  font-size: 120%;}
.dlc_inner dl {font-size: 80%;
  line-height: 150%;}
  .dlc_inner dl dt{padding-right: 3%;}
  
}
