@charset "UTF-8";
body{
background:#000;
color: #FFF;
}
/*作品ロゴ*/
h1{
display: block;
height: 0;
/* 表示画像の高さ ÷ 表示画像の幅 × divの幅 × 100 */
padding-top:22%;
background: url('images/logo.png') center center no-repeat;
background-size: 60%;
width: 100%;
}

/*タブ関係*/
.tabs__menu-item{
width:50%;
}
.tabs__menu-item:after{
background:#29a2bd;
}
#main,footer{
background:#29a2bd;
}

/*映画ロゴ*/
#movieLogo{
width: 60%;
height: auto;
max-width: 320px;
}
.slider{
background-color:#89CADA;
}

@media screen and (min-width: 768px){

h1{
padding-top:18%;
background: url('images/logo.png') center center no-repeat;
background-size: 50%;
}

}