#newsCol .newsColInner .newsTit {
    display: none;
}
.anchorLink {
    margin: 0!important;
    padding: 0!important;
    position: relative;
    & > [id] {
        position: absolute;
        top: calc((24vw + 20px) * -1);
        left: 0;
        z-index: 1000;
    }
}
time {
    display: inline-block
}
.txt_bold {
    font-weight: 700
}
.red {
    color: #e4007f
}
.notes {
    padding-left: 1em;
    text-indent: -1em
}
.flex-layout {
    display: flex
}
.table-layout {
    display: table
}
.table-layout > * {
    display: table-cell
}
.enter_notes {
    margin-top: 30px;
    padding: 1em;
    border: 2px solid #e4007f;
    color: #e4007f;
    font-weight: 700;
    text-align: center
}
.entry_select {
    display: flex;
    justify-content: center;
    margin: 30px 0;
    flex-wrap: wrap;
    & li {
        width: 100%;
        margin: 0;
        padding: .5em;
        font-size: 85%
    }
    & li a {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: .5em 1.5em .5em 1em;
        white-space: normal;
        word-break: keep-all;
        font-family: serif;
        font-weight: 700
    }
}
[id^="entry_group"] {
    margin: calc(min(12.5vw, 80px) + 1em) 0 0;
    padding: min(5vw, 40px);
    border: 1px solid #000;
    &:has(h2.imgTitle) {
        margin-top: calc(min(18.5vw, 120px) + 1em);
    }
    .entry_group_title {
        margin: calc((min(5vw, 32px) + min(5vw, 40px)) * -1) calc(min(2.5vw, 20px) * -1) 0;
        padding: 0
    }
    .entry_group_title .wm-h2 {
        display: block;
        margin: 0!important;
        padding: min(2.5vw, 16px) .7em!important;
        font-size: 123%!important;
        line-height: min(5vw, 32px)!important
    }
    .entry_group_title:has(.imgTitle) {
        margin: calc(((min(6vw, 64px) / 2) + min(5vw, 40px) + 1em) * -1) calc(min(2.5vw, 20px) * -1) 0;
        padding-bottom: 1em;
        text-align: center;
    }
    .entry_group_title .imgTitle {
        display: inline-block;
        margin: 0 auto;
        padding: 1em min(3vw, 40px);
        font-size: 100%;
        line-height: 1;
        background: #fff;
    }
    .entry_group_title .imgTitle img {
        width: auto;
        height: min(6vw, 64px);
    }
    .wm-h3 small {
        margin-left: .5em
    }
    .wm-h3 small::before {
        content: "※"
    }
    & p {
        padding-top: .75em!important
    }
    & p.notes {
        margin-top: .5em!important;
        padding-top: 0!important;
        font-size: 75%
    }
    & p.notes + p.notes {
        margin-top: 0!important
    }
    & p.notes small {
        font-size: 100%
    }
    & :is(ol, ul) {
        margin-top: .75em!important
    }
    & figure {
        margin: 1em min(4vw, 40px);
    }
    & figure img {
        width: auto;
        max-width: 100%;
    }
}
.entry_group_ol_wm-list {
    counter-reset: listnum;
    list-style: none;
    & li {
        margin-left: 2.1em;
        position: relative
    }
    & li::before {
        counter-increment: listnum;
        content: counter(listnum);
        display: block;
        width: 1.5em;
        line-height: 1.5;
        position: absolute;
        top: .1em;
        left: -1.8em;
        background: #000;
        border-radius: 100%;
        color: #fff;
        font-size: 115%;
        font-weight: 700;
        text-align: center
    }
    & li h4 {
        margin-top: 30px!important;
        word-break: keep-all
    }
    & li + li h4 {
        margin-top: 40px!important
    }
}
li p {
    .btn {
        display: inline-block!important;
        padding: 1em 2.3em 1em 1.5em!important;
        font-family: serif;
        font-weight: 700;
    }
    .btn[href*="#nolink"] {
        filter: grayscale(1) brightness(.7);
        opacity: .7;
        pointer-events: none!important
    }
    &:has(.btn[href*="#comingsoon"])::after,
    &:has(.btn[href*="#end"])::after {
        display: block;
        width: 10em;
        background: #000;
        border-radius: 2em;
        content: "";
        color: #fff;
        font-size: 83%;
        font-weight: 700;
        line-height: 2;
        margin: calc(-1em + 1px) auto .3em;
        padding: 0;
        position: relative;
        text-align: center
    }
    &:has(.btn[href*="#comingsoon"])::after {
        content: "COMING SOON"
    }
    &:has(.btn[href*="#end"])::after {
        content: "終了しました"
    }
}
.invitation_ticket {
    display: block;
    font-weight: 700
}
.entry_group_li_wm-list li + li {
    margin-top: 1em
}
.entry_group_dl dt {
    font-weight: 700
}
.admission_time {
    margin: 0 .3em;
    color: #00a0e9;
    font-weight: 700
}
.txt_bold + .admission_time {
    margin-left: -.3em;
    font-weight: 700
}
.period {
    margin: 1em 0 0
}
.period_group {
    display: table;
    align-items: center;
    height: 100%;
    margin-top: .75em;
    & :is(dd, dt) {
        display: table-cell;
        padding: .2em .7em;
        vertical-align: middle
    }
    & dt {
        background: #f6e2a7;
        border-radius: .3em;
        font-weight: 700;
        white-space: nowrap
    }
    & dd {
        padding-right: 0;
        .flex-layout {
            flex-wrap: wrap
        }
        .flex-layout + .flex-layout {
            margin-top: .3em!important
        }
        .flex-layout p {
            width: 100%;
            padding: 0!important
        }
        .flex-layout p:nth-child(2) {
            padding-left: 1em!important;
            background: linear-gradient(to right, transparent .1em, #ccc .1em, #ccc .4em, transparent .4em)
        }
    }
}
.entry_btn {
    flex-wrap: wrap;
    padding-top: min(4%, 40px)!important;
    & li {
        width: 100%;
        text-align: center
    }
    & .btn {
        width: 100%;
        word-break: keep-all
    }
}
.annotation {
    margin: 0;
    padding: calc(60px + 1em) 0 1em;
    & dt {
        font-size: 128%;
        font-weight: 700
    }
    & dd {
        margin: 1em 0 0
    }
}
.annotation_inner > li {
    padding: 0 0 0 1em;
    text-indent: -1em;
    & + li {
        margin: .5em 0 0
    }
    .wm-list {
        margin-top: 0!important
    }
    .wm-list li {
        text-indent: 0;
        margin-top: .3em
    }
}
#jjw1stAnni__header {
    margin: 0;
    .header-kv {
        margin: -2em -1.5em 0;
        padding: 0;
        overflow: hidden
    }
    .header-kv img {
        width: calc(100% + 4px);
        margin: -2px -2px 0;
    }
    .header-text {
        margin: 1.5em 0 0;
        font-size: 128.5%;
        font-weight: bold;
        line-height: 1.8;
        text-align: center;
        & span {
            display: block
        }
        .more-check {
            display: inline-block;
            margin: .5em 0 0;
            border-bottom: 4px solid #e4007f;
        }
    }
}
:is(#entry_group_newlydrawn, #entry_group_newlydesigned) figure {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
#entry_group_newlydrawn figure {
    max-width: 1000px;
}
.jjw1stAnni-text span {
    display: block;
}
.jjw1stAnni-text + .annotation {
    padding: 0;
}
.experience-image.flex-layout {
    flex-wrap: wrap;
    @media (min-width: 749px) {
        flex-wrap: nowrap;
    }
}
.experience-image.flex-layout > * {
    width: auto;
    margin: 1em min(3vw, 30px);
}
#jjw1stAnni__goodsSlider {
    display: none;
    margin: 1em 0 0;
    & img {
        width: auto;
        max-width: 100%;
    }
    .slide-controle {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 15px 0;
    }
    .slick-dots {
        order: 2;
        display: flex;
        justify-content: center;
        flex-flow: row wrap;
        line-height: 0;
        margin: 0 !important;
        padding: 0 20px;
        & > li {
            width: 20px;
            height: 20px;
            margin: 0 min(1.2vw, 6px);
        }
        & > li button {
            width: 100%;
            height: 100%;
            margin: 0;
            padding: 0;
            background-clip: padding-box;
            border: 3px solid transparent;
            cursor: pointer;
            position: relative;
            overflow: hidden;
            text-indent: 100%;
            white-space: nowrap;
        }
    }
    & :is(.slick-prev, .slick-next) {
        display: block;
        width: 18px;
        height: 18px;
        margin: 0;
        padding: 0;
        position: relative;
        top: auto;
        bottom: 0;
        &::before {
            background: none;
            border: 5px solid #898989;
            box-sizing: border-box;
            rotate: -45deg;
            left: auto;
            right: auto;
        }
    }
    .slick-prev {
        order: 1;
        left: 0;
        &::before {
            border-width: 5px 0 0 5px;
            left: 5px;
        }
    }
    .slick-next {
        order: 3;
        right: 0;
        &::before {
            border-width: 0 5px 5px 0;
            right: 5px;
        }
    }
}
.goods-loading {
    margin: 0;
    padding: 10% 0;
    color: #999;
    font-weight: bold;
    position: relative;
    text-align: center;
    z-index: 1;
    &::before {
        animation: loadingAnime 1s linear infinite;
        content: "";
        width: 4em;
        height: 4em;
        border: 3px solid #eee;
        border-bottom-color: transparent;
        border-radius: 100%;
        box-sizing: border-box;
        position: absolute;
        top: calc(50% - 2em);
        left: calc(50% - 2em);
        z-index: -1;
    }
}
@keyframes loadingAnime {
    0% {
        rotate: 0.03deg;
    }
    100% {
        rotate: 360deg;
    }
}
.slider-image {
    width: 55vw;
    max-width: 480px;
    margin: 0;
    padding: 0 min(2.5vw, 30px);
}
.experience-image + .experience-image,
.goods-image + .goods-image,
.food-image + .food-image {
    margin-top: 2em;
}
:is(.experience-image, .goods-image, .food-image) {
    & img {
        display: block;
        margin: 0 auto;
        width: 100% !important;
        max-width: 800px !important;
    }
    &.zoom-modal {
        position: relative;
    }
    &.zoom-modal::after {
        content: "▲ 画像をクリックで拡大";
        @media (max-width: 748px) {
            content: "▲ 画像をタップで拡大";
        }
        display: block;
        margin-top: .5em;
        padding: .2em .5em;
        background: #eee;
        border-radius: .3em;
        font-size: 66.6%;
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translate(-50%, 0);
    }
    &.zoom-modal img {
        cursor: pointer;
        transition: .3s;
    }
    &.zoom-modal:has(img:hover) img {
        opacity: .8;
        scale: 1.02;
    }
}
:is(.experience-image, .goods-image, .food-image).zoom-modal {
    margin-bottom: 2.5em;
}
.interior-image img {
    display: block;
    margin: 0 auto;
    width: 100% !important;
    max-width: 800px !important;
}
.and_more {
    margin-top: min(12.5vw, 80px);
    font-size: min(6vw, 300%);
    font-weight: bold;
    text-align: center;
}
@media (min-width:749px) {
    .anchorLink > [id] {
        top: calc((20vw + 20px) * -1)
    }
    .entry_select {
        flex-wrap: nowrap
    }
    .entry_select li {
        width: calc(100% / 3);
        font-size: 100%
    }
    [id^="entry_group"] .entry_group_title .wm-h2 {
        display: inline-block;
        font-size: 171%!important
    }
    .entry_group_ol_wm-list li::before {
        color: #fff;
        font-size: 135%
    }
    li p .btn {
        font-size: 120%
    }
    .invitation_ticket {
        display: inline-block
    }
    .invitation_ticket + .invitation_ticket::before {
        content: "／";
        margin-right: .25em
    }
    .period_group dd .flex-layout {
        flex-wrap: nowrap;
        & p {
            width: auto
        }
        & p:nth-child(2) {
            padding-left: 0!important;
            background: 0 0
        }
    }
    .entry_btn {
        margin-left: -.5em;
        margin-right: -.5em;
        flex-wrap: nowrap;
        & li {
            width: 100%;
            margin-left: .5em;
            margin-right: .5em
        }
    }
}
@media (min-width:1000px) {
    .anchorLink > [id] {
        top: calc((7.5vw + 120px) * -1)
    }
    .enter_notes {
        margin-top: 30px
    }
}
@media (min-width:1301px) {
    .anchorLink > [id] {
        top: -200px
    }
}
.zoom-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / .8);
    z-index: 10000;
}
.zoom-modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 86vw;
    max-height: 86vh;
}
.zoom-modal-content img {
    width: auto;
    height: auto;
    max-width: 86vw;
    max-height: 86vh;
    display: block;
}
.zoom-modal-close {
    display: block;
    width: 36px;
    height: 36px;
    margin: 0;
    padding: 0;
    background: #000;
    border: 2px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    overflow: hidden;
    position: absolute;
    top: -18px;
    right: -18px;
    text-indent: 100%;
}
.zoom-modal-close::before,
.zoom-modal-close::after {
    content: "";
    display: block;
    width: 20px;
    height: 4px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
}
.zoom-modal-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.zoom-modal-close::after {
    transform: translate(-50%, -50%) rotate(135deg);
}

