@charset "utf-8";

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

/* ---------------------------------------------------- */
/* 変数 */
/* ---------------------------------------------------- */
:root {
    --co_1: #fff;
    --co_2: #000;
    --co_3: #222f48;
    --co_4: #a6ff06;
    --co_5: #f19ec2;
    --co_6: #78e2eb;
    --ff_go_1: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    --ff_en_1: "Bebas Neue", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-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_1);
    line-height: 1.5;
    font-family: var(--ff_go_1);
    font-weight: 400;
    background-color: var(--co_3);

    overflow: hidden;
}

@media (min-width: 1000px) {
    body {
        min-width: 1080px;
        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_1);
    text-decoration: none;
    outline: none;
    transition: 0.3s ease-in-out;
}

a:hover {
    text-decoration: none;
}

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

/* ---------------------------------------------------- */
/* contents */
/* ---------------------------------------------------- */
.contents {
    padding-top: 0;
}
@media (max-width: 999px) {
    .contents {
        padding-top: 0;
    }
}
/* ---------------------------------------------------- */
/* header_1 */
/* ---------------------------------------------------- */
.header_1 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: linear-gradient(90deg, rgba(0, 134, 105, 0.4) 0%, rgba(0, 0, 255, 0.4) 100%);
    z-index: 100;
    transition: 0.3s ease-in-out;
}

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

.header_1 .logo_1 {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    filter: drop-shadow(0px 0px 3px rgba(255, 255, 255, 0.6));
}

.header_1 .logo_1 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: 35px;
    height: 40px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    z-index: 110;
}

.header_1 .btn_toggle_megamenu div {
    position: relative;
    width: 100%;
    height: 40px;
}

.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(-9px);
}

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

.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;
    right: 0;
    top: 0;
    width: 500px;
    height: 100%;
    background: linear-gradient(90deg, rgba(207, 108, 117, 0.9) 0%, rgba(0, 71, 161, 0.9) 100%);
    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: 10px 0;
    color: var(--co_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;
}

@media (min-width: 1000px) {
    .header_1 .btn_toggle_megamenu:hover {
        opacity: 0.6;
    }
}

@media (max-width: 999px) {
    .header_1 .header_inner {
        height: 60px;
    }
    .header_1 .logo_1 {
        width: 40px;
    }
    .header_1 .btn_toggle_megamenu {
        right: 20px;
    }
    .header_1 .toggle_megamenu {
        width: 100%;
    }
    .header_1 .nav_1 > ul > li > a {
        font-size: 18px;
    }
}

/* ---------------------------------------------------- */
/* footer_1 */
/* ---------------------------------------------------- */
.footer_1 {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    background: linear-gradient(90deg, rgba(0, 134, 105, 1) 0%, rgba(0, 0, 255, 1) 100%);
}

.footer_1 .footer_inner {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 700px;
}

.footer_1 .contact_1 {
    font-size: 14px;
    text-align: center;
}
.footer_1 .nav_1 {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}
.footer_1 .nav_1 a {
    display: block;
    margin: 0 10px;
    width: 50px;
}

@media (max-width: 999px) {
    .footer_1 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .footer_1 .footer_inner {
        width: calc(100% - 40px);
    }

    .footer_1 .contact_1 {
        font-size: 12px;
    }
    .footer_1 .nav_1 {
        margin-top: 30px;
        display: flex;
        justify-content: center;
    }
}

/* ---------------------------------------------------- */
/* sec_mv */
/* ---------------------------------------------------- */
.sec_mv {
    padding-top: 120px;
    padding-bottom: 80px;
    background-image: url(../img/bg/1.jpg);
}
.sec_mv .ttl_1 {
    margin: 0 auto 40px;
    width: 530px;
    filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.6));
}
.sec_mv .ttl_2 {
    margin: 0 auto 40px;
    filter: drop-shadow(0px 0px 10px rgba(204, 126, 153, 0.6));
}
.sec_mv .ttl_3 {
    margin: 0 auto;
    width: 600px;
    filter: drop-shadow(0px 0px 10px rgba(204, 126, 153, 0.6));
}

.sec_mv .ttl_4 {
    margin-bottom: 40px;
    color: var(--co_4);
    font-size: 50px;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.sec_mv .btn_1 {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: block;
    width: 120px;
    z-index: 10;
}
@media (max-width: 999px) {
    .sec_mv {
        padding-top: 80px;
        padding-bottom: 80px;
        background-image: url(../img/bg/1.jpg);
    }
    .sec_mv .ttl_1 {
        margin-bottom: 30px;
        width: auto;
    }
    .sec_mv .ttl_2 {
        margin-bottom: 30px;
        width: auto;
    }
    .sec_mv .ttl_3 {
        width: auto;
    }
    .sec_mv .ttl_4 {
        margin-bottom: 20px;
        font-size: 24px;
    }
    .sec_mv .btn_1 {
        right: 10px;
        bottom: 10px;
        width: 60px;
    }
}

/* ---------------------------------------------------- */
/* sec_statement */
/* ---------------------------------------------------- */
.sec_statement {
    padding-top: 120px;
    padding-bottom: 120px;
    background-image: url(../img/bg/3.jpg);
}
.sec_statement .ttl_2 {
    margin-bottom: 30px;
    color: var(--co_5);
    font-weight: 700;
    text-align: center;
}
.sec_statement .ttl_2 > span:nth-of-type(1) {
    display: block;
    font-size: 16px;
}
.sec_statement .ttl_2 > span:nth-of-type(2) {
    display: block;
    margin-top: 20px;
    font-family: var(--ff_en_1);
    font-size: 26px;
}
.sec_statement .desc_1 {
    font-size: 14px;
    text-align: center;
}

@media (max-width: 999px) {
    .sec_statement {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .sec_statement .ttl_2 {
        margin-bottom: 20px;
    }

    .sec_statement .ttl_2 > span:nth-of-type(1) {
        font-size: 14px;
    }
    .sec_statement .ttl_2 > span:nth-of-type(2) {
        margin-top: 20px;
        font-size: 26px;
    }
    .sec_statement .desc_1 {
        font-size: 14px;
    }
}

/* ---------------------------------------------------- */
/* sec_news */
/* ---------------------------------------------------- */
.sec_news {
    padding-top: 120px;
    padding-bottom: 120px;
    background-image: url(../img/bg/2.jpg);
    background-size: 100% auto;
}
.sec_news .box_1 {
    padding: 50px;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.5);
}

.sec_news .list_1 > ul > li + li {
    margin-top: 50px;
}
.sec_news .list_1 > ul > li:nth-child(n + 6) {
    display: none;
}
.sec_news .list_1 a {
    display: block;
}
.sec_news .list_1 .clms {
    display: flex;
}
.sec_news .list_1 .clms > .clm:nth-of-type(1) {
    flex: none;
    padding-right: 50px;
    margin-right: 50px;
    border-right: 1px solid var(--co_1);
    width: 300px;
}
.sec_news .list_1 .ttl {
    padding: 5px 0;
    font-size: 18px;
    font-weight: 700;
}

.sec_news .btn_1 {
    margin: 30px auto 0;
}
.sec_news .btn_1::before {
    content: "view more";
}
.sec_news .btn_1.is_show::before {
    content: "close";
}

@media (max-width: 999px) {
    .sec_news {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .sec_news .box_1 {
        padding: 20px;
        border-radius: 20px;
    }

    .sec_news .list_1 > ul > li + li {
        padding-top: 30px;
        margin-top: 30px;
        border-top: 1px solid var(--co_1);
    }
    .sec_news .list_1 a {
        display: block;
    }
    .sec_news .list_1 .clms {
        display: block;
    }
    .sec_news .list_1 .clms > .clm:nth-of-type(1) {
        flex: none;
        padding: 0;
        margin: 0;
        margin-bottom: 20px;
        border: none;
        width: auto;
    }
    .sec_news .list_1 .ttl {
        font-size: 16px;
    }
}

/* ---------------------------------------------------- */
/* sec_artist */
/* ---------------------------------------------------- */
.sec_artist {
    padding-top: 120px;
    padding-bottom: 120px;
    background: linear-gradient(90deg, rgba(207, 108, 117, 1) 0%, rgba(0, 71, 161, 1) 100%);
}
.sec_artist::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img/bg/5.svg);
    background-size: 1600px auto;
    background-position: center;
    background-repeat: no-repeat;
}
.sec_artist .ttl_2 {
    margin-bottom: 40px;
    color: var(--co_4);
    font-size: 25px;
    font-weight: 700;
    text-align: center;
}
.sec_artist .list_1 {
    margin: 0 auto;
}
.sec_artist .list_1 > ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-right: -40px;
    margin-bottom: -40px;
}
.sec_artist .list_1 > ul > li {
    position: relative;
    margin-right: 40px;
    margin-bottom: 40px;
    width: calc(100% / 3 - 40px);
}
.sec_artist .list_1 .ico {
    position: absolute;
    right: -15px;
    top: -15px;
    display: flex;
}
.sec_artist .list_1 .ico > i {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
    width: 45px;
    height: 45px;
    color: var(--co_2);
    font-weight: 700;
    line-height: 1;
    font-style: normal;
    border-radius: 100%;
    z-index: 2;
}
.sec_artist .list_1 .ico > i.new {
    background-color: var(--co_4);
}
.sec_artist .list_1 .ico > i.new::before {
    content: "NEW";
}
.sec_artist .list_1 .ico > i.dj {
    background-color: var(--co_6);
}
.sec_artist .list_1 .ico > i.dj::before {
    content: "DJ";
}
.sec_artist .list_1 a {
    display: block;
}

.sec_artist .list_1 .name {
    margin-top: 10px;
    font-size: 21px;
    font-weight: 700;
    text-align: center;
}

.sec_artist .andmore {
    margin: 50px auto 0;
    padding: 10px 30px;
    width: max-content;
    color: var(--co_3);
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    background-color: var(--co_4);
}
@media (max-width: 999px) {
    .sec_artist {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .sec_artist .ttl_2 {
        margin-bottom: 20px;
        font-size: 20px;
    }
    .sec_artist .list_1 {
        width: auto;
    }
    .sec_artist .list_1 > ul {
        margin-right: -20px;
        margin-bottom: -30px;
    }
    .sec_artist .list_1 > ul > li {
        margin-right: 20px;
        margin-bottom: 30px;
        width: calc(100% / 2 - 20px);
    }
    .sec_artist .list_1 .ico {
        right: -10px;
        top: -10px;
    }
    .sec_artist .list_1 .ico > i {
        width: 35px;
        height: 35px;
        font-size: 11px;
    }
    .sec_artist .list_1 a {
        display: block;
    }

    .sec_artist .list_1 .name {
        margin-top: 10px;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
    }

    .sec_artist .andmore {
        margin-top: 30px;
        padding: 10px 30px;
        font-size: 18px;
    }
}

/* ---------------------------------------------------- */
/* sec_timetable */
/* ---------------------------------------------------- */
.sec_timetable {
    padding-top: 120px;
    padding-bottom: 120px;
    background-image: url(../img/bg/3.jpg);
}
/* ---------------------------------------------------- */
/* sec_ticket */
/* ---------------------------------------------------- */
.sec_ticket {
    padding-top: 120px;
    padding-bottom: 120px;
    color: var(--co_3);
    background-image: url(../img/bg/4.jpg);
}

.sec_ticket .img_1 {
    margin: 0 auto 50px;
}

.sec_ticket .img_2 {
    margin-bottom: 50px;
}

.sec_ticket .bnr_1 {
    display: block;
    margin: 50px 0;
}
.sec_ticket .bnr_2 {
    position: relative;
    margin: 50px 0;
}
.sec_ticket .bnr_2 a {
    position: absolute;
    left: 11%;
    width: 80%;
    height: 5.5%;
    /* background-color: rgba(0, 0, 0, 0.3); */
}
.sec_ticket .bnr_2 .pg1 {
    top: 46%;
}
.sec_ticket .bnr_2 .pg2 {
    top: 52%;
}
.sec_ticket .bnr_2 .pg3 {
    top: 58%;
}
.sec_ticket .bnr_2 .pg4 {
    top: 64%;
}
.sec_ticket .bnr_2 .pg5 {
    top: 70%;
}
.sec_ticket .bnr_2 .pg6 {
    top: 76%;
}
.sec_ticket .bnr_2 .pg7 {
    top: 82%;
}
.sec_ticket .hr_1 {
    margin: 30px 0;
}
.sec_ticket .desc_1 {
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 999px) {
    .sec_ticket {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .sec_ticket .img_1 {
        margin-bottom: 30px;
        width: 80%;
    }

    .sec_ticket .img_2 {
        margin-bottom: 30px;
    }
    .sec_ticket .bnr_1 {
        margin: 30px 0;
    }
    .sec_ticket .bnr_2 {
        margin: 30px 0;
    }
    .sec_ticket .bnr_2 a {
        left: 11%;
        width: 75%;
        height: 6.5%;
    }
    .sec_ticket .bnr_2 .pg1 {
        top: 46%;
    }
    .sec_ticket .bnr_2 .pg2 {
        top: 53%;
    }
    .sec_ticket .bnr_2 .pg3 {
        top: 60%;
    }
    .sec_ticket .bnr_2 .pg4 {
        top: 67%;
    }
    .sec_ticket .bnr_2 .pg5 {
        top: 74%;
    }
    .sec_ticket .bnr_2 .pg6 {
        top: 81%;
    }
    .sec_ticket .bnr_2 .pg7 {
        top: 88%;
    }
    .sec_ticket .desc_1 {
        padding: 10px;
    }
}
/* ---------------------------------------------------- */
/* sec_access */
/* ---------------------------------------------------- */
.sec_floor {
    padding-top: 120px;
    padding-bottom: 120px;
    background: linear-gradient(90deg, rgba(207, 108, 117, 1) 0%, rgba(0, 71, 161, 1) 100%);
}
.sec_floor .img_1 {
    display: block;
    margin-top: 20px;
}
@media (max-width: 999px) {
    .sec_floor {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
/* ---------------------------------------------------- */
/* sec_food */
/* ---------------------------------------------------- */
.sec_food {
    padding-top: 120px;
    padding-bottom: 120px;
    color: var(--co_3);
    background-image: url(../img/bg/2.jpg);
}
.sec_food .ttl_2 {
    margin-top: 60px;
    margin-bottom: 20px;
    padding: 10px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    background-color: var(--co_1);
}

.sec_food .ttl_3 {
    margin-bottom: 20px;
    padding: 10px 0;
    width: 150px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    background-color: var(--co_1);
}
.sec_food .list_1 + .ttl_3 {
    margin-top: 100px;
}
.sec_food .ttl_4 {
    margin-bottom: 20px;
    color: var(--co_4);
    font-size: 24px;
    font-weight: 900;
    text-align: center;
}
.sec_food .list_1 > ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: -30px;
    margin-bottom: -40px;
}
.sec_food .list_1 > ul > li {
    margin-right: 30px;
    margin-bottom: 40px;
    width: calc(100% / 3 - 30px);
    color: var(--co_1);
}

.sec_food .list_1 .ttl {
    padding: 10px 0;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid var(--co_1);
}
.sec_food .list_1 .ttl.lh3 {
    min-height: 6.5em;
}
.sec_food .list_1 .desc {
    font-size: 13px;
}
@media (min-width: 1000px) {
}
@media (max-width: 999px) {
    .sec_food {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .sec_food .list_1 > ul > li {
        width: 100%;
    }
    .sec_food .ttl_2 {
        margin-top: 30px;
        margin-bottom: 20px;
        padding: 5px;
        font-size: 20px;
    }

    .sec_food .ttl_3 {
        margin-bottom: 20px;
        padding: 5px 0;
        width: 150px;
        font-size: 20px;
    }
    .sec_food .list_1 + .ttl_3 {
        margin-top: 60px;
    }
    .sec_food .ttl_4 {
        margin-bottom: 20px;
        font-size: 18px;
    }
    .sec_food .list_1 > ul {
        margin-right: -15px;
        margin-bottom: -30px;
    }
    .sec_food .list_1 > ul > li {
        margin-right: 15px;
        margin-bottom: 30px;
        width: calc(100% / 2 - 15px);
    }

    .sec_food .list_1 .ttl {
        font-size: 12px;
    }
    .sec_food .list_1 .desc {
        font-size: 11px;
    }
}

/* ---------------------------------------------------- */
/* sec_goods */
/* ---------------------------------------------------- */
.sec_goods {
    padding-top: 120px;
    padding-bottom: 120px;
    color: var(--co_1);
    background-image: url(../img/bg/3.jpg);
}
.sec_goods .ttl_2 {
    margin-bottom: 40px;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}
.sec_goods .desc_1 {
    margin-top: 20px;
    font-size: 12px;
    text-align: right;
}

.sec_goods .bnr_1 {
    display: block;
    margin-top: 20px;
}

@media (max-width: 999px) {
    .sec_goods {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .sec_goods .ttl_2 {
        margin-bottom: 20px;
        font-size: 16px;
    }
}

/* ---------------------------------------------------- */
/* sec_about */
/* ---------------------------------------------------- */
.sec_about {
    padding-top: 120px;
    padding-bottom: 120px;
    background: linear-gradient(90deg, rgba(207, 108, 117, 1) 0%, rgba(0, 71, 161, 1) 100%);
}

.sec_about .list_1 {
    padding: 30px 20px;
    margin: 0 auto;
    width: max-content;
    background-color: var(--co_1);
    color: var(--co_3);
}
.sec_about .list_1 th {
    padding: 5px 20px;
    border-right: 1px solid var(--co_3);
}
.sec_about .list_1 td {
    padding: 5px 20px;
}

@media (max-width: 999px) {
    .sec_about {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .sec_about .list_1 {
        padding: 20px;
        width: auto;
    }
    .sec_about .list_1 table,
    .sec_about .list_1 tbody,
    .sec_about .list_1 tr,
    .sec_about .list_1 th,
    .sec_about .list_1 td {
        display: block;
    }
    .sec_about .list_1 tr + tr {
        padding-top: 10px;
        margin-top: 10px;
        border-top: 1px solid var(--co_3);
    }
    .sec_about .list_1 th {
        padding: 0;
        border: none;
    }
    .sec_about .list_1 td {
        padding: 0;
    }
}
/* ---------------------------------------------------- */
/* sec_event */
/* ---------------------------------------------------- */
.sec_event {
    padding-top: 120px;
    padding-bottom: 120px;
    color: var(--co_3);
    background-image: url(../img/bg/4.jpg);
}

.sec_event .ttl_1 {
    color: var(--co_3);
    font-size: 30px;
    font-weight: 700;
}

.sec_event .list_1 > ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-right: -40px;
    margin-bottom: -30px;
}
.sec_event .list_1 > ul > li {
    margin-right: 40px;
    margin-bottom: 30px;
    width: calc(100% / 3 - 40px);
}
.sec_event .list_1 a {
    display: block;
    color: var(--co_1);
}
.sec_event .list_1 .ttl {
    padding: 10px 0;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid var(--co_1);
}
.sec_event .list_1 .desc {
    font-size: 13px;
}
@media (max-width: 999px) {
    .sec_event {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .sec_event .list_1 > ul > li {
        width: 100%;
    }
}

/* ---------------------------------------------------- */
/* sec_access */
/* ---------------------------------------------------- */
.sec_access {
    padding-top: 120px;
    padding-bottom: 120px;
    background: linear-gradient(90deg, rgba(207, 108, 117, 1) 0%, rgba(0, 71, 161, 1) 100%);
}
.sec_access::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img/bg/5.svg);
    background-size: 1600px auto;
    background-position: center;
    background-repeat: no-repeat;
}
.sec_access .map_1 {
    margin-bottom: 20px;
}
.sec_access .map_1 iframe {
    width: 100%;
    height: 400px;
}

.sec_access .ttl_2 > span:nth-of-type(1) {
    font-size: 16px;
    font-weight: 700;
}
.sec_access .clms_1 {
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
}
.sec_access .clms_1 > .clm {
    flex: none;
    width: calc(100% / 2 - 20px);
}

.sec_access .btn_1 {
    margin: 0 auto;
}
.sec_access .hr_1 {
    margin: 30px 0;
    border-color: var(--co_1);
}
.sec_access .deac_2 {
    margin-bottom: 20px;
    text-align: center;
}
.sec_access .img_1 {
    margin-top: 30px;
}

@media (max-width: 999px) {
    .sec_access {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .sec_access .map_1 {
        margin: 0 -20px 20px;
    }
    .sec_access .map_1 iframe {
        height: 300px;
    }

    .sec_access .ttl_2 > span:nth-of-type(1) {
        font-size: 16px;
        font-weight: 700;
    }
    .sec_access .clms_1 {
        display: block;
        margin-bottom: 30px;
    }
    .sec_access .clms_1 > .clm {
        width: auto;
    }
    .sec_access .clms_1 > .clm + .clm {
        margin-top: 20px;
    }
}
/* ---------------------------------------------------- */
/* sec_sponsor */
/* ---------------------------------------------------- */
.sec_sponsor {
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: var(--co_1);
}
.sec_sponsor .ttl_1 {
    color: #195480;
}
.sec_sponsor .list_1 {
    padding: 0 100px;
}
.sec_sponsor .list_1 + .list_1 {
    margin-top: 50px;
}
.sec_sponsor .list_1 > ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-right: -40px;
}
.sec_sponsor .list_1 > ul > li {
    margin-right: 40px;
    margin-bottom: 20px;
}
.sec_sponsor .list_1 img {
    width: auto;
    height: 25px;
}
.sec_sponsor .list_1 .s2 img {
    height: 70px;
}
.sec_sponsor .list_1 .s3 img {
    height: 40px;
}
.sec_sponsor .list_1 .s4 img {
    height: 55px;
}
.sec_sponsor .list_1 .s5 img {
    height: 30px;
}

@media (max-width: 999px) {
    .sec_sponsor {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .sec_sponsor .list_1 {
        padding: 0;
    }
    .sec_sponsor .list_1 + .list_1 {
        margin-top: 30px;
    }
    .sec_sponsor .list_1 > ul {
        margin-right: -20px;
    }
    .sec_sponsor .list_1 > ul > li {
        margin-right: 20px;
        margin-bottom: 20px;
    }
}

/* ---------------------------------------------------- */
/* sec_notice */
/* ---------------------------------------------------- */
.sec_notice {
    padding-top: 120px;
    padding-bottom: 120px;
    color: var(--co_3);
    background-image: url(../img/bg/4.jpg);
}

.sec_notice .ttl_1 {
    color: var(--co_3);
}

.sec_notice .box_1 {
    padding: 40px;
    background-color: rgba(255, 255, 255, 0.5);
}
.sec_notice .box_1 > * + * {
    margin-top: 10px;
}
.sec_notice .ttl_2 {
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid var(--co_2);
}
.sec_notice .ttl_3 {
    margin-bottom: 5px;
    font-weight: 700;
}
.sec_notice * + .ttl_3 {
    margin-top: 20px;
}
.sec_notice .list_1 {
    line-height: 1.8;
}
@media (max-width: 999px) {
    .sec_notice {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .sec_notice .box_1 {
        padding: 20px;
    }

    .sec_notice .ttl_2 {
        font-size: 16px;
    }

    .sec_notice .list_1 {
        font-size: 12px;
    }
    .sec_notice .desc_1 {
        font-size: 12px;
    }
}

/* ---------------------------------------------------- */
/* sec_faq */
/* ---------------------------------------------------- */
.sec_faq {
    padding-top: 120px;
    padding-bottom: 120px;
    background: linear-gradient(90deg, rgba(207, 108, 117, 1) 0%, rgba(0, 71, 161, 1) 100%);
}
.sec_faq .list_1 > ul > li + li {
    margin-top: 30px;
}

.sec_faq .list_1 .q {
    position: relative;
    display: flex;
    padding: 15px 25px;
    padding-right: 60px;
    color: var(--co_2);
    font-size: 18px;
    font-weight: 700;
    text-align: justify;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    background-color: var(--co_1);
    transition: 0.3s ease-in-out;
}
.sec_faq .list_1 .q::before {
    content: "Q.";
}

.sec_faq .list_1 .q i {
    position: absolute;
    right: 20px;
    top: 40%;
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid var(--co_2);
    border-right: 2px solid var(--co_2);
    transition: 0.3s ease-in-out;
    transform: rotate(135deg);
    transition: 0.3s ease-in-out;
}

.sec_faq .list_1 .q.is_show i {
    transform: rotate(-45deg);
}

.sec_faq .list_1 .a {
    display: none;
    padding: 15px 25px;
    border: 1px solid var(--co_1);
    border-top: none;
}

.sec_faq .list_1 .a a {
    color: #00a0e9;
}
@media (max-width: 999px) {
    .sec_faq {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .sec_faq .list_1 > ul > li + li {
        margin-top: 20px;
    }

    .sec_faq .list_1 .q {
        padding: 15px 15px;
        padding-right: 30px;
        font-size: 14px;
    }

    .sec_faq .list_1 .q i {
        right: 10px;
    }

    .sec_faq .list_1 .a {
        padding: 15px 15px;
        font-size: 12px;
    }
}
