body {
    color: white;
}

#header {
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#header-site-name a {
    color: #465daa;
}

#header-site-name a::after {
    background: #465daa;
}

#container {
    scrollbar-color: rgba(70, 93, 170, 0.6) rgba(0, 164, 172, 0);
}

/* ========================================
   共通
======================================== */
.flower-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.flower-grid a {
    color: white;
}

.flower-card__overlay.is-clickable {
    cursor: pointer;
}

.flower-card__language-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.flower-card__rank-icon {
    display: block;
    flex-shrink: 0;
    width: 34px;
    height: auto;
}

/* ========================================
   PC : 1024px以上
======================================== */
@media screen and (min-width: 1024px) {
    #outer {
        padding-top: 100px;
        padding-bottom: 80px;
        background-color: #FFFFFF;
    }

    #inner {
        max-width: 1760px;
        margin: 0 auto;
    }

    .flower-category-title {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-bottom: 40px;
        color: #555;
        font-size: 26px;
    }

    .flower-grid__ad {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 380px;
        height: 380px;
        margin: 30px 20px 10px 20px;
    }

    .flower-card {
        width: 380px;
        height: 380px;
        margin: 30px 20px 10px 20px;
        font-weight: bold;
        background-position: center;
        background-size: cover;
        border-radius: 16px;
        box-shadow:
            0 12px 30px rgba(0, 0, 0, 0.10),
            0 2px 10px rgba(0, 0, 0, 0.06);
        transition-duration: .3s;
    }

    .flower-card:hover {
        cursor: pointer;
        transform: scale(1.1);
        box-shadow:
            0 22px 40px rgba(0, 0, 0, 0.14),
            0 8px 16px rgba(0, 0, 0, 0.08);
    }

    .flower-card__overlay {
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        padding: 20px;
        background-color: rgba(51, 51, 51, 0.36);
        background-image: url("../../../images/dot.png");
        border-radius: 16px;
        transition-duration: .3s;
    }

    .flower-card__overlay:hover {
        background-color: rgba(70, 93, 170, 0.1);
    }

    .flower-card__inner {
        display: flex;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        text-align: center;
        border: 3px white solid;
        border-radius: 5px;
    }

    .flower-card__content {
        width: 100%;
        padding: 40px;
    }

    .flower-card__title {
        margin-bottom: 30px;
        font-size: 26px;
    }

    .flower-card__label {
        margin-bottom: 4px;
        text-align: center;
        font-size: 16px;
    }

    .flower-card__language-list {
        display: inline-block;
        text-align: left;
        font-size: 20px;
    }

    .flower-card__language {
        margin-top: 10px;
        font-size: 20px;
    }
}

/* ========================================
   Tablet : 768px〜1023px
======================================== */
@media screen and (min-width: 768px) and (max-width: 1023px) {
    #outer {
        padding-top: 100px;
        padding-bottom: 80px;
        background-color: #FFFFFF;
    }

    #inner {
        margin: 0 auto;
    }

    .flower-category-title {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-bottom: 40px;
        color: #555;
        font-size: 26px;
    }

    .flower-grid__ad {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 300px;
        height: 300px;
    }

    .flower-card {
        width: 300px;
        height: 300px;
        margin: 10px;
        font-weight: bold;
        text-shadow: 1.5px 1.5px 3px rgba(51, 51, 51, 0.9);
        background-position: center;
        background-size: cover;
        border-radius: 16px;
        box-shadow:
            0 12px 30px rgba(0, 0, 0, 0.10),
            0 2px 10px rgba(0, 0, 0, 0.06);
        transition-duration: .3s;
    }

    .flower-card:hover {
        cursor: pointer;
        transform: scale(1.1);
        box-shadow:
            0 22px 40px rgba(0, 0, 0, 0.14),
            0 8px 16px rgba(0, 0, 0, 0.08);
    }

    .flower-card__overlay {
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        padding: 15px;
        background-color: rgba(51, 51, 51, 0.36);
        background-image: url("../../../images/dot.png");
        border-radius: 16px;
        transition-duration: .3s;
    }

    .flower-card__overlay:hover {
        background-color: rgba(70, 93, 170, 0.1);
    }

    .flower-card__inner {
        display: flex;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        text-align: center;
        border: 2px white solid;
        border-radius: 5px;
    }

    .flower-card__content {
        padding: 40px;
    }

    .flower-card__title {
        margin-bottom: 20px;
        font-size: 22px;
    }

    .flower-card__label {
        margin-bottom: 4px;
        text-align: center;
        font-size: 16px;
    }

    .flower-card__language-list {
        display: inline-block;
        text-align: left;
        font-size: 20px;
    }

    .flower-card__language {
        margin-top: 10px;
        font-size: 18px;
    }
}

/* ========================================
   Mobile : 0px〜767px
======================================== */
@media screen and (min-width: 0px) and (max-width: 767px) {
    #outer {
        padding-top: 100px;
        padding-bottom: 80px;
        background-color: #FFFFFF;
    }

    #inner {
        margin: 0 auto;
    }

    .flower-category-title {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-bottom: 40px;
        color: #555;
        font-size: 22px;
    }

    .flower-card {
        width: 360px;
        height: 360px;
        margin: 10px;
        font-weight: bold;
        text-shadow: 1.5px 1.5px 3px rgba(51, 51, 51, 0.9);
        background-position: center;
        background-size: cover;
        border-radius: 16px;
        box-shadow:
            0 12px 30px rgba(0, 0, 0, 0.10),
            0 2px 10px rgba(0, 0, 0, 0.06);
        transition-duration: .3s;
    }

    .flower-card:hover {
        cursor: pointer;
        transform: scale(1.1);
        box-shadow:
            0 22px 40px rgba(0, 0, 0, 0.14),
            0 8px 16px rgba(0, 0, 0, 0.08);
    }

    .flower-card__overlay {
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        padding: 15px;
        background-color: rgba(51, 51, 51, 0.36);
        background-image: url("../../../images/dot.png");
        border-radius: 16px;
        transition-duration: .3s;
    }

    .flower-card__overlay:hover {
        background-color: rgba(70, 93, 170, 0.1);
    }

    .flower-card__inner {
        display: flex;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        text-align: center;
        border: 2px white solid;
        border-radius: 5px;
    }

    .flower-card__content {
        padding: 20px;
    }

    .flower-card__title {
        margin-bottom: 20px;
        font-size: 22px;
    }

    .flower-card__label {
        margin-bottom: 4px;
        text-align: center;
        font-size: 16px;
    }

    .flower-card__language-list {
        display: inline-block;
        text-align: left;
        font-size: 20px;
    }

    .flower-card__language {
        margin-top: 8px;
        font-size: 18px;
    }
}
