@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url(https://fonts.googleapis.com/css2?family=M+PLUS+2:wght@400;500;600;700;800&display=swap);

:root {
    --color-shadow: #412e1f;
    --color-sectHdg: #ffd402;
    --text-color-1: #ff3b00;
    --text-color-2: #ffc89e;
    --dataInfo-bg-color: #261616;
    --container-bg-color: #ffedde;
    --bg-mute: #f1dbc8;
    --color-shadow2: rgb(137 21 122);
}

.allContent {
    font-family: "Noto Sans JP", sans-serif;
}

.dateInfo {
    background-color: var(--dataInfo-bg-color);
    color: var(--text-color-2);
}

.eventBody--info {
    background: #dddddd;
}

.eventBody--att {
    background: #f1dbc8;
}

.text-gold {
    background-image: linear-gradient(0deg, #b8751e 0%, #ffce08 37%, #fefeb2 47%, #fafad6 50%, #fefeb2 53%, #e1ce08 63%, #b8751e 100%);
    -webkit-background-clip: text;
    color: transparent;
    filter: drop-shadow(0 0 1px black) drop-shadow(0 0 1px black) drop-shadow(0 0 1px black);
}

.text-color-1 {
    color: var(--text-color-1);
}

.text-line {
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.75;
}

.text-line .hash {
    display: inline-block;
    background: #ffca88;
    border-radius: 3px;
    padding: 0 10px;
    margin: 0 5px;
}

[v-cloak] {
    display: none;
}

.btn_9th {
    display: flex;
    flex-direction: row-reverse;
    position: absolute;
    top: 4.2666666667vw;
    right: 3.6vw;
    width: 25.0666666667vw;
    height: 22.1333333333vw;
    background: url("https://static.ncsoft.jp/images/event/bns/2305comeback/img/btn_9th.png") no-repeat 50% 0/contain transparent;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
}

@media screen and (min-width: 769px) {
    .btn_9th {
        top: 37px;
        right: 0;
        width: 236px;
        height: 207px;
    }
}

.btn_9th a {
    display: block;
    width: 207px;
    height: 207px;
    border-radius: 100%;
}

.innerFrame {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 768px) {
    .innerFrame {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (min-width: 1171px) {
    .innerFrame {
        width: 1170px;
    }
}


.contHead {
    background: #543377;
    color: #ffffff;
    border-radius: 5px;
    overflow: hidden;
}

.contHead__inner {
    position: relative;
    border: solid 2px #8c58c5;
    border-radius: 5px;
    overflow: hidden;
}

.contHead .myBadge {
    position: absolute;
    left: 0;
    width: 100%;
}

.contHead .myBadge span {
    position: absolute;
    min-height: 60px;
    color: #ffda26;
    background: #8c58c5;
}

.contHead .myBadge span:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    min-width: 100px;
    min-height: 60px;
    font-family: "Harucraft";
    font-style: oblique;
    font-size: 1.3rem;
    letter-spacing: -.3px;
    line-height: 1;
    background: #8c58c5;
}

.contHead .myBadge span:last-child {
    right: 0;
    min-width: 50px;
    min-height: 60px;
}

.contHead .myBadge span::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
}

.contHead .myBadge span:first-child::after {
    right: -20px;
    border-bottom: 30px solid transparent;
    border-left: 10px solid #8c58c5;
    border-top: 30px solid #8c58c5;
    border-right: 10px solid transparent;
}

.contHead .myBadge span:last-child::after {
    left: -20px;
    border-bottom: 30px solid #8c58c5;
    border-left: 10px solid transparent;
    border-top: 30px solid transparent;
    border-right: 10px solid #8c58c5;
}

.contHead .contHead__inner>* {
    min-height: 60px;
}

.contHead .contHead__inner>span {
    margin-left: 30px;
}

.contHead h2 {
    font-family: "GSanSerif-B";
}

.disc {
    padding: 4rem 0;
    background: var(--bg-mute);
}

.disc p {
    font-size: 1.3rem;
    line-height: 1.5;
    letter-spacing: 0;
    color: #482720;
    text-shadow: 1px 1px 0px #a19c9c;
}

.disc p span {
    font-size: 1.7rem;
    text-shadow: 1px 1px 1px #d9a5a5;
}

.myCard .card-header {
    display: flex;
    justify-content: center;
    font-family: "GSanSerif-B";
    letter-spacing: 0;
    border-radius: 0;
}

.myCard .card-header span:nth-of-type(1) {
    font-size: 1.3rem;
    text-align: right;
}

.myCard .card-header span:nth-of-type(2) {
    font-size: 2.6rem;
    margin-left: .5rem;
}

.myCard.newAccount {
    border-color: #27b77b;
}

.myCard.newAccount .card-header {
    color: #1e2d36;
    background: #b1ffbe;
}

.myCard.newAccount .playPeriod {
    color: #27475a;
    background: #e2ffe7;
}

.myCard.dormantAccount {
    border-color: #a97808;
}

.myCard.dormantAccount .card-header {
    color: #44030c;
    background: #ffb50d;
}

.myCard.dormantAccount .playPeriod {
    color: #44030c;
    background: #ffd473;
}

.bannerContainer .card-header {
    color: #585610;
    background: #fffb8c;
}

.bg-mute {
    background: var(--bg-mute);
}

.bg-attention {
    background: #fbfbfb !important;
}

.border-radius {
    border-radius: 10px;
}

.evBtn_item {
    height: 68px;
    padding: 0 40px;
    font-weight: 600;
    font-size: 2rem;
    filter: drop-shadow(0 2px 0 rgb(150 124 77 / 50%));
    border-radius: 68px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, .5);
    box-shadow: 0 0 0 2px rgb(255, 255, 255), 0 0 0 5px rgb(0, 94, 31);
    filter: drop-shadow(0 4px 0 rgba(15, 138, 62, 0.5));
}

.evBtn_item--login,
.evBtn_item--accept {
    background: linear-gradient(to bottom, #ffffff 0%, #11ce00 1%, #78ff6c 79%, #1eff0a 100%);
    color: #004e0d;
}

.evBtn_item--received,
.evBtn_item--except,
.evBtn_item--disabled {
    background: linear-gradient(to bottom, #ffffff 0%, #bbbbbb 1%, #dedede 79%, #d0cfcf 100%);
    color: #616161;
}


.evBtn_tweet {
    padding: .5rem 2rem;
    font-weight: 600;
    font-size: 2rem;
    background: linear-gradient(to bottom, #ffffff 0%, #ff950a 1%, #ffde71 79%, #ffda55 100%);
    color: #56450f;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, .5);
    box-shadow: 0 0 0 1px rgb(255, 255, 255), 0 0 0 4px rgb(126, 62, 2);
    filter: drop-shadow(0 4px 0 rgba(138, 81, 15, 0.5));
}

.evBtn_tweet:hover {
    color: #56450f
}

:root .dateSet__inner {
    bottom: -4px;
}

:root .dateSet+p {
    line-height: 1.2;
}

:root .dateSet+p strong {
    font-size: 1em;
}

:root .dateSet+p .small2 {
    font-size: .8em;
}

.eventBody ul {
    list-style: none;
    padding-left: 0;
}

.eventBody figure {
    margin-bottom: 0;
}

.bg-container {
    background: var(--container-bg-color);
}

.list-disc {
    padding-left: 1.2rem !important;
    list-style-type: disc !important;
    line-height: 1.2;
}

.kome {
    line-height: 1.2;
}

.text-muted {
    color: #d3d7da !important;
}

.text-danger-light {
    color: #ff6675;
}

.tableContainer {
    border-image: url(https://static.ncsoft.jp/images/event/bns/2305snsCampaign/tableFrame.png) 4 4 fill/ 4px 4px / 4px stretch;
}

.tableContainer .bg-1 {
    background: #fffffd;
}

.tableContainer .bg-1-b {
    background: #ffffe8;
}

.tableContainer .bg-2 {
    background: #fbfbef;
}

.table-bordered,
.table-bordered tr>* {
    border-color: #000 !important;
}

.table {
    width: auto;
}

.table thead th {
    color: #3c2b2b;
    vertical-align: middle;
    background: linear-gradient(to bottom, #f5df3f 0%, #af8313 100%);
}

.table tr>* {
    line-height: 1.2;
    vertical-align: middle;
    color: #2e2a15;
    padding-left: 20px;
    padding-right: 20px;
    background: #f1e8d0;
}

.table tbody th {
    background: #056064;
}

.table .icoContainer {
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.table .icoContainer .name {
    margin-left: 10px;
    text-align: left;
}

.caption {
    background: #ffa700;
    padding: .5em;
    margin-bottom: 5px;
    text-align: center;
    color: #351f16;
    font-family: "Kakumin Heavy";
}

.tableContainer tbody {
    font-size: 1.1rem
}

.mainHdg {
    font-family: "GSanSerif-B";
    font-size: 3rem;
    color: #76f8ff;
    text-align: center;
    filter: drop-shadow(-1px -1px 0 #2e7a7c) drop-shadow(1px 1px 0 #2e7a7c) drop-shadow(1px 1px 0 #2e7a7c) drop-shadow(1px 1px 0 #2e7a7c)
}

.sectHdg {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .5rem;
    font-family: "GSanSerif-B";
    font-size: 2.4rem;
    text-align: center;
    color: var(--color-sectHdg);
}

.sectHdg--cap-1::before {
    background-image: url(https://static.ncsoft.jp/images/event/bns/2305snsCampaign/hdg_cap-1.png);
}

.sectHdg--cap-2::before {
    background-image: url(https://static.ncsoft.jp/images/event/bns/2305snsCampaign/hdg_cap-2.png);
}

.sectHdg--cap-3::before {
    background-image: url(https://static.ncsoft.jp/images/event/bns/2305snsCampaign/hdg_cap-3.png);
}

.sectHdg--cap-4::before {
    background-image: url(https://static.ncsoft.jp/images/event/bns/2305snsCampaign/hdg_cap-4.png);
}

.sectHdg--cap-5::before {
    background-image: url(https://static.ncsoft.jp/images/event/bns/2305snsCampaign/hdg_cap-5.png);
}

.sectHdg--cap-6::before {
    background-image: url(https://static.ncsoft.jp/images/event/bns/2305snsCampaign/hdg_cap-6.png);
}

.sectHdg::before {
    align-self: stretch;
    content: "";
    display: block;
    height: 68px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.sectHdg span {
    letter-spacing: 3px;
    text-shadow:
        3px 3px 1px var(--color-shadow), 3px 2px 1px var(--color-shadow), 3px 1px 1px var(--color-shadow), 3px 0 1px var(--color-shadow), 3px -1px 1px var(--color-shadow), 3px -2px 1px var(--color-shadow), 3px -3px 1px var(--color-shadow),
        2px 3px 1px var(--color-shadow), 2px 2px 1px var(--color-shadow), 2px 1px 1px var(--color-shadow), 2px 0 1px var(--color-shadow), 2px -1px 1px var(--color-shadow), 2px -2px 1px var(--color-shadow), 2px -3px 1px var(--color-shadow),
        1px 3px 1px var(--color-shadow), 1px 2px 1px var(--color-shadow), 1px 1px 1px var(--color-shadow), 1px 0 1px var(--color-shadow), 1px -1px 1px var(--color-shadow), 1px -2px 1px var(--color-shadow), 1px -3px 1px var(--color-shadow),
        0 3px 1px var(--color-shadow), 0 2px 1px var(--color-shadow), 0 1px 1px var(--color-shadow), 0 0 1px var(--color-shadow), 0 -1px 1px var(--color-shadow), 0 -2px 1px var(--color-shadow), 0 -3px 1px var(--color-shadow),
        -1px 3px 1px var(--color-shadow), -1px 2px 1px var(--color-shadow), -1px 1px 1px var(--color-shadow), -1px 0 1px var(--color-shadow), -1px -1px 1px var(--color-shadow), -1px -2px 1px var(--color-shadow), -1px -3px 1px var(--color-shadow),
        -2px 3px 1px var(--color-shadow), -2px 2px 1px var(--color-shadow), -2px 1px 1px var(--color-shadow), -2px 0 1px var(--color-shadow), -2px -1px 1px var(--color-shadow), -2px -2px 1px var(--color-shadow), -2px -3px 1px var(--color-shadow),
        -3px 3px 1px var(--color-shadow), -3px 2px 1px var(--color-shadow), -3px 1px 1px var(--color-shadow), -3px 0 1px var(--color-shadow), -3px -1px 1px var(--color-shadow), -3px -2px 1px var(--color-shadow), -3px -3px 1px var(--color-shadow);
    filter: drop-shadow(2px 2px 0 black);
}

.spHdg {
    font-family: "Hiragino Sans Old W9 JIS2004";
    font-size: 2.4rem;
}

.spHdg span {
    display: inline-block;
}

.myCard {
    box-shadow: none;
    border-width: 2px;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, .6));
}

.myCard .card-body {
    padding: 0;
}

.myCard .card-body .playPeriod {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 4rem;
    line-height: 1;
}

.myCard .card-body .playPeriod em {
    font-style: normal;
}

.allContent *:last-child {
    margin-bottom: 0;
}

.contBody {
    text-align: center;
}

.text-strong {
    font-family: "黎ミンY40 EH"
}

.text-heading {
    font-size: 2.5rem;
    font-family: "GSanSerif-B";
}

.bannerContainer .card-header {
    color: #732017;
    background: #ffcc8c;
}

.bannerItemContainer {
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 2px rgba(0, 0, 0, .4);
}

.kome {
    margin-left: 1rem;
}

.floatingBnr {
    position: fixed;
    bottom: 80px;
    right: 10px;
    z-index: 9999;
}

.floatingBnr .btn_floating,
.floatingBnr .btn_floating span {
    display: block;
    width: 95px;
    height: 108px;
    text-indent: -9999em;
    background-repeat: no-repeat;
    background-size: contain;
}

.floatingBnr .btn_signup {
    background-image: url(https://static.ncsoft.jp/images/event/bns/2305snsCampaign/btn_signup.png);
}

.floatingBnr .btn_signup span {
    background-image: url(https://static.ncsoft.jp/images/event/bns/2305snsCampaign/btn_signup-on.png);
}

.floatingBnr .btn_download {
    background-image: url(https://static.ncsoft.jp/images/event/bns/2305snsCampaign/btn_download.png);
}

.floatingBnr .btn_download span {
    background-image: url(https://static.ncsoft.jp/images/event/bns/2305snsCampaign/btn_download-on.png);
}

.floatingBnr .btn_floating span {
    opacity: 0;
    filter: brightness(1.5);
    transition: .5s;
}

.floatingBnr .btn_floating span:hover {
    opacity: 1;
}

@media (min-width: 576px) {
    :root .dateInfo {
        min-height: 72px;
        padding-top: 14px;
        padding-bottom: 14px;
    }

    :root .dateSet+p {
        margin-left: 30px;
    }

    :root .dateSet+p strong {
        font-size: 20px;
    }

    [data-fancybox="detail"] {
        display: none;
    }

    .text-sm-nowrap {
        white-space: nowrap;
    }

    .cursor-pointer {
        cursor: pointer;
    }
}

@media (max-width: 575px) {
    h1, .h1 {
        font-size: 1.6rem !important;
    }

    h2, .h2 {
        font-size: 1.5rem !important;
    }

    h3, .h3 {
        font-size: 1.4rem !important;
    }

    h4, .h4 {
        font-size: 1.1rem !important;
    }

    h5, .h5 {
        font-size: 1.1rem !important;
    }

    h6, .h6 {
        font-size: 1rem;
    }

    .text-vrl {
        white-space: nowrap;
        display: inline-block;
        -webkit-writing-mode: vertical-rl;
        writing-mode: vertical-rl;
    }

    [data-fancybox="detail"] {
        white-space: nowrap;
    }

    .card-text {
        font-size: .9rem;
    }

    .floatingBnr .btn_floating,
    .floatingBnr .btn_floating span {
        width: 58px;
        height: 65.5px;
    }
}

@media (max-width: 767px) {
    .eventHeader .innerFrame {
        width: 100%;
        position: absolute;
        top: 0;
    }

    .disc {
        padding: 2rem 0;
    }

    .disc p {
        font-size: .9rem;
    }

    .sectHdg {
        font-size: 1.3rem !important;
    }

    .spHdg {
        font-size: 1.2rem;
    }

    .text-heading {
        font-size: 1.6rem;
    }

    .disc p span {
        font-size: 1.1rem;
    }

    .evBtn_item {
        height: 40px;
        padding: 0 40px;
        font-size: 1.4rem;
        border-radius: 40px;
    }

    .evBtn_tweet {
        padding: .3rem 1rem;
        font-weight: 600;
        font-size: 1.2rem;
        background: linear-gradient(to bottom, #ffffff 0%, #ff950a 1%, #ffde71 79%, #ffda55 100%);
        color: #56450f;
        text-shadow: 1px 1px 1px rgba(255, 255, 255, .5);
        box-shadow: 0 0 0 1px rgb(255, 255, 255), 0 0 0 4px rgb(126, 62, 2);
        filter: drop-shadow(0 4px 0 rgba(138, 81, 15, 0.5));
    }

    .text-line {
        font-size: 1rem;
        line-height: 1.5;
    }

    .text-line .hash {
        padding: 7px;
    }

    .table tr>* {
        padding: 10px;
    }

    .table .icoContainer .ico {
        flex-shrink: 0;
        width: 40px;
    }
}

.normalArticle-wide {
    max-width: 1110px;
}

.block {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 0 0 8px #ffa12c inset, 0 0 0 9px #54320e inset;
    background: #fffdf7;
}

.block hr {
    border-bottom: 1px solid rgb(255 255 255 / 64%);
}

.aside__links {
    position: fixed;
    left: 30px;
    bottom: 80px;
    z-index: 99;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.aside__linkItem {
    position: relative;
    align-self: stretch;
    height: 80px;
    width: 225px;
}

.aside__linkItem a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: inherit;
    height: inherit;
    text-decoration: none;
    transition: all 0.3s;
    box-shadow: 0 0 0 2px rgb(181, 0, 117) inset, 0 0 0 3px #fff inset;
    background-color: rgba(181, 0, 117, 0.58);
}

.aside__linkItem a:hover {
    background-color: rgba(255, 15, 237, 0.58);
    filter: drop-shadow(0 0 3px rgb(255, 231, 20));
    text-decoration: none;
}

.aside__linkItem::before {
    content: "";
    display: block;
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 1;
    height: 16px;
    width: 16px;
    background: url(https://static.ncsoft.jp/images/event/bns/2305snsCampaign/ico_arrow.svg) no-repeat 50% 0/contain;
}

.aside__linkItem_textContainer {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-right: 30px;
    padding-left: 20px;
}

.aside__linkItem_text {
    font-size: .7rem;
    color: rgba(255, 255, 255, 0.9);
    font-family: "M PLUS 2", sans-serif;
    line-height: 1.2;
}

.aside__linkItem_title {
    font-size: 1rem;
    font-family: "M PLUS 2", sans-serif;
    font-weight: 700;
    color: #fff;
    text-shadow: 2px 2px 0 var(--color-shadow2), 2px 1px 0 var(--color-shadow2), 2px 0 0 var(--color-shadow2), 2px -1px 0 var(--color-shadow2), 2px -2px 0 var(--color-shadow2), 1px 2px 0 var(--color-shadow2), 1px 1px 0 var(--color-shadow2), 1px 0 0 var(--color-shadow2), 1px -1px 0 var(--color-shadow2), 1px -2px 0 var(--color-shadow2), 0 2px 0 var(--color-shadow2), 0 1px 0 var(--color-shadow2), 0 0 0 var(--color-shadow2), 0 -1px 0 var(--color-shadow2), 0 -2px 0 var(--color-shadow2), -1px 2px 0 var(--color-shadow2), -1px 1px 0 var(--color-shadow2), -1px 0 0 var(--color-shadow2), -1px -1px 0 var(--color-shadow2), -1px -2px 0 var(--color-shadow2), -2px 2px 0 var(--color-shadow2), -2px 1px 0 var(--color-shadow2), -2px 0 0 var(--color-shadow2), -2px -1px 0 var(--color-shadow2), -2px -2px 0 var(--color-shadow2);
}

.aside__lower {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 40px;
}

.aside__lowerItem {
    align-self: stretch;
    width: 225px;
    height: 40px;
}

.aside__lowerItem a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: inherit;
    box-shadow: 0 0 0 1px rgb(189, 170, 0) inset, 0 0 0 2px #fffb00 inset;
    background: linear-gradient(180deg, rgb(177, 140, 0) 0%, rgb(184, 165, 24) 28%, rgb(210, 195, 67) 41%, rgb(184, 165, 24) 55%, rgb(107, 98, 2) 100%);
    transition: all 0.3s;
}

.aside__lowerItem a:hover {
    text-decoration: none;
    filter: brightness(1.1);
}

.aside__lowerItem a span {
    font-size: 1.4rem;
    font-weight: 700;
    color: rgba(31, 21, 0, 0.9);
    font-family: "M PLUS 2", sans-serif;
    text-shadow: 1px 1px 1px var(--color-shadow), 1px 0 1px var(--color-shadow), 1px -1px 1px var(--color-shadow), 0 1px 1px var(--color-shadow), 0 0 1px var(--color-shadow), 0 -1px 1px var(--color-shadow), -1px 1px 1px var(--color-shadow), -1px 0 1px var(--color-shadow), -1px -1px 1px var(--color-shadow);
}

@media (max-width: 767px) {
    .aside__links {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 10px;
        width: 96vw;
        display: flex;
        flex-direction: row;
        gap: 10px;
    }

    .aside__linkItem {
        width: auto;
        flex: 1;
        height: 10.6666666667vw;
    }

    .aside__linkItem::before {
        display: none;
    }

    .aside__linkItem:nth-of-type(1) {
        grid-column-start: 1;
        grid-column-end: 3;
    }

    .aside__linkItem:nth-of-type(2) {
        grid-column-start: 3;
        grid-column-end: 5;
    }

    .aside__linkItem:nth-of-type(3) {
        grid-column-start: 5;
        grid-column-end: 7;
    }

    .aside__linkItem a {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: inherit;
        height: inherit;
        transition: all 0.3s;
        box-shadow: 0 0 0 2px rgb(181, 0, 117) inset, 0 0 0 3px #fff inset;
        background-color: rgba(181, 0, 117, 0.58);
    }

    .aside__linkItem a:hover {
        background-color: rgba(255, 15, 237, 0.58);
        filter: drop-shadow(0 0 3px rgb(255, 231, 20));
        text-decoration: none;
    }

    .aside__linkItem_textContainer {
        text-align: center;
        padding: 0;
    }

    .aside__linkItem_title {
        font-size: 3.2vw;
        font-family: "M PLUS 2", sans-serif;
        font-weight: 500;
        color: #fff;
        text-align: center;
        text-shadow: 2px 2px 0 var(--color-shadow2), 2px 1px 0 var(--color-shadow2), 2px 0 0 var(--color-shadow2), 2px -1px 0 var(--color-shadow2), 2px -2px 0 var(--color-shadow2), 1px 2px 0 var(--color-shadow2), 1px 1px 0 var(--color-shadow2), 1px 0 0 var(--color-shadow2), 1px -1px 0 var(--color-shadow2), 1px -2px 0 var(--color-shadow2), 0 2px 0 var(--color-shadow2), 0 1px 0 var(--color-shadow2), 0 0 0 var(--color-shadow2), 0 -1px 0 var(--color-shadow2), 0 -2px 0 var(--color-shadow2), -1px 2px 0 var(--color-shadow2), -1px 1px 0 var(--color-shadow2), -1px 0 0 var(--color-shadow2), -1px -1px 0 var(--color-shadow2), -1px -2px 0 var(--color-shadow2), -2px 2px 0 var(--color-shadow2), -2px 1px 0 var(--color-shadow2), -2px 0 0 var(--color-shadow2), -2px -1px 0 var(--color-shadow2), -2px -2px 0 var(--color-shadow2);
    }

    .aside__linkItem_text {
        display: none;
    }

    .aside__lower {
        display: contents;
    }

    .aside__lowerItem {
        justify-content: center;
        height: 10.6666666667vw;
        width: 100%;
    }

    .aside__lowerItem:nth-of-type(1) {
        grid-column-start: 1;
        grid-column-end: 4;
    }

    .aside__lowerItem:nth-of-type(2) {
        grid-column-start: 4;
        grid-column-end: 7;
    }

    .aside__lowerItem a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: inherit;
        box-shadow: 0 0 0 1px rgb(189, 170, 0) inset, 0 0 0 2px #fffb00 inset;
        background: linear-gradient(180deg, rgb(177, 140, 0) 0%, rgb(184, 165, 24) 28%, rgb(210, 195, 67) 41%, rgb(184, 165, 24) 55%, rgb(107, 98, 2) 100%);
        transition: all 0.3s;
    }

    .aside__lowerItem a:hover {
        text-decoration: none;
        filter: brightness(1.1);
    }

    .aside__lowerItem a span {
        font-size: 3.2vw;
        font-weight: 700;
        color: rgba(31, 21, 0, 0.9);
        font-family: "M PLUS 2", sans-serif;
        text-shadow: 1px 1px 1px var(--color-shadow), 1px 0 1px var(--color-shadow), 1px -1px 1px var(--color-shadow), 0 1px 1px var(--color-shadow), 0 0 1px var(--color-shadow), 0 -1px 1px var(--color-shadow), -1px 1px 1px var(--color-shadow), -1px 0 1px var(--color-shadow), -1px -1px 1px var(--color-shadow);
    }

}