@charset "UTF-8";*, :after, :before {
    box-sizing: border-box;
}

blockquote, body, button, dd, dl, fieldset, h1, h2, h3, h4, h5, h6, hr, iframe, input, legend, ol, option, p, pre, select, td, textarea, th, ul {
    margin: 0;
    padding: 0;
    border: none;
}

h1, h2, h3, h4, h5, h6, small, strong, sub, sup, th {
    font-size: inherit;
    font-weight: inherit;
}

address, cite, dfn, em, var {
    font-style: normal;
}

caption, th {
    text-align: left;
}

a, abbr[title], ins {
    text-decoration: none;
}

html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body, html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    line-height: 1;
}

main {
    display: block;
}

ol, ul {
    list-style-type: none;
}

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

a {
    color: inherit;
}

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

sub, sup {
    vertical-align: baseline;
}

button, input, mark, select, textarea {
    background: none;
    color: inherit;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
}

select {
    border-radius: 0;
    -webkit-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

template {
    display: none;
}

a, button, input[type=checkbox], input[type=radio], label, select {
    cursor: pointer;
}

button {
    outline: none;
}

[data-whatinput=keyboard] button:focus {
    outline: auto;
}

@keyframes marquee {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(-100%)
    };
}

@keyframes line {
    0% {
        transform: translateX(-100%);
        animation-timing-function: cubic-bezier(.12, 0, .39, 0)
    }

    50% {
        transform: translateX(0);
        animation-timing-function: cubic-bezier(.5, 1, .89, 1)
    }

    to {
        transform: translateX(100%)
    };
}

@keyframes arrow {
    50% {
        transform: translateX(2rem)
    }

    to {
        transform: translateX(2rem)
    };
}

@keyframes arrow-copy {
    0% {
        transform: translateX(-5.125rem);
        opacity: 0
    }

    to {
        transform: translateX(-2rem);
        opacity: 1
    };
}

@keyframes arrow-ie {
    50% {
        transform: translateX(2.1875rem)
    }

    to {
        transform: translateX(2.5rem)
    };
}

@keyframes arrow-copy-ie {
    0% {
        transform: translateX(-2.5rem);
        opacity: 0
    }

    to {
        transform: translateX(-.9375rem);
        opacity: 1
    };
}

@keyframes arrow-top {
    50% {
        transform: translate(1.5rem, -1.875rem)
    }

    to {
        transform: translate(1.5rem, -1.875rem)
    };
}

@keyframes arrow-top-copy {
    0% {
        transform: translate(-3.125rem, 1.875rem);
        opacity: 0
    }

    to {
        transform: translate(-1.375rem);
        opacity: 1
    };
}

@keyframes arrow-top-copy-ie {
    0% {
        transform: translate(-3.125rem, 1.875rem);
        opacity: 0
    }

    to {
        transform: translate(-.625rem);
        opacity: 1
    };
}

@keyframes full-movie {
    0% {
        -webkit-mask-position: 0 0;
        mask-position: 0 0
    }

    to {
        -webkit-mask-position: 8.875rem 0;
        mask-position: 8.875rem 0
    };
}

@keyframes full-movie-sp {
    0% {
        -webkit-mask-position: 0 0;
        mask-position: 0 0
    }

    to {
        -webkit-mask-position: 6.25rem 0;
        mask-position: 6.25rem 0
    };
}

@keyframes full-movie-vertical {
    0% {
        -webkit-mask-position: 0 0;
        mask-position: 0 0
    }

    to {
        -webkit-mask-position: 0 6.25rem;
        mask-position: 0 6.25rem
    };
}

@keyframes full-movie-vertical-sp {
    0% {
        -webkit-mask-position: 0 0;
        mask-position: 0 0
    }

    to {
        -webkit-mask-position: 0 4.4375rem;
        mask-position: 0 4.4375rem
    };
}

@keyframes plus-beside {
    0% {
        transform: translateX(-100%)
    }

    20% {
        opacity: 1
    }

    to {
        transform: translateX(100%);
        opacity: 0
    };
}

@keyframes plus-vertical {
    0% {
        transform: translateY(-100%)
    }

    20% {
        opacity: 1
    }

    to {
        transform: translateY(100%);
        opacity: 0
    };
}

html {
    overflow-y: scroll;
}

html.bMobile {
    overflow-y: visible;
}

html.sWait {
    cursor: wait;
}

html.-full {
    overflow: hidden;
    height: 100%;
}

body {
    color: #ffffff;
    font-family: YuGothic, 游ゴシック, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
    font-feature-settings: "palt";
    background-color: #050711;
}

html.-full body {
    height: 100%;
}

/*! locomotive-scroll v4.0.1 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
    overflow: hidden;
}

html.has-scroll-dragging {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.has-scroll-smooth body {
    overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
    min-height: 100vh;
}

[data-scroll-direction=horizontal] [data-scroll-container] {
    height: 100vh;
    display: inline-block;
    white-space: nowrap;
}

[data-scroll-direction=horizontal] [data-scroll-section] {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    height: 100%;
}

.c-scrollbar {
    z-index: 1200;
    position: absolute;
    right: 0;
    top: 0;
    width: 11px;
    height: 100%;
    transform-origin: center right;
    transition: transform .3s, opacity .3s;
    opacity: 0;
}

.c-scrollbar:hover {
    transform: scaleX(1.45);
}

.c-scrollbar:hover, .has-scroll-dragging .c-scrollbar, .has-scroll-scrolling .c-scrollbar {
    opacity: 1;
}

[data-scroll-direction=horizontal] .c-scrollbar {
    width: 100%;
    height: 10px;
    top: auto;
    bottom: 0;
    transform: scaleY(1);
}

[data-scroll-direction=horizontal] .c-scrollbar:hover {
    transform: scaleY(1.3);
}

.c-scrollbar_thumb {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    opacity: .5;
    width: 7px;
    border-radius: 10px;
    margin: 2px;
    cursor: grab;
}

.has-scroll-dragging .c-scrollbar_thumb {
    cursor: grabbing;
}

[data-scroll-direction=horizontal] .c-scrollbar_thumb {
    right: auto;
    bottom: 0;
}

/*!
 * pace.js v1.2.1 | Default theme
 * https://github.com/CodeByZach/pace/
 * Licensed MIT © HubSpot,  Inc.
 */
.pace {
    display: none;
}

.cBackground {
    z-index: 200;
}

.cBackground, .cCylinder {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    pointer-events: none;
}

.cCylinder {
    z-index: 800;
}

.cFooter {
    max-width: 85%;
    font-family: Rajdhani, YuGothic, 游ゴシック, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
    font-weight: 600;
    letter-spacing: .1em;
    line-height: 1;
    text-align: center;
    color: #c7cbd7;
    z-index: 500;
}

.cHeader {
    z-index: 900;
    display: flex;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
}

.cHeader-text {
    font-family: Rajdhani, YuGothic, 游ゴシック, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
    font-weight: 600;
    letter-spacing: .1em;
    pointer-events: auto;
}

.cHeader-logo {
    pointer-events: auto;
    display: inline-block;
}

.cHeader-nav {
    font-family: Rajdhani, YuGothic, 游ゴシック, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
    font-weight: 600;
    letter-spacing: .1em;
    display: flex;
    text-align: right;
    margin-right: -1px;
}

.cHeader-list {
    display: flex;
    align-items: center;
    pointer-events: auto;
    transition: opacity .5s;
}

.cHeader-menu {
    font-family: Rajdhani, YuGothic, 游ゴシック, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
    font-weight: 600;
    letter-spacing: .1em;
    transition: opacity .5s;
}

.cHeader-menu, .cHeader.-menu .cHeader-list {
    opacity: 0;
    pointer-events: none;
}

.cHeader.-menu .cHeader-menu {
    pointer-events: auto;
    opacity: 1;
}

.cLoading {
    z-index: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #050711;
    visibility: hidden;
}

.cLoading-catch {
    letter-spacing: .055em;
}

.cLoading-catch, .cLoading-percentage {
    font-family: Rajdhani, YuGothic, 游ゴシック, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
    font-weight: 600;
    position: absolute;
    text-align: center;
}

.cLoading-percentage {
    letter-spacing: .1em;
    color: #707279;
}

.cLoading-percentage.-hide {
    opacity: 0;
    transition: opacity 1s;
}

.cLoading.-ready {
    visibility: visible;
}

.cLoading.-hide {
    opacity: 0;
    transition: opacity 1s;
}

.cMarquee {
    font-family: Rajdhani, YuGothic, 游ゴシック, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
    font-weight: 600;
    letter-spacing: .055em;
    overflow: hidden;
    line-height: 1.5;
    white-space: nowrap;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000, transparent);
    mask-image: linear-gradient(90deg, transparent, #000, transparent);
}

.cMarquee-line {
    display: flex;
}

.cMarquee.-pause .cMarquee-line {
    animation-play-state: paused;
}

.cMenu {
    z-index: 1300;
}

.cMenu-background {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    transform-origin: top;
}

.cMenu-logo {
    pointer-events: auto;
    display: inline-block;
    position: absolute;
}

.cMenu-content {
    position: relative;
    width: 100%;
    height: 100%;
}

.cMenu-group {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cMenu-marquee {
    position: absolute;
    right: 0;
    left: 0;
    opacity: 0;
}

.cMenu-item {
    font-family: Rajdhani, YuGothic, 游ゴシック, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    display: block;
    position: relative;
    transition: letter-spacing .6s cubic-bezier(.22, 1, .36, 1);
}

.cMenu-item-line {
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    height: 1px;
    overflow: hidden;
    pointer-events: none;
}

.cMenu-item-line.-top {
    top: -1px;
}

.cMenu-item-line.-bottom {
    bottom: 1px;
}

.cMenu-item-line-child {
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    height: 1px;
    overflow: hidden;
}

.cMenu-item-line-child:after {
    content: "";
    background: linear-gradient(90deg, rgba(193, 196, 203, 0) 0, rgba(193, 196, 203, .3) 50%, rgba(193, 196, 203, 0));
    position: absolute;
    top: 0;
    bottom: 0;
    width: 200%;
    left: 0;
    z-index: -1;
    transform: translateX(-100%);
    transform-origin: left;
    animation: line 2.2s both;
    animation-play-state: paused;
}

.cMenu-item-line-child.-left {
    transform: scaleX(-1) translateX(50%);
}

.cMenu-item-line-child.-right {
    transform: translateX(50%);
}

.cMenu-item.-show .cMenu-item-line-child:after, .cMenu-item.-show .cMenu-item-line-child:before {
    animation-play-state: running;
}

.cMenu-item:hover {
    letter-spacing: 1.15em;
}

.cMenu-linkTitle {
    pointer-events: none;
}

.cMenu-linkTitle>span:last-child {
    letter-spacing: 0;
}

.cMenu.-show .cMenu-background {
    transform: scaleY(1);
    transition: transform 1.4s cubic-bezier(.16, 1, .3, 1);
}

.cMenu.-show .cMenu-marquee {
    opacity: 1;
    transition: opacity 2s .5s;
}

.cModal {
    z-index: 1400;
    display: none;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.cModal-content {
    position: relative;
    z-index: 1;
}

.cModal-close {
    z-index: 2;
    font-family: Rajdhani, YuGothic, 游ゴシック, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.cModal-backdrop, .cModal-close {
    position: absolute;
    cursor: pointer;
}

.cModal-backdrop {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-color: rgba(5, 7, 17, .7);
}

.cModal.-open {
    display: flex;
    pointer-events: auto;
}

body.-open {
    pointer-events: none;
}

.cMouseStalker {
    z-index: 1600;
    position: fixed;
    top: 0;
    left: 0;
    color: #b7b3b1;
    border-radius: 50%;
    transition: .8s;
    transition-property: color;
    pointer-events: none;
}

.cMouseStalker, .cMouseStalker-border {
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(-50%, -50%);
    width: 1.25rem;
    height: 1.25rem;
}

.cMouseStalker-border {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid;
    border-radius: 50%;
    transition: .8s;
    transition-property: background-color;
}

.cMouseStalker-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #c1c4cb;
    white-space: nowrap;
    opacity: 0;
}

.cMouseStalker-icon svg {
    display: block;
    width: 1.25rem;
    height: 1.25rem;
}

.cMouseStalker.-white {
    color: #fff;
}

.cMouseStalker.-white .cMouseStalker-icon {
    color: currentColor;
}

.cMouseStalker.-red {
    color: #0af0f2;
}

.cMouseStalker.-red .cMouseStalker-icon {
    color: currentColor;
}

.cMouseStalker.-back .cMouseStalker-icon svg {
    transform: scaleX(-1);
}

.cMouseStalker.-magnet {
    color: #0af0f2;
}

.cMouseStalker.-magnet .cMouseStalker-border {
    background-color: currentColor;
}

.cMouseStalker.-magnet .cMouseStalker-icon {
    color: currentColor;
}

.cNews:first-child .cNews-day {
    border-top: 1px solid #24262d;
}

.cNews:first-child .cNews-article {
    position: relative;
    border-top: 1px solid #24262d;
}

.cNews-link {
    display: flex;
    justify-content: space-between;
}

.cNews-day {
    display: block;
    border-bottom: 1px solid #24262d;
}

.cNews-day-month, .cNews-day-year {
    letter-spacing: .02em;
    font-family: Rajdhani, YuGothic, 游ゴシック, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
    font-weight: 600;
    line-height: 1;
}

.cNews-article {
    border-bottom: 1px solid #24262d;
}

.cNews-article-text {
    letter-spacing: .075em;
    font-weight: 500;
}

.cNews-article-image {
    position: relative;
}

.cNews-article-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "object-fit:cover";
    object-fit: cover;
}

.cOrientationAlert {
    z-index: 1400;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    display: none;
}

.cRay {
    z-index: 700;
}

.cRay, .cRayBackground {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    pointer-events: none;
}

.cRayBackground {
    z-index: 100;
}

.cTitle {
    font-family: Rajdhani, YuGothic, 游ゴシック, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
    font-weight: 600;
    letter-spacing: 0.5em;
    position: relative;
    text-transform: uppercase;
    line-height: .8;
}

.cTitle-line {
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    height: 1px;
    overflow: hidden;
}

.cTitle-line.-top {
    top: -1px;
}

.cTitle-line.-bottom {
    bottom: 1px;
}

.cTitle-line:after {
    content: "";
    background: linear-gradient(90deg, rgba(193, 196, 203, 0) 0, rgba(193, 196, 203, .3) 50%, rgba(193, 196, 203, 0));
    position: absolute;
    top: 0;
    bottom: 0;
    width: 200%;
    left: 0;
    z-index: -1;
    transform: translateX(-100%);
    transform-origin: left;
    animation: line 2.2s both;
    animation-play-state: paused;
}

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

.cTitle.-right>span:last-child {
    margin-right: -1.5em;
}

.cTitle.-right .cTitle-line {
    transform: scaleX(-1);
}

.cTitle.-show .cTitle-line:after {
    animation-play-state: running;
}

.mOverlap, .mOverlap-line {
    position: relative;
}

.mOverlap-line {
    display: inline-block;
    opacity: 0;
}

.mOverlap-line+.mOverlap-line {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.mOverlap.-hover .mOverlap-line {
    opacity: 1;
}

.mOverlap.-animate .mOverlap-line+.mOverlap-line {
    display: inline-block;
    mix-blend-mode: difference;
}

.cBase {
    position: relative;
    z-index: 300;
}

@media screen and (min-width: 768px) {
    html {
        font-size:1vw
    }

    body {
        font-size: .875rem;
        min-width: 768px
    }

    ._sp {
        display: none!important
    }

    html.has-scroll-smooth {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0
    }

    .cFooter {
        font-size: .75rem;
        margin: 0 auto;
        padding-bottom: .9375rem
    }

    .cHeader {
        padding: 0 6.25rem
    }

    .cHeader-main {
        padding-top: 0.5rem;
        padding-bottom: 1.5rem
    }

    .cHeader-text {
        font-size: .75rem;
        margin-bottom: 1.75rem
    }

    .cHeader-logo-image {
        height: 4rem
    }

    .cHeader-nav {
        font-size: .9375rem;
        padding-top: 0.5rem;
        position: relative
    }

    .cHeader-item {
        margin: 0 15px;
    }

    .cHeader-link, .cHeader-menu {
        margin: -.625rem;
        padding: .625rem
    }

    .cHeader-menu {
        font-size: .9375rem;
        position: absolute;
        right: 0;
        margin-top: 2.5rem;
    }

    .cLoading-catch {
        font-size: 4.0625rem
    }

    .cLoading-percentage {
        font-size: .9375rem;
        bottom: 2.375rem
    }

    .cMarquee {
        font-size: 1.25rem;
        margin: 0 6.25rem
    }

    .cMarquee-line {
        /* animation: marquee 24s linear infinite */
    }

    .cMenu-background {
        background-image: url(/assets-movingsocietyforward/assets/img/common/pc/2x/menu_bgimg@2x.jpg);
        transform: scaleY(1.06)
    }

    .cMenu-logo {
        top: 2.25rem;
        left: 6.25rem
    }

    .cMenu-logo-image {
        width: 5.1875rem;
        height: 1.8125rem
    }

    .cMenu-group {
        top: 38.5%;
        width: 87.5rem
    }

    .cMenu-marquee {
        bottom: 2.25rem
    }

    .cMenu-item {
        font-size: 1.625rem;
        letter-spacing: 1.3em
    }

    .cMenu-item:nth-child(n+2) {
        margin-top: 3rem
    }

    .cModal-close {
        font-size: .9375rem;
        top: 3.5rem;
        right: 6.25rem;
        margin: -.625rem;
        padding: .625rem
    }

    .cNews-link:hover .cNews-article-text, .cNews-link:hover .cNews-day-month, .cNews-link:hover .cNews-day-year {
        opacity: .4
    }

    .cNews-link:hover .cNews-article-image {
        opacity: 1 !important;
    }

    .cNews-article-image {
        opacity: .85 !important;
    }

    .cNews-day {
        width: 18.75rem;
        min-height: 12.5rem;
        padding: 1.5rem 0
    }

    .cNews-day-month {
        font-size: 2.375rem;
        margin-bottom: .375rem
    }

    .cNews-day-month, .cNews-day-year {
        transition: opacity .8s cubic-bezier(.22, 1, .36, 1)
    }

    .cNews-day-year {
        font-size: 1.75rem
    }

    .cNews-article {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        width: 62.5rem;
        min-height: 12.5rem;
        padding-top: 1.25rem
    }

    .cNews-article-text {
        width: 41.75rem;
        font-size: 1.45rem;
        line-height: 1.83333;
        transition: opacity .8s cubic-bezier(.22, 1, .36, 1)
    }

    .cNews-article-image {
        transition: opacity .8s cubic-bezier(.22, 1, .36, 1);
        margin-top: .5rem;
        opacity: 0
    }

    .cNews-article-image, .cNews-article-img {
        width: 13.125rem;
        height: 8.75rem
    }

    .cTitle {
        font-size: 1rem;
        margin: 0 6.25rem;
    };
}

@media screen and (max-width: 767px) {
    html {
        font-size:3.86473vw
    }

    body {
        font-size: .8125rem
    }

    ._pc {
        display: none!important
    }

    .cFooter {
        font-size: .625rem;
        margin: 0 auto;
        padding: 0 1rem 1.25rem 1rem;
    }

    .cHeader {
        padding: 0 2.15625rem
    }

    .cHeader-main {
        padding-top: 0.875rem;
        padding-bottom: 0.475rem
    }

    .cHeader-text {
        display: none
    }

    .cHeader-logo-image {
        width: 3.84375rem;
        height: 1.28125rem
    }

    .cHeader-nav {
    }

    .cHeader-list {
        display: none
    }

    .cHeader-item {
        margin: 0 15px;
    }

    .cHeader-menu {
        font-size: .75rem;
        margin: -.625rem -.3125rem;
        padding: .625rem .3125rem
    }

    .cLoading-catch {
        font-size: 3.65625rem
    }

    .cLoading-percentage {
        font-size: .625rem;
        bottom: 1.6875rem
    }

    .cMarquee {
        font-size: 1rem;
        margin: 0 2.15625rem
    }

    .cMarquee-line {
        /* animation: marquee 24s linear infinite */
    }

    .cMenu-background {
        background-image: url(/assets-movingsocietyforward/assets/img/common/sp/2x/menu_bgimg@2x.jpg);
        transform: scaleY(1.05)
    }

    .cMenu-logo {
        top: 0.875rem;
        left: 2.15625rem
    }

    .cMenu-logo-image {
        width: 3.84375rem;
        height: 1.28125rem
    }

    .cMenu-group {
        top: 46%;
        width: 21.5625rem
    }

    .cMenu-marquee {
        bottom: 2.25rem
    }

    .cMenu-item {
        font-size: 1.5rem;
        letter-spacing: 1.1em
    }

    .cMenu-item:nth-child(n+2) {
        margin-top: 1.65625rem
    }

    .cModal-close {
        font-size: .75rem;
        top: 2.1875rem;
        right: 2.5rem;
        margin: -.625rem -.3125rem;
        padding: .625rem .3125rem
    }

    .cMouseStalker {
        display: none
    }

    .cNews-day {
        width: 6.46875rem;
        padding-top: 1.75rem
    }

    .cNews-day-month {
        font-size: 1.8125rem
    }

    .cNews-day-year {
        font-size: 1.5rem
    }

    .cNews-article {
        display: block;
        width: 12.9375rem;
        padding-top: 1.75rem;
        padding-bottom: 1.25rem
    }

    .cNews-article-text {
        font-size: 1.2rem;
        line-height: 1.60714;
        margin-bottom: 1.15625rem
    }

    .cNews-article-image, .cNews-article-img {
        width: 12.9375rem;
        height: 8.625rem
    }

    .cTitle {
        font-size: 1.0625rem;
        margin: 0 2.1875rem
    };
}

@media screen and (min-width: 768px) and (max-width:1142.85714px) {
    body {
        font-size:10px
    };
}

@media screen and (min-width: 768px) and (max-width:1333.33333px) {
    .cHeader-text {
        font-size:10px
    };
}

@media screen and (min-width: 768px) and (max-width:1066.66667px) {
    .cHeader-menu, .cHeader-nav, .cLoading-percentage, .cModal-close {
        font-size:10px
    };
}

@media screen and (max-width: 767px) and (max-width:345px) {
    .cHeader-menu, .cModal-close {
        font-size:10px
    };
}

@media screen and (max-width: 767px) and (max-width:414px) {
    .cLoading-percentage {
        font-size:10px
    };
}

@media screen and (min-width: 768px) and (max-width:800px) {
    .cMarquee {
        font-size:10px
    };
}
