@charset "UTF-8";

/*-------------------------
__main_title
-------------------------*/
.main_title{box-sizing:border-box;padding:30px 20px;}
.main_title .title_eng {max-width: 320px;margin: 0 auto;}
.main_title .title_eng img{width: 100%;height: auto;}
.main_title .title_jap{font-size:2.4em;font-weight:600;letter-spacing:0.2em;padding:25px 0 12px;}
.main_title .note{font-size:1.2em;line-height:1.3;}
.main_img{position:relative;}
.main_img img{width:100%;height:auto;}

.main_text {padding: 20px 0 40px;text-align: center;}
.main_text p.sub_title_en{font-size:1.6em;margin: 0 0 20px;}
.main_text h2.sub_title {font-size:1.8em;line-height: 1.6;}


.annotation_box{margin:10px auto 0;box-sizing:border-box;padding:0 20px;text-align:left;}
.annotation_box ul li{font-size:12px;line-height:1.2;text-indent:-1em;padding-left:1em;}

@media screen and (max-width: 767px) {
.main_title{padding:20px 20px;}
.main_title .title_eng{width:150px;margin:auto;}
.main_title .title_eng img{width:100%;height:auto;}
.main_title .title_jap{font-size:1.6em;padding:10px 0 5px;}
.main_text {padding: 0 0 20px;}
.main_text p.sub_title_en{font-size:1.1em;margin: 0 0 10px;}
.main_text h2.sub_title {font-size:1.2em;line-height: 1.6;}

}
/*-----------------------------------
__特設ページ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;}
}



.maincopy {width: 100%;
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%) translateX(-50%);
text-align:center;text-shadow:2px 2px 6px rgba(0, 0, 0,1),2px 2px 6px rgba(0, 0, 0, 1);}
.maincopy h2.main_copy{font-size:48px;line-height:1;color: #fff;font-weight: 400;}

@media screen and (max-width: 767px) {
.maincopy h2.main_copy{font-size:3em;line-height: 1.6;}
}



