@charset "UTF-8";
/* =================================
  RESET
================================= */
a, ins {
  text-decoration: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, hr, menu, nav, section {
  display: block; }

a, hr {
  padding: 0; }

* {
  box-sizing: border-box; }

abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0; }

ins, mark {
  background-color: #ff9;
  color: #000; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400; }

body {
  line-height: 1; }

nav ul {
  list-style: none; }

ul li {
  list-style-type: none; }

blockquote, q {
  quotes: none; }

blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none; }

a {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0; }

mark {
  font-style: italic;
  font-weight: 700; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0; }

input, select {
  vertical-align: middle; }

ul {
  font-size: 0; }

/* =================================
  BASE
================================= */
@-ms-viewport {
  width: auto !important;
  initial-scale: 1; }
@viewport {
  width: device-width;
  initial-scale: 1; }
iframe {
  width: 0 !important;
  height: 0 !important; }

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow: auto;
  width: 100%;
  height: 100%;
  background-color: #2b3038;
  overflow: hidden;
  -ms-overflow-style: hidden; }

body {
  color: #000;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'HiraKakuProN-W3', "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  background-color: #cfcfcf;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  @media (max-width: 750px) {
    body {
      overflow: hidden; } }

.bebas {
  font-family: 'Bebas Neue', cursive, sans-serif;
  font-weight: 400; }

.loader img,
#wrap img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  border: 0;
  margin: 0;
  padding: 0; }

a,
a:focus,
a:hover {
  outline: none;
  color: #fff; }

#wrap {
  position: relative;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow: auto;
  -ms-overflow-style: auto;
  z-index: 2; }

#wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto; }
  @media (max-width: 750px) {
    #wrapper {
      position: relative;
      overflow: hidden;
      width: 100%; } }

.yellow {
  color: #ffd617; }

.red {
  color: #ef1616; }

.debug {
  position: fixed;
  top: 5px;
  left: 5px;
  color: #f00;
  font-size: 1.2rem;
  z-index: 1000000000000;
  pointer-events: none;
  display: none; }
  @media (max-width: 750px) {
    .debug {
      font-size: 12px;
      color: #f00; } }

/* =================================
FOOTER
================================= */
#footer {
  position: relative;
  width: 100%;
  overflow: hidden; }
  #footer .footer_inner {
    position: relative;
    text-align: center;
    line-height: 1;
    font-size: 1.2rem;
    padding-top: 3px;
    height: 21px;
    background: #2b3038;
    color: #fff; }
    @media (min-width: 751px) and (max-width: 1400px) {
      #footer .footer_inner {
        font-size: 0.8571428571vw;
        padding-top: 0.2142857143vw;
        height: 1.5vw; } }
    @media (max-width: 750px) {
      #footer .footer_inner {
        font-size: 1.6vw;
        padding-top: 0.4vw;
        height: 2.8vw; } }

/* =================================
bg_under,bg_over
================================= */
#bg_under {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  -ms-overflow-style: hidden; }
  #bg_under .bg_s {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1; }

body.ie_browser #lottie01 svg,
body.ie_browser #lottie02 svg {
  margin-top: -10vw;
  margin-left: -10vw;
  width: 120vw !important;
  height: 120vw !important; }

body.isTab#top #bg_under .bg_s {
  width: 100%;
  height: 100%;
  background: url("../img/common/tablet_top.png") no-repeat center center;
  background-size: cover; }

body.isTab.simulator #bg_under .bg_s {
  position: absolute;
  background: rgba(255, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  background: url("../img/common/tablet_simulator.png") no-repeat center center;
  background-size: cover; }

body.isSp#top #bg_under .bg_s {
  width: 100%;
  height: 100%;
  background: url("../img/common/sp_top.png") no-repeat center center;
  background-size: cover; }

body.isSp.simulator #bg_under .bg_s {
  width: 100%;
  height: 100%;
  background: url("../img/common/sp_simulator.png") no-repeat center center;
  background-size: cover; }

/* =================================
  CONTENTS
================================= */
.loader {
  position: fixed;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  z-index: 999999999; }
  .loader .loader_s {
    width: 17.8571428571vw;
    position: absolute;
    top: 46%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    z-index: 3; }
    @media (max-width: 750px) {
      .loader .loader_s {
        width: 58.6666666667vw;
        top: 43%; } }
    .loader .loader_s .loader_ss {
      position: relative;
      top: 0; }
  .loader .bg_s1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
    width: 100%;
    height: 100vh;
    border-top: 101vh solid #f0f;
    border-top: 101vh solid #587185;
    border-right: 100vw solid transparent;
    z-index: 0; }
  .loader .bg_s2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
    width: 100%;
    height: 100vh;
    border-bottom: 101vh solid #0ff;
    border-bottom: 101vh solid #587185;
    border-left: 100vw solid transparent;
    z-index: 0; }

@media (min-width: 751px) {
  .t_shadow {
    -moz-text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.34);
    -webkit-text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.34);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.34); } }
@media (min-width: 751px) and (max-width: 1400px) {
  .t_shadow {
    -moz-text-shadow: 0.1428571429vw 0.1428571429vw 0.2857142857vw rgba(0, 0, 0, 0.34);
    -webkit-text-shadow: 0.1428571429vw 0.1428571429vw 0.2857142857vw rgba(0, 0, 0, 0.34);
    text-shadow: 0.1428571429vw 0.1428571429vw 0.2857142857vw rgba(0, 0, 0, 0.34); } }
@media (max-width: 750px) {
  .t_shadow {
    -moz-text-shadow: 0.2666666667vw 0.2666666667vw 0.5333333333vw rgba(0, 0, 0, 0.34);
    -webkit-text-shadow: 0.2666666667vw 0.2666666667vw 0.5333333333vw rgba(0, 0, 0, 0.34);
    text-shadow: 0.2666666667vw 0.2666666667vw 0.5333333333vw rgba(0, 0, 0, 0.34); } }

@media (min-width: 751px) {
  .t_glow {
    -moz-text-shadow: 0px 0px 4px rgba(6, 188, 255, 0.36), 0px 0px 4px rgba(6, 188, 255, 0.54), 0px 0px 4px rgba(6, 188, 255, 0.72);
    -webkit-text-shadow: 0px 0px 4px rgba(6, 188, 255, 0.36), 0px 0px 4px rgba(6, 188, 255, 0.54), 0px 0px 4px rgba(6, 188, 255, 0.72);
    text-shadow: 0px 0px 4px rgba(6, 188, 255, 0.36), 0px 0px 4px rgba(6, 188, 255, 0.54), 0px 0px 4px rgba(6, 188, 255, 0.72); } }
@media (min-width: 751px) and (max-width: 1400px) {
  .t_glow {
    -moz-text-shadow: 0px 0px 0.2857142857vw rgba(6, 188, 255, 0.36), 0px 0px 0.2857142857vw rgba(6, 188, 255, 0.54), 0px 0px 0.2857142857vw rgba(6, 188, 255, 0.72);
    -webkit-text-shadow: 0px 0px 0.2857142857vw rgba(6, 188, 255, 0.36), 0px 0px 0.2857142857vw rgba(6, 188, 255, 0.54), 0px 0px 0.2857142857vw rgba(6, 188, 255, 0.72);
    text-shadow: 0px 0px 0.2857142857vw rgba(6, 188, 255, 0.36), 0px 0px 0.2857142857vw rgba(6, 188, 255, 0.54), 0px 0px 0.2857142857vw rgba(6, 188, 255, 0.72); } }
@media (max-width: 750px) {
  .t_glow {
    -moz-text-shadow: 0px 0px 0.5333333333vw rgba(6, 188, 255, 0.36), 0px 0px 0.5333333333vw rgba(6, 188, 255, 0.54), 0px 0px 0.5333333333vw rgba(6, 188, 255, 0.72);
    -webkit-text-shadow: 0px 0px 0.5333333333vw rgba(6, 188, 255, 0.36), 0px 0px 0.5333333333vw rgba(6, 188, 255, 0.54), 0px 0px 0.5333333333vw rgba(6, 188, 255, 0.72);
    text-shadow: 0px 0px 0.5333333333vw rgba(6, 188, 255, 0.36), 0px 0px 0.5333333333vw rgba(6, 188, 255, 0.54), 0px 0px 0.5333333333vw rgba(6, 188, 255, 0.72); } }

@media (min-width: 751px) {
  .btn-hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .btn-hover:hover {
      transform: scale(1.2); } }

@media (min-width: 751px) {
  .fade {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    .fade:hover {
      opacity: 0.7; } }

@media (min-width: 751px) {
  .fade2 span {
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .fade2 span.ico_blank {
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .fade2:hover span {
    color: rgba(255, 255, 255, 0.7); }
  .fade2:hover span.ico_blank {
    opacity: 0.7; } }

/* clearfix
--------------------------------------------------------- */
.clearfix {
  *zoom: 1; }

.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table; }

.clearfix:after {
  clear: both; }

img {
  height: auto;
  max-width: 100%; }

@media (max-width: 750px) {
  .pc_only {
    display: none; }

  .sp_only {
    display: inline; }

  .pc_none {
    display: block; }

  .sp_none {
    display: none; } }
@media (min-width: 751px) {
  .pc_only {
    display: inline; }

  .sp_only {
    display: none; }

  .pc_none {
    display: none; }

  .sp_none {
    display: block; } }
