@charset "utf-8";


.hnb_band_bnr{text-align: center;}
#fs-header.hnb_head #fs-nav .nav-megamenu {top: 237px;}

/*ヘッダー帯 高さ調整*/
@media screen and (min-width:1200px) {
body{margin-top: 190px;}/*帯あり*/
/*body{margin-top: 120px;}帯なし*/
}
@media screen and (max-width:1200px) {
body{margin-top: 170px;}/*帯あり*/
/*body{margin-top: 120px;}帯なし*/
}
@media screen and (max-width:1300px) {
.hnb_band_bnr{height: 55px}
}
@media screen and (max-width:1200px) {
.hnb_band_bnr{height: 50px}
}
@media screen and (max-width:1000px) {
.hnb_band_bnr{height: 45px}
}
@media screen and (max-width:950px) {
.hnb_band_bnr{height: 40px}
}

.hnb_band_bnr{height: 60px}
.hnb_band_bnr .pc_only{display: inline-block}
.hnb_band_bnr .sp_only{display: none}
@media screen and (max-width:820px) {
.hnb_band_bnr{height: auto}
.hnb_band_bnr .pc_only{display:none}
.hnb_band_bnr .sp_only{display: block}
body{margin-top: 130px;}/*帯あり*/
/*body{margin-top: 90px;}帯なし*/
#fs-header.hnb_head .drawer-content-bg{top:130px}
#fs-header.hnb_head .drawer-content{top:131px}
}
@media screen and (max-width:1500px) {
#fs-nav .nav-megamenu{top: 201px;}
}
@media screen and (min-width:1200px) {
#fs-nav .nav-megamenu{top: 201px;}
}
@media screen and (max-width:1199px) {
#fs-header.hnb_head .drawer-content-bg{top:160px}
#fs-header.hnb_head .drawer-content{top:161px}
}
@media screen and (max-width:820px) {
#fs-header.hnb_head .drawer-content-bg{top:134px}
#fs-header.hnb_head .drawer-content{top:135px}
}
@media screen and (max-width:390px) {
#fs-header.hnb_head .drawer-content-bg{top:120px}
#fs-header.hnb_head .drawer-content{top:121px}
}

/*PC ページナビscrollCSS*/
@media (min-width: 1200px) { 
#fs-header.hnb_head.is-down .header-wrap{display: none!important; }
#fs-header.hnb_head.is-down #fs-nav .nav-li-link{padding: 10px 0}
#fs-header.hnb_head.is-down #fs-nav .nav-megamenu{top: 118px}
}