@charset "utf-8";

/* ——————————————————————————
 * main_visual
/* —————————————————————————— */
.main_visual {
    height: 540px;
    min-width: 1200px;
    overflow: hidden;
    z-index: 9;
}

/* slick-arrow */
.main_visual .slick-arrow {
    width: 47px;
    height: 79px;
    display: inline-block;
    background: url("../img/main_visual_arr.png") no-repeat 0 0;
    -webkit-background-size: 94px 79px;
    background-size: 94px 79px;
    font-size: 0;
    text-indent: -99999em;
    overflow: hidden;
    position: absolute;
    top: 50%;
    margin-top: -39.5px;
    z-index: 10
}

.main_visual .slick-arrow.slick-prev {
    left: 60px;
    background-position: 0 0
}

.main_visual .slick-arrow.slick-next {
    right: 60px;
    background-position: 100% 0
}

/* slick-dots */
.main_visual .slick-dots {
    width: 1160px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -580px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.main_visual .slick-dots li {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.main_visual .slick-dots li button {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.3);
    display: block;
    text-indent: -99999em;
    overflow: hidden;
    font-size: 0;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear
}

.main_visual .slick-dots li.slick-active button {
    background: #fff
}

/* item */
.main_visual .item {
    height: 540px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.main_visual .item a {
    display: block;
    position: relative;
    width: 100%;
    height: 540px;
}

.main_visual .item a:after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    height: 80px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #2d2d2d);
    opacity: 0.08;
}

.main_visual .item .inner {
    line-height: 540px;
}

.main_visual .item .inner.txt_rt {
    text-align: right;
}

.main_visual .item .txtBox {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-left: 40px;
    line-height: 1;
}

.main_visual .item .inner.txt_rt .txtBox {
    padding-left: 0;
    padding-right: 40px;
}

.main_visual .item .txtBox > span,
.main_visual .item .txtBox > h3,
.main_visual .item .txtBox > p {
    position: relative;
    color: #212529;
}

.main_visual .item .txtBox.light > span,
.main_visual .item .txtBox.light > h3,
.main_visual .item .txtBox.light > p {
    color: #fff;
}

.main_visual .item .txtBox > span {
    display: block;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 15px;
}

.main_visual .item .txtBox > h3 {
    font-size: 44px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.05em;
    margin-left: -2px;
}

.main_visual .item .txtBox > h3 em {
    display: block;
}

.main_visual .item .txtBox > p {
    font-size: 16px;
    padding-top: 30px;
    line-height: 1.5;
    color: #343a40;
}

.main_visual .item .txtBox > p:last-child {
    padding-top: 0;
}

.itemAni_1,
.itemAni_2,
.itemAni_3 {
    opacity: 0;
}

.slick-active .itemAni_1 {
    -webkit-animation: itemAni 400ms linear 200ms both;
    -moz-animation: itemAni 400ms linear 200ms both;
    -o-animation: itemAni 400ms linear 200ms both;
    -ms-animation: itemAni 400ms linear 200ms both;
    animation: itemAni 400ms linear 200ms both;
    opacity: 1;
}

.slick-active .itemAni_2 {
    -webkit-animation: itemAni 400ms linear 500ms both;
    -moz-animation: itemAni 400ms linear 500ms both;
    -o-animation: itemAni 400ms linear 500ms both;
    -ms-animation: itemAni 400ms linear 500ms both;
    animation: itemAni 400ms linear 500ms both;
    opacity: 1;
}

.slick-active .itemAni_3 {
    -webkit-animation: itemAni 400ms linear 800ms both;
    -moz-animation: itemAni 400ms linear 800ms both;
    -o-animation: itemAni 400ms linear 800ms both;
    -ms-animation: itemAni 400ms linear 800ms both;
    animation: itemAni 400ms linear 800ms both;
    opacity: 1;
}

@-webkit-keyframes itemAni {
    0% {
        opacity: 0;
        top: 50px;
    }
    100% {
        opacity: 1;
        top: 0;
    }
}

@-moz-keyframes itemAni {
    0% {
        opacity: 0;
        top: 50px;
    }
    100% {
        opacity: 1;
        top: 0;
    }
}

@-o-keyframes itemAni {
    0% {
        opacity: 0;
        top: 50px;
    }
    100% {
        opacity: 1;
        top: 0;
    }
}

@-ms-keyframes itemAni {
    0% {
        opacity: 0;
        top: 50px;
    }
    100% {
        opacity: 1;
        top: 0;
    }
}

@keyframes itemAni {
    0% {
        opacity: 0;
        top: 50px;
    }
    100% {
        opacity: 1;
        top: 0;
    }
}


.main_visual .item .txtBox > span.itemAni_1 {
    margin-bottom: 30px;
    position: relative;
    font-size: 18px;
}

.main_visual .item .txtBox.light > span.itemAni_1:before {
    background: #fff;
}

.main_visual .item .txtBox > span.itemAni_1:before {
    content: '';
    width: 25px;
    height: 1px;
    background: #212529;
    position: absolute;
    bottom: -20px;
    left: 0;
}

/* ——————————————————————————
 * main_bnnr_basic
/* —————————————————————————— */
.main_bnnr_basic {
    margin-top: 50px;
}

.main_bnnr_basic ul {
    margin: 0 -15px;
}

.main_bnnr_basic ul li {
    width: 33.333333%;
    float: left;
    padding: 0 15px;
}

.main_bnnr_basic ul li a {
    display: block;
}

.main_bnnr_basic .thumb {
    border-radius: 22px;
    overflow: hidden;
}

.main_bnnr_basic .thumb img {
    width: 100%;
    height: auto;
}

.main_bnnr_basic .txt {
    padding: 16px 4px 0;
    text-align: center;
}

.main_bnnr_basic .txt h3 {
    font-size: 19px;
    font-weight: 700;
}

.main_bnnr_basic .txt .desc {
    font-size: 14px;
    color: #999;
    margin-top: 2px;
}


/* ——————————————————————————
 * main_prodList
/* —————————————————————————— */
.main_prodList .prodList_tit {
    text-align: center;
    margin: 80px 0 30px
}

.main_prodList .prodList_tit h2 {
    font-size: 30px;
    font-weight: 700
}

.main_prodList .prodList_tit h2 span {
    position: relative;
    display: inline-block;
    padding-bottom: 14px
}

.main_prodList .prodList_tit h2 span:after {
    content: '';
    width: 40px;
    height: 3px;
    background: #a50034;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20px
}


