.font.jp {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #4A2E03;
}

.font.en {
    font-family: "Cedarville Cursive", cursive;
    font-weight: 400;
    font-style: normal;
    color: #E6A72C;
}

.comment {
    margin-top: 20px;
    font-size: 14px;
}

@media (max-width: 768px) {
    .w-detail {
        max-height: 700px;
    }
}