﻿@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;
}

:root {
  --bg-body: #FFF;
  --bg-primary: #70C240;
  --bg-secondary: #5EB336;
  --color-body: #444444 //本文用;
  --c-primary: #5EB336 //プライマリー;
  --c-secondary: #000046 // セカンダリー;
  --c-tertiary: #FFA800 // ターシャリ;
  --c-quaternary: #FFA800 // クォータナリ;
  --c-error: #ff2525 // エラー用;
  --animate-duration: 1s;
  --animate-delay: .5s !important;
  --animate-repeat: 1;
  --negative-width: 40px;
}
@media (min-width: 560px) {
  :root {
    --negative-width: 60px;
  }
}
@media (min-width: 960px) {
  :root {
    --negative-width: 80px;
  }
}

.global-nav {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 50px;
  z-index: 1002;
  background-color: #000046;
  transition: all 0.6s;
  filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.5));
}
.global-nav a:link {
  color: #FFF;
}
.global-nav a:visited {
  color: #FFF;
}
.global-nav a:hover {
  background: rgba(255, 255, 255, 0.3);
  color: #FFF;
}
.global-nav .brand-logos {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
  position: absolute;
  left: 10px;
  top: 0px;
  width: 45%;
  max-width: 250px;
  height: 50px;
  z-index: 1015;
}
.global-nav .brand-logos a {
  align-self: center;
}

@media screen and (min-width: 960px) {
  .global-nav {
    display: grid;
    gap: 20px;
    grid-template-columns: 5fr 1fr;
    height: 80px;
  }
  .global-nav .brand-logos {
    width: 100%;
    height: 80px;
    padding: 20px 0px 0px;
    position: relative;
    left: auto;
    right: 10px;
    top: 0px;
  }
}
.menu-check-box, .menu-label, .mask-bg {
  display: none;
}

.global-nav__list {
  display: block;
  width: 100vw;
  width: 100dvw;
  height: 100vh;
  height: 100dvh;
  margin: 0;
  padding: 50px 0;
  list-style: none;
  letter-spacing: 0;
  text-align: center;
  position: absolute;
  top: -100vh;
  z-index: 1001;
  overflow-y: auto;
  transition: all 0.6s;
  background: rgba(31, 37, 125, 0.4);
  backdrop-filter: blur(10px);
}

@media screen and (min-width: 960px) {
  .global-nav__list {
    position: relative;
    top: 0;
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 3fr;
    width: 100%;
    height: auto;
    padding: 0px;
    background: transparent;
    backdrop-filter: blur(0px);
    overflow: visible;
  }
}
.nav__logo {
  width: 80%;
  max-width: 480px;
  height: auto;
  margin: 40px auto;
}

.menu_select {
  width: calc(100% - 20px);
  max-width: 480px;
  padding: 20px 0;
  margin: auto;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}

.menuElement {
  display: block;
  padding: 15px 10px;
  border: 1px solid #FFF;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  font-size: 1.2em;
  line-height: 1em;
  border-radius: 10px;
}
.menuElement.top {
  background-color: #000;
  color: #8A8A8A;
  box-sizing: border-box;
  padding: 10px 10px;
  margin-top: 20px;
  border: 1px solid #8A8A8A;
  font-size: 0.8em;
}
.menuElement span {
  display: block;
  font-size: 0.6em;
  line-height: 1em;
  margin: 5px auto auto;
}
.menuElement.disable {
  pointer-events: none;
  background-color: #897;
  color: #ccc;
}

@media screen and (min-width: 960px) {
  .nav__logo {
    width: calc(100% - 20px);
    max-width: 260px;
    margin: auto;
    padding: 20px 10px 0px;
  }
  .menu_select {
    width: calc(100% - 20px);
    max-width: none;
    height: 80px;
    padding: 20px 0px 0px;
    margin: 0px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
  }
  .menuElement {
    display: block;
    width: -moz-max-content;
    width: max-content;
    padding: 0px 20px 2px;
    border: none;
    font-size: 1em;
    border-radius: 0px;
  }
  .menuElement + .menuElement {
    border-left: 2px solid #FFF;
  }
}
.mask-bg {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 120vh;
  z-index: 999;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
}

.menu-label {
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  z-index: 1002;
  cursor: pointer;
}

.hamburger__line {
  position: absolute;
  width: 26px;
  height: 3px;
  background-color: #fff;
  transition: all 0.6s;
  right: 12px;
}

.hamburger__line--1 {
  top: 16px;
  border-radius: 10px;
}

.hamburger__line--2 {
  top: 24px;
  border-radius: 10px;
  opacity: 1;
}

.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;
}

.global-nav:has(.menu-check-box:checked) {
  background-color: transparent;
}

.menu-check-box:checked ~ .global-nav__list {
  top: 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;
  right: 15px;
  opacity: 0;
}

.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 {
    right: 10px;
    top: 20px;
  }
  .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;
  }
}
.mochiy-pop-one-regular {
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.m-plus-rounded-1c-black {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 900;
  font-style: normal;
}

a, .chronology h3, .modal img, #openBtn, nav ul li > a, nav ul li.dllink {
  transition: all 0.5s ease;
}

body {
  width: 100%;
  height: auto;
  padding-top: 50px;
  background-color: #1f257e;
}

header {
  margin: 0;
  padding: 0;
  position: relative;
}

main {
  width: 100%;
  margin: auto;
  padding: 0px 0px 200px;
  position: relative;
  background: linear-gradient(to bottom, #1f257e 0%, #7BCFF4 100%);
}

section {
  width: 100%;
  padding: 100px 0px;
}
section h2 {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 960px) {
  section {
    max-width: 960px;
  }
}
.bgimg {
  width: 100%;
  max-width: 1920px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.bgimg .kira {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.fade-blink {
  animation: fadeBlink 5s ease-in-out infinite;
}

@keyframes fadeBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.information {
  width: calc(100% - 40px);
  height: auto;
  color: #FFF;
}
.information p {
  filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.3));
}
.information p + p {
  margin: 20px auto auto;
}
.information .mochiy-pop-one-regular {
  text-align: center;
  font-size: clamp(2em, 8vw, 3em);
  margin: auto auto 40px;
}
.information .youtube {
  margin: 100px auto auto;
}

@media screen and (min-width: 960px) {
  .information {
    width: calc(100% - 80px);
    text-align: center;
  }
  .information .youtube {
    max-width: 960px;
    margin: 100px auto auto;
  }
}
.news > h2 {
  width: calc(60% - 0px);
  max-width: 480px;
  margin: auto;
}
.news .newslist {
  width: calc(100% - 40px);
  margin: 40px auto auto;
  padding: 0px 20px;
  background: #FFF;
  border-radius: 10px;
}
.news .newslist time {
  display: block;
  margin-bottom: 10px;
}
.news .newslist > div {
  padding: 20px 5px;
}
.news .newslist > div + div {
  border-top: 1px solid #444;
}

.included-titles > h2 {
  width: calc(60% - 0px);
  max-width: 480px;
  margin: auto;
}
.included-titles .grid > div {
  width: calc(100% - 40px);
  margin: 40px auto auto;
  padding: 50px 20px;
  background: #FFF;
  border-radius: 10px;
}
.included-titles .titlelogo {
  width: calc(100% - 80px);
  margin: auto;
}
.included-titles .versioninfo {
  margin-top: 50px;
}
.included-titles .version {
  margin-top: 40px;
}
.included-titles .version h4 {
  color: #E95378;
  font-size: 1.5em;
  text-align: center;
  letter-spacing: 0em;
}
.included-titles .version details {
  margin-top: 30px;
}
.included-titles .version details::details-content {
  transition: height 0.4s, opacity 0.4s, content-visibility 0.4s allow-discrete;
  height: 0;
  opacity: 0;
  overflow: clip;
}
.included-titles .version details[open]::details-content {
  opacity: 1;
  height: auto;
}
.included-titles .version details img {
  display: block;
  margin-top: 30px;
}
.included-titles .version details p:first-of-type {
  margin-top: 30px;
}
.included-titles .version details small {
  margin-top: 30px;
  padding-bottom: 50px;
}
.included-titles .version summary {
  list-style: none;
  cursor: pointer;
  font-size: 0.9em;
}

@supports (interpolate-size: allow-keywords) {
  :root {
    interpolate-size: allow-keywords;
  }
}
@media screen and (min-width: 960px) {
  .included-titles > h2 {
    width: calc(60% - 0px);
    max-width: 480px;
    margin: auto;
  }
  .included-titles .grid > div {
    display: grid;
    padding: 50px;
    gap: 50px;
    grid-template-columns: repeat(2, 1fr);
  }
  .included-titles .titlelogo {
    width: calc(100% - 0px);
  }
  .included-titles .versioninfo {
    margin-top: 0px;
  }
  .included-titles .version {
    margin-top: 0px;
  }
}
.product-lineup h2 {
  width: calc(60% - 0px);
  max-width: 480px;
  margin: auto;
}
.product-lineup h3 {
  margin: auto auto 50px;
  color: #E95378;
  font-size: 1.5em;
  text-align: center;
  letter-spacing: 0em;
}
.product-lineup h4 {
  width: -moz-max-content;
  width: max-content;
  padding: 5px 10px 8px;
  margin: auto;
  color: #fff;
  background-color: #E60000;
}
.product-lineup h5 {
  font-size: 1.2em;
}
.product-lineup > div {
  width: calc(100% - 40px);
  margin: 40px auto auto;
  padding: 50px 20px;
  background: #FFF;
  border-radius: 10px;
}
.product-lineup .grid > div {
  margin-top: 30px;
}
.product-lineup .grid + div {
  margin-top: 100px;
}
.product-lineup .package .software .img {
  text-align: center;
}
.product-lineup .package .software .img img {
  width: 60%;
  margin: auto;
}
.product-lineup .package .software .img small {
  display: block;
  margin-top: 10px;
  font-weight: bold;
}
.product-lineup .package .DXpack .img img {
  width: 100%;
}
.product-lineup .download .software .img {
  text-align: center;
}
.product-lineup .download .software .img img {
  width: 90%;
  margin: auto;
}
.product-lineup .download .software .img small {
  display: block;
  margin-top: 10px;
  font-weight: bold;
}
.product-lineup .txt {
  margin-top: 50px;
}
.product-lineup .store-link {
  margin-top: 50px;
}
.product-lineup .store-link small {
  display: block;
  margin-top: 30px;
}
.product-lineup .price {
  margin-top: 50px;
}
.product-lineup .price small {
  display: block;
  margin-top: 20px;
}
.product-lineup .store-link a + a {
  margin-top: 30px;
}
.product-lineup .benefit h5 {
  margin-top: 50px;
}
.product-lineup .benefit p {
  margin: 20px auto auto;
}
.product-lineup .benefit .img {
  width: 80%;
  margin: 50px auto auto;
}
.product-lineup .benefit .grid {
  width: 100%;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}
.product-lineup .earlybirdcp h4, .product-lineup .earlybirdcp img {
  margin-top: 50px;
}
.product-lineup .earlybirdcp p, .product-lineup .earlybirdcp small {
  display: block;
  margin-top: 30px;
}

@media screen and (min-width: 960px) {
  .product-lineup > div {
    padding: 50px;
  }
  .product-lineup .grid {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
  }
  .product-lineup .grid > div {
    margin-top: 0px;
  }
  .product-lineup .grid .img {
    grid-column: 1/2;
  }
  .product-lineup .grid .img + div {
    display: grid;
  }
  .product-lineup .grid .txt {
    margin-top: 0px;
    order: 1;
  }
  .product-lineup .grid .store-link {
    order: 3;
  }
  .product-lineup .grid .store-link small {
    margin-top: 50px;
  }
  .product-lineup .grid .price {
    order: 2;
    margin-top: 20px;
  }
  .product-lineup .grid .h4 {
    grid-column: 1/3;
  }
  .product-lineup .benefit h5 {
    margin-top: 0px;
  }
  .product-lineup .earlybirdcp {
    max-width: 640px;
    margin: auto;
  }
  .product-lineup .earlybirdcp img {
    width: 50%;
    margin: 50px auto 0px;
  }
  .product-lineup .download > .grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 0px 40px;
  }
  .product-lineup .download > .grid > .software {
    gap: 40px 0px;
    grid-template-columns: 1fr;
    grid-template-rows: subgrid;
    place-self: stretch;
    align-self: start;
    grid-row: span 3;
  }
  .product-lineup .download .software .img img {
    width: 100%;
  }
  .product-lineup .download .store-link {
    grid-template-rows: repeat(3, 1fr);
    gap: 30px;
  }
  .product-lineup .download .store-link a {
    margin-top: 0px;
  }
  .product-lineup .download .price {
    margin-top: 0px;
  }
}
.btn {
  display: block;
  width: 95%;
  max-width: 320px;
  padding: 10px 0px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  letter-spacing: 0em;
  font-weight: bold;
  border: 2px solid #000;
  border-radius: 50px;
  background-color: #FFF;
  filter: drop-shadow(3px 5px 0px rgba(0, 0, 0, 0.9));
}
.btn.color1 {
  filter: drop-shadow(3px 5px 0px rgba(230, 0, 19, 0.6));
}
.btn.color2 {
  filter: drop-shadow(3px 5px 0px rgba(246, 171, 0, 0.6));
}
.btn.color3 {
  filter: drop-shadow(3px 5px 0px rgba(255, 241, 0, 0.6));
}
.btn.color4 {
  filter: drop-shadow(3px 5px 0px rgba(110, 185, 44, 0.6));
}
.btn.color5 {
  filter: drop-shadow(3px 5px 0px rgba(0, 161, 233, 0.6));
}
.btn.color6 {
  filter: drop-shadow(3px 5px 0px rgba(88, 119, 186, 0.6));
}
.btn.nintendo {
  color: #FFF;
  background-color: #E60012;
  border: none;
  filter: drop-shadow(3px 5px 0px rgba(0, 0, 0, 0.3));
}
.btn.ps5 {
  color: #FFF;
  background-color: #002083;
  border: none;
  filter: drop-shadow(3px 5px 0px rgba(0, 0, 0, 0.3));
}
.btn.ps4 {
  color: #FFF;
  background-color: #005EB6;
  border: none;
  filter: drop-shadow(3px 5px 0px rgba(0, 0, 0, 0.3));
}
.btn.disable {
  pointer-events: none;
  background-color: #bbb;
  filter: drop-shadow(3px 5px 0px #fff);
}

.product {
  width: calc(100% - 40px);
  max-width: 580px;
  margin: 100px auto 0;
  text-align: center;
}
.product > div + div {
  margin-top: 100px;
}
.product dl {
  margin: 0;
  padding: 0;
  border: 2px solid #1F257D;
}
.product dt {
  padding: 10px;
  margin: 0px;
  color: #FFFFFF;
  border-top: 1px solid #1F257D;
  background-color: #1F257D;
  font-weight: bold;
}
.product dt:first-of-type {
  border-top: none;
}
.product dd {
  padding: 20px 10px;
  margin: 0px;
  font-size: 0.8em;
  font-weight: bold;
  background-color: #FFFFFF;
}

@media screen and (min-width: 960px) {
  .product {
    width: calc(100% - 100px);
    grid-column: 2/3;
    grid-row: 1/5;
    margin-top: 200px;
    max-width: 1080px;
  }
  .product dl {
    display: grid;
    grid-template-columns: 150px 1fr;
  }
  .product dt {
    padding: 20px 10px;
    margin-top: 0px;
    border-top: 1px solid #FFFFFF;
  }
  .product dt:first-of-type {
    border-top: none;
  }
  .product dd {
    margin: 0;
    padding: 20px 10px;
    font-size: 1em;
    border-top: 1px solid #000046;
  }
  .product dd:first-of-type {
    border-top: none;
  }
}
footer {
  padding: 100px 0 20px;
  background-color: #000046;
  color: #FFFFFF;
  text-align: center;
  position: relative;
  z-index: 50px;
  font-size: 0.9em;
}
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;
}

@media screen and (min-width: 960px) {
  footer {
    gap: 50px;
    padding: 100px 0px 50px;
    justify-items: center;
    align-items: center;
  }
  footer .brand-logos {
    display: flex;
    gap: 50px;
    align-items: center;
  }
  footer .copyright {
    padding: 40px;
    padding-bottom: 0px;
  }
  footer .taito-logo {
    max-width: 300px;
  }
}
.carousel {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  width: 100%;
  max-width: 960px;
  margin: 40px auto 0px;
  cursor: grab;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE, Edge */
}
.carousel::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari */
}
.carousel.dragging {
  cursor: grabbing;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.slideContent {
  display: flex;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.slideContent > div {
  flex: 0 0 100%;
  scroll-snap-align: start;
  position: relative;
}
.slideContent img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.slideContent .slick-dots li button:before {
  font-size: 36px;
}

@media (min-width: 960px) {
  .carousel {
    grid-column: 1/3;
    margin: auto;
  }
  .carousel > div {
    display: grid;
    width: 100%;
    border-radius: 10px;
    gap: 40px;
    grid-template-columns: repeat(3, 1fr);
  }
  .carousel > div img {
    width: 100%;
    height: auto;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
}
a.link-btn {
  display: block;
  padding: 10px 0px;
  margin: 50px auto;
  width: calc(100% - 40px);
  max-width: 560px;
  border: 2px solid rgb(255, 114, 173);
  color: rgb(255, 114, 173);
  background-color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  text-align: center;
  position: relative;
  transition: transform 0.08s ease, border-color 0.15s ease, color 0.15s ease;
}
a.link-btn .link-btn__icon {
  display: block;
  height: -moz-max-content;
  height: max-content;
  margin: auto 0px;
  font-size: 10px;
  transform: translateX(0);
  transition: transform 0.15s ease, color 0.15s ease;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 5px;
}
a.link-btn:hover {
  opacity: 0.8;
}
a.link-btn:active {
  transform: translateY(1px);
}
a.link-btn.disabled {
  color: #CCC;
  border-color: currentColor;
  pointer-events: none;
}

@media (min-width: 960px) {
  a.link-btn {
    font-size: 2em;
    padding: 20px;
    margin: 50px auto 200px;
  }
}/*# sourceMappingURL=rainbowparasol.css.map */