@charset "UTF-8";

.top-site-header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100
}
.top-site-header h1 {
    width: 160px;
    box-shadow: 0 0 6px rgba(0,0,0,0.2)
}

.kv {
    height: 800px;
    top: 0px;
}
.kv ul {
    position: relative;
    height: 500px;
}
.kv li {
    position: absolute;
    left: -1px;
    width: 100% !important;
    opacity: 0;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover
}
.kv li div {
    position: relative;
    width: 100%;
    height: 800px;
    margin: 0 auto;
}
.kv li a {
    position: absolute;
    top: 360px;
    right: 50px;
}
.kv .first {
    z-index: 2
}
.kv .next {
    z-index: 1
}

/*  1  */
.kv .kv-1 {
    background-image: url(../img/kv-1.jpg)
}
.kv .kv-1 .catch {
    position: absolute;
    top: 80px;
    left: 10px;
}

/*  2  */
.kv .kv-2 {
    background-image: url(../img/kv-2.jpg)
}
.kv .kv-2 .catch {
    position: absolute;
    top: 80px;
    right: 10px;
}

/*  3  */
.kv .kv-3 {
    background-image: url(../img/kv-3.jpg)
}
.kv .kv-3 .catch {
    position: absolute;
    top: 80px;
    left: 10px;
}

.sp-title {
    position: absolute;
    top: 40%;
    left: 15%;
    z-index: 2;
    color: #fff;
    font-size: 3.5rem;
    font-weight: 600;
    /* background-color: rgba(255,255,255,0.3);*/
    padding: 5px 10px;
    text-align: center;
    text-shadow: 4px 4px 6px #222;
    font-weight: bold;
    font-family: 'Noto Serif', serif;
}

.sp-comment {
    position: absolute;
    top: 55%;
    left: 15%;
    width: 80%;
    margin: 0 auto;
    z-index: 2;
    color: #fff;
    font-size: 1.5rem;
    text-shadow: 4px 4px 6px #222;
    font-weight: bold;
    font-family: 'Noto Serif', serif;
}


.kvnav {
    position: absolute;
    top: 460px;
    z-index: 10;
    bottom: 14px;
    left: 50%;
    width: 800px;
    margin-left: -250px;
    text-align: center;
    height: 15px;
}
.kvnav a {
    display: inline-block;
    vertical-align: top;
    height: 12px;
    width: 12px;
    text-indent: -9999px;
    margin: 0 10px;
    background: url(../img/icon-kvnav.png) no-repeat left top
}
.kvnav .activeSlide {
    background: url(../img/icon-kvnav-act.png) no-repeat left top
}
.ie8 .kv li {
    background-repeat: no-repeat
}


@media screen and (max-width:740px) {



    .kv {
        height: 400px;
        top: 0px;
    }
    .kv ul {
        position: relative;
        height: 500px;
    }
    .kv li {
        position: absolute;
        left: -1px;
        width: 100% !important;
        opacity: 0;
        background-position: center;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover
    }
    .kv li div {
        position: relative;
        width: 100%;
        height: 500px;
        margin: 0 auto;
    }
    .kv li a {
        position: absolute;
        top: 150px;
        margin: 0 auto
    }
    .kv .first {
        z-index: 2
    }
    .kv .next {
        z-index: 1
    }

    /*  1  */
    .kv .kv-1 {
        background-image: url(../img/kv-1.jpg);
        height: 500px;
    }

    /*  2  */
    .kv .kv-2 {
        background-image: url(../img/kv-2.jpg)
    }

    /*  3  */
    .kv .kv-3 {
        background-image: url(../img/kv-3.jpg)
    }

    .kvnav {
        position: absolute;
        top: 350px;
        z-index: 10;
        bottom: 14px;
        margin: 0 auto
            height: 15px;
        width:100%;
    }
    /*
    .kvnav a {
    display: inline-block;
    vertical-align: top;
    height: 12px;
    width: 12px;
    text-indent: -9999px;
    margin: 0 10px;
    background: url(../img/icon-kvnav.png) no-repeat left top
}
    .kvnav .activeSlide {
    background: url(../img/icon-kvnav-act.png) no-repeat left top
}
    .ie8 .kv li {
    background-repeat: no-repeat
}*/

}


@media screen and (max-width:740px) {

    .sp-title {
        top: 50%;
        left: 5%;
        font-size: 1.5rem;
    }

    .sp-comment {
        position: absolute;
        top: 60%;
        left: 8%;
        font-size: 1.0rem;
    }
}