:root {
    --primary-color: rgb(253, 250, 52);
}

.logo>a {
    text-shadow: 2px 2px 3px var(--primary-color);
}


.pc-row {
    display: flex;
    justify-content: center;
}


/* フッター */
footer {
    padding-bottom: 10px;
    color: white;
}

footer {
    background-color: rgba(56, 85, 27, 0.788);
}

footer>div>ul>li>a {
    color: white;
}


mark.highlight {
    background: linear-gradient(transparent 60%, #f7ff5f8a 60%);

    font-size: 1.44em;
}

.border-ability {
    border-color: var(--primary-color);
}

@media screen and (max-width:600px) {
    .pc-row {
        flex-direction: column;
    }

    .ability-text {
        width: 100% !important;
        margin-top: 5%;
    }
}

@media screen and (min-width:601px) {
    .ability-text {
        width: 40% !important;
    }
}