/* ---------- reset --------- */
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap);
html, body {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

div, p, table, tbody, thead, th, tr, td, form, fieldset, input, textarea, blockquote, header, footer, nav, article, section, dl, dt, dd, ul, ol, li {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  line-height: 1.0;
  font-style: normal;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

body {
  line-height: 1;
}

ol, ul, li {
  list-style: none;
}

caption, th {
  text-align: left;
}

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

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

fieldset, img {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

button, textarea, select, input {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: none;
  background: transparent;
}

header, footer, section, main, p, div, ul, li, span, a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

strong {
  font-weight: 500;
}

/* ---------- Base --------- */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* ---------- font --------- */
html {
  font-size: 62.5%;
  height: 100%;
}

body {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: 500;
  color: #FFF;
  -webkit-font-feature-settings: 'palt', auto;
  font-feature-settings: 'palt', auto;
  -webkit-font-kerning: auto;
  font-kerning: auto;
  font-display: swap;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  color: #FFF;
  background: #000;
}

img.iep {
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.sp {
  display: none !important;
}

a {
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:active {
  color: #000;
}
a:focus {
  outline: none;
}
a.nolink {
  pointer-events: none;
}

a, input[type=radio], input[type=checkbox], input[type=submit], button, select {
  cursor: pointer;
}

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

@media screen and (max-width: 767px), print {
  body {
    min-width: 100%;
  }

  .sp {
    display: block !important;
  }

  .pc {
    display: none !important;
  }
}
/* =============================================================

Animation

* ============================================================= */
@-moz-keyframes fontColor {
  0% {
    color: #FFF;
  }
  10% {
    color: #666;
  }
  20% {
    color: #1a1a1a;
  }
  30% {
    color: #545454;
  }
  40% {
    color: #efefef;
  }
  50% {
    color: #464646;
  }
  60% {
    color: #1a1a1a;
  }
  70% {
    color: #b0b0b0;
  }
  80% {
    color: #2a2a2a;
  }
  90% {
    color: #dfdfdf;
  }
  100% {
    color: #bdbdbd;
  }
}
@-webkit-keyframes fontColor {
  0% {
    color: #FFF;
  }
  10% {
    color: #666;
  }
  20% {
    color: #1a1a1a;
  }
  30% {
    color: #545454;
  }
  40% {
    color: #efefef;
  }
  50% {
    color: #464646;
  }
  60% {
    color: #1a1a1a;
  }
  70% {
    color: #b0b0b0;
  }
  80% {
    color: #2a2a2a;
  }
  90% {
    color: #dfdfdf;
  }
  100% {
    color: #bdbdbd;
  }
}
@keyframes fontColor {
  0% {
    color: #FFF;
  }
  10% {
    color: #666;
  }
  20% {
    color: #1a1a1a;
  }
  30% {
    color: #545454;
  }
  40% {
    color: #efefef;
  }
  50% {
    color: #464646;
  }
  60% {
    color: #1a1a1a;
  }
  70% {
    color: #b0b0b0;
  }
  80% {
    color: #2a2a2a;
  }
  90% {
    color: #dfdfdf;
  }
  100% {
    color: #bdbdbd;
  }
}
@-moz-keyframes fontColor2 {
  0% {
    color: #FFF;
  }
  10% {
    color: #1a1a1a;
  }
  20% {
    color: #2a2a2a;
  }
  30% {
    color: #bdbdbd;
  }
  40% {
    color: #1a1a1a;
  }
  50% {
    color: #dfdfdf;
  }
  60% {
    color: #666;
  }
  70% {
    color: #b0b0b0;
  }
  80% {
    color: #efefef;
  }
  90% {
    color: #464646;
  }
  100% {
    color: #545454;
  }
}
@-webkit-keyframes fontColor2 {
  0% {
    color: #FFF;
  }
  10% {
    color: #1a1a1a;
  }
  20% {
    color: #2a2a2a;
  }
  30% {
    color: #bdbdbd;
  }
  40% {
    color: #1a1a1a;
  }
  50% {
    color: #dfdfdf;
  }
  60% {
    color: #666;
  }
  70% {
    color: #b0b0b0;
  }
  80% {
    color: #efefef;
  }
  90% {
    color: #464646;
  }
  100% {
    color: #545454;
  }
}
@keyframes fontColor2 {
  0% {
    color: #FFF;
  }
  10% {
    color: #1a1a1a;
  }
  20% {
    color: #2a2a2a;
  }
  30% {
    color: #bdbdbd;
  }
  40% {
    color: #1a1a1a;
  }
  50% {
    color: #dfdfdf;
  }
  60% {
    color: #666;
  }
  70% {
    color: #b0b0b0;
  }
  80% {
    color: #efefef;
  }
  90% {
    color: #464646;
  }
  100% {
    color: #545454;
  }
}
/* =============================================================

Wrapper

* ============================================================= */
.l-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100%;
  min-width: 1024px;
  min-height: 100vh;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

#js-wrapper {
  /*top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  //overflow-y: scroll;
  //-webkit-overflow-scrolling: touch;*/
}

.l-wrapper__inner {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  min-height: 0%;
}

.pace-done .l-wrapper {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
}

.l-wrapper.is-resizing * {
  -moz-transition: none !important;
  -o-transition: none !important;
  -webkit-transition: none !important;
  transition: none !important;
}

@media screen and (max-width: 767px), print {
  .l-wrapper {
    min-width: 100%;
    min-height: 100%;
  }

  .l-wrapper__inner {
    display: block;
  }
}
/* =============================================================

Pace

* ============================================================= */
.pace {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 15000;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  overflow: hidden;
  -moz-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

.pace.pace-inactive {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

#audiostart {
  width: 100%;
  height: 100vh;
  min-width: 1024px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
#audiostart h1 {
  width: 100%;
  min-width: 1024px;
  margin-bottom: 5vw;
  text-align: center;
  cursor: pointer;
}
#audiostart h1 span {
  font-size: 3.0rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
#audiostart h2 span {
  font-size: 2.0rem;
  letter-spacing: 0.1em;
}
#audiostart.__ani h1 span {
  -moz-animation: 30s linear 1s infinite fontColor;
  -webkit-animation: 30s linear 1s infinite fontColor;
  animation: 30s linear 1s infinite fontColor;
}
#audiostart.__ani h2 span {
  -moz-animation: 30s linear 3s infinite fontColor;
  -webkit-animation: 30s linear 3s infinite fontColor;
  animation: 30s linear 3s infinite fontColor;
}
#audiostart .bk-img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
}
#audiostart .bk-img-box.__show {
  -moz-transition: all 90s;
  -o-transition: all 90s;
  -webkit-transition: all 90s;
  transition: all 90s;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
}
#audiostart .bk-img-box li {
  width: 100%;
  height: 100vh;
  outline: none;
}
#audiostart .bk-img-box li img {
  display: block;
  width: 100%;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  opacity: 0.1;
}

.slider {
  display: none !important;
}

.slider.slick-initialized {
  display: block !important;
}

img.iep {
  object-fit: cover;
  font-family: "object-fit: cover;";
}

img.gray {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

audio {
  position: absolute;
  z-index: -9999;
  display: none;
}

@media screen and (max-width: 767px), print {
  #audiostart {
    min-width: 100%;
    height: auto;
  }
  #audiostart h1 {
    min-width: 100%;
    margin-bottom: 10vw;
  }
}
@media screen and (max-width: 896px) and (orientation: landscape) {
  .l-wrapper {
    min-width: 100%;
    min-height: 100%;
  }

  #audiostart {
    min-width: 100%;
  }
  #audiostart h1 {
    min-width: 100%;
  }
}
.bk-img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

#land-scape-caution {
  display: none;
}
#land-scape-caution .__inner {
  width: 100vw;
  height: 100vh;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  position: fixed;
  z-index: 1000000;
  background: #000;
  top: 0;
  left: 0;
}
#land-scape-caution p {
  color: #FFF;
  text-align: center;
  font-size: calc(calc(100vw -80px) / 34);
  line-height: 2.0;
}
#land-scape-caution p.en {
  margin-top: -10vh;
  font-size: calc(calc(100vw -80px) / 20);
}
