@charset "UTF-8";
/*

  ベースCSS

*/
/* web font */
/*@font-face {
  font-family: "Dezen_Pro_Regular";
  src: url(http://cdn.bjexx.com/v3/fonts/Dezen_Pro_Regular-webfont.woff) format('woff'), url(http://cdn.bjexx.com/v3/fonts/Dezen_Pro_Regular-webfont.woff2) format('woff2'); }*/
* {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: none;
  list-style: none; }

h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, img {
  font-weight: normal;
  margin: 0;
  padding: 0; }

html {
  font-size: 62.5%;
  margin: 0;
  min-width: 768px;
  height: auto;
  padding: 0;
  width: 100%; }

body {
  background-color: #f00;
  width: 100%;
  margin: 0;
  /*height: 100%;*/
 /* height: 100vh;*/
  min-height:100vh;
  min-width: 768px;
  padding: 0;
  position: relative;
  color: #fff;
  overflow-x: hidden;
  overflow-y:hidden;
  font-family: Dezen_Pro_Regular, Arial,"microsoft yahei","Hiragino Sans GB",Helvetica,"Helvetica Neue","Segoe UI",Tahoma,Arial,STHeiti,sans-serif;
  -webkit-text-size-adjust: 100%; }

ul, li {
  list-style-position: inside;
  list-style: none; }

img {
  border-style: none;
  vertical-align: middle; }

a {
  color: #fff;
  text-decoration: none; }

a:visited {
  color: #fff;
  text-decoration: none; }

a:hover {
  color: #fff;
  text-decoration: none; }

a:active {
  color: #fff;
  text-decoration: none; }

a:focus, *:focus {
  outline: underline; }

/*

  メインCSS

*/
div.header {
  background-color: #fff;
  position: fixed;
  height: 30px;
  width: 100%;
  z-index: 122; }

h1 {
  height: 50px;
  left: 0px;
  top: 0px;
  position: absolute;
  width: 195px; }
  h1 a {
    height: 50px;
    width: 195px; }
    h1 a > img {
      height: auto;
      width: 100%; }

h2 {
  height: 17px;
  display: none;
  right: 20px;
  position: absolute;
  top: 12px;
  width: 120px; }

footer {
  display: none;
  background-color: transparent;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
  position: fixed;
  text-align: right;
  width: 100%;
  z-index: 121; }
  footer > span {
    color: #fff;
    font-size: 10px;
    letter-spacing: 1px;
    padding: 0 20px; }
    footer > span img {
      height: 20px;
      margin-right: 10px;
      width: 18px; }

aside#portrait {
  background-color: #f00;
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 121; }
  aside#portrait .pics {
    height: 277px;
    left: 50%;
    margin: -138px 0 0 -138px;
    position: absolute;
    top: 50%;
    width: 277px; }
    aside#portrait .pics img.pic {
      height: 277px;
      left: 0;
      opacity: 1;
      position: absolute;
      top: 0;
      transition: all 0s ease-out;
      width: 277px; }
      aside#portrait .pics img.pic.rotate {
        transform: rotate(90deg);
        transition: all 1s ease-out; }
  aside#portrait p.txt {
    font-size: 16px;
    left: 50%;
    margin: 148px 0 0 -138px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 277px; }

#enter-page {
  background-color: #f00;
  background-image: url(../images/common/tnga_logo_enter.png);
  background-repeat: no-repeat;
  background-position: center center;
  display: none;
  height: 100vh;
  left: 0;
  opacity: 1;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 120; }
  #enter-page > .enter {
    bottom: 0px;
    height: 100px;
    left: 50%;
    display: block;
    margin-left: -100px;
    overflow: hidden;
    position: fixed;
    width: 200px;
    z-index: 10; }
    #enter-page > .enter > p {
      top: 0px;
      font-size: 11px;
      font-weight: bold;
      letter-spacing: 1px;
      line-height: 1.2;
      position: absolute;
      text-align: center;
      transform: scale(1, 1.1);
      width: 200px; }
    #enter-page > .enter > span {
      background-image: url(../images/car/double_arrow_down.png);
      background-position: top center;
      background-repeat: no-repeat;
      background-size: contain;
      height: 35px;
      left: 67px;
      position: absolute;
      top: 35px;
      width: 58px; }
    #enter-page > .enter:hover > span {
      animation: ENTER_SLIDE_DOWN 0.4s cubic-bezier(0.24, 0.85, 0.23, 0.99) 0s forwards; }

.modal_mov {
  background-color: rgba(255, 0, 0, 0.8);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
  left: 0;
  transition: opacity 0.6s ease-out;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  top: 200vh;
  width: 100%;
  z-index: 120; }
  .modal_mov.open {
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    top: 0; }
  .modal_mov video#mov_1 {
    border: 1px solid #000;
    height: auto;
    max-height: 540px;
    z-index: 1;
    max-width: 960px;
    width: 100%; }
  .modal_mov > a.close {
    display: none;
    right: 10px;
    height: 51px;
    margin-left: -24px;
    position: fixed;
    top: 60px;
    width: 48px;
    z-index: 5; }
    .modal_mov > a.close > p {
      bottom: -5px;
      font-size: 15px;
      font-weight: bold;
      letter-spacing: 3px;
      line-height: 1;
      text-align: center;
      position: absolute;
      transform: scale(1, 1.1);
      width: 100%; }
    .modal_mov > a.close > span {
      height: 32px;
      left: 0;
      margin: 0 7px;
      position: absolute;
      top: 0;
      width: 32px; }
      .modal_mov > a.close > span:first-of-type:before {
        background-color: #fff;
        content: "";
        height: 2px;
        left: -2px;
        position: absolute;
        top: 6px;
        transition: all 0.2s ease-out;
        transform: rotate(45deg);
        width: 20px; }
      .modal_mov > a.close > span:first-of-type:after {
        background-color: #fff;
        content: "";
        height: 2px;
        left: -2px;
        position: absolute;
        top: 24px;
        transition: all 0.2s ease-out;
        transform: rotate(-45deg);
        width: 20px; }
      .modal_mov > a.close > span:last-of-type:before {
        background-color: #fff;
        content: "";
        height: 2px;
        left: 15px;
        position: absolute;
        top: 6px;
        transition: all 0.2s ease-out;
        transform: rotate(-45deg);
        width: 20px; }
      .modal_mov > a.close > span:last-of-type:after {
        background-color: #fff;
        content: "";
        height: 2px;
        left: 15px;
        position: absolute;
        top: 24px;
        transition: all 0.2s ease-out;
        transform: rotate(45deg);
        width: 20px; }
    .modal_mov > a.close:hover > span:first-of-type:before {
      left: -4px;
      top: 4px; }
    .modal_mov > a.close:hover > span:first-of-type:after {
      left: -4px;
      top: 26px; }
    .modal_mov > a.close:hover > span:last-of-type:before {
      left: 17px;
      top: 4px; }
    .modal_mov > a.close:hover > span:last-of-type:after {
      left: 17px;
      top: 26px; }

@keyframes ENTER_SLIDE_DOWN {
  0% {
    top: 35px; }
  50% {
    top: 100px; }
  51% {
    top: -10px; }
  100% {
    top: 35px; } }
/*

  ナビゲーションCSS

*/
nav#glovalnav {
	/*background: rgba(227,0,7,.5);*/
  bottom: 80px;
  display: none;
  position: fixed;
  right: 0;
  width: 70px;
  z-index: 203; }
  nav#glovalnav > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative; }
    nav#glovalnav > ul > li {
      border-bottom: 1px solid #fff; }
      nav#glovalnav > ul > li > a {
        display: block;
        height: 69px;
        position: relative;
        width: 70px; }
        nav#glovalnav > ul > li > a > img {
          position: relative;
          z-index: 1; }
        nav#glovalnav > ul > li > a > .dot {
          background-image: url(../images/common/dot_red_2.png);
          height: 69px;
          left: 0;
          opacity: 0;
          position: absolute;
          top: 0;
          transition: opacity 0.5s ease-out;
          width: 70px;
          z-index: 0; }
        nav#glovalnav > ul > li > a > .dot_bright {
          background-image: url(../images/common/dot_red_2.png);
          height: 69px;
          left: 0;
          opacity: 1;
          position: absolute;
          top: 0;
          animation: DOT_BRIGHT 6s cubic-bezier(0.24, 0.85, 0.23, 0.99) 0s infinite;
          width: 70px;
          z-index: 0; }
      nav#glovalnav > ul > li:hover .dot {
        opacity: 1; }
      nav#glovalnav > ul > li:hover .dot_bright {
        display: none; }

div#qr {
  bottom: 54px;
  display: none;
  height: 122px;
  right: 52px;
  position: absolute;
  z-index: 31;
  width: 140px; }

nav#modal_menu {
  background-color: rgba(255, 0, 0, 0.8);
  height: 100vh;
  display: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 115; }
  nav#modal_menu.open {
    display: -ms-flexbox;
    display: flex; }
  nav#modal_menu > ul {
    background-image: url(../images/common/hexagon_line.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: center;
    align-items: center;
    height: 90vh;
    margin-top: 20px;
    min-height: 480px;
    max-height: 600px;
    padding: 60px 0;
    transform: scale(0, 0);
    transition: all 0.5s ease-out;
    opacity: 1;
    width: 676px; }
    nav#modal_menu > ul.open {
      opacity: 1;
      transform: scale(1, 1); }
    nav#modal_menu > ul > li {
      position: relative; }
      nav#modal_menu > ul > li > a {
        text-decoration: none; }
        nav#modal_menu > ul > li > a > p > span.bold {
          font-size: 50px;
          font-weight: bold;
          letter-spacing: 3px;
          text-align: center;
          transform: scale(1, 1.1); }
          nav#modal_menu > ul > li > a > p > span.bold > span.new {
            background-image: url(../images/common/new.png);
            background-repeat: no-repeat;
            background-size: contain;
            height: 41px;
            overflow: hidden;
            position: absolute;
            right: -33px;
            text-indent: -99999px;
            top: -29px;
            width: 50px;
            animation: FLASH 2s cubic-bezier(0.24, 0.85, 0.23, 0.99) infinite; }
        nav#modal_menu > ul > li > a > p > span.note {
          display: block;
          font-size: 16px;
          font-weight: bold;
          text-align: center;
          transform: scale(1, 1.1); }
  nav#modal_menu > .about {
    background-image: url(../images/common/hexagon_line_s.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: block;
    height: 208px;
    left: 20px;
    position: absolute;
    top: 60px;
    width: 180px; }
    nav#modal_menu > .about > a {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
      height: 208px;
      text-decoration: none;
      width: 180px; }
      nav#modal_menu > .about > a > p > span.bold {
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 3px;
        text-align: center;
        transform: scale(1, 1.1); }
      nav#modal_menu > .about > a > p > span.note {
        display: block;
        font-size: 15px;
        font-weight: bold;
        text-align: center;
        transform: scale(1, 1.1); }
  nav#modal_menu > a.close {
    background-color: #fff;
    bottom: 170px;
    right: 0;
    height: 70px;
    position: fixed;
    width: 70px; }
    nav#modal_menu > a.close > span {
      height: 32px;
      left: 0;
      margin: 0 7px;
      position: absolute;
      top: 0;
      width: 32px; }
      nav#modal_menu > a.close > span:first-of-type:before {
        background-color: #f00;
        content: "";
        height: 2px;
        left: 9px;
        position: absolute;
        top: 26px;
        transition: all 0.2s ease-out;
        transform: rotate(45deg);
        width: 20px; }
      nav#modal_menu > a.close > span:first-of-type:after {
        background-color: #f00;
        content: "";
        height: 2px;
        left: 9px;
        position: absolute;
        top: 44px;
        transition: all 0.2s ease-out;
        transform: rotate(-45deg);
        width: 20px; }
      nav#modal_menu > a.close > span:last-of-type:before {
        background-color: #f00;
        content: "";
        height: 2px;
        left: 27px;
        position: absolute;
        top: 26px;
        transition: all 0.2s ease-out;
        transform: rotate(-45deg);
        width: 20px; }
      nav#modal_menu > a.close > span:last-of-type:after {
        background-color: #f00;
        content: "";
        height: 2px;
        left: 27px;
        position: absolute;
        top: 44px;
        transition: all 0.2s ease-out;
        transform: rotate(45deg);
        width: 20px; }
    nav#modal_menu > a.close:hover > span:first-of-type:before {
      left: 7px;
      top: 24px; }
    nav#modal_menu > a.close:hover > span:first-of-type:after {
      left: 7px;
      top: 46px; }
    nav#modal_menu > a.close:hover > span:last-of-type:before {
      left: 29px;
      top: 24px; }
    nav#modal_menu > a.close:hover > span:last-of-type:after {
      left: 29px;
      top: 46px; }

section > a {
  display: block;
  height: 116px;
  top: 30vh;
  margin-top: -58px;
  position: fixed;
  transition: all 0.5s ease-out;
  width: 100px;
  z-index: 31; }
  @media screen and (min-height: 585px) {
    section > a {
      top: 40vh; } }
  @media screen and (min-height: 700px) {
    section > a {
      top: 50vh; } }
  section > a > p {
    display: block;
    height: 16px;
    overflow: hidden;
    position: absolute;
    transition: all 0.5s ease-out;
    text-align: center;
    top: calc(50% - 8px);
    width: 150px; }
    section > a > p > span {
      background: url(../images/common/dot_red.png);
      display: inline-block;
      font-size: 16px;
      font-weight: bold;
      letter-spacing: 3px;
      line-height: 0.8;
      position: relative;
      padding: 2px 0 0 3px;
      transform: scale(1, 1.1); }
  section > a > .bg {
    background-image: url(../images/common/arrow_over.png);
    height: 116px;
    position: absolute;
    top: 0;
    transition: all 0.5s ease-out;
    width: 100px; }
  section > a > .arrow {
    background-repeat: no-repeat;
    height: 58px;
    margin-top: -29px;
    position: absolute;
    top: 50%;
    transition: all 0.5s ease-out;
    width: 50px;
    z-index: 2; }
  section > a.left {
    left: -50px; }
    section > a.left > p {
      display: block;
      right: -90px;
      transform: rotate(90deg); }
    section > a.left > .arrow {
      background-image: url(../images/common/arrow_left.png);
      background-position: 0 0;
      right: 0; }
    section > a.left > .bg {
      left: 0; }
    section > a.left.over > .arrow {
      animation: SLIDE_LEFT 0.4s cubic-bezier(0.24, 0.85, 0.23, 0.99) 0s forwards; }
  section > a.right {
    right: -50px; }
    section > a.right > p {
      display: block;
      left: -90px;
      transform: rotate(-90deg); }
    section > a.right > .arrow {
      background-image: url(../images/common/arrow_right.png);
      background-position: 20px 0;
      left: 0; }
    section > a.right > .bg {
      left: 0; }
    section > a.right.over > .arrow {
      animation: SLIDE_RIGHT 0.4s cubic-bezier(0.24, 0.85, 0.23, 0.99) 0s forwards; }

@keyframes SLIDE_LEFT {
  0% {
    background-position: 0 0; }
  50% {
    background-position: -30px 0; }
  51% {
    background-position: 70px 0; }
  100% {
    background-position: 0 0; } }
@keyframes SLIDE_RIGHT {
  0% {
    background-position: 20px 0; }
  50% {
    background-position: 50px 0; }
  51% {
    background-position: -30px 0; }
  100% {
    background-position: 20px 0; } }
@keyframes DOT_BRIGHT {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/*

  SNS CSS

*/
div#sns {
  bottom: 140px;
  display: none;
  height: 124px;
  right: 68px;
  position: absolute;
  z-index: 20;
  width: 124px; }
  div#sns > .bdsharebuttonbox {
    position: relative; }
    div#sns > .bdsharebuttonbox > a.bds_tsina {
      background-image: url(../images/common/icon_sns_2.png);
      background-position: 0 0;
      background-repeat: no-repeat;
      height: 70px;
      left: 31px;
      margin: 0;
      padding: 0;
      position: absolute;
      transition: all 0.5s ease-out;
      top: 0;
      width: 62px; }
      div#sns > .bdsharebuttonbox > a.bds_tsina:hover {
        background-image: url(../images/common/icon_sns_2_2.png); }
    div#sns > .bdsharebuttonbox > a.bds_weixin {
      background-image: url(../images/common/icon_sns_1.png);
      background-position: 0 0;
      background-repeat: no-repeat;
      height: 70px;
      left: 0;
      margin: 0;
      padding: 0;
      position: absolute;
      transition: all 0.5s ease-out;
      top: 52px;
      width: 62px; }
      div#sns > .bdsharebuttonbox > a.bds_weixin:hover {
        background-image: url(../images/common/icon_sns_1_2.png); }
    div#sns > .bdsharebuttonbox > a.bds_qzone {
      background-image: url(../images/common/icon_sns_3.png);
      background-position: 0 0;
      background-repeat: no-repeat;
      height: 70px;
      left: 61px;
      margin: 0;
      padding: 0;
      position: absolute;
      transition: all 0.5s ease-out;
      top: 52px;
      width: 62px; }
      div#sns > .bdsharebuttonbox > a.bds_qzone:hover {
        background-image: url(../images/common/icon_sns_3_2.png); }

#bdshare_weixin_qrcode_dialog {
  height: 300px !important; }

/*

  SNS CSS

*/
div#loader {
  background-color: red;
  height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 200; }
  div#loader > .inner {
    height: 280px;
    position: relative;
    width: 1080px; }

div#loader2 {
  background-color: rgba(255, 0, 0, 0);
  display: none;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 200; }
  div#loader2 > .bar {
    background-color: #f00;
    height: 2px;
    position: absolute;
    left: 0;
    top: 0;
    width: 0; }

/*

  オープニングCSS

*/
#opening_box {
  display: none;
  height: auto;
  min-height: 549px;
  min-width: 768px;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 2; }
  #opening_box > section {
    height: 400vh;
    position: relative;
    width: 100%;
    min-height: 1000px;
    overflow: hidden;
    position: relative;
    top: 0;
    width: 100%; }
    #opening_box > section .dots {
      background: url(../images/common/dot.png);
      height: 100vh;
      left: 0;
      opacity: 0.1;
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 9; }
    #opening_box > section > video#mov {
      position: absolute;
      width: 100%;
      height: 100vh;
      top: 0;
      z-index: 1; }
    #opening_box > section .cavasInner_mov {
      left: 0;
      position: absolute;
      top: 0px;
      z-index: 1; }
      #opening_box > section .cavasInner_mov canvas#canvas_mov {
        background-color: rgba(255, 255, 255, 0);
        display: block;
        position: relative;
        height: 1000px;
        width: 1400px; }
    #opening_box > section #animation_container {
      background-color: rgba(255, 255, 255, 0);
      -ms-flex-align: center;
      align-items: center;
      display: -ms-flexbox;
      display: flex;
      height: 100vh;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 0;
      padding: 0;
      position: fixed;
      width: 100%;
      z-index: 11; }
      #opening_box > section #animation_container .inner {
        height: inherit;
        margin: 0;
        padding: 0;
        position: relative;
        width: 100%; }
        #opening_box > section #animation_container .inner #svghead_00_1 {
          background-image: url(../images/op/op_txts.png);
          background-repeat: no-repeat;
          background-position: 0 0;
          display: none;
          height: 73px;
          left: 50%;
          margin-left: -396px;
          margin-top: -206px;
          opacity: 1;
          overflow: hidden;
          position: absolute;
          top: 50%;
          width: 793px; }
        #opening_box > section #animation_container .inner #svghead_00_2 {
          background-image: url(../images/op/op_txts.png);
          background-repeat: no-repeat;
          background-position: 0 0;
          display: none;
          height: 73px;
          left: 50%;
          margin-left: -396px;
          margin-top: -96px;
          opacity: 1;
          overflow: hidden;
          position: absolute;
          top: 50%;
          width: 793px; }
        #opening_box > section #animation_container .inner #svghead_00_3 {
          background-image: url(../images/op/op_txts.png);
          background-repeat: no-repeat;
          background-position: 0 0;
          display: none;
          height: 73px;
          left: 50%;
          margin-left: -396px;
          margin-top: 16px;
          opacity: 1;
          overflow: hidden;
          position: absolute;
          top: 50%;
          width: 793px; }
        #opening_box > section #animation_container .inner #svghead_00_4 {
          background-image: url(../images/op/op_txts.png);
          background-repeat: no-repeat;
          background-position: 0 0;
          display: none;
          height: 73px;
          left: 50%;
          margin-left: -396px;
          margin-top: 126px;
          opacity: 1;
          overflow: hidden;
          position: absolute;
          top: 50%;
          width: 793px; }
        #opening_box > section #animation_container .inner #svghead_01_1 {
          height: 77px;
          left: 50%;
          opacity: 0;
          margin-left: -805px;
          margin-top: -400px;
          position: absolute;
          transform: scale(10, 10);
          transition: all 0.6s ease-out;
          top: 50%;
          width: 67px; }
          #opening_box > section #animation_container .inner #svghead_01_1.anime {
            margin-left: -305px;
            margin-top: -40px;
            opacity: 1;
            transform: scale(1, 1); }
            #opening_box > section #animation_container .inner #svghead_01_1.anime.end {
              left: 100%;
              transition: all 0.4s ease-out;
              margin-left: -214px;
              margin-top: -8px;
              transform: scale(0.17, 0.17);
              top: 0;
              opacity: 1; }
        #opening_box > section #animation_container .inner #svghead_01_2 {
          height: 78px;
          left: 50%;
          opacity: 0;
          margin-left: 813px;
          margin-top: -408px;
          position: absolute;
          transform: scale(20, 20);
          transition: all 0.6s ease-out;
          top: 50%;
          width: 78px; }
          #opening_box > section #animation_container .inner #svghead_01_2.anime {
            margin-left: -213px;
            margin-top: -38px;
            opacity: 1;
            transform: scale(1, 1); }
            #opening_box > section #animation_container .inner #svghead_01_2.anime.end {
              left: 100%;
              transition: all 0.4s ease-out;
              margin-left: -192px;
              margin-top: -8px;
              transform: scale(0.17, 0.17);
              top: 0;
              opacity: 0; }
        #opening_box > section #animation_container .inner #svghead_01_3 {
          height: 79px;
          left: 50%;
          opacity: 0;
          margin-left: 812px;
          margin-top: 838px;
          position: absolute;
          transform: scale(20, 20);
          transition: all 0.6s ease-out;
          top: 50%;
          width: 73px; }
          #opening_box > section #animation_container .inner #svghead_01_3.anime {
            margin-left: -112px;
            margin-top: -38px;
            opacity: 1;
            transform: scale(1, 1); }
            #opening_box > section #animation_container .inner #svghead_01_3.anime.end {
              left: 100%;
              transition: all 0.4s ease-out;
              margin-left: -163px;
              margin-top: -8px;
              transform: scale(0.17, 0.17);
              top: 0;
              opacity: 0; }
        #opening_box > section #animation_container .inner #svghead_01_4 {
          height: 78px;
          left: 50%;
          opacity: 0;
          margin-left: 0px;
          margin-top: -200px;
          position: absolute;
          transform: scale(20, 20);
          transition: all 0.6s ease-out;
          top: 50%;
          width: 81px; }
          #opening_box > section #animation_container .inner #svghead_01_4.anime {
            margin-left: 33px;
            margin-top: -39px;
            opacity: 1;
            transform: scale(1, 1); }
            #opening_box > section #animation_container .inner #svghead_01_4.anime.end {
              left: 100%;
              transition: all 0.4s ease-out;
              margin-left: -126px;
              margin-top: -8px;
              transform: scale(0.17, 0.17);
              top: 0;
              opacity: 0; }
        #opening_box > section #animation_container .inner #svghead_01_5 {
          height: 80px;
          left: 50%;
          opacity: 0;
          margin-left: 136px;
          margin-top: -39px;
          position: absolute;
          transform: scale(20, 20);
          transition: all 0.6s ease-out;
          top: 50%;
          width: 72px; }
          #opening_box > section #animation_container .inner #svghead_01_5.anime {
            margin-left: 136px;
            margin-top: -39px;
            opacity: 1;
            transform: scale(1, 1); }
            #opening_box > section #animation_container .inner #svghead_01_5.anime.end {
              left: 100%;
              transition: all 0.4s ease-out;
              margin-left: -94px;
              margin-top: -8px;
              transform: scale(0.17, 0.17);
              top: 0;
              opacity: 0; }
        #opening_box > section #animation_container .inner #svghead_01_6 {
          height: 78px;
          left: 50%;
          opacity: 0;
          margin-left: -729px;
          margin-top: 340px;
          position: absolute;
          transform: scale(20, 20);
          transition: all 0.6s ease-out;
          top: 50%;
          width: 77px; }
          #opening_box > section #animation_container .inner #svghead_01_6.anime {
            margin-left: 229px;
            margin-top: -40px;
            opacity: 1;
            transform: scale(1, 1); }
            #opening_box > section #animation_container .inner #svghead_01_6.anime.end {
              left: 100%;
              transition: all 0.4s ease-out;
              margin-left: -70px;
              margin-top: -8px;
              transform: scale(0.17, 0.17);
              top: 0;
              opacity: 0; }
        #opening_box > section #animation_container .inner .cavasInner {
          left: 0;
          position: absolute;
          top: 50px; }
          #opening_box > section #animation_container .inner .cavasInner canvas#canvas {
            background-color: rgba(255, 255, 255, 0);
            display: block;
            position: absolute;
            left: 50%;
            height: 1000px;
            margin-left: -700px;
            width: 1400px;
            z-index: 11; }
          #opening_box > section #animation_container .inner .cavasInner #dom_overlay_container {
            pointer-events: none;
            overflow: hidden;
            height: 100%;
            position: absolute;
            left: 0px;
            top: 0px;
            display: block;
            width: 100%;
            z-index: 11; }
        #opening_box > section #animation_container .inner #svghead_02 {
          display: none;
          height: 100vh;
          left: 0;
          opacity: 1;
          overflow: hidden;
          position: absolute;
          top: 0;
          width: 100%; }
          #opening_box > section #animation_container .inner #svghead_02 > .txt_1 {
            height: 72px;
            left: 50%;
            margin-left: -263px;
            margin-top: -92px;
            position: absolute;
            top: 50%;
            width: 526px; }
            #opening_box > section #animation_container .inner #svghead_02 > .txt_1 > span {
              background-image: url(../images/op/opTxt_7_1.png);
              background-repeat: no-repeat;
              height: 72px;
              position: absolute;
              transition: all 0.5s ease-out;
              top: 0;
              width: 67px; }
              #opening_box > section #animation_container .inner #svghead_02 > .txt_1 > span.t1_1 {
                background-position: 0 0;
                left: -100vw; }
                #opening_box > section #animation_container .inner #svghead_02 > .txt_1 > span.t1_1.anime {
                  left: 0; }
              #opening_box > section #animation_container .inner #svghead_02 > .txt_1 > span.t1_2 {
                background-position: -75px 0;
                left: -100vw; }
                #opening_box > section #animation_container .inner #svghead_02 > .txt_1 > span.t1_2.anime {
                  left: 75px; }
              #opening_box > section #animation_container .inner #svghead_02 > .txt_1 > span.t1_3 {
                background-position: -153px 0;
                left: -100vw; }
                #opening_box > section #animation_container .inner #svghead_02 > .txt_1 > span.t1_3.anime {
                  left: 153px; }
              #opening_box > section #animation_container .inner #svghead_02 > .txt_1 > span.t1_4 {
                background-position: -230px 0;
                left: -100vw; }
                #opening_box > section #animation_container .inner #svghead_02 > .txt_1 > span.t1_4.anime {
                  left: 230px; }
              #opening_box > section #animation_container .inner #svghead_02 > .txt_1 > span.t1_5 {
                background-position: -307px 0;
                left: -100vw; }
                #opening_box > section #animation_container .inner #svghead_02 > .txt_1 > span.t1_5.anime {
                  left: 307px; }
              #opening_box > section #animation_container .inner #svghead_02 > .txt_1 > span.t1_6 {
                background-position: -383px 0;
                left: -100vw; }
                #opening_box > section #animation_container .inner #svghead_02 > .txt_1 > span.t1_6.anime {
                  left: 383px; }
              #opening_box > section #animation_container .inner #svghead_02 > .txt_1 > span.t1_7 {
                background-position: -460px 0;
                left: -100vw; }
                #opening_box > section #animation_container .inner #svghead_02 > .txt_1 > span.t1_7.anime {
                  left: 460px; }
            #opening_box > section #animation_container .inner #svghead_02 > .txt_1 > .bg_red {
              background: url(../images/common/dot_red_bgTxt.png);
              height: 72px;
              display: none;
              left: 0;
              position: absolute;
              top: 0;
              width: 100%;
              z-index: -1; }
            #opening_box > section #animation_container .inner #svghead_02 > .txt_1 > .bg {
              background: #fff;
              height: 72px;
              right: 100vw;
              position: absolute;
              transform: skew(-10deg);
              top: 0;
              width: 200%; }
              #opening_box > section #animation_container .inner #svghead_02 > .txt_1 > .bg.anime {
                animation: MOVE_TORIGHT 0.5s ease-out 0s forwards; }
@keyframes MOVE_TORIGHT {
  0% {
    right: 100vw;
    width: 200%; }
  50% {
    right: -50px;
    width: 200%; }
  100% {
    right: -50px;
    width: 0%; } }
          #opening_box > section #animation_container .inner #svghead_02 > .txt_2 {
            height: 71px;
            left: 50%;
            margin-left: -262px;
            margin-top: 15px;
            position: absolute;
            top: 50%;
            width: 524px; }
            #opening_box > section #animation_container .inner #svghead_02 > .txt_2 > span {
              background-image: url(../images/op/opTxt_7_2.png);
              background-repeat: no-repeat;
              height: 71px;
              position: absolute;
              transition: all 0.5s ease-out;
              top: 0;
              width: 67px; }
              #opening_box > section #animation_container .inner #svghead_02 > .txt_2 > span.t2_1 {
                background-position: 0 0;
                left: 100vw; }
                #opening_box > section #animation_container .inner #svghead_02 > .txt_2 > span.t2_1.anime {
                  left: 0; }
              #opening_box > section #animation_container .inner #svghead_02 > .txt_2 > span.t2_2 {
                background-position: -76px 0;
                left: 100vw; }
                #opening_box > section #animation_container .inner #svghead_02 > .txt_2 > span.t2_2.anime {
                  left: 76px; }
              #opening_box > section #animation_container .inner #svghead_02 > .txt_2 > span.t2_3 {
                background-position: -153px 0;
                left: 100vw; }
                #opening_box > section #animation_container .inner #svghead_02 > .txt_2 > span.t2_3.anime {
                  left: 153px; }
              #opening_box > section #animation_container .inner #svghead_02 > .txt_2 > span.t2_4 {
                background-position: -230px 0;
                left: 100vw; }
                #opening_box > section #animation_container .inner #svghead_02 > .txt_2 > span.t2_4.anime {
                  left: 230px; }
              #opening_box > section #animation_container .inner #svghead_02 > .txt_2 > span.t2_5 {
                background-position: -307px 0;
                left: 100vw; }
                #opening_box > section #animation_container .inner #svghead_02 > .txt_2 > span.t2_5.anime {
                  left: 307px; }
              #opening_box > section #animation_container .inner #svghead_02 > .txt_2 > span.t2_6 {
                background-position: -384px 0;
                left: 100vw; }
                #opening_box > section #animation_container .inner #svghead_02 > .txt_2 > span.t2_6.anime {
                  left: 384px; }
              #opening_box > section #animation_container .inner #svghead_02 > .txt_2 > span.t2_7 {
                background-position: -460px 0;
                left: 100vw; }
                #opening_box > section #animation_container .inner #svghead_02 > .txt_2 > span.t2_7.anime {
                  left: 460px; }
            #opening_box > section #animation_container .inner #svghead_02 > .txt_2 > .bg_red {
              background: url(../images/common/dot_red_bgTxt.png);
              height: 72px;
              display: none;
              left: 0;
              position: absolute;
              top: 0;
              width: 100%;
              z-index: -1; }
            #opening_box > section #animation_container .inner #svghead_02 > .txt_2 > .bg {
              background: #fff;
              height: 71px;
              left: 100vw;
              position: absolute;
              transform: skew(-10deg);
              top: 0;
              width: 200%; }
              #opening_box > section #animation_container .inner #svghead_02 > .txt_2 > .bg.anime {
                animation: MOVE_TOLEFT 0.5s ease-out 0s forwards; }
@keyframes MOVE_TOLEFT {
  0% {
    left: 100vw;
    width: 200%; }
  50% {
    left: -50px;
    width: 200%; }
  100% {
    left: -50px;
    width: 0%; } }
    #opening_box > section .skip {
      position: fixed;
      height: 57px;
      right: 20px;
      top: 60px;
      width: 105px;
      z-index: 200; }
      #opening_box > section .skip > a {
        display: block;
        height: 57px;
        overflow: hidden;
        position: absolute;
        width: 105px;
        z-index: 2; }
        #opening_box > section .skip > a > p {
          top: 0;
          font-size: 11px;
          font-weight: bold;
          letter-spacing: 1px;
          line-height: 57px;
          left: 0;
          text-align: center;
          position: absolute;
          pointer-events: none;
          transform: scale(1, 1.1);
          width: 105px;
          z-index: 2; }
        #opening_box > section .skip > a > span {
          background-image: url(../images/op/op_double_arrow_right.png);
          background-position: right center;
          background-repeat: no-repeat;
          height: 27px;
          right: 10px;
          position: absolute;
          top: 14px;
          width: 20px;
          z-index: 1; }
        #opening_box > section .skip > a:hover > span {
          animation: SKIP_SLIDE_RIGHT 0.4s cubic-bezier(0.24, 0.85, 0.23, 0.99) 0s forwards; }
    #opening_box > section .soundBtn {
      border-bottom: 1px solid #fff;
      height: 55px;
      position: fixed;
      right: 0;
      bottom: 40px;
      width: 70px;
      z-index: 20; }
      #opening_box > section .soundBtn > a {
        display: block;
        height: 55px;
        left: 0;
        position: absolute;
        top: 0;
        width: 70px; }
        #opening_box > section .soundBtn > a > p {
          top: 30px;
          font-size: 10px;
          font-weight: bold;
          letter-spacing: 1px;
          line-height: 1;
          left: 0;
          position: absolute;
          text-align: center;
          transform: scale(1, 1.1);
          width: 70px; }
        #opening_box > section .soundBtn > a > span {
          display: block;
          height: 22px;
          position: relative;
          width: 70px; }
          #opening_box > section .soundBtn > a > span > span {
            background-color: #fff;
            bottom: 0;
            left: 50%;
            position: absolute;
            width: 1px; }
            #opening_box > section .soundBtn > a > span > span:nth-of-type(1) {
              margin-left: -10px; }
            #opening_box > section .soundBtn > a > span > span:nth-of-type(2) {
              margin-left: -3px; }
            #opening_box > section .soundBtn > a > span > span:nth-of-type(3) {
              margin-left: 4px; }
            #opening_box > section .soundBtn > a > span > span:nth-of-type(4) {
              margin-left: 11px; }
        #opening_box > section .soundBtn > a.on {
          display: block; }
          #opening_box > section .soundBtn > a.on > span > span:nth-of-type(1) {
            animation: WAVES 0.6s linear 0s infinite alternate; }
          #opening_box > section .soundBtn > a.on > span > span:nth-of-type(2) {
            animation: WAVES 0.9s linear 0s infinite alternate; }
          #opening_box > section .soundBtn > a.on > span > span:nth-of-type(3) {
            animation: WAVES 1s linear 0s infinite alternate; }
          #opening_box > section .soundBtn > a.on > span > span:nth-of-type(4) {
            animation: WAVES 0.8s linear 0s infinite alternate; }
        #opening_box > section .soundBtn > a.off {
          display: none; }
          #opening_box > section .soundBtn > a.off > span > span:nth-of-type(1) {
            height: 5px; }
          #opening_box > section .soundBtn > a.off > span > span:nth-of-type(2) {
            height: 7px; }
          #opening_box > section .soundBtn > a.off > span > span:nth-of-type(3) {
            height: 6px; }
          #opening_box > section .soundBtn > a.off > span > span:nth-of-type(4) {
            height: 5px; }

@keyframes SKIP_SLIDE_RIGHT {
  0% {
    right: 10px; }
  50% {
    right: -50px; }
  51% {
    right: 105px; }
  100% {
    right: 10px; } }
@keyframes WAVES {
  10% {
    height: 20%; }
  20% {
    height: 60%; }
  40% {
    height: 40%; }
  50% {
    height: 100%; }
  100% {
    height: 50%; } }
/*

  コンセプトカーCSS

*/
#conceptcar_box {
	background: #fff;
  display: none;
  height: 100vh;
  min-height: 549px;
  min-width: 768px;
  position: absolute;
  top: -35px;
  width: 100%;
  z-index: 1; }
  #conceptcar_box > section {
    height: 100vh;
    min-height: 549px;
    overflow: hidden;
    position: relative;
    top: 0;
    width: 100%; }
    #conceptcar_box > section.top {
      z-index: 1;
      transition: all 0.5s ease-out; }
      #conceptcar_box > section.top.blur {
        -webkit-filter: blur(10px);
        filter: blur(10px);
        transform: scale(1.02); }
      #conceptcar_box > section.top.blur_ie:after {
        background-color: rgba(0, 0, 0, 0.8);
        content: "";
        height: 100vh;
        left: 0;
        position: absolute;
        transition: all 0.5s ease-out;
        top: 0;
        width: 100%;
        z-index: 20; }
    #conceptcar_box > section > .head {
      height: 292px;
      left: 50%;
      margin-left: -161px;
      position: absolute;
      top: 130px;
      width: 323px;
      z-index: 4;
      transform: scale(1);
      transition: all 0.5s ease-out;
      z-index: 3; }
      #conceptcar_box > section > .head.min-820 {
        top: 80px;
        transform: scale(0.8); }
      #conceptcar_box > section > .head.min-720 {
        top: 60px;
        transform: scale(0.7); }
      #conceptcar_box > section > .head.min-620 {
        top: 20px;
        transform: scale(0.6); }
      #conceptcar_box > section > .head > img.p0 {
        height: 292px;
        width: 323px;
        display: none; }
      #conceptcar_box > section > .head > img {
        position: absolute;
        transition: all 1s ease-out; }
      #conceptcar_box > section > .head > img.p1 {
        height: 126px;
        left: 0;
        top: 3px;
        opacity: 0;
        width: 97px; }
        #conceptcar_box > section > .head > img.p1.anime {
          opacity: 1; }
      #conceptcar_box > section > .head > img.p2 {
        height: 126px;
        left: 70px;
        top: 3px;
        opacity: 0;
        width: 100px; }
        #conceptcar_box > section > .head > img.p2.anime {
          opacity: 1; }
      #conceptcar_box > section > .head > img.p3 {
        height: 132px;
        left: 130px;
        top: 0;
        opacity: 0;
        width: 115px; }
        #conceptcar_box > section > .head > img.p3.anime {
          opacity: 1; }
      #conceptcar_box > section > .head > img.p4 {
        height: 126px;
        left: 206px;
        top: 3px;
        opacity: 0;
        width: 112px; }
        #conceptcar_box > section > .head > img.p4.anime {
          opacity: 1; }
      #conceptcar_box > section > .head > span.p5 {
        background-image: url(../images/common/tnga_logo_p5.svg);
        background-repeat: no-repeat;
        background-size: 322px 21px;
        height: 21px;
        left: 2px;
        opacity: 0;
        position: absolute;
        transition: all 1s ease-out;
        top: 142px;
        width: 322px; }
        #conceptcar_box > section > .head > span.p5.anime {
          opacity: 1; }
      #conceptcar_box > section > .head > img.p6 {
        height: 58px;
        left: 0;
        top: 178px;
        opacity: 0;
        width: 319px;
        transition: all 1s ease-out; }
        #conceptcar_box > section > .head > img.p6.anime {
          opacity: 1; }
      #conceptcar_box > section > .head > span.p7 {
        background-image: url(../images/common/tnga_logo_p7.svg);
        background-repeat: no-repeat;
        background-size: 317px 22px;
        height: 22px;
        left: 2px;
        position: absolute;
        transition: all 1s ease-out;
        top: 270px;
        width: 0; }
        #conceptcar_box > section > .head > span.p7.anime {
          width: 317px; }
    #conceptcar_box > section > .car {
      height: auto;
      left: 0;
      position: absolute;
      top: 445px;
      max-width: 1400px;
      min-width: 768px;
      transition: all 0.5s ease-out;
      width: 100%;
      z-index: 3; }
      @media screen and (min-width: 1400px) {
        #conceptcar_box > section > .car {
          left: 50%;
          margin-left: -700px; } }
      #conceptcar_box > section > .car.min-820 {
        top: 355px;
        max-width: 1350px; }
        @media screen and (min-width: 1350px) {
          #conceptcar_box > section > .car.min-820 {
            left: 50%;
            margin-left: -675px; } }
      #conceptcar_box > section > .car.min-720 {
        top: 305px;
        max-width: 1300px; }
        @media screen and (min-width: 1300px) {
          #conceptcar_box > section > .car.min-720 {
            left: 50%;
            margin-left: -650px; } }
      #conceptcar_box > section > .car.min-620 {
        top: 250px;
        max-width: 1300px; }
        @media screen and (min-width: 1300px) {
          #conceptcar_box > section > .car.min-620 {
            left: 50%;
            margin-left: -650px; } }
      #conceptcar_box > section > .car > .left_name {
        bottom: -30px;
        height: 57px;
        left: 20%;
        opacity: 0;
        padding: 8px 0 8px 55px;
        position: absolute;
        pointer-events: none;
        transition: all 0.5s ease-out;
        width: 166px;
        z-index: 3; }
        #conceptcar_box > section > .car > .left_name:after {
          background-image: url(../images/car/double_arrow_left.png);
          background-repeat: no-repeat;
          background-position: 0 0;
          content: "";
          height: 57px;
          left: 0;
          position: absolute;
          top: 0;
          width: 48px; }
        #conceptcar_box > section > .car > .left_name.anime {
          opacity: 1; }
          #conceptcar_box > section > .car > .left_name.anime:after {
            animation: FLASH 2s cubic-bezier(0.24, 0.85, 0.23, 0.99) infinite; }
        #conceptcar_box > section > .car > .left_name > img {
          height: auto;
          width: 100%; }
      #conceptcar_box > section > .car > .right_name {
        bottom: -30px;
        height: 57px;
        opacity: 0;
        padding: 8px 55px 8px 0;
        position: absolute;
        pointer-events: none;
        transition: all 0.5s ease-out;
        right: 20%;
        width: 160px;
        z-index: 3; }
        #conceptcar_box > section > .car > .right_name:after {
          background-image: url(../images/car/double_arrow_right.png);
          background-repeat: no-repeat;
          background-position: 0 0;
          content: "";
          height: 57px;
          right: 0;
          position: absolute;
          top: 0;
          width: 48px; }
        #conceptcar_box > section > .car > .right_name.anime {
          opacity: 1; }
          #conceptcar_box > section > .car > .right_name.anime:after {
            animation: FLASH 2s cubic-bezier(0.24, 0.85, 0.23, 0.99) infinite; }
        #conceptcar_box > section > .car > .right_name > img {
          height: auto;
          width: 100%; }
      #conceptcar_box > section > .car > a {
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 100% auto;
        height: calc(100% + 40px);
        opacity: 0;
        position: absolute;
        transition: all 0.6s ease-out;
        top: 0;
        width: 50%;
        z-index: 5; }
        #conceptcar_box > section > .car > a:hover {
          opacity: 1; }
        #conceptcar_box > section > .car > a.left_car {
          background-image: url(../images/car/car_1_ov.png);
          left: 0; }
        #conceptcar_box > section > .car > a.right_car {
          background-image: url(../images/car/car_2_ov.png);
          right: 0; }
      #conceptcar_box > section > .car > img {
        height: auto;
        width: 100%; }
    #conceptcar_box > section > .ground {
      height: calc(100vh - 500px);
      left: 0;
      position: absolute;
      top: 500px;
      transition: all 0.5s ease-out;
      width: 100%;
      z-index: 2; }
      #conceptcar_box > section > .ground.min-820 {
        top: 420px; }
      #conceptcar_box > section > .ground.min-720 {
        top: 370px; }
      #conceptcar_box > section > .ground.min-620 {
        top: 320px; }
      #conceptcar_box > section > .ground > img {
        height: 100%;
        width: 100%; }
    #conceptcar_box > section > video#mov {
      position: absolute;
      width: 100%;
      height: 100vh;
      top: 0;
      z-index: 1; }
    #conceptcar_box > section .cavasInner_mov_car {
      left: 0;
      position: absolute;
      top: 0px;
      z-index: 1; }
      #conceptcar_box > section .cavasInner_mov_car canvas#canvas_mov_car {
        background-color: rgba(255, 255, 255, 0);
        display: block;
        position: relative;
        height: 1000px;
        width: 1400px; }
    #conceptcar_box > section #car_animation_container {
      height: auto;
      left: 0;
      position: absolute;
      max-width: 1400px;
      min-width: 768px;
      transition: all 0.5s ease-out;
      width: 100%;
      z-index: 12; }
      @media screen and (min-width: 1400px) {
        #conceptcar_box > section #car_animation_container {
          left: 50%;
          margin-left: -700px; } }
      #conceptcar_box > section #car_animation_container.min-820 {
        max-width: 1350px; }
        @media screen and (min-width: 1350px) {
          #conceptcar_box > section #car_animation_container.min-820 {
            left: 50%;
            margin-left: -675px; } }
      #conceptcar_box > section #car_animation_container.min-720 {
        max-width: 1300px; }
        @media screen and (min-width: 1300px) {
          #conceptcar_box > section #car_animation_container.min-720 {
            left: 50%;
            margin-left: -650px; } }
      #conceptcar_box > section #car_animation_container.min-620 {
        max-width: 1300px; }
        @media screen and (min-width: 1300px) {
          #conceptcar_box > section #car_animation_container.min-620 {
            left: 50%;
            margin-left: -650px; } }
      #conceptcar_box > section #car_animation_container canvas#canvas_curtain {
        background-color: rgba(255, 255, 255, 0);
        display: block;
        position: absolute;
        height: inherit;
        width: inherit; }
      #conceptcar_box > section #car_animation_container #dom_overlay_container {
        pointer-events: none;
        overflow: hidden;
        height: 100%;
        position: absolute;
        left: 0px;
        top: 0px;
        display: block;
        width: 100%; }
    #conceptcar_box > section .link-box {
      height: 116px;
      display: block;
      position: absolute;
      right: 110px;
      top: 60px;
      transform: scale(0);
      width: 100px;
      z-index: 12; }
      @media screen and (min-height: 700px) and (min-width: 900px) {
        #conceptcar_box > section .link-box {
          height: 162px;
          width: 140px; } }
      @media screen and (min-height: 780px) and (min-width: 1200px) {
        #conceptcar_box > section .link-box {
          height: 208px;
          width: 180px; } }
      #conceptcar_box > section .link-box.anime {
        display: block;
        transition: all 0.3s ease-out;
        transform: scale(1); }
      #conceptcar_box > section .link-box:hover {
        transition: all 0.2s ease-out;
        transform: scale(1.05); }
      #conceptcar_box > section .link-box > a {
        display: block;
        height: inherit;
        position: relative;
        max-width: inherit;
        width: inherit; }
        #conceptcar_box > section .link-box > a > img {
          height: auto;
          width: 100%; }
    #conceptcar_box > section.detail {
      display: none;
      min-height: 100vh;
      position: absolute;
      top: 100vh;
      z-index: 2; }
      #conceptcar_box > section.detail .logo {
        bottom: 15px;
        height: 69px;
        display: none;
        left: 20px;
        position: absolute;
        width: 236px; }
      #conceptcar_box > section.detail .detail_container {
        position: relative; }
        #conceptcar_box > section.detail .detail_container .list_pics {
          display: block;
          height: 100vh;
          margin-bottom: 100px;
          position: relative;
          width: 100%; }
          #conceptcar_box > section.detail .detail_container .list_pics > a.back {
            right: 105px;
            height: 62px;
            display: none;
            margin-left: -20px;
            position: fixed;
            top: 63px;
            width: 39px;
            z-index: 10; }
            #conceptcar_box > section.detail .detail_container .list_pics > a.back > p {
              bottom: -1px;
              font-size: 15px;
              font-weight: bold;
              letter-spacing: 3px;
              line-height: 1;
              text-align: center;
              transform: scale(1, 1.1);
              position: absolute;
              width: 100%; }
            #conceptcar_box > section.detail .detail_container .list_pics > a.back > span {
              height: 32px;
              left: 0;
              margin: -19px 7px 0;
              position: absolute;
              top: 19px;
              width: 32px; }
              #conceptcar_box > section.detail .detail_container .list_pics > a.back > span:first-of-type:before {
                background-color: #fff;
                content: "";
                height: 2px;
                left: -6px;
                position: absolute;
                top: 6px;
                transition: all 0.2s ease-out;
                transform: rotate(-45deg);
                width: 20px; }
              #conceptcar_box > section.detail .detail_container .list_pics > a.back > span:first-of-type:after {
                background-color: #fff;
                content: "";
                height: 2px;
                left: 11px;
                position: absolute;
                top: 6px;
                transition: all 0.2s ease-out;
                transform: rotate(45deg);
                width: 20px; }
              #conceptcar_box > section.detail .detail_container .list_pics > a.back > span:last-of-type:before {
                background-color: #fff;
                content: "";
                height: 30px;
                left: 11px;
                position: absolute;
                top: 7px;
                transition: all 0.2s ease-out;
                width: 2px; }
            #conceptcar_box > section.detail .detail_container .list_pics > a.back:hover > span {
              animation: CAR_SLIDE_UP 0.4s cubic-bezier(0.24, 0.85, 0.23, 0.99) 0s forwards; }
          #conceptcar_box > section.detail .detail_container .list_pics > a.details {
            bottom: 30px;
            height: 87px;
            left: 50%;
            display: none;
            margin-left: -33px;
            overflow: hidden;
            position: fixed;
            width: 80px;
            z-index: 10; }
            #conceptcar_box > section.detail .detail_container .list_pics > a.details:before {
              content: "";
              height: 20px;
              left: 27px;
              position: absolute;
              top: 67px;
              width: 2px; }
            #conceptcar_box > section.detail .detail_container .list_pics > a.details > p {
              top: 0px;
              font-size: 15px;
              font-weight: bold;
              letter-spacing: 3px;
              line-height: 1;
              left: 50%;
              margin-left: -33px;
              text-align: center;
              position: absolute;
              transform: scale(1, 1.1);
              width: 70px; }
            #conceptcar_box > section.detail .detail_container .list_pics > a.details > span {
              background-image: url(../images/car/double_arrow_down.png);
              background-position: top center;
              background-repeat: no-repeat;
              height: 46px;
              left: 0;
              position: absolute;
              top: 22px;
              width: 80px; }
            #conceptcar_box > section.detail .detail_container .list_pics > a.details:hover > span {
              animation: CAR_SLIDE_DOWN 0.4s cubic-bezier(0.24, 0.85, 0.23, 0.99) 0s forwards; }
          #conceptcar_box > section.detail .detail_container .list_pics .name {
            height: 60px;
            left: 50%;
            position: absolute;
            top: 60px;
            margin-top: 0;
            transition: all 0.3s ease-out;
            transform: scale(0.7);
            width: 360px;
            z-index: 2; }
            @media screen and (min-height: 600px) {
              #conceptcar_box > section.detail .detail_container .list_pics .name {
                top: 50%;
                margin-top: -235px;
                transform: scale(0.9); } }
            @media screen and (min-height: 720px) {
              #conceptcar_box > section.detail .detail_container .list_pics .name {
                top: 50%;
                margin-top: -260px;
                transform: scale(1); } }
            #conceptcar_box > section.detail .detail_container .list_pics .name > img {
              height: auto;
              width: 100%; }
          #conceptcar_box > section.detail .detail_container .list_pics p.txt {
            font-size: 16px;
            padding: 0 20px;
            position: absolute;
            top: 160px;
            margin-top: 0;
            text-align: center;
            transition: all 0.3s ease-out;
            width: 100%;
            z-index: 2; }
            #conceptcar_box > section.detail .detail_container .list_pics p.txt > span {
              font-size: 18px;
              font-weight: bold;
              letter-spacing: 2px; }
            @media screen and (min-height: 600px) {
              #conceptcar_box > section.detail .detail_container .list_pics p.txt {
                top: 50%;
                margin-top: -125px; } }
            @media screen and (min-height: 720px) {
              #conceptcar_box > section.detail .detail_container .list_pics p.txt {
                top: 50%;
                margin-top: -135px; } }
          #conceptcar_box > section.detail .detail_container .list_pics .lpics_lists {
            display: block;
            height: 100vh;
            position: relative;
            width: 100%; }
            #conceptcar_box > section.detail .detail_container .list_pics .lpics_lists > li {
              background-size: contain;
              background-repeat: no-repeat;
              display: inline-block;
              height: 185px;
              left: 50%;
              position: absolute;
              transition: all 0.3s ease-out;
              transform: scale(1);
              top: 50%;
              width: 213px;
              z-index: 1; }
              #conceptcar_box > section.detail .detail_container .list_pics .lpics_lists > li.over {
                transform: scale(1.2);
                z-index: 2; }
              #conceptcar_box > section.detail .detail_container .list_pics .lpics_lists > li > .link_box {
                height: 213px;
                left: 14px;
                position: absolute;
                top: -14px;
                transform: rotate(90deg);
                z-index: 50;
                width: 185px; }
              #conceptcar_box > section.detail .detail_container .list_pics .lpics_lists > li:nth-of-type(odd) {
                margin-top: -75px; }
              #conceptcar_box > section.detail .detail_container .list_pics .lpics_lists > li:nth-of-type(even) {
                margin-top: 16px; }
              #conceptcar_box > section.detail .detail_container .list_pics .lpics_lists > li:nth-of-type(1) {
                margin-left: -505px; }
              #conceptcar_box > section.detail .detail_container .list_pics .lpics_lists > li:nth-of-type(2) {
                margin-left: -347px; }
              #conceptcar_box > section.detail .detail_container .list_pics .lpics_lists > li:nth-of-type(3) {
                margin-left: -188px; }
              #conceptcar_box > section.detail .detail_container .list_pics .lpics_lists > li:nth-of-type(4) {
                margin-left: -30px; }
              #conceptcar_box > section.detail .detail_container .list_pics .lpics_lists > li:nth-of-type(5) {
                margin-left: 128px; }
              #conceptcar_box > section.detail .detail_container .list_pics .lpics_lists > li:nth-of-type(6) {
                margin-left: 286px; }
        #conceptcar_box > section.detail .detail_container .detail_pics {
          display: block;
          height: 100vh;
          position: relative;
          width: 100%; }
          #conceptcar_box > section.detail .detail_container .detail_pics > a.close {
            right: 100px;
            height: 51px;
            display: none;
            margin-left: -24px;
            position: fixed;
            top: 70px;
            width: 48px;
            z-index: 5; }
            #conceptcar_box > section.detail .detail_container .detail_pics > a.close > p {
              bottom: -5px;
              font-size: 15px;
              font-weight: bold;
              letter-spacing: 3px;
              line-height: 1;
              text-align: center;
              position: absolute;
              transform: scale(1, 1.1);
              width: 100%; }
            #conceptcar_box > section.detail .detail_container .detail_pics > a.close > span {
              height: 32px;
              left: 0;
              margin: 0 7px;
              position: absolute;
              top: 0;
              width: 32px; }
              #conceptcar_box > section.detail .detail_container .detail_pics > a.close > span:first-of-type:before {
                background-color: #fff;
                content: "";
                height: 2px;
                left: -2px;
                position: absolute;
                top: 6px;
                transition: all 0.2s ease-out;
                transform: rotate(45deg);
                width: 20px; }
              #conceptcar_box > section.detail .detail_container .detail_pics > a.close > span:first-of-type:after {
                background-color: #fff;
                content: "";
                height: 2px;
                left: -2px;
                position: absolute;
                top: 24px;
                transition: all 0.2s ease-out;
                transform: rotate(-45deg);
                width: 20px; }
              #conceptcar_box > section.detail .detail_container .detail_pics > a.close > span:last-of-type:before {
                background-color: #fff;
                content: "";
                height: 2px;
                left: 15px;
                position: absolute;
                top: 6px;
                transition: all 0.2s ease-out;
                transform: rotate(-45deg);
                width: 20px; }
              #conceptcar_box > section.detail .detail_container .detail_pics > a.close > span:last-of-type:after {
                background-color: #fff;
                content: "";
                height: 2px;
                left: 15px;
                position: absolute;
                top: 24px;
                transition: all 0.2s ease-out;
                transform: rotate(45deg);
                width: 20px; }
            #conceptcar_box > section.detail .detail_container .detail_pics > a.close:hover > span:first-of-type:before {
              left: -4px;
              top: 4px; }
            #conceptcar_box > section.detail .detail_container .detail_pics > a.close:hover > span:first-of-type:after {
              left: -4px;
              top: 26px; }
            #conceptcar_box > section.detail .detail_container .detail_pics > a.close:hover > span:last-of-type:before {
              left: 17px;
              top: 4px; }
            #conceptcar_box > section.detail .detail_container .detail_pics > a.close:hover > span:last-of-type:after {
              left: 17px;
              top: 26px; }
          #conceptcar_box > section.detail .detail_container .detail_pics > .prev {
            top: 40px;
            height: 87px;
            left: 50%;
            display: none;
            margin-left: -28px;
            overflow: hidden;
            position: fixed;
            width: 59px;
            z-index: 10; }
            #conceptcar_box > section.detail .detail_container .detail_pics > .prev:before {
              content: "";
              height: 20px;
              left: 27px;
              position: absolute;
              top: 0px;
              width: 2px; }
            #conceptcar_box > section.detail .detail_container .detail_pics > .prev > p {
              top: 70px;
              font-size: 15px;
              font-weight: bold;
              letter-spacing: 3px;
              line-height: 1;
              text-align: center;
              position: absolute;
              transform: scale(1, 1.1);
              width: 100%; }
            #conceptcar_box > section.detail .detail_container .detail_pics > .prev > span {
              background-image: url(../images/car/double_arrow_up.png);
              background-position: top center;
              background-repeat: no-repeat;
              height: 46px;
              left: 0px;
              position: absolute;
              top: 19px;
              width: 57px; }
            #conceptcar_box > section.detail .detail_container .detail_pics > .prev.over > span {
              animation: CAR_SLIDE_UP 0.4s cubic-bezier(0.24, 0.85, 0.23, 0.99) 0s forwards; }
          #conceptcar_box > section.detail .detail_container .detail_pics > .next {
            bottom: 30px;
            height: 87px;
            left: 50%;
            display: none;
            margin-left: -28px;
            overflow: hidden;
            position: fixed;
            width: 59px;
            z-index: 10; }
            #conceptcar_box > section.detail .detail_container .detail_pics > .next:before {
              content: "";
              height: 20px;
              left: 27px;
              position: absolute;
              top: 67px;
              width: 2px; }
            #conceptcar_box > section.detail .detail_container .detail_pics > .next > p {
              top: 0px;
              font-size: 15px;
              font-weight: bold;
              letter-spacing: 3px;
              line-height: 1;
              text-align: center;
              position: absolute;
              transform: scale(1, 1.1);
              width: 100%; }
            #conceptcar_box > section.detail .detail_container .detail_pics > .next > span {
              background-image: url(../images/car/double_arrow_down.png);
              background-position: top center;
              background-repeat: no-repeat;
              height: 46px;
              left: -1px;
              position: absolute;
              top: 22px;
              width: 57px; }
            #conceptcar_box > section.detail .detail_container .detail_pics > .next.over > span {
              animation: CAR_SLIDE_DOWN 0.4s cubic-bezier(0.24, 0.85, 0.23, 0.99) 0s forwards; }
          #conceptcar_box > section.detail .detail_container .detail_pics .name {
            border-bottom: 1px solid #fff;
            height: auto;
            right: 10%;
            display: none;
            position: fixed;
            top: calc(20vh + 10px);
            padding: 0 0 10px 60px;
            width: 170px;
            z-index: 5; }
            #conceptcar_box > section.detail .detail_container .detail_pics .name > img {
              height: 40px;
              width: auto; }
            #conceptcar_box > section.detail .detail_container .detail_pics .name > span {
              color: #fff;
              display: block;
              font-size: 54px;
              letter-spacing: 3px;
              position: absolute;
              right: 0;
              top: 50px; }
          #conceptcar_box > section.detail .detail_container .detail_pics ul.dpics_lists {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
            flex-direction: column;
            -ms-flex-pack: center;
            justify-content: center;
            -ms-flex-align: center;
            align-items: center; }
            #conceptcar_box > section.detail .detail_container .detail_pics ul.dpics_lists > li.pic {
              cursor: pointer;
              height: 40vh;
              margin: 0 auto;
              position: relative;
              transition: all 0.3s ease-out;
              transform: scale(1, 1);
              text-align: center;
              width: auto;
              z-index: 1; }
              #conceptcar_box > section.detail .detail_container .detail_pics ul.dpics_lists > li.pic:after {
                background-image: url(../images/common/dot.png);
                content: "";
                height: 100%;
                left: 0;
                position: absolute;
                top: 0;
                width: 100%;
                z-index: 2; }
              #conceptcar_box > section.detail .detail_container .detail_pics ul.dpics_lists > li.pic.current {
                transform: scale(1.625, 1.625);
                z-index: 3; }
                #conceptcar_box > section.detail .detail_container .detail_pics ul.dpics_lists > li.pic.current:after {
                  display: none; }
              #conceptcar_box > section.detail .detail_container .detail_pics ul.dpics_lists > li.pic > img {
                height: 100%;
                width: auto; }
          #conceptcar_box > section.detail .detail_container .detail_pics ul.numbers {
            height: 30px;
            right: 10%;
            display: none;
            position: fixed;
            top: 150vh;
            width: 70px;
            z-index: 5; }
            #conceptcar_box > section.detail .detail_container .detail_pics ul.numbers > li.number {
              color: #fff;
              font-size: 54px;
              letter-spacing: 3px;
              height: 40vh;
              position: relative;
              margin-top: 0;
              transition: all 0.3s ease-out;
              right: 100px; }
              #conceptcar_box > section.detail .detail_container .detail_pics ul.numbers > li.number.current {
                height: 65vh;
                margin-top: 0; }
      #conceptcar_box > section.detail.detail1 .list_pics .name {
        margin-left: -147px;
        width: 295px; }
      #conceptcar_box > section.detail.detail1 .list_pics .lpics_lists > li:nth-of-type(1) {
        background-image: url(../images/car/car1/nav/p1.png); }
        #conceptcar_box > section.detail.detail1 .list_pics .lpics_lists > li:nth-of-type(1).over {
          background-image: url(../images/car/car1/nav/p1_ov.png); }
      #conceptcar_box > section.detail.detail1 .list_pics .lpics_lists > li:nth-of-type(2) {
        background-image: url(../images/car/car1/nav/p2.png); }
        #conceptcar_box > section.detail.detail1 .list_pics .lpics_lists > li:nth-of-type(2).over {
          background-image: url(../images/car/car1/nav/p2_ov.png); }
      #conceptcar_box > section.detail.detail1 .list_pics .lpics_lists > li:nth-of-type(3) {
        background-image: url(../images/car/car1/nav/p3.png); }
        #conceptcar_box > section.detail.detail1 .list_pics .lpics_lists > li:nth-of-type(3).over {
          background-image: url(../images/car/car1/nav/p3_ov.png); }
      #conceptcar_box > section.detail.detail1 .list_pics .lpics_lists > li:nth-of-type(4) {
        background-image: url(../images/car/car1/nav/p4.png); }
        #conceptcar_box > section.detail.detail1 .list_pics .lpics_lists > li:nth-of-type(4).over {
          background-image: url(../images/car/car1/nav/p4_ov.png); }
      #conceptcar_box > section.detail.detail1 .list_pics .lpics_lists > li:nth-of-type(5) {
        background-image: url(../images/car/car1/nav/p5.png); }
        #conceptcar_box > section.detail.detail1 .list_pics .lpics_lists > li:nth-of-type(5).over {
          background-image: url(../images/car/car1/nav/p5_ov.png); }
      #conceptcar_box > section.detail.detail1 .list_pics .lpics_lists > li:nth-of-type(6) {
        background-image: url(../images/car/car1/nav/p6.png); }
        #conceptcar_box > section.detail.detail1 .list_pics .lpics_lists > li:nth-of-type(6).over {
          background-image: url(../images/car/car1/nav/p6_ov.png); }
      #conceptcar_box > section.detail.detail2 .list_pics .name {
        margin-left: -145px;
        width: 291px; }
      #conceptcar_box > section.detail.detail2 .list_pics .lpics_lists > li:nth-of-type(1) {
        background-image: url(../images/car/car2/nav/p1.png); }
        #conceptcar_box > section.detail.detail2 .list_pics .lpics_lists > li:nth-of-type(1).over {
          background-image: url(../images/car/car2/nav/p1_ov.png); }
      #conceptcar_box > section.detail.detail2 .list_pics .lpics_lists > li:nth-of-type(2) {
        background-image: url(../images/car/car2/nav/p2.png); }
        #conceptcar_box > section.detail.detail2 .list_pics .lpics_lists > li:nth-of-type(2).over {
          background-image: url(../images/car/car2/nav/p2_ov.png); }
      #conceptcar_box > section.detail.detail2 .list_pics .lpics_lists > li:nth-of-type(3) {
        background-image: url(../images/car/car2/nav/p3.png); }
        #conceptcar_box > section.detail.detail2 .list_pics .lpics_lists > li:nth-of-type(3).over {
          background-image: url(../images/car/car2/nav/p3_ov.png); }
      #conceptcar_box > section.detail.detail2 .list_pics .lpics_lists > li:nth-of-type(4) {
        background-image: url(../images/car/car2/nav/p4.png); }
        #conceptcar_box > section.detail.detail2 .list_pics .lpics_lists > li:nth-of-type(4).over {
          background-image: url(../images/car/car2/nav/p4_ov.png); }
      #conceptcar_box > section.detail.detail2 .list_pics .lpics_lists > li:nth-of-type(5) {
        background-image: url(../images/car/car2/nav/p5.png); }
        #conceptcar_box > section.detail.detail2 .list_pics .lpics_lists > li:nth-of-type(5).over {
          background-image: url(../images/car/car2/nav/p5_ov.png); }
      #conceptcar_box > section.detail.detail2 .list_pics .lpics_lists > li:nth-of-type(6) {
        background-image: url(../images/car/car2/nav/p6.png); }
        #conceptcar_box > section.detail.detail2 .list_pics .lpics_lists > li:nth-of-type(6).over {
          background-image: url(../images/car/car2/nav/p6_ov.png); }
      #conceptcar_box > section.detail .hexagon {
        cursor: pointer;
        position: relative;
        width: 184px;
        height: 106.23px;
        margin: 53.12px 0;
        background-color: rgba(50, 50, 100, 0); }
      #conceptcar_box > section.detail .hexTop,
      #conceptcar_box > section.detail .hexBottom {
        position: absolute;
        z-index: 1;
        width: 130.11px;
        height: 130.11px;
        overflow: hidden;
        transform: scaleY(0.5774) rotate(-45deg);
        background: inherit;
        left: 26.95px; }
      #conceptcar_box > section.detail .hexTop:after,
      #conceptcar_box > section.detail .hexBottom:after {
        content: "";
        position: absolute;
        width: 184.0000px;
        height: 106.23244953089115px;
        transform: rotate(45deg) scaleY(1.7321) translateY(-53.1162px);
        transform-origin: 0 0;
        background: inherit; }
      #conceptcar_box > section.detail .hexTop {
        top: -65.0538px; }
      #conceptcar_box > section.detail .hexBottom {
        bottom: -65.0538px; }
      #conceptcar_box > section.detail .hexagon:after {
        content: "";
        position: absolute;
        top: 0.0000px;
        left: 0;
        width: 184.0000px;
        height: 106.2324px;
        z-index: 2;
        background: inherit; }

@keyframes CAR_SLIDE_DOWN {
  0% {
    top: 22px; }
  50% {
    top: 100px; }
  51% {
    top: -10px; }
  100% {
    top: 22px; } }
@keyframes CAR_SLIDE_UP {
  0% {
    top: 19px; }
  50% {
    top: -60px; }
  51% {
    top: 100px; }
  100% {
    top: 19px; } }
@keyframes FLASH {
  0% {
    opacity: 1; }
  40% {
    opacity: 1; }
  47% {
    opacity: 0; }
  54% {
    opacity: 1; }
  61% {
    opacity: 1; }
  68% {
    opacity: 0; }
  76% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@keyframes CAR_SLIDE_RIGHT {
  0% {
    background-position: 110px 0; }
  50% {
    background-position: 180px 0; }
  51% {
    background-position: -50px 0; }
  100% {
    background-position: 110px 0; } }
/*

  コンセプトストーリーCSS

*/
#conceptstory_box {
  display: none;
  height: auto;
  min-height: 549px;
  min-width: 768px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1; }
  #conceptstory_box > section {
    display: block;
    height: 100vh;
    position: relative;
    width: 100%;
    overflow: hidden; }
    #conceptstory_box > section > .logo {
      bottom: 85px;
      height: 69px;
      left: 20px;
      pointer-events: none;
      position: absolute;
      width: 236px;
      z-index: 20; }
    #conceptstory_box > section #story_scene_top {
      height: 100vh;
      position: relative;
      top: 0;
      width: 100%;
      overflow: hidden; }
      #conceptstory_box > section #story_scene_top > .chara_wrap {
        cursor: pointer;
        height: 100vh;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        overflow: hidden;
        position: absolute;
        transition: all 0.3s ease-out;
        width: calc(100% / 5);
        z-index: 12; }
        #conceptstory_box > section #story_scene_top > .chara_wrap > .over {
          height: inherit;
          left: 0;
          position: absolute;
          top: 0;
          width: 100%;
          opacity: 0;
          transition: all 0.5s ease-out;
          z-index: 10; }
          #conceptstory_box > section #story_scene_top > .chara_wrap > .over > h3 {
            color: #fff;
            font-size: 50px;
            font-weight: bold;
            letter-spacing: 3px;
            line-height: 1;
            transform: scale(1, 1.1);
            margin-top: -40px;
            position: absolute;
            top: 50%;
            text-align: center;
            width: 100%;
            z-index: 10; }
          #conceptstory_box > section #story_scene_top > .chara_wrap > .over > p.notes {
            color: #fff;
            font-size: 20px;
            font-weight: bold;
            letter-spacing: 3px;
            line-height: 1;
            transform: scale(1, 1.1);
            margin-top: 24px;
            position: absolute;
            top: 50%;
            text-align: center;
            width: 100%;
            z-index: 10; }
          #conceptstory_box > section #story_scene_top > .chara_wrap > .over > .cover_red {
           background-image: url(../images/story/dot_red.png);
            height: inherit;
            left: 0;
            position: absolute;
            top: 0;
            width: inherit; }
        #conceptstory_box > section #story_scene_top > .chara_wrap.ov > .over {
          opacity: 1; }
        #conceptstory_box > section #story_scene_top > .chara_wrap.chara1 {
          left: 0; }
        #conceptstory_box > section #story_scene_top > .chara_wrap.chara2 {
          left: calc(100% / 5); }
        #conceptstory_box > section #story_scene_top > .chara_wrap.chara3 {
          left: calc(100% / 5 * 2); }
        #conceptstory_box > section #story_scene_top > .chara_wrap.chara4 {
          left: calc(100% / 5 * 3); }
        #conceptstory_box > section #story_scene_top > .chara_wrap.chara5 {
          left: calc(100% / 5 * 4); }
      #conceptstory_box > section #story_scene_top > .chara {
        height: 100vh;
        overflow: hidden;
        position: absolute;
        transition: all 0.3s ease-out;
        width: calc(100% / 5);
        z-index: 9; }
        #conceptstory_box > section #story_scene_top > .chara.chara1 {
          left: 0; }
        #conceptstory_box > section #story_scene_top > .chara.chara2 {
          left: calc(100% / 5); }
        #conceptstory_box > section #story_scene_top > .chara.chara3 {
          left: calc(100% / 5 * 2); }
        #conceptstory_box > section #story_scene_top > .chara.chara4 {
          left: calc(100% / 5 * 3); }
        #conceptstory_box > section #story_scene_top > .chara.chara5 {
          left: calc(100% / 5 * 4); }
        #conceptstory_box > section #story_scene_top > .chara > section {
          height: 100vh;
          overflow: hidden;
          position: absolute;
          width: 100%;
          z-index: 1; }
          #conceptstory_box > section #story_scene_top > .chara > section > img.bg {
            display: block;
            left: 50%;
            transform: translate(-50%, 0);
            top: 0;
            position: absolute;
            z-index: 1; }
          #conceptstory_box > section #story_scene_top > .chara > section > p.txt {
            line-height: 1.1;
            letter-spacing: 3px;
            position: absolute;
            display: none;
            transform: scale(1, 1.1);
            text-align: center;
            width: 100%; }
          #conceptstory_box > section #story_scene_top > .chara > section.p1 {
            top: 0; }
            #conceptstory_box > section #story_scene_top > .chara > section.p1 > img.bg {
              transform: translate(-50%, -50%);
              top: 50%; }
            #conceptstory_box > section #story_scene_top > .chara > section.p1 > p.txt {
              font-weight: bold;
              font-size: 46px;
              left: 50%;
              transform: translate(-50%, -50%);
              top: 50%;
              position: absolute;
              z-index: 12; }
          #conceptstory_box > section #story_scene_top > .chara > section.p2 {
            top: 0; }
            #conceptstory_box > section #story_scene_top > .chara > section.p2 > .dots {
              display: none; }
            #conceptstory_box > section #story_scene_top > .chara > section.p2 > img.bg {
              opacity: 0;
              z-index: 2; }
            #conceptstory_box > section #story_scene_top > .chara > section.p2 > p.txt {
              font-weight: bold;
              font-size: 46px;
              left: 50%;
              transform: translate(-50%, -50%);
              top: 50%;
              position: absolute;
              z-index: 12; }
          #conceptstory_box > section #story_scene_top > .chara > section.p3 {
            top: 0; }
            #conceptstory_box > section #story_scene_top > .chara > section.p3 .rmsk {
              background-color: #f00;
              background-image: url(../images/story/dot_red.png);
              height: 100vh;
              position: absolute;
              top: 100vh;
              width: 100%;
              z-index: 12; }
            #conceptstory_box > section #story_scene_top > .chara > section.p3 > img.bg {
              display: block;
              position: absolute;
              top: 300vh;
              transform: scale(1, 1) translate(-50%, -50%);
              left: 50%;
              transition: transform 0.2s ease-out, -webkit-filter 1s ease-out;
              transition: transform 0.2s ease-out, filter 1s ease-out;
              transition: transform 0.2s ease-out, filter 1s ease-out, -webkit-filter 1s ease-out;
              z-index: 3; }
              #conceptstory_box > section #story_scene_top > .chara > section.p3 > img.bg.animate {
                transform: scale(1.1, 1.1) translate(-50%, -50%);
                transform-origin: 0% 0%;
                left: 50%;
                top: 50%;
                transition: transform 3s ease-out, -webkit-filter 1s ease-out;
                transition: transform 3s ease-out, filter 1s ease-out;
                transition: transform 3s ease-out, filter 1s ease-out, -webkit-filter 1s ease-out; }
              #conceptstory_box > section #story_scene_top > .chara > section.p3 > img.bg.blur {
                -webkit-filter: blur(10px);
                filter: blur(10px); }
              #conceptstory_box > section #story_scene_top > .chara > section.p3 > img.bg.blur_ie {
                -webkit-filter: blur(10px);
                filter: blur(10px); }
                #conceptstory_box > section #story_scene_top > .chara > section.p3 > img.bg.blur_ie:after {
                  background-color: rgba(0, 0, 0, 0.5);
                  content: "";
                  height: 100vh;
                  left: 0;
                  position: absolute;
                  top: 0;
                  width: 100%;
                  z-index: 4; }
            #conceptstory_box > section #story_scene_top > .chara > section.p3 > p.txt {
              font-weight: bold;
              font-size: 46px;
              top: 200vh;
              left: 50%;
              transform: translate(-50%, -50%);
              position: absolute;
              text-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
              visibility: visible;
              z-index: 14; }
          #conceptstory_box > section #story_scene_top > .chara > section.p4 {
            top: 0;
            z-index: 2; }
            #conceptstory_box > section #story_scene_top > .chara > section.p4 .head {
              background-image: url(../images/story/dot_red.png);
              display: -ms-flexbox;
              display: flex;
              -ms-flex-align: center;
              align-items: center;
              -ms-flex-pack: center;
              justify-content: center;
              height: 100vh;
              position: absolute;
              top: 100vh;
              width: 100%;
              z-index: 11; }
              #conceptstory_box > section #story_scene_top > .chara > section.p4 .head > img {
                height: auto;
                width: 50%;
                max-width: 761px; }
            #conceptstory_box > section #story_scene_top > .chara > section.p4 .inner {
              display: -ms-flexbox;
              display: flex;
              -ms-flex-align: center;
              align-items: center;
              -ms-flex-pack: center;
              justify-content: center;
              height: 420px;
              left: 50%;
              transform: translate(-50%, -50%);
              top: 50%;
              position: relative;
              width: 100%;
              z-index: 12; }
              @media screen and (min-height: 700px) {
                #conceptstory_box > section #story_scene_top > .chara > section.p4 .inner {
                  height: 480px; } }
              @media screen and (min-height: 780px) {
                #conceptstory_box > section #story_scene_top > .chara > section.p4 .inner {
                  height: 580px; } }
              #conceptstory_box > section #story_scene_top > .chara > section.p4 .inner > h4 {
                font-weight: bold;
                font-size: 35px;
                line-height: 1.1;
                position: absolute;
                display: none;
                letter-spacing: 3px;
                top: 0;
                left: 0;
                transform: scale(1, 1.1);
                text-align: center;
                width: 100%;
                z-index: 12; }
                @media screen and (min-height: 700px) {
                  #conceptstory_box > section #story_scene_top > .chara > section.p4 .inner > h4 {
                    font-size: 38px; } }
                @media screen and (min-height: 780px) {
                  #conceptstory_box > section #story_scene_top > .chara > section.p4 .inner > h4 {
                    font-size: 40px; } }
              #conceptstory_box > section #story_scene_top > .chara > section.p4 .inner > .h5-box {
                position: absolute;
                left: 0;
                top: 80px;
                text-align: center;
                width: 100%;
                z-index: 12; }
                #conceptstory_box > section #story_scene_top > .chara > section.p4 .inner > .h5-box > h5 {
                  font-weight: bold;
                  font-size: 45px;
                  line-height: 0.8;
                  margin: 0 0 20px 0;
                  position: relative;
                  display: block;
                  letter-spacing: 3px;
                  transform: scale(1, 1.1);
                display: none }
                @media screen and (min-height: 700px) {
                  #conceptstory_box > section #story_scene_top > .chara > section.p4 .inner > .h5-box {
                    top: 90px; }
                    #conceptstory_box > section #story_scene_top > .chara > section.p4 .inner > .h5-box > h5 {
                      font-size: 55px; } }
                @media screen and (min-height: 780px) {
                  #conceptstory_box > section #story_scene_top > .chara > section.p4 .inner > .h5-box {
                    top: 120px; }
                    #conceptstory_box > section #story_scene_top > .chara > section.p4 .inner > .h5-box > h5 {
                      font-size: 70px;
                      line-height: 1; } }
              #conceptstory_box > section #story_scene_top > .chara > section.p4 .inner > p.notes {
                font-weight: bold;
                font-size: 16px;
                line-height: 1.1;
                letter-spacing: 3px;
                left: 0;
                position: absolute;
                display: none;
                transform: scale(1, 1.1);
                top: 40px;
                text-align: center;
                width: 100%;
                z-index: 12; }
                @media screen and (min-height: 700px) {
                  #conceptstory_box > section #story_scene_top > .chara > section.p4 .inner > p.notes {
                    font-size: 18px;
                    top: 45px; } }
                @media screen and (min-height: 780px) {
                  #conceptstory_box > section #story_scene_top > .chara > section.p4 .inner > p.notes {
                    font-size: 20px;
                    top: 50px; } }
              #conceptstory_box > section #story_scene_top > .chara > section.p4 .inner > .p-box {
                left: 47%;
                position: absolute;
                top: 210px;
                text-align: center;
                width: 50%;
                z-index: 12; }
                @media screen and (min-width: 1000px) {
                  #conceptstory_box > section #story_scene_top > .chara > section.p4 .inner > .p-box {
                    left: 50%; } }
                @media screen and (min-width: 1200px) {
                  #conceptstory_box > section #story_scene_top > .chara > section.p4 .inner > .p-box {
                    left: 53%; } }
                @media screen and (min-height: 700px) {
                  #conceptstory_box > section #story_scene_top > .chara > section.p4 .inner > .p-box {
                    top: 260px; } }
                @media screen and (min-height: 780px) {
                  #conceptstory_box > section #story_scene_top > .chara > section.p4 .inner > .p-box {
                    top: 350px; } }
                #conceptstory_box > section #story_scene_top > .chara > section.p4 .inner > .p-box > p.txt {
                  font-size: 14px;
                  line-height: 1;
                  margin-bottom: 15px;
                  position: relative;
                  text-align: left;
                  transform: scale(1, 1.1);
                 display: none;
                  z-index: 12; }
                  @media screen and (min-width: 1000px) {
                    #conceptstory_box > section #story_scene_top > .chara > section.p4 .inner > .p-box > p.txt {
                      font-size: 16px; } }
                  @media screen and (min-width: 1100px) {
                    #conceptstory_box > section #story_scene_top > .chara > section.p4 .inner > .p-box > p.txt {
                      font-size: 18px; } }
                  #conceptstory_box > section #story_scene_top > .chara > section.p4 .inner > .p-box > p.txt span.word1 > span {
                    background-color: #000;
                    padding: 2px 1px 0; }
              #conceptstory_box > section #story_scene_top > .chara > section.p4 .inner > .link-box {
                display: none;
                left: 0;
                position: absolute;
                top: 415px;
                text-align: center;
                width: 100%;
                z-index: 13; }
                @media screen and (min-height: 700px) {
                  #conceptstory_box > section #story_scene_top > .chara > section.p4 .inner > .link-box {
                    top: 500px; } }
                @media screen and (min-height: 780px) {
                  #conceptstory_box > section #story_scene_top > .chara > section.p4 .inner > .link-box {
                    top: 600px; } }
                #conceptstory_box > section #story_scene_top > .chara > section.p4 .inner > .link-box a {
                  border-bottom: 1px solid #fff;
                  font-size: 16px;
                  line-height: 1;
                  letter-spacing: 1px;
                  padding: 3px 30px 3px 0;
                  position: relative;
                  transform: scale(1, 1.1); }
                  #conceptstory_box > section #story_scene_top > .chara > section.p4 .inner > .link-box a:after {
                    background-color: #fff;
                    bottom: 0;
                    content: "";
                    height: 30px;
                    position: absolute;
                    right: 0;
                    transform: rotate(-45deg);
                    transform-origin: 100% 100%;
                    width: 1px; }
              #conceptstory_box > section #story_scene_top > .chara > section.p4 .inner > .illust {
                right: 100%;
                position: absolute;
                top: 190px;
                z-index: 12; }
                #conceptstory_box > section #story_scene_top > .chara > section.p4 .inner > .illust > img {
                  width: 400px; }
                @media screen and (min-height: 700px) {
                  #conceptstory_box > section #story_scene_top > .chara > section.p4 .inner > .illust {
                    top: 230px; }
                    #conceptstory_box > section #story_scene_top > .chara > section.p4 .inner > .illust > img {
                      width: 480px; } }
                @media screen and (min-height: 780px) {
                  #conceptstory_box > section #story_scene_top > .chara > section.p4 .inner > .illust {
                    top: 300px; }
                    #conceptstory_box > section #story_scene_top > .chara > section.p4 .inner > .illust > img {
                      width: 530px; } }
      #conceptstory_box > section #story_scene_top > .heading {
        display: block;
        left: 50%;
        margin: -3% 0 0;
        opacity: 0;
        position: absolute;
        pointer-events: none;
        top: 50%;
        transform: scale(0.2, 0.2);
        transform: translate(-50%, -50%);
        transition: all 0.3s ease-out;
        width: 60%;
        max-width: 761px;
        z-index: 10; }
        #conceptstory_box > section #story_scene_top > .heading.animate {
          opacity: 1;
          transform: scale(1, 1);
          transform: translate(-50%, -50%); }
        #conceptstory_box > section #story_scene_top > .heading > img {
          height: auto;
          width: 100%; }
      #conceptstory_box > section #story_scene_top > .next {
        bottom: 80px;
        cursor: pointer;
        height: 87px;
        left: 50%;
        display: none;
        margin-left: -28px;
        overflow: hidden;
        position: fixed;
        width: 59px;
        z-index: 20; }
        #conceptstory_box > section #story_scene_top > .next > span {
          background-image: url(../images/car/double_arrow_down.png);
          background-position: top center;
          background-repeat: no-repeat;
          background-size:contain;
          height: 30px;
          left: -1px;
          position: absolute;
          top: 22px;
          width: 57px; }
        #conceptstory_box > section #story_scene_top > .next.over > span {
          animation: SLIDE_DOWN_ARROW 0.4s cubic-bezier(0.24, 0.85, 0.23, 0.99) 0s forwards; }
      #conceptstory_box > section #story_scene_top .dots {
        background: url(../images/common/dot.png);
        pointer-events: none;
        height: 100vh;
        left: 0;
        opacity: 0.8;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 9; }
      #conceptstory_box > section #story_scene_top .rout > span {
        background-color: #f00;
        height: 100vh;
        position: absolute;
        width: calc(100% / 5);
        top: 0;
        transform-origin: 0 0;
        transform: scaleX(1);
        transition: transform 1s ease-out;
        z-index: 19; }
        #conceptstory_box > section #story_scene_top .rout > span.mask1 {
          left: 0; }
        #conceptstory_box > section #story_scene_top .rout > span.mask2 {
          left: calc(100% / 5); }
        #conceptstory_box > section #story_scene_top .rout > span.mask3 {
          left: calc(100% / 5 * 2); }
        #conceptstory_box > section #story_scene_top .rout > span.mask4 {
          left: calc(100% / 5 * 3); }
        #conceptstory_box > section #story_scene_top .rout > span.mask5 {
          left: calc(100% / 5 * 4); }
        #conceptstory_box > section #story_scene_top .rout > span.animate {
          transform: scaleX(0); }
    #conceptstory_box > section .killer {
      background-color: transparent;
      height: 100vh;
      position: fixed;
      top: 0;
      width: 50px;
      z-index: 30; }
      #conceptstory_box > section .killer.left {
        left: 0; }
      #conceptstory_box > section .killer.right {
        right: 0; }

@keyframes FLASH {
  0% {
    opacity: 1; }
  40% {
    opacity: 1; }
  42% {
    opacity: 0; }
  44% {
    opacity: 1; }
  46% {
    opacity: 1; }
  48% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@keyframes SLIDE_DOWN_ARROW {
  0% {
    top: 0px; }
  100% {
    top: 22px; } }
/*

  46things CSS

*/
#things_box {
  display: none;
  height: auto;
  min-height: 549px;
  min-width: 768px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1; }
  #things_box > section {
    background-image: url(../images/things/comingsoon_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
    position: relative;
    width: 100%;
    overflow: hidden; }
    #things_box > section > h3 {
      font-size: 28px;
      position: relative; }
    #things_box > section > .logo {
      bottom: 85px;
      height: 69px;
      left: 20px;
      position: absolute;
      width: 236px; }

/*

  キャンペーンCSS

*/
#campaign_box {
  display: none;
  height: auto;
  min-height: 549px;
  min-width: 768px;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 1; }
  #campaign_box > section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
    position: relative;
    width: 100%;
    min-height: 1000px;
    overflow: hidden; }
    #campaign_box > section > h3 {
      font-size: 28px;
      position: relative; }

.svg {
  position: absolute;
  top: 0;
  left: 0; }

.space {
  width: 100px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden; }

.blur {
  -webkit-filter: blur(1px);
  /* Chrome, Opera */
  -moz-filter: blur(1px);
  -ms-filter: blur(1px);
  filter: blur(1px); }
@keyframes rotate360{
	from{
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
	}
	to{
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
	}
}
@-webkit-keyframes rotate360{
	from{
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
	}
	to{
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
	}
}
@-moz-keyframes rotate360{
	from{
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
	}
	to{
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
	}
}
@-ms-keyframes rotate360{
	from{
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
	}
	to{
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
	}
}
@keyframes slide_down{
	from{
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
	}
	to{
		transform: translateY(50%);
		-webkit-transform: translateY(50%);
		-moz-transform: translateY(50%);
		-ms-transform: translateY(50%);
	}
}
@-webkit-keyframes slide_down{
	from{
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
	}
	to{
		transform: translateY(50%);
		-webkit-transform: translateY(50%);
		-moz-transform: translateY(50%);
		-ms-transform: translateY(50%);
	}
}
@-moz-keyframes slide_down{
	from{
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
	}
	to{
		transform: translateY(50%);
		-webkit-transform: translateY(50%);
		-moz-transform: translateY(50%);
		-ms-transform: translateY(50%);
	}
}
@-ms-keyframes slide_down{
	from{
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
	}
	to{
		transform: translateY(50%);
		-webkit-transform: translateY(50%);
		-moz-transform: translateY(50%);
		-ms-transform: translateY(50%);
	}
}