
/* ----- bg ----- */
* {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
img {
    box-sizing: border-box;
}
header .main_visual img, #wrap .container img {
    width: 100%;
}
body {
    width: 100%;
    color: #444;
    line-height: 1.6;
    letter-spacing: 0;
    font-size: 16px;
    font-size: 1.6rem;
    height: 100%;
    word-break: break-word;
}

/* ----- header ----- */
#slot header {
    background: url(../images/bg01.png) no-repeat center top;
    background-size: cover;
    padding: 13px 0 0 0;
    position: relative;
}
.main_visual img {
    max-width: 960px;
}
#slot .gnav {
    background: url(../images/bg02.png) center top;
    background-size: cover;
    padding: 20px 0 10px 0;
}
#slot .gnav .container {
    max-width: 960px;
    padding: 0 25px;
}
#slot .gnav .list_bnr1 {
    font-size: 0;
    margin: 0 -5px;
}
#slot .gnav .list_bnr1 li {
    margin-bottom: 9px;
    list-style: none;
    display: inline-block;
    padding: 0 5px;
    position: relative;
    width: 30%;
    -webkit-filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.7));
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.7))
}
#slot .gnav .list_bnr1 li:nth-child(2) {
    width: 350px;
}
#slot .gnav .list_bnr1 li p {
    text-align: left;
}
#slot .gnav .list_bnr1 li .img {
    position: relative;
    z-index: 99;
    text-align-last: left;
}
#slot .gnav .list_bnr1 li .box {
    position: absolute;
    top: 5px;
    left: 0;
    -webkit-transition: 0.8s ease all;
    -moz-transition: 0.8s ease all;
    -ms-transition: 0.8s ease all;
    -o-transition: 0.8s ease all;
    transition: 0.8s ease all;
}
/* ----- wrap----- */
#slot #wrap {
    background: url(../images/bg03.png) no-repeat center bottom;
    background-size: cover;
    padding: 8px 20px 0px 20px;
}
#slot .container {
    max-width: 960px;
}
#slot #wrap .att {
    text-align: right;
}

/* ----- slider ----- */
footer .container {
    max-width: 960px;
}
footer .f_sec01 {
    position: relative;
}
.box_slider {
    position: relative;
}
.owl-theme .owl-nav {    
    position: absolute;
    top: 20%;
    width: 100%;
    margin-top: 0;
    z-index: 999;
}
.owl-theme .owl-dots {
    display: none;
}
.owl-stage-outer {
    position: relative;
}
.owl-stage-outer::before {
    content: '';
    position: absolute !important;
    display: block;
    width: 25%;
    height: 190px;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 999;
}
.owl-stage-outer::after{
    content: '';
    position: absolute !important;
    display: block;
    width: 25%;
    height: 190px;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 999;
    top: 0;
    right: 0;
}
.owl-theme .owl-nav [class*=owl-] {
    background-color: transparent;
    border: none;
    color: transparent;
    position: absolute;
    top: 37%;
    font-size: 8.5rem;
}
button.owl-prev {
    left: 15%;
}
button.owl-next {
    right: 15%;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent;
    color: transparent;
}
.owl-theme .owl-nav [class*=owl-]:focus {outline:0;}
.owl-prev:before {
    content: "" !important;
    position: absolute;
    left: 0;
    top: 0%;
    width: 0;
    height: 0;
    /* margin-top: -48px; */
    border-bottom: 54px solid transparent;
    border-right: 65px solid #fff;
    border-top: 54px solid transparent;
    opacity: 1;
}
.owl-next:before {
    content: "" !important;
    position: absolute;
    right: 0;
    top: 0%;
    width: 0;
    height: 0;
    /* margin-top: -48px; */
    border-bottom: 54px solid transparent;
    border-left: 65px solid #fff;
    border-top: 54px solid transparent;
    opacity: 1;
}
.box_slider_cover {
    position: relative;
}
.item img:hover {
    opacity:0.7;
    transition:0.3s;
}
.copy {
    text-align: right;
    padding-top: 15px;
    padding-right: 5px;
}
.sp {
    display: none;
}
/* ----- footer ----- */
.att img, .copy img {
    width: auto !important;
}
@media screen  and (max-width: 768px){

    #slot header {
        background: url(../images/sp_bg01.png) no-repeat center top;
        background-size: 100% auto;
        padding: 0;
    }
    #slot .gnav {
        background: url(../images/sp_bg02.png) center top;
        background-size: cover;
    }
    #slot #wrap {
        background: url(../images/sp_bg03.png) no-repeat center bottom;
        background-size: cover;
        padding: 8px 0px 0px;
        overflow: hidden;
    }
    #slot .gnav .list_bnr1 {
        text-align: left;
        margin: 0 auto;
    }
    #slot .gnav .list_bnr1 li {
        width: 40%;
    }
    #slot .gnav .list_bnr1 li:nth-child(2) p img {
        box-sizing: border-box;
        max-width: 100%;
        height: auto;
    }
    #slot .gnav .list_bnr1 li:nth-child(2) {
        width: 100%;
    }

    .owl-theme .owl-nav {
        top: 16.5%;
    }
    button.owl-prev {
        left: 13%;
    }
    button.owl-next {
        right: 13%;
    }

}
@media screen  and (max-width: 767px){
#slot #wrap {
    background: url(../images/sp_bg03.png) no-repeat center bottom;
    background-size: cover;
    padding: 8px 0px 0px;
    overflow: hidden;
}
.pc {
    display: none;
}
.sp {
    display: block;
}

/* ----- header ----- */
header .main_visual img {
    width: 100%;
}
#slot .gnav .list_bnr1 {
    /* padding: 0 25px; */
}

/* ----- wrap ----- */

.att img {
    width: 100% !important;
}

/* ----- slide ----- */

.owl-next:before {
    border-bottom: 20px solid transparent;
    border-left: 25px solid #fff;
    border-top: 20px solid transparent;
}
.owl-prev:before {
    border-bottom: 20px solid transparent;
    border-right: 25px solid #fff;
    border-top: 20px solid transparent;
}
/* ----- footer ----- */
.copy {
    padding: 0;
    width: 70%;
}
.copy img {
    width: 100% !important;
}

}
