@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : add.css
Description : 追加パーツ
===================================================================== */
/* =====================================================================
    共通
======================================================================*/
.content_desc{
    color: var(--color-bg3);
}
.comment dt {
    border-bottom: 1px solid var(--color-accent2);
}

.btn1.en {
    font-weight: 400;
}
.btn1::after {
    height: 0.6em;
    border: none;
    background-color: #ffffff;
    transform: none;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.nextstory h3, .story h4{
    color: var(--color-bg3);
    font-size: 187%;
    text-align: center;
    margin-bottom: 1rem;
}