.marriage-report .page-visual {
    background-image: url("/img/report/marriage-report.kv.jpg");
    background-position: center;
    background-size: cover;
    position: relative;
    color: white;
    text-align: center;
    padding: 80px 0 90px;
    z-index: -2;
}
@media screen and (max-width: 767px) {
    .marriage-report .page-visual {
        padding: 50px 0 60px;
    }
}
.marriage-report .black-cover {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: -1;
}
.marriage-report .page-visual .eng-ttl {
    font-size: 48px;
    font-weight: bold;
    padding-bottom: 20px;
    display: inline-block;
    border-bottom: 2px solid rgba(255,255,255,.9);
    line-height: 3.5rem;
}
.marriage-report .page-visual h1.page-ttl {
    font-size: 18px;
    padding-top: 22px;
    padding-bottom: 57px;
}

@media screen and (max-width: 575px) {
    .marriage-report .page-visual .eng-ttl {
        font-size: 36px;
    }
    .marriage-report .page-visual h1.page-ttl {
        padding-bottom: 20px;
    }
}
@media screen and (max-width: 320px) {
        .marriage-report .page-visual .eng-ttl {
            font-size: 11vw;
        }
}
/* ----- content ----- */
.marriage-report .content {
    background: #f6f6f6;
    padding: 74px 0;
    color: #4e554b;
}
.marriage-report .content .limited-width {
    max-width: 1260px;
    margin: 0 auto;
}
.marriage-report .content .title-area {
    max-width: 792px;
    margin: 0 auto;
}
.marriage-report .content h2.headline {
    font-size: 30px;
    font-weight: bold;
    line-height: 48px;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 92px;
}
.marriage-report .content h2.headline .logo-text {
    max-width: 216px;
    vertical-align: inherit;
}
.marriage-report .content h2.headline .back-text img {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.marriage-report .content .text {
    font-size: 22px;
    padding: 33px 0;
    border-top: 1px solid #4e554b;
    border-bottom: 1px solid #4e554b;
    line-height: 2.5rem;
    margin-bottom: 92px;
}

@media screen and (max-width: 575px) {
    .marriage-report .content {
        padding: 60px 0 30px;
    }
    .marriage-report .content h2.headline {
        font-size: 26px;
        line-height: 2.3rem;
        margin-bottom: 60px;
    }
    .marriage-report .content h2.headline .logo-text {
        max-width: 174px;
    }
    .marriage-report .content .text {
        font-size: 18px;
        padding: 20px 0;
        line-height: 1.8rem;
        margin-bottom: 60px;
    }
}
@media screen and (max-width: 320px) {
    .marriage-report .content h2.headline {
        font-size: 22px;
    }
    .marriage-report .content .text {
        font-size: 16px;
        line-height: 1.6rem;
    }
}

/* ----- episode ----- */
.marriage-report .episode {
    position: relative;
    margin-bottom: 108px;
}
.marriage-report .episode .row-layout {
    display: flex;
}
.marriage-report .episode .image {
    width: 60%;
    margin-bottom: 56px;
    position: absolute;
    top: 0;
    left: 0;
}
.marriage-report .episode .card {
    width: calc(50% - 60px);
    margin-right: 30px;
    margin-left: auto;
    padding: 56px;
    text-align: center;
    margin-top: 56px;
    box-shadow: 2px 2px 6px rgba(0,0,0,.15);
}
.marriage-report .episode .card-wrap {
    position: relative;
}
.marriage-report .episode .dot-frame {
    position: absolute;
    content: "";
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    top: 10px;
    left: 10px;
    border: 2px dotted #898888;
}
.marriage-report .episode .card .marriage-text {
    position: relative;
}
.marriage-report .episode .card .marriage-text img {
    max-width: 210px;
    margin: 0 auto;
    background: white;
    padding: 0 30px;
    position: relative;
    z-index: 100;
}
.marriage-report .episode .card .marriage-text:before {
    width: 100%;
    height: 1px;
    background: #e7e8e8;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.marriage-report .episode .episode-ttl {
    font-size: 22px;
    font-weight: bold;
    margin: 24px 0 33px;
    padding-bottom: 15px;
    position: relative;
    line-height: 2rem;
}
.marriage-report .episode .description {
    line-height: 1.5rem;
    margin-bottom: 37px;
    text-align: left;
}
.marriage-report .episode .intro {
    font-size: 14px;
    text-align: left;
    margin-bottom: 42px;
}
.marriage-report .episode .more-btn {
    max-width: 200px;
    margin: 0 auto;
}
.marriage-report .episode .more-btn a.btn-decide {
    border: 1px solid #4e554b;
    width: 100%;
    padding: 12px;
    background: white;
    color: #4e554b;
    transition: all .3s;
    margin-bottom: 8px;
}
.marriage-report .episode .arrow {
    position: relative;
}
.marriage-report .episode .arrow:after {
    width: 12px;
    height: 12px;
    border-top: 3px solid #4e554b;
    border-right: 3px solid #4e554b;
    transform: rotate(45deg);
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
}
@media screen and (max-width: 1200px) {
    .marriage-report .episode .image {
        width: 55%;
    }
    .marriage-report .episode .card {
        padding: 30px;
        width: calc(55% - 60px);
    }
    .marriage-report .episode .description {
        margin-bottom: 18px;
    }
}
@media screen and (max-width: 991px) {
    .marriage-report .episode .image {
        width: 50%;
    }
    .marriage-report .episode .dot-frame {
        width: calc(100% - 15px);
        height: calc(100% - 15px);
        top: 7.5px;
        left: 7.5px;
    }
    .marriage-report .episode .card {
        padding: 20px 17px;
        width: 55%;
        margin-right: 0;
    }
    .marriage-report .episode .card .marriage-text img {
        max-width: 180px;
    }
    .marriage-report .episode .episode-ttl {
        margin: 18px 0 20px;
        font-size: 18px;
        line-height: 1.5rem;
    }
    .marriage-report .episode .description {
        font-size: 15px;
    }
    .marriage-report .episode .intro {
        margin-bottom: 20px;
        font-size: 13px;
    }
    .marriage-report .episode .more-btn a.btn-decide {
        padding: 8px 12px;
    }
}
@media screen and (max-width: 767px) {
    .marriage-report .episode {
        margin-bottom: 80px;
    }
    .marriage-report .episode .row-layout {
        display: block;
    }
    .marriage-report .episode .image {
        width: 100%;
        position: inherit;
        margin-bottom: 0;
    }
    .marriage-report .episode .card {
        width: calc(100% - 30px);
        margin: 0 auto;
        margin-top: -50px;
        padding: 30px;
    }
}
@media screen and (max-width: 575px) {
    .marriage-report .episode .card {
        width: calc(100% - 10px);
        padding: 20px;
        margin-top: -30px;
    }
}
@media screen and (max-width: 320px) {
    .marriage-report .episode .card {
        width: 100%;
        margin-top: 0;
    }
    .marriage-report .episode .card .marriage-text img {
        max-width: 145px;
    }
}

/* ----- reverse ----- */
.marriage-report .episode.reverse .row-layout {
    flex-direction: row-reverse;
}
.marriage-report .episode.reverse .image {
    left: inherit;
    right: 0;
}
.marriage-report .episode.reverse .card {
    margin-left: 30px;
    margin-right: auto;
}
@media screen and (max-width: 991px) {
    .marriage-report .episode.reverse .card {
        margin-left: 0;
    }
}
@media screen and (max-width: 767px) {
    .marriage-report .episode.reverse .card {
        margin: 0 auto;
        margin-top: -30px;
    }
}

/* ----- another-episode ----- */
.marriage-report .another-episode .gutter-60 {
    margin-right: -30px;
    margin-left: -30px;
}
.marriage-report .another-episode div[class^=col-] {
    padding-right: 30px;
    padding-left: 30px;
}
.marriage-report .another-episode .box {
    margin-bottom: 42px;
    box-shadow: 2px 2px 6px rgba(0,0,0,.15);
    transition: all .3s;
}
.marriage-report .another-episode .box .another-image{
    width: 100%;
    height:230px;
}
@media screen and (max-width: 991px) {
    .marriage-report .another-episode .box .another-image{
        height:180px;
    }
}
.marriage-report .another-episode .box .another-image .img{
    object-fit: cover;
    width:100%;
    height:100%;
}
.marriage-report .another-episode .box .content-wrap {
    background: white;
    padding: 30px 25px;
    color: #323232;
}
.marriage-report .another-episode .box .marriage-text {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}
.marriage-report .another-episode .box .marriage-text img {
    max-width: 100px;
    padding: 0 15px;
    position: relative;
    background: white;
    z-index: 100;
}
.marriage-report .another-episode .box .marriage-text:before {
    background: #e7e8e8;
    width: 100%;
    height: 1px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.marriage-report .another-episode .box .another-ttl {
    margin-bottom: 30px;
}
.marriage-report .another-episode .box .intro {
    font-size: 12px;
    font-weight: 400;
}
.marriage-report .another-episode .box .intro img {
    width: 12px;
}
@media screen and (max-width: 991px) {
    .marriage-report .another-episode .gutter-60{
        margin-right: -15px;
        margin-left: -15px;
    }
    .marriage-report .another-episode div[class^=col-] {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media screen and (max-width: 320px) {
    .marriage-report .another-episode .box .content-wrap {
        padding: 20px 15px;
    }
}