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 {
    min-width: 320px;
    min-height: 100vh;
    line-height: 1.0;
    word-wrap: break-word;
    overflow-x: hidden;
}

u {
    text-decoration: underline;
}

strong {
    color: inherit;
    font-weight: bolder;
}

em {
    font-style: italic;
}

code {
    font-family: 'Lucida Console', 'Courier New', monospace;
    font-weight: normal;
    text-indent: 0;
    letter-spacing: 0;
    font-size: 0.9em;
    margin: 0 0.25em;
    padding: 0.25em 0.5em;
    background-color: rgba(144, 144, 144, 0.25);
    border-radius: 0.25em;
}

mark {
    background-color: rgba(144, 144, 144, 0.25);
}

a {
    -moz-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
    -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
    -ms-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
    color: inherit;
    text-decoration: underline;
}

s {
    text-decoration: line-through;
}

body:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 0;
    -moz-pointer-events: none;
    -webkit-pointer-events: none;
    -ms-pointer-events: none;
    pointer-events: none;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    background-attachment: scroll;
    background-position: 0% 0%, center;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-color: #FFC0CB;
}

body:after {
    display: block;
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -moz-transition: opacity 1s ease-in-out 0s, visibility 1s 0s;
    -webkit-transition: opacity 1s ease-in-out 0s, visibility 1s 0s;
    -ms-transition: opacity 1s ease-in-out 0s, visibility 1s 0s;
    transition: opacity 1s ease-in-out 0s, visibility 1s 0s;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

body.is-loading:after {
    opacity: 1;
    visibility: visible;
}

:root {
    --site-language-direction: ltr;
    --site-language-alignment: left;
}

html {
    font-size: 17pt;
}

#wrapper {
    -webkit-overflow-scrolling: touch;
    display: flex;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    min-height: 100vh;
    position: relative;
    z-index: 2;
    overflow: hidden;
    padding: 1.3125rem 1.3125rem 1.3125rem 1.3125rem;
}

#main {
    display: flex;
    position: relative;
    max-width: 100%;
    z-index: 1;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -moz-flex-grow: 0;
    -webkit-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -moz-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.451);
    box-shadow: 0rem 0rem 0.75rem 0rem #FFC0CB;
    border-radius: 3rem 3rem 3rem 3rem;
    border-top: solid 2px #FFC0CB;
    border-right: solid 2px #FFC0CB;
    border-bottom: solid 2px #FFC0CB;
    border-left: solid 2px #FFC0CB;
    -moz-transition: opacity 0.75s ease 0.25s, -moz-filter 0.75s ease 0.25s;
    -webkit-transition: opacity 0.75s ease 0.25s, -webkit-filter 0.75s ease 0.25s;
    -ms-transition: opacity 0.75s ease 0.25s, -ms-filter 0.75s ease 0.25s;
    transition: opacity 0.75s ease 0.25s, filter 0.75s ease 0.25s;
}

#main>.inner {
    position: relative;
    z-index: 1;
    border-radius: calc(2rem - 2px) calc(2rem - 2px) calc(2rem - 2px) calc(2rem - 2px);
    padding: 2.625rem 2.5rem;
    max-width: 100%;
    width: 25rem;
}

#main>.inner>* {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
    -moz-transition: opacity 0.875s ease-in-out 0.25s, -moz-transform 0.875s ease-in-out 0.25s;
    -webkit-transition: opacity 0.875s ease-in-out 0.25s, -webkit-transform 0.875s ease-in-out 0.25s;
    -ms-transition: opacity 0.875s ease-in-out 0.25s, -ms-transform 0.875s ease-in-out 0.25s;
    transition: opacity 0.875s ease-in-out 0.25s, transform 0.875s ease-in-out 0.25s;
}

#main>.inner> :first-child {
    margin-top: 0 !important;
}

#main>.inner> :last-child {
    margin-bottom: 0 !important;
}

#main>.inner>.full {
    margin-left: calc(-2.5rem);
    width: calc(100% + 5rem + 0.4725px);
    max-width: calc(100% + 5rem + 0.4725px);
}

#main>.inner>.full:first-child {
    margin-top: -2.625rem !important;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

#main>.inner>.full:last-child {
    margin-bottom: -2.625rem !important;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

#main>.inner>.full.screen {
    width: 100vw;
    max-width: 100vw;
    position: relative;
    border-radius: 0 !important;
    left: 50%;
    right: auto;
    margin-left: -50vw;
}

body.is-loading #main {
    opacity: 0;
    -moz-filter: blur(2px);
    -webkit-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}

body.is-loading #main>.inner>* {
    opacity: 0;
    -moz-transform: scale(0.975);
    -webkit-transform: scale(0.975);
    -ms-transform: scale(0.975);
    transform: scale(0.975);
}

#main>.inner> :nth-child(2) {
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -ms-transition-delay: 1s;
    transition-delay: 1s;
}

#main>.inner> :nth-child(3) {
    -moz-transition-delay: 1.75s;
    -webkit-transition-delay: 1.75s;
    -ms-transition-delay: 1.75s;
    transition-delay: 1.75s;
}

#main>.inner> :nth-child(4) {
    -moz-transition-delay: 2.5s;
    -webkit-transition-delay: 2.5s;
    -ms-transition-delay: 2.5s;
    transition-delay: 2.5s;
}

#main>.inner> :nth-child(5) {
    -moz-transition-delay: 3.25s;
    -webkit-transition-delay: 3.25s;
    -ms-transition-delay: 3.25s;
    transition-delay: 3.25s;
}

body.is-instant #main,
body.is-instant #main>.inner>*,
body.is-instant #main>.inner>section>* {
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}

body.is-instant:after {
    display: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}

@-moz-keyframes loading-spinner {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loading-spinner {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes loading-spinner {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loading-spinner {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        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 {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    display: block;
}

.image a,
.image span {
    position: relative;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
}

.image a img,
.image span img {
    display: block;
}

.image img {
    width: 100%;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
}

.image.full img {
    display: block;
}

.image.full:first-child img {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.image.full:last-child img {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

.image.full a,
.image.full span {
    display: block;
}

#image01:not(:first-child) {
    margin-top: 1.5rem !important;
}

#image01:not(:last-child) {
    margin-bottom: 1.5rem !important;
}

#image01 a,
#image01 span {
    border-radius: 100%;
}

#image01 img {
    width: 7rem;
    border-radius: 100%;
}

h1,
h2,
h3,
p {
    direction: var(--site-language-direction);
}

h1 br+br,
h2 br+br,
h3 br+br,
p br+br {
    display: block;
    content: ' ';
}

h1 .li,
h2 .li,
h3 .li,
p .li {
    display: list-item;
    padding-left: 0.5em;
    margin: 0.75em 0 0 1em;
}

#text02 br+br {
    margin-top: 0.705rem;
}

#text02 {
    color: #FFC0CB;
    font-family: 'Assistant', sans-serif;
    letter-spacing: -0.075rem;
    width: 100%;
    font-size: 2.25em;
    line-height: 1.175;
    font-weight: 400;
}

#text02 a {
    text-decoration: underline;
}

#text02 a:hover {
    text-decoration: none;
}

#text01 br+br {
    margin-top: 0.855rem;
}

#text01 {
    color: rgba(255, 192, 203, 0.329);
    font-family: 'Assistant', sans-serif;
    letter-spacing: -0.025rem;
    width: 100%;
    font-size: 1.125em;
    line-height: 1.425;
    font-weight: 400;
}

#text01 a {
    text-decoration: underline;
}

#text01 a:hover {
    text-decoration: none;
}

#credits br+br {
    margin-top: 0.9rem;
}

#credits {
    color: rgba(255, 192, 203, 0.329);
    font-family: 'Assistant', sans-serif;
    letter-spacing: -0.025rem;
    width: 100%;
    font-size: 0.8em;
    line-height: 1.5;
    font-weight: 400;
    cursor: default;
    margin-top: 1rem !important;
}

#credits a {
    text-decoration: none !important;
    -moz-transition: opacity 0.25s ease;
    -webkit-transition: opacity 0.25s ease;
    -ms-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
    opacity: 0.5;
}

#credits a:hover {
    text-decoration: none !important;
    opacity: 1;
}

.icons {
    cursor: default;
    padding: 0;
    letter-spacing: 0;
}

.icons li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}

.icons li a {
    display: flex;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

.icons li a svg {
    display: block;
    position: relative;
    -moz-transition: fill 0.25s ease;
    -webkit-transition: fill 0.25s ease;
    -ms-transition: fill 0.25s ease;
    transition: fill 0.25s ease;
}

.icons li a+svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -moz-pointer-events: none;
    -webkit-pointer-events: none;
    -ms-pointer-events: none;
    pointer-events: none;
    -moz-transition: fill 0.25s ease, stroke 0.25s ease;
    -webkit-transition: fill 0.25s ease, stroke 0.25s ease;
    -ms-transition: fill 0.25s ease, stroke 0.25s ease;
    transition: fill 0.25s ease, stroke 0.25s ease;
}

.icons li a .label {
    display: none;
}

#icons01 {
    font-size: 1.25em;
    width: calc(100% + 1rem);
    margin-left: -0.5rem;
}

#icons01 li {
    margin: 0.5rem;
}

#icons01 li a {
    border-radius: 100%;
    width: 2em;
    height: 2em;
}

#icons01 li a svg {
    width: 60%;
    height: 60%;
}

#icons01 a svg {
    fill: #000000;
}

#icons01 a {
    border: solid 1px #FFFFFF;
}

#icons01 .n01 svg {
    fill: #FFFFFF;
}

#icons01 .n01 {
    border: solid 1px #FFFFFF;
}

#icons01 .n01:hover {
    border-color: #3D4352 !important;
}

#icons01 .n01:hover svg {
    fill: #3D4352 !important;
}

#icons01 .n02 svg {
    fill: #FFFFFF;
}

#icons01 .n02 {
    border: solid 1px #FFFFFF;
}

#icons01 .n02:hover {
    border-color: #1DB954 !important;
}

#icons01 .n02:hover svg {
    fill: #1DB954 !important;
}

#icons01 .n03 svg {
    fill: #FFFFFF;
}

#icons01 .n03 {
    border: solid 1px #FFFFFF;
}

#icons01 .n03:hover {
    border-color: #5865F2 !important;
}

#icons01 .n03:hover svg {
    fill: #5865F2 !important;
}

#icons01 .n04 svg {
    fill: #FFFFFF;
}

#icons01 .n04 {
    border: solid 1px #FFFFFF;
}

#icons01 .n04:hover {
    border-color: #6441A4 !important;
}

#icons01 .n04:hover svg {
    fill: #6441A4 !important;
}

@media (max-width: 1680px) {
    html {
        font-size: 12pt;
    }
}

@media (max-width: 1280px) {
    html {
        font-size: 12pt;
    }
}

@media (max-width: 980px) {
    html {
        font-size: 11pt;
    }
}

@media (max-width: 736px) {
    html {
        font-size: 10pt;
    }

    #main>.inner {
        padding: 2.625rem 2rem;
    }

    #main>.inner>* {
        margin-top: 1.125rem;
        margin-bottom: 1.125rem;
    }

    #main>.inner>.full {
        margin-left: calc(-2rem);
        width: calc(100% + 4rem + 0.4725px);
        max-width: calc(100% + 4rem + 0.4725px);
    }

    #main>.inner>.full:first-child {
        margin-top: -2.625rem !important;
    }

    #main>.inner>.full:last-child {
        margin-bottom: -2.625rem !important;
    }

    #main>.inner>.full.screen {
        margin-left: -50vw;
    }

    #image01:not(:first-child) {
        margin-top: 1.125rem !important;
    }

    #image01:not(:last-child) {
        margin-bottom: 1.125rem !important;
    }

    #image01 img {
        width: 7rem;
    }

    #text02 {
        letter-spacing: -0.065625rem;
        width: 100%;
        font-size: 2.25em;
        line-height: 1.175;
    }

    #text01 {
        letter-spacing: -0.021875rem;
        width: 100%;
        font-size: 1.125em;
        line-height: 1.425;
    }

    #credits {
        letter-spacing: -0.021875rem;
        width: 100%;
        font-size: 0.8em;
        line-height: 1.5;
    }

    #icons01 {
        font-size: 1.25em;
        width: calc(100% + 1rem);
        margin-left: -0.5rem;
    }

    #icons01 li {
        margin: 0.5rem;
    }
}

@media (max-width: 480px) {
    #main>.inner>* {
        margin-top: 0.984375rem;
        margin-bottom: 0.984375rem;
    }
}

@media (max-width: 360px) {
    #main>.inner {
        padding: 1.96875rem 1.5rem;
    }

    #main>.inner>* {
        margin-top: 0.84375rem;
        margin-bottom: 0.84375rem;
    }

    #main>.inner>.full {
        margin-left: calc(-1.5rem);
        width: calc(100% + 3rem + 0.4725px);
        max-width: calc(100% + 3rem + 0.4725px);
    }

    #main>.inner>.full:first-child {
        margin-top: -1.96875rem !important;
    }

    #main>.inner>.full:last-child {
        margin-bottom: -1.96875rem !important;
    }

    #main>.inner>.full.screen {
        margin-left: -50vw;
    }

    #text02 {
        font-size: 2em;
    }

    #text01 {
        font-size: 1.125em;
    }

    #credits {
        font-size: 0.8em;
    }

    #icons01 {
        width: calc(100% + 0.75rem);
        margin-left: -0.375rem;
    }

    #icons01 li {
        margin: 0.375rem;
    }
}

body {
    overflow: auto !important;
}

body:after {
    display: none !important;
}

#main>.inner {
    opacity: 1.0 !important;
}

#main {
    opacity: 1.0 !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
    -moz-filter: none !important;
    -webkit-filter: none !important;
    -ms-filter: none !important;
    filter: none !important;
}

#main>.inner>* {
    opacity: 1.0 !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
    -moz-filter: none !important;
    -webkit-filter: none !important;
    -ms-filter: none !important;
    filter: none !important;
}