/* Apple Mail 自動リンクの打ち消し */
.archive-item-desc a[x-apple-data-detectors] {
    text-decoration: none !important;
    color: inherit !important;
    pointer-events: none;
    cursor: default;
}




/*--------------------------------------------------------------
7. Sentō Text
--------------------------------------------------------------*/
.sentō-text {
    text-align: center;
    position: relative;
    z-index: 2;
    line-height: 1.5;
    padding-top: 5vw;
}

.sentō-text .large {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 1.95vw;
    margin: 0;
}

.sentō-text .small {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.5vw;
    margin: .5em 0 0;
}

.sentō-text p {
    margin-top: .75em;
}

.sentō-text p:nth-child(2) {
    margin-top: 1em;
}

.sentō-text .image-line {
    margin-top: 2.5em;
}

.sentō-text .image-line img {
    display: inline-block;
    width: 24.96vw;
    height: auto;
}

@media (max-width: 767px) {
    .sentō-text {
        line-height: 1.4;
        margin-top: 10vw;
        padding-top: 0;
    }

    .sentō-text .large {
        font-size: 4.85vw;
    }

    .sentō-text .small {
        font-size: 3.65vw;
        margin-top: 1em;
    }

    .sentō-text p:nth-child(2) {
        margin-top: 5vw;
    }

    .sentō-text .image-line {
        margin-top: 7vw;
    }

    .sentō-text .image-line img {
        width: 72vw;
    }
}

/*--------------------------------------------------------------
8. Coming Section
--------------------------------------------------------------*/
#coming {
    text-align: center;
    padding: 4vw 4vw 8vw;
}

#coming img {
    display: block;
    margin: 0 auto;
    height: auto;
}

#coming img.banner-text {
    width: 51.701vw;
}

#coming img.illust {
    width: 41.041vw;
    margin-bottom: 4vw;
}

#coming img.date {
    width: 43.506vw;
}

/*--------------------------------------------------------------
9. Divider
--------------------------------------------------------------*/
hr {
    border: 0;
    border-top: .1vw solid #646464;
    margin: 8vw 0 0;
}

/*--------------------------------------------------------------
10. Footer
--------------------------------------------------------------*/

footer {
    text-align: center;
    padding: 6vw 4vw;
    font-size: 1vw;
}

footer .footer-logo img {
    display: block;
    margin: 0 auto 3vw;
    width: 19.4792vw;
}

.footer-nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.footer-nav a {
    margin: 0 1vw;
    font-size: 1vw;
    color: #000;
    text-decoration: none;
}

.footer-nav a:hover {
    text-decoration: underline;
}

footer .copyright {
    font-size: 0.8vw;
    margin-top: 2vw;
}


@media (max-width: 768px) {
    footer {
        font-size: 3.5vw;
        /* padding は同じなので省略しても可 */
    }

    footer .footer-logo img {
        width: 28.479vw;
    }

    .footer-nav {
        flex-direction: column;
        align-items: center;
    }

    .footer-nav a {
        margin: 3.5vw 0 0;
        font-size: 3.5vw;
    }

    footer .copyright {
        font-size: 3vw;
        color: #666;
        margin-top: 5vw;
    }
}


@media (max-width: 640px) {
    footer .copyright {
        font-size: 2.5vw;
    }
}


/*--------------------------------------------------------------
11. Overview Section
--------------------------------------------------------------*/
#overview {
    background-color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    padding: 2rem 0;
}

.overview-container {
    max-width: 90vw;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 6.5vw;
}

.overview-title {
    width: 19.375vw;
    max-width: 100%;
    margin: 0 auto 2rem;
}

.overview-table {
    width: 65.52vw;
    max-width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
    font-size: 1.1458vw;
    table-layout: fixed;
}

.overview-table th,
.overview-table td {
    padding: .75em 1em;
    vertical-align: top;
    word-break: break-word;
}

.overview-table th {
    width: 8.68vw;
    font-weight: 700;
    text-align: left;
}

.overview-table td {
    font-weight: 500;
    text-align: justify;
}

.overview-table td .bullet {
    margin-left: 1em;
    text-indent: -1em;
    line-height: 1.5;
}

.overview-table td .bullet+.bullet {
    margin-top: 1em;
}

.overview-table td .bullet::before {
    content: "◇";
}

.overview-table td .bullet--last {
    margin-top: 1em;
    font-size: 0.875em;
    line-height: 1.4;
}

/*--------------------------------------------------------------
12. Archive Section
--------------------------------------------------------------*/
#archive {
    background-color: #f0f0f0;
    font-family: "Noto Sans JP", sans-serif;
    padding: 2rem 0 5vw;
}

.archive-container {
    max-width: 90vw;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 6.5vw;
}

.archive-title-img {
    width: 19.375vw;
    max-width: 100%;
    margin: 0 auto 2rem;
}

.archive-table {
    width: 65.52vw;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0 1.5rem;
    font-size: 1.1458vw;
    table-layout: fixed;
}

.archive-table th,
.archive-table td {
    padding: .75em 1em;
    vertical-align: top;
    word-break: break-word;
}

.archive-table th {
    width: 28.57vw;
    font-weight: 700;
    text-align: left;
}

.archive-table th img {
    width: 100%;
}

.archive-table td {
    font-weight: 500;
    text-align: justify;
}

.archive-table td .archive-item-title {
    display: block;
    font-weight: 700;
    margin-bottom: .5em;
}

.archive-table td .archive-item-desc {
    display: block;
    line-height: 1.5;
    font-weight: 300;
}

.archive-link {
    color: inherit;
    text-decoration: underline;
    margin-left: .25em;
}

/*--------------------------------------------------------------
13. sento-game-section
--------------------------------------------------------------*/
.sento-game-section {
    position: relative;
    font-family: 'DotGothic16', sans-serif;
    margin-top: 1.5vw;
    text-align: center;
}

.sento-game-bg {
    width: 65.52vw;
    padding-bottom: 36.32vw;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.sento-game-bg.pc {
    background-image: url("images/2025072/frame.svg");
}

.sento-game-bg.sp {
    display: none;
    background-image: url("images/2025072/frme_sp.svg");
}

.sento-game-content {
    position: relative;
    z-index: 2;
    max-width: 90%;
    margin: -38.32vw auto 0;
    padding: 5vw 0;
}

.sento-game-title {
    font-size: 1.75vw;
    margin-bottom: 1.5vw;
    line-height: 1.5;
    letter-spacing: .02em;
    color: #ffcb03;
    font-weight: bold;
}

.sento-game-text {
    font-size: 1.25vw;
    margin-bottom: 2vw;
    line-height: 1.95;
    color: #fff;
    font-weight: bold;
}

img.sento-game-bg-edomond {
    width: 65vw;
    height: auto;
    position: relative;
    top: -6.5vw;

}

@media (max-width: 767px) {
    img.sento-game-bg-edomond {
        width: 90vw;
    }
}

/*--------------------------------------------------------------
14. Button Group
--------------------------------------------------------------*/
#btn-group {
    width: 100vw;
    background-color: #f0f0f0;
    padding-bottom: 7.5vw;
}

.btn-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    list-style: none;
    width: 65.52vw;
}

.btn-group a {
    flex: 1 1 25%;
    text-align: center;
}

.btn-group img {
    width: 14.618vw;
    height: auto;
    display: block;
    margin: 0 auto;
}

/*--------------------------------------------------------------
Responsive Overrides
--------------------------------------------------------------*/
@media (max-width: 767px) {

    .overview-title,
    .archive-title-img {
        width: 50vw;
        margin-bottom: 1.5rem;
    }

    .overview-table,
    .archive-table {
        width: 100%;
        font-size: 4vw;
    }

    .overview-table th,
    .overview-table td,
    .archive-table th,
    .archive-table td {
        display: block;
        width: 100%;
        padding: .5em 0;
    }

    .archive-table tr,
    .overview-table tr {
        display: block;
        margin-bottom: 1.5rem;
        padding-bottom: 1rem;
        border-bottom: 1px solid #ddd;
    }

    .sento-game-section {
        margin-top: 11.5vw;
    }

    .sento-game-bg.pc {
        display: none;
    }

    .sento-game-bg.sp {
        display: block;
        width: 90vw;
        padding-bottom: 158.73vw;
    }

    .sento-game-content {
        margin-top: -158.73vw;
        padding: 8vw 0;
    }

    .sento-game-title {
        font-size: 4.25vw;
        margin-bottom: 4vw;
    }

    .sento-game-text {
        font-size: 3.15vw;
        margin-bottom: 4vw;
    }

    .btn-group {
        width: 90vw;
    }

    .btn-group img {
        width: 22vw;
    }
}


/*--------------------------------------------------------------
#item セクション全体
--------------------------------------------------------------*/
#item {
    background-color: #f0f0f0;
    font-family: "Noto Sans JP", sans-serif;
    padding: 2rem 0 5vw;
}

/* コンテナ */
#item .item-container {
    margin: 0 auto;
    width: 65.5208vw;
    text-align: center;
}

/*--------------------------------------------------------------
テキストコピー類
--------------------------------------------------------------*/
#item .item-copy,
#item .item-last-copy {
    display: block;
    font-weight: 700;
    text-align: center;
    margin: 0 auto 0.5em;
    font-family: "Noto Sans JP", sans-serif;
}

#item .item-copy {
    font-size: 1.62vw;
}

#item .item-copy-description,
#item .item-last-copy-description {
    display: block;
    font-weight: 400;
    font-size: 1.296vw;
    text-align: center;
    margin: 0 auto 2.5em;
    font-family: "Noto Sans JP", sans-serif;
}

#item .item-copy .item-desc {
    display: block;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 1.5em;
}

#item .item-last-copy {
    font-size: 1.389vw;
    margin: 2.5vw auto 0.5em;
    letter-spacing: 0.01em;
}

#item .item-last-copy-description {
    letter-spacing: -0.05em;
}

/* モバイル調整 */
@media screen and (max-width: 767px) {
    #item .item-container {
        width: 90vw;
    }

    #item .item-copy {
        font-size: 4.5vw;
    }

    #item .item-copy-description {
        font-size: 4vw;
        margin-bottom: 2.5em;
        text-align: justify;
    }

    #item .item-last-copy {
        font-size: 4vw;
        letter-spacing: -0.01em;
    }

    #item .item-last-copy-description {
        font-size: 3.5vw;
        letter-spacing: -0.05em;
    }
}

/*--------------------------------------------------------------
商品カード群レイアウト
--------------------------------------------------------------*/
#item .item-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    width: 65.5208vw;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    #item .item-list {
        width: 90vw;
        grid-template-columns: 1fr;
    }
}

/*--------------------------------------------------------------
各商品カード
--------------------------------------------------------------*/
#item .item-card {
    background-color: transparent;
    padding: 0;
    text-align: center;
    border-radius: 4px;
}

/* メイン画像 */
#item .item-card .item-main img {
    width: 100%;
    height: auto;
    display: block;
    border: 1px solid #8c8c8c;
}

/* サムネイル群 */
#item .item-card .item-thumbs {
    display: grid;
    grid-template-columns: repeat(4, 6vw);
    gap: 0.5rem;
    list-style: none;
    padding: 0;
    margin: 0.75rem 0 1rem;
}

#item .item-card .item-thumbs img {
    width: 100%;
    height: auto;
    cursor: pointer;
    border: 1px solid #8c8c8c;
}

/* カード詳細テキスト */
#item .item-card .item-card-detail .product-name {
    font-size: 1.389vw;
}

#item .item-card .item-card-detail .product-variant,
#item .item-card .item-card-detail .product-price {
    font-size: 1.204vw;
}


#item .item-card .item-card-detail {
    text-align: left;
}

/* 767px以下：サムネイル幅とフォントサイズ調整 */
@media screen and (max-width: 767px) {
    #item .item-card .item-thumbs {
        grid-template-columns: repeat(4, calc((100% - 2.25rem) / 4));
        gap: 0.75rem;
    }

    #item .item-card .item-card-detail .product-name {
        font-size: 4.5vw;
    }

    #item .item-card .item-card-detail .product-variant,
    #item .item-card .item-card-detail .product-price {
        font-size: 4vw;
    }

    /* 各カードの幅を90vwに */
    #item .item-list .item-card {
        width: 90vw;
        margin: 0 auto;
        box-sizing: border-box;
    }
}

/* 商品名・説明・価格 */
#item .item-card .item-title {
    font-weight: 700;
    margin-bottom: 0.5em;
}

#item .item-card .item-desc {
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 0.75em;
}

#item .item-card .item-price {
    font-weight: 700;
    margin-bottom: 1rem;
}

/*--------------------------------------------------------------
オンラインショップボタン領域
--------------------------------------------------------------*/
.shop-section {
    margin-top: 2rem;
}

.shop-section .shop-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    width: 65.5208vw;
    margin: 0 auto;
    align-items: stretch;
}

@media screen and (max-width: 767px) {
    .shop-section .shop-list {
        grid-template-columns: 1fr;
        width: 90vw;
    }
}

.shop-section .btn-shop {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0.75em 1em;
    text-decoration: none;
    border-radius: 2px;
    color: #fff;
    font-weight: 500;
    font-size: 1.389vw;
}

.shop-section .btn-shop span {
    font-size: 1.018vw;
    display: block;
    margin-top: 0.25em;
}

.btn-beams {
    background-color: #F37021;
}

.btn-cow {
    background-color: #D71920;
}

@media screen and (max-width: 767px) {
    .shop-section .btn-shop {
        font-size: 4vw;
    }

    .shop-section .btn-shop span {
        font-size: 2.5vw;
    }
}

/*--------------------------------------------------------------
POP UP SHOP 情報
--------------------------------------------------------------*/
#item .item-popup {
    margin-top: 4vw;
}

#item .item-popup-img img {
    width: 65.5208vw;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

#item .item-popup-info {
    width: 65.5208vw;
    margin: 0 auto 5vw;
    text-align: left;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.1458vw;
    line-height: 1.6;
}

#item .item-popup-info p {
    margin-bottom: 1em;
}

#item .item-popup-info .popup-announcement {
    font-weight: 700;
    color: #fd5224;
    font-size: 1.62vw;
    margin-bottom: 0.5em;
}

#item .item-popup-info .popup-intro {
    font-size: 1.296vw;
}

#item .item-popup-info .popup-title {
    font-weight: 700;
    font-size: 1.389vw;
    margin-bottom: 0.5em;
}

#item .item-popup-info .popup-list {
    list-style: none;
    padding: 0;
    margin: 0 0 0.5em;
    font-size: 1.296vw;
}

#item .item-popup-info .popup-list li {
    display: grid;
    grid-template-columns: max-content 1fr;
    column-gap: 0.5em;
    align-items: center;
    letter-spacing: -0.05em;
}

#item .item-popup-info .popup-list li.umeda {
    column-gap: 1.5em;
}

#item .item-popup-info .popup-list li strong {
    display: block;
    text-align: right;
}

#item .item-popup-info .popup-notice {
    font-size: 1.296vw;
}


/* モバイル対応 */
@media screen and (max-width: 767px) {
    #item .item-popup {
        margin-top: 10vw;
    }

    #item .item-popup-img img {
        width: 90vw;
    }

    #item .item-popup-info {
        width: 90vw;
        margin: 0 auto 15vw;
    }


    #item .item-popup-info .popup-announcement {
        font-size: 4.5vw;
        text-align: justify;
        letter-spacing: -0.05em;
    }

    #item .item-popup-info .popup-intro {
        font-size: 4vw;
        text-align: justify;
        letter-spacing: -0.01em;
    }

    #item .item-popup-info .popup-title {
        font-size: 4.2vw;

    }

    #item .item-popup-info .popup-list,
    #item .item-popup-info .popup-notice {
        font-size: 3.5vw;
        letter-spacing: -0.05em;
        text-align: justify;
    }

    #item .item-popup-info .popup-list li {
        display: block;
    }

    #item .item-popup-info .popup-list li strong {
        display: inline;
    }

}

/*--------------------------------------------------------------
9. Event Section — イベント詳細レイアウト
--------------------------------------------------------------*/
#event {
    background-color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    padding: 2rem 0 5vw;
}

#event .event-container {
    margin: 0 auto;
    width: 65.5208vw;
}

#event .event-title-img {
    width: 19.375vw;
    max-width: 100%;
    margin: 0 auto 2rem;
    text-align: center;
    display: block;
}

#event .event-block {
    margin: 0 auto 7.5vw;
}

/* 見出し画像 */
#event .event-subtitle-img {
    display: block;
    width: 8.2639vw;
    max-width: 100%;
    margin: 0 auto 2rem;
}

/* メインコピー */
#event .event-copy,
#event .event-copy-description {
    display: block;
    text-align: center;
    margin: 0 auto 0.5em;
    font-family: "Noto Sans JP", sans-serif;
}

#event .event-copy {
    font-weight: 700;
    font-size: 1.62vw;
    margin-bottom: 1rem;
}

#event .event-copy-description {
    font-weight: 400;
    font-size: 1.296vw;
    margin-bottom: 1rem;
}

/* 本文＋サイド画像 */
#event .event-content-body {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 2vw;
    align-items: start;
    margin-top: 2.22vw;
}

#event .third .event-content-body {
    margin-bottom: 10vw;
}

/* 画像 */
#event .event-image {
    line-height: 0;
}

#event .event-image img {
    display: block;
    width: 28vw;
    height: auto;
    vertical-align: top;
}

/* イベント情報テキスト */
#event .event-info {
    font-weight: 500;
    line-height: 1.6;
}

#event p.event-location {
    font-size: 1.389vw;
    font-weight: 700;
    margin-bottom: .5rem;
}

#event p.event-description {
    font-size: 1.204vw;
    font-weight: 400;
    margin-bottom: .75rem;
    letter-spacing: -0.05em;
}

/* リンク付き詳細リスト */
#event .event-details {
    font-size: 1.157vw;
    list-style: none;
    padding: 0;
    margin: 1rem 0 0;
}

#event .event-details a {
    color: inherit;
    text-decoration: underline;
}

/* ダウンロードボタン付きポップアップ画像 */
#event .event-popup-img {
    position: relative;
}

#event .event-popup-img img {
    width: 100%;
    height: auto;
}

#event .event-popup-img .btn-dl {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 21vw;
    display: block;
}

/* 表形式の詳細 */
#event .event-table {
    width: 100%;
    margin: 0 auto;
    font-size: 1.204vw;
    table-layout: fixed;
    border-collapse: collapse;
}

#event .event-table+.event-table {
    margin-top: 5vw;
}

#event .event-table caption {
    margin-bottom: 0.5em;
}

@media screen and (min-width: 768px) {

    #event .event-table+.event-table {
        margin-top: 2.5vw;
    }

    #event .event-table caption {
        text-align: left;
    }

}

#event .event-table th,
#event .event-table td {
    padding: 0;
    vertical-align: top;
    word-break: break-word;
    text-align: left;
}

#event .event-table th {
    width: 6.1111vw;
}

#event .event-table td {
    width: 28vw;
}

#event .event-table tr+tr>* {
    padding-top: .5em;
}

#event .event-table td a {
    color: #fd5224;
    text-decoration: none;
}

#event .event-table td a:hover {
    text-decoration: underline;
}

/* 箇条書きリスト */
#event .event-table-details {
    list-style: none;
    margin: 1.75em 0 0;
    padding: 0;
}

#event .event-table-details li {
    position: relative;
    padding-left: 1em;
    margin-bottom: .5em;
}

#event .event-table-details li::before {
    content: "●";
    position: absolute;
    left: 0;
    top: .85em;
    font-size: .6em;
    line-height: 1;
    color: currentColor;
}

#event .event-table-details a {
    color: #fd5224;
    text-decoration: none;
}

#event .event-table-details a:hover {
    text-decoration: underline;
}


.event-update-row td {
    /* 
    padding-top: 3em;
上部スペースを広めに */
}

.event-update-title {
    margin: 0;
    /* デフォルト余白リセット */
    margin-bottom: 0.5em;
    /* 下にちょっと余白 */
    font-weight: bold;
}

.event-update-label-stamp,
.event-update-label-exchange {
    color: #d00;
    /* 赤文字 */
    font-weight: bold;
}

.event-update-row .event-update-note {
    font-size: 85%;
    margin-top: 0.5em;
}

/*--------------------------------------------------------------
9-1. Event Section：サムネイル付き画像切替用CSS
--------------------------------------------------------------*/
#event .event-content-body .item-card {
    display: block;
}

#event .event-content-body .item-card .item-main img {
    width: 100%;
    height: auto;
    display: block;
    border: 1px solid #515151;
}

#event .event-content-body .item-card .item-thumbs {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0.5rem;
    list-style: none;
    padding: 0;
    margin: 1rem 0 0;
}

#event .event-content-body .item-card .item-thumbs img {
    width: 100%;
    height: auto;
    cursor: pointer;
    border: 1px solid #8c8c8c;
}

/* PC：.item-card の幅を戻す */
@media screen and (min-width: 768px) {
    #event .event-content-body .item-card {
        width: 28vw;
        /* もとのメイン画像幅と同じに */
    }
}

@media screen and (max-width: 767px) {
    #event .event-content-body .item-card .item-thumbs {
        grid-template-columns: repeat(5, calc((100% - 2rem) / 5));
        justify-content: start;
        gap: 0.5rem;
    }
}




/*--------------------------------------------------------------
Button Group — イベント後のボタン群
--------------------------------------------------------------*/
#btn-group {
    width: 100vw;
    background-color: #f0f0f0;
    padding-bottom: 15vw;
}

.btn-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    width: 65.5208vw;
    text-align: center;
}

.btn-group a {
    flex: 1 1 25%;
    text-decoration: none;
}

.btn-group img {
    display: block;
    margin: 0 auto;
    width: 14.6181vw;
    height: auto;
}

@media (max-width: 767px) {

    #event .event-title-img {
        width: 50vw;
        margin-bottom: 1.5rem;
    }

    #event .event-container {
        width: 90vw;
    }

    #event .event-block {
        margin-bottom: 15vw;
    }

    #event .event-subtitle-img {
        width: 21vw;
    }

    #event .event-copy {
        font-size: 4.5vw;
        margin-bottom: .5em;
    }

    #event .event-copy-description {
        font-size: 4vw;
        margin-bottom: 2.5em;
        text-align: justify;
    }

    #event .event-image img,
    #event .event-image,
    #event .event-info {
        width: 100%;
    }

    #event .event-image {
        margin-bottom: 2.5em;
    }

    #event .event-content-body {
        grid-template-columns: 1fr;
    }

    #event p.event-location {
        font-size: 4.5vw;
    }

    #event p.event-description {
        font-size: 4vw;
        font-weight: 400;
    }

    #event .event-details {
        font-size: 4vw;
    }

    #event .event-popup-img img {
        width: 100%;
        height: auto;

    }

    #event .event-popup-img .btn-dl {
        width: 45vw;
    }

    #event .event-table {
        font-size: 4.5vw;

    }



    #event .event-table th {
        width: 10vw;
    }

    #event .event-table td {
        width: 24vw;
        letter-spacing: -0.05em;
    }

    .btn-group {
        width: 90vw;
    }

    .btn-group img {
        width: 22vw;
    }
}