@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;
}
hr {
 height: 0;
 margin: 0;
 padding: 0;
 border: none;
}
#container {
 position: relative;
 z-index: 3;
 background: #eff4f8;
 padding: 40px 0 0;
}
#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);
 background-color: #005bac;
 display: inline-block;
 font-size: 1.2em;
 font-weight: 600;
 color: #fff;
 text-shadow: none;
}
.section-ttl span.en {
 font-family: Arial, Helvetica, "sans-serif";
 color: #fff;
}
#header .section-ttl span {
 padding: 0.2rem 1rem;
 background-color: #005bac;
 color: #fff;
 font-size: 1em;
 position: absolute;
 z-index: 11;
 right: 20px;
 top: 0;
}
#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";
 margin: 50px 0 0;
}
.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: #000;
 position: absolute;
 bottom: 23px;
 right: 20%;
 left: 20%;
 text-align: center;
 box-shadow: 0 1px 4px 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 {
 color: #fff;
 position: relative;
}
.mainimage {
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 right: 0;
 background: #040f26;
}
.mainimage img {
 height: 100%;
 width: 100%;
 -o-object-fit: cover;
 object-fit: cover;
 max-width: inherit;
 opacity: .35;
}
.title-box {
 position: relative;
 z-index: 10;
 width: 1000px;
 margin: auto;
 padding-top: 90px;
 padding-bottom: 80px;
}
.title-box .section-logo {
 margin: 0 auto 40px;
 text-align: center;
}
.title-box p {
 line-height: 1.8em;
 letter-spacing: .4px;
 font-size: 24px;
 font-weight: 600;
 text-align: center;
 font-feature-settings: "palt"1;
}
.title-box p.read {
 text-align: left;
 width: 820px;
 margin: 30px auto 0;
 font-size: 16px;
 letter-spacing: 1px;
}
.gigaindex .i-place::before {
 display: inline-block;
 vertical-align: text-bottom;
 content: " ";
 background: url("data:image/svg+xml;charset=utf-8,%3Csvg class='heart__icon' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ctitle%3Eframe%3C/title%3E%3Cg%3E%3Cpath fill='%23005bf6' d='M12 0c-4.198 0-8 3.403-8 7.602 0 4.198 3.469 9.21 8 16.398 4.531-7.188 8-12.2 8-16.398 0-4.199-3.801-7.602-8-7.602zm0 11c-1.657 0-3-1.343-3-3s1.343-3 3-3 3 1.343 3 3-1.343 3-3 3z' /%3E%3C/g%3E%3C/svg%3E");
 background-position: center center;
 background-size: 24px 24px;
 background-repeat: no-repeat;
 width: 24px;
 height: 24px;
 position: relative;
 margin-right: 8px;
}
.gigaindex .i-schedule::before {
 display: inline-block;
 vertical-align: text-bottom;
 content: " ";
 background: url("data:image/svg+xml;charset=utf-8,%3Csvg class='heart__icon' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ctitle%3Eframe%3C/title%3E%3Cg%3E%3Cpath fill='%23005bf6' d='M24 2v22h-24v-22h3v1c0 1.103.897 2 2 2s2-.897 2-2v-1h10v1c0 1.103.897 2 2 2s2-.897 2-2v-1h3zm-2 6h-20v14h20v-14zm-2-7c0-.552-.447-1-1-1s-1 .448-1 1v2c0 .552.447 1 1 1s1-.448 1-1v-2zm-14 2c0 .552-.447 1-1 1s-1-.448-1-1v-2c0-.552.447-1 1-1s1 .448 1 1v2zm1 11.729l.855-.791c1 .484 1.635.852 2.76 1.654 2.113-2.399 3.511-3.616 6.106-5.231l.279.64c-2.141 1.869-3.709 3.949-5.967 7.999-1.393-1.64-2.322-2.686-4.033-4.271z' /%3E%3C/g%3E%3C/svg%3E");
 background-position: center center;
 background-size: 24px 24px;
 background-repeat: no-repeat;
 width: 24px;
 height: 24px;
 position: relative;
 margin-right: 8px;
}
#container .grid {
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 justify-content: space-between;
 padding: 0 50px 30px;
}
#container .grid li {
 width: 23%;
 margin-bottom: 1.8em;
}
#container .grid li a {
 display: block;
 background: #fff;
 border-radius: 20px;
}