@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
/* サイバーパンク2077　=================================================================== */
.thm-body {
    padding: 0px;
	width: 1040px;
}
.breadcrumb {
    display: none;
}
.thm-main {
	margin-left: 10px;
}
.thm-aside {
	margin-right: 10px;
}
.thm-page-special .gigaindex .head {
	border-bottom: none;
	display: none;
}
.thm-page-special .gigaindex .detail {
	width: 100%;
    margin-bottom: 3em;
    background-color: #000;
    color: #fff;
}
.gigaindex .detail img {
    max-width: 100%;
}
.gigaindex .detail a:hover {
    opacity: 0.7;
}
.fadein {
  opacity : 0;
  transform : translate(0, 40px);
  transition : all 1s;
}
 
.fadein.active{
  opacity : 1;
  transform : translate(0, 0);
}
#gigaContents {
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 16px;
    line-height: 1.8em;
    font-feature-settings: "palt"1;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-text-size-adjust: 100%;
    letter-spacing: 1px;
}
#gigaContents .main {
    position: relative;
}
#gigaContents .main:after, #gigaContents .yellow_bg:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    background: url("images/razor-top-black.svg") repeat-x top;
    height: 40px;
}
#gigaContents .read {
    background: url("images/intro.jpg") no-repeat center top;
    background-size: 140% auto;
    padding: 80px 0;
}
#gigaContents .ttl-read {
    font-size: 3em;
    font-style: italic;
    font-weight: 700;
    color: #fced0a;
    text-align: center;
    line-height: 1.4em;
    margin-bottom: 50px;
}
#gigaContents .ttl-read span {
    font-size: 0.7em;
    display: block;
    line-height: 1.4em;
    margin-top: 10px;
}
#gigaContents .info, #gigaContents .news_list .item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}
#gigaContents .info {
    padding: 130px 5% 80px;
    box-sizing: border-box;
}
#gigaContents .info .box {
    width: 50%;
}
#gigaContents .info .box.L {
    width: 40%;
    padding-right: 10%;
}
#gigaContents .info .box .ttl {
    font-size: 2em;
    font-style: italic;
    font-weight: 700;
    color: #00f0ff;
    letter-spacing: normal;
    margin-bottom: 16px;
}
#gigaContents .info:before, #gigaContents .info:after {
    content: '';
    width: 20%;
    height: 80%;
    position: absolute;
    display: inline-block;
}
#gigaContents .info:before {
    background: url(images/line2.png) no-repeat center top;
    background-size: 100% auto;
    top: 0;
    left: 0;
    height: 80px;
    width: 60%;
}
#gigaContents .info:after {
    background: url(images/line.png) no-repeat center bottom;
    background-size: 100% auto;
    bottom: 0;
    right: 0;
    height: 40px;
    width: 40%;
}
#gigaContents .btn_red {
    background: url(images/btn_red.png) no-repeat center bottom;
    background-size: 100% auto;
    height: 80px;
    width: 580px;
    display: block;
    color: #fff;
    font-size: 1.6em;
    font-weight: 700;
    text-align: center;
    margin: 80px auto 0;
    padding-top: 20px;
    box-sizing: border-box;
}
#gigaContents .yellow_top {
    width: 100%;
    background: url("images/bg_yellow_top.png") no-repeat center top;
    background-size: 100% auto;
    position: relative;
    padding-top: 100px;
    color: #000;
}
#gigaContents .yellow_bg {
    width: 100%;
    background: url("images/bg_yellow.png") repeat-y center top;
    background-size: 100% auto;
    padding-bottom: 60px;
    position: relative;
}
#gigaContents .yellow_top .ttl {
    font-size: 2.6em;
    font-style: italic;
    font-weight: 700;
    text-align: center;
    margin: 15px auto 10px;
}
#gigaContents .news_list .item {
    position: relative;
    min-height: 390px;
    padding: 2.5% 0;
}
#gigaContents .news_list .item .box {
    width: 50%;
    padding: 2.5% 5%;
    box-sizing: border-box;
}
#gigaContents .news_list .item .box:first-of-type {
    padding: 0;
}
#gigaContents .news_list .item.R .box:last-of-type {
    width: calc(100% - 50%);    
}
#gigaContents .news_list .item.R .box:first-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    position: absolute;
    right: 0;
}
#gigaContents .news_list .item .box .ttl-item {
    font-size: 1.7em;
    font-style: italic;
    font-weight: 700;
    line-height: 1.4em;
    letter-spacing: 0.2px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
}
#gigaContents .news_list .item .box .ttl-item::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: -5px;
    background-color: #00f0ff;
}
#gigaContents .mov {
    position: relative;
    background-color: #000;
    padding: 80px 0;
    width: 90%;
    margin: 0 auto;
}
#gigaContents .mov .ttl {
    font-size: 2em;
    font-style: italic;
    font-weight: 700;
    color: #00f0ff;
    text-align: center;
    margin-bottom: 30px;
}
.tvContainer .logo-responsetv {
    width: 300px;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
}
.tvContainer .youtubebox {
    position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.tvContainer .youtubebox #video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.tvContainer .tvnavi {
    padding: 0;
    margin: 1em auto 0;
    display: flex;
}
.tvContainer .tvnavi li {
    position: relative;
    width: 23.2%;
    margin-left: 2.4%;
    cursor: pointer;
    display: inline-block;
    padding-top: 136px;
    overflow: hidden;
    height: 0;
}
.tvContainer .tvnavi :first-of-type {
    margin-left: 0;
}
.tvContainer .tvnavi li img {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.tvContainer .tvnavi li::before {
    content: '';
    position: absolute;
    display: block;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    width: 50px;
    height: 50px;
    background: url("images/ico-play.png");
    background-size: contain;
    z-index: 1;
    pointer-events: none;
}
.tvContainer .tvnavi li::after {
  content: '';
  position: absolute;
  bottom: 0;
  display: block;
  width: 0px;
  height: 4px;
  transition: width .4s ease;
  background: #00f0ff;
}
.tvContainer .tvnavi li.active::after {
  content: '';
  width: 100%;
}
.spec_container {
    width: 90%;
    margin: auto;
    padding-top: 60px;
    font-size: 14px;
    line-height: 1.6em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top;
}
.spec .photo {
    width: 90%;
    margin: auto;
}
.spec_ul {
    width: 62%;
    margin-top: 10px;
}
.label_wrapper {
    width: 24%;
    clear: both;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
label.black_bg {
    padding: 2px 10px 2px 5px;
    color: #fcee0a;
    background-color: #00000f;
}
label.grey_bg {
    padding: 2px 10px 2px 5px;
    background-color: #bcb600;
    color: #00000f;
}
label.no_bg {
    width: 72%;
    display: inline-block;
    margin-bottom: 20px;
}
.spec_txt {
    margin: 20px auto;
    text-align: justify;
    width: 90%;
    font-size: 14px;
    line-height: 1.6em;
}
.spec_black {
    padding: 5% 2%;
    width: 38%;
    box-sizing: border-box;
    background: url(images/spec_right_bg.png) no-repeat 0 0;
    background-size: 100% auto;
    color: #fced0a;
}
.spec_black .txt {
    margin-bottom: 20px;
}


.link_container {
  opacity: 0;
}
.link_container.animate {
  animation: fadeIn 1s forwards;
  -webkit-animation: fadeIn 1s forwards;
}
.link_container.animate a {
  animation: fadeIn 0.8s forwards ease-in, flash 2.4s infinite;
  -webkit-animation: fadeIn 0.8s forwards ease-in, flash 2.4s infinite;
  animation-delay: 0.8s;
}
.link_container.animate a:hover {
  animation: none;
  opacity: 1;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes flash {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
@keyframes flash {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
#gigaContents .bt-more {
    color: #000;
    font-style: italic;
    font-weight: bold;
    background-color: #00f0ff;
    padding: 0.1em 1em;
    display: inline-block;
    margin-top: 20px;
}