@charset "UTF-8";

/* スライダー */

.style_2015 .slider {
    width: 1220px;
    margin: 0 auto;
    height: 712px;
    overflow: hidden;
    position: relative;
}
.style_2015 > .slider:before {
    content: '';
    position: absolute;
    left: -59px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: block;
    width: 300px;
    background: linear-gradient(-93deg, transparent, #121111);
    z-index: 1;
}
.style_2015 > .slider:after {
    content: '';
    position: absolute;
    right: -59px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: block;
    width: 300px;
    background: linear-gradient(-93deg, #121111, transparent);
    z-index: 1;
}
.style_2015 .slider .slider_title {
    margin: 12px;
}
.style_2015 .slider .prev, .style_2015 .slider .next {
    display: block;
    position: absolute;
    z-index: 999;
    height: 705px;
    top: 0;
    width: 100px;
}
.style_2015 .slider .prev:hover, .style_2015 .slider .next:hover {
    opacity: 0.6;
}
.style_2015 .slider .prev img, .style_2015 .slider .next img {
    position: absolute;
    top: 44%;
    left: 26px;
}
.style_2015 .slider .next {
    left: inherit;
    right: 0;
}
.style_2015 .slider .next img {
    right: 30px;
    left: inherit;
}
.style_2015 .slider ul {
    width: 1480px;
    margin-top: 99px;
}
.style_2015 .slider ul .slide_wheel {
    position: absolute;
    left: 9999px;
    opacity: 0.4;
}
.style_2015 .slider ul .slide_wheel img {
    width: 460px;
}
.style_2015 .slider ul li:first-child .slide_caption {
    display: block;
}
.style_2015 .slider ul .slide_caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 1220px;
    display: none;
    z-index: 888;
}
.style_2015 .slider ul .slide_caption a {
    display: block;
    width: 580px;
    height: 606px;
    margin: 0 auto;
    z-index: 888;
}
    .style_2015 .slider ul .slide_caption a .title {
        position: absolute;
        right: 0;
        left: 0;
        margin: 0 auto;
        bottom: 62px;
        width: 100%;
        text-align: center;
    }
        .style_2015 .slider ul .slide_caption a:hover img {
            opacity: .7;
        }
.style_2015 .slider ul .slide_caption a .btn-cmn-style-01 {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
}
    .style_2015 .slider ul .slide_caption a:hover .btn-cmn-style-01 {
        opacity: .8;
    }

/* --------------------------------------------------------------------------------------------

レスポンシブ css

--------------------------------------------------------------------------------------------  */
@media screen and (max-width: 750px) {
    body {
        min-width: 100% !important;
        background: #000;
    }

    .dtgl_fmenu_4col, .dtgl_fmenu_shop, .dtgl_clear {
        display: none;
    }

    #dtglobal_footer {
        width: 100% !important;
        padding: 0 !important;
    }

    .dtgl_siteinfo {
        width: 90% !important;
        margin: 0 auto 40px !important;
    }

    .style_2015 {
        /*トップページ  ----------------------------------------------------------  */
    }

    .style_2015 .slider {
        width: 100%;
    }
    .style_2015 .slider_title img {
        width: 200px;
    }

    .style_2015 .slider {
        height: 430px;
    }
    .style_2015 > .slider:before,
    .style_2015 > .slider:after {
        content: normal;
    }

    .style_2015 .slider ul {
        width: 100%;
        height: 430px;
        position: relative;
        margin-top: 0;
    }

    .style_2015 .slider ul .slide_wheel {
        display: block;
        position: static;
        opacity: 1;
    }

    .style_2015 .slider ul .slide_wheel img {
        width: 200px;
        position: absolute;
        left: 0;
        right: 0;
        top: 49px;
        margin: auto;
    }

    .style_2015 .slider ul .slide_caption {
        display: block;
        width: 100%;
    }

    .style_2015 .slider ul .slide_caption a {
        width: 100%;
        height: 430px;
        text-align: center;
        margin: 0;
    }

    .style_2015 .slider ul .slide_caption a .title {
        right: 0;
        left: 0;
        bottom: 109px;
        margin: auto;
        padding: 0 20px;
    }
    .style_2015 .slider ul .slide_caption a .title img {
      width: 100%;
      height: auto;
    }

    .style_2015 .slider .prev, .style_2015 .slider .next, .style_2015 .slider .next {
        display: none;
    }

    .style_2015 .top_bunner li {
        width: 100%;
    }

    .style_2015 .top_bunner li img {
        width: 100%;
    }

    .style_2015 .info_area {
        display: none;
    }
    .style_2015 .slider ul .slide_caption a .btn-cmn-style-01 {
        bottom: 50px;
    }
}