@charset "utf-8";
/* ギガ　コンテンツレイアウト
=================================================================== */
.gigaindex {
  width: 100%;
    max-width: 750px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.6em;
}
.gigaindex .detail .free-custom {
    text-align: left;
}
.gigaindex a:hover {
  color: #222 !important;
}
.gigaindex .sns-share {
  display: none;
}
.gigaindex img {
  vertical-align: top;
    max-width: 100%;
    height: auto;
}
.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;
    color: #222;
}
.gigaindex .head {
  display: none;
}
.free-custom::before {
    content: "";
    display: block;
    height: 30px;
    width: 100%;
    background: url(img/obi.png) repeat-x scroll center top;
    background-size: auto 30px;
}
#container {
  position: relative;
  z-index: 3; /*一番上に表示*/
  background-color: #ddd;
  padding: 40px 6% 0;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
}
#container .bg-white {
    background-color: #fff;
    padding: 50px 0 20px;
    width: 114%;
    margin: 0 -7%;
}
.section-ttl {
  text-align: center;
    margin-bottom: 20px;
}
.section-ttl span {
  padding: 0.2rem 3rem;
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
  color: #fff;
  background-color: #000;
  display: inline-block;
  font-size: 0.8em;
    font-weight: 600;
}
.title-box .section-ttl span {
    padding: 0.2rem 1rem;
    background-color: #d2282a;
    font-size: 1em;
    margin-bottom: 8px;
}
#container .title-box .section-ttl span {
    font-family: Arial, Helvetica, "sans-serif";
    font-size: 1.2em;
}
.section-ttl span.en {
    font-family: Arial, Helvetica, "sans-serif";
    color: #fff;
}
.gigaindex .banner {
    margin: 30px auto 0;
    width: 96%;
    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;
}
.gigaindex .item.link-banner {
  padding: 0;
  width: 50%;
    padding-left: 2%;
    padding-right: 2%;
    display: inline-block;
  text-align: center;
    margin-bottom: 30px;
    box-sizing: border-box;
}
.gigaindex .item.link-banner img {
  max-width: 100%;
}
.contentsList {
  margin-bottom: 50px;
}
.contentsList li {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 30px;
  background-color: rgba(255, 255, 255, 1);
    box-shadow: rgb(0 0 0 / 10%) 0 0px 4px;
    box-sizing: border-box;
}
.contentsList li.toyo .inner, .contentsList li.toyo .inner:hover {
  background-color: #0062b2;
    color: #fff !important;
}
.contentsList li.rays .inner, .contentsList li.rays .inner:hover {
  background-color: #000;
    color: #fff !important;
}
.contentsList li.LEGANCE .inner, .contentsList li.LEGANCE .inner:hover {
  background-color: #564436;
    color: #fff !important;
}
.contentsList li.Gibson .inner, .contentsList li.Gibson .inner:hover {
  background-color: #bf0008;
    color: #fff !important;
}
.contentsList li.Modelista .inner, .contentsList li.Modelista .inner:hover {
  background-color: #99c3b1;
    color: #000 !important;
}
.contentsList li.pro .inner, .contentsList li.pro .inner:hover {
  background-color: #f8d539;
}
.contentsList li .i-logo {
    position: relative;
    display: block;
    width: 70%;
    max-width: 200px;
    margin: 5px auto 0;
}
.contentsList .txt-more {
  color: #b7392a;
  font-size: 18px;
  font-style: italic;
  text-align: right;
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.contentsList .testdrive .inner, .contentsList .soon {
  padding: 0 6% 1.2em;
  display: block;
    overflow: hidden;
}
.contentsList .testdrive .subttl {
  font-size: 1.4em;
  font-weight: bolder;
  margin: 30px 0 10px;
}
.contentsList .testdrive p {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.6em;
  margin: 0 0 20px;
}
.contentsList .testdrive p b {
  font-size: 1.2em;
}
.contentsList .testdrive p.at {
  font-size: 14px;
  color: #888;
}
.contentsList .testdrive .soon p {
  text-align: center;
  color: #ccc;
  font-style: italic;
  font-size: 1.4em;
  font-weight: 600;
  font-family: Arial, Helvetica, "sans-serif";
  margin: 60px 0 40px;
}
.contentsList .testdrive .thumb {
  width: 114%;
    margin: 0 -7%;
  height: auto;
    display: block;
    max-width: fit-content;
}
.contentsList .testdrive .title {
  font-size: 15px;
  line-height: 1.6em;
  margin-bottom: 0.6em;
}
hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: none;
}
.gigaindex a img:hover, .gigaindex .linkbutton:hover {
  opacity: 0.7;
}
.gigaindex .linkbutton, .gigaindex .linkbutton:hover {
  display: block;
  padding: 5px;
  color: #fff !important;
  font-weight: bold;
  background: #910000;
    text-align: center;
    box-shadow: rgb(0 0 0 / 20%) 0 0px 3px;
    border-radius: 30px;
    margin-top: 20px;
    position: relative;
}
.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;
}
/*========= 背景動画設定のCSS ===============*/
.detail {
  position: relative;
  background-color: #000;
}
#header {
  position: relative; /*ローディング画像などを表示す際の基点とするため指定*/
  color: #fff;
  background-size: cover;
}
#loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
    font-style: italic;
}
#loading.disappear {
  display: none;
}
.mainimage {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1; /*最背面に設定*/
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
    margin: auto;
}
.mainimage img {
  height: 100%;
    width: auto;
    max-width: inherit;
    margin-left: -10%;
}
/* youtube設定 */
#youtube-area {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1; /*最背面に設定*/
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
    overflow: hidden;
}
/*jQueryで付与されたappearクラスがついたらYoutubeエリアをふわっと表示*/
#youtube-area.appear {
  animation-name: PageAnimeAppear;
  animation-duration: .5s;
  animation-fill-mode: forwards;
}
@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#youtube {
  /*天地中央配置*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*縦横幅指定*/
  width: 300vw; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 100vh; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
}
/*youtubeがクリックされないためのマスク*/
#youtube-mask {
  position: absolute;
  z-index: 2; /*下から2番目に表示*/
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.title-box {
    position: relative;
    z-index: 10;
    top: 0;
    left: 0;
    color: #fff;
    text-shadow: 0 0 15px #666;
    width: 80%;
    bottom: 0;
    right: 0;
    margin: auto;
    padding: 60px 0;
}
.title-box .section-logo {
    width: 80%;
    margin: 0 auto 10px;
}
.title-box .catch {
    text-align: center;
    margin: 0 auto 20px;
    font-style: italic;
    font-family: Arial, Helvetica, "sans-serif";
    font-weight: 600;
    font-size: 1.1em;
    letter-spacing: normal;
    font-feature-settings: "palt" 1;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-text-size-adjust: 100%;
}
.title-box p {
    line-height: 1.8em;
    letter-spacing: 1px;
    font-size: 14px;
}