@charset "UTF-8";

/*-------------------------
__voice_style
-------------------------*/
#content #mv .main_ttl{ max-width: 320px; margin: 50px auto;}
#content #mv .main_ttl img{ width: 100%; height: auto;}
#content #mv .mv_wrap{ aspect-ratio: 4 / 3; width: 100%; height: auto; max-width: 1200px; margin: 0 auto;}
#content #mv .mv_wrap img{ width: 100%; height: auto;}
#content #mv .annotation_box{ text-align: right; margin: 10px auto; font-size: 14px; line-height: 1.4; max-width: 1200px;}
@media screen and (max-width: 767px) {
#content #mv .main_ttl{ max-width: 240px;}
#content #mv .annotation_box{ text-align: left; margin: 10px 10px 0;}
}
@media screen and (max-width: 374px) {
#content #mv .main_ttl{ max-width: 200px;}
}
/*-----------------------------------
__特設ページTOPonly共通メニュー
-----------------------------------*/
@media screen and (max-width: 767px) {
#s_top_menu{padding:10px;}
}
/*-----------------------------------
--共通フッターTOPページのみ修正
-----------------------------------*/
#spe_footer{height:auto;box-sizing:border-box;padding:8px;position:static;}
#spe_footer .footer_inner .footer_menu{display:none;}
#spe_footer .copylight{float:none;margin:auto;}
@media screen and (max-width: 960px) {
#spe_footer .footer_inner{padding:0px;}
}