@media (max-width: 768px) {
    .sp-hidden {
        display: none;
    }
}
@media (min-width: 769px) {
    .pc-hidden {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    body.events-template-default {
        padding-top: 0 !important;
    }
}

.site_contents {
    padding-top: 170px;
    background-color: #F5F4F2;
    min-width: unset !important;
}
.site_contents.shinjuku_contents {
    padding-top: 0;
}
@media screen and (max-width: 768px) {
    .site_contents {
        padding-top: 82px;
    }
}
.header {
    box-shadow: 0 4px 4px 0 rgba(0,0,0,0.1);
}





.event-container {
    /* 1311 + 24 + 24 = 1359px */
    max-width: calc( 1359px + 32px );
    margin: 0 auto 120px auto;
    position: relative;
    /* overflow: hidden; */
    padding-top: 32px;
    padding-inline: 16px;
    box-sizing: border-box;
}
@media screen and (max-width: 1359px) {
    body:not(".events-template-default") .event-container {
        max-width: 768px;
    }
}
@media (max-width: 768px) {
    .event-container {
        padding: 0 16px;
        margin-bottom: 80px;
    }
}
.event-container .event-pankz:last-child {
    margin-bottom: 0;
}
@media (max-width: 768px) {
    .event-container .event-pankz:last-child {
        font-size: 10px;
    }
}

.event-illust1 {
    position: absolute;
    bottom: 0;
    right: 287px;
}
.event-illust2 {
    position: absolute;
    bottom: 0;
    right: 30px;
}

@media (max-width: 1359px) and (min-width:769px) {
    .event-illust1 {
        width: 107px;
        right: 177px;
    }
}
@media (max-width: 1359px) and (min-width:769px) {
    .event-illust2 {
        width: 156px;
        right: 0;
    }
}

@media (max-width: 768px) and (min-width:641px) {
    .event-illust1 {
        width: 13.91vw;
        right: 23.01vw;
    }
}
@media (max-width: 768px) and (min-width:641px) {
    .event-illust2 {
        width: 20.28vw;
        right: 0;
    }
}

@media (max-width: 768px) {
    .event-illust1 {
        width: 41.33vw;
        right: 7vw;
        max-width: 155px;
    }
}
@media (max-width: 768px) {
    .event-illust2 {
        display: none;
    }
}

/* @media (max-width: 1359px) and (min-width:641px) {
    .event-illust1 {
        right: 21.89vw;
        transform: scale(calc(100vw / 1359px));
        transform-origin: bottom right;
    }
} */



/* @media (max-width: 1359px) and (min-width:641px) {
    .event-illust2 {
        right: 2.28vw;
        transform: scale(calc(100vw / 1359px));
        transform-origin: bottom right;
    }
} */

.event-pankz-rap {
    width: 100%;
    overflow-x: scroll;

  scrollbar-width: none;
  -ms-overflow-style: none;
}
.event-pankz-rap::-webkit-scrollbar {
  display: none;
}

.event-pankz {
    display: flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    margin: 0 0 48px 0;
    padding: 8px 24px;
    background: #fff;
    border-radius: 18px;
    list-style: none;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: normal;
    color: #231815;
    white-space: nowrap;
}
.event-pankz li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}
.event-pankz li:not(:last-child)::after {
    content: '>';
}
.event-pankz a {
    color: inherit;
    text-decoration: none;
}
.event-pankz a:hover {
    text-decoration: underline;
}
@media screen and (max-width: 768px) {
    .event-pankz {
        padding: 4px 8px;
        font-size: 10px;
    }
}

.event-pagetitle-rap {
    padding-bottom: 48px;
    position: relative;
}
.event-pagetitle {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    color: #000;
    text-align: center;
    line-height: normal;
}
@media (max-width: 768px) {
    .event-pagetitle {
        text-align: left;
        align-items: baseline;
    }
}
.event-pagetitle_en {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 800;
    font-size: 40px;
}
.event-pagetitle_jp {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 16px;
}
@media (max-width: 768px) {
    .event-pagetitle_en {
        font-size: 30px;
    }
    .event-pagetitle_jp {
        font-size: 14px;
    }
}

.event-search {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #5db5a3;
    border-radius: 30px;
    margin: 0 0 48px 0;
}

/* 開閉トグル（条件で絞り込む） */
.event-search-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    background: none;
    border: none;
    padding: 16px 48px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}
.event-search-toggle:hover {
    background: #231815;
    border-radius: 30px;
}
@media (max-width:640px) {
    .event-search-toggle:hover {
        background: none;
    }
}

.event-search-toggle_icon {
    display: inline-block;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
    transition: transform 0.35s ease;
}
.event-search-toggle[aria-expanded="true"] .event-search-toggle_icon {
    transform: rotate(180deg);
}

/* 検索フォーム本体（開閉パネル） */
.event-search .search-form {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
    max-height: 0;
    margin-top: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.45s ease, opacity 0.3s ease, margin-top 0.45s ease;
}
.event-search .search-form.is-open {
    max-height: 4000px;
    margin-top: 16px;
    opacity: 1;
    transition: max-height 0.5s ease, opacity 0.4s ease 0.1s, margin-top 0.5s ease;
}

.event-search .search-row {
    display: flex;
    align-items: flex-start;
    gap: 32px;
    padding: 0 48px;
}
@media (max-width: 768px) {
    .event-search .search-row {
        display: block;
        padding: 0 16px;
    }
}

.event-search .search-row_label {
    flex-shrink: 0;
    width: 90px;
    margin: 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
}
@media (max-width: 768px) {
    .event-search .search-row_label {
        margin-bottom: 16px;
    }
}
.event-search .search-row_body {
    flex: 1 1 0%;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 32px;
    border-left: 1px solid #fff;
}
@media (max-width: 768px) {
    .event-search .search-row_body {
        padding-left: 0;
        border: none;
    }
}

.event-search .region-row {
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 10px;
    width: 100%;
}
@media (max-width: 768px) {
    .event-search .region-row {
        display: block;
    }
}

.event-search .region-label {
    flex-shrink: 0;
    width: 50px;
    margin: 0;
    padding-top: 10px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
}
@media (max-width: 768px) {
    .event-search .region-label {
        padding-top: 0;
        margin-bottom: 8px;
    }
}

.event-search .filter-btns {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 6px;
    flex: 1 1 auto;
}
.event-search .filter-btn, .event-search .quick-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 20px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #231815;
    white-space: nowrap;
    cursor: pointer;
    line-height: 1;
}
.event-search .filter-btn:hover, .event-search .quick-btn:hover,
.event-search .filter-btn.is-active {
    background: #231815;
    color: #fff;
    border-color: #231815;
}
.event-search .filter-btn.is-active, .event-search .quick-btn.is-active {
    background: #231815;
    border-color: #231815;
    color: #fff;
}

.event-search .date-input {
    display: block;
    box-sizing: border-box;
    width: 256px;
    max-width: 100%;
    height: 39px;
    padding: 0 40px 0 16px;
    background: #fff url('../img/ico_calendar.svg') no-repeat right 16px center;
    background-size: 18px auto;
    border: none;
    border-radius: 4px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    color: #231815;
    cursor: pointer;
}

.event-search .search-check {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    margin: 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}
.event-search .search-check input[type="checkbox"] {
    width: 14px;
    height: 14px;
    margin: 0;
    accent-color: #fff;
    cursor: pointer;
}

.event-search .search-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
}
.event-search .search-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: calc(100% - 96px);
    padding: 16px 0;
    background: #fff;
    border: none;
    border-radius: 30px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #231815;
    cursor: pointer;
}
@media (max-width: 768px) {
    .event-search .search-submit {
        width: calc(100% - 32px);
    }
}
.event-search .search-submit:hover {
    background: #231815;
    color: #fff;
}
.event-search .search-submit_icon {
    width: 26px;
    height: 26px;
    display: block;
}

.event-search .reset-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 14px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}

.event-search .reset-link:hover .underline {
    text-decoration: underline;
}

.event-search .search-close {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    line-height: 35px;
    padding: 0 10px 16px;
    background: none;
    border: none;
    border-radius: 14px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.event-pager {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 48px;
}
.event-pager_list {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}
@media (max-width: 768px) {
    .event-pager_list li:nth-child(3),.event-pager_list li:nth-child(4) {
        /* display: none; */
    }
}
.event-pager_arrow {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #231815;
    text-decoration: none;
    cursor: pointer;
}
.event-pager_item {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #dedede;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #231815;
    text-decoration: none;
}
.event-pager_item:hover {
    background: #5db5a3;
    border-color: #5db5a3;
    color: #fff;
}
.event-pager_item.is-current {
    background: #5db5a3;
    border-color: #5db5a3;
    color: #fff;
}
.event-pager_ellipsis {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #231815;
}

.event-line {
    width: 100%;
    background: url('../img/event_line_bg.png') no-repeat center center;
    background-size: cover;
    box-sizing: border-box;
}
.event-line_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    max-width: 1008px;
    margin: 0 auto;
    padding: 100px 48px;
    box-sizing: border-box;
    position: relative;
}
@media (max-width:1000px) {
    .event-line_inner {
        display: block;
    }
}
.event-line_text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    max-width: 622px;
    color: #fff;
}
.event-line_heading {
    margin: 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.4;
}
.event-line_desc {
    margin: 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    padding-bottom: 16px;
}
.event-line_btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 32px;
    background: #fff;
    border-radius: 40px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #231815;
    text-decoration: none;
}
.event-line_btn:hover {
    background: #231815;
    color: #ffffff;
}
.event-line_btn_text {
    line-height: 1.4;
}
.event-line_btn_break {
    display: none;
}
.event-line_btn_icon {
    width: 40px;
    height: auto;
    display: block;
    flex-shrink: 0;
}
.event-line_image {
    width: 300px;
    max-width: 35%;
    height: auto;
    display: block;
    flex-shrink: 0;
    position: absolute;
    bottom: 0;
    right: 0;
}
@media (max-width:1000px) {
    .event-line_image {
        position: static;
        display: block;
        margin: 48px auto -100px auto;
    }
}

@media (max-width: 768px) {
    .event-line_inner {
        padding: 48px 16px 0;
    }
    .event-line_heading {
        font-size: 24px;
    }
    .event-line_btn {
        width: 100%;
        justify-content: space-between;
        box-sizing: border-box;
    }
    .event-line_btn_break {
        display: block;
    }
    .event-line_image {
        width: 187px;
        max-width: 54%;
        margin: 32px auto 0 auto;
    }
}

.event-footer {
    background: #fff;
    padding: 120px 48px 40px;
    box-sizing: border-box;
}
.event-footer_top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    max-width: 1359px;
    margin: 0 auto;
}

.event-footer_about {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 60px;
    width: 100%;
}
.event-footer_about_img {
    flex-shrink: 0;
    width: 397px;
    max-width: 40%;
    aspect-ratio: 397 / 265;
    overflow: hidden;
}
.event-footer_about_img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.event-footer_about_body {
    display: flex;
    flex-direction: column;
    gap: 32px;
    flex: 1 1 0%;
    max-width: 551px;
}
.event-footer_about_head {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.event-footer_about_lead {
    margin: 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    color: #231815;
}
.event-footer_about_logo {
    width: 340px;
    max-width: 100%;
    height: auto;
    display: block;
}
.event-footer_about_text {
    margin: 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #231815;
}

.event-footer_nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    width: 100%;
    padding-bottom: 20px;
}
@media (max-width: 768px) {
    .event-footer_nav {
        align-items: baseline;
    }
}
.event-footer_nav_main {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.event-footer_nav_main a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #231815;
    text-decoration: none;
}
.event-footer_nav_main a:hover {
    text-decoration: underline;
}

.event-footer_nav_main img {
    width: 20px;
    height: 20px;
    display: block;
}

.event-footer_nav_sub {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 56px;
}
.event-footer_nav_sub ul {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.event-footer_nav_sub a {
    position: relative;
    display: inline-block;
    padding-left: 13px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #231815;
    text-decoration: none;
}
.event-footer_nav_sub a:hover {
    text-decoration: underline;
}
.event-footer_nav_sub a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #5DB5A3;
    transform: translateY(-50%);
}

.event-footer_ctas {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}
.event-footer_cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-sizing: border-box;
    width: 286px;
    height: 70px;
    border-radius: 40px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #231815;
    text-decoration: none;
}
.event-footer_cta img {
    display: block;
}
.event-footer_cta:hover {
    background: #231815;
    border-color: #231815;
    color: #fff;
}
.event-footer_cta-reserve {
    gap: 12px;
    background: #f8be2c;
}
.event-footer_cta-reserve img {
    width: 26px;
    height: 26px;
    object-fit: contain;
}
.event-footer_cta-catalog {
    background: #fff;
    border: 1px solid #d5d5d5;
}
.event-footer_cta-catalog img {
    width: 35px;
    height: 22px;
    object-fit: contain;
}
.event-footer_cta-line {
    background: #fff;
    border: 1px solid #d5d5d5;
}
.event-footer_cta-line img {
    width: 40px;
    height: auto;
}

.event-footer_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px;
    max-width: 1359px;
    margin: 120px auto 0;
    padding-top: 40px;
    border-top: 1px solid #dedede;
}
.event-footer_sns {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.event-footer_sns a {
    display: block;
    width: 40px;
    height: 40px;
}
.event-footer_sns img {
    width: 40px;
    height: 40px;
    display: block;
}
.event-footer_copyright {
    margin: 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    color: #231815;
}

@media (max-width: 768px) {
    .event-footer {
        padding: 80px 24px 40px;
    }
    .event-footer_top {
        gap: 40px;
    }
    .event-footer_about {
        flex-direction: column;
        gap: 40px;
    }
    .event-footer_about_img {
        width: 100%;
        max-width: 100%;
    }
    .event-footer_about_body {
        max-width: 100%;
    }
    .event-footer_nav_main {
        flex-direction: column;
        align-items: flex-start;
        gap: 22px;
        width: 220px;
        max-width: 100%;
    }
    .event-footer_nav_main:nth-child(2) {
        margin-top: -10px;
    }
    .event-footer_nav_sub {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
    }
    .event-footer_ctas {
        flex-direction: column;
        width: 100%;
        gap: 24px;
    }
    .event-footer_cta {
        width: 100%;
    }
    .event-footer_bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        margin-top: 60px;
        padding-top: 60px;
    }
}

.event-detailtitle-rap {
    position: relative;
}
.event-detailtitle {
    border-bottom: 1px solid #D5D5D5;
    padding: 28px 0 48px;
    margin-bottom: 80px;
    display: flex;
    align-items: center;
    gap: 10px;
}
@media (max-width: 768px) {
    .event-detailtitle {
        margin-bottom: 40px;
        margin-top: 0;
        padding: 40px 0;
    }
}
.event-detailtitle-rap .event-illust1 {
    position: absolute;
    bottom: 0;
    right: 170px;
    width: 86px;
}
.event-detailtitle-rap .event-illust2 {
    position: absolute;
    bottom: 0;
    right: 28px;
    width: 123px;
}
@media (max-width: 768px) {
    .event-detailtitle + .event-illust1 {
        right: 14px;
    }
}

@media screen and (max-width: 768px) {
    .event-article_gallery_slide {
        padding-bottom: 3px;
    }
}

.event-detail {
    display: grid;
    grid-template-columns: 65.3%  29.6%;
    gap: 5.1%;
}
@media (max-width: 768px) {
    .event-detail {
        display: block;
    }
}

.event-article {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: 80px;
}
.event-article_head {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    margin-bottom: 24px;
}
.event-article_status {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: unset;
}
@media (max-width: 768px) {
    .event-article_status {
        font-size: 14px;
    }
}
.event-article_status_free, .event-article_status_note {
    color: #3244b5;
}
.event-article_status_free.is-required,
.event-article_status_note.is-required {
    color: #dd1818;
}
.event-article_status_sep {
    color: #231815;
}
.event-article_title {
    margin: 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #000;
    line-height: 1.4;
}
.event-article_date {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    color: #231815;
    line-height: 1;
}
@media (max-width: 768px) {
    .event-article_date {
        font-size: 14px;
    }
}

.event-article_date_icon {
    width: 18px;
    height: 18px;
    display: block;
}
.event-article_tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    /* margin: 0 0 24px 0; */
    padding: 0;
    list-style: none;
}
.event-article_tags li {
    line-height: 1;
}
.event-article_tags a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 15px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    color: #231815;
    text-decoration: none;
}
@media (max-width: 768px) {
    .event-article_title {
        font-size: 24px;
    }
    .event-article_tags a {
        font-size: 12px;
    }
}
.event-article_tags a:hover {
    color: #ffffff;
    background: #231815;
    border: 1px solid #231815;
}

.event-article_gallery {
    width: 100%;
    max-width: calc( 800px + 38px + 38px );
    /* margin-bottom: 80px; */
    padding-inline: 38px;
    margin-top: 24px;
}
@media (max-width: 768px) {
    .event-article_gallery {
        padding-inline: 0;
    }

}
.event-article_gallery_slide {
    outline: none;
}
.event-article_gallery_img {
    width: 100%;
    aspect-ratio: 856 / 533;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    background: #fff;
}
.event-article_gallery_img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}
.event-article_gallery_caption {
    margin: 16px 0 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    color: #000;
    text-align: center;
    line-height: 1.2;
}
.event-article_gallery .slick-prev,
.event-article_gallery .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-100%);
    width: 32px;
    height: 32px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    line-height: 0;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
}
.event-article_gallery .slick-prev {
    left: 0;
}
.event-article_gallery .slick-next {
    right: 0;
}
.event-article_gallery .slick-prev:before,
.event-article_gallery .slick-next:before {
    content: '';
    display: block;
    width: 16px;
    height: 25px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='25' viewBox='0 0 16 25' fill='none'%3E%3Cpath d='M12.4942 24.9883L16 21.483L7.01133 12.4943L16 3.50526L12.4942 -3.43323e-05L6.10352e-05 12.4943L12.4942 24.9883Z' fill='%23231815'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 1;
}
.event-article_gallery .slick-next:before {
    transform: scaleX(-1);
}
@media screen and (max-width: 768px) {
    .event-article_gallery_caption {
        text-align: left;
        padding-right: 50px;
    }
    .event-article_gallery .slick-prev,
    .event-article_gallery .slick-next {
        width: 22px;
        height: 22px;
        top: calc(63vw + 16px);
    }
    .event-article_gallery .slick-prev:before,
    .event-article_gallery .slick-next:before {
        width: 12px;
        height: 20px;
    }
    .event-article_gallery .slick-prev {
        left: calc(100% - 46px);
    }
}


.event-article-block {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    color: #231815;
    /* margin-bottom: 80px; */
    margin-top: 80px;
}
.event-article-block h2 {
    margin: 0;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.4;
    color: #231815;
}
@media (max-width: 768px) {
    .event-article-block h2 {
        font-size: 24px;
    }
}
.event-article-block-inner {
    display: flex;
    flex-direction: column;
    gap: 24px;

}
.event-article-block-inner h2,
.event-article-block-inner h3,
.event-article-block-inner h4,
.event-article-block-inner h5,
.event-article-block-inner h6 {
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
    color: #231815;
}
.event-article-block-inner p {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    color: #231815;
}
.event-article-block-inner strong {
    font-weight: bold;
}
.event-article-block-inner ul {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 0;
    padding-left: 24px;
    list-style: disc;
}
.event-article-block-inner li {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    color: #231815;
    list-style: disc;
}
.event-article-block-inner figure {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
    max-width: 80%;
    margin: 16px auto;

    width: auto;
    max-width: 100%;
}
.event-article-block-inner figure img {
    display: block;
    width: 100%;
    /* aspect-ratio: 662 / 441; */
    background: #d9d9d9;
    object-fit: cover;
}
.event-article-block-inner a {
    color: revert;
    text-decoration: underline;
}
.event-article-block-inner .border {
    border: 1px solid #d5d5d5;
    padding: 16px;
}
@media (max-width: 768px) {
    /* .event-article-block-inner figure img {
        width: 280px;
    } */
}

.event-article-block-inner figcaption {
    font-weight: 400;
    font-size: 16px;
    color: #000;
    text-align: center;
    margin: 0;
}
.event-article-block-inner hr {
    width: 100%;
    height: 0;
    margin: 16px 0;
    border: none;
    border-top: 1px solid #d5d5d5;
}

.event-section {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    margin-top: 80px;
    /* margin-bottom: 80px; */
}
@media screen and (max-width: 768px) {
    .event-section {
        gap: 40px;
    }
}
.event-section_head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding-bottom: 24px;
}
@media screen and (max-width: 768px) {
    .event-section_head {
        padding-bottom: 0;
    }
}
.event-section_title {
    margin: 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #231815;
    line-height: 1.43;
}
@media (max-width:960px) {
    .event-section_title {
        font-size: 24px;
        line-height: 1.5;
    }
}
.event-section_othertitle {
    margin: 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #231815;
    line-height: 1.5;
}
.event-section_deco {
    width: 78px;
    height: 8px;
    display: block;
}
.event-outline_table {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.event-outline_row {
    display: flex;
    align-items: stretch;
    width: 100%;
    border-top: 1px solid #d5d5d5;
}
.event-outline_row:last-child {
    border-bottom: 1px solid #d5d5d5;
}
.event-outline_row_label {
    flex-shrink: 0;
    box-sizing: border-box;
    width: 222px;
    margin: 0;
    padding: 24px 16px;
    background: #e8e8e8;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #231815;
    line-height: 1.4;
}
.event-outline_row_body {
    flex: 1 1 0%;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 24px 16px 24px 40px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    color: #231815;
    background: #fff;
}
@media (max-width: 768px) {
    .event-outline_row_body {
        display: block;
        padding-left: 16px;
        padding-right: 5px;
    }
    .event-outline_row_body span {
        margin-bottom: 8px;
        display: inline-block;
    }
    .event-outline_row_body ul {
        margin-bottom: 8px;
    }
}

.event-outline_row_body.is-column {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}
.event-outline_row_body a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #231815;
    text-decoration: none;
}
.event-outline_row_body a img {
    width: 20px;
    height: 20px;
    display: block;
}
.event-outline_row_body ul {
    margin: 0;
    padding-left: 24px;
    list-style: disc;
}
.event-outline_row_body li {
    font-size: 16px;
    color: #231815;
    line-height: 1.4;
    list-style: disc;
}
.event-outline_row_body p {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    color: #231815;
}
@media (max-width: 768px) {
    .event-outline_row {
        /* flex-direction: column; */
    }
    .event-outline_row_label {
        width: 40%;
        padding: 24px 16px;
    }
}

.event-join_body {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    color: #231815;
}
.event-join_lead {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
}
.event-join_step {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}
.event-join_step_title {
    margin: 0;
    font-weight: 700;
    font-size: 16px;
}
@media screen and (max-width: 768px) {
    .event-join_step_title {
        line-height: 1.4;
    }
}
.event-join_step_link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    color: #231815;
    text-decoration: none;
}
.event-join_step_link img {
    width: 20px;
    height: 20px;
    display: block;
}
.event-join_step_note {
    margin: 0;
    font-size: 14px;
    color: #000;
}
.event-join_notes {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
}

.event-cv {
    align-items: center;
    gap: 16px;
}
.event-cv_text {
    margin: 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #000;
}
@media screen and (max-width: 768px) {
    .event-cv_text {
        text-align: center;
        line-height: 1.4;
    }
}
.event-cv_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    box-sizing: border-box;
    width: 496px;
    max-width: 100%;
    height: 70px;
    padding: 16px 32px;
    background: #f8be2c;
    border-radius: 40px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #231815;
    text-decoration: none;
}
.event-cv_btn:hover {
    background: #231815;
    color: #ffffff;
    text-decoration: none !important;
}
.event-cv_btn img {
    width: 26px;
    height: 26px;
    object-fit: contain;
    display: block;
}

.event-info_facility {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    width: 100%;
}
.event-info_facility_head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    color: #231815;
}
.event-info_facility_name {
    margin: 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5;
}
.event-info_facility_desc {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
}
.event-info_facility_address {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    font-size: 16px;
}
@media screen and (max-width: 768px) {
    .event-info_facility_address span {
        width: 100%;
    }
}
.event-info_facility_address a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #231815;
    text-decoration: none;
}
.event-info_facility_address a img {
    width: 20px;
    height: 20px;
    display: block;
}
.event-info_facility_map {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}
.event-info_facility_map iframe {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.event-info .event-outline_table {
    padding-top: 24px;
}

.event-more {
    color: #000;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.event-more a {
    color: #000;
    text-decoration: none;
}
.event-more a:hover {
    text-decoration: underline;
}

.event-alllist {
    margin-top: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    padding: 16px 32px;
    background: #fff;
    border: 1px solid #d5d5d5;
    border-radius: 40px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #231815;
    text-decoration: none;
    line-height: 1;
}
.event-alllist:hover {
    background: #231815;
    color: #fff;
}
.event-section a:hover {
    text-decoration: underline;
}
.side_events-rap {
    margin-bottom: 48px;
    gap: 24px;
    display: flex;
    flex-wrap: wrap;
}
.side_events-none {
    padding-top: 48px;
}
.side_events-none p {
    text-align: center;
}

@media screen and (max-width: 768px) {
    .event-other .event-section_head {
        padding-bottom: 40px;
    }
    .side_events-rap {
        gap: 0;
    }
}

@media (max-width: 768px) {
    .event-other {
        /* margin-bottom: 80px; */
        margin-top: 80px;
    }
    .event-other .events {
        margin-bottom: 24px;
        width: 100%;
    }
}

/* 浦和 詳細 ================================== */

.page-template-page-miraizu-template-php {
    background-color: #F5F4F2;
    header,
    .gnav {
        background-color: #fff;
    }
}
.page-template-page-miraizu-template-php .event-container {
    padding-top: 80px;
    margin-bottom: 0;
    padding-bottom: 120px;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    font-weight: unset;
}
.page-template-page-miraizu-template-php .event-article {
    padding-bottom: 0;
}
.events {
    background-color: unset;
}
.page-template-page-miraizu-template-php a:hover {
    opacity: unset;
}
@media screen and (max-width: 768px) {
    .page-template-page-miraizu-template-php .event-container {
        padding-top: 40px;
        padding-bottom: 60px;
    }
}

/* 新宿 詳細 ================================== */
@media screen and (min-width: 641px) {
    .shinjuku_contents #gnavi {
        background: #fff;
    }
}
.shinjuku_contents #gnavi {
    margin-bottom: 0 !important;
}
.shinjuku_contents .content {
    background: #F5F4F2;
}
.shinjuku_contents .content .topic {
    padding-top: 13px;
    background: #fff;
}
.shinjuku_contents .event-container {
    margin-bottom: 0;
    padding-bottom: 120px;
}
.shinjuku_contents .event-article {
    padding-bottom: 0;
}
@media screen and (min-width: 768px) {
    .gnav {
        margin: 0 !important;
        padding: 25px 0 35px;
    }    
}

/* 新宿 一覧 ================================== */
.shinjuku-events-rap {
    background-color: #F5F4F2;
}
.event-bg-color {
    background-color: #F5F4F2;
}
.event-inner {
    padding-bottom: 0 !important;
}
#event .event-inner h3 + p {
    margin-bottom: 0;
}