@charset "utf-8";
/* アカデミー　=================================================================== */
.thm-page-special .gigaindex .detail {
    margin: 0 auto;
    width: 1000px;
}
.sns {
	margin-bottom: 20px;
	text-align: center;
}
.sns > li {
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
}
.sns iframe {
	margin: 0 !important;
	vertical-align: top;
}
#gigaContents {
	width: 1000px;
	position: relative;
	background: #fff;
	color: #222;
	margin-top:0;
	font-size: 15px;
}
#gigaContents p {
	margin-bottom: 20px;
}
#gigaContents p a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.clearfix:before {
	clear: both;
	display: block;
	content: "";
}
#gigaContents .cre {
	height: 35px;
	text-align: right;
	color: #999;
	font-size: 9px;
	padding: 5px 0;
}
#gigaContents a.banner {
	display: block;
	margin-bottom: 20px;
}
#gigaContents .read {
	clear: both;
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 0;
}
#gigaContents .soon {
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	color: #b2a479;
	margin: 90px auto 110px;
}
#gigaContents hr {
	margin-top: -70px;
	padding-top: 70px;
}
#gigaContents .nav {
	font-size: 0;
	margin: 10px 0 30px -1%;
	z-index: 10;
}
#gigaContents .nav li {
	font-size: 15px;
	margin: 0 0 0 1%;
	display: inline-block;
	width: 19%;
	text-align: center;
	vertical-align: top;
}
#gigaContents .nav li img {
	width: 100%;
	margin-bottom: 2px;
}
#gigaContents .nav li a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
#gigaContents .ttl {
	border-top: 4px solid #7f6820;
	background-color: #E8E8E8;
	color: #000;
	text-align: center;
	font-weight: 600;
	margin: 0;
	padding: 8px 0;
	font-size: 28px;
	letter-spacing: 0.04em;
}
#gigaContents .main-topics.linkbox{
	background-color:#E8E8E8;
}
#gigaContents .main-topics.linkbox .item--main{
	margin:20px;
}
#gigaContents .main-topics .item--main .figcaption .txt{
	font-size: 16px;
}
#gigaContents .main-topics .item--main .figcaption .txt-sub{
	font-size: 15px;
	font-weight: normal;
}
#gigaContents .main-topics .item--main .figcaption .title{
	margin: 0 0 14px;
}
.gigaindex .linkbutton, .gigaindex .linkbutton:hover {
    display: inline-block;
    background-color: #b2a479;
    float: right;
    padding: 7px 60px;
    color: #000 !important;
    font-weight: bold;
	font-size: 18px;
    margin-bottom: 20px;
}
.gigaindex .linkbutton:hover {
    background-color: #7f6820;
}
#gigaContents .main-topics .item--main .photo, #gigaContents .main-topics .item--main .ph {
	position: relative;
	height: 235px;
	width: 430px;
	float: left;
	margin-right: 30px;
	overflow: hidden;
}
#gigaContents .main-topics .item--sub .link {
	position: relative;
	height: 128px;
	width: 235px;
	overflow: hidden;
}
#gigaContents .main-news .item--highlight .figure, 
#gigaContents .main-topics--detail .item--main .figure{
	width: 100%;
}
#gigaContents .main-topics .item--main .photo::before, 
#gigaContents .main-topics .item--sub .link::before {
	background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
	content: "";
	width: 100%;
	height: 100%;
}
#gigaContents .main-topics .item .year {
    position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 235px;
	width: 430px;
	color: #fff;
	font-size: 60px;
	font-family: Arial, Helvetica, "sans-serif";
}
#gigaContents .main-topics .item--sub .year {
    height: 128px;
	width: 235px;
	font-size: 50px;
}
#gigaContents .main-topics .link {
    color: #333;
	text-align: left;
}
#gigaContents .navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-bottom: 25px;
	margin-left: -10px;
	position: relative;
}
#gigaContents .navi li {
    display: inline-block;
    width: 25%;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
#gigaContents .navi li a {
	background-color: #b2a479;
	border-bottom: 4px solid #7f6820;
	display: block;
	box-sizing: border-box;
	padding: 10px 0 8px;
	margin: 0 0 10px 10px;
	color: #000;
}
#gigaContents .navi li.dress a {
	background-color: #941c1c;
	border-bottom: 4px solid #660000;
	color: #fff;
}
#gigaContents .navi li a:hover {
	background-color: #7f6820;
}
#gigaContents .navi li.dress a:hover {
	background-color: #660000;
}
#gigaContents .point {
	margin-top: -85px;
	padding-top: 85px;
}
#gigaContents .tab {
    overflow: hidden;
	text-align: center;
}
#gigaContents .tab li {
    background: #7f6820;
	display: inline-block;
    padding: 8px 25px;
    color: #fff;
    cursor: pointer;
    width: 46%;
    box-sizing: border-box;
    text-align: center;
    font-size: 20px;
    font-weight: bolder;
    border-top: 2px solid #7f6820;
    border-left: 2px solid #7f6820;
    border-right: 2px solid #7f6820;
    margin: 0 0.5%;
}
#gigaContents .tab li.select {
    background: #fff;
    color: #7f6820;
}
#gigaContents .content section {
    padding: 20px 0 40px;
    border-top: 2px solid #7f6820;
    margin-top: -2px;
}
#gigaContents .present hr {
	width: 100%;
	height: 15px;
	background: rgba(255, 255, 255, 0) url("images/film_bg.png") repeat-x scroll 2px 0;
	padding: 0;
	margin: 0;
}
#gigaContents .present {
	clear: both;
	margin: 30px auto 40px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.1em;
}
#gigaContents .present .box {
	background-color: #000;
	padding: 40px 0;
	margin: 10px 0;
}
#gigaContents .present .box .title {
	color: #d4c292;
    font-size: 28px;
	margin-bottom: 16px;
}
#gigaContents .present .box p {
	letter-spacing: 0.1em;
}
#gigaContents .present .box p span {
	color: #d4c292;
	font-size: 1.4em;
}
/* ボタン */
#gigaContents .btn {
	border: none;
	cursor: pointer;
	padding: 14px 0 12px;
	display: block;
	max-width: 400px;
	margin: 0 auto;
	font-weight: 600;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background: #C01B13;
	border-radius: 30px;
	color: #fff;
	box-shadow: 0 3px #960F0E;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	overflow: hidden;
	text-align: center;
	font-size: 20px;
	cursor:pointer;
}
#gigaContents .btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#gigaContents .btn:before {
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	position: relative;
	-webkit-font-smoothing: antialiased;
}
#gigaContents .btn:hover {
	background: #960F0E;
	text-decoration: none;
}
#gigaContents .hide {
	display: none;
}
#gigaContents .winner {
	color: #cc0000;
	font-weight: bold;
}
#gigaContents .winner::before {
	content: "★";
	color: #cc0000;
}
/*------ その他のノミネート部門 ------*/
#gigaContents .hideable {
    font-size: 0;
    margin: 10px 0 30px -4%;
    z-index: 10;
}
#gigaContents .hideable .ng-scope {
    font-size: 15px;
    margin: 0 0 3em 4%;
    display: inline-block;
    width: 46%;
    vertical-align: top;
}
#gigaContents .hideable .ng-scope .category-title {
	color: #7f6820;
	font-size: 1.6em;
	border-bottom: 3px solid #000;
	font-weight: bold;
}
#gigaContents .nominee li {
	border-bottom: 2px solid #E8E8E8;
	padding: 1em 0;
}

#gigaContents .main-topics--detail .item--main, 
#gigaContents .main-topics--detail .item--sub {
    border: none;
}
/*------ 動画 ------*/
.moviebox {
	width: 320px;
	position: fixed;
	bottom: 0;
	right: 0;
	background-color: #000;
	z-index: 1000;
	padding: 0;
	box-sizing: border-box;
}
.view {
	width: 100%;
	padding-bottom: 56.25%;
	height: 0px;
	position: relative;
	overflow: hidden;
	display: block;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}
.view #player {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.moviebox .txt {
	background-color: #f6e800;
	color: #000;
	font-weight: bold;
	padding: 8px 10px 6px;
	text-align: center;
	font-size: 1.2em;
	line-height: 1.2em;
}
/*------ 広告 ------*/
.adbox {
	width: 320px;
	height: 230px;
	display: block;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 1001;
	box-sizing: border-box;
}