@charset "UTF-8";
.sample04 {
  background: #ccc;
  width: 100%;
  height: 100vh;
  height: 100vh !important;
  /* CSS変数をサポートしていないブラウザ用のフォールバック */
  height: calc(var(--vh, 1vh) * 100) !important;
  position: relative;
}

.sample04 p {
  background: #fff;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.a-enter-ar {
  display: none !important;
}

/* ===========================================================
   # BASE
=========================================================== */
* {
  border: none;
  box-sizing: border-box;
  font: inherit;
  outline: none;
  vertical-align: bottom;
  -webkit-tap-highlight-color: transparent;
}

html {
  font-size: 10px;
}

html.manual {
  overflow: hidden !important;
}

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

body {
  background: transparent;
  font: 400 1.6rem/1 "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

/* support iOS */
a-scene {
  height: 100vh !important;
  /* CSS変数をサポートしていないブラウザ用のフォールバック */
  height: calc(var(--vh, 1vh) * 100) !important;
}

.a-enter-vr {
  position: fixed !important;
}

strong {
  font-weight: 700;
}

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

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
}

/* = CLASS
----------------------------------------------------------- */
.auto {
  margin: auto;
}

.boxradiusAll {
  border-radius: 1rem;
}

.boxShadow {
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
}

.clear {
  clear: both;
}

.hidden {
  overflow: hidden;
}

.serif {
  font-family: YakuHanMPs, 'Noto Serif JP', serif;
}

.small {
  font-size: .9em;
}

.transAll {
  transition: all 500ms 0s ease;
}

.txtShadow {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}

/* ALIGN */
.align_c {
  text-align: center;
}

.align_l {
  text-align: left;
}

.align_r {
  text-align: right;
}

/* FLEX */
.flex {
  display: flex;
  flex-wrap: wrap;
}

/* DISPLAY */
.noSP,
.onPC,
.onPC.flex {
  display: none;
}

/* POSITION */
.posAb {
  position: absolute;
}

.posFix {
  position: fixed;
}

.posRe {
  position: relative;
}

@media (min-width: 768px) {
  .alignleft {
    float: left;
  }
  .alignright {
    float: right;
  }
  .onSP {
    display: none !important;
  }
  .noSP {
    display: block;
  }
  strong.noSP,
  span.noSP {
    display: inline;
  }
  .noSP.flex {
    display: flex;
  }
}

@media (min-width: 1024px) {
  .onPC {
    display: block;
  }
  .onPC.flex {
    display: flex;
  }
  strong.onPC {
    display: inline;
  }
  .noPC {
    display: none !important;
  }
}

/* = SIDE NAVI
----------------------------------------------------------- */
.sideNav {
  bottom: 5.4rem;
  right: 2rem;
}

.sideNav li {
  border: 2px solid #fff;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  line-height: 3rem;
  margin-bottom: 1.2rem;
  width: 5em;
}

.sideNav li:hover {
  background: #fff;
  color: #111;
}

/* = AGREEMENT
----------------------------------------------------------- */
.homeAgree {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  left: 0;
  top: 0;
  z-index: 99999;
}

.homeAgree.active {
  opacity: 1;
  pointer-events: auto;
}

.homeAgree_in {
  background: #fff;
  color: #111;
  line-height: 1.6;
  padding: 2rem;
  width: 30rem;
  max-width: 80%;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.homeAgree_in ul {
  justify-content: space-between;
  margin-top: 3rem;
}

.homeAgree_in ul li {
  background: gray;
  color: #fff;
  cursor: pointer;
  line-height: 4rem;
  width: 48%;
}

.homeAgree_in ul li.n {
  background: red;
}

.homeAgree_in ul li.y {
  background: blue;
}

/* = ICON
----------------------------------------------------------- */
.modalClose {
  border: 3px solid #fff;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-size: 2.4rem;
  padding-top: 5px;
  width: 4rem;
  height: 4rem;
  right: 3rem;
  top: 3rem;
}

@media (min-width: 1024px) {
  .modalClose {
    right: 1.5rem;
    top: 1.5rem;
  }
}

/* = MODAL
----------------------------------------------------------- */
.modal {
  padding: 2rem;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  right: 0;
  top: 0;
  z-index: 99999;
}

.modal.active {
  opacity: 1;
  pointer-events: auto;
}

@media (min-width: 1024px) {
  .modal {
    padding: 0;
    width: 60rem;
    max-width: 50%;
  }
}

.manualBody {
  width: 100%;
  height: 100%;
}

.modalList {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 4rem 2rem 2rem;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.modalList_body {
  height: 75%;
  overflow: scroll;
}

@media (min-width: 1024px) {
  .modalList {
    padding: 8rem 3rem 3rem;
  }
}

.slick-list, .slick-track,
.slick-slide > div {
  height: 100%;
}

.modalList li,
.slick-list li {
  line-height: 1.4;
  padding: 1rem;
  height: 100%;
}

.modalList li > *,
.slick-list li > * {
  margin: 1em 0;
}

.modalList li h2,
.slick-list li h2 {
  border: 2px solid #fff;
  font-size: 1.1em;
  font-weight: 500;
}

.modalList li h3,
.slick-list li h3 {
  font-size: 1.1em;
  font-weight: 500;
  margin-bottom: .5rem;
}

.modalList li p,
.slick-list li p {
  margin: 1rem 0;
}

.modalList li p.note,
.slick-list li p.note {
  font-size: 1.2em;
  margin-top: 2em;
}

.modalList li p + h3,
.slick-list li p + h3 {
  margin-top: 1em;
}

.slick-dots {
  display: flex !important;
  justify-content: center;
}

.slick-dots li {
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  font-size: 0;
  margin: 0 5px;
  width: 1rem;
  height: 1rem;
  opacity: .6;
}

.slick-dots li.slick-active {
  opacity: 1;
}

/*# sourceMappingURL=index.map */