@charset "UTF-8";

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

.header::before {
    opacity: 1;
}


/* =====================================================================
*    mv
* =================================================================== */

.mv {
    padding: 10.8rem 0 0;
    background-color: #302d28;
    margin-bottom: 5rem;
}

.mv_slider {
    display: none;
}

.mv_slider.slick-initialized {
    /*slick-initializedが付与されたら表示*/
    display: block;
}

.mv_slider .slick-slide img {
    width: 100vw !important;
    height: 40rem;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    /*IE対策*/
}

.mv_slider .slick-arrow {
    position: absolute;
    display: block;
    top: 43%;
    width: 5rem;
    height: 7rem;
    background: #302d28;
    border-radius: 0 2rem 2rem 0;
    z-index: 3;
}

.mv_slider .slick-arrow::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0.6em;
    height: 0.6em;
    border-top: 0.3rem solid #fafaf8;
    border-right: 0.3rem solid #fafaf8;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    z-index: 2;
}

.mv_slider .slick-arrow.prev {
    left: 0;
}

.mv_slider .slick-arrow.next {
    right: 0;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.mv_slider .slick-dots {
    position: absolute;
    bottom: 1em;
    left: 0;
    display: block;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.mv_slider .slick-dots li {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin: 0 1rem;
}

.mv_slider .slick-dots li button {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    color: transparent;
}

.mv_slider .slick-dots li button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 50%;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.mv_slider .slick-dots li.slick-active button::before {
    background-color: #ffb300;
}

.flxBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    .mv {
        margin-bottom: 0;
        padding: calc(120 / 1920 * 100%) 0 0;
    }
    .mv_slider .slick-slide {
        position: relative;
        margin: 0;
    }
    .mv_slider .slick-slide::before {
        content: '';
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        z-index: 1;
        -webkit-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        transition: 0.5s ease;
    }
    .mv_slider .slick-slide.slick-current::before {
        opacity: 0;
    }
    .mv_slider .slick-slide img {
        width: calc(1200 / 1920 * 100vw) !important;
        height: calc(600 / 1920 * 100vw);
    }
    .mv_slider .slick-arrow {
        cursor: pointer;
        width: calc(50 / 1920 * 100vw);
        height: calc(70 / 1920 * 100vw);
        border-radius: 2rem 0 0 2rem;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
    }
    .mv_slider .slick-arrow::before {
        width: calc(16 / 1920 * 100vw);
        height: calc(16 / 1920 * 100vw);
    }
    .mv_slider .slick-arrow.prev {
        margin-left: calc(300 / 1920 * 100%);
    }
    .mv_slider .slick-arrow.next {
        margin-right: calc(300 / 1920 * 100%);
    }
    .mv_slider .slick-arrow:hover {
        opacity: 0.7;
    }
    .mv_slider .slick-dots {
        margin-top: calc(580 / 1920 * 100%);
    }
    .flxBox {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}


/* =====================================================================
    top_nav
======================================================================*/

.top_nav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 4rem;
    z-index: 1;
}

.top_nav_list li {
    width: calc(360 / 750 * 100%);
    margin: 0 calc(4 / 750 * 100%) calc(8 / 750 * 100%);
}

.top_nav_list li a {
    position: relative;
    padding: 3rem 0;
    font-size: 2.2rem;
    letter-spacing: 0.1em;
    background-color: #302d28;
    color: #fff;
    border-radius: 2rem;
    text-align: center;
}

.top_nav_list li:nth-child(1) a::before {
    content: "";
    display: block;
    top: 0;
    margin: 0 auto 0.2em;
    width: 7.8rem;
    height: 4.4rem;
    background: url(../images/top/icon_1.png) no-repeat center/contain;
}

.top_nav_list li:nth-child(2) a::before {
    content: "";
    display: block;
    top: 0;
    margin: 0 auto 0.2em;
    width: 7.8rem;
    height: 4.4rem;
    background: url(../images/top/icon_2.png) no-repeat center/contain;
}

.top_nav_list li:nth-child(3) a::before {
    content: "";
    display: block;
    top: 0;
    margin: 0 auto 0.2em;
    width: 7.8rem;
    height: 4.4rem;
    background: url(../images/top/icon_3.png) no-repeat center/contain;
}

.top_nav_list li:nth-child(4) a::before {
    content: "";
    display: block;
    top: 0;
    margin: 0 auto 0.2em;
    width: 7.8rem;
    height: 4.4rem;
    background: url(../images/top/icon_4.png) no-repeat center/contain;
}

.top_nav_list li:nth-child(5) a::before {
    content: "";
    display: block;
    top: 0;
    margin: 0 auto 0.2em;
    width: 7.8rem;
    height: 4.4rem;
    background: url(../images/top/icon_5.png) no-repeat center/contain;
}

.top_nav_list li.bangumishinsa a {
    height: 100%;
    padding-top: 4.5rem;
    background-color: #ffb300;
}

.top_nav_list li.bangumishinsa a::before {
    display: none;
}

@media screen and (min-width: 768px) {
    .top_nav {
        width: calc(300 / 1920 * 100%);
        margin: 0 calc(100 / 1920 * 100%) 0 calc(80 / 1920 * 100%);
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .top_nav_list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0;
    }
    .top_nav_list li {
        width: 100%;
        margin: calc(15 / 300 * 100%) 0 0;
    }
    .top_nav_list li a {
        padding: 1.6rem 0 !important;
        font-size: 1.6rem;
    }
    .top_nav_list li a::before {
        height: 3rem !important;
    }
    .top_nav_list li a:hover {
        color: #fff;
        opacity: 0.7;
    }
}


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

.news {
    background-color: #fff;
    padding: calc(100 / 750 * 100%) 0 calc(180 / 750 * 100%);
    margin: 0 0 calc(80 / 750 * 100%);
}

.ttl_news_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: calc(50 / 630 * 100%);
}

.ttl_news_box h2 {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.ttl_news_box span {
    display: block;
}

.ttl_news_box .en {
    color: #ffd166;
    letter-spacing: 1rem;
    line-height: 1;
    font-family: 'Roboto', sans-serif;
    font-size: 8rem;
    font-weight: 700;
}

.ttl_news_box .ja {
    font-size: 2rem;
    font-weight: 700;
}

.btn_news {
    margin-top: 3em;
    padding: .2em 2em .3em;
    color: #fff !important;
    background-color: #ffb300;
    border-radius: 2em;
    font-size: 2.8rem;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .news {
        width: calc(1440 / 1920 * 100%);
        padding: calc(30 / 1920 * 100%) calc(200 / 1920 * 100%) calc(60 / 1920 * 100%) calc(60 / 1920 * 100%);
        margin: 0 0 calc(100 / 1920 * 100%);
        border-bottom-left-radius: 5em;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .ttl_news_box {
        margin-bottom: .5em;
    }
    .ttl_news_box .ja {
        font-size: 1.8rem;
    }
    .btn_news {
        width: 50%;
        margin: 3em auto 0;
        font-size: 1.6rem;
        padding: .2em 3em;
    }
    .btn_news:hover {
        color: #ffb300 !important;
        -webkit-box-shadow: 0 0 0 1px #ffb300;
        box-shadow: 0 0 0 1px #ffb300;
        background-color: #fff;
    }
    .news_list {
        width: 100%;
        margin-left: auto;
    }
    .news_list a {
        padding: .5em .7em;
    }
}


/* =====================================================================
*    banner
* =================================================================== */

.bnr {
    overflow-x: hidden;
}

.bnr_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0rem;
    z-index: 1;
}

.bnr_list li {
    width: calc(360 / 750 * 100%);
    margin: 0 calc(4 / 750 * 100%) calc(8 / 750 * 100%);
}

@media screen and (min-width: 768px) {
    .bnr {
        width: calc(1200 / 1920 * 100%);
        max-width: 1200px;
        margin: 0 auto;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .bnr_list li {
        width: 22%;
        margin: 0 calc(15 / 1000 * 100%) calc(20 / 1000 * 100%);
    }
    .bnr_list a:hover {
        opacity: .8;
    }
}


/* =====================================================================
*    トップページ用footer
* =================================================================== */

footer {
    margin-top: calc(200 / 750 * 100%);
}


/* footer::before {
  content: '';
  position: absolute;
  background: url(../images/top/bg_bottom.jpg) no-repeat center top/cover;
  width: 100%;
  padding-top: calc(330 / 750 * 100%);
  margin-top: calc(-330 / 750 * 100%);
  top: 0;
  left: 0;
} */

#top .pagetop {
    margin-top: calc(-100 / 750 * 100%);
}

@media screen and (min-width: 768px) {
    footer {
        margin-top: calc(70 / 1920 * 100%);
    }
    /* footer::before {
    background-position: center;
    padding-top: calc(190 / 1920 * 100%);
    margin-top: calc(-190 / 1920 * 100%);
  } */
    #top .pagetop {
        margin-top: calc(-70 / 1920 * 100%);
    }
}

@media screen and (min-width: 1920px) {
    footer {
        margin-top: 70px;
    }
    /* footer::before {
    padding-top: 190px;
    margin-top: -190px;
  } */
    #top .pagetop {
        margin-top: -70px;
    }
}