@charset "utf-8";

/*-----------------------------------------------
    secCmnTop
-----------------------------------------------*/
.secCmnTop {
    background: url(../img/plan/bgTopImg.jpg) center bottom / cover no-repeat;
}
.secCmnTop{
    height: 60rem;
    padding: 0;
    flex-direction: column;
    margin-top: 11.5rem;
    position: relative;
}
.secCmnTop::before{
    background: url(../img/plan/bgGradation.png) center bottom / cover no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    z-index: 0;
}
.secCmnBnr {
    margin-top: 15rem;
}
.pnkzWrapper {
    background: none;
    margin-top: 3rem;
    position: relative;
    top: -4.2rem;
}
#pnkz {
    color: var(--whiteColor);
    /* margin-right: auto; */
    margin: 0;
    margin-top: 0;
    padding: 0;
}
#pnkz a {
    color: var(--whiteColor) !important;
}
#pnkz li::after {
    color: var(--whiteColor);
}
.secCmnTop .imgTop{
    position: relative;
    top: -7.2rem;
}
/* @media only screen and (min-width:768px) {
    @media only screen and (max-width:1215px) {
        .secCmnTop::before{
            height: 50% !important;
            opacity: 0.8;
            top: auto !important;
            bottom: 0 !important;
        }
    }
} */
@media only screen and (max-width: 1215px){
    .secCmnTop {
        background: url(../img/plan/bgTopImg_sp.jpg) center  / cover no-repeat;
    }
    .secCmnTop{
        height: 30rem;
        padding: 0;
        flex-direction: column;
        margin-top: 6.5rem;
    }
    .secCmnTop::before{
        background: url(../img/plan/bgGradation_sp.png) center bottom repeat-x;
        background-size: auto 100%;
        width: 100%;
        height: 100%;
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        z-index: 0;
    }
    .secCmnBnr {
        margin-top: 6rem;
    }
    .secCmnTop .imgTop {
        top: -3.2rem;
        width: 89.335%;
        margin: 0 auto;
        max-width: 33.5rem;
    }
}
/* スマホ: パンくず（.pnkzWrapper）を .secLogin の下へ（#container を flex + order で入れ替え） */
@media only screen and (max-width: 1215px) {
    #container {
        display: flex;
        flex-direction: column;
    }

    #container>header.cmnHeader {
        order: 1;
    }

    #container>.secCmnTop {
        order: 2;
    }

    #container>.main {
        order: 3;
    }

    #container>.pnkzWrapper {
        order: 4;
        height: 3.5rem;
    }

    #container>footer.cmnFooter {
        order: 6;
    }

    /* <?parts_footer?> 等で #container 直下に追加される要素（フッター直前など） */
    #container>*:not(header.cmnHeader):not(.secCmnTop):not(.main):not(.pnkzWrapper):not(footer.cmnFooter) {
        order: 2;
    }
}

/*-----------------------------------------------
    secSpec（プラン種別タブ）
-----------------------------------------------*/
.secSpec {
    margin-top: -20rem;
    position: relative;
}
.secSpec .tabBox {
    /* width: 100%; */
    /* width: 140rem; */
}
.secSpec .Spectab {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 3rem;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 140rem;
    margin: 0 auto;
}
.secSpec .Spectab .tab {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 8.5rem;
    box-sizing: border-box;
    margin: 0;
    padding: 2rem 1.5rem;
    border-radius: 4.25rem;
    background:var(--colorPlanBg);
    color: var(--whiteColor);
    text-decoration: none;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
    border:0.1rem solid var(--whiteColor);
}
.secSpec .Spectab > li {
    flex: 1 1 33rem;
    display: flex;
    max-width: 33rem;
    margin: 0;
}
.secSpec .Spectab .tab .tabtit {
    margin: 0;
    font-size: var(--pcFontSize20);
    font-weight: bold;
    letter-spacing: var(--pcLetterSpacing100);
    line-height: 1.3;
    white-space: nowrap;
    text-align: center;
}
.secSpec .Spectab .tab.on {
    background: var(--whiteColor);
    color: var(--orangeColor);
    box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.18);
}
.secSpec .Spectab .tab.on .tabtit {
    color: var(--orangeColor);
}
.secSpec .Spectab .tab:hover {
    background: var(--whiteColor);
    color: var(--orangeColor);
    box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.18);
}
.secSpec .Spectab .tab:hover .tabtit {
    color: var(--orangeColor);
}
.secSpec .Spectabarea {
    margin: 0;
    padding: 0;
    list-style: none;
}
.secSpec .Spectabarea .area {
    display: block;
}
@media only screen and (max-width: 1215px){
    .secSpec {
        margin-top: -20rem;
    }
    .secSpec .Spectab {
        display: flex;
        flex-wrap: nowrap;
        align-items: stretch;
        gap: 3rem;
        margin: 0;
        padding: 0;
        list-style: none;
        width: 140rem;
        margin: 0 auto;
    }
    .secSpec .Spectab .tab {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 8.5rem;
        box-sizing: border-box;
        margin: 0;
        padding: 2rem 1.5rem;
        border-radius: 4.25rem;
        background:var(--colorPlanBg);
        color: var(--whiteColor);
        text-decoration: none;
        cursor: pointer;
        transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
        border:0.1rem solid var(--whiteColor);
    }
    .secSpec .Spectab > li {
        flex: 1 1 33rem;
        display: flex;
        max-width: 33rem;
        margin: 0;
    }
    .secSpec .Spectab .tab .tabtit {
        margin: 0;
        font-size: var(--pcFontSize20);
        font-weight: bold;
        letter-spacing: var(--pcLetterSpacing100);
        line-height: 1.3;
        white-space: nowrap;
        text-align: center;
    }
    .secSpec .Spectab .tab.on {
        background: var(--whiteColor);
        color: var(--orangeColor);
        box-shadow: none;
    }
    .secSpec .Spectab .tab.on .tabtit {
        color: var(--orangeColor);
    }
    .secSpec .Spectab .tab:hover {
        background: var(--whiteColor);
        color: var(--orangeColor);
        box-shadow: none;
    }
    .secSpec .Spectab .tab:hover .tabtit {
        color: var(--orangeColor);
    }
    .secSpec .Spectabarea {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .secSpec .Spectabarea .area {
        display: block;
    }
}
/*-----------------------------------------------
    planList（プランカード一覧）
-----------------------------------------------*/
.secSpec .Spectabarea {
    margin-top: 10rem;
    width: 172rem;
    max-width: calc(100% - 10rem);
    margin-inline: auto;
}
.secSpec .planList {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    /* grid-template-columns: repeat(2, minmax(0, 1fr)); */
    gap: 6rem 5.8rem;
    flex-wrap: wrap;
}
.secSpec .planItem {
    margin: 0;
    /* min-width: 0; */
    width: calc((100% - 6rem) / 2);
}
.secSpec .planCard {
    margin: 0;
    height: 100%;
}
.secSpec .planCardLink {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    text-decoration: none;
    color: inherit;
    background: var(--whiteColor);
    /* border: 0.1rem solid var(--ColorBorder); */
    box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.2s ease;
    box-shadow: 0px 0px 9.5px 0.5px rgba(0, 0, 0, 0.15);
}
.secSpec .planCardLink:hover {
    box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.14);
}
.secSpec .planCardHead {
    display: flex;
    align-items: stretch;
    min-height: 0;
    overflow: hidden;
}
.secSpec .planCardTsubo {
    flex: 0 0 20rem;
    margin: 0;
    padding: 0 1.2rem;
    display: block;
    background: var(--ColorTagBg);
    letter-spacing: var(--pcLetterSpacing80);
    line-height: 10rem;
    color: var(--textColor);
    text-align: center;
    font-size: var(--pcFontSize40);
    width: 20rem;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 10rem;
    box-sizing: border-box;
}
.secSpec .planCardTsuboTxt{
    font-size: var(--pcFontSize30);
}
.secSpec .planCardTit {
    height: 10rem;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    background: var(--colorBrown);
    font-size: var(--pcFontSize20);
    line-height: calc(28 / 20);
    color: var(--whiteColor);
    overflow: hidden;
    width: 63rem;
}
.secSpec .planCardTitTxt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-word;
    overflow-wrap: anywhere;
}
.secSpec .planCardBody {
    flex: 1 1 auto;
    min-width: 0;
    padding: 4rem 2rem 4.7rem;
    background: var(--whiteColor);
}
.secSpec .planCardFigures {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 1.5rem;
}
.secSpec .planCardFigure {
    flex: 1 1 0;
    min-width: 0;
    margin: 0;
}
.secSpec .planCardFigureImg {
    position: relative;
    aspect-ratio: 3 / 4;
    background: #f5f4f0;
    border: 0.1rem dashed var(--ColorBorder);
}
.secSpec .planCardFigureImg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    vertical-align: top;
}
.secSpec .planCardBtn {
    flex-shrink: 0;
    width: 30rem;
    height: auto;
    padding: 1rem 0;
    align-self: flex-end;
    margin: 0;
    padding: 1.4rem 1.6rem;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: var(--colorBrown);
    /* font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif; */
    font-size: var(--pcFontSize13);
    letter-spacing: var(--pcLetterSpacing80);
    line-height: 1.4;
    color: var(--whiteColor);
    justify-content: center;
    margin-top: -4.7rem;
}
.secSpec .planCardBtnTxt {
    display: inline-block;
}
.secSpec .planCardBtnArrow{
    display: inline-block;
    position: relative;
    top: -0.2rem;
    left: 0.6rem;
}

.secSpec .planImg{
    position: relative;
    padding-top: 40rem;
}

/* 会員限定カード（3件目以降） */
.secSpec .planCard--member {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    background: var(--whiteColor);
    box-shadow: 0px 0px 9.5px 0.5px rgba(0, 0, 0, 0.15);
    position: relative;
}
.secSpec .planCardBody--member {
    position: relative;
    flex: 1 1 auto;
    min-width: 0;
    padding: 0;
    margin: 0;
    min-height: 40rem;
    overflow: hidden;
    /* background: var(--colorBrown); */
    padding: 4rem 2rem 4.7rem;
}
.secSpec .planCardMemberBg {
    position: relative;
    padding-top: 40rem;
}
.secSpec .planCardMemberOverlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5.8rem 2rem 5.8rem;
    background: rgba(48, 43, 41, 0.78);
    box-sizing: border-box;
    z-index: 3;
}
.secSpec .planCardMemberInner {
    width: 100%;
    max-width: 100%;
    text-align: center;
    color: var(--whiteColor);
    display: inline-block;
}
.secSpec .planCardMemberEng {
    margin: 0 0 0.5rem;
    font-size: var(--pcFontSize45);
    letter-spacing: 0;
    line-height: 1.2;
    word-break: break-word;
    overflow-wrap: anywhere;
}
.secSpec .planCardMemberJp {
    margin: 0 0 1.5rem;
    font-size: var(--pcFontSize20);
    font-weight: bold;
    letter-spacing: var(--pcLetterSpacing80);
    line-height: 1.5;
    /* word-break: break-word; */
    overflow-wrap: anywhere;
}
.secSpec .planCardMemberTxt {
    margin: 0 0 2.9rem;
    font-size: var(--pcFontSize14);
    letter-spacing: var(--pcLetterSpacing80);
    line-height: calc(26 / 14);
    word-break: break-word;
    overflow-wrap: anywhere;
}
.secSpec .btnPlanMember {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    width: 100%;
    padding: 2.5rem 2.4rem;
    background: var(--orangeColor);
    color: var(--whiteColor);
    font-size: var(--pcFontSize16);
    letter-spacing: var(--pcLetterSpacing50);
    line-height: 1.4;
    text-decoration: none;
    transition: opacity 0.2s ease;
    flex-wrap: wrap;
    max-width: 30rem;
}
.secSpec .btnPlanMember:hover {
    opacity: 0.85;
}
.secSpec .btnPlanMemberTxt {
    display: inline-block;
    word-break: break-word;
    overflow-wrap: anywhere;
}
.secSpec .btnPlanMemberIcon{
    position: relative;
    top: -0.3rem;
    left: 0rem;
}
.secSpec .planCard--member .planCardBtn {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
    text-decoration: none;
}
.secSpec .planCard--member .planCardBtn:hover {
    opacity: 0.85;
}

@media only screen and (max-width: 1215px) {
    .secSpec .Spectabarea {
        margin-top: 4.2rem;
        width: 89.335%;
        max-width: 33.5rem;
    }
    .secSpec .planList {
        grid-template-columns: 1fr;
        gap: 3rem;
        display: block;
    }
    .secSpec .planItem {
        width: 100%;
    }
    .secSpec .planItem:nth-child(n+2){
        margin-top: 3.2rem;
    }
    .secSpec .planCardHead {
        display: block;
    }
    .secSpec .planCardTsubo {
        width: auto;
        height: 3.5rem;
        line-height: 1.5;
        padding: 0.8rem 0.8rem;
        font-size: var(--spFontSize14);
        letter-spacing: var(--spLetterSpacing80);
    }
    .secSpec .planCardTsuboTxt {
        font-size: var(--pcFontSize14);
    }
    .secSpec .planCardTit {
        height: 6rem;
        max-height: none;
        padding: 0 2rem;
        font-size: var(--spFontSize14);
        letter-spacing: 0;
        line-height: calc(24 / 14);
        width: 100%;
        text-align: center;
    }
    .secSpec .planCardBody {
        padding: 0rem 1.5rem 1rem;
    }
    .secSpec .planImg {
        position: relative;
        padding-top: 16rem;
    }
    .secSpec .planCardFigures {
        gap: 1rem;
    }
    .secSpec .planCardBtn {
        margin: 0 auto;
        padding: 1rem 1.2rem;
        font-size: var(--spFontSize12);
        width: 100%;
        max-width: 26.5rem;
        /* padding-bottom: 1rem; */
        margin-bottom: 3rem;
    }
    .secSpec .planCardBtnArrow {
        width: 1.5rem;
        height: auto;
        top: 0;
        left: 0;
    }
    .secSpec .planCardBtnArrow::after {
        width: 0.35rem;
        height: 0.35rem;
        border-top-width: 0.1rem;
        border-right-width: 0.1rem;
    }
    .secSpec .planCardBody--member {
        min-height: 23.8rem;
    }
    .secSpec .planCardMemberOverlay {
        padding: 2rem 1.5rem 2rem;
    }
    .secSpec .planCardMemberEng {
        margin-bottom: 0.3rem;
        font-size: var(--spFontSize30);
        letter-spacing: 0;
    }
    .secSpec .planCardMemberJp {
        margin-bottom: 0.8rem;
        font-size: var(--spFontSize15);
    }
    .secSpec .planCardMemberTxt {
        margin-bottom: 1.6rem;
        font-size: var(--spFontSize12);
        line-height: calc(20 / 12);
        letter-spacing: 0;
    }
    .secSpec .btnPlanMember {
        gap: 0.8rem;
        padding: 1.5rem 1.6rem;
        font-size: var(--spFontSize12);
        width: 100%;
        max-width: 26.5rem;
    }
    .secSpec .btnPlanMemberIcon {
        width: 1.5rem;
        height: auto;
        top: 0;
    }
    .secSpec .planCard--member .planCardBtn {
        min-width: 14rem;
        padding: 0.7rem 1.2rem;
        font-size: var(--spFontSize12);
        display: block;
        margin: 0 auto;
        padding: 1rem 1.2rem;
        font-size: var(--spFontSize12);
        width: 100%;
        max-width: 26.5rem;
        /* padding-bottom: 1rem; */
        margin-bottom: 3rem;
        left: 0;
        text-align: center;
    }
    .secSpec .planCardMemberBg {
        padding-top: 16rem;
    }
}

/*-----------------------------------------------
    secPlanFilter（条件絞り込み）
-----------------------------------------------*/
.secPlanFilter {
    margin-top: 2.5rem;
    width: 140rem;
    margin-inline: auto;
}
.secPlanFilter .boxPlanFilter {
}
.secPlanFilter .planFilterTit {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin: 0;
    padding: 2.5rem 0 1.5rem;
    font-size: var(--pcFontSize18);
    font-weight: bold;
    letter-spacing: var(--pcLetterSpacing100);
    color: var(--textColor);
    line-height: 1.4;
}
.secPlanFilter .planFilterIcon {
    flex-shrink: 0;
    display: block;
    width: 1.9rem;
    height: auto;
}
.secPlanFilter .planFilterBody {
    padding: 0;
}
.secPlanFilter .planFilterMain {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding-bottom: 2rem;
}
.secPlanFilter .planFilterTags {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    gap: 1rem 2rem;
    margin: 0;
    padding: 0;
    list-style: none;
    flex: 1;
    min-width: 0;
}
.secPlanFilter .planFilterTags.border {
    border:0.1rem solid var(--colorPlanBg02);
    border-left: none;
    border-right: none;
    padding: 2.5rem 0;
}
.secPlanFilter .planFilterTagsItem {
    margin: 0;
}
.secPlanFilter .planFilterTag {
    color: var(--ColorTag);
    text-decoration: none;
    font-size: var(--pcFontSize14);
    letter-spacing: var(--pcLetterSpacing50);
    font-weight: bold;
    line-height: 1.5;
    transition: opacity 0.2s ease;
}
.secPlanFilter .planFilterTag:hover {
    text-decoration: underline;
}
.secPlanFilter .planFilterTag.is-active {
    text-decoration: underline;
}
.secPlanFilter .planFilterTag:focus-visible {
    outline: 0.2rem solid var(--keyColor);
    outline-offset: 0.2rem;
}
.secPlanFilter .btnPlanFilterToggle {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 2.6rem;
    margin: 0;
    padding: 2.4rem 1.6rem;
    border: 0.1rem solid var(--textColor);
    border-radius: 0;
    background: var(--whiteColor);
    color: var(--colorBrown);
    font-size: var(--pcFontSize16);
    letter-spacing: var(--pcLetterSpacing50);
    line-height: 1.4;
    max-width: 25rem;
    width: 100%;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}
.secPlanFilter .btnPlanFilterToggle:focus-visible {
    outline: 0.2rem solid var(--keyColor);
    outline-offset: 0.2rem;
}
.secPlanFilter .btnPlanFilterToggleIcon {
    flex-shrink: 0;
    width: 0.8rem;
    height: 0.8rem;
    border-right: 0.15rem solid var(--textColor);
    border-bottom: 0.15rem solid var(--textColor);
    transform: rotate(45deg);
    margin-top: -0.3rem;
    transition: transform 0.2s ease, margin 0.2s ease;
    /* padding-right: 1rem; */
}
.secPlanFilter.is-open .btnPlanFilterToggleIcon {
    transform: rotate(-135deg);
    margin-top: 0.3rem;
}
.secPlanFilter .planFilterExpand {
    margin: 0;
    display: block;
    padding: 0 2.5rem;
    background: var(--ColorTagBg);
    margin-bottom: 0;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transform: translateY(-0.6rem);
    transition: max-height 0.35s ease, opacity 0.2s ease, transform 0.35s ease, padding 0.35s ease, margin-bottom 0.35s ease;
}
.secPlanFilter .planFilterExpand[hidden] {
    display: block;
    max-height: 0;
    opacity: 0;
    transform: translateY(-0.6rem);
    padding: 0 2.5rem;
    margin-bottom: 0;
    pointer-events: none;
}
.secPlanFilter.is-open .planFilterExpand {
    max-height: 80rem; /* コンテンツ量に対して十分大きく */
    opacity: 1;
    transform: translateY(0);
    padding: 3.7rem 2.5rem;
    margin-bottom: 2rem;
    pointer-events: auto;
}

@media (prefers-reduced-motion: reduce) {
    .secPlanFilter .planFilterExpand {
        transition: none;
    }
}
.secPlanFilter .planFilterStatus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: 2.7rem 2.5rem;
    background: var(--colorPlanBg03);
    color: var(--whiteColor);
}
.secPlanFilter .planFilterStatusTxt {
    margin: 0;
    font-size: var(--pcFontSize18);
    font-weight: bold;
    letter-spacing: var(--pcLetterSpacing50);
    line-height: 1.4;
}
.secPlanFilter .planFilterCount {
    font-weight: inherit;
}
.secPlanFilter .btnPlanFilterClear {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin: 0;
    padding: 0;
    border: none;
    border-bottom: 0.1rem solid var(--colorPlanBg05);
    background: transparent;
    color: var(--whiteColor);
    font-size: var(--pcFontSize15);
    font-weight: bold;
    letter-spacing: var(--pcLetterSpacing50);
    line-height: 1.4;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.2s ease, border-color 0.2s ease;
}
.secPlanFilter .btnPlanFilterClear:hover {
    opacity: 0.75;
    border-bottom-color: currentColor;
}
.secPlanFilter .btnPlanFilterClear:focus-visible {
    outline: 0.2rem solid var(--whiteColor);
    outline-offset: 0.2rem;
}
.secPlanFilter .btnPlanFilterClearIcon {
    font-size: 1.6rem;
    line-height: 1;
    font-weight: normal;
}

@media only screen and (max-width: 1215px) {
    .secSpec {
        margin-top: -10rem;
    }
    .secSpec .Spectab {
        gap: 0.9rem;
        /* overflow-x: auto; */
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        width: 89.335%;
        max-width: 33.5rem;
    }
    .secSpec .Spectab::-webkit-scrollbar {
        display: none;
    }
    .secSpec .Spectab > li {
        flex: 1 1 0;
        max-width: none;
        min-width: 0;
    }
    .secSpec .Spectab .tab {
        width: 100%;
        max-width: none;
        min-width: 0;
        height: auto;
        padding: 1.5rem 1.2rem;
        border-radius: 0;
    }
    .secSpec .Spectab .tab .tabtit {
        font-size: var(--spFontSize12);
    }
    .secPlanFilter {
        margin-top: 1.2rem;
        width: 100%;
    }
    .secPlanFilter .planFilterTit {
        padding: 1.5rem 0rem 1rem;
        font-size: var(--spFontSize14);
        max-width: 33.5rem;
        margin: 0 auto;
        width: 89.335%;
    }
    .secPlanFilter .planFilterIcon {
        width: 1.4rem;
    }
    .secPlanFilter .planFilterBody {
        padding: 0rem;
        width: 89.335%;
        max-width: 33.5rem;
        margin: 0 auto;
    }
    .secPlanFilter .planFilterMain {
        flex-direction: column;
        align-items: stretch;
        gap: 1.5rem;
        padding-bottom: 2.5rem;
        border-bottom: none;
    }
    .secPlanFilter .planFilterTags {
        gap: 0.3rem 1.2rem;
        padding: 1.5rem;
    }
    .secPlanFilter .planFilterTags.border {
        padding: 1.2rem 0;
    }
    .secPlanFilter .planFilterTag {
        font-size: var(--spFontSize13);
    }
    .secPlanFilter .btnPlanFilterToggle {
        align-self: center;
        padding: 1rem 1.2rem;
        font-size: var(--spFontSize12);
        background: var(--colorPlanBg04);
        color: var(--whiteColor);
        gap: 1.2rem;
        border: none;
        max-width: 26.5rem;
    }
    .secPlanFilter .planFilterExpand {
        box-sizing: border-box;
        padding: 0;
        transform: none;
        clip-path: inset(0 0 100% 0);
        -webkit-clip-path: inset(0 0 100% 0);
        transition: max-height 0.35s ease, opacity 0.2s ease, clip-path 0.35s ease, margin-bottom 0.35s ease;
    }
    .secPlanFilter .planFilterExpand[hidden] {
        transform: none;
        clip-path: inset(0 0 100% 0);
        -webkit-clip-path: inset(0 0 100% 0);
        padding: 0;
    }
    .secPlanFilter.is-open .planFilterExpand {
        transform: none;
        clip-path: inset(0 0 0 0);
        -webkit-clip-path: inset(0 0 0 0);
        padding: 0;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
    }
    .secPlanFilter .planFilterStatus {
        flex-wrap: wrap;
        padding: 1.4rem 1.5rem;
        gap: 0.8rem;
        width: 100%;
    }
    .secPlanFilter .planFilterStatusTxt {
        font-size: var(--spFontSize15);
        left: 0;
        letter-spacing: 0;
    }
    .secPlanFilter .btnPlanFilterClear {
        font-size: var(--spFontSize11);
    }
    .secPlanFilter .btnPlanFilterToggleIcon {
        flex-shrink: 0;
        width: 0.6rem;
        height: 0.6rem;
        border-right: 0.15rem solid var(--whiteColor);
        border-bottom: 0.15rem solid var(--whiteColor);
    }
    .secPlanFilter .btnPlanFilterClearIcon{
    font-size: 1.3rem;
    line-height: 1;
    font-weight: normal;
    position: relative;
    top: -0.1rem;
}
}

/*-----------------------------------------------
    secEvent
-----------------------------------------------*/
.secEvent {
    margin: 4rem auto 0rem;
}

.eventList {
    margin: 3rem 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6rem 5.5rem;
}

.eventList .boxeventLink {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: 100%;
    min-height: 100%;
    text-decoration: none;
    position: relative;
    background: var(--whiteColor);
    padding-bottom: 3.5rem;
}

.eventList .itemevent {
    border: none;
    margin: 0;
}

.eventList .itemevent:first-child {
    border-top: none;
}

.eventList .boxevent {
    flex-shrink: 0;
    width: 100%;
    box-shadow: none;
    position: relative;
    margin-bottom: 2.5rem;
}

.eventList .boxevent .imgevent {
    position: relative;
    aspect-ratio: 1200 / 900;
    box-shadow: 0px 0px 0.5rem 0.06rem rgba(0, 0, 0, 0.3);
}

.eventList .eventBody {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.eventList .txtDate,
.eventList .txtTime,
.eventList .txtPlace,
.eventList .titItem {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.eventList .txtDate,
.eventList .txtTime,
.eventList .txtPlace {
    font-size: var(--pcFontSize13);
    line-height: calc(24 / 13);
    letter-spacing: var(--pcLetterSpacing100);
    margin: 0;
    color: var(--textColor);
    display: flex;
}
.eventList .txtTit {
    flex-shrink: 0;
}

.eventList .txtTime {
    margin-top: 0.2rem;
}

.eventList .eventPlaceLine {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.eventList .eventPlaceLine::before {
    content: "";
    flex: 1 1 auto;
    min-width: 0;
    height: 1px;
    background: #cccccc;
}

.eventList .titItem {
    font-size: var(--pcFontSize20);
    letter-spacing: var(--pcLetterSpacing100);
    margin: 0 0 0.8rem;
    line-height: calc(34 / 20);
    font-weight: bold;
    color: var(--textColor);
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.eventList .listTag {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem 0.5rem;
    margin: 0;
    list-style: none;
    margin-bottom: 1rem;
}

.eventList .txtTag {
    font-size: var(--pcFontSize12);
    letter-spacing: var(--pcLetterSpacing50);
    color: var(--whiteColor);
    background: var(--colorBrown);
    padding: 0.35rem 0.55rem;
    display: inline-block;
    font-weight: normal;
    line-height: 1.3;
}

.eventList .eventPlaceLine .arrowIcon {
    position: relative;
    flex-shrink: 0;
    width: 0.8rem;
    height: 0.9rem;
    margin: 0 0 0 0.2rem;
    align-self: center;
    background: url(../img/common/iconArrow.png) center center / contain no-repeat;
    border-radius: 0;
    border: none;
    transform: rotate(180deg);
}

.eventList .eventPlaceLine .arrowIcon::before,
.eventList .eventPlaceLine .arrowIcon::after {
    content: none;
    display: none;
}

.eventList .newIcon {
    position: absolute;
    top: 0;
    left: 0;
    background: var(--orangeColor);
    color: var(--whiteColor);
    font-size: var(--pcFontSize12);
    z-index: 2;
    padding: 0.5rem 1rem;
}

@media only screen and (max-width: 1215px) {

    .eventList {
        margin-top: 2rem;
        grid-template-columns: 1fr;
        gap: 0;
    }

    .eventList .boxeventLink {
        gap: 2rem;
        padding-bottom: 2.5rem;
    }
    .eventList .itemevent + .itemevent {
        padding-top: 3rem;
    }

    .eventTagTxt {
        font-size: var(--pcFontSize15);
    }

    .imgeventTag {
        width: 2.1rem;
    }

    .eventTag {
        min-height: auto;
        gap: 1rem;
        padding-bottom: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .eventTagLabel {
        padding: 1.2rem;
        border-radius: 3rem;
        font-size: var(--spFontSize13);
        letter-spacing: var(--pcLetterSpacing50);
    }

    .eventList .newIcon {
        font-size: var(--spFontSize10);
        z-index: 2;
        padding: 0.4rem 0.8rem;
    }

    .eventList .titItem {
        font-size: var(--spFontSize14);
        letter-spacing: var(--spLetterSpacing50);
        margin-bottom: 0.4rem;
        line-height: calc(24 / 14);
    }

    .eventList .txtTag {
        font-size: var(--spFontSize12);
        letter-spacing: var(--spLetterSpacing50);
        padding: 0.2rem 0.5rem;
    }

    .eventList .listTag {
        gap: 0.2rem;
        margin-bottom: 1.3rem;
    }

    .eventList .eventBody {
    }
    .eventList .boxevent {
        width: 100%;
        margin-bottom: 0;
    }
    .eventList .txtDate,
    .eventList .txtTime,
    .eventList .txtPlace {
        font-size: var(--spFontSize12);
        letter-spacing: var(--spLetterSpacing50);
        line-height: calc(24 / 12);
    }
}

/*-----------------------------------------------
    secPlanDetails
-----------------------------------------------*/
.secPlanDetails {
    margin-top: 4rem;
}
.secPlanDetails .topContentWrapper {
    margin-bottom: 5.3rem;
}
.secPlanDetails .topContent {
    padding-bottom: 6rem;
    margin-bottom: 0;
    /* border-bottom: 0.1rem solid var(--borderColor); */
}
.secPlanDetails .topContent .txtSubTitle{
    font-size: var(--pcFontSize30);
    letter-spacing: var(--pcLetterSpacing80);
    line-height: calc(34 / 30);
    margin-bottom: 3.8rem;
    color: var(--orangeColor);
    text-align: center;
    font-weight: 400;
    position: relative;
}
.secPlanDetails .topContent .txtSubTitle::before {
    content: "";
    position: absolute;
    bottom: calc(0% - 2rem);
    left: calc(50% - 2.5rem);
    width: 5rem;
    height: 1px;
    background: var(--orangeColor);
}
.secPlanDetails .topContent .txtTitle {
    font-size: var(--pcFontSize30);
    letter-spacing: var(--pcLetterSpacing40);
    line-height: calc(50 / 30);
    font-weight: bold;
    margin-bottom: 3.8rem;
    text-align: center;
}
.secPlanDetails .BoxNca{
    width: 100%;
    height: auto;
    background: var(--ColorTagBg);
    padding: 3rem 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.secPlanDetails .ncatList {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    gap: 1.4rem 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
    min-width: 0;
    justify-content: center;
}
.ncatLnk {
    color: var(--textColor);
    text-decoration: none;
    font-size: var(--pcFontSize14);
    letter-spacing: var(--pcLetterSpacing50);
    font-weight: bold;
    line-height: 1.5;
}
.secPlanDetails .topContent .listTag {
    display: flex;
    align-items: center;
    gap: 0.2rem;
    flex-wrap: wrap;
    margin-bottom: 1.6rem;
}
.secPlanDetails .topContent .listTag .txtTag {
    font-size: var(--pcFontSize13);
    letter-spacing: var(--pcLetterSpacing50);
    color: var(--whiteColor);
    background: var(--colorBrown); 
    padding: 0.3rem 1rem;
    display: inline-block;
    font-weight: normal;
    line-height: 1.3;
}
.secPlanDetails .secMainImg{
    display: block;
    text-align: center;
    margin-bottom: 5rem;
}
.secPlanDetails .secMainImg .Imgbox{
    display: inline-block;
}
.secPlanDetails .secMainImg img {
    width: auto;
    height: auto;
    max-width: 100%;
}
@media only screen and (max-width: 1215px){
    .secPlanDetails {
        margin-top: 3.5rem;
    }
    .secPlanDetails .topContentWrapper {
        margin-bottom: 1.3rem;
    }
    .secPlanDetails .topContent {
        padding-bottom: 6rem;
        margin-bottom: 0;
        /* border-bottom: 0.1rem solid var(--borderColor); */
    }
    .secPlanDetails .topContent .txtSubTitle{
        font-size: var(--spFontSize18);
        line-height: calc(28 / 18);
        margin-bottom: 2.5rem;
    }
    .secPlanDetails .topContent .txtSubTitle::before {
        content: "";
        position: absolute;
        bottom: calc(0% - 1rem);
        left: calc(50% - 2.5rem);
        width: 5rem;
        height: 1px;
        background: var(--orangeColor);
    }
    .secPlanDetails .topContent .txtTitle {
        font-size: var(--pcFontSize30);
        letter-spacing: var(--pcLetterSpacing40);
        line-height: calc(50 / 30);
        font-weight: bold;
        margin-bottom: 3.8rem;
        text-align: center;
    }
    .secPlanDetails .BoxNca{
        width: 100%;
        height: auto;
        background: var(--ColorTagBg);
        padding: 1.2rem 1.3rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .secPlanDetails .ncatList {
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        gap: 0.4rem 1rem;
        margin: 0;
        padding: 0;
        list-style: none;
        min-width: 0;
        justify-content: flex-start;
    }
    .ncatLnk {
        color: var(--textColor);
        text-decoration: none;
        font-size: var(--spFontSize13);
        letter-spacing: var(--pcLetterSpacing50);
    }
    .secPlanDetails .topContent .listTag {
        display: flex;
        align-items: center;
        gap: 0.2rem;
        flex-wrap: wrap;
        margin-bottom: 1.6rem;
    }
    .secPlanDetails .topContent .listTag .txtTag {
        font-size: var(--pcFontSize13);
        letter-spacing: var(--pcLetterSpacing50);
        color: var(--whiteColor);
        background: var(--colorBrown); 
        padding: 0.3rem 1rem;
        display: inline-block;
        font-weight: normal;
        line-height: 1.3;
    }
    .secPlanDetails .secMainImg{
        display: block;
        text-align: center;
        margin-bottom: 5rem;
    }
    .secPlanDetails .secMainImg .Imgbox{
        display: inline-block;
    }
    .secPlanDetails .secMainImg img {
        width: auto;
        height: auto;
        max-width: 100%;
    }
}
/*-----------------------------------------------
    secPlanSlider（詳細：画像スライダー）
-----------------------------------------------*/
.secPlanSlider {
    margin-bottom: 2rem;
}
.secPlanSlider .boxPlanSlider {
    position: relative;
    max-width: 140rem;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}
.secPlanSlider .swiper {
    position: relative;
    overflow: hidden;
    height: 80rem;
    border: 0.1rem solid var(--ColorBorder);
    background: var(--whiteColor);
    padding: 0 9rem;
}
.secPlanSlider .swiper-slide{
    padding: 2rem;
    box-sizing: border-box;
    height: 100%;
}
.secPlanSlider .boxPlanSlideImg {
    position: relative;
    /* aspect-ratio: 1080 / 800; */
    padding-top: 80rem;
}
.secPlanSlider .lnkPlanSlideLightbox {
    display: block;
    position: absolute;
    inset: 0;
    text-decoration: none;
}
.secPlanSlider .boxPlanSlideImg .lnkPlanSlideLightbox img.imgR {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
}
.secPlanSlider .btnPlanSlideZoom {
    display: none;
}
@media only screen and (max-width: 1215px) {
    .secPlanSlider .lnkPlanSlideLightbox {
        cursor: pointer;
    }
    .secPlanSlider .btnPlanSlideZoom {
        display: block;
        position: absolute;
        right: -3rem;
        bottom: -0.12rem;
        z-index: 2;
        width: 3.5rem;
        height: auto;
        margin: 0;
        padding: 0;
        border: none;
        background: transparent;
        pointer-events: none;
    }
    .secPlanSlider .btnPlanSlideZoom img {
        display: block;
        position: static;
        width: 3.5rem;
        height: 3.5rem;
        max-width: none;
        max-height: none;
        margin: 0;
    }
}
.secPlanSlider .swiper-button-prev,
.secPlanSlider .swiper-button-next {
    width: 6.4rem;
    height: 6.4rem;
    margin-top: 0;
    top: calc(50% - 5rem);
    transform: translateY(-50%);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    border: 0.1rem solid var(--ColorBorder);
    color: var(--colorGray);
    box-shadow: 0 0.2rem 1.2rem rgba(0, 0, 0, 0.18);
}
.secPlanSlider .swiper-button-prev::after,
.secPlanSlider .swiper-button-next::after {
    font-size: var(--pcFontSize18);
    font-weight: 700;
}
.secPlanSlider .swiper-button-prev {
    left: -3.5rem;
}
.secPlanSlider .swiper-button-next {
    right: -3.1rem;
}
.secPlanSlider .txtPlanSliderCaption {
    grid-column: 1;
    grid-row: 2;
    margin: 2.4rem 0 0;
    padding: 0 1rem;
    font-size: var(--pcFontSize14);
    letter-spacing: var(--pcLetterSpacing50);
    line-height: calc(28 / 14);
    color: var(--textColor);
    text-align: center;
}
.secPlanSlider .txtPlanSliderCaption .captionInner {
    display: inline-block;
    max-width: 100%;
    text-align: left;
}
.secPlanSlider .txtPlanSliderCaptionSource {
    display: none;
}
.secPlanSlider .boxPlanSliderPager {
    position: static;
    grid-column: 1;
    grid-row: 3;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
    width: 100%;
}
.secPlanSlider .boxPlanSliderPager {
    /* SVG circle r=8 → 2πr ≒ 50.27 */
    --plan-pager-circumference: 50.27;
}
.secPlanSlider .boxPlanSliderPager button {
    display: inline-block;
    flex-shrink: 0;
    position: relative;
    width: 8px;
    height: 8px;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    margin-right: 10px;
    padding: 0;
    vertical-align: middle;
}
.secPlanSlider .boxPlanSliderPager button.is-active {
    width: 18px;
    height: 18px;
}
.secPlanSlider .boxPlanSliderPager button:last-child {
    margin-right: 0;
}
.secPlanSlider .boxPlanSliderPager button svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow: visible;
    pointer-events: none;
    opacity: 0;
}
.secPlanSlider .boxPlanSliderPager button.is-active svg {
    opacity: 1;
}
.secPlanSlider .boxPlanSliderPager button svg .planSliderBulletProgress {
    fill: transparent;
    stroke: var(--colorBrown);
    stroke-width: 1;
    stroke-linecap: round;
    stroke-dasharray: 0 var(--plan-pager-circumference);
    will-change: stroke-dasharray;
    animation-name: planSliderPagerLoading;
    animation-duration: var(--plan-slider-autoplay, 5000ms);
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}
.secPlanSlider.is-autoplay-paused .boxPlanSliderPager button.is-active svg .planSliderBulletProgress {
    animation-play-state: paused;
}
@keyframes planSliderPagerLoading {
    0% {
        stroke-dasharray: 0 var(--plan-pager-circumference);
    }
    100% {
        stroke-dasharray: var(--plan-pager-circumference) var(--plan-pager-circumference);
    }
}

@media only screen and (max-width: 1215px) {
    .secPlanSlider {
        margin-bottom: 0.2rem;
    }
    .secPlanSlider .boxPlanSlideImg {
        /* padding: 1.2rem; */
        padding-top: 19.5rem;
    }
    .secPlanSlider .swiper-button-prev,
    .secPlanSlider .swiper-button-next {
        width: 4rem;
        height: 4rem;
        top: calc(50% - 5rem);
    }
    .secPlanSlider .swiper-button-prev::after,
    .secPlanSlider .swiper-button-next::after {
        font-size: var(--spFontSize14);
    }
    .secPlanSlider .swiper-button-prev {
        left: -1rem;
    }
    .secPlanSlider .swiper-button-next {
        right: -1rem;
    }
    .secPlanSlider .txtPlanSliderCaption {
        margin-top: 1.1rem;
        font-size: var(--spFontSize12);
        letter-spacing: var(--spLetterSpacing50);
        line-height: calc(22 / 12);
    }
    .secPlanSlider .boxPlanSliderPager {
        margin-top: 1rem;
    }
    .secPlanSlider .swiper {
        height: 20rem;
        padding: 0;
    }
    
}
.secPlanDetails .txtDate,
.secPlanDetails .txtTime,
.secPlanDetails .txtPlace {
    font-size: var(--pcFontSize13); 
    letter-spacing: var(--pcLetterSpacing50);
    line-height: calc(24 / 13);
}

@media only screen and (max-width: 1215px) {
    .secPlanDetails .topContent .txtTitle {
        font-size: var(--spFontSize16);
        letter-spacing: var(--spLetterSpacing100);
        line-height: calc(28 / 16);
        margin-bottom: 1.6rem;
    }
    .secPlanDetails .txtDate, 
    .secPlanDetails .txtTime, 
    .secPlanDetails .txtPlace {
        font-size: var(--spFontSize12);
        letter-spacing: var(--spLetterSpacing50);
        line-height: calc(24 / 12);
    }
    .secPlanDetails .topContent {
        padding-bottom: 2.5rem;
        margin-bottom: 0.4rem;
    }
    .secPlanSlider .swiper-slide {
        padding: 0.2rem 3rem;
        box-sizing: border-box;
        height: 100%;
    }
}

/*-----------------------------------------------
    secEventContent
-----------------------------------------------*/
.secEventContent {
    margin-bottom: 5rem;
    border-bottom: 0.1rem solid var(--borderColor);
    padding-bottom: 9rem;
}

.secEventContent .tblEventInfo {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    border: 0.1rem solid var(--borderColor);
}

.secEventContent .tblEventInfo th,
.secEventContent .tblEventInfo td {
    border: 0.1rem solid var(--borderColor);
    vertical-align: middle;
}

.secEventContent .tblEventInfo th {
    width: 18rem;
    background: var(--ColorTagBg);
    text-align: center;
    font-weight: normal;
    font-size: var(--pcFontSize15);
    letter-spacing: var(--pcLetterSpacing50);
    line-height: calc(30 / 15);
    padding: 2rem 1.5rem;
}

.secEventContent .tblEventInfo td {
    background: var(--whiteColor);
    text-align: left;
    font-size: var(--pcFontSize15);
    letter-spacing: var(--pcLetterSpacing50);
    line-height: calc(30 / 15);
    padding: 2rem 3rem;
}

@media only screen and (max-width: 1215px) {
    .secEventContent {
        margin-bottom: 2.5rem;
        padding-bottom: 4.3rem;
    }

    .secEventContent .tblEventInfo th {
        width: 10rem;
        font-size: var(--spFontSize13);
        letter-spacing: var(--spLetterSpacing50);
        line-height: calc(22 / 13);
        padding: 1.3rem 0.5rem 1.2rem;
    }

    .secEventContent .tblEventInfo td {
        font-size: var(--spFontSize13);
        letter-spacing: var(--spLetterSpacing50);
        line-height: calc(22 / 13);
        padding: 1.5rem 1.5rem 1rem;
    }
}

/*-----------------------------------------------
    eventInfoBnr
-----------------------------------------------*/
.eventInfoBnr {
    margin-top: 5rem;
    padding-bottom: 10rem;
}

.eventInfoBnr .item {
    width: 100%;
}

.eventInfoBnr .inner {
    position: relative;
    display: block;
    overflow: hidden;
    color: var(--whiteColor);
    text-decoration: none;
}

.eventInfoBnr .imgBox {
    position: absolute;
    inset: 0;
}

.eventInfoBnr .imgBox .img100 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.eventInfoBnr .txtBox {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 40rem;
    padding: 4rem 3rem;
    box-sizing: border-box;
}

.eventInfoBnr .txtSubTitle {
    margin: 0 0 3.2rem;
    font-size: var(--pcFontSize22);
    letter-spacing: var(--pcLetterSpacing200);
    font-weight: bold;
}

.eventInfoBnr .txtLabel {
    margin: 0 0 2rem;
    font-size: var(--pcFontSize30);
    letter-spacing: 0.03em;
    font-weight: 200;
}

.eventInfoBnr .txtTitle {
    margin: 0 0 1.5rem;
    font-size: var(--pcFontSize18);
    letter-spacing: var(--pcLetterSpacing200);
    font-weight: bold;
}
.eventInfoBnr .txtHeading {
    margin: 0 0 2rem;
    font-size: var(--pcFontSize45);
    letter-spacing: var(--pcLetterSpacing50);
    font-weight: bold;
}

.eventInfoBnr .txtLead {
    margin: 0 0 3rem;
    font-size: var(--pcFontSize20);
    letter-spacing: var(--pcLetterSpacing200);
    line-height: calc(36 / 20);
    font-weight: bold;
}

.eventInfoBnr .bnrBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    min-width: 40rem;
    padding: 1rem;
    min-height: 7rem;
    box-sizing: border-box;
    background: #ff6600;
    color: var(--whiteColor);
    font-size: var(--pcFontSize18);
    letter-spacing: var(--pcLetterSpacing100);
    font-weight: bold;
}

.eventInfoBnr .bnrBtnTxt {
    text-align: center;
}

.eventInfoBnr .bnrBtn .arrowIcon {
    flex-shrink: 0;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background: var(--whiteColor);
    position: relative;
    border: none;
}

.eventInfoBnr .bnrBtn .arrowIcon::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0.8rem;
    height: 0.1rem;
    margin-left: -0.4rem;
    transform: translateY(-50%);
    background: #ff6600;
}

.eventInfoBnr .bnrBtn .arrowIcon::after {
    content: "";
    position: absolute;
    left: calc(50% - 0.2rem);
    top: 50%;
    width: 0.5rem;
    height: 0.5rem;
    border-top: 0.1rem solid #ff6600;
    border-right: 0.1rem solid #ff6600;
    transform: translateY(-50%) rotate(45deg);
    box-sizing: border-box;
}


@media only screen and (max-width: 1215px) {
    .eventInfoBnr {
        margin-top: 3rem;
        padding-bottom: 5rem;
    }

    .eventInfoBnr .list {
        gap: 1.5rem;
        justify-content: space-between;
    }

    .eventInfoBnr .inner {
        height: 100%;
        padding: 0;
    }
    .eventInfoBnr .txtBox {
        height: 18rem;
        padding: 0.5rem;
    }

    .eventInfoBnr .txtTitle {
        font-size: var(--spFontSize12);
        letter-spacing: var(--spLetterSpacing50);
        margin-bottom: 1rem;
        font-weight: bold;
    }

    .eventInfoBnr .txtSubTitle {
        font-size: var(--spFontSize12);
        letter-spacing: var(--spLetterSpacing100);
        margin-bottom: 1.5rem;
    }

    .eventInfoBnr .txtLabel {
        font-size: var(--spFontSize15);
        margin-bottom: 1rem;
        font-weight: 400;
    }

    .eventInfoBnr .txtHeading {
        font-size: var(--spFontSize18);
        margin-bottom: 1.2rem;
        letter-spacing: var(--spLetterSpacing50);
    }

    .eventInfoBnr .txtLead {
        font-size: var(--spFontSize10);
        letter-spacing: var(--spLetterSpacing50);
        margin-bottom: 1.5rem;
        max-width: none;
    }

    .eventInfoBnr .bnrBtn {
        min-width: 26.5rem;
        width: auto;
        max-width: 26.5rem;
        min-height: 4.6rem;
        font-size: var(--spFontSize12);
    }

    .eventInfoBnr .bnrBtn .arrowIcon {
        width: 1.5rem;
        height: 1.5rem;
    }
    .eventInfoBnr .bnrBtn .arrowIcon::before {
        width: 0.6rem;
        height: 0.1rem;
    }
    .eventInfoBnr .bnrBtnTxt {
        position: relative;
        top: 0.2rem;
    }
    .eventInfoBnr .item {
        width: 100%;
    }
}


/*-----------------------------------------------
    secEntry
-----------------------------------------------*/
.secEntry {
    margin-bottom: 3.9rem;
}
@media only screen and (max-width: 1215px) {
    .secEntry {
        margin-bottom: 1rem;
    }
}
/*-----------------------------------------------
    secPoint
-----------------------------------------------*/
.secPoint {
    display: flex;
    gap: 5rem;
    justify-content: space-between;
    margin-bottom: 6rem;
    padding: 5rem;
    box-shadow: 0px 0px 0.5rem 0.06rem rgba(0, 0, 0, 0.15);
}
.secPoint .boxImg{
    width: 16rem;
    flex-shrink: 0;
}
.secPoint .imgStaff{
    position: relative;
    aspect-ratio: 160 / 160;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 1.5rem;
}
.secPoint .boxNameInner{
    text-align: center;
}
.secPoint .boxNameInner .txtName{
    font-size: var(--pcFontSize16);
    letter-spacing: var(--pcLetterSpacing100);
    margin-bottom: 1rem;
    font-weight: bold;
}
.secPoint .boxNameInner .txtPosition{
    font-size: var(--pcFontSize11 );
    letter-spacing: var(--pcLetterSpacing100);
    font-weight: bold;
}
.secPoint .titSummary {
    font-size: var(--pcFontSize20);
    letter-spacing: var(--pcLetterSpacing100);
    font-weight: bold;
    margin-bottom: 2.5rem;
    position: relative;
    color: var(--orangeColor);
}
.secPoint .titSummary::before {
    content: "";
    position: absolute;
    right: 0;
    top: 1rem;
    width: calc(100% - 30rem);
    height: 0.1rem;
    background: var(--borderColor);
}
.secPoint .txtSummary {
    font-size: var(--pcFontSize15);
    letter-spacing: var(--pcLetterSpacing50);
    line-height: calc(30 / 15);
}
@media only screen and (max-width: 1215px) {
    .secPoint {
        margin-bottom: 6rem;
        padding: 3rem 2rem;
        flex-direction: column-reverse;
        gap: 0;
    }
    .secPoint .titSummary {
        font-size: var(--spFontSize14);
        letter-spacing: var(--pcLetterSpacing50);
        margin-bottom: 1.5rem;
        order: 4;
        text-align: center;
    }
    .secPoint .txtSummary {
        font-size: var(--spFontSize12);
        letter-spacing: var(--spLetterSpacing50);
        line-height: calc(22 / 12);
        order: 1;
    }
    .secPoint .titSummary::before {
        display: none;
    }
    .secPoint .boxNameInner .txtName {
        font-size: var(--spFontSize13);
        letter-spacing: var(--spLetterSpacing50);
        margin-bottom: 1rem;
    }
    .secPoint .boxNameInner .txtPosition {
        font-size: var(--spFontSize11);
        letter-spacing: var(--spLetterSpacing50);
    }
    .secPoint .boxTxt {
        display: contents;
    }
    .secPoint .boxImg {
        display: contents;
        width: 10rem;
    }
    .secPoint .imgStaff {
        order: 3;
        width: 10rem;
        margin: 0 auto 1.5rem;
    }
    .secPoint .boxNameInner {
        order: 2;
        margin-bottom: 1rem;
    }
}

/*-----------------------------------------------
    secMap
-----------------------------------------------*/
.secMap {
    margin-bottom: 9rem;
}

.secMapHead {
    margin-bottom: 3rem;
}

.secMap .boxMapTitRow {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 1rem;
}

.secMap .titMapEn {
    flex-shrink: 0;
    font-size: var(--pcFontSize50);
    letter-spacing: var(--pcLetterSpacing30);
    color: var(--orangeColor);
    font-weight: 200;
}

.secMap .lineMapTit {
    height: 0.1rem;
    background: var(--orangeColor);
    width: 10rem;
    display: inline-block;
}

.secMap .titMapJp {
    font-size: var(--pcFontSize20);
    letter-spacing: var(--pcLetterSpacing100);
    font-weight: bold;
}

.secMap .boxMap {
    width: 100%;
    overflow: hidden;
}

.secMap .boxMap iframe {
    display: block;
    width: 100%;
    height: 50rem;
    border: 0;
}

.secMap .txtMapNote {
    margin-top: 3.5rem;
    text-align: center;
    font-size: var(--pcFontSize15);
    letter-spacing: var(--pcLetterSpacing50);
    line-height: calc(30 / 15);
    color: var(--textColor);
}

@media only screen and (max-width:1215px) {
    .secMap {
        margin-bottom: 5rem;
    }

    .secMapHead {
        margin-bottom: 2rem;
    }

    .secMap .boxMapTitRow {
        gap: 1rem;
        margin-bottom: 0.8rem;
    }

    .secMap .titMapEn {
        font-size: var(--spFontSize30);
        letter-spacing: var(--spLetterSpacing30);
    }
    .secMap .lineMapTit {
        width: 3.5rem;
    }

    .secMap .titMapJp {
        font-size: var(--spFontSize13);
        letter-spacing: var(--spLetterSpacing100);
    }

    .secMap .boxMap iframe {
        height: 28rem;
    }

    .secMap .txtMapNote {
        margin-top: 1rem;
        font-size: var(--spFontSize10);
        letter-spacing: var(--spLetterSpacing50);
        line-height: calc(20 / 10);
    }
}

/*-----------------------------------------------
    secBackBtn
-----------------------------------------------*/
.secBackBtn {
    display: flex;
    justify-content: center;
    margin-top: 0 !important;
    padding-bottom: 0;
    margin-bottom: 0rem;
}

.secBackBtn .btnBackList {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    width: 30rem;
    height: 5.5rem;
    box-sizing: border-box;
    color: var(--textColor);
    font-size: var(--pcFontSize14);
    letter-spacing: var(--pcLetterSpacing100);
    text-decoration: none;
    border: 0.1rem solid var(--borderColor);
    font-weight: bold;
    background: var(--whiteColor);
}

.secBackBtn .btnBackListIcon {
    position: relative;
    flex-shrink: 0;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background: var(--textColor);
}

.secBackBtn .btnBackListIcon::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0.7rem;
    height: 0.1rem;
    margin-left: -0.45rem;
    transform: translateY(-50%);
    background: var(--whiteColor);
}

.secBackBtn .btnBackListIcon::after {
    content: "";
    position: absolute;
    left: calc(50% + -0.2rem);
    top: 50%;
    width: 0.4rem;
    height: 0.4rem;
    border-top: 0.1rem solid var(--whiteColor);
    border-right: 0.1rem solid var(--whiteColor);
    transform: translateY(-50%) rotate(45deg);
    box-sizing: border-box;
}

@media only screen and (max-width:1215px) {
    .secBackBtn {
        margin: 0 auto 0;
        padding-bottom: 6rem;
    }

    .secBackBtn .btnBackList {
        width: 20rem;
        max-width: 100%;
        height: 4.4rem;
        font-size: var(--spFontSize12);
        letter-spacing: var(--spLetterSpacing50);
    }
}
/*-----------------------------------------------
    secContent
-----------------------------------------------*/
.secContent{
    margin-top: 6rem;
    margin-bottom: 4.3rem;
}
.secContent .txtContentTitle{
    font-size: var(--pcFontSize24);
    font-weight: bold;
}
.secContent .txtContentText{
    font-size: var(--pcFontSize15);
    letter-spacing: var(--pcLetterSpacing50);
    line-height: calc(30 / 15);
    margin-top: 2.2rem;
}
@media only screen and (max-width:1215px) {
    .secContent{
        margin-top: 2.2rem;
        margin-bottom: 2.3rem;
    }
    .secContent .txtContentTitle{
        font-size: var(--spFontSize14);
        line-height: calc(24 / 14);
    }
    .secContent .txtContentText{
        font-size: var(--spFontSize12);
        line-height: calc(22 / 12);
        margin-top: 1rem;
    }
}
@media only screen and (max-width: 1215px) {
    .secCmnBnr .txtLabel {
        line-height: calc(18 / 13);
    }
}
.secReservation{
    margin-top: 4rem;
}
.secCmnBnr .txtBox.Reservation .txtLabel {
    font-size: var(--pcFontSize30);
}
.secCmnBnr .txtBox.Reservation .txtHeading{
    font-size: var(--pcFontSize60);
}
.secCmnBnr .txtBox.Reservation .txtLead {
    font-size: var(--pcFontSize22);
    line-height: calc(45 / 22);
}
.secCmnBnr .txtBox.Reservation .bnrBtn {
    min-width: 58rem;
    padding: 1rem;
    min-height: 9rem;
}
.secCmnBnr .imgBox {
    position: absolute;
    inset: 0;
}
@media only screen and (max-width: 1215px) {
    .secReservation{
        margin-top: 1.5rem;
    }
    .secCmnBnr .txtBox.Reservation {
        height: 22rem;
    }
    .secCmnBnr .txtBox.Reservation .txtLabel {
        font-size: var(--spFontSize18);
        margin-bottom: 1rem;
        font-weight: 400;
    }
    .secCmnBnr .txtBox.Reservation .txtHeading{
        font-size: var(--spFontSize24);
    }
    .secCmnBnr .txtBox.Reservation .txtLead {
        font-size: var(--spFontSize12);
        line-height: calc(20 / 12);
    }
    .secCmnBnr .txtBox.Reservation .bnrBtn {
        min-width: 0;
        width: 100%;
        max-width: 26.5rem;
        padding: 1rem;
        min-height: 4.6rem;
    }
}