@charset "UTF-8";
.c-button {
  display: block;
  width: 170px;
  height: 56px;
  background-color: var(--color-main);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-button {
    width: 230px;
    height: 60px;
  }
}

.c-button__text {
  color: var(--color-black);
  font-family: var(--font-family-english);
  font-size: 16px;
  font-weight: bold;
  line-height: 56px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .c-button__text {
    font-size: 18px;
    line-height: 60px;
  }
}

.c-button.-header {
  width: 164px;
  height: 45px;
}

.c-button.-header .c-button__text {
  line-height: 45px;
}

.c-button.-footer {
  width: 349px;
  max-width: 100%;
}

.c-section__title {
  font-size: 50px;
  font-family: var(--font-family-english);
  color: var(--color-main);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-section__title {
    font-size: 80px;
  }
}
.c-section__title::before {
  content: "";
  border-bottom: 6px solid var(--color-main);
  width: 60px;
  position: absolute;
  bottom: -15px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .c-section__title::before {
    width: 80px;
    border-bottom: 8px solid var(--color-main);
    bottom: -30px;
  }
}

.c-section__title.-reverse {
  color: var(--color-black);
}
.c-section__title.-reverse::before {
  border-bottom: 6px solid var(--color-black);
}

.c-section__top {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  width: 50%;
}
@media screen and (min-width: 768px) {
  .c-section__top {
    width: 30%;
  }
}

.c-section__bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  width: 50%;
}
@media screen and (min-width: 768px) {
  .c-section__bottom {
    width: 30%;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

/*!
global > font
------------------------------
*/
:root {
  --font-family-base: "Noto Sans JP", sans-serif;
  --font-family-english: "Exo", sans-serif;
}

/*!
global > color
------------------------------
*/
:root {
  --color-white: #FFF;
  --color-main: #00FFF5;
  --color-black: #000000;
  --color-gray: #BFBFBF;
}

/*!
global > content-width
------------------------------
*/
:root {
  --width-content-s: 960px;
  --width-content-m: 1110px;
  --width-content-l: 1200px;
}

/*!
foundation > base
------------------------------
*/
body {
  line-height: 1.8;
  font-size: 15px;
  color: var(--color-font-base);
  font-family: var(--font-family-base);
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

a {
  text-decoration: none;
  color: inherit;
}

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

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

/* 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-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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 {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  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 {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * 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 {
  margin: 0;
  padding: 0;
  min-width: 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;
}

/**
 * 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 {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * 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 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

.background__video {
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
.background__video::before {
  content: "";
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.video {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cta {
  position: relative;
}
.cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 195px;
  height: 30px;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.cta::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 195px;
  height: 30px;
  background-repeat: no-repeat;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
@media screen and (min-width: 768px) {
  .cta::before {
    width: 430px;
    height: 40px;
  }
  .cta::after {
    width: 430px;
    height: 40px;
  }
}

.cta.--01::before {
  background: url(../image/bg-line-top-black.svg);
}
.cta.--01::after {
  background: url(../image/bg-line-bottom-color.svg);
}

.cta.--02::before {
  background: url(../image/bg-line-top-color.svg);
}
.cta.--02::after {
  background: url(../image/bg-line-bottom-black.svg);
}

.cta__text {
  margin-top: 70px;
  font-family: var(--font-family-english);
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--color-white);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cta__text {
    font-size: 64px;
  }
}

.cta__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .cta__button {
    margin-top: 25px;
  }
}

/*!
layout > container
------------------------------
*/
.l-container-l, .l-container-m, .l-container-s {
  width: 90%;
  margin: 0 auto;
}

.l-container-s {
  max-width: var(--width-content-s);
}

.l-container-m {
  max-width: var(--width-content-m);
}

.l-container-l {
  max-width: var(--width-content-l);
}

.header {
  background-color: transparent;
  position: fixed;
  z-index: 1000;
}

.header__inner {
  position: relative;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 23px 20px;
}
@media screen and (min-width: 768px) {
  .header__inner {
    padding: 28px 30px;
  }
}

.header__logo {
  width: 120px;
  height: 15px;
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: 172px;
    height: 21px;
  }
}

.header-logo__image {
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .header-logo__image {
    vertical-align: middle;
  }
}

.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0 20px;
}
@media screen and (min-width: 768px) {
  .header__list {
    gap: 0 30px;
  }
}

.header-list__item {
  font-family: var(--font-family-english);
  font-size: 13px;
  font-weight: bold;
  color: var(--color-main);
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .header-list__item {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  .header-list__item:not(:last-child) {
    padding: 15px 0;
  }
}

.header-list__item.-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .header-list__item.-pc {
    display: block;
  }
}

.js-audio {
  display: none;
}

.audio__button {
  position: absolute;
  bottom: -30px;
  right: 20px;
}
@media screen and (min-width: 768px) {
  .audio__button {
    bottom: -21px;
    right: 30px;
  }
}

.js-audio__button {
  font-family: var(--font-family-english);
  font-size: 13px;
  font-weight: bold;
  color: var(--color-gray);
  line-height: 1.1;
  display: inline;
}
@media screen and (min-width: 768px) {
  .js-audio__button {
    line-height: 1.2;
  }
}

.is-active .js-audio__button {
  color: var(--color-white);
}

.button-sound__image {
  display: inline;
  width: 15px;
  height: 15.5px;
  padding-left: 6px;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .button-sound__image {
    padding-left: 8px;
  }
}

.is-active .button-sound__image {
  -webkit-filter: invert(0%) sepia(100%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
          filter: invert(0%) sepia(100%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
}

.footer {
  background-color: var(--color-black);
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 40px 30px;
  }
}

.footer__container {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .footer__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer__copy {
  color: var(--color-white);
  font-family: var(--font-family-english);
  font-size: 11px;
  font-weight: bold;
  line-height: 1.27;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .footer__copy {
    font-size: 14px;
    line-height: 1;
  }
}

.footer-sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer__copy {
  margin-top: 30px;
  text-align: center;
}

.footer__button {
  margin: 0 auto;
  margin-top: 44px;
}
@media screen and (min-width: 768px) {
  .footer__button {
    display: none;
  }
}

#loading {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: var(--color-black);
}

.spinner-text {
  color: var(--color-main);
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: 100px;
}

.loaded {
  opacity: 0;
  visibility: hidden;
}

.atom-spinner, .atom-spinner * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.atom-spinner {
  height: 60px;
  width: 60px;
  overflow: hidden;
  position: relative;
}

.spinner-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.spinner-circle {
  display: block;
  position: absolute;
  color: var(--color-main);
  font-size: 14.4px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.spinner-line {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  border-left-width: 2.4px;
  border-top-width: 2.4px;
  border-left-color: var(--color-main);
  border-left-style: solid;
  border-top-style: solid;
  border-top-color: transparent;
}

.atom-spinner .spinner-line:nth-child(1) {
  -webkit-animation: atom-spinner-animation-1 1s linear infinite;
          animation: atom-spinner-animation-1 1s linear infinite;
  -webkit-transform: rotateZ(120deg) rotateX(66deg) rotateZ(0deg);
          transform: rotateZ(120deg) rotateX(66deg) rotateZ(0deg);
}

.atom-spinner .spinner-line:nth-child(2) {
  -webkit-animation: atom-spinner-animation-2 1s linear infinite;
          animation: atom-spinner-animation-2 1s linear infinite;
  -webkit-transform: rotateZ(240deg) rotateX(66deg) rotateZ(0deg);
          transform: rotateZ(240deg) rotateX(66deg) rotateZ(0deg);
}

.atom-spinner .spinner-line:nth-child(3) {
  -webkit-animation: atom-spinner-animation-3 1s linear infinite;
          animation: atom-spinner-animation-3 1s linear infinite;
  -webkit-transform: rotateZ(360deg) rotateX(66deg) rotateZ(0deg);
          transform: rotateZ(360deg) rotateX(66deg) rotateZ(0deg);
}

@-webkit-keyframes atom-spinner-animation-1 {
  100% {
    -webkit-transform: rotateZ(120deg) rotateX(66deg) rotateZ(360deg);
            transform: rotateZ(120deg) rotateX(66deg) rotateZ(360deg);
  }
}

@keyframes atom-spinner-animation-1 {
  100% {
    -webkit-transform: rotateZ(120deg) rotateX(66deg) rotateZ(360deg);
            transform: rotateZ(120deg) rotateX(66deg) rotateZ(360deg);
  }
}
@-webkit-keyframes atom-spinner-animation-2 {
  100% {
    -webkit-transform: rotateZ(240deg) rotateX(66deg) rotateZ(360deg);
            transform: rotateZ(240deg) rotateX(66deg) rotateZ(360deg);
  }
}
@keyframes atom-spinner-animation-2 {
  100% {
    -webkit-transform: rotateZ(240deg) rotateX(66deg) rotateZ(360deg);
            transform: rotateZ(240deg) rotateX(66deg) rotateZ(360deg);
  }
}
@-webkit-keyframes atom-spinner-animation-3 {
  100% {
    -webkit-transform: rotateZ(360deg) rotateX(66deg) rotateZ(360deg);
            transform: rotateZ(360deg) rotateX(66deg) rotateZ(360deg);
  }
}
@keyframes atom-spinner-animation-3 {
  100% {
    -webkit-transform: rotateZ(360deg) rotateX(66deg) rotateZ(360deg);
            transform: rotateZ(360deg) rotateX(66deg) rotateZ(360deg);
  }
}
.mainvisual {
  height: 100vh;
  position: relative;
}

.mainvisual__body {
  display: block;
  padding-top: 192px;
}

.mainvisual__title {
  display: block;
  color: var(--color-white);
}

.mainvisual__title.-main {
  margin-top: 20px;
  font-size: 76px;
  font-weight: 600;
  line-height: 0.9;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .mainvisual__title.-main {
    font-size: 140px;
    margin-top: 30px;
  }
}

.mainvisual__title.-sub.-en {
  font-size: 22px;
  font-family: var(--font-family-english);
  line-height: 1;
  letter-spacing: 0.2em;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .mainvisual__title.-sub.-en {
    font-size: 32px;
  }
}

.mainvisual__title.-sub.-jp {
  font-size: 22px;
  margin-top: 10px;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: 0.6em;
}
@media screen and (min-width: 768px) {
  .mainvisual__title.-sub.-jp {
    margin-top: 30px;
    font-size: 34px;
    line-height: 1;
    letter-spacing: 1em;
  }
}

.mainvisual__button {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .mainvisual__button {
    margin-top: 50px;
  }
}

.mainvisual__scroll {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.mainvisual__scroll::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--color-main);
  -webkit-animation: circlemove 1.6s ease-in-out infinite, circlemovehide 1.6s ease-out infinite;
          animation: circlemove 1.6s ease-in-out infinite, circlemovehide 1.6s ease-out infinite;
}
.mainvisual__scroll::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 2px;
  height: 50px;
  background-color: var(--color-main);
}

@-webkit-keyframes circlemove {
  0% {
    bottom: 60px;
  }
  100% {
    bottom: 10px;
  }
}

@keyframes circlemove {
  0% {
    bottom: 60px;
  }
  100% {
    bottom: 10px;
  }
}
@-webkit-keyframes circlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes circlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.mainvisual__scroll span {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: var(--color-main);
  font-size: 13px;
  font-family: var(--font-family-english);
  font-weight: bold;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.mainvisual__news {
  position: absolute;
  right: 20px;
  bottom: 50px;
  width: 200px;
  height: 27px;
  border: 1px solid var(--color-main);
  padding: 8px 0;
  font-family: var(--font-family-english);
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .mainvisual__news {
    font-size: 14px;
    line-height: 1.1;
    width: 360px;
    height: 31px;
  }
}

.news__body {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-animation: scroll 10s linear infinite;
          animation: scroll 10s linear infinite;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.news__date {
  color: var(--color-white);
}

.news__text {
  color: var(--color-main);
}

.story {
  background-image: url(../image/bg_story.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.story__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .story__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 40px;
  }
}
@media screen and (min-width: 1080px) {
  .story__content {
    gap: 0 80px;
  }
}

@media screen and (min-width: 768px) {
  .story__content.-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-top: 90px;
  }
}

.story-content__body {
  color: var(--color-white);
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .story-content__body {
    margin-top: 70px;
    max-width: 600px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.story-content__title {
  margin-top: 45px;
  font-size: 24px;
  line-height: 1.3;
}

.story-content__text {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .story-content__text {
    margin-top: 30px;
    font-size: 16px;
  }
}

.story-content__image {
  margin: 0 auto;
  margin-top: 30px;
  position: relative;
  width: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .story-content__image {
    width: 40%;
  }
}

.story__image {
  -webkit-box-shadow: 7px 7px 0 0 var(--color-main);
          box-shadow: 7px 7px 0 0 var(--color-main);
  width: 90%;
  height: 100%;
  max-width: 430px;
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: skew(-10deg, 0deg);
          transform: skew(-10deg, 0deg);
}
@media screen and (min-width: 768px) {
  .story__image {
    width: 100%;
  }
}

.story__image.-reverse {
  -webkit-box-shadow: -7px 7px 0 0 var(--color-main);
          box-shadow: -7px 7px 0 0 var(--color-main);
  -webkit-transform: skew(10deg, 0deg);
          transform: skew(10deg, 0deg);
}

.trailer {
  background-color: var(--color-main);
}

.trailer__image {
  margin-top: 45px;
}
@media screen and (min-width: 768px) {
  .trailer__image {
    margin-top: 70px;
  }
}

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

/*!
utility > utility
------------------------------
*/
.u-ptb {
  padding: 50px 0 !important;
}
@media screen and (min-width: 768px) {
  .u-ptb {
    padding: 110px 0 !important;
  }
}

.u-ptb-l {
  padding: 70px 0 !important;
}
@media screen and (min-width: 768px) {
  .u-ptb-l {
    padding: 100px 0 !important;
  }
}/*# sourceMappingURL=style.css.map */