@charset "UTF-8";
/*==================================
 setting
===================================*/
/* $color-font: #464646; */
/* @include config.fontFamily01(normal, .1rem); */
.wrapper p {
  margin-top: 0;
}

/*==================================
 header
===================================*/
.kvWrap {
  position: relative;
  width: 100%;
  z-index: 0;
  overflow: hidden;
  background-image: url(../image/kv-bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
.kvWrap .languageWrap {
  position: absolute;
  top: 60px;
  right: 0;
  z-index: 90;
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  .kvWrap .languageWrap {
    top: 6%;
  }
}
@media screen and (max-width: 980px) {
  .kvWrap .languageWrap {
    top: 3%;
  }
}
.kvWrap .languageWrap .languageBtn {
  display: inline-block;
  background: #006fc6;
  border-radius: 2rem 0 0 2rem;
  font-size: 25px;
  font-weight: bold;
  padding: 0 40px 5px 40px;
  color: #fff;
  margin-top: 0;
}
@media screen and (max-width: 980px) {
  .kvWrap .languageWrap .languageBtn {
    font-size: 3.8vw;
    padding: 1vw 5vw 1vw 5vw;
  }
}
.kvWrap .languageWrap .languageBtn span {
  display: inline-block;
  top: 22px;
  left: 20px;
  width: 20px;
  height: 18px;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
          clip-path: polygon(0 0, 100% 0%, 50% 100%);
  transition-duration: 0.2s;
}
@media screen and (max-width: 980px) {
  .kvWrap .languageWrap .languageBtn span {
    top: 1vw;
    left: 1vw;
    width: 2vw;
    height: 2vw;
  }
}
.kvWrap .languageWrap .languageBtn.open span {
  display: inline-block;
  top: 22px;
  left: 20px;
  width: 20px;
  height: 18px;
  background: #fff;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 980px) {
  .kvWrap .languageWrap .languageBtn.open span {
    top: 1vw;
    left: 1vw;
    width: 2vw;
    height: 2vw;
  }
}
.kvWrap .languageWrap .langItem {
  display: none;
  text-decoration: none;
  position: absolute;
  width: 200px;
  right: 0;
  margin-top: 0;
}
@media screen and (max-width: 980px) {
  .kvWrap .languageWrap .langItem {
    width: 90%;
  }
}
.kvWrap .languageWrap .langItem li {
  text-align: center;
}
.kvWrap .languageWrap .langItem li a {
  display: block;
  background: #006fc6;
  text-decoration: none;
  font-size: 1.2rem;
  color: #fff;
  font-weight: bold;
  filter: brightness(1);
  padding: 10px;
}
@media screen and (max-width: 980px) {
  .kvWrap .languageWrap .langItem li a {
    font-size: 2.8vw;
  }
}
.kvWrap .languageWrap .langItem li a:hover {
  filter: brightness(120%);
}
.kvWrap .kvLogoWrap {
  position: relative;
  z-index: 10;
  margin: 0 auto;
  width: 443px;
  margin-top: 42px;
}
@media screen and (max-width: 980px) {
  .kvWrap .kvLogoWrap {
    width: 58.3673469388%;
    margin-top: 12.5510204082vw;
  }
}
.kvWrap .kvLogoWrap .kvSega {
  width: 185px;
  display: inline-block;
  margin-right: 53px;
}
@media screen and (max-width: 980px) {
  .kvWrap .kvLogoWrap .kvSega {
    width: 23.6734693878vw;
    margin-right: 8.6734693878%;
  }
}
.kvWrap .kvLogoWrap .kvAtlus {
  width: 193px;
  display: inline-block;
}
@media screen and (max-width: 980px) {
  .kvWrap .kvLogoWrap .kvAtlus {
    width: 24.8979591837vw;
  }
}
.kvWrap .titleWrap {
  text-align: center;
  margin-bottom: 100px;
  margin-top: 40px;
}
@media screen and (max-width: 980px) {
  .kvWrap .titleWrap {
    margin-top: 2%;
    margin-bottom: 8%;
  }
}
.kvWrap .titleWrap .title {
  position: relative;
  display: inline;
  background: #000;
  padding: 0 0.2%;
  margin: 0 auto;
  font-size: 66px;
  color: #fff;
}
@media screen and (max-width: 980px) {
  .kvWrap .titleWrap .title {
    font-size: 9.2vw;
    line-height: 1.6em;
  }
}
.kvWrap .sliderWrap {
  position: relative;
  z-index: 3;
  margin-bottom: 10%;
}
@media screen and (max-width: 980px) {
  .kvWrap .sliderWrap {
    margin-bottom: 20%;
  }
}
.kvWrap .sliderWrap .sliderItem {
  display: block;
  text-decoration: none;
  padding: 1%;
}
.kvWrap .sliderWrap .sliderItem .sliderItemHead {
  position: relative;
  padding-bottom: 1%;
  display: flex;
  align-items: center;
  height: 2.5vw;
}
@media screen and (max-width: 980px) {
  .kvWrap .sliderWrap .sliderItem .sliderItemHead {
    height: 6.2vw;
  }
}
.kvWrap .sliderWrap .sliderItem .sliderItemHead .iconNewWrap::before {
  position: absolute;
  right: 0;
  content: "";
  background-color: #00e8f6;
  height: 2px;
  width: 100%;
  display: inline-block;
  top: 44%;
}
@media screen and (max-width: 980px) {
  .kvWrap .sliderWrap .sliderItem .sliderItemHead .iconNewWrap::before {
    height: 3px;
    top: 43%;
  }
}
@media screen and (max-width: 980px) {
  .kvWrap .sliderWrap .sliderItem .sliderItemHead .iconNewWrap .itemNew {
    font-size: 3vw;
  }
}
.kvWrap .sliderWrap .sliderItem .sliderItemHead .iconNewWrap .itemNew.is-shadow {
  filter: brightness(61%);
}
.kvWrap .sliderWrap .sliderItem .sliderItemHead .sliderWrap p {
  margin-top: 0;
}
.kvWrap .sliderWrap .sliderItem .sliderItemHead .sliderItemPlat {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  width: 100%;
}
.kvWrap .sliderWrap .sliderItem .sliderItemHead .sliderItemPlat span {
  filter: brightness(61%);
  border-radius: 2vw;
  color: #fff;
  font-size: 0.8vw;
  font-weight: bold;
  padding: 0.1vw 1vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .kvWrap .sliderWrap .sliderItem .sliderItemHead .sliderItemPlat span {
    font-size: 1vw;
  }
}
@media screen and (max-width: 980px) {
  .kvWrap .sliderWrap .sliderItem .sliderItemHead .sliderItemPlat span {
    font-size: 3vw;
    padding: 0.1vw 2vw;
    border-radius: 1.4vw;
  }
}
.kvWrap .sliderWrap .sliderItem .sliderItemHead .sliderItemPlat span.iconPs {
  background: #003cae;
  font-size: 0.8vw;
}
@media screen and (max-width: 1200px) {
  .kvWrap .sliderWrap .sliderItem .sliderItemHead .sliderItemPlat span.iconPs {
    font-size: 0.8vw;
  }
}
@media screen and (max-width: 980px) {
  .kvWrap .sliderWrap .sliderItem .sliderItemHead .sliderItemPlat span.iconPs {
    font-size: 2.6vw;
  }
}
.kvWrap .sliderWrap .sliderItem .sliderItemHead .sliderItemPlat span.iconPsOnly {
  background: #003cae;
}
.kvWrap .sliderWrap .sliderItem .sliderItemHead .sliderItemPlat span.iconSwitch {
  background: #e60012;
}
.kvWrap .sliderWrap .sliderItem .sliderItemHead .sliderItemPlat span.iconSteam {
  background: #a3a3a3;
}
.kvWrap .sliderWrap .sliderItem .sliderItemImg {
  filter: brightness(61%);
}
.kvWrap .sliderWrap .sliderItem .sliderItemImg img {
  width: 100%;
}
.kvWrap .sliderWrap .sliderItem .sliderItemPrice {
  filter: brightness(61%);
  margin-top: 1%;
  position: relative;
  border-radius: 0 2rem 0 2rem;
  background: #1b1b1b;
  color: #fff;
  border: solid 2px #fff;
  font-size: 2vw;
  text-align: center;
  color: #ffea00;
  font-weight: bold;
}
@media screen and (max-width: 980px) {
  .kvWrap .sliderWrap .sliderItem .sliderItemPrice {
    font-size: 4.8vw;
    border-radius: 0 1rem 0 1rem;
  }
}
.kvWrap .sliderWrap .sliderItem .sliderItemPrice::before {
  content: "";
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  border: 2px solid #1b1b1b;
  position: absolute;
  top: -4px;
  left: -4px;
  border-radius: 0 2rem 0 2rem;
}
@media screen and (max-width: 980px) {
  .kvWrap .sliderWrap .sliderItem .sliderItemPrice::before {
    border-radius: 0 1rem 0 1rem;
  }
}
.kvWrap .sliderWrap .slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.kvWrap .sliderWrap li {
  display: inline-block;
  margin: 0 5px;
}
.kvWrap .sliderWrap button {
  padding: 0;
  color: transparent;
  outline: none;
  width: 14px;
  border: unset;
  height: 14px;
  display: block;
  background: #fff;
  border: solid 1px #000;
  cursor: pointer;
}
.kvWrap .sliderWrap button:before {
  display: none;
}
.kvWrap .sliderWrap .slick-active button {
  background: #000;
}
.kvWrap .slick-current .sliderItemHead .itemNew {
  filter: brightness(100%) !important;
}
.kvWrap .slick-current .sliderItemHead .sliderItemPlat span {
  filter: brightness(100%) !important;
}
.kvWrap .slick-current .sliderItemImg {
  filter: brightness(100%) !important;
}
.kvWrap .slick-current .sliderItemPrice {
  filter: brightness(100%) !important;
}
.kvWrap .deco {
  position: absolute;
  z-index: 1;
  bottom: 2%;
  font-weight: bold;
  font-size: 10vw;
  color: transparent;
  -webkit-text-stroke: 2px #00f0ff;
}
@media screen and (max-width: 980px) {
  .kvWrap .deco {
    font-size: 20vw;
  }
}

/*==================================
contents
===================================*/
.inner {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .inner {
    width: 100%;
  }
}

/*==================================
 main title
===================================*/
.main {
  position: relative;
  z-index: 1;
}

.currentSale {
  position: relative;
  background: url(../image/dot.gif) repeat;
  width: 100%;
  padding: 0 0 5% 0;
  z-index: 0;
}
.currentSale::before {
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  /*height: calc(353px / config.$breakPoint-pc * 100vw);*/
  height: 16.6666666667vw;
  content: "";
  background: url(../image/currentSale-bg.png) repeat-x top;
  background-size: 100%;
}
@media screen and (max-width: 1200px) {
  .currentSale::before {
    background-size: 1920px;
  }
}
@media screen and (max-width: 980px) {
  .currentSale::before {
    background-size: 200%;
  }
}
.currentSale .currentSaleTitle {
  position: relative;
  z-index: 3;
  background: #1b1b1b;
  color: #fff;
  text-align: center;
  font-size: 42px;
  margin-top: 3%;
}
@media screen and (max-width: 1200px) {
  .currentSale .currentSaleTitle {
    font-size: 3vw;
  }
}
@media screen and (max-width: 980px) {
  .currentSale .currentSaleTitle {
    font-size: 6.6vw;
  }
}
.currentSale .currentSaleBtnWrap {
  position: relative;
  margin-top: 2%;
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.currentSale .currentSaleBtnWrap .currentSaleBtn {
  position: relative;
  width: 19%;
  left: -2px;
  max-width: 346px;
  margin: 0 10px;
}
@media screen and (max-width: 1920px) {
  .currentSale .currentSaleBtnWrap .currentSaleBtn {
    margin: 0 0.5%;
  }
}
@media screen and (max-width: 980px) {
  .currentSale .currentSaleBtnWrap .currentSaleBtn {
    max-width: none;
    width: 48%;
    margin: 0.8% 0.5%;
  }
}
.currentSale .currentSaleBtnWrap .currentSaleBtn .itemNew {
  position: absolute;
  z-index: 2;
  top: -18px;
  left: 2px;
  display: flex;
  border: solid 2px #fff;
  height: 36px;
  font-size: 20px;
  padding: 0 15px 11px 15px;
}
@media screen and (max-width: 1200px) {
  .currentSale .currentSaleBtnWrap .currentSaleBtn .itemNew {
    font-size: 1.5vw;
    top: -2.1666666667vw;
    height: 3.0833333333vw;
    padding: 0.2vw 1.4vw 0 1.2vw;
  }
}
@media screen and (max-width: 980px) {
  .currentSale .currentSaleBtnWrap .currentSaleBtn .itemNew {
    height: 5.1020408163vw;
    font-size: 2.6vw;
    top: -2vw;
    padding: 0.3vw 3.6vw 0.6vw 4vw;
  }
}
.currentSale .currentSaleBtnWrap .currentSaleBtn .currentSaleBtnItem {
  position: relative;
  display: block;
  text-decoration: none;
  border-radius: 1rem;
  border: solid 2px #fff;
  color: #fff;
  font-weight: bold;
  padding: 6% 5% 6% 3%;
  overflow: hidden;
  background: #333;
  margin: 1%;
}
@media screen and (max-width: 980px) {
  .currentSale .currentSaleBtnWrap .currentSaleBtn .currentSaleBtnItem {
    border-radius: 2vw;
    margin: 3% 1%;
  }
}
.currentSale .currentSaleBtnWrap .currentSaleBtn .currentSaleBtnItem span {
  display: block;
}
.currentSale .currentSaleBtnWrap .currentSaleBtn .currentSaleBtnItem span.currentSaleBtnTitle {
  font-size: 24px;
}
@media screen and (max-width: 1920px) {
  .currentSale .currentSaleBtnWrap .currentSaleBtn .currentSaleBtnItem span.currentSaleBtnTitle {
    font-size: 1vw;
    /* font-size: 1.2vw; */
    /* font-size: 1.5vw; */
  }
}
@media screen and (max-width: 980px) {
  .currentSale .currentSaleBtnWrap .currentSaleBtn .currentSaleBtnItem span.currentSaleBtnTitle {
    font-size: 2.8vw;
    /* font-size: 3.4vw; */
  }
}
@media screen and (max-width: 1920px) {
  .currentSale .currentSaleBtnWrap .currentSaleBtn .currentSaleBtnItem span.mini {
    font-size: 1vw;
  }
}
@media screen and (max-width: 980px) {
  .currentSale .currentSaleBtnWrap .currentSaleBtn .currentSaleBtnItem span.mini {
    font-size: 2.8vw;
  }
}
.currentSale .currentSaleBtnWrap .currentSaleBtn .currentSaleBtnItem span.currentSaleBtnDate {
  font-size: 20px;
}
@media screen and (max-width: 1920px) {
  .currentSale .currentSaleBtnWrap .currentSaleBtn .currentSaleBtnItem span.currentSaleBtnDate {
    font-size: 1.1vw;
  }
}
@media screen and (max-width: 980px) {
  .currentSale .currentSaleBtnWrap .currentSaleBtn .currentSaleBtnItem span.currentSaleBtnDate {
    font-size: 3vw;
  }
}
.currentSale .currentSaleBtnWrap .currentSaleBtn .currentSaleBtnItem::before {
  content: "";
  right: 0;
  top: 0;
  height: 12vw;
  position: absolute;
  width: 2vw;
  background: #fff;
}
@media screen and (max-width: 980px) {
  .currentSale .currentSaleBtnWrap .currentSaleBtn .currentSaleBtnItem::before {
    width: 5vw;
    height: 22vw;
  }
}
.currentSale .currentSaleBtnWrap .currentSaleBtn .currentSaleBtnItem::after {
  content: "";
  width: 0.6vw;
  height: 0.6vw;
  position: absolute;
  right: 0.6vw;
  top: 49%;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #333;
}
@media screen and (max-width: 980px) {
  .currentSale .currentSaleBtnWrap .currentSaleBtn .currentSaleBtnItem::after {
    width: 2vw;
    height: 1.4vw;
    position: absolute;
    right: 1.5vw;
    top: 49%;
  }
}
.currentSale .currentSaleBtnWrap .currentSaleBtn .currentSaleBtnItem.is-yellow {
  background: #f3ae00;
}
.currentSale .currentSaleBtnWrap .currentSaleBtn .currentSaleBtnItem.is-yellow::after {
  background: #f3ae00;
}
.currentSale .currentSaleBtnWrap .currentSaleBtn .currentSaleBtnItem.is-navy {
  background: #002c5a;
}
.currentSale .currentSaleBtnWrap .currentSaleBtn .currentSaleBtnItem.is-navy::after {
  background: #002c5a;
}
.currentSale .currentSaleBtnWrap .currentSaleBtn .currentSaleBtnItem.is-purple {
  background: #2b005b;
}
.currentSale .currentSaleBtnWrap .currentSaleBtn .currentSaleBtnItem.is-purple::after {
  background: #2b005b;
}
.currentSale .currentSaleBtnWrap .currentSaleBtn .currentSaleBtnItem.is-blue {
  background: #0089d6;
}
.currentSale .currentSaleBtnWrap .currentSaleBtn .currentSaleBtnItem.is-blue::after {
  background: #0089d6;
}
.currentSale .currentSaleBtnWrap .currentSaleBtn .currentSaleBtnItem.is-red {
  background: #e93500;
}
.currentSale .currentSaleBtnWrap .currentSaleBtn .currentSaleBtnItem.is-red::after {
  background: #e93500;
}

.saleBnr {
  margin-top: 2%;
}
.saleBnr p {
  margin: 0 auto;
  text-align: center;
  width: 20%;
  max-width: 300px;
}
.saleBnr p a {
  display: block;
}

/*==================================
 main title
===================================*/
section {
  position: relative;
  overflow: hidden;
}
section.saleSection#sale01, section.saleSection#sale03 {
  background: url(../image/bg-0228.jpg) no-repeat;
  background-size: 100%;
  background-color: #b2e719;
}
section.saleSection#sale01::before, section.saleSection#sale03::before {
  background: url(../image/sale-bg.png) repeat, #b2e719;
}
section.saleSection#sale02, section.saleSection#sale04 {
  _background: url(../image/bg-0214.jpg) no-repeat;
  _background-size: 100%;
  background-color: #1b2838;
}
section.saleSection#sale02::before, section.saleSection#sale04::before {
  background: url(../image/sale-bg.png) repeat, #5aa2d4;
}
section.saleSection#sale05 {
  background: url(../image/bg-0313.jpg) no-repeat;
  background-size: 100%;
  background-color: #facde1;
}
section.saleSection#sale05::before {
  background: url(../image/sale-bg.png) repeat, #facde1;
}
section.saleSection::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mask-image: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 70%, transparent);
  -webkit-mask-image: -webkit-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 70%, transparent);
}

.saleContents {
  padding-top: 4vw;
}
.saleContents .saleTitleWrap {
  position: relative;
  padding-top: 22px;
}
@media screen and (max-width: 1200px) {
  .saleContents .saleTitleWrap {
    padding-top: 1.7vw;
  }
}
.saleContents .saleTitleWrap .saleTitleDate {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.6);
  font-size: 40px;
  text-align: center;
  padding: 7px 0 0 0.5%;
  color: #1b1b1b;
  font-weight: bold;
}
.saleContents .saleTitleWrap .saleTitleDate.is-shadow {
  --txtshadow-width: 2px;
  --txtshadow-color: #fff;
}
@media screen and (max-width: 1200px) {
  .saleContents .saleTitleWrap .saleTitleDate {
    font-size: 3vw;
    padding: 2vw 0 0 0.5%;
  }
}
@media screen and (max-width: 980px) {
  .saleContents .saleTitleWrap .saleTitleDate {
    font-size: 6vw;
    padding: 4vw 0 0 0.5%;
  }
}
@media screen and (max-width: 980px) {
  .saleContents .saleTitleWrap .mini {
    font-size: 6vw;
    padding: 4vw 0 0 0.5%;
  }
}
.saleContents .saleTitleWrap .saleTitle {
  position: absolute;
  z-index: 3;
  top: -5px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 1200px;
  font-size: 27px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .saleContents .saleTitleWrap .saleTitle {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 980px) {
  .saleContents .saleTitleWrap .saleTitle {
    font-size: 5vw;
    width: 94.8979591837%;
  }
}
.saleContents .saleTitleWrap .saleTitle.is-yellow {
  background: #f3ae00;
}
.saleContents .saleTitleWrap .saleTitle.is-navy {
  background: #002c5a;
}
.saleContents .saleTitleWrap .saleTitle.is-purple {
  background: #2b005b;
}
.saleContents .saleTitleWrap .saleTitle.is-blue {
  background: #0089d6;
}
.saleContents .saleTitleWrap .saleTitle.is-red {
  background: #e93500;
}
.saleContents .inner .itemWrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 980px) {
  .saleContents .inner .itemWrap {
    width: 98%;
    margin: 10% auto;
  }
}
.saleContents .inner .itemWrap .titleItem {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 0 2rem 0 2rem;
  background: #fff;
  color: #fff;
  border: solid 2px #fff;
  text-align: center;
  color: #333;
  font-weight: bold;
  width: 24%;
  margin: 2% 0.5%;
  padding-bottom: 3%;
}
@media screen and (max-width: 980px) {
  .saleContents .inner .itemWrap .titleItem {
    width: 49%;
    padding-bottom: 5%;
    border-radius: 0 1rem 0 1rem;
    margin: 3% 0.5%;
  }
}
.saleContents .inner .itemWrap .titleItem.is-ps .itemPlatform {
  background: #003cae;
}
.saleContents .inner .itemWrap .titleItem.is-switch .itemPlatform {
  background: #e60012;
}
.saleContents .inner .itemWrap .titleItem.is-steam .itemPlatform {
  background: #a3a3a3;
}
.saleContents .inner .itemWrap .titleItem .iconRecommend {
  position: absolute;
  z-index: 10;
  top: -5%;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #d80011;
  border-radius: 0 2rem 2rem 0;
  border: solid 2px #fff;
  padding: 2% 8%;
  left: -2px;
}
.saleContents .inner .itemWrap .titleItem .iconRecommend.is-shadow {
  --txtshadow-width: 2px;
  --txtshadow-color: #9d0000;
}
@media screen and (max-width: 1200px) {
  .saleContents .inner .itemWrap .titleItem .iconRecommend {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 980px) {
  .saleContents .inner .itemWrap .titleItem .iconRecommend {
    font-size: 2.5vw;
    top: -4.3vw;
  }
}
.saleContents .inner .itemWrap .titleItem .itemPlatform {
  border-radius: 0 2rem 0 0;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 0.6vw 0.8vw;
  font-size: 24px;
  margin-top: 0;
}
@media screen and (max-width: 1200px) {
  .saleContents .inner .itemWrap .titleItem .itemPlatform {
    font-size: 2vw;
  }
}
@media screen and (max-width: 980px) {
  .saleContents .inner .itemWrap .titleItem .itemPlatform {
    font-size: 3.4vw;
    border-radius: 0 1rem 0 0;
    padding: 1.4vw 0.8vw;
  }
}
.saleContents .inner .itemWrap .titleItem .itemImg {
  width: 100%;
  display: block;
}
.saleContents .inner .itemWrap .titleItem .itemTitle {
  min-height: 4em;
  text-align: left;
  font-size: 20px;
  width: 96%;
  margin: 2% auto 1% auto;
}
@media screen and (max-width: 1200px) {
  .saleContents .inner .itemWrap .titleItem .itemTitle {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 980px) {
  .saleContents .inner .itemWrap .titleItem .itemTitle {
    font-size: 3vw;
  }
}
.saleContents .inner .itemWrap .titleItem .salePriceRatio {
  position: relative;
  width: 100%;
  color: #fff;
  font-weight: bold;
  padding: 0 0 0 2%;
  margin-top: auto;
  margin-bottom: 2%;
  /* margin-top: 2%; */
}
.saleContents .inner .itemWrap .titleItem .salePriceRatio .salePriceName {
  position: relative;
  z-index: 2;
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  .saleContents .inner .itemWrap .titleItem .salePriceRatio .salePriceName {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 980px) {
  .saleContents .inner .itemWrap .titleItem .salePriceRatio .salePriceName {
    font-size: 2.4vw;
  }
}
.saleContents .inner .itemWrap .titleItem .salePriceRatio .Discount {
  font-size: 1.7rem;
}
@media screen and (max-width: 1200px) {
  .saleContents .inner .itemWrap .titleItem .salePriceRatio .Discount {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 980px) {
  .saleContents .inner .itemWrap .titleItem .salePriceRatio .Discount {
    font-size: 4.5vw;
  }
}
.saleContents .inner .itemWrap .titleItem .salePriceRatio.is-normal {
  background: #00537e;
}
.saleContents .inner .itemWrap .titleItem .salePriceRatio.is-normal .Discount {
  color: #ffea00;
}
.saleContents .inner .itemWrap .titleItem .salePriceRatio.is-member {
  font-size: 16px;
  background: #1d1d1d;
}
@media screen and (max-width: 1200px) {
  .saleContents .inner .itemWrap .titleItem .salePriceRatio.is-member {
    font-size: 1.2vw;
  }
}
.saleContents .inner .itemWrap .titleItem .salePriceRatio.is-member .Discount {
  color: #fcc000;
}
.saleContents .inner .itemWrap .titleItem .salePriceRatio.is-other .Discount {
  display: block;
  text-align: center;
}
.saleContents .inner .itemWrap .titleItem .salePriceRatio.is-other .salePriceName {
  font-size: 15px !important;
}
@media screen and (max-width: 1200px) {
  .saleContents .inner .itemWrap .titleItem .salePriceRatio.is-other .salePriceName {
    font-size: 1.2vw !important;
  }
}
@media screen and (max-width: 980px) {
  .saleContents .inner .itemWrap .titleItem .salePriceRatio.is-other .salePriceName {
    font-size: 2.2vw !important;
  }
}
.saleContents .inner .itemWrap .titleItem .salePriceRatio .Discount {
  position: relative;
  z-index: 2;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: left;
  padding-left: 3%;
}
@media screen and (max-width: 1200px) {
  .saleContents .inner .itemWrap .titleItem .salePriceRatio .Discount {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 980px) {
  .saleContents .inner .itemWrap .titleItem .salePriceRatio .Discount {
    font-size: 4.5vw;
  }
}
.saleContents .inner .itemWrap .titleItem .price {
  font-size: 28px;
  text-align: center;
  padding-bottom: 1%;
  margin-top: 0;
}
@media screen and (max-width: 1200px) {
  .saleContents .inner .itemWrap .titleItem .price {
    font-size: 2.6vw;
  }
}
@media screen and (max-width: 980px) {
  .saleContents .inner .itemWrap .titleItem .price {
    font-size: 4.5vw;
  }
}
.saleContents .inner .itemWrap .saleItemBtnWrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 1%;
}
.saleContents .inner .itemWrap .saleItemBtnWrap .saleItemBtn {
  display: block;
  width: 48%;
  margin: 2% 1%;
  border-radius: 2rem 2rem 0 2rem;
  padding: 2% 3%;
  font-size: 26px;
  color: #fff;
  background: #f3ae00;
  box-shadow: 3px 2px 2px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1200px) {
  .saleContents .inner .itemWrap .saleItemBtnWrap .saleItemBtn {
    font-size: 2vw;
  }
}
@media screen and (max-width: 980px) {
  .saleContents .inner .itemWrap .saleItemBtnWrap .saleItemBtn {
    font-size: 3.6vw;
  }
}
.saleContents .inner .itemWrap .saleItemBtnWrap .saleItemBtn:nth-of-type(2) {
  background: #0089d6;
}
.saleContents .inner .itemWrap .saleItemBtnWrap .saleItemBtn:nth-of-type(3) {
  background: #b400ff;
}
.saleContents .inner .itemWrap .saleItemBtnWrap .saleItemBtn:nth-of-type(4) {
  background: #19b200;
}
.saleContents .inner .itemWrap a.steamBnr {
  margin: 0 auto;
  width: 63%;
}
@media screen and (max-width: 980px) {
  .saleContents .inner .itemWrap a.steamBnr {
    width: 90%;
  }
}
.saleContents .inner a {
  text-decoration: none;
}
.saleContents .inner a:hover {
  filter: brightness(61%);
}
.saleContents .inner a.titleItem::before {
  content: "";
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1;
}
.saleContents .inner a.titleItem.is-ps::before {
  border-bottom: 2em solid #002c5a;
  border-left: 2em solid transparent;
}
@media screen and (max-width: 1200px) {
  .saleContents .inner a.titleItem.is-ps::before {
    border-bottom: 1.6em solid #002c5a;
    border-left: 1.6em solid transparent;
  }
}
@media screen and (max-width: 980px) {
  .saleContents .inner a.titleItem.is-ps::before {
    border-bottom: 4vw solid #002c5a;
    border-left: 4vw solid transparent;
  }
}
.saleContents .inner a.titleItem.is-switch::before {
  border-bottom: 2em solid #e60012;
  border-left: 2em solid transparent;
}
@media screen and (max-width: 1200px) {
  .saleContents .inner a.titleItem.is-switch::before {
    border-bottom: 1.6em solid #e60012;
    border-left: 1.6em solid transparent;
  }
}
@media screen and (max-width: 980px) {
  .saleContents .inner a.titleItem.is-switch::before {
    border-bottom: 4vw solid #e60012;
    border-left: 4vw solid transparent;
  }
}
.saleContents .inner a.titleItem.is-steam::before {
  border-bottom: 2em solid #a3a3a3;
  border-left: 2em solid transparent;
}
@media screen and (max-width: 1200px) {
  .saleContents .inner a.titleItem.is-steam::before {
    border-bottom: 1.6em solid #a3a3a3;
    border-left: 1.6em solid transparent;
  }
}
@media screen and (max-width: 980px) {
  .saleContents .inner a.titleItem.is-steam::before {
    border-bottom: 4vw solid #a3a3a3;
    border-left: 4vw solid transparent;
  }
}
.saleContents ul.aten {
  margin: 100px 0.5%;
  color: #FFF;
}
@media screen and (max-width: 980px) {
  .saleContents ul.aten {
    margin: 10% 0.5%;
  }
}
.saleContents ul.aten li {
  text-indent: -1rem;
  padding-left: 1rem;
}

/*==================================
  attentionWrap
===================================*/
.attentionWrap {
  width: 100%;
  background: url(../image/dot-w.gif);
  padding-top: 4%;
  padding-bottom: 4%;
}
.attentionWrap ul {
  width: 98%;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .attentionWrap ul {
    width: 92%;
  }
}
.attentionWrap ul li {
  font-size: 14px;
  font-weight: bold;
  margin-left: 1em;
}
@media screen and (max-width: 980px) {
  .attentionWrap ul li {
    font-size: 12px;
  }
}
.attentionWrap ul li:before {
  display: inline-block;
  content: "※";
  margin-left: -1em;
  font-style: normal;
}

/*==================================
  copy
===================================*/
.copyRightWrap {
  position: relative;
  width: 100%;
  padding-top: 4%;
  padding-bottom: 4%;
  color: #fff;
  background: #1b1b1b;
}
.copyRightWrap .copyRight {
  font-size: 12px;
  display: block;
  width: 96%;
  margin: 0 auto;
}

/*==================================
  pageTp@
===================================*/
#pageTop {
  position: fixed;
  z-index: 100;
  bottom: 15px;
  right: 15px;
}
#pageTop a {
  display: block;
  width: 76px;
  height: 76px;
  background: #000;
  border-radius: 2rem 0 2rem 0;
}
@media screen and (max-width: 980px) {
  #pageTop a {
    border-radius: 1.3rem 0 1.3rem 0;
    width: 12vw;
    height: 12vw;
  }
}
#pageTop a span {
  position: absolute;
  display: block;
  top: 22px;
  left: 20px;
  width: 35px;
  height: 24px;
  background: #50ecff;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 980px) {
  #pageTop a span {
    top: 28%;
    left: 26%;
    width: 5vw;
    height: 4vw;
  }
}

/*==================================
  footer
===================================*/
footer {
  position: relative;
  width: 100%;
  padding-top: 2%;
  padding-bottom: 100px;
  color: #fff;
  background: #008cd4;
}
footer .inner {
  width: 96%;
  margin: 0 auto;
}
footer .inner p a {
  color: #fff;
}
footer .inner p a:hover {
  opacity: 0.6;
  text-decoration: none;
}/*# sourceMappingURL=style_dl.css.map */