@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:#fff url("images/bg.png?02") no-repeat center top;
}
#gigaContents a:hover {
	text-decoration: none;
}
a, a:focus, *:focus {
	outline: none;
}
#gigaContents .logo {
	width: 100%;
	text-align: center;
	padding: 15px 0 5px;
}
#gigaContents .logo .image {
	max-width: 100%;
	padding-left: 40px;
}
#gigaContents .contents {
	width: 900px;
	margin: 20px auto;
}
#gigaContents .read {
	color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
	text-align: center;
    text-shadow: 
    black 2px 0px 0px, black -2px 0px 0px,
    black 0px -2px 0px, black 0px 2px 0px,
    black 2px 2px 0px, black -2px 2px 0px,
    black 2px -2px 0px, black -2px -2px 0px,
    black 1px 2px 0px, black -1px 2px 0px,
    black 1px -2px 0px, black -1px -2px 0px,
    black 2px 1px 0px, black -2px 1px 0px,
    black 2px -1px 0px, black -2px -1px 0px,
    black 1px 1px 0px, black -1px 1px 0px,
    black 1px -1px 0px, black -1px -1px 0px;
}
#gigaContents .read.title {
	font-size: 30px;
    margin-bottom: 8px;
	text-align: center;
}
#gigaContents .ribbon {
    display: block;
    position: relative;
    height: 60px;
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box;
	z-index: 1;
}
#gigaContents .ribbon:before{/*左側のリボン端*/
    content: '';
    position: absolute;
    width: 20px;
    bottom: -10px;
    left: -20px;
    z-index: -2;
    border: 26px solid #ffea00;
    border-left-color: transparent;/*山形に切り抜き*/
}
#gigaContents .ribbon:after{/*右側のリボン端*/
    content: '';
    position: absolute;
    width: 20px;
    bottom: -10px;
    right: -20px;
    z-index: -2;
    border: 26px solid #ffea00;
    border-right-color: transparent;/*山形に切り抜き*/
}
#gigaContents .ribbon h3 {
	width: 90%;
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    line-height: 66px;
	height: 60px;
    font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.04em;
    color: #000;
    background: #ffdd00;/*真ん中の背景色*/
}
#gigaContents .ribbon h3:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 10px transparent;
    border-right: solid 30px #ffc100;/*左の折り返し部分*/
}
#gigaContents .ribbon h3:after {
    position: absolute;
    content: '';
    top: 100%;
    right: 0;
    border: none;
    border-bottom: solid 10px transparent;
    border-left: solid 30px #ffc100;/*右の折り返し部分*/
}
#gigaContents .con {
    margin-left: -5%;
    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-top: 40px;
	margin-bottom: 40px;
}
#gigaContents .con .item {
    display: inline-block;
	line-height: 1.5em;
    letter-spacing: normal;
    margin: 0 0 42px 5%;
    width: 45%;
    word-spacing: normal;
	position: relative;
}
#gigaContents .con .item .link {
	background-color: #ffdd00;
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 18px 18px 80px;
}
#gigaContents .con .item .link:hover {
	color: #666;
}
#gigaContents .con .item .figure {
	max-width: 100%;
	margin-bottom: 26px;
}
#gigaContents .con .item .ttl {
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
}
#gigaContents .con .item .ttl::after {
    content: "";
    width: 50px;
    margin: 8px auto 20px;
    border-bottom: 3px solid #fff;
    display: block;
}
#gigaContents .con .item .link .bt {
    background-color: #000;
    color: #fff;
	font-size: 18px;
	font-weight: bold;
    height: 40px;
    line-height: 42px;
    position: absolute;
    bottom: 18px;
    left: 18px;
    right: 18px;
    text-align: center;
}
#gigaContents .con .item .link:hover .bt {
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	background-color: #f48700;
}
#gigaContents .con .item .link .soon {
	text-align: center;
	padding: 100px 0 30px;
	font-weight: bold;
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 2em;
}
#gigaContents .campaign {
	text-align: center;
	font-size: 0;
	margin-top: 20px;
}
#gigaContents .campaign li {
    display: inline-block;
	font-size: 15px;
	width: 25%;
	padding: 20px;
	box-sizing: border-box;
}
#gigaContents .campaign li .figure {
	max-width: 100%;
}

.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}