@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;
    max-width: 500px;
    text-align: center;
    margin: 0 auto;
}
#movichicke_base .credit{
	text-align: center;
	margin-top: 5px;
}
#movichicke_base .release_day{
	background: var(--main-color);
	padding: 1% 0;
	color: #fff;
	font-size: 2.6rem;
	font-weight: bold;
	text-align: center;
    letter-spacing: 0.2rem;
	margin: 2% 0;
} 
#movichicke_base .official_btn{
    display: block;
    max-width: 380px;
    font-size: 2rem;
    font-weight: bold;
    padding: 12px;
    background: #fff;
    border: 2px solid var(--main-color);
    color: var(--main-color);
    transition: .3s;
    margin: 0 auto 4%;
    text-align: center;
}
#movichicke_base .official_btn:hover{
	opacity:0.7;
}
#movichicke_base .main_cont{
    text-align: center;
}
#movichicke_base .main_cont table{
	width: 100%;
	max-width: 80%;
	text-align: justify;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 20px;
}
#movichicke_base .main_cont th{
    width: 7em;
    white-space: nowrap;
    padding: 10px;
    font-size: 1.5rem;
    font-weight: bold;
    border-right: 2px solid #cccccc;
}
#movichicke_base .main_cont td{
    padding: 10px;
    line-height: 2.5rem;
}
#movichicke_base .main_cont .form_btn{
    display: block;
    white-space: nowrap;
    max-width: 320px;
    font-size: 2rem;
    font-weight: bold;
    background-color: var(--main-color);
    padding: 12px;
    color: #ffffff;
    text-align: center;
    margin: 5px 0;
    transition: .3s;
}
#movichicke_base .main_cont .form_btn:hover{
	opacity:0.7;
}

/*グレーアウト　終わり*/
#footer{
	margin:0px !important;
}