@charset "utf-8";

/* CSS INFORMATION -====================================================
File name : top.css
Description : TOPページ用レイアウトCSS
===================================================================== */


/*-----------------------------------------------------
	header　
-----------------------------------------------------*/

header {
    height: 930px;
    background: url(../images/img_mainvisual.jpg) no-repeat center 70px;
    position: relative;
}

header h1 {
    position: absolute;
    top: 195px;
    left: 50%;
    margin-left: -178px;
}

header #next_oa {
    position: absolute;
    top: 405px;
    left: 50%;
    margin-left: -122px;
}

header #movie_area {
    width: 330px;
    position: absolute;
    top: 457px;
    left: 50%;
    margin-left: -174px;
    padding: 5px;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
}

header #movie_area dl {
    padding-bottom: 10px;
}

header #movie_area dd {
    font-size: 1.3em;
}

header #movie_area dd.movie_thumb img {
    width: 100%;
}

header #movie_area dd.oa_date span {
    display: inline-block;
    margin-right: 10px;
    padding: 0.2em 0.5em 0.1em;
    background: #282221;
    color: #fff;
    line-height: 1;
    border-radius: 2em;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
}

header #movie_area dt {
    padding: 5px 0 0;
    font-size: 1.4em;
}

header #news {
    width: 100%;
    height: 90px;
    background: #282221;
    position: relative;
}

header .news_container {
    width: 700px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -510px;
    padding: 15px 20px 0;
    background: #282221;
}

header .news_container h2 {
    width: 86px;
    height: 30px;
    float: left;
    background: #66aec4;
    text-align: center;
    font-size: 1.3em;
    line-height: 30px;
    color: #fff;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

header .news_container dl {
    width: 555px;
    overflow: hidden;
    float: right;
    font-size: 1.3em;
    margin-bottom: 15px;
}

header .news_container dl.first-child {
    height: 60px;
}

header .news_container dt {
    width: 100px;
    float: left;
    color: #6bb7ce;
}

header .news_container dd {
    width: 455px;
    float: right;
    color: #fff;
}

header .hidden_contents {
    display: none;
    width: 555px;
    float: right;
}

header .news_container .triangle {
    position: absolute;
    bottom: -17px;
    right: 65px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 15px 0 15px;
    border-color: #26201f transparent transparent transparent;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
}

header .news_container .triangle .triangle_inner {
    position: absolute;
    top: -17px;
    left: -4px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: #fff transparent transparent transparent;
    -webkit-transition: all .3s;
    transition: all .3s;
}

header .news_container .triangle:hover {
    border-color: #e56b7e transparent transparent transparent;
}

header .news_container .triangle:hover .triangle_inner {
    border-color: #fff transparent transparent transparent;
    top: -12px;
}

header .news_container .triangle.open {
    bottom: -28px;
    border-width: 14px;
    border-color: #26201f;
}

header .news_container .triangle.open .triangle_inner {
    -moz-transform: rotate( 180deg);
    -webkit-transform: rotate( 180deg);
    -o-transform: rotate( 180deg);
    -ms-transform: rotate( 180deg);
    transform: rotate( 180deg);
    top: -3px;
}

header .news_container .triangle.open:hover {
    border-color: #e56b7e;
}

header .news_container .triangle.open:hover .triangle_inner {
    top: -6px;
}


/*-----------------------------------------------------
	contents　
-----------------------------------------------------*/

#contents {
    width: 100%;
}

#intro {
    width: 100%;
    height: 650px;
    position: relative;
}

#intro p {
    display: block;
    width: 700px;
    position: absolute;
    top: 72px;
    left: 50%;
    margin-left: -510px;
}

#intro .intro_photo {
    position: absolute;
    bottom: -37px;
    left: 50%;
    margin-left: -654px;
}

.movie_thumb {
    width: 320px;
    height: 180px;
    position: relative;
}

#sponcer-bnr {
    background-color: #f6f3f1;
    position: relative;
}

#sponcer-bnr a {
    display: block;
    width: 250px;
    background-color: #fff;
    margin-left: -280px;
    border: 1px solid #999;
    position: absolute;
    left: 50%;
    /* top: 410px; */
    z-index: 3;
}

#sponcer-bnr img {
    width: 100%;
}


/*-----------------------------------------------------

	SP layout

------------------------------------------------------*/

@media screen and (max-width: 700px) {
    /*-----------------------------------------------------
	SP header　
-----------------------------------------------------*/
    header {
        height: auto;
        background: url(../images/img_mainvisual_sp.jpg) no-repeat center top #f6f3f1;
        background-size: auto 250px;
        padding-top: 250px;
    }
    header h1 {
        width: 177px;
        top: 80px;
        left: 50%;
        margin-left: -24px;
    }
    header #news {
        height: auto;
        background: url(../common/images/bg_stripe_sp.png) repeat-x bottom;
        background-size: 10px auto;
        padding-bottom: 10px;
    }
    header .news_container {
        width: 100%;
    }
    header #next_oa {
        width: 121px;
        top: 183px;
        margin-left: 6px;
    }
    header .news_container {
        position: relative;
        top: inherit;
        left: inherit;
        margin-left: 0;
        padding: 10px 4.6875% 0;
    }
    header .news_container h2 {
        display: none;
    }
    header .news_container dl {
        width: 100%;
    }
    header .news_container .triangle {
        right: inherit;
        left: 50%;
        margin-left: -15px;
    }
    header .hidden_contents {
        width: 100%;
    }
    header .news_container dt {
        width: 31%;
    }
    header .news_container dd {
        width: 69%;
    }
    header .news_container dl.first-child {
        height: auto;
    }
    header .news_container .triangle:hover {
        border-color: #26201f transparent transparent transparent;
    }
    header .news_container .triangle:hover .triangle_inner {
        top: -17px;
    }
    header .news_container .triangle.open {
        bottom: -20px;
        border-width: 14px;
        border-color: #26201f;
    }
    header .news_container .triangle.open:hover {
        border-color: #26201f;
    }
    header .news_container .triangle.open:hover .triangle_inner {
        top: -2px;
    }
    header #movie_area {
        width: 90.625%;
        position: relative;
        top: inherit;
        left: inherit;
        margin: 35px auto 0;
        padding: 0;
        background: none;
    }
    header #movie_area dl {
        padding-bottom: 25px;
    }
    header #movie_area dd.movie_thumb {
        margin-bottom: 15px;
    }
    header #movie_area dd img {
        vertical-align: bottom;
    }
    .movie_thumb {
        width: 100%;
        height: calc(width /16 * 9);
        position: relative;
    }
    #intro {
        height: auto;
    }
    #intro p {
        width: 90.625%;
        margin: 35px auto 0;
        position: relative;
        top: inherit;
        left: inherit;
    }
    #intro .intro_photo {
        width: 100%;
        margin: 20px 0 0;
        position: relative;
        bottom: inherit;
        left: inherit;
    }
    #intro .intro_photo img {
        vertical-align: bottom;
    }
    #sponcer-bnr {
        overflow: inherit!important
    }
    #sponcer-bnr a {
        display: block;
        width: 40%;
        height: auto;
        display: block;
        position: relative;
        /* top: 315px; */
        left: inherit;
        margin: 0 auto 0;
    }
    .adbottom {
        padding-bottom: 150px !important;
    }
}

#BrightCoveVideo {
    margin: auto;
}

.oa_date {
    margin-top: 6px;
}


/*-----------------------------------------------------
	TVer
-----------------------------------------------------*/

.tver {
    width: 100%;
    max-width: 380px;
    margin: 3rem auto 0 20rem;
}

.tver img {
    box-shadow: 0px 6px 6px #948d82;
    -moz-box-shadow: 0px 6px 6px #948d82;
    -webkit-box-shadow: 0px 6px 6px #948d82;
}

@media screen and (max-width: 700px) {
    .tver {
        width: 90%;
        margin: 0 auto;
    }
}


/*-----------------------------------------------------
	information
-----------------------------------------------------*/

.information {
    border: 2px solid #65b2ca;
    background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
    padding: 1em;
    width: 90%;
    text-align: center;
    margin: 0 auto 3rem;
    font-size: 1.5rem;
    line-height: 1.5;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}

/* =====================================================================
*    シノビー年末プレゼントバナー
* =================================================================== */

.present2023{
    width:calc(500 / 700 * 100%); 
    margin: 0 auto 6rem;
}

.present2023 img{
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}
@media screen and (max-width: 700px){
    .present2023{
     width: 100%;
    }
}
