﻿@charset "UTF-8";
/*!
 * * ress.css • v4.0.0
 * * MIT License
 * * github.com/filipelinhares/ress */
/* # =================================================================
 * * # Global selectors
 * * # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*, ::before, ::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: border-box;
}

::before, ::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
 * * # General elements
 * * # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */
}

details, main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}
a:active, a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b, strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

/* # =================================================================
 * * # Forms
 * * # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button, input, optgroup, select, textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button, [type=button], [type=reset], [type=submit], [role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}
select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}
select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
 * * # Specify media element style
 * * # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
 * * # Accessibility
 * * # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

body {
  font-family: sans-serif;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  position: relative;
  z-index: 0;
  font-size: 16px;
  letter-spacing: 0.1em;
}

p {
  line-height: 1.75em;
}

a {
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s ease;
}
a:link {
  color: currentColor;
}
a:active {
  color: currentColor;
}
a:hover {
  opacity: 0.7;
  color: currentColor;
}
a:visited {
  color: currentColor;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.17rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 0.83rem;
}

h6 {
  font-size: 0.67rem;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

ul, ol {
  padding-left: 1.5rem;
}

pre {
  white-space: pre-wrap;
}

hr {
  border-style: solid;
  border-width: 1px 0 0;
  color: inherit;
  height: 0;
  overflow: visible;
}

audio, canvas, embed, iframe, img, object, svg, video {
  display: block;
  max-width: 100%;
}

canvas, img, svg, video {
  height: auto;
}

audio {
  width: 100%;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
  height: auto;
}

svg {
  fill: currentColor;
}

address {
  font-style: normal;
}

.large {
  font-size: 1.1em;
}

.bold {
  font-weight: bold;
}

.caution {
  color: #ff2525;
}

.txt_center {
  text-align: center;
}

.txt_left {
  text-align: left;
}

.youtube {
  width: 100%;
  height: auto;
  margin: auto;
  aspect-ratio: 16/9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.copyright {
  font-family: Arial, Helvetica, "sans-serif";
  width: 100%;
  height: auto;
  margin: 50px auto 0;
  font-size: 0.5em;
  text-align: center;
  letter-spacing: 0em;
}

.pconly {
  display: none;
}

@media screen and (min-width: 960px) {
  .sponly {
    display: none;
  }
  .pconly {
    display: block;
  }
}
a.button-parallelogram {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 15px 0px;
  border: 2px solid rgba(255, 187, 34, 0.5333333333);
  background-color: #222;
  transform: skewX(-25deg);
  filter: drop-shadow(0 0 5px rgba(255, 189, 34, 0.5333333333));
  color: #fff;
  font-size: 1em;
}
a.button-parallelogram span {
  transform: skewX(25deg);
  line-height: 1em;
}
a.button-parallelogram::after {
  position: absolute;
  right: 20px;
  transform: translateY(-40%);
  transform-origin: left;
  width: 2em;
  height: 1em;
  background-color: currentColor;
  clip-path: polygon(0 100%, 100% 100%, 60% 70%, 60% 90%, 0% 90%);
  content: "";
  transition: transform 0.3s;
}
a.button-parallelogram:hover::after {
  transform: translateY(-40%) translateX(10px);
}

.fadeIn {
  opacity: 0;
  transform: translate3d(0, 10vw, 0);
}
.fadeIn.show {
  animation: fadeIn 0.6s ease-in-out forwards;
}
.fadeIn.delay-02 {
  animation-delay: 0.2s;
}
.fadeIn.delay-04 {
  animation-delay: 0.4s;
}
.fadeIn.delay-06 {
  animation-delay: 0.6s;
}
.fadeIn.delay-08 {
  animation-delay: 0.8s;
}
.fadeIn.delay-05 {
  animation-delay: 0.5s;
}
.fadeIn.delay-1 {
  animation-delay: 1s;
}
.fadeIn.delay-15 {
  animation-delay: 1.5s;
}
.fadeIn.delay-2 {
  animation-delay: 2s;
}
.fadeIn.bubblun {
  transform: translate3d(-30vw, 30vw, 20vw);
}
.fadeIn.bubblun.show {
  animation: fadeIn 1s ease-in-out forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
a.button-default {
  display: block;
  width: 100%;
  margin: 20px auto 0;
  padding: 10px 0;
  color: #FFFFFF;
  text-align: center;
  font-size: 0.8em;
  border: 1px solid #ffffff;
  position: relative;
}
a.button-default:hover {
  background: #ffffff;
  color: #000;
  opacity: 0.8;
}
a.button-default::after {
  position: absolute;
  right: 20px;
  transform: translateY(-10%);
  transform-origin: left;
  width: 2em;
  height: 1em;
  background-color: currentColor;
  clip-path: polygon(0 100%, 100% 100%, 60% 70%, 60% 90%, 0% 90%);
  content: "";
  transition: transform 0.3s;
}
a.button-default:hover::after {
  transform: translateY(-10%) translateX(10px);
}

@media screen and (min-width: 960px) {
  a.button-default {
    display: block;
    width: 100%;
    margin: 20px auto 0;
    padding: 10px 0;
    color: #FFFFFF;
    text-align: center;
    font-size: 0.8em;
    border: 1px solid #ffffff;
    position: relative;
  }
  a.button-default:hover {
    background: #ffffff;
    color: #000;
    opacity: 0.8;
  }
  a.button-default::after {
    position: absolute;
    right: 20px;
    transform: translateY(-10%);
    transform-origin: left;
    width: 2em;
    height: 1em;
    background-color: currentColor;
    clip-path: polygon(0 100%, 100% 100%, 60% 70%, 60% 90%, 0% 90%);
    content: "";
    transition: transform 0.3s;
  }
  a.button-default:hover::after {
    transform: translateY(-10%) translateX(10px);
  }
}
section {
  width: calc(100% - 40px);
  margin: 0 auto;
}

@media screen and (min-width: 560px) {
  section {
    width: calc(100% - 80px);
  }
}
@media screen and (min-width: 960px) {
  section {
    width: calc(100% - 100px);
  }
}
.carousel {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.carousel .carousel-inner {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
}
.carousel .carousel-inner .carousel-item {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 2s ease;
  box-sizing: border-box;
}
.carousel .carousel-inner .carousel-item.active {
  opacity: 1;
}
.carousel .carousel-inner .carousel-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-image {
  width: 100%;
  height: auto;
  position: relative;
  text-align: right;
}
.hero-image h1 {
  width: 100%;
  margin: 0px auto;
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  color: #000;
}
.hero-image h1 video {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
.hero-image:lang(en) img {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 100;
}
.hero-image .language {
  display: inline-block;
  margin: auto 0 auto auto;
  padding: 10px 20px;
  text-align: right;
  color: #fff;
  text-shadow: 0px 0px 10px #000;
  font-size: 14px;
  letter-spacing: 0;
  align-items: center;
}
.hero-image .language .material-icons {
  font-size: 24px;
}
.hero-image .language .lang {
  display: inline-block;
  padding: 2px 0 0 5px;
  vertical-align: top;
}

@media only screen and (min-width: 560px) {
  .hero-image .language {
    position: absolute;
    top: 20px;
    right: 20px;
    margin: auto;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    align-items: center;
    z-index: 1000;
  }
  .hero-image .language .material-icons {
    font-size: 36px;
  }
  .hero-image .language .lang {
    display: block;
    padding: 0px;
  }
}
@media only screen and (min-width: 960px) {
  .hero-image .language {
    padding: 20px;
    font-size: 18px;
  }
  .hero-image .language .material-icons {
    font-size: 48px;
  }
}
main .followMe {
  width: 60%;
  max-width: 320px;
  margin: 200px auto 0;
  text-align: center;
  filter: drop-shadow(0 0 10px #000);
}
main .followMe .External {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 30px 50px;
  margin: 50px auto 0;
}
main .followMe .External > h3 {
  flex: 0 0 100%;
  font-size: 1em;
  text-align: center;
}
main .followMe .account {
  width: 50px;
  height: 50px;
  display: grid;
  place-content: center;
  place-items: center;
  padding: 10px;
  border-radius: 10px;
}
main .followMe .account.icon_x {
  background-color: #000;
  border: 1px solid #333;
}
main .followMe .account.icon_instagram {
  background: radial-gradient(circle farthest-corner at -20% 140%, #ffe17d 0%, rgba(255, 205, 105, 0.8) 5%, rgba(250, 145, 55, 0.8) 10%, rgba(235, 65, 65, 0.8) 30%, transparent 60%), linear-gradient(-15deg, #234bd7 12%, #c33cbe 58%);
  border: 1px solid #333;
  padding: 5px;
}
main .followMe .account.icon_tiktok {
  padding: 3px;
  background-color: #000;
  border: 1px solid #333;
}
main .followMe .StoreInfo {
  margin: 50px auto 0;
  font-size: 0.8em;
}
main .followMe .StoreInfo h3 {
  border-top: 2px solid #FFFFFF;
  padding-top: 10px;
}
main .followMe .StoreInfo p:first-of-type {
  border-bottom: 2px solid #FFFFFF;
  padding-bottom: 10px;
}
main .followMe .StoreInfo address {
  display: grid;
  place-items: center;
  margin: 0px;
  padding: 10px;
  text-align: left;
}

footer {
  width: calc(100% - 0px);
  margin: auto;
  padding: 200px 0 0;
  filter: drop-shadow(0 0 10px #000);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 80%);
}
footer .store {
  display: grid;
  place-content: center;
  place-items: center;
  min-height: 60vh;
}
footer .store img {
  display: block;
  width: 150px;
  margin: 0 auto 30px;
}
footer .store p {
  text-align: center;
  font-size: 0.8em;
}
footer .store a {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 10px auto 0px;
  padding: 2px 5px;
  border-bottom: 1px solid #FFF;
  color: #fff;
  line-height: 1em;
  text-decoration: none;
}
footer .store a .button-open-link {
  display: inline;
  width: 12px;
  height: 12px;
  vertical-align: text-top;
  margin: 2px auto 0px;
}
footer .taito-logo {
  width: 40%;
  max-width: 150px;
  margin: 0px auto 50px;
}
footer .arc-logo {
  width: 30%;
  max-width: 100px;
  margin: 0px auto 50px;
}
footer .switch-logo {
  width: 50%;
  max-width: 200px;
  margin: 0px auto 50px;
}
footer .ps5-logo {
  width: 50%;
  max-width: 200px;
  margin: 0px auto 50px;
}
footer .steam-logo {
  width: 50%;
  max-width: 200px;
  margin: 0px auto 50px;
}
footer .info {
  margin: 0px auto 100px;
}
footer .officialAccounts {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px 50px;
  width: 250px;
  margin: auto;
  padding: 100px 0px 0px;
}
footer .officialAccounts > h2 {
  grid-column: 1/4;
  grid-row: 1/2;
  font-size: 1em;
  text-align: center;
}
footer .privacyPolicy {
  padding: 50px 0px 0px;
  font-size: 0.8em;
  text-align: center;
}
footer .privacyPolicy li {
  list-style: none;
}
footer .privacyPolicy li:not(:first-of-type) {
  margin-top: 20px;
}
footer .privacyPolicy a {
  text-decoration: none;
  color: #FFF;
}
footer .copyright {
  display: grid;
  place-content: center;
  place-items: center;
  font-size: 0.8em;
  text-align: center;
  letter-spacing: 0.1em;
  border-top: 1px solid #FFF;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 50px;
}

body {
  background-color: #000;
  color: #FFF;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
}

section {
  width: 100%;
  scroll-padding-top: 50px;
}

h2, h3 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1em;
}

p {
  line-height: 1.75em;
  letter-spacing: 0.2em;
}

.txt_red {
  color: #F20100;
}

.vertical-text {
  writing-mode: vertical-rl;
}

.snap {
  height: 100vh;
  overflow-y: auto;
  scroll-snap-type: y mandatory;
  scroll-snap-stop: always;
}
.snap header, .snap main {
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.fadeInBlur {
  position: relative;
  opacity: 0;
  transform: scale(0.985);
  filter: brightness(0.55) contrast(0.9) saturate(0.9) blur(6px);
  transition: opacity 0.9s ease, transform 0.9s ease, filter 1.1s ease;
  will-change: opacity, transform, filter;
}
.fadeInBlur::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(120% 120% at 50% 20%, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.85));
  opacity: 1;
  transition: opacity 1.1s ease;
  pointer-events: none;
  border-radius: inherit;
}
.fadeInBlur.show {
  opacity: 1;
  transform: scale(1);
  filter: brightness(1) contrast(1) saturate(1) blur(0);
}
.fadeInBlur.show::before {
  opacity: 0;
}
.fadeInBlur.show .fadeInBlur {
  transition-delay: 0.5s, 0.5s;
}

header {
  min-height: 100%;
  background: url(/Content/images/nb/cube-juban_bg2.webp) repeat;
  background-size: 100%;
  background-position: center top;
  position: relative;
  z-index: 10;
}
header div {
  position: relative;
}
header h1 {
  width: 70%;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
header h2 {
  padding: 50px 0px;
  text-align: center;
  font-size: clamp(10px, 7vw, 80px);
  text-shadow: 0px 0px 30px #000, 0px 0px 30px #000, 0px 0px 30px #000, 0px 0px 30px #000, 0px 0px 30px #000, 0px 0px 30px #000, 0px 0px 30px #000, 0px 0px 30px #000, 0px 0px 30px #000, 0px 0px 30px #000;
}
header h2 span {
  font-size: 1.5em;
}
header h2 .txt_red {
  display: block;
  margin-top: 20px;
}

@media screen and (min-width: 560px) {
  header {
    padding: 50px 0px 0px;
  }
  header h1 {
    width: 48%;
    height: -moz-max-content;
    height: max-content;
    margin: auto;
    padding-top: 8vw;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  header h2 {
    height: -moz-max-content;
    height: max-content;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: clamp(10px, 4vw, 80px);
  }
  header h2 .txt_red {
    display: inline;
    margin-top: 0px;
  }
}
.menu-check-box, .menu-label, .mask-bg {
  display: none;
}

.global-nav__list {
  display: block;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  margin: 0;
  padding: 0 0 50px;
  background: url(/Content/images/nb/cube-juban_bg2.webp) repeat;
  background-size: cover;
  background-position: center center;
  list-style: none;
  letter-spacing: 0;
  text-align: center;
  position: fixed;
  top: 0;
  right: -100vw;
  z-index: 1001;
  overflow-y: auto;
  transition: all 0.6s;
}

@media screen and (min-width: 960px) {
  .global-nav__list {
    display: grid;
    grid-template-columns: 3fr 1fr 1fr 1fr 1fr 1fr;
    place-items: center;
    width: 100vw;
    height: 50px;
    padding: 0px;
    margin: 0px;
    right: 0px;
    background: rgba(0, 0, 0, 0.8);
  }
}
.nav__logo {
  width: 200px;
  height: auto;
  margin: 20px auto;
}

.menuElement {
  display: block;
  width: 100%;
  height: auto;
  padding: 20px 0;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.4em;
  line-height: 1.4em;
  letter-spacing: 0.2em;
  border-top: 2px solid #333;
}
.menuElement:last-of-type {
  border-bottom: 2px solid #333;
}
.menuElement:hover {
  color: #fff;
  border: 1px solid #fff;
}
.menuElement.disable {
  pointer-events: none;
  background-color: #897;
  color: #ccc;
}

@media screen and (min-width: 960px) {
  .nav__logo {
    height: 0px;
  }
  .nav__logo img {
    display: none;
  }
  .menuElement {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    border: none;
    font-size: 1em;
    line-height: 1em;
  }
  .menuElement:last-of-type {
    border-bottom: none;
  }
  .menuElement:hover {
    color: #000;
    border: none;
    background: rgba(255, 255, 255, 0.6);
  }
}
.mask-bg {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 120vh;
  z-index: 1000;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
}

.menu-label {
  display: block;
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 50px;
  height: 53px;
  z-index: 1002;
  cursor: pointer;
  background: url("../images/nb/cube-juban_button_icon.webp") no-repeat;
  background-size: cover;
  animation: float-y 2.5s infinite alternate ease-in-out;
  filter: drop-shadow(0px 0px 10px rgba(200, 57, 243, 0.6));
}

@keyframes float-y {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10px);
  }
}
.hamburger__line {
  position: absolute;
  width: 26px;
  height: 3px;
  background-color: #fff;
  transition: all 0.6s;
  left: 12px;
}

.hamburger__line--1 {
  top: 16px;
  border-radius: 10px;
}

.hamburger__line--2 {
  top: 24px;
  border-radius: 10px;
}

.hamburger__line--3 {
  top: 32px;
  border-radius: 10px;
}

@media screen and (min-width: 960px) {
  .menu-label {
    display: none;
  }
}
.innner-label {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.menu-check-box:checked ~ .global-nav__list {
  right: 0;
}

.menu-check-box:checked ~ .mask-bg {
  opacity: 0.7;
  visibility: visible;
}

.menu-check-box:checked + .menu-label .hamburger__line--1 {
  transform: rotate(45deg);
  top: 24px;
}

.menu-check-box:checked + .menu-label .hamburger__line--2 {
  width: 0;
  left: 50%;
}

.menu-check-box:checked + .menu-label .hamburger__line--3 {
  transform: rotate(-45deg);
  top: 24px;
}

.menu-check-box:checked ~ .menu-label:after {
  opacity: 0;
}

@media screen and (min-width: 960px) {
  .menu-check-box:checked + .menu-label .hamburger__line {
    width: 32px;
  }
  .menu-check-box:checked + .menu-label .hamburger__line--1 {
    top: 28px;
  }
  .menu-check-box:checked + .menu-label .hamburger__line--2 {
    width: 0;
    left: 50%;
  }
  .menu-check-box:checked + .menu-label .hamburger__line--3 {
    top: 28px;
  }
}
main {
  background: url(/Content/images/nb/cube-juban_bg2.webp) repeat;
  background-size: 100%;
  background-position: center top;
}
main section {
  display: block;
  width: calc(100% - 40px);
  margin: auto;
  padding: 26.66vw 0px;
}
main section h2 {
  width: 100%;
  text-align: center;
  font-size: clamp(10px, 10vw, 80px);
}
main section .content p {
  margin: 4vw auto 0px;
  line-height: 2em;
}
main section .content p:first-of-type {
  margin: 13.33vw auto 0px;
}

@media screen and (min-width: 560px) {
  main section {
    width: calc(100% - 80px);
    min-height: 100vh;
  }
  main section h2 {
    font-size: clamp(10px, 6vw, 80px);
  }
}
@media screen and (min-width: 960px) {
  main section {
    width: calc(100% - 100px);
    padding: 13.33vw 0px;
  }
  main section p {
    font-size: clamp(10px, 1.4vw, 24px);
  }
}
.background {
  position: fixed;
  margin: auto;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.screenshot {
  width: 90%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin: 13.33vw auto auto;
}
.screenshot > div {
  width: 100%;
}
.screenshot > div > img {
  box-shadow: 0px 0px 20px rgb(0, 0, 0);
}

@media screen and (min-width: 560px) {
  .screenshot {
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 960px) {
  .screenshot {
    width: calc(100% - 12.5vw);
    max-width: 1280px;
    margin: 8vw auto auto;
  }
}
.video {
  display: grid;
  place-items: center;
  height: auto;
  padding: 13.33vw 0px;
}
.video .youtube {
  width: calc(100% - 40px);
}

@media screen and (min-width: 960px) {
  .video .youtube {
    width: calc(100% - 12.5vw);
    max-width: 1280px;
  }
}
.about {
  display: grid;
  place-items: center;
}
.about h2 {
  text-align: center;
  font-size: clamp(10px, 10vw, 80px);
}
.about h2 span {
  color: #F20100;
}

@media screen and (min-width: 960px) {
  .about p {
    text-align: center;
  }
}
.story .content {
  text-align: center;
}
.story .content p {
  margin-top: 8vw;
  line-height: 2em;
}

@media screen and (min-width: 560px) {
  .story .content p {
    font-size: 1.2em;
  }
}
.game {
  width: 100%;
  background: url(/Content/images/nb/cube-juban_bg.webp) bottom/100% no-repeat, linear-gradient(to bottom, transparent 0%, #000 50%);
}
.game > * {
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
}
.game .screenshot {
  width: calc(95% - 40px);
}

@media screen and (min-width: 560px) {
  .game > * {
    width: calc(100% - 80px);
  }
}
@media screen and (min-width: 960px) {
  .game {
    background-position: center 50vh;
  }
  .game p {
    text-align: center;
  }
  .game .screenshot {
    width: calc(100% - 12.5vw);
    max-width: 1280px;
    margin: 8vw auto auto;
  }
}
.location {
  width: 100%;
  background-color: #000;
}
.location h3 {
  margin: 13.33vw auto;
  text-align: center;
  font-size: clamp(10px, 4vw, 32px);
}
.location a {
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  margin-top: 30px;
  text-align: center;
  line-height: 1.75em;
  font-size: clamp(10px, 3.6vw, 18px);
}
.location span {
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  padding: 0px 5px 5px;
  border-bottom: 1px solid currentColor;
}
.location small {
  display: inline-block;
  margin-top: 5px;
}

.location h3 {
  margin: 8vw auto;
}

footer {
  filter: none;
  background: none;
  padding: 50px 0 20px;
  color: #FFF;
  text-align: center;
  position: relative;
  z-index: 50px;
  font-size: 0.9em;
}
footer .info {
  margin: 0px auto 50px;
}
footer .officialAccounts {
  padding: 0px;
}
footer .privacyPolicy {
  padding: 50px 0px;
}
footer .brand-logos a {
  display: block;
}
footer .copyright {
  padding: 5%;
  line-height: 1.75em;
}
footer .copyright p {
  margin-top: 10px;
}
footer .copyright img {
  display: inline-block;
}
footer .copyright img:first-of-type {
  width: 14px;
}
footer .copyright img:last-of-type {
  width: 40px;
}
footer .olcg-logo {
  width: 50%;
  max-width: 180px;
  margin: 0px auto 50px;
}

@media screen and (min-width: 960px) {
  footer {
    gap: 50px;
    padding: 0px 0px 20px;
    justify-items: center;
    align-items: center;
  }
  footer .brand-logos {
    display: flex;
    gap: 50px;
    align-items: center;
    justify-items: center;
  }
  footer .copyright {
    padding: 20px 40px 40px;
    padding-bottom: 0px;
  }
  footer .taito-logo {
    width: 40%;
    max-width: 150px;
    margin: 0px auto;
  }
  footer .olcg-logo {
    width: 50%;
    max-width: 180px;
    margin: 0px auto;
  }
}/*# sourceMappingURL=cube-juban.css.map */