@charset "UTF-8";
/* external css: flickity.css */

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.gallery {
    background: #EEE;
}

.gallery-cell {
}

/* cell number */
.gallery-cell:before {
}

/*
.gallery-cell {
width: 66%;
height: 200px;
margin-right: 10px;
background: #8C8;
counter-increment: gallery-cell;
}

.gallery-cell:before {
display: block;
text-align: center;
content: counter(gallery-cell);
line-height: 200px;
font-size: 80px;
color: white;
}*/


/*--------------------------------
topのスライダー
--------------------------------*/
.mv_slider__list {
    width: 100%;
    height: 800px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#slide .big_box {
    height: 800px;
}

#slide .big_box .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 800px;
    z-index: 2;
}

#slide .big_box .copy_container, #slide .big_box .scroll {
    z-index: 3; }

#slide .navigation_container {
    z-index: 9; }

.bx-wrapper .bx-viewport {
    left: 0; }

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: -24px; }

.bx-wrapper .bx-pager.bx-default-pager a {
    width: 32px;
    height: 5px;
    border-radius: 0;
    background: #dcdfe6;
    margin-left: 8px;
    margin-right: 8px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #32281e; }

@media only screen and (max-width: 820px) {
    #slide .big_box .copy_container {
        left: 0;
        right: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    #slide .big_box .copy_container .copy {
        width: 80%;
    }
    .mv_slider__list {
        height: 500px;
    }
    #slide .big_box {
        height: 500px;
    }
    #slide .big_box .overlay {
        height: 500px;
        background-image: none;
        background: linear-gradient(to top, rgba(217, 175, 217, 0.2) 0%, rgba(151, 217, 225, 0.5) 100%);
    }
    .bx-wrapper .bx-pager.bx-default-pager a {
        width: 30px;
        margin-left: 4px;
        margin-right: 4px; } }

@media only screen and (max-width: 414px) {
    #slide .big_box .copy_container {
        left: 0;
        right: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        top: 30%;
    }
    #slide .big_box .copy_container .copy {
        line-height: 1.5em;
    }
    #slide .big_box .copy_container .copy.sub {
        line-height: 2em;
    }
}