﻿@charset "UTF-8";




.top-minus-wrap-box{
    margin: -80px 0 0 0;
}

.top-minus-wrap-box::before{
    height: calc(100% - 80px);
    bottom: 0;
    top: 80px;

}

.top-minus-wrap-box::after{
    height: calc(100% - 80px);
    bottom: 0;
    top: 80px;

}

.top-minus-wrap{
    background-color: #fff !important;
}



.slick-slide {
    overflow: hidden;
}

.slider img {
    max-width: 750px;
    height: auto;
    max-height: 100%;
    margin: 0 auto;
}


.slider {
    margin: 0;
    padding: 0;
    width: 750px;
    overflow: hidden;
}

.slider a:hover {
    opacity: 1;
    text-decoration: none;
}

.slider-item-title{
    height: 144px;
    position: relative;
}

.slider-item-kv-img{
    position: relative;
    background: #ededed;
    height: 860px;
}

.slider-item-kv-img-op{
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background: #ededed;
}

.slider-item-kv-img-op img{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    box-shadow: 0px 3px 20px 2px rgba(0, 0, 0, 0.2);
}

.slider-item-title::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 16px;
    background-image: linear-gradient( -45deg, #fff 25%, #dcbdff 25%, #dcbdff 50%, #fff 50%, #fff 75%, #dcbdff 75%, #dcbdff );
    background-size: 20px 20px;
    left: 0;
    bottom: 24px;
}

.slider-item-title-inner{
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    top: -40px;
    z-index: 100;
    color: #333;
    filter: dropshadow(color=#ffffff,offX= 0,offY=-1)
 dropshadow(color=#ffffff,offX= 1,offY= 0)
 dropshadow(color=#ffffff,offX= 0,offY= 1)
 dropshadow(color=#ffffff,offX=-1,offY= 0);
    text-shadow: white 1px 1px 0px, white -1px 1px 0px, white 1px -1px 0px, white -1px -1px 0px;
    -webkit-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
    opacity: 0;
}

.slick-active .slider-item-title-inner{
    top: 8px;
    opacity: 1;
}

.slider-item-title-inner::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 0;
    top: -48px;
    z-index: 1;
    background-color: #a759ff;
    left: 17px;
    -webkit-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}


.slick-active .slider-item-title-inner::before {
    height: 172px;
}

.slider-item-title-inner h1{
    font-size: 48px;
    line-height: 56px;
    margin: 0;
    padding: 0;
    max-height: 112px;
    overflow: hidden;
}

.slider-item-title-inner h1::before {
    position: absolute;
    width: 0;
    height: 0;
    content: "" !important;
    visibility: hidden;
}


.slider-item-title-contents-title{
    position: absolute;
    z-index: 99;
    font-size: 112px;
    color: #dcbdff;
    bottom: 0;
    line-height: 112px;
    right: 0;
    transform: skewX(-15deg);
}

