@charset "utf-8";
/* ギガ　コンテンツレイアウト
=================================================================== */
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
.thm-page-special .gigaindex .detail {
	margin: 0 auto;
	width: 100%;
	background-size: 100% auto;
}
.thm-page-special .gigaindex .detail {
	margin: 0 auto;
	width: 100%;
	background-size: 100% auto;
}
.gigaindex .head {
	display: none;
}
#gigaContents h2 {
	display: block;
}
#gigaContents .cre {
	float: right;
	color: #333;
	font-size: 10px;
	padding: 8px 0;
}
#gigaContents {
    font-family: "Noto Sans Japanese",sans-serif;
	width: 100%;
}
#gigaContents p {
	margin-bottom: 18px;
}
#gigaContents .ttl {
	margin-bottom: 5px;
	letter-spacing: 1px;
}
#gigaContents .sns {
	padding: 8px 0 15px;
	display: block;
	float: left;
}
#gigaContents .sns li {
	display: inline-block;
	vertical-align: bottom;
}
#gigaContents .read {
	padding: 0 70px;
	position: relative;
}
#gigaContents .read .dog {
	position: absolute;
	right: 10px;
	bottom: -106px;
}
#gigaContents .movie {
	margin: 0;
}
#gigaContents .movie iframe {
    max-width: 100%;
	display: block;
    margin: 0 auto;
	padding-bottom: 70px;
}
#gigaContents .intro {
    height: auto;
    padding: 126px 70px 60px;
    position: relative;
	width: 52%;
	float: right;
}
#gigaContents .intro .ttl {
    color: #fff;
	font-size: 28px;
    font-weight: 700;
    line-height: 1.2em;
	margin-bottom: 15px;
}
#gigaContents .intro p {
    color: #fff;
}
#gigaContents .ttl_cast {
	width: 640px;
	text-align: center;
	padding: 60px 0 0;
	margin: 0 auto 20px;
	border-bottom: 2px solid #d4000e;
}
#gigaContents .cast-cover .cast-img {
	width: 250px;
	height: 250px;
	border-radius: 50%;
	overflow: hidden
}
#gigaContents .chart {
	padding: 0 20px 20px;
}
#gigaContents .cast-cover .cast {
	padding: 0 2% 2%;
}
#gigaContents .cast-cover .cast .cast-box {
	width: 25%;
	padding: 1.5%;
	display: block;
	float: left;
	text-align:center;
}
#gigaContents .cast-cover .cast .cast-box img {
	width: 100%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: relative;
}
#gigaContents .cast-cover .cast .cast-box h4 {
	color: #d4000e;
	font-size: 22px;
    font-weight: 700;
    line-height: 1em;
	margin: 15px auto 10px;
}
#gigaContents .cast-cover .cast .cast-box h4 span {
	font-size: 14px;
}
#gigaContents .cast-cover .cast .cast-box p {
	font-size: 14px;
	text-align: left;
}

#gigaContents .info {
	background-color: rgba( 255, 255, 255, 0.9 );
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99ffffff,EndColorStr=#99ffffff);/*IE8以下用*/
	padding: 40px 40px 15px;
	margin: 50px;
}
#gigaContents .s30 {
	margin-bottom: 30px;
}
#gigaContents .info p {
	margin-bottom: 10px;
}
#gigaContents .info p span {
	color: #d4000e;
	font-weight: 700;
}
#gigaContents .info .ttl {
	padding: 30px 0 20px;
	font-size: 24px;
	color: #d4000e;
	font-weight: 700;
}
#gigaContents .info .day {
	font-size: 20px;
	color: #d4000e;
	padding-bottom: 20px 0;
	font-weight: 700;
}
#gigaContents .info .c {
	font-size: 11px;
	font-weight: normal;
	color: #666;
}
#gigaContents .info .ph {
	float: right;
	margin: 0 0 25px 25px;
	padding-bottom: 0;
}
#gigaContents .info .ph img {
	width: 300px;
}
#gigaContents .phr {
	float: right;
	margin-left: 25px;
}
.font-cg {
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
}
/* パララックス */
.white-cover {
	background-color: rgba( 255, 255, 255, 0.8 );
	min-height: 400px;
}
.dark-cover {
	background-color: rgba( 0, 0, 0, 0.6 );
	min-height: 400px;
}
.cast-cover {
	background-color: #E9E2CD;
	min-height: 400px;
}
.image {
	background: url("img/bg_movie.jpg") no-repeat fixed 0% 0% transparent;
}
.image2 {
	background: transparent url("img/bg01.jpg") no-repeat fixed 0% 0%;
}
.image3 {
	background: transparent url("img/bg02.jpg") no-repeat fixed 0% 0%;
}
.image4 {
	background: transparent url("img/bg03.jpg") no-repeat fixed 0% 0%;
}
.image-base {
	min-height: 400px;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.content {
	width: 100%;
	margin: 0 auto;
	background: #fff;
	box-sizing: border-box;
	position: relative;
}