@charset "utf-8";
.page_renewal #header,
.page_renewal .ncmnHeader.jsScroll#header{
    position: absolute!important;
}
.page_renewal #header .headWrapper,
.page_renewal .ncmnHeader.jsScroll#header .headWrapper{
    padding: 20px 130px 20px 45px;
    background-color: #595c5f;
}
@media only screen and (min-width:768px){
    .btnNaviWrap{
        position: absolute!important;
    }
    .page_renewal #btnNavi{
        top:27px;
    }
    .page_renewal .contentCover{
        padding-top: 152px;
    }

    #top.page_renewal .ftScroll{
        right: calc(100px + 10px);
    }
}

@media only screen and (max-width:767px){
    .page_renewal #header .headWrapper,
    .page_renewal .ncmnHeader.jsScroll#header .headWrapper{
        padding: 20px;
    }
    #top.page_renewal .ftScroll{
        bottom: calc(80px + 10px);
    }
}

.secRenewal_Hero{
    width: 100%;
}
.secRenewal_Hero .heroImg{
    width: 100%;
    text-align: center;
}
@media only screen and (min-width:768px){
    .secRenewal_Hero .imgHero{
        display: inline-block;
        max-width: 100%;
    }
    .secRenewal_Hero .imgHero img{
        width: auto;
        height: auto;
        max-width: 100%;
    }
}
@media only screen and (max-width:767px){
    .secRenewal_Hero .imgHero{
        width: 100%;
    }
    .secRenewal_Hero .imgHero img{
        width: 100%;
        height: auto;
    }
}

/* secDetailsEntry */
.secRenewal_Hero + .secDetailsEntry{
    margin-top: 0;
}
.secDetailsEntry a:has(img){
    display: inline-block;
}
.secDetailsEntry a img{
    width: auto;
    height: auto;
    max-width: 100%;
}

/* eventNav */
#eventNav{
    position: fixed;
    right: 0;
    z-index: 100;
}
#eventNav .navItem + .navItem{
    border-top: 1px solid;
    border-color: #fff;
}
#eventNav .navlink{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #262828;
    color: #fff;
    text-decoration: none;
}
#eventNav .navlink .linkIn{
    display: inline-block;
    position: relative;
    padding-top: calc(25px + 15px);
    width: calc(18px * (30 / 18));
}
#eventNav .navlink .linkIn::after{
    content: "";
    position: absolute;
    top: 0;
}
#eventNav .navlink.type_line .linkIn::after{
    width:25px;
    height: 25px;
    left: calc(50% - 12.5px);
}
#eventNav .navlink.type_reserve .linkIn::after{
    width: 25px;
    height: 25px;
    left: calc(50% - 12.5px);
}
#eventNav .navlink.type_tel .linkIn::after{
    width: 25px;
    height: 25px;
    left: calc(50% - 12.5px);
}
#eventNav.lazyloaded .navlink .linkIn::after{
    background: url(../img/common/tp.gif) center top no-repeat;
    background-size: 100% auto;
}
#eventNav.lazyloaded .navlink.type_line .linkIn::after{
    background-image: url(../img/event/renewal/iconLine.png);
}
#eventNav.lazyloaded .navlink.type_reserve .linkIn::after{
    background-image: url(../img/event/renewal/iconReserve.png);
}
#eventNav.lazyloaded .navlink.type_tel .linkIn::after{
    background-image: url(../img/event/renewal/iconTel.png);
}
#eventNav .linktxt{
    font-size: 18px;
    line-height: calc(19 / 18);
    font-weight: bold;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    text-align: center;
}
#eventNav .linktxt span{
    display: block;
    width: calc(18px * (30 / 18));
    text-align: center;
}
@media only screen and (min-width:768px){
    #eventNav{
        top: 50px;
        transform: translateX(100%);
        transition: 0.5s;
    }
    #eventNav.active{
        transform: translateX(0);
    }
    #eventNav .navlist{
        width: 100px;
        max-height: calc(900px + 2px);
        height: calc(100vh - 100px);
        border-radius: 4px 0 0 4px;
        overflow: hidden;
    }
    #eventNav .navItem{
        width: 100%;
        height: calc((100% - 2px) / 3);
    }
    .min-display #eventNav .navlink .linkIn{
        padding-top: calc(25px + 10px);
    }
    .min-display #eventNav .linktxt{
        font-size: 15px;
        line-height: calc(17 / 15);
    }
    #eventNav .linktxt.sp_txt{
        display: none;
    }
}

@media only screen and (max-width:767px){
    #eventNav{
        width: 100%;
        background-color: #fff;
        bottom: 0;
        transform: translateY(100%);
        transition: 0.5s;
    }
    #eventNav.active{
        transform: translateY(0);
    }
    #eventNav .navItem{
        width: calc((100% - 2px) / 3);
    }
    #eventNav .navItem + .navItem{
        border-top: none;
        margin-left: 1px;
    }
    #eventNav .navlist{
        width: 100%;
        display: flex;
    }
    #eventNav .navlink{
        height: 80px;
    }
    #eventNav .navlink .linkIn{
        display: inline-block;
        text-align: center;
        position: relative;
        padding-top: calc(20px + 9px);
        width: 100%;
    }
    #eventNav .navlink.type_line .linkIn::after{
        width: 20px;
        height: 20px;
        left: calc(50% - 10px);
    }
    #eventNav .navlink.type_tel .linkIn::after,
    #eventNav .navlink.type_reserve .linkIn::after{
        width: 18px;
        height: 18px;
        left: calc(50% - 9px);
        top: 3px;
    }
    #eventNav .linktxt.pc_txt{
        display: none;
    }
    #eventNav .linktxt{
        display: inline-block;
        font-size: 12px;
        line-height: calc(16 / 12);
        text-align: center;
    }
    #eventNav .linktxt span{
        display: block;
        width: calc(18px * (30 / 18));
        text-align: center;
    }
    #footer .footerWrapper{
        padding-bottom: calc(47px + 80px);
    }
}

/* secLink */
.secLinkArea{
    padding-top: 100px;
    padding-bottom: 100px;
}
.secFormBox + .secLinkArea{
    background-color: #fff;
}
.secFormBox + .secLinkArea + .eventBackCover{
    background-color: #fff;
}
.secLinkArea .secLink{
    margin-top: 0;
    border-top: 1px solid #bababa;
    padding-top: 100px;
}
.secLink .item{
    padding-bottom: 0;
}
.secLink .item:nth-child(n + 4){
    display: none;
}
.secLink .linkBox .item:nth-child(3n+1)::after{
    display: none;
}
.secBackbtn{
    border-top: 1px solid #bababa;
}
.secFormBox + .eventBackCover .secBackbtn{
    border-top: none;
}
@media only screen and (max-width:767px){
    /* secLink */
    .secLinkArea{
        padding-top: 25px;
        padding-bottom: 50px;
    }
    .secLinkArea .secLink{
        padding-top: 50px;
    }
    .secLink .item:nth-child(n + 2){
        display: none;
    }
    .mainContent.details:has(.secRenewal_Hero){
        padding-top: 97px;
    }
}