@charset "UTF-8";

/*-------------------------
__voice_style
-------------------------*/
#content{background:none;}
#content #mv .mv_wrap{background:url("images/top.jpg")no-repeat bottom center;background-size:cover;height:auto;width:100%;position:relative;aspect-ratio:5 / 3;}
#content #mv .mv_wrap .main_ttl{position:absolute; top: 7%; left: 50%; width: 28vw; height: auto; transform: translateX(-50%); filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 1)) drop-shadow(0px 0px 5px rgba(0, 0, 0, 1)) drop-shadow(0px 0px 5px rgba(0, 0, 0, 1));}
#content #mv .mv_wrap .main_ttl img{ width: 100%; height: auto;}
#content #mv .mv_wrap .txt{position:absolute; bottom: 30px; left: 30px; font-size: 16px; color: #fff; filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 1)) drop-shadow(0px 0px 5px rgba(0, 0, 0, 1)) drop-shadow(0px 0px 5px rgba(0, 0, 0, 1));}
#content #mv .annotation_box{ text-align: right; margin: 10px 10px 0 auto; font-size: 14px; line-height: 1.4;}

@media screen and (max-width: 767px) {
#content #mv .mv_wrap{aspect-ratio:9 / 10;}
#content #mv .mv_wrap .main_ttl{ top: 10%; width: 64%;}
#content #mv .annotation_box{ text-align: left; margin: 10px 10px 0; font-size: 14px; line-height: 1.4;}
}
/*-----------------------------------
__特設ページ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;}
}