@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Marvel:400,700');
@import url('https://fonts.googleapis.com/css?family=Concert+One');

/* common 
---------------------------------------------------------------------- */
*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
 
body{
    color: #807d6c;
    font-family: "游ゴシック", YuGothic, 'Yu Gothic', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    -webkit-font-smoothing: antialiased;
    position: relative;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
    background: #FDF9E3 url(../img/bg.png) repeat center center;
    background-size: 40px;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

a{
    color: inherit;
    text-decoration: none;
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 1;
}

p a:hover{
    opacity: .5;
}
.body iframe{
    max-width: 100%;
}

h1,
h2{
    font-weight: normal;
}


#wrapper{
    overflow: hidden;
    position: relative;
}

html.on-modal{
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    position: relative;
}


/* fadein
---------------------------------------------------------------------- */
.fadein{
    transform: translateY(10%);
    -webkit-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transition: 0.8s ease;
    -webkit-transition: 0.8s ease;
    -ms-transition: 0.8s ease;
    opacity: 0;
}


/* loading
---------------------------------------------------------------------- */
.loading {
    width:100%;
    height:100%;
    position:fixed;
    top: 0;
    left: 0;
    background: #ffffff;
    z-index: 1000;
}

.loading_inner {
    width: 100%;
    height: 100%;
    position:fixed;
    left: 0;
    top: 0;
    background: #FDF9E3;
}



/* info
---------------------------------------------------------------------- */
.hWrapInfo{
    position: absolute;
    top: 35px;
    left: 50%;
    margin-left: -448px;
    z-index: 999;
}

.infoTitleSp{
    display: none;
}

.infoCatchcopy{
    display: none;
}




/* section
---------------------------------------------------------------------- */

section h2{
    color: #706c55;
    font-family: 'Concert One', sans-serif;
    font-size: 38px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 0.8em;
    text-align: center;
    padding: 30px 0 36px;
}
section h2 > span.title{
    min-width: 100px;
    display: inline-block;
    position: relative;
}
section h2 > span.title:before,
section h2 > span.title:after{
    content: "";
    width: 71px;
    height: 26px;
    background: url(../img/headline_el.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 12px;
}
section h2 > span.title:before{
    left: -91px;
}
section h2 > span.title:after{
    right: -91px;
}
section h2 .title + span{
    color: #9f9d90;
    display: block;
    font-size: 14px;
    font-weight: 400;
}

.contWrap{
    overflow: hidden;
    margin: auto;
}


/* banner
---------------------------------------------------------------------- */
#banner{
    background: url(../img/bg_banner.png) center top no-repeat;
    background-size: cover;
    margin-top: -50px;
    padding: 60px 0 80px;
    position: relative;
    z-index: 2;
}

#banner .contWrap{
    max-width: 800px;
}

#banner li{
    border: 2px solid #99c9e2;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    height: 80px;
    float: left;
    margin-bottom: 10px;
    object-fit: cover;
}

#banner li img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 100%;
    height: auto;
}

.bannerLinkWrap{
    float: left;
    width: 67%;
}

.bannerLink{
    width: 48%;
    margin-right: 2%;
}

.bannerMovieWrap{
    float: right;
    width: 33%;
    height: auto;
}

#banner .bannerMovieWrap li{
    width: 100%;
    height: 170px;
}



/* story
---------------------------------------------------------------------- */


/* footer
---------------------------------------------------------------------- */




@media screen and (max-width: 1000px){
    /* header
    ---------------------------------------------------------------------- */
    #top_header{
        height: auto;
        padding-bottom: 20px;
    }
    
    .hInner{
        width: auto;
        height: auto;
        top: 0;
        left: 0;
        bottom: auto;
    }
    
    .hWrap{
        width: 40%;
        margin-top: 0;
        position: absolute;
        right: 10px;
        left: auto;
        top: 10px;
        z-index: 999;
        box-sizing: border-box;
    }
    .hWrap img{
        max-width: 100%;
        height: auto;
    }
    
    #top_mainbg{
        z-index: 3;
    }
    #top_mainimage01{
        width: 105%;
        max-width: 630px;
        margin-left: -52.5%;
        top: 0;
    }
    #top_mainimage01 img{
        width: 100%;
        height: auto;
    }
    #top_mainimage02{
        width: 100%;
        margin-left: 0;
        padding-top: 10px;
        padding-bottom: 30px;
        text-align: center;
        position: relative;
        left: 0;
    }
    #top_mainimage02 > img{
        max-width: 77%;
        height: auto;
    }
    
    .infoTitleSp{
        position: absolute;
        bottom: -20px;
        left: 0;
        right: 0;
    }
    .infoTitleSp,
    .infoCatchcopy{
        display: block;
        text-align: center;
    }
    
    .infoTitleSp img{
        width: 90%;
        height: auto;
    }
    
    .infoCatchcopy{
        position: absolute;
        top: 20px;
        right: 10px;
        width: 14%;
        height: auto;
    }
    .infoCatchcopy > img{
        max-width: 100%;
        height: auto;
    }
    
    .hWrapInfo{
        display: none;
    }
    
    .infoTitle{
        display: none;
    }
    
    
    /* nav
    ---------------------------------------------------------------------- */
    #globalNav .globalNavCont{
        background: rgba(255, 255, 255, 0.95);
        position: fixed;
        height: 100%;
        width: 100%;
        top: -100%;
        left: 0;
        right: 0;
        z-index: 999;
        max-height: 100%;
        overflow-y: auto;
        transition: all 400ms ease;
        -webkit-transition: all 400ms ease;
    }
    
    #globalNav.open .globalNavCont{
        top: 0%;
    }
    
    .globalNavCont .globalNavInner{
        display: none;
        transition: all 400ms ease;
        -webkit-transition: all 400ms ease;
        opacity: 0;
    }
    
    #globalNav.open .globalNavCont .globalNavInner{
        display: block;
        opacity: 1;
        position: absolute;
        top: 60px;
        left: 0;
        right: 0;
        margin: auto;
        white-space: nowrap;
    }
    
    .globalNavCont .nav li{
        font-size: 14px;
        text-align: center;
    }
    
    .globalNavCont .nav li a span{
        font-size: 10px;
    }
    
    .globalNavCont .nav li a span:after{
        display: none;
    }
    
    .globalNavCont .sns{
        width: 70px;
        margin: auto;
        padding: 40px 0 60px;
    }
    
    .navMenu{
        display: block;
        background-color: #7f6469;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        position: fixed;
        top: 15px;
        left: 15px;
        z-index: 999;
        width: 45px;
        height: 45px;
    }
    
    .navMenu a{
        display: block;
        width: 45px;
        height: 45px;
        position: relative;
    }
    
    .navMenu a:before,
    .navMenu a:after,
    .navMenu a span{
        content: " ";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        height: 4px;
        width: 26px;
        background: #fff;
        transition: all 400ms ease;
        -webkit-transition: all 400ms ease;
    }
    
    .navMenu a:before{
        top: 10px;
    }
    
    .navMenu a span{
        top: 0;
        bottom: 0;
    }
    
    .navMenu a:after{
        bottom: 9px;
    }
    
    #globalNav.open .navMenu a:before,
    #globalNav.open .navMenu a:after{
        width: 30px;
    }
    
    #globalNav.open .navMenu a:before{
        top: 20px;
    }
    
    #globalNav.open .navMenu a:after{
        bottom: 20px;
    }
    
    #globalNav.open .navMenu a span{
        opacity: 0;
    }
    
    #globalNav.open .navMenu a:before{
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }
    
    #globalNav.open .navMenu a:after{
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    
    
    /* banner
    ---------------------------------------------------------------------- */
    #banner{
        padding: 80px 0 80px;
        margin-top: -60px;
    }
    
    #banner .contWrap{
        padding: 0 10px;
    }
    
    #banner li{
        height: 70px;
    }
    
    .bannerLinkWrap,
    .bannerMovieWrap{
        float: none;
        width: auto;
    }
    
    .bannerLinkWrap{
        margin: 0 -2%;
    }
    
    .bannerLink{
        width: 46%;
        margin: 0 2% 10px;
    }
    
    #banner .bannerMovieWrap li img{
        width: 100%;
        height: auto;
    }
    
    
    /* section
    ---------------------------------------------------------------------- */
    section h2{
        font-size: 22px;
        padding: 20px 0;
    }
    
    section h2 .title + span{
        padding-top: 5px;
        font-size: 13px;
    }
    section h2 > span.title:before,
    section h2 > span.title:after {
        content: "";
        width: 64px;
        top: 6px;
    }
    section h2 > span.title:before{
        left: -73px
    }
    section h2 > span.title:after{
        right: -73px;
    }

    /* news
    ---------------------------------------------------------------------- */
    #news:before {
        background-size: 100% 30px;
    }
    
    #news .slider{
        padding: 0;
    }
    
    .newsBox{
        width: 100%;
    }
    
    .newsText{
        font-size: 12px;
    }
    
    #news .button a{
        font-size: 16px;
        letter-spacing: 0.3em;
        line-height: 40px;
        width: 60%;
    }
    
    .slick-prev{
        left: 2px;
    }
    
    .slick-next{
        right: 2px;
    }
    
    /* staff
    ---------------------------------------------------------------------- */
    #staff:before {
        background-size: 100% 30px;
    }
    
    #staff .contWrap{
        margin-top: 50px;
    }
    
    #staff .contWrap:before{
        background-size: 200%;
    }
    
    #staff .box{
        width: 50%;
        padding: 0;
        margin-top: -50px;
    }
    
    #staff .box.staff{
        padding-left: 30px;
    }
    
    #staff .box.cast{
        padding-right: 30px;
    }
    
    #staff .box h3 img{
        width: 80px;
        height: auto;
    }
    
    #staff .box h3 + p{
        font-size: 14px;
        padding-top: 30px;
    }
    
    #staff .box dt{
        font-size: 14px;
        padding: 30px 0 10px;
    }
    
    #staff .box dd{
        font-size: 16px;
    }
}

/* HEADER */
#g_header{
    width: 220px;
    float: left;
}
#g_header h1 img{
    width: 100%;
    height: auto;
}


#g_header h1:hover img {
    -webkit-animation: logo_anime 0.9s linear both;
    animation: logo_anime 0.9s linear both;
}

@-webkit-keyframes logo_anime { 
    0% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    3.4% { -webkit-transform: matrix3d(0.316, 0, 0, 0, 0, 0.407, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.316, 0, 0, 0, 0, 0.407, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    4.7% { -webkit-transform: matrix3d(0.45, 0, 0, 0, 0, 0.599, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.45, 0, 0, 0, 0, 0.599, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    6.81% { -webkit-transform: matrix3d(0.659, 0, 0, 0, 0, 0.893, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.659, 0, 0, 0, 0, 0.893, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    9.41% { -webkit-transform: matrix3d(0.883, 0, 0, 0, 0, 1.168, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.883, 0, 0, 0, 0, 1.168, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    10.21% { -webkit-transform: matrix3d(0.942, 0, 0, 0, 0, 1.226, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.942, 0, 0, 0, 0, 1.226, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    13.61% { -webkit-transform: matrix3d(1.123, 0, 0, 0, 0, 1.332, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.123, 0, 0, 0, 0, 1.332, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    14.11% { -webkit-transform: matrix3d(1.141, 0, 0, 0, 0, 1.331, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.141, 0, 0, 0, 0, 1.331, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    17.52% { -webkit-transform: matrix3d(1.208, 0, 0, 0, 0, 1.239, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.208, 0, 0, 0, 0, 1.239, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    18.72% { -webkit-transform: matrix3d(1.212, 0, 0, 0, 0, 1.187, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.212, 0, 0, 0, 0, 1.187, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    21.32% { -webkit-transform: matrix3d(1.196, 0, 0, 0, 0, 1.069, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.196, 0, 0, 0, 0, 1.069, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    24.32% { -webkit-transform: matrix3d(1.151, 0, 0, 0, 0, 0.96, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.151, 0, 0, 0, 0, 0.96, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    25.23% { -webkit-transform: matrix3d(1.134, 0, 0, 0, 0, 0.938, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.134, 0, 0, 0, 0, 0.938, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    29.03% { -webkit-transform: matrix3d(1.063, 0, 0, 0, 0, 0.897, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.063, 0, 0, 0, 0, 0.897, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    29.93% { -webkit-transform: matrix3d(1.048, 0, 0, 0, 0, 0.899, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.048, 0, 0, 0, 0, 0.899, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    35.54% { -webkit-transform: matrix3d(0.979, 0, 0, 0, 0, 0.962, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.979, 0, 0, 0, 0, 0.962, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    36.74% { -webkit-transform: matrix3d(0.972, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.972, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    41.04% { -webkit-transform: matrix3d(0.961, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.961, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    44.44% { -webkit-transform: matrix3d(0.966, 0, 0, 0, 0, 1.032, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.966, 0, 0, 0, 0, 1.032, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    52.15% { -webkit-transform: matrix3d(0.991, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.991, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    59.86% { -webkit-transform: matrix3d(1.006, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.006, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    63.26% { -webkit-transform: matrix3d(1.007, 0, 0, 0, 0, 0.992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.007, 0, 0, 0, 0, 0.992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    75.28% { -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.001, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    85.49% { -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    90.69% { -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 
}

@keyframes logo_anime { 
    0% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    3.4% { -webkit-transform: matrix3d(0.316, 0, 0, 0, 0, 0.407, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.316, 0, 0, 0, 0, 0.407, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    4.7% { -webkit-transform: matrix3d(0.45, 0, 0, 0, 0, 0.599, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.45, 0, 0, 0, 0, 0.599, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    6.81% { -webkit-transform: matrix3d(0.659, 0, 0, 0, 0, 0.893, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.659, 0, 0, 0, 0, 0.893, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    9.41% { -webkit-transform: matrix3d(0.883, 0, 0, 0, 0, 1.168, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.883, 0, 0, 0, 0, 1.168, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    10.21% { -webkit-transform: matrix3d(0.942, 0, 0, 0, 0, 1.226, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.942, 0, 0, 0, 0, 1.226, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    13.61% { -webkit-transform: matrix3d(1.123, 0, 0, 0, 0, 1.332, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.123, 0, 0, 0, 0, 1.332, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    14.11% { -webkit-transform: matrix3d(1.141, 0, 0, 0, 0, 1.331, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.141, 0, 0, 0, 0, 1.331, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    17.52% { -webkit-transform: matrix3d(1.208, 0, 0, 0, 0, 1.239, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.208, 0, 0, 0, 0, 1.239, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    18.72% { -webkit-transform: matrix3d(1.212, 0, 0, 0, 0, 1.187, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.212, 0, 0, 0, 0, 1.187, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    21.32% { -webkit-transform: matrix3d(1.196, 0, 0, 0, 0, 1.069, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.196, 0, 0, 0, 0, 1.069, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    24.32% { -webkit-transform: matrix3d(1.151, 0, 0, 0, 0, 0.96, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.151, 0, 0, 0, 0, 0.96, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    25.23% { -webkit-transform: matrix3d(1.134, 0, 0, 0, 0, 0.938, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.134, 0, 0, 0, 0, 0.938, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    29.03% { -webkit-transform: matrix3d(1.063, 0, 0, 0, 0, 0.897, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.063, 0, 0, 0, 0, 0.897, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    29.93% { -webkit-transform: matrix3d(1.048, 0, 0, 0, 0, 0.899, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.048, 0, 0, 0, 0, 0.899, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    35.54% { -webkit-transform: matrix3d(0.979, 0, 0, 0, 0, 0.962, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.979, 0, 0, 0, 0, 0.962, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    36.74% { -webkit-transform: matrix3d(0.972, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.972, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    41.04% { -webkit-transform: matrix3d(0.961, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.961, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    44.44% { -webkit-transform: matrix3d(0.966, 0, 0, 0, 0, 1.032, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.966, 0, 0, 0, 0, 1.032, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    52.15% { -webkit-transform: matrix3d(0.991, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.991, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    59.86% { -webkit-transform: matrix3d(1.006, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.006, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    63.26% { -webkit-transform: matrix3d(1.007, 0, 0, 0, 0, 0.992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.007, 0, 0, 0, 0, 0.992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    75.28% { -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.001, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    85.49% { -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    90.69% { -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 
}


#g_header .inner{
    margin: 25px 5px 0;
    padding: 30px 0;
    background-color: #fff;
    border-radius: 20px;
    border: 2px dashed #D2442F;
    box-shadow: 0 0 0 5px #fff;
}
/*
#g_header .nav{
    padding-left: 20px;
}
#g_header .nav li{
    margin-bottom: 17px;
    font-family: 'Concert One', sans-serif;
    font-size: 23px;
}
*/
#g_header .nav{
/*     padding-left: 20px; */
}
#g_header .nav li{
    text-align: center;
    margin-bottom: 17px;
    font-family: 'Concert One', sans-serif;
    font-size: 23px;
}

#g_header .nav li a{
    display: inline-block;
    position: relative;
    color: #807d6c;
    transition: all 0.2s ease-in-out 0.3s;
}
#g_header .nav li a:before{
    content: "";
    width: 0.8em;
    height: 0.8em;
    background: #D2442F url(../img/el_3.png) no-repeat center center;
    background-size: 0.8em;
    background-size: contain;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -0.4em;
    border-radius: 100%;
    transform: scale(0);

}
#g_header .nav li a:hover{
    -webkit-animation: li_anime 0.4s both;
    animation: li_anime 0.4s linear both;
}
@-webkit-keyframes li_anime {
    0% {
        padding-left: 0; color: #807d6c;
    }
    15%{
        padding-left: 0.8em;
    }
    45%{
        padding-left: 1.6em; letter-spacing: -0.077em;
    }
    90%{
        padding-left: 0.9em; letter-spacing: -0.06em;
    }
    100% {
        padding-left: 1em; letter-spacing: -0.06em; color: #D2442F;
    }
}
@keyframes li_anime {
    0% {
        padding-left: 0; color: #807d6c;
    }
    15%{
        padding-left: 0.8em;
    }
    45%{
        padding-left: 1.6em; letter-spacing: -0.077em;
    }
    90%{
        padding-left: 0.9em; letter-spacing: -0.06em;
    }
    100% {
        padding-left: 1em; letter-spacing: -0.06em; color: #D2442F;
    }
}
#g_header .nav li a:hover:before{
    transform: scale(1);
    transition: all 0.2s ease-in-out 0.1s;
}

#g_header .sns{
    overflow: hidden;
}
/*
#g_header .sns li{
    margin-left: 20px;
    float: left;
}
*/
#g_header .sns{
    text-align: center;
}
#g_header .sns li{
    margin: 0 10px;
    display: inline-block;
}

#g_header .sns li a{
    display: block;
}
#g_header .sns li a img{
    vertical-align: bottom;
    transition: opacity 0.5s ease;
}
#g_header .sns li a:hover img{
    opacity: 0;
}
#g_header .sns li.fb a{
    background-image: url(../img/btn-sns_fb_hover.png);
    background-size: 30px;
}
#g_header .sns li.tw a{
    background-image: url(../img/btn-sns_tw_hover.png);
    background-size: 30px;
}
#menu_btn{
    display: none;
}
@media screen and (max-width: 1000px){
    #g_header{
        width: 100%;
        float: none;
        margin-bottom: 20px;
        position: relative;
        z-index: 100;
    }
    #g_header h1 img{
        width: 150px;
    }
    #g_header .inner{
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        padding: 50px 0 30px;
        background-color: #ffe0e8;
        border-radius: 0;
        border: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: none;
    }
    #g_header .nav{
        margin: 0;
        padding: 0;
    }
    #g_header .nav li{
        text-align: center;
        font-size: 18px;
    }
    #g_header .sns{
        margin-top: 20px;
        text-align: center;
    }
    #g_header .sns li{
        margin: 0 10px;
        display: inline-block;
        float: none;
    }
    #g_header .inner.open{
        display: block;
    }
    #menu_btn{
        width: 40px;
        height: 40px;
        border-radius: 5px;
        background-color: #EA797F;
        display: block;
        cursor: pointer;
        position: fixed;
        top: 10px;
        right: 10px;
    }
    #menu_btn span{
        width: 28px;
        height: 2px;
        background-color: #ffe0e8;
        border-radius: 3px;
        display: block;
        position: absolute;
        left: 6px;
    }
    #menu_btn span._1{
        top: 9px;
    }
    #menu_btn span._2{
        top: 19px;
    }
    #menu_btn span._3{
        top: 29px;
    }
    .open + #menu_btn span._1{
        top: 19px;
        transform: rotate(45deg);
    }
    .open + #menu_btn span._2{
        opacity: 0;
    }
    .open + #menu_btn span._3{
        top: 19px;
        transform: rotate(-45deg);
    }
}

/* FOOTER */
#g_footer{
    margin-top: -25px;
    padding-top: 15px;
    position: relative;
    z-index: 10;
}
#g_footer .toTop{
    display: none;
    position: absolute;
}

#g_footer:after{
    content: "";
    height: 15px;
    background: url(../img/footer_el.png) repeat-x center center;
    background-size: 70px 15px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

#g_footer .fWrap{
    width: 100%;
    padding: 35px 0 50px;
    background: url(../img/footer_bg.png) repeat center top;
    background-size: 1px 20px;
}

#g_footer .linkList{
    font-size: 0;
    padding: 10px 0;
    text-align: center;
}

#g_footer .linkList li{
    border: 1px solid #ccc;
    display: inline-block;
    width: 140px;
    margin: 0 3px 6px;
}

#g_footer .linkList li img{
    width: 100%;
    height: auto;
    transition: opacity 0.4s ease;
}
#g_footer .linkList li a:hover img{
    opacity: 0.6;
}

#g_footer .copy{
    color: #807d6c;
    font-size: 12px;
    padding: 10px 0;
    text-align: center;
}
@media screen and (max-width: 1000px){
    #g_footer .toTop{
        color: #666457;
        font-family: 'Concert One', sans-serif;
        font-size: 20px;
        font-style: italic;
        text-align: center;
        position: absolute;
        top:-30px;
        left: 0;
        right: 0;
        display: block;
    }
    #g_footer .toTop a:before{
        background: url(../img/icon-totop.png) center top no-repeat;
        background-size: 36px;
        content: " ";
        position: absolute;
        top: -10px;
        right: 0;
        left: 0;
        margin: auto;
        height: 11px;
        width: 36px;
    }
    #g_footer .copy{
        font-size: 10px;
    }
}


/* CONTENTS */
.contents_wrapper .contents_inner{
    max-width: 1300px;
    width: 100%;
    padding: 30px 0 60px;
    margin: 0 auto;
    position: relative;
}
.contents_wrapper.page .contents_inner{
    max-width: 1190px;
    padding-left: 20px;
    padding-right: 20px;
}
.contents_wrapper .contents_inner:after{
    content: "";
    display: block;
    clear: both;
}
.main_contents_wrap{
    width: calc(100% - 270px);
    margin-left: 30px;
    float: right;
}

@media screen and (max-width: 1000px){
    .contents_wrapper{
        padding: 0 15px 100px;
    }
    .contents_wrapper .contents_inner{
        width: 100%;
        padding-top: 10px;
        padding-bottom: 0;
    }
    .contents_wrapper.page .contents_inner{
        padding-left: 0px;
        padding-right: 0px;
    }
    .main_contents_wrap{
        width: 100%;
        margin-left: 0;
    }
}


/* TOP */
.contents_wrapper.top #g_header .nav li{
    font-size: 24px;
}
.contents_wrapper.top .contents_inner{
    width: 1300px;
}
.contents_wrapper.top .contents_inner #g_header{
    width: 260px;
}
.top_contents{
    position: relative;
    overflow: hidden;
}
.center_contents{
    width: 620px;
    margin-left: 50px;
    float: left;
    position: relative;
}
.center_contents .main_image{
    padding: 5px;
    border: 2px solid #EBB7CE;
    border-radius: 10px;
}
.center_contents .main_image span{
    display: block;
    border-radius: 8px;
    overflow: hidden;
}
.center_contents .main_image img{
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
.center_contents .center_banners{
    height: 195px;
    position: absolute;
    bottom: 0px;
    left: -310px;
}
.center_contents .center_banners li + li{
    margin-top: 20px;
}
.center_contents .center_banners li img{
    vertical-align: bottom;
}
.center_contents .center_banners .video a{
    display: inline-block;
    position: relative;
}
.center_contents .center_banners .video a:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000 url(../img/top_video_cover.png) no-repeat center center;
    background-size: 50px;
    opacity: 0.4;
    transition: opacity 0.4s ease;
}
.center_contents .center_banners .video a:hover:after{
    opacity: 0;
}
.top_contents .right{
    width: 350px;
    padding-left: 50px;
    float: left;
}
.top_contents .right .top_news{
    padding: 35px 0 0 0;
}
.top_contents .right .top_news .top_news_upper{
    position: relative;
}
.top_contents .right .top_news .top_news_upper h2{
    padding: 0;
    margin-bottom: 20px;
    font-size: 24px;
    text-align: left;
    position: relative;
}
.top_contents .right .top_news .top_news_upper h2 span{
    position: relative;
}
.top_contents .right .top_news .top_news_upper h2 span:after{
    content: "";
    width: 49px;
    height: 18px;
    background: url(../img/headline_el.png) no-repeat left center;
    background-size: contain;
    position: absolute;
    right: -60px;
    top: 5px;
}
.top_contents .right .top_news .top_news_upper .more{
    font-family: 'Concert One', sans-serif;
    font-size: 17px;
    position: absolute;
    top: 0;
    right: 0;
}
.top_contents .right .top_news .body .news_box{
    margin-top: 15px;
    padding-bottom: 15px;
    position: relative;
    border-bottom: 1px solid #ccc;
}
.top_contents .right .top_news .body .news_box + .news_box{
}
.top_contents .right .top_news .body .news_box a{
    position: relative;
    display: block;
}
.top_contents .right .top_news .body .news_box a:hover{
    text-decoration: underline;
}
.top_contents .right .top_news .body .news_box .date{
    font-size: 12px;
    font-weight: bold;
}
.top_contents .right .top_news .body .news_box .title{
    margin-top: 5px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    overflow: hidden;
}

#tw{
    padding: 0;
    position: relative;
}
#tw .twInner{
    background-size: 100%;
    margin-top: 50px;
}

#tw .twInner h2{
    color: #706c55;
    font-family: 'Concert One', sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    letter-spacing: 0.1em;
    padding: 10px 0 0;
}

#tw .twInner h2 span{
    color: #9f9d90;
    display: block;
    font-size: 14px;
    font-weight: 400;
}

#tw .twHeader{
    margin-top: 5px;
    overflow: hidden;
}

#tw .twHeader .twImg{
    width: 46px;
    height: 46px;
    margin-right: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    float: left;
    overflow: hidden;
}

#tw .twHeader .twImg img{
    width: 100%;
    height: auto;
}

#tw .twHeader .twText{
    text-align: left;
}

#tw .twHeader .twText .name{
    color: #807e73;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3em;
}

#tw .twHeader .twText .name br{
    display: none;
}

#tw .twHeader .twText .twid{
    color: #b2b2b2;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3em;
}

#tw .twWrap{
    height: 280px;
    margin-top: 15px;
    position: relative;
}

#tw .twWrap:before{
    border-left: solid 7px transparent;
    border-right: solid 12px transparent;
    border-bottom: solid 15px #fff;
    top: -12px;
    content: " ";
    display: block;
    height: 0;
    width: 0;
    left: 23px;
    position: absolute;
}

#tw .twWrapInner{
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 20px;
    background-color: #fff;
    overflow: hidden;
}
#tw .twWrapInner iframe{
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
@media screen and (max-width: 1300px){
    .contents_wrapper.top .contents_inner{
        width: 1000px;
        padding-bottom: 70px;
    }
    .center_contents{
        width: 700px;
        margin-left: 40px;
    }
    .top_contents{
        width: 100%;
    }
    .top_contents .right{
        width: 100%;
        padding-left: 0;
        float: none;
        clear: both;
        overflow: hidden;
    }
    .top_contents .right .top_right_upper{
        margin: 20px 0;
        clear: both;
        text-align: center;
    }
    .top_contents .right .top_news{
        width: 600px;
        float: left;
    }
    .top_contents .right .top_news .body .news_box{
        padding-bottom: 15px;
        border-bottom: 1px solid #ccc;
    }
    #tw{
        float: right;
    }
    #tw .twInner{
        margin-top: 25px;
    }
    #tw .twHeader .twText .name{
        font-size: 13px;
    }
}
@media screen and (max-width: 1000px){
    .contents_wrapper.top .contents_inner{
        width: 100%;
        padding-bottom: 0;
    }
    .center_contents{
        max-width: 700px;
        width: 100%;
        margin: 0 auto;
        float: none;
    }
    .center_contents .center_banners li{
        text-align: center;
    }
    .center_contents .center_banners{
        height: auto;
        padding: 20px 0;
        position: relative;
        left: 0;
    }
    .top_contents .right .top_news{
        width: 100%;
        padding-top: 20px;
        float: none;
    }
    #tw{
        float: none;
    }
}

/* NEWS */
.contents_wrapper.news{
    background-size: 100%;
    position: relative;
}
#news .slider{
    max-width: 980px;
    margin: auto;
/*     overflow: hidden; */
    position: relative;
    z-index: 1;
}

.newsBox{
    float: left;
    padding: 0 10px 20px;
    width: 33.33%;
}

.newsBox a{
    background-color: #f7f0e8;
    border: 2px solid #999682;
    -webkit-box-shadow: 0 0 0 2px #fdf9df inset;
    box-shadow: 0 0 0 2px #fdf9df inset;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    display: block;
    overflow: hidden;
    padding: 4px 4px 20px;
}

.newsBox .newsImg{
    height: 141px;
    -webkit-border-radius: 16px 16px 0px 0px;
    border-radius: 16px 16px 0px 0px;
    overflow: hidden;
}

.newsBox .newsImg img{
    width: 100%;
    height: auto;
    vertical-align: bottom;
    transition: all 0.4s ease-out;
}
.newsBox a:hover .newsImg img{
    transform: scale(1.2);
}

.newsBox .newsDate{
    color: #262626;
    font-family: 'Marvel', sans-serif;
    font-size: 14px;
    padding: 20px 0;
    text-align: center;
}

.newsBox .newsText{
    height: 3.6em;
    color: #4c4c4c;
    font-size: 13px;
    line-height: 1.8em;
    padding: 0 10px;
    overflow: hidden;
    box-sizing: content-box;
}

#news .button a{
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #f8aab3;
    color: #fff;
    display: block;
    font-size: 18px;
    font-family: 'Marvel', sans-serif;
    line-height: 75px;
    width: 400px;
    margin: 40px auto 0;
    text-align: center;
}


#news aside{
    display: block !important;
}

#news aside li{
    font-size: 12px;
}
#news.single{
    padding-bottom: 30px;
}
#news.single .content{
    padding: 30px 20px;
    border-radius: 20px;
    background-color: #fff;
}
#news.single .content header .date{
    font-size: 14px;
    font-family: 'Marvel', sans-serif;
}
#news.single .content header .title{
    padding: 15px 0 30px;
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
}
#news.single .content .body{
    font-size: 14px;
    line-height: 23px;
}
#news.single .content .body p{
    margin-bottom: 1em;
}
#news.single .content .body img{
    max-width: 100%;
    height: auto;
}
#news.single .content .share{
    margin-top: 30px;
}
#news.single .content .pager{
    margin-top: 30px;
    text-align: center;
}
#news.single .content .pager a{
    margin: 0 20px;
    font-size: 12px;
    display: inline-block;
}
#news .wp-pagenavi{
    margin-top: 20px;
    text-align: center;
}
#news .wp-pagenavi > *{
    margin: 0 6px;
    font-size: 14px;
    display: inline-block;
}
#news .wp-pagenavi > .current{
    font-weight: bold;
}
@media screen and (max-width: 1000px){
    .newsBoxWrap{
        text-align: center;
    }
    .newsBox{
        min-width: 250px;
        display: inline-block;
        float: none;
    }
    #news.single{
        padding-bottom: 0;
    }
}


/* STAFF */
.contents_wrapper.staff{
/*     background: url(../img/bg_news.jpg) center top repeat; */
    background-size: 100%;
    position: relative;
}
.contents_wrapper.staff .contents_inner{
    padding-bottom: 0;
}
#staff{
    position: relative;
    padding-bottom: 0;
}

#staff .contWrap{
    font-size: 0;
    text-align: center;
    background: url(../img/bg_staffinner.jpg) center top repeat-y;
    background-size: 100%;
    margin-top: 70px;
    padding-bottom: 100px;
    position: relative;
    overflow: visible;
}

#staff .contWrap:before{
    background: url(../img/bg_staffinner_before.png) center bottom no-repeat;
    background-size: 100%;
    content: " ";
    display: block;
    width: 100%;
    height: 45px;
    position: absolute;
    top: -45px;
}

#staff .box{
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 0 60px;
    margin-top: -100px;
}

#staff .box h3{
    font-size: 0;
    position: relative;
}

#staff .box h3 + p{
    color: #39a7e0;
    font-size: 22px;
    padding-top: 50px;
}

#staff .box dt{
    font-size: 19px;
    padding: 50px 0 10px;
}

#staff .box.staff dt{
    color: #39a7e0;
}

#staff .box.cast dt{
    color: #d39650;
}

#staff .box dd{
    color: #706e5f;
    font-size: 24px;
}
@media screen and (max-width: 1000px){
    .contents_wrapper.staff{
        padding: 0;
    }
    .contents_wrapper.staff .contents_inner{
        padding-bottom: 0;
    }
    .contents_wrapper.staff .contents_inner .hlogo{
        padding-left: 15px;
    }
    #staff{
        padding-bottom: 0;
    }
    #staff .contWrap{
        margin-top: 50px;
    }
    #staff .box{
        margin-top: -50px;
        padding: 0 !important;
        text-align: center;
    }
    #staff .box dt{
        padding: 30px 0 10px;
        font-size: 13px;
    }
    #staff .box dd{
        font-size: 16px;
    }
}


/* STORY */
#story .introduction{
    margin-bottom: 63px;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
}
#story .introduction img{
    width: 100%;
    height: auto;
}
#story .introduction img.sp{
    display: none;
}
#story .content{
    width: 100%;
    margin: auto;
}
#story h3{
    padding: 15px 0 15px 82px;
    position: relative;
    background-color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
    border-radius: 20px 20px 0 0;
    z-index: 2;
}
#story h3 .volume{
    width: 55px;
    height: 64px;
    padding-top: 16px;
    padding-right: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 47px;
    box-sizing: border-box;
    background: url(../img/story_wa.png) no-repeat center center;
    background-size: contain;
    display: block;
    position: absolute;
    left: 20px;
    top: -8px;
}
#story h3:before{
    content: "";
    height: 20px;
    position: absolute;
    bottom: -10px;
    left: 20px;
    right: 20px;
    background-image: radial-gradient(#EBB7CE 10%, transparent 20%), radial-gradient(#EBB7CE 10%, transparent 20%);
    background-size: 20px 20px;
    background-position: center center;
}


.story_single + .story_single{
    margin-top: 60px;
}
.story_single .body{
    padding: 20px;
    background-color: #fff;
    border-radius: 0 0 20px 20px;
    position: relative;
}
.story_single .thumbnail{
    margin-bottom: 20px;
    padding: 5px;
    border: 2px solid #EBB7CE;
    border-radius: 5px;
    overflow: hidden;
}
.story_single .thumbnail img{
    width: 50%;
    height: auto;
    vertical-align: bottom;
    float: left;
}
.story_single .body .text p{
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 15px;
}

@media screen and (max-width: 1000px){
    #story .introduction{
        margin-bottom: 40px;
        text-align: center;
    }
    #story .introduction img.pc{
        display: none;
    }
    #story .introduction img.sp{
        display: inline;
    }
    #story h3{
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 42px;
        font-size: 14px;
        line-height: 22px;
    }
    #story h3 .volume{
        width: 43px;
        height: 50px;
        padding-top: 8px;
        padding-right: 2px;
        font-size: 12px;
        left: -5px;
    }
    #story h3:before{
        content: "";
        height: 10px;
        position: absolute;
        bottom: -5px;
        left: 20px;
        right: 20px;
        background-size: 10px 10px;
    }
    .story_single + .story_single{
        margin-top: 40px;
    }
    .story_single .body .text p{
        font-size: 12px;
        line-height: 20px;
    }
}


/* ONAIR */
.contents_wrapper.onair{
    background-size: 100%;
    position: relative;
}
.contents_wrapper.onair .upper{
    margin-bottom: 25px;
    text-align: center;
}
.contents_wrapper.onair .upper img{
    max-width: 100%;
    height: auto;
}
.contents_wrapper.onair .content h3{
    padding: 10px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    background-color: #EA797F;
    border-radius: 5px;
}
.contents_wrapper.onair .content .schedule{
    margin-bottom: 30px;
}
.contents_wrapper.onair .content .schedule > div{
    padding-left: 10px;
}
.contents_wrapper.onair .content .schedule p{
    margin-top: 20px;
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
}
.contents_wrapper.onair .content .schedule p span{
    color: #EA797F;
    display: block;
}
@media screen and (max-width: 1000px){
    .contents_wrapper.onair .content .schedule p{
        font-size: 13px;
        line-height: 18px;
    }
}

/* CHARACTER */
#character .content{
    max-width: 880px;
    margin: 0 auto;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    border: 2px solid #EBB7CE;
}
#character .thumbs{
    padding: 20px 10px 0;
    background-color: #F9EBF2;
}
#character .thumbs ul{
    overflow: hidden;
}
#character .thumbs li{
    width: 11%;
    height: 11%;
    margin: 0 0.7% 35px;
    position: relative;
    float: left;
}
#character .thumbs li:after{
    content: attr(data-name);
    width: 100px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 28px;
    background-color: #EBB7CE;
    position: absolute;
    bottom: -23px;
    left: 50%;
    margin-left: -50px;
    outline: 1px solid #fff;
    outline-offset: -2px;
}
#character .thumbs li a{
    width: 100%;
    height: 100%;
    display: block;
    background-color: #fff;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
}
#character .thumbs li a:after{
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 5px solid #EBB7CE;
    border-radius: 100%;
    transition: border 0.3s ease;
}
#character .thumbs li a:hover:after{
    border: 2px solid #EBB7CE;
}
#character .thumbs li a img{
    width: 100%;
    height: auto;
}

#character .modal{
    box-sizing: border-box;
    background-color: #fff;
}
#character .modal .inner_wrap{
    padding: 50px 0 60px;
    overflow: hidden;
    position: relative;
    background: url(../img/chara_el_t.png) repeat-x center top,
                url(../img/chara_el_b.png) repeat-x center bottom,
                url(../img/chara_el_bg.png) repeat center center;
    background-size: 40px auto,
                     40px auto,
                     10px;
}
#character .modal .inner_wrap > div{
    display: none;
}
#character .modal .inner_wrap .inner{
    overflow: hidden;
}
#character .modal .inner_wrap .inner .left{
    width: 43.2%;
    text-align: center;
    float: left;
}
#character .modal .inner_wrap .inner .right{
    width: 56.8%;
    padding-top: 30px;
    float: right;
}
#character .modal .inner_wrap .inner .right .text + .name_wrapper{
    margin-top: 40px;
}
#character .modal .inner_wrap .inner .right .name_wrapper{
    padding-left: 84px;
    overflow: hidden;
    position: relative;
}
#character .modal .inner_wrap .inner .right .thumbnail{
    width: 168px;
    height: 168px;
    border-radius: 100%;
    background-color: #EBB7CE;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}
#character .modal .inner_wrap .inner .right .thumbnail img{
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
#character .modal .inner_wrap .inner .right .name{
    height: 168px;
    padding: 5px 0;
    border-top: 5px solid #EBB7CE;
    border-bottom: 5px solid #EBB7CE;
    box-sizing: border-box;
    background-color: #fff;
}
#character .modal .inner_wrap .inner .right .name h3{
    height: 148px;
    padding-left: 100px;
    font-size: 28px;
    border-top: 2px solid #EBB7CE;
    border-bottom: 2px solid #EBB7CE;
}
#character .modal .inner_wrap .inner .right .name .ruby{
    padding-top: 33px;
    margin-bottom: 5px;
    font-size: 14px;
    display: block;
}
#character .modal .inner_wrap .inner .right .name.cv_less .ruby{
    padding-top: 43px;
}
#character .modal .inner_wrap .inner .right h3 .cv{
    margin-top: 10px;
    padding-top: 7px;
    border-top: 1px solid #acaba5;
    font-size: 16px;
    display: block;
}
#character .modal .inner_wrap .inner .right .text{
    margin-top: 30px;
    padding: 0 40px 0 84px;
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
}
@media screen and (max-width: 920px){
    #character .content{
        border-radius: 0px;
        overflow: visible;
        border: none;
    }
    #character .thumbs{
        width: calc(100% + 40px);
        margin-left: -20px;
    }
    #character .thumbs li{
        width: 30%;
        height: 30%;
        margin: 0 1.5%;
        padding-bottom: 40px;
    }
    #character .thumbs li:after{
        width: 90px;
        margin-left: -45px;
        line-height: 25px;
        opacity: 1;
        bottom: 20px;
    }
    #character .thumbs li:hover:after{
        bottom: 20px;
    }
    #character .thumbs li a{
        width: 100%;
        height: 100%;
    }
    #character .thumbs li img{
        width: 100%;
        height: auto;
    }
    #character .modal{
        width: calc(100% + 40px);
        margin-left: -20px;
    }
    #character .modal .inner_wrap{
        padding-bottom: 20px;
    }
    #character .modal .inner_wrap .inner .right .name_wrapper{
        height: auto;
        padding-left: 0;
    }
    #character .modal .inner_wrap .inner .right .text + .name_wrapper{
        margin-top: 10px;
    }
    #character .modal .inner_wrap .inner .right .thumbnail{
        display: none;
    }
    #character .modal .inner_wrap .inner .right .name{
        height: auto;
    }
    #character .modal .inner_wrap .inner .right .name h3{
        height: auto;
        padding: 0 20px 15px;
        font-size: 24px;
        text-align: center;
    }
    #character .modal .inner_wrap .inner .right .name h3 .ruby{
        padding-top: 15px !important;
        font-size: 12px;
    }
    #character .modal .inner_wrap .inner .right .name h3 .cv{
        margin-top: 10px;
        font-size: 12px;
    }
    #character .modal .inner_wrap .inner .left{
        width: 100%;
        float: none;
    }
    #character .modal .inner_wrap .inner .left img{
        height: 350px;
        width: auto;
    }
    #character .modal .inner_wrap .inner .left.row img{
        width: 100%;
        height: auto;
    }
    #character .modal .inner_wrap .inner .right{
        width: 100%;
        padding-top: 30px;
    }
    #character .modal .inner_wrap .inner .right .text{
        padding: 0 20px 30px;
        font-size: 14px;
    }
}

/* INTRO */
#intro .content{
    max-width: 880px;
    margin: 0 auto;
    background-color: #fff;
    border: 20px solid #fff;
}
#intro .content .inner{
    padding: 25px;
    border: 8px solid #EBB7CE;
    position: relative;
    overflow: hidden;
}
#intro .content .inner .shade{
    height: 125%;
    position: absolute;
    top: -25%;
    left: 0;
    right: 0;
    bottom: 0;
}
#intro .content .inner .shade:before{
    content: "";
    height: 25%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}
#intro .content .inner .shade:after{
    content: "";
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
}

#intro .content p{
    font-size: 19px;
    line-height: 35px;
}
#intro .content p + p{
    margin-top: 1em;
}
@media screen and (max-width: 760px){
    #intro .content p{
        font-size: 16px;
        line-height: 30px;
    }
}

/* SPECIAL */
#special h3{
    padding: 10px 20px;
    font-size: 24px;
    background-color: #fff;
    border-radius: 20px;
}
#special .body{
    padding: 20px;
}
#special .body + h3{
    margin-top: 40px;
}
#special .body .video{
    width: 100%;
    padding-top: 56.25%;
    margin: 0 auto 20px;
    position: relative;
}
#special .body .video iframe{
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

/* DISC */
#disc .page_nav{
    padding: 5px 0;
    margin-bottom: 20px;
    background-color: #fff;
}
#disc .page_nav ul{
    padding: 15px 0;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    border-top: 2px dashed #D2442F;
    border-bottom: 2px dashed #D2442F;
}
#disc .page_nav ul li{
    width: 200px;
    padding: 0 20px;
    text-align: center;
}
#disc .page_nav ul li + li{
    border-left: 1px solid #D2442F;
}
#disc .page_nav ul li a:hover{
    opacity: 0.7;
}
#disc #disc_dvd .page_nav{
    padding: 0;
    margin: 0;
    background: transparent;
}
#disc #disc_dvd .page_nav ul{
    padding-bottom: 0;
    font-size: 16px;
    border: none;
}
#disc #disc_dvd .page_nav ul li{
    width: 90px;
    padding: 10px 0;
    margin: 0 10px;
    border-radius: 10px;
    background-color: #fff;
    border: 2px solid #807d6c;
}
#disc h3{
    padding: 10px 20px;
    font-size: 24px;
    background-color: #fff;
    border-radius: 20px;
}
#disc .body{
    padding: 20px;
}
#disc .body img{
    max-width: 100%;
    height: auto;
}
#disc .dvd .body > div,
#disc .cd .body > div{
    padding: 20px;
    overflow: hidden;
    background-color: #fff;
}
#disc .dvd .body > div + div,
#disc .cd .body > div + div{
    margin-top: 20px;
}
#disc .dvd .body .image,
#disc .cd .body .image{
    width: 290px;
    text-align: center;
    background-color: #fff;
    float: left;
}
#disc .dvd .body .image span,
#disc .cd .body .image span{
    font-size: 12px;
    padding: 10px;
    display: block;
}
#disc .dvd .body .image img,
#disc .cd .body .image img{
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
#disc .dvd .body .detail,
#disc .cd .body .detail{
    width: calc(100% - 290px);
    padding-left: 20px;
    box-sizing: border-box;
    float: left;
}
#disc .cd .body .detail{
    padding-top: 20px;
}
#disc .dvd .body .detail p,
#disc .cd .body .detail p{
    font-size: 18px;
    line-height: 1.6;
}
#disc .dvd .body .detail p strong,
#disc .cd .body .detail p strong{
    font-size: 1.5em;
}
#disc .dvd .body .detail p small,
#disc .cd .body .detail p small{
    font-size: 0.8em;
}
#disc .dvd .body .detail p + p,
#disc .cd .body .detail p + p{
    margin-top: 1.5em;
}
#disc .dvd .body .bottom,
#disc .cd .body .bottom{
    padding-top: 20px;
    clear: both;
}
#disc .dvd .body .bottom .title,
#disc .cd .body .bottom .title{
    margin-top: 10px;
    padding: 8px;
    font-weight: bold;
    border: 1px solid #706c55;
    border-radius: 5px;
}
#disc .dvd .body .bottom .sub,
#disc .cd .body .bottom .sub{
    margin-top: 15px;
}
#disc .dvd .body .bottom .sub + div,
#disc .cd .body .bottom .sub + div{
    margin-top: 0.3em;
    padding-left: 1.5em;
}
#disc .dvd .body dl,
#disc .cd .body dl{
    margin-top: 15px;
}
#disc .dvd .body dt,
#disc .cd .body dt{
    padding-left: 5px;
    font-weight: bold;
    border-left: 3px solid #706c55;
}
#disc .dvd .body dd,
#disc .cd .body dd{
    margin-bottom: 15px;
    padding: 5px 0 0 8px;
    line-height: 1.4;
}
#disc .dvd .body ul,
#disc .cd .body ul{
    padding-left: 1.5em;
}
#disc .dvd .body ul li,
#disc .cd .body ul li{
    margin: 15px 0;
    line-height: 1.4;
    list-style: disc;
}
#disc .dvd .body p,
#disc .cd .body .bottom p{
    line-height: 1.4;
}
#disc .dvd .body p + p{
    margin-top: 0.5em;
}
@media screen and (max-width: 760px){
    #disc .page_nav ul{
        padding: 15px 30px;
        font-size: 15px;
        display: block;
    }
    #disc .page_nav ul li{
        width: 100%;
        padding: 0;
    }
    #disc .page_nav ul li + li{
        margin-top: 10px;
        padding-top: 10px;
        border: 0;
        border-top: 1px solid #D2442F;
    }
    #disc #disc_dvd .page_nav ul{
        padding: 0;
        margin-top: 15px;
        font-size: 14px;
        display: flex;
        flex-wrap: wrap;
    }
    #disc #disc_dvd .page_nav ul li{
        width: 70px;
        margin: 5px 5px 0;
        padding: 7px 0;
    }
    #disc .dvd .body,
    #disc .cd .body{
        padding: 20px 0;
    }
    #disc .dvd .body > div,
    #disc .cd .body > div{
        width: 290px;
        margin: 0 auto;
        padding: 10px;
        background-color: #fff;
    }
    #disc .dvd .body .image,
    #disc .cd .body .image{
        width: 270px;
        float: none;
        margin: 0 auto;
    }
    #disc .dvd .body .detail,
    #disc .cd .body .detail{
        width: 270px;
        margin: 0 auto;
        padding: 10px 0;
        background-color: #fff;
        float: none;
    }
    #disc .dvd .body .detail p,
    #disc .cd .body .detail p{
        font-size: 10px;
    }
    #disc .dvd .body .detail p.title,
    #disc .cd .body .detail p.title{
        text-align: center;
    }
    #disc .dvd .body .bottom,
    #disc .cd .body .bottom{
        padding-top: 0;
    }
    #disc .dvd .body dl,
    #disc .cd .body dl{
        font-size: 12px;
    }
    #disc .dvd .body ul li,
    #disc .cd .body ul li{
        font-size: 12px;
    }
    #disc .dvd .body p.title{
        font-size: 14px;
    }
    #disc .dvd .body .bottom .sub + div,
    #disc .cd .body .bottom .sub + div{
        padding-left: 0.5em;
    }
    #disc .dvd .body p,
    #disc .cd .body p{
        font-size: 12px;
    }
}