@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;
  }
  .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__item--main:nth-child(5n+5) .common-subnavigation--game__text {
    margin-top: 6px;
    color: #000;
  }
  .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%);
  }
  .common-subnavigation--goods__item--sub a:hover {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
    background: rgb(128.8, 0, 4.0673684211);
  }
  .common-subnavigation--support {
    display: none;
  }
  .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;
  }
  .hide-element {
    display: none;
  }
  .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%);
  }
  .item__popup .popup__btn:hover {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
    background: rgb(128.8, 0, 4.0673684211);
  }
  .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: 14px !important;
    line-height: 1.4;
    margin-top: 0.8em;
  }
  .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%);
  }
  .common-subnavigation--game__item--sub a:hover {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
    background: rgb(128.8, 0, 4.0673684211);
  }
  .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: 14px !important;
    margin-top: 0.5em;
  }
  .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;
  }
  .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__item--main:nth-child(5n+5) .common-subnavigation--game__text {
    margin-top: 6px;
    color: #000;
  }
  .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%);
  }
  .common-subnavigation--event__item--sub a:hover {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
    background: rgb(128.8, 0, 4.0673684211);
  }
  .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: 14px !important;
    line-height: 1.4;
    margin-top: 1em;
    margin-top: 0.5rem;
  }
  .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;
  }
  .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__item--main:nth-child(5n+5) .common-subnavigation--game__text {
    margin-top: 6px;
    color: #000;
  }
  .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%);
  }
  .common-subnavigation--goods__item--sub a:hover {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
    background: rgb(128.8, 0, 4.0673684211);
  }
  .common-subnavigation--support {
    display: none;
  }
  .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;
  }
  .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;
  }
  .hide-element {
    display: none;
  }
  .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%);
  }
  .item__popup .popup__btn:hover {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
    background: rgb(128.8, 0, 4.0673684211);
  }
  .item__popup .popup__btnfirst-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .support-top .support-headline {
    font-family: "Roboto", sans-serif;
    text-align: center;
    font-size: 21px;
    margin-bottom: 4%;
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .support-top .support-headline {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .support-top .support-headline:after {
    content: "";
    display: block;
    background: url("../img/common/headline_line.svg") center center;
    background-size: contain;
    height: 5px;
    width: 100px;
    margin: -2px auto 0;
    background-repeat: no-repeat;
  }
  .support-top .support-information-section {
    background-color: #eee;
    position: relative;
    padding: 5% 0 5%;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .support-top .support-information-section {
    padding: 30px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .support-top .support-information-section__inner {
    width: 100%;
    margin: 0 auto;
  }
  .support-top .support-information-section .button--min {
    color: #000;
    display: inline-block;
    padding: 8px 26px;
    margin-top: 15px;
    font-size: 15px;
    vertical-align: middle;
    transition: all 0.3s;
  }
  .support-top .support-information-section .button--min: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;
  }
  .support-top .support-information-section .button--min:hover {
    color: #be0006;
  }
  .support-top .support-information-section .button--min:hover:after {
    background: #be0006 url(../img/common/icon_innnerlink_w.svg) center center no-repeat;
    background-size: 11px;
  }
  .support-top .support-information__tab {
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
  }
  .support-top .support-information__tab .tab-item {
    width: 40%;
    border-radius: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    margin: 0 1%;
    text-align: center;
    font-size: 14px;
    padding: 8px;
    transition: all 0.5s;
  }
  .support-top .support-information__tab .tab-item.on {
    color: #fff;
    background-color: #000;
  }
  .support-top .support-information__content {
    position: relative;
  }
  .support-top .support-information__content > .content-item {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  .support-top .support-information__content > .content-item.on {
    opacity: 1;
    position: relative;
  }
  .support-top .support-information-notice {
    width: 100%;
    top: 0;
    left: 0;
  }
  .support-top .support-information-maintenance {
    width: 100%;
    top: 0;
    left: 0;
  }
  .support-top .support-information-headline {
    font-family: "Roboto", sans-serif;
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
    display: none;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .support-top .support-information-headline {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .support-top .support-information-list {
    width: 90%;
    margin: 0 auto;
  }
  .support-top .support-information-item {
    display: block;
    padding: 15px 2%;
    border-bottom: 1px solid #ddd;
  }
  .support-top .support-information-date {
    color: #000;
    width: 110px;
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    vertical-align: top;
  }
  .support-top .support-information-text {
    color: #000;
    width: calc(100% - 115px);
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
  }
  .support-top .support-faq-section {
    padding: 13vw 0 0;
  }
  .support-top .support-faq-headline {
    font-weight: 800 !important;
    text-align: center;
    font-size: 21px;
    margin-bottom: 30px;
  }
  .support-top .support-faq-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto 0;
  }
  .support-top .support-faq-list__item {
    width: 90%;
    margin: auto;
    position: relative;
    border-bottom: 1px solid #000;
    padding-bottom: 4vw;
    margin-bottom: 40px;
  }
  .support-top .support-faq-list__item:after {
    content: "";
    background: #000 url(../img/common/icon_innnerlink_w.svg) center center no-repeat;
    background-size: 12px;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-left: 0.5em;
    position: absolute;
    right: 0;
    bottom: 5px;
  }
  .support-top .support-faq-list__item a {
    color: #000;
  }
  .support-top .support-faq-list__item .item__icon {
    width: 56px;
    position: absolute;
    left: 2%;
    top: 45%;
    transform: translate(0, -50%);
  }
  .support-top .support-faq-list__item .item__title {
    padding-left: 80px;
    font-size: 15px;
    font-weight: 800 !important;
  }
  .support-top .support-faq-list__item .item__text {
    padding-left: 80px;
    font-size: 13px !important;
  }
  .support-top .support-link-section {
    padding: 13vw 0 10vw;
  }
  .support-top .support-link-headline {
    font-weight: 800;
    text-align: center;
    font-size: 21px;
    margin-bottom: 8vw;
  }
  .support-top .support-link-list {
    display: flex;
    width: 100%;
    margin: 0 auto 0;
  }
  .support-top .support-link-list__item {
    width: 90%;
    position: relative;
    border-bottom: 1px solid #000;
    padding: 0 0.5em 2vw;
    margin: 0px auto 40px;
    font-weight: 800;
    box-sizing: border-box;
  }
  .support-top .support-link-list__item:after {
    content: "";
    background: #000 url(../img/common/icon_innnerlink_w.svg) center center no-repeat;
    background-size: 12px;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-left: 0.5em;
    position: absolute;
    right: 0;
    bottom: 5px;
  }
  .support-top .support-link-list__item a {
    color: #000;
  }
  .support-top .support-link-list__item p {
    font-size: 15px !important;
  }
  .support-top .support-inquery-section {
    padding: 20px 0 120px;
    text-align: center;
  }
  .support-top .support-inquery-section__text {
    text-align: center;
  }
  .support-top .support-inquery-section__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);
    font-size: 16px !important;
    padding: 10px 100px 10px 100px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .support-top .support-inquery-section__btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .support-top .support-inquery-section__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%);
  }
  .support-top .support-inquery-section__btn:hover {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
    background: rgb(128.8, 0, 4.0673684211);
  }
  .support-top #chatplusview {
    bottom: 90px;
  }
}
@media screen and (min-width: 768px) {
  .support-top .support-headline {
    font-family: "Roboto", sans-serif;
    text-align: center;
    font-size: 22px;
    margin: 0 auto 32px;
    font-weight: bold;
    max-width: 90%;
    line-height: 1.4;
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .support-top .support-headline {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) {
  .support-top .support-headline:after {
    content: "";
    display: block;
    background: url("../img/common/headline_line.svg") center center;
    background-size: contain;
    height: 5px;
    width: 100px;
    margin: 0.5em auto 0;
    background-repeat: no-repeat;
  }
  .support-top .support-information-section {
    background-color: #eee;
    padding: 50px 0;
  }
  .support-top .support-information-section__inner {
    width: 900px;
    margin: 0 auto;
  }
  .support-top .support-information-section .button--min {
    color: #000;
    display: inline-block;
    padding: 8px 26px;
    margin-top: 15px;
    font-size: 15px;
    vertical-align: middle;
    transition: all 0.3s;
  }
  .support-top .support-information-section .button--min: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;
  }
  .support-top .support-information-section .button--min:hover {
    color: #be0006;
  }
  .support-top .support-information-section .button--min:hover:after {
    background: #be0006 url(../img/common/icon_innnerlink_w.svg) center center no-repeat;
    background-size: 11px;
  }
  .support-top .support-information__tab {
    display: none;
  }
  .support-top .support-information__content {
    display: flex;
    justify-content: space-between;
  }
  .support-top .support-information-notice {
    padding-bottom: 0px;
    width: 48%;
  }
  .support-top .support-information-maintenance {
    position: relative;
    width: 48%;
  }
  .support-top .support-information-headline {
    font-family: "Roboto", sans-serif;
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .support-top .support-information-headline {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .support-top .support-information-list {
    width: 90%;
    margin: 0 auto;
  }
  .support-top .support-information-item {
    display: block;
    padding: 15px 2%;
    border-bottom: 1px solid #ddd;
  }
  .support-top .support-information-date {
    color: #000;
    width: 110px;
    display: inline-block;
    font-size: 14px;
    font-weight: 800;
    vertical-align: top;
  }
  .support-top .support-information-text {
    color: #000;
    width: calc(100% - 115px);
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
  }
  .support-top .support-faq-section {
    padding: 60px 0 0;
  }
  .support-top .support-faq-headline {
    font-family: "Roboto", sans-serif;
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .support-top .support-faq-headline {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .support-top .support-faq-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 700px;
    margin: 0 auto 0;
  }
  .support-top .support-faq-list__item {
    width: 330px;
    position: relative;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
  .support-top .support-faq-list__item:after {
    content: "";
    background: #000 url(../img/common/icon_innnerlink_w.svg) center center no-repeat;
    background-size: 12px;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-left: 0.5em;
    position: absolute;
    right: 0;
    bottom: 5px;
  }
  .support-top .support-faq-list__item a {
    color: #000;
  }
  .support-top .support-faq-list__item .item__icon {
    width: 56px;
    position: absolute;
    left: 0;
    top: 45%;
    transform: translate(0, -50%);
  }
  .support-top .support-faq-list__item .item__title {
    padding-left: 75px;
    font-size: 18px;
    font-weight: 800 !important;
  }
  .support-top .support-faq-list__item .item__text {
    padding-left: 75px;
    font-size: 13px !important;
  }
  .support-top .support-link-section {
    padding: 60px 0;
  }
  .support-top .support-link-headline {
    font-family: "Roboto", sans-serif;
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .support-top .support-link-headline {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .support-top .support-link-list {
    display: flex;
    width: 700px;
    margin: 0 auto 0;
  }
  .support-top .support-link-list__item {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #000;
    padding-bottom: 0.5em;
    margin-bottom: 40px;
    font-weight: 800;
  }
  .support-top .support-link-list__item:after {
    content: "";
    background: #000 url(../img/common/icon_innnerlink_w.svg) center center no-repeat;
    background-size: 12px;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-left: 0.5em;
    position: absolute;
    right: 0;
    bottom: 5px;
  }
  .support-top .support-link-list__item a {
    color: #000;
  }
  .support-top .support-link-list__item p {
    font-size: 17x !important;
  }
  .support-top .support-inquery-section {
    padding: 50px 0 120px;
    text-align: center;
  }
  .support-top .support-inquery-section__text {
    text-align: center;
  }
  .support-top .support-inquery-section__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);
    font-size: 16px !important;
    padding: 10px 100px 10px 100px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .support-top .support-inquery-section__btn {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .support-top .support-inquery-section__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%);
  }
  .support-top .support-inquery-section__btn:hover {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
    background: rgb(128.8, 0, 4.0673684211);
  }
}

@media screen and (max-width: 767px) {
  .support-inquiry .content-area {
    padding-bottom: 100px;
  }
  .support-inquiry .inquiry-headline {
    font-family: "Roboto", sans-serif;
    text-align: center;
    font-size: 22px;
    margin: 0 auto 32px;
    font-weight: bold;
    max-width: 90%;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .support-inquiry .inquiry-headline {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .support-inquiry .inquiry-headline:after {
    content: "";
    display: block;
    background: url("../img/common/headline_line.svg") center center;
    background-size: contain;
    height: 5px;
    width: 100px;
    margin: 0.5em auto 0;
    background-repeat: no-repeat;
  }
  .support-inquiry .inquiry-attention {
    width: 90%;
    margin: 0 auto;
    font-size: 14px;
  }
  .support-inquiry .inquiry-attention__title {
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
    text-align: left;
  }
  .support-inquiry .inquiry-notice {
    width: 90%;
    margin: 0 auto;
  }
  .support-inquiry .inquiry-notice__item {
    display: flex;
    padding: 3% 5%;
    border: 1px solid #be0006;
    border-radius: 15px;
    box-sizing: border-box;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.6;
    color: #be0006;
    align-items: center;
  }
  .support-inquiry .inquiry-notice__item .item-date {
    padding-right: 1em;
  }
  .support-inquiry .inquiry-notice:last-child .inquiry-notice__item {
    margin-bottom: 20px;
  }
  .support-inquiry .inquiry-attention {
    width: 90%;
    margin: 0 auto;
    font-size: 14px;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 15px;
    background-color: #fdf4c6;
  }
  .support-inquiry .inquiry-attention li {
    padding-left: 1em;
    text-indent: -1em;
  }
  .support-inquiry .inquiry-attention li:before {
    content: "・";
  }
  .support-inquiry .inquiry-attention a {
    color: #09d;
  }
  .support-inquiry .inquery-section {
    width: 90%;
    box-sizing: border-box;
    padding: 20px;
    margin: 20px auto;
    border-radius: 15px;
    background-color: #eee;
  }
  .support-inquiry .inquery-section__title {
    font-weight: 800;
    font-size: 18px;
    width: 100%;
    border-left: 5px solid #be0006;
    padding: 0 0% 0 0.5em;
    line-height: 1.4;
    box-sizing: border-box;
    margin-bottom: 0.8em;
  }
  .support-inquiry .inquery-section__info {
    font-weight: 800;
    width: 100%;
  }
  .support-inquiry .inquery-section__info .info__head {
    border-bottom: 1px solid #000;
    text-align: center;
    font-size: 18px;
    margin: 40px 0 10px;
  }
  .support-inquiry .inquery-section__info .info__head:first-child {
    margin-top: 0px;
  }
  .support-inquiry .inquery-section__info .info__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);
    display: block;
    text-align: center;
    padding: 17px;
    font-size: 13px !important;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .support-inquiry .inquery-section__info .info__btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .support-inquiry .inquery-section__info .info__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%);
  }
  .support-inquiry .inquery-section__info .info__btn:hover {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
    background: rgb(128.8, 0, 4.0673684211);
  }
  .support-inquiry .inquery-section__info .info__text {
    font-size: 14px;
  }
  .support-inquiry .inquery-section__info .info__text.centering {
    text-align: center;
    font-size: 12px;
  }
  .support-inquiry .inquery-section__info .info__text strong {
    font-size: 22px;
  }
  .support-inquiry .inquery-section__info .info__exp {
    margin-top: 1em;
  }
  .support-inquiry .inquery-section__info .info__exp li {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 13px !important;
  }
  .support-inquiry .inquery-section__info .info__exp li:before {
    content: "※";
  }
  .support-inquiry .exp-section {
    width: 90%;
    margin: 0 auto;
  }
  .support-inquiry .exp-section .info__exp {
    margin-top: 1em;
  }
  .support-inquiry .exp-section .info__exp li {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 14px !important;
  }
  .support-inquiry .exp-section .info__exp li:before {
    content: "※";
  }
}
@media screen and (min-width: 768px) {
  .support-inquiry .content-area {
    padding-bottom: 100px;
  }
  .support-inquiry .inquiry-headline {
    font-family: "Roboto", sans-serif;
    text-align: center;
    font-size: 22px;
    margin: 0 auto 32px;
    font-weight: bold;
    max-width: 90%;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .support-inquiry .inquiry-headline {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) {
  .support-inquiry .inquiry-headline:after {
    content: "";
    display: block;
    background: url("../img/common/headline_line.svg") center center;
    background-size: contain;
    height: 5px;
    width: 100px;
    margin: 0.5em auto 0;
    background-repeat: no-repeat;
  }
  .support-inquiry .inquiry-attention {
    width: 900px;
    margin: 0 auto;
    font-size: 14px;
  }
  .support-inquiry .inquiry-attention__title {
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
  }
  .support-inquiry .inquiry-notice {
    width: 900px;
    margin: 0 auto;
  }
  .support-inquiry .inquiry-notice__item {
    display: flex;
    padding: 10px 25px;
    border: 1px solid #be0006;
    border-radius: 15px;
    box-sizing: border-box;
    margin: 0 0 10px;
    font-size: 14px;
    color: #be0006;
  }
  .support-inquiry .inquiry-notice__item .item-date {
    padding-right: 1em;
  }
  .support-inquiry .inquiry-notice:last-child .inquiry-notice__item {
    margin-bottom: 20px;
  }
  .support-inquiry .inquiry-attention {
    width: 900px;
    margin: 0 auto;
    font-size: 14px;
    box-sizing: border-box;
    padding: 40px;
    border-radius: 15px;
    background-color: #fdf4c6;
  }
  .support-inquiry .inquiry-attention li {
    padding-left: 1em;
    text-indent: -1em;
  }
  .support-inquiry .inquiry-attention li:before {
    content: "・";
  }
  .support-inquiry .inquiry-attention a {
    color: #09d;
  }
  .support-inquiry .inquery-section {
    width: 900px;
    box-sizing: border-box;
    padding: 40px;
    margin: 20px auto;
    border-radius: 15px;
    background-color: #eee;
    display: flex;
    align-items: flex-start;
  }
  .support-inquiry .inquery-section__title {
    font-weight: 800;
    font-size: 22px;
    width: 40%;
    border-left: 5px solid #be0006;
    padding: 0 4% 0 0.5em;
    line-height: 1.4;
  }
  .support-inquiry .inquery-section__info {
    font-weight: 800;
    width: 60%;
    border-left: 1px solid #ddd;
    padding-left: 4%;
  }
  .support-inquiry .inquery-section__info .info__head {
    border-bottom: 1px solid #000;
    text-align: center;
    font-size: 20px;
    margin: 40px 0 20px;
    padding: 0 0 5px;
  }
  .support-inquiry .inquery-section__info .info__head:first-child {
    margin-top: 0px;
  }
  .support-inquiry .inquery-section__info .info__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);
    display: block;
    text-align: center;
    padding: 17px;
    font-size: 16px !important;
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .support-inquiry .inquery-section__info .info__btn {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .support-inquiry .inquery-section__info .info__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%);
  }
  .support-inquiry .inquery-section__info .info__btn:hover {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
    background: rgb(128.8, 0, 4.0673684211);
  }
  .support-inquiry .inquery-section__info .info__text {
    font-size: 16px;
    padding-bottom: 0.5em;
  }
  .support-inquiry .inquery-section__info .info__text.centering {
    text-align: center;
  }
  .support-inquiry .inquery-section__info .info__text strong {
    font-size: 22px;
  }
  .support-inquiry .inquery-section__info .info__exp {
    margin-top: 1em;
  }
  .support-inquiry .inquery-section__info .info__exp li {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 14px !important;
  }
  .support-inquiry .inquery-section__info .info__exp li:before {
    content: "※";
  }
  .support-inquiry .exp-section {
    width: 900px;
    margin: 0 auto;
  }
  .support-inquiry .exp-section .info__exp {
    margin-top: 1em;
  }
  .support-inquiry .exp-section .info__exp li {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 14px !important;
  }
  .support-inquiry .exp-section .info__exp li:before {
    content: "※";
  }
}

@media screen and (max-width: 767px) {
  .support-notice .content-area {
    padding-bottom: 100px;
  }
  .support-notice .notice-headline {
    font-family: "Roboto", sans-serif;
    text-align: center;
    font-size: 21px;
    margin-bottom: 4%;
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .support-notice .notice-headline {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .support-notice .notice-headline:after {
    content: "";
    display: block;
    background: url("../img/common/headline_line.svg") center center;
    background-size: contain;
    height: 5px;
    width: 100px;
    margin: -2px auto 0;
    background-repeat: no-repeat;
  }
  .support-notice .notice-section {
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    box-sizing: border-box;
    padding: 0 8%;
  }
  .support-notice .notice-section .support-information-item {
    display: flex;
    border-bottom: 1px solid #dfdfdf;
    padding: 1em 0;
    color: #000;
  }
  .support-notice .notice-section .support-information-date {
    display: block;
    width: 8em;
    color: #666;
  }
}
@media screen and (min-width: 768px) {
  .support-notice .content-area {
    padding-bottom: 100px;
    min-height: calc(100vh - 400px);
  }
  .support-notice .notice-headline {
    font-family: "Roboto", sans-serif;
    text-align: center;
    font-size: 21px;
    margin-bottom: 4%;
    font-weight: bold;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .support-notice .notice-headline {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .support-notice .notice-headline:after {
    content: "";
    display: block;
    background: url("../img/common/headline_line.svg") center center;
    background-size: contain;
    height: 5px;
    width: 100px;
    margin: -2px auto 0;
    background-repeat: no-repeat;
  }
  .support-notice .notice-section {
    width: 900px;
    margin: 0 auto;
    font-size: 14px;
    box-sizing: border-box;
    padding: 40px;
  }
  .support-notice .notice-section .support-information-item {
    display: flex;
    border-bottom: 1px solid #dfdfdf;
    padding: 20px 0;
    color: #000;
  }
  .support-notice .notice-section .support-information-date {
    display: block;
    width: 8em;
    color: #666;
  }
}

@media screen and (max-width: 767px) {
  .support-maintenance .content-area {
    padding-bottom: 100px;
  }
  .support-maintenance .maintenance-headline {
    font-family: "Roboto", sans-serif;
    text-align: center;
    font-size: 21px;
    margin-bottom: 4%;
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .support-maintenance .maintenance-headline {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .support-maintenance .maintenance-headline:after {
    content: "";
    display: block;
    background: url("../img/common/headline_line.svg") center center;
    background-size: contain;
    height: 5px;
    width: 100px;
    margin: -2px auto 0;
    background-repeat: no-repeat;
  }
  .support-maintenance .maintenance-section {
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    box-sizing: border-box;
    padding: 0 8%;
  }
  .support-maintenance .maintenance-section .support-information-item {
    display: flex;
    border-bottom: 1px solid #dfdfdf;
    padding: 1em 0;
    color: #000;
  }
  .support-maintenance .maintenance-section .support-information-date {
    display: block;
    width: 8em;
    color: #666;
  }
}
@media screen and (min-width: 768px) {
  .support-maintenance .content-area {
    padding-bottom: 100px;
    min-height: calc(100vh - 400px);
  }
  .support-maintenance .maintenance-headline {
    font-family: "Roboto", sans-serif;
    text-align: center;
    font-size: 21px;
    margin-bottom: 4%;
    font-weight: bold;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .support-maintenance .maintenance-headline {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .support-maintenance .maintenance-headline:after {
    content: "";
    display: block;
    background: url("../img/common/headline_line.svg") center center;
    background-size: contain;
    height: 5px;
    width: 100px;
    margin: -2px auto 0;
    background-repeat: no-repeat;
  }
  .support-maintenance .maintenance-section {
    width: 900px;
    margin: 0 auto;
    font-size: 14px;
    box-sizing: border-box;
    padding: 40px;
  }
  .support-maintenance .maintenance-section .support-information-item {
    display: flex;
    border-bottom: 1px solid #dfdfdf;
    padding: 20px 0;
    color: #000;
  }
  .support-maintenance .maintenance-section .support-information-date {
    display: block;
    width: 8em;
    color: #666;
  }
}/*# sourceMappingURL=support.css.map */