@charset "UTF-8";
.SectionContainer__container {
    position: relative;
    width: 100%;
    min-height: 100lvh
}

@media not screen and (min-width: 769px) {
    .SectionContainer__container[data-top_section=mission_in] {
        min-height: unset;
        height: 70lvh
    }
    .SectionContainer__container[data-top_section=vision] {
        min-height: unset
    }
}

.SectionContainer__label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none
}

.KV__container {
    position: relative;
    width: 100%;
    height: 100svh;
    margin-bottom: 100px;
    pointer-events: none
}

body[data-current_section=kv] .KV__container {
    pointer-events: auto
}

.KV__inner {
    position: relative;
    width: 100%;
    height: 100%
}

.KV__news {
    position: absolute;
    bottom: 27px;
    left: 27px;
    letter-spacing: .3em
}

.KV__news_item,
.KV__news_more {
    display: block
}

.KV__scrollText {
    position: fixed;
    left: 50%;
    bottom: 40px;
    transform: translate(-50%);
    font-family: Google Sans Code, monospace;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .1em;
    color: #fffc;
    writing-mode: horizontal-tb;
    text-orientation: unset;
    pointer-events: none;
    z-index: 100;
    opacity: 0;
    transition: opacity .3s ease-in-out
}

body[data-current_section=kv] .KV__scrollText {
    opacity: 1
}

.KV__scrollText span {
    display: block;
    white-space: nowrap
}

@media not screen and (min-width: 769px) {
    .KV__scrollText {
        right: 15px;
        bottom: 30px;
        transform: unset;
        writing-mode: vertical-rl;
        text-orientation: mixed;
        font-size: 10px
    }
}

@media only screen and (min-width: 769px) {
    .KV__scrollText {
        display: none
    }
}

.Works__container {
    position: relative;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: opacity .5s ease
}

[data-current_section=works] .Works__container,
[data-current_section=works_outro] .Works__container {
    opacity: 1;
    pointer-events: auto
}

.Works__content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1
}

.Works__content_inner {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100dvh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: max(30px, 3vw)
}

.Works__list {
    position: relative;
    flex: 1
}

.Works__item {
    position: absolute;
    width: 70%;
    left: 8%;
    bottom: 10vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    pointer-events: auto
}

@media not screen and (min-width: 769px) {
    .Works__item {
        left: 4%;
        width: 91%
    }
}

.Works__item_info {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    margin-bottom: 8px
}

@media not screen and (min-width: 769px) {
    .Works__item_info {
        margin-bottom: 4px
    }
}

.Works__item_date {
    display: block;
    font-family: Google Sans Code, monospace;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .2em;
    white-space: pre;
    text-align: left
}

@media only screen and (min-width: 769px) {
    .Works__item_date {
        white-space: nowrap
    }
}

.Works__item_impression {
    display: flex;
    align-items: flex-end
}

.Works__item_impression_title {
    font-family: ibm-plex-sans-jp, sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .05em;
    border-radius: .3em;
    line-height: 1.3em;
    padding: .3em .4em .2em;
    background: #ffffff1a;
    color: #d7ff00;
    white-space: nowrap;
    margin-right: 5px;
    word-break: break-word
}

@media not screen and (min-width: 769px) {
    .Works__item_impression_title {
        flex: 1;
        white-space: pre-wrap
    }
}

.Works__item_impression_count {
    font-family: Barlow, sans-serif;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0em;
    border-radius: .3em;
    line-height: 1em
}

.Works__item_title {
    font-family: acumin-pro, sans-serif;
    font-weight: 500;
    font-size: 40px;
    margin-bottom: 10px;
    line-height: 1em;
    word-break: break-word
}

@media not screen and (min-width: 769px) {
    .Works__item_title {
        font-size: .7em;
        line-height: 1.2em;
        margin-bottom: 5px
    }
}

.Works__item_title_link {
    text-decoration: none;
    display: inline-block;
    transition: opacity .3s ease
}

.Works__item_title_link:hover {
    opacity: .8
}

.Works__item_title_ja {
    font-size: 14px;
    font-family: kozuka-gothic-pr6n, sans-serif;
    margin-bottom: 14px;
    letter-spacing: .15em
}

@media not screen and (min-width: 769px) {
    .Works__item_title_ja {
        font-size: 11px;
        line-height: 1.3em;
        margin-bottom: 16px
    }
}

.Works__item_categoryList {
    font-family: kozuka-gothic-pr6n, sans-serif;
    font-size: 12px;
    margin: 0;
    letter-spacing: .15em;
    display: flex;
    column-gap: .5em;
    row-gap: .5em;
    flex-wrap: wrap
}

.Works__item_categoryList_item {
    font-family: Google Sans Code, monospace;
    border: 1px solid #777;
    border-radius: .3em;
    padding: .2em .8em;
    line-height: 1.4em;
    letter-spacing: .04em
}

.Works__scroll {
    width: 100%
}

.Works__scroll_item {
    position: relative;
    width: 100%;
    height: 100lvh;
    overflow: hidden
}

.Works__scroll_item_thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.Works__more {
    position: fixed;
    right: 3%;
    bottom: 10vh;
    font-family: Google Sans Code, monospace;
    font-size: 16px;
    letter-spacing: .05em;
    transition: opacity .3s ease;
    padding-bottom: 4px;
    opacity: 0;
    pointer-events: none
}

[data-current_section=works] .Works__more,
[data-current_section=works_outro][data-works-outro-above-viewport=false] .Works__more {
    opacity: 1;
    pointer-events: auto
}

@media not screen and (min-width: 769px) {
    .Works__more {
        font-size: 16px;
        bottom: 3vh;
        color: #bababa;
        right: 5%
    }
}

.Works__more:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #bababa;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .3s ease
}

[data-current_section=works] .Works__more:after {
    transform: scaleX(0)
}

.Works__more:hover:after {
    transform: scaleX(1);
    transform-origin: left
}

.Works__more:not(:hover):after {
    transform-origin: right
}

.Works__more_link {
    display: flex;
    align-items: center
}

.Works__more_link_icon {
    margin-left: 5px
}

.MissionVision__container {
    position: fixed;
    width: 100%;
    height: 100dvh;
    left: 0;
    top: 0;
    font-weight: 600;
    overflow: hidden;
    pointer-events: none
}

@media not screen and (min-width: 769px) {
    .MissionVision__container {
        position: relative;
        height: unset
    }
}

@media only screen and (min-width: 769px) {
    .MissionVision__container[data-mission-container] {
        mask: linear-gradient(to top, black var(--mask-height, 0%), transparent calc(var(--mask-height, 0%) + var(--mask-fade, 5%)));
        -webkit-mask: linear-gradient(to top, black var(--mask-height, 0%), transparent calc(var(--mask-height, 0%) + var(--mask-fade, 5%)))
    }
    .MissionVision__container[data-mission-container]:before {
        content: ""
    }
}

body[data-current_section=mission] .MissionVision__container[data-mission-container],
body[data-current_section=vision] .MissionVision__container[data-vision-container] {
    pointer-events: auto
}

.MissionVision__missionContent {
    height: 160vh
}

@media not screen and (min-width: 769px) {
    .MissionVision__missionContent {
        height: 100%
    }
}

.MissionVision__visionContent {
    height: 200vh
}

@media not screen and (min-width: 769px) {
    .MissionVision__visionContent {
        height: 100%
    }
}

.MissionVision__inner {
    position: relative;
    width: 80%;
    height: 100%;
    margin: 0 auto;
    padding-top: 17vh
}

@media not screen and (min-width: 769px) {
    .MissionVision__inner {
        width: 90%;
        padding-top: 40px
    }
}

@media not screen and (min-width: 769px) {
    [data-vision-container] .MissionVision__inner {
        padding-top: 0
    }
}

.MissionVision__ttl {
    transform: translateZ(0)
}

.MissionVision__ttl svg {
    stroke-width: 1px;
    width: 30%;
    height: auto
}

.MissionVision__ttl svg path {
    stroke: #333 !important
}

@media not screen and (min-width: 769px) {
    .MissionVision__ttl svg {
        width: 80%
    }
}

[data-vision-container] .MissionVision__ttl svg {
    width: 32.6229508197%
}

@media not screen and (min-width: 769px) {
    [data-vision-container] .MissionVision__ttl svg {
        width: 65.2459016393%;
        margin-left: unset
    }
}

.MissionVision__text {
    margin-top: 95px;
    line-height: 1.7em;
    font-size: 4vmin;
    letter-spacing: .08em;
    font-weight: 700;
    will-change: transform;
    color: #fff
}

@media not screen and (min-width: 769px) {
    .MissionVision__text {
        font-size: 6vmin;
        margin-top: 90px
    }
}

[data-vision-container] .MissionVision__text {
    text-align: right
}

@media not screen and (min-width: 769px) {
    [data-vision-container] .MissionVision__text {
        margin-top: 95px;
        text-align: left
    }
}

.MissionVision__text .MissionVision__line {
    position: relative;
    margin-bottom: .1em
}

.MissionVision__text .MissionVision__marker {
    background: linear-gradient(transparent 0%, #000 .1%);
    display: inline;
    background-repeat: no-repeat;
    background-size: 0% 100%
}

.MissionVision__text_en {
    transform: translateZ(0);
    position: absolute;
    left: 0;
    top: 60vh;
    margin-right: auto;
    margin-top: 50px;
    font-family: acumin-pro, sans-serif;
    font-weight: 200;
    font-size: 1.5vmin;
    line-height: 1.3em;
    letter-spacing: .1em;
    color: #555
}

@media not screen and (min-width: 769px) {
    .MissionVision__text_en {
        position: relative;
        font-size: 12px;
        margin-top: 40px;
        top: unset
    }
}

[data-vision-container] .MissionVision__text_en {
    max-width: 30vmin;
    max-width: 50vmin
}

.Service__container {
    position: relative;
    width: 100%;
    opacity: 0;
    transition: opacity .5s;
    pointer-events: none
}

[data-current_section=service] .Service__container {
    opacity: 1;
    pointer-events: auto
}

.Service__content {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.Service__content_inner {
    position: sticky;
    top: 0;
    width: 90%;
    height: 100dvh;
    font-size: max(70px, 5vw);
    padding-top: 10vh;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden
}

@media not screen and (min-width: 769px) {
    .Service__content_inner {
        padding-top: 20%;
        font-size: 50px
    }
}

.Service__title {
    font-family: acumin-pro-wide, sans-serif;
    font-weight: 500;
    letter-spacing: .02em;
    font-size: 1em
}

.Service__list {
    position: relative;
    flex: 1
}

.Service__item {
    position: absolute;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 10dvh;
    text-align: left;
    pointer-events: auto;
    overflow: visible;
    top: 30%
}

@media not screen and (min-width: 769px) {
    .Service__item {
        top: unset;
        bottom: 2dvh;
        height: unset;
        padding-bottom: 0;
        position: absolute
    }
}

.Service__item_link {
    position: fixed;
    top: 50%;
    left: 13%;
    z-index: 20;
    width: 55%;
    height: 70%;
    padding: 20px;
    transform: translateY(-50%)
}

@media not screen and (min-width: 769px) {
    .Service__item_link {
        width: 70%;
        height: 35%;
        top: 28%;
        left: 50%;
        transform: translate(-50%)
    }
}

.Service__item_icon {
    position: absolute;
    right: 0;
    bottom: calc(100% + 30px);
    width: 150px;
    font-size: 0
}

[data-service_id="2"] .Service__item_icon {
    width: 250px;
    bottom: calc(100% + 40px)
}

@media not screen and (min-width: 769px) {
    .Service__item_icon {
        position: fixed;
        right: 8vw;
        top: 20vh;
        width: 80px;
        z-index: 999;
        bottom: unset
    }
    [data-service_id="2"] .Service__item_icon {
        width: 150px;
        bottom: unset;
        transform: translateY(42%)
    }
}

.Service__item_icon img {
    vertical-align: middle
}

.Service__item_thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.Service__item_title {
    font-family: acumin-pro, sans-serif;
    font-weight: 300;
    font-size: .6em;
    margin-top: 1%;
    text-shadow: 0 0 10px #000
}

@media not screen and (min-width: 769px) {
    .Service__item_title {
        font-size: .7;
        margin-right: auto
    }
}

.Service__item_description {
    font-family: kozuka-gothic-pr6n, sans-serif;
    margin-top: 2%;
    padding-left: 1%;
    width: 35%;
    font-size: .1818181818em;
    letter-spacing: .09em
}

@media not screen and (min-width: 769px) {
    .Service__item_description {
        font-size: .2045454545em;
        width: 100%;
        margin-right: auto;
        padding-left: 0
    }
}

.Service__item_description_en {
    padding-left: 1%;
    margin-top: 40px;
    font-family: acumin-pro, sans-serif;
    font-weight: 200;
    font-size: 12px;
    line-height: 1.3em;
    letter-spacing: .01em;
    color: #555;
    width: 18em;
    color: #7e7e7e;
    white-space: pre-wrap
}

@media not screen and (min-width: 769px) {
    .Service__item_description_en {
        margin-top: 10px;
        font-size: .2045454545em;
        width: 100%;
        margin-right: auto;
        padding-left: 0
    }
}

.Service__scroll {
    width: 100%
}

.Service__scroll_item {
    position: relative;
    width: 100%;
    height: 170lvh
}

.Stellla__container {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none
}

body[data-current_section=stellla] .Stellla__container {
    pointer-events: auto
}

.Stellla__container:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #00000080
}

.Stellla__frame_container {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100dvh;
    left: 0;
    top: 0
}

.Stellla__frame {
    position: absolute;
    --progress: 0;
    --padding: calc(-100px + var(--progress) * (200px));
    width: calc(100% - var(--padding));
    height: calc(100% - var(--padding));
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

@media not screen and (min-width: 769px) {
    .Stellla__frame {
        --padding-sp: calc(-20px + var(--progress) * (40px));
        width: calc(100% - var(--padding-sp));
        height: calc(100% - var(--padding-sp));
        opacity: .5
    }
}

.Stellla__inner {
    position: relative;
    width: 100%;
    height: 100dvh
}

.Stellla__cross {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.Stellla__cross_item {
    position: absolute;
    width: 25px;
    height: 25px
}

@media not screen and (min-width: 769px) {
    .Stellla__cross_item {
        width: 20px;
        height: 20px
    }
}

.Stellla__cross_item:before,
.Stellla__cross_item:after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff
}

@media not screen and (min-width: 769px) {
    .Stellla__cross_item:before,
    .Stellla__cross_item:after {
        height: 2px
    }
}

.Stellla__cross_item:after {
    transform: translate(-50%, -50%) rotate(90deg)
}

.Stellla__cross_item:nth-child(0) {
    left: 0;
    top: 0
}

.Stellla__cross_item:nth-child(1) {
    right: 0;
    top: 0
}

.Stellla__cross_item:nth-child(2) {
    left: 0;
    bottom: 0
}

.Stellla__cross_item:nth-child(3) {
    right: 0;
    bottom: 0
}

.Stellla__rect {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 12.5px
}

@media not screen and (min-width: 769px) {
    .Stellla__rect {
        padding: 10px
    }
}

.Stellla__rect_inner {
    position: relative;
    width: 100%;
    height: 100%
}

.Stellla__rect_line {
    position: absolute;
    background-color: #999
}

.Stellla__rect_line[data-line=top] {
    top: 0;
    left: 20px;
    right: 20px;
    height: 1px
}

.Stellla__rect_line[data-line=right] {
    top: 20px;
    bottom: 20px;
    right: 0;
    width: 1px
}

.Stellla__rect_line[data-line=bottom] {
    bottom: 0;
    left: 20px;
    right: 20px;
    height: 1px
}

.Stellla__rect_line[data-line=left] {
    top: 20px;
    bottom: 20px;
    left: 0;
    width: 1px
}

.Stellla__contentWrap {
    position: absolute;
    width: calc(100% - 100px);
    height: calc(100% - 100px);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

@media not screen and (min-width: 769px) {
    .Stellla__contentWrap {
        width: calc(100% - 20px);
        height: calc(100% - 20px)
    }
}

.Stellla__content {
    width: 100%;
    height: 100%;
    pointer-events: auto;
    display: flex;
    align-items: center;
    width: 90%;
    margin: 0 auto
}

@media not screen and (min-width: 769px) {
    .Stellla__content {
        display: flex;
        flex-direction: column;
        justify-content: end;
        align-items: center;
        padding: 20px 0
    }
}

.Stellla__main {
    width: 100%;
    padding-left: 4%;
    margin-right: auto;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, .3))
}

@media not screen and (min-width: 769px) {
    .Stellla__main {
        width: 90%;
        padding-left: 0%;
        margin: 0 auto
    }
}

.Stellla__main_logo {
    width: 61.9047619048%;
    margin-bottom: 3.2380952381%
}

@media not screen and (min-width: 769px) {
    .Stellla__main_logo {
        width: 70%
    }
}

.Stellla__main_logo_link {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.Stellla__main_logo_img {
    width: 76.9230769231%
}

.Stellla__main_logo_icon {
    width: 12.3076923077%;
    transform: translateY(80%)
}

.Stellla__main_logo_icon svg {
    width: 100%;
    height: auto
}

.Stellla__main_text {
    position: relative;
    font-family: ibm-plex-sans-jp, sans-serif;
    font-weight: 500;
    letter-spacing: .1em;
    line-height: 1.8
}

@media not screen and (min-width: 769px) {
    .Stellla__main_text {
        font-size: 14px;
        letter-spacing: .05em
    }
}

.Stellla__en {
    position: absolute;
    font-size: 12px;
    font-family: acumin-pro, sans-serif;
    color: #a9a9a9;
    margin-top: auto;
    margin-bottom: 50px;
    letter-spacing: .01em;
    line-height: 1.3em
}

@media only screen and (min-width: 769px) {
    .Stellla__en {
        right: 0;
        top: calc(100% + 30px);
        width: 18em
    }
}

@media not screen and (min-width: 769px) {
    .Stellla__en {
        position: relative;
        flex: unset;
        margin-top: 3%;
        width: 90%;
        font-size: 12px;
        margin-bottom: 10px
    }
}

.TopScrollIndicator__top_scroll_indicator {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    opacity: 1;
    transition: opacity .3s ease;
    mix-blend-mode: difference
}

@media not screen and (min-width: 769px) {
    .TopScrollIndicator__top_scroll_indicator {
        display: none
    }
}

[data-current_section=kv] .TopScrollIndicator__top_scroll_indicator,
[data-current_section=stellla] .TopScrollIndicator__top_scroll_indicator,
[data-current_section=footer] .TopScrollIndicator__top_scroll_indicator {
    opacity: 0;
    pointer-events: none
}

.TopScrollIndicator__section_list {
    display: flex;
    flex-direction: column;
    gap: 21.6px
}

.TopScrollIndicator__section_item {
    display: flex;
    flex-direction: column;
    gap: 21.6px;
    transition: all .3s ease;
    opacity: 1
}

.TopScrollIndicator__section_item .TopScrollIndicator__section_label {
    opacity: 0
}

.TopScrollIndicator__section_item[data-active=true] {
    opacity: 1
}

.TopScrollIndicator__section_item[data-active=true] .TopScrollIndicator__section_line {
    background: #fff;
    width: 20px
}

.TopScrollIndicator__section_item[data-active=true] .TopScrollIndicator__section_label {
    color: #fff;
    opacity: 1
}

.TopScrollIndicator__section_main {
    display: flex;
    align-items: center;
    gap: 16px;
    cursor: pointer
}

.TopScrollIndicator__section_line {
    position: relative;
    width: 16px;
    height: 1px;
    background-color: #fff;
    transition: all .3s ease;
    flex-shrink: 0
}

.TopScrollIndicator__section_label {
    position: absolute;
    left: calc(100% + 8px);
    top: 0%;
    transform: translateY(-50%);
    font-size: 10px;
    font-weight: 500;
    color: #fff9;
    transition: all .3s ease;
    letter-spacing: .1em;
    font-family: Helvetica Neue, Arial, sans-serif
}

.TopScrollIndicator__subsection_list {
    display: flex;
    flex-direction: column;
    gap: 18px
}

.TopScrollIndicator__subsection_item {
    display: flex;
    align-items: center;
    gap: 18px;
    cursor: pointer;
    transition: all .3s ease
}

.TopScrollIndicator__subsection_item:hover {
    opacity: .6
}

.TopScrollIndicator__subsection_item[data-active=true] {
    opacity: 1
}

.TopScrollIndicator__subsection_item[data-active=true] .TopScrollIndicator__subsection_line {
    width: 12px
}

.TopScrollIndicator__subsection_item[data-active=true] .TopScrollIndicator__subsection_label {
    color: #fff
}

.TopScrollIndicator__subsection_line {
    position: relative;
    width: 4px;
    height: 1px;
    background: #999;
    transition: all .3s ease;
    flex-shrink: 0
}

.TopScrollIndicator__subsection_label {
    position: absolute;
    left: calc(100% + 8px);
    top: 0;
    transform: translateY(-50%);
    width: 100px;
    font-size: 9px;
    font-weight: 200;
    color: #fff6;
    transition: all .3s ease;
    letter-spacing: .08em
}

.News__newsArea {
    position: fixed;
    bottom: 20px;
    right: 27px;
    max-width: 400px;
    border-radius: 8px;
    padding: 16px;
    box-shadow: 0 4px 12px #0000001a;
    font-family: ibm-plex-sans-jp, sans-serif;
    z-index: 100;
    color: #bababa;
    opacity: 0;
    transition: opacity .5s;
    pointer-events: none
}

body[data-current_section=kv] .News__newsArea {
    opacity: 1;
    transition: opacity .5s;
    pointer-events: auto
}

@media not screen and (min-width: 769px) {
    .News__newsArea {
        bottom: unset;
        max-width: unset;
        right: unset;
        width: 95%;
        top: unset;
        bottom: 20px;
        padding: 10px;
        left: 50%;
        transform: translate(-50%)
    }
}

.News__newsTitle {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: .1em;
    padding-bottom: 4px
}

@media not screen and (min-width: 769px) {
    .News__newsTitle {
        font-size: 12px;
        margin-bottom: 6px
    }
}

.News__newsList {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-height: 300px;
    overflow-y: auto
}

.News__newsList::-webkit-scrollbar {
    width: 4px
}

.News__newsList::-webkit-scrollbar-track {
    background: transparent
}

.News__newsList::-webkit-scrollbar-thumb {
    background: #0003;
    border-radius: 2px
}

@media not screen and (min-width: 769px) {
    .News__newsList {
        gap: 6px
    }
}

.News__newsItem {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.News__newsItem:last-child {
    border-bottom: none;
    padding-bottom: 0
}

@media not screen and (min-width: 769px) {
    .News__newsItem {
        gap: 2px;
        padding-bottom: 4px;
        display: none
    }
    .News__newsItem:nth-child(1) {
        display: block
    }
}

.News__newsDate {
    font-size: 11px;
    font-weight: 500;
    font-family: Google Sans Code, monospace
}

@media not screen and (min-width: 769px) {
    .News__newsDate {
        font-size: 10px
    }
}

.News__newsContent {
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis
}

@media not screen and (min-width: 769px) {
    .News__newsContent {
        -webkit-line-clamp: 1
    }
}

.News__newsLink {
    font-size: 13px;
    text-decoration: none;
    font-weight: 500;
    line-height: 1.4;
    display: block;
    transition: color .2s ease, opacity .4s ease;
    color: #fff
}

.News__newsLink:hover {
    opacity: .6
}

@media not screen and (min-width: 769px) {
    .News__newsLink {
        font-size: 11px
    }
}

.PageTop__worksIntro {
    height: 20vh
}

.PageTop__worksOutro {
    height: 150lvh
}

.PageTop__stelllaContent {
    position: absolute;
    width: 100%;
    height: 250lvh;
    bottom: 0
}

.PageTop__stelllaContent_inner {
    position: sticky;
    left: 0;
    top: 0;
    width: 100%;
    height: 100lvh;
    overflow: hidden
}

.PageTop__visionOut,
.PageTop__stellla {
    height: 150lvh
}