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

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

.youtubebox {
  padding: 15px;
  background: #000; }

.youtube {
  background: #000;
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important; }

.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: #fff;
  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: #999;
  font-size: 9px;
  padding: 5px 0; }

#gigaContents p {
  font-size: 14px;
  line-height: 1.8; }

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

#gigaContents p.read {
  padding: 20px; }

.main_visual {
  text-align: center;
  padding: 24px 0 8px; }

/*============================
#
============================*/
.p-special_contents {
  /* READ */ }
  .p-special_contents .read {
    padding: 20px 0; }
  .p-special_contents .flex {
    margin-bottom: 32px; }
  .p-special_contents .-text {
    padding: 16px 24px; }
    .p-special_contents .-text h3 {
      color: #D90000;
      font-size: 20px;
      font-weight: bold; }
    .p-special_contents .-text hr {
      background: #D90000;
      height: 3px;
      width: 48px;
      margin: 20px 0; }
  .p-special_contents .-anime {
    padding: 16px; }
    .p-special_contents .-anime .-visual {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
      border: 1px solid #ddd;
      padding: 16px 0;
      height: 400px; }
      .p-special_contents .-anime .-visual img {
        width: 250px;
        height: auto; }
    .p-special_contents .-anime .-title {
      text-align: center;
      font-weight: bold;
      font-size: 16px;
      padding: 24px 0;
      border-bottom: 1px solid #ddd; }
    .p-special_contents .-anime .-kokuchi {
      background: #219653;
      display: block;
      width: 80%;
      margin: 0 auto 12px;
      color: #fff;
      padding: 8px 16px;
      font-size: 11px; }
    .p-special_contents .-anime .-detail {
      padding: 12px 0;
      font-size: 13px; }
    .p-special_contents .-anime .-link {
      display: block;
      padding: 12px;
      border: 1px solid #ddd;
      color: #999;
      text-align: center; }
      .p-special_contents .-anime .-link:hover {
        opacity: .5; }
    .p-special_contents .-anime .-copy {
      padding: 6px 0;
      font-size: 10px;
      text-align: right;
      color: #999; }
    .p-special_contents .-anime h5 {
      padding: 12px;
      border-bottom: 1px solid #999; }
    .p-special_contents .-anime ul {
      background: #eee;
      padding: 16px 18px; }
      .p-special_contents .-anime ul li {
        padding: 2px 0;
        font-size: 11px; }
        .p-special_contents .-anime ul li a {
          text-decoration: underline; }
  .p-special_contents .-post {
    padding: 0px; }
    .p-special_contents .-post a {
      display: block;
      position: relative;
      color: #fff; }
      .p-special_contents .-post a:hover {
        color: #fff; }
    .p-special_contents .-post .-title {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      background: rgba(0, 0, 0, 0.5);
      padding: 12px; }
      .p-special_contents .-post .-title h4 {
        float: left;
        width: 68%; }
      .p-special_contents .-post .-title .-more {
        float: right;
        display: inline-block;
        border: 1px solid #fff;
        padding: 8px;
        font-size: 11px;
        text-align: right; }
    .p-special_contents .-post img {
      width: 100%;
      height: auto; }
  .p-special_contents .-c-title {
    padding: 16px 0; }
    .p-special_contents .-c-title img {
      width: 100%;
      height: auto; }

.p-special_contents {
  /* COMMON */ }
  .p-special_contents .-center {
    text-align: center; }
  .p-special_contents .-button {
    padding: 24px; }
    .p-special_contents .-button img {
      max-width: 100%; }
  .p-special_contents .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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .p-special_contents .flex.-col1 .items {
      width: 800px;
      margin: 0 auto; }
      .p-special_contents .flex.-col1 .items h4 {
        text-align: center;
        margin-bottom: 16px; }
        .p-special_contents .flex.-col1 .items h4:after {
          display: none; }
    .p-special_contents .flex.-col2 .items {
      width: 50%; }
      .p-special_contents .flex.-col2 .items.dvd {
        width: 30%; }
      .p-special_contents .flex.-col2 .items.info {
        width: 70%; }
    .p-special_contents .flex.-col3 .items {
      width: 33.33333333332%; }
    .p-special_contents .flex.-col4 .items {
      width: 25%; }
    .p-special_contents .flex.-col5 .items {
      width: 20%; }
    .p-special_contents .flex.-r-rev {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
      flex-flow: row-reverse; }
