@charset "UTF-8";
/* --------------------------

-----------------------------*/
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-tap-highlight-color: transparent; /* 3*/
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  clear: both;
  overflow: visible; /* 2 */
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  margin: 0;
  color: inherit;
  border-top-width: 1px;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  text-decoration: none;
  color: inherit;
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  vertical-align: middle;
  text-transform: inherit; /* 2 */
  color: inherit;
  border-radius: 0;
  background: transparent;
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
  appearance: none;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  font: inherit; /* 2 */
  -webkit-appearance: button; /* 1 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

@font-face {
  font-family: "cubic";
  src: url("../font/ch/Cubic_11_1.100_R.woff2") format("woff2"), url("../font/ch/Cubic_11_1.100_R.woff") format("woff");
}
@font-face {
  font-family: "neodgm";
  src: url("../font/kr/neodgm_code.woff2") format("woff2"), url("../font/kr/neodgm.woff") format("woff");
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  line-height: 1.6;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05rem;
}

a {
  transition: 0.3s;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.jp {
  font-family: "DotGothic16", sans-serif, Arial;
}

.ch {
  font-family: "cubic", monospace;
}

.kr {
  font-family: "neodgm", monospace;
}

.en {
  font-family: "VT323", monospace, Arial;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2;
}

.en-language-box {
  font-size: 14px;
  font-size: 0.875rem;
}

.bg-dark {
  background-color: #072C38;
  color: #DDD2BB;
}

.bg-bright {
  background-color: #DDD2BB;
  color: #072C38;
}

.section {
  padding: 160px 0;
}
@media screen and (max-width: 768px) {
  .section {
    padding: 80px 0;
  }
}

.container {
  max-width: 1224px;
  padding: 0 30px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .container {
    padding: 0 24px;
  }
}

.heading {
  text-align: center;
  font-family: "VT323", monospace, Arial;
  font-size: clamp(48px, 6.25vw, 93px);
  text-transform: uppercase;
  margin-bottom: clamp(32px, 4.16vw, 64px);
}

header {
  display: flex;
  justify-content: flex-end;
  padding-top: 24px;
}
@media screen and (max-width: 768px) {
  header {
    padding-top: 0;
  }
}

.language__box {
  padding: 8px 16px;
  text-align: center;
  color: #13C4FB;
  border: 1px #090914 solid;
  background-color: #072C38;
}
.language__active {
  color: #072C38;
  background-color: #090914;
}

.mv {
  background-image: url(../img/mv-pc.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 800px;
}
@media screen and (max-width: 768px) {
  .mv {
    background-image: url(../img/mv-sp.jpg);
    background-position: center top;
    height: 420px;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .mv__container {
    position: absolute;
    bottom: 24px;
  }
}
.mv__title {
  display: flex;
  flex-direction: column;
  -webkit-row-gap: 24px;
  -moz-row-gap: 24px;
  row-gap: 24px;
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  .mv__title {
    -webkit-row-gap: 8px;
    -moz-row-gap: 8px;
    row-gap: 8px;
  }
}
.mv__logo {
  max-width: 704px;
}
.mv__logo-img {
  height: 100%;
  filter: drop-shadow(0 0 20px 20px rgba(0, 0, 0, 0.3));
}
.mv__link {
  display: flex;
  -moz-column-gap: 8px;
  column-gap: 8px;
}
.mv__link-imgbox {
  padding: 16px;
  background-color: #090914;
}
@media screen and (max-width: 768px) {
  .mv__link-imgbox {
    padding: 8px;
  }
}
.mv__link-img {
  height: 26px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .mv__link-img {
    height: 24px;
  }
}

.about {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%), url(../img/about.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.about__desc {
  display: flex;
  flex-direction: column;
  row-gap: clamp(16px, 2.08vw, 24px);
  text-align: center;
  line-height: 1.6;
  font-size: clamp(16px, 2.08vw, 24px);
  max-width: 808px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .about__desc {
    max-width: inherit;
  }
}
.about__desc--kr {
  max-width: 980px;
}

iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .gallery__body {
    margin: 0 24px;
  }
}

.progressbar {
  position: relative;
  width: 100%;
  max-width: 858px;
  height: 3px;
  margin: 0 auto;
  margin-top: clamp(16px, 2.08vw, 40px);
  background: #090914;
  overflow: hidden;
}
.progressbar span {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  transform-origin: left center;
  background: #13C4FB;
}

.swiper-slide > img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.swiper-container {
  overflow: hidden;
  position: relative;
}

.swiper-button-next,
.swiper-button-prev {
  position: initial;
  width: initial;
  height: initial;
  margin-top: 0;
  display: flex;
}

.swiper-button-next::after {
  content: "";
  background-image: url(../img/chevron_next.svg);
  width: 80px;
  height: 80px;
  transform: translateY(-50%);
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .swiper-button-next::after {
    width: 40px;
    height: 40px;
    transform: translateY(-25%);
  }
}

.swiper-button-prev::after {
  content: "";
  background-image: url(../img/chevron_prev.svg);
  width: 80px;
  height: 80px;
  transform: translateY(-50%);
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .swiper-button-prev::after {
    width: 40px;
    height: 40px;
    transform: translateY(-25%);
  }
}

.gallery__button {
  width: 100%;
  position: absolute;
  top: 45%;
  display: flex;
  justify-content: space-between;
}

.character__list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .character__list {
    gap: 16px;
  }
}
.character__item {
  width: calc((100% - 48px) / 3);
  max-width: 392px;
}
@media screen and (max-width: 768px) {
  .character__item {
    width: calc((100% - 16px) / 2);
  }
}
.character__img {
  width: 100%;
  height: auto;
}
.character__desc {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .character__desc {
    row-gap: 8px;
  }
}
.character__name {
  font-family: "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 20px;
  font-size: 1.25rem;
}
.character__name--ch {
  font-family: "cubic", monospace;
  font-weight: 500;
  font-size: 20px;
  font-size: 1.25rem;
}
.character__name--en {
  font-family: "VT323", monospace, Arial;
  font-weight: 500;
  font-size: 28px;
  font-size: 1.75rem;
}
.character__name--kr {
  font-family: "neodgm", monospace;
  font-weight: 500;
  font-size: 20px;
  font-size: 1.25rem;
}

.info__list {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .info__list {
    margin-bottom: 80px;
  }
}
.info__list--en {
  max-width: 808px;
}
.info__item {
  display: flex;
  line-height: 2.5;
  justify-content: space-between;
  border-bottom: 3px solid #195365;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .info__item {
    font-size: 16px;
    font-size: 1rem;
  }
}
.info__item--en {
  line-height: 1.6;
}
.info__desc {
  text-align: right;
}

.terms {
  border: 3px solid #195365;
  max-width: 808px;
  margin: 0 auto 48px;
  padding: 32px;
}
@media screen and (max-width: 768px) {
  .terms {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0 auto 32px;
  }
}
.terms__heading {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.6;
  padding-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .terms__heading {
    padding-bottom: 8px;
  }
}
.terms__body {
  line-height: 1.6;
  font-size: 16px;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.terms__body--en {
  font-size: 20px;
  font-size: 1.25rem;
}
.terms__text {
  overflow-wrap: anywhere;
}
.terms__list {
  list-style: inside;
  padding-left: 16px;
}
@media screen and (max-width: 768px) {
  .terms__list {
    padding-left: 14px;
  }
}
.terms__heading-matter {
  padding-left: 16px;
}
@media screen and (max-width: 768px) {
  .terms__heading-matter {
    padding-left: 14px;
  }
}

.contact {
  margin: 0 auto;
}
.contact__text {
  line-height: 1.6;
  font-size: 14px;
  font-size: 0.875rem;
  padding-bottom: 16px;
  text-align: center;
}
.contact__text--en {
  font-size: 20px;
  font-size: 1.25rem;
}
.contact__button {
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  font-family: "VT323", monospace, Arial;
  max-width: 259px;
  width: 100%;
  padding: 8px 45px;
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 1;
  letter-spacing: 0;
  background-color: #195365;
  border: 1px solid #090914;
  color: #090914;
}
@media screen and (max-width: 768px) {
  .contact__button {
    max-width: initial;
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.footer {
  background-color: #090914;
  color: #DDD2BB;
}
.footer__body {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  -moz-column-gap: 16px;
  column-gap: 16px;
  padding: 64px 0;
}
@media screen and (max-width: 768px) {
  .footer__body {
    padding: 64px 0 40px;
    flex-direction: column-reverse;
    align-items: flex-start;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 40px;
  }
}
.footer__link {
  display: flex;
  -moz-column-gap: 45px;
  column-gap: 45px;
  max-height: 35px;
}
@media screen and (max-width: 768px) {
  .footer__link {
    flex-direction: column;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 24px;
    max-height: initial;
  }
}
.footer__link-img {
  height: 35px;
}
.footer__marufusha {
  max-width: 496px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer__marufusha {
    max-width: initial;
  }
}
.footer__marufusha-img {
  width: 100%;
  height: auto;
}
.footer__marufusha-text {
  font-size: 24px;
  font-size: 1.5rem;
  padding-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .footer__marufusha-text {
    font-size: 16px;
    font-size: 1rem;
    padding-bottom: 8px;
  }
}

.copyright {
  padding-bottom: 16px;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .copyright {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.page-top {
  z-index: 11;
  position: fixed;
  bottom: 12px;
  right: 12px;
  cursor: pointer;
  background-image: url(../img/drone-stillness.gif);
  filter: contrast(0.8);
  width: 100px;
  height: 100px;
  background-position: center;
  background-size: contain;
}
.page-top:active, .page-top:hover {
  background-image: url(../img/drone.gif);
  filter: contrast(0.8);
}
@media screen and (max-width: 768px) {
  .page-top {
    width: 55px;
    height: 55px;
  }
}

.TextTyping {
  text-align: center;
}

.TextTyping span {
  display: none;
}

.updown:active, .updown:hover {
  -webkit-animation-name: updown1;
  animation-name: updown1; /* アニメーション名の指定 */
  -webkit-animation-delay: 0s;
  animation-delay: 0s; /* アニメーションの開始時間指定 */
  -webkit-animation-duration: 3s;
  animation-duration: 3s; /* アニメーション動作時間の指定 */
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; /* アニメーションの動き指定（徐々に早く）*/
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes updown1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes updown1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
.blur {
  -webkit-animation-name: blurAnime;
  animation-name: blurAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes blurAnime {
  from {
    filter: blur(8px);
    transform: scale(1.02);
  }
  to {
    filter: blur(0);
    transform: scale(1);
  }
}
@keyframes blurAnime {
  from {
    filter: blur(8px);
    transform: scale(1.02);
  }
  to {
    filter: blur(0);
    transform: scale(1);
  }
}
.fadein {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 1.5s;
}
.fadein.fadein-bottom {
  transform: translate(0, 30px);
}
.fadein.scrollin {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #072C38;
  width: 100vw;
  height: 100vh;
  z-index: 12;
  background-color: #072C38;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-animation: fadeOut 1.5s 2.5s forwards;
  animation: fadeOut 1.5s 2.5s forwards;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.loading__logo {
  opacity: 0;
  -webkit-animation: logo_fade 2s 0.5s forwards;
  animation: logo_fade 2s 0.5s forwards;
  width: 93px;
}

@-webkit-keyframes logo_fade {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  60% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
  }
}
@keyframes logo_fade {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  60% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
  }
}
/*# sourceMappingURL=style.css.map */