@charset "utf-8";
/* CSS Document */
/*　ページ基本設定
---------------------------------------*/
body #container {
  font-family: "Roboto", "Noto Sans JP", YuGothic Medium, 游ゴシック Medium, Yu Gothic Medium, 游ゴシック, 游ゴシック体, YuGothic, メイリオ, Meiryo, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, Sans-Serif;
}
.column2R #main {
  float: none;
  width: auto;
}
#lp_page {
  margin: 0 auto;
  color: #fff;
}
.pconly {
  display: block;
}
.sponly {
  display: none;
}
#container {
  width: 100% !important;
  margin: 0 auto;
  background: #001138;
}
#container a, #container a span {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
.wideBgArea {
  width: 100%;
  margin: 0;
  padding: 0;
}
.bgBlack {
  background: #000;
  padding: 1px 0;
  color: #fff;
}
.bgDarkGray {
  background: #121010;
  padding: 1px 0;
  color: #fff;
}
.bgGradGray {
  background: #f2f2f2;
  background: -moz-linear-gradient(left, #f2f2f2 0%, #f8f8f8 50%, #f2f2f2 100%);
  background: -webkit-linear-gradient(left, #f2f2f2 0%, #f8f8f8 50%, #f2f2f2 100%);
  background: linear-gradient(to right, #f2f2f2 0%, #f8f8f8 50%, #f2f2f2 100%);
  color: #3b3b3b;
  padding: 1px 0;
}
.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;
}
.pagetop {
  width: 1050px;
  margin: 0 auto;
  display: block !important;
}
.pcOnlyIn {
  display: inline-block;
}
.spOnly {
  display: none;
}
.sp_br {
  display: none;
}
.komekome {
  display: block;
  font-size: 80%;
  text-indent: -1em;
  padding-left: 1em;
}
.sidebannerLeft, .sidebannerRight {
  display: none !important;
}
@media screen and (max-width:479px) {
  #Header {
    width: 100% !important;
    min-width: 100% !important;
  }
  #container {
    background: #011e60;
  }
  #lp_page {
    width: 100% !important;
    margin: 20px auto;
  }
  .wideBgArea {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .bgGradGray {
    background: #f8f8f8;
  }
  .pcOnly {
    display: none !important;
  }
  .pcOnlyIn {
    display: none !important;
  }
  .spOnly {
    display: block !important;
    width: 100vw;
  }
  .sp_br {
    display: block;
  }
}

/*　パンくず
---------------------------------------*/

.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;
}

/*　メインビジュアル
---------------------------------------*/

.casualTitleImg {
  background: url(../../5info/img/game_casual/img_main.jpg) no-repeat scroll center 0;
  min-height: 599px;
  height: 400px;
  background-size: cover !important;
}
#casual_typeB {
  background: url(../../5info/img/game_expert/img_main_expert_b.jpg) no-repeat scroll center 0;
  min-height: 599px;
  height: 400px;
  background-size: cover !important;
}
.casualTitleImg .titleBox1col {
  width: 1050px;
  margin: 0 auto;
  padding-top: 200px;
  padding-bottom: 280px;
}
.titleBox1col h2 {
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 5px;
  color: #fff;
}
.titleBox1col h2 span {
  font-size: 50px;
  letter-spacing: 9px;
}
.top_description {
  width: 1050px;
  height: auto;
  display: block;
  margin: 0 auto;
  padding: 20px;
}
.top_description p {
  font-size: 18px;
  color: #333;
  letter-spacing: 2px;
  line-height: 35px;
}
@media screen and (max-width:479px) {
  .casualTitleImg {
    display: block;
    background: url(../../5info/img/game_casual/img_main_b.jpg) no-repeat scroll center 0;
    min-height: 200px;
    height: 200px;
    background-size: cover !important;
  }
  #casual_typeB {
    display: none;
    min-height: 200px;
    height: 200px;
    background-size: cover !important;
  }
  .casualTitleImg .titleBox1col {
    padding-top: 8.5em;
    width: 100%;
    padding-bottom: 0;
  }
  .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);
  }
  .top_description {
    width: auto;
    padding: 0;
  }
  .top_description p {
    font-size: 1.3em;
    margin-bottom: 0px;
    letter-spacing: 0;
    line-height: 1.7em;
    padding: .7em;
    box-sizing: border-box;
    width: 100%;
  }
}

/*　floatingTab
---------------------------------------*/

.floatingTab {
  width: 100%;
  background: #011e60;
  border-bottom: 1px solid #e3e3e3;
}
.floatingTab.tab_fixed {
  position: fixed;
  top: 0;
  z-index: 1000;
}
.floatingTab .tab_box {
  width: 1050px;
  margin: 0 auto;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.galleria_logo img {
  width: auto;
  height: 50px;
  margin-left: 30px;
}
.galleria_logo img:hover {
  opacity: 0.6;
}
.floatingTab .tab_area {
  display: flex;
  width: 600px;
  height: 100%;
}
.floatingTab .tab_area li {
  width: calc(600px / 4);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
.floatingTab .tab_area li:hover {
  background: #555;
}
.floatingTab .tab_area li.select {
  background: #e3e3e3;
  color: #333;
}
@media screen and (max-width:479px) {
  .floatingTab .tab_box {
    width: 100%;
  }
  .galleria_logo {
    display: none;
  }
  .floatingTab .tab_area {
    width: 100%;
  }
  .floatingTab .tab_area li {
    font-size: 3vw;
  }
}

/*　content_area
---------------------------------------*/

.content_area {
  margin: 0 auto;
}
.out_side {
  position: fixed;
  right: -200vw;
}
.content_inner {
  margin: 0 auto;
  width: 1050px;
  padding: 90px 0;
}
@media screen and (max-width:479px) {
  .content_area {
    width: 100%;
  }
  .content_inner {
    width: 100%;
    padding: 30px 0;
  }
}

/*　おすすめモデル ラインナップ
---------------------------------------*/

.featureBox1col {
  margin-bottom: 60px;
  color: #3b3b3b;
}
.featureBox1col h3 {
  font-size: 45px;
  line-height: 1.4;
  letter-spacing: 2px;
  text-align: center;
  border-bottom: 2px solid #2c2c2c;
  padding-bottom: 10px;
}
.featureBox3col {
  color: #3b3b3b;
}
.featureBox3col img {
  max-width: 94%;
  height: auto;
}
.featureBox3col .model_type {
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center;
}
.featureBox3col .item_pic {
  position: relative;
  text-align: center;
  display: flex;
  align-items: flex-end;
}
.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.4;
  text-align: center;
}
.featureBox3col .item_pic p .item_name {
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-inline-box;
  height: 2.8em;
}
.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
}
.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;
  padding: 5px 8px 5px 16px;
  font-size: 15px;
  letter-spacing: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 2px 2px 4px 0px #999;
  margin: 20px auto;
}
.btnDetail:hover {
  opacity: 0.9;
  transform: translateY(2px);
  /*margin-top: 2px;*/
  /* margin-bottom: -2px;*/
}
.btnDetail span {
  z-index: 100;
  color: #fff !important;
}
.btnDetail:after {
  content: url(../../5info/img/game_expert/detail_arrow.png);
  margin-left: 5px;
  z-index: 100;
  margin-bottom: -4px;
}
.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) {
  .featureBox1col {
    margin-bottom: 20px;
    color: #3b3b3b;
  }
  .featureBox1col h3 {
    font-size: 20px;
    font-weight: normal;
  }
  .featureBox3col ul {
    flex-direction: column;
    align-items: center;
    width: 94%;
    margin: 0 auto;
  }
  .featureBox3col li {
    width: 100%;
    padding: 15px 3%;
    border: 1px solid #2c2c2c;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .featureBox3col li:nth-child(even) {
    border-left: 1px solid #2c2c2c;
    border-right: 1px solid #2c2c2c;
    padding-left: 3%;
    padding-right: 3%;
  }
  .featureBox3col li:first-child, .featureBox3col li:last-child {
    padding-right: 3%;
  }
  .featureBox3col .spec p {
    font-size: 16px;
    letter-spacing: 2px;
  }
  .featureBox3col .spec p.spec {
    display: block;
    margin: 0 auto;
  }
  .featureBox3col .spec p.spec>br {
    display: none;
  }
  .featureBox3col .spec p.spec>span {
    display: block;
    padding: .2em;
    font-size: 4vw;
  }
  .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 .item_pic p {
    font-size: 5.2vw;
  }
  .featureBox3col .item_price p {
    font-size: 6vw;
  }
  .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;
  }
}

/*　ポジションマップ
---------------------------------------*/

.moreBox1col {
  margin-bottom: 30px;

  color: #fff;
}
.moreBox1col h3 {
  font-size: 45px;
  line-height: 1.4;
  letter-spacing: 2px;
  text-align: center;
  border-bottom: 2px solid #fff;
  padding-bottom: 10px;
}

/*マップ マウスホバー色付け*/
.middle-map-area td.hover {
  background-color: #66d997;
}
.middle-map-area th.hover {
  background: #66d997;
  color: #000;
  font-weight: bold;
}
.middle-map-area td.hover-col {
  background: #a3ebff;
  color: #000;
  font-weight: bold;
}
.middle-map-area td.hover-cell {
  background-color: #fff;
}
.middle-map-area th:hover,
#mixture th:hover {
  background: #fff;
  color: #000;
  cursor: default;
}
.middle-map-area th.casual-map-generation:hover {
  color: #fff;
}
.middle-map-area td.hover-col .ballon_b_01 {
  color: #fff;
}
.desk-mapB-data.desk-mapB-data-01.hover-col {
  background: #a3ebff;
  color: #000;
}
.middle-map-area tfoot th.slant_low2:hover {
  background-image: linear-gradient(-40deg, #114A9E 50%, #00491D 50%, #00491D);
}
.middle-map-data a:hover {
  opacity: inherit;
}

/*マップ ツールチップ*/
.middle-map-cel {
  position: relative;
}
.middle-map-cel .tooltiptext {
  background-color: #fbfbfb;
  border: 2px solid #666;
  border-radius: 6px;
  bottom: 120%;
  box-sizing: border-box;
  font-size: 12px;
  left: 30%;
  line-height: 1.4;
  margin-top: 10px;
  padding: 5px 10px;
  position: absolute;
  text-align: center;
  visibility: hidden;
  width: 134px;
  z-index: 1;
}
.middle-map-cel:hover .tooltiptext {
  font-weight: normal;
  visibility: visible;
}
.middle-map-cel .tooltiptext img {
  max-width: 100%;
}
a.middle-map-cel .tooltiptext span {
  color: #333;
  display: block;
  margin-top: 2px;
}
.middle-map-cel .tooltiptext .benchmark {
  border-top:1px dotted #333;
  padding-top: 2px;
}
.middle-map-cel .tooltiptext .benchmark::before {
  content: "ベンチマーク 3DMark\ATime Spy\A";
  font-size: 11px;
  white-space: pre;
}
.middle-map-cel .tooltiptext::after {/*吹き出しのアロー部分*/
  content: " ";
  position: absolute;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #666 transparent transparent transparent;
  top: 100%;
  left: 50%;
}
.middle-map-cel .tooltiptext {
  opacity: 0;
  transition: opacity 0.3s;
}
.middle-map-cel:hover .tooltiptext {
  opacity: 1;
}

/*マップ VGA列グラデーション*/
.length-color {
  background: #00491d;
  background: -ms-linear-gradient(to bottom,#009F29 0%,#00491D 100%);
  background: linear-gradient(to bottom,#009F29 0%,#00491D 100%);
}
.middle-map-head-01ex {
  position: relative;
}
.middle-map-head-01ex::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50px 22px;
  border-color: transparent transparent #00ab2b transparent;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}
.middle-map-head-ex {
  border-top: 1px solid #e1e1e1;
  text-align: center !important;
  vertical-align: middle;
}

.w805 {
  width: 805px;
  margin-left: auto;
  margin-right: auto;
}
.w805 .middle-map-head-sub {
  width: 10%;
  height: 100px;
  vertical-align: middle;
  text-align: center !important;
}
.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(../../5info/img/game_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;
}
.note_card {
  width: 180px !important;
}
.middle-map-icon-06 {
  background-color: #b88d0f;
}
.middle-map-icon-07 {
  background-color: #458a36;
}
.mapList table {
  width: 775px;
}
.head_low1 {
  background: url(../../5shopping/templates/game_pc/img/general/map_bg.jpg) left top repeat;
  position: relative;
  width: 105px;
  border-right: none !important;
  border-top: none;
}
.head_low1:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 52px 22px 52px;
  border-color: transparent transparent #00ab2b transparent;
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  display: block;
}
.slant_low1 {
  position: relative;
  background-image: linear-gradient(-37deg, #114A9E 50%, #00491D 50%, #00491D);
  height: 80px;
  font-size: 12px;
  line-height: 1.3;
  font-weight: bold;
  border-top: solid #9E9E9E 1px;
  border-right: solid #9E9E9E 1px;
  box-sizing: border-box;
}
.slant_low1:before {
  position: absolute;
  content: "グラフィック";
  font-size: 10px;
  color: #fff;
  text-align: center;
  transform: rotate(-37deg);
  top: 25px;
  left: 10px;
}
.slant_low1:after {
  position: absolute;
  content: "CPU";
  font-size: 10px;
  color: #fff;
  text-align: center;
  transform: rotate(-37deg);
  top: 48px;
  left: 46px;
  letter-spacing: 0.15em;
}
.wid_low1 {
  box-sizing: border-box;
  padding: 5px 5px 5px;
  border-top: 1px solid #9E9E9E;
  border-right: 1px solid #9E9E9E;
  vertical-align: middle;
  line-height: 1.4;
  text-align: center;
}
.desk-mapGame-data {
  width: auto;
}
.desk-mapGame-data a {
  display: block;
}
.desk-mapGame-data a:hover {
  opacity: .6
}
colgroup {
  display: table-column-group;
}
.lengthColor {
  background-image: linear-gradient(to bottom, #009F29 0%, #00491D 100%);
}
tfoot {
  background: #114A9E;
  background-image: linear-gradient(to right, #114A9E 0%, #0388CE 100%);
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-align: center;
  color: #fff;
}
.index_vertical {
  height: 80px;
  font-size: 12px;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  border-top: 1px solid #9E9E9E;
  box-sizing: border-box;
}
.index_vertical span {
  font-weight: normal;
  font-size: 10px;
}
.index_foot, .index_foot_red {
  position: relative;
}
.index_foot:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 40px 12px;
  border-color: transparent transparent transparent #0388CE;
  position: absolute;
  top: 0px;
  right: -13px;
  content: "";
}
.index_foot_red:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 40px 12px;
  border-color: transparent transparent transparent #da1d34;
  position: absolute;
  top: 0px;
  right: -13px;
  content: "";
}
.head_low2 {
  background: url(../../5shopping/templates/game_pc/img/general/map_bg.jpg) left top repeat;
  position: relative;
  width: 105px;
  border-right: none !important;
}
.head_low2:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 52px 22px 52px;
  border-color: transparent transparent #00ab2b transparent;
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  display: block;
}
.slant_low2 {
  position: relative;
  background-image: linear-gradient(-37deg, #114A9E 50%, #00491D 50%, #00491D);
  height: 80px;
  ize: 12px;
  line-height: 1.3;
  font-weight: bold;
  border-top: solid #9E9E9E 1px;
  border-right: solid #9E9E9E 1px;
  box-sizing: border-box;
}
.slant_low2:before {
  position: absolute;
  content: "グラフィック";
  font-size: 10px;
  color: #fff;
  text-align: center;
  transform: rotate(-37deg);
  top: 25px;
  left: 10px;
}
.slant_low2:after {
  position: absolute;
  content: "CPU";
  font-size: 10px;
  color: #fff;
  text-align: center;
  transform: rotate(-37deg);
  top: 48px;
  left: 46px;
  letter-spacing: 0.15em;
}
.wid_low2 {
  box-sizing: border-box;
  padding: 5px 5px 5px;
  border-top: 1px solid #9E9E9E;
  border-right: 1px solid #9E9E9E;
  vertical-align: middle;
  line-height: 1.4;
  width: 43%;
  text-align: center;
}
#positionMapNote .middle-map-img {
  position: absolute;
  top: 40px;
  right: 10px;
}
#positionMapNote .middle-map-img img {
  width: auto;
  height: 100px;
}
#positionMapNote .middle-map-list li {
  margin: 0 0 0 36px;
}
#positionMapNote .middle-map-list {
  bottom: 20px;
}
#positionMapNote .middle-map-list .middle-map-icon {
  padding: 0 20px;
}
.w805 #positionMapNote .middle-map-title {
  background: url(../../5shopping/templates/search/positionmap/img/light_gamer/note_map_bnr.jpg) left top no-repeat;
}
.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;
}
.tannouIcon {
  background-color: #FF7600;
  text-align: center;
  color: #fff;
  font-size: 14px;
  padding: 2px 13px;
  position: absolute;
  bottom: -8px;
  left: 22px;
}
#positionMapOther .middle-map-data .middle-map-card {
  height: 70px;
  margin-bottom: 16px;
}

/*　通常コンテンツ
---------------------------------------*/

.gallera_ad_h3 {
  font-size: 40px;
  line-height: 1.4;
  letter-spacing: 2px;
  text-align: center;
  border-bottom: 2px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.gallera_ad_h3 span {
  font-size: 120%;
}
.gallera_ad_h4 {
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: normal;
}
.gallera_ad_h5 {
  font-size: 24px;
  margin-bottom: 30px;
}
.ad_gall_content_wrap {
  width: 970px;
  margin: 0 auto 60px;
  font-size: 16px;
}
.ad_gall_content_wrap.w805 {
  width: 805px;
}
.ad_gall_content_wrap.w640 {
  width: 640px;
}
.ad_gall_content_wrap.center img {
  margin-left: auto;
  margin-right: auto;
}
.ad_gall_content_wrap a:hover {
  opacity: 0.8;
}
.ad_gall_content_wrap .btn_galleria {
  border: 2px solid #fff;
}
.ad_gall_content_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ad_gall_content_flex img {
  max-width: 100%;
  height: auto;
}
.ad_gall_content_flex .flex_txt {
  width: 46%;
  font-size: 18px;
}
.ad_gall_content_flex .flex_img {
  width: 46%;
}
.ad_gall_content_flex .domestic_link {
  margin-top: 20px;
}
.ad_gall_content_flex .domestic_link a {
  text-decoration: none;
  display: block;
  border: 1px solid #fff;
  padding: 6px 0 4px;
  text-align: center;
  background: #222 !important;
}
@media screen and (max-width:479px) {
  .gallera_ad_h3 {
    margin: 30px 0;
    font-size: 5vw;
    padding: 15px 0;
  }
  .gallera_ad_h3 span {
    padding: 10px;
  }
  .attention_txt {
    font-size: 4.5vw !important;
  }
  .gallera_ad_h4 {
    font-size: 4.4vw;
    letter-spacing: 0;
  }
  .gallera_ad_h5 {
    font-size: 3.8vw;
    margin-bottom: 20px;
  }
  .ad_gall_content_wrap {
    width: 96%;
    margin: 0 auto 30px;
    font-size: 3.6vw;
  }
  .ad_gall_content_wrap.w805 {
    width: 96%;
  }
  .ad_gall_content_wrap.w640 {
    width: 96%;
  }
  .ad_gall_content_flex {
    flex-direction: column;
    align-items: center;
  }
  .ad_gall_content_flex.reverse {
    flex-direction: column-reverse;
    align-items: center;
  }
  .ad_gall_content_flex .flex_txt {
    width: 100%;
    font-size: 3.8vw;
  }
  .ad_gall_content_flex .flex_img {
    width: 60%;
    margin-bottom: 20px;
  }
  .ad_gall_content_flex .domestic_link a {
    width: 80%;
    margin: 0 auto;
  }
}

/*　GALLERIAとは
---------------------------------------*/

.ad_gall_content_about {
  background-image: url(../../5shopping/templates/search/positionmap/img/light_gamer/bg_about_gallera.jpg);
  background-position: bottom left;
  margin-bottom: 60px;
}
.ad_gall_content_about .ad_gall_content_wrap {
  margin-bottom: 0;
}
h4.subttl {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: normal;
}
h4.subttl::before {
  content: "■";
  margin-right: 0.5em;
}
.ad_gall_content_wrap+h4.subttl {
  margin-top: 30px;
}
.ad_gall_content_wrap .comparison {
  width: 42%;
}
.ad_gall_content_wrap .comparison p {
  margin-top: 10px;
  text-align: center;
  line-height: 1.4;
}
.ad_gall_content_wrap .comparison p span {
  display: block;
}
.ad_gall_content_wrap>figure {
  margin: 0;
  padding: 80px 20px 0 0;
}
.ad_gall_content_wrap .comparison figure {
  min-height: 250px;
  margin: 0 0 0;
  text-align: center;
}
.ad_gall_content_wrap .comparison:first-of-type figure img {
  width: auto;
}
.ad_gall_content_wrap .comparison:last-of-type figure img {
  width: 100%;
}
.ad_gall_content_wrap.aboutGall .comparison figure img {
  width: 100%;
}
.detail_txt {
  line-height: 1.4;
  margin-top: 40px;
  padding: 20px;
  background: #424242;
}
h4.txt_catch {
  text-align: center;
  margin: 20px auto;
  font-size: 22px !important;
  font-weight: normal;
}
p.txt_catch {
  margin: 20px 0;
  font-size: 20px !important;
}
.attention_txt {
  margin: 20px 0;
  font-size: 30px !important;
  text-align: center;
}
.featureSpec {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 60px;
}
.featureSpec li {
  font-size: 16px;
  line-height: 1.4;
  width: calc(33% - 20px);
  display: flex;
  flex-direction: column;
}
.featureSpec li span {
  display: block;
  font-size: 20px;
  color: #c8c8c8;
}
.featureSpec li img {
  display: block;
  margin-top: auto;
}
.featureSpec.spec_1col {
  align-items: center;
  width: 90%;
  margin: 30px auto 60px;
}
.featureSpec.spec_1col li {
  width: 46%;
}
.featureSpec.spec_1col li img {
  max-width: 100%;
  height: auto;
}
.sokunou_link {
  text-align: center;
  margin-top: 40px;
}
.sokunou_link a {
  text-align: center;
  font-size: 20px;
  text-decoration: none;
  background: #fff;
  padding: 10px 30px 6px;
  border-radius: 10px;
  color: #333;
  box-shadow: 4px 4px 0 #666;
}
@media screen and (max-width:479px) {
  .ad_gall_content_about {
    margin-bottom: 30px;
  }
  h4.subttl {
    font-size: 4vw;
  }
  .ad_gall_content_wrap .comparison {
    width: 100%;
  }
  .ad_gall_content_wrap .comparison p {
    margin-top: 4vw;
  }
  .ad_gall_content_wrap .comparison figure {
    min-height: auto;
  }
  .ad_gall_content_wrap .comparison figure img {
    width: 80% !important;
    margin-bottom: 10px;
  }
  .ad_gall_content_about .ad_gall_content_wrap img[src$="icn_arrow.png"] {
    transform: rotate(90deg);
    max-height: 40px;
    width: auto;
    margin: 30px 0;
  }
  h4.txt_catch {
    text-align: left;
    font-size: 4.2vw !important;
  }
  p.txt_catch {
    font-size: 4vw !important;
  }
  .attention_txt {
    font-size: 4.5vw !important;
  }
  .featureSpec {
    flex-direction: column;
  }
  .featureSpec li {
    width: 100%;
    margin-bottom: 10px;
  }
  .featureSpec.spec_1col {
    width: 100%;
    margin: 30px auto 10px;
    flex-direction: column-reverse;
  }
  .featureSpec.spec_1col li {
    width: 100%;
  }
  .featureSpec li:first-child {
    width: 100%;
  }
  .featureSpec li:last-child {
    margin-left: 0;
    width: 100%;
  }
  .featureSpec::after {
    content: none;
  }
  .sokunou_link a {
    font-size: 4.4vw;
  }
}

/*　サービスサポート
---------------------------------------*/

.bgGradGray .gallera_ad_h3 {
  border-bottom: 2px solid #2c2c2c;
}
.ad_gall_content_domestic {
  background-image: url(../../5shopping/templates/search/positionmap/img/light_gamer/bg_support_domestic.jpg);
  background-size: cover;
}
.ad_gall_content_domestic.ayase {
  background-image: url(../../5info/img/ad_galleria/shipment_quality.png);
  background-position: bottom;
  margin-bottom: 120px;
}
.ad_gall_content_domestic .ad_gall_content_wrap {
  margin-bottom: 0;
}
.bg_mask {
  background: rgba(0, 0, 0, 0.8);
  padding: 60px 0;
  box-sizing: border-box;
  color: #fff;
}
.ad_gall_content_domestic .domestic_txt {
  color: #fff;
  background: #111;
  width: 640px;
  margin: 0 auto;
  padding: 20px;
  font-size: 20px;
  box-sizing: content-box;
}
.domestic_txt .domestic_link {
  text-align: center;
}
.domestic_txt .domestic_link a {
  color: #333 !important;
  background: #fff !important;
  border-radius: 6px;
  display: inline-block;
  margin: 20px auto 0;
  padding: 10px 30px 6px;
  font-size: 18px;
  text-decoration: none;
}
.inbox {
  margin: 0 auto 60px;
  width: 805px;
  font-size: 16px;
}
.inbox img {
  max-width: 100%;
  height: auto;
  margin-top: 10px;
}
.support_area .more_txt {
  background: #ccc;
  padding: 20px;
  box-sizing: border-box;
  font-size: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width:479px) {
  .ad_gall_content_domestic.ayase {
    margin-bottom: 60px;
  }
  .bg_mask {
    padding: 30px 0;
  }
  .ad_gall_content_domestic .domestic_txt {
    width: 96%;
    margin: 0 auto;
    padding: 20px 4%;
    font-size: 3.8vw;
    box-sizing: border-box;
  }
  .domestic_txt .domestic_link a {
    font-size: 3.8vw;
  }
  .inbox {
    margin: 0 auto 30px;
    width: 96%;
    font-size: 3.6vw;
  }
  .support_area .more_txt {
    padding: 10px;
    font-size: 3.8vw;
  }
}

/*　店舗
---------------------------------------*/

.ad_gall_content_shop {
  background: #1a1a1a;
  padding: 20px 30px;
  box-sizing: border-box;
  margin-bottom: 90px;
}
.ad_gall_content_shop .ad_gall_content_wrap {
  margin-bottom: 30px;
}
.shopTile {
  font-size: 24px;
  text-align: center;
  background: #666;
  padding: 14px 0 10px;
  margin-bottom: 30px;
}
.shopTile span {
  color: #F2F173;
  font-weight: bold;
}
.shopContent {
  display: flex;
  justify-content: space-between;
}
.shopList {
  width: 295px;
}
.shopImg {
  background: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}
.shopList .shopName {
  padding: 19px 0 3px 0;
  font-size: 16px;
  font-weight: bold;
  background: url(../../5info/img/ad_galleria/border.gif) left bottom repeat-x;
  color: #F0F0F0;
}
.shopList .shopIntro {
  font-size: 13px;
  padding-top: 18px;
  color: #F0F0F0;
}
.shopList .shopIntro span {
  letter-spacing: -1.7px;
}
.shopBtn {
  text-align: center;
  padding-top: 40px;
}
.shopBtn a {
  text-decoration: none;
  font-size: 20px;
  background: #e09d00 !important;
  color: #fff !important;
  padding: 10px 30px 6px;
  border-radius: 6px;
  box-sizing: border-box;
  box-shadow: 4px 4px 0 #ad621c;
}
.loungeSubTile {
  font-size: 20px;
  margin-left: 200px;
}
.loungeTile {
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
  border-bottom: 2px solid #fff;
}
.loungeTile span {
  font-size: 34px;
}
.loungeContent {
  display: flex;
  justify-content: space-between;
}
.loungeContent .loungeImg {
  width: 56%;
}
.loungeContent .loungeImg img {
  max-width: 100%;
  height: auto;
}
.loungeContent .lounge_right {
  width: 38%;
}
.loungeContent .loungeTitle {
  font-size: 20px;
  color: #11aeef;
  font-weight: bold;
}
.loungeContent .loungeIntro {
  font-size: 14px;
  margin-top: 7px;
}
@media screen and (max-width:479px) {
  .ad_gall_content_shop {
    padding: 20px 4%;
    margin-bottom: 60px;
  }
  .shopTile {
    font-size: 4.4vw;
    padding: 10px 0 6px;
  }
  .shopContent {
    flex-direction: column;
    align-items: center;
  }
  .shopList {
    width: auto;
    max-width: 295px;
    margin-bottom: 20px;
  }
  .shopList .shopName {
    font-size: 3.6vw;
  }
  .shopList .shopIntro {
    font-size: 3.4vw;
    padding-top: 10px;
  }
  .shopBtn a {
    font-size: 4.2vw;
  }
  .loungeSubTile {
    font-size: 4.2vw;
    margin-left: 0;
  }
  .loungeTile {
    font-size: 5.4vw;
  }
  .loungeTile span {
    font-size: 6.4vw;
  }
  .loungeContent {
    flex-direction: column;
    align-items: center;
  }
  .loungeContent .loungeImg {
    width: 84%;
    margin-bottom: 20px;
  }
  .loungeContent .lounge_right {
    width: 100%;
  }
  .loungeContent .loungeTitle {
    font-size: 4.4vw;
  }
  .loungeContent .loungeIntro {
    font-size: 3.6vw;
  }
}

/*　もっと使いこなす
---------------------------------------*/

.more_content_inner {
  margin: 0 auto;
  width: 1050px;
  padding: 60px 0;
}
.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 !important;
  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) {
  .more_content_inner {
    margin: 0 auto;
    width: 100%;
    padding: 30px 0;
  }
  .moreBox1col {
    margin-bottom: 30px;
    color: #fff;
  }
  .moreBox1col h3 {
    font-size: 2.0em;
    width: 100%;
  }
  .w805 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .moreBox3col p {
    font-size: 1.8em;
    letter-spacing: 2px;
    text-align: center;
    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;
  }
  .more_content_inner .u-mt-ms-sp li {
    padding: 20px 0 !important;
  }
  .more_content_inner .aboutArea {
    padding: 30px 500%;
  }
  .more_content_inner .aboutArea p {
    font-size: 3.8vw;
    width: 96%;
    margin: 0 auto 20px;
    line-height: 1.6;
  }
  .pageLink, .footerTxt {
    width: 98% !important;
  }
  #mid_etc .aboutArea {
    background: #000;
    margin: 0 auto;
    padding: 30px 0;
    width: 96%;
  }
  #mid_etc .aboutArea p {
    font-size: 3.8vw;
    letter-spacing: 1px;
    width: 100%;
    line-height: 1.6;
  }
  .w805 .u-mt-ms-sp li {
    padding: 20px 20px 20px 10px;
  }
  .bnrBox1col p a img {
    width: 100%;
    transition: 0.1s;
  }
  .bnrBox1col {
    margin: 5em 0;
  }
  .bnrBox1col p a:hover img {
    width: 101%;
    transition: 0.1s;
    margin-top: -4px;
    opacity: 0.9;
    border-radius: unset;
  }
}

/*　フッター
---------------------------------------*/

#bottomContents, #seoContents {
  width: 970px;
  margin-left: auto;
  margin-right: auto;
}

/*#seoContents {
  display: none;
}*/

.column2R #sub {
  display: none !important;
}
.pageLink {
  display: none;
}

/*　3つとか４つのGALLERIA
---------------------------------------*/

.game_model_series {
  width: 640px;
  margin: 0 auto 60px;
}
.c-heading {
  background: linear-gradient(-90deg, rgb(150, 150, 150) 0%, rgb(50, 50, 50) 100%) !important;
  background-image: -moz-linear-gradient(-90deg, rgb(150, 150, 150) 0%, rgb(50, 50, 50) 100%) !important;
  background-image: -webkit-linear-gradient(-90deg, rgb(150, 150, 150) 0%, rgb(50, 50, 50) 100%) !important;
  background-image: -ms-linear-gradient(-90deg, rgb(150, 150, 150) 0%, rgb(50, 50, 50) 100%) !important;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0 3px;
  font-size: 1.8em;
  line-height: 1.1em;
  font-weight: normal;
}
.c-heading:before {
  background: none !important;
}
h2.c-heading span.small {
  font-size: 12px;
}
.type img:hover {
  opacity: 0.8;
}
@media screen and (max-width:479px) {
  .game_model_series {
    width: 100%;
    margin: 0 auto 30px;
  }
}

/*--------------------------
	 マップ
----------------------------*/

.u-mt-ms {
  margin-top: 20px;
}
.middle-map {
  padding: 15px;
  background: url("../../5info/img/game_expert/map_bg.jpg") left top repeat;
  color: #fff;
}
.middle-map-title {
  position: relative;
  width: 775px;
  height: 180px;
  background: url("../../5info/img/game_expert/ex_map_bnr.jpg") left top no-repeat;
}
.middle-map-title-1020 {
  position: relative;
  width: 1020px;
  height: 180px;
  background: url("../../5info/img/game_expert/ex_map_bnr_1020.jpg") left top no-repeat;
}
.middle-map-head-01 {
  border-top: 1px solid #e1e1e1;
  background: url("../../5info/img/game_expert/ex_map_bg01k.png") left top no-repeat;
}
.middle-map-card {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  width: 156px;
  height: 75px;
  border: 1px solid #fff;
  background: url("../../5info/img/game_expert/map_icon.png") 98% 50% no-repeat;
  background-color: #1e1e1e;
}
.middle-map-price {
  color: #f00 !important;
}
tfoot.ft_blue {
  text-align: center;
  color: #fff;
  background-image: url("../../5info/img/game_expert/ex_map_bg12.png");
  background-repeat: no-repeat;
  background-position: 95px 0;
}
.desk-mapB-data-01 {
  text-align: center !important;
}

/*--------------------------
	 お問い合わせ
----------------------------*/

.AreaTitle {
  text-align: center;
  margin-bottom: 50px;
  color: #002063;
  font-size: 60px;
  letter-spacing: 5px;
  font-weight: 600;
  line-height: 1.2;
  font-family: 'Inter', sans-serif;
}
.contactArea {
  background: #00133e;
  margin: 0;
  padding: 70px 0;
}
.footer_otoiawase_wrap {
  border-style: none !important;
  background: #001e60;
  display: flex;
  flex-wrap: wrap;
  width: 970px;
  margin: 0 auto 30px;
}
.footer_otoiawase_title, .footer_otoiawase_wrap h4 {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
  float: none !important;
}
.footer_otoiawase_img_wrap {
  display: none;
}
.guide_font1 {
  color: #FFF !important;
  font-size: 20px !important;
  font-weight: 300 !important;
}
.guide_font2 {
  font-size: 18px !important;
  font-weight: 100 !important;
  text-align: right;
  margin-top: 20px;
  display: block;
}
.footer_otoiawase_contents {
  width: 50% !important;
  float: none !important;
  margin: 0 !important;
  padding: 20px 80px;
  box-sizing: border-box;
}
.keisen {
  display: none;
}
.article_list_wrap {
  width: 970px;
  margin: 0 auto 25px;
}
@media screen and (max-width:479px) {
  .contactArea {
    display: none;
  }
}

/*--------------------------
	 ガレリアとは
----------------------------*/

.aboutArea {
  background: #000e2f;
  margin: 0;
  padding: 70px 0;
}
.aboutArea p {
  font-size: 17px;
  letter-spacing: 2px;
  font-weight: 100;
  width: 970px;
  margin: 0 auto 22px;
  line-height: 32px;
}
ul.articlelinkListGamepc {
  letter-spacing: 1px;
}
ul.articlelinkListGamepc li {
  margin: 4px 0 2em;
}
ul.articlelinkListGamepc li a {
  margin-bottom: 5px;
}
.article_list_wrap h4 {
  margin-bottom: 10px;
}

/*--- 20190402 ---*/

.aboutArea .min_ttl_txt {
  font-size: 22px !important;
  font-weight: 400 !important;
}
@media screen and (max-width:479px) {
  .aboutArea {
    background: #011e60;
  }
  .aboutArea p {
    font-size: 1.25em;
    letter-spacing: 1px;
    width: 96%;
    margin: 0 auto 22px;
    line-height: 1.6em;
  }
}

/*--------------------------
	 SP用絞り込み
----------------------------*/

.narrowBoxWap {
  background: #011e60;
  padding: 15px 0;
}
#-narrowBox {
  /*  border:1px solid #ccc;*/
  border-top: 1px dashed #999;
  border-bottom: 1px dashed #999;
  margin: 15px 0;
  box-sizing: border-box;
  color: #fff;
}
#-narrowBox dl {
  padding: 10px 2% 0 2%!important;
}
#-narrowBox dl:nth-child(n+2) {
  padding-top: 5px;
}
#-narrowBox dl dt {
  font-size: 1em;
  padding: 0 0 3px 0;
}
#-narrowBox dl dd {
  float: left;
  background: #ccc;
  margin: 0 10px 10px 0;
  border-radius: 4px;
  background: #FCFCFC;
  background-image: -webkit-linear-gradient(top, #FCFCFC, #ABABAB);
  background-image: -moz-linear-gradient(top, #FCFCFC, #ABABAB);
  background-image: -ms-linear-gradient(top, #FCFCFC, #ABABAB);
  background-image: -o-linear-gradient(top, #FCFCFC, #ABABAB);
  background-image: linear-gradient(to bottom, #FCFCFC, #ABABAB);
  border: 2px solid #e0e0e0;
  text-shadow: 1px 1px 2px #FFFFFF;
  box-sizing: border-box;
  width: 48%;
}
#-narrowBox dl dd.narrowOn {
  background: #fff;
  background: #888;
  background-image: -webkit-linear-gradient(top, #888, #e0e0e0);
  background-image: -moz-linear-gradient(top, #888, #e0e0e0);
  background-image: -ms-linear-gradient(top, #888, #e0e0e0);
  background-image: -o-linear-gradient(top, #888, #e0e0e0);
  background-image: linear-gradient(to bottom, #888, #e0e0e0);
  text-shadow: none;
  border: 2px solid #f5f5f5;
}
#-narrowBox dl dd a {
  display: block;
  box-sizing: border-box;
  padding: 7px 7px;
}
#-narrowBox dl dd a:link {
  color: #333;
  font-weight: bold;
}
#-narrowBox dl dd a:visited {
  color: #333;
  font-weight: bold;
}
#-narrowBox dl dd:nth-child(2n+1) {
  margin-right: 0;
}
#--narrowReset {
  margin: 15px 2%;
  padding: 6px 7px;
  text-align: center;
  display: block;
  background: #ccc;
  border-radius: 4px;
  color: #333;
}
#-narrowBox.bgNormal dl dd {
  border-width: 1px;
  border-color: #ccc;
  background-image: -webkit-linear-gradient(top, #fff, #ccc);
  background-image: -moz-linear-gradient(top, #fff, #ccc);
  background-image: -ms-linear-gradient(top, #fff, #ccc);
  background-image: -o-linear-gradient(top, #fff, #ccc);
  background-image: linear-gradient(to bottom, #fff, #ccc);
}
#-narrowBox.bgNormal dl dd.narrowOn {
  background: #c9e3f0;
  border: 1px solid #58c7ff
}
#-narrowBox.bgNormal #--narrowReset {
  background: #c9e3f0;
}
.featureBox3col li {
  width: 48%;
}
.featureBox3col li:nth-last-child(1) {
  border-right: none;
}
.ch_a01 {
  padding: 17px 0;
}
@media screen and (max-width: 479px) {
  .featureBox3col li {
    width: auto;
  }
  .featureBox3col li:nth-last-child(1) {
    border-right: 1px solid #2c2c2c;
  }
  .ch_a01 {
    padding: 0;
  }
  .tw_recpc1_primeimgurl {
    height: auto;
  }
  .tw_recpc1_primeimgurl {
    height: auto!important;
  }
}
#bentch_question_hover_flg {
  display: none;
}
#bentch_question_hover_flg+.blacklayer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  box-sizing: border-box;
  position: relative;
  background: rgba(0, 0, 0, .9);
  pointer-events: none;
  opacity: 0;
  transition: opacity .3s;
  z-index: 100000;
}
#bentch_question_hover_flg+.blacklayer::after {
  content: '×';
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  font-size: 30px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#bentch_question_hover_flg:checked+.blacklayer {
  pointer-events: all;
  opacity: 1;
  position: fixed;
}

/*ベンチマーク*/

.featureBox3col ul.number li:first-child {
  padding-right: 0;
}
.featureBox3col ul.number li:last-child {
  padding-left: 0;
}
.featureBox3col ul.number li {
  padding-bottom: 0;
}
.bench_lv_check_wrapper {
  position: relative;
  box-sizing: border-box;
  display: none;
}
.bench_lv_check_wrapper .arrow_block {
  border-color: #222 transparent transparent;
  border-style: solid;
  width: 0;
  height: 0;
  margin: 5px auto;
  border-width: 15px 20px;
}
.bench_lv_check_wrapper .bench_lv_check {
  transition: filter .2s;
}
.bench_lv_check_wrapper .bench_lv_check:hover {
  filter: brightness(108%);
}
.bench_lv_check_wrapper .bench_lv_check>dt {
  text-align: center;
  background: #222;
  color: #fff;
  padding: 7px 0;
  font-size: 14px;
  line-height: 1.2;
  position: relative;
}
.bench_lv_check_wrapper .bench_lv_check>dt .question {
  position: absolute;
  top: 8px;
  right: 8px;
  background: rgba(255, 255, 255, .95);
  border-radius: 50%;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 18px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5) inset;
  font-weight: bold;
  cursor: pointer;
}
.bentch_question_hover {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  /*background: rgba(0, 0, 0, 0.85);*/
  z-index: 1000;
  left: 50%;
  top: 145px;
  color: #000;
  padding: 15px;
  box-sizing: border-box;
  text-align: left;
  font-size: 13.1px;
  opacity: /*0*/
  1;
  border-radius: 5px;
  pointer-events: none;
  transition: opacity .2s, transform .2s;
  color: #fff;
  transform: translate(-50%, 0%);
}
.bentch_question_hover>dl>dt {
  font-size: 17px;
  padding-bottom: 6px;
  margin-bottom: 6px;
  border-bottom: 1px dashed #ccc;
}
.bentch_question_hover>dl>dt:nth-of-type(n+2) {
  margin-top: 20px;
}
.bentch_question_hover>dl>dd>dl>div>dt {
  font-size: 15px;
  color: #5bfaff;
  border: 1px solid #5bfaff;
  padding: 3px;
  letter-spacing: .6em;
  font-size: 12px;
  text-align: center;
}
.bentch_question_hover>dl>dd>dl>div:nth-of-type(n+2)>dt {
  margin-top: 12px;
}
.bentch_question_hover>dl>dd>dl>div>dd {
  font-size: 12px;
  padding: 3px;
}
.bench_lv_check_wrapper .bench_lv_check>dd .bench_lv_list {
  position: relative;
  background: url(../../5img/bg_bench_panel2.jpg);
  backgronnd-size: contain;
  height: 120px;
  transition: height 1s;
}
.bench_lv_check_wrapper .bench_lv_check>dd .bench_lv_list>li {
  width: calc(100% - 20px);
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(0, 0, 0, .95);
  box-sizing: border-box;
  z-index: 10;
  transition: transform 1s, box-shadow 1s, border 1s, background 1s;
  flex-wrap: wrap;
  color: #fff;
  padding: 5px;
}
.bench_lv_check_wrapper .bench_lv_check>dd .bench_lv_list>li>* {
  width: 100%;
  text-align: center;
}
.bench_lv_check_wrapper .bench_lv_check>dd .bench_lv_list>li.active {
  z-index: 100;
}
.bench_lv_check_wrapper .bench_lv_check>dd .bench_lv_list.open {
  height: 560px;
}
.bench_lv_check_wrapper .bench_lv_check>dd .bench_lv_list.open>li {
  background: rgba(0, 0, 0, .8);
}
.bench_lv_check_wrapper .bench_lv_check>dd .bench_lv_list.open>li {
  /*transform:translateY(10px);*/
}
.bench_lv_check_wrapper .bench_lv_check>dd .bench_lv_list.open>li:nth-of-type(1) {
  transform: translateY(0px);
}
.bench_lv_check_wrapper .bench_lv_check>dd .bench_lv_list.open>li:nth-of-type(2) {
  transform: translateY(calc(100% + 10px));
}
.bench_lv_check_wrapper .bench_lv_check>dd .bench_lv_list.open>li:nth-of-type(3) {
  transform: translateY(calc(200% + 20px));
}
.bench_lv_check_wrapper .bench_lv_check>dd .bench_lv_list.open>li:nth-of-type(4) {
  transform: translateY(calc(300% + 30px));
}
.bench_lv_check_wrapper .bench_lv_check>dd .bench_lv_list.open>li:nth-of-type(5) {
  transform: translateY(calc(400% + 40px));
}
.bench_lv_check_wrapper .bench_lv_check>dd .bench_lv_list.open>li:nth-of-type(6) {
  transform: translateY(calc(500% + 50px));
}
.bench_lv_check_wrapper .bench_lv_check>dd .bench_lv_list.open>li:nth-of-type(7) {
  transform: translateY(calc(600% + 60px));
}
.bench_lv_check_wrapper .bench_lv_check>dd .bench_lv_list>li .graph {
  background-image: linear-gradient(90deg, #847c25 0%, #8c1616 100%);
  border: 2px solid #222;
  height: 17px;
  width: 100%;
  border-radius: 3px;
  position: relative;
}
.bench_lv_check_wrapper .bench_lv_check>dd .bench_lv_list>li .graph ul.number {
  display: flex;
  position: absolute;
  z-index: 10;
  width: 100%;
  flex-direction: row;
}
.bench_lv_check_wrapper .bench_lv_check>dd .bench_lv_list>li .graph ul.number>li {
  box-sizing: border-box;
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  text-shadow: 0px 0px 3px #fff, 0px 0px 2px #fff, 1px 0px 2px rgba(255, 255, 255, .5), 1px 1px 2px rgba(255, 255, 255, .5), 0px 1px 2px rgba(255, 255, 255, .5), -1px 0px 2px rgba(255, 255, 255, .5), -1px -1px 2px rgba(255, 255, 255, .5), 0px -1px 2px rgba(255, 255, 255, .5);
  border-right: 1px solid #000;
}
.bench_lv_check_wrapper .bench_lv_check>dd .bench_lv_list>li .graph ul.number>li:nth-of-type(5) {
  border-right: none;
}
.bench_lv_check_wrapper .bench_lv_check>dd .bench_lv_list.blue>li .graph {
  background-image: linear-gradient(90deg, #a8bdbd 0%, #0b676b 100%);
}
.bench_lv_check_wrapper .bench_lv_check>dd .bench_lv_list.open>li.active {
  box-shadow: 0px 0px 9px rgba(255, 255, 0, 1);
  border: 2px solid rgba(255, 255, 0, .85);
}
.bench_lv_check_wrapper .bench_lv_check>dd .bench_lv_list.blue.open>li.active {
  box-shadow: 0px 0px 9px rgb(0, 183, 255);
  border: 2px solid rgba(47, 240, 255, 0.85);
}
.bench_lv_check_wrapper .bench_lv_check>dd .bench_lv_list>li.active .graph {
  background-image: linear-gradient(90deg, #ffea00 0%, #ff0d0d 100%);
}
.bench_lv_check_wrapper .bench_lv_check>dd .bench_lv_list.blue>li.active .graph {
  background-image: linear-gradient(90deg, #d7fffd 0%, #00f3ff 100%);
}
.bench_lv_check_wrapper .bench_lv_check>dd .bench_lv_list>li .graph::before {
  content: '';
  width: 100%;
  left: 0;
  top: -1px;
  height: 20px;
  display: block;
  position: absolute;
}
.bench_lv_check_wrapper .bench_lv_check>dd .bench_lv_list>li .top_block .lv {
  display: block;
  padding: 3px;
  margin-right: 10px;
  width: 100%;
  box-sizing: border-box;
  letter-spacing: 0.6em;
  text-align: center;
  border: 1px solid #ffd54c;
  color: #ffd54c;
}
.bench_lv_check_wrapper .bench_lv_check>dd .bench_lv_list.blue>li .top_block .lv {
  border-color: #5bfaff;
  color: #5bfaff;
}
.bench_lv_check_wrapper .bench_lv_check>dd .bench_lv_list>li .top_block .score {
  font-family: monospace;
  letter-spacing: .1em;
  font-size: 17px;
  font-weight: bold;
}
.bench_lv_check_wrapper .bench_lv_check>dd .bench_lv_list>li .text {
  display: none;
}
@media screen and (max-width:479px) {
  .featureBox3col ul.number li {
    padding: 0;
    margin-bottom: 0;
  }
  .featureBox3col ul.bench_lv_list {
    width: 100%;
  }
  .bench_lv_check_wrapper .bench_lv_check>dd .bench_lv_list>li .graph {
    height: 21px;
  }
}
.featureSecTtl {
  color: #0091DA;
  font-size: 44px;
  font-weight: 600;
  padding-left: 0;
  position: relative;
  text-align: center;
}
.featureSecTxt {
  font-size: 16px;
  letter-spacing: 2px;
  margin: 20px 0 40px 140px;
}
.featureSpecSlider {
  position: relative;
  height: 590px;
  margin: 0 0 80px;
}
.featureSpecSlider ul.contents_main {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.featureSpecSlider ul.contents_main>li {
  display: none;
}
.featureSpecSlider ul.contents_main>li.active {
  display: block;
}
.featureSpecSlider ul.contents_main>li .main_img {
  width: 90%;
  display: block;
  margin: 0 auto;
}
.featureSpecSlider ul.contents_main dl {
  margin-top: .5em;
}
.featureSpecSlider ul.contents_main dt {
  font-size: 20px;
}
.featureSpecSlider ul.contents_main dt .parts_name {
  font-style: italic;
  font-size: 27px;
  font-weight: 200;
  display: inline-block;
  margin-right: 0.5em;
}
.featureSpecSlider ul.contents_main dd {
  font-size: 16px;
  font-weight: 300;
  margin-top: .25em;
}
.featureSpecSlider ul.contents_thumbnail {
  width: 60%;

  margin: 20px auto 0;
  display: flex;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.featureSpecSlider ul.contents_thumbnail>li {
  width: calc(100% / 5 - 8px * 4 / 5);
}
.featureSpecSlider ul.contents_thumbnail>li:nth-of-type(n+2) {
  margin-left: 8px;
}
.featureSpecSlider ul.contents_thumbnail>li>img {
  width: 100%;
}
.featureSpecSlider ul.contents_thumbnail>li.active {
  filter: drop-shadow(0px 0px 3px #0091DA);
  transition: filter .2s;
}
.msgRotate.steam_exchange {
  position: absolute;
  top: 84px;
  left: -15px;
}
.borderSteamExchange::after {
  left: -5px;
  top: 107px;
  width: 250px;
  height: 500px;
  border-left: 1px solid #264ba0;
  display: block;
  position: absolute;
  content: "";
}
.featureSec.steam_exchange_wrapper .main_img {
  display: block;
  margin: 40px auto 0;
}
.featureSec.steam_exchange_wrapper .featureSecTxt {
  width: 60%;
  margin: 15px auto 0;
}
@media screen and (max-width: 479px) {
  .featureSec {
    text-align: center;
  }
  .featureSecTtl {
    color: #0091DA;
    font-size: 1.4em;
    font-weight: 600;
    padding-left: 0;
    position: relative;
    border-left: none;
    margin: auto;
  }
  .featureSecTxt {
    font-size: 1em;
    letter-spacing: 2px;
    margin: 0 4vw 20px;
    text-align: left;
  }
  .featureSpecSlider ul.contents_main {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .featureSpecSlider {
    position: relative;
    height: 90vw;
    margin: 0 0 50px;
  }
  .featureSpecSlider ul.contents_main dt .parts_name {
    font-size: 1em;
  }
  .featureSpecSlider ul.contents_main dt {
    font-size: 1.2em;
  }
  .featureSpecSlider ul.contents_main dd {
    font-size: 0.9em;
    font-weight: 300;
    margin-top: .25em;
    text-align: left;
    padding: 0 20px;
  }
  .featureSpecSlider ul.contents_main dl {
    margin-top: 14px;
  }
  .featureSpecSlider ul.contents_thumbnail {
    width: 90%;
    margin: 20px auto 0;
    display: flex;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
  #mid_etc .aboutArea {
    background: #011c5b;
  }
  .AreaTitle span.AreaTitleTxt {
    color: #fff;
  }
  #lp_page h3.gallera_ad_h3 {
    font-size: 5vw!important;
  }
  .aboutArea .AreaTitle {
    font-size: unset;
  }
}
.moreBox3col p {
  font-size: 20px;
  letter-spacing: 0;
}
.ad_gall_content_wrap {
  margin: 0 auto;
}
@media screen and (min-width: 480px) {
  .bench_lv_check_wrapper {
    display: none!important;
  }
  .pc_z_01 {
    padding: 90px 0 0!important;
  }
}
@media screen and (max-width: 479px) {
  #mid_etc .bnrBox1col {
    display: none;
  }
  .wideBgArea.bgDarkGray {
    display: none;
  }
  .pcOnly {
    display: none !important;
  }
  .spOnly {
    display: block !important;
    width: 100vw;
  }
}
.bgUsed {
  background-color: #4c4c4c;
}
.ugp {
  background-color: #4c4c4c;
  color: #fff;
}
.ugp>p {
  font-size: 44px;
  text-align: center;
  padding-top: 20px;
}
.item_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px 0 50px;
}
.item_list>li>a {
  width: 900px;
  margin: 0 0 0 auto;
}
.item_list.col1>li>a {
  display: flex;
  flex-direction: row-reverse;
}
.item_list a, .item_list a span {
  text-decoration: none;
  color: #fff;
}
.item_list .img_block {
  background: url("../../5info/img/game_casual/special_model_bg.png") no-repeat;
  background-position: center center;
  /*background-size: 80%;*/
  background-size: 110%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 0 45px;
}
.item_list .img_block>img {
  /*width: 60%;*/
  display: block;
  /*transform: translateX(-14%);*/
  width: 64%;
  transform: translate(-6%, -6%);
}
.item_list .info_block {
  max-width: 45%;
}
.item_list.col1 .item_name {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: .02em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.item_list .item_name {
  color: #fff;
}
.item_list.col1 .spec_list {
  font-size: 13.5px;
  letter-spacing: .05em;
  margin-top: 10px;
  font-weight: 300;
}
.item_list.col1 .spec_list {
  font-size: 13.5px;
  letter-spacing: .05em;
  margin-top: 10px;
  font-weight: 300;
}
.item_list.col1 .spec_list>li>span:nth-of-type(1) {
  padding-left: .3em;
}
.item_list.col1 a .item_price, .item_list.col1 a .item_price span {
  font-size: 30px;
  font-weight: 600;
}
.item_list.col1 a .item_price, .item_list.col1 a .item_price span {
  font-size: 30px;
  font-weight: 600;
}
.item_list.col1 .item_price .yen_tax {
  font-size: 15px;
  padding-left: .2em;
}
.item_list.col1 a .item_price, .item_list.col1 a .item_price span {
  font-size: 30px;
  font-weight: 600;
}
.item_list.col1 .to_detail {
  border: none;
  background: linear-gradient(-90deg, #126fac, #73c0ee);
  color: #fff;
  font-size: 15px;
  letter-spacing: .2em;
  padding: 8px 0;
  cursor: pointer;
  border-radius: 20px;
  text-align: center;
  width: 180px;
  margin-top: 15px;
  transition: opacity .3s;
}
.catch {
  font-size: 22px;
  line-height: 140%;
  margin: 10px 0 0;
}
.used_other {
  font-size: 20px;
  font-weight: 600;
  text-align: right;
  margin-top: 20px;
  text-decoration: underline!important;
}
.used_other {}
.used_other:hover {
  color: #011e60;
  text-decoration: none!important;
}
.middle-map-head-01 {
  border-top: 1px solid #e1e1e1;
  background: url(../../5info/img/game_casual/ca_map_bg01s.png) left top no-repeat;
}
#positionMapOther .middle-map-data .middle-map-card {
  height: 70px;
}
.slant_low2 {
  background-image: linear-gradient(-40deg, #114A9E 50%, #00491D 50%, #00491D);
}
.content_inner.con_a01 {
  padding: 90px 0 0;
}
.middle-map-list li {
  margin: 0px 32px 0 15px!important;
}
.note_card {
  width: 160px !important;
}
.bnr_ti {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 6px;
}
.content_inner .steamArea {
  padding: 90px 500% 10px;
}
@media screen and (max-width: 479px) {
  .content_area .steamBnr .steam_catch {
    font-size: 3vw;
    color: #fff;
  }
  .content_area .steamBnr .steam_catch span {
    font-size: 3.8vw;
    line-height: 1.4;
  }
  .content_area .steamArea {
    background: #011e60 !important;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .content_area .steamArea .gallera_ad_h3 {
    margin: 0 0 30px;
    padding: 45px 0 15px;
  }
  .content_area .steamArea .to_detail_link {
    padding: 10px;
    display: inline-block;
    box-sizing: border-box;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    border: 1px solid #0094dd;
    margin-top: 40px;
    position: relative;
    letter-spacing: .1em;
    overflow: hidden;
  }
  .steamArea .to_detail_link::after {
    content: '';
    font-size: inherit;
    display: block;
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 4px 6px;
    z-index: 10;
  }
  .content_area .steamArea .to_detail_link span {
    text-decoration: none!important;
    font-size: 0.5em;
    display: block;
    width: 32vw;
  }
  .content_area .steamArea ul li {
    width: 36%;
  }
  .content_area .steamArea ul li.steam_a02 {
    width: 56%;
    text-align: center;
  }
  .content_area .steamBnr {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row-reverse;
  }
  .content_area .steamBnr a {
    margin-top: 10px;
  }
}
.box_d01 {
  margin: 80px 0;
}
@media screen and (max-width: 479px) {
  .box_d01 {
    margin: 40px 0 20px;
  }
}
.yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .headline {
  display: none;
}
#store_review_wrapper {
  margin: 0 auto 60px;
  background: #fff;
  width: 970px
}

#store_review_wrapper .yotpo-reviews-carousel {
  margin-top: 10px;
  margin-left: 10px
}
.yotpo-reviews-carousel .carousel-display-wrapper {
  padding: 15px 0 30px !important;
}
@media screen and (max-width:479px) {
  #store_review_wrapper {
    margin: 0 auto 30px;
    width: 100%
  }
}
.general_rec_area {
  background: #fff;
  padding: 60px 0;
  margin-top: 60px;
  color: #484848;
}
.general_rec_area .general_rec_inr {
  width: 1050px;
  margin: 0 auto;
}
.general_rec_area h3 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
.general_rec_area h3 span {
  background: linear-gradient(transparent 70%, #d2e8fc 70%);
  background-position-y: -6px;
}
.general_rec_box {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
}
.general_rec_box .general_rec_img {
  width: 34%;
  margin-left: 30px;
}
.general_rec_box .general_rec_txt {
  width: 34%;
  text-align: left;
}
.general_rec_txt .general_rec_name {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 2px;
}
.general_rec_txt .general_rec_price {
  font-size: 26px;
  font-weight: bold;
  color: #e50011;
  margin-bottom: 10px;
}
.general_rec_txt .general_rec_price .general_rec_yen {
  font-size: 70%;
}
.general_rec_txt .general_rec_spec {
  font-size: 18px;
}
.general_rec_txt .general_rec_spec li {
  padding: 4px 0 2px 8px;
}
.general_rec_txt .general_rec_spec li:nth-of-type(odd) {
  background: #eee;
}
.general_rec_bench_box {
  position: relative;
}
.general_rec_bench_inr {
  text-align: center;
  font-size: 14px;
  position: relative;
  padding: 10px 0 2px;
  box-sizing: border-box;
  border: 8px solid #d2e8fc;
  margin-top: 20px;
}
.general_rec_bench_box::before {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  border-width: 0 20px 20px 0;
  border-style: solid;
  border-color: transparent #fff;
  z-index: 4;
}
.general_rec_bench_inr::before {
  position: absolute;
  content: '';
  left: -8px;
  bottom: -8px;
  border-width: 20px 0 0 20px;
  border-style: solid;
  border-color: transparent #fff;
  z-index: 2;
}
.general_rec_bench_box::after {
  position: absolute;
  content: '';
  right: 6px;
  top: 6px;
  border-width: 0 20px 20px 0;
  border-style: solid;
  border-color: transparent #d2e8fc;
}
.general_rec_bench_inr::after {
  position: absolute;
  content: '';
  left: -2px;
  bottom: -2px;
  border-width: 20px 0 0 20px;
  border-style: solid;
  border-color: transparent #d2e8fc;
}
.general_rec_bench_box .general_rec_bench {
  font-size: 24px;
  font-weight: bold;
}
.general_rec_br {
  display: none;
}
@media screen and (max-width:479px) {
  .general_rec_area {
    width: 100%;
    margin-left: 0;
    padding: 30px 0 10px;
    margin-top: 30px;
  }
  .general_rec_area .general_rec_inr {
    width: 94%;
  }
  .general_rec_area h3 {
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 0;
  }
  .general_rec_box {
    display: block;
  }
  .general_rec_box .general_rec_img {
    width: 70%;
    margin: 0 auto 20px;
  }
  .general_rec_box .general_rec_txt {
    width: 100%;
  }
  .general_rec_txt .general_rec_name {
    font-size: 5vw;
    letter-spacing: 1px;
  }
  .general_rec_txt .general_rec_price {
    font-size: 5vw;
  }
  .general_rec_txt .general_rec_spec {
    font-size: 4vw;
  }
  .general_rec_bench_inr {
    font-size: 3.4vw;
    padding: 8px 0 2px;
    border: 8px solid #d2e8fc;
    margin-top: 10px;
  }
  .general_rec_bench_box .general_rec_bench {
    font-size: 5vw;
  }
  .general_rec_link a span {
    text-decoration: none;
  }
  .general_rec_br {
    display: block;
  }
}
.model_name {
  font-size: 24px;
  letter-spacing: 2px;
  line-height: 1.3;
  margin-bottom: 20px;
  text-align: center;
}
.model_price {
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-align: center;
}
.model_price span {
  font-size: 28px;
}
.model_spec span {
  display: block;
  font-size: 16px;
}
.model_benchmark {
  border: 1px solid #333;
  border-radius: 3px;
  padding: 10px 10px 4px;
  margin: 20px 0;
  text-align: center;
}
.model_benchmark p:first-child {
  border-bottom: 1px solid #333;
  font-size: 14px;
  margin-bottom: 4px;
  padding-bottom: 4px;
}
.model_benchmark p:last-child {
  font-size: 18px;
}
.model_stk {
  font-size: 16px;
  margin-bottom: 10px;
}
#container .featureBox3col a.c-button--primary-blue {
  background-color: #004da1;
  color: #fff;
  width: 100%;
}
@media screen and (max-width: 479px) {
  .model_name {
    font-size: 20px;
  }
}