@charset "utf-8";

#talkshow {
    max-width: 1280px;
    max-height: 2030px;
    margin: 0 auto;
    position: relative;
}
#talkshow #wrap_inner {
    background: url("../images/main_pc.jpg") no-repeat top center;
    width: 100%;
    height: 100%;
    padding-top: 56.25%;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 14px;
    position:relative;
    background-size: cover;
}

/*------ 動画 ------*/
#talkshow .movie{
    width: 44%;
    position: absolute;
    top: 28.2%;
    left: 5%;
    right: auto;
}
#talkshow .movieCon{
    position: relative;
    display: block;
    width: 100%;
    padding-top: 56.25%;
}
#talkshow .movie .movieCon iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    -moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}


#footer {
	margin:0 !important;
}
