@charset "UTF-8";
/* Don't Edit */
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&display=swap");
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block;
}

* {
  margin: 0;
  padding: 0;
  word-break: normal;
  -webkit-font-smoothing: subpixel-antialiased;
  outline: none;
}

html {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #000;
  font-weight: normal;
  font-size: 16px;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 17px;
  }
}

/*--------------------
	Text
--------------------*/
figure, figcaption {
  font-weight: bold;
}

h1 {
  /* margin: 1em 0 2em 0;
  font-size: 123.1%; */
}

/*--------------------
	List
--------------------*/
li {
  list-style-type: none;
}

dt,
dd {
  font-weight: bold;
}

/* Opera Hack */
html:first-child li,
html:first-child dt,
html:first-child dd {
  font-size: 1em;
}

li li,
li p,
li pre,
li dt,
li dd,
dd li,
dd p,
dd pre,
dd dt,
dd dd {
  font-size: 100%;
}

a.mo:hover {
  opacity: 0.7;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*--------------------
	link
--------------------*/
a {
  color: #d00;
  text-decoration: none;
  outline: none !important;
}

/*--------------------
	Others
--------------------*/
img {
  border: none;
}

hr {
  height: 1px;
  border: 1px solid #fff;
}

.centering {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .hide-sp {
    display: none;
  }

  .content-area__inner {
    padding: 5% 0 5%;
  }

  .wrapper {
    overflow: hidden;
  }

  .common-headBar {
    padding-top: 55px;
    width: 100%;
    position: relative;
    background: #fff;
    border-bottom: 1px solid #eee;
    z-index: 50;
  }
  .common-headBar__logo {
    width: 74px;
    height: 50px;
    display: block;
    position: absolute;
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .common-headBar__logo-image {
    position: absolute;
    width: 66%;
    left: 50%;
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, 0);
    top: 5px;
  }
  .common-headBar__logo-text {
    display: none;
  }
  .common-headBar__logo-slogan {
    position: absolute;
    width: 100%;
    left: 50%;
    position: absolute;
    top: auto;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 3px;
    pointer-events: none;
  }
  .common-headBar-member {
    width: 50px;
    display: block;
    position: absolute;
    top: 0px;
    right: 50px;
    height: 100%;
  }
  .common-headBar-member__icon {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 40%;
    width: 16px;
  }
  .common-headBar-member__text {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 80%;
    width: 100%;
    text-align: center;
    font-size: 8px;
    line-height: 1;
  }
  .common-headBar-shop {
    width: 50px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
  .common-headBar-shop__icon {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 40%;
    width: 24px;
  }
  .common-headBar-shop__text {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 80%;
    font-size: 8px;
    width: 100%;
    text-align: center;
    line-height: 1;
  }
  .common-headBar__shop-img {
    width: 60%;
    display: block;
    position: absolute;
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .common-navigation {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    width: 100%;
    padding-top: 70px;
    z-index: 100;
    position: fixed;
    bottom: 0;
    left: 0;
  }
  .common-navigation__inner {
    width: 86%;
    padding-top: 48px;
    position: absolute;
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 38%;
  }
  .common-navigation-btn {
    position: absolute;
    height: 90%;
  }
  .common-navigation-btn.btn-top {
    width: 16%;
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: -2%;
    transform: translate(0, -50%);
  }
  .common-navigation-btn.btn-top .common-navigation-btn__image {
    margin: 5px auto 0;
    width: 38px;
  }
  .common-navigation-btn.btn-news {
    width: 16%;
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 16%;
    transform: translate(0, -50%);
  }
  .common-navigation-btn.btn-news .common-navigation-btn__image {
    margin: 5px auto 0;
    width: 23px;
  }
  .common-navigation-btn.btn-game {
    width: 16%;
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 33%;
    transform: translate(0, -50%);
  }
  .common-navigation-btn.btn-game .common-navigation-btn__image {
    margin: 5px auto 0;
    width: 30px;
  }
  .common-navigation-btn.btn-event {
    width: 16%;
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(0, -50%);
  }
  .common-navigation-btn.btn-event .common-navigation-btn__image {
    margin: -4px auto 0;
    width: 23px;
  }
  .common-navigation-btn.btn-goods {
    width: 16%;
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 67%;
    transform: translate(0, -50%);
  }
  .common-navigation-btn.btn-goods .common-navigation-btn__image {
    margin: 5px auto 0;
    width: 24px;
  }
  .common-navigation-btn.btn-support {
    width: 16%;
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 85%;
    transform: translate(0, -50%);
  }
  .common-navigation-btn.btn-support .common-navigation-btn__image {
    margin: 5px auto 0;
    width: 30px;
  }
  .common-navigation-btn.btn-min {
    display: none;
  }
  .common-navigation-btn__image {
    display: block;
    width: 100%;
    position: relative;
    top: 0;
    display: block;
    fill: #000;
    opacity: 1;
  }
  .common-navigation-btn__image .cls-3 {
    fill: #000;
  }
  .common-navigation-btn__image--on {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  .common-navigation-btn .text {
    color: #000;
    font-size: 8px;
    line-height: 1;
    display: block;
    width: 60px;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0;
  }
  .common-navigation-btn.active .common-navigation-btn__image {
    opacity: 0;
  }
  .common-navigation-btn.active .common-navigation-btn__image--on {
    opacity: 1;
  }

  .subnavigation-on .common-navigation {
    bottom: 10px;
    width: 96%;
    border-radius: 0 0 25px 25px;
    box-shadow: none;
  }
  .subnavigation-on .common-navigation__inner {
    width: 84%;
  }

  .common-subnavigation {
    position: fixed;
    background: #fff;
    border-radius: 25px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    width: 90%;
    padding: 6% 20px 6%;
    opacity: 0;
    pointer-events: none;
    box-sizing: border-box;
    z-index: 90;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s;
    display: block;
  }
  .common-subnavigation-cover {
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    opacity: 0;
    transition: all 0.5s;
    pointer-events: none;
  }
  .common-subnavigation__inner > div {
    display: none;
  }
  .common-subnavigation--game {
    display: none;
  }
  .common-subnavigation--event {
    display: none;
  }
  .common-subnavigation--goods__item--main {
    width: 100%;
    margin: 0 5px;
    padding: 7px 0;
  }
  .common-subnavigation--goods__item--main a {
    display: flex;
    align-items: center;
  }
  .common-subnavigation--goods__image--main {
    width: 50%;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    padding-top: 20%;
    display: block;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition: all 0.2s;
  }
  .common-subnavigation--goods__image--main .svg {
    display: block;
    width: 50px;
    position: absolute;
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    fill: #be0006;
  }
  .common-subnavigation--goods__image--main .svg.ir--news-list {
    width: 40px;
  }
  .common-subnavigation--goods__image--main .svg.ir--news-sale {
    width: 70px;
  }
  .common-subnavigation--goods__image--main .svg.ir--gc {
    fill: #000;
    width: 80px;
  }
  .common-subnavigation--goods__image--main .svg.ir--ktid {
    width: 100px;
  }
  .common-subnavigation--goods__image--main .svg.ir--ktapp {
    width: 45px;
  }
  .common-subnavigation--goods__image--main img {
    display: block;
    height: 150%;
    position: absolute;
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .common-subnavigation--goods__image--main img.ir--ktspot {
    height: 120%;
  }
  .common-subnavigation--goods__text {
    display: block;
    text-align: center;
    font-size: 13px !important;
    margin-top: 0.3em;
    width: 50%;
    padding: 0 5%;
    box-sizing: border-box;
    line-height: 1.3;
  }
  .common-subnavigation--goods__item--main:nth-child(5n+5) {
    border-bottom: 0;
    text-align: center;
  }
  .common-subnavigation--goods__item--main:nth-child(5n+5) a {
    display: block;
  }
  .common-subnavigation--goods__item--main:nth-child(5n+5) .common-subnavigation--game__image--main {
    display: none;
  }
  .common-subnavigation--goods__item--main:nth-child(5n+5) .common-subnavigation--game__text {
    color: #000;
    display: inline-block;
    padding: 8px 26px;
    margin-top: 15px;
    font-size: 15px;
    vertical-align: middle;
    transition: all 0.3s;
    margin-top: 6px;
    color: #000;
  }
  .common-subnavigation--goods__item--main:nth-child(5n+5) .common-subnavigation--game__text:after {
    content: "";
    background: #000 url(../img/common/icon_innnerlink_w.svg) center center no-repeat;
    background-size: 11px;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: -0.2em 0 0 0.5em;
    vertical-align: middle;
    transition: all 0.3s;
  }
  .common-subnavigation--goods__item--main:nth-child(5n+5) .common-subnavigation--game__text:hover {
    color: #be0006;
  }
  .common-subnavigation--goods__item--main:nth-child(5n+5) .common-subnavigation--game__text:hover:after {
    background: #be0006 url(../img/common/icon_innnerlink_w.svg) center center no-repeat;
    background-size: 11px;
  }
  .common-subnavigation--goods__wrap--sub {
    text-align: center;
  }
  .common-subnavigation--goods__item--sub {
    display: inline-block;
  }
  .common-subnavigation--goods__item--sub a {
    background: #be0006;
    color: #fff;
    display: inline-block;
    padding: 6px 40px 6px 30px;
    margin-top: 15px;
    position: relative;
    border-radius: 50px;
    font-size: 12px;
    transition: all 0.2s;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    display: inline-block;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .common-subnavigation--goods__item--sub a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .common-subnavigation--goods__item--sub a:after {
    content: "";
    background: url(../img/common/icon_innnerlink_w.svg) center center no-repeat;
    display: inline-block;
    width: 15px;
    height: 10px;
    margin-left: 0.5em;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 767px) {
  .common-subnavigation--goods__item--sub a:hover {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
    background: #810004;
  }
}
@media screen and (max-width: 767px) {
  .common-subnavigation--support {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .common-foot-area {
    background: #000;
    color: #fff;
    padding: 8% 0 140px;
  }
  .common-foot-area-btnlink {
    width: 90%;
    margin: 0 auto 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .common-foot-area-btnlink__btn {
    display: block;
    width: 100%;
    padding: 3% 5%;
    background-color: #2f2f2f;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    margin-bottom: 2%;
    font-size: 13px;
  }
  .common-foot-area-btnlink__btn-half {
    display: block;
    width: 49%;
    padding: 3% 5%;
    background-color: #2f2f2f;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    font-size: 13px;
  }
  .common-foot-area-textlink-list {
    width: 90%;
    font-size: 12px;
    margin: 10px auto;
  }
  .common-foot-area-textlink-list__btn {
    display: inline-block;
    color: #fff;
  }
  .common-foot-area-textlink-list__btn:before {
    content: "▶︎";
    display: inline-block;
  }
  .common-foot-area-rights {
    width: 90%;
    font-size: 10px;
    margin: 0 auto;
    color: #ddd;
  }
  .common-foot-area-license {
    width: 90%;
    padding: 20px 0;
    margin: 0 auto;
  }
  .common-foot-area-license .license-iroi {
    display: flex;
  }
  .common-foot-area-license .license-iroi__image {
    width: 89px;
    height: 31px;
    margin-right: 10px;
  }
  .common-foot-area-license .license-iroi__text {
    width: 160px;
    font-size: 11px;
    color: #ddd;
    line-height: 1.3;
  }
  .common-foot-area-license .license-elicense {
    display: flex;
    margin-top: 20px;
  }
  .common-foot-area-license .license-elicense__image {
    width: 31px;
    height: 31px;
    margin-right: 10px;
  }
  .common-foot-area-license .license-elicense__text {
    width: 160px;
    font-size: 11px;
    color: #ddd;
    line-height: 1.3;
  }
  .common-foot-area-gcrights {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0 0;
  }
  .common-foot-area-gcrights .image {
    width: 160px;
  }
  .common-foot-area-gcrights .text {
    font-size: 6px;
  }
}
@media screen and (max-width: 767px) {
  .hide-element {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .item__popup {
    width: 300px;
    padding: 25px 19px;
    background-color: #fff;
    border-radius: 30px;
  }
  .item__popup .popup__headline {
    padding-bottom: 3px;
    margin-top: 20px;
    text-align: center;
  }
  .item__popup .popup__headline:first-child {
    margin-top: 0;
  }
  .item__popup .popup__btn {
    background: #be0006;
    color: #fff;
    display: inline-block;
    padding: 6px 40px 6px 30px;
    margin-top: 15px;
    position: relative;
    border-radius: 50px;
    font-size: 12px;
    transition: all 0.2s;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    margin-top: 6px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .item__popup .popup__btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .item__popup .popup__btn:after {
    content: "";
    background: url(../img/common/icon_innnerlink_w.svg) center center no-repeat;
    display: inline-block;
    width: 15px;
    height: 10px;
    margin-left: 0.5em;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 767px) {
  .item__popup .popup__btn:hover {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
    background: #810004;
  }
}
@media screen and (max-width: 767px) {
  .item__popup .popup__btnfirst-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .hide-pc {
    display: none;
  }

  .content-area {
    padding-top: 65px;
    overflow: hidden;
  }
  .content-area.other-domain {
    padding-top: 0px;
  }

  .content-area__inner {
    padding-top: 60px;
  }

  .wrapper {
    overflow: hidden;
    min-width: 1200px;
  }

  .common-headBar {
    height: 65px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    min-width: 1200px;
  }
  .common-headBar.mini {
    position: relative;
  }
  .common-headBar__logo {
    width: 220px;
    height: 65px;
  }
  .common-headBar__logo-image {
    position: absolute;
    width: 55px;
    left: 15px;
    top: 15px;
    transition: opacity 0.3s;
  }
  .common-headBar__logo-image:hover {
    opacity: 0.7;
  }
  .common-headBar__logo-text {
    position: absolute;
    top: 19px;
    left: 103px;
    width: 104px;
  }
  .common-headBar__logo-slogan {
    position: absolute;
    width: 140px;
    left: 85px;
    top: 36px;
    transition: opacity 0.3s;
  }
  .common-headBar__logo-slogan:hover {
    opacity: 0.7;
  }
  .common-headBar-member {
    width: 70px;
    display: block;
    position: absolute;
    top: 0px;
    right: 70px;
    height: 100%;
  }
  .common-headBar-member:active {
    pointer-events: none;
  }
  .common-headBar-member__icon {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 40%;
    width: 18px;
  }
  .common-headBar-member__text {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 75%;
    width: 100%;
    text-align: center;
    font-size: 10px;
  }
  .common-headBar-member.on::after {
    content: "";
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    bottom: 0;
    background-color: #be0006;
  }
  .common-headBar-shop {
    width: 70px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
  .common-headBar-shop:active {
    pointer-events: none;
  }
  .common-headBar-shop__icon {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 40%;
    width: 26px;
  }
  .common-headBar-shop__text {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 75%;
    font-size: 10px;
    width: 4em;
  }
  .common-headBar-shop.on::after {
    content: "";
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    bottom: 0;
    background-color: #be0006;
  }

  .common-navigation {
    position: absolute;
    height: 65px;
    top: 0;
    left: 250px;
  }
  .common-navigation__inner {
    height: 65px;
    display: flex;
    flex-wrap: wrap;
  }
  .common-navigation-btn {
    display: flex;
    width: 114px;
    height: 65px;
    position: relative;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .common-navigation-btn.btn-top {
    display: none;
  }
  .common-navigation-btn.btn-news .common-navigation-btn__image {
    width: 28px;
  }
  .common-navigation-btn.btn-event .common-navigation-btn__image {
    width: 28px;
  }
  .common-navigation-btn.btn-goods .common-navigation-btn__image {
    width: 34px;
  }
  .common-navigation-btn.btn-support .common-navigation-btn__image {
    width: 34px;
  }
  .common-navigation-btn.btn-min {
    width: 100px;
    margin-left: 10px;
  }
  .common-navigation-btn.btn-min .text {
    left: 48px;
    color: #797979;
  }
  .common-navigation-btn.btn-min .common-navigation-btn__image {
    width: 20px;
    margin-right: 5px;
  }
  .common-navigation-btn.btn-min.on::after {
    content: "";
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    bottom: 0;
    background-color: #999;
  }
  .common-navigation-btn__image {
    display: block;
    width: 32px;
    fill: #be0006;
    margin-right: 10px;
  }
  .common-navigation-btn .text {
    display: block;
    font-size: 12px;
  }
  .common-navigation-btn.on::after {
    content: "";
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    bottom: 0;
    background-color: #be0006;
  }

  .common-subnavigation {
    overflow: hidden;
    background-color: #fff;
    height: 0px;
    opacity: 0;
    position: relative;
  }
  .common-subnavigation::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ddd;
  }
  .common-subnavigation__inner {
    padding: 20px 0;
  }
  .common-subnavigation-cover {
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    height: calc(100vh - 65px);
    position: fixed;
    top: 65;
    left: 0;
    z-index: 80;
    transition: all 0.5s;
    pointer-events: none;
  }
  .common-subnavigation__close {
    display: none;
  }
  .common-subnavigation__close .image {
    position: absolute;
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .common-subnavigation--game__wrap--main {
    display: flex;
    justify-content: center;
  }
  .common-subnavigation--game__item--main {
    width: 250px;
    margin: 0 5px;
    padding: 7px 0;
  }
  .common-subnavigation--game__image--main {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    padding-top: 40%;
    display: block;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition: all 0.2s;
  }
  .common-subnavigation--game__image--main:hover {
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.3);
  }
  .common-subnavigation--game__image--main .image-01 {
    width: 33.3%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .common-subnavigation--game__image--main .image-02 {
    width: 33.3%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 33.3%;
  }
  .common-subnavigation--game__image--main .image-03 {
    width: 33.4%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 66.6%;
  }
  .common-subnavigation--game__image--main .image {
    display: block;
    width: 100%;
    position: absolute;
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .common-subnavigation--game__text {
    display: block;
    text-align: center;
    font-size: 15px !important;
    margin-top: 0.3em;
  }
  .common-subnavigation--game__item--main:nth-child(5n+5) {
    border-bottom: 0;
    text-align: center;
    width: 100px;
  }
  .common-subnavigation--game__item--main:nth-child(5n+5) a {
    display: block;
  }
  .common-subnavigation--game__item--main:nth-child(5n+5) .common-subnavigation--game__image--main {
    padding-top: 100%;
  }
  .common-subnavigation--game__item--main:nth-child(5n+5) .common-subnavigation--game__image--main .svg {
    display: block;
    width: 30px;
    position: absolute;
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    fill: #be0006;
  }
  .common-subnavigation--game__wrap--sub {
    text-align: center;
  }
  .common-subnavigation--game__item--sub {
    display: inline-block;
  }
  .common-subnavigation--game__item--sub a {
    background: #be0006;
    color: #fff;
    display: inline-block;
    padding: 6px 40px 6px 30px;
    margin-top: 15px;
    position: relative;
    border-radius: 50px;
    font-size: 12px;
    transition: all 0.2s;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    display: inline-block;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .common-subnavigation--game__item--sub a {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .common-subnavigation--game__item--sub a:after {
    content: "";
    background: url(../img/common/icon_innnerlink_w.svg) center center no-repeat;
    display: inline-block;
    width: 15px;
    height: 10px;
    margin-left: 0.5em;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
  }
}
@media screen and (min-width: 768px) {
  .common-subnavigation--game__item--sub a:hover {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
    background: #810004;
  }
}
@media screen and (min-width: 768px) {
  .common-subnavigation--event__wrap--main {
    display: flex;
    justify-content: center;
  }
  .common-subnavigation--event__item--main {
    width: 260px;
    margin: 0 5px;
    padding: 7px 0;
  }
  .common-subnavigation--event__image--main {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    padding-top: 40%;
    display: block;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition: all 0.2s;
  }
  .common-subnavigation--event__image--main:hover {
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.3);
  }
  .common-subnavigation--event__image--main .svg {
    display: block;
    width: 50px;
    position: absolute;
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    fill: #be0006;
  }
  .common-subnavigation--event__text {
    display: block;
    text-align: center;
    font-size: 15px !important;
    margin-top: 0.3em;
  }
  .common-subnavigation--event__item--main:nth-child(5n+5) {
    border-bottom: 0;
    text-align: center;
  }
  .common-subnavigation--event__item--main:nth-child(5n+5) a {
    display: block;
  }
  .common-subnavigation--event__item--main:nth-child(5n+5) .common-subnavigation--game__image--main {
    display: none;
  }
  .common-subnavigation--event__item--main:nth-child(5n+5) .common-subnavigation--game__text {
    color: #000;
    display: inline-block;
    padding: 8px 26px;
    margin-top: 15px;
    font-size: 15px;
    vertical-align: middle;
    transition: all 0.3s;
    margin-top: 6px;
    color: #000;
  }
  .common-subnavigation--event__item--main:nth-child(5n+5) .common-subnavigation--game__text:after {
    content: "";
    background: #000 url(../img/common/icon_innnerlink_w.svg) center center no-repeat;
    background-size: 11px;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: -0.2em 0 0 0.5em;
    vertical-align: middle;
    transition: all 0.3s;
  }
  .common-subnavigation--event__item--main:nth-child(5n+5) .common-subnavigation--game__text:hover {
    color: #be0006;
  }
  .common-subnavigation--event__item--main:nth-child(5n+5) .common-subnavigation--game__text:hover:after {
    background: #be0006 url(../img/common/icon_innnerlink_w.svg) center center no-repeat;
    background-size: 11px;
  }
  .common-subnavigation--event__wrap--sub {
    text-align: center;
  }
  .common-subnavigation--event__item--sub {
    display: inline-block;
  }
  .common-subnavigation--event__item--sub a {
    background: #be0006;
    color: #fff;
    display: inline-block;
    padding: 6px 40px 6px 30px;
    margin-top: 15px;
    position: relative;
    border-radius: 50px;
    font-size: 12px;
    transition: all 0.2s;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    display: inline-block;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .common-subnavigation--event__item--sub a {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .common-subnavigation--event__item--sub a:after {
    content: "";
    background: url(../img/common/icon_innnerlink_w.svg) center center no-repeat;
    display: inline-block;
    width: 15px;
    height: 10px;
    margin-left: 0.5em;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
  }
}
@media screen and (min-width: 768px) {
  .common-subnavigation--event__item--sub a:hover {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
    background: #810004;
  }
}
@media screen and (min-width: 768px) {
  .common-subnavigation--goods__wrap--main {
    display: flex;
    justify-content: center;
  }
  .common-subnavigation--goods__item--main {
    width: 260px;
    margin: 0 5px;
    padding: 7px 0;
  }
  .common-subnavigation--goods__image--main {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    padding-top: 40%;
    display: block;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition: all 0.2s;
  }
  .common-subnavigation--goods__image--main:hover {
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.3);
  }
  .common-subnavigation--goods__image--main .svg {
    display: block;
    width: 50px;
    position: absolute;
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    fill: #be0006;
  }
  .common-subnavigation--goods__image--main .svg.ir--news-list {
    width: 40px;
  }
  .common-subnavigation--goods__image--main .svg.ir--news-sale {
    width: 70px;
  }
  .common-subnavigation--goods__image--main .svg.ir--gc {
    width: 110px;
    fill: #000;
  }
  .common-subnavigation--goods__image--main .svg.ir--ktid {
    width: 150px;
    fill: #000;
  }
  .common-subnavigation--goods__image--main .svg.ir--ktapp {
    width: 60px;
  }
  .common-subnavigation--goods__image--main img {
    display: block;
    height: 120px;
    position: absolute;
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .common-subnavigation--goods__image--main.img-fit img {
    height: auto;
    width: 100%;
  }
  .common-subnavigation--goods__text {
    display: block;
    text-align: center;
    font-size: 15px !important;
    margin-top: 0.3em;
  }
  .common-subnavigation--goods__item--main:nth-child(5n+5) {
    border-bottom: 0;
    text-align: center;
  }
  .common-subnavigation--goods__item--main:nth-child(5n+5) a {
    display: block;
  }
  .common-subnavigation--goods__item--main:nth-child(5n+5) .common-subnavigation--game__image--main {
    display: none;
  }
  .common-subnavigation--goods__item--main:nth-child(5n+5) .common-subnavigation--game__text {
    color: #000;
    display: inline-block;
    padding: 8px 26px;
    margin-top: 15px;
    font-size: 15px;
    vertical-align: middle;
    transition: all 0.3s;
    margin-top: 6px;
    color: #000;
  }
  .common-subnavigation--goods__item--main:nth-child(5n+5) .common-subnavigation--game__text:after {
    content: "";
    background: #000 url(../img/common/icon_innnerlink_w.svg) center center no-repeat;
    background-size: 11px;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: -0.2em 0 0 0.5em;
    vertical-align: middle;
    transition: all 0.3s;
  }
  .common-subnavigation--goods__item--main:nth-child(5n+5) .common-subnavigation--game__text:hover {
    color: #be0006;
  }
  .common-subnavigation--goods__item--main:nth-child(5n+5) .common-subnavigation--game__text:hover:after {
    background: #be0006 url(../img/common/icon_innnerlink_w.svg) center center no-repeat;
    background-size: 11px;
  }
  .common-subnavigation--goods__wrap--sub {
    text-align: center;
  }
  .common-subnavigation--goods__item--sub {
    display: inline-block;
  }
  .common-subnavigation--goods__item--sub a {
    background: #be0006;
    color: #fff;
    display: inline-block;
    padding: 6px 40px 6px 30px;
    margin-top: 15px;
    position: relative;
    border-radius: 50px;
    font-size: 12px;
    transition: all 0.2s;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    display: inline-block;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .common-subnavigation--goods__item--sub a {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .common-subnavigation--goods__item--sub a:after {
    content: "";
    background: url(../img/common/icon_innnerlink_w.svg) center center no-repeat;
    display: inline-block;
    width: 15px;
    height: 10px;
    margin-left: 0.5em;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
  }
}
@media screen and (min-width: 768px) {
  .common-subnavigation--goods__item--sub a:hover {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
    background: #810004;
  }
}
@media screen and (min-width: 768px) {
  .common-subnavigation--support {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .subnavigation-on .common-subnavigation {
    box-sizing: border-box;
    z-index: 90;
    opacity: 1;
    height: auto;
  }
  .subnavigation-on .common-subnavigation-cover {
    background-color: rgba(0, 0, 0, 0.6);
    pointer-events: none;
  }
}
@media screen and (min-width: 768px) {
  .common-foot-area {
    background: #000;
    color: #fff;
    padding: 60px 0;
  }
  .common-foot-area__inner {
    width: 1100px;
    margin: 0 auto;
  }
  .common-foot-area-btnlink {
    margin: 0 auto 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .common-foot-area-btnlink__btn {
    display: block;
    width: 200px;
    padding: 10px 20px;
    margin: 0 10px;
    background-color: #2f2f2f;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    font-size: 14px;
  }
  .common-foot-area-btnlink__btn-half {
    display: block;
    width: 200px;
    padding: 10px 20px;
    margin: 0 10px;
    background-color: #2f2f2f;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    font-size: 14px;
  }
  .common-foot-area-textlink-list {
    width: 100%;
    font-size: 12px;
    margin: 10px auto;
  }
  .common-foot-area-textlink-list__btn {
    display: inline-block;
    color: #fff;
  }
  .common-foot-area-textlink-list__btn:before {
    content: "▶︎";
    display: inline-block;
  }
  .common-foot-area-rights {
    width: 100%;
    font-size: 11px;
    margin: 0 auto;
    color: #ddd;
  }
  .common-foot-area-license {
    padding: 20px 0;
    display: flex;
  }
  .common-foot-area-license .license-iroi {
    display: flex;
  }
  .common-foot-area-license .license-iroi__image {
    width: 89px;
    height: 31px;
    margin-right: 10px;
  }
  .common-foot-area-license .license-iroi__text {
    width: 160px;
    font-size: 11px;
    color: #ddd;
    line-height: 1.3;
  }
  .common-foot-area-license .license-elicense {
    display: flex;
    margin-left: 20px;
  }
  .common-foot-area-license .license-elicense__image {
    width: 31px;
    height: 31px;
    margin-right: 10px;
  }
  .common-foot-area-license .license-elicense__text {
    width: 160px;
    font-size: 11px;
    color: #ddd;
    line-height: 1.3;
  }
  .common-foot-area-gcrights {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0 0;
  }
  .common-foot-area-gcrights .image {
    width: 180px;
  }
  .common-foot-area-gcrights .text {
    font-size: 6px;
  }
}
@media screen and (min-width: 768px) {
  .hide-element {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .item__popup {
    width: 300px;
    padding: 25px 20px;
    background-color: #fff;
    border-radius: 30px;
  }
  .item__popup .popup__headline {
    padding-bottom: 3px;
    margin-top: 20px;
    text-align: center;
  }
  .item__popup .popup__headline:first-child {
    margin-top: 0;
  }
  .item__popup .popup__btn {
    background: #be0006;
    color: #fff;
    display: inline-block;
    padding: 6px 40px 6px 30px;
    margin-top: 15px;
    position: relative;
    border-radius: 50px;
    font-size: 12px;
    transition: all 0.2s;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    margin-top: 6px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .item__popup .popup__btn {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .item__popup .popup__btn:after {
    content: "";
    background: url(../img/common/icon_innnerlink_w.svg) center center no-repeat;
    display: inline-block;
    width: 15px;
    height: 10px;
    margin-left: 0.5em;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
  }
}
@media screen and (min-width: 768px) {
  .item__popup .popup__btn:hover {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
    background: #810004;
  }
}
@media screen and (min-width: 768px) {
  .item__popup .popup__btnfirst-child {
    margin-top: 0;
  }
}