@charset "UTF-8";
/* --------------------
 Front
-------------------- */
.hero {
    margin: 0;
    padding: 32.2222222222vw 0 22.2222222222vw;
    position: relative;
}

@media (min-width: 768px) {
    .hero {
        padding: 50px 0 160px;
    }
}

@media (min-width: 1400px) {
    .hero {
        padding-bottom: 12.8571428571vw;
    }
}

.hero:before {
    background-image: url(../images/pages/front/front-hero-bg-mb.webp);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

@media (min-width: 768px) {
    .hero:before {
        background-image: url(../images/pages/front/front-hero-bg.webp);
        background-size: cover;
        bottom: -5vw;
    }
}

.hero:after {
    background-color: var(--color-blue);
    bottom: -5vw;
    content: "";
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.hero__deco {
    background-image: url(../images/pages/front/front-hero-deco-01-mb.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 136.1111111111vw;
    left: 0;
    margin: 0 auto;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 61.1111111111vw;
    width: 94.4444444444vw;
    z-index: 2;
}

@media (min-width: 768px) {
    .hero__deco {
        background-image: url(../images/pages/front/front-hero-deco-01.svg);
        height: 350px;
        top: 460px;
        transform: translateX(-20px);
        width: 740px;
    }
}

.hero-container {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 3;
}

@media (min-width: 768px) {
    .hero-container {
        padding: 0 var(--c-pad);
    }
}

.hero__logo {
    font-size: 10px;
    margin: 0 0 8.3333333333vw;
    text-align: center;
}

@media (min-width: 768px) {
    .hero__logo {
        margin: 0 0 20px;
    }
}

.hero__logo img {
    vertical-align: middle;
    width: 79.4444444444vw;
}

@media (min-width: 768px) {
    .hero__logo img {
        width: 412px;
    }
}

.hero__schedule {
    font-size: 10px;
    margin: 0 auto;
    padding: 0 22.2222222222vw;
    position: relative;
    text-align: center;
    width: 100%;
}

@media (min-width: 768px) {
    .hero__schedule {
        padding: 0 120px;
        width: 490px;
    }
}

.hero__schedule__badge {
    background-image: url(../images/pages/front/front-hero-badge.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -2.7777777778vw;
    font-size: 10px;
    height: 20vw;
    left: 1.1111111111vw;
    position: absolute;
    width: 20vw;
    z-index: 1;
}

@media (min-width: 768px) {
    .hero__schedule__badge {
        bottom: -20px;
        height: 120px;
        left: 0;
        width: 120px;
    }
}

.hero__schedule__badge span {
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    display: block;
    height: 1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    visibility: hidden;
    width: 1px;
}

.hero__schedule img {
    vertical-align: middle;
    width: 100%;
}

.hero__schedule__access {
    bottom: -1.3888888889vw;
    cursor: pointer;
    display: block;
    height: 16.6666666667vw;
    left: 22.2222222222vw;
    position: absolute;
    right: 22.2222222222vw;
    width: auto;
    z-index: 2;
}

@media (min-width: 768px) {
    .hero__schedule__access {
        bottom: -5px;
        height: 65px;
        left: 120px;
        right: 120px;
    }
}

.news {
    margin: 0 0 -42.7777777778vw;
    padding: 0 0 18.6111111111vw;
    position: relative;
    z-index: auto;
}

@media (min-width: 768px) {
    .news {
        margin: 0 0 -154px;
        padding: 0 0 67px;
    }
}

.news:before {
    background-image: url(../images/pages/front/front-news-bg.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 194.4444444444vw 52.7777777778vw;
    content: "";
    display: block;
    height: 105.5555555556vw;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -22.2222222222vw;
    z-index: 1;
}

@media (min-width: 768px) {
    .news:before {
        background-size: 1400px 380px;
        height: 380px;
        top: -160px;
    }
}

@media (min-width: 1400px) {
    .news:before {
        aspect-ratio: 1400/380;
        background-size: cover;
        height: auto;
        top: -11.4285714286vw;
    }
}

.news:after {
    background-color: var(--color-gold);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 5vw;
    z-index: 0;
}

.news-container {
    margin: 0 auto;
    max-width: calc(876px + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    position: relative;
    width: 100%;
    z-index: 2;
}

.news__title {
    color: var(--color-white);
    font-size: var(--fs24);
    font-weight: 900;
    line-height: 1.2;
    margin: 0 0 8.3333333333vw;
    text-align: center;
}

@media (min-width: 768px) {
    .news__title {
        font-size: 2.5625rem;
        margin: 0 0 40px;
    }
}

.news__insta {
    margin: 0 0 8.3333333333vw;
}

@media (min-width: 768px) {
    .news__insta {
        margin: 0 0 65px;
    }
}

.news__insta__icon {
    margin: 0 0 6.6666666667vw;
    text-align: center;
}

@media (min-width: 768px) {
    .news__insta__icon {
        margin: 0 0 50px;
    }
}

.news__insta__icon img {
    width: 11.1111111111vw;
}

@media (min-width: 768px) {
    .news__insta__icon img {
        width: 40px;
    }
}

.news__insta__icon a {
    display: block;
    margin: 0 auto;
    text-decoration: none;
    transition: opacity var(--duration) var(--cubic) 0s;
    width: -webkit-fit-content;
    width: fit-content;
}

.news__insta__icon a:focus {
    opacity: 0.65;
}

@media (hover: hover) and (pointer: fine) {
    .news__insta__icon a:hover {
        opacity: 0.65;
    }
}

.news__insta__viewer #sbi_images {
    gap: 4.4444444444vw;
    padding: 0;
}

@media (max-width: 767px) {
    .news__insta__viewer #sbi_images {
        display: flex !important;
        flex-flow: row wrap !important;
        justify-content: center !important;
    }
}

@media (min-width: 768px) {
    .news__insta__viewer #sbi_images {
        gap: 40px;
    }
}

.news__insta__viewer .sbi_item {
    border-radius: 2.7777777778vw;
    box-shadow: 1.3888888889vw 1.3888888889vw 0px rgba(var(--color-white-rgb), 0.3);
}

@media (max-width: 767px) {
    .news__insta__viewer .sbi_item {
        width: calc(33.33333% - 2.96296vw) !important;
    }
}

@media (min-width: 768px) {
    .news__insta__viewer .sbi_item {
        border-radius: 10px;
        box-shadow: 5px 5px 0px rgba(var(--color-white-rgb), 0.3);
    }
}

.news__insta__viewer .sbi_photo img {
    border-radius: 2.7777777778vw;
}

@media (min-width: 768px) {
    .news__insta__viewer .sbi_photo img {
        border-radius: 10px;
    }
}

.news__banner {
    margin: 0 0 8.3333333333vw;
    text-align: center;
}

@media (min-width: 768px) {
    .news__banner {
        margin: 0 0 65px;
    }
}

.news__banner a {
    transition: opacity var(--duration) var(--cubic) 0s;
}

.news__banner a:focus {
    opacity: 0.65;
}

@media (hover: hover) and (pointer: fine) {
    .news__banner a:hover {
        opacity: 0.65;
    }
}

.news__list {
    background-color: var(--color-blue);
    border-radius: 2.7777777778vw;
    color: var(--color-white);
    margin: 0 auto;
    padding: 6.9444444444vw 9.7222222222vw 6.9444444444vw;
}

@media (min-width: 768px) {
    .news__list {
        border-radius: 10px;
        padding: 50px 50px 50px;
    }
}

.news__list__item {
    align-items: stretch;
    color: var(--color-white);
    display: flex;
    flex-flow: column nowrap;
    gap: 0;
    justify-content: stretch;
    margin: 0 0 4.4444444444vw;
    padding: 0;
    position: relative;
    text-decoration: none;
    width: 100%;
}

@media (min-width: 768px) {
    .news__list__item {
        align-items: flex-start;
        flex-direction: row;
        justify-content: flex-start;
        margin: 0 0 16px auto;
        padding: 2px 0 0;
        width: calc(100% - 115px);
    }
}

.news__list__item:last-child {
    margin-bottom: 0;
}

.news__list__item time {
    display: block;
    font-size: var(--fs10);
    line-height: 1.4;
    margin: 0 0 1.6666666667vw;
}

@media (min-width: 768px) {
    .news__list__item time {
        flex: 0 0 130px;
        font-size: var(--fs16);
        margin: 0;
    }
}

.news__list__item span {
    display: block;
    font-size: var(--fs14);
    line-height: 1.4;
    margin: 0;
}

@media (min-width: 768px) {
    .news__list__item span {
        flex: 0 1 auto;
        font-size: var(--fs16);
    }
}

.news__list__item--new:before {
    align-items: center;
    background-color: var(--color-gold);
    border-radius: 2.7777777778vw;
    content: "NEW";
    display: flex;
    font-size: var(--fs12);
    font-weight: 700;
    height: 6.6666666667vw;
    justify-content: center;
    line-height: 1.05;
    margin: 0 0 2.2222222222vw;
    text-align: center;
    transform: translateZ(0);
    width: 18.8888888889vw;
}

@media (min-width: 768px) {
    .news__list__item--new:before {
        border-radius: 10px;
        font-size: var(--fs12);
        height: 24px;
        left: -115px;
        margin: 0;
        position: absolute;
        top: -2px;
        width: 68px;
    }
}

@media (min-width: 768px) {
    _::-webkit-full-page-media, _:future, :root .news__list__item--new:before {
        top: 2px;
    }
}

a.news__list__item {
    transition: opacity var(--duration) var(--cubic) 0s;
}

a.news__list__item:focus {
    opacity: 0.6;
}

@media (hover: hover) and (pointer: fine) {
    a.news__list__item:hover {
        opacity: 0.6;
    }
}

.about {
    padding: 44.4444444444vw 0 16.6666666667vw;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .about {
        padding: 160px 0 120px;
    }
}

@media (min-width: 1400px) {
    .about {
        padding-bottom: 8.5714285714vw;
    }
}

.about:before {
    background-image: url(../images/pages/front/front-about-bg.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

@media (min-width: 768px) {
    .about:before {
        bottom: -120px;
    }
}

@media (min-width: 1400px) {
    .about:before {
        bottom: -8.5714285714vw;
    }
}

.about-container {
    margin: 0 auto;
    max-width: calc(860px + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    position: relative;
    width: 100%;
    z-index: 1;
}

.about__logo {
    font-size: 10px;
    margin: 0 0 10vw;
    text-align: center;
}

@media (min-width: 768px) {
    .about__logo {
        margin: 0 0 36px;
    }
}

.about__logo img {
    width: 63.8888888889vw;
}

@media (min-width: 768px) {
    .about__logo img {
        width: 312px;
    }
}

.about__title {
    color: var(--color-white);
    font-size: var(--fs24);
    line-height: 1.2;
    margin: 0 0 5.5555555556vw;
    text-align: center;
}

@media (min-width: 768px) {
    .about__title {
        font-size: var(--fs30);
        margin: 0 0 30px;
    }
}

.about__fig {
    align-items: flex-start;
    display: flex;
    flex-flow: row nowrap;
    gap: 1.1111111111vw;
    justify-content: center;
    margin: 0 auto 4.4444444444vw;
    width: 100%;
}

@media (min-width: 768px) {
    .about__fig {
        gap: 17px;
        margin: 0 auto 38px;
        max-width: 780px;
    }
}

.about__fig__item {
    flex: 0 0 calc(20% - 0.88889vw);
}

@media (min-width: 768px) {
    .about__fig__item {
        flex: 0 0 calc(20% - 13.6px);
    }
}

.about__fig__item:nth-child(2n-1) {
    padding: 5.5555555556vw 0 0;
}

@media (min-width: 768px) {
    .about__fig__item:nth-child(2n-1) {
        padding: 54px 0 0;
    }
}

.about__fig__item img {
    aspect-ratio: 1/1;
    border-radius: 50%;
    display: block;
    height: auto;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.about__lead {
    background-image: url(../images/pages/front/front-about-line.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 215.5555555556vw 2.2222222222vw;
    margin: 0 -2.7777777778vw 4.4444444444vw;
    padding: 0 0 6.6666666667vw;
}

@media (min-width: 768px) {
    .about__lead {
        background-size: 776px 8px;
        margin: 0 auto 8px;
        padding: 0 0 24px;
        width: -webkit-fit-content;
        width: fit-content;
    }
}

.about__lead p {
    color: var(--color-white);
    font-size: var(--fs15);
    line-height: 1.2;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .about__lead p {
        font-size: var(--fs24);
    }
}

.about__main {
    padding: 0 0 5.5555555556vw;
}

@media (min-width: 768px) {
    .about__main {
        padding: 0 0 20px;
    }
}

.about__main__title {
    color: var(--color-white);
    font-size: var(--fs24);
    line-height: 1.4;
    margin: 0 0 8.3333333333vw;
    text-align: center;
}

@media (min-width: 768px) {
    .about__main__title {
        font-size: var(--fs30);
        margin: 0 0 30px;
    }
}

.about__main__content {
    text-align: center;
}

.about__main__content p {
    color: var(--color-white);
    display: inline;
    font-size: var(--fs14);
    line-height: 1.88;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .about__main__content p {
        display: block;
        font-size: var(--fs18);
        margin: 0 0 1.75em;
    }
}

.about__main__content p:last-child {
    margin-bottom: 0;
}

.detail {
    margin: 0 0 -0.2777777778vw;
    padding: 0 0 30.5555555556vw;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .detail {
        margin: 0 0 -1px;
        padding: 0 0 110px;
    }
}

.detail:before {
    background-image: url(../images/pages/front/front-detail-bg.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 194.4444444444vw 47.2222222222vw;
    content: "";
    display: block;
    height: 94.4444444444vw;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -16.6666666667vw;
}

@media (min-width: 768px) {
    .detail:before {
        background-size: 1400px 340px;
        height: 340px;
        top: -120px;
    }
}

@media (min-width: 1400px) {
    .detail:before {
        aspect-ratio: 1400/340;
        background-size: cover;
        height: auto;
        top: -8.5714285714vw;
    }
}

.detail:after {
    background-color: #f7f7f7;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

@media (min-width: 768px) {
    .detail:after {
        top: 200px;
    }
}

@media (min-width: 1400px) {
    .detail:after {
        top: 14.2857142857vw;
    }
}

.detail-container {
    position: relative;
    z-index: 1;
}

.detail__title {
    background-color: var(--color-white);
    color: var(--color-navy);
    display: block;
    font-size: var(--fs24);
    line-height: 1.2;
    margin: 0 auto 10vw;
    padding: 0.05em 0.2em 0;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .detail__title {
        font-size: var(--fs30);
        margin: 0 auto 36px;
    }
}

_::-webkit-full-page-media, _:future, :root .detail__title {
    padding-block: 0 0.05em;
}

.detail__item-wrapper {
    align-items: stretch;
    display: flex;
    flex-flow: row nowrap;
    gap: 3.3333333333vw;
    justify-content: center;
    margin: 0 0 13.3333333333vw;
    padding: 0 2.7777777778vw;
}

@media (min-width: 768px) {
    .detail__item-wrapper {
        gap: 38px;
        margin: 0 auto 48px;
        max-width: 680px;
        padding: 0;
        width: 100%;
    }
}

.detail__item {
    background-color: var(--color-white);
    border: 1.1111111111vw solid var(--color-gray);
    border-radius: 2.7777777778vw;
    flex: 0 0 calc(50% - 6px);
    padding: 10vw 3.3333333333vw 7.7777777778vw;
}

@media (min-width: 768px) {
    .detail__item {
        border-radius: 10px;
        border-width: 11px;
        flex: 0 0 calc(50% - 19px);
        padding: 36px 20px 28px;
    }
}

.detail__item__title {
    background-image: url(../images/pages/front/front-detail-title-line.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 60vw 2.2222222222vw;
    color: var(--color-navy);
    display: block;
    font-size: var(--fs40);
    letter-spacing: -0.01em;
    line-height: 1.05;
    margin: 0 0 4.4444444444vw;
    padding: 0 0 5.5555555556vw;
    text-align: center;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .detail__item__title {
        background-size: 216px 8px;
        font-size: 5.625rem;
        margin: 0 0 22px;
        padding: 0 0 26px;
    }
}

.detail__item__title .--ls-1 {
    letter-spacing: -0.15em;
}

.detail__item__title .--ls-2 {
    letter-spacing: -0.175em;
}

.detail__item__contents h4 {
    color: var(--color-navy);
    font-size: var(--fs14);
    line-height: 1.29;
    margin: 0 0 3.3333333333vw;
}

@media (min-width: 768px) {
    .detail__item__contents h4 {
        font-size: var(--fs17);
        margin: 0 0 12px;
    }
}

.detail__item__contents p {
    font-size: var(--fs12);
    line-height: 1.23;
    margin: 0;
}

@media (min-width: 768px) {
    .detail__item__contents p {
        font-size: var(--fs13);
    }
}

.detail__gallery {
    margin: 0 0 11.1111111111vw;
}

@media (min-width: 768px) {
    .detail__gallery {
        margin: 0 0 50px;
    }
}

.detail__gallery .splide__slide {
    width: 38.8888888889vw;
}

@media (min-width: 768px) {
    .detail__gallery .splide__slide {
        width: 220px;
    }
}

.detail__gallery .splide__slide img {
    width: 100%;
}

.detail__ticket {
    margin: 0 0 16.6666666667vw;
    padding: 0 var(--c-pad);
}

@media (min-width: 768px) {
    .detail__ticket {
        margin: 0 0 90px;
    }
}

.detail__ticket__title {
    background-color: var(--color-white);
    color: var(--color-navy);
    display: block;
    font-size: var(--fs24);
    line-height: 1.05;
    margin: 0 auto 16.6666666667vw;
    padding: 0.15em 0.5em 0.1em;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .detail__ticket__title {
        font-size: var(--fs30);
        margin: 0 auto 80px;
    }
}

_::-webkit-full-page-media, _:future, :root .detail__ticket__title {
    padding-block: 0.1em 0.5em;
}

.detail__ticket__item {
    background-color: var(--color-white);
    border-radius: 2.7777777778vw;
    margin: 0 auto 22.2222222222vw;
    padding: 22.2222222222vw var(--c-pad) 12.2222222222vw;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .detail__ticket__item {
        border-radius: 10px;
        margin: 0 auto 110px;
        max-width: 1154px;
        padding: 85px var(--c-pad) 44px;
    }
}

.detail__ticket__item__title {
    align-items: center;
    background-image: url(../images/pages/front/front-detail-ticket-bg.svg);
    color: var(--color-white);
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs24);
    height: 12.2222222222vw;
    justify-content: center;
    left: 0;
    line-height: 1.2;
    margin: 0 auto;
    padding: 0.1em 0 0.05em 4.4444444444vw;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(-50%);
    width: 42.7777777778vw;
    z-index: 1;
}

@media (min-width: 768px) {
    .detail__ticket__item__title {
        font-size: var(--fs30);
        height: 54px;
        padding: 0.1em 0 0.05em 16px;
        width: 192px;
    }
}

_::-webkit-full-page-media, _:future, :root .detail__ticket__item__title {
    padding-block: 0.05em 0.1em;
}

.detail__ticket__item:has(.detail__ticket__item__content) {
    padding-top: 12.5vw;
}

@media (min-width: 768px) {
    .detail__ticket__item:has(.detail__ticket__item__content) {
        padding-top: 45px;
    }
}

.detail__ticket__item__content {
    margin: 0 0 8.3333333333vw;
    width: 100%;
}

@media (min-width: 768px) {
    .detail__ticket__item__content {
        margin: 0 0 30px;
    }
}

.detail__ticket__item__content p {
    font-size: var(--fs14);
    line-height: 1.4;
    margin: 0;
    text-align: center;
}

.detail__ticket__item__type {
    align-items: stretch;
    background-color: #f7f7f7;
    border-radius: 3.3333333333vw;
    display: flex;
    flex-flow: column nowrap;
    gap: 8.3333333333vw;
    justify-content: center;
    margin: 0 0 6.1111111111vw;
    padding: 5.5555555556vw;
    width: 100%;
}

@media (min-width: 768px) {
    .detail__ticket__item__type {
        border-radius: 12px;
        flex-direction: row;
        gap: 50px;
        margin: 0 auto 22px;
        padding: 22px 30px;
        width: -webkit-fit-content;
        width: fit-content;
    }
}

.detail__ticket__item__type__item {
    position: relative;
}

@media (min-width: 768px) {
    .detail__ticket__item__type__item {
        flex: 0 0 240px;
    }
}

.detail__ticket__item__type__item__title {
    align-items: center;
    background-image: url(../images/pages/front/front-detail-ticket-bg.svg);
    color: var(--color-white);
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs24);
    height: 12.2222222222vw;
    justify-content: center;
    left: 0;
    line-height: 1.2;
    margin: 0 auto 6.3888888889vw;
    padding: 0.1em 0 0.05em 4.4444444444vw;
    position: absolute;
    right: 0;
    top: -5.5555555556vw;
    width: 42.7777777778vw;
    z-index: 1;
}

@media (min-width: 768px) {
    .detail__ticket__item__type__item__title {
        font-size: var(--fs30);
        height: 54px;
        margin: 0 auto 23px;
        padding: 0.1em 0 0.05em 16px;
        top: -20px;
        width: 192px;
    }
}

_::-webkit-full-page-media, _:future, :root .detail__ticket__item__type__item__title {
    padding-block: 0.05em 0.1em;
}

.detail__ticket__item__type__item__schedule {
    left: -13.8888888889vw;
    position: absolute;
    top: -2.7777777778vw;
    z-index: 1;
}

@media (min-width: 768px) {
    .detail__ticket__item__type__item__schedule {
        left: -85px;
        top: -10px;
    }
}

.detail__ticket__item__type__item__schedule img {
    width: 27.7777777778vw;
}

@media (min-width: 768px) {
    .detail__ticket__item__type__item__schedule img {
        width: 128px;
    }
}

.detail__ticket__item__type__item__main {
    background-color: var(--color-white);
    border-radius: 3.3333333333vw;
    margin: 0 0 6.1111111111vw;
    padding: 3.3333333333vw 0 3.8888888889vw;
}

@media (min-width: 768px) {
    .detail__ticket__item__type__item__main {
        border-radius: 12px;
        margin: 0 0 22px;
        padding: 12px 0 14px;
    }
}

.detail__ticket__item__type__item__main:last-child {
    margin-bottom: 0;
}

.detail__ticket__item__type__item__main__number {
    color: var(--color-navy);
    font-size: var(--fs14);
    font-weight: 700;
    line-height: 1.05;
    margin: 0 0 0.5555555556vw;
    text-align: center;
}

@media (min-width: 768px) {
    .detail__ticket__item__type__item__main__number {
        font-size: var(--fs18);
        margin: 0 0 2px;
    }
}

.detail__ticket__item__type__item__main__number em {
    font-size: 3.75rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.05em;
}

@media (min-width: 768px) {
    .detail__ticket__item__type__item__main__number em {
        font-size: 4.625rem;
    }
}

.detail__ticket__item__type__item__main__number span.--t-1 {
    margin-left: 0.5em;
    margin-right: -0.5em;
}

.detail__ticket__item__type__item__main__note {
    background-color: var(--color-gray);
    font-size: 10px;
    margin: 0 auto 3.3333333333vw;
    max-width: 47.2222222222vw;
    padding: 0.8333333333vw 2.2222222222vw 0.2777777778vw;
    width: 100%;
}

@media (min-width: 768px) {
    .detail__ticket__item__type__item__main__note {
        margin: 0 auto 12px;
        max-width: 170px;
        padding: 3px 8px 1px;
    }
}

_::-webkit-full-page-media, _:future, :root .detail__ticket__item__type__item__main__note {
    padding-block: 0 0.5555555556vw;
}

@media (min-width: 768px) {
    _::-webkit-full-page-media, _:future, :root .detail__ticket__item__type__item__main__note {
        padding-block: 0 2px;
    }
}

.detail__ticket__item__type__item__main__note p {
    color: var(--color-navy);
    font-size: var(--fs12);
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    text-align: center;
}

.detail__ticket__item__type__item__main__price {
    color: var(--color-navy);
    font-size: var(--fs16);
    font-weight: 700;
    line-height: 1.05;
    padding: 0 0 0 4.4444444444vw;
    text-align: center;
}

@media (min-width: 768px) {
    .detail__ticket__item__type__item__main__price {
        font-size: var(--fs18);
        padding: 0 0 0 16px;
    }
}

.detail__ticket__item__type__item__main__price em {
    font-size: 2.625rem;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.06em;
    margin: 0 0.8333333333vw 0 0;
}

@media (min-width: 768px) {
    .detail__ticket__item__type__item__main__price em {
        font-size: 3.3125rem;
        margin: 0 3px 0 0;
    }
}

.detail__ticket__item__type__item__main__price .--ls-1 {
    letter-spacing: -0.2em;
}

.detail__ticket__item__note {
    margin: 0 auto 13.8888888889vw;
    width: 100%;
}

@media (min-width: 768px) {
    .detail__ticket__item__note {
        margin: 0 auto 60px;
    }
}

.detail__ticket__item__note p {
    font-size: var(--fs12);
    line-height: 1.2;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .detail__ticket__item__note p {
        font-size: var(--fs14);
    }
}

.detail__ticket__item__flow {
    margin: 11.1111111111vw 0 0;
}

@media (min-width: 768px) {
    .detail__ticket__item__flow {
        margin: 40px 0 0;
    }
}

.detail__ticket__item__flow__title {
    color: var(--color-navy);
    font-size: var(--fs16);
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 3.3333333333vw;
    text-align: center;
}

@media (min-width: 768px) {
    .detail__ticket__item__flow__title {
        font-size: var(--fs18);
        margin: 0 0 12px;
    }
}

.detail__ticket__item__flow__lead {
    margin: 0 0 5.5555555556vw;
}

@media (min-width: 768px) {
    .detail__ticket__item__flow__lead {
        margin: 0 0 20px;
    }
}

.detail__ticket__item__flow__lead p {
    color: var(--color-red);
    font-size: var(--fs12);
    line-height: 1.2;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .detail__ticket__item__flow__lead p {
        font-size: var(--fs14);
    }
}

.detail__ticket__item__flow__step {
    margin: 0 auto;
    overflow: hidden;
    padding: 0 0 5.5555555556vw;
    width: 100%;
}

@media (min-width: 768px) {
    .detail__ticket__item__flow__step {
        display: grid;
        gap: 0;
        grid-gap: 0;
        grid-template-columns: repeat(5, 1fr);
        height: 90px;
        max-width: 670px;
        padding: 0 22px 0 0;
    }
}

.detail__ticket__item__flow__step__item {
    align-items: center;
    color: var(--color-white);
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs16);
    font-weight: 700;
    height: 16.6666666667vw;
    justify-content: center;
    line-height: 1.2;
    padding: 8.3333333333vw 0 0;
    position: relative;
    text-align: center;
}

@media (min-width: 768px) {
    .detail__ticket__item__flow__step__item {
        font-size: var(--fs14);
        height: auto;
        padding: 0 0 0 22px;
    }
}

@media (min-width: 992px) {
    .detail__ticket__item__flow__step__item {
        font-size: var(--fs17);
    }
}

.detail__ticket__item__flow__step__item span {
    display: block;
    position: relative;
    z-index: 2;
}

.detail__ticket__item__flow__step__item:after {
    bottom: -5.2777777778vw;
    -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    content: "";
    display: block;
    height: 5.5555555556vw;
    left: 0;
    position: absolute;
    right: 0;
    top: auto;
    width: auto;
    z-index: 1;
}

@media (min-width: 768px) {
    .detail__ticket__item__flow__step__item:after {
        bottom: 0;
        -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
        clip-path: polygon(0 0, 100% 50%, 0 100%);
        height: auto;
        left: auto;
        right: -21px;
        top: 0;
        width: 22px;
    }
}

.detail__ticket__item__flow__step__item:nth-child(1) {
    background-color: #1e7fb7;
}

@media (max-width: 767px) {
    .detail__ticket__item__flow__step__item:nth-child(1) {
        padding-top: 5.5555555556vw;
    }
}

@media (min-width: 768px) {
    .detail__ticket__item__flow__step__item:nth-child(1) {
        padding-left: 20px;
    }
}

.detail__ticket__item__flow__step__item:nth-child(1):after {
    background-color: #1e7fb7;
}

.detail__ticket__item__flow__step__item:nth-child(2) {
    background-color: #3eaacc;
}

.detail__ticket__item__flow__step__item:nth-child(2):after {
    background-color: #3eaacc;
}

@media (min-width: 992px) {
    .detail__ticket__item__flow__step__item:nth-child(2) span {
        transform: translateX(10px);
    }
}

.detail__ticket__item__flow__step__item:nth-child(3) {
    background-color: #319ac4;
}

.detail__ticket__item__flow__step__item:nth-child(3):after {
    background-color: #319ac4;
}

.detail__ticket__item__flow__step__item:nth-child(4) {
    background-color: #268abc;
}

.detail__ticket__item__flow__step__item:nth-child(4):after {
    background-color: #268abc;
}

.detail__ticket__item__flow__step__item:nth-child(5) {
    background-color: #1e7fb7;
}

.detail__ticket__item__flow__step__item:nth-child(5):after {
    background-color: #1e7fb7;
}

.detail__ticket__item__flow__step__item em {
    bottom: 1.1111111111vw;
    display: block;
    font-size: var(--fs12);
    font-style: normal;
    font-weight: 700;
    line-height: 1.15;
    margin: 0;
    position: absolute;
    right: -2.2222222222vw;
    transform: translateX(100%);
}

@media (min-width: 768px) {
    .detail__ticket__item__flow__step__item em {
        bottom: 4px;
        right: -8px;
    }
}

.detail__ticket__item__flow__note {
    margin: 0 auto;
    width: 100%;
}

@media (min-width: 768px) {
    .detail__ticket__item__flow__note {
        max-width: 730px;
    }
}

.detail__ticket__item__flow__note p {
    line-height: 1.2;
    margin: 0 0 1.5em;
}

@media (min-width: 768px) {
    .detail__ticket__item__flow__note p {
        font-size: var(--fs14);
    }
}

.detail__ticket__item__flow__note p:last-child {
    margin-bottom: 0;
}

.detail__ticket__item__web {
    background-color: #f7f7f7;
    border-radius: 3.3333333333vw;
    margin: 0 auto 16.6666666667vw;
    padding: 11.6666666667vw var(--c-pad) 10vw;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .detail__ticket__item__web {
        border-radius: 12px;
        margin: 0 auto 72px;
        max-width: 984px;
        padding: 42px var(--c-pad) 36px;
    }
}

.detail__ticket__item__web__title {
    align-items: center;
    background-color: #153368;
    border: 1.3888888889vw solid var(--color-white);
    border-radius: 7.7777777778vw;
    color: var(--color-white);
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs18);
    height: 14.4444444444vw;
    justify-content: center;
    left: 0;
    line-height: 1.4;
    margin: 0 auto;
    padding: 0.1em 0 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(-50%);
    width: calc(100% - 11.11111vw);
    z-index: 1;
}

@media (min-width: 768px) {
    .detail__ticket__item__web__title {
        border-radius: 28px;
        border-width: 5px;
        font-size: var(--fs24);
        height: 58px;
        width: 393px;
    }
}

.detail__ticket__item__web__banner {
    margin: 0 0 8.3333333333vw;
    padding: 0 0 8.3333333333vw;
    position: relative;
}

@media (min-width: 768px) {
    .detail__ticket__item__web__banner {
        margin: 0 0 30px;
        padding: 0 0 30px;
    }
}

.detail__ticket__item__web__banner:after {
    background-color: var(--color-white);
    border-radius: 1.3888888889vw;
    bottom: 0;
    content: "";
    display: block;
    height: 2.7777777778vw;
    left: 0;
    margin: 0 auto;
    max-width: 219.4444444444vw;
    position: absolute;
    right: 0;
    transform: translateY(50%);
}

@media (min-width: 768px) {
    .detail__ticket__item__web__banner:after {
        border-radius: 5px;
        height: 10px;
        max-width: 790px;
    }
}

.detail__ticket__item__web__banner__content {
    margin: 0 0 4.4444444444vw;
    width: 100%;
}

@media (min-width: 768px) {
    .detail__ticket__item__web__banner__content {
        margin: 0 0 16px;
    }
}

.detail__ticket__item__web__banner__content p {
    font-size: var(--fs14);
    line-height: 1.4;
    margin: 0;
    text-align: center;
}

.detail__ticket__item__web__banner__item-wrapper {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    gap: 5.5555555556vw;
    justify-content: center;
}

@media (min-width: 768px) {
    .detail__ticket__item__web__banner__item-wrapper {
        gap: 24px;
    }
}

.detail__ticket__item__web__banner__item {
    flex: 0 0 calc(50% - 2.77778vw);
    min-width: 0px;
}

@media (min-width: 768px) {
    .detail__ticket__item__web__banner__item {
        flex: 0 1 auto;
    }
}

.detail__ticket__item__web__banner__item a {
    text-decoration: none;
    transition: opacity var(--duration) var(--cubic) 0s;
}

.detail__ticket__item__web__banner__item a:focus {
    opacity: 0.65;
}

@media (hover: hover) and (pointer: fine) {
    .detail__ticket__item__web__banner__item a:hover {
        opacity: 0.65;
    }
}

@media (max-width: 767px) {
    .detail__ticket__item__web__banner__item img {
        width: 100%;
    }
}

.detail__ticket__item__web__banner__item:last-child {
    margin-bottom: 0;
}

.detail__ticket__item__web__flow__title {
    color: var(--color-navy);
    font-size: var(--fs16);
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 1.1111111111vw;
    text-align: center;
}

@media (min-width: 768px) {
    .detail__ticket__item__web__flow__title {
        font-size: var(--fs18);
        margin: 0 0 4px;
    }
}

.detail__ticket__item__web__flow__lead {
    margin: 0 0 8.3333333333vw;
}

@media (min-width: 768px) {
    .detail__ticket__item__web__flow__lead {
        margin: 0 0 30px;
    }
}

.detail__ticket__item__web__flow__lead p {
    color: var(--color-red);
    font-size: var(--fs12);
    line-height: 1.2;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .detail__ticket__item__web__flow__lead p {
        font-size: var(--fs14);
    }
}

.detail__ticket__item__web__flow__step {
    margin: 0 auto 8.3333333333vw;
    overflow: hidden;
    padding: 0 0 5.5555555556vw;
    width: 100%;
}

@media (min-width: 768px) {
    .detail__ticket__item__web__flow__step {
        display: grid;
        gap: 0;
        grid-gap: 0;
        grid-template-columns: repeat(6, 1fr);
        height: 90px;
        margin: 0 auto 58px;
        max-width: 822px;
        padding: 0 22px 0 0;
    }
}

@media (min-width: 992px) {
    .detail__ticket__item__web__flow__step {
        padding: 0 22px;
    }
}

.detail__ticket__item__web__flow__step__item {
    align-items: center;
    color: var(--color-white);
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs16);
    font-weight: 700;
    height: 16.6666666667vw;
    justify-content: center;
    line-height: 1.2;
    padding: 8.3333333333vw 0 0;
    position: relative;
    text-align: center;
}

@media (min-width: 768px) {
    .detail__ticket__item__web__flow__step__item {
        font-size: var(--fs12);
        height: auto;
        padding: 0 0 0 22px;
    }
}

@media (min-width: 992px) {
    .detail__ticket__item__web__flow__step__item {
        font-size: var(--fs17);
    }
}

.detail__ticket__item__web__flow__step__item span {
    display: block;
    position: relative;
    z-index: 2;
}

.detail__ticket__item__web__flow__step__item:after {
    bottom: -5.2777777778vw;
    -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    content: "";
    display: block;
    height: 5.5555555556vw;
    left: 0;
    position: absolute;
    right: 0;
    top: auto;
    width: auto;
    z-index: 1;
}

@media (min-width: 768px) {
    .detail__ticket__item__web__flow__step__item:after {
        bottom: -2px;
        -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
        clip-path: polygon(0 0, 100% 50%, 0 100%);
        height: auto;
        left: auto;
        right: -21px;
        top: -2px;
        width: 22px;
    }
}

.detail__ticket__item__web__flow__step__item:nth-child(1) {
    background-color: #1e7fb7;
}

@media (max-width: 767px) {
    .detail__ticket__item__web__flow__step__item:nth-child(1) {
        padding-top: 5.5555555556vw;
    }
}

@media (min-width: 768px) {
    .detail__ticket__item__web__flow__step__item:nth-child(1) {
        padding-left: 0;
    }
}

.detail__ticket__item__web__flow__step__item:nth-child(1):after {
    background-color: #1e7fb7;
}

.detail__ticket__item__web__flow__step__item:nth-child(2) {
    background-color: #3eaacc;
}

.detail__ticket__item__web__flow__step__item:nth-child(2):after {
    background-color: #3eaacc;
}

.detail__ticket__item__web__flow__step__item:nth-child(3) {
    background-color: #319ac4;
}

.detail__ticket__item__web__flow__step__item:nth-child(3):after {
    background-color: #319ac4;
}

@media (min-width: 768px) {
    .detail__ticket__item__web__flow__step__item:nth-child(3) span {
        transform: translateX(5px);
    }
}

@media (min-width: 992px) {
    .detail__ticket__item__web__flow__step__item:nth-child(3) span {
        transform: translateX(10px);
    }
}

.detail__ticket__item__web__flow__step__item:nth-child(4) {
    background-color: #268abc;
}

.detail__ticket__item__web__flow__step__item:nth-child(4):after {
    background-color: #268abc;
}

.detail__ticket__item__web__flow__step__item:nth-child(5) {
    background-color: #1e7fb7;
}

.detail__ticket__item__web__flow__step__item:nth-child(5):after {
    background-color: #1e7fb7;
}

.detail__ticket__item__web__flow__step__item:nth-child(6) {
    background-color: #3eaacc;
}

.detail__ticket__item__web__flow__step__item:nth-child(6):after {
    background-color: #3eaacc;
}

.detail__ticket__item__web__flow__step__item em {
    bottom: 1.1111111111vw;
    display: block;
    font-size: var(--fs12);
    font-style: normal;
    font-weight: 700;
    line-height: 1.15;
    margin: 0;
    position: absolute;
    right: -2.2222222222vw;
    transform: translateX(100%);
}

@media (min-width: 768px) {
    .detail__ticket__item__web__flow__step__item em {
        bottom: 4px;
        right: -8px;
    }
}

.detail__ticket__item__web__flow__note {
    margin: 0 auto;
    width: 100%;
}

@media (min-width: 768px) {
    .detail__ticket__item__web__flow__note {
        max-width: 730px;
    }
}

.detail__ticket__item__web__flow__note p {
    line-height: 1.2;
    margin: 0 0 1.3em;
}

@media (min-width: 768px) {
    .detail__ticket__item__web__flow__note p {
        font-size: var(--fs14);
    }
}

.detail__ticket__item__web__flow__note p:last-child {
    margin-bottom: 0;
}

.detail__ticket__item__paper {
    background-color: #f7f7f7;
    border-radius: 3.3333333333vw;
    margin: 0 auto;
    padding: 13.8888888889vw var(--c-pad) 10vw;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .detail__ticket__item__paper {
        border-radius: 12px;
        max-width: 984px;
        padding: 60px var(--c-pad) 36px;
    }
}

.detail__ticket__item__paper__title {
    align-items: center;
    background-color: #153368;
    border: 1.3888888889vw solid var(--color-white);
    border-radius: 7.7777777778vw;
    color: var(--color-white);
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs18);
    height: 14.4444444444vw;
    justify-content: center;
    left: 0;
    line-height: 1.4;
    margin: 0 auto;
    padding: 0.1em 0 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(-50%);
    width: calc(100% - 11.11111vw);
    z-index: 1;
}

@media (min-width: 768px) {
    .detail__ticket__item__paper__title {
        border-radius: 28px;
        border-width: 5px;
        font-size: var(--fs24);
        height: 58px;
        width: 393px;
    }
}

.detail__ticket__item__paper__lead p {
    font-size: var(--fs14);
    margin: 0 0 11.1111111111vw;
    text-align: center;
}

@media (min-width: 768px) {
    .detail__ticket__item__paper__lead p {
        margin: 0 0 60px;
    }
}

.detail__ticket__item__paper__main {
    margin: 0 auto 16.6666666667vw;
}

@media (min-width: 768px) {
    .detail__ticket__item__paper__main {
        margin: 0 auto 80px;
        max-width: 848px;
    }
}

.detail__ticket__item__paper__main__title {
    color: #153368;
    font-size: var(--fs18);
    font-weight: 700;
    line-height: 1.22;
    margin: 0 0 3.3333333333vw;
    text-align: center;
}

@media (min-width: 768px) {
    .detail__ticket__item__paper__main__title {
        margin: 0 0 4px;
    }
}

.detail__ticket__item__paper__main__item-wrapper {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 6.6666666667vw;
    justify-content: center;
}

@media (min-width: 768px) {
    .detail__ticket__item__paper__main__item-wrapper {
        gap: 20px 40px;
    }
}

.detail__ticket__item__paper__main__item {
    color: inherit;
    display: block;
    flex: 0 0 100%;
    min-width: 0px;
    text-decoration: none;
    transition: opacity var(--duration) var(--cubic) 0s;
}

@media (min-width: 768px) {
    .detail__ticket__item__paper__main__item {
        flex: 0 0 calc(33.33333% - 26.66667px);
    }
}

.detail__ticket__item__paper__main__item__fig {
    aspect-ratio: 255/157;
    border-radius: 3.3333333333vw;
    height: auto;
    margin: 0 0 2.2222222222vw;
    overflow: hidden;
    text-align: center;
}

@media (min-width: 768px) {
    .detail__ticket__item__paper__main__item__fig {
        border-radius: 12px;
        margin: 0 0 12px;
    }
}

.detail__ticket__item__paper__main__item__fig img {
    border-radius: 3.3333333333vw;
    transition: transform var(--duration) var(--cubic) 0s;
}

@media (max-width: 767px) {
    .detail__ticket__item__paper__main__item__fig img {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .detail__ticket__item__paper__main__item__fig img {
        border-radius: 12px;
    }
}

.detail__ticket__item__paper__main__item__title {
    font-size: var(--fs14);
    line-height: 1.2;
    margin: 0;
    text-align: center;
}

@media (min-width: 992px) {
    .detail__ticket__item__paper__main__item__title {
        font-size: var(--fs16);
    }
}

.detail__ticket__item__paper__main__item__action {
    color: #1e7fb7;
    font-size: var(--fs14);
    padding: 0 0 0 1.25em;
    text-align: center;
}

.detail__ticket__item__paper__main__item__action:after {
    background-color: #1e7fb7;
    content: "";
    display: inline-block;
    height: 3.0555555556vw;
    margin: 0 0 0 1em;
    -webkit-mask-image: url(../images/icons/icon-white-right-angle.svg);
    mask-image: url(../images/icons/icon-white-right-angle.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    width: 2.2222222222vw;
}

@media (min-width: 768px) {
    .detail__ticket__item__paper__main__item__action:after {
        height: 11px;
        width: 8px;
    }
}

.detail__ticket__item__paper__main__item:focus {
    opacity: 0.6;
}

.detail__ticket__item__paper__main__item:focus .detail__ticket__item__paper__main__item__fig img {
    transform: scale(1.05);
}

@media (hover: hover) and (pointer: fine) {
    .detail__ticket__item__paper__main__item:hover {
        opacity: 0.6;
    }

    .detail__ticket__item__paper__main__item:hover .detail__ticket__item__paper__main__item__fig img {
        transform: scale(1.05);
    }
}

.detail__ticket__item__paper__other {
    margin: 0 auto 8.3333333333vw;
    padding: 0 0 11.1111111111vw;
    position: relative;
}

@media (min-width: 768px) {
    .detail__ticket__item__paper__other {
        margin: 0 auto 40px;
        max-width: 848px;
        padding: 0 0 40px;
    }
}

.detail__ticket__item__paper__other:after {
    background-color: var(--color-white);
    border-radius: 1.3888888889vw;
    bottom: 0;
    content: "";
    display: block;
    height: 2.7777777778vw;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    transform: translateY(50%);
}

@media (min-width: 768px) {
    .detail__ticket__item__paper__other:after {
        border-radius: 5px;
        height: 10px;
        max-width: 790px;
    }
}

.detail__ticket__item__paper__other__item-wrapper {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 11.1111111111vw;
    justify-content: center;
}

@media (min-width: 768px) {
    .detail__ticket__item__paper__other__item-wrapper {
        gap: 20px 40px;
    }
}

.detail__ticket__item__paper__other__item {
    color: inherit;
    display: block;
    flex: 0 0 100%;
    min-width: 0px;
    text-decoration: none;
    transition: opacity var(--duration) var(--cubic) 0s;
}

@media (min-width: 768px) {
    .detail__ticket__item__paper__other__item {
        flex: 0 0 calc(33.33333% - 26.66667px);
    }
}

.detail__ticket__item__paper__other__item__title {
    color: #153368;
    font-size: var(--fs18);
    font-weight: 700;
    line-height: 1.22;
    margin: 0 0 1.1111111111vw;
    text-align: center;
}

@media (min-width: 768px) {
    .detail__ticket__item__paper__other__item__title {
        margin: 0 0 4px;
    }
}

.detail__ticket__item__paper__other__item__fig {
    aspect-ratio: 255/157;
    border-radius: 3.3333333333vw;
    height: auto;
    margin: 0 0 2.2222222222vw;
    overflow: hidden;
    text-align: center;
}

@media (min-width: 768px) {
    .detail__ticket__item__paper__other__item__fig {
        border-radius: 12px;
        margin: 0 0 12px;
    }
}

.detail__ticket__item__paper__other__item__fig img {
    border-radius: 3.3333333333vw;
    transition: transform var(--duration) var(--cubic) 0s;
}

@media (max-width: 767px) {
    .detail__ticket__item__paper__other__item__fig img {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .detail__ticket__item__paper__other__item__fig img {
        border-radius: 12px;
    }
}

.detail__ticket__item__paper__other__item__action {
    color: #1e7fb7;
    font-size: var(--fs14);
    text-align: center;
}

.detail__ticket__item__paper__other__item__action:after {
    background-color: #1e7fb7;
    content: "";
    display: inline-block;
    height: 3.0555555556vw;
    margin: 0 0 0 1em;
    -webkit-mask-image: url(../images/icons/icon-white-right-angle.svg);
    mask-image: url(../images/icons/icon-white-right-angle.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    width: 2.2222222222vw;
}

@media (min-width: 768px) {
    .detail__ticket__item__paper__other__item__action:after {
        height: 11px;
        width: 8px;
    }
}

.detail__ticket__item__paper__other__item:focus {
    opacity: 0.6;
}

.detail__ticket__item__paper__other__item:focus .detail__ticket__item__paper__other__item__fig img {
    transform: scale(1.05);
}

@media (hover: hover) and (pointer: fine) {
    .detail__ticket__item__paper__other__item:hover {
        opacity: 0.6;
    }

    .detail__ticket__item__paper__other__item:hover .detail__ticket__item__paper__other__item__fig img {
        transform: scale(1.05);
    }
}

.detail__ticket__item__paper__flow__title {
    color: var(--color-navy);
    font-size: var(--fs16);
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 5.5555555556vw;
    text-align: center;
}

@media (min-width: 768px) {
    .detail__ticket__item__paper__flow__title {
        font-size: var(--fs18);
        margin: 0 0 24px;
    }
}

.detail__ticket__item__paper__flow:has(.detail__ticket__item__paper__flow__lead) .detail__ticket__item__paper__flow__title {
    margin: 0 0 1.1111111111vw;
}

@media (min-width: 768px) {
    .detail__ticket__item__paper__flow:has(.detail__ticket__item__paper__flow__lead) .detail__ticket__item__paper__flow__title {
        margin: 0 0 4px;
    }
}

.detail__ticket__item__paper__flow__lead {
    margin: 0 0 5.5555555556vw;
}

@media (min-width: 768px) {
    .detail__ticket__item__paper__flow__lead {
        margin: 0 0 20px;
    }
}

.detail__ticket__item__paper__flow__lead p {
    color: var(--color-red);
    font-size: var(--fs12);
    line-height: 1.2;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .detail__ticket__item__paper__flow__lead p {
        font-size: var(--fs14);
    }
}

.detail__ticket__item__paper__flow__step {
    margin: 0 auto;
    overflow: hidden;
    padding: 0 0 5.5555555556vw;
    width: 100%;
}

@media (min-width: 768px) {
    .detail__ticket__item__paper__flow__step {
        display: grid;
        gap: 0;
        grid-gap: 0;
        grid-template-columns: repeat(3, 1fr);
        height: 90px;
        max-width: 415px;
        padding: 0 22px 0 0;
    }
}

.detail__ticket__item__paper__flow__step__item {
    align-items: center;
    color: var(--color-white);
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs16);
    font-weight: 700;
    height: 16.6666666667vw;
    justify-content: center;
    line-height: 1.2;
    padding: 8.3333333333vw 0 0;
    position: relative;
    text-align: center;
}

@media (min-width: 768px) {
    .detail__ticket__item__paper__flow__step__item {
        font-size: var(--fs12);
        height: auto;
        padding: 0 0 0 22px;
    }
}

@media (min-width: 992px) {
    .detail__ticket__item__paper__flow__step__item {
        font-size: var(--fs17);
    }
}

.detail__ticket__item__paper__flow__step__item span {
    display: block;
    position: relative;
    z-index: 2;
}

.detail__ticket__item__paper__flow__step__item:after {
    bottom: -5.2777777778vw;
    -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    content: "";
    display: block;
    height: 5.5555555556vw;
    left: 0;
    position: absolute;
    right: 0;
    top: auto;
    width: auto;
    z-index: 1;
}

@media (min-width: 768px) {
    .detail__ticket__item__paper__flow__step__item:after {
        bottom: -2px;
        -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
        clip-path: polygon(0 0, 100% 50%, 0 100%);
        height: auto;
        left: auto;
        right: -21px;
        top: -2px;
        width: 22px;
    }
}

.detail__ticket__item__paper__flow__step__item:nth-child(1) {
    background-color: #3eaacc;
}

@media (max-width: 767px) {
    .detail__ticket__item__paper__flow__step__item:nth-child(1) {
        padding-top: 5.5555555556vw;
    }
}

@media (min-width: 768px) {
    .detail__ticket__item__paper__flow__step__item:nth-child(1) {
        padding-left: 20px;
    }
}

.detail__ticket__item__paper__flow__step__item:nth-child(1):after {
    background-color: #3eaacc;
}

.detail__ticket__item__paper__flow__step__item:nth-child(2) {
    background-color: #319ac4;
}

.detail__ticket__item__paper__flow__step__item:nth-child(2):after {
    background-color: #319ac4;
}

@media (min-width: 992px) {
    .detail__ticket__item__paper__flow__step__item:nth-child(2) span {
        transform: translateX(10px);
    }
}

.detail__ticket__item__paper__flow__step__item:nth-child(3) {
    background-color: #268abc;
}

.detail__ticket__item__paper__flow__step__item:nth-child(3):after {
    background-color: #268abc;
}

.detail__ticket__item__paper__flow__step__item em {
    bottom: 4px;
    display: block;
    font-size: var(--fs12);
    font-style: normal;
    font-weight: 700;
    line-height: 1.15;
    margin: 0;
    position: absolute;
    right: -8px;
    transform: translateX(100%);
}

.detail__ticket__item__paper__flow__note {
    margin: 0 auto;
    max-width: 730px;
    width: 100%;
}

.detail__ticket__item__paper__flow__note p {
    line-height: 1.2;
    margin: 0 0 1.5em;
}

@media (min-width: 768px) {
    .detail__ticket__item__paper__flow__note p {
        font-size: var(--fs14);
    }
}

.detail__ticket__item__paper__flow__note p:last-child {
    margin-bottom: 0;
}

.detail__map {
    margin: 0 0 16.6666666667vw;
    padding: 0 var(--c-pad);
}

@media (min-width: 768px) {
    .detail__map {
        margin: 0 0 80px;
    }
}

.detail__map-container {
    background-color: var(--color-white);
    border-radius: 2.7777777778vw;
    margin: 0 auto;
    padding: 8.3333333333vw var(--c-pad);
    width: 100%;
}

@media (min-width: 768px) {
    .detail__map-container {
        border-radius: 10px;
        max-width: 1154px;
        padding: 36px var(--c-pad) 20px;
    }
}

.detail__map__title {
    background-color: var(--color-gray);
    color: var(--color-navy);
    display: block;
    font-size: var(--fs24);
    line-height: 1.05;
    margin: 0 auto 5.5555555556vw;
    padding: 0.1em 0.1em 0.05em;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .detail__map__title {
        font-size: var(--fs30);
        margin: 0 auto 20px;
    }
}

_::-webkit-full-page-media, _:future, :root .detail__map__title {
    padding-block: 0.05em 0.1em;
}

.detail__map__cs {
    color: var(--color-red);
    font-size: var(--fs24);
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .detail__map__cs {
        font-size: var(--fs30);
    }
}

.detail__brewery {
    margin: 0 0 16.6666666667vw;
    padding: 0 var(--c-pad);
}

@media (min-width: 768px) {
    .detail__brewery {
        margin: 0 0 124px;
    }
}

.detail__brewery-container {
    margin: 0 auto;
    max-width: 1300px;
    width: 100%;
}

.detail__brewery__title {
    background-color: var(--color-gray);
    color: var(--color-navy);
    display: block;
    font-size: var(--fs24);
    line-height: 1.05;
    margin: 0 auto 5.5555555556vw;
    padding: 0.1em 0.1em 0.05em;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .detail__brewery__title {
        font-size: var(--fs30);
        margin: 0 auto 20px;
    }
}

_::-webkit-full-page-media, _:future, :root .detail__brewery__title {
    padding-block: 0.05em 0.1em;
}

.detail__brewery__subtitle {
    font-size: var(--fs20);
    font-weight: 400;
    line-height: 1.4;
    margin: 0 0 2.7777777778vw;
    text-align: center;
}

@media (min-width: 768px) {
    .detail__brewery__subtitle {
        font-size: var(--fs24);
        margin: 0 0 10px;
    }
}

.detail__brewery__content {
    margin: 0 0 7.7777777778vw;
}

@media (min-width: 768px) {
    .detail__brewery__content {
        margin: 0 0 28px;
    }
}

.detail__brewery__content p {
    font-size: var(--fs13);
    line-height: 1.21;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .detail__brewery__content p {
        font-size: var(--fs14);
    }
}

.detail__brewery__sake {
    margin: 0 0 11.1111111111vw;
}

@media (min-width: 768px) {
    .detail__brewery__sake {
        margin: 0 0 40px;
    }
}

.detail__brewery__sake__title {
    background-color: var(--color-black);
    color: var(--color-white);
    font-size: var(--fs20);
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 5.5555555556vw;
    padding: 2.2222222222vw 2.2222222222vw;
    text-align: center;
}

@media (min-width: 768px) {
    .detail__brewery__sake__title {
        font-size: var(--fs24);
        margin: 0 0 36px;
        padding: 14px 8px;
    }
}

.detail__brewery__sake__item-wrapper {
    display: grid;
    gap: 6.6666666667vw 8.3333333333vw;
    grid-gap: 6.6666666667vw 8.3333333333vw;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 0 22.2222222222vw;
    padding: 0;
    width: 100%;
}

@media (min-width: 768px) {
    .detail__brewery__sake__item-wrapper {
        gap: 28px 32px;
        grid-template-columns: repeat(4, 1fr);
        margin: 0 0 80px;
        padding: 0 45px;
    }
}

@media (min-width: 992px) {
    .detail__brewery__sake__item-wrapper {
        grid-template-columns: repeat(6, 1fr);
    }
}

.detail__brewery__sake__item-wrapper:last-child {
    margin-bottom: 0;
}

.detail__brewery__sake__item-wrapper--other {
    align-items: stretch;
    background-color: #c9c9c9;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding: 5.5555555556vw;
}

@media (min-width: 768px) {
    .detail__brewery__sake__item-wrapper--other {
        padding: 20px 4px;
    }
}

.detail__brewery__sake__item-wrapper--other__title {
    flex: 0 0 100%;
    font-size: var(--fs20);
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 -2.2222222222vw;
    text-align: center;
}

@media (min-width: 768px) {
    .detail__brewery__sake__item-wrapper--other__title {
        font-size: var(--fs24);
        grid-column: span 4;
        margin: 0 0 -8px;
    }
}

@media (min-width: 992px) {
    .detail__brewery__sake__item-wrapper--other__title {
        grid-column: span 6;
    }
}

.detail__brewery__sake__item-wrapper--other .detail__brewery__sake__item {
    flex: 0 0 calc(50% - 4.16667vw);
}

@media (min-width: 768px) {
    .detail__brewery__sake__item-wrapper--other .detail__brewery__sake__item {
        flex: 0 0 calc(25% - 24px);
    }
}

@media (min-width: 992px) {
    .detail__brewery__sake__item-wrapper--other .detail__brewery__sake__item {
        flex: 0 0 calc(16.66667% - 26.66667px);
    }
}

.detail__brewery__sake__item {
    min-width: 0px;
}

.detail__brewery__sake__item__link {
    color: inherit;
    display: block;
    min-width: 0px;
    position: relative;
    text-decoration: none;
}

.detail__brewery__sake__item__link__fig {
    align-items: center;
    background-color: var(--color-white);
    border-radius: 2.7777777778vw;
    display: flex;
    flex-flow: row nowrap;
    height: 50vw;
    justify-content: center;
    margin: 0 0 1.1111111111vw;
    padding: 4.4444444444vw;
    position: relative;
}

@media (min-width: 768px) {
    .detail__brewery__sake__item__link__fig {
        border-radius: 10px;
        height: 200px;
        margin: 0 0 4px;
        padding: 8px;
    }
}

.detail__brewery__sake__item__link__fig:before {
    background-color: #365684;
    background-image: url(../images/icons/icon-white-right-angle.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 5px 7px;
    border-radius: 50%;
    bottom: 8px;
    content: "";
    display: none;
    height: 15px;
    position: absolute;
    right: 8px;
    width: 15px;
    z-index: 1;
}

@media (max-width: 767px) {
    .detail__brewery__sake__item__link__fig img {
        height: 100%;
        object-fit: contain;
        object-position: center;
        width: 100%;
    }
}

.detail__brewery__sake__item__link__name {
    font-size: var(--fs15);
    line-height: 1.4;
    margin: 0 0 0.5555555556vw;
    text-align: center;
}

@media (min-width: 768px) {
    .detail__brewery__sake__item__link__name {
        font-size: var(--fs18);
        margin: 0 0 2px;
    }
}

.detail__brewery__sake__item__link__area {
    font-size: var(--fs11);
    line-height: 1.4;
    text-align: center;
}

@media (min-width: 768px) {
    .detail__brewery__sake__item__link__area {
        font-size: var(--fs12);
    }
}

a.detail__brewery__sake__item__link {
    transition: opacity var(--duration) var(--cubic) 0s;
}

a.detail__brewery__sake__item__link .detail__brewery__sake__item__link__fig:before {
    display: block;
}

a.detail__brewery__sake__item__link:focus {
    opacity: 0.65;
}

@media (hover: hover) and (pointer: fine) {
    a.detail__brewery__sake__item__link:hover {
        opacity: 0.65;
    }
}

.detail__brewery__beer__title {
    background-color: var(--color-black);
    color: var(--color-white);
    font-size: var(--fs20);
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 5.5555555556vw;
    padding: 2.2222222222vw 2.2222222222vw;
    text-align: center;
}

@media (min-width: 768px) {
    .detail__brewery__beer__title {
        font-size: var(--fs24);
        margin: 0 0 20px;
        padding: 14px 8px;
    }
}

.detail__brewery__beer__cs {
    color: var(--color-red);
    font-size: var(--fs24);
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .detail__brewery__beer__cs {
        font-size: var(--fs30);
    }
}

.detail__brewery__beer__item-wrapper {
    display: grid;
    gap: 6.6666666667vw 8.3333333333vw;
    grid-gap: 6.6666666667vw 8.3333333333vw;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
    width: 100%;
}

@media (min-width: 768px) {
    .detail__brewery__beer__item-wrapper {
        gap: 28px 32px;
        grid-template-columns: repeat(4, 1fr);
        padding: 0 45px;
    }
}

@media (min-width: 992px) {
    .detail__brewery__beer__item-wrapper {
        grid-template-columns: repeat(5, 1fr);
    }
}

.detail__brewery__beer__item {
    min-width: 0px;
}

.detail__brewery__beer__item__link {
    color: inherit;
    display: block;
    min-width: 0px;
    position: relative;
    text-decoration: none;
}

.detail__brewery__beer__item__link__fig {
    margin: 0 0 1.1111111111vw;
    position: relative;
}

@media (min-width: 768px) {
    .detail__brewery__beer__item__link__fig {
        margin: 0 0 4px;
    }
}

.detail__brewery__beer__item__link__fig:before {
    background-color: #365684;
    background-image: url(../images/icons/icon-white-right-angle.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 5px 7px;
    border-radius: 50%;
    bottom: 8px;
    content: "";
    display: none;
    height: 15px;
    position: absolute;
    right: 8px;
    width: 15px;
    z-index: 1;
}

.detail__brewery__beer__item__link__fig img {
    border-radius: 2.7777777778vw;
}

@media (max-width: 767px) {
    .detail__brewery__beer__item__link__fig img {
        height: 100%;
        object-fit: contain;
        object-position: center;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .detail__brewery__beer__item__link__fig img {
        border-radius: 10px;
    }
}

.detail__brewery__beer__item__link__name {
    font-size: var(--fs15);
    line-height: 1.4;
    margin: 0 0 0.5555555556vw;
    text-align: center;
}

@media (min-width: 768px) {
    .detail__brewery__beer__item__link__name {
        font-size: var(--fs18);
        margin: 0 0 2px;
    }
}

.detail__brewery__beer__item__link__area {
    font-size: var(--fs11);
    line-height: 1.4;
    text-align: center;
}

@media (min-width: 768px) {
    .detail__brewery__beer__item__link__area {
        font-size: var(--fs12);
    }
}

a.detail__brewery__beer__item__link {
    transition: opacity var(--duration) var(--cubic) 0s;
}

a.detail__brewery__beer__item__link .detail__brewery__beer__item__link__fig:before {
    display: block;
}

a.detail__brewery__beer__item__link:focus {
    opacity: 0.65;
}

@media (hover: hover) and (pointer: fine) {
    a.detail__brewery__beer__item__link:hover {
        opacity: 0.65;
    }
}

.detail__shop {
    margin: 0 0 16.6666666667vw;
    padding: 0 var(--c-pad);
}

@media (min-width: 768px) {
    .detail__shop {
        margin: 0 0 50px;
        padding: 0 var(--c-pad);
    }
}

.detail__shop-container {
    margin: 0 auto;
    max-width: 1300px;
    width: 100%;
}

.detail__shop__title {
    background-color: var(--color-gray);
    color: var(--color-navy);
    display: block;
    font-size: var(--fs24);
    line-height: 1.05;
    margin: 0 auto 5.5555555556vw;
    padding: 0.1em 0.1em 0.05em;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .detail__shop__title {
        font-size: var(--fs30);
        margin: 0 auto 20px;
    }
}

_::-webkit-full-page-media, _:future, :root .detail__shop__title {
    padding-block: 0.05em 0.1em;
}

.detail__shop__cs {
    color: var(--color-red);
    font-size: var(--fs24);
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .detail__shop__cs {
        font-size: var(--fs30);
    }
}

.detail__shop__list {
    margin: 0 0 11.1111111111vw;
}

@media (min-width: 768px) {
    .detail__shop__list {
        margin: 0 0 40px;
    }
}

.detail__shop__list:last-child {
    margin-bottom: 0;
}

.detail__shop__list__title {
    background-color: var(--color-black);
    color: var(--color-white);
    font-size: var(--fs20);
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 5.5555555556vw;
    padding: 2.2222222222vw 2.2222222222vw;
    text-align: center;
}

@media (min-width: 768px) {
    .detail__shop__list__title {
        font-size: var(--fs24);
        margin: 0 0 20px;
        padding: 14px 8px;
    }
}

.detail__shop__list__item-wrapper {
    display: grid;
    gap: 6.6666666667vw 8.3333333333vw;
    grid-gap: 6.6666666667vw 8.3333333333vw;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
    width: 100%;
}

@media (min-width: 768px) {
    .detail__shop__list__item-wrapper {
        gap: 28px 32px;
        grid-template-columns: repeat(4, 1fr);
        padding: 0 45px;
    }
}

@media (min-width: 992px) {
    .detail__shop__list__item-wrapper {
        grid-template-columns: repeat(5, 1fr);
    }
}

@media (min-width: 1240px) {
    .detail__shop__list__item-wrapper {
        gap: 28px 52px;
    }
}

.detail__shop__list__item {
    min-width: 0px;
}

.detail__shop__list__item__link {
    color: inherit;
    display: block;
    min-width: 0px;
    position: relative;
    text-decoration: none;
}

.detail__shop__list__item__link__fig {
    margin: 0 0 1.1111111111vw;
    position: relative;
}

@media (min-width: 768px) {
    .detail__shop__list__item__link__fig {
        margin: 0 0 4px;
    }
}

.detail__shop__list__item__link__fig:before {
    background-color: #365684;
    background-image: url(../images/icons/icon-white-right-angle.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 5px 7px;
    border-radius: 50%;
    bottom: 8px;
    content: "";
    display: none;
    height: 15px;
    position: absolute;
    right: 8px;
    width: 15px;
    z-index: 1;
}

.detail__shop__list__item__link__fig img {
    border-radius: 2.7777777778vw;
}

@media (max-width: 767px) {
    .detail__shop__list__item__link__fig img {
        height: 100%;
        object-fit: contain;
        object-position: center;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .detail__shop__list__item__link__fig img {
        border-radius: 10px;
    }
}

.detail__shop__list__item__link__name {
    font-size: var(--fs15);
    line-height: 1.4;
    margin: 0 0 0.5555555556vw;
    text-align: center;
}

@media (min-width: 768px) {
    .detail__shop__list__item__link__name {
        font-size: var(--fs18);
        margin: 0 0 2px;
    }
}

.detail__shop__list__item__link__area {
    font-size: var(--fs11);
    line-height: 1.4;
    text-align: center;
}

@media (min-width: 768px) {
    .detail__shop__list__item__link__area {
        font-size: var(--fs12);
    }
}

a.detail__shop__list__item__link {
    transition: opacity var(--duration) var(--cubic) 0s;
}

a.detail__shop__list__item__link .detail__shop__list__item__link__fig:before {
    display: block;
}

a.detail__shop__list__item__link:focus {
    opacity: 0.65;
}

@media (hover: hover) and (pointer: fine) {
    a.detail__shop__list__item__link:hover {
        opacity: 0.65;
    }
}

.detail__sp {
    margin: 0;
    padding: 0 var(--c-pad);
}

@media (min-width: 768px) {
    .detail__sp {
        padding: 0 var(--c-pad);
    }
}

.detail__sp-container {
    background-color: var(--color-white);
    border-radius: 2.7777777778vw;
    margin: 0 auto;
    max-width: 1154px;
    padding: 8.3333333333vw var(--c-pad) 5.5555555556vw;
    width: 100%;
}

@media (min-width: 768px) {
    .detail__sp-container {
        border-radius: 10px;
        padding: 36px var(--c-pad) 20px;
    }
}

.detail__sp__title {
    background-color: var(--color-gray);
    color: var(--color-navy);
    display: block;
    font-size: var(--fs24);
    line-height: 1.05;
    margin: 0 auto 6.9444444444vw;
    padding: 0.1em 0.1em 0.05em;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .detail__sp__title {
        font-size: var(--fs30);
        margin: 0 auto 25px;
    }
}

_::-webkit-full-page-media, _:future, :root .detail__sp__title {
    padding-block: 0.05em 0.1em;
}

.detail__sp__cs {
    color: var(--color-red);
    font-size: var(--fs24);
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .detail__sp__cs {
        font-size: var(--fs30);
    }
}

.faq {
    background-color: #f7f7f7;
    padding: 0 0 16.6666666667vw;
}

@media (min-width: 768px) {
    .faq {
        padding: 0 0 100px;
    }
}

.faq-container {
    margin: 0 auto;
    max-width: calc(1120px + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    width: 100%;
}

.faq__title {
    color: #365684;
    font-size: var(--fs38);
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 11.1111111111vw;
    text-align: center;
}

@media (min-width: 768px) {
    .faq__title {
        font-size: 3rem;
        margin: 0 0 56px;
    }
}

.faq__item {
    background-color: var(--color-white);
    border: 0.2777777778vw solid var(--color-gray);
    border-radius: 3.3333333333vw;
    margin: 0 0 4.4444444444vw;
    padding: 0 2.7777777778vw;
}

@media (min-width: 768px) {
    .faq__item {
        border-radius: 12px;
        border-width: 1px;
        margin: 0 0 26px;
        padding: 0 40px;
    }
}

.faq__item:last-child {
    margin-bottom: 0;
}

.faq__item__head {
    cursor: pointer;
    padding: 3.3333333333vw 0 3.3333333333vw 8.3333333333vw;
    position: relative;
}

@media (min-width: 768px) {
    .faq__item__head {
        padding: 44px 0 44px 64px;
    }
}

.faq__item__head:before {
    background-image: url(../images/pages/front/front-faq-icon-q.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 5vw;
    left: 0;
    margin: auto 0;
    position: absolute;
    top: 0;
    width: 5vw;
}

@media (min-width: 768px) {
    .faq__item__head:before {
        height: 18px;
        left: 4px;
        width: 18px;
    }
}

.faq__item__head__title {
    font-size: var(--fs16);
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.4;
    margin: 0;
    padding: 0 6.9444444444vw 0 0;
    position: relative;
}

@media (min-width: 768px) {
    .faq__item__head__title {
        font-size: var(--fs20);
        letter-spacing: 0.14em;
        padding: 0 53px 0 0;
    }
}

.faq__item__head__title:after {
    background-image: url(../images/pages/front/front-faq-icon-plus.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 4.7222222222vw;
    margin: auto 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: transform var(--duration) var(--cubic) 0s;
    width: 4.7222222222vw;
}

@media (min-width: 768px) {
    .faq__item__head__title:after {
        height: 17px;
        right: 24px;
        width: 17px;
    }
}

.faq__item__contents {
    border-top: 0.2777777778vw solid var(--color-gray);
    display: none;
    padding: 3.3333333333vw 0;
    position: relative;
}

@media (min-width: 768px) {
    .faq__item__contents {
        border-top-width: 1px;
        padding: 44px 0;
    }
}

.faq__item__contents__content {
    padding: 0 0 0 8.3333333333vw;
    position: relative;
}

@media (min-width: 768px) {
    .faq__item__contents__content {
        padding: 0 0 0 64px;
    }
}

.faq__item__contents__content:before {
    background-image: url(../images/pages/front/front-faq-icon-a.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 5vw;
    left: 0;
    position: absolute;
    top: 0;
    width: 5vw;
}

@media (min-width: 768px) {
    .faq__item__contents__content:before {
        height: 18px;
        left: 4px;
        width: 18px;
    }
}

.faq__item__contents__content p {
    font-size: var(--fs14);
    font-weight: 400;
    letter-spacing: 0.14em;
    line-height: 1.6;
    margin: 0 0 1.5em;
}

@media (min-width: 768px) {
    .faq__item__contents__content p {
        font-size: var(--fs16);
    }
}

.faq__item__contents__content p:last-child {
    margin-bottom: 0;
}

.faq__item__contents__content p a {
    color: var(--color-navy);
    text-decoration: underline;
}

.faq__item__contents__content p a:focus {
    text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
    .faq__item__contents__content p a:hover {
        text-decoration: none;
    }
}

.faq__item.-active .faq__item__head__title:after {
    transform: rotate(45deg);
}

.caution {
    background-color: #2384b6;
    background-image: url(../images/pages/front/front-caution-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 11.1111111111vw 0;
}

@media (min-width: 768px) {
    .caution {
        padding: 52px 0;
    }
}

.caution-container {
    margin: 0 auto;
    max-width: calc(860px + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    width: 100%;
}

.caution__title {
    color: var(--color-white);
    font-size: var(--fs20);
    line-height: 1.4;
    margin: 0 0 2.2222222222vw;
    text-align: center;
}

@media (min-width: 768px) {
    .caution__title {
        font-size: var(--fs24);
        margin: 0 0 8px;
    }
}

.caution__icon {
    margin: 0 0 8.8888888889vw;
    text-align: center;
}

@media (min-width: 768px) {
    .caution__icon {
        margin: 0 0 32px;
    }
}

.caution__content p {
    color: var(--color-white);
    font-size: var(--fs13);
    line-height: 1.8;
    margin: 0 0 1.5em;
    text-align: center;
}

@media (min-width: 768px) {
    .caution__content p {
        font-size: var(--fs14);
    }
}

.caution__content p:last-child {
    margin-bottom: 0;
}

.access {
    background-color: var(--color-gray);
    padding: 16.6666666667vw var(--c-pad) 0;
    text-align: center;
}

@media (min-width: 768px) {
    .access {
        padding: 60px var(--c-pad) 0;
    }
}

.access__title {
    color: var(--color-navy);
    font-size: var(--fs24);
    line-height: 1.4;
    margin: 0 0 4.4444444444vw;
    text-align: center;
}

@media (min-width: 768px) {
    .access__title {
        font-size: var(--fs30);
        margin: 0 0 16px;
    }
}

.access__address {
    display: block;
    font-size: var(--fs14);
    line-height: 1.2;
    margin: 0 0 10vw;
}

@media (min-width: 768px) {
    .access__address {
        font-size: var(--fs18);
        margin: 0 0 36px;
    }
}

.access__address a {
    display: inline-block;
    margin-left: 0.5em;
    text-decoration: none;
    transform: translateY(-0.1em);
}

@media (min-width: 768px) {
    .access__address a {
        margin-right: -24px;
    }
}

.access__address a img {
    width: 3.8888888889vw;
}

@media (min-width: 768px) {
    .access__address a img {
        width: 16px;
    }
}

.access__list {
    display: grid;
    gap: 5.5555555556vw;
    grid-gap: 5.5555555556vw;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto 13.8888888889vw;
    position: relative;
    width: 100%;
    z-index: 1;
}

@media (min-width: 768px) {
    .access__list {
        gap: 0;
        margin: 0 auto 50px;
        max-width: 700px;
    }
}

.access__list:before {
    background-image: url(../images/pages/front/front-access-line.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 30.5555555556vw;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 0.8333333333vw;
}

@media (min-width: 768px) {
    .access__list:before {
        height: 110px;
        width: 3px;
    }
}

.access__list__walk {
    display: grid;
    gap: 0;
    grid-gap: 0;
    grid-row: span 4;
    grid-template-rows: subgrid;
    padding: 0;
    position: relative;
}

.access__list__walk:before {
    background-image: url(../images/pages/front/front-access-bg-01.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: auto;
    content: "";
    display: block;
    height: 33.6666666667vw;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 39vw;
    z-index: -1;
}

@media (min-width: 768px) {
    .access__list__walk:before {
        height: 202px;
        width: 234px;
    }
}

.access__list__walk__title {
    color: var(--color-navy);
    font-size: var(--fs24);
    font-weight: 700;
    grid-row: 1/2;
    line-height: 1.4;
    margin: 0 0 3.3333333333vw;
    text-align: center;
}

@media (min-width: 768px) {
    .access__list__walk__title {
        font-size: var(--fs30);
        margin: 0 0 12px;
    }
}

.access__list__walk__icon {
    grid-row: 2/3;
    margin: 0 0 3.3333333333vw;
    text-align: center;
}

@media (min-width: 768px) {
    .access__list__walk__icon {
        margin: 0 0 12px;
    }
}

.access__list__walk__content {
    grid-row: 3/4;
}

.access__list__walk__content p {
    font-size: var(--fs14);
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .access__list__walk__content p {
        font-size: var(--fs18);
    }
}

.access__list__bus {
    display: grid;
    gap: 0;
    grid-gap: 0;
    grid-row: span 4;
    grid-template-rows: subgrid;
    padding: 0;
    position: relative;
}

.access__list__bus:before {
    background-image: url(../images/pages/front/front-access-bg-02.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: auto;
    content: "";
    display: block;
    height: 33.6666666667vw;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 39vw;
    z-index: -1;
}

@media (min-width: 768px) {
    .access__list__bus:before {
        height: 202px;
        width: 234px;
    }
}

.access__list__bus__title {
    color: var(--color-navy);
    font-size: var(--fs24);
    font-weight: 700;
    grid-row: 1/2;
    line-height: 1.4;
    margin: 0 0 3.3333333333vw;
    text-align: center;
}

@media (min-width: 768px) {
    .access__list__bus__title {
        font-size: var(--fs30);
        margin: 0 0 12px;
    }
}

.access__list__bus__icon {
    grid-row: 2/3;
    margin: 0 0 3.3333333333vw;
    text-align: center;
}

@media (min-width: 768px) {
    .access__list__bus__icon {
        margin: 0 0 12px;
    }
}

.access__list__bus__content {
    grid-row: 3/4;
}

.access__list__bus__content p {
    font-size: var(--fs14);
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .access__list__bus__content p {
        font-size: var(--fs18);
    }
}

.access__msg {
    background-color: var(--color-gold);
    color: var(--color-white);
    margin: 0 auto 4.4444444444vw;
    padding: 0.5555555556vw 4.4444444444vw 0;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .access__msg {
        margin: 0 auto 16px;
        padding: 2px 8px 0;
    }
}

_::-webkit-full-page-media, _:future, :root .access__msg {
    padding-block: 0px 0.5555555556vw;
}

@media (min-width: 768px) {
    _::-webkit-full-page-media, _:future, :root .access__msg {
        padding-block: 0px 2px;
    }
}

.access__msg p {
    font-size: var(--fs20);
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
}

@media (min-width: 768px) {
    .access__msg p {
        font-size: var(--fs24);
    }
}

.access__map {
    margin: 0 calc(var(--c-pad)*-1);
}

.access__map iframe {
    border: none;
    border-radius: 0;
    display: block;
    height: 88.8888888889vw;
    width: 100%;
}

@media (min-width: 768px) {
    .access__map iframe {
        height: 500px;
    }
}

.f-button.is-close-button {
    right: 10px !important;
    top: 10px !important;
}

.com-ticket-modal {
    border-radius: 2.7777777778vw;
    display: none;
}

@media (min-width: 768px) {
    .com-ticket-modal {
        border-radius: 10px;
    }
}

.com-ticket-modal-inner {
    padding: 5.5555555556vw 0 0;
}

@media (min-width: 768px) {
    .com-ticket-modal-inner {
        padding: 20px 0 0;
        width: 410px;
    }
}

.com-ticket-modal__head {
    border-bottom: 0.2777777778vw solid var(--color-black);
    margin: 0 0 5.5555555556vw;
    padding: 0 0 5.5555555556vw;
}

@media (min-width: 768px) {
    .com-ticket-modal__head {
        border-bottom-width: 1px;
        margin: 0 0 20px;
        padding: 0 0 20px;
    }
}

.com-ticket-modal__head:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.com-ticket-modal__head__name {
    font-size: var(--fs20);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.4;
    margin: 0;
}

.com-ticket-modal__head:has(.com-ticket-modal__head__links) .com-ticket-modal__head__name {
    margin-bottom: 1.6666666667vw;
}

@media (min-width: 768px) {
    .com-ticket-modal__head:has(.com-ticket-modal__head__links) .com-ticket-modal__head__name {
        margin-bottom: 6px;
    }
}

.com-ticket-modal__head__links {
    align-items: flex-start;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
}

.com-ticket-modal__head__links a {
    color: #1e7fb7;
    display: block;
    font-size: var(--fs12);
    line-height: 1.4;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    transition: -webkit-text-decoration-color var(--duration) var(--cubic) 0s;
    transition: text-decoration-color var(--duration) var(--cubic) 0s;
    transition: text-decoration-color var(--duration) var(--cubic) 0s, -webkit-text-decoration-color var(--duration) var(--cubic) 0s;
}

.com-ticket-modal__head__links a:focus {
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
}

@media (hover: hover) and (pointer: fine) {
    .com-ticket-modal__head__links a:hover {
        -webkit-text-decoration-color: currentColor;
        text-decoration-color: currentColor;
    }
}

.com-ticket-modal__item {
    border-bottom: 0.2777777778vw solid var(--color-black);
    margin: 0 0 5.5555555556vw;
    padding: 0 0 5.5555555556vw;
}

@media (min-width: 768px) {
    .com-ticket-modal__item {
        border-bottom-width: 1px;
        margin: 0 0 20px;
        padding: 0 0 20px;
    }
}

.com-ticket-modal__item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.com-ticket-modal__item__title {
    color: #919191;
    font-size: var(--fs12);
    font-weight: 400;
    line-height: 1.4;
    margin: 0 0 2.2222222222vw;
}

@media (min-width: 768px) {
    .com-ticket-modal__item__title {
        margin: 0 0 8px;
    }
}

.com-ticket-modal__item__content p {
    font-size: var(--fs14);
    line-height: 1.77;
    margin: 0 0 1.5em;
}

.com-ticket-modal__item__content p:last-child {
    margin-bottom: 0;
}

.com-ticket-modal__item__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.com-ticket-modal__item__list > li {
    align-items: start;
    display: grid;
    gap: 3.3333333333vw;
    grid-gap: 3.3333333333vw;
    grid-template-columns: 11.1111111111vw 1fr;
    margin: 0 0 2.2222222222vw;
    padding: 0;
}

@media (min-width: 768px) {
    .com-ticket-modal__item__list > li {
        gap: 12px;
        grid-template-columns: 40px 1fr;
        margin: 0 0 8px;
    }
}

.com-ticket-modal__item__list > li:last-child {
    margin-bottom: 0;
}

.com-ticket-modal__item__list > li i {
    align-items: center;
    background-image: url(../images/icons/icon-ticket-frame.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    color: #1e7fb7;
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs18);
    font-style: normal;
    font-weight: 700;
    height: 7.2222222222vw;
    justify-content: center;
    line-height: 1.4;
    margin: 0;
    min-width: 0px;
    padding: 0 0 0 1.1111111111vw;
    text-align: center;
    white-space: nowrap;
    width: 11.1111111111vw;
}

@media (max-width: 767px) {
    _::-webkit-full-page-media, _:future, :root .com-ticket-modal__item__list > li i {
        padding-bottom: 0.15em;
    }
}

@media (min-width: 768px) {
    .com-ticket-modal__item__list > li i {
        height: 26px;
        padding: 0 0 0 4px;
        width: 40px;
    }
}

.com-ticket-modal__item__list > li > span {
    display: block;
    font-size: var(--fs13);
    line-height: 1.4;
    margin: auto 0;
    min-width: 0px;
    word-break: break-all;
}

.com-ticket-modal__item__note {
    background-color: var(--color-gray);
    border-radius: 2.2222222222vw;
    list-style: none;
    margin: 4.4444444444vw 0 0;
    padding: 4.4444444444vw 3.3333333333vw 3.3333333333vw;
}

@media (min-width: 768px) {
    .com-ticket-modal__item__note {
        border-radius: 8px;
        margin: 16px 0 0;
        padding: 16px 12px 12px;
    }
}

.com-ticket-modal__item__note > li {
    font-size: var(--fs14);
    line-height: 1.4;
    margin: 0 0 2.2222222222vw;
    padding: 0 0 0 1.25em;
    position: relative;
    word-break: break-all;
}

@media (min-width: 768px) {
    .com-ticket-modal__item__note > li {
        margin: 0 0 8px;
    }
}

.com-ticket-modal__item__note > li:last-child {
    margin-bottom: 0;
}

.com-ticket-modal__item__note > li:before {
    content: "※";
    display: block;
    left: 0;
    position: absolute;
    top: 0;
}

.com-ticket-modal__item__note > li i {
    align-items: center;
    display: inline-flex;
    flex-flow: row nowrap;
    height: 1em;
    justify-content: center;
    margin: 0 1.3888888889vw 0 0;
    position: relative;
    width: 11.1111111111vw;
    z-index: 0;
}

@media (min-width: 768px) {
    .com-ticket-modal__item__note > li i {
        margin: 0 5px 0 0;
        width: 40px;
    }
}

.com-ticket-modal__item__note > li i:before {
    background-image: url(../images/icons/icon-ticket-frame.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    color: #1e7fb7;
    content: "";
    display: block;
    font-size: var(--fs18);
    font-style: normal;
    font-weight: 700;
    height: 7.2222222222vw;
    left: 50%;
    margin: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 11.1111111111vw;
    z-index: -1;
}

@media (min-width: 768px) {
    .com-ticket-modal__item__note > li i:before {
        height: 26px;
        width: 40px;
    }
}

.com-ticket-modal__item__note > li i img {
    display: inline !important;
    vertical-align: middle;
}

.fancybox__slide.has-html {
    padding-inline: var(--c-pad);
}