@charset "utf-8";

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

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

/* ---------------------------------------------------- */
/* header */
/* ---------------------------------------------------- */
@media (min-width: 1000px) {
    .header_1 {
        position: static;
        background-color: #99bba7;
        background-image: none;
    }

    .header_1::after {
        content: none;
    }
    .header_1::before {
        content: none;
    }
    .header_1 .header_inner {
        height: 100px;
    }

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

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

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

/* ---------------------------------------------------- */
/* sec_mv_wrap */
/* ---------------------------------------------------- */
.sec_mv_wrap {
    padding-top: 0;
    padding-bottom: 0;
    background-image: url(../img/mv_img_2.jpg);
    background-position: center;
    background-size: 100% auto;
}

.sec_mv_wrap::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../common/img/bg/pt_1.png), url(../../common/img/bg/pt_1.png);
    background-size: 250px auto;
    background-position: left -125px top, right -125px top;
    background-repeat: repeat-Y;
    mix-blend-mode: multiply;
}
.sec_mv_wrap::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    margin: 0 40px;
    width: calc(100% - 80px);
    height: 100%;
    background-image: url(../../common/img/bg/pt_2.png), url(../../common/img/bg/pt_2.png);
    background-size: auto 62px;
    background-position: center top -31px, center bottom -31px;
    background-repeat: repeat-X;
    mix-blend-mode: multiply;
    z-index: 2;
}
@media (max-width: 999px) {
    .sec_mv_wrap {
        padding-top: 50px;
        background-image: url(../img/mv_img_2_sp.jpg);
    }
    .sec_mv_wrap::after {
        background-size: 125px auto;
        background-position: left -62px top, right -62px top;
    }
    .sec_mv_wrap::before {
        display: none;
    }
}

/* ---------------------------------------------------- */
/* 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: 3rem;
    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: 999px) {
    .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: 30px 50px 40px;
}

.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 #e85525;
}

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

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

.sec_news_wrap .news_wrap .sec_ttl::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 100%;
    height: 30px;
    background-color: #fbefe2;
}

.sec_news_wrap .news_wrap .sec_ttl img {
    position: relative;
    margin: 0 auto;
    width: auto;
    height: 50px;
}

.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: 20px 20px 30px;
    }
    .sec_news_wrap .news_wrap .sec_ttl {
        margin-bottom: 20px;
    }
    .sec_news_wrap .news_wrap .sec_ttl::before {
        height: 20px;
    }

    .sec_news_wrap .news_wrap .sec_ttl img {
        height: 25px;
    }
    .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: rgba(195, 225, 199, 0.5);
}

.sec_about_wrap .ttl_1 {
    position: relative;
    margin: 50px auto -50px;
    width: 980px;
}

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

    .sec_about_wrap .ttl_1 {
        margin-top: 20px;
        margin-bottom: 30px;
        width: auto;
    }
}

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

.sec_qa_wrap .list_1 .q {
    position: relative;
    padding: 15px 20px;
    color: #644946;
    font-size: 2rem;
    font-weight: 700;
    text-align: justify;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    background-color: #f19f84;
    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 #644946;
    border-right: 2px solid #644946;
    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 #f19f84;
}

.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_overview_wrap */
/* ---------------------------------------------------- */
.sec_overview_wrap .btn_1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 10px;
    padding: 0 40px;
    width: max-content;
    height: 60px;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    background-color: #f2a085;
    border-radius: 30px;
}

.sec_overview_wrap .desc_1 {
    margin-bottom: 50px;
    font-style: 1.3rem;
    text-align: center;
}

.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 0 40px;
}

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

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

@media (max-width: 999px) {
    .sec_overview_wrap .btn_1 {
        font-size: 1.8rem;
    }

    .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;
    }
}

/* ---------------------------------------------------- */
/* 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;
    }
}
