@charset "UTF-8";

/* CSS INFORMATION -====================================================
File name : add.css
Description : 追加パーツ
===================================================================== */
.btn1 {
    font-weight: 500;
    font-size: 114%;
}

.nav_date {
    top: -1em;
    padding: 0.3em;
    color: var(--color-bg3);
}

@media screen and (min-width: 768px) {
    .nav .inner {
        padding: 1.2em 0;
    }

    .nav_date {
        top: -1.8em;
        width: auto;
    }
}

.nextstory_text {
    font-size: 107%;
}

.intro_content {
    text-align: center;
}

.intro_content p {
    position: relative;
    width: 100%;
    letter-spacing: 0;
}

.intro_content p::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 70%;
    height: 70%;
    background: linear-gradient(135deg, #8f77e5 0%, #5ea8e8 16%, #77e1e8 32%, #bee7c9 50%, #e5d7aa 66%, #e7c7a9 82%, #e89da0 100%);
    mix-blend-mode: overlay;
    opacity: 0.5;
    z-index: 1;
    filter: blur(10px);
}

.intro_content p:nth-child(2)::after {
    top: auto;
    right: auto;
}

.intro_content p:nth-child(2)::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
    height: 70%;
    background: linear-gradient(135deg, #8f77e5 0%, #5ea8e8 16%, #77e1e8 32%, #bee7c9 50%, #e5d7aa 66%, #e7c7a9 82%, #e89da0 100%);
    mix-blend-mode: overlay;
    opacity: 0.5;
    z-index: 1;
    filter: blur(10px);
}

.intro_content p:nth-child(3)::after {
    bottom: auto;
}

.intro_content .bg_color {
    position: relative;
    z-index: 2;
}

.accent {
    color: var(--color-accent1);
    font-weight: bold;
}

.chart_list_name>* {
    font-weight: 600 !important;
}

.chart_list_name dd {
    color: var(--color-accent1);
}

.chart_list_text em {
    font-style: normal;
    font-size: 130%;
    color: var(--color-base);
    font-weight: bold;
}

.content_desc_large,
.content_desc dd {
    color: var(--color-accent1);
}

.content_group_btn li a {
    color: var(--color-bg3);
}