/* MV */
/* ============================================ */

#sec-mv {
    position: relative;
    display: flex;
    justify-content: flex-end;
    margin: 0 auto;
    padding: 120px 0 60px 120px;
    max-width: 1280px;
    background: url("../img/top/mv-bg.jpg") no-repeat 0 -240px;
}

.box-mv {
    position: absolute;
    top: 120px;
    left: 0;
    z-index: 1;
    min-height: 600px;
}

.box-mv .ttl {
    margin: 60px auto 0 50px;
    text-shadow: 0 0 1px #fff,0 0 2px #fff,0 0 3px #fff,0 0 4px #fff,0 0 5px #fff,0 0 6px #fff,0 0 7px #fff;
    letter-spacing: 0.1em;
    font-size: 30px;
    line-height: 1.5;
    transition-delay: 0.9s;
}

.box-mv .txt {
    margin: 20px auto 0 85px;
    text-shadow: 0 0 1px #fff,0 0 2px #fff,0 0 3px #fff,0 0 4px #fff,0 0 5px #fff,0 0 6px #fff,0 0 7px #fff;
    font-weight: 500;
    line-height: 2;
    transition-delay: 1s;
}

.box-mv .mv-animal {
    position: absolute;
    bottom: 0;
    transition-delay: 0.2s;
}

@media screen and (max-width: 896px) {
    #sec-mv {
        flex-direction: column;
        margin-top: 60px;
        padding: 0;
        background-position: 0 50%;
    }

    .box-mv {
        position: relative;
        top: auto;
        left: auto;
        z-index: 1;
        padding: 30px 0;
        min-height: inherit;
    }

    .box-mv .ttl {
        position: relative;
        z-index: 1;
        margin: 0 30px;
        text-shadow: none;
        letter-spacing: 0.1em;
        font-size: 20px;
    }

    .box-mv .txt {
        margin: 10px 30px 0;
        text-shadow: none;
    }

    .box-mv .mv-bard {
        position: absolute;
        top: -40px;
        right: 0;
    }

    .box-mv .mv-animal {
        position: relative;
        bottom: auto;
        padding: 20px;
        text-align: center;
    }
}

/* SLICK */
/* ============================================ */

.box-slick {
    max-width: 900px;
    width: 100%;
}

.slick-dotted.slick-slider {
    margin: 0;
}

.slick-dots {
    top: 44%;
    right: -50px;
    bottom: auto;
    width: 30px;
}

.slick-dots li button:before {
    color: #8b8078;
    opacity: 1;
}

.slick-dots li.slick-active button:before {
    color: #ef6f66;
    opacity: 1;
}

@media screen and (max-width: 896px) {
    .slick-dots {
        top: 44%;
        right: 50px;
        bottom: auto;
    }
}

/* CATEGORY */
/* ============================================ */

#sec-category {
    margin: 120px auto 0;
    padding: 0 40px;
    max-width: 1280px;
}

#sec-category .list-item {
    display: flex;
    justify-content: space-between;
    margin: 40px 0 0 0;
}

#sec-category .list-item li {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    min-height: 260px;
    width: 33%;
    color: #fff;
}

#sec-category .list-item li:nth-child(1) {
    background: #7f4a3c url("../img/top/category-01.jpg") no-repeat 50% 50% / cover;
}

#sec-category .list-item li:nth-child(2) {
    background: #36362e url("../img/top/category-02.jpg") no-repeat 50% 50% / cover;
    transition-delay: 0.1s;
}

#sec-category .list-item li:nth-child(3) {
    background: #f9f64a url("../img/top/category-03.jpg") no-repeat 50% 50% / cover;
    transition-delay: 0.2s;
}

#sec-category .list-item li .ttl {
    letter-spacing: 0.1em;
    font-size: 30px;
}

@media screen and (max-width: 896px) {
    #sec-category {
        margin: 0 auto;
        padding: 60px 20px ;
    }

    #sec-category .list-item {
        margin: 0 auto;
    }

    #sec-category .list-item li {
        padding: 0;
        min-height: inherit;
        width: 33%;
        height: 30vw;
    }

    #sec-category .list-item li .ttl {
        font-size: 15px;
    }
}

/* POINT */
/* ============================================ */

#page-home .li-point li:nth-child(1) .box-img {
    background: url("../img/top/point-01-L.jpg") no-repeat 50% 50% / cover;
}

#page-home .li-point li:nth-child(1) .box-txt {
    background: url("../img/top/point-01-bg.png") no-repeat 100% 60%;
}

#page-home .li-point li:nth-child(2) .box-img {
    background: url("../img/top/point-02-S.jpg") no-repeat 50% 50% / cover;
}

#page-home .li-point li:nth-child(3) .box-img {
    background: url("../img/top/point-03-L.jpg") no-repeat 50% 50% / cover;
}

#page-home .li-point li:nth-child(3) .box-txt {
    background: url("../img/top/point-03-bg.png") no-repeat 100% 60%;
}

#page-home .li-point li:nth-child(4) .box-img {
    background: url("../img/top/point-04-S.jpg") no-repeat 50% 50% / cover;
}

#page-home .li-point li:nth-child(5) .box-img {
    background: url("../img/top/point-05-L.jpg") no-repeat 50% 50% / cover;
}

/* ITEM - LIST */
/* ============================================ */

#sec-item-list .li-item li img {
    max-height: 200px;
}

@media (min-width: 897px) {
    #sec-item-list .li-item {
        padding: 0;
        max-width: inherit;
    }

    #sec-item-list .li-item li {
        margin: 0 !important;
        padding: 0 30px;
        max-width: inherit;
        width: auto;
    }
}

