@charset "utf-8";

/*********************************************************************
*
*  For ALL
*
*********************************************************************/

/* ---------------------------------------------------- */
/* 変数 */
/* ---------------------------------------------------- */
:root {
    --co_1: #fff;
    --co_2: #000;
    --co_3: #fe6e32;
    --co_4: #51ba9e;
    --co_5: #f8ec00;
    --co_6: #0088b5;
    --co_7: #f37d87;
    --co_8: #e41673;
    --ff_en_1: "Poppins", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    --ff_go_1: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    --ff_mi_1: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

/* ---------------------------------------------------- */
/* html body */
/* ---------------------------------------------------- */
html {
    width: 100%;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    /* iPhone */
    overflow-y: scroll;
}

body {
    width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    color: var(--co_2);
    line-height: 1.5;
    font-family: var(--ff_go_1);
    font-weight: 400;
    background: var(--co_5);
    overflow: hidden;
}

@media (min-width: 1000px) {
    body {
        min-width: 1120px;
        font-size: 14px;
    }
}

@media (max-width: 999px) {
    body {
        min-width: 320px;
        font-size: 14px;
    }
}

/* ---------------------------------------------------- */
/* img */
/* ---------------------------------------------------- */
img {
    display: block;
    width: 100%;
    height: auto;
}

/* ---------------------------------------------------- */
/* a */
/* ---------------------------------------------------- */
a {
    color: var(--co_2);
    text-decoration: none;
    outline: none;
    transition: 0.3s ease-in-out;
}

a:hover {
    text-decoration: none;
}

/* ---------------------------------------------------- */
/* body */
/* ---------------------------------------------------- */
.body {
    max-height: 999999px;
    /* android chrome フォントサイズバグ回避 */
    opacity: 0;
}

/* ---------------------------------------------------- */
/* contents */
/* ---------------------------------------------------- */
.contents {
    padding-top: 0;
}
/* ---------------------------------------------------- */
/* header_1 */
/* ---------------------------------------------------- */
.header_1 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    min-width: 1180px;
    z-index: 100;
    background-color: var(--co_3);
    transition: 0.3s ease-in-out;
}

.header_1 .header_inner {
    position: relative;
    height: 80px;
}

.header_1 .site_logo {
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
    transition: 0.3s ease-in-out;
}

.header_1 .site_logo a {
    display: block;
}

.header_1 .btn_toggle_megamenu {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 40px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    z-index: 110;
}

.header_1 .btn_toggle_megamenu::after {
    content: "MENU";
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 100%;
    font-family: var(--ff_en_1);
    color: var(--co_1);
    font-size: 11px;
    text-align: center;
    line-height: 1;
    transition: 0.3s ease-in-out;
}
.header_1 .btn_toggle_megamenu.is_show::after {
    opacity: 0;
}

.header_1 .btn_toggle_megamenu div {
    position: relative;
    width: 30px;
    margin-bottom: 10px;
}

.header_1 .btn_toggle_megamenu div > span span,
.header_1 .btn_toggle_megamenu div > span:before,
.header_1 .btn_toggle_megamenu div > span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    width: 100%;
    height: 3px;
    background-color: var(--co_1);
    transform-origin: center center;
    transition: 0.3s ease-in-out;
}

.header_1 .btn_toggle_megamenu div > span span {
    transform: translateY(-1px);
}

.header_1 .btn_toggle_megamenu div > span:before {
    transform: translateY(-7px);
}

.header_1 .btn_toggle_megamenu div > span:after {
    transform: translateY(5px);
}

.header_1 .btn_toggle_megamenu.is_show div > span span,
.header_1 .btn_toggle_megamenu.is_show div > span:before,
.header_1 .btn_toggle_megamenu.is_show div > span:after {
    width: 100% !important;
}

.header_1 .btn_toggle_megamenu.is_show div > span span {
    opacity: 0;
}

.header_1 .btn_toggle_megamenu.is_show div > span:before {
    transform: translateY(-50%) rotate(-45deg);
}

.header_1 .btn_toggle_megamenu.is_show div > span:after {
    bottom: 0;
    transform: translateY(-50%) rotate(45deg);
}

.header_1 .toggle_megamenu {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(34, 90, 111, 0.9);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 100;
}

.header_1 .toggle_megamenu .toggle_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    padding: 80px 0;
    height: 100%;
}

.header_1 .nav_1 {
    width: 100%;
}

.header_1 .nav_1 > ul > li > a {
    display: block;
    padding: 20px 0;
    color: var(--co_1);
    font-family: var(--ff_en_1);
    font-size: 25px;
    line-height: 1;
    text-decoration: none;
    letter-spacing: 0.1em;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}
.header_1 .nav_2 {
    position: absolute;
    right: 100px;
    top: 50%;
    transform: translateY(-50%);
}

.header_1 .nav_3 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    width: 100%;
}

.header_1 .nav_2 a,
.header_1 .nav_3 a {
    display: block;
    width: 50px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
}

.header_1 .nav_2 .x a,
.header_1 .nav_3 .x a {
    background-image: url(../img/ico/sns_x_1.svg);
}
@media (min-width: 1000px) {
    .header_1 .btn_toggle_megamenu:hover {
        opacity: 0.6;
    }
}

@media (max-width: 999px) {
    .header_1 {
        min-width: auto;
    }

    .header_1 .header_inner {
        position: relative;
        height: 50px;
    }
    .header_1 .site_logo {
        left: 20px;
        width: 50px;
    }
    .header_1 .btn_toggle_megamenu {
        right: 20px;
    }
    .header_1 .toggle_megamenu .toggle_inner {
        padding: 60px 0;
        display: block;
    }

    .header_1 .nav_1 > ul > li > a {
        padding: 15px 0;
        font-size: 20px;
    }
    .header_1 .nav_2 {
        display: none;
    }
}

/* ---------------------------------------------------- */
/* footer_1 */
/* ---------------------------------------------------- */
.footer_1 {
    position: relative;
    padding-bottom: 50px;
}

.footer_1 .footer_inner {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    width: 900px;
    border-top: 1px solid var(--co_2);
}
.footer_1 .sponsor_1 {
    font-size: 16px;
}
.footer_1 .sponsor_1 > ul {
    display: flex;
    justify-content: center;
    margin-right: -20px;
}

.footer_1 .sponsor_1 > ul > li {
    margin-right: 20px;
}

.footer_1 .contact_1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    font-size: 13px;
}
.footer_1 .contact_1 .ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    padding: 5px 20px;
    border: 1px solid var(--co_2);
}

.footer_1 .nav_1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    width: 100%;
}

.footer_1 .nav_1 .ttl {
    font-family: var(--ff_en_1);
    font-size: 20px;
    font-weight: 700;
}

.footer_1 .nav_1 a {
    display: block;
    width: 50px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
}

.footer_1 .nav_1 .x a {
    background-image: url(../img/ico/sns_x_1_b.svg);
}

.footer_1 .nav_2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    width: 100%;
}

.footer_1 .nav_2 .ttl {
    width: 180px;
}
.footer_1 .nav_2 a {
    display: block;
    margin-left: 20px;
    font-family: var(--ff_en_1);
    font-size: 25px;
    font-weight: 700;
}
.footer_1 .btn_1 {
    position: fixed;
    right: -300px;
    bottom: 70px;
    display: block;
    width: 200px;
    z-index: 10;
}

.is_page_scr .footer_1 .btn_1 {
    right: 10px;
}
.footer_1 .btn_2 {
    position: fixed;
    right: 20px;
    bottom: -100px;
    display: block;
    width: 50px;
    z-index: 10;
}

.is_page_scr .footer_1 .btn_2 {
    bottom: 10px;
}
@media (max-width: 999px) {
    .footer_1 {
        padding-bottom: 150px;
    }
    .footer_1 .footer_inner {
        width: calc(100% - 40px);
    }

    .footer_1 .sponsor_1 {
        margin: 0 auto;
        width: max-content;
        font-size: 12px;
    }
    .footer_1 .sponsor_1 > ul {
        display: block;
        margin-right: 0;
    }

    .footer_1 .sponsor_1 > ul > li {
        margin-right: 0;
    }

    .footer_1 .contact_1 {
        font-size: 12px;
        text-align: center;
    }
    .footer_1 .contact_1 {
        display: block;
    }
    .footer_1 .contact_1 .ttl {
        margin: 0 auto 10px;
        padding: 5px 20px;
        max-width: max-content;
    }
    .footer_1 .btn_1 {
        bottom: 60px;
        width: 100px;
    }
    .footer_1 .btn_2 {
        width: 40px;
    }
}

/* ---------------------------------------------------- */
/* sec_mv */
/* ---------------------------------------------------- */
.sec_mv {
    padding-top: 70px;
    padding-bottom: 50px;
    min-height: 500px;
    background-color: var(--co_4);
}
.sec_mv .sec_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.sec_mv .mv {
    position: relative;
    width: 100%;
    height: 100%;
}
.sec_mv .ttl_1 {
    margin: 0 auto;
    width: 1100px;
    height: 100%;
}
.sec_mv .ttl_1 > span {
    height: 100%;
    background-size: contain;
}
.sec_mv .btn_1 {
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    width: 24px;
    height: 24px;
}

.sec_mv .btn_1 .chevron {
    position: absolute;
    width: 28px;
    height: 8px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
}

.sec_mv .btn_1 .chevron:first-child {
    animation: move 3s ease-out 1s infinite;
}

.sec_mv .btn_1 .chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
}

.sec_mv .btn_1 .chevron:before,
.sec_mv .btn_1 .chevron:after {
    content: " ";
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: var(--co_1);
}

.sec_mv .btn_1 .chevron:before {
    left: 0;
    transform: skew(0deg, 30deg);
}

.sec_mv .btn_1 .chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
}

@keyframes move {
    25% {
        opacity: 1;
    }
    33% {
        opacity: 1;
        transform: translateY(30px);
    }
    67% {
        opacity: 1;
        transform: translateY(40px);
    }
    100% {
        opacity: 0;
        transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
}

@media (max-width: 999px) {
    .sec_mv {
        padding-top: 40px;
        padding-bottom: 60px;
        min-height: 400px;
        background-image: url(../img/bg/3_sp.jpg);
    }
    .sec_mv .ttl_1 {
        width: 100%;
    }
    .sec_mv .btn_1 {
        bottom: -20px;
    }
}

/* ---------------------------------------------------- */
/* sec_about */
/* ---------------------------------------------------- */

.sec_about {
    background-color: var(--co_4);
}
.sec_about .deco_1 {
    position: absolute;
    right: -450px;
    top: 200px;
    width: 400px;
}
.sec_about .clms_1 {
    display: flex;
    justify-content: space-between;
}
.sec_about .clms_1 > .clm {
    width: calc(100% / 2 - 20px);
}
.sec_about .ttl_1 {
    margin-top: 15px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
}

.sec_about .desc_1 {
    font-size: 17px;
    line-height: 2;
    word-break: word-break;
}

.sec_about .btn_toggle {
    margin-top: 20px;
}
.sec_about .btn_toggle > span::before {
    content: "Read More";
}
.sec_about .btn_toggle.is_show > span::before {
    content: "Close";
}

@media (min-width: 1000px) {
    .sec_about .clms_1 > .clm:nth-of-type(2) {
        height: 405px;
        padding-right: 20px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    .sec_about .clms_1 > .clm:nth-of-type(2)::-webkit-scrollbar {
        width: 5px;
        height: 0;
    }

    .sec_about .clms_1 > .clm:nth-of-type(2)::-webkit-scrollbar-track {
        border-radius: 0;
        background-color: var(--co_1);
    }

    .sec_about .clms_1 > .clm:nth-of-type(2)::-webkit-scrollbar-thumb {
        background-color: var(--co_2);
        border-radius: 7px;
    }

    .sec_about .desc_1 {
        display: block !important;
    }
}
@media (max-width: 999px) {
    .sec_about .clms_1 {
        display: block;
    }
    .sec_about .clms_1 > .clm {
        width: auto;
    }
    .sec_about .clms_1 > .clm + .clm {
        margin-top: 10px;
    }
    .sec_about .ttl_1 {
        margin-top: 15px;
        font-size: 16px;
    }

    .sec_about .desc_1 {
        font-size: 14px;
    }
    .sec_about .btn_toggle {
        font-size: 15px;
    }
}

/* ---------------------------------------------------- */
/* sec_information */
/* ---------------------------------------------------- */
.sec_information::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 150px;
    background-image: url(../img/bg/1.svg);
    background-size: 100% 100%;
}
.sec_information .btn_2 {
    display: block;
    margin-bottom: 100px;
    padding: 20px;
    background-color: #595757;
}
.sec_information .ttl_1 {
    margin-top: -100px;
    padding-top: 100px;
}
.sec_information .list_1 {
    font-size: 20px;
}
.sec_information .list_1 > ul > li {
    display: flex;
}
.sec_information .list_1 > ul > li + li {
    margin-top: 15px;
}
.sec_information .list_1 > ul > li:nth-child(n + 6) {
    display: none;
}

.sec_information .list_1 .date {
    flex: none;
    width: 140px;
}
.sec_information .list_1 .ttl {
    display: block;
}
.sec_information .btn_1 {
    margin-top: 40px;
}

@media (max-width: 999px) {
    .sec_information::before {
        height: 80px;
    }
    .sec_information .btn_2 {
        margin-bottom: 50px;
        padding: 10px;
    }
    .sec_information .ttl_1 {
        margin-top: -50px;
        padding-top: 50px;
    }
    .sec_information .list_1 {
        font-size: 14px;
    }
    .sec_information .list_1 > ul > li {
        display: block;
    }

    .sec_information .list_1 .date {
        width: auto;
    }
    .sec_information .list_1 .ttl {
        display: block;
        font-weight: 700;
    }
    .sec_information .btn_1 {
        margin-top: 40px;
    }
}

/* ---------------------------------------------------- */
/* sec_artist */
/* ---------------------------------------------------- */
.sec_artist_1 {
    background-color: var(--co_6);
}
.sec_artist_1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 150px;
    background-image: url(../img/bg/1_b.svg);
    background-size: 100% 100%;
}
.sec_artist_2 {
    padding-top: 150px;
    background-color: var(--co_7);
}
.sec_artist_2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 85px;
    background-image: url(../img/bg/2.svg);
    background-size: auto 100%;
}
.sec_artist .ttl_2 {
    margin: 0 auto 40px;
    width: 280px;
}
.sec_artist .list_1 + .ttl_2,
.sec_artist .andmore + .ttl_2 {
    margin-top: 80px;
}
.sec_artist .list_1 > ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-bottom: -50px;
}
.sec_artist .list_1 > ul > li {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-right: 10px;
    margin-bottom: 50px;
    width: calc(100% / 2 - 10px);
}
.sec_artist .list_1 > ul > li > .clm {
    width: 100%;
}

.sec_artist .list_1 > ul > li > .clm:nth-of-type(2) {
    flex: auto;
}
.sec_artist .list_1 .img {
    margin-bottom: 10px;
}
.sec_artist .list_1 .name {
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
}
.sec_artist .list_1 .link {
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    overflow: hidden;
}
.sec_artist .list_1 .link > li {
    flex: none;
    /* width: calc(100% / 2 - 3px); */
    width: 100%;
}

.sec_artist .list_1 .link a {
    display: block;
    padding: 5px;
    font-weight: 500;
    text-align: center;
}
.sec_artist .list_1 .link > li:nth-child(1) a {
    background-color: var(--co_5);
}
.sec_artist .list_1 .link > li:nth-child(2) {
    display: none;
}
.sec_artist .list_1 .link > li:nth-child(2) a {
    color: var(--co_1);
    background-color: var(--co_2);
}

.sec_artist .andmore {
    margin-top: 40px;
    font-family: var(--ff_en_1);
    color: var(--co_1);
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}
@media (max-width: 999px) {
    .sec_artist_1::before {
        height: 80px;
    }
    .sec_artist_2 {
        padding-top: 90px;
    }
    .sec_artist_2::before {
        height: 40px;
    }
    .sec_artist .ttl_2 {
        margin-bottom: 30px;
    }
    .sec_artist .list_1 + .ttl_2,
    .sec_artist .andmore + .ttl_2 {
        margin-top: 60px;
    }
    .sec_artist .ttl_2 {
        width: 150px;
    }

    .sec_artist .list_1 > ul {
        margin-right: 0;
        margin-bottom: -40px;
    }
    .sec_artist .list_1 > ul > li {
        margin-right: 0;
        margin-bottom: 40px;
        width: 100%;
    }
    .sec_artist .list_1 .img {
        margin-bottom: 5px;
    }
    .sec_artist .list_1 .name {
        margin-bottom: 10px;
        font-size: 24px;
    }
    .sec_artist .list_1 .link a {
        font-size: 12px;
    }
    .sec_artist .list_1 .desc {
        padding: 18px 15px 15px;
        font-size: 11px;
        border-radius: 10px;
    }
    .sec_artist .andmore {
        margin-top: 20px;
        font-size: 24px;
    }
}
/* ---------------------------------------------------- */
/* sec_ticket */
/* ---------------------------------------------------- */
.sec_ticket {
    color: var(--co_1);
    background-color: var(--co_4);
}
.sec_ticket::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 150px;
    background-image: url(../img/bg/1_c.svg);
    background-size: 100% 100%;
}
.sec_ticket .price_1 {
    margin-bottom: 10px;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}

.sec_ticket .price_1 > ul > li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sec_ticket .price_1 > ul > li + li {
    margin-top: 20px;
}
.sec_ticket .price_1 > ul > li > span:nth-of-type(1) {
    position: relative;
    display: flex;
    align-items: center;
    flex: initial;
    width: max-content;
}
.sec_ticket .price_1 > ul > li.soldout > span:nth-of-type(1)::after {
    content: "";
    position: absolute;
    right: -100px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 120px;
    height: 60px;
    background-image: url(../img/ico/soldout_1.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.sec_ticket .price_1 > ul > li > span:nth-of-type(2) {
    flex: initial;
    width: auto;
}
.sec_ticket .price_1 span > span {
    font-size: 16px;
}
.sec_ticket .desc_1 {
    margin-top: 20px;
    margin-bottom: 60px;
    font-size: 18px;
    text-align: center;
}
.sec_ticket .ttl_2 {
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: 700;
}
.sec_ticket .ttl_3 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
}
.sec_ticket * + .ttl_3 {
    margin-top: 40px;
}

.sec_ticket .ttl_2 + .ttl_3 {
    margin-top: 20px;
}
.sec_ticket .ttl_4 {
    margin-top: 80px;
    margin-bottom: 10px;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
}
.sec_ticket .list_1 + .list_1 {
    margin-top: 20px;
}
.sec_ticket .pg_1 > li {
    position: relative;
    margin-bottom: 20px;
    padding: 20px;
    background-color: var(--co_1);
    color: var(--co_2);
    line-height: 1.4;
    text-align: center;
}
.sec_ticket .pg_1.end > li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url(../img/ico/end_1.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50% auto;
}
.sec_ticket .pg_1 .ttl {
    font-size: 30px;
    font-weight: 700;
}
.sec_ticket .pg_1 .date {
    padding-top: 20px;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 700;
    border-top: 1px solid var(--co_2);
}
.sec_ticket .pg_1 .desc {
    margin-top: 10px;
    font-size: 18px;
    word-break: break-all;
}
.sec_ticket .pg_1 .note {
    padding-top: 15px;
    font-size: 14px;
}

.sec_ticket .pg_1 .desc a {
    color: #e40012;
}
.sec_ticket .btn_1 {
    margin-top: 40px;
    margin-bottom: 40px;
}
@media (max-width: 999px) {
    .sec_ticket::before {
        height: 80px;
    }
    .sec_ticket .price_1 {
        margin-bottom: 10px;
        font-size: 20px;
    }

    .sec_ticket .price_1 span > span {
        font-size: 11px;
    }
    .sec_ticket .price_1 > ul > li.soldout > span:nth-of-type(1)::after {
        right: -70px;
        width: 80px;
        height: 40px;
    }
    .sec_ticket .desc_1 {
        margin-top: 20px;
        margin-bottom: 40px;
        font-size: 11px;
    }
    .sec_ticket .ttl_2 {
        font-size: 20px;
    }
    .sec_ticket .ttl_3 {
        font-size: 16px;
    }
    .sec_ticket * + .ttl_3 {
        margin-top: 30px;
    }

    .sec_ticket .ttl_2 + .ttl_3 {
        margin-top: 20px;
    }
    .sec_ticket .ttl_4 {
        margin-top: 60px;
        font-size: 20px;
    }
    .sec_ticket .list_1 {
        font-size: 11px;
    }
    .sec_ticket .pg_1 > li {
        position: relative;
        margin-bottom: 20px;
        padding: 20px;
        background-color: var(--co_1);
        color: var(--co_2);
        font-size: 14px;
        line-height: 1.4;
        text-align: center;
    }
    .sec_ticket .pg_1 .ttl {
        font-size: 20px;
    }
    .sec_ticket .pg_1 .ttl span {
        font-size: 14px;
    }
    .sec_ticket .pg_1 .date {
        font-size: 14px;
    }
    .sec_ticket .pg_1 .desc {
        font-size: 14px;
    }
    .sec_ticket .btn_1 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}
/* ---------------------------------------------------- */
/* sec_goods */
/* ---------------------------------------------------- */
.sec_goods {
    background-color: var(--co_3);
}
.sec_goods::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/bg/4.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.sec_goods::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 150px;
    background-image: url(../img/bg/1.svg);
    background-size: 100% 100%;
}
.sec_goods .comingsoon {
    padding: 400px 0;
    font-family: var(--ff_en_1);
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    background-color: var(--co_1);
    border-radius: 20px;
}
@media (max-width: 999px) {
    .sec_goods::before {
        height: 80px;
    }
    .sec_goods::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: url(../img/bg/4_sp.svg);
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: center bottom;
    }
    .sec_goods .comingsoon {
        font-size: 20px;
    }
    .sec_goods .comingsoon {
        padding: 300px 0;
        font-size: 20px;
    }
}

/* ---------------------------------------------------- */
/* sec_access */
/* ---------------------------------------------------- */
.sec_access::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 150px;
    background-image: url(../img/bg/1.svg);
    background-size: 100% 100%;
}
.sec_access .ttl_2 {
    margin-bottom: 20px;
    font-size: 42px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-align: center;
}
.sec_access .map_1 + .ttl_2 {
    margin-top: 80px;
}
.sec_access .desc_1 {
    margin-bottom: 20px;
    font-size: 20px;
    text-align: center;
}
.sec_access .map_1 iframe {
    width: 100%;
    height: 600px;
}
@media (max-width: 999px) {
    .sec_access::before {
        height: 80px;
    }
    .sec_access .ttl_2 {
        margin-bottom: 10px;
        font-size: 22px;
    }

    .sec_access .desc_1 {
        margin-bottom: 20px;
        font-size: 14px;
    }
    .sec_access .map_1 iframe {
        height: 300px;
    }
}

/* ---------------------------------------------------- */
/* sec_radio */
/* ---------------------------------------------------- */

.sec_radio .box_1 {
    padding: 50px;
    background-color: var(--co_1);
    border-radius: 30px;
}
.sec_radio .list_1 > ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-right: -60px;
}
.sec_radio .list_1 > ul > li {
    margin-right: 60px;
    width: 300px;
}
.sec_radio .list_1 a {
    display: block;
}
@media (max-width: 999px) {
    .sec_radio .box_1 {
        padding: 30px 50px;
        border-radius: 20px;
    }
    .sec_radio .list_1 > ul {
        margin-right: 0;
        margin-bottom: -30px;
    }
    .sec_radio .list_1 > ul > li {
        margin-right: 0;
        margin-bottom: 30px;
        width: 100%;
    }
    .sec_radio .list_1 a {
        display: block;
    }
}
/* ---------------------------------------------------- */
/* sec_archive */
/* ---------------------------------------------------- */
.sec_archive {
    padding-top: 160px;
}
.sec_archive .ttl_1 {
    margin-bottom: 80px;
}
.sec_archive .list_1 > ul > li {
    display: flex;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--co_2);
}
.sec_archive .list_1 > ul > li + li {
    margin-top: 40px;
}

.sec_archive .list_1 .date {
    flex: none;
    width: 150px;
    font-size: 19px;
}
.sec_archive .list_1 .ttl {
    display: block;
    margin-bottom: 10px;
    font-size: 19px;
    font-weight: 700;
}
.sec_archive .list_1 .desc {
    word-break: break-all;
}
.sec_archive .list_1 a {
    text-decoration: underline;
}
.sec_archive .btn_1 {
    margin-top: 60px;
}

@media (max-width: 999px) {
    .sec_archive {
        padding-top: 110px;
    }
    .sec_archive .ttl_1 {
        margin-bottom: 40px;
    }

    .sec_archive .list_1 > ul > li {
        display: block;
        padding-bottom: 20px;
    }

    .sec_archive .list_1 > ul > li + li {
        margin-top: 20px;
    }

    .sec_archive .list_1 .date {
        width: auto;
        font-size: 14px;
    }
    .sec_archive .list_1 .ttl {
        display: block;
        font-size: 18px;
    }
    .sec_archive .btn_1 {
        margin-top: 50px;
    }
}
