@import url("https://use.typekit.net/not7hxu.css");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&subset=japanese");
/* ---------------------------------------------------------
# reset
---------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background: transparent;
  text-decoration: none;
  vertical-align: baseline; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: top; }

img, picture, video, canvas, svg {
  display: block; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  box-sizing: border-box;
  vertical-align: middle; }

.has-fade {
  visibility: hidden; }

@keyframes fade-in {
  from {
    visibility: hidden;
    opacity: 0; }
  1% {
    visibility: visible;
    opacity: 0; }
  to {
    visibility: visible;
    opacity: 1; } }
.fade-in {
  animation: fade-in 200ms ease-in-out forwards; }

@keyframes fade-out {
  from {
    visibility: visible;
    opacity: 1; }
  99% {
    visibility: visible;
    opacity: 0; }
  to {
    visibility: hidden;
    opacity: 0; } }
.fade-out {
  animation: fade-out 200ms ease-in-out forwards; }

@keyframes huwahuwa-ani {
  from {
    transform: translateY(0); }
  50% {
    transform: translateY(4px); }
  to {
    transform: translateY(0); } }
html {
  font-size: 100%;
  box-sizing: border-box;
  scroll-behavior: smooth;
  height: 100%; }

*, *::before, *::after {
  box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  letter-spacing: -0.02em;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  scroll-behavior: smooth;
  background-color: #1C1A30; }
  body.noscroll {
    overflow: hidden; }

small {
  font-size: 0.5em;
  font-weight: 500;
  opacity: 0.8; }

.pc-1280up-show {
  display: none; }
  @media (min-width: 1280px) {
    .pc-1280up-show {
      display: block; } }

.pc-768up-show {
  display: none; }
  @media (min-width: 768px) {
    .pc-768up-show {
      display: block; } }

.sp-1024down-show {
  display: none; }
  @media (max-width: 1023px) {
    .sp-1024down-show {
      display: block; } }

.font-color-white {
  color: #FFFFFF !important; }

html, body {
  max-width: 100%;
  overflow-x: hidden; }

.margin-top-s {
  margin-top: 1.125rem !important; }

.margin-top-m {
  margin-top: 1.75rem !important; }

.margin-top-l {
  margin-top: 2.125rem !important; }

.margin-top-xl {
  margin-top: 50px !important; }

.btn-area-center {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  gap: 1em; }
  @media (max-width: 767px) {
    .btn-area-center.sp-between {
      justify-content: space-between; } }

.btn-area-between {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  gap: 1em; }
  @media (max-width: 1279px) {
    .btn-area-between.sp-center {
      justify-content: center; } }
  @media (max-width: 1023px) {
    .btn-area-between.sp-center {
      justify-content: space-between; } }
  @media (max-width: 767px) {
    .btn-area-between.sp-center {
      justify-content: center; } }

.btn-small {
  display: inline-block;
  padding: 9px 22px;
  font-size: 1rem !important;
  font-weight: 700;
  line-height: 1em;
  background-color: #EAE8E5;
  color: #191919;
  border-radius: 28px;
  transition: all 0.2s ease-in; }
  .btn-small:hover {
    transform: translateY(-3px); }

.btn-more {
  position: relative;
  width: 80px;
  height: 28px;
  border: 1px solid #646464;
  border-radius: 14px;
  overflow: hidden; }
  .btn-more a, .btn-more a:visited, .btn-more a:link {
    display: block;
    line-height: 28px;
    color: #646464;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    transition: all 0.2s ease-in; }
    .btn-more a:hover, .btn-more a:visited:hover, .btn-more a:link:hover {
      background-color: #646464;
      color: #FFFFFF; }

.btn-default {
  position: relative;
  display: block;
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 700;
  color: #FFFFFF;
  background: linear-gradient(170deg, #6F46D1, #4A2998);
  border: 2px solid #7e59d6;
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-in-out !important; }
  .btn-default.btn-black {
    background-color: #191919; }
  .btn-default.btn-light {
    background: none;
    background-color: #4393BA;
    border: 3px solid rgba(255, 255, 255, 0.3); }
  .btn-default:hover {
    text-shadow: #FFFFFF 1px 0 10px;
    transform: translateY(-2px);
    box-shadow: 2px 5px 8px rgba(0, 0, 0, 0.4); }

.btn-big {
  position: relative;
  display: inline-block;
  padding: 12px 28px;
  border-radius: 50px;
  font-size: 1.75rem;
  font-weight: 700;
  color: #FFFFFF;
  background: linear-gradient(170deg, #6F46D1, #4A2998);
  border: 2px solid #7e59d6;
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
  text-align: center;
  transition: all 0.2s ease-in-out !important; }
  .btn-big.btn-black {
    background-color: #191919; }
  .btn-big.btn-light {
    background: none;
    background-color: #4393BA;
    border: 3px solid rgba(255, 255, 255, 0.3); }
  .btn-big:hover {
    text-shadow: #FFFFFF 1px 0 10px;
    transform: translateY(-2px);
    box-shadow: 2px 5px 8px rgba(0, 0, 0, 0.4); }

.btn-circle {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border: none;
  border-radius: 50%;
  text-indent: -9999px;
  background-color: #FFFFFF;
  background-image: url("../images/icon_arrow.svg");
  background-size: 18px 12px;
  background-position: center;
  background-repeat: no-repeat; }

.btn_back {
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  border: none;
  text-indent: -9999px;
  background-image: url("../images/icon_back.svg");
  background-size: 20px 14px;
  background-position: center;
  background-repeat: no-repeat; }

.btn-text-base {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  color: #191919;
  padding: 0.4em 1em;
  border: 2px solid #646464;
  background-color: #FFFFFF;
  transition: all 0.2s ease-in-out !important; }
  .btn-text-base:hover {
    color: #FFFFFF;
    background-color: #646464;
    transform: translateY(-2px);
    box-shadow: 2px 5px 8px rgba(0, 0, 0, 0.7); }

.btn-100p {
  width: 100% !important;
  text-align: center; }

.swiper {
  overflow: visible !important; }

.swiper-pagination {
  bottom: -40px !important; }
  .swiper-pagination-bullet {
    transition: all 0.2s ease-in-out !important; }
    .swiper-pagination-bullet-active {
      width: 60px !important;
      border-radius: 10px !important; }

.mySwiper > .swiper-wrapper > .swiper-slide {
  position: relative;
  color: #ffffff;
  width: 640px !important;
  height: 350px !important;
  text-align: center;
  background-color: #F8F8FA;
  overflow: hidden;
  box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.16); }
  @media (max-width: 767px) {
    .mySwiper > .swiper-wrapper > .swiper-slide {
      width: 275px !important;
      height: 260px !important; } }
  .mySwiper > .swiper-wrapper > .swiper-slide > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 640px;
    height: auto;
    z-index: 1;
    transition: all 0.4s ease-out !important; }
    @media (max-width: 767px) {
      .mySwiper > .swiper-wrapper > .swiper-slide > img {
        width: auto !important;
        height: 260px !important;
        transform: translateX(-100px); } }
  .mySwiper > .swiper-wrapper > .swiper-slide:hover > img {
    transform: scale(1.1); }
    @media (max-width: 767px) {
      .mySwiper > .swiper-wrapper > .swiper-slide:hover > img {
        transform: translateX(-120px) scale(1.1) !important; } }
  .mySwiper > .swiper-wrapper > .swiper-slide > .info-text {
    position: absolute;
    top: 50px;
    left: 50px;
    width: 320px;
    z-index: 2;
    text-align: left; }
    @media (max-width: 767px) {
      .mySwiper > .swiper-wrapper > .swiper-slide > .info-text {
        top: 20px;
        left: 20px; } }
    .mySwiper > .swiper-wrapper > .swiper-slide > .info-text h3, .mySwiper > .swiper-wrapper > .swiper-slide > .info-text h2, .mySwiper > .swiper-wrapper > .swiper-slide > .info-text p {
      padding: 0;
      line-height: 1.2;
      color: #191919; }
    .mySwiper > .swiper-wrapper > .swiper-slide > .info-text h3 {
      font-size: 2.125rem;
      font-weight: 900;
      margin-bottom: 0.3em; }
      @media (max-width: 767px) {
        .mySwiper > .swiper-wrapper > .swiper-slide > .info-text h3 {
          font-size: 1.75rem; } }
    .mySwiper > .swiper-wrapper > .swiper-slide > .info-text p {
      font-size: 1.125rem;
      font-weight: 700;
      font-weight: 500; }
      @media (max-width: 767px) {
        .mySwiper > .swiper-wrapper > .swiper-slide > .info-text p {
          font-size: 1rem; } }
  .mySwiper > .swiper-wrapper > .swiper-slide > .slide-btn {
    position: absolute;
    bottom: 50px;
    left: 50px;
    z-index: 2; }
    @media (max-width: 767px) {
      .mySwiper > .swiper-wrapper > .swiper-slide > .slide-btn {
        bottom: 20px;
        left: 20px; } }

.conSwiper > .swiper-wrapper > .swiper-slide {
  position: relative;
  color: #ffffff;
  width: 280px !important;
  height: 520px !important;
  text-align: center;
  background-color: #F8F8FA;
  overflow: hidden;
  box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.16); }
  @media (max-width: 767px) {
    .conSwiper > .swiper-wrapper > .swiper-slide {
      width: 140px !important;
      height: 260px !important; } }
  .conSwiper > .swiper-wrapper > .swiper-slide > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 280px;
    height: auto;
    z-index: 1;
    transition: all 0.4s ease-out !important; }
    @media (max-width: 767px) {
      .conSwiper > .swiper-wrapper > .swiper-slide > img {
        width: 140px !important;
        height: 260px !important; } }
  .conSwiper > .swiper-wrapper > .swiper-slide:hover > img {
    transform: scale(1.1); }
  .conSwiper > .swiper-wrapper > .swiper-slide > .info-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1em 0;
    z-index: 2;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.55); }
    .conSwiper > .swiper-wrapper > .swiper-slide > .info-text h3, .conSwiper > .swiper-wrapper > .swiper-slide > .info-text h2, .conSwiper > .swiper-wrapper > .swiper-slide > .info-text p {
      padding: 0;
      line-height: 1.2;
      color: #FFFFFF; }
    .conSwiper > .swiper-wrapper > .swiper-slide > .info-text h3 {
      display: block;
      font-size: 1.75rem;
      font-weight: 700;
      margin-bottom: 0.4em; }
      @media (max-width: 767px) {
        .conSwiper > .swiper-wrapper > .swiper-slide > .info-text h3 {
          font-size: 1.125rem; } }
    .conSwiper > .swiper-wrapper > .swiper-slide > .info-text p {
      font-size: 1.125rem;
      font-weight: 500; }
    .conSwiper > .swiper-wrapper > .swiper-slide > .info-text > .slide-btn {
      width: 138px;
      position: relative;
      margin: 0 auto; }
      @media (max-width: 767px) {
        .conSwiper > .swiper-wrapper > .swiper-slide > .info-text > .slide-btn {
          width: 120px; } }

.scene {
  overflow: hidden;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.scene.one {
  background-image: url("../images/unlimited_bg.jpg"); }

h1 {
  font-size: 2.875rem; }

h2 {
  font-size: 2.875rem; }

h3 {
  font-size: 2.875rem; }

h4 {
  font-size: 2.125rem; }

p {
  font-size: 1.125rem; }

hr {
  border: 1px solid rgba(255, 255, 255, 0.1); }

header {
  position: relative;
  width: 100%; }
  @media (max-width: 1520px) {
    header {
      padding-left: 28px;
      padding-right: 28px; } }

.fb_icon, .insta_icon, .tw_icon {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat; }

.fb_icon {
  background-image: url("../images/social-icon-facebook.svg"); }

.insta_icon {
  background-image: url("../images/social-icon-instagram.svg"); }

.tw_icon {
  background-image: url("../images/social-icon-twitter.svg"); }

section {
  position: relative;
  width: 100%; }
  @media (max-width: 1520px) {
    section {
      padding-left: 28px;
      padding-right: 28px; } }
  section.all-game-list {
    margin-top: 50px; }
    @media (max-width: 767px) {
      section.all-game-list {
        padding-left: 0;
        padding-right: 0;
        margin-top: 0; } }
  section.breadcrumb {
    height: 64px;
    display: flex;
    border-bottom: solid 1px #ededed;
    overflow: hidden; }
    section.breadcrumb .contents-wrap {
      line-height: 64px;
      padding-top: 0;
      padding-bottom: 0;
      display: flex; }
      @media (max-width: 1520px) {
        section.breadcrumb .contents-wrap {
          padding-left: 20px;
          padding-right: 20px; } }
      section.breadcrumb .contents-wrap a, section.breadcrumb .contents-wrap a:visited, section.breadcrumb .contents-wrap a:link {
        position: relative;
        display: block;
        font-size: 1.125rem;
        font-weight: 500;
        color: #646464;
        margin-right: 56px;
        transition: color 0.3s ease-in; }
        section.breadcrumb .contents-wrap a:after, section.breadcrumb .contents-wrap a:visited:after, section.breadcrumb .contents-wrap a:link:after {
          content: ">";
          position: absolute;
          top: 0;
          right: -32px;
          height: 64px;
          line-height: 64px; }
        section.breadcrumb .contents-wrap a:last-child, section.breadcrumb .contents-wrap a:visited:last-child, section.breadcrumb .contents-wrap a:link:last-child {
          margin-right: 0; }
          section.breadcrumb .contents-wrap a:last-child:after, section.breadcrumb .contents-wrap a:visited:last-child:after, section.breadcrumb .contents-wrap a:link:last-child:after {
            content: ""; }
        section.breadcrumb .contents-wrap a:hover, section.breadcrumb .contents-wrap a.active, section.breadcrumb .contents-wrap a:visited:hover, section.breadcrumb .contents-wrap a:visited.active, section.breadcrumb .contents-wrap a:link:hover, section.breadcrumb .contents-wrap a:link.active {
          color: #191919; }

.contents-wrap {
  position: relative;
  width: calc(100% - 680px);
  margin: 0 auto;
  padding-top: 70px; }
  @media (max-width: 1023px) {
    .contents-wrap {
      width: 100%; } }
  @media (max-width: 767px) {
    .contents-wrap {
      padding-top: 30px; } }

.sub-page header {
  border-bottom: 1px solid #32294D;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.8);
  background-color: rgba(0, 0, 0, 0.4); }
.sub-page .contents-wrap {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding-top: 70px; }
.sub-page section .contents-wrap {
  width: calc(100% - 680px); }
  @media (max-width: 1023px) {
    .sub-page section .contents-wrap {
      width: 100%; } }
  @media (max-width: 767px) {
    .sub-page section .contents-wrap {
      padding-top: 30px; } }
.sub-page .heder-layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 10px; }
  .sub-page .heder-layout::before {
    background: none; }
  .sub-page .heder-layout h1 {
    font-size: 1.375rem;
    cursor: pointer; }
    .sub-page .heder-layout h1 span {
      font-size: 0.5em;
      font-weight: 400; }
  .sub-page .heder-layout .header-qr {
    display: flex;
    align-items: center;
    margin-top: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2em; }
    @media (max-width: 1023px) {
      .sub-page .heder-layout .header-qr {
        display: none; } }

.footer-nav {
  position: relative;
  width: 100%;
  height: 62px;
  background-color: #554647; }
  @media (max-width: 414px) {
    .footer-nav {
      height: auto; } }
  .footer-nav .gnb {
    position: relative;
    width: 100%;
    max-width: 1276px;
    margin: 0 auto;
    overflow: hidden; }
    @media (max-width: 414px) {
      .footer-nav .gnb {
        padding: 30px 0 22px; } }
    .footer-nav .gnb ul {
      display: flex;
      justify-content: center;
      column-gap: 26px; }
      @media (max-width: 414px) {
        .footer-nav .gnb ul {
          flex-wrap: wrap; } }
      .footer-nav .gnb ul li a, .footer-nav .gnb ul li a:visited, .footer-nav .gnb ul li a:link {
        display: block;
        line-height: 62px;
        font-size: 1rem;
        font-weight: 700;
        color: #FFFFFF;
        transition: color 0.2s ease-in; }
        @media (max-width: 414px) {
          .footer-nav .gnb ul li a, .footer-nav .gnb ul li a:visited, .footer-nav .gnb ul li a:link {
            line-height: 32px; } }
        .footer-nav .gnb ul li a:hover, .footer-nav .gnb ul li a:visited:hover, .footer-nav .gnb ul li a:link:hover {
          color: #D86654; }

footer {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 36px 0;
  background-color: #191919; }
  footer .logo {
    height: 100px;
    margin: 0 auto;
    display: flex;
    justify-content: center; }
  footer .copyright {
    color: #FFFFFF;
    font-size: 0.6875rem; }
  footer .btn-area-center {
    padding: 40px 0; }

.lightboxOverlay {
  position: fixed; }

.lightbox {
  position: fixed !important;
  top: 50% !important;
  transform: translateY(-50%); }
  .lightbox .lb-image {
    border-radius: 0 !important;
    border: 6px solid #FFFFFF !important; }

summary {
  border: 4px solid transparent;
  outline: none;
  padding: 0.8em 0.8em 0.8em 2.2em;
  display: block;
  background: #EAE8E5;
  color: #191919;
  position: relative;
  cursor: pointer;
  transition: .25s all ease-out; }
  summary > h3 {
    font-size: 1.125rem; }
    @media (max-width: 1023px) {
      summary > h3 {
        font-size: 1rem; } }

details {
  width: 100%;
  box-sizing: border-box;
  margin-top: 5px;
  background: #FFFFFF; }

details summary::-webkit-details-marker {
  display: none; }

details[open] > summary:before {
  border-color: transparent transparent transparent #FFFFFF;
  transform: rotate(90deg); }
details[open] > summary {
  background: #191919;
  color: #FFFFFF; }

summary:before {
  content: '';
  border-width: .4rem;
  border-style: solid;
  border-color: transparent transparent transparent #191919;
  position: absolute;
  top: 1.3rem;
  left: 1rem;
  transform: rotate(0);
  transform-origin: .2rem 50%;
  transition: .25s all ease-out; }

.faq-content {
  padding: 10px 10px 30px 36px; }
  .faq-content p {
    margin: 0;
    padding-bottom: 10px; }
    .faq-content p:last-child {
      padding: 0; }

.ad-area {
  position: absolute;
  height: auto; }
  .ad-area::after {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    color: #FFFFFF;
    font-size: 0.6875rem; }
  .ad-area.ad-left {
    top: 70px;
    width: 300px;
    left: 20px; }
  .ad-area.ad-right {
    top: 70px;
    width: 300px;
    right: 20px; }
    @media (max-width: 1023px) {
      .ad-area.ad-right {
        position: relative;
        margin: 50px auto 0;
        top: auto;
        right: auto; } }
  .ad-area.ad-center {
    position: relative;
    width: 300px;
    height: auto;
    margin: 40px auto 0; }
  .ad-area.ad-468x60 {
    position: relative;
    width: 468px;
    height: 60px;
    margin: 40px auto 25px; }
    @media (max-width: 414px) {
      .ad-area.ad-468x60 {
        display: none; } }
  .ad-area.ad-300x250 {
    position: relative;
    width: 300px;
    height: 250px;
    margin: 40px auto 25px; }
  .ad-area.show-1678-up {
    display: block; }
    @media (max-width: 1678px) {
      .ad-area.show-1678-up {
        display: none; } }
  .ad-area.show-1678-down {
    display: block; }
    @media (min-width: 1677px) {
      .ad-area.show-1678-down {
        display: none; } }
  .ad-area.show-1280-up {
    display: block; }
    @media (max-width: 1279px) {
      .ad-area.show-1280-up {
        display: none; } }
  .ad-area.show-1280-down {
    display: block; }
    @media (min-width: 1280px) {
      .ad-area.show-1280-down {
        display: none; } }
  .ad-area.show-1024-up {
    display: block; }
    @media (max-width: 1023px) {
      .ad-area.show-1024-up {
        display: none; } }
  .ad-area.show-1024-down {
    display: block; }
    @media (min-width: 768px) {
      .ad-area.show-1024-down {
        display: none; } }
  .ad-area.show-620-up {
    display: block; }
    @media (max-width: 620px) {
      .ad-area.show-620-up {
        display: none; } }

header h1 {
  position: relative;
  font-size: 2.875rem;
  font-weight: 900;
  color: #DCF056; }
  header h1 > span {
    display: block;
    font-size: 1.125rem;
    color: #FFFFFF; }
  @media (max-width: 1520px) {
    header h1 {
      font-size: 2.125rem; } }
  @media (max-width: 1023px) {
    header h1 {
      font-size: 2.875rem;
      width: 50%; } }
  @media (max-width: 540px) {
    header h1 {
      width: 100%; } }
header p {
  font-size: 1.125rem;
  color: #FFFFFF;
  opacity: 0.6; }
  @media (max-width: 1023px) {
    header p {
      width: 50%; } }
  @media (max-width: 540px) {
    header p {
      width: 100%; } }
header .header-qr {
  display: flex;
  align-items: center;
  column-gap: 20px;
  font-size: 1.375rem;
  color: #DCF056;
  font-weight: 700;
  margin-top: 24px; }
  @media (max-width: 1023px) {
    header .header-qr {
      font-size: 1.125rem;
      width: 50%; } }
  @media (max-width: 767px) {
    header .header-qr {
      display: none; } }
header > .contents-wrap {
  overflow: visible; }
  @media (max-width: 540px) {
    header > .contents-wrap {
      padding-top: 30px; } }
  header > .contents-wrap::before {
    content: "";
    position: absolute;
    top: 30px;
    right: 0;
    width: 592px;
    height: 536px;
    background-image: url("../images/header_bg.png");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
    z-index: -1; }
    @media (max-width: 1678px) {
      header > .contents-wrap::before {
        width: 50%;
        top: 23%; } }
    @media (max-width: 1520px) {
      header > .contents-wrap::before {
        display: none; } }
    @media (max-width: 1023px) {
      header > .contents-wrap::before {
        display: block; } }
    @media (max-width: 540px) {
      header > .contents-wrap::before {
        display: none; } }

.feature-title {
  position: relative;
  color: #FFFFFF;
  font-size: 2.125rem;
  padding-left: 54px; }
  @media (max-width: 1130px) {
    .feature-title {
      text-align: center;
      padding-left: 0; } }
  .feature-title > span {
    display: inline-block;
    color: #FFFFFF;
    font-size: 1rem;
    margin-left: 20px;
    opacity: 0.6; }
    @media (max-width: 1130px) {
      .feature-title > span {
        display: block;
        text-align: center; } }
  .feature-title::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 46px;
    height: 46px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat; }
    @media (max-width: 1130px) {
      .feature-title::after {
        display: none; } }
  .feature-title.icon-pad::after {
    background-image: url("../images/icon_pad.svg"); }
  .feature-title.icon-rocket::after {
    background-image: url("../images/icon_rocket.svg"); }

.game-list-box {
  position: relative;
  width: calc(100% - 680px);
  background-color: #32294D;
  padding: 50px;
  background-color: #32294D;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px; }
  @media (max-width: 1520px) {
    .game-list-box {
      padding: 20px; } }
  @media (max-width: 1023px) {
    .game-list-box {
      width: 100%; } }
  @media (max-width: 767px) {
    .game-list-box {
      padding: 28px;
      border-radius: 0;
      border: none; } }

.category-menu {
  border: 1px solid #6A5E8F;
  border-radius: 20px;
  height: 62px;
  overflow: hidden;
  margin-bottom: 30px; }
  @media (min-width: 1024px) {
    .category-menu {
      height: 84px;
      margin-bottom: 20px; } }
  @media (min-width: 1280px) {
    .category-menu {
      height: 62px; } }
  @media (max-width: 767px) {
    .category-menu {
      height: 84px;
      margin-bottom: 20px; } }
  .category-menu > ul {
    display: flex; }
    @media (min-width: 1024px) {
      .category-menu > ul {
        flex-wrap: wrap; } }
    @media (min-width: 1280px) {
      .category-menu > ul {
        flex-wrap: nowrap; } }
    @media (max-width: 767px) {
      .category-menu > ul {
        flex-wrap: wrap; } }
    .category-menu > ul li {
      flex: 1;
      text-align: center;
      line-height: 62px;
      background-color: #32294D;
      border-right: 1px solid #6A5E8F; }
      @media (min-width: 1024px) {
        .category-menu > ul li {
          line-height: 42px;
          width: 50%;
          flex: auto;
          border-bottom: 1px solid #6A5E8F; }
          .category-menu > ul li:nth-child(2) {
            border-right: 0; } }
      @media (min-width: 1280px) {
        .category-menu > ul li {
          line-height: 62px;
          border-bottom: 1px solid #6A5E8F; }
          .category-menu > ul li:nth-child(2) {
            border-right: 1px solid #6A5E8F; } }
      @media (max-width: 767px) {
        .category-menu > ul li {
          line-height: 42px;
          width: 50%;
          flex: auto;
          border-bottom: 1px solid #6A5E8F; }
          .category-menu > ul li:nth-child(2) {
            border-right: 0; } }
      .category-menu > ul li > a {
        display: block;
        font-size: 1.375rem;
        font-weight: 700;
        color: #FFFFFF;
        line-height: 62px;
        transition: all 0.2s ease-in; }
        .category-menu > ul li > a:hover, .category-menu > ul li > a.active {
          background-color: #1497D7; }
        @media (min-width: 1024px) {
          .category-menu > ul li > a {
            font-size: 1rem;
            line-height: 42px; } }
        @media (min-width: 1280px) {
          .category-menu > ul li > a {
            font-size: 1.125rem;
            line-height: 62px; } }
        @media (max-width: 767px) {
          .category-menu > ul li > a {
            font-size: 1rem;
            line-height: 42px; } }
      .category-menu > ul li:last-child {
        border-right: none; }

.sub-page > section > .info-area {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  column-gap: 6%; }
  @media (max-width: 1279px) {
    .sub-page > section > .info-area {
      flex-direction: column-reverse; } }
  @media (max-width: 1023px) {
    .sub-page > section > .info-area {
      flex-direction: row-reverse; } }
  @media (max-width: 540px) {
    .sub-page > section > .info-area {
      flex-direction: column-reverse; } }
  .sub-page > section > .info-area > div {
    position: relative; }
    .sub-page > section > .info-area > div .info-movie-style {
      width: 100%;
      max-width: 320px;
      margin: 0 auto; }
    .sub-page > section > .info-area > div:nth-child(1) {
      flex: 1; }
      @media (max-width: 1279px) {
        .sub-page > section > .info-area > div:nth-child(1) {
          text-align: center; } }
      @media (max-width: 1023px) {
        .sub-page > section > .info-area > div:nth-child(1) {
          text-align: left; } }
      @media (max-width: 540px) {
        .sub-page > section > .info-area > div:nth-child(1) {
          text-align: center; } }
    .sub-page > section > .info-area > div:nth-child(2) {
      flex: 2; }
      @media (max-width: 1279px) {
        .sub-page > section > .info-area > div:nth-child(2) {
          flex: 1;
          margin-bottom: 62px; } }
      @media (max-width: 1023px) {
        .sub-page > section > .info-area > div:nth-child(2) {
          flex: 2;
          margin-bottom: 0; } }
      @media (max-width: 540px) {
        .sub-page > section > .info-area > div:nth-child(2) {
          flex: 1;
          margin-bottom: 62px; } }
  .sub-page > section > .info-area .title {
    font-size: 2.875rem;
    font-weight: 900;
    color: #DCF056;
    line-height: 1em;
    margin-bottom: 22px; }
    .sub-page > section > .info-area .title span {
      display: block;
      font-size: 0.5em;
      color: #69599B; }
    @media (max-width: 1279px) {
      .sub-page > section > .info-area .title {
        text-align: center; } }
    @media (max-width: 1023px) {
      .sub-page > section > .info-area .title {
        text-align: left; } }
    @media (max-width: 540px) {
      .sub-page > section > .info-area .title {
        text-align: center; } }
  .sub-page > section > .info-area h4 {
    font-size: 1.75rem;
    font-weight: 900;
    color: #FFFFFF;
    line-height: 1em;
    margin-bottom: 12px; }
  .sub-page > section > .info-area .num-list {
    list-style: decimal-leading-zero;
    padding-left: 20px;
    margin-left: 8px;
    margin-bottom: 22px; }
    .sub-page > section > .info-area .num-list li {
      color: #FFFFFF;
      line-height: 1.2em;
      margin-bottom: 12px; }
      .sub-page > section > .info-area .num-list li:last-child {
        margin-bottom: 0; }
  .sub-page > section > .info-area .body-text {
    font-size: 1.125rem;
    color: #FFFFFF; }

.flag-movie {
  position: absolute;
  top: -38px;
  left: 50%;
  width: 140px;
  text-align: center;
  margin-left: -75px;
  padding: 8px 0 6px;
  font-size: 0.875rem;
  line-height: 1em;
  font-weight: 700;
  color: #FFFFFF;
  background-color: #1497D7;
  border-radius: 6px;
  animation: huwahuwa-ani 0.8s ease-in-out infinite; }
  .flag-movie::after {
    content: "";
    position: absolute;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 22px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-top: 22px solid #1497D7; }

.card-box {
  display: flex;
  justify-content: flex-start;
  column-gap: 1.6%;
  flex-wrap: wrap; }

.card-type-01 {
  position: relative;
  width: 23%;
  border-radius: 30px;
  overflow: hidden;
  padding-bottom: 5.5em;
  background-color: #32294D;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.2);
  margin-bottom: 16px; }
  @media (max-width: 1520px) {
    .card-type-01 {
      width: 32%; } }
  @media (max-width: 1279px) {
    .card-type-01 {
      width: 49%; } }
  @media (max-width: 1130px) {
    .card-type-01 {
      width: 100%; } }
  @media (max-width: 1023px) {
    .card-type-01 {
      width: 23%; } }
  @media (max-width: 767px) {
    .card-type-01 {
      width: 32%; } }
  @media (max-width: 620px) {
    .card-type-01 {
      width: 49%; } }
  @media (max-width: 414px) {
    .card-type-01 {
      width: 100%; } }
  .card-type-01 img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 30px 30px 0 0;
    display: block; }
  .card-type-01 h3 {
    font-size: 1.375rem;
    line-height: 1.2em;
    color: #DCF056;
    text-align: center;
    padding: 18px 18px 0;
    text-transform: uppercase; }
  .card-type-01 p {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.2em;
    color: #FFFFFF;
    opacity: 0.6;
    padding: 14px 18px 0; }
    @media (max-width: 767px) {
      .card-type-01 p {
        text-align: center; } }

.btn-pos-bottom {
  position: absolute;
  bottom: 26px;
  width: 100%; }

.card-type-02 {
  position: relative;
  width: 23.8%;
  border-radius: 20px;
  border: 1px solid #69599B;
  overflow: hidden;
  padding-bottom: 5.5em;
  background-color: #FFFFFF;
  box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.2);
  margin-bottom: 22px; }
  @media (max-width: 1520px) {
    .card-type-02 {
      width: 32%; } }
  @media (max-width: 1279px) {
    .card-type-02 {
      width: 49%; } }
  @media (max-width: 1130px) {
    .card-type-02 {
      width: 100%; } }
  @media (max-width: 1023px) {
    .card-type-02 {
      width: 23%; } }
  @media (max-width: 767px) {
    .card-type-02 {
      width: 32%; } }
  @media (max-width: 620px) {
    .card-type-02 {
      width: 49%; } }
  @media (max-width: 414px) {
    .card-type-02 {
      width: 100%; } }
  .card-type-02 img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block; }
  .card-type-02 h3 {
    font-size: 1.125rem;
    line-height: 1.2em;
    color: #32294D;
    text-align: center;
    padding: 18px 18px 0;
    text-transform: uppercase; }
  .card-type-02 p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2em;
    color: #69599B;
    padding: 14px 18px 0; }
