/* 202103 */

.acce01-template-10 {
    position: relative;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 45px;
    color: #fff;
    background-position: center;
    background-size: cover;
}

@media (min-width:768px) {
    .acce01-template-10 {
        padding-top: 11.45833vw;
        padding-bottom: 7.8125vw
    }
}


/* 202103 */

.acce01-template-10 .bgcolor,
.acce01-template-10__left-bg {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.acce01-template-10__left-bg {
    overflow: hidden
}

@media (max-width:767px) {
    .acce01-template-10__left-bg {
        position: relative;
        width: 100%;
        margin-bottom: 45px;
        z-index: 1;
    }
    .acce01-template-10__left-bg:before {
        content: "";
        display: block;
        padding-bottom: 56.25%;
        width: 100%
    }
}

.acce01-template-10__left-bg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150%;
    -o-object-fit: cover;
    object-fit: cover
}

.acce01-template-10 .bgcolor {
    content: "";
    right: 0;
    left: auto;
    display: block;
    background: #9a552e
}

@media (max-width:767px) {
    .acce01-template-10 .bgcolor {
        width: 100%
    }
}

.acce01-template-10 .container {
    z-index: 1;
    position: relative
}

@media (min-width:768px) {
    .acce01-template-10__inner {
        margin-right: 0;
        margin-left: auto;
        width: 49.47917vw
    }
}

.acce01-template-10__top {
    font-size: 1.14583vw;
    line-height: 1.36364;
    letter-spacing: .1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 15px;
    font-weight: 700;
    border-bottom: 1px solid #393939
}

@media (max-width:767px) {
    .acce01-template-10__top {
        font-size: 18px
    }
}

@media (min-width:768px) {
    .acce01-template-10__top {
        padding-bottom: 1.5625vw
    }
}

@media (min-width:1200px) {
    .acce01-template-10__top-right {
        -webkit-transition: opacity .6s cubic-bezier(.7, 0, .3, 1);
        transition: opacity .6s cubic-bezier(.7, 0, .3, 1)
    }
    .acce01-template-10__top-right:hover {
        opacity: .4
    }
}

@media (min-width:768px) {
    /* 202104 */
    .acce01-template-10__bottom {
        display: -ms-grid;
        display: grid;
        padding-top: 6.77083vw;
        padding-left: 16.66667vw;
        -ms-grid-columns: 1.1fr 7.29167vw 1fr;
        grid-template-columns: 1.1fr 1fr;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
        grid-gap: 0 3.79167vw;
        align-items: baseline;
    }
    .acce01-template-10__bottom>:first-child {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }
    .acce01-template-10__bottom>:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3
    }
}


/* 202103 */

.acce01-template-10__bottom-left {
    font-size: 1.66667vw;
    line-height: 1.3125;
    font-weight: 700;
    letter-spacing: .1em;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

@media (max-width:767px) {
    .acce01-template-10__bottom-left {
        font-size: 24px;
        padding-top: 15px;
        padding-bottom: 0px
    }
}


/* 202103 */

.acce01-template-10__bottom-right {
    font-size: .9375vw;
    line-height: 1.77778;
    letter-spacing: .05em;
    font-weight: 400;
    color: #dcdcdc;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

@media (max-width:767px) {
    .acce01-template-10__bottom-right {
        font-size: 14px
    }
}