@charset "UTF-8";

.main {
    overflow: hidden;
    margin-top: -11rem;
}
img {
    max-width: 100%;
    vertical-align: middle;
}
.main .container {
    position: relative;
    max-width: 1334px;
}
.section {
    position: relative;
}
.section + .section::before {
    content: '';
    position: absolute;
    top: -19.5px;
    left: 0;
    right: 0;
    height: 39px;
    background: url(/V2/resources/images/img/webdrama/wave.png) repeat;
}

/* section01 */
.section01 {
    background-image: url(/V2/resources/images/img/webdrama/sec01_bg01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 40rem;
    text-align: center;
}
.section01 .container {
    max-width: 1480px;
}
.section01 .sec-cont {
    position: relative;
    background-image: url(/V2/resources/images/img/webdrama/sec01_cont01.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    padding-top: 73.69%;
}
.section01 .iframe_size{
    position: absolute;
    top: 29%;
    left: 12rem;
    right: 12rem;
}
.section01 .iframe_cover {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.section01 .iframe_cover iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* section02 */
.section02 {
    background-image: url(/V2/resources/images/img/webdrama/sec02_bg01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 21rem;
    text-align: center;
}
.section02 .container {
    max-width: 1468px;
}
.section02 .prop01 {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate3d(-56%, -31%, 10px);
}
.section02 .prop02 {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate3d(33%, 76%, 10px);
}
.section02 .sec-title {
    padding-top: 9rem;
    margin-bottom: 8rem;
}

/* section03 */
.section03 {
    background-image: url(/V2/resources/images/img/webdrama/sec03_bg01.jpg);
    padding-top: 8rem;
    padding-bottom: 10rem;
    text-align: center;
}
.section03 .sec-title {
    margin-bottom: 4rem;
}

/* section04 */
.section04 {
    padding-top: 7rem;
    padding-bottom: 7rem;
    background-color: #f9f4ef;
    text-align: center;
}
.section04 .sec-title {
    padding-bottom: 5rem;
    border-bottom: 2px dashed #e8e2db;
}
.section04 .sec-title img {
    max-height: 5.5rem;
}
.section04 .container {
    border-right: 2px dashed #e8e2db;
}
.section04 .__dashed_border {
    border-bottom: 2px dashed #e8e2db;
}
.section04 .sec-cont01 {
    width: 37%;
    padding-top: 6rem;
    padding-bottom: 3rem;
    border-left: 2px dashed #e8e2db;
    border-right: 2px dashed #e8e2db;
}
.section04 .sec-cont01 .__figure01 {
    padding-bottom: 5rem;
}
.section04 .sec-cont01 .__figure02 {
    position: relative;
}
.section04 .sec-cont01 .__figure02 a {
    position: absolute;
    top: 10%;
    left: 8%;
    right: 8%;
    bottom: 30%;
}
.section04 .sec-cont02 {
    width: 63%;
    display: grid;
    grid-template-rows: repeat(2, 196px);
    grid-template-columns: repeat(2, 1fr);
    gap: 3.6rem;
    padding-top: 5rem;
    padding-left: 5rem;
}
.section04 .sec-cont02 a {
    display: block;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
}
.section04 .__figure03 {
    display: none;
}

/* section05 */
.section05 {
    background-image: url(/V2/resources/images/img/webdrama/sec05_bg01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 42%;
    text-align: right;
}
.section05 .container {
    position: absolute;
    top: 11rem;
    left: 50%;
    transform: translateX(-50%);
}
.section05 .sec-cont {
    display: inline-block;
    position: relative;
    transform: translateX(10.4rem);
}
.section05 .sec-cont .link-list {
    position: absolute;
    top: 52%;
    left: 3%;
    bottom: 7%;
    right: 15%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.section05 .sec-cont .link-list a {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 23%;
}

@media (max-width: 1140px) {
    .section04 {
        padding-bottom: 0;
    }
    .section04 .__dashed_border {
        padding-bottom: 4rem;
    }
    .section04 .container {
        border-right: 0;
    }
    .section04 .sec-cont01 {
        width: 100%;
        border: 0;
    }
    .section04 .sec-cont01 .__figure02 {
        display: none;
    }
    .section04 .sec-cont02 {
        grid-template-rows: repeat(2, 1fr);
        gap: 3rem;
        width: 100%;
        max-width: 84.3rem;
        float: none;
        margin: 0 auto;
        padding: 0;
    }
    .section04 .sec-cont02 a {
        height: 0;
        padding-top: 56.5%;
    }
    .section04 .__figure03 {
        display: block;
        padding-top: 1.5rem;
        padding-bottom: 3rem;
    }
    .section04 .__figure03 figure {
        position: relative;
        display: inline-block;
        transform: translateX(-13%);
    }
    .section04 .__figure03 figure a {
        position: absolute;
        top: 16%;
        right: 8%;
        bottom: 23%;
        left: 33%;
    }
    .section05 .sec-cont {
        transform: translateX(5rem);
    }
    .section05 .sec-cont img {
        max-height: 22.5rem;
    }
}
@media(min-width: 769px) {
    .only-m {
        display: none;
    }
}
@media(max-width: 768px) {
    .only-pc {
        display: none;
    }
    .section + .section::before {
        height: 13px;
        top: -6.5px;
        background-image: url(/V2/resources/images/img/webdrama/wave_m.png);
    }
    .section01 {
        background-image: url(/V2/resources/images/img/webdrama/sec01_bg01_m.jpg);
        padding-top: 31rem;
    }
    .section01 .container {
        padding-right: 4rem;
        padding-left: 4rem;
    }
    .section01 .sec-title {
        max-width: 80%;
        margin: 0 auto;
    }
    .section01 .iframe_size {
        left: 9rem;
        right: 9rem;
    }
    .section02 {
        padding-bottom: 16rem;
        background-image: url(/V2/resources/images/img/webdrama/sec02_bg01_m.jpg);
    }
    .section02 .sec-title {
        padding-top: 4rem;
        margin-bottom: 6rem;
    }
    .section02 .sec-title img {
        max-height: 7.2rem;
    }
    .section02 .prop01 {
        transform: translate3d(19%, -29%, 10px);
    }
    .section02 .prop01 img {
        max-height: 17rem;
    }
    .section02 .prop02 {
        transform: translate3d(-39%, 105%, 10px);
    }
    .section02 .prop02 img {
        max-height: 13rem;
    }
    .section03 {
        padding-top: 2rem;
        padding-bottom: 4rem;
    }
    .section03 .sec-title {
        margin: 0;
    }
    .section03 .sec-title img {
        max-height: 17rem;
    }
    .section04 {
        padding-top: 4rem;
        padding-bottom: 0;
    }
    .section04 .sec-title {
        padding-bottom: 4rem;
    }
    .section04 .sec-title img {
        max-height: 4.5rem;
    }
    .section04 .sec-cont01 {
        padding-top: 4rem;
        padding-bottom: 0;
    }
    .section04 .sec-cont01 .__figure01 img {
        max-height: 17rem;
    }
    .section05 {
        background-image: url(/V2/resources/images/img/webdrama/sec05_bg01_m.jpg);
        background-position: center left;
    }
    .section05 .container {
        top: 4rem;
    }
    .section05 .sec-cont {
        transform: translateX(0);
    }
    .section05 .sec-cont img {
        max-height: 17rem;
    }
    .section05 .sec-cont .link-list {
        top: 40%;
        left: 3%;
        bottom: 0%;
        right: 16%;
    }
}
@media(max-width: 576px) {
    .section01 {
        padding-top: 23rem;
    }
    .section04 .__figure03 img {
        max-height: 15rem;
    }
    .section05 .sec-cont {
        transform: translateX(3rem);
    }
    .section05 .sec-cont img {
        max-height: 14rem;
    }
}