@charset "utf-8";

/*********************************************************************
*
*  For HOME
*
*********************************************************************/

/* ---------------------------------------------------- */
/* contents_wrap */
/* ---------------------------------------------------- */
@media (max-width: 767px) {
    .contents_wrap {
        padding-top: 0;
    }
}

/* ---------------------------------------------------- */
/* header */
/* ---------------------------------------------------- */
@media (min-width: 768px) {
    header {
        position: static;
        background-color: #99BBA7;
        background-image: none;
    }

    header::after {
        content: none;
    }

    header .header_inner {
        height: 100px;
    }

    header .site_logo {
        position: absolute;
        left: 0;
        top: 14px;
        transform: translateX(0);
    }

    header .nav_h_wrap>ul {
        justify-content: flex-end;
    }

    header .nav_h_wrap>ul>li {
        padding: 0 21px;
    }
}

/* ---------------------------------------------------- */
/* sec_mv_wrap */
/* ---------------------------------------------------- */
.sec_mv_wrap {
    padding-top: 0;
    padding-bottom: 0;
}

@media (max-width: 767px) {
    .sec_mv_wrap {
        padding-top: 50px;
    }
}

/* ---------------------------------------------------- */
/* sec_outline_wrap */
/* ---------------------------------------------------- */
.sec_outline_wrap {
    padding-bottom: 0;
}

.sec_outline_wrap .date_1 {
    margin: 0 auto 20px;
    width: 540px;
}

.sec_outline_wrap .place_1 {
    margin-bottom: 15px;
    color: #4C3331;
    font-size: 4.5rem;
    font-weight: 700;
    text-align: center;
}

.sec_outline_wrap .place_2 {
    display: block;
    margin: 0 auto 20px;
    width: 810px;
}

.sec_outline_wrap .time_1 {
    color: #4C3331;
    font-size: 3.0rem;
    font-weight: 700;
    text-align: center;
}

.sec_outline_wrap .note_1 {
    margin-right: 150px;
    margin-top: -25px;
    text-align: right;
}

.sec_outline_wrap .bnr_1 {
    display: block;
    margin: 40px auto 0;
    width: 850px;
}

@media (max-width: 767px) {
    .sec_outline_wrap {
        padding-top: 50px;
    }

    .sec_outline_wrap .date_1 {
        margin: 0 auto 20px;
        width: 80%;
    }

    .sec_outline_wrap .place_1 {
        margin-bottom: 10px;
        font-size: 2.5rem;
    }

    .sec_outline_wrap .place_2 {
        max-width: 320px;
        width: 100%;
    }

    .sec_outline_wrap .time_1 {
        font-size: 1.6rem;
    }

    .sec_outline_wrap .note_1 {
        margin-right: auto;
        margin-top: 10px;
        text-align: center;
    }

    .sec_outline_wrap .bnr_1 {
        margin: 20px auto 0;
        width: auto;
    }
}

/* ---------------------------------------------------- */
/* sec_news_wrap */
/* ---------------------------------------------------- */
.sec_news_wrap .news_wrap {
    position: relative;
    padding: 0 50px 30px;
}

.sec_news_wrap .news_wrap::before,
.sec_news_wrap .news_wrap::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    border: 1px solid #99BBA7;
}

.sec_news_wrap .news_wrap::before {
    transform: translate(10px, 10px);
}

.sec_news_wrap .news_wrap .sec_ttl {
    margin-bottom: 0;
    position: relative;
    z-index: 2;
}

.sec_news_wrap .news_wrap .archive_wrap {
    position: relative;
    z-index: 2;
}

.sec_news_wrap .news_wrap .archive_wrap>ul>li {
    display: flex;
    font-weight: 700;
}

.sec_news_wrap .news_wrap .archive_wrap>ul>li+li {
    margin-top: 10px;
}

.sec_news_wrap .news_wrap .archive_wrap .date {
    flex: none;
    width: 120px;
    color: #E5866E;
}

.sec_news_wrap .news_wrap .archive_wrap a {
    text-decoration: underline;
}

.sec_news_wrap .news_wrap .archive_wrap a:hover {
    text-decoration: none;
}

@media (max-width: 767px) {
    .sec_news_wrap .news_wrap {
        padding: 0 20px 20px;
    }

    .sec_news_wrap .news_wrap .archive_wrap>ul>li {
        display: block;
    }


    .sec_news_wrap .news_wrap .archive_wrap .date {
        width: auto;
    }
}

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

.sec_yt_wrap .yt_1 {
    margin: 0 auto;
    width: 80%;
}

.sec_yt_wrap .yt_1>div {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.sec_yt_wrap .yt_1 iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}


@media (max-width: 767px) {
    .sec_yt_wrap .yt_1 {
        width: auto;
    }
}

/* ---------------------------------------------------- */
/* sec_about_wrap */
/* ---------------------------------------------------- */
.sec_about_wrap {
    background-color: #F4F4F2;
}

.sec_about_wrap .ttl_1 {
    margin-top: 20px;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .sec_about_wrap .sec_ttl {
        margin-bottom: 10px;
    }

    .sec_about_wrap .ttl_1 {
        margin-top: 0;
        margin-bottom: 30px;
    }

}

/* ---------------------------------------------------- */
/* sec_notice_wrap */
/* ---------------------------------------------------- */
.sec_notice_wrap .sec_ttl::before {
    display: none;
}

.sec_notice_wrap .list_1>ul>li+li {
    margin-top: 30px;
}

.sec_notice_wrap .list_1 .q {
    position: relative;
    padding: 15px 20px;
    color: #FFF;
    font-size: 2.0rem;
    font-weight: 700;
    text-align: justify;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    background-color: #E6856F;
    transition: 0.3s ease-in-out;
}

.sec_notice_wrap .list_1 .q::before {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    display: block;
    width: 16px;
    height: 16px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: translateY(-60%) rotate(135deg);
    background-repeat: no-repeat;
    transition: 0.3s ease-in-out;
}

.sec_notice_wrap .list_1 .q.is_show::before {
    transform: translateY(-40%) rotate(-45deg);
}

.sec_notice_wrap .list_1 .a {
    display: none;
    padding: 15px 20px;
    border: 1px solid #E6856F;
}

.sec_notice_wrap .list_1 .a a {
    color: #00A0E9;
}

.sec_notice_wrap .list_1 .a .desc+.desc {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #000;
}

@media (max-width: 767px) {
    .sec_notice_wrap .sec_ttl {
        margin-bottom: 10px;
    }

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

    .sec_notice_wrap .list_1 .q {
        padding: 10px 50px 10px 15px;
        font-size: 1.4rem;
    }

    .sec_notice_wrap .list_1 .q::before {
        right: 10px;
        width: 12px;
        height: 12px;
        transform: translateY(-55%) rotate(135deg);
    }

    .sec_notice_wrap .list_1 .q.is_show::before {
        transform: translateY(-40%) rotate(-45deg);
    }

    .sec_notice_wrap .list_1 .a {
        padding: 15px 15px;
        font-size: 1.2rem;
    }
}

/* ---------------------------------------------------- */
/* sec_qa_wrap */
/* ---------------------------------------------------- */
.sec_qa_wrap {
    background-color: #FFFAF1;
}

.sec_qa_wrap .sec_ttl::before {
    display: none;
}

.sec_qa_wrap .list_1>ul>li+li {
    margin-top: 30px;
}

.sec_qa_wrap .list_1 .q {
    position: relative;
    padding: 15px 20px;
    color: #684946;
    font-size: 2.0rem;
    font-weight: 700;
    text-align: justify;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    background-color: #AED8E5;
    transition: 0.3s ease-in-out;
}

.sec_qa_wrap .list_1 .q::before {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    display: block;
    width: 16px;
    height: 16px;
    border-top: 2px solid #684946;
    border-right: 2px solid #684946;
    transform: translateY(-60%) rotate(135deg);
    background-repeat: no-repeat;
    transition: 0.3s ease-in-out;
}

.sec_qa_wrap .list_1 .q.is_show::before {
    transform: translateY(-40%) rotate(-45deg);
}

.sec_qa_wrap .list_1 .a {
    display: none;
    padding: 15px 20px;
    border: 1px solid #AED8E5;
}

.sec_qa_wrap .list_1 .a a {
    color: #00A0E9;
}

@media (max-width: 767px) {
    .sec_qa_wrap .sec_ttl {
        margin-bottom: 10px;
    }

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

    .sec_qa_wrap .list_1 .q {
        padding: 10px 50px 10px 15px;
        font-size: 1.4rem;
    }

    .sec_qa_wrap .list_1 .q::before {
        right: 10px;
        width: 12px;
        height: 12px;
        transform: translateY(-55%) rotate(135deg);
    }

    .sec_qa_wrap .list_1 .q.is_show::before {
        transform: translateY(-40%) rotate(-45deg);
    }

    .sec_qa_wrap .list_1 .a {
        padding: 15px 15px;
        font-size: 1.2rem;
    }
}








/* ---------------------------------------------------- */
/* sec_playlist_wrap */
/* ---------------------------------------------------- */
.sec_playlist_wrap .spotify_1 {
    margin: 0 auto;
    max-width: 750px;
}

@media (max-width: 767px) {
    .sec_playlist_wrap .spotify_1 {
        max-width: none;
    }
}

/* ---------------------------------------------------- */
/* sec_overview_wrap */
/* ---------------------------------------------------- */
.sec_overview_wrap {
    background-image: url(../../common/img/bg/deco_5.png), url(../../common/img/bg/deco_5.png);
    background-repeat: no-repeat;
    background-size: 110px auto;
    background-position: left 20px top 20px, right 20px bottom 20px;
    background-color: #99BBA7;
}

.sec_overview_wrap .list_1 {
    display: flex;
    justify-content: center;
}

.sec_overview_wrap .list_1 th {
    padding-right: 20px;
    padding-bottom: 5px;
    width: 10px;
    border-right: 1px solid #000;
    vertical-align: top;
    white-space: nowrap;
}

.sec_overview_wrap .list_1 td {
    padding-left: 20px;
    padding-bottom: 5px;
}

.sec_overview_wrap .list_2 {
    margin-bottom: 20px;
}

.sec_overview_wrap .list_2 .ttl {
    margin-bottom: 20px;
    text-align: center;
}

.sec_overview_wrap .list_2>ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.sec_overview_wrap .list_2>ul>li {
    padding: 0 20px 40px;
}

.sec_overview_wrap .list_2>ul>li.s1 {
    width: 150px;
}

.sec_overview_wrap .list_2>ul>li.s2 {
    width: 160px;
}

.sec_overview_wrap .list_2>ul>li.s3 {
    width: 240px;
}

@media (max-width: 767px) {
    .sec_overview_wrap {
        background-image: none;
    }

    .sec_overview_wrap .list_1 th {
        padding-right: 15px;
    }

    .sec_overview_wrap .list_1 td {
        padding-left: 15px;
    }

    .sec_overview_wrap .list_2 {
        margin-bottom: 20px;
    }

    .sec_overview_wrap .list_2 .ttl {
        margin-bottom: 15px;
    }

    .sec_overview_wrap .list_2>ul>li {
        padding: 0 10px 20px;
    }

    .sec_overview_wrap .list_2>ul>li.s1 {
        width: 120px;
    }

    .sec_overview_wrap .list_2>ul>li.s2 {
        width: 120px;
    }

    .sec_overview_wrap .list_2>ul>li.s3 {
        width: 180px;
    }
}