/*
Theme Name: YURAGI Classic
Description: YURAGI Classic theme for WordPress
Version: 1.0.0
Author: YURAGI
*/

/* このファイルはWordPress専用です */
/* 元のサイトの ../css/styles.css と ../css/yuragi.css を使用しています */
/* WordPress */
.news-title-line {
    width: 0;
    height: 2px;
    background-color: #333;
    transition: width 0.8s ease-in-out;
}

.news-title-line.animate {
    width: 100%;
}