@charset "UTF-8";
/* ギガ　コンテンツレイアウト
=================================================================== */
.thm-page-special .gigaindex .detail {
  width: 1000px;
  position: relative;
  top: -60px; }

.thm-page-special .gigaindex .head {
  border-bottom: none; }

.colorbarLong9, #gigaindexName, .colorbarLong4 {
  z-index: 1; }

#gigaContents {
  z-index: 2;
  margin-top: -75px;
  width: 1000px;
  position: relative;
  background: #fff;
  color: #222; }

#gigaContents h2.title-sp {
  position: relative;
  text-align: center;
  background: #C80003;
  color: #222;
  padding: 10px;
  font-weight: bold;
  font-size: 30px;
  margin-top: 30px; }

#gigaContents h2 a {
  position: absolute;
  bottom: 20px;
  right: 0; }

#gigaContents p a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )"; }

.clearfix:before {
  clear: both;
  display: block;
  content: ""; }

#gigaContents .cre {
  height: 35px;
  text-align: right;
  color: #222;
  font-size: 11px;
  padding: 5px 24px;
  font-weight: bold; }

#gigaContents p {
  line-height: 1.8;
  padding-bottom: 32px;
  font-size: 16px; }

#gigaContents a.banner {
  display: block;
  margin-bottom: 20px; }

#gigaContents p.read {
  padding: 20px 32px 32px;
  font-size: 16px;
  color: #222; }

#gigaContents p.size-min {
  font-size: 13px; }

.credit {
  color: #333;
  font-size: 11px;
  padding: 8px; }

/* setting */
/* このぺーじで使うキーカラー */
.mod__flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }
  .mod__flex .mod__flex__item {
    *zoom: 1;
    position: relative; }
    .mod__flex .mod__flex__item:after {
      content: "";
      display: block;
      clear: both;
      height: 0;
      visibility: hidden; }
    .mod__flex .mod__flex__item.-flex {
      -ms-flex: 1;
      /*IE10*/
      -webkit-box-flex: 1;
      /* Android4.3以下、Safari3.1〜6.0 */
      -webkit-flex: 1;
      /* Safari6.1以降 */ }
    .mod__flex .mod__flex__item.-w10 {
      width: 10%; }
    .mod__flex .mod__flex__item.-w15 {
      width: 15%; }
    .mod__flex .mod__flex__item.-w20 {
      width: 20%; }
    .mod__flex .mod__flex__item.-w19 {
      width: 19%; }
    .mod__flex .mod__flex__item.-w24 {
      width: 24%; }
    .mod__flex .mod__flex__item.-w25 {
      width: 25%; }
    .mod__flex .mod__flex__item.-w28 {
      width: 27%; }
    .mod__flex .mod__flex__item.-w30 {
      width: 30%; }
    .mod__flex .mod__flex__item.-w32 {
      width: 33%; }
    .mod__flex .mod__flex__item.-w33 {
      width: 33.333333333332%; }
    .mod__flex .mod__flex__item.-w35 {
      width: 35%; }
    .mod__flex .mod__flex__item.-w40 {
      width: 40%; }
    .mod__flex .mod__flex__item.-w45 {
      width: 45%; }
    .mod__flex .mod__flex__item.-w48 {
      width: 48%; }
    .mod__flex .mod__flex__item.-w49 {
      width: 49%; }
    .mod__flex .mod__flex__item.-w50 {
      width: 50%; }
    .mod__flex .mod__flex__item.-w60 {
      width: 60%; }
    .mod__flex .mod__flex__item.-w70 {
      width: 70%; }
    .mod__flex .mod__flex__item.-w75 {
      width: 75%; }
    .mod__flex .mod__flex__item.-w80 {
      width: 80%; }
    .mod__flex .mod__flex__item.-w90 {
      width: 90%; }
    .mod__flex .mod__flex__item.-w100 {
      width: 100%; }
    .mod__flex .mod__flex__item.-full {
      width: 100%; }
  .mod__flex.-align {
    -ms-flex-align: center;
    /*IE10*/
    -webkit-box-align: center;
    /* Android4.3以下、Safari3.1〜6.0 */
    -webkit-align-items: center;
    /* Safari6.1以降 */ }
  .mod__flex.-just_around {
    -ms-flex-pack: justify;
    /*IE10*/
    -webkit-box-pack: justify;
    /* Android4.3以下、Safari3.1〜6.0 */
    -webkit-justify-content: space-around;
    /* Safari6.1以降 */
    justify-content: space-around; }
  .mod__flex.-just_center {
    -ms-flex-pack: justify;
    /*IE10*/
    -webkit-box-pack: justify;
    /* Android4.3以下、Safari3.1〜6.0 */
    -webkit-justify-content: center;
    /* Safari6.1以降 */
    justify-content: center; }
  .mod__flex.-just_between {
    -ms-flex-pack: justify;
    /*IE10*/
    -webkit-box-pack: justify;
    /* Android4.3以下、Safari3.1〜6.0 */
    -webkit-justify-content: space-between;
    /* Safari6.1以降 */
    justify-content: space-between; }
  .mod__flex.-rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-flow: row-reverse wrap;
    -ms-flex-flow: row-reverse wrap;
    -webkit-flow: row-reverse wrap; }

.shadow {
  -webkit-box-shadow: 2px 2px 16px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 16px 8px rgba(0, 0, 0, 0.3); }

.youtubebox {
  margin: 0px auto 24px;
  width: 1000px; }
  .youtubebox.-w100 {
    width: 100%;
    margin-bottom: 0; }
  .youtubebox.-inline {
    width: 100%;
    margin: 0px;
    position: absolute;
    right: 0;
    bottom: 0; }
  .youtubebox.-shadow {
    -webkit-box-shadow: 2px 2px 16px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 16px 8px rgba(0, 0, 0, 0.3); }
  .youtubebox .youtube {
    background: #000;
    position: relative;
    width: 100%;
    padding-top: 56.25%; }
  .youtubebox iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important; }

.read {
  padding: 0px 24px 24px;
  font-size: 18px;
  line-height: 1.8;
  font-weight: normal; }

/* コンテンツ */
.p-special_contents {
  color: #000; }
  .p-special_contents .title {
    padding: 24px 0; }
    .p-special_contents .title .text {
      width: 800px;
      font-size: 16px;
      line-height: 1.8;
      margin: 32px auto; }
      .p-special_contents .title .text:after {
        display: block;
        height: 20px;
        width: 1px;
        content: "";
        margin: 30px auto 0;
        background: #333; }
  .p-special_contents .btn {
    display: block; }
    .p-special_contents .btn:hover img {
      background: none; }
    .p-special_contents .btn img {
      width: 700px;
      height: auto;
      margin: 0 auto; }
  .p-special_contents .btn3 {
    display: block;
    text-align: center; }
    .p-special_contents .btn3:hover img {
      background: none; }
    .p-special_contents .btn3 img {
      width: 900px;
      height: auto;
      margin: 0 auto; }
  .p-special_contents .soukanzu {
    position: relative;
    width: 1200px;
    left: -100px; }
    .p-special_contents .soukanzu img {
      width: 100%;
      height: auto; }
  .p-special_contents blockquote {
    margin-top: 80px;
    background: url(./pg.png) no-repeat left top;
    padding-top: 80px; }
    .p-special_contents blockquote img {
      width: 100%;
      height: auto; }
    .p-special_contents blockquote .-w70 {
      padding: 8px 32px; }
    .p-special_contents blockquote h3 {
      color: #54800D;
      font-weight: bold;
      font-size: 28px;
      margin-bottom: 1em;
      padding-top: 0em; }
    .p-special_contents blockquote .text1 {
      font-size: 16px;
      line-height: 1.5; }
  .p-special_contents .otherlist {
    position: relative;
    margin-bottom: 32px;
    top: -24px;
    border: 1px solid #ddd; }
    .p-special_contents .otherlist h4 {
      border-bottom: none;
      padding: 26px 0;
      text-align: center;
      font-size: 24px;
      font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
      font-weight: normal; }
    .p-special_contents .otherlist img {
      width: 100%;
      height: auto; }
    .p-special_contents .otherlist .text {
      font-size: 16px;
      line-height: 1.8;
      padding: 1em; }
  .p-special_contents .otherlist_min {
    border: 1px solid #ddd;
    top: -24px;
    position: relative;
    margin-bottom: 16px; }
    .p-special_contents .otherlist_min h4 {
      border-bottom: none;
      padding: 24px 0 0;
      text-align: center;
      font-size: 20px;
      font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
      font-weight: normal; }
    .p-special_contents .otherlist_min .text {
      font-size: 16px;
      line-height: 1.8;
      padding-top: 1em;
      padding: 16px 16px; }
  .p-special_contents .-photo img {
    width: 100%;
    height: auto; }
  .p-special_contents .-text {
    padding: 45px;
    padding-top: 16px; }
    .p-special_contents .-text h3 {
      text-align: center;
      margin-bottom: 24px; }
    .p-special_contents .-text .text {
      font-size: 16px;
      line-height: 1.8; }
  .p-special_contents .subtext {
    border: 1px solid #ccc;
    padding: 24px;
    font-size: 16px;
    line-height: 1.5;
    color: #999;
    margin: 0 auto 24px;
    max-width: 96%; }
  .p-special_contents .dangou {
    width: 700px;
    margin: 45px auto 80px;
    border: 1px solid #ddd;
    padding: 45px; }
    .p-special_contents .dangou h3 {
      text-align: center;
      margin-bottom: 24px; }
    .p-special_contents .dangou .text {
      font-size: 16px;
      line-height: 1.8; }
  .p-special_contents .twitter_cp {
    text-align: center;
    background: #F5F8FA;
    max-width: 90%;
    margin: 2em auto;
    border-radius: 16px;
    padding: 3em;
    border: 1px solid #AAB8C2; }
    .p-special_contents .twitter_cp h3 {
      color: #1DA1F2;
      font-size: 32px;
      font-weight: bold; }
    .p-special_contents .twitter_cp .text {
      padding: 16px;
      font-size: 20px;
      color: #333;
      text-align: left;
      max-width: 80%;
      margin: 1em auto 0;
      border-top: 1px solid #AAB8C2; }
    .p-special_contents .twitter_cp h4 {
      background: #1DA1F2;
      color: #FFF;
      padding: 1em;
      font-size: 24px;
      font-weight: bold;
      max-width: 80%;
      margin: 0 auto 0; }
    .p-special_contents .twitter_cp .gaiyo {
      width: 80%;
      margin: 2em auto;
      padding: 1em;
      background: rgba(255, 255, 255, 0.5);
      border-radius: 16px;
      border: 1px solid #E1E8ED; }
    .p-special_contents .twitter_cp .gaiyo_inline {
      border-radius: 12px;
      overflow-y: auto;
      width: 100%;
      font-size: 13px;
      color: #14171A;
      line-height: 1.5;
      height: 200px;
      padding: 1em;
      text-align: left; }
    .p-special_contents .twitter_cp .twitter_cp_submit {
      display: inline-block;
      font-size: 24px;
      font-weight: bold;
      padding: 20px;
      text-decoration: none;
      border-radius: 80px;
      width: 50%;
      color: #ffffff;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#1DA1F2), to(#67ceff));
      background-image: -webkit-linear-gradient(#1DA1F2 0%, #67ceff 100%);
      background-image: -o-linear-gradient(#1DA1F2 0%, #67ceff 100%);
      background-image: linear-gradient(#1DA1F2 0%, #67ceff 100%);
      -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
      box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
      border-bottom: solid 3px #1DA1F2; }
      .p-special_contents .twitter_cp .twitter_cp_submit:active {
        -webkit-transform: translateY(4px);
        -ms-transform: translateY(4px);
        transform: translateY(4px);
        -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
        border-bottom: solid 3px #E1E8ED; }

.btn_wrap {
  position: relative;
  text-align: center;
  padding-top: 80px; }
  .btn_wrap a img {
    width: 700px;
    height: auto; }

.credit {
  text-align: right; }

.cre.-black {
  padding: 8px;
  color: #333; }

.cre.-white {
  background: white; }

/* add on */
.btn-link {
  font-family: monospace;
  border: 1px solid #333;
  padding: 1em;
  font-size: 32px;
  font-weight: bold;
  background: #fff;
  -webkit-box-shadow: 10px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 10px 10px 0px rgba(0, 0, 0, 0.15); }

.buruburu {
  display: inline-block;
  -webkit-animation: hurueru 3s  infinite;
  animation: hurueru 3s  infinite; }

@-webkit-keyframes hurueru {
  0% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg); }
  5% {
    -webkit-transform: translate(4px, 4px) rotateZ(1deg);
    transform: translate(4px, 4px) rotateZ(1deg); }
  6% {
    -webkit-transform: translate(0px, 4px) rotateZ(0deg);
    transform: translate(0px, 4px) rotateZ(0deg); }
  7% {
    -webkit-transform: translate(4px, 0px) rotateZ(-1deg);
    transform: translate(4px, 0px) rotateZ(-1deg); }
  8% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg); }
  9% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg); }
  10% {
    -webkit-transform: translate(4px, 4px) rotateZ(1deg);
    transform: translate(4px, 4px) rotateZ(1deg); }
  11% {
    -webkit-transform: translate(0px, 4px) rotateZ(0deg);
    transform: translate(0px, 4px) rotateZ(0deg); }
  12% {
    -webkit-transform: translate(4px, 0px) rotateZ(-1deg);
    transform: translate(4px, 0px) rotateZ(-1deg); }
  13% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg); }
  100% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg); } }

@keyframes hurueru {
  0% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg); }
  5% {
    -webkit-transform: translate(4px, 4px) rotateZ(1deg);
    transform: translate(4px, 4px) rotateZ(1deg); }
  6% {
    -webkit-transform: translate(0px, 4px) rotateZ(0deg);
    transform: translate(0px, 4px) rotateZ(0deg); }
  7% {
    -webkit-transform: translate(4px, 0px) rotateZ(-1deg);
    transform: translate(4px, 0px) rotateZ(-1deg); }
  8% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg); }
  9% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg); }
  10% {
    -webkit-transform: translate(4px, 4px) rotateZ(1deg);
    transform: translate(4px, 4px) rotateZ(1deg); }
  11% {
    -webkit-transform: translate(0px, 4px) rotateZ(0deg);
    transform: translate(0px, 4px) rotateZ(0deg); }
  12% {
    -webkit-transform: translate(4px, 0px) rotateZ(-1deg);
    transform: translate(4px, 0px) rotateZ(-1deg); }
  13% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg); }
  100% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg); } }

/* Slider */
.arrow_box {
  position: relative;
  background: #fff;
  border: 2px solid #ee074e; }

.arrow_box:after, .arrow_box:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.arrow_box:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 12px;
  margin-top: -12px; }

.arrow_box:before {
  border-color: rgba(238, 7, 78, 0);
  border-right-color: #ee074e;
  border-width: 15px;
  margin-top: -15px; }

.slide {
  margin-bottom: 32px; }

.thumb-item .slick-slide {
  text-align: center;
  background: #000; }

.thumb-item li {
  width: 100%;
  height: auto;
  text-align: center; }
  .thumb-item li img {
    max-height: 600px;
    display: inline-block; }

.thumb-item-nav {
  background: #000;
  padding: 24px 24px; }
  .thumb-item-nav .slick-slide {
    background: #fff;
    border: 2px solid #000; }
  .thumb-item-nav .slick-slide img {
    max-width: 100%;
    width: auto;
    max-height: 103px;
    display: inline-block; }
  .thumb-item-nav .slick-current {
    opacity: .5; }
  .thumb-item-nav li {
    text-align: center; }
    .thumb-item-nav li img {
      max-width: 90%;
      width: auto;
      max-height: 105px;
      display: inline-block; }

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }
