@charset "UTF-8";

.beforeafter-img {
    padding-top: 5vw;
    position: relative;
}

.before-img {
    width: 45%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.before-img+.after-img {
    width: 95%;
    margin-right: auto;
}

.beforeafter-container .img-container {
    overflow: hidden;
    border-radius: 3em 0;
}

.beforeafter-container .kazari {
    padding-left: 0.5em;
    font-family: "Jost", sans-serif;
    font-size: 42px;
    color: #4a1100;
    letter-spacing: 0.1em;
    text-shadow: 1px 1px 0px white,
    -1px 1px 0px white,
    1px -1px 0px white,
    -1px -1px 0px white,
    1px 0px 0px white,
    0px 1px 0px white,
    -1px 0px 0px white,
    0px -1px 0px white;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.before-img .kazari {
    font-size: 24px;
}

.beforeafter-container .title {
    font-size: 40px;
    color: #4a1100;
}

.beforeafter-container .date {
    margin-bottom: 1em;
}

.beforeafter-container .category-wrap {
    margin-bottom: 1em;
}

.category-wrap span {
    display: inline-block;
    margin: 2px;
    padding: 0.1em 0.5em;
    color: #fff;
    text-align: right;
    border-radius: 0.5em;
    background-color: #4a1100;
}

@media (max-width: 640px) {
    .beforeafter-img {
        padding-top: 15vw;
    }

    .before-img {
        width: 50%;
    }

    .beforeafter-container .title {
        font-size: 24px;
        color: #4a1100;
    }
}
