@charset "utf-8";
/* ギガ　=================================================================== */
.thm-body {
    padding: 0px;
	width: 1040px;
}
.breadcrumb {
    display: none;
}
.thm-main {
	margin-left: 10px;
}
.thm-aside {
	margin-right: 10px;
}
.thm-page-special .gigaindex .head {
	border-bottom: none;
	display: none;
}
.thm-page-special .gigaindex .detail {
	width: 100%;
}
.thm-page-special .gigaindex {
	background-color:#000;
	overflow: hidden;
}
.gigaindex #slide {
	width:100%;
	height:auto;
	margin:0 auto;
	position:relative;
}
.gigaindex #slide ul {
	height: 0;
    padding-bottom: 62.5%;
	overflow: hidden;
}
.gigaindex #slide .photo {
	position:absolute;
	max-width: 100%;
	height: auto;
	left:0;
	top:0;
}
.gigaindex .read {
	position:absolute;
	width: 700px;
	height: 100%;
	left:0;
	top:0;
	background: -prefix-linear-gradient(left,rgba(0,0,0,0),#000);
    background: -webkit-linear-gradient(left,rgba(0,0,0,0),#000);
    background: linear-gradient(to left,rgba(0,0,0,0),#000);
    color: #fff;
	z-index: 10;
	padding: 40px 200px 0 40px;
	box-sizing: border-box;
	line-height: 1.8em;
	letter-spacing: 0.06em;
}
.gigaindex .read p {
	margin-bottom: 20px;
}
.gigaindex #slide .read .logo,
.gigaindex #slide .read .catch {
	position: relative;
	margin-bottom: 20px;
}
.gigaindex .linkbox, 
.gigaindex .title {
    margin: 0 auto;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    /*border-left: 2px solid #664003;
    border-right: 2px solid #664003;*/
	text-align: center;
	display: block;
}
.gigaindex .linkbox {
    border-left: 2px solid #664003;
    border-right: 2px solid #664003;
}
.gigaindex .contentsbox .info::before, 
.gigaindex .contentsbox .info::after, 
.gigaindex .linkbox::before, 
.gigaindex .linkbox::after, 
.gigaindex .title::before, 
.gigaindex .title::after {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    background: -webkit-linear-gradient(right, #664003, #b59229 20%, #fbfccf 50%, #b59229 80%, #664003);
    background: linear-gradient(to left, #664003, #b59229 20%, #fbfccf 50%, #b59229 80%, #664003);
}
.gigaindex .linkbox {
    margin: 0 auto 40px;
    width: 400px;
	background-color: #3f0102;
}
.gigaindex .linkbox img {
	padding: 10px;
}
.gigaindex .linkbox:hover,
.gigaindex .linkbox:hover img {
	background-color: #510103;
}
.gigaindex .linkbox img, 
.gigaindex .title img {
	height: 50px;
}
.gigaindex .contentsbox {
    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: 8px auto 40px;
	width: 98%;
}
.gigaindex .contentsbox .item {
	display: inline-block;
	width: 31.333%;
    margin: 1%;
    box-sizing: border-box;
	position: relative;
	overflow: hidden;
}
.gigaindex .contentsbox .info {
	display: inline-block;
	width: 58%;
    margin: 1%;
    box-sizing: border-box;
	position: relative;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.8);
    border-left: 2px solid #664003;
    border-right: 2px solid #664003;
	color: #fff;
}
.gigaindex .contentsbox .info.twitter {
	width: 38%;
}
.gigaindex .contentsbox .info .box {
	padding: 15px;
	min-height: 760px;
	height: 99.5%;
    box-sizing: border-box;
}
.gigaindex .contentsbox .info .box .ttl {
	width: 400px;
	margin: 20px auto 0;
	display: block;
}
.gigaindex .contentsbox .info .box .package {
	width: 80%;
	margin: 0 auto 10px;
	display: block;
}
.gigaindex .contentsbox .info span {
    font-style: normal;
    color: #dbb875;
    padding-right: 10px;
}
.gigaindex .contentsbox .item.mov::before {
	height: 0;
    padding-bottom: 100%;
	content: "";
	display: block;
}
.gigaindex .contentsbox .item.mov iframe {
    position: absolute;
    top: 0;
    left: 0;
	width: 100%;
}
.gigaindex .contentsbox .item .ttl {
    background-color: rgba(0, 0, 0, 0.6);
    min-height: 50px;
    overflow: hidden;
    padding: 10px 10px 5px;
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 14px;
    line-height: 1.4em;
	box-sizing: border-box;
}
.gigaindex .contentsbox .item a:hover .ttl {
    color: #f1d792;
}
.gigaindex .contentsbox a:hover, 
a:hover img {
	opacity: 1;
}
.gigaindex .contentsbox .item img {
	width: 100%;
	height: 200px;
    object-fit: cover;
	object-position: 0% 0%;
}
.gigaindex .contentsbox .item a p {
	color: #fff;
	padding: 10px 10px 5px;
}
.gigaindex .contentsbox .item .ajax::before {
    content: "";
    background: url(images/bt_play.png) no-repeat center 40%;
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: 20% auto;
}
/*---- 動画 ----*/
#colorbox, #cboxOverlay, #cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
}
#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
	cursor: pointer;
}
.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
}
#colorbox, #cboxContent, #cboxLoadedContent {
	box-sizing: content-box;
	background: #000;
}
#cboxOverlay {
	background: #000;
}
#cboxClose {
	position: absolute;
	top: 10px;
	right: 18px;
	margin-bottom: -5px;
	display: block;
	color: #333;
	width: 100%;
	height: 70px;
	text-align: right;
	font-weight: bold;
	font-size: 0;
	background: url(images/btn_close.png) no-repeat right top;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border: none;
}
.cboxIframe {
	max-width: 980px;
}
#cboxClose, #top #cboxClose {
	top: -70px;
	right: 0;
}
#cboxLoadedContent {
	margin: 0;
}
#cboxContent {
	overflow: visible;
}
a, a:focus, *:focus {
	outline: none;
}