@charset "utf-8";
:root {
    --main-color: #C81D09; /*メインの色 映画に合わせて変更する*/
}

#movichicke_base{
    background: #fff;
    margin: 0;
}
#movichicke_base .movie_title{
    padding: 5% 0;
    font-size: 3.3rem;
    font-weight: bold;
    text-align: center;
}
#movichicke_base .logo_image,
#movichicke_base .movie_image{
    display: block;
    width: 95%;
    margin: 0 auto;
}
#movichicke_base .credit{
	text-align: center;
	margin-top: 5px;
}
#movichicke_base .release_day{
	background: var(--main-color);
	padding: 2.5% 0;
	color: #fff;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	margin: 6% 0;
} 
#movichicke_base .official_btn{
    display: block;
    width: 95%;
    font-size: 2rem;
    font-weight: bold;
    padding: 10px;
    background: #fff;
    color: var(--main-color);
    border: 2px solid var(--main-color);
    text-align: center;
    margin: 0 auto 4%;
}
#movichicke_base .main_cont{
    text-align: center;
}
#movichicke_base .main_cont table{
	width: 95%;
	text-align: justify;
	font-size: 1.5rem;
	margin: 0 auto;
}
#movichicke_base .main_cont th{
    display: block;
    padding: 10px 10px 5px;
    font-size: 1.6rem;
    font-weight: bold;
    border-bottom: 2px solid #cccccc;
}
#movichicke_base .main_cont td{
    display: block;
    padding: 10px;
    line-height: 2.5rem;
}
#movichicke_base .main_cont .form_btn{
    display: block;
    font-size: 2rem;
    font-weight: bold;
    background: var(--main-color);
    padding: 10px;
    color: #ffffff;
    text-align: center;
    margin: 5px 0 10px;
    transition: .3s;
}

/*グレーアウト　終わり*/
#footer{
	margin:0px !important;
}