@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: #000;
  color: #fff; }

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; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none; }

/* =================================
  BASE
================================= */
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow: hidden;
  height: 100%; }

body {
  color: #fff;
  font-family: 'Noto Serif JP', "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  background-color: #000;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0; }

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  border: 0;
  margin: 0;
  padding: 0; }

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

/* =================================
  CONTENTS
================================= */
#wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto; }
  @media (max-width: 768px) {
    #wrapper {
      position: relative;
      overflow: hidden;
      width: 100%; } }

.yellow {
  color: #ffd617; }

.red {
  color: #ef1616; }

.close {
  position: fixed;
  display: block;
  z-index: 100000;
  top: 0;
  right: -150px;
  width: 60px;
  height: 50px;
  padding: 0;
  overflow: hidden;
  cursor: pointer; }
  @media (max-width: 768px) {
    .close {
      width: 10.4166666667vw;
      height: 9.1145833333vw; } }
  .close .close-trigger,
  .close .close-trigger p.close-btn_s span {
    display: inline-block;
    box-sizing: border-box; }
  .close .close-trigger {
    position: relative;
    top: 0;
    left: 0;
    width: 60px;
    height: 50px; }
    @media (max-width: 768px) {
      .close .close-trigger {
        position: absolute;
        top: 2.6041666667vw;
        width: 7.8125vw;
        height: 5.46875vw; } }
    .close .close-trigger p.close-btn_s {
      position: relative;
      margin-top: 20px;
      margin-left: 2px;
      width: 38px;
      height: 22px; }
      @media (max-width: 768px) {
        .close .close-trigger p.close-btn_s {
          margin-top: 0vw;
          margin-left: 0vw;
          width: 7.8125vw;
          height: 5.46875vw; } }
      .close .close-trigger p.close-btn_s span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #fff;
        -webkit-transition: background-color 0.3s;
        transition: background-color 0.3s; }
        @media (max-width: 768px) {
          .close .close-trigger p.close-btn_s span {
            height: 0.5208333333vw; } }

.bar {
  position: absolute;
  left: 50%;
  bottom: -4px;
  height: 110px;
  width: 2px;
  margin-left: -1px;
  transform: rotate(180deg);
  opacity: 0; }
  @media (max-width: 768px) {
    .bar {
      height: 19.53125vw;
      bottom: -0.5208333333vw; } }
  .bar .bar_scroll_inner {
    overflow: hidden;
    height: 110px; }
    @media (max-width: 768px) {
      .bar .bar_scroll_inner {
        height: 19.53125vw; } }
    .bar .bar_scroll_inner .border {
      width: 2px;
      height: 110px;
      background: #fff;
      text-align: center;
      margin: 0 auto;
      transform: translate(0, 101%); }
      @media (max-width: 768px) {
        .bar .bar_scroll_inner .border {
          height: 19.53125vw; } }
  .bar.active .bar_scroll_inner {
    animation: bar_scroll_inner 2800ms infinite cubic-bezier(0.74, 0, 0.26, 1); }
    @media (max-width: 768px) {
      .bar.active .bar_scroll_inner {
        animation: bar_scroll_inner_sp 2800ms infinite cubic-bezier(0.74, 0, 0.26, 1); } }
    .bar.active .bar_scroll_inner .border {
      animation: bar_scroll_inner_border 2800ms infinite cubic-bezier(0.74, 0, 0.26, 1); }

@keyframes bar_scroll_inner_border {
  0% {
    transform: translate(0, 103%); }
  60%,
  80% {
    transform: translate(0, 0); }
  100% {
    transform: translate(0, 103%); } }
@keyframes bar_scroll_inner {
  0%,
  45% {
    height: 110px; }
  70%,
  100% {
    height: 0px; } }
@keyframes bar_scroll_inner_sp {
  0%,
  45% {
    height: 19.53125vw; }
  70%,
  100% {
    height: 0px; } }
#bg {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden; }
  #bg .bg_s {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none; }
    #bg .bg_s.bg_s1 {
      background: url("../img/prologue/bg1.jpg") no-repeat center center;
      background-size: cover;
      z-index: 0;
      display: block; }
    #bg .bg_s.bg_s2 {
      background: url("../img/prologue/bg2.jpg") no-repeat center center;
      background-size: cover;
      z-index: 1; }
    #bg .bg_s.bg_s3 {
      background: url("../img/prologue/bg3.jpg") no-repeat center center;
      background-size: cover;
      z-index: 2; }
    #bg .bg_s.bg_s4 {
      background: url("../img/prologue/bg4.jpg") no-repeat center center;
      background-size: cover;
      z-index: 3; }
  #bg .dot {
    position: absolute;
    background: url("../img/top/dot.png") repeat left top;
    width: 100%;
    height: 100%;
    z-index: 10; }
  #bg .bg_txt {
    position: absolute;
    width: 85px;
    right: 0;
    top: 50%;
    -webkit-transform: translate3d(0%, -50%, 0);
    transform: translate3d(0%, -50%, 0);
    z-index: 11; }
    @media (max-width: 768px) {
      #bg .bg_txt {
        width: 14.7135416667vw; } }

/* =================================
  mainvisual
================================= */
#main {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 2; }
  #main .slide_wrap {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 3;
    opacity: 0; }
  #main .pager {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-size: 2rem;
    line-height: 2;
    z-index: 20; }
    @media (max-width: 768px) {
      #main .pager {
        font-size: 4.6875vw;
        bottom: 1.3020833333vw;
        right: 2.34375vw; } }

#slider {
  width: 100%;
  height: 100%; }
  #slider .slide-item {
    position: relative;
    width: 100%;
    height: 100%; }
    #slider .slide-item .txt_wrap {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate3d(-50%, -51%, 0);
      transform: translate3d(-50%, -51%, 0);
      width: 728px;
      height: 570px;
      font-weight: 500;
      font-size: 1.6rem;
      line-height: 2;
      letter-spacing: 0.1em; }
      @media (max-width: 768px) {
        #slider .slide-item .txt_wrap {
          -webkit-transform: translate3d(-50%, -53%, 0);
          transform: translate3d(-50%, -53%, 0);
          font-size: 3.3854166667vw;
          width: 94.7916666667vw;
          height: 115.8854166667vw; } }
      #slider .slide-item .txt_wrap .tit {
        font-size: 2.4rem;
        margin-bottom: 1.3em; }
        @media (max-width: 768px) {
          #slider .slide-item .txt_wrap .tit {
            font-size: 4.6875vw;
            margin-bottom: 1em; } }
      #slider .slide-item .txt_wrap .img {
        width: 283px;
        margin: 20px 0; }
        @media (max-width: 768px) {
          #slider .slide-item .txt_wrap .img {
            width: 61.4583333333vw;
            margin: 3.6458333333vw 0; } }

/* =================================
  CONTENTS
================================= */
.loader {
  background: #000;
  position: fixed;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  z-index: 99999999; }
  .loader .load_txt {
    position: absolute;
    font-size: 24px;
    letter-spacing: 0.08em;
    text-align: center;
    line-height: 1;
    margin-top: -0.2em;
    top: 50%;
    width: 100%;
    -webkit-transform: translate3d(0%, -50%, 0);
    transform: translate3d(0%, -50%, 0);
    opacity: 0; }
    @media (max-width: 768px) {
      .loader .load_txt {
        font-size: 3.90625vw;
        margin-top: -0.1em; } }
  .loader .load_boo {
    position: absolute;
    top: 50%;
    width: 0%;
    height: 1px;
    -webkit-transform: translate3d(0%, -50%, 0);
    transform: translate3d(0%, -50%, 0); }
    .loader .load_boo .load_boo_s1 {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: #dc0103;
      z-index: 0; }
    .loader .load_boo .load_boo_s2 {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: #fff;
      z-index: 1; }

#fade {
  background: #000;
  position: fixed;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  z-index: 999999999;
  display: none; }

@media (min-width: 769px) {
  .t_shadow {
    -moz-text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.54);
    -webkit-text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.54);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.54); } }
@media (max-width: 768px) {
  .t_shadow {
    -moz-text-shadow: 0.2604166667vw 0.2604166667vw 0.5208333333vw rgba(0, 0, 0, 0.54);
    -webkit-text-shadow: 0.2604166667vw 0.2604166667vw 0.5208333333vw rgba(0, 0, 0, 0.54);
    text-shadow: 0.2604166667vw 0.2604166667vw 0.5208333333vw rgba(0, 0, 0, 0.54); } }

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

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

@media (min-width: 769px) {
  .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: 768px) {
  .pc_only {
    display: none; }

  .sp_only {
    display: inline; }

  .pc_none {
    display: block; }

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

  .sp_only {
    display: none; }

  .pc_none {
    display: none; }

  .sp_none {
    display: block; } }
