.sp-only {
    display: none;
}

.event-page {
    margin-bottom: 160px;
    overflow: hidden;
    width: 100%;
}

.event-page img {
    max-width: 100%;
}

.event-page p {
    margin: 0;
}

.pi {
    color: #E63177;
}

.bl {
    color: #2F9CE6;
}

.gr {
    color: #25986C;
}

.btn {
    transition: .3s;
}

.btn.bg-pi {
    background: #E63177;
}

.btn:hover {
    opacity: 0.5;
    transition: .3s;
}

.breadcrumb {
    max-width: 1120px;
    margin: auto;
    font-size: 11px;
    margin-top: 40px;
    letter-spacing: 2px;
    white-space: nowrap;
    margin-bottom: 20px;
    overflow: auto;
}

.breadcrumb ol {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    color: #868686;
    max-width: calc(100% - 328px);
    width: 100%;
}

.breadcrumb ol li a {
    color: #868686;
    transition: .3s;
}

.breadcrumb ol li a:hover {
    opacity: 0.5;
    transition: .3s;
}

.breadcrumb ol li a::after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-top: solid 1px #CDCDCD;
    border-right: solid 1px #CDCDCD;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 0 10px 1px 4px;
}

.breadcrumb ol li:last-child a::after {
    display: none;
}

.title-area {
    text-align: center;
    margin-bottom: 52px;
}

.title-area h1 {
    display: inline-flex;
    align-items: baseline;
    font-size: 26px;
    letter-spacing: 6.4px;
    color: #494949;
    border-bottom: solid 5px #fff200;
    line-height: 72px;
}

.title-area h1 img {
    width: 34px;
    margin-right: 8px;
}

.ttl-1-en {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0.5em;
}

.ttl-1 {
    font-size: 52px;
    text-align: center;
    margin-bottom: 50px;
}

.ttl-1-en.left,
.ttl-1.left {
    text-align: left;
}

.page-inner {
    width: 1120px;
    margin: auto;
}

.event-sec+.event-sec {
    margin-top: min(8.3vw, 160px);
}

.event-sec:has(+ #contact) {
    margin-bottom: min(10.42vw, 200px);
}

.event-sec .ttl-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.event-sec .ttl-wrap .ttl-1-en,
.event-sec .ttl-wrap .ttl-1 {
    text-align: left;
}

.event-sec .ttl-wrap .control {
    display: flex;
    gap: 24px;
    margin-bottom: 50px;
}

.event-sec .swiper-button-next,
.event-sec .swiper-button-prev {
    position: unset;
    width: 56px;
    height: 56px;
    margin-top: 0;
}

.event-sec .swiper-button-next::after,
.event-sec .swiper-button-prev::after {
    content: none;
}

.event-sec .swiper-button-next {
    background: url(../images/pc/event/swiper-next.png) center center no-repeat;
    background-size: contain;
}

.event-sec .swiper-button-prev {
    background: url(../images/pc/event/swiper-prev.png) center center no-repeat;
    background-size: contain;
}

.event-swiper {
    overflow: unset;
}

.event-swiper .swiper-slide {
    width: 424px;
    padding: 32px;
    border-radius: 12px;
    background: #FFFDDC;
    margin-right: 40px;
    box-sizing: border-box;
}

.event-swiper .swiper-slide:last-child {
    margin-right: 0;
}

.event-swiper .swiper-slide img.thumb {
    width: 100%;
    aspect-ratio: 100 / 75;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 24px;
}

.event-swiper .swiper-slide h3 {
    font-size: 23px;
    line-height: 1.4;
}

.event-swiper .swiper-slide .date {
    font-weight: 700;
    color: #7B7B7B;
    margin-top: 16px;
}

.event-swiper .swiper-slide .date small {
    display: block;
    font-size: 16px;
}

.event-swiper .swiper-slide hr {
    border-top: 4px dotted #7B7B7B;
    margin: 20px 0;
}

.event-swiper .swiper-slide p {
    font-size: 16px;
}

.event-swiper .swiper-slide ul.ext-link {
    font-size: 16px;
    font-weight: 700;
    margin-top: 16px;
}

.event-swiper .swiper-slide ul.ext-link li {
    display: block;
}

.event-swiper .swiper-slide ul.ext-link li+li {
    margin-top: 0.2em;
}

.event-swiper .swiper-slide ul.ext-link li a {
    display: inline-block;
    color: #2F9CE6;
    text-decoration: underline;
    vertical-align: sub;
}

.event-swiper .swiper-slide ul.ext-link li a::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background: url(../images/pc/event/ico-link_b.svg) center center no-repeat;
    background-size: contain;
    margin-right: 0.5em;
    vertical-align: sub;
}

.event-swiper .swiper-slide a.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 54px;
    border-radius: 27px;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.03em;
    margin-top: 24px;
    box-shadow: none;
}

.event-swiper .swiper-scrollbar {
    position: unset;
    width: 100%;
    height: 4px;
    border-radius: 0;
    margin-top: 64px;
}

.event-swiper .swiper-scrollbar-drag {
    background: #171515;
    border-radius: 0;
}

.contact-area {
    background-image: url(../images/pc/search/contact_bg.jpg);
    background-size: cover;
    background-position: center;
    margin-top: 80px;
    padding: 64px;
    text-align: center;
}

.contact-area h2 {
    font-size: 25px;
    margin-bottom: 24px;
    line-height: 32px;
    letter-spacing: 3px;
    color: #494949;
}

.contact-area .msg {
    font-size: 15px;
    line-height: 28px;
    color: #505050;
}

.contact-btn-wrap {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 24px;
}

.contact-btn-wrap .btn {
    width: 250px;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 28px;
    padding: 18px 0;
    box-shadow: 0 5px 8px rgb(199 199 199 / 50%);
    transition: .3s;
}

@media (max-width: 959px) {

    .event-page {
        margin-bottom: 80px;
        overflow: hidden;
    }

    .sp-only {
        display: block;
    }

    .pc-only {
        display: none;
    }

    .page-inner {
        width: auto;
        padding: 0 24px;
    }

    .title-area {
        margin-bottom: 42px;
    }

    .title-area h1 {
        font-size: 18px;
        line-height: 28px;
        border-width: 4px;
        padding-bottom: 16px;
        letter-spacing: 4px;
        align-items: flex-end;
    }

    .title-area h1 img {
        width: 24px;
        margin-right: 4px;
    }

    .title-area h1 span {
        margin-bottom: -4px;
    }

    .ttl-1-en {
        font-size: 21px;
        margin-bottom: 0.5em;
    }

    .ttl-1 {
        font-size: 23px;
        margin-bottom: 30px;
    }

    .breadcrumb {
        margin-top: 20px;
        padding: 0 24px;
        margin-bottom: 40px;
    }

    .breadcrumb {
        overflow-x: scroll;
    }

    .event-sec+.event-sec {
        margin-top: 80px;
    }

    .event-sec:has(+ #contact) {
        margin-bottom: 120px;
    }

    .event-sec .ttl-wrap {
        display: block;
    }

    .event-sec .ttl-wrap .ttl-1-en,
    .event-sec .ttl-wrap .ttl-1 {
        text-align: center;
    }

    .event-swiper .swiper-slide {
        width: 283px;
        padding: 16px 16px 24px;
        margin-right: 24px;
    }

    .event-swiper .swiper-slide img.thumb {
        margin-bottom: 16px;
    }

    .event-swiper .swiper-slide h3 {
        font-size: 18px;
        letter-spacing: -0.5px;
    }

    .event-swiper .swiper-slide .date {
        margin-top: 12px;
        font-size: 14px;
    }

    .event-swiper .swiper-slide .date small {
        font-size: 14px;
    }

    .event-swiper .swiper-slide hr {
        margin: 16px 0;
    }

    .event-swiper .swiper-slide p {
        font-size: 14px;
    }

    .event-swiper .swiper-slide ul.ext-link {
        font-size: 14px;
        margin-top: 12px;
    }

    .event-swiper .swiper-slide a.btn {
        height: 38px;
        border-radius: 19px;
        font-size: 18px;
        margin-top: 16px;
    }

    .event-swiper .swiper-scrollbar {
        margin-top: 24px;
    }

    .footer-fix-nav {
        z-index: 99;
    }

    .contact-area {
        margin-top: 64px;
        border-radius: 16px;
        padding: 40px 20px;
        background-image: url(../images/pc/search/contact_bg_sp.jpg);
    }

    .contact-area h2 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 16px;
    }

    .contact-area .msg {
        font-size: 14px;
        line-height: 24px;
        text-align: left;
    }

    .contact-btn-wrap {
        flex-wrap: wrap;
        gap: 12px;
        margin-top: 32px;
    }

    .contact-btn-wrap .btn {
        width: 100%;
        padding: 14px;
    }
}