@charset "UTF-8";

.p-indexHero {
    background-color: #fff
}

.p-indexHero_slideItem {
    position: relative;
    width: 100%;
    display: block
}

.p-indexHero_slideItem>picture {
    width: 100%
}


@media screen and (min-width: 768px) {
    .p-indexHero_slideItem_img._row {
        display: flex
    }

    .p-indexHero_slideItem_img._row>picture {
        width: 50%
    }
}

@media screen and (min-width: 768px) {
    .p-indexHero_slideItem .p-indexHero_info:before {
        transition: -webkit-transform .4s ease;
        transition: transform .4s ease;
        transition: transform .4s ease, -webkit-transform .4s ease
    }

    .p-indexHero_slideItem:hover .p-indexHero_info:before {
        -webkit-transform: translateX(0.5em);
        transform: translateX(0.5em)
    }
}

.p-indexHero_info {
    position: absolute;
    display: block;
    width: 34%;
    max-width: 510px;
    min-width: 400px;
    bottom: 0;
    left: 0;
    border-top: 2px solid #da1d33;
    border-right: 2px solid #da1d33;
    border-radius: 0 3rem 0 0;
    background-color: #fff
}

@media screen and (max-width: 767px) {
    .p-indexHero_info {
        width: auto;
        max-width: 77.3333333333%;
        min-width: initial;
        border-radius: 0 1.5rem 0 0
    }
}

@media screen and (min-width: 768px) {
    .p-indexHero_info._pc-wide {
        width: 38%;
        max-width: 570px
    }
}

@media screen and (max-width: 767px) {
    .p-indexHero_info._sp-wide--1050 {
        max-width: 140%
    }
}

@media screen and (max-width: 767px) {
    .p-indexHero_info._sp-wide--1100 {
        max-width: 73.3333333333%
    }
}

.p-indexHero_info_inner {
    padding: 5.8823529412% 19.6078431373% 5.8823529412% 5.8823529412%
}

@media screen and (max-width: 767px) {
    .p-indexHero_info_inner {
        padding-right: 15.6862745098%
    }
}

.p-indexHero_info_ttl {
    color: #da1d33;
    font-weight: 700;
    margin-bottom: .2em;
    font-size: 30px
}

@media screen and (max-width: 767px) {
    .p-indexHero_info_ttl {
        font-size: 18px
    }
}

@media screen and (max-width: 767px)and (max-width: 767px) {
    .p-indexHero_info_ttl {
        font-size: 18px
    }
}

.p-indexHero_info_ttl>span {
    font-size: .533em
}

.p-indexHero_info_txt {
    font-size: 16px
}

@media screen and (max-width: 767px) {
    .p-indexHero_info_txt {
        font-size: 15px
    }
}

@media screen and (max-width: 767px)and (max-width: 767px) {
    .p-indexHero_info_txt {
        font-size: 15px
    }
}

.p-indexHero_info:before {
    position: absolute;
    content: "";
    width: 2.5em;
    height: 2.5em;
    top: 50%;
    right: 5.8823529412%;
    background: url(../img/newCommon/icon_arrow_r_red.svg) no-repeat;
    background-size: 100%
}

@media screen and (max-width: 767px) {
    .p-indexHero_info:before {
        width: 2em;
        height: 2em;
        top: 40%;
        right: 3.9215686275%
    }
}

.p-indexHero_slide .slick-arrow {
    z-index: 20;
    background-repeat: no-repeat;
    background-position: center center;
    background-size:12px auto;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    width: 80px;
    border-radius: 50%;
    height: 80px;
    top: 50%;
    transform: translatey(-50%);
}

.p-indexHero_slide .btn-prev {
    left: 20px;
    background-image: url(../img/RN/slider_prev.svg);
}

.p-indexHero_slide .btn-next {
    right: 20px;
    background-image: url(../img/RN/slider_next.svg);
}

.p-indexHero_slide .slick-dots {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 10px;
}

.p-indexHero_slide .slick-dots li {
    display: inline-block;
    margin: 0 7px;
}

.p-indexHero_slide .slick-dots li:only-child {
    display: none;
}

.p-indexHero_slide .slick-dots li.slick-active button {
    background-color: #d70c25;
}

.p-indexHero_slide .slick-dots li button {
    display: block;
    cursor: pointer;
    padding: 0;
    overflow: hidden;
    text-indent: -99px;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none;
    margin: 0;
    width: 10px;
    height: 10px;
    background-color: #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

@media screen and (max-width: 767px) {
    .p-indexHero_slid .slick-arrow {
        background-size: 8px auto;
        background-color: rgba(255, 255, 255, 0.8);
        width: 20px;
        height: 60px;
        top: 50%;
        transform: translatey(-50%);
    }

    .p-indexHero_slid .slick-dots li {
        margin: 0 5px;
    }

    .p-indexHero_slid .slick-dots li button {
        width: 10px;
        height: 10px;
    }
}

/*# sourceMappingURL=sourcemaps/newhero.css.map */