@charset "UTF-8";

/* CSS INFORMATION -====================================================
File name : top.css
Description : トップページ
===================================================================== */


/* =====================================================================
    header  
======================================================================*/

.top_notice {
    position: relative;
    padding: 2.4rem 0;
    text-align: center;
    font-weight: 700;
    color: #fff !important;
    background: #ff72a3;
    z-index: 9999;
}

#header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
}

.mv {
    margin-top: 7.2rem;
    padding-top: 29.4rem;
    height: 100%;
    background: url(../images/top/img_mv-sp.jpg) no-repeat center/cover;
}

.mv_logo {
    margin: 0 auto;
    width: 60.6rem;
    height: 60.6rem;
    background: url(../images/common/bg_logo.png) no-repeat center/contain;
}

.mv_logo h1 {
    margin: 0 auto 6rem;
    padding-top: 12.3rem;
    width: 38rem;
}

.mv_logo p {
    margin: 0 auto;
    width: 38.1rem;
}

@media screen and (min-width: 768px) {
    .top_notice {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding: 2.7rem 0;
        font-size: 1.8rem;
    }
    .top_notice:hover {
        background: #628c38;
    }
    #header {
        height: auto;
    }
    .mv {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 0;
        height: 86.4rem;
        background-image: url(../images/top/img_mv-pc.jpg);
    }
}

@media screen and (min-width: 1600px) {
    .mv {
        height: calc(864 / 1920 * 100vw);
    }
}


/* =====================================================================
    special
======================================================================*/

.special {
    padding-bottom: 12rem;
}

.movie_embed {
    position: relative;
    margin-top: 8rem;
    aspect-ratio: 16/9;
}

.movie_embed iframe {
    width: 100%;
    height: 100%;
    border: 1rem solid #ffe600;
    border-radius: 4rem;
}

@media screen and (min-width: 768px) {
    .movie_embed {
        margin-left: auto;
        margin-right: auto;
        width: 88rem;
    }
}


/* =====================================================================
    news
======================================================================*/

.set2 {
    position: relative;
}

.circle_anime_2 {
    top: -21.6rem;
}

.circle_anime_3 {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.news {
    margin-left: calc(-35 / 680 * 100%);
    padding: 12rem 10rem 12rem 6rem;
    width: 100%;
    background-color: #fff;
    border-top-right-radius: 12rem;
    z-index: 1;
}

.news::before {
    content: '';
    position: absolute;
    display: block;
    bottom: -3.9rem;
    left: 3.2rem;
    width: 3.9rem;
    height: 4rem;
    background: url(../images/common/img_rounded_w.png) no-repeat bottom left/contain;
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
}

.news_ttl,
.twitter_ttl {
    position: relative;
    margin-bottom: 4rem;
    padding: 3.7em 0 0;
}

.news_ttl::before,
.twitter_ttl::before {
    content: attr(data-ttl);
    position: absolute;
    display: block;
    top: 0;
    left: -0.05em;
    font-family: "Spinnaker", sans-serif;
    font-size: 17rem;
    line-height: 0.7;
    color: #e2f5d0;
}

.news_ttl span,
.twitter_ttl span {
    position: relative;
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.news_list li a {
    margin-bottom: 4rem;
    padding-bottom: 4rem;
    border-bottom: 1px solid #ffe600;
}

.news_list li time {
    display: block;
    margin-bottom: 1em;
    font-family: "Spinnaker", sans-serif;
    font-size: 2.2rem;
}

.news_list li h3 {
    font-weight: 700;
    line-height: 1.416;
}

.news_list li:last-child a {
    margin-bottom: 0;
}

.news_list li.new a time::after {
    content: 'NEW';
    display: inline-block;
    margin-left: 1em;
    font-family: "Spinnaker", sans-serif;
    font-size: 2.2rem;
    color: #ff72a3;
}

.twitter {
    margin: -12rem 0 0 calc(35 / 680 * 100%);
    padding: 12rem 8rem;
    width: 100%;
    background-color: #fff;
    border-bottom-left-radius: 12rem;
    z-index: 1;
}

.twitter::before {
    content: '';
    position: absolute;
    display: block;
    top: -3.9rem;
    right: 3.3rem;
    width: 3.9rem;
    height: 4rem;
    background: url(../images/common/img_rounded_w.png) no-repeat bottom left/contain;
}

.twitter_ttl {
    padding-top: 3em;
    text-align: right;
}

.twitter_ttl::before {
    right: -0.05em;
    font-size: 14rem;
}

.twitter_widget {
    margin-bottom: 4rem;
    border: 2.8rem solid #ffe600;
    border-radius: 6rem;
}

.twitter_widget .twitter-timeline {
    height: 20em;
    border-radius: 4rem;
    overflow-y: scroll;
}

.twitter_widget .twitter-timeline::-webkit-scrollbar {
    width: 1rem;
}

.twitter_widget iframe {
    width: 100% !important;
}

.bnr_insta {
    position: relative;
    margin: 0 auto;
    width: 52rem;
}

.bnr_insta svg {
    position: absolute;
    top: 50%;
    right: 2em;
    transform: translateY(-50%);
    width: 1.6em;
    height: 1.6em;
    fill: #ffe600;
    filter: drop-shadow(0 0.4em 0.4em rgba(0, 0, 0, 0.1));
}

@media screen and (min-width: 768px) {
    .circle_anime_2 {
        top: 0;
    }
    .news {
        margin-left: calc(-50 / 1024 * 100%);
        padding: 8rem calc(160 / 1024 * 100%) 8rem 0;
        width: calc(650 / 1024 * 100%);
    }
    .news::before {
        left: 0;
        margin-left: calc(471 / 650 * 100%);
    }
    .news::after {
        content: '';
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 50vw;
        height: 100%;
        margin: 0 calc(50% - 50vw);
        background-color: #fff;
        z-index: -1;
    }
    .news_ttl::before,
    .twitter_ttl::before {
        font-size: 12rem;
    }
    .news_ttl span,
    .twitter_ttl span {
        font-size: 2.4rem;
    }
    .news_list {
        width: 48rem;
        min-height: 40rem;
    }
    .news_list li a:hover {
        border-color: #ff72a3;
    }
    .news_list li time {
        font-size: 1.4rem;
    }
    .news_list li h3 {
        line-height: 1.625;
    }
    .news_list li.new a time::after {
        font-size: 1.4rem;
    }
    .twitter {
        margin: -50rem calc(-50 / 680 * 100%) 0 auto;
        padding: 8rem 0 8rem calc(160 / 1024 * 100%);
        width: calc(640 / 1024 * 100%);
    }
    .twitter::before {
        right: 0;
        margin-right: calc(460 / 640 * 100%);
    }
    .twitter::after {
        content: '';
        position: absolute;
        display: block;
        top: 0;
        right: 0;
        width: 50vw;
        height: 100%;
        margin: 0 calc(50% - 50vw);
        background-color: #fff;
        z-index: -1;
    }
    .twitter_ttl::before {
        font-size: 10.5rem;
    }
    .twitter_widget {
        margin-bottom: 2.4rem;
    }
    .twitter_widget .twitter-timeline {
        height: 24em;
    }
    .bnr_insta {
        width: 39rem;
    }
    .bnr_insta svg {
        right: 3em;
        transition: 0.3s ease;
    }
    .bnr_insta:hover svg {
        right: 2em;
    }
}


/* =====================================================================
    outline
======================================================================*/

.outline {
    padding: 12rem 0;
}

.outline .banner_list li img {
    border: 0;
}

.outline_list {
    margin-bottom: 4rem;
}

.outline_list li {
    padding: 4rem 6rem;
    margin-bottom: 0.8rem;
    background-color: #fff;
    border-radius: 3.2rem;
}

.outline_list li:last-child {
    margin-bottom: 0;
}

.outline_list li h3 {
    margin-bottom: 0.8em;
    font-weight: 700;
    font-size: 2.2rem;
    color: #ff72a3;
}

.outline_list li p {
    font-weight: 700;
    line-height: 1.416;
}

.outline_list li p strong {
    font-size: 166%;
    color: #ff72a3;
}

.outline_list li p span {
    font-size: 133%;
    color: #ff72a3;
}

.btn_map {
    margin-top: 0.8em;
    text-align: right;
}

.btn_map a {
    position: relative;
    display: inline-block;
    padding: 0.6em 2.2em;
    font-family: "Spinnaker", sans-serif;
    font-size: 2rem;
    background: #ffe600;
    border-radius: 2em;
}

.btn_map a::after {
    content: "";
    position: absolute;
    display: block;
    top: 40%;
    right: 1em;
    width: 0.35em;
    height: 0.35em;
    border-top: 1px solid #ff72a3;
    border-right: 1px solid #ff72a3;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
}

@media screen and (min-width: 768px) {
    .outline_list {
        margin-left: auto;
        margin-right: auto;
        width: 88rem;
    }
    .outline_list li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0.4rem;
        border-radius: 2.4rem;
    }
    .outline_list li h3 {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-bottom: 0;
        width: 16rem;
        font-size: 1.6rem;
    }
    .outline_list li p {
        width: 100%;
    }
    .btn_map {
        margin-top: 0;
    }
    .btn_map a {
        font-size: 1.4rem;
    }
    .btn_map a::after {
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
    }
    .btn_map a:hover::after {
        right: 0.5em;
    }
}


/* =====================================================================
    popup_list
======================================================================*/

.popup_list {
    border-radius: 4rem;
}

.popup_list li>*:not(:last-child) {
    margin-bottom: 2em;
}

.popup_list li h3 {
    padding-bottom: 0.8em;
    border-bottom: 1px solid #ffe600;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.357;
}

.popup_list li p {
    line-height: 1.833;
}

.popup_list li figure img {
    border-radius: 3.2rem;
    overflow: hidden;
}

.popup_list li h4,
.popup_list li h5 {
    position: relative;
    padding-left: 1.2em;
    font-weight: 700;
    line-height: 1.833;
}

.popup_list li h4::before,
.popup_list li h5::before {
    content: '●';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    color: #ff72a3;
}

.popup_list li h4+p,
.popup_list li h5+p {
    margin-top: -1em;
    padding-left: 1.2em;
}

.popup_list li h5::before {
    content: '・';
}

.popup_list span {
    color: #ff72a3;
}

@media screen and (min-width: 768px) {
    .popup_list li h3 {
        font-size: 1.8rem;
        line-height: 1.555;
    }
    .popup_list li p {
        line-height: 1.625;
    }
    .popup_list li h4,
    .popup_list li h5 {
        line-height: 1.625;
    }
}