sup {
    vertical-align: super;
    font-size: smaller;
    line-height: 0.25;
}
sub {
    vertical-align: text-bottom;
    font-size: smaller;
    line-height: 0.25;
}

#abcIdx2016Header{
    z-index: 10;
}


.event-wrap{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-feature-settings: "palt";
}

.event_header{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 226px;
    padding-top: 160px;
    background: #FBF7EE url(/shared/img/campaign/event/img_header_pc.svg) bottom center no-repeat;
}

.event_header h1{
    display: block;
}

.event_header strong{
    padding-top: 20px;
    text-align: center;
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
    color: #68605A;
}

.event_special,
.event_recommend,
.park_info_wrap{
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0 0 0;
    box-sizing: border-box;
}

.title_section{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 24px;
    font-weight: 700;
    color: #333;
    text-align: center;
    z-index: 1;
}

.title_section::before{
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 20px;
    background: url(/shared/img/campaign/event/deco_title_left.svg) no-repeat;
    background-size: contain;
}
.title_section::after{
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    margin-left: 20px;
    background: url(/shared/img/campaign/event/deco_title_right.svg) no-repeat;
    background-size: contain;
}

.item_emphasize,
.item_detail_emphasize{
    display: block;
    margin: 4px 10px 0 0;
    padding: 2px 4px;
    font-size: 12px;
    line-height: 1;
    background: #F66843;
    color: #FFF;
}


/* スペシャルイベント */

.list_special{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 80px;
}

.item_special{
    width: 460px;
    margin-top: 40px;
}
.item_special a:hover{
    filter: brightness(1.05);
}

.item_special img{
    width: 100%;
}

/* おすすめイベント */

.event_recommend{
    position: relative;
}

.event_caution{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    padding: 10px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    color: #333;
    background: #F5F5F5;
}
.event_caution strong{
    flex-shrink: 0;
    width: 560px;
    padding: 0 24px 0 0;
}
.event_caution li{
    text-indent: -1em;
    margin-left: 1em;
    padding-top: 0.3em;
    font-size: 13px;
    font-weight: 500;
}

.list_recommend{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 28px;
    grid-row-gap: 40px;
    margin-top: 40px;
}

.item_recommend{
    width: 100%;
}

.link_recommend{
    position: relative;
    display: block;
    text-decoration: none;
    color: #333333;
    font-size: 14px;
    font-weight: 500;
}
/* .link_recommend:hover .img_recommend{
    filter: brightness(1.05);
} */
/* .link_recommend:hover{
    margin-top: -2px;
    padding-bottom: 2px;
    transition: all .2s;
} */
.link_recommend:hover .event_title{
    text-decoration: underline;

}

.img_recommend img{
    width: 100%;
    height: auto;
}

.list_emphasize{
    display: flex;
    flex-wrap: wrap;
    margin-top: 4px;
}

.event_day{
    padding-top: 8px;
}

.event_title{
    padding-top: 8px;
    line-height: 1.3;
    font-feature-settings: normal;
}

.event_title img{
    padding-left: 5px;
}


/* バナー等のエリア */

.event_otherinfo{
    position: relative;

    display: flex;
    justify-content: center;
    column-gap: 40px;

    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 80px;
    box-sizing: border-box;
}

.info_blk{
    width:660px;
}
.info_blk.info_pc_wide{
    width: 100%;
}


.list_info_bnr{
    display: flex;
    flex-direction: column;
    row-gap: 40px;
}

.info_blk.info_pc_wide .list_info_bnr{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    flex-direction: row;
}


.bnr_chirashi{
    display: block;
    width: 100%;
    margin: 0 auto;
}
.bnr_chirashi:hover{
    filter: brightness(1.05);
}

.bnr_chirashi img{
    width: 100%;
}

.img_osusume{
    position: absolute;
    bottom: -80px;
    left: -280px;
}

.event_complementary{
    margin-top: 40px;
    line-height: 1.5;
}

.event_complementary_inner{
    display: flex;
    align-items: center;
    padding: 0.5em 1em;
    border: 1px solid #dfdfdf;
}

.event_complementary p{
    font-size: 14px;
    text-indent: -1em;
    margin-left: 1em;
    padding-right: 20px;
    font-weight: 700;
    color: #333333;
}

.event_complementary_inner > ul{
    font-size: 13px;
}

.event_complementary_inner > ul li{
    text-indent: -1em;
    margin-left: 1em;
}

.event_complementary > ul{
    margin-top: 30px;
}

.event_complementary > ul li{
    margin-top: 4px;
    font-size: 10px;
    text-indent: -1em;
    letter-spacing: .05em;
    margin-left: 1em;
    color: #595959;
}

.event_complementary small{
    display: block;
    margin-top: 10px;
    font-size: 10px;
    text-indent: -1em;
    margin-left: 1em;
    color: #595959;
}

.sns_blk{
    display: flex;
    flex-direction: column;
    width: 500px;
}


.facebook_embed_wrap{
    position: relative;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-width: none;
}

.facebook_embed_wrap .fb_iframe_widget{
    position: absolute;
    height: 100%!important;
}

.fb_notice{
    font-size: 12px;
    padding-top: 0.5em;
}

.fb_notice a{
    text-decoration: underline;
}

/* プレゼント */

.event_present{
    margin-top: 80px;
    padding: 40px 0 80px;
    background: #FEFFD2;
}

.list_present{
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
    box-sizing: border-box;
    /* display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 32px; */
    display: flex;
    justify-content: center;
    column-gap: 32px;
}

.item_present{
    width: 380px;
    background: #FFF;
    border-radius: 2px;
    /* box-shadow */
    box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.06);
}

.item_present a{
    text-decoration: none;
    color: #3A3A3A;
}
.item_present a:hover{
    filter: brightness(1.05);
}

.item_present h3{
    padding: 10px;
    font-size: 16px;
    font-weight: 700;
}

.item_present img{
    width: 100%;
}

.present_text{
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    word-break: break-all;
}

/* 展示場情報 */

.event_parkinfo .title_section{
    font-size: 20px;
}
.event_parkinfo .title_section::before{
    width: 20px;
    height: 20px;
    background: url(/shared/img/campaign/event/deco_title_flag.svg) no-repeat;
}
.event_parkinfo .title_section::after{
    display: none;
}

.event_parkinfo{
    padding-top: 40px;
    background: #FCFCFC;
    padding-bottom: 80px;
}

.park_info_wrap{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    column-gap: 40px;
}

.park_map{
    width: 48%;
    height: 400px;
}

.park_map iframe{
    width: 100%;
    height: 100%;
}

.park_information{
    width: 48%;
    text-align: left;
}

.park_about{
    display: inline-block;
    font-size: 16px;
    line-height: 1.3;
}

.park_about br{
    display: none!important;
}

.park_about span{
    padding-right: .5em;
}

.park_information dl{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 400;
}

.park_information dt,
.park_information dd{
    display: block;
    border-top: 1px solid #ECECEC;
    padding: 20px 0;
    line-height: 1.3;
}

.park_information dt{
    width: 20%;
}
.park_information dd{
    width: 80%;
}

.park_information dd span{
    display: block;
    width: 100%;
}
.park_information dd span:last-of-type{
    padding-top: 10px;
}

.park_detail_link{
    width: 96%;
    max-width: 1200px;
    display: flex;
    column-gap: 40px;
    margin: 0 auto;
    justify-content: space-between;
    margin-top: 40px;
    box-sizing: border-box;
}

.park_detail_link a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 48%;
    padding: 22px 20px;
    background: #CC0000;
    border-radius: 10px;
    box-sizing: border-box;
}
.park_detail_link a:hover{
    filter: brightness(1.2);
}

.btn_name{
    height: 20px;
    max-width: 420px;
}


/* モーダル */

.parkAnnounceModal_msgbox{
    position: relative;
    width: 96%;
    max-width: 1200px;
    padding: 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-feature-settings: "palt";
    line-height: 1.5;
    overflow: hidden;
}

.parkAnnounceModal_msgbox_box{
    height: 100%;
    padding: 20px 20px 20px 20px;
    overflow-y: scroll;
    box-sizing: border-box;
}

.detail_day{
    flex-shrink: 0;
}

.detail_header{
    display: flex;
    font-size: 20px;
    font-weight: 700;
}

.detail_title{
    padding-left: 16px;
    font-feature-settings: normal;
}

.list_detail_emphasize{
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.detail_inner{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.detail_photo{
    width: 540px;
}

.detail_photo img{
    width: 100%;
}

.detail_text{
    width: 560px;
    font-feature-settings: normal;
}

.detail_text a{
    color: #38c;
    text-decoration: underline;
}

.detail_text b{
    font-weight: bold;
}

.detail_text .btn_detail_reserve{
    width: 100%;
    margin-bottom: 20px;
}

.btn_detail_reserve_wrap{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: rgba(255,255,255,0.5);
    box-sizing: border-box;
}

.btn_detail_reserve{
    position: relative;
    display: block;
    width: 386px;
    margin: 0 auto;
    padding: 10px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    background: #3471EB;
    border-radius: 4px;
    box-sizing: border-box;
}
.btn_detail_reserve:hover{
    filter: brightness(1.2);
}
.btn_detail_reserve::after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    width: 10px;
    height: 100%;
    background: url(/shared/img/campaign/event/ico_arrow_white.svg) center center no-repeat;
    background-size: contain;
}

.txt_no_reserve{
    display: block;
    width: 386px;
    margin: 0 auto;
    padding: 10px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #434750;
    background: #E0E5EE;
    border-radius: 4px;
    box-sizing: border-box;
}

.no_ffs{
    font-feature-settings: normal;
}


/* メーカーお知らせ
-------------------------------------------------------------------
------------------------------------------------------------------- */

.blk_mh_news{
    margin-top: 120px;
}

.mh_news_wrap {
    margin-top: 60px;
}

.list_mh_news{
    display: grid;
    grid-template-columns: repeat(4, minmax(auto, 1fr));
    column-gap: 20px;
    row-gap: 40px;
}

.item_mh_news{

    grid-template-rows: subgrid;
    grid-row: span 3;
    row-gap: 0;
    background: #f3f1f0;
}


.link_mh_news{
    display: grid;
    
    grid-template-rows: subgrid;
    grid-row: span 3;
    
    text-decoration: none;
    line-height: 1.5;
    color: inherit;
}

.item_mh_news .maker_info{
    display: flex;
    column-gap: 10px;
    padding-bottom: 10px;
    background: #FFF;
}


.item_mh_news .maker_logo img{
    width: 100%;
}

.item_mh_news .maker_name{
    display: flex;
    flex-direction: column;
    row-gap: 4px;
}

.item_mh_news .makaer_bland{
    font-size: 16px;
    font-weight: 700;
}

.item_mh_news .makaer_model{
    font-size: 12px;
    font-weight: 400;
    color: #676262;
}

.item_mh_news .news_eyecatch{
    position: relative;
    line-height: 0;
}

.item_mh_news .maker_logo{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 80px;
    flex-shrink: 0;

    padding: 0 12px 4px 0;

    line-height: 0;
    background: #FFF;
    border-bottom-right-radius: 2px;

    z-index: 8;
}

.item_mh_news .news_eyecatch .eyechatch_img,
.item_mh_news .news_eyecatch .item_mh_news_end_cover{
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: top center;
}

.item_mh_news_end_cover{
    position: absolute;
    z-index: 7;
}

.item_mh_news .post_info{
    display: flex;
    flex-direction: column;
    column-gap: 8px;
    padding: 4px 8px 8px 8px;
    background: #f3f1f0;
}

.item_mh_news .post_day{
    font-size: 12px;
    color: #818181;
}

.item_mh_news .post_title{
    font-size: 14px;
    word-break: break-word;
}

.btn_more{
    position: relative;

    display: block;
    width: 480px;
    margin: 0 auto;
    margin-top: 40px;
    padding: 20px 0;

    font-size: 18px;
    font-weight: 800;
    text-align: center;
    text-decoration: none;

    color: #FFF;
    background: #390F0E;
    cursor: pointer;

    transition: all .2s;
}

.btn_more:hover{
    filter: brightness(1.2);
}

.btn_more::after{
    content: "";
    display: block;

    position: absolute;
    top: 0;
    right: 16px;

    width: 10px;
    height: 100%;

    background: url(/shared/img/campaign/event/ico_arrow_white_thin.svg) center center no-repeat;
    background-size: contain;
}

.btn_more:hover::after{
    filter: brightness(5);
}

/* hover */
.link_mh_news:hover .post_title{
    text-decoration: underline;
}


.micromodal{
display:none;
}