@charset "utf-8";

/*-----------------------------------------------
    index
-----------------------------------------------*/
/* secCmntitle */
.secCmntitle {
    position: relative;
    width: 100%;
    height: 40rem;
    background: url(../img/common/tp.gif) center top / cover no-repeat;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.secCmntitle {
    background-image: url(../img/news/imgTitle.jpg);
}
.secCmntitle .titleinner {
    display: inline-block;
    color: #fff;
    text-align: center;
}
.secCmntitle .title {
    font-size: var(--pcFontSize25);
    margin-top: 3rem;
    letter-spacing: var(--pcLetterSpacing25_40);
}

@media only screen and (max-width:1215px){
    .secCmntitle {
        height: 22rem;
        background-position: center center;
        background-size: cover;
    }
    .secCmntitle {
        background-image: url(../img/news/imgTitle_sp.jpg);
    }
    .secCmntitle .titleEng {
        width: 21.6rem;
    }
    .secCmntitle .title {
        font-size: var(--spFontSize17);
        margin-top: 1.2rem;
        letter-spacing: var(--spLetterSpacing17_40);
    }
}

/* secList */
.secList {
    margin-top: 30px;
}
.secList .item {
    border-bottom:1px solid var(--itemBorder);
    position: relative;
}
.secList .item:nth-child(n+2) {
    padding-top: 20px;
}
.secList .link {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 5rem 0;
    height: 100%;
}
.secList .imgbox {
    width: 46rem;
    overflow: hidden;
    z-index: 1;
}
.secList .imgInner {
    height: 0;
    padding-top: calc((330 / 460) *100%);
}
.secList .tagTxt {
    font-size: var(--pcFontSize13);
    line-height: var(--pcLineHeight13_30);
    letter-spacing: var(--pcLetterSpacing13_50);
    align-items: flex-start;
    display: inline-flex;
    margin-right: 1rem;
    font-weight: bold;
}
.secList .tagTxt .tagSpan{
    width: 2.1rem;
    height: 2.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.5rem;
    padding-top: 0.7rem;
}
.secList .txtbox {
    padding: 0 0 0 9rem;
    width: calc(100% - 46rem);
}
.secList .tit {
    font-size: var(--pcFontSize20);
    line-height: var(--pcLineHeight20_36);
    letter-spacing: var(--pcLetterSpacing20_80);
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: calc((var(--pcFontSize20) * var(--pcLineHeight20_36)) * 2);
    margin-top: 0.5rem;
}
.secList .txt {
    font-size: var(--pcFontSize15);
    line-height: var(--pcLineHeight15_31);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--keyColor);
    letter-spacing: var(--pcLetterSpacing15_80);
    margin-top: 1.3rem;
}
.secList .state {
    width: 14rem;
    height: 3.6rem;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--pcFontSize15);
    letter-spacing: var(--pcLetterSpacing15_150);
    color: var(--ColorWhite);
    background: var(--keyColor);
    margin-top: 2.2rem;
}
.secList .state.eventEnd {
    background: var(--btnEndColor);
}
.secList .state.eventBefore {
    background: var(--linkColor);
}
.secList .btnMore {
    font-size: var(--pcFontSize16);
    letter-spacing: var(--pcLetterSpacing16_100);
    color: var(--linkColor);
    font-weight: bold;
    position: absolute;
    bottom: 5.6rem;
    right: 2.6rem;
    padding-right: 3rem;
    font-weight: bold;
}
.secList.lazyloaded .btnMore::before{
    background: url(../img/news/iconBtnMore.png)center top / cover no-repeat;
    width: 2.1rem;
    height: 2.1rem;
    content: '';
    position: absolute;
    top: calc(50% - 1.05rem);
    right: 0;
}

/* 終了マスク */
.secList .boxEnd{
    position: relative;
}
.secList .endMask{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: var(--ColorBlack_70);
    z-index: 2;
    color: var(--ColorWhite);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.secList .imgMaskTit{
    width: 245px;
}
.secList .txtMask{
    font-size: var(--pcFontSize24);
    font-weight: bold;
    margin-top: 2.6rem;
}
@media only screen and (max-width:1215px){
    .secList .link {
        display: block;
        padding: 2.8rem 2rem;
    }
    .secList .imgbox {
        width: 100%;
    }
    .secList .txtbox {
        padding: 0;
        width: 100%;
        margin-top: 1.6rem;
        padding-bottom: 4.6rem;
    }
    .secList .txtbox:has(.state)  {
        padding-bottom: 0;
    }
    .secList .tit {
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_31);
        letter-spacing: var(--spLetterSpacing14_80);
        max-height: calc((var(--spFontSize14) * var(--spLineHeight14_31)) * 2);
        margin-top: 0.5rem;
    }
    .secList .txt {
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_31);
        letter-spacing: var(--spLetterSpacing14_80);
        margin-top: 0;
    }
    .secList .btnMore {
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_30);
        letter-spacing: 0;
        font-weight: bold;
        position: absolute;
        bottom: 3rem;
        right: 1.6rem;
        padding-right: 3rem;
    }
    .secList .state {
        margin-top: 1rem;
    }
    .secList .item:first-child{
        border-top: 1px solid var(--itemBorder);
    }
    .secList .item:nth-child(n+2) {
        padding-top: 0;
    }
    .secList .imgMaskTit {
        width: 18.3rem;
    }
    .secList .txtMask {
        font-size: var(--spFontSize15);
        margin-top: 2rem;
    }
}
/* secContactBnr */
.secContactBnr{
    margin-top: 15rem;
}
.secContactBnr .bnrlink{
    display: block;
    border-radius:0.5rem;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
@media only screen and (max-width:1215px){
    .secContactBnr{
        margin-top: 5rem;
    }
    .secContactBnr .bnrlink{
        border-radius:1rem;
        max-width: 67rem;
        margin: 0 auto;
    }
}

/*-----------------------------------------------
    Details
-----------------------------------------------*/
/* secDetails */
.secDetails{
    margin: 7.4rem auto;
}
.detailsTitle{
    padding-bottom: 3rem;
    border-bottom: 1px solid var(--itemBorder);
    margin-bottom: 5rem
}
.detailsTitle .tagTxt {
    font-size: var(--pcFontSize13);
    line-height: var(--pcLineHeight13_30);
    letter-spacing: var(--pcLetterSpacing13_50);
    align-items: flex-start;
    display: inline-flex;
    margin-right: 1rem;
    margin-bottom: 1rem;
    font-weight: bold;
}
.detailsTitle .tagTxt .tagSpan{
    width: 2.1rem;
    height: 2.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.5rem;
    padding-top: 0.7rem;
}
.detailsTitle .title {
    font-size: var(--pcFontSize36);
    line-height: var(--pcLineHeight36_64);
    letter-spacing: var(--pcLetterSpacing36_50);
    font-weight: bold;
}
.detailsTitle .txtAddress {
    font-size: var(--pcFontSize15);
    line-height: var(--pcLineHeight15_30);
    letter-spacing: var(--pcLetterSpacing15_50);
    margin-bottom: 0.5rem;
    font-weight: bold;
}
.detailsTitle .txtDay {
    font-size: var(--pcFontSize15);
    line-height: var(--pcLineHeight15_31);
    color: var(--keyColor);
    letter-spacing: var(--pcLetterSpacing15_80);
    font-weight: bold;
}

.secEventDetails .secDetailsTable {
    margin-top: 8rem;
}
.secEventDetails .secDetailsTable table {
    border-top: 1px solid var(--itemBorder);
    border-left: 1px solid var(--itemBorder);
    width: 100%;
}
.secEventDetails .secDetailsTable tbody {
    width: 100%;
}
.secEventDetails .secDetailsTable tr {
    height: auto;
    font-size: var(--pcFontSize14);
    line-height: var(--pcLineHeight14_32);
    letter-spacing: var(--pcLetterSpacing14_150);
}
.secEventDetails .secDetailsTable tr th {
    width: 12rem;
    text-align: center;
    vertical-align: middle;
    background: var(--formFlowBox);
    border-bottom: 1px solid var(--itemBorder);
    border-right: 1px solid var(--itemBorder);
    padding: 1rem;
    font-weight: bold;
}
.secEventDetails .secDetailsTable tr td {
    width: calc(100% - 15rem);
    padding: 1.8rem 1.8rem;
    vertical-align: middle;
    border-bottom: 1px solid var(--itemBorder);
    border-right: 1px solid var(--itemBorder);
    font-weight: bold;
}
.secEventDetails .secDetailsTable .linkMap{
    text-decoration: underline;
    color: var(--ColorMap);
    text-underline-offset: 0.6rem;
}
.secEventDetails .btnReserve {
    width: 50rem;
    height: 8rem;
    background: var(--keyColor);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ColorWhite);
    border-radius: 0.4rem;
    margin: 5rem auto 0;
    font-weight: bold;
    font-size: var(--pcFontSize16);
    letter-spacing: var(--pcLetterSpacing14_150);
}
.secEventDetails .btnReserve .txtBtn {
    display: block;
    position: relative;
    padding-right: 2.7rem;
}
.secEventDetails .txtBtn::before {
    content: '';
    position: absolute;
    width: 2.1rem;
    height: 2.1rem;
    top: calc(50% - 1.05rem);
    right: 0;
}
.secEventDetails .btnReserve.lazyloaded .txtBtn::before {
    background: url(../img/news/iconBtnUnder.png) center top / cover no-repeat;
}

@media only screen and (max-width:1215px){
    .secDetails {
        margin: 2rem auto 7rem;
    }
    .detailsTitle .title {
        font-size: var(--spFontSize17);
        line-height: var(--spLineHeight17_25);
        letter-spacing: var(--spLetterSpacing17_50);
        margin-top: 0rem;
        margin-bottom: 0.5rem;
        order: 1;
    }
    .detailsTitle .txtDay {
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight11_30);
        letter-spacing: var(--spLetterSpacing11_50);
        margin-top: 0;
        order: 4;
    }
    .detailsTitle {
        padding-bottom: 1rem;
        border-bottom: 1px solid var(--itemBorder);
        margin-bottom: 2rem;
        display: flex;
        flex-direction: column;
    }
    .detailsTitle .tagTxt {
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight11_30);
        letter-spacing: var(--spLetterSpacing11_50);
        align-items: flex-start;
        display: inline-flex;
        margin-right: 1rem;
        margin-bottom: 0.5rem;
        order: 2;
    }
    .detailsTitle .txtAddress {
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight11_30);
        letter-spacing: var(--spLetterSpacing11_50);
        margin-bottom: 0;
        order: 3;
    }
    .secEventDetails .secDetailsTable {
        margin-top: 2rem;
    }
    .secEventDetails .secDetailsTable tr {
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight11_17);
        letter-spacing: var(--spLetterSpacing11_50);
    }
    .secEventDetails .secDetailsTable tr td {
        width: calc(100% - 7rem);
        padding: 1.5rem;
    }
    .secEventDetails .secDetailsTable tr th {
        width: 7rem;
        padding: 0.5rem;
    }
    .secEventDetails .secDetailsTable .linkMap {
        text-underline-offset: 0.4rem;
    }
    .secEventDetails .btnReserve {
        width: 88.06%;
        height: 6rem;
        margin: 3rem auto 0;
        font-size: var(--spFontSize13);
        letter-spacing:0;
    }
}

/* secEntry */
.secEventDetails + .secEntry {
    margin-top: 10rem;
}
/* boxEntry */
.boxEntry{
    margin-top: 5rem;
}
/* boxMovie */
.boxMovie{
    margin-top: 9.5rem !important;
    text-align: center;
}
.boxMovie iframe{
    max-width: 100%;
    width: 138rem;
    height: 77.6rem;
}
/* boxPdf */
.boxPdf {
    margin-top: 8rem;
}
.boxPdf .listPdf{
    display: flex;
    flex-direction: column;
    margin: 0;
}
.boxPdf .itemPdf{
    width: 100rem;
    border-radius: 50px;
    list-style: none;
    margin: 0 auto;
}
.boxPdf .itemPdf + .itemPdf{
    margin-top: 2rem;
}
.boxPdf .itemPdf .aLink{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #f2f4f5;
    border-radius: 50px;
    padding: 2.7rem 5rem;
}
.boxPdf .itemPdf .txt{
    font-size: var(--pcFontSize15);
    line-height: var(--pcLineHeight15_30);
    letter-spacing: var(--pcLetterSpacing15_50);
    color: var(--ColorPDF);
    font-weight: bold;
    margin: 0;
    margin-left: 2.8rem;
}
.boxPdf .itemPdf img{
    border-radius: 3px;
}
.boxPdf .itemPdf .icon{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
@media only screen and (max-width:1215px){
    .secEventDetails + .secEntry {
        margin-top: 5rem;
    }
    .boxEntry{
        margin-top: 25px;
    }
    .boxMovie{
        width: 100%;
        height: 0;
        padding-top: 56.12%;
        position: relative;
        margin-top: 4.2rem !important;
    }
    .boxMovie iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .boxPdf {
        margin-top: 1rem !important;
    }
    .boxPdf .itemPdf {
        width: 100%;
    }
    .boxPdf .itemPdf .aLink{
        padding: 1rem 1.5rem;
        text-decoration: none;
    }
    .boxPdf .itemPdf .icon{
        width: 1.7rem;
    }
    .boxPdf .itemPdf .txt{
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight11_17);
        margin-left: 11px;
        width: calc(100% - 20px);
    }
    .boxPdf .itemPdf + .itemPdf {
        margin-top: 1rem;
    }
}

/* secMap */
.secMap{
    margin-top: 13.5rem;
}
.secMap .titleInner .titEng.accessTit {
    width: 18.5rem;
    margin: 0 auto;
}
.secMap .titleInner .titEng.mapTit {
    width: 10.6rem;
    margin: 0 auto;
}
.secMap .titleInner .titEng {
    position: relative;
    z-index: 4;
}
.secMap .titleInner .titJpn {
    font-size: var(--pcFontSize25);
    line-height: var(--pcLineHeight25_40);
    font-weight: bold;
    margin-top: 2rem;
    position: relative;
    z-index: 4;
    text-align: center;
}
.secMap .boxMap {
    margin-top: 4rem;
    position: relative;
    width: 100%;
    height: 54rem;
}
.secMap .boxMap iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

@media only screen and (max-width:1215px){
    .secMap {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }
    .secMap .titleInner .titEng {
        width: 10.2rem;
        margin: 0 auto;
    }
    .secMap .titleInner .titEng {
        padding-bottom: 0;
    }
    .secMap .titleInner .titJpn {
        font-size: var(--spFontSize17);
        letter-spacing: 0;
        line-height: var(--spLineHeight17_40);
        margin-top: 0.5rem;
    }
    .secMap .boxMap {
        margin-top: 2rem;
        height: 32rem;
    }
    .secMap .boxMap iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }
    .secMap .titleInner .titEng.accessTit {
        width: 11.1rem;
    }
    .secMap .titleInner .titEng.mapTit {
        width: 6.3rem;
    }
}


/* sideNavi */
#sideNavi{
    position: fixed;
    top: 20rem;
    right: -8rem;
    width: 7rem;
    height: 27rem;
    border-radius: 1rem 0 0 1rem;
    background: var(--keyColor);
    transition: right 0.4s ease;
    z-index: 1000;
}
#sideNavi.open {
    right: 0;
}
#sideNavi .naviList{
    width: 100%;
    height: 100%;
}
#sideNavi .btnReserve{
    font-size: var(--pcFontSize16);
    width: 100%;
    height: 100%;
    letter-spacing: var(--pcLetterSpacing16_150);
    font-weight: bold;
    color: var(--ColorWhite);
    writing-mode: vertical-rl;
    padding-bottom: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
#sideNavi .txtBtn::before {
    content: '';
    position: absolute;
    width: 2.1rem;
    height: 2.1rem;
    bottom: 3rem;
    right: calc(50% - 1.05rem);
}
#sideNavi .btnReserve.lazyloaded .txtBtn::before {
    background: url(../img/news/iconBtnUnder.png) center top / cover no-repeat;
}

@media only screen and (max-width:1215px){
    #sideNavi{
        position: fixed;
        top: unset;
        bottom: -8rem;
        right: unset;
        left: 0;
        width: 100%;
        height: 7rem;
        border-radius: 0;
    }
    #sideNavi .btnReserve{
        font-size: var(--spFontSize13);
        letter-spacing: 0;
        writing-mode: inherit;
        padding-bottom: 0;
    }
    #sideNavi.open {
        right: unset;
        bottom: 0;
    }
    #sideNavi .txtBtn::before {
        width: 2.1rem;
        height: 2.1rem;
        bottom: 2.5rem;
        right: calc(50% - 10rem);
    }
}

/*-----------------------------------------------
    secCmnNextLoad
-----------------------------------------------*/
.secCmnNextLoad{
    width: 50rem;
    height: 8rem;
    margin: 5rem auto 15rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.secCmnNextLoad .btn{
    width: 100%;
    height: 100%;
    color: var(--linkColor);
    font-weight: bold;
    font-size: var(--pcFontSize16);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    border: 1px solid var(--linkColor_35);
}
.secCmnNextLoad .txtLoad{
    display: block;
    position: relative;
    padding-left: 2.7rem;
    font-weight: bold;
}
.secCmnNextLoad .txtLoad::before{
    content: '';
    position: absolute;
    width: 2.1rem;
    height: 2.1rem;
    top: calc(50% - 1.05rem);
    left: 0;
}
.secCmnNextLoad.lazyloaded .txtLoad::before{
    background: url(../img/common/iconBtnNext.png)center top / cover no-repeat;
    transform: rotate(90deg);
}
.secCmnNextLoad #listLoading{
    display: none;
}
@media only screen and (max-width:1215px){
    .secCmnNextLoad{
        width: calc((335 / 375) * 100%);
        padding: 0 2rem;
        height: 6rem;
        margin: 30px auto 8rem;
    }
    .secCmnNextLoad .btn{
        font-size: var(--spFontSize13);
    }

    .details #fNav{
        display: none;
    }
}
