body {
    font-family: source-han-sans-japanese,sans-serif;
    font-weight: 500;
    font-style: normal;
}

.wrapper {
    max-width: 1152px;
    width: 60%;
    margin: 0 auto;
}

.hide-area { display: none;}

.modaal-close:after, 
.modaal-close:before{ background:#ccc;}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{ background:#666;}

#minpaku_top {
    width: 100%;
    padding-top: 56.25%;
    background: url(../images/minpaku_top_pc.jpg) no-repeat top center / 100%;
    position: relative;
}

#minpaku_top div {
    max-width: 1920px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding-top: 3%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#minpaku_top div .minpaku_logo {
    width: 28%;
    margin-bottom: 1.5%;
}

#minpaku_top div picture, #concept picture { 
    display: block;
    text-align: center;
    width: 100%;
    margin-bottom: 2%;
}

#minpaku_top div picture img { width: 20%;}

#minpaku_top div .tver { width: 25%;}

#minpaku_top div a {
    display: block;
    width: 25%;
    margin: 0 auto;
}

#minpaku_top div a:hover { opacity: .7;}

#minpaku_top div a img { max-width: 100%;}

.concept_wrap {
    width: 100%;
    background: url(../images/minpaku_back01.jpg) no-repeat top center / cover;
}

.concept_wrap .wrapper {
    background-color: rgba(255, 255, 255, .7);
    padding: 4%;
}

.concept_wrap h1 {
    width: 100%;
    text-align: center;
    margin-bottom: 3%;
}

.concept_wrap h1 img { width: 32%;}

.concept_wrap .movie_wrap {
    width: 100%;
    margin: 0 auto 20% auto;
}

#movie {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    margin: 0 auto;
    overflow: hidden;
}

.concept_wrap .tvo-video {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}

#concept { position: relative;}

#concept .concept_bkimg {
    position: absolute;
    width: 35%;
}

#concept .bk01 {
    top: -40%;
    left: -20%;

}

#concept .bk02 {
    bottom: -55%;
    right: -25%;
}

#concept picture { 
    position: relative;
    margin-bottom: 20%;
    z-index: 10;
}

#concept picture img { width: 100%;}

#cast ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#cast ul li {
    width: 45%;
    text-align: center;
}

#cast ul li img { 
    max-width: 100%;
    margin-bottom: 4%;
}

#cast ul li p {
    font-family: bokutoh-ruika,sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: 2.3vw;
}

#cast ul li:first-child p { color: #005bd6;}

#cast ul li:last-child p { color: #ec3842;}

#minpaku_01, #minpaku_02 {
    width: 100%;
    padding: 4% 0;
}

#minpaku_01 { background: url(../images/section_back_pc01.jpg) repeat-y top center / 100%;}

#minpaku_02 { background: url(../images/section_back_pc02.jpg) repeat-y top center / 100%;}

.minpaku h1 {
    width: 100%;
    text-align: center;
}

.minpaku h1 img { max-width: 100%;}

.minpaku p {
    font-size: 1.1vw;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 5%;
    color: #fff;
    letter-spacing: 0.05em;
}


.minpaku .slider img {
    width: 100%;
    height: auto;
}

.minpaku .slider .slick-slide { margin: 0;}

.minpaku .txt { margin-top: 3%;}

/* #tver {
    padding: 4% 0;
    width: 100%;
    background: url(../images/minpaku_back01.jpg) no-repeat top center / 100%;
}

#tver .wrapper { text-align: center;}

#tver .wrapper > img { width: 58%;}

#tver a {
    display: block;
    width: 58%;
    margin: 0 auto;
}

#tver a img { max-width: 100%;}

#tver a:hover { opacity: .7;} */

#page-top {
    position: fixed;
    bottom: 3%;
    right: 3%;
    width: 4%;
    height: auto;
    z-index: 100;
}

#page-top img { max-width: 100%;}




/* ------------------- ここからレスポンシブ ------------------- */

@media (max-width:767px) {

    .wrapper { width: 90%;}

    #minpaku_top {
        width: 100%;
        padding-top: 216%;
        background: url(../images/minpaku_top_sp.jpg) no-repeat top center / 100%;
    }

    #minpaku_top div { padding-top: 61%;}

    #minpaku_top div .minpaku_logo {
        width: 57%;
        margin-bottom: 3%;
    }

    #minpaku_top div picture { margin-bottom: 4%;}

    #minpaku_top div picture img { width: 57%;}

    #minpaku_top div .tver { width: 60%;}

    #minpaku_top div a { width: 60%;}

    #concept .concept_bkimg { display: none;}

    .concept_wrap h1 { margin-bottom: 5%;}

    .concept_wrap h1 img { width: 45%;}

    .concept_wrap .wrapper { padding: 7%;}

    #cast ul { 
        flex-direction: column;
        align-items: center;
    }

    #cast ul li { width: 60%;}

    #cast ul li:first-child { margin-bottom: 10%;}

    #cast ul li p { font-size: 5.4vw;}

    #minpaku_01, #minpaku_02 { padding: 7% 0;}

    .minpaku p {
        font-size: 3.7vw;
        text-align: justify;
        letter-spacing: 0.01em;
    }

    /* #tver { padding: 10% 0;}

    #tver .wrapper > img, #tver a { width: 100%;} */

    #page-top {
        right: 5%;
        width: 15%;
    }

}