@charset "utf-8";

/* ---------------------------------------------------- */
/* contents_wrap */
/* ---------------------------------------------------- */
.contents_wrap {
    padding-top: 0;
}

/* ---------------------------------------------------- */
/* header */
/* ---------------------------------------------------- */
header {
    background-color: transparent;
}

header .site_ttl {
    display: none;
}

/* ---------------------------------------------------- */
/* footer */
/* ---------------------------------------------------- */
footer {
    padding-top: 50px;
    padding-bottom: 50px;
    background: none;
}
@media (max-width: 999px) {
    footer {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
/* ---------------------------------------------------- */
/* sec_mv_wrap */
/* ---------------------------------------------------- */
.sec_mv_wrap {
    padding-top: 0;
    padding-bottom: 0;
}
.sec_mv_wrap .link_1 {
    position: absolute;
    left: 50%;
    top: 32%;
    transform: translateX(-50%);
    display: block;
    width: 40%;
    height: 3%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    /* background-color: rgba(0, 0, 0, 0.5); */
}
@media (max-width: 999px) {
    .sec_mv_wrap .link_1 {
        left: 33%;
        top: 29%;
        width: 33%;
        height: 3%;
    }
}
/* ---------------------------------------------------- */
/* sec_outline_wrap */
/* ---------------------------------------------------- */
.sec_outline_wrap {
    padding-top: 0;
    color: var(--co_2);
    background-color: var(--co_6);
    background-image: url(../../common/img/bg/pt_2.svg?y=25);
    background-size: 100% 60px;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.sec_outline_wrap .yt_1 {
    margin: 0 auto 50px;
    width: 560px;
}
.sec_outline_wrap .yt_1 > div {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.sec_outline_wrap .yt_1 iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
.sec_outline_wrap .ttl_1 {
    margin-bottom: 40px;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
}
.sec_outline_wrap .desc_1 {
    font-size: 20px;
    text-align: center;
}
.sec_outline_wrap .desc_1 span {
    font-size: 14px;
}
.sec_outline_wrap .deco_1 {
    position: absolute;
    left: 50%;
    top: 70px;
    transform: translateX(-50%);
    width: 1920px;
}
.sec_outline_wrap .bnr_1 {
    display: block;
    margin-bottom: 50px;
}
@media (max-width: 999px) {
    .sec_outline_wrap {
        padding-top: 20px;
        background-size: 100% 20px;
    }

    .sec_outline_wrap .yt_1 {
        margin: 0 auto 30px;
        width: auto;
    }

    .sec_outline_wrap .ttl_1 {
        margin-bottom: 20px;
        font-size: 18px;
        text-align: center;
    }
    .sec_outline_wrap .desc_1 {
        font-size: 16px;
        text-align: justify;
    }
    .sec_outline_wrap .desc_1 span {
        font-size: 12px;
    }
    .sec_outline_wrap .bnr_1 {
        margin-bottom: 30px;
    }
}
/* ---------------------------------------------------- */
/* sec_artist_wrap */
/* ---------------------------------------------------- */
.sec_artist_wrap {
    padding-top: 30px;
    padding-bottom: 200px;
    color: var(--co_2);
    background-color: var(--co_7);
    background-image: url(../../common/img/bg/pt_3.svg?y=25), url(../img/deco_3.svg?y=25);
    background-size: 100% 60px, 1920px auto;
    background-repeat: no-repeat;
    background-position: center bottom, center bottom -140px;
}
.sec_artist_wrap a {
    color: var(--co_2);
}
.sec_artist_wrap .ttl_1 {
    margin-bottom: 80px;
    color: var(--co_2);
}
.sec_artist_wrap .list_1 {
    margin-top: 40px;
}

.sec_artist_wrap .list_1 > ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-bottom: -40px;
}
.sec_artist_wrap .list_1 > ul > li {
    position: relative;
    margin-right: 20px;
    margin-bottom: 40px;
    width: calc(100% / 4 - 20px);
}
.sec_artist_wrap .list_1 > ul > li.leader {
    margin-left: 300px;
    margin-right: 320px;
}
.sec_artist_wrap .list_1 > ul > li.leader::before {
    content: "";
    position: absolute;
    left: -35px;
    top: -35px;
    width: 70px;
    height: 70px;
    background-image: url(../../common/img/ico/new_2.svg?y=25);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
}
.sec_artist_wrap .list_1 > ul > li.new::after {
    content: "";
    position: absolute;
    right: -25px;
    top: -25px;
    width: 54px;
    height: 54px;
    background-image: url(../../common/img/ico/new_1.svg?y=25);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
}
.sec_artist_wrap .list_1 > ul > li:has(.desc) {
    padding-bottom: 100px;
}
.sec_artist_wrap .list_1 a {
    display: block;
}

.sec_artist_wrap .list_1 .img {
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.sec_artist_wrap .list_1 .time {
    margin-bottom: 10px;
    color: var(--co_2);
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    background-color: var(--co_10);
    border-radius: 20px;
}
.sec_artist_wrap .sun .list_1 .time {
    background-color: var(--co_5);
}

.sec_artist_wrap .list_1 .name {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.sec_artist_wrap .list_1 .member {
    margin-top: 10px;
    font-size: 11px;
    text-align: center;
}
.sec_artist_wrap .list_1 .desc {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 80px;
    font-size: 11px;
    border-top: 1px solid var(--co_2);
    border-bottom: 1px solid var(--co_2);
}
.sec_artist_wrap .andmore {
    margin-top: 40px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-align: center;
}
.sec_artist_wrap .deco_1 {
    position: absolute;
    left: 50%;
    top: -100px;
    transform: translateX(-50%);
    width: 1920px;
}

.sec_artist_wrap .ttl_2 {
    margin-bottom: 30px;
    margin-top: 40px;
    padding: 40px 200px 0;
    border-top: 2px solid var(--co_2);
}
.sec_artist_wrap .ttl_3 {
    margin: 0 auto 40px;
    padding: 10px;
    width: 200px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    background-color: var(--co_10);
    border-radius: 20px;
}
.sec_artist_wrap .ttl_3 > span {
    font-size: 16px;
}
.sec_artist_wrap .sun .ttl_3 {
    background-color: var(--co_5);
}
.sec_artist_wrap .desc_1 {
    margin-bottom: 30px;
    font-size: 24px;
    text-align: center;
}
.sec_artist_wrap .desc_1 > span {
    font-size: 30px;
}
.sec_artist_wrap .desc_2 {
    margin: 0 auto 30px;
    width: 730px;
}

.sec_artist_wrap .desc_2 {
    position: relative;
    color: var(--co_2);
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    width: 100%;
}
.sec_artist_wrap .desc_2::before {
    /* content: attr(data-ttl); */
    content: "期間限定ステージで、極上の“PARK MUSIC”をお楽しみください。";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    color: var(--co_8);
    white-space: pre;
    -webkit-text-stroke: 6px var(--co_8);
}
.sec_artist_wrap .desc_2 > span {
    position: relative;
}
.sec_artist_wrap .desc_3 {
    margin-top: 30px;
    font-size: 14px;
    text-align: center;
}
.sec_artist_wrap .bnr_1 {
    display: block;
    margin-top: 40px;
}
.sec_artist_wrap .day {
    margin-top: 50px;
}

@media (min-width: 1000px) {
    .sec_artist_wrap .list_1.narrow {
        margin-left: 255px;
        margin-right: 255px;
    }
    .sec_artist_wrap .list_1.narrow > ul > li {
        width: calc(100% / 2 - 20px);
    }
}
@media (max-width: 999px) {
    .sec_artist_wrap {
        padding-top: 30px;
        padding-bottom: 120px;
        background-image: url(../../common/img/bg/pt_3.svg?y=25), url(../img/deco_3_sp.svg?y=25);
        background-size: 100% 20px, 750px auto;
        background-repeat: no-repeat;
        background-position: center bottom, center bottom -50px;
    }
    .sec_artist_wrap .ttl_1 {
        margin-bottom: 40px;
    }
    .sec_artist_wrap .list_1 {
        margin-left: -5px;
        margin-right: -5px;
    }
    .sec_artist_wrap .list_1 > ul {
        margin-right: -15px;
        margin-bottom: -30px;
    }
    .sec_artist_wrap .list_1 > ul > li {
        margin-right: 15px;
        margin-bottom: 30px;
        width: calc(100% / 2 - 15px);
    }
    .sec_artist_wrap .list_1 > ul > li:has(.desc) {
        padding-bottom: 0;
    }
    .sec_artist_wrap .list_1 > ul > li.leader {
        margin-left: 100px;
        margin-right: 100px;
    }
    .sec_artist_wrap .list_1 > ul > li.leader::before {
        left: -20px;
        top: -20px;
        width: 40px;
        height: 40px;
    }
    .sec_artist_wrap .list_1 > ul > li.new::after {
        right: -20px;
        top: -20px;
        width: 40px;
        height: 40px;
    }
    .sec_artist_wrap .list_1 a {
        display: block;
    }

    .sec_artist_wrap .list_1 .img {
        margin-bottom: 10px;
    }
    .sec_artist_wrap .list_1 .time {
        font-size: 14px;
    }
    .sec_artist_wrap .list_1 .name {
        font-size: 13px;
    }

    .sec_artist_wrap .list_1 .member {
        margin-top: 5px;
        font-size: 10px;
    }
    .sec_artist_wrap .list_1 .desc {
        position: static;
        margin-top: 10px;
        height: auto;
        font-size: 10px;
    }
    .sec_artist_wrap .andmore {
        margin-top: 40px;
        font-size: 14px;
    }
    .sec_artist_wrap .deco_1 {
        left: 50%;
        top: -40px;
        width: 750px;
    }
    .sec_artist_wrap .ttl_2 {
        margin-bottom: 20px;
        margin-top: 30px;
        padding: 30px 0 0;
    }
    .sec_artist_wrap .desc_1 {
        margin-bottom: 20px;
        font-size: 18px;
    }
    .sec_artist_wrap .desc_1 > span {
        font-size: 30px;
    }
    .sec_artist_wrap .desc_2 {
        margin-bottom: 20px;
        font-size: 16px;
    }
    .sec_artist_wrap .desc_2::before {
        content: "期間限定ステージで、\A極上の“PARK MUSIC”をお楽しみください。";
        -webkit-text-stroke: 4px var(--co_8);
    }
    .sec_artist_wrap .desc_3 {
        font-size: 12px;
        text-align: center;
    }
}
/* ---------------------------------------------------- */
/* sec_ticket_wrap */
/* ---------------------------------------------------- */
.sec_ticket_wrap {
    padding-top: 30px;
    color: var(--co_2);
    background-color: var(--co_8);
    background-image: url(../img/deco_5.svg?y=25);
    background-size: 1920px auto;
    background-repeat: no-repeat;
    background-position: center bottom -100px;
}
.sec_ticket_wrap a {
    color: var(--co_2);
}
.sec_ticket_wrap .ttl_1 {
    margin-bottom: 80px;
    color: var(--co_2);
}
.sec_ticket_wrap .price_1 {
    margin: 0 auto 40px;
    width: 450px;
}
.sec_ticket_wrap .bnr_1 {
    display: block;
    margin-bottom: 50px;
}
.sec_ticket_wrap .date_1 {
    padding: 10px 20px;
    margin: 0 auto;
    width: max-content;
    color: #2aad53;
    font-weight: 700;
    background-color: #fff;
}
.sec_ticket_wrap .pg_1 {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.sec_ticket_wrap .pg_1 .ttl {
    flex: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    width: 80px;
    height: 80px;
    color: var(--co_8);
    font-weight: 700;
    text-align: center;
    background-color: var(--co_2);
    border-radius: 100%;
}
.sec_ticket_wrap .pg_1 .list {
    display: flex;
    margin-right: -10px;
}
.sec_ticket_wrap .pg_1 .list > li {
    margin-right: 10px;
    width: calc(100% / 5 - 10px);
}
.sec_ticket_wrap .pg_1 .list .img {
    display: flex;
    justify-content: center;
    background-color: var(--co_2);
}
.sec_ticket_wrap .pg_1 .list .note {
    margin-top: 5px;
    font-size: 11px;
    text-align: center;
}
.sec_ticket_wrap .desc_2 {
    margin-top: 10px;
}
.sec_ticket_wrap .desc_2 .fs1 {
    color: #fac761;
    font-size: 18px;
    font-weight: 700;
}

.sec_ticket_wrap .list_1 {
    margin-top: 10px;
    font-size: 12px;
}

.sec_ticket_wrap .hr_1 {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid var(--co_2);
}

.sec_ticket_wrap .deco_1 {
    position: absolute;
    left: 50%;
    top: 70px;
    transform: translateX(-50%);
    width: 2400px;
}
@media (max-width: 999px) {
    .sec_ticket_wrap {
        padding-top: 30px;
        padding-bottom: 200px;
        background-image: url(../img/deco_5_sp.svg?y=25);
        background-size: 750px auto;
        background-position: center bottom -50px;
    }
    .sec_ticket_wrap .ttl_1 {
        margin-bottom: 40px;
    }
    .sec_ticket_wrap .price_1 {
        margin: 0 auto 30px;
        width: 300px;
    }
    .sec_ticket_wrap .bnr_1 {
        margin: 0 -20px 30px;
    }
    .sec_ticket_wrap .pg_1 {
        display: block;
        margin-bottom: 30px;
    }
    .sec_ticket_wrap .pg_1 .ttl {
        margin-bottom: 20px;
        margin-right: 0;
        width: 100%;
        height: 40px;
        border-radius: 10px;
    }
    .sec_ticket_wrap .pg_1 .list {
        flex-wrap: wrap;
        justify-content: center;
        margin-right: -10px;
        margin-bottom: -20px;
    }
    .sec_ticket_wrap .pg_1 .list > li {
        margin-right: 10px;
        margin-bottom: 20px;
        width: calc(100% / 2 - 10px);
    }
    .sec_ticket_wrap .pg_1 .list .img {
        display: flex;
        justify-content: center;
        background-color: var(--co_2);
    }
    .sec_ticket_wrap .pg_1 .list .note {
        margin-top: 5px;
        font-size: 11px;
        text-align: center;
    }
    .sec_ticket_wrap .desc_1 {
        font-size: 15px;
        text-align: center;
    }

    .sec_ticket_wrap .desc_2 .fs1 {
        font-size: 16px;
    }
}
