* {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}

#bgVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

.container {
    position: relative;
    overflow: auto;
    width: 100%;
    height: 100%;
}

.toplogo {
    position: absolute;
    height: auto;
    width: 3%;
    border-radius: 50%;
    background-position: center;
    background-position: left;
    margin-left: 35px;
    margin-top: 5px;
}

.toplogo1 {
    float: left;
    height: auto;
    width: 3%;
    border-radius: 20%;
    margin-top: 5px;
    margin-left: 1700px;
}

.music-on {
    position: fixed;
    top: 18px;
    left: 70px;
    z-index: 10000;
}

#toplogo2 {
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.nav.PC {
    position: absolute;
    height: 3.802vw;
    left: 18.229vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}

#toplogo3 {
    position: absolute;
    height: auto;
    width: 4%;
    margin-left: 350px;
    margin-top: 25px;
}

.item.active .active {
    position: relative;
    display: inline-block;
    height: 100%;
    width: auto;
    cursor: pointer;
    margin-right: 3vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}

.top {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    min-width: 1280px;
    height: 66px;
    background-color: rgba(17, 17, 17, 0.75);
    box-shadow: 0 3px 7px 0 rgb(0 0 0 / 35%);
}

.right-col {
    float: right;
    margin-right: 2%;
}

#icon {
    width: 80px;
    cursor: pointer;
}

.header__navwrap {
    display: inline-block;
    position: relative;
    margin-left: -34px;
}

.header__navbar {
    display: inline-block;
    list-style-type: none;
    padding-right: 10px;
    margin-left: 40px;
}

.header__navbar .header__navitem {
    font-size: 14px;
    margin: 0 15px !important;
}

.header__navitem:hover,
.header__navitem--focus {
    text-shadow: 0 0 10px #69e0ff, 0 0 20px #69e0ff, 0 0 40px #69e0ff;
    color: #fff;
}

.header__logo {
    position: fixed;
    float: left;
    margin-left: 8px;
    width: 317px;
    height: 105px;
}

.header__logo img {
    margin-left: 20px;
}

#version {
    color: #FFFFFF;
    position: absolute;
    background-position: left;
    margin-left: 1305px;
    margin-top: 980px;
    font-size: 20px;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    -webkit-text-size-adjust: none
}

mark {
    background-color: transparent;
    color: inherit
}

input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input[type="text"],
input[type="email"],
select,
textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none
}

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

body {
    line-height: 1.0;
    min-height: var(--viewport-height);
    min-width: 320px;
    overflow-x: hidden;
    word-wrap: break-word;
}

#bg:before {
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.349), rgba(0, 0, 0, 0.349));
    background-position: 0% 0%;
    background-repeat: repeat;
    background-size: auto;
}

#bg {
    background-attachment: scroll;
    height: var(--background-height);
    left: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    transform: scale(1);
    width: 100vw;
    z-index: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#bg video {
    bottom: 0;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    width: 100%;
}

body:after {
    background-color: #000000;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transform: scale(1);
    transition: opacity 1s ease-in-out 0s, visibility 1s 0s;
    visibility: hidden;
    width: 100%;
    z-index: 1;
}

body.is-loading:after {
    opacity: 1;
    visibility: visible;
}

:root {
    --background-height: 100vh;
    --site-language-alignment: left;
    --site-language-direction: ltr;
    --site-language-flex-alignment: flex-start;
    --site-language-indent-left: 1;
    --site-language-indent-right: 0;
    --viewport-height: 100vh;
}

html {
    font-size: 18pt;
}

u {
    text-decoration: underline;
}

strong {
    color: inherit;
    font-weight: bolder;
}

em {
    font-style: italic;
}

code {
    background-color: rgba(144, 144, 144, 0.25);
    border-radius: 0.25em;
    font-family: 'Lucida Console', 'Courier New', monospace;
    font-size: 0.9em;
    font-weight: normal;
    letter-spacing: 0;
    margin: 0 0.25em;
    padding: 0.25em 0.5em;
    text-indent: 0;
}

mark {
    background-color: rgba(144, 144, 144, 0.25);
}

s {
    text-decoration: line-through;
}

sub {
    font-size: smaller;
    vertical-align: sub;
}

sup {
    font-size: smaller;
    vertical-align: super;
}

a {
    color: inherit;
    text-decoration: underline;
    transition: color 0.25s ease;
}

#wrapper {
    -webkit-overflow-scrolling: touch;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: var(--viewport-height);
    overflow: hidden;
    position: relative;
    z-index: 2;
}

#main {
    --alignment: left;
    --flex-alignment: flex-start;
    --indent-left: 1;
    --indent-right: 0;
    --border-radius-tl: 0;
    --border-radius-tr: 0;
    --border-radius-br: 0;
    --border-radius-bl: 0;
    align-items: center;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    justify-content: center;
    max-width: 100%;
    position: relative;
    text-align: var(--alignment);
    z-index: 1;
    transition: opacity 1s ease 0s, transform 1s ease 0s;
}

#main>.inner {
    --padding-horizontal: 4rem;
    --padding-vertical: 5rem;
    --spacing: 1.375rem;
    --width: 48rem;
    border-radius: var(--border-radius-tl) var(--border-radius-tr) var(--border-radius-br) var(--border-radius-bl);
    max-width: 100%;
    position: relative;
    width: var(--width);
    z-index: 1;
    padding: var(--padding-vertical) var(--padding-horizontal);
}

#main>.inner>* {
    margin-top: var(--spacing);
    margin-bottom: var(--spacing);
    transition: opacity 1s ease-in-out 0s;
}

#main>.inner> :first-child {
    margin-top: 0 !important;
}

#main>.inner> :last-child {
    margin-bottom: 0 !important;
}

#main>.inner>.full {
    margin-left: calc(var(--padding-horizontal) * -1);
    max-width: calc(100% + calc(var(--padding-horizontal) * 2) + 0.4725px);
    width: calc(100% + calc(var(--padding-horizontal) * 2) + 0.4725px);
}

#main>.inner>.full:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    margin-top: calc(var(--padding-vertical) * -1) !important;
}

#main>.inner>.full:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#main>.inner>.full.screen {
    border-radius: 0 !important;
    max-width: 100vw;
    position: relative;
    width: 100vw;
    left: 0;
    margin-left: calc(var(--padding-horizontal) * -1);
    right: auto;
}

body.is-loading #main {
    opacity: 0;
    transform: translateX(-1.6875rem);
}

body.is-loading #main>.inner>* {
    opacity: 0;
}

#main>.inner> :nth-child(2) {
    transition-delay: 0.125s;
}

#main>.inner> :nth-child(3) {
    transition-delay: 0.25s;
}

#main>.inner> :nth-child(4) {
    transition-delay: 0.375s;
}

body.is-instant #main,
body.is-instant #main>.inner>*,
body.is-instant #main>.inner>section>* {
    transition: none !important;
}

body.is-instant:after {
    display: none !important;
    transition: none !important;
}

@keyframes loading-spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.deferred:before {
    content: '';
    display: block;
    width: 4rem;
    height: 4rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -2rem 0 0 -2rem;
    animation: loading-spinner 1s infinite linear;
    transition: opacity 0.25s ease;
    transition-delay: 0.5s;
    opacity: 0;
    z-index: -1;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOTZweCIgaGVpZ2h0PSI5NnB4IiB2aWV3Qm94PSIwIDAgOTYgOTYiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5jaXJjbGUge2ZpbGw6IHRyYW5zcGFyZW50OyBzdHJva2U6ICNmZmY7IHN0cm9rZS13aWR0aDogMS41cHg7IH08L3N0eWxlPjxkZWZzPjxjbGlwUGF0aCBpZD0iY29ybmVyIj48cG9seWdvbiBwb2ludHM9IjAsMCA0OCwwIDQ4LDQ4IDk2LDQ4IDk2LDk2IDAsOTYiIC8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2Nvcm5lcikiPjxjaXJjbGUgY3g9IjQ4IiBjeT0iNDgiIHI9IjMyIi8+PC9nPjwvc3ZnPg==');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 3rem;
}

.deferred.loading:before {
    opacity: 0.35;
    z-index: 0;
}

.image {
    display: block;
    line-height: 0;
    max-width: 100%;
    position: relative;
}

.image .frame {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    vertical-align: top;
    width: 100%;
}

.image .frame img {
    border-radius: 0 !important;
    max-width: 100%;
    vertical-align: top;
    width: inherit;
}

.image.full .frame {
    display: block;
}

.image.full:first-child .frame {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.image.full:last-child .frame {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

#image02 .frame {
    width: 5rem;
    border-radius: 100%;
    transition: none;
}

#image02 .frame img {
    transition: none;
}

h1,
h2,
h3,
p {
    direction: var(--site-language-direction);
    position: relative;
}

h1 span.p,
h2 span.p,
h3 span.p,
p span.p {
    display: block;
    position: relative;
}

h1 span[style],
h2 span[style],
h3 span[style],
p span[style],
h1 strong,
h2 strong,
h3 strong,
p strong,
h1 a,
h2 a,
h3 a,
p a,
h1 code,
h2 code,
h3 code,
p code,
h1 mark,
h2 mark,
h3 mark,
p mark {
    -webkit-text-fill-color: currentcolor;
}

#text03 {
    color: #FFFFFF;
    font-family: 'Source Code Pro', monospace;
    font-size: 2.75em;
    line-height: 1.25;
    font-weight: 400;
}

#text03 a {
    text-decoration: underline;
}

#text03 a:hover {
    text-decoration: none;
}

#text03 span.p:nth-child(n+2) {
    margin-top: 1rem;
}

#text04 {
    color: #FFFFFF;
    font-family: 'Source Code Pro', monospace;
    font-size: 1em;
    line-height: 1.75;
    font-weight: 400;
}

#text04 a {
    text-decoration: underline;
}

#text04 a:hover {
    text-decoration: none;
}

#text04 span.p:nth-child(n+2) {
    margin-top: 1rem;
}

.buttons {
    cursor: default;
    display: flex;
    justify-content: var(--flex-alignment);
    letter-spacing: 0;
    padding: 0;
}

.buttons li {
    max-width: 100%;
}

.buttons li a {
    align-items: center;
    justify-content: center;
    max-width: 100%;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
}

#buttons02 {
    gap: 1.5rem;
    flex-direction: row;
    flex-wrap: wrap;
}

#buttons02:not(:first-child) {
    margin-top: 2.125rem !important;
}

#buttons02:not(:last-child) {
    margin-bottom: 2.125rem !important;
}

#buttons02 li a {
    display: inline-block;
    width: auto;
    height: 3.125rem;
    line-height: calc(3.125rem - 2px);
    padding: 0 1.5625rem;
    vertical-align: middle;
    font-family: 'Source Code Pro', monospace;
    font-size: 1em;
    font-weight: 400;
    border-radius: 0rem;
    direction: var(--site-language-direction);
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#buttons02 .button {
    color: #FFFFFF;
    border: solid 1px #FFFFFF;
}

#buttons02 .button:hover {
    border-color: #FF828A !important;
    color: #FF828A !important;
}

@media (max-width: 1920px) {}

@media (max-width: 1680px) {
    html {
        font-size: 13pt;
    }
}

@media (max-width: 1280px) {
    html {
        font-size: 13pt;
    }
}

@media (max-width: 1024px) {}

@media (max-width: 980px) {
    html {
        font-size: 11pt;
    }
}

@media (max-width: 736px) {
    html {
        font-size: 11pt;
    }
    #main>.inner {
        --padding-horizontal: 2rem;
        --padding-vertical: 3.5rem;
        --spacing: 1.375rem;
    }
    #image02 .frame {
        width: 5rem;
    }
    #text03 {
        letter-spacing: 0rem;
        width: 100%;
        font-size: 2.75em;
        line-height: 1.25;
    }
    #text04 {
        letter-spacing: 0rem;
        width: 100%;
        font-size: 1em;
        line-height: 1.75;
    }
    #buttons02 {
        gap: 1.5rem;
    }
    #buttons02:not(:first-child) {
        margin-top: 1.59375rem !important;
    }
    #buttons02:not(:last-child) {
        margin-bottom: 1.59375rem !important;
    }
    #buttons02 li a {
        letter-spacing: 0rem;
        font-size: 1em;
    }
}

@media (max-width: 480px) {
    #main>.inner {
        --spacing: 1.203125rem;
    }
}

@media (max-width: 360px) {
    #main>.inner {
        --padding-horizontal: 1.5rem;
        --padding-vertical: 2.625rem;
        --spacing: 1.03125rem;
    }
    #text03 {
        font-size: 2em;
    }
    #text04 {
        font-size: 1em;
    }
    #buttons02 {
        gap: 1.125rem;
    }
}

body:before {
    background-attachment: scroll;
    content: '';
    display: block;
    height: var(--background-height);
    left: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    transform: scale(1);
    width: 100vw;
    z-index: 0;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.349), rgba(0, 0, 0, 0.349)), url('https://file2.serenetia.com/d/TB2/Serenetia/mp4/bg/20221021_bg.mp4?sign=mqpi1FVp5KabgQQt126ZcxbtI2E06m6C2TSjgRT8TN4=:0');
    background-position: 0% 0%, center;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
}

body {
    overflow: auto !important;
}

body:after {
    display: none !important;
}

#main>.inner {
    opacity: 1.0 !important;
}

#main {
    opacity: 1.0 !important;
    transform: none !important;
    transition: none !important;
    filter: none !important;
}

#main>.inner>section {
    opacity: 1.0 !important;
    transform: none !important;
    transition: none !important;
    filter: none !important;
}

#main>.inner>* {
    opacity: 1.0 !important;
    transform: none !important;
    transition: none !important;
    filter: none !important;
}