@charset "UTF-8";
/*
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */
/* =============================================================================
	 HTML5 display definitions
	 ========================================================================== */
.wrapper article, .wrapper aside, .wrapper details, .wrapper figcaption, .wrapper figure, .wrapper footer, .wrapper header, .wrapper hgroup, .wrapper nav, .wrapper section {
  display: block;
}
.wrapper audio, .wrapper canvas, .wrapper video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.wrapper audio:not([controls]) {
  display: none;
}
.wrapper [hidden] {
  display: none;
}

/* =============================================================================
	 Base
	 ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
.wrapper {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 100%;
  line-height: 1.231;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */
.wrapper ::selection {
  text-shadow: none;
  background-color: highlight;
  color: highlighttext;
}

/* =============================================================================
	 Links
	 ========================================================================== */
.wrapper {
  /* Improve readability when focused and hovered in all browsers: h5bp.com/h */
}
.wrapper a:hover, .wrapper a:active {
  outline: 0;
}

/* =============================================================================
	 Lists
	 ========================================================================== */
.wrapper ul, .wrapper ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
.wrapper dd {
  margin: 0 0 0 40px;
}
.wrapper nav ul, .wrapper nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

/* =============================================================================
	 Embedded content
	 ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e
 */
.wrapper img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

/*
 * Correct overflow not hidden in IE9
 */
.wrapper svg:not(:root) {
  overflow: hidden;
}

/* =============================================================================
	 Figures
	 ========================================================================== */
.wrapper figure {
  margin: 0;
}

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
.wrapper button, .wrapper input, .wrapper select, .wrapper textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
.wrapper button, .wrapper input {
  line-height: normal;
}

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
.wrapper button, .wrapper input[type=button], .wrapper input[type=reset], .wrapper input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

/*
 * Consistent box sizing and appearance
 */
.wrapper input[type=checkbox], .wrapper input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
.wrapper input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.wrapper input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
.wrapper button::-moz-focus-inner, .wrapper input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
.wrapper textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/* Colors for form validity */
.wrapper input:invalid, .wrapper textarea:invalid {
  background-color: #f0dddd;
}

/* ==|== non-semantic helper classes ========================================
	 Please define your styles before this section.
	 ========================================================================== */
/* reflow reset for -webkit-margin-before: 1em */
.wrapper p {
  margin: 0;
}

.wrapper body, .wrapper div, .wrapper img, .wrapper p, .wrapper button, .wrapper input, .wrapper select, .wrapper textarea, .wrapper a {
  box-sizing: border-box;
}
.wrapper .image {
  display: block;
}
.wrapper input {
  cursor: default;
  display: block;
}
.wrapper input[type=button] {
  background-color: #e5e9e8;
  border: 1px solid #9daca9;
  border-radius: 4px;
  box-shadow: inset 0 1px #fff;
  font: inherit;
  letter-spacing: inherit;
  text-indent: inherit;
  color: inherit;
}
.wrapper input[type=button]:hover {
  background-color: #eff1f1;
}
.wrapper input[type=button]:active {
  background-color: #d2d6d6;
  border: 1px solid #9daca9;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.1);
}
.wrapper div, .wrapper span, .wrapper applet, .wrapper object, .wrapper iframe,
.wrapper h1, .wrapper h2, .wrapper h3, .wrapper h4, .wrapper h5, .wrapper h6, .wrapper p, .wrapper blockquote, .wrapper pre,
.wrapper a, .wrapper abbr, .wrapper acronym, .wrapper address, .wrapper big, .wrapper cite, .wrapper code,
.wrapper del, .wrapper dfn, .wrapper em, .wrapper font, .wrapper ins, .wrapper kbd, .wrapper q, .wrapper s, .wrapper samp,
.wrapper small, .wrapper strike, .wrapper strong, .wrapper sub, .wrapper sup, .wrapper tt, .wrapper var,
.wrapper b, .wrapper u, .wrapper i, .wrapper center,
.wrapper dl, .wrapper dt, .wrapper dd, .wrapper ol, .wrapper ul, .wrapper li,
.wrapper fieldset, .wrapper form, .wrapper label, .wrapper legend,
.wrapper table, .wrapper caption, .wrapper tbody, .wrapper tfoot, .wrapper thead, .wrapper tr, .wrapper th, .wrapper td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
.wrapper ol, .wrapper ul {
  list-style: none;
}

:root {
  --sp-breakpoint: 750px;
}

@font-face {
  font-family: "ClashDisplay-Variable";
  src: url("../fonts/ClashDisplay-Variable.woff2") format("woff2"), url("../fonts/ClashDisplay-Variable.woff") format("woff"), url("../fonts/ClashDisplay-Variable.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@media screen and (max-width: 750px) {
  .onlyPC {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .onlySP {
    display: none;
  }
}
/* ===============
base settings
================== */
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "ClashDisplay-Variable", sans-serif;
  background-color: #e6e6ed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
}
body.is-scrollLocked {
  overflow: hidden;
  overscroll-behavior: none;
}
body .wrapper {
  height: 100%;
  position: relative;
  color: #2a2a34;
}
body .wrapper::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg.png);
  background-size: 46px;
  z-index: -1;
}
@media screen and (min-resolution: 2dppx) {
  body .wrapper::before {
    background-image: url(../img/bg-2x.png);
  }
}

.content_section {
  position: relative;
  overflow: hidden;
}

.bg {
  background: center center no-repeat;
  background-size: 100% auto;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}

.textHide {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  overflow: hidden;
  transition-duration: 0s;
  transition-delay: 1000ms;
  z-index: 20;
}
.modal.is--alive {
  display: block;
  width: 100%;
  height: 100%;
}
.modal.is--active {
  opacity: 1;
  transition: opacity 0s 0s;
}
.modal.is--active .modal-bg {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}
.modal.is--active .modal-inner {
  opacity: 1;
  transition: opacity 600ms 300ms;
}
.modal .modal-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(0px);
  backdrop-filter: blur(0px);
  transition: -webkit-backdrop-filter 300ms, backdrop-filter 300ms;
}
.modal .modal-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 300ms 0s;
}
.modal .modal-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal .message {
  opacity: 0;
  transition: opacity 500ms;
}
.modal .message.is--visible {
  opacity: 1;
}
.modal .modal-navigation {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.modal .modal-navigation.no--arrow .navigation-item.modal-arrow {
  display: none;
}
.modal .modal-navigation .navigation-item {
  position: absolute;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .modal.is--alive .modal-inner {
    padding-bottom: round(nearest, 10.6666666667vw, 1px);
  }
  .modal .modal-navigation {
    height: round(nearest, 18.6666666667vw, 1px);
  }
  .modal .modal-arrow {
    bottom: round(nearest, 3.3333333333vw, 1px);
    width: round(nearest, 14.4vw, 1px);
    height: round(nearest, 21.6vw, 1px);
    background: center/9.0666666667vw auto no-repeat;
  }
  .modal .modal-arrow.left {
    left: round(nearest, 3.7333333333vw, 1px);
    background-image: url(../img/modal-left-n.svg);
  }
  .modal .modal-arrow.right {
    right: round(nearest, 3.7333333333vw, 1px);
    background-image: url(../img/modal-right-n.svg);
  }
  .modal .modal-closer {
    left: 50%;
    transform: translateX(-50%);
    background: center/25.8666666667vw auto no-repeat;
    background-image: url(../img/modal-close-n.svg);
    bottom: round(nearest, 2.9333333333vw, 1px);
    width: round(nearest, 31.2vw, 1px);
    height: round(nearest, 8vw, 1px);
  }
  .modal .message {
    background: center/auto 100% no-repeat;
    height: round(nearest, 120vw, 1px);
    width: 100%;
  }
}
@media screen and (min-width: 751px) {
  .modal.is--alive .modal-inner {
    padding-top: 1.3227513228vw;
  }
  .modal .modal-navigation {
    height: 100%;
  }
  .modal .modal-arrow {
    top: 50%;
    transform: translateY(-50%);
    width: 5.8201058201vw;
    height: 7.7380952381vw;
    background: center/3.1746031746vw auto no-repeat;
    transition: opacity 200ms;
  }
  .modal .modal-arrow:hover {
    opacity: 0.5;
  }
  .modal .modal-arrow.left {
    left: 18px;
    background-image: url(../img/modal-left-w.svg);
  }
  .modal .modal-arrow.right {
    right: 18px;
    background-image: url(../img/modal-right-w.svg);
  }
  .modal .modal-closer {
    right: 2.6455026455vw;
    bottom: 2.5132275132vw;
    background: center/11.8386243386vw auto no-repeat;
    background-image: url(../img/modal-close-w.svg);
    width: 11.8386243386vw;
    height: 1.1243386243vw;
  }
  .modal .message {
    background: center/contain no-repeat;
    width: 62.8306878307vw;
    height: 100vh;
  }
}
@media screen and (min-width: 1511px) {
  .modal.is--alive .modal-inner {
    padding-top: 20px;
  }
  .modal .modal-arrow {
    width: 88px;
    height: 117px;
    background-size: 48px auto;
  }
  .modal .modal-arrow.left {
    left: 18px;
  }
  .modal .modal-arrow.right {
    right: 18px;
  }
  .modal .modal-closer {
    right: 40px;
    bottom: 38px;
    background-size: 179px auto;
    width: 179px;
    height: 17px;
  }
  .modal .message {
    width: 950px;
  }
}

@keyframes scroller {
  0%, 100% {
    transform: none;
  }
  90% {
    transform: translateY(5px);
  }
}
.page--top .content_section-hero {
  height: 100svh;
  position: relative;
}
.page--top .content_section-hero .section-inner {
  position: relative;
  height: 100%;
}
.page--top .content_section-hero .hero-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-position: center top;
}
.page--top .content_section-hero .message-cell-wrapper {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.page--top .content_section-hero .message-cell-wrapper .message-cell-row {
  display: flex;
  transition: height 0.3s ease;
}
.page--top .content_section-hero .message-cell-wrapper .message-cell {
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  transition: width 0.3s ease, height 0.3s ease;
}
.page--top .content_section-hero .hero-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 24px;
  height: 75px;
  box-sizing: border-box;
}
.page--top .content_section-hero .hero-footer .footer-text {
  margin: 0 auto;
  width: 552px;
  height: 27px;
  background: url(../img/hero-footer-w.svg);
}
.page--top .content_section-hero .hero-scroll {
  position: absolute;
  pointer-events: none;
  overflow: visible;
  transition: opacity 300ms;
}
.page--top .content_section-hero .hero-scroll .arrow {
  height: 100%;
  animation: scroller 1000ms ease-in infinite;
}
.page--top .content_section-hero .hero-scroll .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.page--top .content_section-hero .hero-scroll.is--hidden {
  opacity: 0;
}
@media screen and (max-width: 750px) {
  .page--top .content_section-hero .hero-header {
    margin-top: round(nearest, 3.0666666667vw, 1px);
    margin-left: round(nearest, 3.2vw, 1px);
    width: round(nearest, 56.5333333333vw, 1px);
    height: round(nearest, 17.3333333333vw, 1px);
    background-image: url(../img/hero-header-n.svg);
  }
  .page--top .content_section-hero .hero-footer {
    display: none;
  }
  .page--top .content_section-hero .hero-scroll {
    bottom: 1.3333333333vw;
    left: 50%;
    transform: translateX(-50%);
    width: round(nearest, 18.1333333333vw, 1px);
    height: round(nearest, 3.3333333333vw, 1px);
  }
  .page--top .content_section-hero .hero-scroll .arrow {
    background: url(../img/hero-scroll_arrow-n.svg);
    width: round(nearest, 3.3333333333vw, 1px);
    height: round(nearest, 2.5333333333vw, 1px);
  }
  .page--top .content_section-hero .hero-scroll .text {
    background: url(../img/hero-scroll-n.svg);
    height: round(nearest, 2.5333333333vw, 1px);
  }
}
@media screen and (min-width: 751px) {
  .page--top .content_section-hero .hero-header {
    width: 100%;
    height: 5.3571428571vw;
    background-image: url(../img/hero-header-w.svg);
  }
  .page--top .content_section-hero .message-cell-wrapper .message-cell {
    transition: transform 200ms cubic-bezier(0.12, 0, 0.39, 0);
  }
  .page--top .content_section-hero .message-cell-wrapper .message-cell:hover {
    transform: scale(1.05);
  }
  .page--top .content_section-hero .hero-scroll {
    left: 2.1164021164vw;
    bottom: 1.917989418vw;
    width: 7.2751322751vw;
    height: 1.0582010582vw;
  }
  .page--top .content_section-hero .hero-scroll .arrow {
    background: url(../img/hero-scroll_arrow-w.svg);
    width: 1.3227513228vw;
  }
  .page--top .content_section-hero .hero-scroll .text {
    background: url(../img/hero-scroll-w.svg);
  }
}
@media screen and (min-width: 1511px) {
  .page--top .content_section-hero .hero-scroll {
    left: 32px;
    bottom: 29px;
    width: 110px;
    height: 16px;
  }
  .page--top .content_section-hero .hero-scroll .arrow {
    width: 20px;
  }
}
.page--top .main_section {
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
}
.page--top .main_section .content-inner {
  display: flex;
  pointer-events: auto;
}
.page--top .main_section .content-inner .content-main {
  box-sizing: border-box;
}
.page--top .main_section .content-aside {
  height: 100%;
  background: center top/100% auto repeat-y;
}
.page--top .main_section .header-wrapper {
  position: relative;
}
.page--top .main_section .header-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  background-color: #2a2a34;
}
.page--top .main_section .section-title {
  background: center top/100% auto no-repeat;
}
.page--top .main_section .footer-wrapper {
  border-top: 3px solid #2a2a34;
  background: center top/100% auto no-repeat;
}
.page--top .main_section .button {
  position: relative;
  display: block;
  max-width: 100%;
}
.page--top .main_section .button::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #2a2a34;
  mask: center/100% auto no-repeat;
}
@media screen and (max-width: 750px) {
  .page--top .main_section .content-inner {
    width: round(nearest, 93.6vw, 1px);
  }
  .page--top .main_section .content-inner .content-aside {
    position: relative;
    width: round(nearest, 4.5333333333vw, 1px);
    left: 2px;
  }
  .page--top .main_section .content-inner .content-main {
    padding-left: round(nearest, 8.5333333333vw, 1px);
    width: round(nearest, 89.3333333333vw, 1px);
  }
  .page--top .main_section .section-inner {
    margin-right: round(nearest, 6.4vw, 1px);
    margin-top: round(nearest, 5.0666666667vw, 1px);
  }
  .page--top .main_section .header-wrapper::after {
    height: 2px;
    width: round(nearest, 74.4vw, 1px);
  }
  .page--top .main_section .section-title {
    width: round(nearest, 74.4vw, 1px);
    height: round(nearest, 14.1333333333vw, 1px);
  }
  .page--top .main_section .footer-wrapper {
    border-top-width: 2px;
    padding-top: round(nearest, 1.6vw, 1px);
    padding-bottom: round(nearest, 6.4vw, 1px);
    margin-right: round(nearest, 6.4vw, 1px);
  }
  .page--top .main_section .footer-wrapper .sectionFooter {
    width: round(nearest, 74.4vw, 1px);
    height: round(nearest, 3.2vw, 1px);
  }
  .page--top .main_section .button {
    width: round(nearest, 31.7333333333vw, 1px);
    height: round(nearest, 7.7333333333vw, 1px);
    border-radius: round(nearest, 3.8666666667vw, 1px);
    border: 2px solid #2a2a34;
  }
}
@media screen and (min-width: 751px) {
  .page--top .main_section {
    margin-top: 75vh;
  }
  .page--top .main_section .content-inner {
    width: calc(65.4761904762vw + 15px);
  }
  .page--top .main_section .content-inner .content-aside {
    width: 15px;
  }
  .page--top .main_section .content-inner .content-main {
    padding-left: 3.3068783069vw;
    width: 65.4761904762vw;
  }
  .page--top .main_section .section-inner {
    margin-right: 2.6455026455vw;
    margin-top: 38px;
  }
  .page--top .main_section .header-wrapper {
    padding-right: 2.6455026455vw;
  }
  .page--top .main_section .header-wrapper::before {
    position: absolute;
    right: 2.6455026455vw;
    bottom: 0;
    content: "";
    display: block;
    width: 75px;
    height: 104px;
    background: url(../img/title_sub-w.svg);
  }
  .page--top .main_section .header-wrapper::after {
    height: 3px;
    width: calc(100% - 2.6455026455vw);
  }
  .page--top .main_section .section-title {
    width: 420px;
    height: 104px;
  }
  .page--top .main_section .footer-wrapper {
    border-top-width: 3px;
    padding-top: 13px;
    padding-bottom: 38px;
    margin-right: 2.6455026455vw;
  }
  .page--top .main_section .footer-wrapper .sectionFooter {
    width: 100px;
    height: 19px;
  }
  .page--top .main_section .button {
    width: 160px;
    height: 48px;
    border-radius: 24px;
    border: 3px solid #2a2a34;
  }
  .page--top .main_section .button:hover {
    background-color: #e6e6ed;
  }
}
@media screen and (min-width: 1511px) {
  .page--top .main_section .content-inner {
    width: 1005px;
  }
  .page--top .main_section .content-inner .content-main {
    padding-left: 50px;
    width: 990px;
  }
  .page--top .main_section .section-inner {
    margin-right: 40px;
  }
  .page--top .main_section .header-wrapper {
    padding-right: 40px;
  }
  .page--top .main_section .header-wrapper::before {
    right: 40px;
  }
  .page--top .main_section .header-wrapper::after {
    width: calc(100% - 40px);
  }
  .page--top .main_section .footer-wrapper {
    margin-right: 40px;
  }
}
.page--top .content_section-message .content-main {
  background-color: #feaf50;
}
@media screen and (max-width: 750px) {
  .page--top .content_section-message {
    margin-top: round(nearest, 42vw, 1px);
  }
  .page--top .content_section-message .content-aside {
    background-image: url(../img/message-aside-n.png);
  }
  .page--top .content_section-message .section-title {
    background-image: url(../img/message-title-n.svg);
  }
  .page--top .content_section-message .section-inner .message-item {
    width: round(nearest, 74.4vw, 1px);
  }
  .page--top .content_section-message .section-inner .message-item .message-header .header-lang {
    width: round(nearest, 8.1333333333vw, 1px);
    height: round(nearest, 3.7333333333vw, 1px);
    background: url(../img/message-header-n.svg);
    background-size: auto 8vw;
  }
  .page--top .content_section-message .section-inner .message-item .message-content {
    margin-top: round(nearest, 1.2vw, 1px);
    width: round(nearest, 74.4vw, 1px);
    height: round(nearest, 95.8666666667vw, 1px);
    background-size: contain;
  }
  .page--top .content_section-message .section-inner .message-item.en .message-content {
    background-image: url(../img/message-en.png);
  }
  .page--top .content_section-message .section-inner .message-item.jp {
    margin-top: round(nearest, 4.4vw, 1px);
    padding-top: round(nearest, 4.8vw, 1px);
    border-top: 1px solid #2a2a34;
  }
  .page--top .content_section-message .section-inner .message-item.jp .message-header .header-lang {
    background-position: 0 -4vw;
  }
  .page--top .content_section-message .section-inner .message-item.jp .message-content {
    background-image: url(../img/message-jp.png);
  }
  .page--top .content_section-message .footer-wrapper {
    margin-top: round(nearest, 3.8666666667vw, 1px);
  }
  .page--top .content_section-message .footer-wrapper .sectionFooter {
    background-image: url(../img/message-footer-n.svg);
  }
}
@media screen and (min-width: 751px) {
  .page--top .content_section-message {
    margin-top: 113px;
  }
  .page--top .content_section-message .content-aside {
    background-image: url(../img/message-aside-w.svg);
  }
  .page--top .content_section-message .section-title {
    background-image: url(../img/message-title-w.svg);
  }
  .page--top .content_section-message .section-inner .message-wrapper {
    display: flex;
    gap: 24px;
  }
  .page--top .content_section-message .section-inner .message-item {
    width: 28.9682539683vw;
  }
  .page--top .content_section-message .section-inner .message-item .message-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #2a2a34;
  }
  .page--top .content_section-message .section-inner .message-item .message-header .header-lang {
    width: 38px;
    height: 17px;
    background: url(../img/message-header-w.svg);
    background-size: 80px auto;
  }
  .page--top .content_section-message .section-inner .message-item .message-content {
    position: relative;
    margin-top: 24px;
    width: 100%;
    height: 37.3677248677vw;
    background-size: contain;
  }
  .page--top .content_section-message .section-inner .message-item .message-content::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5) url(../img/messate-view-w.svg) center/42px auto no-repeat;
    transition: opacity 300ms;
    left: 0;
    top: 0;
    opacity: 0;
  }
  .page--top .content_section-message .section-inner .message-item .message-content:hover::after {
    opacity: 1;
  }
  .page--top .content_section-message .section-inner .message-item.en .message-content {
    background-image: url(../img/message-en.png);
  }
  .page--top .content_section-message .section-inner .message-item.jp .message-header .header-lang {
    background-position: -40px 0;
  }
  .page--top .content_section-message .section-inner .message-item.jp .message-content {
    background-image: url(../img/message-jp.png);
  }
  .page--top .content_section-message .footer-wrapper {
    margin-top: 37px;
  }
  .page--top .content_section-message .footer-wrapper .sectionFooter {
    background-image: url(../img/message-footer-w.svg);
  }
}
@media screen and (min-width: 1511px) {
  .page--top .content_section-message .section-inner .message-item {
    width: 438px;
  }
  .page--top .content_section-message .section-inner .message-item .message-content {
    height: 565px;
  }
}
.page--top .content_section-contents {
  justify-content: flex-start;
}
.page--top .content_section-contents .content-inner {
  flex-direction: row-reverse;
}
.page--top .content_section-contents .content-inner .content-main {
  background-color: #ff7360;
}
.page--top .content_section-contents .movie-wrapper {
  position: relative;
}
.page--top .content_section-contents .movie-wrapper .movie-item + .movie-item {
  border-top: 3px solid #2a2a34;
}
@media screen and (max-width: 750px) {
  .page--top .content_section-contents {
    margin-top: round(nearest, 149.3333333333vw, 1px);
  }
  .page--top .content_section-contents .content-inner .content-aside {
    background-image: url(../img/contents-aside-n.png);
    left: -2px;
  }
  .page--top .content_section-contents .content-inner .content-main {
    padding-left: round(nearest, 6.4vw, 1px);
  }
  .page--top .content_section-contents .section-title {
    background-image: url(../img/contents-title-n.svg);
  }
  .page--top .content_section-contents .section-inner {
    margin-top: 0;
    margin-right: round(nearest, 8.5333333333vw, 1px);
  }
  .page--top .content_section-contents .movie-wrapper .movie-item {
    position: relative;
    padding-top: round(nearest, 6.2666666667vw, 1px);
    padding-bottom: round(nearest, 5.7333333333vw, 1px);
  }
  .page--top .content_section-contents .movie-wrapper .movie-item + .movie-item {
    border-top-width: 1px;
  }
  .page--top .content_section-contents .movie-wrapper .movie-item .number {
    position: absolute;
    left: 0;
    top: round(nearest, 52vw, 1px);
    width: round(nearest, 7.7333333333vw, 1px);
    height: round(nearest, 8.6666666667vw, 1px);
    background-repeat: no-repeat;
    background-size: 24vw auto;
    background-image: url(../img/contents-number-n.svg);
  }
  .page--top .content_section-contents .movie-wrapper .movie-item.item-1 .number {
    background-position: 0 bottom;
  }
  .page--top .content_section-contents .movie-wrapper .movie-item.item-2 .number {
    background-position: -8vw bottom;
  }
  .page--top .content_section-contents .movie-wrapper .movie-item.item-3 .number {
    background-position: -16vw bottom;
  }
  .page--top .content_section-contents .movie-wrapper .movie-item .thumb {
    width: round(nearest, 74.4vw, 1px);
    height: round(nearest, 41.8666666667vw, 1px);
    background: center/cover no-repeat;
    display: block;
  }
  .page--top .content_section-contents .movie-wrapper .movie-item .movie-data {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-left: round(nearest, 12.2666666667vw, 1px);
    margin-top: round(nearest, 3.7333333333vw, 1px);
    min-height: round(nearest, 20.5333333333vw, 1px);
  }
  .page--top .content_section-contents .movie-wrapper .movie-item .movie-data .title {
    font-size: round(nearest, 4.2666666667vw, 1px);
    font-weight: 500;
    line-height: 1.1em;
    flex-grow: 1;
  }
  .page--top .content_section-contents .movie-wrapper .movie-item .movie-data .button-detail {
    margin-top: round(nearest, 3.7333333333vw, 1px);
    justify-self: flex-end;
    align-self: flex-end;
  }
  .page--top .content_section-contents .movie-wrapper .movie-item .movie-data .button-detail::after {
    mask-image: url(../img/contents-button-n.svg);
  }
  .page--top .content_section-contents .movie-wrapper .movie-item.dummy .movie-data {
    min-height: auto;
  }
  .page--top .content_section-contents .movie-wrapper .movie-item.dummy .thumb {
    border: 2px dashed #e6e6ed;
    background: center no-repeat;
    background-size: round(nearest, 35.4666666667vw, 1px);
    background-image: url(../img/thumb-soon-n.svg);
  }
  .page--top .content_section-contents .movie-wrapper .movie-item.dummy .title {
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: bottom;
    background: left center/100% auto no-repeat;
    width: round(nearest, 25.6vw, 1px);
    height: round(nearest, 9.3333333333vw, 1px);
    background-image: url(../img/text-soon-n.svg);
    flex-grow: 0;
  }
  .page--top .content_section-contents .movie-wrapper .movie-item.dummy .button-detail {
    display: none;
  }
  .page--top .content_section-contents .footer-wrapper {
    margin-right: round(nearest, 8.5333333333vw, 1px);
  }
  .page--top .content_section-contents .footer-wrapper .sectionFooter {
    background-image: url(../img/contents-footer-n.svg);
  }
}
@media screen and (min-width: 751px) {
  .page--top .content_section-contents .content-aside {
    background-image: url(../img/contents-aside-w.svg);
  }
  .page--top .content_section-contents .content-inner .content-main {
    padding-left: 2.6455026455vw;
  }
  .page--top .content_section-contents .section-title {
    background-image: url(../img/contents-title-w.svg);
  }
  .page--top .content_section-contents .section-inner {
    margin-top: 0;
    margin-right: 3.3068783069vw;
  }
  .page--top .content_section-contents .movie-wrapper .movie-item {
    display: flex;
    padding-top: 40px;
    padding-bottom: 37px;
  }
  .page--top .content_section-contents .movie-wrapper .movie-item .number {
    flex-shrink: 0;
    align-self: flex-end;
    width: 32px;
    height: 34px;
    background-repeat: no-repeat;
    background-size: 96px auto;
    background-image: url(../img/contents-number-w.svg);
  }
  .page--top .content_section-contents .movie-wrapper .movie-item.item-1 .number {
    background-position: 0 bottom;
  }
  .page--top .content_section-contents .movie-wrapper .movie-item.item-2 .number {
    background-position: -32px bottom;
  }
  .page--top .content_section-contents .movie-wrapper .movie-item.item-3 .number {
    background-position: -64px bottom;
  }
  .page--top .content_section-contents .movie-wrapper .movie-item .thumb {
    flex-shrink: 0;
    margin-left: 1.3227513228vw;
    width: 27.5132275132vw;
    height: 15.4761904762vw;
    background: center/cover no-repeat;
    position: relative;
  }
  .page--top .content_section-contents .movie-wrapper .movie-item .thumb::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    transition: opacity 300ms;
    left: 0;
    top: 0;
    opacity: 0;
  }
  .page--top .content_section-contents .movie-wrapper .movie-item .thumb:hover::after {
    opacity: 1;
  }
  .page--top .content_section-contents .movie-wrapper .movie-item .movie-data {
    margin-left: 1.3227513228vw;
    flex-grow: 1;
    position: relative;
  }
  .page--top .content_section-contents .movie-wrapper .movie-item .movie-data .title {
    font-size: 2.4444444444vw;
    font-weight: 500;
  }
  .page--top .content_section-contents .movie-wrapper .movie-item .movie-data .button-detail {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .page--top .content_section-contents .movie-wrapper .movie-item .movie-data .button-detail::after {
    mask-image: url(../img/contents-button-w.svg);
  }
  .page--top .content_section-contents .movie-wrapper .movie-item.dummy .thumb {
    border: 2px dashed #e6e6ed;
    background: center no-repeat;
    background-size: 15.4761904762vw;
    background-image: url(../img/thumb-soon-w.svg);
  }
  .page--top .content_section-contents .movie-wrapper .movie-item.dummy .thumb::after {
    display: none;
  }
  .page--top .content_section-contents .movie-wrapper .movie-item.dummy .title {
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: bottom;
    background: left center/100% auto no-repeat;
    width: 15.1455026455vw;
    height: 1.5211640212vw;
    background-image: url(../img/text-soon-w.svg);
  }
  .page--top .content_section-contents .movie-wrapper .movie-item.dummy .button-detail {
    display: none;
  }
  .page--top .content_section-contents .footer-wrapper {
    margin-right: 3.3068783069vw;
  }
  .page--top .content_section-contents .footer-wrapper .sectionFooter {
    background-image: url(../img/contents-footer-w.svg);
  }
}
@media screen and (min-width: 900px) {
  .page--top .content_section-contents .movie-wrapper .movie-item .movie-data .title {
    font-size: 22px;
  }
}
@media screen and (min-width: 1511px) {
  .page--top .content_section-contents .content-inner .content-main {
    padding-left: 40px;
  }
  .page--top .content_section-contents .section-inner {
    margin-right: 50px;
  }
  .page--top .content_section-contents .movie-wrapper .movie-item .thumb {
    margin-left: 20px;
    width: 416px;
    height: 234px;
  }
  .page--top .content_section-contents .movie-wrapper .movie-item .movie-data {
    margin-left: 20px;
  }
  .page--top .content_section-contents .movie-wrapper .movie-item.dummy .thumb {
    background-size: 234px;
  }
  .page--top .content_section-contents .movie-wrapper .movie-item.dummy .title {
    width: 229px;
    height: 23px;
  }
  .page--top .content_section-contents .footer-wrapper {
    margin-right: 50px;
  }
}
.page--top .content_section-merch .content-inner .content-main {
  background-color: #8095ff;
}
.page--top .content_section-merch .section-inner .merch-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.page--top .content_section-merch .section-inner .merch-item {
  display: flex;
  flex-direction: column;
}
.page--top .content_section-merch .section-inner .merch-item .thumb {
  display: block;
  background: center/cover no-repeat;
}
.page--top .content_section-merch .section-inner .merch-item .item-name {
  flex-grow: 1;
}
@media screen and (max-width: 750px) {
  .page--top .content_section-merch {
    margin-top: round(nearest, 170.6666666667vw, 1px);
  }
  .page--top .content_section-merch .content-inner .content-main {
    padding-left: round(nearest, 7.4666666667vw, 1px);
  }
  .page--top .content_section-merch .content-aside {
    background-image: url(../img/merch-aside-n.png);
  }
  .page--top .content_section-merch .header-wrapper::after {
    width: round(nearest, 75.4666666667vw, 1px);
  }
  .page--top .content_section-merch .section-title {
    width: round(nearest, 75.4666666667vw, 1px);
    background-image: url(../img/merch-title-n.svg);
  }
  .page--top .content_section-merch .section-inner {
    margin-top: round(nearest, 6.4vw, 1px);
  }
  .page--top .content_section-merch .section-inner .merch-wrapper {
    gap: 6.9333333333vw 0;
    justify-content: space-between;
  }
  .page--top .content_section-merch .section-inner .merch-item {
    width: round(nearest, 35.2vw, 1px);
    padding-bottom: round(nearest, 5.8666666667vw, 1px);
  }
  .page--top .content_section-merch .section-inner .merch-item:nth-child(2n+1):not(:first-child) {
    position: relative;
  }
  .page--top .content_section-merch .section-inner .merch-item:nth-child(2n+1):not(:first-child)::before {
    content: "";
    position: absolute;
    top: round(nearest, -6.9333333333vw, 1px);
    left: 0;
    width: round(nearest, 75.6vw, 1px);
    height: 2px;
    background: #2a2a34;
  }
  .page--top .content_section-merch .section-inner .merch-item .thumb {
    height: round(nearest, 35.2vw, 1px);
  }
  .page--top .content_section-merch .section-inner .merch-item .item-name {
    font-weight: 500;
    font-size: round(nearest, 3.7333333333vw, 1px);
    line-height: 1.15em;
    margin-top: round(nearest, 3.7333333333vw, 1px);
  }
  .page--top .content_section-merch .section-inner .merch-item .button-onsale {
    margin-top: round(nearest, 3.4666666667vw, 1px);
  }
  .page--top .content_section-merch .section-inner .merch-item .button-onsale::after {
    mask-image: url(../img/merch-button-n.svg);
  }
  .page--top .content_section-merch .section-inner .merch-item.dummy .thumb {
    border: 3px dashed #e6e6ed;
    background: center no-repeat;
    background-size: round(nearest, 35.4666666667vw, 1px);
    background-image: url(../img/thumb-soon-n.svg);
  }
  .page--top .content_section-merch .section-inner .merch-item.dummy .item-name {
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: bottom;
    background: left center/100% auto no-repeat;
    width: round(nearest, 25.6vw, 1px);
    height: round(nearest, 9.3333333333vw, 1px);
    background-image: url(../img/text-soon-n.svg);
    margin-top: round(nearest, 5.0666666667vw, 1px);
  }
  .page--top .content_section-merch .section-inner .merch-item.dummy .button-onsale {
    display: none;
  }
  .page--top .content_section-merch .footer-wrapper {
    padding-bottom: round(nearest, 1.8666666667vw, 1px);
  }
}
@media screen and (min-width: 751px) {
  .page--top .content_section-merch .content-aside {
    background-image: url(../img/merch-aside-w.svg);
  }
  .page--top .content_section-merch .section-title {
    background-image: url(../img/merch-title-w.svg);
  }
  .page--top .content_section-merch .section-inner .merch-wrapper {
    gap: 40px 2.5793650794vw;
  }
  .page--top .content_section-merch .section-inner .merch-item {
    width: 18.1216931217vw;
    padding-bottom: 40px;
  }
  .page--top .content_section-merch .section-inner .merch-item:nth-child(3n+1):not(:first-child) {
    position: relative;
  }
  .page--top .content_section-merch .section-inner .merch-item:nth-child(3n+1):not(:first-child)::before {
    content: "";
    position: absolute;
    top: -43px;
    left: 0;
    width: 59.5238095238vw;
    height: 3px;
    background: #2a2a34;
  }
  .page--top .content_section-merch .section-inner .merch-item .thumb {
    height: 18.1216931217vw;
    position: relative;
  }
  .page--top .content_section-merch .section-inner .merch-item .thumb::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    transition: opacity 300ms;
    left: 0;
    top: 0;
    opacity: 0;
  }
  .page--top .content_section-merch .section-inner .merch-item .thumb:hover::after {
    opacity: 1;
  }
  .page--top .content_section-merch .section-inner .merch-item .item-name {
    font-weight: 500;
    font-size: 2.2222222222vw;
    line-height: 1.1em;
    margin-top: 18px;
    margin-bottom: 18px;
  }
  .page--top .content_section-merch .section-inner .merch-item .button-onsale::after {
    mask-image: url(../img/merch-button-w.svg);
  }
  .page--top .content_section-merch .section-inner .merch-item.dummy .thumb {
    border: 2px dashed #e6e6ed;
    background: center no-repeat;
    background-size: 15.4761904762vw;
    background-image: url(../img/thumb-soon-w.svg);
  }
  .page--top .content_section-merch .section-inner .merch-item.dummy .thumb::after {
    display: none;
  }
  .page--top .content_section-merch .section-inner .merch-item.dummy .item-name {
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: bottom;
    background: left top/100% auto no-repeat;
    width: 15.1455026455vw;
    background-image: url(../img/text-soon-w.svg);
  }
  .page--top .content_section-merch .section-inner .merch-item.dummy .button-onsale {
    display: none;
  }
  .page--top .content_section-merch .footer-wrapper {
    margin-top: -0.3306878307vw;
    padding-bottom: 2.1164021164vw;
  }
}
@media screen and (min-width: 900px) {
  .page--top .content_section-merch .section-inner .merch-item .item-name {
    font-size: 20px;
  }
}
@media screen and (min-width: 1511px) {
  .page--top .content_section-merch .section-inner .merch-wrapper {
    gap: 40px 39px;
  }
  .page--top .content_section-merch .section-inner .merch-item {
    width: 274px;
  }
  .page--top .content_section-merch .section-inner .merch-item:nth-child(3n+1):not(:first-child)::before {
    width: 900px;
  }
  .page--top .content_section-merch .section-inner .merch-item .thumb {
    height: 274px;
  }
  .page--top .content_section-merch .section-inner .merch-item.dummy .thumb {
    background-size: 234px;
  }
  .page--top .content_section-merch .section-inner .merch-item.dummy .item-name {
    width: 229px;
  }
  .page--top .content_section-merch .footer-wrapper {
    margin-top: -5px;
    padding-bottom: 32px;
  }
}

.content_section.content_section-footer {
  margin-top: 110vh;
  position: relative;
  overflow: visible;
}
.content_section.content_section-footer .footer-item {
  display: block;
}
.content_section.content_section-footer .links-item {
  background: #2a2a34;
  mask: center/100% auto no-repeat;
}
@media screen and (max-width: 750px) {
  .content_section.content_section-footer {
    padding-bottom: round(nearest, 3.3333333333vw, 1px);
  }
  .content_section.content_section-footer .section-inner {
    display: flex;
    position: relative;
    justify-content: space-between;
    padding-left: round(nearest, 3.2vw, 1px);
    padding-right: round(nearest, 3.2vw, 1px);
  }
  .content_section.content_section-footer .links-item {
    width: round(nearest, 36.1333333333vw, 1px);
    height: round(nearest, 3.2vw, 1px);
    mask-image: url(../img/footer-link-n.svg);
  }
  .content_section.content_section-footer .footer-copy {
    margin-left: round(nearest, 3.0666666667vw, 1px);
    width: round(nearest, 17.3333333333vw, 1px);
    height: round(nearest, 3.4666666667vw, 1px);
    background-image: url(../img/footer-copy-w.svg);
  }
}
@media screen and (min-width: 751px) {
  .content_section.content_section-footer {
    padding-bottom: 25px;
  }
  .content_section.content_section-footer .section-inner {
    display: flex;
    position: relative;
    padding-left: 30px;
  }
  .content_section.content_section-footer .links-item {
    width: 10.6481481481vw;
    height: 0.9920634921vw;
    mask-image: url(../img/footer-link-w.svg);
    transition: background-color 150ms;
  }
  .content_section.content_section-footer .links-item:hover {
    background-color: #8095ff;
  }
  .content_section.content_section-footer .footer-copy {
    margin-left: 23px;
    width: 79px;
    height: 15px;
    background-image: url(../img/footer-copy-w.svg);
  }
}
@media screen and (min-width: 1511px) {
  .content_section.content_section-footer {
    padding-bottom: 25px;
  }
  .content_section.content_section-footer .section-inner {
    padding-left: 30px;
  }
  .content_section.content_section-footer .links-item {
    width: 161px;
    height: 15px;
  }
  .content_section.content_section-footer .footer-copy {
    margin-left: 23px;
    width: 79px;
    height: 15px;
  }
}

.fixed-share {
  position: fixed;
  display: block;
  background-color: #2a2a34;
}
.fixed-share::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #e6e6ed;
  mask: center/100% auto no-repeat;
}
@media screen and (max-width: 750px) {
  .fixed-share {
    width: round(nearest, 18.6666666667vw, 1px);
    height: round(nearest, 6.4vw, 1px);
    border-radius: round(nearest, 3.2vw, 1px);
    right: round(nearest, 3.2vw, 1px);
    top: round(nearest, 3.2vw, 1px);
  }
  .fixed-share::after {
    mask-image: url(../img/fixed-share-n.svg);
  }
}
@media screen and (min-width: 751px) {
  .fixed-share {
    width: 5.4894179894vw;
    height: 1.7195767196vw;
    border-radius: 0.8597883598vw;
    right: 1.3227513228vw;
    bottom: 1.1904761905vw;
  }
  .fixed-share::after {
    mask-image: url(../img/fixed-share-w.svg);
  }
  .fixed-share:hover {
    background-color: #e6e6ed;
  }
  .fixed-share:hover::after {
    background-color: #2a2a34;
  }
}
@media screen and (min-width: 1511px) {
  .fixed-share {
    width: 83px;
    height: 26px;
    border-radius: 13px;
    right: 20px;
    bottom: 18px;
  }
}

@keyframes loaderPulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.06);
  }
}
.loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100svh;
  background-color: #e6e6ed;
  z-index: 10;
  background: url(../img/bg.png);
  background-size: 46px;
}
.loader::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}
.loader .loader-title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: center/100% auto no-repeat;
}
.loader .loader-title.title-2 {
  clip-path: inset(100% 0 0 0);
  transition: clip-path 100ms;
}
.loader.is--fade-out {
  opacity: 0;
  transition: opacity 800ms;
}
.loader.is--dead {
  display: none;
}
.loader .loader-objects {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.loader .loader-objects .object {
  background: center/100% auto no-repeat;
  transform-origin: center center;
  animation: loaderPulse 3s ease-in-out infinite;
}
.loader .loader-objects .object.object-0-1 {
  animation-duration: 2.8s;
  animation-delay: -0.7s;
}
.loader .loader-objects .object.object-0-2 {
  animation-duration: 3.4s;
  animation-delay: -1.8s;
}
.loader .loader-objects .object.object-0-3 {
  animation-duration: 2.6s;
  animation-delay: -0.3s;
}
.loader .loader-objects .object.object-1-1 {
  animation-duration: 3.1s;
  animation-delay: -2.4s;
}
.loader .loader-objects .object.object-1-2 {
  animation-duration: 2.9s;
  animation-delay: -1.1s;
}
.loader .loader-objects .object.object-1-3 {
  animation-duration: 3.7s;
  animation-delay: -0.9s;
}
.loader .loader-objects .object.object-1-4 {
  animation-duration: 2.5s;
  animation-delay: -2s;
}
.loader .loader-objects .object.object-2-1 {
  animation-duration: 3.3s;
  animation-delay: -1.5s;
}
.loader .loader-objects .object.object-2-2 {
  animation-duration: 2.7s;
  animation-delay: -0.5s;
}
.loader .loader-objects .object.object-2-3 {
  animation-duration: 3.5s;
  animation-delay: -2.2s;
}
.loader .loader-objects .object.object-2-4 {
  animation-duration: 2.9s;
  animation-delay: -1.3s;
}
.loader .loader-objects .object.object-2-5 {
  animation-duration: 3.2s;
  animation-delay: -0.8s;
}
.loader .loader-objects .object.object-3-1 {
  animation-duration: 2.8s;
  animation-delay: -2.6s;
}
.loader .loader-objects .object.object-3-2 {
  animation-duration: 3.6s;
  animation-delay: -0.2s;
}
.loader .loader-objects .object.object-3-3 {
  animation-duration: 2.4s;
  animation-delay: -1.7s;
}
.loader .loader-objects .object.object-3-4 {
  animation-duration: 3s;
  animation-delay: -1s;
}
@media screen and (max-width: 750px) {
  .loader .loader-title {
    width: round(nearest, 35.2vw, 1px);
    height: round(nearest, 40.5333333333vw, 1px);
    transform: translate(-50%, -26.6666666667vw);
  }
  .loader .loader-title.title-1 {
    background-image: url(../img/loader/title-1-n.svg);
  }
  .loader .loader-title.title-2 {
    background-image: url(../img/loader/title-2-n.svg);
  }
  .loader .loader-objects {
    width: round(nearest, 100vw, 1px);
    height: round(nearest, 186.6666666667vw, 1px);
  }
  .loader .object {
    position: absolute;
  }
  .loader .object.object-0-1 {
    width: round(nearest, 34.9333333333vw, 1px);
    height: round(nearest, 50.6666666667vw, 1px);
    left: round(nearest, -20.4vw, 1px);
    top: round(nearest, -21.3333333333vw, 1px);
    background-image: url(../img/loader/obj-01-n.svg);
  }
  .loader .object.object-0-2 {
    width: round(nearest, 41.8666666667vw, 1px);
    height: round(nearest, 52vw, 1px);
    left: round(nearest, 50.1333333333vw, 1px);
    top: round(nearest, -28.1333333333vw, 1px);
    background-image: url(../img/loader/obj-02-n.svg);
  }
  .loader .object.object-0-3 {
    width: round(nearest, 58.9333333333vw, 1px);
    height: round(nearest, 61.7333333333vw, 1px);
    left: round(nearest, 87.2vw, 1px);
    top: round(nearest, -23.4666666667vw, 1px);
    background-image: url(../img/loader/obj-03-n.svg);
  }
  .loader .object.object-1-1 {
    width: round(nearest, 53.2vw, 1px);
    height: round(nearest, 55.8666666667vw, 1px);
    left: round(nearest, -23.3333333333vw, 1px);
    top: round(nearest, 32.2666666667vw, 1px);
    background-image: url(../img/loader/obj-11-n.svg);
  }
  .loader .object.object-1-2 {
    width: round(nearest, 45.6vw, 1px);
    height: round(nearest, 55.4666666667vw, 1px);
    left: round(nearest, 13.7333333333vw, 1px);
    top: round(nearest, -2vw, 1px);
    background-image: url(../img/loader/obj-12-n.svg);
  }
  .loader .object.object-1-3 {
    width: round(nearest, 53.0666666667vw, 1px);
    height: round(nearest, 43.6vw, 1px);
    left: round(nearest, 52.5333333333vw, 1px);
    top: round(nearest, 19.4666666667vw, 1px);
    background-image: url(../img/loader/obj-13-n.svg);
  }
  .loader .object.object-1-4 {
    width: round(nearest, 57.3333333333vw, 1px);
    height: round(nearest, 50.8vw, 1px);
    left: round(nearest, 72vw, 1px);
    top: round(nearest, 45.3333333333vw, 1px);
    background-image: url(../img/loader/obj-14-n.svg);
  }
  .loader .object.object-2-1 {
    width: round(nearest, 52.4vw, 1px);
    height: round(nearest, 41.4666666667vw, 1px);
    left: round(nearest, -25.4666666667vw, 1px);
    top: round(nearest, 84.9333333333vw, 1px);
    background-image: url(../img/loader/obj-21-n.svg);
  }
  .loader .object.object-2-2 {
    width: round(nearest, 60.6666666667vw, 1px);
    height: round(nearest, 53.4666666667vw, 1px);
    left: round(nearest, -10.9333333333vw, 1px);
    top: round(nearest, 115.8666666667vw, 1px);
    background-image: url(../img/loader/obj-22-n.svg);
  }
  .loader .object.object-2-3 {
    width: round(nearest, 43.7333333333vw, 1px);
    height: round(nearest, 55.2vw, 1px);
    left: round(nearest, 42.9333333333vw, 1px);
    top: round(nearest, 112.9333333333vw, 1px);
    background-image: url(../img/loader/obj-23-n.svg);
  }
  .loader .object.object-2-4 {
    width: round(nearest, 60.8vw, 1px);
    height: round(nearest, 53.7333333333vw, 1px);
    left: round(nearest, 72.2666666667vw, 1px);
    top: round(nearest, 84.8vw, 1px);
    background-image: url(../img/loader/obj-24-n.svg);
  }
  .loader .object.object-2-5 {
    width: round(nearest, 43.8666666667vw, 1px);
    height: round(nearest, 53.2vw, 1px);
    left: round(nearest, 82.2666666667vw, 1px);
    top: round(nearest, 126.9333333333vw, 1px);
    background-image: url(../img/loader/obj-25-n.svg);
  }
  .loader .object.object-3-1 {
    width: round(nearest, 46.1333333333vw, 1px);
    height: round(nearest, 54.5333333333vw, 1px);
    left: round(nearest, -27.0666666667vw, 1px);
    top: round(nearest, 164.2666666667vw, 1px);
    background-image: url(../img/loader/obj-31-n.svg);
  }
  .loader .object.object-3-2 {
    width: round(nearest, 36.6666666667vw, 1px);
    height: round(nearest, 48.9333333333vw, 1px);
    left: round(nearest, 16.8vw, 1px);
    top: round(nearest, 162.9333333333vw, 1px);
    background-image: url(../img/loader/obj-32-n.svg);
  }
  .loader .object.object-3-3 {
    width: round(nearest, 45.8666666667vw, 1px);
    height: round(nearest, 55.4666666667vw, 1px);
    left: round(nearest, 50.4vw, 1px);
    top: round(nearest, 162.9333333333vw, 1px);
    background-image: url(../img/loader/obj-33-n.svg);
  }
  .loader .object.object-3-4 {
    width: round(nearest, 55.6vw, 1px);
    height: round(nearest, 44.6666666667vw, 1px);
    left: round(nearest, 91.8666666667vw, 1px);
    top: round(nearest, 169.6vw, 1px);
    background-image: url(../img/loader/obj-34-n.svg);
  }
  .loader .loader-text {
    position: absolute;
    width: round(nearest, 55.6vw, 1px);
    height: round(nearest, 2.8vw, 1px);
    left: 50%;
    transform: translateX(-50%);
    bottom: round(nearest, 7.0666666667vw, 1px);
    background: url(../img/loader/title-text-n.svg) center/100% auto no-repeat;
  }
}
@media screen and (min-width: 751px) {
  .loader .loader-title {
    width: 61.8126272912vh;
    height: 13.6456211813vh;
  }
  .loader .loader-title.title-1 {
    background-image: url(../img/loader/title-1-w.svg);
  }
  .loader .loader-title.title-2 {
    background-image: url(../img/loader/title-2-w.svg);
  }
  .loader .loader-objects {
    width: 153.9714867617vh;
    height: 100vh;
  }
  .loader .object {
    position: absolute;
  }
  .loader .object.object-0-1 {
    width: 30.2443991853vh;
    height: 43.8900203666vh;
    left: -6.517311609vh;
    top: -32.9938900204vh;
    background-image: url(../img/loader/obj-01-w.svg);
  }
  .loader .object.object-0-2 {
    width: 39.4093686354vh;
    height: 48.0651731161vh;
    left: 23.116089613vh;
    top: -16.2932790224vh;
    background-image: url(../img/loader/obj-02-w.svg);
  }
  .loader .object.object-0-3 {
    width: 36.2525458248vh;
    height: 45.0101832994vh;
    left: 55.2953156823vh;
    top: -38.0855397149vh;
    background-image: url(../img/loader/obj-03-w.svg);
  }
  .loader .object.object-1-1 {
    width: 46.1303462322vh;
    height: 48.3706720978vh;
    left: -9.0631364562vh;
    top: 13.4419551935vh;
    background-image: url(../img/loader/obj-11-w.svg);
  }
  .loader .object.object-1-2 {
    width: 45.9266802444vh;
    height: 37.6782077393vh;
    left: 56.7209775967vh;
    top: 4.2769857434vh;
    background-image: url(../img/loader/obj-12-w.svg);
  }
  .loader .object.object-1-3 {
    width: 32.1792260692vh;
    height: 42.566191446vh;
    left: 104.1751527495vh;
    top: -8.9613034623vh;
    background-image: url(../img/loader/obj-13-w.svg);
  }
  .loader .object.object-1-4 {
    width: 47.5560081466vh;
    height: 50.1018329939vh;
    left: 133.0957230143vh;
    top: -22.199592668vh;
    background-image: url(../img/loader/obj-14-w.svg);
  }
  .loader .object.object-2-1 {
    width: 52.4439918534vh;
    height: 47.5560081466vh;
    left: -8.1466395112vh;
    top: 54.3788187373vh;
    background-image: url(../img/loader/obj-21-w.svg);
  }
  .loader .object.object-2-2 {
    width: 43.0753564155vh;
    height: 49.4908350305vh;
    left: 40.1221995927vh;
    top: 62.1181262729vh;
    background-image: url(../img/loader/obj-22-w.svg);
  }
  .loader .object.object-2-3 {
    width: 52.6476578411vh;
    height: 46.5376782077vh;
    left: 74.9490835031vh;
    top: 52.9531568228vh;
    background-image: url(../img/loader/obj-23-w.svg);
  }
  .loader .object.object-2-4 {
    width: 48.9816700611vh;
    height: 41.1405295316vh;
    left: 116.2932790224vh;
    top: 25.6619144603vh;
    background-image: url(../img/loader/obj-24-w.svg);
  }
  .loader .object.object-2-5 {
    display: none;
  }
  .loader .object.object-3-1 {
    width: 43.6863543788vh;
    height: 34.3177189409vh;
    left: -34.9287169043vh;
    top: 87.2708757637vh;
    background-image: url(../img/loader/obj-31-w.svg);
  }
  .loader .object.object-3-2 {
    width: 54.9898167006vh;
    height: 54.7861507128vh;
    left: 3.1568228106vh;
    top: 85.1323828921vh;
    background-image: url(../img/loader/obj-32-w.svg);
  }
  .loader .object.object-3-3 {
    width: 45.8248472505vh;
    height: 49.7963340122vh;
    left: 89.1038696538vh;
    top: 88.7983706721vh;
    background-image: url(../img/loader/obj-33-w.svg);
  }
  .loader .object.object-3-4 {
    width: 37.067209776vh;
    height: 45.5193482688vh;
    left: 125.3564154786vh;
    top: 64.2566191446vh;
    background-image: url(../img/loader/obj-34-w.svg);
  }
}
@media screen and (min-width: 751px) and (min-aspect-ratio: 756/491) {
  .loader .loader-title {
    width: 40.1455026455vw;
    height: 8.8624338624vw;
  }
  .loader .loader-objects {
    width: 100vw;
    height: 64.9470899471vw;
  }
  .loader .object.object-0-1 {
    width: 19.6428571429vw;
    height: 28.5052910053vw;
    left: -4.2328042328vw;
    top: -21.4285714286vw;
  }
  .loader .object.object-0-2 {
    width: 25.5952380952vw;
    height: 31.2169312169vw;
    left: 15.0132275132vw;
    top: -10.582010582vw;
  }
  .loader .object.object-0-3 {
    width: 23.544973545vw;
    height: 29.2328042328vw;
    left: 35.9126984127vw;
    top: -24.7354497354vw;
  }
  .loader .object.object-1-1 {
    width: 29.9603174603vw;
    height: 31.4153439153vw;
    left: -5.8862433862vw;
    top: 8.7301587302vw;
  }
  .loader .object.object-1-2 {
    width: 29.828042328vw;
    height: 24.4708994709vw;
    left: 36.8386243386vw;
    top: 2.7777777778vw;
  }
  .loader .object.object-1-3 {
    width: 20.8994708995vw;
    height: 27.6455026455vw;
    left: 67.6587301587vw;
    top: -5.8201058201vw;
  }
  .loader .object.object-1-4 {
    width: 30.8862433862vw;
    height: 32.5396825397vw;
    left: 86.4417989418vw;
    top: -14.417989418vw;
  }
  .loader .object.object-2-1 {
    width: 34.0608465608vw;
    height: 30.8862433862vw;
    left: -5.291005291vw;
    top: 35.3174603175vw;
  }
  .loader .object.object-2-2 {
    width: 27.9761904762vw;
    height: 32.1428571429vw;
    left: 26.0582010582vw;
    top: 40.3439153439vw;
  }
  .loader .object.object-2-3 {
    width: 34.1931216931vw;
    height: 30.2248677249vw;
    left: 48.6772486772vw;
    top: 34.3915343915vw;
  }
  .loader .object.object-2-4 {
    width: 31.8121693122vw;
    height: 26.7195767196vw;
    left: 75.5291005291vw;
    top: 16.6666666667vw;
  }
  .loader .object.object-3-1 {
    width: 28.373015873vw;
    height: 22.2883597884vw;
    left: -22.6851851852vw;
    top: 56.6798941799vw;
  }
  .loader .object.object-3-2 {
    width: 35.7142857143vw;
    height: 35.582010582vw;
    left: 2.0502645503vw;
    top: 55.291005291vw;
  }
  .loader .object.object-3-3 {
    width: 29.7619047619vw;
    height: 32.3412698413vw;
    left: 57.8703703704vw;
    top: 57.671957672vw;
  }
  .loader .object.object-3-4 {
    width: 24.0740740741vw;
    height: 29.5634920635vw;
    left: 81.4153439153vw;
    top: 41.7328042328vw;
  }
}
