@charset "UTF-8";

/*!
 * SORA NO KISEKI the 1st
 * (C) Nihon Falcom Corporation. All rights reserved.
 */
.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.underline {
    text-decoration: underline;
}

.color-blue {
    color: #0577BE;
}

.color-lightblue {
    color: #049DD9;
}

.color-darkblue {
    color: #035AA7;
}

.color-accent {
    color: #F99D36;
}

.color-gray {
    color: #B5B5B5;
}

.letter-spacing-01 {
    letter-spacing: 0.1em;
}

.letter-spacing-02 {
    letter-spacing: 0.2em;
}

.letter-spacing-05 {
    letter-spacing: 0.5em;
}

.font-gothic-b {
    font-family: 'Open Sans';
    font-weight: 700;
    font-style: normal;
}

.p-0 {
    padding-top: 0%;
    padding-bottom: 0%;
    padding-left: 0%;
    padding-right: 0%;
}

.py-0 {
    padding-top: 0%;
    padding-bottom: 0%;
}

.px-0 {
    padding-left: 0%;
    padding-right: 0%;
}

.pt-0 {
    padding-top: 0%;
}

.pb-0 {
    padding-bottom: 0%;
}

.m-0 {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: 0%;
    margin-right: 0%;
}

.my-0 {
    margin-top: 0%;
    margin-bottom: 0%;
}

.mx-0 {
    margin-left: 0%;
    margin-right: 0%;
}

.mt-0 {
    margin-top: 0%;
}

.mb-0 {
    margin-bottom: 0%;
}

.deg-r0 {
    transform: rotate(0deg);
}

.deg-l0 {
    transform: rotate(-0deg);
}

.p-1 {
    padding-top: 1%;
    padding-bottom: 1%;
    padding-left: 1%;
    padding-right: 1%;
}

.py-1 {
    padding-top: 1%;
    padding-bottom: 1%;
}

.px-1 {
    padding-left: 1%;
    padding-right: 1%;
}

.pt-1 {
    padding-top: 1%;
}

.pb-1 {
    padding-bottom: 1%;
}

.m-1 {
    margin-top: 1%;
    margin-bottom: 1%;
    margin-left: 1%;
    margin-right: 1%;
}

.my-1 {
    margin-top: 1%;
    margin-bottom: 1%;
}

.mx-1 {
    margin-left: 1%;
    margin-right: 1%;
}

.mt-1 {
    margin-top: 1%;
}

.mb-1 {
    margin-bottom: 1%;
}

.deg-r1 {
    transform: rotate(1deg);
}

.deg-l1 {
    transform: rotate(-1deg);
}

.p-2 {
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 2%;
    padding-right: 2%;
}

.py-2 {
    padding-top: 2%;
    padding-bottom: 2%;
}

.px-2 {
    padding-left: 2%;
    padding-right: 2%;
}

.pt-2 {
    padding-top: 2%;
}

.pb-2 {
    padding-bottom: 2%;
}

.m-2 {
    margin-top: 2%;
    margin-bottom: 2%;
    margin-left: 2%;
    margin-right: 2%;
}

.my-2 {
    margin-top: 2%;
    margin-bottom: 2%;
}

.mx-2 {
    margin-left: 2%;
    margin-right: 2%;
}

.mt-2 {
    margin-top: 2%;
}

.mb-2 {
    margin-bottom: 2%;
}

.deg-r2 {
    transform: rotate(2deg);
}

.deg-l2 {
    transform: rotate(-2deg);
}

.p-3 {
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: 3%;
    padding-right: 3%;
}

.py-3 {
    padding-top: 3%;
    padding-bottom: 3%;
}

.px-3 {
    padding-left: 3%;
    padding-right: 3%;
}

.pt-3 {
    padding-top: 3%;
}

.pb-3 {
    padding-bottom: 3%;
}

.m-3 {
    margin-top: 3%;
    margin-bottom: 3%;
    margin-left: 3%;
    margin-right: 3%;
}

.my-3 {
    margin-top: 3%;
    margin-bottom: 3%;
}

.mx-3 {
    margin-left: 3%;
    margin-right: 3%;
}

.mt-3 {
    margin-top: 3%;
}

.mb-3 {
    margin-bottom: 3%;
}

.deg-r3 {
    transform: rotate(3deg);
}

.deg-l3 {
    transform: rotate(-3deg);
}

.p-4 {
    padding-top: 4%;
    padding-bottom: 4%;
    padding-left: 4%;
    padding-right: 4%;
}

.py-4 {
    padding-top: 4%;
    padding-bottom: 4%;
}

.px-4 {
    padding-left: 4%;
    padding-right: 4%;
}

.pt-4 {
    padding-top: 4%;
}

.pb-4 {
    padding-bottom: 4%;
}

.m-4 {
    margin-top: 4%;
    margin-bottom: 4%;
    margin-left: 4%;
    margin-right: 4%;
}

.my-4 {
    margin-top: 4%;
    margin-bottom: 4%;
}

.mx-4 {
    margin-left: 4%;
    margin-right: 4%;
}

.mt-4 {
    margin-top: 4%;
}

.mb-4 {
    margin-bottom: 4%;
}

.deg-r4 {
    transform: rotate(4deg);
}

.deg-l4 {
    transform: rotate(-4deg);
}

.p-5 {
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 5%;
    padding-right: 5%;
}

.py-5 {
    padding-top: 5%;
    padding-bottom: 5%;
}

.px-5 {
    padding-left: 5%;
    padding-right: 5%;
}

.pt-5 {
    padding-top: 5%;
}

.pb-5 {
    padding-bottom: 5%;
}

.m-5 {
    margin-top: 5%;
    margin-bottom: 5%;
    margin-left: 5%;
    margin-right: 5%;
}

.my-5 {
    margin-top: 5%;
    margin-bottom: 5%;
}

.mx-5 {
    margin-left: 5%;
    margin-right: 5%;
}

.mt-5 {
    margin-top: 5%;
}

.mb-5 {
    margin-bottom: 5%;
}

.deg-r5 {
    transform: rotate(5deg);
}

.deg-l5 {
    transform: rotate(-5deg);
}

.p-6 {
    padding-top: 6%;
    padding-bottom: 6%;
    padding-left: 6%;
    padding-right: 6%;
}

.py-6 {
    padding-top: 6%;
    padding-bottom: 6%;
}

.px-6 {
    padding-left: 6%;
    padding-right: 6%;
}

.pt-6 {
    padding-top: 6%;
}

.pb-6 {
    padding-bottom: 6%;
}

.m-6 {
    margin-top: 6%;
    margin-bottom: 6%;
    margin-left: 6%;
    margin-right: 6%;
}

.my-6 {
    margin-top: 6%;
    margin-bottom: 6%;
}

.mx-6 {
    margin-left: 6%;
    margin-right: 6%;
}

.mt-6 {
    margin-top: 6%;
}

.mb-6 {
    margin-bottom: 6%;
}

.deg-r6 {
    transform: rotate(6deg);
}

.deg-l6 {
    transform: rotate(-6deg);
}

.p-7 {
    padding-top: 7%;
    padding-bottom: 7%;
    padding-left: 7%;
    padding-right: 7%;
}

.py-7 {
    padding-top: 7%;
    padding-bottom: 7%;
}

.px-7 {
    padding-left: 7%;
    padding-right: 7%;
}

.pt-7 {
    padding-top: 7%;
}

.pb-7 {
    padding-bottom: 7%;
}

.m-7 {
    margin-top: 7%;
    margin-bottom: 7%;
    margin-left: 7%;
    margin-right: 7%;
}

.my-7 {
    margin-top: 7%;
    margin-bottom: 7%;
}

.mx-7 {
    margin-left: 7%;
    margin-right: 7%;
}

.mt-7 {
    margin-top: 7%;
}

.mb-7 {
    margin-bottom: 7%;
}

.deg-r7 {
    transform: rotate(7deg);
}

.deg-l7 {
    transform: rotate(-7deg);
}

.p-8 {
    padding-top: 8%;
    padding-bottom: 8%;
    padding-left: 8%;
    padding-right: 8%;
}

.py-8 {
    padding-top: 8%;
    padding-bottom: 8%;
}

.px-8 {
    padding-left: 8%;
    padding-right: 8%;
}

.pt-8 {
    padding-top: 8%;
}

.pb-8 {
    padding-bottom: 8%;
}

.m-8 {
    margin-top: 8%;
    margin-bottom: 8%;
    margin-left: 8%;
    margin-right: 8%;
}

.my-8 {
    margin-top: 8%;
    margin-bottom: 8%;
}

.mx-8 {
    margin-left: 8%;
    margin-right: 8%;
}

.mt-8 {
    margin-top: 8%;
}

.mb-8 {
    margin-bottom: 8%;
}

.deg-r8 {
    transform: rotate(8deg);
}

.deg-l8 {
    transform: rotate(-8deg);
}

.p-9 {
    padding-top: 9%;
    padding-bottom: 9%;
    padding-left: 9%;
    padding-right: 9%;
}

.py-9 {
    padding-top: 9%;
    padding-bottom: 9%;
}

.px-9 {
    padding-left: 9%;
    padding-right: 9%;
}

.pt-9 {
    padding-top: 9%;
}

.pb-9 {
    padding-bottom: 9%;
}

.m-9 {
    margin-top: 9%;
    margin-bottom: 9%;
    margin-left: 9%;
    margin-right: 9%;
}

.my-9 {
    margin-top: 9%;
    margin-bottom: 9%;
}

.mx-9 {
    margin-left: 9%;
    margin-right: 9%;
}

.mt-9 {
    margin-top: 9%;
}

.mb-9 {
    margin-bottom: 9%;
}

.deg-r9 {
    transform: rotate(9deg);
}

.deg-l9 {
    transform: rotate(-9deg);
}

.p-10 {
    padding-top: 10%;
    padding-bottom: 10%;
    padding-left: 10%;
    padding-right: 10%;
}

.py-10 {
    padding-top: 10%;
    padding-bottom: 10%;
}

.px-10 {
    padding-left: 10%;
    padding-right: 10%;
}

.pt-10 {
    padding-top: 10%;
}

.pb-10 {
    padding-bottom: 10%;
}

.m-10 {
    margin-top: 10%;
    margin-bottom: 10%;
    margin-left: 10%;
    margin-right: 10%;
}

.my-10 {
    margin-top: 10%;
    margin-bottom: 10%;
}

.mx-10 {
    margin-left: 10%;
    margin-right: 10%;
}

.mt-10 {
    margin-top: 10%;
}

.mb-10 {
    margin-bottom: 10%;
}

.deg-r10 {
    transform: rotate(10deg);
}

.deg-l10 {
    transform: rotate(-10deg);
}

.p-11 {
    padding-top: 11%;
    padding-bottom: 11%;
    padding-left: 11%;
    padding-right: 11%;
}

.py-11 {
    padding-top: 11%;
    padding-bottom: 11%;
}

.px-11 {
    padding-left: 11%;
    padding-right: 11%;
}

.pt-11 {
    padding-top: 11%;
}

.pb-11 {
    padding-bottom: 11%;
}

.m-11 {
    margin-top: 11%;
    margin-bottom: 11%;
    margin-left: 11%;
    margin-right: 11%;
}

.my-11 {
    margin-top: 11%;
    margin-bottom: 11%;
}

.mx-11 {
    margin-left: 11%;
    margin-right: 11%;
}

.mt-11 {
    margin-top: 11%;
}

.mb-11 {
    margin-bottom: 11%;
}

.deg-r11 {
    transform: rotate(11deg);
}

.deg-l11 {
    transform: rotate(-11deg);
}

.p-12 {
    padding-top: 12%;
    padding-bottom: 12%;
    padding-left: 12%;
    padding-right: 12%;
}

.py-12 {
    padding-top: 12%;
    padding-bottom: 12%;
}

.px-12 {
    padding-left: 12%;
    padding-right: 12%;
}

.pt-12 {
    padding-top: 12%;
}

.pb-12 {
    padding-bottom: 12%;
}

.m-12 {
    margin-top: 12%;
    margin-bottom: 12%;
    margin-left: 12%;
    margin-right: 12%;
}

.my-12 {
    margin-top: 12%;
    margin-bottom: 12%;
}

.mx-12 {
    margin-left: 12%;
    margin-right: 12%;
}

.mt-12 {
    margin-top: 12%;
}

.mb-12 {
    margin-bottom: 12%;
}

.deg-r12 {
    transform: rotate(12deg);
}

.deg-l12 {
    transform: rotate(-12deg);
}

.p-13 {
    padding-top: 13%;
    padding-bottom: 13%;
    padding-left: 13%;
    padding-right: 13%;
}

.py-13 {
    padding-top: 13%;
    padding-bottom: 13%;
}

.px-13 {
    padding-left: 13%;
    padding-right: 13%;
}

.pt-13 {
    padding-top: 13%;
}

.pb-13 {
    padding-bottom: 13%;
}

.m-13 {
    margin-top: 13%;
    margin-bottom: 13%;
    margin-left: 13%;
    margin-right: 13%;
}

.my-13 {
    margin-top: 13%;
    margin-bottom: 13%;
}

.mx-13 {
    margin-left: 13%;
    margin-right: 13%;
}

.mt-13 {
    margin-top: 13%;
}

.mb-13 {
    margin-bottom: 13%;
}

.deg-r13 {
    transform: rotate(13deg);
}

.deg-l13 {
    transform: rotate(-13deg);
}

.p-14 {
    padding-top: 14%;
    padding-bottom: 14%;
    padding-left: 14%;
    padding-right: 14%;
}

.py-14 {
    padding-top: 14%;
    padding-bottom: 14%;
}

.px-14 {
    padding-left: 14%;
    padding-right: 14%;
}

.pt-14 {
    padding-top: 14%;
}

.pb-14 {
    padding-bottom: 14%;
}

.m-14 {
    margin-top: 14%;
    margin-bottom: 14%;
    margin-left: 14%;
    margin-right: 14%;
}

.my-14 {
    margin-top: 14%;
    margin-bottom: 14%;
}

.mx-14 {
    margin-left: 14%;
    margin-right: 14%;
}

.mt-14 {
    margin-top: 14%;
}

.mb-14 {
    margin-bottom: 14%;
}

.deg-r14 {
    transform: rotate(14deg);
}

.deg-l14 {
    transform: rotate(-14deg);
}

.p-15 {
    padding-top: 15%;
    padding-bottom: 15%;
    padding-left: 15%;
    padding-right: 15%;
}

.py-15 {
    padding-top: 15%;
    padding-bottom: 15%;
}

.px-15 {
    padding-left: 15%;
    padding-right: 15%;
}

.pt-15 {
    padding-top: 15%;
}

.pb-15 {
    padding-bottom: 15%;
}

.m-15 {
    margin-top: 15%;
    margin-bottom: 15%;
    margin-left: 15%;
    margin-right: 15%;
}

.my-15 {
    margin-top: 15%;
    margin-bottom: 15%;
}

.mx-15 {
    margin-left: 15%;
    margin-right: 15%;
}

.mt-15 {
    margin-top: 15%;
}

.mb-15 {
    margin-bottom: 15%;
}

.deg-r15 {
    transform: rotate(15deg);
}

.deg-l15 {
    transform: rotate(-15deg);
}

.p-16 {
    padding-top: 16%;
    padding-bottom: 16%;
    padding-left: 16%;
    padding-right: 16%;
}

.py-16 {
    padding-top: 16%;
    padding-bottom: 16%;
}

.px-16 {
    padding-left: 16%;
    padding-right: 16%;
}

.pt-16 {
    padding-top: 16%;
}

.pb-16 {
    padding-bottom: 16%;
}

.m-16 {
    margin-top: 16%;
    margin-bottom: 16%;
    margin-left: 16%;
    margin-right: 16%;
}

.my-16 {
    margin-top: 16%;
    margin-bottom: 16%;
}

.mx-16 {
    margin-left: 16%;
    margin-right: 16%;
}

.mt-16 {
    margin-top: 16%;
}

.mb-16 {
    margin-bottom: 16%;
}

.deg-r16 {
    transform: rotate(16deg);
}

.deg-l16 {
    transform: rotate(-16deg);
}

.p-17 {
    padding-top: 17%;
    padding-bottom: 17%;
    padding-left: 17%;
    padding-right: 17%;
}

.py-17 {
    padding-top: 17%;
    padding-bottom: 17%;
}

.px-17 {
    padding-left: 17%;
    padding-right: 17%;
}

.pt-17 {
    padding-top: 17%;
}

.pb-17 {
    padding-bottom: 17%;
}

.m-17 {
    margin-top: 17%;
    margin-bottom: 17%;
    margin-left: 17%;
    margin-right: 17%;
}

.my-17 {
    margin-top: 17%;
    margin-bottom: 17%;
}

.mx-17 {
    margin-left: 17%;
    margin-right: 17%;
}

.mt-17 {
    margin-top: 17%;
}

.mb-17 {
    margin-bottom: 17%;
}

.deg-r17 {
    transform: rotate(17deg);
}

.deg-l17 {
    transform: rotate(-17deg);
}

.p-18 {
    padding-top: 18%;
    padding-bottom: 18%;
    padding-left: 18%;
    padding-right: 18%;
}

.py-18 {
    padding-top: 18%;
    padding-bottom: 18%;
}

.px-18 {
    padding-left: 18%;
    padding-right: 18%;
}

.pt-18 {
    padding-top: 18%;
}

.pb-18 {
    padding-bottom: 18%;
}

.m-18 {
    margin-top: 18%;
    margin-bottom: 18%;
    margin-left: 18%;
    margin-right: 18%;
}

.my-18 {
    margin-top: 18%;
    margin-bottom: 18%;
}

.mx-18 {
    margin-left: 18%;
    margin-right: 18%;
}

.mt-18 {
    margin-top: 18%;
}

.mb-18 {
    margin-bottom: 18%;
}

.deg-r18 {
    transform: rotate(18deg);
}

.deg-l18 {
    transform: rotate(-18deg);
}

.p-19 {
    padding-top: 19%;
    padding-bottom: 19%;
    padding-left: 19%;
    padding-right: 19%;
}

.py-19 {
    padding-top: 19%;
    padding-bottom: 19%;
}

.px-19 {
    padding-left: 19%;
    padding-right: 19%;
}

.pt-19 {
    padding-top: 19%;
}

.pb-19 {
    padding-bottom: 19%;
}

.m-19 {
    margin-top: 19%;
    margin-bottom: 19%;
    margin-left: 19%;
    margin-right: 19%;
}

.my-19 {
    margin-top: 19%;
    margin-bottom: 19%;
}

.mx-19 {
    margin-left: 19%;
    margin-right: 19%;
}

.mt-19 {
    margin-top: 19%;
}

.mb-19 {
    margin-bottom: 19%;
}

.deg-r19 {
    transform: rotate(19deg);
}

.deg-l19 {
    transform: rotate(-19deg);
}

.p-20 {
    padding-top: 20%;
    padding-bottom: 20%;
    padding-left: 20%;
    padding-right: 20%;
}

.py-20 {
    padding-top: 20%;
    padding-bottom: 20%;
}

.px-20 {
    padding-left: 20%;
    padding-right: 20%;
}

.pt-20 {
    padding-top: 20%;
}

.pb-20 {
    padding-bottom: 20%;
}

.m-20 {
    margin-top: 20%;
    margin-bottom: 20%;
    margin-left: 20%;
    margin-right: 20%;
}

.my-20 {
    margin-top: 20%;
    margin-bottom: 20%;
}

.mx-20 {
    margin-left: 20%;
    margin-right: 20%;
}

.mt-20 {
    margin-top: 20%;
}

.mb-20 {
    margin-bottom: 20%;
}

.deg-r20 {
    transform: rotate(20deg);
}

.deg-l20 {
    transform: rotate(-20deg);
}

.fs-12 {
    font-size: 0.75rem;
}

.fs-14 {
    font-size: 0.875rem;
}

.fs-16 {
    font-size: 1rem;
}

.fs-18 {
    font-size: 1.125rem;
}

.fs-20 {
    font-size: 1.25rem;
}

.fs-22 {
    font-size: 1.375rem;
}

.fs-24 {
    font-size: 1.5rem;
}

.fs-26 {
    font-size: 1.625rem;
}

.fs-28 {
    font-size: 1.75rem;
}

.fs-32 {
    font-size: 2rem;
}

.fs-36 {
    font-size: 2.25rem;
}

.fs-42 {
    font-size: 2.625rem;
}

.fs-54 {
    font-size: 3.375rem;
}

.fs-60 {
    font-size: 3.75rem;
}

.fs-72 {
    font-size: 4.5rem;
}

.fs-84 {
    font-size: 5.25rem;
}

.fs-90 {
    font-size: 5.625rem;
}

.fs-94 {
    font-size: 5.875rem;
}

.fs-96 {
    font-size: 6rem;
}

.fs-120 {
    font-size: 7.5rem;
}

/*!
 * SORA NO KISEKI the 1st
 * (C) Nihon Falcom Corporation. All rights reserved.
 */
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    /* Prevent adjustments of font size after orientation changes in iOS */
    word-break: normal;
    -moz-tab-size: 4;
    tab-size: 4;
}

*,
::before,
::after {
    background-repeat: no-repeat;
    /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
    box-sizing: inherit;
}

::before,
::after {
    text-decoration: inherit;
    /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
    vertical-align: inherit;
}

* {
    padding: 0;
    /* Reset `padding` and `margin` of all elements */
    margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
    overflow: visible;
    /* Show the overflow in Edge and IE */
    height: 0;
    /* Add the correct box sizing in Firefox */
    color: inherit;
    /* Correct border color in Firefox. */
}

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

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

small {
    font-size: 80%;
    /* Set font-size to 80% in `small` elements */
}

[hidden] {
    display: none;
    /* Add the correct display in IE */
}

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

a {
    background-color: transparent;
    /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
    outline-width: 0;
    /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    /* Specify the font family of code elements */
}

pre {
    font-size: 1em;
    /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

table {
    border-color: inherit;
    /* Correct border color in all Chrome, Edge, and Safari. */
    text-indent: 0;
    /* Remove text indentation in Chrome, Edge, and Safari */
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
    border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
    cursor: default;
}

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

[type=search] {
    -webkit-appearance: textfield;
    /* Correct the odd appearance in Chrome and Safari */
    outline-offset: -2px;
    /* Correct the outline style in Safari */
}

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

textarea {
    overflow: auto;
    /* Internet Explorer 11+ */
    resize: vertical;
    /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
    font: inherit;
    /* Specify font inheritance of form elements */
}

optgroup {
    font-weight: bold;
    /* Restore the font weight unset by the previous rule */
}

button {
    overflow: visible;
    /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
    text-transform: none;
    /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
    cursor: pointer;
    color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
    /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
    background-color: transparent;
    border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
    outline-width: 0;
}

/* Style select like a standard input */
select {
    -moz-appearance: none;
    /* Firefox 36+ */
    -webkit-appearance: none;
    /* Chrome 41+ */
}

select::-ms-expand {
    display: none;
    /* Internet Explorer 11+ */
}

select::-ms-value {
    color: currentColor;
    /* Internet Explorer 11+ */
}

legend {
    border: 0;
    /* Correct `color` not being inherited in IE 8/9/10/11 */
    color: inherit;
    /* Correct the color inheritance from `fieldset` elements in IE */
    display: table;
    /* Correct the text wrapping in Edge and IE */
    max-width: 100%;
    /* Correct the text wrapping in Edge and IE */
    white-space: normal;
    /* Correct the text wrapping in Edge and IE */
    max-width: 100%;
    /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
    /* Correct the inability to style clickable types in iOS and Safari */
    -webkit-appearance: button;
    color: inherit;
    font: inherit;
    /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
    border-style: none;
    /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
    cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
    cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
    cursor: default;
}

/*!
 * SORA NO KISEKI the 1st
 * (C) Nihon Falcom Corporation. All rights reserved.
 */
.landing-loader {
    z-index: 7100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow: hidden;
}

.landing-loader .landing-loader-inner {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.landing-loader .component-cogs {
    transform: translateX(-10px) translateY(-30px);
}

.landing-loader .svg-cogs-a {
    fill: #049DD9;
}

.landing-loader .svg-cogs-b {
    fill: #0577BE;
}

.landing-loader .svg-cogs-c {
    fill: #035AA7;
}

.global-loader {
    display: none;
    z-index: 7000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    overflow: hidden;
}

.global-loader .global-loader-inner {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.global-loader .component-cogs {
    transform: translateX(-10px) translateY(-30px);
}

.global-loader .svg-cogs-a {
    fill: #049DD9;
}

.global-loader .svg-cogs-b {
    fill: #0577BE;
}

.global-loader .svg-cogs-c {
    fill: #035AA7;
}

.loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    border-top: 3px solid #0577BE;
    border-right: 3px solid transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*!
 * SORA NO KISEKI the 1st
 * (C) Nihon Falcom Corporation. All rights reserved.
 */
img.lum-img {
    max-width: 100% !important;
}

.lum-lightbox {
    z-index: 6000;
}

.lum-close-button {
    top: 20px !important;
    right: 20px !important;
    width: 50px !important;
    height: 50px !important;
    transition: 0.2s;
    opacity: 1 !important;
    cursor: pointer;
}

.lum-close-button:hover {
    opacity: 0.5 !important;
}

.lum-close-button::before,
.lum-close-button:after {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    width: 141.421356% !important;
    height: 3px !important;
    background: #fff !important;
}

.lum-close-button::before {
    left: 0 !important;
    transform: rotate(45deg) !important;
    transform-origin: top left !important;
}

.lum-close-button::after {
    right: 0 !important;
    left: unset !important;
    transform: rotate(-45deg) !important;
    transform-origin: top right !important;
}

.material-icons {
    font-size: inherit;
}

.language-trigger .material-icons {
    font-size: 14px;
}

/*!
 * SORA NO KISEKI the 1st
 * (C) Nihon Falcom Corporation. All rights reserved.
 */
.footer {
    z-index: 0;
    position: relative;
}

.footer-pagetop {
    z-index: -2;
    position: absolute;
    left: 50%;
    width: 180px;
    height: 90px;
    transform: translateX(-50%) translateY(-80px);
    background: #B5B5B5;
    color: #fff;
    text-align: center;
    letter-spacing: 0.1em;
    font-size: 14px;
    font-family: 'Open Sans';
    font-weight: 500;
    font-style: normal;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    transition: 0.3s;
}

.footer-pagetop:hover {
    background: #0577BE;
    transform: translateX(-50%) translateY(-90px);
}

.footer-pagetop span {
    vertical-align: -30px;
}

.footer-navi {
    background: #049DD9;
}

@media screen and (min-width: 960px) {
    .footer-navi {
        padding: 20px 0;
    }
}

.footer-navi ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

@media screen and (min-width: 960px) {
    .footer-navi ul {
        justify-content: center;
    }
}

.footer-navi ul li {
    width: 50%;
}

.footer-navi ul li:nth-child(2),
.footer-navi ul li:nth-child(3),
.footer-navi ul li:nth-child(6),
.footer-navi ul li:nth-child(7) {
    background: #0577BE;
}

.footer-navi ul li:nth-child(2) svg,
.footer-navi ul li:nth-child(3) svg,
.footer-navi ul li:nth-child(6) svg,
.footer-navi ul li:nth-child(7) svg {
    fill: #049DD9;
}

@media screen and (min-width: 960px) {
    .footer-navi ul li {
        width: unset;
        margin: 0 10px;
    }

    .footer-navi ul li:nth-child(2),
    .footer-navi ul li:nth-child(3),
    .footer-navi ul li:nth-child(6),
    .footer-navi ul li:nth-child(7) {
        background: unset;
    }

    .footer-navi ul li:nth-child(2) svg,
    .footer-navi ul li:nth-child(3) svg,
    .footer-navi ul li:nth-child(6) svg,
    .footer-navi ul li:nth-child(7) svg {
        fill: #0577BE;
    }
}

.footer-navi a {
    display: block;
    padding: 20px;
    color: #fff;
    font-family: 'Open Sans';
    font-weight: 700;
    font-style: normal;
    font-size: 1rem;
    white-space: nowrap;
	text-decoration: none;
}

.footer-navi a.disabled {
    pointer-events: none;
    opacity: 0.4;
}

@media screen and (min-width: 960px) {
    .footer-navi a {
        padding: 10px 20px;
        font-size: 1.1rem;
		text-decoration: none;
    }
}

.footer-navi a svg {
    margin: 0 7px 0 0;
    fill: #0577BE;
    vertical-align: -3px;
    transition: 0.2s;
}

.footer-navi a:hover svg {
    fill: #F99D36 !important;
    animation: footerNavCogRotate 5s infinite linear;
}

@keyframes footerNavCogRotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.footer-wishlist {
    padding: 40px 20px;
    text-align: center;
    background: linear-gradient(to bottom, rgb(171.5384615385, 230.3846153846, 253.4615384615), #fff 30%, rgb(246.6538461538, 252.5384615385, 254.8461538462) 70%, rgb(171.5384615385, 230.3846153846, 253.4615384615));
}

@media screen and (min-width: 960px) {
    .footer-wishlist {
        padding: 60px 20px;
    }
}

.footer-wishlist-title {
    margin: 0 0 40px 0;
    color: #0577BE;
    font-family: 'Open Sans';
    font-weight: 800;
    font-style: normal;
    font-size: clamp(22px, 5vw, 28px);
}

.footer-wishlist-title span {
    vertical-align: -10%;
    margin: 0 5px 0 0;
}

.footer-wishlist-title:first-child {
    margin: 0 0 40px 0;
}

.footer-wishlist .row>div {
    margin: 5px 0;
}

@media screen and (min-width: 960px) {
    .footer-wishlist .row>div {
        padding: 0 10px;
    }
}

@media screen and (min-width: 1280px) {
    .footer-wishlist .row>div {
        padding: 0 30px;
    }
}

.footer-main {
    z-index: 0;
    font-family: 'Open Sans';
    position: relative;
    padding: 20px 15px;
    color: #fff;
    background: #0577BE;
    overflow: hidden;
}

.footer-share {
    text-align: center;
}

.footer-share-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 40px auto;
    max-width: 420px;
    background: #fff;
    border-radius: 50px;
    color: #0577BE;
    font-family: 'Open Sans';
    font-weight: 700;
    font-style: normal;
    filter: drop-shadow(1px 1px 10px rgba(0, 0, 0, 0.35));
}

.footer-share-inner div:first-child {
    padding: 10px 5px 10px 20px;
}

@media screen and (min-width: 600px) {
    .footer-share-inner div:first-child {
        padding: 10px 10px 10px 30px;
    }
}

.footer-share-inner div:last-child {
    padding: 10px 10px 10px 10px;
}

@media screen and (min-width: 600px) {
    .footer-share-inner div:last-child {
        padding: 10px 20px 10px 5px;
    }
}

.footer-share-inner a {
    display: inline-block;
    margin: 0 3px;
}

.footer-platform {
    margin: 0 0 30px 0;
}

.footer-platform img {
    max-width: 100%;
    height: auto;
}

.footer-notice {
    margin: 40px 0;
}

@media screen and (min-width: 600px) {
    .footer-notice {
        text-align: center;
    }
}

.footer-notice ul {
    margin: 20px 0;
    list-style: none;
    font-size: 12px;
}

.footer-notice ul li {
    margin: 5px 0;
}

@media screen and (min-width: 600px) {
    .footer-notice ul li {
        margin: 0;
    }
}

.footer-notice svg {
    fill: #fff;
}

.footer-copyright {
    text-align: center;
}

.footer-copyright-small {
    margin: 10px 0 0 0;
    line-height: 1.2;
    font-size: 13px;
}

.footer-cogs {
    z-index: -1;
    position: absolute;
    left: 2%;
    bottom: 20%;
    transform: scale(3);
}

.footer-cogs svg {
    fill: #035AA7;
}

.footer-bottom {
    padding: 10px 20px;
    font-family: 'Open Sans';
    background: #035AA7;
}

.footer-bottom ul {
    list-style: none;
}

@media screen and (min-width: 600px) {
    .footer-bottom ul {
        text-align: right;
    }
}

.footer-bottom ul li {
    margin: 20px 0;
    font-size: 12px;
}

@media screen and (min-width: 600px) {
    .footer-bottom ul li {
        display: inline-block;
        margin: 0 20px;
    }
}

.footer-bottom ul li::before {
    content: "\e5df";
    font-family: "Material Icons";
    font-weight: normal;
    margin: 0 3px 0 0;
    vertical-align: -2px;
    color: #fff;
}

.footer-bottom ul li a {
    color: #fff;
}

.footer-bottom ul li a:hover {
    text-decoration: underline;
}

/*!
 * SORA NO KISEKI the 1st
 * (C) Nihon Falcom Corporation. All rights reserved.
 */
.menu-trigger {
    z-index: 5200;
    position: fixed;
    display: flex;
    flex-direction: column;
    top: 0;
    right: -30px;
    width: 140px;
    height: 70px;
    padding: 10px 0;
    text-align: center;
    background: #035AA7;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

@media screen and (min-width: 600px) {
    .menu-trigger {
        right: 0;
    }
}

.menu-trigger .text {
    z-index: 5201;
    font-family: 'Open Sans';
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 10px;
    letter-spacing: 0.1em;
}

.menu-trigger-icon {
    position: relative;
    width: 50px;
    height: 20px;
    margin: 0 auto;
}

.menu-trigger-icon span {
    display: inline-block;
    position: absolute;
    left: 13px;
    height: 2px;
    background: #fff;
    transition: all 0.4s;
}

.menu-trigger-icon span:nth-of-type(1) {
    top: 2px;
    width: 50%;
}

.menu-trigger-icon span:nth-of-type(2) {
    top: 9px;
    width: 50%;
}

.is-active .menu-trigger-icon span:nth-of-type(1) {
    top: 0;
    left: 16px;
    width: 35%;
    transform: translateY(6px) rotate(-45deg);
}

.is-active .menu-trigger-icon span:nth-of-type(2) {
    top: 12px;
    left: 16px;
    width: 35%;
    transform: translateY(-6px) rotate(45deg);
}

.drawer-menu {
    z-index: 5100;
    position: fixed;
    top: 0;
    right: -360px;
    height: 100vh;
    width: 360px;
    background: #049DD9;
}

.drawer-menu .inner {
    width: 100%;
    height: 100%;
    padding: 50px 30px;
    overflow-y: auto;
}

@media screen and (min-width: 960px) {
    .drawer-menu .inner {
        padding: 50px 30px;
    }
}

.drawer-menu nav {
    margin: 0 0 50px 0;
}

.drawer-menu nav ul {
    list-style: none;
}

.drawer-menu nav li {
    margin: 10px 0;
}

.drawer-menu nav a {
    display: flex;
    align-items: center;
    padding: 5px 0;
    color: #fff;
    font-family: 'Open Sans';
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    text-decoration: none;
}

.drawer-menu nav a.disabled {
    pointer-events: none;
    opacity: 0.4;
}

.drawer-menu nav a:hover svg {
    fill: #F99D36;
    animation: svgCogsRotate 8s infinite linear;
}

.drawer-menu nav a svg {
    fill: #0577BE;
    transition: 0.2s;
}

.drawer-menu nav a .main {
    padding: 0 10px;
    letter-spacing: 0.15em;
}

.drawer-menu nav a .sub {
    font-size: 12px;
    font-family: 'Open Sans';
    font-weight: 400;
    font-style: normal;
}

.drawer-menu-wishlist {
    margin: 30px 0;
}

.drawer-menu-wishlist>div {
    margin: 20px 0;
}

.drawer-menu-wishlist .title {
    text-align: center;
    color: #fff;
    font-family: 'Open Sans';
    font-weight: 800;
    font-style: normal;
    font-size: clamp(18px, 4vw, 22px);
}

.drawer-menu-wishlist .title span {
    vertical-align: -10%;
    margin: 0 5px 0 0;
}

.drawer-menu .bgm {
    margin: 50px 0 0 0;
}

.language-trigger {
    z-index: 3000;
    position: fixed;
    top: 20px;
    right: 100px;
    display: flex;
    padding: 0 10px;
    background: #fff;
    border-radius: 50px;
    color: #035AA7;
    font-size: 14px;
    font-family: 'Open Sans';
    font-weight: 700;
    font-style: normal;
    align-items: center;

}

@media screen and (min-width: 600px) {
    .language-trigger {
        right: 140px;
    }
}

.language-trigger span {
    margin: 0 5px 0 0;
    vertical-align: -2px;
}

.language-menu {
    z-index: 3100;
    position: fixed;
    right: -200px;
    top: 100px;
    width: 200px;
}

.language-menu ul {
    list-style: none;
}

.language-menu ul li {
    margin: 15px 0;
}

.language-menu a {
    display: block;
    padding: 5px 20px;
    color: #fff;
    background: #828282;
    border-radius: 50px 0 0 50px;
    font-family: 'Open Sans';
    font-weight: 700;
    font-style: normal;
    transition: 0.2s;
}

.language-menu a:hover {
    background: #035AA7;
}

:root {
    font-size: 16px;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

*:focus {
    outline: none;
}

html,
body {
    font-size: 16px;
    overflow-x: hidden !important;
    touch-action: manipulation;
    scrollbar-width: thin;
    scrollbar-color: #B5B5B5 #fff;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
    background: #fff;
}

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
    background: #B5B5B5;
}

.gwrap {
    z-index: 0;
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background: #fff;
    overflow-x: hidden !important;
    overflow-y: auto;
    font-family: 'Open Sans';
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.6;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
}

.container-max {
    max-width: 1920px;
    margin: 0 auto;
}

img {
    vertical-align: bottom;
    outline: none;
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}

button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

main {
    position: relative;
}

.underlay {
    display: none;
    z-index: 4000;
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(2px);
}

.no-script {
    z-index: 9000;
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    text-align: center;
    font-size: 0.85rem;
    letter-spacing: 0.1em;
    background: #0577BE;
    color: #fff;
}

/*!
 * SORA NO KISEKI the 1st
 * (C) Nihon Falcom Corporation. All rights reserved.
 */
/*!
 * SORA NO KISEKI the 1st
 * (C) Nihon Falcom Corporation. All rights reserved.
 */
.ytm-wrap {
    z-index: 9990;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(3px);
}

.ytm-close {
    z-index: 9991;
    content: "";
    position: absolute;
    top: 20px;
    right: 20px;
}

.ytm-close .inner {
    position: relative;
    width: 50px;
    height: 50px;
    transition: 0.2s;
}

.ytm-close .inner:hover {
    opacity: 0.5;
}

.ytm-close .inner::before,
.ytm-close .inner:after {
    content: "";
    position: absolute;
    top: 0;
    width: 141.421356%;
    height: 3px;
    background: #fff;
}

.ytm-close .inner::before {
    left: 0;
    transform: rotate(45deg);
    transform-origin: top left;
}

.ytm-close .inner::after {
    right: 0;
    transform: rotate(-45deg);
    transform-origin: top right;
}

.ytm-content {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.ytm-content iframe {
    width: 80vw;
    height: 45vw;
    opacity: 0;
    transform: scale(0.5);
    will-change: filter;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.25));
}

.ytm-content iframe.is-active {
    opacity: 1;
    transform: scale(1);
    transition: 0.5s;
}

.ytm-loader-wrap {
    z-index: 9992;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.ytm-loader {
    font-size: 10px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    animation: ytm-loader-spin 1.1s infinite ease;
    transform: translateZ(0);
}

@keyframes ytm-loader-spin {

    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
    }

    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
    }

    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
    }
}

/*!
 * SORA NO KISEKI the 1st
 * (C) Nihon Falcom Corporation. All rights reserved.
 */
.btn {
    position: relative;
    display: inline-block;
    padding: 13px 50px;
    background: #0577BE;
    min-width: 300px;
    font-family: 'Open Sans';
    font-weight: 700;
    font-style: normal;
    color: #fff;
    border: solid 4px #fff;
    border-radius: 80px;
    filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.2));
    overflow: hidden;
    font-size: 16px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    text-align: center;
    transition: 0.3s;
    text-decoration: none;
}

@media screen and (min-width: 960px) {
    .btn {
        font-size: 20px;
    }

    .btn:hover {
        transform: scale(0.98);
    }
}

.btn.disabled {
    pointer-events: none;
    opacity: 0.35;
    filter: grayscale(85%);
}

.btn.disabled svg {
    animation: none !important;
}

.btn .component-cogs {
    position: absolute;
    top: -80%;
    left: -3%;
    transform: scale(0.85);
    opacity: 0.3;
}

@media screen and (min-width: 960px) {
    .btn .component-cogs {
        top: -70%;
    }
}

.btn .component-cogs svg {
    fill: #fff;
}

.btn-block {
    display: block;
    padding: 13px 20px;
    min-width: unset;
}

.btn-accent {
    background: #F99D36;
}

.btn-darkblue {
    background: #035AA7;
}

.btn-lightblue {
    background: #049DD9;
}

.btn-icon::after {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-family: "Material Icons";
    font-weight: normal;
}

.btn-icon-right::after {
    content: "\e5df";
}

.btn-play {
    position: relative;
}

.btn-play::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("../images/common/parts/cog-play-frame.svg");
    animation: btnPlayAnime 30s infinite linear;
}

.btn-play img {
    z-index: 4;
    position: relative;
}

@keyframes btnPlayAnime {
    0% {
        transform: translateY(-50%) translateX(-50%) rotate(0);
    }

    100% {
        transform: translateY(-50%) translateX(-50%) rotate(360deg);
    }
}

/*!
 * SORA NO KISEKI the 1st
 * (C) Nihon Falcom Corporation. All rights reserved.
 */
.page-lefthead {
    z-index: 2;
    position: absolute;
    top: 20px;
    left: 20px;
    color: #035AA7;
    line-height: 1.2;
}

@media screen and (min-width: 960px) {
    .page-lefthead {
        top: 30px;
        left: 30px;
    }
}

.page-lefthead .inner {
    position: relative;
}

.page-lefthead .deco {
    font-size: 12px;
    letter-spacing: 0.4em;
    font-size: clamp(8px, 1.5vw, 12px);
}

.page-lefthead .title {
    font-family: 'Open Sans';
    font-weight: 800;
    font-style: normal;
    font-size: clamp(24px, 6vw, 32px);
}

.page-lefthead .component-cogs {
    z-index: -1;
    position: absolute;
    left: 0px;
    top: -50px;
    transform: rotate(100deg);
}

.page-lefthead .component-cogs svg {
    fill: #e8e8e8;
}

.page-centerhead {
    z-index: -10;
    position: relative;
    display: none;
    text-align: center;
    line-height: 1.2;
    min-height: 40vh;
    color: #fff;
    background: #fff;
}

@media screen and (min-width: 960px) {
    .page-centerhead {
        display: block;
    }
}

.page-centerhead .inner {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
}

.page-centerhead .deco {
    padding: 40px 0 0 0;
    font-size: 14px;
    letter-spacing: 0.8em;
    filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.95));
}

.page-centerhead .title {
    font-family: 'Open Sans';
    font-weight: 900;
    font-style: normal;
    font-size: 60px;
    letter-spacing: -0.05em;
    filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.95));
}

.page-centerhead .cog {
    z-index: -20;
    position: absolute;
    bottom: -13.5vh;
    width: 100%;
    content: "";
    background-image: url("../images/common/background/landscape_half.webp");
    background-position: center bottom;
    background-repeat: repeat-y;
    aspect-ratio: 1/1;
    border-radius: 50%;
}

.page-centerhead .cog .frame {
    position: relative;
    width: 100%;
    height: 100%;
    animation: svgCogsRotate 360s infinite linear;
    vertical-align: bottom;
}

.page-centerhead .cog .frame img {
    width: 100%;
    height: 100%;
    transform: scale(1.02);
}

/*!
 * SORA NO KISEKI the 1st
 * (C) Nihon Falcom Corporation. All rights reserved.
 */
@keyframes svgCogsRotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.component-cogs-inner {
    position: relative;
    width: 100px;
    height: 100px;
}

.component-cogs-inner .svg-cogs {
    position: absolute;
    width: 100px;
    height: 100px;
}

.component-cogs-inner .svg-cogs svg {
    width: 100px;
    height: 100px;
}

.component-cogs-inner .svg-cogs-a {
    top: 55px;
    left: -20px;
    transform: scale(0.4);
}

.component-cogs-inner .svg-cogs-a svg {
    animation: svgCogsRotate 22s reverse infinite linear;
}

.component-cogs-inner .svg-cogs-b {
    top: -7px;
    left: -14px;
    transform: scale(0.7);
}

.component-cogs-inner .svg-cogs-b svg {
    animation: svgCogsRotate 25s reverse infinite linear;
}

.component-cogs-inner .svg-cogs-c {
    bottom: -50px;
    right: -50px;
}

.component-cogs-inner .svg-cogs-c svg {
    animation: svgCogsRotate 35s infinite linear;
}

.component-cogs2-inner {
    position: relative;
    width: 100px;
    height: 100px;
}

.component-cogs2-inner .svg-cogs2 {
    position: absolute;
    width: 100px;
    height: 100px;
}

.component-cogs2-inner .svg-cogs2 svg {
    width: 100px;
    height: 100px;
}

.component-cogs2-inner .svg-cogs2-a {
    top: 0px;
    left: -150px;
    transform: scale(0.5);
}

.component-cogs2-inner .svg-cogs2-a svg {
    animation: svgCogsRotate 30s infinite linear;
}

.component-cogs2-inner .svg-cogs2-b {
    top: 20px;
    left: -90px;
    transform: scale(0.6);
}

.component-cogs2-inner .svg-cogs2-b svg {
    animation: svgCogsRotate 35s reverse infinite linear;
}

.component-cogs2-inner .svg-cogs2-c {
    top: 0px;
    left: -10px;
    transform: scale(0.9);
}

.component-cogs2-inner .svg-cogs2-c svg {
    animation: svgCogsRotate 40s infinite linear;
}

.component-cogs2-inner .svg-cogs2-d {
    top: 20px;
    left: 100px;
    transform: scale(1.2);
}

.component-cogs2-inner .svg-cogs2-d svg {
    animation: svgCogsRotate 45s reverse infinite linear;
}

/*!
 * SORA NO KISEKI the 1st
 * (C) Nihon Falcom Corporation. All rights reserved.
 */
/*!
 * SORA NO KISEKI the 1st
 * (C) Nihon Falcom Corporation. All rights reserved.
 */
.product-item {
    position: relative;
    margin: 10px 0;
    padding: 40px 5%;
    border-radius: 25px;
    background: #fff;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
}

@media screen and (min-width: 960px) {
    .product-item {
        padding: 70px;
        margin: 10px;
        height: 100%;
        border-radius: 50px;
    }
}

.product-item-header {
    margin: 0 0 50px 0;
    text-align: center;
}

.product-item-header .inner {
    position: relative;
}

.product-item-header .inner .title {
    font-family: 'Open Sans';
    font-weight: 800;
    font-style: normal;
    font-size: clamp(32px, 7vw, 46px);
    line-height: 1;
    color: #035AA7;
}

.product-item-header .inner .title span {
    display: inline-block;
    padding: 5px 50px;
    background: #F99D36;
    border-radius: 50px;
    font-size: clamp(18px, 2vw, 24px);
    color: #fff;
}

.product-item-header .inner .title span.bg-lightblue {
    background: #049DD9;
}

.product-item-header .inner .component-cogs {
    z-index: -1;
    position: absolute;
}

.product-item-header .inner .component-cogs-inner {
    transform: scale(0.7);
}

@media screen and (min-width: 960px) {
    .product-item-header .inner .component-cogs-inner {
        transform: scale(1);
    }
}

.product-item-header .inner .component-cogs svg {
    fill: rgb(221.6, 239, 254.4);
}

.product-item-header .inner .component-cogs:first-of-type {
    top: -30%;
    right: 65%;
    transform: scale(0.8) rotate(-10deg);
}

.product-item-header .inner .component-cogs:last-of-type {
    top: 20%;
    left: 65%;
    transform: scale(0.7) scale(-1, 1) rotate(-60deg);
}

.product-item-description {
    margin: 20px 0;
    color: #4d4d4d;
}

.product-item-description p {
    margin: 20px 0;
}

.product-item-feature {
    margin: 60px 0;
    padding: 20px;
    background: #fafafa;
    border-radius: 30px;
}

.product-item-feature h3 {
    padding: 15px 0;
    line-height: 1.2;
    border-bottom: dashed 1px #b5b5b5;
    font-size: 1.3rem;
    text-align: center;
    color: #0577be;
    font-family: 'Open Sans';
    font-weight: 800;
    font-style: normal;
}

.product-item-feature ul {
    margin: 10px 0;
    padding: 0 0 0 30px;
    list-style: none;
}

.product-item-feature ul li {
    margin: 5px 0;
}

.product-item-release {
    margin: 20px 0;
}

.product-item-dl {
    margin: 30px 0;
    color: #4d4d4d;
}

.product-item-dl div {
    margin: 15px 0;
    line-height: 1.2;
    font-size: 0.9rem;
}

@media screen and (min-width: 960px) {
    .product-item-dl div {
        display: flex;
        margin: 10px 0;
    }
}

.product-item-dl div dt {
    min-width: 125px;
    font-size: 0.8em;
    font-family: 'Open Sans';
    font-weight: 700;
    font-style: normal;
}

@media screen and (min-width: 960px) {
    .product-item-dl div dt {
        font-size: 1em;
        font-family: 'Open Sans';
        font-weight: 400;
        font-style: normal;
    }
}

.product-item-platform {
    margin: 20px 0 10px 0;
    text-align: center;
    color: #035AA7;
    font-size: 1.1rem;
}

.product-item-price {
    margin: 10px 0 20px 0;
    text-align: center;
    font-family: 'Open Sans';
    font-weight: 500;
    font-style: normal;
    font-size: clamp(14px, 3vw, 20px);
    color: #035AA7;
}

.product-item-price strong {
    margin: 0 0 0 20px;
    font-family: 'Open Sans';
    font-weight: 800;
    font-style: normal;
    font-size: clamp(20px, 6vw, 36px);
}

.product-item-link {
    margin: 20px 0;
}

.product-item-link a {
    margin: 15px 0;
}

.product-item .catch {
    color: #035AA7;
    font-size: clamp(16px, 4vw, 26px);
    font-family: 'Open Sans';
    font-weight: 800;
    font-style: normal;
    justify-content: center;
    text-align: center;
    margin: 0 0 50px 0;
}

.product-item-limited {
    margin: 40px 0;
}

.product-item-limited .catch {
    color: #F99D36;
    font-family: 'Open Sans';
    font-weight: 800;
    font-style: normal;
}

@media screen and (min-width: 960px) {
    .product-item-limited .catch {
        font-size: clamp(22px, 5vw, 32px);
    }
}

.product-item-limited-item {
    margin: 20px 0;
}

.product-item-limited-item .title {
    display: flex;
    align-items: center;
    margin: 0;
}

.product-item-limited-item .title .num {
    position: relative;
}

.product-item-limited-item .title .num span {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    font-family: 'Open Sans';
    font-weight: 800;
    font-style: normal;
    background-image: url("../images/common/parts/cog-fill-accent.svg");
    background-size: contain;
}

.product-item-limited-item .title .text {
    padding: 0 10px;
    color: #035AA7;
    font-family: 'Open Sans';
    font-weight: 800;
    font-style: normal;
    font-size: 1.1rem;
    line-height: 1.2;
}

@media screen and (min-width: 1280px) {
    .product-item-limited-item .title .text {
        line-height: 40px;
    }
}

.product-item-limited-item .description {
    margin: 5px 0;
    color: #4D4D4D;
    font-size: 0.9rem;
}

.product-item-limited-item .description ul {
    margin-left: 10%;
}

.product-item .product-disclaimer {
    margin: 30px 0 0 0;
    font-size: 12px;
    text-align: center;
}

.product-disclaimer li {
    list-style-type: none;
}

.product-notice {
    margin: 30px 0;
    padding: 0 10px;
}

@media screen and (min-width: 960px) {
    .product-notice {
        padding: 0 20px;
    }
}

.product-notice ul {
    padding: 0 0 0 20px;
    list-style-type: none;
}

.product-notice ul li {
    font-size: 0.75rem;
}

.product-upgrade-attention {
    margin: 20px 0;
    padding: 20px 30px;
    color: #4d4d4d;
    background: #fafafa;
    border-radius: 30px;
}

.product-upgrade-attention h3 {
    margin: 20px 0;
    font-size: 1.3rem;
    font-family: 'Open Sans';
    font-weight: 800;
    font-style: normal;
}

.product-upgrade-attention h3 svg {
    fill: #049DD9;
    margin: 0 10px 0 0;
    transform: translateY(2px);
}

.product-upgrade-attention ul {
    padding: 0 0 0 30px;
}

.product-upgrade-attention ul li {
    position: relative;
    margin: 5px 0;
    list-style: none;
}

@media screen and (min-width: 960px) {
    .product-upgrade-attention ul li {
        font-size: 1rem;
    }
}

.product-upgrade-attention ul li::before {
    position: absolute;
    top: 0;
    left: -25px;
    content: "※";
}

.product-upgrade-list {
    margin: 20px 0 0 40px;
}

.product-upgrade-description {
    margin-top: 25px;
    color: #035AA7;
    font-weight: bold;
    font-size: 20px;
}

.product-upgrade-title {
    color: #035AA7;
    font-weight: 800;
    font-size: 24px;
    margin-left: 25px;
}

.product-upgrade-size {
    font-size: 20px;
}

.about .upgrade-disclaimer {
    margin: 0 0 25px 10px;
    font-size: 12px;
}

.about .upgrade-disclaimer-top {
    margin: 25px 0 10px 0px;
}

.product-store-pagelink {
    margin: 100px auto;
    padding: 0 10px;
    max-width: 400px;
}

.spec {
    position: relative;
    padding: 20px;
}

.spec-item {
    margin: 30px 0;
    line-height: 1.5;
    color: #4D4D4D;
}

.spec-item dt {
    font-family: 'Open Sans';
    font-weight: 400;
    font-style: normal;
    font-size: 0.8rem;
}

.spec-item dd {
    font-family: 'Open Sans';
    font-weight: 800;
    font-style: normal;
    font-size: 1rem;
}

@media screen and (min-width: 960px) {
    .spec-item dd {
        font-size: 1.2rem;
    }
}

.spec-item-li small {
    font-family: 'Open Sans';
    font-weight: 500;
    font-style: normal;
    font-size: 0.75em;
}

.spec-item-li span {
    padding: 0 20px;
    border-radius: 20px;
    font-size: 0.7em;
    background: #4D4D4D;
    font-family: 'Open Sans';
    font-weight: 500;
    font-style: normal;
    color: #fff;
}

.product-initial {
    position: relative;
}

.product-initial-title {
    margin: 0 0 50px 0;
    padding: 0 20px;
    font-family: 'Open Sans';
    font-weight: 800;
    font-style: normal;
    color: #4D4D4D;
    font-size: clamp(24px, 6vw, 42px);
    text-align: center;
}

.product-initial-thumb {
    padding: 0 10%;
}

@media screen and (min-width: 960px) {
    .product-initial-thumb {
        padding: 0 10px;
    }
}

.product-initial-thumb img {
    width: 100%;
    height: auto;
}

.product-initial-text {
    padding: 20px;
    color: #4D4D4D;
}

.product-initial-text .title {
    position: relative;
    margin: 0;
    text-align: left;
}

.product-initial-text .title .badge {
    display: inline-block;
    padding: 0 30px;
    border-radius: 50px;
    background: #F99D36;
    color: #fff;
    font-size: clamp(18px, 4vw, 22px);
}

.product-initial-text .title .main {
    font-size: clamp(22px, 5.5vw, 36px);
    color: #035AA7;
    font-family: 'Open Sans';
    font-weight: 800;
    font-style: normal;
}

.product-initial-text .video {
    margin: 50px 0;
    padding: 0 15%;
    text-align: center;
    filter: drop-shadow(1px 1px 10px rgba(0, 0, 0, 0.25));
}

.product-initial-text .video video {
    width: 100%;
    height: auto;
}

.product-initial-text .description {
    font-family: 'Open Sans';
    font-weight: 500;
    font-style: normal;
    font-size: 1.1rem;
}

@media screen and (min-width: 960px) {
    .product-initial-text .description {
        text-align: center;
        font-size: 1.2rem;
    }
}

.product-initial-text .description p {
    margin: 20px 0;
}

.product-initial-text .description p br {
    display: none;
}

@media screen and (min-width: 960px) {
    .product-initial-text .description p br {
        display: block;
    }
}

.product-initial-text .dlc-disclaimer {
    margin: 30px 0 0 0;
    padding: 0 0 0 20px;
    font-size: 12px;
    list-style-type: none;
}

.product-initial-text .description {
    font-size: 0.9rem;
    text-align: left;
    list-style-type: disc;
}

.product .spec {
    padding: 10vh 20px 20px 20px;
}

.product .initial {
    padding: 20vh 10px 10vh 10px;
}

@media screen and (min-width: 960px) {
    .product .initial {
        padding: 10vh 20px;
    }
}

.steam {
    margin: 20px 0;
    padding: 15px;
    border: solid #B5B5B5 1px;
    font-size: 0.9rem;
}

.steam h3 {
    margin: 10px 0 0 0;
}

.product-limited {
    padding: 10px;
}

.product-upgrade {
    padding: 10px;
}

.product-nav {
    margin: 5vh 0;
}

.product-info {
    position: relative;
    margin-top: 10px;
    margin-bottom: 30px;
    padding: 40px 5%;
    border-radius: 25px;
    background: #fff;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
    color: #4D4D4D;
}

@media screen and (min-width: 960px) {
    .product-info {
        padding: 70px;
        border-radius: 50px;
    }
}

.product-info .title {
    padding: 5px 20px;
    background: #035AA7;
    border-radius: 0 50px 50px 0;
    margin-left: -70px;
    margin-right: 60%;
}

.product-info .title h3 {
    color: #fff;
    font-family: 'Open Sans';
    font-weight: 800;
    font-style: normal;
    font-size: 1.3rem;
    margin-left: 50px;
}

.product-info h4 {
    margin: 20px 0;
    font-family: 'Open Sans';
    font-weight: 800;
    font-style: normal;
    font-size: 1rem;
}

.product-info table {
    font-size: 0.8rem;
    border-collapse: collapse;
}

.product-info table th,
.product-info table td {
    padding: 5px 10px;
    color: #4d4d4d;
    border: solid 1px #B5B5B5;
}

.product-info-item {
    margin: 40px 0;
}

.product-info-item:last-child {
    margin: 40px 0 0 0;
}

.product-info-item ul {
    padding: 0 0 0 20px;
}

.product-info-item ul li {
    font-size: 0.8rem;
}

@media screen and (min-width: 960px) {
    .product-info-item ul li {
        font-size: 0.9rem;
    }
}

.product-info-item ul a {
    color: #F99D36;
    font-weight: bold;
    text-decoration: underline;
}

.product-info-item-platform {
    margin: 20px 0;
}

.product-info-item-platform span {
    display: inline-block;
    padding: 0 20px;
    margin: 0 10px 0 0;
    border-radius: 50px;
    background: #4D4D4D;
    color: #fff;
}

/* Update Information */

.product-content {
    position: relative;
    margin: 10vh 0;
}

.product-content::before {
    z-index: -2;
    content: "";
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
    height: 80%;
    background-image: url("../images/common/background/landscape_blur.webp");
    background-position: center center;
    background-size: cover;
}

.product-content::after {
    z-index: -1;
    content: "";
    position: absolute;
    bottom: 10%;
    left: 0;
    width: 100%;
    height: 80%;
    background-image: url("../images/common/halftone/h1000.png");
    background-size: 960px 500px;
    background-repeat: repeat-x;
    transform: scale(1, -1) translateY(-1px);
    background-position: center top;
}

.product-content-body {
    position: relative;
    margin: 50px 15px;
    padding: 20px;
    background: #fff;
    border-radius: 30px;
    filter: drop-shadow(1px 1px 10px rgba(0, 0, 0, .25));
}

@media screen and (min-width: 960px) {
    .product-content-body {
        border-radius: 50px;
        padding: 50px;
    }
}

.product-content-head {
    margin: 50px 0;
    color: #035aa7;
    text-align: center;
    line-height: 1.3;
}

.product-content-head .head {
    font-family: 'Open Sans';
    font-weight: 900;
    font-style: normal;
    font-size: clamp(22px, 6vw, 54px);
}

.product-update {
    margin: 40px 0;
}

.product-update h3 {
    margin: 20px 0;
    padding: 5px 20px;
    background: #035aa7;
    color: #fff;
}

.product-update ul {
    margin: 20px 0;
    padding: 0 0 0 30px;
    color: #4d4d4d;
}

.product-update ul li {
    margin: 5px 0;
}

.product-update table {
    text-align: left;
    font-size: .9rem;
    border-spacing: 5px;
}

.product-update table td,
.product-update table th {
    padding: 10px 20px;
    background: #eee;
}

.product-update table td,
.product-update table th {
    padding: 10px 20px;
    background: #eee;
}


/*!
 * SORA NO KISEKI the 1st
 * (C) Nihon Falcom Corporation. All rights reserved.
 */
.character-list-item {
    position: relative;
}

.character-list-item a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    transition: 0.3s ease-in-out;
}

.character-list-item a:hover {
    transform: translateY(5px);
}

.character-list-item a::before {
    z-index: -1;
    content: "";
    position: absolute;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
    background-image: url("../images/character/list/background.webp");
    background-size: cover;
    clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 95%);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.75) inset;
}

.character-list-item a img {
    width: 100%;
    height: auto;
    clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 95%);
}

.character-list-item a .name {
    z-index: 1;
    position: absolute;
    bottom: 20px;
    right: 10px;
    padding: 20px 2px;
    writing-mode: vertical-rl;
    white-space: nowrap;
    font-family: 'Open Sans';
    font-weight: 800;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 0.2em;
    background: #F99D36;
    border-radius: 50px;
    filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.25));
}

.components {
    display: none;
}

.bottom-background {
    z-index: -99;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70vh;
    max-height: 600px;
    background-image: url("../images/common/background/landscape.webp");
    background-size: cover;
    background-position: center bottom;
}

.bottom-background::before {
    z-index: -2;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0.5));
}

.bottom-background::after {
    z-index: -1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/common/halftone/h1000.png");
    background-size: 960px 500px;
    background-repeat: repeat-x;
    background-position: center top;
}

.bgm-inner {
    position: relative;
    display: flex;
    justify-content: center;
    color: #fff;
    font-family: 'Open Sans';
    font-weight: 700;
    font-style: normal;
}

.bgm-inner>div:last-child {
    padding: 0 0 0 15px;
}

.bgm-play {
    position: relative;
    margin: 0 20px;
}

.bgm-play::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 40px;
    height: 15px;
    background: #B5B5B5;
    border-radius: 20px;
}

.bgm-play div {
    z-index: 1;
    position: relative;
    width: 30px;
    height: 30px;
    background: rgb(117.25, 117.25, 117.25);
    text-align: center;
    line-height: 30px;
    font-size: 1.3rem;
    border-radius: 50%;
    transform: translateX(-7px);
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5));
    transition: 0.5s;
}

.bgm-play.is-play div {
    background: #F99D36;
    transform: translateX(7px);
}

.bgm-prev,
.bgm-next {
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.25));
    transition: 0.5s;
    opacity: 0.3;
    pointer-events: none;
}

.bgm-prev.is-show,
.bgm-next.is-show {
    opacity: 1;
    pointer-events: all;
}

/*!
 * SORA NO KISEKI the 1st
 * (C) Nihon Falcom Corporation. All rights reserved.
 */
.row {
    display: flex;
    box-direction: normal;
    box-orient: horizontal;
    flex-direction: row;
    flex-wrap: wrap;
}

.row img {
    max-width: 100%;
    height: auto;
}

.display-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.justify-content-center {
    justify-content: center;
}

.flex-wrap {
    flex-wrap: wrap;
}

.col-xs-1 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 5px 10px;
    box-sizing: border-box;
}

.col-xs-2 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 5px 10px;
    box-sizing: border-box;
}

.col-xs-3 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 5px 10px;
    box-sizing: border-box;
}

.col-xs-4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 5px 10px;
    box-sizing: border-box;
}

.col-xs-5 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 5px 10px;
    box-sizing: border-box;
}

.col-xs-6 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 5px 10px;
    box-sizing: border-box;
}

.col-xs-7 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 5px 10px;
    box-sizing: border-box;
}

.col-xs-8 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 5px 10px;
    box-sizing: border-box;
}

.col-xs-9 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 5px 10px;
    box-sizing: border-box;
}

.col-xs-10 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 5px 10px;
    box-sizing: border-box;
}

.col-xs-11 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 5px 10px;
    box-sizing: border-box;
}

.col-xs-12 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 5px 10px;
    box-sizing: border-box;
}

@media screen and (min-width: 100px) {
    .col-xs-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-xs-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-xs-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xs-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-xs-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-xs-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xs-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-xs-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-xs-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xs-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-xs-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-xs-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .h-xs {
        display: none !important;
    }

    .v-xs {
        display: block !important;
    }
}

.col-sm-1 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 5px 10px;
    box-sizing: border-box;
}

.col-sm-2 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 5px 10px;
    box-sizing: border-box;
}

.col-sm-3 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 5px 10px;
    box-sizing: border-box;
}

.col-sm-4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 5px 10px;
    box-sizing: border-box;
}

.col-sm-5 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 5px 10px;
    box-sizing: border-box;
}

.col-sm-6 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 5px 10px;
    box-sizing: border-box;
}

.col-sm-7 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 5px 10px;
    box-sizing: border-box;
}

.col-sm-8 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 5px 10px;
    box-sizing: border-box;
}

.col-sm-9 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 5px 10px;
    box-sizing: border-box;
}

.col-sm-10 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 5px 10px;
    box-sizing: border-box;
}

.col-sm-11 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 5px 10px;
    box-sizing: border-box;
}

.col-sm-12 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 5px 10px;
    box-sizing: border-box;
}

@media screen and (min-width: 600px) {
    .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .h-sm {
        display: none !important;
    }

    .v-sm {
        display: block !important;
    }
}

.col-md-1 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 5px 10px;
    box-sizing: border-box;
}

.col-md-2 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 5px 10px;
    box-sizing: border-box;
}

.col-md-3 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 5px 10px;
    box-sizing: border-box;
}

.col-md-4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 5px 10px;
    box-sizing: border-box;
}

.col-md-5 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 5px 10px;
    box-sizing: border-box;
}

.col-md-6 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 5px 10px;
    box-sizing: border-box;
}

.col-md-7 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 5px 10px;
    box-sizing: border-box;
}

.col-md-8 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 5px 10px;
    box-sizing: border-box;
}

.col-md-9 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 5px 10px;
    box-sizing: border-box;
}

.col-md-10 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 5px 10px;
    box-sizing: border-box;
}

.col-md-11 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 5px 10px;
    box-sizing: border-box;
}

.col-md-12 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 5px 10px;
    box-sizing: border-box;
}

@media screen and (min-width: 960px) {
    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .h-md {
        display: none !important;
    }

    .v-md {
        display: block !important;
    }
}

.col-lg-1 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 5px 10px;
    box-sizing: border-box;
}

.col-lg-2 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 5px 10px;
    box-sizing: border-box;
}

.col-lg-3 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 5px 10px;
    box-sizing: border-box;
}

.col-lg-4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 5px 10px;
    box-sizing: border-box;
}

.col-lg-5 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 5px 10px;
    box-sizing: border-box;
}

.col-lg-6 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 5px 10px;
    box-sizing: border-box;
}

.col-lg-7 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 5px 10px;
    box-sizing: border-box;
}

.col-lg-8 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 5px 10px;
    box-sizing: border-box;
}

.col-lg-9 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 5px 10px;
    box-sizing: border-box;
}

.col-lg-10 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 5px 10px;
    box-sizing: border-box;
}

.col-lg-11 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 5px 10px;
    box-sizing: border-box;
}

.col-lg-12 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 5px 10px;
    box-sizing: border-box;
}

@media screen and (min-width: 1280px) {
    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .h-lg {
        display: none !important;
    }

    .v-lg {
        display: block !important;
    }
}

@media screen and (min-width: 100px) {
    .xs-order-1 {
        order: 1;
    }

    .xs-order-2 {
        order: 2;
    }

    .xs-order-3 {
        order: 3;
    }

    .xs-order-4 {
        order: 4;
    }

    .xs-order-5 {
        order: 5;
    }
}

@media screen and (min-width: 600px) {
    .sm-order-1 {
        order: 1;
    }

    .sm-order-2 {
        order: 2;
    }

    .sm-order-3 {
        order: 3;
    }

    .sm-order-4 {
        order: 4;
    }

    .sm-order-5 {
        order: 5;
    }
}

@media screen and (min-width: 960px) {
    .md-order-1 {
        order: 1;
    }

    .md-order-2 {
        order: 2;
    }

    .md-order-3 {
        order: 3;
    }

    .md-order-4 {
        order: 4;
    }

    .md-order-5 {
        order: 5;
    }
}

@media screen and (min-width: 1280px) {
    .lg-order-1 {
        order: 1;
    }

    .lg-order-2 {
        order: 2;
    }

    .lg-order-3 {
        order: 3;
    }

    .lg-order-4 {
        order: 4;
    }

    .lg-order-5 {
        order: 5;
    }
}

@media screen and (min-width: 1400px) {
    .xl-order-1 {
        order: 1;
    }

    .xl-order-2 {
        order: 2;
    }

    .xl-order-3 {
        order: 3;
    }

    .xl-order-4 {
        order: 4;
    }

    .xl-order-5 {
        order: 5;
    }
}

/*!
 * SORA NO KISEKI the 1st
 * (C) Nihon Falcom Corporation. All rights reserved.
 */
.home {
    position: relative;
}

.home-top {
    position: relative;
    padding: 15vh 0 0 0;
}

@media screen and (min-width: 960px) {
    .home-top {
        padding: 5vh 0;
    }
}

.home-top-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
    text-align: center;
}

.home-top-content .title {

    padding: 0 7.5%;
}

.home-top-content .title h1 {
    margin: 0 auto;
    max-width: 700px;
}

.home-top-content .title img {
    max-width: 100%;
    height: auto;
}

.home-top-content .catchcopyy {
    margin: 20px 20px;
    color: #fff;
    font-size: clamp(20px, 7vw, 42px);
    font-family: 'Open Sans';
    font-weight: 900;
    font-style: normal;
    white-space: normal;
    filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.85));
}

.home-top-content .release {
    z-index: 0;
    position: relative;
    margin: 40px 0;
}

.home-top-content .release-inner {
    z-index: 2;
    display: inline-block;
    position: relative;
    font-family: 'Open Sans';
    font-weight: 800;
    font-style: normal;
    font-size: clamp(20px, 5.5vw, 30px);
    color: #fff;
    line-height: 1;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.85);
}

.home-top-content .release-inner::before {
    z-index: -1;
    content: "";
    position: absolute;
    bottom: 0;
    left: -25%;
    width: 150%;
    height: 30px;
    background: linear-gradient(to right, rgba(3, 90, 167, 0), rgba(3, 90, 167, 0.8), rgba(3, 90, 167, 0));
}

.home-top-content .release-inner span {
    margin: 0 10px 0 0;
    font-size: 1.2em;
}

.home-top-content .release .component-cogs2 {
    z-index: -2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0.7);
}

@media screen and (min-width: 960px) {
    .home-top-content .release .component-cogs2 {
        transform: translateY(-50%) translateX(-50%) scale(1);
    }
}

.home-top-content .release .component-cogs2 .svg-cogs2-a {
    fill: #035AA7;
}

.home-top-content .release .component-cogs2 .svg-cogs2-b {
    fill: #049DD9;
}

.home-top-content .release .component-cogs2 .svg-cogs2-c {
    fill: #0577BE;
}

.home-top-content .release .component-cogs2 .svg-cogs2-d {
    fill: #035AA7;
}

.home-top-content .platform {
    padding: 30px 10px 0px 10px;
}

.home-top-content .platform img {
    max-width: 100%;
    height: auto;
}

.home-top-content .share {
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: 'Open Sans';
    font-weight: 700;
    font-style: normal;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.85);
    font-size: 14px;
}

.home-top-content .share>div {
    padding: 0 10px;
}

.home-top-content .share a {
    margin: 0 5px;
    text-decoration: none;
}

.home-top-content .link {
    margin: 20px 0;
}

.home-top-content .bgm {
    margin: 30px 0 70px 0;
}

/* 
@media screen and (min-width: 960px) {
    .home-top-content .bgm {
        position: absolute;
        left: 2%;
        bottom: 0;
        margin: 0;
    }
} 
*/

.home-top-video {
    z-index: -6;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.3);
    width: 177.77777778vh;
    /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw;
    /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
    background-size: cover;
    background-position: center center;
}

.home-navi {
    display: none;
    position: relative;
    padding: 20px;
    background: #049DD9;
}

@media screen and (min-width: 960px) {
    .home-navi {
        display: block;
    }
}

.home-navi ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
}

.home-navi ul li {
    margin: 0 10px;
}

.home-navi ul li svg {
    fill: #0577BE;
}

.home-navi a {
    display: block;
    padding: 10px 20px;
    color: #fff;
    font-family: 'Open Sans';
    font-weight: 700;
    font-style: normal;
    font-size: 1.1rem;
    white-space: nowrap;
	text-decoration: none;
}

a .home-navi a.disabled {
    pointer-events: none;
    opacity: 0.4;
}

.home-navi a svg {
    margin: 0 7px 0 0;
    fill: #0577BE;
    vertical-align: -3px;
    transition: 0.2s;
}

.home-navi a:hover svg {
    fill: #F99D36 !important;
    animation: footerNavCogRotate 5s infinite linear;
}

.home-topics {
    z-index: 0;
    position: relative;
    padding: 60px 10% 20px 10%;
    background: #0577BE;
    overflow: hidden;
}

@media screen and (min-width: 600px) {
    .home-topics {
        padding: 60px 5% 20px 5%;
    }
}

.home-topics-cogs {
    z-index: -1;
    position: absolute;
    bottom: 20%;
    left: 2%;
    transform: scale(2);
}

@media screen and (min-width: 960px) {
    .home-topics-cogs {
        bottom: 40%;
        transform: scale(3);
    }
}

.home-topics-cogs svg {
    fill: #049DD9;
}

.home-topics-swiper {
    position: relative;
    padding: 0 0 80px 0;
}

.home-topics-swiper .swiper-slide {
    height: auto;
}

.home-topics-swiper .swiper-pagination {
    text-align: left;
}

@media screen and (min-width: 960px) {
    .home-topics-swiper .swiper-pagination {
        text-align: center;
    }
}

.home-topics-swiper .swiper-pagination .swiper-pagination-bullet {
    margin: 0 15px !important;
    background: none !important;
    opacity: 1 !important;
}

.home-topics-swiper .swiper-pagination .swiper-pagination-bullet svg {
    fill: #035AA7;
    transition: 0.2s;
}

.home-topics-swiper .swiper-pagination .swiper-pagination-bullet-active svg {
    fill: #fff;
    animation: svgCogsRotate 8s infinite linear;
}

.home-topics-swiper .swiper-pagination .swiper-pagination-bullet:hover svg {
    fill: #F99D36;
    animation: svgCogsRotate 8s infinite linear;
}

.home-topics-item {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    color: #4D4D4D;
    font-family: 'Open Sans';
    font-weight: 400;
    font-style: normal;
    font-size: 0.9rem;
    filter: drop-shadow(1px 1px 10px rgba(0, 0, 0, 0.35));
    transition: 0.5s;
    text-decoration: none;
}

.home-topics-item:hover {
    transform: translateY(5px);
}

.home-topics-item.disabled {
    pointer-events: none;
}

.home-topics-item .thumb {
    overflow: hidden;
    border-radius: 20px 20px 0 0;
}

.home-topics-item .thumb img {
    width: 100%;
    height: auto;
}

.home-topics-item .text {
    position: relative;
    padding: 25px 15px;
    flex-grow: 1;
    background: #fff;
    border-radius: 0 0 20px 20px;
    text-align: left;
}

.home-topics-item .text .date {
    position: absolute;
    top: -13px;
    left: 0;
    height: 26px;
    padding: 0 20px;
    line-height: 26px;
    background: #049DD9;
    color: #fff;
    font-family: 'Open Sans';
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.2em;
    font-size: 12px;
    border-radius: 0 20px 20px 0;
}

.home-topics-item .text .desc {
    line-height: 1.3;
}

.home-topics-item.new .date {
    background: #F99D36;
}

.home-topics-more {
    z-index: 10;
    position: absolute;
    bottom: 10px;
    right: -2.5%;
}

@media screen and (min-width: 960px) {
    .home-topics-more {
        right: 10px;
    }
}

.home-topics-more a {
    padding: 2px 10px 2px 20px;
    border-radius: 40px;
    color: #fff;
    font-size: 0.9rem;
    transition: 0.3s;

}

.home-topics-more a:hover {
    background: #035AA7;
}

.home-topics-more a span {
    margin: 0 0 0 5px;
    transform: translateY(1px);
}

.home-topics-more .material-icons {
    font-size: 14px;
}

.home-pickup {
    z-index: 0;
    position: relative;
    padding: 20px 10px;
    background: #049DD9;
    overflow: hidden;
    text-align: center;
}

@media screen and (min-width: 960px) {
    .home-pickup {
        padding: 40px 20px;
    }
}

.home-pickup-cogs {
    z-index: -1;
    position: absolute;
    bottom: 20%;
    right: 0;
    transform: scale(-2, 2);
}

@media screen and (min-width: 960px) {
    .home-pickup-cogs {
        bottom: 30%;
        transform: scale(-2.5, 2.5);
    }
}

.home-pickup-cogs svg {
    fill: #0577BE;
}

.home-video {
    position: relative;
    width: 100%;
    height: 50vh;
    overflow: hidden;
    display: none;
}

@media screen and (min-width: 960px) {
    .home-video {
        display: block;
    }
}

.home-video::before {
    content: "";
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/common/pattern/dot.png");
    background-size: 6px 6px;
    background-repeat: repeat;
    opacity: 0.75;
}

.home-video-inner {
    z-index: 3;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
}

.home-video-inner button {
    transition: 0.3s;
}

.home-video-inner button:hover {
    transform: scale(1.1);
}

.home-video-yt {
    z-index: -3;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.2);
    width: 177.77777778vh;
    /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw;
    /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
}

.home-story {
    position: relative;
    padding: 7.5vh 0 0 0;
}

@media screen and (min-width: 960px) {
    .home-story {
        padding: 15vh 0 0 0;
    }
}

.home-story-catch {
    position: relative;
}

.home-story-catch .deco {
    margin: 50px 0;
    color: #B5B5B5;
    text-align: center;
    letter-spacing: 0.5em;
    font-size: 12px;
}

@media screen and (min-width: 960px) {
    .home-story-catch .deco {
        font-size: 1rem;
    }
}

.home-story-catch .text {
    padding: 0 5%;
    margin: 50px 0;
    line-height: 1;
    letter-spacing: -0.2em;
    background: linear-gradient(to bottom, #00096B, #035AA7);
    background-clip: text;
    color: transparent;
    filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.2));
    font-family: 'Open Sans';
    font-weight: 800;
    font-style: normal;
}

@media screen and (min-width: 960px) {
    .home-story-catch .text {
        padding: 0 10%;
    }
}

.home-story-catch .text .s1 {
    font-size: clamp(28px, 10vw, 72px);
}

@media screen and (min-width: 960px) {
    .home-story-catch .text .s1 {
        text-align: center;
        white-space: nowrap;
    }
}

.home-story-catch .text .s1 span {
    display: block;
    font-size: 0.8em;
    margin: 0 0 0 20%;
}

@media screen and (min-width: 960px) {
    .home-story-catch .text .s1 span {
        display: inline-block;
        margin: 0;
    }
}

.home-story-catch .text .s2 {
    margin: 10px 0 0 0;
    font-size: clamp(30px, 12vw, 90px);
    text-align: right;
}

.home-story-catch .left-cogs {
    z-index: -1;
    position: absolute;
    top: 17%;
    left: 15%;
    transform: scale(1);
}

@media screen and (min-width: 960px) {
    .home-story-catch .left-cogs {
        top: 10%;
        left: 25%;
        transform: scale(1.8);
    }
}

.home-story-catch .left-cogs svg {
    fill: rgb(244.75, 244.75, 244.75);
}

.home-story-catch .right-cogs {
    z-index: -1;
    position: absolute;
    bottom: -10%;
    right: 20%;
    transform: scale(-0.8, 0.8);
}

@media screen and (min-width: 960px) {
    .home-story-catch .right-cogs {
        bottom: 10%;
        right: 20%;
        transform: scale(-1.5, 1.5);
    }
}

.home-story-catch .right-cogs svg {
    fill: rgb(244.75, 244.75, 244.75);
}

.home-story-body {
    margin: 80px 0;
    padding: 0 20px;
}

@media screen and (min-width: 960px) {
    .home-story-body {
        margin: 100px 0;
    }
}

.home-story-body p {
    margin: 40px 0;
    font-family: 'Open Sans';
    font-weight: 800;
    font-style: normal;
    font-size: 24px;
    text-align: center;
    color: #4D4D4D;
    line-height: 2;
    font-size: clamp(18px, 4vw, 24px);
}

.home-story-body p br {
    display: none;
}

@media screen and (min-width: 960px) {
    .home-story-body p br {
        display: block;
    }
}

.home-story-link {
    margin: 80px 0;
    text-align: center;
}

.home-character {
    position: relative;
    margin: 20vh 0;
}

.home-character-swiper {
    padding: 0 10%;
}

@media screen and (min-width: 960px) {
    .home-character-swiper {
        padding: 0 5%;
    }
}

@media screen and (min-width: 1280px) {
    .home-character-swiper {
        padding: 0 2.5%;
    }
}

.home-character-link {
    margin: 80px 0;
    text-align: center;
}

.home-character-background {
    z-index: -1;
    content: "";
    position: absolute;
    bottom: 50%;
    left: 0;
    width: 100%;
    height: 100%;
}

.home-character-background .inner {
    z-index: -3;
    content: "";
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url("../images/common/background/landscape.webp");
    background-size: cover;
    background-position: center 70%;
}

.home-character-background .inner::after {
    z-index: -1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/common/halftone/h1000.png");
    background-size: 960px 500px;
    background-repeat: repeat-x;
    background-position: center top;
}

.home-character-background .inner::before {
    z-index: -2;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0.25));
}

.home-system {
    position: relative;
}

.home-system-link {
    margin: 80px 0;
    text-align: center;
}

.home-system-catch {
    position: relative;
}

@media screen and (min-width: 960px) {
    .home-system-catch {
        margin: 5vh 0 10vh 0;
    }
}

.home-system-catch .deco {
    margin: 50px 0;
    color: #B5B5B5;
    text-align: center;
    letter-spacing: 0.5em;
    font-size: 12px;
}

@media screen and (min-width: 960px) {
    .home-system-catch .deco {
        font-size: 1rem;
    }
}

.home-system-catch .text {
    padding: 0 5%;
    margin: 50px 0;
    line-height: 1;
    letter-spacing: -0.05em;
    background: linear-gradient(to bottom, #00096B, #035AA7);
    background-clip: text;
    color: transparent;
    filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.2));
    font-family: 'Open Sans';
    font-weight: 800;
    font-style: normal;
}

@media screen and (min-width: 960px) {
    .home-system-catch .text {
        padding: 0 10% 3%;
    }
}

.home-system-catch .text .s1 {
    font-size: clamp(16px, 5vw, 48px);
}

@media screen and (min-width: 960px) {
    .home-system-catch .text .s1 {
        text-align: right;
        white-space: nowrap;
    }
}

.home-system-catch .text .s2 {
    margin: 10px 0 0 0;
    font-size: clamp(28px, 10vw, 90px);
    text-align: right;
}

.home-system-catch .left-cogs {
    z-index: -1;
    position: absolute;
    top: 17%;
    right: 50%;
    transform: scale(1);
}

@media screen and (min-width: 960px) {
    .home-system-catch .left-cogs {
        top: -30%;
        right: 50%;
        transform: scale(1.8);
    }
}

.home-system-catch .left-cogs svg {
    fill: rgb(244.75, 244.75, 244.75);
}

.home-system-catch .right-cogs {
    z-index: -1;
    position: absolute;
    bottom: -10%;
    right: 0;
    transform: scale(-0.8, 0.8);
}

@media screen and (min-width: 960px) {
    .home-system-catch .right-cogs {
        bottom: 10%;
        right: 15%;
        transform: scale(-1.5, 1.5);
    }
}

.home-system-catch .right-cogs svg {
    fill: rgb(244.75, 244.75, 244.75);
}

.home-system-video {
    position: relative;
    margin: 10vh 0;
    text-align: center;
}

.home-system-video video {
    max-width: 85%;
    height: auto;
    pointer-events: none;
    filter: drop-shadow(1px 1px 10px rgba(0, 0, 0, 0.35));
}

@media screen and (min-width: 960px) {
    .home-system-video video {
        max-width: 60%;
    }
}

.home-system-swiper {
    position: relative;
    margin: 0 0 50px 0;
}

@media screen and (min-width: 960px) {
    .home-system-swiper {
        margin: 0;
    }
}

.home-system-swiper .swiper-wrapper {
    transition-timing-function: linear;
}

.home-system-swiper .swiper-slide img {
    width: 100%;
    height: auto;
    will-change: filter;
    transition: 0.5s;
}

.home-system-swiper .swiper-slide a {
    display: block;
    overflow: hidden;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.25));
}

.home-system-swiper .swiper-slide a:hover img {
    transform: scale(1.05);
}

.home-system-cog {
    z-index: -4;
    position: absolute;
    top: 0;
    left: -20%;
    width: 90%;
    content: "";
    background-image: url("../images/common/background/landscape.webp");
    background-size: cover;
    aspect-ratio: 1/1;
    border-radius: 50%;
    mix-blend-mode: darken;
}

@media screen and (min-width: 960px) {
    .home-system-cog {
        top: -50%;
        width: 55%;
    }
}

.home-system-cog .frame {
    position: relative;
    width: 100%;
    height: 100%;
    animation: svgCogsRotate 200s infinite linear;
    vertical-align: bottom;
}

.home-system-cog .frame img {
    width: 100%;
    height: 100%;
    transform: scale(1.02);
}

.home-product {
    position: relative;
    padding: 10vh 10px;
}

@media screen and (min-width: 960px) {
    .home-product {
        padding: 0 20px;
    }
}

.home-links {
    position: relative;
    width: 520px;
    max-width: 520px;
    min-height: 1px;
    margin: 3%;
    box-sizing: border-box;
}

.product-item-header {
    margin: 0 0 50px 0;
}

.home-spec {
    z-index: 0;
    position: relative;
    padding: 17.5vh 0;
    background-image: url('../images/common/background/landscape.webp');
    background-size: cover;
    background-position: center bottom;
}

@media screen and (min-width: 960px) {
    .home-spec {
        padding: 5vh 0 17.5vh 0;
    }
}

.home-spec::before {
    z-index: -2;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0.5));
}

.home-spec::after {
    z-index: -1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/common/halftone/h1000.png");
    background-size: 1440px 750px;
    background-repeat: repeat-x;
    background-position: center top;
}

/*!
 * SORA NO KISEKI the 1st
 * (C) Nihon Falcom Corporation. All rights reserved.
 */
.story {
    position: relative;
}

.story-catchcopy {
    position: relative;
    padding: 30vh 0 10vh 0;
    text-align: center;
}

@media screen and (min-width: 960px) {
    .story-catchcopy {
        padding: 10vh 0;
    }
}

.story-catchcopy-inner {
    position: relative;
    display: inline-block;
}

.story-catchcopy .s1 {
    color: #B5B5B5;
    letter-spacing: 0.5em;
    font-size: 14px;
}

.story-catchcopy .s2 {
    font-family: 'Open Sans';
    font-weight: 900;
    font-style: normal;
    font-size: clamp(32px, 8vw, 72px);
    background: linear-gradient(to bottom, #00096B, #035AA7);
    background-clip: text;
    color: transparent;
    filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.2));
}

.story-catchcopy .left-cogs {
    z-index: -1;
    position: absolute;
    top: 5%;
    right: 60%;
    transform: scale(1);
}

@media screen and (min-width: 960px) {
    .story-catchcopy .left-cogs {
        top: 10%;
        right: 80%;
        transform: scale(1.8);
    }
}

.story-catchcopy .left-cogs svg {
    fill: rgb(244.75, 244.75, 244.75);
}

.story-catchcopy .right-cogs {
    z-index: -1;
    position: absolute;
    bottom: -10%;
    left: 75%;
    transform: scale(-0.7, 0.7);
}

@media screen and (min-width: 960px) {
    .story-catchcopy .right-cogs {
        bottom: 10%;
        left: 80%;
        transform: scale(-1.5, 1.5);
    }
}

.story-catchcopy .right-cogs svg {
    fill: rgb(244.75, 244.75, 244.75);
}

.story-prologue-content {
    position: relative;
    padding: 0 5%;
    margin: 50px 0;
    text-align: center;
    padding: 0 7.5%;
    font-family: 'Open Sans';
    font-weight: 500;
    font-style: normal;
}

@media screen and (min-width: 960px) {
    .story-prologue-content {
        margin: 100px 0;
        padding: 0 5%;
    }
}

.story-prologue-content p {
    margin: 30px 0;
    font-size: 1.1rem;
    color: #4D4D4D;
    text-align: left;
    letter-spacing: 0.05em;
}

.story-prologue-content p br {
    display: none;
}

.story-prologue-content p strong {
    font-family: 'Open Sans';
    font-weight: 800;
    font-style: normal;
    font-size: 1.3em;
}

@media screen and (min-width: 960px) {
    .story-prologue-content p {
        font-size: 1.3em;
        font-weight: 800;
        font-style: normal;
        text-align: center;
    }

    .story-prologue-content p br {
        display: block;
    }
}

.story-prologue-img {
    margin: 20px 0;
    max-width: 100%;
    height: auto;
    filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.25));
}

@media screen and (min-width: 960px) {
    .story-prologue-img {
        position: absolute;
        width: 25vw;
    }

    .story-prologue-img-01 {
        top: 200px;
        right: 50px;
    }

    .story-prologue-img-03 {
        top: 0;
        left: 20px;
    }

    .story-prologue-img-04 {
        top: 50px;
        right: 50px;
    }
}

.story-next {
    text-align: center;
    margin: 50px 0 200px 0;
}

.story-next-text {
    color: gray;
    font-family: 'Open Sans';
    letter-spacing: 0.5em;
}

.story-keyword {
    position: relative;
    padding: 200px 5% 0 5%;
}

@media screen and (min-width: 960px) {
    .story-keyword {
        padding: 0 25%;
    }
}

.story-keyword-swiper {
    position: relative;
}

.story-keyword-swiper .swiper-button-next,
.story-keyword-swiper .swiper-button-prev {
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.25));
    transition: 0.2s;
    top: 30vw;
}

@media screen and (min-width: 960px) {

    .story-keyword-swiper .swiper-button-next,
    .story-keyword-swiper .swiper-button-prev {
        top: 25.5%;
    }
}

.story-keyword-swiper .swiper-button-next:hover,
.story-keyword-swiper .swiper-button-prev:hover {
    transform: scale(1.1);
}

.story-keyword-swiper .swiper-button-next::after,
.story-keyword-swiper .swiper-button-prev::after {
    content: "" !important;
}

.story-keyword-swiper .swiper-button-next {
    right: 0;
}

.story-keyword-swiper .swiper-button-prev {
    left: 0;
}

.story-keyword-item {
    position: relative;
    color: #4D4D4D;
    padding: 0 10px;
}

.story-keyword-item .thumb {
    margin: 30px 0;
    filter: drop-shadow(1px 1px 10px rgba(0, 0, 0, 0.25));
}

.story-keyword-item .thumb img {
    width: 100%;
    height: auto;
}

.story-keyword-item .headline {
    margin: 50px 0;
    text-align: center;
    font-family: 'Open Sans';
    font-weight: 800;
    font-style: normal;
    font-size: clamp(24px, 6vw, 40px);
}

.story-keyword-item .description {
    margin: 30px 0;
    font-size: 1.1rem;
    letter-spacing: 0.1em;
}

.story-keyword-item .description p {
    margin: 25px 0;
}

/*!
 * SORA NO KISEKI the 1st
 * (C) Nihon Falcom Corporation. All rights reserved.
 */
.world {
    position: relative;
}

.world-heroimg-wrap {
    background: #fff;
}

.world-heroimg {
    z-index: 0;
    position: relative;
    padding: 25vh 0 10vh 0;
    display: flex;
    background: none;
}

@media screen and (min-width: 960px) {
    .world-heroimg {
        padding: 0 0 15vh 0;
    }
}

.world-heroimg-right {
    position: relative;
    width: 100%;
}

@media screen and (min-width: 960px) {
    .world-heroimg-right {
        width: 100%;
    }
}

.world-heroimg-catch {
    writing-mode: vertical-rl;
    white-space: nowrap;
    font-family: 'Open Sans';
    font-weight: 700;
    font-style: normal;
    font-size: clamp(18px, 4vw, 36px);
    color: rgb(206.5, 206.5, 206.5);
    line-height: 1.2;
}

.world-heroimg-catch>div:nth-child(2) {
    margin: 100px 0 0 0;
}

.world-heroimg-name {
    z-index: 5;
    position: absolute;
    bottom: -30px;
    left: 5vh;
    line-height: 1;
    font-family: "handsome-pro", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: clamp(90px, 20vw, 200px);
    color: #fff;
    filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.4));
    pointer-events: none;
}

@media screen and (min-width: 960px) {
    .world-heroimg-name {
        bottom: -60px;
        left: 5vh;
    }
}

.world-heroimg-swiper {
    position: relative;
    user-select: none;
}

.world-heroimg-swiper::after {
    z-index: 3;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 10px 0 50px rgba(0, 0, 0, 0.5) inset;
    pointer-events: none;
}

.world-heroimg-swiper-item img {
    width: 100%;
    height: auto;
}

.world-heroimg-swiper .swiper-slide {
    display: block;
}

.world-area {
    padding: 20px 10% 50px 10%;
    color: #4D4D4D;
    background: #fff;
}

@media screen and (min-width: 960px) {
    .world-area {
        padding: 40px 20% 100px 20%;
    }
}

.world-area-name {
    margin: 40px 0;
    display: flex;
    align-items: center;
    font-size: 1.3rem;
}

.world-area-name h2 {
    padding: 0 0 0 20px;
    font-size: clamp(32px, 7vw, 46px);
    font-family: 'Open Sans';
    font-weight: 800;
    font-style: normal;
}

.world-area-description {
    margin: 40px 0;
}

.world-area-description p {
    margin: 30px 0;
    font-size: 1.1rem;
    letter-spacing: 0.1em;
}

.world-subarea {
    position: relative;
    padding: 15vh 30px;
    background-image: url("../images/common/background/antique_map.webp");
    background-size: cover;
}

@media screen and (min-width: 960px) {
    .world-subarea {
        padding: 20vh 30px;
    }
}

.world-subarea-top-container {
    width: 100vh;
}

.world-subarea-top-overlay {
    width: auto;
    height: auto;
    max-height: 200px;
}

.world-subarea-top-overlay object {
    position: absolute;
    z-index: 100;
    width: 100%;
    transform: scale(1.05);
    top: 0;
    left: 0;
}

.world-subarea-bottom-container {
    width: 100vh;
}

.world-subarea-bottom-overlay {
    width: auto;
    height: auto;
    max-height: 200px;
}

.world-subarea-bottom-overlay object {
    position: absolute;
    z-index: 10;
    width: 100%;
    transform: scale(-1.05, -1.05);
    left: 0;
    bottom: 0;
}

.world-subarea-title {
    margin: 50px 0;
    text-align: center;
    font-size: clamp(28px, 6vw, 32px);
    font-family: 'Open Sans';
    font-weight: 800;
    font-style: normal;
    color: #4D4D4D;
    z-index: 1000;
}

@media screen and (min-width: 960px) {
    .world-subarea-title {
        position: absolute;
        top: 100px;
        right: 20%;
        margin: 0;
    }
}

@media screen and (min-width: 960px) {
    .world-subarea .container {
        padding: 0 5%;
    }
}

.world-subarea .mt-15 {
    margin-top: 0;
}

@media screen and (min-width: 960px) {
    .world-subarea .mt-15 {
        margin-top: 15%;
    }
}

.world-subarea-item {
    position: relative;
    margin: 30px 0;
}

@media screen and (min-width: 960px) {
    .world-subarea-item {
        margin: 30px 0;
    }
}

.world-subarea-item .thumb {
    display: block;
    position: relative;
    border: solid 7px #fff;
    filter: drop-shadow(1px 1px 8px rgba(0, 0, 0, 0.3));
    color: #fff;
}

.world-subarea-item .thumb img {
    width: 100%;
    height: auto;
}

.world-subarea-item .thumb>div {
    position: absolute;
    right: -20px;
    bottom: -20px;
    font-family: "handsome-pro", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 0.8;
    font-size: clamp(24px, 11vw, 64px);
    filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.4));
    transform: rotate(-5deg);
    text-align: right;
}

.world-subarea-item .name {
    margin: 40px 0 20px 0;
    font-size: clamp(28px, 6vw, 32px);
    font-family: 'Open Sans';
    font-weight: 800;
    font-style: normal;
    color: #4D4D4D;
}

.world-subarea-item .name svg {
    margin: 0 10px 0 0;
    fill: #4D4D4D;
    animation: svgCogsRotate 10s infinite linear;
}

.world-subarea-item .description {
    margin: 20px 0;
    color: #4D4D4D;
}

.world-subarea-item .description p {
    margin: 20px 0;
}

.world-movie {
    padding: 5vh 10%;
    background: #fff;
    text-align: center;
}

.world-movie .movie-item {
    max-width: 600px;
    margin: 0 auto;
}

.world-movie .movie-item .movie-item-title {
    font-size: 16px;
}

.world-nav {
    padding: 80px 0 20vh 0;
    background: #fff;
}

.world-nav-swiper {
    position: relative;
    padding: 0 10%;
}

@media screen and (min-width: 960px) {
    .world-nav-swiper {
        padding: 0 5%;
    }
}

.world-nav-item {
    position: relative;
    display: block;
    user-select: none;
    text-align: center;
    color: #4D4D4D;
}

.world-nav-item.disabled {
    pointer-events: none;
    filter: grayscale(75%) opacity(0.35);
}

.world-nav-item:hover .thumb img {
    filter: brightness(120%);
}

@media screen and (min-width: 960px) {
    .world-nav-item:hover .landmark {
        transform: rotateX(0deg);
    }
}

.world-nav-item .thumb {
    filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.25));
}

.world-nav-item .thumb img {
    width: 100%;
    height: auto;
    transition: 0.5s;
    filter: brightness(90%);
}

.world-nav-item .name {
    margin: 10px 0 0 0;
    line-height: 1.3;
}

.world-nav-item .name>div:first-child {
    font-size: 0.9rem;
}

.world-nav-item .name>div:last-child {
    font-family: 'Open Sans';
    font-weight: 800;
    font-style: normal;
    font-size: 1.2rem;
}

.world-nav-item .landmark {
    z-index: 100;
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: auto;
    transition: 0.5s;
    transform: rotateX(0deg);
    transform-origin: center bottom;
    display: none;
}

@media screen and (min-width: 960px) {
    .world-nav-item .landmark {
        display: block;
        transform: rotateX(-90deg);
    }
}

.world-nav-item .landmark img {
    width: 100%;
    height: auto;
}

/*!
 * SORA NO KISEKI the 1st
 * (C) Nihon Falcom Corporation. All rights reserved.
 */
.character {
    position: relative;
}

.character-head {
    margin: 20px 0;
    padding: 0 20px;
    font-family: 'Open Sans';
    font-weight: 800;
    font-style: normal;
    color: #4D4D4D;
    font-size: clamp(24px, 6.5vw, 50px);
    text-align: center;
}

.character-main {
    z-index: 0;
    position: relative;
    padding: 150px 5%;
}

@media screen and (min-width: 960px) {
    .character-main {
        padding: 0 10%;
    }
}

.character-main .character-list-item {
    margin: 5px 15px;
}

.character-sub {
    position: relative;
    padding: 0 5%;
    margin: 100px 0;
}

@media screen and (min-width: 960px) {
    .character-sub {
        padding: 0 10%;
        margin: 150px 0;
    }
}

.character-head-container {
    margin: 20px 0;
    padding: 0 20px;
    font-family: 'Open Sans';
    font-weight: 800;
    font-style: normal;
    color: #4D4D4D;
    text-align: center;
}

.character-head-container .sub {
    font-size: clamp(12px, 3.25vw, 24px);
}

.character-head-container .name {
    font-size: clamp(24px, 6.5vw, 50px);
}

.character-sub::before {
    content: "";
    z-index: -2;
    position: absolute;
    bottom: 35px;
    left: 0;
    width: 100%;
    height: 50vh;
    background-size: cover;
    filter: opacity(0.75);
    overflow: hidden;
}

.character-sub::after {
    content: "";
    z-index: -1;
    position: absolute;
    bottom: 35px;
    left: 0;
    width: 100%;
    height: 50vh;
    background-image: url("../images/common/halftone/h600.png");
    background-size: contain;
    background-repeat: repeat-x;
}

.character-sub-link {
    margin: 80px 0 0 0;
    text-align: center;
}

.character-sub-rolent::before {
    background-image: url("../images/world/rolent/hero/hero_1600_01.webp");
}

.character-sub-bose::before {
    background-image: url("../images/world/bose/hero/hero_1600_01.webp");
}

.character-sub-ruan::before {
    background-image: url("../images/world/ruan/hero/hero_1600_01.webp");
}

.character-sub-zeiss::before {
    background-image: url("../images/world/zeiss/hero/hero_1600_01.webp");
}

.character-sub-grancel::before {
    background-image: url("../images/world/grancel/hero/hero_1600_01.webp");
}

.character-top-spacer {
    content: "";
    height: 20vh;
    width: 100%;
}

.character-single {
    position: relative;
    overflow: hidden;
}

.character-single-navi {
    z-index: 3;
    position: absolute;
    top: 100px;
    right: 10px;
}

.character-single-navi a {
    position: relative;
    display: inline-block;
    margin: 0 3px;
    padding: 5px 10px;
    color: #B5B5B5;
    font-family: 'Open Sans';
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
}

.character-single-navi a::after {
    position: absolute;
    left: 0;
    bottom: 3px;
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    background: #B5B5B5;
    transition: 0.3s;
    opacity: 0;
}

.character-single-navi a:hover::after {
    opacity: 1;
    bottom: 0;
}

.character-single-navi a.disabled {
    pointer-events: none;
    opacity: 0.3;
}

@media screen and (min-width: 960px) {
    .character-single-content {
        display: flex;
    }
}

.character-single-content .character-single-inner {
    padding: 20px;
}

@media screen and (min-width: 960px) {
    .character-single-content .character-single-inner {
        position: relative;
        max-width: 700px;
        padding: 30px 5%;
    }
}

.character-single-content-image {
    position: relative;
    padding: 15vh 0 10vh 0;
}

@media screen and (min-width: 960px) {
    .character-single-content-image {
        width: 50%;
        padding: 0;
    }
}

.character-single-content-image img {
    z-index: -2;
    position: relative;
    width: 100%;
    height: auto;
    transform: scale(1.2);
    pointer-events: none;
}

@media screen and (min-width: 960px) {
    .character-single-content-image img {
        transform: scale(1.1);
    }
}

.character-single-content-image .serif {
    position: absolute;
    top: 20vh;
    left: 5%;
}

@media screen and (min-width: 960px) {
    .character-single-content-image .serif {
        top: 35vh;
        left: 15%;
    }
}

.character-single-content-image .serif-inner {
    position: relative;
    writing-mode: vertical-rl;
    white-space: nowrap;
}

.character-single-content-image .serif-inner>div {
    display: block;
}

.character-single-content-image .serif-inner>div span {
    display: inline-block;
    padding: 15px 2px;
    font-family: 'Open Sans';
    font-weight: 800;
    font-style: normal;
    background: #F99D36;
    color: #fff;
    font-size: clamp(18px, 3.5vw, 26px);
    filter: drop-shadow(-5px 5px 1px rgba(0, 0, 0, 0.15));
    letter-spacing: 0.1em;
}

.character-single-content-image .serif-inner>div:nth-child(2) {
    margin: 10px;
}

.character-single-content-image .serif-inner>div:nth-child(2) {
    margin: 50px 10px 10px 10px;
}

.character-single-content-image .serif-inner>div:nth-child(3) {
    margin: 10px;
}

.character-single-content-image .serif-inner>div:nth-child(4) {
    margin: 10px;
}

.character-single-content-text {
    padding: 0 15px;
}

@media screen and (min-width: 960px) {
    .character-single-content-text {
        margin: 55vh 0 0 0;
        padding: 0;
        width: 50%;
    }
}

.character-single-content-text .profile {
    z-index: 0;
    position: relative;
}

.character-single-content-text .name {
    z-index: 0;
    position: relative;
    background: #F99D36;
    color: #fff;
    font-family: 'Open Sans';
    font-weight: 800;
    font-style: normal;
    border-radius: 20px 20px 0 0;
    line-height: 1;
}

@media screen and (min-width: 960px) {
    .character-single-content-text .name {
        border-radius: 40px 0 0 0;
    }
}

.character-single-content-text .name h1 {
    z-index: 3;
    position: relative;
    font-size: clamp(28px, 5.5vw, 48px);
    white-space: nowrap;
}

.character-single-content-text .name .spell {
    position: relative;
    margin: 5px 0 0 0;
    font-size: clamp(14px, 2vw, 22px);
    font-family: 'Open Sans';
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.2em;
}

.character-single-content-text .name .cv {
    z-index: 3;
    position: absolute;
    left: 30%;
    width: 100%;
    bottom: -15px;
    padding: 0 20px;
    background: #fff;
    color: #F99D36;
    border-radius: 50px 0 0 50px;
    line-height: 30px;
    filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.2));
    font-family: 'Open Sans';
    font-weight: 500;
    font-style: normal;
}

@media screen and (min-width: 960px) {
    .character-single-content-text .name .cv {
        left: 30%;
        bottom: -20px;
        padding: 0 30px;
        line-height: 40px;
    }
}

.character-single-content-text .name .cv strong {
    margin: 0 0 0 10px;
    font-family: 'Open Sans';
    font-weight: 800;
    font-style: normal;
    font-size: clamp(18px, 3.5vw, 26px);
}

.character-single-content-text .name .video {
    z-index: 2;
    position: absolute;
    top: -65%;
    right: -10%;
    width: 40%;
    border-radius: 50%;
    overflow: hidden;
    aspect-ratio: 1/1;
}

@media screen and (min-width: 960px) {
    .character-single-content-text .name .video {
        top: -100%;
        right: 5%;
        width: 30%;
    }
}

.character-single-content-text .name .video video {
    width: 100%;
    height: auto;
    pointer-events: none;
    user-select: none;
}

.character-single-content-text .name .cogs {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 250px;
    overflow: hidden;
}

@media screen and (min-width: 960px) {
    .character-single-content-text .name .cogs {
        height: 100%;
        width: 350px;
    }
}

.character-single-content-text .name .component-cogs {
    position: absolute;
    left: 0;
    top: -20px;
    mix-blend-mode: lighten;
    transform: scale(1.3);
    transform-origin: left center;
    opacity: 0.2;
}

.character-single-content-text .name .component-cogs svg {
    fill: #fff;
}

.character-single-content-text .body {
    z-index: -1;
    position: relative;
    background: rgba(249, 249, 249, 0.8);
    border-radius: 0 0 20px 20px;
    color: #4D4D4D;
}

@media screen and (min-width: 960px) {
    .character-single-content-text .body {
        border-radius: 0 0 0 40px;
    }
}

.character-single-content-text .body .inner {
    padding: 30px 5% 0 5%;
}

.character-single-content-text .body .catch {
    margin: 30px 0;
    font-family: 'Open Sans';
    font-weight: 700;
    font-style: normal;
    font-size: 1.2em;
}

@media screen and (min-width: 960px) {
    .character-single-content-text .body .catch {
        font-size: 1.5em;
    }
}

.character-single-content-text .body .description p {
    margin: 20px 0;
}

@media screen and (min-width: 960px) {
    .character-single-content-text .body .description p {
        font-size: 1.1rem;
    }
}

.character-single-ss-swiper {
    position: relative;
    padding: 0 2.5%;
    transform: translateY(50px);
}

.character-single-ss-swiper .swiper-button-next,
.character-single-ss-swiper .swiper-button-prev {
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.25));
    transition: 0.2s;
}

.character-single-ss-swiper .swiper-button-next:hover,
.character-single-ss-swiper .swiper-button-prev:hover {
    transform: scale(1.1);
}

.character-single-ss-swiper .swiper-button-next::after,
.character-single-ss-swiper .swiper-button-prev::after {
    content: "" !important;
}

.character-single-ss-swiper .swiper-button-next {
    right: -5px;
}

.character-single-ss-swiper .swiper-button-prev {
    left: -5px;
}

.character-single-ss-swiper .swiper-pagination {
    z-index: 3;
    right: 0 !important;
    left: unset !important;
    bottom: -45px !important;
    width: auto !important;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.25));
    user-select: none;
}

.character-single-ss-swiper .swiper-pagination .swiper-pagination-bullet {
    z-index: 4;
    position: relative;
    margin: 0 10px !important;
    width: 15px;
    height: 15px;
    background: #fff;
    opacity: 1;
    user-select: none;
}

.character-single-ss-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #F99D36;
}

.character-single-ss-item {
    display: block;
    filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.5));
    overflow: hidden;
    outline: none;
    user-select: none;
}

.character-single-ss-item:hover img {
    transform: scale(1.03);
}

.character-single-ss-item img {
    width: 100%;
    height: auto;
    transition: 0.5s;
}

.character-single-spec {
    position: relative;
    z-index: -1;
    margin: 80px 0 0 0;
}

.character-single-spec img {
    width: 100%;
    height: auto;
    pointer-events: none;
}

.character-single-spec dl div {
    margin: 20px 0;
    padding: 0 20px;
    line-height: 1.2;
}

.character-single-spec dl dt {
    font-size: 0.9rem;
    color: #049DD9;
    font-family: 'Open Sans';
    font-weight: 700;
    font-style: normal;
}

.character-single-spec dl dd {
    color: #035AA7;
    font-size: 1.4rem;
    font-family: 'Open Sans';
    font-weight: 900;
    font-style: normal;
}

.character-single-background {
    z-index: -5;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

@media screen and (min-width: 960px) {
    .character-single-background {
        display: block;
    }
}

.character-single-background img {
    width: 100%;
    height: auto;
}

.character-single-cog {
    z-index: -4;
    position: absolute;
    top: 40vh;
    left: -20%;
    width: 90%;
    content: "";
    background-image: url("../images/common/background/landscape.webp");
    background-size: cover;
    aspect-ratio: 1/1;
    border-radius: 50%;
    mix-blend-mode: darken;
}

@media screen and (min-width: 960px) {
    .character-single-cog {
        top: 60vh;
        width: 55%;
    }
}

.character-single-cog .frame {
    position: relative;
    width: 100%;
    height: 100%;
    animation: svgCogsRotate 200s infinite linear;
    vertical-align: bottom;
}

.character-single-cog .frame img {
    width: 100%;
    height: 100%;
    transform: scale(1.02);
}

.chharacter-single-list {
    margin: 150px 0 100px 0;
    padding: 20px 5%;
    overflow: hidden;
}

.character-single-toplink {
    margin: 100px 0 200px 0;
    text-align: center;
}

/*!
 * SORA NO KISEKI the 1st
 * (C) Nihon Falcom Corporation. All rights reserved.
 */
.movie {
    position: relative;
}

.movie-group {
    padding: 10vh 2.5%;
}

.movie-group:last-child {
    padding: 10vh 2.5% 20vh 2.5%;
}

@media screen and (min-width: 960px) {
    .movie-group {
        padding: 0 5% 10vh 5%;
    }

    .movie-group:last-child {
        padding: 0 5% 30vh 5%;
    }
}

.movie-group-title {
    margin: 0 0 80px 0;
    padding: 0 20px;
    font-family: 'Open Sans';
    font-weight: 800;
    font-style: normal;
    color: #4D4D4D;
    font-size: clamp(24px, 6vw, 36px);
    text-align: center;
}

.movie-item {
    position: relative;
    margin: 20px;
}

.movie-item button {
    position: relative;
    filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.5));
}

.movie-item button:hover .movie-item-btn {
    transform: translateY(-50%) translateX(-50%) scale(1.1);
}

.movie-item button:hover .movie-item-thumb {
    filter: brightness(110%);
}

.movie-item-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    transform: translateY(-50%) translateX(-50%);
    transition: 0.3s;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
}

.movie-item-thumb {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    filter: brightness(85%);
    transition: 0.5s;
    will-change: filter;
}

.movie-item-thumb img {
    width: 100%;
    height: auto;
}

.movie-item-title {
    margin: 15px 0;
    text-align: center;
    font-size: 1.3rem;
    font-family: 'Open Sans';
}

/*!
 * SORA NO KISEKI the 1st
 * (C) Nihon Falcom Corporation. All rights reserved.
 */
.system {
    position: relative;
}

.system-top {
    padding: 20vh 0 0 0;
}

@media screen and (min-width: 960px) {
    .system-top {
        padding: 0;
    }
}

.system-top-catch {
    position: relative;
}

@media screen and (min-width: 960px) {
    .system-top-catch {
        margin: 5vh 0 10vh 0;
    }
}

.system-top-catch .deco {
    margin: 50px 0;
    color: #B5B5B5;
    text-align: center;
    letter-spacing: 0.5em;
    font-size: 12px;
}

@media screen and (min-width: 960px) {
    .system-top-catch .deco {
        font-size: 1rem;
    }
}

.system-top-catch .text {
    padding: 0 5%;
    margin: 50px 0;
    line-height: 1;
    letter-spacing: normal;
    background: linear-gradient(to bottom, #00096B, #035AA7);
    background-clip: text;
    color: transparent;
    filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.2));
    font-family: 'Open Sans';
    font-weight: 800;
    font-style: normal;
}

@media screen and (min-width: 960px) {
    .system-top-catch .text {
        padding: 0 10% 3% 10%;
    }
}

.system-top-catch .text .s1 {
    font-size: clamp(16px, 5vw, 48px);
}

@media screen and (min-width: 960px) {
    .system-top-catch .text .s1 {
        text-align: right;
        white-space: nowrap;
    }
}

.system-top-catch .text .s2 {
    margin: 10px 0 0 0;
    font-size: clamp(28px, 10vw, 90px);
    text-align: right;
}

.system-top-catch .left-cogs {
    z-index: -1;
    position: absolute;
    top: 17%;
    right: 50%;
    transform: scale(1);
}

@media screen and (min-width: 960px) {
    .system-top-catch .left-cogs {
        top: -30%;
        right: 50%;
        transform: scale(1.8);
    }
}

.system-top-catch .left-cogs svg {
    fill: rgb(244.75, 244.75, 244.75);
}

.system-top-catch .right-cogs {
    z-index: -1;
    position: absolute;
    bottom: -10%;
    right: 0;
    transform: scale(-0.8, 0.8);
}

@media screen and (min-width: 960px) {
    .system-top-catch .right-cogs {
        bottom: 10%;
        right: 15%;
        transform: scale(-1.5, 1.5);
    }
}

.system-top-catch .right-cogs svg {
    fill: rgb(244.75, 244.75, 244.75);
}

.system-top-video {
    position: relative;
    padding-bottom: 3%;
    margin: 10vh 0;
    text-align: center;
}

.system-top-video video {
    max-width: 85%;
    height: auto;
    pointer-events: none;
    filter: drop-shadow(1px 1px 10px rgba(0, 0, 0, 0.35));
}

@media screen and (min-width: 960px) {
    .system-top-video video {
        max-width: 60%;
    }
}

.system-orbment-img {
    z-index: -10;
    position: absolute;
    top: 5vh;
    right: 0;
}

@media screen and (min-width: 960px) {
    .system-orbment-img {
        top: -10vh;
    }
}

.system-orbment-img img {
    max-width: 150vw;
    height: auto;
}

.system-top-swiper {
    position: relative;
    margin: 0 0 50px 0;
}

@media screen and (min-width: 960px) {
    .system-top-swiper {
        margin: 0;
    }
}

.system-top-swiper::before,
.system-top-swiper::after {
    position: absolute;
    content: "";
    display: none;
    width: 50%;
    height: 50%;
    bottom: 0;
}

@media screen and (min-width: 960px) {

    .system-top-swiper::before,
    .system-top-swiper::after {
        display: block;
    }
}

.system-top-swiper::before {
    left: 0;
    background: #F99D36;
}

.system-top-swiper::after {
    right: 0;
    background: #0577BE;
}

.system-top-swiper .swiper-wrapper {
    transition-timing-function: linear;
}

.system-top-swiper .swiper-slide img {
    width: 100%;
    height: auto;
    will-change: filter;
    transition: 0.5s;
}

.system-top-swiper .swiper-slide a {
    display: block;
    overflow: hidden;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.25));
}

.system-top-swiper .swiper-slide a:hover img {
    transform: scale(1.05);
}

.system-orbment-swiper {
    position: relative;
    margin: 0 0 50px 0;
}

@media screen and (min-width: 960px) {
    .system-orbment-swiper {
        margin: 0;
    }
}

.system-orbment-swiper .swiper-wrapper {
    transition-timing-function: linear;
}

.system-orbment-swiper .swiper-slide img {
    width: 100%;
    height: auto;
    will-change: filter;
    transition: 0.5s;
}

.system-orbment-swiper .swiper-slide a {
    display: block;
    overflow: hidden;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.25));
}

.system-orbment-swiper .swiper-slide a:hover img {
    transform: scale(1.05);
}

.system-top-battle {
    z-index: 1;
    position: relative;
    color: #fff;
}

@media screen and (min-width: 960px) {
    .system-top-battle {
        display: flex;
        overflow: hidden;
    }
}

.system-top-battle::before {
    z-index: 1;
    content: "";
    position: absolute;
    display: none;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    aspect-ratio: 1/1;
    background-image: url("../images/system/top/bracer.webp");
    background-size: contain;
    opacity: 0.75;
}

@media screen and (min-width: 960px) {
    .system-top-battle::before {
        display: block;
    }
}

.system-top-battle>div {
    position: relative;
}

@media screen and (min-width: 960px) {
    .system-top-battle>div {
        display: flex;
        width: 50%;
    }
}

.system-top-battle-quick {
    justify-content: flex-end;
    background: #F99D36;
}

.system-top-battle-quick .title {
    text-align: right;
}

.system-top-battle-command {
    background: #0577BE;
    border-bottom: solid 3px #fff;
}

@media screen and (min-width: 960px) {
    .system-top-battle-command {
        border-bottom: none;
    }
}

.system-top-battle .inner {
    z-index: 2;
    position: relative;
    padding: 10vh 30px 20vh 30px;
}

@media screen and (min-width: 960px) {
    .system-top-battle .inner {
        padding: 15vh 50px;
        width: 700px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}

.system-top-battle .title div {
    letter-spacing: 0.5em;
}

.system-top-battle .title h2 {
    font-family: 'Open Sans';
    font-weight: 800;
    font-style: normal;
    font-size: clamp(28px, 10vw, 64px);
    letter-spacing: -0.05em;
    filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.25));
}

.system-top-battle .description {
    margin: 60px 0;
}

.system-top-battle .description p {
    margin: 25px 0;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
}

.system-top-battle .swiper-container {
    position: relative;
}

.system-top-battle .swiper-container .swiper-slide a {
    display: block;
    user-select: none;
    outline: none;
    filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.25));
}

.system-top-battle .swiper-container .swiper-slide img {
    width: 100%;
    height: auto;
}

.system-top-battle .swiper-container .swiper-pagination {
    z-index: 3;
    bottom: -60px !important;
    user-select: none;
}

.system-top-battle .swiper-container .swiper-pagination .swiper-pagination-bullet {
    z-index: 4;
    position: relative;
    margin: 0 10px !important;
    width: 15px;
    height: 15px;
    background: #fff;
    opacity: 1;
    user-select: none;
}

.system-top-battle .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background: #F99D36;
}

.system-top-battle .swiper-container.system-quick-swiper .swiper-pagination-bullet-active {
    background: #0577BE;
}

.system-top-cog {
    z-index: -4;
    position: absolute;
    top: 0;
    left: -20%;
    width: 90%;
    content: "";
    background-image: url("../images/common/background/landscape.webp");
    background-size: cover;
    aspect-ratio: 1/1;
    border-radius: 50%;
    mix-blend-mode: darken;
}

@media screen and (min-width: 960px) {
    .system-top-cog {
        top: -50%;
        width: 55%;
    }
}

.system-top-cog .frame {
    position: relative;
    width: 100%;
    height: 100%;
    animation: svgCogsRotate 200s infinite linear;
    vertical-align: bottom;
}

.system-top-cog .frame img {
    width: 100%;
    height: 100%;
    transform: scale(1.02);
}

.system-orbment-body {
    padding: 200px 20px 0 20px;
    color: #4D4D4D;
}

.system-orbment-body .description {
    margin: 40px 0;
}

.system-orbment-body .description p {
    margin: 20px 0;
    font-size: 1.1rem;
}

.system-orbment-body .swiper-container {
    position: relative;
}

.system-orbment-body .swiper-container .swiper-slide a {
    display: block;
    user-select: none;
    outline: none;
    filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.25));
}

.system-orbment-body .swiper-container .swiper-slide img {
    width: 100%;
    height: auto;
}

.system-orbment-body .swiper-container .swiper-pagination {
    z-index: 3;
    bottom: -60px !important;
    user-select: none;
}

.system-orbment-body .swiper-container .swiper-pagination .swiper-pagination-bullet {
    z-index: 4;
    position: relative;
    margin: 0 10px !important;
    width: 15px;
    height: 15px;
    background: #4D4D4D;
    opacity: 1;
    user-select: none;
}

.system-orbment-body .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background: #F99D36;
}

.system-orbment-body .system-quartz-text {
    margin: 100px 0 50px 0;
}

@media screen and (min-width: 960px) {
    .system-orbment-body .system-quartz-text {
        padding: 0 40px;
        margin: 20px 0;
    }
}

.system-orbment-body .system-orbment-auto {
    margin: 150px 0 0 0;
    text-align: center;
}

.system-orbment-body .system-orbment-auto .catch {
    font-family: 'Open Sans';
    font-weight: 800;
    font-style: normal;
    font-size: clamp(22px, 3.5vw, 32px);
}

.system-keyword {
    font-family: 'Open Sans';
    font-weight: 800;
    font-style: normal;
    font-size: 1.5rem;
}

.system-keyword span {
    display: inline-block;
    padding: 0 20px;
    margin: 0 20px 0 0;
    border-radius: 50px;
    background: #F99D36;
    color: #fff;
    font-family: 'Open Sans';
    font-weight: 500;
    font-style: normal;
    font-size: 0.9rem;
    vertical-align: middle;
}

.system-note-block {
    position: relative;
    margin: 50px 15px;
    padding: 25px;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
    border-radius: 30px;
    background: #fff;
}

@media screen and (min-width: 960px) {
    .system-note-block {
        margin: 50px 30px;
        padding: 80px 50px;
        border-radius: 50px;
    }
}

.system-note-block .body {
    color: #4D4D4D;
}

@media screen and (min-width: 960px) {
    .system-note-block .body {
        padding: 0 50px;
    }
}

.system-note-block .headline {
    margin: 50px 0 0 0;
    font-size: clamp(22px, 6vw, 42px);
    letter-spacing: normal;
    font-family: 'Open Sans';
    font-weight: 800;
    font-style: normal;
}

@media screen and (min-width: 960px) {
    .system-note-block .headline {
        margin: 0;
    }
}

.system-note-block .description {
    margin: 40px 0;
}

.system-note-block .description p {
    margin: 20px 0;
    font-size: 1.1rem;
}

.system-note-block .description strong {
    display: block;
    padding: 10px 20px;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    background: #F99D36;
    line-height: 1.2;
}

.system-note-block .swiper-container {
    position: relative;
}

.system-note-block .swiper-container .swiper-slide a {
    display: block;
    user-select: none;
    outline: none;
    filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.25));
}

.system-note-block .swiper-container .swiper-slide img {
    width: 100%;
    height: auto;
}

.system-note-block .swiper-container .swiper-pagination {
    z-index: 3;
    bottom: -40px !important;
    user-select: none;
}

.system-note-block .swiper-container .swiper-pagination .swiper-pagination-bullet {
    z-index: 4;
    position: relative;
    margin: 0 10px !important;
    width: 15px;
    height: 15px;
    background: #4D4D4D;
    opacity: 1;
    user-select: none;
}

.system-note-block .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background: #F99D36;
}

.system-nav {
    padding: 100px 0 200px 0;
}

/*!
 * SORA NO KISEKI the 1st
 * (C) Nihon Falcom Corporation. All rights reserved.
 */
.product {
    position: relative;
    padding: 15vh 0 20vh 0;
}

@media screen and (min-width: 960px) {
    .product {
        padding: 0 0 30vh 0;
    }
}

.product-limited {
    padding: 10px;
}

.product-summary {
    position: relative;
    padding: 7.5vh 0 0 0;
}

@media screen and (min-width: 960px) {
    .product-summary {
        padding: 5vh 0 0 0;
    }
}

.product-summary-catch {
    position: relative;
}

.product-summary-catch .deco {
    margin: 50px 0;
    color: #B5B5B5;
    text-align: center;
    letter-spacing: 0.5em;
    font-size: 12px;
}

@media screen and (min-width: 960px) {
    .product-summary-catch .deco {
        font-size: 1rem;
    }
}

.product-summary-catch .text {
    padding: 0 5%;
    margin: 50px 0;
    line-height: 1;
    letter-spacing: -0.2em;
    background: linear-gradient(to bottom, #00096B, #035AA7);
    background-clip: text;
    color: transparent;
    filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.2));
    font-family: 'Open Sans';
    font-weight: 800;
    font-style: normal;
}

@media screen and (min-width: 960px) {
    .product-summary-catch .text {
        padding: 0 10%;
    }
}

.product-summary-catch .text .s1 {
    font-size: clamp(28px, 10vw, 72px);
}

@media screen and (min-width: 960px) {
    .product-summary-catch .text .s1 {
        text-align: center;
        white-space: nowrap;
    }
}

.product-summary-catch .text .s1 span {
    display: block;
    font-size: 0.8em;
    margin: 0 0 0 20%;
}

@media screen and (min-width: 960px) {
    .product-summary-catch .text .s1 span {
        display: inline-block;
        margin: 0;
    }
}

.product-summary-catch .text .s2 {
    margin: 10px 0 0 0;
    font-size: clamp(36px, 12vw, 90px);
    text-align: right;
}

.product-summary-catch .left-cogs {
    z-index: -1;
    position: absolute;
    top: 17%;
    left: 15%;
    transform: scale(1);
}

@media screen and (min-width: 960px) {
    .product-summary-catch .left-cogs {
        top: 10%;
        left: 25%;
        transform: scale(1.8);
    }
}

.product-summary-catch .left-cogs svg {
    fill: rgb(244.75, 244.75, 244.75);
}

.product-summary-catch .right-cogs {
    z-index: -1;
    position: absolute;
    bottom: -10%;
    right: 20%;
    transform: scale(-0.8, 0.8);
}

@media screen and (min-width: 960px) {
    .product-summary-catch .right-cogs {
        bottom: 10%;
        right: 20%;
        transform: scale(-1.5, 1.5);
    }
}

.product-summary-catch .right-cogs svg {
    fill: rgb(244.75, 244.75, 244.75);
}

.product-summary-body {
    margin: 80px 0;
    padding: 0 20px;
}

@media screen and (min-width: 960px) {
    .product-summary-body {
        margin: 100px 0;
    }
}

.product-summary-body p {
    margin: 40px 0;
    font-family: 'Open Sans';
    font-weight: 800;
    font-style: normal;
    font-size: 24px;
    text-align: center;
    color: #4D4D4D;
    line-height: 2;
    font-size: clamp(18px, 4vw, 24px);
}

.product-summary-body p br {
    display: none;
}

@media screen and (min-width: 960px) {
    .product-summary-body p br {
        display: block;
    }
}

/*!
 * SORA NO KISEKI the 1st
 * (C) Nihon Falcom Corporation. All rights reserved.
 */

.topics {
    position: relative;
}

.topics-archive {
    padding: 20vh 5px;
}

@media screen and (min-width: 960px) {
    .topics-archive {
        padding: 5vh 5px 20vh 5px;
    }
}

.topics-archive .row>div {
    padding: 10px;
}

@media screen and (min-width: 960px) {
    .topics-archive .row>div {
        padding: 20px;
    }
}

/*!
 * SORA NO KISEKI the 1st
 * (C) Nihon Falcom Corporation. All rights reserved.
 */
.trial {
    padding: 0 0 15vh 0;
    background: #fff;
}

.trial-top {
    position: relative;
    padding: 10vh 0 0 0;
}

@media screen and (min-width: 960px) {
    .trial-top {
        padding: 0;
    }
}

.trial-top img {
    width: 100%;
    height: auto;
}

.trial-platform {
    background: linear-gradient(to right, #003ab6, #00e1fd);
}

.trial-platform img {
    max-width: 100%;
    height: auto;
}

.trial-conversion {
    padding: 5vh 15px;
}

.trial-conversion-head {
    margin: 0 0 50px 0;
    font-family: 'Open Sans';
    font-weight: 800;
    font-style: normal;
    text-align: center;
    font-size: clamp(24px, 7vw, 50px);
    background: linear-gradient(to right, #003ab6 30%, #00e1fd 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.trial-main {
    position: relative;
}

.trial-main::before {
    z-index: 0;
    content: "";
    position: absolute;
    top: 15%;
    left: 0;
    width: 100%;
    height: 70%;
    background: url("../images/common/background/landscape.webp");
    background-position: center center;
    background-size: cover;
}

.trial-main-content {
    margin: 50px 15px;
    background: #fff;
    border-radius: 30px;
    filter: drop-shadow(1px 1px 10px rgba(0, 0, 0, 0.25));
}

@media screen and (min-width: 960px) {
    .trial-main-content {
        border-radius: 50px;
        padding: 40px 0;
    }
}

.trial-main .body {
    padding: 40px;
}

@media screen and (min-width: 960px) {
    .trial-main .body {
        padding: 40px 80px;
    }
}

.trial-main .about {
    font-size: 1.1rem;
    color: #4D4D4D;
}

@media screen and (min-width: 960px) {
    .trial-main .about {
        font-size: 1.2rem;
    }
}

.trial-main p {
    margin: 25px 0;
}

.trial-main p u {
    color: #035AA7;
    font-family: 'Open Sans';
    font-weight: 700;
    font-style: normal;
}

.trial-main ul {
    padding: 0 0 0 30px;
    color: #4D4D4D;
}

.trial-main h3 {
    display: inline-block;
    padding: 10px 30px;
    background: #035AA7;
    border-radius: 0 50px 50px 0;
    color: #fff;
    font-family: 'Open Sans';
    font-weight: 800;
    font-style: normal;
    font-size: clamp(18px, 3vw, 26px);
}

@media screen and (min-width: 960px) {
    .trial-main h3 {
        padding: 0 80px;
    }
}

.trial-main .notice {
    margin: 50px 0;
    color: #4D4D4D;
}

.trial-main .notice li {
    position: relative;
    margin: 10px 0;
    list-style: none;
}

.trial-main .notice li::before {
    content: "※";
    position: absolute;
    left: -30px;
    top: 0;
}

.trial-swiper {
    margin: 0 0 50px 0;
}

.trial-swiper .swiper-wrapper {
    transition-timing-function: linear;
}

.trial-swiper-item {
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
    will-change: filter;
}

.trial-swiper-item img {
    width: 100%;
    height: auto;
}

/*!
 * SORA NO KISEKI the 1st
 * (C) Nihon Falcom Corporation. All rights reserved.
 */
.dlc {
    position: relative;
    padding: 15vh 0;
}

@media screen and (min-width: 960px) {
    .dlc {
        padding: 0 0 30vh 0;
    }
}

.dlc-items {
    margin: 100px 0;
}

.dlc-items>div {
    padding: 15px;
}

.dlc-item {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 20px;
    filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.25));
    background: #fff;
}

.dlc-item-text {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 20px 30px;
}

.dlc-item-release {
    color: #4d4d4d;
    font-size: 0.85rem;
    letter-spacing: 0.1em;
    font-family: 'Open Sans';
}

.dlc-item-name {
    font-family: 'Open Sans';
    font-weight: 700;
    font-style: normal;
    margin: 10px 0 30px 0;
    color: #035AA7;
    line-height: 1.4;
}

.dlc-item-price {
    text-align: center;
    margin: auto 0 0 0;
    font-family: 'Open Sans';
    font-weight: 800;
    font-style: normal;
    color: #4d4d4d;
    font-size: 1.5rem;
}

.dlc-item-price span {
    font-family: 'Open Sans';
    font-weight: 500;
    font-style: normal;
    font-size: 0.7em;
}

.dlc-notice {
    display: flex;
    justify-content: center;
    font-family: 'Open Sans';
}

@media screen and (min-width: 960px) {
    .dlc-notice {
        padding: 0 20px;
    }
}

.dlc-notice ul {
    padding: 0 0 0 20px;
    list-style-type: none;
}

.dlc-notice ul li {
    font-size: 0.75rem;
}

/*!
 * SORA NO KISEKI the 1st
 * (C) Nihon Falcom Corporation. All rights reserved.
 */

.recipe-top-catch {
    position: relative;
}

@media screen and (min-width: 960px) {
    .recipe-top-catch {
        margin: 5vh 0 10vh 0;
    }
}

.recipe-top-catch .deco {
    margin: 50px 0;
    color: #B5B5B5;
    text-align: center;
    letter-spacing: 0.5em;
    font-size: 12px;
}

@media screen and (min-width: 960px) {
    .recipe-top-catch .deco {
        font-size: 1rem;
    }
}

.recipe-top-catch .text {
    padding: 0 5%;
    margin: 50px 0;
    line-height: 1;
    letter-spacing: normal;
    background: linear-gradient(to bottom, #00096B, #035AA7);
    background-clip: text;
    color: transparent;
    filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.2));
    font-family: 'Open Sans';
    font-weight: 800;
    font-style: normal;

}

.recipe-top-catch .text .s1 {
    font-size: clamp(16px, 5vw, 48px);
}

@media screen and (min-width: 960px) {
    .recipe-top-catch .text .s1 {
        text-align: center;
        white-space: normal;
    }
}

.recipe-top-catch .text .s2 {
    margin: 10px 0 0 0;
    font-size: clamp(28px, 10vw, 90px);
    text-align: center;
}

@media screen and (min-width: 960px) {
    .recipe-top-catch .text {
        padding: 0 3% 3% 3%;
    }
}

.recipe-catch {
    margin: 80px 0;
    padding: 0 20px;
}

@media screen and (min-width: 960px) {
    .recipe-catch {
        margin: 100px 0;
    }
}

.recipe-catch-body p {
    margin: 20px 5%;
    font-family: 'Open Sans';
    font-weight: 600;
    font-style: normal;
    font-size: 24px;
    text-align: center;
    color: #4D4D4D;
    line-height: 2;
    font-size: clamp(18px, 4vw, 24px);
}

.recipe-main {
    padding-top: 5%;
    padding-bottom: 15%;
}

.recipe-link {
    display: flex;
    margin: 20px 0;
    justify-content: center;
    align-items: center;
}

.recipe-link a {
    margin: 15px 0;
    max-width: 60%;
    min-width: 40%;
}

.recipe-top-catch .left-cogs {
    z-index: -1;
    position: absolute;
    top: 17%;
    right: 50%;
    transform: scale(1);
}

@media screen and (min-width: 960px) {
    .recipe-top-catch .left-cogs {
        top: -30%;
        right: 70%;
        transform: scale(1.8);
    }
}

.recipe-top-catch .left-cogs svg {
    fill: rgb(244.75, 244.75, 244.75);
}

.recipe-top-catch .right-cogs {
    z-index: -1;
    position: absolute;
    bottom: -10%;
    right: 0;
    transform: scale(-0.8, 0.8);
}

@media screen and (min-width: 960px) {
    .recipe-top-catch .right-cogs {
        bottom: 10%;
        right: 15%;
        transform: scale(-1.5, 1.5);
    }
}

.recipe-top-catch .right-cogs svg {
    fill: rgb(244.75, 244.75, 244.75);
}


/*# sourceMappingURL=main.css.map */