body{
    background-image: none;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 500;
    font-style: normal;
}
a:link,
a:visited{
    color: inherit;
}

.movie_main_wrap a{
    text-decoration: none;
}
.movie_main_wrap a:hover{
    opacity: 0.7;
}

#abcIdx2016Header h1{
    width: 70px;
}

#abcIdx2016Header h1 img{
    width: 100%;
}

.vertical_movie_page{
    margin-top: 124px;
}

.movie_main_wrap{
    display: grid;
    grid-template-columns: 45% 1fr;
    padding: 0 80px;
}

h1{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 1em;
    font-size: 24px;
    font-weight: 900;
    padding-bottom: 40px;
}

h1 img{
    width: 400px;
}

.player_wrapper h1 img{
    width: 300px;
}

.u_pc{
    display: block;
}
.u_sp{
    display: none;
}

/* kv
--------------------------------------------- */

.movie_main_wrap{
}

.kv_movie strong{
    display: block;
    margin: 0 auto;
    margin-top: 40px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.kv_movie strong span{
    background:linear-gradient(transparent 60%, #ff6 60%);
}

.kv_movie strong br{
    display: none;
}

.kv_movie p{
    text-align: center;
    padding-top: 20px;
}

/* kv2
--------------------------------------------- */

.kv_movie2{
    width: 100%;
    margin: 0 auto;
    font-feature-settings: "palt";
}

.kv_movie2 h1{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.kv_movie2 h1 span{
}

.kv_movie2 h1 span img{
    width: 100%;
}

.movie_main_wrap{
}

.about_movie_kengaku{
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: sticky;
    top: 160px;
    margin: 0 auto;
    padding: 40px;
}

.about_movie_kengaku strong{
    display: block;
    margin-top: 40px;
    font-size: 28px;
    font-weight: 700;
}

.about_movie_kengaku strong span{
    background:linear-gradient(transparent 60%, #ff6 60%);
}

.about_movie_kengaku strong br{
}

.about_movie_kengaku p{
    padding-top: 20px;
    font-size: 20px;
}

/* player
---------------------------------------------- */

.player_wrapper{
    padding-top: 40px;
    padding-right: 40px;
    line-height: 1;
    border-right: 1px solid #cecece;
}

.player_wrapper h1{
    font-size: 20px;
    font-weight: 700;
}

.player{
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    background: #000;
}

.player_inner{
    position: sticky;
    top: 160px;
    width: 320px;
    margin: 0 auto;
}

.player.vertical{
    padding: 0;
    aspect-ratio: 9 / 16;
    border-radius: 8px;
    overflow: hidden;
}

#embedMovie{
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

.mh_info{
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    justify-content: space-between;
    margin-top: 20px;
}

.movie_bland_name{
    font-size: 20px;
    font-weight: 700;
    color: #3B3B3B;
}

.movie_model_name{
    font-size: 16px;
    padding-top: 5px;
    color: #5E5E5E;
}

.mh_btn ul{
    display: flex;
    column-gap: 10px;
}

.mh_btn li{
}

.mh_btn li a{
    display: block;
    padding: 0.6em 1em;
    font-size: 16px;
    border-radius: 6px;
    box-sizing: border-box;
}

.btn_mh a{
    color: #3674E2;
    border: 1px solid #3674E2;
}

.btn_reserve{
    display: none;
}

.btn_reserve a{
    color: #FFF;
    background: #3674E2;
}


/* movie list
---------------------------------------------- */

.list_movie{
    margin: 0 auto;
    padding-top: 40px;
    padding-left: 40px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: 20px;
    row-gap: 20px;
}

.item_movie{
    position: relative;
    width: 230px;
}


.item_movie > a{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}
.item_movie.vertical > a{
    border-radius: 8px;
    overflow: hidden;
}

.item_movie > a::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 60px;
    height: 60px;
    margin: auto;
    background: url(/shared/img/movie/ico_play.svg) no-repeat;
}

.item_movie img{
    width: 100%;
}

.list_movie{
    line-height: 1;
}

.brand_name{
    padding-top: 10px;
    font-size: 14px;
    color: #3B3B3B;
}

.model_name{
    font-size: 12px;
    padding-top: 5px;
    color: #5E5E5E;
}

.item_movie ul{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    font-size: 12px;
}

.item_movie li a{
    display: block;
    padding: .5em 1.4em;
    box-sizing: border-box;
    border-radius: 6px;
}

.link_mh a{
    color: #5E5E5E;
    border: 1px solid #D1D3D8;
}

.link_reserve{
    color: #131212;
    background: #D0D3DB;
    border-radius: 6px;
}

.item_movie.preparation span{
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 3px 8px;
    background: #3e3a3a;
    color: #FFF;
    font-size: 12px;
    border-bottom-left-radius: 2px;
}

.item_movie.preparation .model_image{
    width: 223px;
    height: 126px;
    background: #ededed;
}

.item_movie.preparation .model_image img{
    object-fit: contain;
    width: 100%;
    height: 100%;
}

/* no movie list
---------------------------------------------- */

.title_nomovie{
    width: 1000px;
    margin: 0 auto;
    margin-top: 120px;
    position: relative;
    line-height: 1;
    text-align: center;
}
.title_nomovie span{
    position: relative;
    padding: 0 1em;
    font-size: 18px;
    text-align: center;
    background: #FFF;
    z-index: 2;
}
.title_nomovie::before{
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #cecece;
}

.list_nomovie{
    width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.item_nomovie{
    width: 223px;
    margin-top: 40px;
}
.item_nomovie:not(:nth-of-type(4n)){
    margin-right: 36px;
}

.item_nomovie > p{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}


.list_nomovie img{
    width: 100%;
}

.list_nomovie{
    line-height: 1;
}


.item_nomovie ul{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    font-size: 12px;
}

.item_nomovie li a{
    display: block;
    padding: .5em 1.4em;
    box-sizing: border-box;
    border-radius: 6px;
}



/* banner
---------------------------------------------- */

.bnr_park_top{
    display: block;
    width: 600px;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 60px;
}

.bnr_park_top img{
    width: 100%;
}

