@charset "utf-8";
/* CSS INFORMATION -====================================================
File name : base.css
Description :
===================================================================== */

/* =====================================================================
*    共通・大枠
* =================================================================== */

html {
    font-size: 10px;
    font-size: 3.125vw;
}

.gDef-contents {
    font-family: "メイリオ", "ＭＳ Ｐゴシック", "小塚ゴシック Pro R", "ヒラギノ角ゴ Pro W3", "Meiryo", "MS PGothic", "KozGoPro-Regular", "Hiragino Kaku Gothic Pro", "MS UI Gothic", Osaka, sans-serif;
    color: #333333;
}

.inner {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

img {
    width: 100%;
    height: auto;
    display: block;
}

@media screen and (min-width:768px) {
    html {
        font-size: 0.91vw;
    }

    .inner {
        max-width: 1100px;
    }
}

@media screen and (min-width:1100px) {
    html {
        font-size: 10px;
    }
}

@media screen and (max-width:767px) {
    .pc {
        display: none !important;
    }
}

@media screen and (min-width:768px) {
    .sp {
        display: none !important;
    }
}


/* =====================================================================
*    header
* =================================================================== */

.gDef-top-banner {
    background-color: #000;
}

.header {
    position: relative;
}

/* mainvisual
---------------------------------------------------------- */

.mainvisual {
    position: relative;
    background: url(../images/img_mv_sp.jpg) no-repeat left top;
    background-size: 100% auto;
}

.site_ttl {
    width: 49.07%;
    margin: 0 0 0 28.8%;
    padding-top: 1.6%;
}

.site_cast {
    width: 50.67%;
    margin: -1.5% auto 4%;
}

.site_cast dt {
    width: 20.53%;
    margin: 0 auto 2%;
}

.site_cast dd {
    width: 91.32%;
    margin: 0 auto;
}

.site_date {
    /*width: 50.67%;*/
    width: 52.67%;
    margin: 0 auto;
    padding: 0 0 10.44%;
}

.site_date dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 3.5%;
}

.site_date dl dt {
    width: 28.95%;
    margin-right:.2em;
}

.site_date dl dt img {
    -webkit-box-shadow: 0.2em 0.3em 0.4em rgb(0,0,0,0.2);
    box-shadow: 0.2em 0.3em 0.4em rgb(0,0,0,0.2);
    border-radius: 0.2em;

}

.site_date dl dd {
    width: 90%;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.1;
    text-shadow: 0.1em 0.2em 0.2em rgba(0,0,0,0.2);
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.site_date dl dd span {
    font-size: 70%;
    font-weight: bold;
    margin: 0 0 0 0.1em;
}

.sns {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 0 3.5%;
}

.sns .global_social_link ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sns .global_social_link li {
    width: 48%;
}

.sns .global_social_link li.global_twitter {
    margin: 0 2% 0 0;
}

.global_twitter iframe {
    display: block;
    margin: 0 0 0 auto;
}

.fb_iframe_widget_fluid span {
    display: block !important;
}

@media screen and (min-width:768px) {
    .mainvisual {
        background: url(../images/img_mv_pc.jpg) no-repeat center top #2a0001;
        background-size: auto 100%;
    }
    
    .site_ttl {
        width: 33.45%;
        margin: 0 0 0 11.82%;
        padding-top: 1.6%;
    }
    
    .site_cast {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 33.64%;
        margin: -3% 0 1.3% 10.73%;
    }
    
    .site_cast dt {
        width: 17.57%;
        margin: 0 2% 0 0;
    }
    
    .site_cast dd {
        width: 78.38%;
        margin: 0;
        -ms-flex-item-align: center;
        align-self: center;
    }
    
    .site_date {
        /*width: 33.64%;*/
        width: 36.64%;
        margin: 0 0 0 10.73%;
        padding: 0 0 4.45%;
    }
    
    .site_date dl {
        margin: 0 0 1.6% 3%;
    }
    
    .site_date dl dt {
        width: 27.86%;
    }
    
    .site_date dl dd {
        font-size: 3.2rem;
    }
    
    .sns {
        width: 33.64%;
        margin: 0 0 1.5% 10.73%;
    }
    
    .sns .global_social_link li {
        vertical-align: middle;
    }
    
    .sns .global_social_link li.global_twitter {
        margin: 0 2.5% 0 0;
    }
}

@media screen and (min-width:960px) {
    .sns {
        margin-bottom: 2%;
    }
}

@media screen and (min-width:1400px) {
    .mainvisual {
        background-size: 1400px auto;
    }
}


/* =====================================================================
*    .footer
* =================================================================== */

.footer {
    background-color: #000;
}

.footer small {
    display: block;
    color: #fff;
    font-size: 0.8rem;
    line-height: 1.5;
    text-align: center;
    padding: 3% 0;
}

@media screen and (min-width:768px) {
    .footer small {
        font-size: 1.4rem;
        padding: 1.7% 0;
    }
}
