/*!
 * Bootstrap Reboot v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

p {
  margin: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin: 0;
  padding: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin: 0;
  padding: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0;
  padding: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin: 0;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding: 0;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin: 0;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

#ons-loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  padding-bottom: 5vh;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
  pointer-events: none !important;
}
#ons-loading #loading-wrapper {
  position: relative;
}
#ons-loading #loading-wrapper:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 150vw;
  height: 150vh;
  transform: translate(-50%, -50%);
  background-color: #fff;
}
#ons-loading #loading-wrapper #logo-animation {
  position: relative;
  width: 600px;
}
@media (max-width: 768px) {
  #ons-loading #loading-wrapper #logo-animation {
    transform: scale(0.5);
    transform-origin: center;
  }
}
#ons-loading #loading-wrapper #logo-animation #loading-logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: block;
  width: 600px;
  height: 320px;
}
#ons-loading #loading-wrapper #logo-animation #loading-logo img {
  width: 100%;
}
#ons-loading #loading-wrapper #logo-animation #loading-circles {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: block;
  width: 600px;
  height: 320px;
  -webkit-mask-image: url("../image/gradient-mask.svg");
          mask-image: url("../image/gradient-mask.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
#ons-loading #loading-wrapper #logo-animation #loading-circles svg {
  fill: none;
  stroke: #000;
}
#ons-loading #loading-wrapper #logo-animation #loading-circles svg path {
  stroke-dasharray: 800px;
  stroke-dashoffset: 800px;
}
#ons-loading #loading-wrapper #logo-animation #loading-circles svg.circle-left {
  position: absolute;
  top: 0;
  left: 0;
}
#ons-loading #loading-wrapper #logo-animation #loading-circles svg.circle-right {
  position: absolute;
  top: 0;
  right: 0;
}
#ons-loading #loading-wrapper #logo-animation #loading-circles svg.circle-right path {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
#ons-loading #loading-wrapper #progress-bar {
  position: relative;
  z-index: 5;
  width: 100%;
  padding-top: 350px;
}
#ons-loading #loading-wrapper #progress-bar p {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
#ons-loading #loading-wrapper #progress-bar .bar {
  width: 100%;
  border: 2px solid #000;
}
#ons-loading #loading-wrapper #progress-bar .bar .number {
  position: relative;
  width: 0;
  height: 50px;
  background-color: #00A7FE;
}
#ons-loading #loading-wrapper #progress-bar .bar .number:before {
  content: attr(data-num);
  position: absolute;
  right: 0;
  bottom: -1.5em;
  font-size: 17px;
  font-weight: 700;
  transform: translateX(50%);
}
#ons-loading #loading-wrapper.animated {
  -webkit-animation-name: loading-end;
          animation-name: loading-end;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: cubic-bezier(0.9, 0.03, 0.69, 0.22);
          animation-timing-function: cubic-bezier(0.9, 0.03, 0.69, 0.22);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
#ons-loading #loading-wrapper.animated #logo-animation #loading-circles svg path {
  -webkit-animation: path-animation 0.5s;
          animation: path-animation 0.5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
#ons-loading #loading-wrapper.animated #logo-animation #loading-circles svg.circle-right path {
  -webkit-animation-delay: 0.55s;
          animation-delay: 0.55s;
}
#ons-loading #loading-wrapper.animated .scene {
  -webkit-animation-name: wall-fade;
          animation-name: wall-fade;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
#ons-loading #loading-wrapper.animated .scene .wrap .wall {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.75, 0.72);
          animation-timing-function: cubic-bezier(0.47, 0, 0.75, 0.72);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
#ons-loading #loading-wrapper.animated .scene .wrap .wall-top {
  -webkit-animation-name: wall-move-top;
          animation-name: wall-move-top;
}
#ons-loading #loading-wrapper.animated .scene .wrap .wall-bottom {
  -webkit-animation-name: wall-move-bottom;
          animation-name: wall-move-bottom;
}
#ons-loading #loading-wrapper.animated .scene .wrap .wall-left {
  -webkit-animation-name: wall-move-left;
          animation-name: wall-move-left;
}
#ons-loading #loading-wrapper.animated .scene .wrap .wall-right {
  -webkit-animation-name: wall-move-right;
          animation-name: wall-move-right;
}

.wall {
  background: url("../image/background.jpg");
}

.scene {
  position: absolute;
  top: 50%;
  left: 50%;
  perspective: 5px;
  perspective-origin: 50% 50%;
  opacity: 0;
  z-index: 1;
}
.scene:before {
  content: "";
  position: absolute;
  top: calc(50% - 40vw);
  left: calc(50% - 40vw);
  display: block;
  width: 80vw;
  height: 80vw;
  filter: blur(20vw);
  border-radius: 50%;
  background-color: #fff;
  z-index: 1;
}
.scene .wrap {
  position: absolute;
  left: -500px;
  top: -500px;
  width: 1000px;
  height: 1000px;
  transform-style: preserve-3d;
}
.scene .wrap .wall {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  background-size: cover;
}
.scene .wrap .wall-top {
  transform: rotateX(-15deg) translateZ(-80px) translateY(0);
}
.scene .wrap .wall-bottom {
  transform: rotateX(15deg) translateZ(-80px) translateY(0);
}
.scene .wrap .wall-left {
  transform: rotateY(-15deg) translateZ(-80px) translateX(0);
}
.scene .wrap .wall-right {
  transform: rotateY(15deg) translateZ(-80px) translateX(0);
}

@-webkit-keyframes path-animation {
  0% {
    stroke-dasharray: 800px;
    stroke-dashoffset: 800px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes path-animation {
  0% {
    stroke-dasharray: 800px;
    stroke-dashoffset: 800px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes light-scale {
  0% {
    transform: translate(-50%, -50%) scale(1);
    filter: blur(10vh);
  }
  70% {
    transform: translate(-50%, -50%) scale(0.5);
  }
  100% {
    transform: translate(-50%, -50%) scale(0.3);
    filter: blur(40vh);
  }
}
@keyframes light-scale {
  0% {
    transform: translate(-50%, -50%) scale(1);
    filter: blur(10vh);
  }
  70% {
    transform: translate(-50%, -50%) scale(0.5);
  }
  100% {
    transform: translate(-50%, -50%) scale(0.3);
    filter: blur(40vh);
  }
}
@-webkit-keyframes wall-move-top {
  0% {
    transform: rotateX(-15deg) translateZ(-80px) translateY(0);
  }
  100% {
    transform: rotateX(-15deg) translateZ(-80px) translateY(-500px);
  }
}
@keyframes wall-move-top {
  0% {
    transform: rotateX(-15deg) translateZ(-80px) translateY(0);
  }
  100% {
    transform: rotateX(-15deg) translateZ(-80px) translateY(-500px);
  }
}
@-webkit-keyframes wall-move-bottom {
  0% {
    transform: rotateX(15deg) translateZ(-80px) translateY(0);
  }
  100% {
    transform: rotateX(15deg) translateZ(-80px) translateY(500px);
  }
}
@keyframes wall-move-bottom {
  0% {
    transform: rotateX(15deg) translateZ(-80px) translateY(0);
  }
  100% {
    transform: rotateX(15deg) translateZ(-80px) translateY(500px);
  }
}
@-webkit-keyframes wall-move-left {
  0% {
    transform: rotateY(-15deg) translateZ(-80px) translateX(0);
  }
  100% {
    transform: rotateY(-15deg) translateZ(-80px) translateX(500px);
  }
}
@keyframes wall-move-left {
  0% {
    transform: rotateY(-15deg) translateZ(-80px) translateX(0);
  }
  100% {
    transform: rotateY(-15deg) translateZ(-80px) translateX(500px);
  }
}
@-webkit-keyframes wall-move-right {
  0% {
    transform: rotateY(15deg) translateZ(-80px) translateX(0);
  }
  100% {
    transform: rotateY(15deg) translateZ(-80px) translateX(-500px);
  }
}
@keyframes wall-move-right {
  0% {
    transform: rotateY(15deg) translateZ(-80px) translateX(0);
  }
  100% {
    transform: rotateY(15deg) translateZ(-80px) translateX(-500px);
  }
}
@-webkit-keyframes wall-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes wall-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes loading-end {
  0% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes loading-end {
  0% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}