﻿*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  scroll-behavior: smooth;
}
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}
ul[role="list"],
ol[role="list"] {
  list-style: none;
}
body {
  min-height: 100vh;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}
img,
picture {
  pointer-events: none;
  max-width: 100%;
  display: block;
  height: auto;
}
input,
button,
textarea,
select {
  font: inherit;
}
textarea:not([rows]) {
  min-height: 10em;
}
:target {
  scroll-margin-block: 5ex;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #000;
}
a:focus {
  outline: 0;
}
a:hover,
a:active {
  outline: 0;
}
a[href^="tel:"] {
  cursor: default;
}
br.forPC {
  display: inline;
}
br.forSP {
  display: none;
}
@media only screen and (max-width: 768px) {
  br.forPC {
    display: none;
  }
  br.forSP {
    display: inline;
  }
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
img[src$=".svg"] {
  width: 100%;
}
::selection {
  background: #cedae3;
  color: #000;
  text-shadow: none;
}
::-webkit-selection {
  background: #cedae3;
  color: #000;
  text-shadow: none;
}
::-moz-selection {
  background: #cedae3;
  color: #000;
  text-shadow: none;
}
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
:root {
  --halfup: 0px;
  --swipe-height: 0px;
}
body {
  height: 100%;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  color: #fff;
  background-color: #001a3f;
  line-height: 1.5;
  letter-spacing: 0.5px;
  padding: 0;
  margin: 0;
  position: relative;
  background-image: url("../../assets/images/bg.png");
  background-position: 50% 50%;
}
.wrapper {
  overflow: hidden;
}
h2.content_title {
  display: flex;
  justify-content: center;
  margin-bottom: clamp(20px, 5vw, 60px);
  margin-bottom: 0;
  transition:
    transform 360ms,
    opacity 360ms;
  opacity: 0;
}
h2.content_title span {
  max-width: 90vw;
  display: block;
}
h2.content_title.active {
  transform: translateY(calc(var(--halfup, 0px) / -2));
  opacity: 1;
}
#header {
  width: 100%;
  background-color: #000e25;
  z-index: 1000;
  position: relative;
}
#header .nav-toggle {
  display: none;
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: rgba(0, 0, 0, 0);
  padding: 8px;
  margin: 0;
  color: #fff;
}
#header .nav-toggle__bars {
  display: grid;
  gap: 5px;
}
#header .nav-toggle__bars > span {
  display: block;
  width: 24px;
  height: 2px;
  background: currentColor;
}
#header .inner {
  height: clamp(50px, 6vw, 60px);
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3em;
  padding: 0 clamp(0px, 2.5vw, 20px);
}
#header nav.nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
#header nav.nav ul {
  display: flex;
  gap: clamp(10px, 2vw, 30px);
  list-style: none;
  margin: 0;
  padding: 0;
}
#header nav.nav ul li a {
  font-weight: 700;
  color: #fff;
  font-size: clamp(14px, 11.5px + 0.6629vw, 20px);
}
#header .wpml-ls-legacy-list-horizontal {
  padding: 0;
  margin-right: clamp(0px, 2.5vw, 30px);
}
@media screen and (max-width: 840px) {
  #header .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: clamp(0px, 2.5vw, 30px);
    cursor: pointer;
  }
  #header .inner {
    flex-wrap: wrap;
    gap: 12px;
  }
  #header nav.nav {
    width: 100%;
    order: 10;
    display: block;
    overflow: hidden;
    max-height: 0;
    margin-left: 0;
    position: absolute;
    top: clamp(50px, 6vw, 80px);
    left: 0;
    transition: max-height 360ms ease-out;
    background-color: rgba(0, 26, 63, 0.8);
    backdrop-filter: saturate(180%) blur(20px);
  }
  #header nav.nav ul {
    flex-direction: column;
    gap: 10px;
    padding: calc(2.5vw + 8px);
    padding-top: 2vw;
  }
  #header nav.nav ul li a {
    font-size: clamp(24px, 7.3333333333px + 3.4722222222vw, 34px);
  }
  #header.is-menu-open nav.nav {
    max-height: 60vh;
    transition: max-height 480ms ease-out;
  }
}
nav.language-nav {
  font-weight: 700;
}
nav.language-nav ul li a {
  font-size: clamp(14px, 10.3225806452px + 0.9677419355vw, 20px);
}
.wpml-ls-current-language > a {
  display: flex !important;
  align-items: center;
  gap: 5px;
  background-color: #d1d1d1;
  border-radius: 500px;
  transition: background-color 240ms;
}
.wpml-ls-current-language > a:before {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTIgMGMtNi42MjcgMC0xMiA1LjM3My0xMiAxMnM1LjM3MyAxMiAxMiAxMiAxMi01LjM3MyAxMi0xMi01LjM3My0xMi0xMi0xMnptNi4wMTYgMTFjLS4wNDgtMS4wMy0uMTY4LTIuMDM1LS4zNTYtM2gzLjVjLjQxLjkzNS42ODUgMS45NDIuNzkgM2gtMy45MzR6bTMuOTMzIDJjLS4xMDUgMS4wNTgtLjM4IDIuMDY1LS43OSAzaC0zLjVjLjE4OC0uOTY1LjMwOS0xLjk3LjM1Ni0zaDMuOTM0em0tMS45NjgtN2gtMi44M2MtLjM3NS0xLjE5Ny0uODc1LTIuMjkyLTEuNDYxLTMuMjg2IDEuNzE2LjY4NCAzLjE5NSAxLjgzMSA0LjI5MSAzLjI4NnptLTQuOTQ4IDBoLTIuMDMzdi0zLjY3NGMuODQxIDEuMDEgMS41MjYgMi4yNTYgMi4wMzMgMy42NzR6bS0yLjAzMyAxMmgyLjAzM2MtLjUwNyAxLjQxOC0xLjE5MiAyLjY2NC0yLjAzMyAzLjY3NHYtMy42NzR6bS0yLTE1LjY3NHYzLjY3NGgtMi4wMzNjLjUwNy0xLjQxOCAxLjE5Mi0yLjY2NCAyLjAzMy0zLjY3NHptMCA1LjY3NHYzaC0yLjk5NGMuMDUyLTEuMDQuMTgxLTIuMDQ0LjM4OS0zaDIuNjA1em0wIDV2M2gtMi42MDVjLS4yMDgtLjk1Ni0uMzM2LTEuOTYtLjM4OS0zaDIuOTk0em0wIDV2My42NzRjLS44NDEtMS4wMS0xLjUyNi0yLjI1Ni0yLjAzMy0zLjY3NGgyLjAzM3ptMi0ydi0zaDIuOTk0Yy0uMDUyIDEuMDQtLjE4MSAyLjA0NC0uMzg5IDNoLTIuNjA1em0wLTV2LTNoMi42MDVjLjIwOC45NTYuMzM2IDEuOTYuMzg5IDNoLTIuOTk0em0tNC42OS04LjI4NmMtLjU4Ni45OTQtMS4wODYgMi4wODktMS40NjEgMy4yODZoLTIuODNjMS4wOTYtMS40NTUgMi41NzUtMi42MDIgNC4yOTEtMy4yODZ6bS0yLjMyNiA4LjI4NmgtMy45MzNjLjEwNS0xLjA1OC4zOC0yLjA2NS43OS0zaDMuNWMtLjE4OS45NjUtLjMwOSAxLjk3LS4zNTcgM3ptLjM1NyA1aC0zLjVjLS40MS0uOTM1LS42ODUtMS45NDItLjc5LTNoMy45MzRjLjA0NyAxLjAzLjE2NyAyLjAzNS4zNTYgM3ptLTIuMzIyIDJoMi44M2MuMzc1IDEuMTk3Ljg3NSAyLjI5MiAxLjQ2MSAzLjI4Ni0xLjcxNi0uNjg0LTMuMTk1LTEuODMxLTQuMjkxLTMuMjg2em0xMS42NzEgMy4yODZjLjU4Ni0uOTk0IDEuMDg2LTIuMDg5IDEuNDYxLTMuMjg2aDIuODNjLTEuMDk2IDEuNDU1LTIuNTc1IDIuNjAyLTQuMjkxIDMuMjg2eiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  width: 1em;
  height: 1em;
}
.wpml-ls-current-language:hover > a {
  border-radius: 20px 20px 0 0;
}
.wpml-ls-legacy-dropdown {
  width: 180px;
}
.wpml-ls-legacy-dropdown a {
  display: block;
  text-decoration: none;
  /* color: inherit; */
  color: #111;
  border: none;
  padding: 10px 20px;
  line-height: 1;
}
#footer {
  background-color: #000e25;
  color: #fff;
  padding: clamp(20px, 10vw, 120px) 0;
  text-align: center;
  font-size: clamp(12px, 9.5483870968px + 0.6451612903vw, 16px);
} /*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
  backdrop-filter: blur(10px);
}
.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  backdrop-filter: blur(10px);
}
.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}
.modaal-wrapper .modaal-close {
  border: none;
  background: 0 0;
  padding: 0;
  -webkit-appearance: none;
}
.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}
.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}
.modaal-wrapper [tabindex="0"] {
  outline: 0 !important;
}
.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}
.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}
.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 0;
}
.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}
.modaal-container {
  position: relative;
  display: inline-block;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 870px;
  border-radius: 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
  width: 92.5%;
}
.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}
.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}
.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.modaal-close:focus,
.modaal-close:hover {
  outline: 0;
}
.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-close:after,
.modaal-close:before {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 2px;
  height: 26px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.modaal-close:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modaal-close:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}
.modaal-content-container {
  border-radius: 10px;
  overflow: hidden;
}
.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}
.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: 0 0;
}
.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}
.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}
.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}
.modaal-instagram .modaal-container {
  width: auto;
  background: 0 0;
  box-shadow: none !important;
}
.modaal-instagram .modaal-content-container {
  padding: 0;
  background: 0 0;
}
.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}
.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  -webkit-animation: instaReveal 1s linear forwards;
  animation: instaReveal 1s linear forwards;
}
.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}
.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}
.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}
.modaal-gallery-item {
  display: none;
}
.modaal-gallery-item img {
  display: block;
}
.modaal-gallery-item.is_active {
  display: block;
}
.modaal-gallery-label {
  display: none;
}
.modaal-gallery-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}
.modaal-gallery-control:focus,
.modaal-gallery-control:hover {
  outline: 0;
}
.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-gallery-control:before {
  display: block;
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 20px;
  aspect-ratio: 1/1;
  border-style: solid;
}
.modaal-gallery-next:before {
  border-width: 2px 2px 0 0;
}
.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}
.modaal-gallery-next-outer {
  right: 45px;
}
.modaal-gallery-prev:after,
.modaal-gallery-prev:before {
  left: 22px;
}
.modaal-gallery-prev:before {
  border-width: 0 0 2px 2px;
}
.modaal-gallery-prev:after {
  margin: -5px 0 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}
.modaal-gallery-prev-outer {
  left: 45px;
}
.modaal-video-wrap {
  margin: auto;
  position: relative;
  max-width: 1300px;
  width: 92.5%;
}
.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.modaal-video-container embed,
.modaal-video-container iframe,
.modaal-video-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}
.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}
.modaal-loading-spinner {
  background: 0 0;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  -webkit-transform: scale(0.25);
  -ms-transform: scale(0.25);
  transform: scale(0.25);
}
.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}
.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}
.modaal-loading-spinner > div:nth-of-type(1) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.modaal-loading-spinner > div:nth-of-type(2) > div,
.modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}
.modaal-loading-spinner > div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}
.modaal-loading-spinner > div:nth-of-type(2) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.12s;
  animation-delay: 0.12s;
}
.modaal-loading-spinner > div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}
.modaal-loading-spinner > div:nth-of-type(3) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.modaal-loading-spinner > div:nth-of-type(4) > div,
.modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}
.modaal-loading-spinner > div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}
.modaal-loading-spinner > div:nth-of-type(4) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.37s;
  animation-delay: 0.37s;
}
.modaal-loading-spinner > div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}
.modaal-loading-spinner > div:nth-of-type(5) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.modaal-loading-spinner > div:nth-of-type(6) > div,
.modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}
.modaal-loading-spinner > div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}
.modaal-loading-spinner > div:nth-of-type(6) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.62s;
  animation-delay: 0.62s;
}
.modaal-loading-spinner > div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}
.modaal-loading-spinner > div:nth-of-type(7) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
.modaal-loading-spinner > div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}
.modaal-loading-spinner > div:nth-of-type(8) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.87s;
  animation-delay: 0.87s;
}
.modaal-loading-spinner > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}
@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: max(-19vw, -70px);
    transform: none;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}
@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
html.with-featherlight {
  overflow: hidden;
}
.featherlight {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}
.featherlight * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(10px);
}
.featherlight:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.featherlight .featherlight-content {
  width: 90vw;
  max-width: 750px;
  vertical-align: middle;
  display: inline-block;
  overflow: visible;
  padding: 0;
  max-height: 95%;
  cursor: auto;
  white-space: normal;
  opacity: 1;
  transition: opacity 600ms;
}
.featherlight.featherlight-loading .featherlight-content {
  opacity: 0;
  transition: opacity 600ms;
}
.featherlight .featherlight-inner {
  display: block;
}
.featherlight link.featherlight-inner,
.featherlight script.featherlight-inner,
.featherlight style.featherlight-inner {
  display: none;
}
.featherlight .featherlight-close-icon {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  transition: all 0.2s ease-in-out;
  font-size: 0;
}
.featherlight .featherlight-close-icon::-moz-focus-inner {
  padding: 0;
}
.featherlight .featherlight-close-icon:after,
.featherlight .featherlight-close-icon:before {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 2px;
  height: 26px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.featherlight .featherlight-close-icon:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.featherlight .featherlight-close-icon:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.featherlight .featherlight-image {
  width: 100%;
}
.featherlight-iframe .featherlight-content {
  padding: 0;
  -webkit-overflow-scrolling: touch;
  aspect-ratio: 16/9;
}
.featherlight-iframe .featherlight-content iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
#hero img {
  width: 100%;
  height: auto;
}

#movie {
  padding: clamp(40px, 17vw, 150px) 0 0;
  position: relative;
}
#movie .wrap {
  position: relative;
  border-top: 4px solid #0e96e7;
  border-bottom: 4px solid #0e96e7;
  background-color: #000e25;
  padding-bottom: clamp(20px, 17vw, 50px);
}
.movies-swiper {
  transform: translateY(50px);
  transition:
    transform 360ms,
    opacity 360ms;
  opacity: 0;
}
.movies-swiper.active {
  transform: translateY(0);
  opacity: 1;
}
.movies-swiper {
  width: 70%;
  max-width: 1670px;
  margin: auto;
  margin-top: min(5vw, 10px);
  position: relative;
  overflow: visible;
  --movies-nav-gap-half: 45px;
}
.movies-swiper .swiper-button-prev,
.movies-swiper .swiper-button-next {
  z-index: 5;
  width: 45px;
  height: 45px;
  position: absolute;
  top: calc(var(--swipe-height) / 2);
  border: 0;
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none;
  appearance: none;
  margin-top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  background-image: url("../../assets/images/arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 840px) {
  .movies-swiper .swiper-button-prev,
  .movies-swiper .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}
.movies-swiper .swiper-button-prev::after,
.movies-swiper .swiper-button-next::after {
  display: none;
}
.movies-swiper .swiper-button-prev {
  left: -65px;
  transform: translateY(-50%) rotate(180deg);
}
@media screen and (max-width: 840px) {
  .movies-swiper .swiper-button-prev {
    left: -45px;
  }
}
.movies-swiper .swiper-button-next {
  right: -65px;
  transform: translateY(-50%);
}
@media screen and (max-width: 840px) {
  .movies-swiper .swiper-button-next {
    right: -45px;
  }
}
.movies-swiper .swiper-pagination {
  position: static;
  margin-top: clamp(10px, 2vw, 20px);
}
.movies-swiper .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.movies-swiper .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
.movies-swiper .movies_wrap {
  list-style: none;
  margin: 0;
  padding: 0;
}
.movies-swiper .movies_wrap .item a .youtube-wrap {
  position: relative;
  gap: 15px;
}
.movies-swiper .movies_wrap .item a .youtube-wrap .youtube-container {
  position: relative;
}
.movies-swiper .movies_wrap .item a .youtube-wrap .youtube-container::before {
  content: "";
  display: block;
  border-radius: clamp(0px, 4vw, 20px);
  border: clamp(0px, 1vw, 6px) solid #0e0e5b;
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  z-index: 1;
}
.movies-swiper .movies_wrap .item a .youtube-wrap .youtube-container img {
  width: 100%;
  height: auto;
  border-radius: clamp(0px, 4vw, 23px);
  display: block;
}
.movies-swiper .movies_wrap .item a .youtube-wrap h3 {
  line-height: 1.4;
  display: flex;
  justify-content: center;
  margin-top: 1em;
  color: #e8fe17;
}



#introduction {
  width: 100%;
  padding-top: clamp(40px, 17vw, 150px);
}
#introduction .wrap {
  position: relative;
  background-image: url("../../assets/images/INTRODUCTION_bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 90% 100%;
}
#introduction .inner {
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
  padding: 20px 20px clamp(50px, 16vw, 100px) 20px;
}
#introduction .inner .text {
  position: relative;
  font-size: clamp(18px, 14.4px + 0.75vw, 24px);
  font-family: 'DotGothic16', sans-serif;
  font-weight: 500;
  color: #e8fe17;
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
}
#introduction .inner .text p + p {
  margin-top: 1.5em;
}
#introduction .char_03 {
  position: absolute;
  top: 0;
  right: 10%;
  transform: translateY(-50%);
  width: clamp(40px, 6vw, 60px);
  height: auto;
  z-index: 1;
}
#introduction .char_04 {
  position: absolute;
  bottom: 90px;
  left: 11%;
  transform: translateY(50%);
  width: clamp(50px, 9vw, 100px);
  height: auto;
  z-index: 1;
}
@media only screen and (max-width: 840px) {
  #introduction .char_03 {
    display: none;
  }  
  #introduction .char_04 {
    display: none;
  }
}

#games {
  padding: clamp(40px, 17vw, 150px) 0 0;
  position: relative;
}
#games .wrap {
  position: relative;
  border-top: 4px solid #0e96e7;
  border-bottom: 4px solid #0e96e7;
  background-color: #000e25;
  padding-bottom: clamp(20px, 17vw, 100px);
}
#games .games_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(15px, 3vw, 30px);
  max-width: 960px;
  width: 90%;
  margin: clamp(20px, 5vw, 50px) auto 0;
}
#games .game_card {
  /* border: 2px solid #0e96e7; */
  border-radius: 12px;
  overflow: hidden;
  background-color: #fff;
  color: #333;
}
#games .game_card__header {
  background-color: #0e96e7;
  padding: clamp(4px, 1vw, 8px) clamp(12px, 2vw, 20px);
}
#games .game_card__header h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  font-family: 'Noto Sans JP', sans-serif;
}
#games .game_card__image {
  aspect-ratio: 2 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
#games .game_card__image img {
  width: 70%;
  max-height: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
#games .game_card__body {
  padding: clamp(3px, 0.7vw, 5px) clamp(16px, 4vw, 44px) clamp(8px, 2vw, 16px);
  font-size: clamp(12px, 1.2vw, 14px);
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (max-width: 640px) {
  #games .games_grid {
    grid-template-columns: 1fr;
  }
}
#games .char_05 {
  position: absolute;
  top: 0;
  right: 10%;
  transform: translateY(-50%);
  width: clamp(80px, 10vw, 150px);
  height: auto;
  z-index: 1;
}
@media only screen and (max-width: 840px) {
  #games .char_05 {
    display: none;
  }
}
#special {
  position: relative;
  padding: clamp(40px, 17vw, 150px) 0 clamp(0px, 7vw, 50px);
}
#special .wrap {
  position: relative;
  max-width: 1024px;
  width: 95%;
  margin: 0 auto;
  padding: 0 clamp(10px, 7vw, 50px) clamp(10px, 7vw, 50px);
  background-color: #000e25;
  border: 4px solid #0e96e7;
  /* border-radius: clamp(0px, 4vw, 20px); */
}
#special .char_06 {
  position: absolute;
  top: clamp(-40px, -17vw, -150px);
  left: 7%;
  transform: translateY(calc(-50% - 110px));
  width: clamp(70px, 8vw, 120px);
  height: auto;
  z-index: 1;
}
#special .char_07 {
  position: absolute;
  bottom: -50px;
  right: 9%;
  width: clamp(70px, 10vw, 130px);
  height: auto;
  z-index: 1;
}
@media only screen and (max-width: 840px) {
  #special .char_06 {
    display: none;
  }
  #special .char_07 {
    display: none;
  }
}
#special .special_wrap {
  text-align: center;
}
#special .special_coming_soon {
  margin: 0;
  padding: clamp(20px, 2.5vw, 30px) 0 clamp(20px, 10vw, 60px);
  font-weight: 700;
  font-size: clamp(26px, -7px + 4.296875vw, 48px);
  font-family: 'DotGothic16', sans-serif;
  color: #e8fe17;
  text-align: center;
}
#special .special_note {
  margin-top: clamp(0px, 2vw, 20px);
}


#storebonuses {
  position: relative;
  padding: clamp(40px, 17vw, 150px) 0 clamp(0px, 7vw, 50px);
}
#storebonuses .wrap {
  position: relative;
  max-width: 1024px;
  width: 95%;
  margin: 0 auto;
  padding: 0 clamp(10px, 7vw, 50px) clamp(10px, 7vw, 50px);
  background-color: #000e25;
  border: 4px solid #0e96e7;
  /* border-radius: clamp(0px, 4vw, 20px); */
}
#storebonuses .wrap .bonus_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(10px, 3vw, 40px);
}
@media screen and (max-width: 600px) {
  #storebonuses .wrap .bonus_wrap {
    grid-template-columns: 1fr;
  }
}
#storebonuses .wrap .bonus_wrap.soon {
  display: flex;
  justify-content: center;
}
#storebonuses .wrap .bonus_wrap.soon .item {
  width: 100%;
  max-width: 480px;
  padding: clamp(20px, 20vw, 150px) 0;
  font-size: clamp(26px, 5px + 2.734375vw, 40px);
}
#storebonuses .wrap .bonus_wrap .item {
  display: grid;
  justify-items: center;
  gap: 10px;
  grid-template-rows: subgrid;
  grid-row: span 4;
  background-color: #fff;
  border: clamp(0px, 1vw, 4px) solid #e8fe17;
  border-radius: clamp(0px, 4vw, 20px);
  padding: clamp(12px, 2vw, 20px) clamp(20px, 3vw, 40px) clamp(3px, 0.5vw, 5px);
  font-size: clamp(16px, 11.2px + 1vw, 24px);
  font-weight: 700;
  color: #000;
  /* box-shadow: 5px 0 20px #63b7ca; */
}
#storebonuses .wrap .bonus_wrap .item .store_name {
  font-size: clamp(18px, 12px + 1.25vw, 28px);
  font-family: 'DotGothic16', sans-serif;
}
#storebonuses .wrap .bonus_wrap .item .item_name {
  font-size: clamp(18px, 14px + 0.8vw, 24px);
  /* font-family: 'DotGothic16', sans-serif; */
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}
#storebonuses .wrap .bonus_wrap .item .link a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #0e96e7;
  border-radius: 500px;
  border: 3px solid #fff;
  padding: clamp(8px, 1.2vw, 14px) clamp(20px, 4vw, 40px);
  color: #fff;
  font-size: clamp(14px, 10px + 1.25vw, 20px);
  /* font-family: 'DotGothic16', sans-serif; */
  font-family: 'Noto Sans JP', sans-serif;
}
#storebonuses .wrap .bonus_wrap .item .link a::after {
  /* content: "▶︎";
  font-size: 70%; */
}
#storebonuses .special_coming_soon {
  margin: 0;
  padding: clamp(20px, 2.5vw, 30px) 0 clamp(20px, 10vw, 60px);
  font-weight: 700;
  font-size: clamp(26px, -7px + 4.296875vw, 48px);
  font-family: 'DotGothic16', sans-serif;
  /* color: #e8fe17; */
  text-align: center;
}


#products {
  position: relative;
  padding: clamp(40px, 17vw, 150px) 0 clamp(0px, 7vw, 50px);
}
#products .outwrap {
  max-width: 1024px;
  width: 95%;
  margin: auto;
  padding: 0 clamp(10px, 7vw, 80px) clamp(10px, 8vw, 70px);
  border-radius: clamp(0px, 4vw, 20px);
  background-color: #000e25;
  border: 4px solid #0e96e7;
  font-family: 'Noto Sans JP', sans-serif;
}
#products .outwrap .tabs .inner {
  display: flex;
  align-items: center;
  gap: min(5vw, 50px);
  max-width: 630px;
  width: 85%;
  margin: auto;
}
#products .outwrap .tabs .inner .tab-button {
  border: none;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  transition: opacity 240ms;
  border: 4px solid rgba(0, 0, 0, 0);
  padding: 0;
}
#products .outwrap .tabs .inner .tab-button.active {
  border-color: #e8fe17;
  cursor: pointer;
}
#products .outwrap .tab-contents .tab-content {
  display: none;
  width: 100%;
  margin: auto;
  margin-top: clamp(0px, 7vw, 70px);
}
#products .outwrap .tab-contents .tab-content .editionBox {
  display: flex;
  flex-direction: column;
  gap: min(3vw, 15px);
  padding-bottom: min(7vw, 50px);
  border-bottom: 1px solid #a4adb9;
}
#products .outwrap .tab-contents .tab-content .editionBox .edition_bonus ol {
  margin: 0;
  padding: 0 0 min(2.5vw, 10px);
}
#products .outwrap .tab-contents .tab-content .editionBox .edition_bonus ol li {
  list-style: none;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
#products .outwrap .tab-contents .tab-content .innerBox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(5vw, 30px);
}
@media screen and (max-width: 768px) {
  #products .outwrap .tab-contents .tab-content .innerBox {
    grid-template-columns: 1fr;
  }
}
#products .outwrap .tab-contents .tab-content .imgbox.notforsale {
  position: relative;
}
#products .outwrap .tab-contents .tab-content .imgbox.notforsale img {
  opacity: 0.5;
}
#products .outwrap .tab-contents .tab-content .imgbox.notforsale::before {
  content: "販売終了しています";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-10deg);
  z-index: 1;
  background: #000;
  color: #fff;
  padding: 5px 15px;
  font-size: 2.6rem;
  white-space: nowrap;
}
#products .outwrap .tab-contents .tab-content .product_location {
  padding-top: 5px;
}
#products .outwrap .tab-contents .tab-content .product_location.notforsale {
  opacity: 0.4;
  pointer-events: none;
}
#products
  .outwrap
  .tab-contents
  .tab-content
  .product_location
  .location
  ~ .location {
  margin-top: min(10vw, 50px);
}
#products
  .outwrap
  .tab-contents
  .tab-content
  .product_location
  .location
  p.edition {
  font-size: 2rem;
  color: #fff;
  background-color: #0d91e0;
  display: inline-block;
  padding: 5px 10px;
  line-height: 1;
}
#products
  .outwrap
  .tab-contents
  .tab-content
  .product_location
  .location
  p.price_title {
  font-size: 2rem;
  padding: 10px 0 0;
  line-height: 1;
}
#products
  .outwrap
  .tab-contents
  .tab-content
  .product_location
  .location
  p.price {
  font-size: 4.2rem;
  line-height: 1;
  font-weight: 900;
}
#products
  .outwrap
  .tab-contents
  .tab-content
  .product_location
  .location
  p.price
  span {
  font-size: 2rem;
}
#products
  .outwrap
  .tab-contents
  .tab-content
  .product_location
  .location
  p.shop {
  margin-top: min(4vw, 20px);
  display: flex;
  line-height: 1;
}
#products
  .outwrap
  .tab-contents
  .tab-content
  .product_location
  .location
  p.shop
  a {
  font-size: 1.8rem;
  font-weight: 400;
  color: #fff;
  background-color: #e60013;
  padding: 6px 16px;
  border-radius: 500px;
}
#products .outwrap .tab-contents .tab-content.active {
  display: flex;
  flex-direction: column;
  gap: min(7vw, 50px);
}
#products .outwrap p.product_note {
  width: 90%;
  max-width: 600px;
  /* margin: auto; */
  margin-top: clamp(0px, 7vw, 70px);
  font-size: clamp-calc(380px, 1000px, 10px, 14px);
}
#products .outwrap .product_info {
  background-color: #f5f7f8;
  border-top: 1px solid #81858a;
  margin-top: min(5vw, 30px);
  margin-left: calc(-1 * clamp(10px, 7vw, 80px));
  margin-right: calc(-1 * clamp(10px, 7vw, 80px));
  margin-bottom: calc(-1 * clamp(10px, 8vw, 70px));
  padding: clamp(10px, 3vw, 30px) clamp(10px, 7vw, 80px) clamp(10px, 4vw, 40px);
  border-radius: 0 0 clamp(0px, 4vw, 16px) clamp(0px, 4vw, 16px);
  font-family: 'Noto Sans JP', sans-serif;
  color: #000e27;
}
#products .outwrap .product_info .game_info {
  margin-top: 0;
  display: grid;
  grid-template-columns: 30% 1fr;
  gap: 20px clamp(5px, 5vw, 40px);
  align-items: center;
}
@media screen and (max-width: 768px) {
  #products .outwrap .product_info .game_info {
    grid-template-columns: 1fr;
  }
}
#products .outwrap .product_info .game_info .infobox ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  font-weight: 300;
}
#products .outwrap .product_info .game_info .infobox li {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-column: 1/-1;
}
@supports (grid-template-columns: subgrid) {
  #products .outwrap .product_info .game_info .infobox li {
    grid-template-columns: subgrid;
  }
}
#products .outwrap .product_info .game_info .infobox .title {
  white-space: nowrap;
  display: flex;
  justify-content: space-between;
}
#products .outwrap .product_info .game_info .infobox .title::after {
  content: ":";
  padding: 0 0.5em;
}
#products .outwrap .product_info .game_info .infobox li > span:nth-child(2) {
  min-width: 0;
  word-break: break-word;
}
#products .outwrap .product_info .logos {
  width: 90%;
  max-width: 500px;
  margin: auto;
  margin-top: min(5vw, 30px);
  display: flex;
  align-items: center;
  gap: min(5vw, 30px);
}
#products .outwrap .product_info .game_copyright {
  /* width: 90%; */
  margin: auto;
  margin-top: min(5vw, 30px);
}








#topics {
  padding: clamp(40px, 17vw, 150px) 0 0;
  position: relative;
}
#topics .wrap {
  position: relative;
  border-top: 4px solid #0e96e7;
  border-bottom: 4px solid #0e96e7;
  background-color: #000e25;
  padding-bottom: clamp(20px, 17vw, 50px);
}
#topics .char_01 {
  position: absolute;
  top: 0;
  right: 4%;
  transform: translateY(-50%);
  width: clamp(60px, 8vw, 100px);
  height: auto;
  z-index: 1;
}
#topics .char_02 {
  position: absolute;
  bottom: 0;
  left: 6%;
  transform: translateY(50%);
  width: clamp(70px, 11vw, 150px);
  height: auto;
  z-index: 1;
}

@media only screen and (max-width: 840px) {
  #topics .char_01 {
    display: none;
  }  
  #topics .char_02 {
    display: none;
  }
}

#topics .splide_wrap {
  position: relative;
  max-width: 1670px;
  width: 70%;
  margin: auto;
  margin-top: min(5vw, 10px);
  margin-bottom: min(5vw, 50px);
}
#topics .splide_wrap .splide .splide__track {
  overflow: visible !important;
}
/* サムネイル画像: noimageと同比率(1920x1016)で幅100%・はみ出しをトリミング */
#topics .splide__slide .item > img,
#topics .splide__slide .item > figure,
#topics .splide__slide .item > figure img {
  width: 100%;
  aspect-ratio: 1920 / 1016;
  object-fit: cover;
  display: block;
  height: auto;
}
#topics .splide_wrap .splide .splide__track .splide__list .splide__slide {
  position: relative;
  overflow: hidden;
  border: 2px solid #000000;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#topics .splide_wrap .splide .splide__track .splide__list .splide__slide a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
}
#topics .splide_wrap .splide .splide__track .splide__list .splide__slide a div.metabox {
  padding: 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#topics .splide_wrap .splide .splide__track .splide__list .splide__slide a div.metabox h2 {
  font-size: 1.8rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 5rem;
  line-height: 2.5rem;
}
#topics .splide_wrap .splide .splide__track .splide__list .splide__slide a div.metabox p.date {
  margin-top: 10px;
  text-align: right;
  padding: 0 5px;
}
#topics .splide_wrap .splide .splide__track .splide__list .splide__slide a div.metabox img {
  width: 100%;
  height: auto;
}
#topics .splide_wrap .splide .splide__track .splide__list.alone {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#topics .splide_wrap .splide .splide__track .splide__list.alone .splide__slide {
  margin-right: 0 !important;
}

/* カスタムスクロールバーのスタイル */
div.scrollbar {
  position: relative;
  width: 80%;
  max-width: 480px;
  margin: auto;
  margin-top: min(10vw, 50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* ベーススタイル */
}
div.scrollbar:before {
  display: none;
}
div.scrollbar input[type=range] {
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  position: relative;
  z-index: 0;
  background: transparent;
  cursor: pointer;
  width: 100%;
  height: 40px;
}
div.scrollbar input[type=range]:focus {
  outline: none;
}
div.scrollbar input[type=range]::-webkit-slider-runnable-track {
  background-image: url("../../assets/images/scroll_bar.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 16px;
  border-radius: 0;
}
div.scrollbar input[type=range]::-moz-range-track {
  background-image: url("../../assets/images/scroll_bar.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 16px;
  border-radius: 0;
}
div.scrollbar input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 24px;
  height: 40px;
  margin-top: calc((16px - 40px) / 2);
  background-image: url("../../assets/images/scroll_btn.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  border-radius: 0;
  border: none;
  -webkit-transition: transform 240ms;
  transition: transform 240ms;
}
@media screen and (max-width: 768px) {
  div.scrollbar input[type=range]::-webkit-slider-thumb {
    width: min(6vw, 24px);
    height: min(10vw, 40px);
  }
}
div.scrollbar input[type=range]::-webkit-slider-thumb:hover {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
div.scrollbar input[type=range]::-moz-range-thumb {
  -moz-appearance: none;
       appearance: none;
  width: 24px;
  height: 40px;
  background-image: url("../../assets/images/scroll_btn.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  border-radius: 0;
  border: none;
  -moz-transition: transform 240ms;
  transition: transform 240ms;
}
@media screen and (max-width: 768px) {
  div.scrollbar input[type=range]::-moz-range-thumb {
    width: min(6vw, 24px);
    height: min(10vw, 40px);
  }
}
div.scrollbar input[type=range]::-moz-range-thumb:hover {
  transform: scale(1.15);
}

.splide__arrow {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: 40px;
  height: auto;
  aspect-ratio: 1/1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: -45px;
}

.splide__arrow--prev img {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.splide__arrow--next {
  right: -45px;
}

#topic_view {
  position: relative;
  padding: clamp(40px, 17vw, 150px) 0 clamp(0px, 7vw, 50px);
}
#topic_view .wrap {
  position: relative;
  max-width: 1024px;
  width: 95%;
  margin: 0 auto;
  padding: 0 clamp(10px, 7vw, 50px) clamp(10px, 7vw, 50px);
  background-color: #fff;
  border: clamp(0px, 1vw, 6px) solid #0e0e5b;
  border-radius: clamp(0px, 4vw, 20px);
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
}
#topic_view p.date {
  margin-top: 10px;
  text-align: right;
  padding: 0 5px;
  font-size: 1.4rem;
}
#topic_view h1 {
  text-align: center;
  padding: clamp(10px, 2.5vw, 30px) 0 0;
  margin-bottom: clamp(10px, 2.5vw, 30px);
  font-size: clamp(22px, 14.6451612903px + 0.0193548387 * 100vw, 34px);
  font-weight: bold;
  border-bottom: 1px solid #dbdbdb;
}

/* topicsとtopic_viewの共通スタイル */
.backbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.backbox #backLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background-color: #0e96e7;
  border-radius: 500px;
  text-align: center;
  padding: 10px 35px;
  margin-bottom: clamp(20px, 10vw, 30px);
  font-size: clamp(14px, 10.3px + 0.4419vw, 16px);
  font-weight: 700;
}

/* ========================================
   page top button
   ======================================== */
#page-top {
  position: fixed;
  bottom: 30px;
  right: 24px;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 300ms ease, transform 300ms ease;
}
#page-top.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
#page-top-btn {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
  transition: transform 200ms ease, box-shadow 200ms ease;
}
#page-top-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.45);
}
#page-top-btn svg {
  display: block;
}

/* ========================================
   char animations
   ======================================== */
@keyframes char-float {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-12px); }
}

@keyframes char-car-shake {
  0%, 42%, 100% { transform: translate(0, 0); }
  5%  { transform: translate(-3px, -2px); }
  10% { transform: translate(3px,  2px); }
  15% { transform: translate(-3px, 1px); }
  20% { transform: translate(3px, -1px); }
  25% { transform: translate(-2px, -1px); }
  30% { transform: translate(2px,  1px); }
  35% { transform: translate(-1px, 0); }
  38% { transform: translate(1px,  0); }
}

@keyframes char-march {
  0%, 72%, 100% { transform: translateX(0); }
  8%            { transform: translateX(8px); }
  24%           { transform: translateX(8px); }
  32%           { transform: translateX(16px); }
  48%           { transform: translateX(16px); }
  56%           { transform: translateX(24px); }
  65%           { transform: translateX(0); }
}

@keyframes char-recoil {
  0%, 78%, 100% { transform: translateX(0) rotate(0deg); }
  63%           { transform: translateX(-8px) rotate(-6deg); }
  68%           { transform: translateX(5px)  rotate(3deg); }
  73%           { transform: translateX(-2px) rotate(-1deg); }
}

#topics .char_01 img {
  animation: char-float 1.8s ease-in-out infinite;
}
#topics .char_02 img {
  animation: char-car-shake 2.4s ease-in-out infinite;
}
#introduction .char_03 img {
  animation: char-float 2s ease-in-out infinite;
}
#introduction .char_04 img {
  animation: char-march 2.4s ease-in-out infinite;
}
#games .char_05 img {
  animation: char-recoil 1.4s ease-in-out infinite;
}
#special .char_06 img {
  animation: char-float 2.2s ease-in-out infinite;
}
#special .char_07 img {
  animation: char-recoil 1.6s ease-in-out infinite;
}