@charset "UTF-8";

/*! locomotive-scroll v4.0.1 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
.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);
    opacity: 1
}

.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;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    pointer-events: none
}

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

.cFooter {
    font-family: Rajdhani, YuGothic, 游ゴシック, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
    font-weight: 600;
    letter-spacing: .1em;
    line-height: 1;
    white-space: nowrap;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #707279;
    z-index: 500;
    padding-top: .5rem
}

.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;
    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;
    opacity: 0;
    pointer-events: none
}

.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;
    font-family: Rajdhani, YuGothic, 游ゴシック, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
    font-weight: 600;
    position: absolute;
    text-align: center
}

.cLoading-percentage {
    font-family: Rajdhani, YuGothic, 游ゴシック, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
    font-weight: 600;
    position: absolute;
    text-align: center;
    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;
    white-space: nowrap;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000, transparent);
    mask-image: linear-gradient(90deg, transparent, #000, transparent)
}

.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: .8;
    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: translate(-100%);
    transform-origin: left;
    animation: line 2.2s both;
    animation-play-state: paused
}

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

.cMenu-item-line-child.-right {
    transform: translate(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: #050711b3
}

.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;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(-50%, -50%);
    width: 1.25rem;
    height: 1.25rem
}

.cMouseStalker-border {
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(-50%, -50%);
    width: 1.25rem;
    height: 1.25rem;
    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;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    pointer-events: none
}

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

.cTitle {
    font-family: Rajdhani, YuGothic, 游ゴシック, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
    font-weight: 600;
    letter-spacing: 1.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: translate(-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 {
    position: relative
}

.mOverlap-line {
    position: relative;
    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: 1rem;
        padding-bottom: 1rem
    }

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

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

    .cHeader-item {
        max-width: 20rem;
        margin-left: 15px
    }

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

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

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

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

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

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

    .cMenu-logo {
        top: 4.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: 4.375rem;
        right: 6.25rem;
        margin: -.625rem;
        padding: .625rem
    }

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

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

    .cNews-day-month {
        font-size: 2.375rem;
        margin-bottom: .375rem;
        transition: opacity .8s cubic-bezier(.22, 1, .36, 1)
    }

    .cNews-day-year {
        transition: opacity .8s cubic-bezier(.22, 1, .36, 1);
        font-size: 1.75rem
    }

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

    .cNews-article-text {
        width: 41.75rem;
        font-size: 1.125rem;
        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;
        width: 13.125rem;
        height: 8.75rem
    }

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

    .cTitle {
        font-size: 1.625rem;
        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-bottom: 1.25rem
    }

    .cHeader {
        padding: 0 2.15625rem
    }

    .cHeader-main {
        padding-top: 1.875rem
    }

    .cHeader-text {
        display: none
    }

    .cHeader-logo-image {
        width: 4rem;
        /* height: 1.28125rem */
    }

    .cHeader-nav {
        padding-top: 2rem
    }

    .cHeader-list {
        display: none
    }

    .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
    }

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

    .cMenu-logo {
        top: 1.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: .875rem;
        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
    }
}
