/*news*/
#news .news_date {
 font-size: 16px;
 font-family: "Red Hat Text", sans-serif;
 font-weight: 400;
 letter-spacing: 0.05em;
 margin-bottom: 6px;
}
#news .news_cate {
 margin: 0 auto 10px 0;
 display: inline-block;
 border-bottom: 1px solid #000;
 font-size: 15px;
 font-family: "Zen Kaku Gothic New", sans-serif;
 font-weight: 700;
 letter-spacing: 0.1em;
}
#news h1.news_ttl {
 font-size: 36px;
 line-height: 1.3;
 font-family: "Zen Kaku Gothic New", sans-serif;
 font-weight: 700;
 letter-spacing: 0.1em;
}
#news .mv_wrap {
 margin: 30px auto;
}
#news .mv_wrap.wid_70 {
 width: 70%;
}
#news .txt_wrap p {
 font-size: 16px;
 font-family: "Zen Kaku Gothic New", sans-serif;
 font-weight: 400;
 letter-spacing: 0.05em;
 margin-bottom: 1em;
}
#news .btn_movie {
 text-decoration: underline;
}

@media (max-width: 768px) {
#news .news_date {
 font-size: 12px;
 margin-bottom: 20px;
}
#news .news_cate {
 margin: 0 auto 10px 0;
 font-size: 14px;
}
#news h1.news_ttl {
 font-size: 26px;
 line-height: 1.3;
 letter-spacing: 0.1em;
}
#news .mv_wrap {
 margin: 30px auto;
}
#news .mv_wrap.wid_70 {
 width: 100%;
}
#news .txt_wrap p {
 font-size: 15px;
}
}
