@charset "UTF-8";
/* ======================================================================== */
/* seting */
/* ======================================================================== */
/* ------------------------------------------- */
/* ------------------------------------------- */
/* ------------------------------------------- */
/* ------------------------------------------- */
/* ------------------------------------------- */
/* ======================================================================== */
/* reset */
/* ======================================================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ======================================================================== */
/* style */
/* ======================================================================== */
html {
  height: 100%;
  line-height: 1;
}

body {
  width: 100%;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  font-family: sans-serif, "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Osaka, "MS PGothic", arial, helvetica, Meiryo;
  font-weight: 400;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  background: #000;
  background-size: 100% auto;
  overflow-x: hidden;
}

body:before {
  content: "";
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  background: url("../img/2022/main_sp.jpg") top center/100% auto no-repeat;
  z-index: -1;
}
@media only screen and (min-width: 760px) {
  body:before {
    background: url("../img/2022/main_pc.jpg") top center/90% auto no-repeat;
  }
}

a {
  color: #6d98ba;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.is-view-pc {
  display: none;
}
@media screen and (min-width:760px) {
  .is-view-pc {
    display: block;
  }
}

@media screen and (min-width:760px) {
  .is-view-sp {
    display: none;
  }
}

.sec-title {
  text-align: center;
}
.sec-title .title {
  font-weight: normal;
  font-size: 28px;
  line-height: 28px;
}
.sec-title .title span {
  color: #940010;
  display: block;
  margin-top: 3px;
  font-size: 12px;
  line-height: 14px;
}

/* parts------------------------------------------------------------------------- */
.cate-title {
  color: #fff;
  background: #940010;
  font-size: 16px;
  font-weight: normal;
}
.cate-title p {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 8px 0 8px 30px;
  position: relative;
}
.cate-title p:after {
  content: "";
  width: 12px;
  height: 12px;
  border: 4px #fff solid;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateX(0) translateY(-50%) rotate(0) rotateZ(0);
  -moz-transform: translateX(0) translateY(-50%) rotate(0) rotateZ(0);
  -ms-transform: translateX(0) translateY(-50%) rotate(0) rotateZ(0);
  transform: translateX(0) translateY(-50%) rotate(0) rotateZ(0);
}

/* ------------------------------------------------------------------------- */
header .logo-konami {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  min-width: 50px;
  max-width: 130px;
}
header .logo-konami img {
  width: 100%;
}
header .switch-language {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 500;
  font-size: 12px;
  line-height: 12px;
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
}
header .switch-language .label {
  width: 90px;
  position: relative;
}
header .switch-language .label:after {
  content: "";
  width: 20px;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateX(0) translateY(-50%) rotate(0) rotateZ(0);
  -moz-transform: translateX(0) translateY(-50%) rotate(0) rotateZ(0);
  -ms-transform: translateX(0) translateY(-50%) rotate(0) rotateZ(0);
  transform: translateX(0) translateY(-50%) rotate(0) rotateZ(0);
}
header .switch-language .btn {
  width: 70px;
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  text-align: center;
}
header .switch-language .btn li {
  width: 50%;
}
header .switch-language .btn li:not(:first-child) {
  border-left: 1px #fff solid;
}
header .switch-language .btn li.is-active {
  color: #6d98ba;
  position: relative;
}
header .switch-language .btn li.is-active:after {
  content: "";
  width: 60%;
  position: absolute;
  left: 20%;
  bottom: -4px;
  border-bottom: 2px #6d98ba solid;
}
header .switch-language .btn li a {
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width:760px) {
  header .switch-language .btn li a {
    cursor: pointer;
    transition: 0.3s;
  }
  header .switch-language .btn li a:hover {
    opacity: 0.6;
  }
}
header .header-main {
  position: relative;
  z-index: 10;
  width: 100%;
  padding-top: 40px;
}
@media screen and (min-width:760px) {
  header .header-main {
    max-width: 980px;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%) translateY(0) rotate(0) rotateZ(0);
    -moz-transform: translateX(-50%) translateY(0) rotate(0) rotateZ(0);
    -ms-transform: translateX(-50%) translateY(0) rotate(0) rotateZ(0);
    transform: translateX(-50%) translateY(0) rotate(0) rotateZ(0);
  }
}
header .header-main img.logo-tgs {
  width: 80%;
  margin: 80% 0 0 5%;
}
@media screen and (min-width:760px) {
  header .header-main img.logo-tgs {
    max-width: 400px;
    margin: 17% 0 0 61%;
  }
}

/* ------------------------------------------------------------------------- */
.cnt-bnr .bnr-inner {
  width: 90%;
  max-width: 450px;
  margin: 20px auto;
  position: relative;
  z-index: 20;
}
.cnt-bnr .bnr-inner a {
  display: block;
}
@media screen and (min-width:760px) {
  .cnt-bnr .bnr-inner a {
    cursor: pointer;
    transition: 0.3s;
  }
  .cnt-bnr .bnr-inner a:hover {
    opacity: 0.6;
  }
}
.cnt-bnr .bnr-inner a img {
  max-width: 100%;
}

/* ------------------------------------------------------------------------- */
.cnt-tab {
  margin-top: 30px;
  position: relative;
  z-index: 20;
}
@media screen and (min-width:760px) {
  .cnt-tab {
    margin-top: 40px;
  }
}
.cnt-tab .tab-list {
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
.cnt-tab .tab-list li {
  width: 50%;
  padding: 5px;
  text-align: center;
  line-height: 18px;
}
@media screen and (min-width:760px) {
  .cnt-tab .tab-list li {
    width: calc((100% / 4) - (5px * 3 / 4));
  }
}
.cnt-tab .tab-list li .link {
  color: #fff;
  display: block;
  background: #6d98ba;
  border-radius: 5px;
  padding: 10px 15px;
}
.cnt-tab .tab-list li .link span {
  display: inline-block;
}
.cnt-tab .tab-list li.is-active .link {
  background: #940010;
}
.cnt-tab .tab-list li a {
  height: 100%;
}
@media screen and (min-width:760px) {
  .cnt-tab .tab-list li a {
    cursor: pointer;
    transition: 0.3s;
  }
  .cnt-tab .tab-list li a:hover {
    opacity: 0.6;
  }
}

/* ------------------------------------------------------------------------- */
.cnt-top-bnr {
  max-width: 1200px;
  margin: 30px auto;
}
.cnt-top-bnr ul {
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
.cnt-top-bnr ul li {
  position: relative;
  width: 50%;
}
@media screen and (min-width:760px) {
  .cnt-top-bnr ul li {
    width: 25%;
  }
}
.cnt-top-bnr ul li a {
  height: 100%;
}
@media screen and (min-width:760px) {
  .cnt-top-bnr ul li a {
    cursor: pointer;
    transition: 0.3s;
  }
  .cnt-top-bnr ul li a:hover {
    opacity: 0.6;
  }
}
.cnt-top-bnr ul li span {
  position: absolute;
  top: 0%;
}
.cnt-top-bnr ul li img {
  display: block;
  width: 100%;
}

/* ------------------------------------------------------------------------- */
.cnt-news {
  width: 90%;
  max-width: 1000px;
  margin: 60px auto 0;
}
.cnt-news .news-list li {
  width: 100%;
  margin-top: 20px;
  padding: 10px;
  overflow: hidden;
}
.cnt-news .news-list li.is-pickup {
  position: relative;
}
.cnt-news .news-list li.is-pickup:before {
  content: "";
  position: absolute;
  left: -10%;
  top: -10%;
  width: 20%;
  height: 20%;
  background: #940010;
  -webkit-transform: translateX(0) translateY(0) rotate(-45deg) rotateZ(0);
  -moz-transform: translateX(0) translateY(0) rotate(-45deg) rotateZ(0);
  -ms-transform: translateX(0) translateY(0) rotate(-45deg) rotateZ(0);
  transform: translateX(0) translateY(0) rotate(-45deg) rotateZ(0);
}
.cnt-news .news-list li.is-pickup:after {
  color: #fff;
  content: "★";
  position: absolute;
  left: 1.5%;
  top: 1%;
  width: 20px;
  height: 20px;
}
@media screen and (min-width:640px) {
  .cnt-news .news-list li {
    width: 50%;
  }
}
@media screen and (min-width:760px) {
  .cnt-news .news-list li {
    width: 33.3333%;
  }
}
.cnt-news .news-list li .news-block {
  padding-bottom: 5px;
  border-bottom: 2px #eee solid;
}
.cnt-news .news-list li .news-block .img {
  width: 100%;
}
.cnt-news .news-list li .news-block .img img {
  width: 100%;
}
.cnt-news .news-list li .news-block .title {
  color: #940010;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 17px;
  font-weight: normal;
}
.cnt-news .news-list li .news-block .text {
  margin-top: 5px;
  font-size: 13px;
  line-height: 18px;
}
.cnt-news .news-list li .news-block .date {
  color: #999;
  margin-top: 5px;
  font-size: 12px;
}

/* ------------------------------------------------------------------------- */
.cnt-lineup {
  margin-top: 30px;
  padding-bottom: 1px;
  background: rgba(0, 0, 0, 0.8);
}
.cnt-lineup .is-cate {
  color: #000;
  display: inline-block;
  border-radius: 20px;
  font-size: 10px;
  font-weight: bold;
  line-height: 14px;
  margin-top: 5px;
  padding: 2px 10px;
}
.cnt-lineup .is-cate.live {
  background: rgba(252, 100, 157, 0.9);
}
.cnt-lineup .is-cate.offline {
  background: rgba(230, 198, 20, 0.9);
}
.cnt-lineup .is-cate.trial {
  background: rgba(81, 221, 190, 0.9);
}
.cnt-lineup .is-cate.stage {
  background: rgba(88, 195, 250, 0.9);
}
.cnt-lineup .is-cate.vr {
  background: rgba(221, 120, 81, 0.9);
}
.cnt-lineup .lineup-head {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.cnt-lineup .lineup-head .lineup-att {
  margin-top: 20px;
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
.cnt-lineup .lineup-head .lineup-att p {
  height: 100%;
}
.cnt-lineup .lineup-head .lineup-att .att-text {
  font-size: 11px;
  line-height: 16px;
  width: calc(100% - 100px);
  padding: 5px 0 0 10px;
}
@media screen and (min-width:760px) {
  .cnt-lineup .lineup-head .lineup-att .att-text {
    padding-top: 8px;
  }
}
.cnt-lineup .lineup-head .lineup-att.en .att-text {
  width: calc(100% - 115px);
}
.cnt-lineup .section .cate-title {
  margin-top: 30px;
  color: #fff;
  background: #940010;
  font-size: 16px;
  font-weight: normal;
}
.cnt-lineup .section .cate-title p {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 8px 0 8px 30px;
  position: relative;
}
.cnt-lineup .section .cate-title p:after {
  content: "";
  width: 12px;
  height: 12px;
  border: 4px #fff solid;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateX(0) translateY(-50%) rotate(0) rotateZ(0);
  -moz-transform: translateX(0) translateY(-50%) rotate(0) rotateZ(0);
  -ms-transform: translateX(0) translateY(-50%) rotate(0) rotateZ(0);
  transform: translateX(0) translateY(-50%) rotate(0) rotateZ(0);
}
.cnt-lineup .section .game-list {
  width: 90%;
  max-width: 1000px;
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin: 10px auto 0;
}
.cnt-lineup .section .game-list li {
  width: 100%;
  padding: 15px 10px;
  border-bottom: 1px #617483 solid;
}
@media screen and (min-width:760px) {
  .cnt-lineup .section .game-list li {
    width: 50%;
  }
}
.cnt-lineup .section .game-list li > a {
  display: block;
}
.cnt-lineup .section .game-list li .productPac {
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
.cnt-lineup .section .game-list li .productPac .thumbnail {
  width: 116px;
}
.cnt-lineup .section .game-list li .productPac .detail {
  width: calc(100% - 116px);
  padding: 0 0 0 10px;
}
.cnt-lineup .section .game-list li .productPac .detail .product-title {
  color: #8ac5f3;
  font-size: 16px;
  line-height: 20px;
}
.cnt-lineup .section .game-list li .productPac .detail .product-title span {
  display: block;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 3px;
}
.cnt-lineup .section .game-list li .productPac .detail .device {
  margin-top: 5px;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
}
.cnt-lineup .section .game-list li .productPac .website {
  margin-top: 8px;
  display: inline-block;
}
.cnt-lineup .section .game-list li .productPac .website a {
  display: block;
  color: #fff;
  background: #6d98ba;
  border-radius: 3px;
  font-size: 10px;
  line-height: 10px;
  padding: 5px 10px;
}
@media screen and (min-width:760px) {
  .cnt-lineup .section .game-list li .productPac .website a {
    cursor: pointer;
    transition: 0.3s;
  }
  .cnt-lineup .section .game-list li .productPac .website a:hover {
    opacity: 0.6;
  }
}
.cnt-lineup .section .title-about-inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.cnt-lineup .section .title-about-inner .lineup-back {
  margin-top: 10px;
  text-align: right;
}
.cnt-lineup .section .title-about-inner .lineup-back p {
  padding: 5px 10px;
  display: inline-block;
  border: 1px #6d98ba solid;
  color: #6d98ba;
  font-size: 13px;
  line-height: 16px;
  border-radius: 5px;
}
@media screen and (min-width:760px) {
  .cnt-lineup .section .title-about-inner .lineup-back p {
    cursor: pointer;
    transition: 0.3s;
  }
  .cnt-lineup .section .title-about-inner .lineup-back p:hover {
    opacity: 0.6;
  }
}
.cnt-lineup .section .title-about-inner .productMain {
  margin-top: 30px;
}
@media screen and (min-width:760px) {
  .cnt-lineup .section .title-about-inner .productMain {
    margin-top: 10px;
  }
}
.cnt-lineup .section .title-about-inner .productMain .title-name {
  border-left: 10px #940010 solid;
  padding: 5px 0 5px 10px;
}
.cnt-lineup .section .title-about-inner .productMain .title-name .title {
  color: #bd1829;
  font-size: 23px;
  line-height: 26px;
}
.cnt-lineup .section .title-about-inner .productMain .title-name .title span {
  display: block;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 3px;
}
.cnt-lineup .section .title-about-inner .productMain .title-name .device {
  margin-top: 5px;
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
}
.cnt-lineup .section .title-about-inner .productMain .detail-area {
  margin-top: 10px;
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
.cnt-lineup .section .title-about-inner .productMain .detail-area .detail-list {
  width: 100%;
  order: 2;
  margin-top: 20px;
}
@media screen and (min-width:760px) {
  .cnt-lineup .section .title-about-inner .productMain .detail-area .detail-list {
    width: 50%;
    order: 1;
    margin-top: 0;
  }
}
.cnt-lineup .section .title-about-inner .productMain .detail-area .detail-list .category {
  width: 100%;
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
.cnt-lineup .section .title-about-inner .productMain .detail-area .detail-list .category li {
  width: 100%;
  padding: 5px;
  border-radius: 5px;
}
.cnt-lineup .section .title-about-inner .productMain .detail-area .detail-list .category li:nth-child(odd) {
  background: #3a3a3a;
}
.cnt-lineup .section .title-about-inner .productMain .detail-area .detail-list .category li.title-info {
  text-align: left;
  padding: 10px 15px;
}
.cnt-lineup .section .title-about-inner .productMain .detail-area .detail-list .category li .list-item {
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
.cnt-lineup .section .title-about-inner .productMain .detail-area .detail-list .category li .list-item .detail-icon {
  width: 100%;
  text-align: center;
}
@media screen and (min-width:760px) {
  .cnt-lineup .section .title-about-inner .productMain .detail-area .detail-list .category li .list-item .detail-icon {
    width: 30%;
    padding-right: 15px;
  }
}
.cnt-lineup .section .title-about-inner .productMain .detail-area .detail-list .category li .list-item .detail-icon .img {
  width: 90%;
  margin: 0 auto;
}
.cnt-lineup .section .title-about-inner .productMain .detail-area .detail-list .category li .list-item .detail-icon .img img {
  max-width: 100%;
  margin: 0 auto;
}
.cnt-lineup .section .title-about-inner .productMain .detail-area .detail-list .category li .list-item .detail-icon .text {
  font-size: 12px;
  line-height: 15px;
  margin-top: 3px;
}
.cnt-lineup .section .title-about-inner .productMain .detail-area .detail-list .category li .list-item .detail-text {
  width: 100%;
  margin-top: 15px;
  text-align: left;
  padding-top: 15px;
  border-top: 2px #ccc solid;
}
@media screen and (min-width:760px) {
  .cnt-lineup .section .title-about-inner .productMain .detail-area .detail-list .category li .list-item .detail-text {
    width: 70%;
    margin-top: 0;
    padding: 10px 15px;
    border-top: 0;
    border-left: 2px #ccc solid;
  }
}
.cnt-lineup .section .title-about-inner .productMain .detail-area .detail-list .category li .list-item .detail-text .live-title {
  color: #fc649d;
  font-size: 14px;
  line-height: 18px;
}
.cnt-lineup .section .title-about-inner .productMain .detail-area .detail-list .category li .list-item .detail-text .live-date {
  display: inline-block;
  background: #fc649d;
  border-radius: 50px;
  margin: 5px 0;
  font-size: 12px;
  color: #000;
  line-height: 16px;
  padding: 5px 15px;
}
.cnt-lineup .section .title-about-inner .productMain .detail-area .detail-list .category li .list-item .detail-text .stage-title {
  color: #58c3fa;
  font-size: 14px;
  line-height: 18px;
}
.cnt-lineup .section .title-about-inner .productMain .detail-area .detail-list .category li .list-item .detail-text .stage-date {
  display: inline-block;
  background: #58c3fa;
  border-radius: 50px;
  margin: 5px 0;
  font-size: 12px;
  color: #000;
  line-height: 16px;
  padding: 5px 15px;
}
.cnt-lineup .section .title-about-inner .productMain .detail-area .detail-list .category li .list-item .detail-text .text {
  margin-top: 10px;
  font-size: 13px;
  line-height: 17px;
}
.cnt-lineup .section .title-about-inner .productMain .detail-area .detail-list .category li .list-item .detail-text .att {
  font-size: 11px;
  line-height: 16px;
  text-align: left;
}
.cnt-lineup .section .title-about-inner .productMain .detail-area .detail-list .category li .list-item .detail-text .btn {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  padding: 10px 30px 10px 15px;
  border-radius: 5px;
  background: #6d98ba;
  position: relative;
}
@media screen and (min-width:760px) {
  .cnt-lineup .section .title-about-inner .productMain .detail-area .detail-list .category li .list-item .detail-text .btn {
    cursor: pointer;
    transition: 0.3s;
  }
  .cnt-lineup .section .title-about-inner .productMain .detail-area .detail-list .category li .list-item .detail-text .btn:hover {
    opacity: 0.6;
  }
}
.cnt-lineup .section .title-about-inner .productMain .detail-area .detail-list .category li .list-item .detail-text .btn:not(:first-child) {
  margin-top: 20px;
}
@media screen and (min-width:760px) {
  .cnt-lineup .section .title-about-inner .productMain .detail-area .detail-list .category li .list-item .detail-text .btn:not(:first-child) {
    margin-top: 10px;
  }
}
.cnt-lineup .section .title-about-inner .productMain .detail-area .detail-list .category li .list-item .detail-text .btn:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px #fff solid;
  border-right: 2px #fff solid;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateX(0) translateY(-50%) rotate(45deg) rotateZ(0);
  -moz-transform: translateX(0) translateY(-50%) rotate(45deg) rotateZ(0);
  -ms-transform: translateX(0) translateY(-50%) rotate(45deg) rotateZ(0);
  transform: translateX(0) translateY(-50%) rotate(45deg) rotateZ(0);
}
.cnt-lineup .section .title-about-inner .productMain .detail-area .detail-list .category li .list-item {
  height: 100%;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
}
.cnt-lineup .section .title-about-inner .productMain .detail-area .detail-list .screenshot {
  margin-top: 15px;
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width:760px) {
  .cnt-lineup .section .title-about-inner .productMain .detail-area .detail-list .screenshot {
    width: 60%;
    margin: 15px auto 0;
  }
}
.cnt-lineup .section .title-about-inner .productMain .detail-area .detail-list .screenshot li {
  width: 50%;
  padding: 0 5px;
}
.cnt-lineup .section .title-about-inner .productMain .detail-area .detail-list .screenshot li a {
  display: block;
}
.cnt-lineup .section .title-about-inner .productMain .detail-area .detail-list .screenshot li a img {
  max-width: 100%;
}
.cnt-lineup .section .title-about-inner .productMain .detail-area .main-image {
  width: 100%;
  order: 1;
  margin-top: 20px;
}
@media screen and (min-width:760px) {
  .cnt-lineup .section .title-about-inner .productMain .detail-area .main-image {
    width: 50%;
    order: 2;
    margin-top: 0;
    padding-left: 20px;
  }
}
.cnt-lineup .section .title-about-inner .productMain .detail-area .main-image .img img {
  max-width: 100%;
}
.cnt-lineup .section .title-about-inner .productMain .detail-area .main-image .com {
  margin-top: 10px;
  font-size: 11px;
  line-height: 16px;
}
@media screen and (min-width:760px) {
  .cnt-lineup .section .title-about-inner .productMain .detail-area .main-image .com {
    margin-top: 5px;
  }
}
.cnt-lineup .section .title-about-inner .productMain .detail-area .main-image .website {
  margin-top: 8px;
  display: inline-block;
}
.cnt-lineup .section .title-about-inner .productMain .detail-area .main-image .website a {
  display: block;
  color: #fff;
  background: #6d98ba;
  border-radius: 3px;
  font-size: 10px;
  line-height: 10px;
  padding: 5px 10px;
}
@media screen and (min-width:760px) {
  .cnt-lineup .section .title-about-inner .productMain .detail-area .main-image .website a {
    cursor: pointer;
    transition: 0.3s;
  }
  .cnt-lineup .section .title-about-inner .productMain .detail-area .main-image .website a:hover {
    opacity: 0.6;
  }
}
.cnt-lineup .section .title-about-inner .productMain .detail-area .main-image .guest-title {
  color: #940010;
  width: 100%;
  max-width: 400px;
  margin: 20px auto 0;
  font-size: 16px;
  text-align: center;
}
@media screen and (min-width:760px) {
  .cnt-lineup .section .title-about-inner .productMain .detail-area .main-image .guest-title {
    margin-top: 40px;
  }
}
.cnt-lineup .section .title-about-inner .productMain .detail-area .main-image .guest-title span {
  display: inline-block;
}
.cnt-lineup .section .title-about-inner .productMain .detail-area .main-image .guest-list {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
.cnt-lineup .section .title-about-inner .productMain .detail-area .main-image .guest-list li {
  width: 50%;
  padding: 0 10px;
  margin-top: 15px;
}
.cnt-lineup .section .title-about-inner .productMain .detail-area .main-image .guest-list li .photo {
  line-height: 0;
}
.cnt-lineup .section .title-about-inner .productMain .detail-area .main-image .guest-list li .photo img {
  max-width: 100%;
}
.cnt-lineup .section .title-about-inner .productMain .detail-area .main-image .guest-list li .name {
  margin-top: 5px;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
}
.cnt-lineup .section.is-partner .cate-title {
  background: #940089;
}
.cnt-lineup .section.is-partner .title-about-inner .productMain .title-name {
  border-color: #940089;
}
.cnt-lineup .section.is-partner .title-about-inner .productMain .title-name .title {
  color: #c908ba;
}

/* ------------------------------------------------------------------------- */
.cnt-twitter {
  padding: 30px 0;
  position: relative;
}
.cnt-twitter .twitter-inner {
  width: 90%;
  max-width: 750px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.cnt-twitter .twitter-inner .sec-title {
  background: #fff;
  padding: 15px 20px;
  border-radius: 50px;
}
.cnt-twitter .twitter-inner .twitter-area {
  width: calc(100% - 20px);
  margin: 20px auto 0;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
}
.cnt-twitter .twitter-inner .twitter-area .twitter-append {
  max-width: 600px;
  margin: 0 auto;
}
.cnt-twitter .twitter-inner .twitter-list {
  margin-top: 5px;
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
.cnt-twitter .twitter-inner .twitter-list li {
  width: 100%;
  margin-top: 15px;
  padding: 0 10px;
}
@media screen and (min-width:760px) {
  .cnt-twitter .twitter-inner .twitter-list li {
    width: 50%;
  }
}
.cnt-twitter .twitter-inner .twitter-list li a {
  display: block;
  padding: 10px 15px;
  border-radius: 10px;
  background: #fff;
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
}
.cnt-twitter .twitter-inner .twitter-list li a .img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 2px rgba(0, 0, 0, 0.1) solid;
  overflow: hidden;
}
.cnt-twitter .twitter-inner .twitter-list li a .img img {
  width: 100%;
}
.cnt-twitter .twitter-inner .twitter-list li a .text {
  width: calc(100% - 70px);
  padding-left: 10px;
}
.cnt-twitter .twitter-inner .twitter-list li a .text .name {
  color: #940010;
  font-size: 14px;
  line-height: 18px;
}
.cnt-twitter .twitter-inner .twitter-list li a .text .id {
  color: #6d98ba;
  font-size: 12px;
  line-height: 14px;
  margin-top: 5px;
}

/* ------------------------------------------------------------------------- */
.cnt-stage-schedule {
  margin-top: 30px;
  padding-bottom: 1px;
  background: rgba(0, 0, 0, 0.6);
}
.cnt-stage-schedule .is-partner .cate-title {
  background: #940089;
}
.cnt-stage-schedule .game-list {
  width: 90%;
  max-width: 1000px;
  margin: 20px auto 0;
}
.cnt-stage-schedule .game-list li {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px #617483 solid;
}
.cnt-stage-schedule .game-list li .game-info {
  display: block;
}
.cnt-stage-schedule .game-list li .game-info .title-name {
  border-left: 10px #58c3fa solid;
  margin-bottom: 15px;
  padding: 5px 10px;
}
.cnt-stage-schedule .game-list li .game-info .title-name .title {
  color: #fff;
  font-size: 20px;
  line-height: 26px;
}
.cnt-stage-schedule .game-list li .game-info .title-name .title span {
  display: block;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 3px;
}
.cnt-stage-schedule .game-list li .game-info .date {
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
}
.cnt-stage-schedule .game-list li .game-info .date .day {
  color: #000;
  text-align: center;
  width: 100px;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 1;
  background: #58c3fa;
  border-radius: 30px;
}
.cnt-stage-schedule .game-list li .game-info .date .time {
  font-size: 16px;
  line-height: 1;
  padding-left: 8px;
}
.cnt-stage-schedule .game-list li .game-info .game-detail {
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
@media screen and (min-width:760px) {
  .cnt-stage-schedule .game-list li .game-info .game-detail {
    margin-top: 15px;
  }
}
.cnt-stage-schedule .game-list li .game-info .game-detail .img {
  width: 100%;
  margin: 10px auto 0;
  line-height: 0;
}
@media screen and (min-width:760px) {
  .cnt-stage-schedule .game-list li .game-info .game-detail .img {
    width: 320px;
    margin-top: 0;
  }
}
.cnt-stage-schedule .game-list li .game-info .game-detail .img img {
  width: 100%;
}
@media screen and (min-width:760px) {
  .cnt-stage-schedule .game-list li .game-info .game-detail .img img {
    image-rendering: -webkit-optimize-contrast;
  }
}
.cnt-stage-schedule .game-list li .game-info .game-detail .img a {
  display: block;
  position: relative;
}
.cnt-stage-schedule .game-list li .game-info .game-detail .img a:before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.cnt-stage-schedule .game-list li .game-info .game-detail .img a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/2021/play_icon.png) center center no-repeat;
  background-size: 35% auto;
}
.cnt-stage-schedule .game-list li .game-info .game-detail .text {
  width: 100%;
  margin-top: 10px;
}
@media screen and (min-width:760px) {
  .cnt-stage-schedule .game-list li .game-info .game-detail .text {
    margin: 0;
    width: calc(100% - 320px);
    padding: 5px 0 0 10px;
  }
}
.cnt-stage-schedule .game-list li .game-info .game-detail .text .title {
  color: #58c3fa;
  font-size: 14px;
  line-height: 18px;
}
.cnt-stage-schedule .game-list li .game-info .game-detail .text p {
  margin-top: 5px;
  font-size: 13px;
  line-height: 18px;
}

.back-top {
  margin-bottom: 40px;
  text-align: center;
}
.back-top a {
  width: 80%;
  max-width: 250px;
  margin: 0 auto;
  display: block;
  color: #6d98ba;
  border: 2px #6d98ba solid;
  border-radius: 30px;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 18px;
}
@media screen and (min-width:760px) {
  .back-top a {
    cursor: pointer;
    transition: 0.3s;
  }
  .back-top a:hover {
    opacity: 0.6;
  }
}

/* ------------------------------------------------------------------------- */
.cnt-live-schedule {
  margin-top: 30px;
  padding-bottom: 1px;
  background: rgba(0, 0, 0, 0.6);
}
.cnt-live-schedule .is-partner .cate-title {
  background: #940089;
}
.cnt-live-schedule .live-list {
  width: 90%;
  max-width: 1000px;
  margin: 20px auto 0;
}
.cnt-live-schedule .live-list li {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px #617483 solid;
}
.cnt-live-schedule .live-list li .live-info {
  display: block;
}
.cnt-live-schedule .live-list li .live-info .title-name {
  border-left: 10px #fc649d solid;
  margin-bottom: 15px;
  padding: 5px 10px;
}
.cnt-live-schedule .live-list li .live-info .title-name .title {
  color: #fff;
  font-size: 20px;
  line-height: 26px;
}
.cnt-live-schedule .live-list li .live-info .title-name .title span {
  display: block;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 3px;
}
.cnt-live-schedule .live-list li .live-info .date {
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
}
.cnt-live-schedule .live-list li .live-info .date .day {
  color: #000;
  text-align: center;
  width: 100px;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 1;
  background: #fc649d;
  border-radius: 30px;
}
.cnt-live-schedule .live-list li .live-info .date .time {
  font-size: 16px;
  line-height: 1;
  padding-left: 8px;
}
.cnt-live-schedule .live-list li .live-info .live-detail {
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
@media screen and (min-width:760px) {
  .cnt-live-schedule .live-list li .live-info .live-detail {
    margin-top: 15px;
  }
}
.cnt-live-schedule .live-list li .live-info .live-detail .img {
  width: 100%;
  margin: 10px auto 0;
  line-height: 0;
}
@media screen and (min-width:760px) {
  .cnt-live-schedule .live-list li .live-info .live-detail .img {
    width: 320px;
    margin-top: 0;
  }
}
.cnt-live-schedule .live-list li .live-info .live-detail .img img {
  width: 100%;
}
@media screen and (min-width:760px) {
  .cnt-live-schedule .live-list li .live-info .live-detail .img img {
    image-rendering: -webkit-optimize-contrast;
  }
}
.cnt-live-schedule .live-list li .live-info .live-detail .img a {
  display: block;
  position: relative;
}
.cnt-live-schedule .live-list li .live-info .live-detail .img a:before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.cnt-live-schedule .live-list li .live-info .live-detail .img a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/2021/play_icon.png) center center no-repeat;
  background-size: 35% auto;
}
.cnt-live-schedule .live-list li .live-info .live-detail .text {
  width: 100%;
  margin-top: 10px;
}
@media screen and (min-width:760px) {
  .cnt-live-schedule .live-list li .live-info .live-detail .text {
    margin: 0;
    width: calc(100% - 320px);
    padding: 5px 0 0 10px;
  }
}
.cnt-live-schedule .live-list li .live-info .live-detail .text .title {
  color: #fc649d;
  font-size: 14px;
  line-height: 18px;
}
.cnt-live-schedule .live-list li .live-info .live-detail .text p {
  margin-top: 5px;
  font-size: 13px;
  line-height: 18px;
}

.cnt-schedule {
  margin-top: 30px;
  padding-bottom: 1px;
  background: rgba(0, 0, 0, 0.6);
}
.cnt-schedule .live-area .cate-title {
  margin-top: 30px;
  color: #fff;
  background: #940010;
  font-size: 16px;
  font-weight: normal;
}
.cnt-schedule .live-area .cate-title p {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 8px 0 8px 30px;
  position: relative;
}
.cnt-schedule .live-area .cate-title p:after {
  content: "";
  width: 12px;
  height: 12px;
  border: 4px #fff solid;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateX(0) translateY(-50%) rotate(0) rotateZ(0);
  -moz-transform: translateX(0) translateY(-50%) rotate(0) rotateZ(0);
  -ms-transform: translateX(0) translateY(-50%) rotate(0) rotateZ(0);
  transform: translateX(0) translateY(-50%) rotate(0) rotateZ(0);
}
.cnt-schedule .live-area .live-list {
  width: 90%;
  max-width: 1000px;
  margin: 20px auto 0;
}
.cnt-schedule .live-area .live-list li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px #617483 solid;
}
.cnt-schedule .live-area .live-list li .live-info {
  display: block;
}
.cnt-schedule .live-area .live-list li .live-info .date {
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
}
.cnt-schedule .live-area .live-list li .live-info .date .day {
  color: #fff;
  text-align: center;
  width: 100px;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 1;
  background: #940010;
  border-radius: 30px;
}
.cnt-schedule .live-area .live-list li .live-info .date .time {
  font-size: 16px;
  line-height: 1;
  padding-left: 8px;
}
.cnt-schedule .live-area .live-list li .live-info .live-detail {
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
@media screen and (min-width:760px) {
  .cnt-schedule .live-area .live-list li .live-info .live-detail {
    margin-top: 15px;
  }
}
.cnt-schedule .live-area .live-list li .live-info .live-detail .img {
  width: 100%;
  margin: 10px auto 0;
  line-height: 0;
}
@media screen and (min-width:760px) {
  .cnt-schedule .live-area .live-list li .live-info .live-detail .img {
    width: 180px;
    margin-top: 0;
  }
}
.cnt-schedule .live-area .live-list li .live-info .live-detail .img img {
  width: 100%;
}
@media screen and (min-width:760px) {
  .cnt-schedule .live-area .live-list li .live-info .live-detail .img img {
    image-rendering: -webkit-optimize-contrast;
  }
}
.cnt-schedule .live-area .live-list li .live-info .live-detail .img a {
  display: block;
  position: relative;
}
.cnt-schedule .live-area .live-list li .live-info .live-detail .img a:before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.cnt-schedule .live-area .live-list li .live-info .live-detail .img a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/2021/play_icon.png) center center no-repeat;
  background-size: 35% auto;
}
.cnt-schedule .live-area .live-list li .live-info .live-detail .text {
  width: 100%;
  margin-top: 10px;
}
@media screen and (min-width:760px) {
  .cnt-schedule .live-area .live-list li .live-info .live-detail .text {
    margin: 0;
    width: calc(100% - 180px);
    padding: 5px 0 0 10px;
  }
}
.cnt-schedule .live-area .live-list li .live-info .live-detail .text .title {
  color: #940010;
  font-size: 14px;
  line-height: 18px;
}
.cnt-schedule .live-area .live-list li .live-info .live-detail .text p {
  margin-top: 5px;
  font-size: 13px;
  line-height: 18px;
}

.back-top {
  margin-bottom: 40px;
  text-align: center;
}
.back-top a {
  width: 80%;
  max-width: 250px;
  margin: 0 auto;
  display: block;
  color: #6d98ba;
  border: 2px #6d98ba solid;
  border-radius: 30px;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 18px;
}
@media screen and (min-width:760px) {
  .back-top a {
    cursor: pointer;
    transition: 0.3s;
  }
  .back-top a:hover {
    opacity: 0.6;
  }
}

/* ------------------------------------------------------------------------- */
.btn-tgs-site {
  width: 90%;
  max-width: 1000px;
  margin: 20px auto 10px;
  text-align: center;
}
.btn-tgs-site p {
  margin-top: 10px;
  width: 100%;
  max-width: 300px;
  display: inline-block;
}
.btn-tgs-site p:not(:first-child) {
  margin-top: 10px;
}
.btn-tgs-site p a {
  display: block;
  color: #fff;
  background: #6d98ba;
  border-radius: 5px;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 20px;
}
@media screen and (min-width:760px) {
  .btn-tgs-site p a {
    cursor: pointer;
    transition: 0.3s;
  }
  .btn-tgs-site p a:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width:760px) {
  .btn-tgs-site.en p {
    width: auto;
    max-width: 100%;
  }
}
@media screen and (min-width:760px) {
  .btn-tgs-site.en p a {
    display: inline-block;
  }
}
.btn-tgs-site .ftr-bnr-outer {
  margin-top: 40px;
}
.btn-tgs-site .ftr-bnr-outer .ftr-bnr {
  display: block;
  margin: 0 auto;
}
.btn-tgs-site .ftr-bnr-outer .ftr-bnr img {
  max-width: 100%;
}

/* ------------------------------------------------------------------------- */
footer {
  padding: 20px;
  font-size: 12px;
  line-height: 20px;
}
footer .support-link {
  text-align: center;
}
footer .support-link li {
  display: inline-block;
  position: relative;
}
footer .support-link li:not(:last-child):after {
  content: "｜";
  display: inline;
}
footer .support-link li a {
  color: #fff;
}
@media screen and (min-width:760px) {
  footer .support-link li a {
    cursor: pointer;
    transition: 0.3s;
  }
  footer .support-link li a:hover {
    opacity: 0.6;
  }
}
footer .copyright,
footer .rights {
  max-width: 1000px;
  margin: 15px auto 0;
  font-size: 11px;
  line-height: 16px;
}
footer .copyright .logo,
footer .rights .logo {
  height: 10px;
  margin: 0 3px;
}

/*# sourceMappingURL=style.css.map */
