@charset "utf-8";
/* ギガ　コンテンツレイアウト
=================================================================== */
.gigaindex {
 width: 1200px;
}
.gigaindex a:hover {
 color: #000 !important;
}
.gigaindex .sns-share {
 display: none;
}
.gigaindex img {
 max-width: 100%;
 vertical-align: top;
}
.gigaindex a {
 -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
 transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
.gigaindex .head {
 display: none;
}
.gigaindex hr {
 height: 0;
 margin: 0;
 padding: 0;
 border: none;
}
.gigaindex #container {
 background-color: #000;
 padding: 40px 0 0;
}
.gigaindex #container .bg-white {
 background-color: #fff;
 padding: 50px 0 0;
 margin-top: -40px;
}
.section-ttl {
 text-align: center;
}
.section-ttl span {
 padding: 0.5rem 3rem;
 -webkit-transform: skew(-10deg);
 transform: skew(-10deg);
 display: inline-block;
 font-size: 1.2em;
 font-weight: 600;
 color: #000;
 background: url(img/bar.png) repeat center top scroll;
 background-size: 120% 6px;
}
.section-ttl span.en {
 font-family: Arial, Helvetica, "sans-serif";
 color: #fff;
 text-shadow:1px 1px 0 #0e0c46, 1px 1px 0 #0e0c46;
}
.gigaindex #header .special span {
 padding: 6px 16px 2px;
 -webkit-transform: skew(-4deg);
 transform: skew(-4deg);
 background-color: #340e69;
 color: #fff;
 font-size: 1em;
 position: absolute;
 z-index: 11;
 right: 35px;
 top: 0;
}
.gigaindex #container .title-box .section-ttl span {
 font-family: Arial, Helvetica, "sans-serif";
 font-size: 1.2em;
}
.gigaindex .banner {
 margin: 40px -1% 20px;
 -webkit-flex-wrap: wrap;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 width: 102%;
}
.gigaindex .item.link-banner {
 padding: 0;
 width: 14.666%;
 margin: 0 1% 40px;
 text-align: center;
}
.contentsList {
 padding: 30px 50px 55px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
 -webkit-box-lines: multiple;
 -moz-box-lines: multiple;
 box-sizing: border-box;
 -webkit-flex-wrap: wrap;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
}
.contentsList li {
 font-size: 16px;
 font-weight: 600;
 position: relative;
 background-color: #fff;
 box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
 display: inline-block;
 width: 48.5%;
 margin-bottom: 3%;
 margin-left: 3%;
 box-sizing: border-box;
 overflow: hidden;
}
.contentsList li:nth-child(2n+1) {
 margin-left: 0;
}
.contentsList li .i-logo {
 position: relative;
 display: block;
 width: 200px;
 margin: 10px auto;
}
.contentsList .thumb {
 aspect-ratio: 3 / 2;
 -o-object-fit: cover;
 object-fit: cover;
 overflow: hidden;
 background: #262626;
 background-size: 120px auto;
}
.contentsList .art-box .inner, .contentsList .soon {
 padding: 20px 20px 80px;
 height: 100%;
 display: block;
 position: relative;
 box-sizing: border-box;
}
.contentsList .art-box p {
 font-weight: normal;
 font-size: 14px;
 line-height: 1.6em;
 margin: 0 0 20px;
}
.contentsList .art-box p b {
 font-size: 1.2em;
}
.contentsList .art-box p.at {
 font-size: 14px;
 color: #888;
}
.contentsList .art-box .soon p {
 text-align: center;
 color: #ccc;
 font-style: italic;
 font-size: 2.4em;
 font-weight: 600;
 font-family: Arial, Helvetica, "sans-serif";
 display: flex;
 justify-content: center;
 align-items: center;
 height: 100%;
 padding-top: 30px;
}
.contentsList .art-box .txt-box {
 display: block;
 width: 100%;
 margin-top: 20px;
}
.contentsList .art-box .title {
 font-size: 1em;
 line-height: 1.6em;
 margin-bottom: 0.6em;
}
.gigaindex a img:hover, .gigaindex .linkbutton:hover {
 opacity: 0.7;
}
.gigaindex .linkbutton, .gigaindex .linkbutton:hover {
 display: block;
 padding: 10px 80px;
 color: #fff !important;
 font-weight: bold;
 background: #340e69;
 position: absolute;
 bottom: 23px;
 right: 20%;
 left: 20%;
 text-align: center;
 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
 border-radius: 30px;
}
.gigaindex .linkbutton::after {
 position: absolute;
 top: 0;
 bottom: 0;
 right: 4.5%;
 margin: auto;
 content: "";
 display: block;
 width: 10px;
 height: 10px;
 border: 2px solid;
 border-color: #fff #fff transparent transparent;
 transform: rotate(45deg);
 transition: 0.3s;
}
.gigaindex .flex {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
}
.detail {
 position: relative;
 margin-bottom: 30px;
}
#header {
 background-color: #000;
 position: relative;
}
.gigaindex #header::before {
 position: absolute;
 top: -1px;
 left: 0;
 content: "";
 width: 100%;
 height: 6px;
 background: url(img/bar.png) repeat center top scroll;
 background-size: 100% 6px;
}
.mainimage {
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 right: 0;
}
.mainimage img {
 height: 100%;
 width: 100%;
 -o-object-fit: cover;
 object-fit: cover;
 max-width: inherit;
 opacity: .24;
}
.title-box {
 position: relative;
 z-index: 10;
 width: 1100px;
 margin: auto;
 padding-top: 50px;
 padding-bottom: 50px;
 color: #fff;
}
.title-box p {
 line-height: 1.8em;
 letter-spacing: .4px;
 font-size: 16px;
 font-weight: 600;
}