@charset "utf-8";

/* secCmnTit */
.secCmnTit{
    background: url(../img/event/bgCmnTit.jpg) center top no-repeat;
}
@media only screen and (max-width:767px){
    .secCmnTit{
        background: url(../img/event/bgCmnTit_sp.jpg) center top / cover;
    }
}
/*-----------------------------------------------
    index
-----------------------------------------------*/
/* iconNew */
.iconNew{
    font-size: 12px;
    width: 54px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0ff00;
    color: #0c141a;
}
@media only screen and (max-width:767px){
    .iconNew{
        font-size: 10px;
        width: 36px;
        height: 17px;
        padding-top: 2px;
    }
}
/*-----------------------------------------------
   secCmnNextLoad 
-----------------------------------------------*/
.secCmnNextLoad,.secCmnBack{
    width: 360px;
    margin: 49px auto 0;
    height: 69px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}
.secCmnBack{
    margin-top: 49px;
}
.secCmnNextLoad .btnInner,.secCmnBack .btnInner{
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #0c141a;
    height: 100%;
    width: 100%;
    position: relative;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 34.5px;
    border: solid 1px #0c141a;
    position: relative;
}
.secCmnNextLoad .btnInner::before,.secCmnBack .btnInner::before{
    position: absolute;
    content: "";
    background: #0c141a;
    width: 13px;
    height: 1px;
    left: 48px;
}
.secCmnNextLoad .btnInner::after,.secCmnBack .btnInner::after{
    position: absolute;
    content: "";
    background: #0c141a;
    width: 1px;
    height: 13px;
    left: 54px;
}
.secCmnBack .btnInner{
    background: #fff;
    color: #0c141a;
}
.secCmnNextLoad #listLoading{
    display: none;
}
.secCmnBack .btnInner.lazyloaded{
    background: url(../img/common/iconBackBtnArrow.gif) left 40px  center / 8px auto no-repeat #fff;
}
@media only screen and (max-width:767px){
    .secCmnNextLoad{
        margin: 30px auto 0;
        width: 265px;
        height: 48px;
    }
    .secCmnBack{
        width: 205px;
        height: 48px;
        margin: 50px auto 0;
    }
    .secCmnNextLoad .btnInner,.secCmnBack .btnInner{
        font-size: 12px;
        border-radius: 25px;
        letter-spacing: 0;
    }
    .secCmnNextLoad .btnInner::before,.secCmnBack .btnInner::before{
        width: 11px;
        height: 1px;
        left: 29px;
        top: 23px;
    }
    .secCmnNextLoad .btnInner::after,.secCmnBack .btnInner::after{
        width: 1px;
        height: 11px;
        left: 34px;
        top: 18px;
    }
}
/* secEvent */
.secEvent{
    margin-top: 68px;
}
.secEvent .tab-area{
    display: flex;
    justify-content: center;
}
.secEvent .tab{
    width: 22.65625%;
    margin-right: 3.125%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: solid 1px #0c141a;
    color: #0c141a;
    border-bottom: none;
    background: #fffde6;
    text-decoration: none;
    font-size: 18px;
    letter-spacing: 1px;
    border-radius: 5px 5px 0 0;
}
.secEvent .tab:last-child{
    margin-right: 0;
}
.secEvent .tab.active{
    background: #0c141a;
    color: #fffde6;
}
.secEvent .content-area{
    border-top: solid 1px #0c141a;
}
.secEvent .contentTit{
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.5;
    text-align: center;
    color: #971542;
    font-weight: bold;
}
.secEvent .eventList{
    margin-top: 70px;
    display: flex;
    flex-wrap: wrap;
}
.secEvent .eventItem{
    width: 30.46875%;
    margin-right: 4.296875%;
}
.secEvent .eventItem:nth-child(3n),
.secEvent .eventItem:last-child{
    margin-right: 0;
}
.secEvent .eventItem:nth-child(n+4){
    margin-top: 75px;
}
.secEvent .eventInner{
    display: block;
    text-decoration: none;
    color: #0c141a;
    position: relative;
}
.secEvent .img{
    padding-top: 66.667%;
    overflow: hidden;
}
.secEvent .txtBox{
    margin-top: 26px;
}
.secEvent .eventTit{
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 1.77;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 64px;
}
.secEvent .subTit{
    position: relative;
    border-bottom: solid 1px #67696b;
    padding-bottom: 0;
    top: -3px;
}
.secEvent .eventDey{
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 9px;
}
.secEvent .eventPlace{
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 5px;
}
.secEvent .iconFlex{
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
}
.secEvent .iconEventBox{
    display: flex;
}
.secEvent .iconEvent{
    font-size: 11px;
    color: #fff;
    background: #0c141a;
    height: 26px;
    min-width: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
}
.secEvent .imgBox{
    position: relative;
}
.secEvent .thankBox{
    position: absolute;
    width: 260px;
    height: 160px;
    top: calc(50% - 80px);
    left: calc(50% - 130px);
    background: rgb(0, 0, 0, 0.651);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.secEvent .thankTit{
    font-size: 30px;
    letter-spacing: 2px;
}
.secEvent .thankTxt{
    font-size: 12px;
    margin-top: 10px;
}
.secEvent .secCmnNextLoad{
    margin: 95px auto 0;
}
@media only screen and (max-width:767px){
    .secEvent{
        margin-top: 27px;
    }
    .secEvent .tab{
        width: 23.479%;
        margin-right: 2.028%;
        height: 50px;
        font-size: 12px;
        letter-spacing: normal;
        border-radius: 4px 4px 0 0;
    }
    .secEvent .contentTit{
        font-size: 13px;
        letter-spacing: normal;
    }
    .secEvent .eventList{
        margin-top: 30px;
    }
    .secEvent .eventItem{
        width: calc(50% - 0.5px);
        margin-right: 1px;
    }
    .secEvent .eventItem:nth-child(3n){
        margin-right: 1px;
    }
    .secEvent .eventItem:nth-child(2n){
        margin-right: 0;
    }
    .secEvent .eventItem:nth-child(n+3){
        margin-top: 30px;
    }
    .secEvent .txtBox{
        margin: 15px 15px 0;
    }
    .secEvent .eventTit{
        font-size: 13px;
        letter-spacing: normal;
        line-height: 1.69;
        max-height: 44px;
    }
    .secEvent .eventDey{
        font-size: 11px;
        margin-top: 4px;
    }
    .secEvent .eventPlace{
        font-size: 11px;
        margin-top: 1px;
    }
    .secEvent .iconFlex{
        position: static;
        display: block;
        margin: 0 15px;
    }
    .secEvent .iconNew{
        position: absolute;
        left: 0;
        top: 0;
    }
    .secEvent .iconEventBox{
        margin-top: 9px;
    }
    .secEvent .iconEvent{
        font-size: 11px;
        height: 24px;
        padding: 0 8px;
    }
    .secEvent .thankBox{
        width: calc(100% - 40px);
        height: calc(100% - 30px);
        top: 15px;
        left: 20px;
    }
    .secEvent .thankTit{
        font-size: 22px;
        letter-spacing: 1px;
    }
    .secEvent .thankTxt{
        font-size: 11px;
        line-height: 1.36;
        margin-top: 5px;
    }
    .secEvent .secCmnNextLoad{
        margin: 50px auto 0;
    }
}
@media only screen and (max-width:359px){
    .secEvent .contentTit{
        font-size: 11px;
    }
}
.secEvent .eventBox{
    background: #f7f7f7;
    padding: 47px 0 50px;
}
.secDiscovery{
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 13px 13px 30px;
    margin-top: 25px;
}
.secDiscovery .titSearch{
    font-size: 16px;
    font-weight: bold;
}
.secDiscovery .boxForm,
.secDiscovery .boxFormItem{
    display: flex;
    align-items: center;
}
.secDiscovery .txtSearch{
    font-size: 14px;
    margin-right: 18px;
    font-weight: bold;
}
.secDiscovery .inputBox select {
    min-width: 180px;
    height: 44px;
    font-size: 14px;
    padding-left: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    background: #FFF;
    font-family: inherit;
    font-weight: 500;
}
@media only screen and (max-width:767px){
    .secEvent .eventBox{
        padding: 23px 0 25px;
    }
    .secDiscovery{
        display: block;
        padding: 11px;
        margin-top: 17px;
    }
    .secEvent .titSearch{
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        margin-top: 24px;
    }
    .secDiscovery .boxForm,
    .secDiscovery .boxFormItem{
        justify-content: center;
    }
    .secDiscovery .txtSearch{
        font-size: 12px;
        margin-right: 10px;
    }
    .secDiscovery .inputBox select{
        min-width: 140px;
        height: 40px;
        font-size: 12px;
        padding-left: 10px;
    }
}
@media only screen and (max-width:359px){
    .secDiscovery .txtSearch{
        font-size: 11px;
    }
}
/* secCmnSankoBnr */
.secCmnSankoBnr{
    margin-top: 200px;
}
@media only screen and (max-width:767px){
    .secCmnSankoBnr{
        margin-top: 100px;
    }
}
/*-----------------------------------------------
    details
-----------------------------------------------*/
#formNavi .txt{
    display: none;
}
#formNavi .boxBtn{
    height: 270px;
}
@media only screen and (max-width:767px){
    #formNavi .boxBtn{
        width: 100%;
        height: 70px;
    }
    #formNavi .txtBtn {
        padding: 0;
    }
}
/* secDetailsEvent */
.secDetailsEvent{
    margin-top: 60px;
    padding-bottom: 30px;
    position: relative;
    border-bottom: solid 1px #e5e5e5;
}
.secDetailsEvent::after{
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    left: 0;
    bottom: -1px;
    background: #0c141a;
}
.secDetailsEvent .topFlex{
    display: flex;
    align-items: center;
}
.secDetailsEvent .tagList{
    display: flex;
    align-items: center;
}
.secDetailsEvent .tagNew{
    font-size: 12px;
    width: 50px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0ff00;
    color: #0c141a;
}
.secDetailsEvent .tagEvent{
    font-size: 11px;
    background: #0c141a;
    color: #fff;
    padding: 7.5px 10px;
}
.secDetailsEvent .deyTxt{
    font-size: 14px;
    margin-left: 10px;
    letter-spacing: 1px;
}
.secDetailsEvent .topTit{
    font-size: 24px;
    line-height: 1.5;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: 15px;
}
.secDetailsEvent .topTxt{
    font-size: 14px;
    line-height: 1.5;
    font-weight: bold;
    margin-top: 18px;
}
@media only screen and (max-width:767px){
    .secDetailsEvent{
        margin-top: 30px;
        padding-bottom: 20px;
    }
    .secDetailsEvent::after{
        width: 30px;
    }
    .secDetailsEvent .tagNew{
        font-size: 10px;
        width: 36px;
        height: 20px;
    }
    .secDetailsEvent .tagEvent{
        font-size: 10px;
        padding: 5px 9px;
    }
    .secDetailsEvent .deyTxt{
        font-size: 11px;
        margin-left: 10px;
        letter-spacing: normal;
    }
    .secDetailsEvent .topTit{
        font-size: 16px;
        letter-spacing: normal;
        margin-top: 10px;
    }
    .secDetailsEvent .topTxt{
        font-size: 12px;
        margin-top: 9px;
    }
}
/* secDetailsEndBox */
.secDetailsEndBox{
    background: #f3f3f3;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 160px;
    margin-top: 35px;
}
.secDetailsEndBox .txt{
    font-size: 16px;
    line-height: 1.75;
}
.secDetailsEndBox .txtInner{
    color: #006699;
    text-underline-offset: 3px;
    display: inline-block;
}
@media only screen and (max-width:767px){
    .secDetailsEndBox{
        height: 90px;
        margin-top: 25px;
    }
    .secDetailsEndBox .txt{
        font-size: 12px;
        line-height: 1.5;
    }
}
/* secDetailsImg */
.secDetailsImg{
    margin-top: 35px;
}
.secDetailsImg .img img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.secDetailsImg .boxTable{
    border-collapse: collapse;
    margin-top: 50px;
    width: 100%;
    border: solid 1px #e5e5e5;
}
.secDetailsImg tr{
    border-bottom: solid 1px #e5e5e5;
    width: 100%;
}
.secDetailsImg tr:last-child{
    border-bottom: none;
}
.secDetailsImg th,
.secDetailsImg td{
    font-size: 14px;
    line-height: 1.71;
    vertical-align: middle;
}
.secDetailsImg th{
    width: 120px;
    text-align: center;
    background: #f3f3f3;
    padding: 23.5px 20px;
}
.secDetailsImg td{
    width: calc(100% - 120px);
    padding: 17.5px 20px;
    border-left: solid 1px #e5e5e5;
    letter-spacing: 1px;
}
.secDetailsImg .mapInner{
    display: inline-block;
    color: #006699;
}
@media only screen and (max-width:767px){
    .secDetailsImg{
        margin-top: 25px;
    }
    .secDetailsImg .boxTable{
        margin-top: 25px;
        border-top: solid 1px #e5e5e5;
    }
    .secDetailsImg tr:last-child{
        border-bottom: none;
    }
    .secDetailsImg th,
    .secDetailsImg td{
        font-size: 12px;
        line-height: 1.5;
    }
    .secDetailsImg th{
        width: 70px;
        padding: 10px 10px;
    }
    .secDetailsImg td{
        width: calc(100% - 70px);
        padding: 15px 15px;
        letter-spacing: 0.5px;
    }
}
/* secDetailsReser */
.secDetailsReser{
    margin-top: 20px;
}
.secDetailsReser .btnBox{
    width: 400px;
    margin: 0 auto;
}
.secDetailsReser .btnInner{
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #971542;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 40px;
    position: relative;
    padding-right: 10px;
}
.secDetailsReser .btnInner::after{
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    right: 40px;
    top: calc(50% - 6px);
    transform: rotate(135deg);
}
.secDetailsReser .btnTxt{
    margin-left: 15px;
}
.secDetailsReser .bnrBox{
    margin: 50px auto 0;
    text-align: center;
    display: block;
}
.secDetailsReser .topTit{
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: bold;
    text-align: center;
}
.secDetailsReser .subTit{
    position: relative;
    display: inline-block;
}
.secDetailsReser .subTit::after,
.secDetailsReser .subTit::before{
    position: absolute;
    content: "";
    width: 7px;
    height: 35px;
    top: calc(50% - 17.5px);
}
.secDetailsReser .subTit::after{
    left: -30px;
}
.secDetailsReser .subTit.lazyloaded::after{
    background: url(../img/event/iconDetailsReserTit01.gif) center top / cover;
}
.secDetailsReser .subTit::before{
    right: -30px;
}
.secDetailsReser .subTit.lazyloaded::before{
    background: url(../img/event/iconDetailsReserTit02.gif) center top / cover;
}
.secDetailsReser.second{
    margin-top: 85px;
}
.secDetailsReser.second .bnrBox{
    margin: 35px auto 0;
}
@media only screen and (max-width:767px){
    .secDetailsReser{
        margin-top: 25px;
    }
    .secDetailsReser .btnBox{
        width: 88.406%;
        margin: 0 auto;
    }
    .secDetailsReser .btnInner{
        height: 60px;
        font-size: 14px;
        border-radius: 30px;
        padding-right: 5px;
    }
    .secDetailsReser .btnInner::after{
        right: 30px;
    }
    .secDetailsReser .btnTxt{
        margin-left: 8px;
    }
    .secDetailsReser .btnImg{
        width: 20px;
    }
    .secDetailsReser .bnrBox{
        margin: 40px auto 0;
    }
    .secDetailsReser .topTit{
        font-size: 16px;
        letter-spacing: normal;
    }
    .secDetailsReser .subTit::after,
    .secDetailsReser .subTit::before{
        width: 9px;
        height: 31px;
        top: calc(50% - 16px);
    }
    .secDetailsReser .subTit::after{
        left: -15px;
    }
    .secDetailsReser .subTit.lazyloaded::after{
        background: url(../img/event/iconDetailsReserTit01_sp.gif) center top / cover;
    }
    .secDetailsReser .subTit::before{
        right: -15px;
    }
    .secDetailsReser .subTit.lazyloaded::before{
        background: url(../img/event/iconDetailsReserTit02_sp.gif) center top / cover;
    }
    .secDetailsReser.second{
        margin-top: 65px;
    }
    .secDetailsReser.second .bnrBox{
        margin: 20px auto 0;
    }
}
/* secEntry */
.secEntry{
    margin-top: 80px;
}
@media only screen and (max-width:767px){
    .secEntry{
        margin-top: 60px;
    }
}
/* secCmnYouTube */
.secCmnYouTube{
    margin-top: 90px;
}
@media only screen and (max-width:767px){
    .secCmnYouTube{
        margin-top: 33px;
    }
}
/* secCmnAccess  */
.secCmnAccess{
    margin-top: 110px;
}
.secCmnAccess .boxMap{
    margin-top: 20px;
}
.secCmnAccess .mapTit {
    margin-top: 50px;
    font-size: 20px;
    font-weight: bold;
    padding-left: 18px;
    line-height: 25px;
    border-left: 3px solid #878787;
    min-height: 45px;
    display: flex;
    align-items: center;
    letter-spacing: 1.5px;
}
.secCmnHead{
    text-align: center;
}
.secCmnHead .titCmnHeadEng{
    font-size: 54px;
    text-align: center;
    letter-spacing: 3px;
    position: relative;
}
.secCmnHead .titCmnHeadJpn{
    font-size: 16px;
    margin-top: 15px;
    letter-spacing: 1px;
}
@media only screen and (max-width:767px){
    .secCmnAccess{
        margin-top: 60px;
        padding-top: 55px;
        border-top: solid 1px #e5e5e5;
    }
    .secCmnAccess .boxMap{
        margin-top: 12px;
    }
    .secCmnAccess .mapTit {
        margin-top: 30px;
        font-size: 13px;
        font-weight: normal;
        padding-left: 9px;
        line-height: 25px;
        border-left: 2px solid #878787;
        min-height: 30px;
        letter-spacing: .5px;
    }
    .secCmnHead .titCmnHeadEng{
        font-size: 34px;
        letter-spacing: 0;
    }
    .secCmnHead .titCmnHeadJpn{
        font-size: 13px;
        margin-top: 15px;
        letter-spacing: 0;
    }
}
/* secDetailsTel */
.secDetailsTel{
    margin: 40px auto 0;
}
@media only screen and (max-width: 767px){
    .secCmnTelContact {
        width: 100%;
        padding: 26px 0;
    }
}
/* ▼250724 */
.secFormBtn .btnNext.preview{
    pointer-events: none;
    opacity: 0.8;
}