@charset "utf-8";

/*====================================================

ヘビーゲーマー向け、ライトゲーマー向け
type652,type651

Copyright (c) THIRDWAVE CORP. All Rights Reserved. 

====================================================*/


/*----------------------------------------------------
　サブメニュー非表示
----------------------------------------------------*/

.column2R #sub {
  display: none !important;
}


/*----------------------------------------------------
　ページ基本設定
----------------------------------------------------*/

#Globalnavi, .all365days {
  display: block;
}

#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;
}

.gameMainContents {
  color: #fff;
  font-family: Hiragino Kaku Gothic W2 JIS2004;
}

.wideBgArea {
  width: 100%;
  margin: 0 -555%;
  padding: 1px 555%;
}

.bgBlack {
  background: #000;
}

.bgDarkGray {
  background: #121010;
}

.bgGradGray {
  background: #dee0e0;
  background: -moz-linear-gradient(left, #dee0e0 0%, #f8f8f8 50%, #dee0e0 100%);
  background: -webkit-linear-gradient(left, #dee0e0 0%, #f8f8f8 50%, #dee0e0 100%);
  background: linear-gradient(to right, #dee0e0 0%, #f8f8f8 50%, #dee0e0 100%);
  color: #3b3b3b;
}

.boxShadow {
  box-shadow: 0 0 8px 0px #000;
}

.dropShadow {
  filter: drop-shadow(0 0 4px #161616);
}

.textShadow {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

.center {
  text-align: center;
}

.lsPlus {
  letter-spacing: 1px;
}

.lsMinus {
  letter-spacing: -1px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.pt20_0 {
  padding-top: 20px;
}

.mt40_0 {
  margin-top: 40px;
}

.mb100_60 {
  margin-bottom: 100px;
}

.pcOnlyIn {
  display: inline-block;
}

.spOnly {
  display: none;
}

.sp_br {
  display: none;
}

@media screen and (max-width:479px) {
  .lsPlus {
    letter-spacing: 0;
  }
  .lsMinus {
    letter-spacing: 0;
  }
  .pt20_0 {
    padding-top: 0;
  }
  .mt40_0 {
    margin-top: 0;
  }
  .mb100_60 {
    margin-bottom: 60px;
  }
  .mb30sp {
    margin-bottom: 30px !important;
  }
  .pcOnly {
    display: none !important;
  }
  .pcOnlyIn {
    display: none !important;
  }
  .spOnly {
    display: block !important;
    width: 100vw;
  }
  .sp_br {
    display: block;
  }
  .txtLeft {
    text-align: left;
  }
}


/*-------------------------------------
　パンくず
---------------------------------------*/

.leadSectionInner {
  width: 1050px !important;
}

.breadCrumb {
  width: 1050px;
  margin-left: auto;
  margin-right: auto;
}

.breadCrumb_inner {
  position: relative;
  width: 1050px;
  height: 20px;
  margin: 0 auto;
  z-index: 9999;
}

.breadCrumb li {
  background: url(/5img/bcBg_ccc.gif) no-repeat scroll left center;
}

.breadCrumb li a {
  color: #fff;
}


/*-------------------------------------
　基本セクション
---------------------------------------*/

section {
  margin: 120px auto 150px;
  width: 1050px;
}

.gameMainContents section img {
  max-width: 94%;
  height: auto;
}

section.hideSection {
  display: none;
}

@media screen and (max-width:479px) {
  section {
    margin: 1em 0 2em;
    padding: 10px 0 0;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }
}


/*-------------------------------------
　メインタイトル
---------------------------------------*/

.casualTitleImg {
  background: url(/5info/img/game_casual/img_main.jpg) no-repeat scroll center 0;
  min-height: 730px;
  /* 599px */
  height: 400px;
  background-size: cover !important;
}

.expertTitleImg {
  background: url(/5info/img/game_expert/img_main.jpg) no-repeat scroll center 0;
  min-height: 599px;
  height: 400px;
  background-size: cover !important;
}

#expert_typeB {
  background: url(/5info/img/game_casual/img_main_light_b.jpg) no-repeat scroll center 0;
  min-height: 599px;
  height: 400px;
  background-size: cover !important;
}

section.titleSection {
  margin-top: 30px !important;
  margin-bottom: 0 !important;
}

.casualTitleImg .titleBox1col {
  padding-top: 390px;
  padding-bottom: 180px;
}

.expertTitleImg .titleBox1col {
  padding-top: 200px;
  padding-bottom: 280px;
}

.titleBox1col h2 {
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 5px;
  font-family: Hiragino Kaku Gothic W2 JIS2004;
}

.titleBox1col h2 span {
  font-size: 50px;
  letter-spacing: 9px;
  font-family: Hiragino Kaku Gothic W5 JIS2004;
}

.titleBox1col p {
  font-size: 16px;
  letter-spacing: 2px;
  font-family: Hiragino Kaku Gothic W4 JIS2004;
  width: 515px;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.4);
}

@media screen and (max-width:479px) {
  section.titleSection {
    background: none;
    padding-top: 0;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    width: 96%;
  }
  .casualTitleImg {
    background: url(/5info/img/game_casual/img_main_b.jpg) no-repeat scroll center 0;
    width: 100vw;
    min-height: 200px;
    height: 200px;
    background-size: cover !important;
  }
  .expertTitleImg {
	  display: block;
    background: url(/5info/img/game_expert/img_main.jpg) no-repeat scroll center 0;
    width: 100vw;
    min-height: 200px;
    height: 200px;
    background-size: cover !important;
  }
	#expert_typeB {
		display: none;
    width: 100vw;
    min-height: 200px;
    height: 200px;
    background-size: cover !important;
  }
  .casualTitleImg .titleBox1col {
    padding-top: 8.5em;
  }
  .expertTitleImg .titleBox1col {
    padding-top: 4.5em;
  }
  .titleBox1col h2 {
    font-size: 5vw;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: Hiragino Kaku Gothic W2 JIS2004;
  }
  .titleBox1col h2 span {
    font-size: 6.5vw;
    letter-spacing: 2px;
    font-family: Hiragino Kaku Gothic W5 JIS2004;
  }
  .titleBox1col p {
    font-size: 1em;
    letter-spacing: 2px;
    font-family: Hiragino Kaku Gothic W4 JIS2004;
    width: 97%;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.4);
  }
}


/*-------------------------------------
　ランキング
---------------------------------------*/

.bannerBox1col {
  margin-top: -60px;
  margin-bottom: 90px;
}

.bannerBox1col p {
  text-align: center;
}

.featureBox1col {
  margin-bottom: 60px;
  color: #3b3b3b;
}

.featureBox1col h3 {
  font-size: 45px;
  line-height: 1.4;
  letter-spacing: 2px;
  text-align: center;
  font-family: Hiragino Kaku Gothic W5 JIS2004;
  border-bottom: 2px solid #2c2c2c;
  padding-bottom: 10px;
}

.featureBox2col {
  color: #3b3b3b;
}

.featureBox2col .item_pic {
  text-align: center;
}

.featureBox2col .item_pic p {
  font-size: 28px;
  letter-spacing: 2px;
  text-align: center;
  font-family: Hiragino Kaku Gothic W2 JIS2004;
}

.featureBox2col .item_pic img {
  margin-bottom: 30px;
  max-width: 330px;
}

.featureBox2col p.pur-rank-text {
  font-size: 16px;
  letter-spacing: 3px;
  margin-bottom: 20px;
}

.featureBox2col .item_price p {
  font-size: 28px;
  letter-spacing: 2px;
  text-align: center;
  font-family: Hiragino Kaku Gothic W2 JIS2004;
  margin-bottom: 30px;
}

.featureBox2col .spec p {
  font-size: 15px;
  letter-spacing: 1px;
  padding-left: 100px;
}

.featureBox2col ul {
  display: flex;
  justify-content: space-between;
}

.featureBox2col ul.center {
  text-align: left;
}

.featureBox2col ul.center li {
  padding-top: 15px;
}

.featureBox2col li {
  width: 48%;
  padding-bottom: 15px;
}

.featureBox2col li:first-child {
  padding-right: 20px;
}

.featureBox2col li:last-child {
  border-left: 1px solid #2c2c2c;
  padding-left: 20px;
}

.featureBox3col {
  color: #3b3b3b;
}

.featureBox3col .item_pic {
  position: relative;
  text-align: center;
}

.featureBox3col .item_pic .pur-rank-icon {
  position: absolute;
  top: 0;
  left: 5px;
}

.featureBox3col .item_pic p {
  font-size: 24px;
  letter-spacing: 2px;
  line-height: 1.3;
  text-align: center;
  font-family: Hiragino Kaku Gothic W2 JIS2004;
}
.featureBox3col .item_pic p .item_name{
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-inline-box;
}

.featureBox3col .item_pic img {
  margin-bottom: 30px;
}

.featureBox3col p.pur-rank-text {
  border-bottom: 1px solid;
  font-size: 16px;
  letter-spacing: 3px;
  margin-bottom: 20px;
  padding-bottom: 8px;
}

.featureBox3col .item_price p {
  font-size: 28px;
  letter-spacing: 2px;
  text-align: center;
  font-family: Hiragino Kaku Gothic W2 JIS2004;
  margin-bottom: 30px;
}

.kakakucomreview span {
  /*display: none;*/
  color: #3b3b3b !important;
}

.kakakucomreview span a {
  color: #3b3b3b !important;
  /*text-decoration: none;*/
}

.featureBox3col span.priceStrike.old_price, .featureBox2col span.priceStrike.old_price {
  font-size: 18px !important;
  color: #888 !important;
  display: none;
}

.old_priceBox {
  display: block;
}

.featureBox3col .spec p {
  font-size: 15px;
  letter-spacing: 1px;
}

.featureBox3col ul {
  display: flex;
  justify-content: space-between;
}

.featureBox3col ul.center {
  text-align: center;
}

.featureBox3col ul.center li {
  padding-top: 15px;
}

.featureBox3col li {
  width: 33%;
  padding-bottom: 15px;
}

.featureBox3col li:nth-child(even) {
  border-left: 1px solid #2c2c2c;
  border-right: 1px solid #2c2c2c;
  padding-left: 20px;
  padding-right: 20px;
}

.featureBox3col li:first-child {
  padding-right: 20px;
}

.featureBox3col li:last-child {
  padding-left: 20px;
}

.featureBox3col .spec p.benchmark {
  font-size: 14px
}

.benchBox1col {
  position: relative;
  border: 1px solid #000;
  background-color: #fcfcfd;
}

.benchBox1col p {
  font-size: 16px;
  padding: 6px 4px 0;
  line-height: 1.4;
}

.benchBox1col p span.bgBench {
  color: #fff;
  background-color: #5b5b5b;
  letter-spacing: 4px;
  padding: 4px 10px;
}

.benchBox1col p span.center {
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
}

.under {
  margin-top: -30px;
  margin-bottom: 60px;
}

.under li {
  padding-top: 15px;
  position: relative;
}

.under .spec {
  margin-bottom: 35px;
  padding-bottom: 30px;
}

.btnDetail {
  color: #fff;
  background: #0488ea;
  background: -moz-linear-gradient(top, #0488ea 0%, #0488ea 46%, #0555c2 54%, #0555c2 100%);
  background: -webkit-linear-gradient(top, #0488ea 0%, #0488ea 46%, #0555c2 54%, #0555c2 100%);
  background: linear-gradient(to bottom, #0488ea 0%, #0488ea 46%, #0555c2 54%, #0555c2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0488ea', endColorstr='#0555c2', GradientType=0);
  border-radius: 25px;
  width: 200px;
  text-align: center;
  position: absolute;
  bottom: 15px;
  left: 74px;
  padding: 5px 8px 5px 16px;
  font-size: 15px;
  font-family: Hiragino Kaku Gothic W4 JIS2004;
  letter-spacing: 5px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 2px 2px 4px 0px #999;
  /*transition: .3s;*/
}

.btnDetail:hover {
  opacity: 0.9;
  margin-top: 2px;
  margin-bottom: -2px;
}


/*.btnDetail:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 120%;
    height: 100%;
    background: #ff5500;
    transform-origin: right top;
    transform: skewX(-30deg) scale(0, 1);
    transition: transform .3s;
}
.btnDetail:hover::before {
    transform-origin: left top;
    transform: skewX(-30deg) scale(1, 1);
    background: #ff5500;
}*/

.btnDetail span {
  z-index: 100;
}

.btnDetail:after {
  content: url(/5shopping/templates/game_pc/img/top/detail_arrow.png);
  margin-left: 5px;
  z-index: 100;
}

.featureBox2col .btnDetail {
  left: 140px;
}

.lineUpBox1col {
  margin-bottom: 30px;
}

.lineUpBox1col p {
  font-size: 20px;
  text-align: center;
  font-family: Hiragino Kaku Gothic W2 JIS2004;
  letter-spacing: 5px;
}

.lineUpBox1col p a {
  text-decoration: none;
  color: #3b3b3b;
  border-bottom: 1px solid #000;
  padding-bottom: 3px;
}

.lineUpBox1col p a:hover {
  opacity: 0.8;
  border-bottom: none;
}

@media screen and (max-width:479px) {
  .bannerBox1col {
    margin: 5em 0 2em;
  }
  .bannerBox1col p {
    text-align: center;
  }
  .featureBox1col {
    margin-bottom: 20px;
    color: #3b3b3b;
  }
  .featureBox1col h3 {
    font-size: 2.25em;
  }
  .featureBox2col {
    color: #3b3b3b;
  }
  .featureBox2col .item_pic {
    text-align: center;
  }
  .featureBox2col .item_pic p {
    font-size: 28px;
    letter-spacing: 2px;
    text-align: center;
    font-family: Hiragino Kaku Gothic W2 JIS2004;
  }
  .featureBox2col .item_pic img {
    margin-bottom: 30px;
    max-width: 330px;
  }
  .featureBox2col p.pur-rank-text {
    font-size: 16px;
    letter-spacing: 3px;
    margin-bottom: 20px;
  }
  .featureBox2col .item_price p {
    font-size: 28px;
    letter-spacing: 2px;
    text-align: center;
    font-family: Hiragino Kaku Gothic W2 JIS2004;
    margin-bottom: 30px;
  }
  .featureBox2col .spec p {
    font-size: 16px;
    letter-spacing: 2px;
    padding-left: 100px;
  }
  .featureBox2col ul {
    display: flex;
    justify-content: space-between;
  }
  .featureBox2col ul.center {
    text-align: left;
  }
  .featureBox2col ul.center li {
    padding-top: 15px;
  }
  .featureBox2col li {
    width: 48%;
    padding-bottom: 15px;
  }
  .featureBox2col li:first-child {
    padding-right: 20px;
  }
  .featureBox2col li:last-child {
    border-left: 1px solid #2c2c2c;
    padding-left: 20px;
  }
  .featureBox3col {
    color: #3b3b3b;
    margin: 40px 0 0;
  }
  .featureBox3col .item_pic {
    position: relative;
  }
  .featureBox3col .item_pic .pur-rank-icon {
    position: absolute;
    top: 0;
    left: 5px;
  }
  .featureBox3col .item_pic p {
    font-family: Hiragino Kaku Gothic W2 JIS2004;
    font-size: 2.3rem;
    letter-spacing: 2px;
    line-height: 1.2;
    text-align: center;
  }
  .featureBox3col .item_pic img {
    display: block;
    margin: 0 auto 30px;
    width: 75%;
  }
  .featureBox3col p.pur-rank-text {
    font-size: 16px;
    letter-spacing: 3px;
    margin-bottom: 20px;
    text-align: center;
  }
  .featureBox3col .item_price p {
    font-family: Hiragino Kaku Gothic W2 JIS2004;
    font-size: 2.8rem;
    letter-spacing: 2px;
    margin: 10px 0 20px;
    text-align: center;
  }
  .kakakucomreview span {
    /*display: none;*/
    color: #3b3b3b !important;
  }
  .kakakucomreview span a {
    color: #3b3b3b !important;
    /*text-decoration: none;*/
  }
  .featureBox3col span.priceStrike.old_price, .featureBox2col span.priceStrike.old_price {
    font-size: 18px !important;
    color: #888 !important;
    display: none;
  }
  .old_priceBox {
    display: block;
  }
  .featureBox3col .spec p {
    font-size: 16px;
    letter-spacing: 2px;
  }
  .featureBox3col .spec p.spec {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
  .featureBox3col .spec p.spec>br{
    display:none;
  }
  .featureBox3col .spec p.spec>span{
    display:block;
    padding:.2em;
    font-size:4.5vw;
  }
  .featureBox3col .spec p.spec>span:nth-of-type(even){
    background:#e1e1e1;
  }
  .featureBox3col .spec p.benchmark {
    font-size: 14px;
    letter-spacing: 0;
    margin-top: 0.5em;
  }
  .featureBox3col ul {
    display: inline-block;
    justify-content: space-between;
  }
  .featureBox3col ul.center {
    text-align: center;
  }
  .featureBox3col ul.center li {
    padding-top: 15px;
  }
  .featureBox3col li {
    width: 100%;
    padding-bottom: 15px;
  }
  .featureBox3col li:nth-child(even) {
    border-left: 1px solid #2c2c2c;
    border-right: 1px solid #2c2c2c;
    padding-left: 20px;
    padding-right: 20px;
  }
  .featureBox3col li:first-child {
    padding-right: 20px;
  }
  .featureBox3col li:last-child {
    padding-left: 0px;
  }
  .benchBox1col {
    width: 90%;
    margin: 1em 0;
  }
  .benchBox1col p {
    font-size: 16px;
    padding: 6px 4px 0;
    line-height: 1.4;
  }
  .benchBox1col p span.bgBench {
    letter-spacing: 0;
  }
  .benchBox1col p span.center {
    position: absolute;
    top: 6px;
    left: 6em;
    right: 0;
  }
  .under {
    border-bottom: 1px solid #000;
    margin: -30px 0 20px 0;
    padding-bottom: 40px;
  }
  .under.last {
    border-bottom: none;
  }
  .under li {
    padding-top: 15px;
    position: relative;
  }
  .under .spec {
    padding-bottom: 10px;
    text-align: center;
  }
  .btnDetail {
    position: relative;
    bottom: 15px;
    margin: 0 auto;
    left: 0;
    font-size: 1.3em;
    text-align: center;
    display: flex;
  }
  .btnDetail:hover {
    opacity: 0.9;
    margin-top: 2px;
    margin-bottom: -2px;
  }
  .btnDetail span {
    z-index: 100;
  }
  .btnDetail:after {
    content: url(/5shopping/templates/game_pc/img/top/detail_arrow.png);
    margin-left: 5px;
    z-index: 100;
  }
  .featureBox2col .btnDetail {
    left: 140px;
  }
  .lineUpBox1col {
    margin-bottom: 30px;
  }
  .lineUpBox1col p {
    font-size: 20px;
    text-align: center;
    font-family: Hiragino Kaku Gothic W2 JIS2004;
    letter-spacing: 5px;
  }
  .lineUpBox1col p a {
    text-decoration: none;
    color: #3b3b3b !important;
    border-bottom: 1px solid #000;
    padding-bottom: 3px;
  }
  .lineUpBox1col p a:hover {
    opacity: 0.8;
    border-bottom: none;
  }
  .lineUpBox1col p a:visited {
    color: #3b3b3b !important;
  }
  .lineUpBox1col p a:link {
    color: #3b3b3b !important;
  }
}


/*-------------------------------------
　アコーディオン
---------------------------------------*/

.cp_actab {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 10px auto 0;
}

.cp_actab input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.cp_actab label {
  position: relative;
  display: block;
  cursor: pointer;
  background: #252525;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  letter-spacing: 6px;
  font-family: Hiragino Kaku Gothic W2 JIS2004;
  width: 60%;
  margin: 0 auto;
  padding: 3px;
  border-radius: 20px;
  box-shadow: 2px 2px 4px 0px #999;
}

.cp_actab label:hover {
  opacity: 0.9;
  margin-top: 2px;
  margin-bottom: -2px;
}

.cp_actab .cp_actab-content {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
  margin-top: 60px;
}


/* :checked */

.cp_actab input:checked~.cp_actab-content {
  max-height: 3600px;
  /*開いたときの高さ*/
  margin-bottom: 60px;
}

@media screen and (max-width:479px) {
  .cp_actab {
    width: 94%;
  }
}


/*-------------------------------------
　もっと見るスペック
---------------------------------------*/

.specBox1col {
  margin-bottom: 30px;
  color: #3b3b3b;
}

.specBox1col h4 {
  font-size: 45px;
  line-height: 1.4;
  letter-spacing: 2px;
  font-family: Hiragino Kaku Gothic W1 JIS2004;
  border-bottom: 1px solid #2c2c2c;
}

.specBox2col {
  color: #3b3b3b;
  margin-bottom: 80px;
}

.specBox2col .item_pic p {
  font-size: 28px;
  letter-spacing: 2px;
  text-align: center;
  font-family: Hiragino Kaku Gothic W2 JIS2004;
  margin-bottom: 30px;
}

.specBox2col p.pur-rank-text {
  font-size: 16px;
  letter-spacing: 3px;
  margin-bottom: 20px;
}

.specBox2col p {
  font-size: 16px;
  letter-spacing: 1px;
}

.specBox2col ul {
  display: flex;
  justify-content: space-between;
}

.specBox2col li {
  width: 48%;
}

.specBox2col li:first-child {
  padding-right: 20px;
}

.specBox2col li:last-child {
  padding-left: 20px;
}

.specBox3col {
  color: #3b3b3b;
  margin-bottom: 80px;
}

.specBox3col .item_pic p {
  font-size: 28px;
  letter-spacing: 2px;
  text-align: center;
  font-family: Hiragino Kaku Gothic W2 JIS2004;
  margin-bottom: 30px;
}

.specBox3col p.pur-rank-text {
  font-size: 16px;
  letter-spacing: 3px;
  margin-bottom: 20px;
}

.specBox3col p {
  font-size: 16px;
  letter-spacing: 1px;
}

.specBox3col ul {
  display: flex;
  justify-content: space-between;
}

.specBox3col li {
  width: 33%;
}

.specBox3col li:nth-child(even) {
  padding-left: 20px;
  padding-right: 20px;
}

.specBox3col li:first-child {
  padding-right: 20px;
}

.specBox3col li:last-child {
  padding-left: 20px;
}

@media screen and (max-width:479px) {
  .specBox3col ul {
    display: inline-block;
    justify-content: space-between;
  }
  .specBox3col li {
    width: 100%;
  }
  li {
    list-style: none;
  }
  .cp_actab label {
    width: 85%;
    letter-spacing: 0;
  }
  .specBox1col h4 {
    font-size: 2em;
  }
  .specBox1col {
    margin-bottom: 30px;
  }
  .specBox1col {
    margin: 1.5em 0 0.5em;
  }
  .cp_actab-content p {
    font-size: 1.25em;
    letter-spacing: 0;
  }
  /* -- 全てのラインナップを見る --*/
  .all_lineup {
    font-size: 1.5em;
    display: block;
    position: relative;
    margin: 20px 0 0;
    text-align: center;
  }
  .all_lineup p a {
    text-decoration: none;
    color: #3b3b3b;
    border-bottom: 1px solid #000;
    padding-bottom: 3px;
  }
}


/*-------------------------------------
　リンクバナー
---------------------------------------*/

.bnrBox1col {
  margin-top: 60px;
}

.bnrBox1col p {
  text-align: center;
}

.bnrBox1col p a img {
  width: 60%;
  transition: 0.1s;
}

.bnrBox1col p a:hover img {
  width: 61%;
  transition: 0.1s;
  margin-top: -4px;
  opacity: 0.9;
  border-radius: 6px;
}

@media screen and (max-width:479px) {
  .bnrBox1col {
    margin: 5em 0;
  }
  .bnrBox1col p a img {
    width: 100%;
    transition: 0.1s;
  }
  .bnrBox1col p a:hover img {
    width: 101%;
    transition: 0.1s;
    margin-top: -4px;
    opacity: 0.9;
    border-radius: 6px;
  }
}


/*-------------------------------------
　もっと使いこなす
---------------------------------------*/

.moreBox1col {
  margin-bottom: 30px;
  color: #fff;
}

.moreBox1col h3 {
  font-size: 45px;
  line-height: 1.4;
  letter-spacing: 2px;
  text-align: center;
  font-family: Hiragino Kaku Gothic W5 JIS2004;
  border-bottom: 2px solid #fff;
  padding-bottom: 10px;
}

.w805 {
  width: 805px;
  margin-left: auto;
  margin-right: auto;
}

.moreBox2col {
  color: #fff;
}

.moreBox2col {
  text-align: center;
  margin-bottom: 30px;
  border-bottom: 1px solid #fff;
  padding-bottom: 30px;
}

.moreBox2col p {
  font-size: 22px;
  letter-spacing: 2px;
  text-align: center;
  font-family: Hiragino Kaku Gothic W2 JIS2004;
  margin-bottom: 20px;
}

.moreBox2col p.underLine {
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
}

.moreBox2col p:hover {
  opacity: 0.8;
}

.moreBox2col img {
  /*margin-bottom: 20px;*/
}

.moreBox2col p a {
  color: #fff;
  text-decoration: none;
}

.moreBox2col ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.moreBox2col li {
  width: 48%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.moreBox2col li:first-child {
  padding-right: 20px;
}

.moreBox2col li:last-child {
  border-left: 1px solid #fff;
  padding-left: 20px;
}

.moreBox3col {
  color: #3b3b3b;
  margin-bottom: 80px;
}

.moreBox3col p {
  font-size: 22px;
  letter-spacing: 2px;
  text-align: center;
  font-family: Hiragino Kaku Gothic W2 JIS2004;
  margin-bottom: 20px;
}

.moreBox3col p:hover {
  opacity: 0.8;
}

.moreBox3col img {
  /*margin-bottom: 20px;*/
}

.moreBox3col p a {
  color: #fff;
  text-decoration: none;
}

.moreBox3col ul {
  display: flex;
  justify-content: space-between;
}

.moreBox3col li {
  width: 33%;
}

.moreBox3col li:nth-child(even) {
  padding-left: 20px;
  padding-right: 20px;
}

.moreBox3col li:first-child {
  padding-right: 20px;
}

.moreBox3col li:last-child {
  padding-left: 20px;
}

@media screen and (max-width:479px) {
  .moreBox1col {
    margin-bottom: 30px;
    color: #fff;
  }
  .moreBox1col h3 {
    font-size: 2.0em;
    width: 100vw;
  }
  .w805 {
    width: 100vw;
    margin-left: auto;
    margin-right: auto;
  }
  .moreBox2col {
    color: #fff;
  }
  .moreBox2col {
    text-align: center;
    margin-bottom: 30px;
    border-bottom: none;
    padding-bottom: 30px;
  }
  .moreBox2col p {
    font-size: 1.8em;
    letter-spacing: 2px;
    text-align: center;
    font-family: Hiragino Kaku Gothic W2 JIS2004;
    margin-bottom: 20px;
  }
  .moreBox2col p.underLine {
    border-bottom: none;
    padding-bottom: 20px;
  }
  .moreBox2col p:hover {
    opacity: 0.8;
  }
  .moreBox2col img {
    /*margin-bottom: 20px;*/
  }
  .moreBox2col p a {
    color: #fff;
    text-decoration: none;
  }
  .moreBox2col ul {
    display: inline-block;
    justify-content: space-between;
    align-items: center;
  }
  .moreBox2col li {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .moreBox2col li:first-child {
    padding-right: 0;
  }
  .moreBox2col li:last-child {
    border-left: none;
    padding-left: 0;
  }
  .moreBox3col {
    color: #3b3b3b;
    margin-bottom: 80px;
  }
  .moreBox3col p {
    font-size: 1.8em;
    letter-spacing: 2px;
    text-align: center;
    font-family: Hiragino Kaku Gothic W2 JIS2004;
    margin-bottom: 20px;
  }
  .moreBox3col p:hover {
    opacity: 0.8;
  }
  .moreBox3col img {
    /*margin-bottom: 20px;*/
  }
  .moreBox3col p a {
    color: #fff;
    text-decoration: none;
  }
  .moreBox3col ul {
    width: 100%;
    display: inline-block;
    justify-content: space-between;
  }
  .moreBox3col li {
    width: 100%;
  }
  .moreBox3col li:nth-child(even) {
    padding: 0;
  }
  .moreBox3col li:first-child {
    padding-right: 0px;
  }
  .moreBox3col li:last-child {
    padding-left: 0px;
  }
}


/*-------------------------------------
　ポジションマップ補足
---------------------------------------*/

.w805 .middle-map-head-sub {
  width: 10%;
  height: 100px;
  vertical-align: middle;
  text-align: center;
}

.w805 .middle-map-foot-01, .w805 .middle-map-foot-02 {
  background: url(/5shopping/include/pane/tpl_include/templates/galleria_purpose/img/professional/pro_map_bg06_2.jpg) repeat-x;
}

.w805 .middle-map-foot-04 {
  background: url(/5shopping/include/pane/tpl_include/templates/galleria_purpose/img/professional/pro_map_bg09_2.png) right bottom no-repeat;
}

.w805 .middle-map-title {
  background: url(/5shopping/include/pane/tpl_include/templates/galleria_purpose/img/casual/ca_map_bnr.jpg) left top no-repeat;
}

.w805 .middle-map-head-02 {
  background: #009227;
  background: -moz-linear-gradient(top, #009227 0%, #008227 100%);
  background: -webkit-linear-gradient(top, #009227 0%, #008227 100%);
  background: linear-gradient(to bottom, #009227 0%, #008227 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009227', endColorstr='#008227', GradientType=0);
  border-top: 1px solid #e1e1e1;
}

.w805 .middle-map-head-2row02 {
  background: #009227;
  background: -moz-linear-gradient(top, #009227 0%, #00471c 100%);
  background: -webkit-linear-gradient(top, #009227 0%, #00471c 100%);
  background: linear-gradient(to bottom, #009227 0%, #00471c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009227', endColorstr='#00471c', GradientType=0);
  border-top: 1px solid #e1e1e1;
}

.w805 .middle-map-head-03 {
  background: #008227;
  background: -moz-linear-gradient(top, #008227 0%, #006b20 100%);
  background: -webkit-linear-gradient(top, #008227 0%, #006b20 100%);
  background: linear-gradient(to bottom, #008227 0%, #006b20 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008227', endColorstr='#006b20', GradientType=0);
  border-top: 1px solid #e1e1e1;
}

.w805 .middle-map-head-04 {
  background: #006b20;
  background: -moz-linear-gradient(top, #006b20 0%, #00471c 100%);
  background: -webkit-linear-gradient(top, #006b20 0%, #00471c 100%);
  background: linear-gradient(to bottom, #006b20 0%, #00471c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006b20', endColorstr='#00471c', GradientType=0);
  border-top: 1px solid #e1e1e1;
}

.w805 .middle-map-head-bottom {
  height: 65px;
}

.w805 .expert-map-head-02 {
  background: #009227;
  background: -moz-linear-gradient(top, #009227 0%, #008227 100%);
  background: -webkit-linear-gradient(top, #009227 0%, #008227 100%);
  background: linear-gradient(to bottom, #009227 0%, #008227 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009227', endColorstr='#008227', GradientType=0);
  border-top: 1px solid #e1e1e1;
}

.w805 .expert-map-head-03 {
  background: #008227;
  background: -moz-linear-gradient(top, #008227 0%, #006b20 100%);
  background: -webkit-linear-gradient(top, #008227 0%, #006b20 100%);
  background: linear-gradient(to bottom, #008227 0%, #006b20 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008227', endColorstr='#006b20', GradientType=0);
  border-top: 1px solid #e1e1e1;
}

.w805 .expert-map-head-04 {
  background: #006b20;
  background: -moz-linear-gradient(top, #006b20 0%, #00471c 100%);
  background: -webkit-linear-gradient(top, #006b20 0%, #00471c 100%);
  background: linear-gradient(to bottom, #006b20 0%, #00471c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006b20', endColorstr='#00471c', GradientType=0);
  border-top: 1px solid #e1e1e1;
}

.w805 .expert-map-head-3row02 {
  background: #009227;
  background: -moz-linear-gradient(top, #009227 0%, #007c34 100%);
  background: -webkit-linear-gradient(top, #009227 0%, #007c34 100%);
  background: linear-gradient(to bottom, #009227 0%, #007c34 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009227', endColorstr='#007c34', GradientType=0);
  border-top: 1px solid #e1e1e1;
}

.w805 .expert-map-head-3row03 {
  background: #007c34;
  background: -moz-linear-gradient(top, #007c34 0%, #00471c 100%);
  background: -webkit-linear-gradient(top, #007c34 0%, #00471c 100%);
  background: linear-gradient(to bottom, #007c34 0%, #00471c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007c34', endColorstr='#00471c', GradientType=0);
  border-top: 1px solid #e1e1e1;
}

.w805 .expert-map-head-bottom {
  height: 65px;
}

.middle-map-space-01 {
  margin-top: 20px !important;
}


/*--------------------------- SP ラインナップ リンク ------------------------------ */

@media screen and (max-width:479px) {
  #lineup-list {
    color: #fff;
    width: 100vw;
    margin-left: -5px;
  }
  #lineup-list h2 {
    font-size: 1.8em;
    font-weight: 300;
    color: #fff;
    background: linear-gradient( -90deg, rgb(0, 0, 0) 0%, rgb(50, 50, 50) 100%);
    padding: 5px 10px;
  }
  #lineup-list h3 {
    font-size: 1.6em;
    font-weight: 300;
    color: #fff;
    background: linear-gradient( -90deg, rgb(178, 0, 0) 0%, rgb(140, 0, 0) 100%);
    padding: 5px 0 5px 0.8em;
  }
  #lineup-list h3:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 1.25em;
    display: block;
    margin: 18px 0 0;
    left: 5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: -webkit-linear-gradient(bottom left, rgb(255, 191, 0) 0%, rgb(255, 191, 0) 55%, rgb(255, 255, 115) 56%, rgb(255, 255, 115) 100%);
    background: -o-linear-gradient(bottom left, rgb(255, 191, 0) 0%, rgb(255, 191, 0) 55%, rgb(255, 255, 115) 56%, rgb(255, 255, 115) 100%);
    background: linear-gradient(to top right, rgb(255, 191, 0) 0%, rgb(255, 191, 0) 55%, rgb(255, 255, 115) 56%, rgb(255, 255, 115) 100%);
  }
  #lineup-list ul {
    width: 100vw !important;
    margin-left: -1px !important;
  }
  #lineup-list ul li {
    color: #fff;
    font-size: 1.4em;
    font-weight: 100;
    border-top: 1px solid #CCC;
    padding: 10px 20px;
  }
  #lineup-list ul li a {
    text-decoration: none;
  }
  #lineup-list ul li a::after {
    content: "";
    position: absolute !important;
    right: .75em !important;
    border-top: 1px solid #009be6 !important;
    border-right: 1px solid #009be6 !important;
    width: 7px !important;
    height: 7px !important;
    display: block !important;
    margin-top: -12px;
    -webkit-transform: rotate(45deg) translate(-70%);
    -ms-transform: rotate(45deg) translate(-70%);
    transform: rotate(45deg) translate(-70%) !important;
  }
}


/*-------------------------------------
　fadein
---------------------------------------*/


/* 画面外にいる状態 */

.fadein {
  opacity: 0;
  transform: translate(-300px, 0);
  transition: all 1200ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  /*opacity : 1;
	transform : translate(0, 0);*/
}


/* 画面外にいる状態・右側から */

.fadeinR {
  transform: translate(300px, 0);
}


/* 画面外にいる状態・下から */

.fadeinUp {
  transform: translate(0, 50px);
}


/* 画面内に入った状態 */

.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

@media screen and (max-width:479px) {}


/*---------------------------
　ページTOPへ
---------------------------*/

#pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 55px;
}

#pagetop a {
  color: #fff;
  background-color: #333;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  display: block;
  font-size: 12px;
  line-height: 1.5em;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
}

.pagetop {
  display: none;
}


/*---------------------------
　clearfix 
---------------------------*/

.clearfix:after {
  content: ".";
  /* 新しい要素を作る */
  display: block;
  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}


/*---------------------------
　サイドバナー 
---------------------------*/

.sidebannerLeft, .sidebannerRight {
  display: none !important;
}


/*---------------------------
　コピーライト 
---------------------------*/

#copyright {
  font-size: 10px;
  padding: 20px 110px 0 0;
  word-break: break-all;
}


/*.scroll {
	width: 610px;
}*/


/*---------------------------
　以下スマホ対応 
---------------------------*/


/* ウィンドウ幅が481〜768pxの場合に適用するCSS */

@media screen and (max-width:769px) {
  #menuBottomBox {
    left: 103%;
  }
  .pc {
    display: none;
  }
}


/* ウィンドウ幅が770px〜の場合に適用するCSS */

@media screen and (min-width:770px) {
  .sp {
    display: none;
  }
  .w70 {
    width: 70%;
  }
}


/* ウィンドウ幅が0〜479pxの場合に適用するCSS */

@media screen and (max-width:479px) {
  /*--------------------------
 レスポンシブ対応ヘッダ
----------------------------*/
  body {
    min-width: 100% !important;
    -webkit-text-size-adjust: 100%;
  }
  #Globalnavi, #Header #head_navi_menu, #Header #head_navi_menu_g, #Header .keyword, #Header #headsearchBox, #Header .wishBtn, #Header .btn, .leadSection .recomWin_black, .leadSectionInner {
    display: none;
  }
  #Header, #Header .inner, #Header h1 {
    width: 100%;
    height: auto;
  }
  #Header {
    width: 100%;
    min-width: 100%;
    overflow: hidden;
    border-bottom: 3px solid #fff;
  }
  #Header .logo {
    width: 90%;
    position: relative;
    top: 0px;
    padding: 0px 0px 12px 3px;
  }
  #Header h1 {
    display: none;
  }
  /*--------------------------
	 レスポンシブ対応フッタ
----------------------------*/
  #pagetop {
    bottom: 10px;
    right: 10px;
  }
  .footerTagline {
    margin-bottom: 4px;
    padding: 0% 2%;
    text-align: left;
    font-size: 90%;
    line-height: 140%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
  }
  .footerTagline, #footer, #footerNav2, #footerLinks #footerLinks_Nav, #footerLinks #footerLinks_NavParts, #footerCopy, #footerCopy p.copyright {
    width: 100%;
    min-width: 100%;
    font-size: 12px;
  }
  #footer {
    padding: 9px 0px 7px 0px;
  }
  #footerLinks {
    display: none;
  }
  #footerLinks ul {
    float: none;
  }
  #footerCopy p.copyright a {
    display: block;
    margin-bottom: 7px;
  }
  #footerLinks ul {
    margin: 12px 0px 0px 5px;
  }
  #footerLinks ul li {
    display: inline-table;
    width: 45%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
  }
  #footerLinks ul li.catName, #footerLinks ul li.noLink {
    width: 90%;
  }
  #footerNav2 ul {
    margin: 0% 4%;
  }
  body #footerNav2 li {
    display: inline-table;
    width: 49%;
    margin: 0px 0px 9px 0px;
    padding: 0px;
    border-left: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
  }
  #footerNav2 li:first-of-type {
    margin-bottom: 9px !important;
  }
  #splink_footer {
    display: none !important;
  }
  #footerCopy p.copyright {
    text-align: center;
    font-size: 80%;
  }
  body #footerCopy {
    min-width: 100%;
  }
}


/*--------------------------
	 タイトル　コピー修正
　　 ノートPCリンク　追加
----------------------------*/

.top_description {
  width: 1050px;
  height: auto;
  display: block;
  margin: 0 auto;
  padding: 20px;
}

.top_description p {
  font-size: 18px;
  margin-bottom: 30px;
  color: #333;
  letter-spacing: 2px;
  line-height: 35px;
}

@media screen and (max-width:479px) {
  .top_description {
    width: auto;
    padding: 0px;
  }
  .top_description p {
    font-size: 1.3em;
    margin-bottom: 0px;
    letter-spacing: 0;
    line-height: 1.7em;
    padding: .7em;
  }
}

.galleria_Note {
  background: url(/5shopping/templates/game_pc/img/top/bg_note.jpg) no-repeat scroll center -150px;
}

#boxTitle {
  position: relative;
  height: 700px;
}

.detail_Link {
  width: 1050px;
  height: 600px;
  display: block;
  margin: 0 auto 150px;
}

.parallax_Move07 {
  position: relative;
  top: 80px;
  left: 80px;
  z-index: 1;
}

.parallax_Move08 {
  position: relative;
  top: 100px;
  left: 100px;
  right: 0;
  z-index: 1;
}

.detail_Btn03 {
  position: relative;
  top: auto;
  left: 180px;
}