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

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

img {
  font-size: 0;
  line-height: 0;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  font-weight: bold;
  font-style: italic;
  color: #000;
}

del {
  text-decoration: line-through;
}

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

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

fieldset, img {
  line-height: 0;
  vertical-align: top;
}

hr {
  display: none;
}

input, select {
  vertical-align: middle;
}

html {
  overflow-y: scroll;
  *zoom: 1;
  /* firefox */
}

* {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: bottom;
}

html, body {
  width: 100%;
  height: 100%;
}

ul, li {
  list-style: none;
}

b {
  font-weight: bold;
}

iframe {
  border: none;
  outline: none;
}

/* ==========================================================================
  Base
  ========================================================================== */
* {
  -webkit-touch-callout: none;
  overscroll-behavior-x: none;
  box-sizing: border-box;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #fff;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 2.4em;
  line-height: 1;
  color: #000;
  letter-spacing: .02em;
}

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

::-webkit-scrollbar {
  display: none;
}

a {
  color: #000;
  text-decoration: none;
}

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

.modaal-wrapper .modaal-close {
  background: #fff;
}

.modaal-close {
  top: auto;
  right: 40px;
  bottom: 40px;
  background: #fff;
}

.modaal-close::before, .modaal-close::after {
  background: #000;
}

/* ==========================================================================
  Layout
	========================================================================== */
.l-flex {
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  display: -webkit-flex;
  display: flex;
}

.l-flex-aligncenter {
  -webkit-align-items: center;
          align-items: center;
}

.l-flex-justcenter {
  -webkit-justify-content: center;
          justify-content: center;
}

.l-flex-justbetween {
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.l-wrapper {
  position: relative;
  overflow-y: hidden;
  width: 100%;
  min-height: 1080px;
  margin: 0 auto;
}

section {
  position: relative;
}

.l-inner {
  position: relative;
  margin: 0 auto;
}

/* ==========================================================================
  Main
	========================================================================== */
.index-ui {
  position: fixed;
  z-index: 100;
  bottom: 20px;
  left: 50%;
  display: block;
  width: 300px;
  height: 70px;
  margin: 0 auto;
  background: url(../images/index_attention.png) no-repeat center;
  background-size: 100% auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.index-ui svg {
  fill: #fff;
  position: absolute;
  z-index: 1;
  top: 18px;
  left: 30px;
  width: 30px;
  height: 43px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.index-ui span {
  position: absolute;
  top: 12px;
  left: 14px;
  width: 30px;
  height: 30px;
  border: 5px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
}

.index-ui span.circle {
  -webkit-animation: circle 2s ease-out infinite;
          animation: circle 2s ease-out infinite;
}

.btn-next {
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100%;
}

.btn-close {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
}

.chronology-ui {
  position: fixed;
  z-index: 100;
  top: 20px;
  left: 20px;
  width: 300px;
  height: 70px;
  background: url(../images/chronology_attention.png) no-repeat center;
  background-size: 100% auto;
}

.chronology-ui svg {
  fill: #fff;
  position: absolute;
  z-index: 1;
  top: 18px;
  left: 30px;
  width: 30px;
  height: 43px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.chronology-ui span {
  position: absolute;
  top: 12px;
  left: 14px;
  width: 30px;
  height: 30px;
  border: 5px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
}

.chronology-ui span.circle {
  -webkit-animation: circle 2s ease-out infinite;
          animation: circle 2s ease-out infinite;
}

@-webkit-keyframes circle {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes circle {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.btn-back {
  position: fixed;
  top: 12px;
  left: 15px;
  display: block;
  padding: 10px 15px 8px;
  border-radius: 30px;
  background: #003686;
  font-size: 1.8rem;
  color: #fff;
  letter-spacing: .1em;
}

.ui-scroll {
  position: fixed;
  z-index: 100;
  top: 20px;
  right: 20px;
  width: 100px;
  height: 66px;
  background: url(../images/chronology_scroll.png) no-repeat center;
  background-size: 100% auto;
  text-align: center;
}

.ui-scroll svg {
  fill: #0d367a;
  position: absolute;
  top: 20px;
  right: -4px;
  left: 0;
  width: 30px;
  margin: 0 auto;
  opacity: 0.9;
}

.ui-scroll span {
  position: absolute;
  top: 16px;
  width: 30px;
  height: 17.5px;
  background: url(../images/hand_arrow.png) no-repeat center;
  background-size: 100% auto;
}

.ui-scroll span.hand-arrow01 {
  left: 10px;
  -webkit-animation: hand-arrow01 0.8s linear infinite alternate;
          animation: hand-arrow01 0.8s linear infinite alternate;
}

.ui-scroll span.hand-arrow02 {
  right: 10px;
  -webkit-animation: hand-arrow02 0.8s linear infinite alternate;
          animation: hand-arrow02 0.8s linear infinite alternate;
}

@-webkit-keyframes hand-arrow01 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
}

@keyframes hand-arrow01 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
}

@-webkit-keyframes hand-arrow02 {
  0% {
    -webkit-transform: translateX(0) scale(-1, 1);
            transform: translateX(0) scale(-1, 1);
  }
  100% {
    -webkit-transform: translateX(10px) scale(-1, 1);
            transform: translateX(10px) scale(-1, 1);
  }
}

@keyframes hand-arrow02 {
  0% {
    -webkit-transform: translateX(0) scale(-1, 1);
            transform: translateX(0) scale(-1, 1);
  }
  100% {
    -webkit-transform: translateX(10px) scale(-1, 1);
            transform: translateX(10px) scale(-1, 1);
  }
}
/*# sourceMappingURL=style.css.map */
