@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  max-width: 100%; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/****** Elad Shechter's RESET *******/
/*** box sizing border-box for all elements ***/
*,
*::before,
*::after {
  box-sizing: border-box; }

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer; }

button {
  background-color: transparent;
  color: inherit;
  border-width: 0;
  padding: 0;
  cursor: pointer; }

figure {
  margin: 0; }

input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0; }

ul, ol, dl, dd {
  margin: 0;
  padding: 0;
  list-style: none; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit; }

p {
  margin: 0; }

cite {
  font-style: normal; }

fieldset {
  border-width: 0;
  padding: 0;
  margin: 0; }

html {
  font-size: 62.5%;
  /*for using REM units*/ }

body {
  position: relative;
  direction: ltr;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.0;
  color: #000; }
  @media (max-width: 1100px) {
    body {
      font-size: 1.6rem; } }
  @media (max-width: 768px) {
    body {
      font-size: 1.6rem; } }

img {
  /* SPの長押し禁止 */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  user-select: none; }

.is-pc {
  display: block; }
  @media (max-width: 1100px) {
    .is-pc {
      display: block; } }
  @media (max-width: 768px) {
    .is-pc {
      display: none; } }

.is-tb {
  display: none; }
  @media (max-width: 1100px) {
    .is-tb {
      display: block; } }
  @media (max-width: 768px) {
    .is-tb {
      display: block; } }

.is-sp {
  display: none; }
  @media (max-width: 1100px) {
    .is-sp {
      display: none; } }
  @media (max-width: 768px) {
    .is-sp {
      display: block; } }

body {
  position: relative;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  overflow: hidden; }

.topWrapper {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-flow: column; }
  .topWrapper header {
    height: 160px; }
    @media (max-width: 768px) {
      .topWrapper header {
        height: 80px; } }
    .topWrapper header h1 {
      height: 100px;
      background: url("../images/common-logo.png") 20px center no-repeat;
      background-size: 110px 72px;
      padding: 25px 0 0 80px;
      margin-top: 20px;
      color: #fffeff;
      font-size: 3.2rem; }
      @media (max-width: 768px) {
        .topWrapper header h1 {
          height: auto;
          width: auto;
          background: url("../images/common-logo.png") 5px center no-repeat;
          background-size: 80px 52px;
          padding: 0px 0 0 40px;
          font-size: 2.4rem; } }
      .topWrapper header h1 span {
        font-size: 2.4rem; }
        @media (max-width: 768px) {
          .topWrapper header h1 span {
            font-size: 2.0rem; } }
  .topWrapper .sliderWrapper {
    flex-grow: 1; }
    .topWrapper .sliderWrapper .sliderMain {
      padding: 50px 0;
      background-color: #171111;
      /* CSSアニメーション */
      /* hover(マウスオーバー)で拡大 */ }
      @media (max-width: 768px) {
        .topWrapper .sliderWrapper .sliderMain {
          padding: 10px 0; } }
@keyframes scroll-left {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }
      .topWrapper .sliderWrapper .sliderMain .slide {
        cursor: pointer;
        overflow: hidden; }
      .topWrapper .sliderWrapper .sliderMain .slide img {
        transition: transform 0.4s; }
        @media (max-width: 768px) {
          .topWrapper .sliderWrapper .sliderMain .slide img {
            width: 100vw;
            height: auto; } }
      .topWrapper .sliderWrapper .sliderMain .slide:hover img {
        transform: scale(1.02); }
    .topWrapper .sliderWrapper p {
      padding: 30px 0 0 0;
      color: #fffeff;
      font-size: 2.0rem;
      text-align: center; }
      @media (max-width: 768px) {
        .topWrapper .sliderWrapper p {
          padding: 10px 10px 0 10px;
          text-align: left;
          line-height: 1.5;
          font-size: 1.6rem; } }
  .topWrapper footer {
    height: 80px;
    padding: 20px;
    text-align: right; }
    .topWrapper footer p {
      font-size: 1.2rem;
      color: #fff; }
    @media (max-width: 768px) {
      .topWrapper footer {
        height: auto;
        min-height: auto;
        font-size: 1.0rem; } }

.vrWrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column; }
  .vrWrapper iframe {
    flex-grow: 1; }
  .vrWrapper footer {
    height: 80px;
    display: flex;
    align-items: center;
    border-top: 1px solid #392b2a; }
    @media (max-width: 768px) {
      .vrWrapper footer {
        flex-flow: column;
        padding: 0 10px;
        height: auto; } }
    .vrWrapper footer h1 {
      padding-right: 20px;
      padding-left: 20px;
      font-size: 2.1rem;
      color: #fffeff; }
      @media (max-width: 768px) {
        .vrWrapper footer h1 {
          width: 100%;
          margin: 0 !important;
          padding: 2px 0 0 10px;
          font-size: 1.9rem; } }
    .vrWrapper footer address {
      padding-top: 9px;
      flex-grow: 1;
      text-align: left;
      font-size: 1.2rem;
      color: #fffeff; }
      @media (max-width: 768px) {
        .vrWrapper footer address {
          width: 100%;
          padding: 0 0 10px 0; } }
    .vrWrapper footer .copyright {
      padding-right: 20px;
      font-size: 1.0rem;
      color: #666;}
      @media (max-width: 768px) {
        .vrWrapper footer .copyright {
          width: 100%;
          padding: 0;
          text-align: right;
          font-size: 0.8rem; } }

.floatMenu {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 100;
  width: 300px;
  background-color: #f00; }
  @media (max-width: 768px) {
    .floatMenu {
      top: 10px;
      right: 10px;
      width: calc(100vw - 20px); } }
  .floatMenu .menuBody {
    position: fixed;
    top: 10px;
    right: -400px;
    width: 300px;
    padding: 50px 20px 20px 20px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 0px 10px -3px #a1a1a1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0; }
    @media (max-width: 768px) {
      .floatMenu .menuBody {
        width: calc(100vw - 20px);
        padding: 30px 20px 20px 20px; } }
    .floatMenu .menuBody.open {
      opacity: 1;
      top: 10px;
      right: 10px; }
    .floatMenu .menuBody li {
      padding: 0; }
      .floatMenu .menuBody li a {
        display: block;
        padding: 9px 0;
        text-align: center;
	line-height: 1.2;
        background-color: #fff;
        transition: all .8s;
        border-bottom: #ccc 1px solid; }
        .floatMenu .menuBody li a:hover {
          background-color: #fff;
          border-bottom: #111 1px solid; }
  .floatMenu .openBtn {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 101;
    cursor: pointer;
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 5px; }
    @media (max-width: 768px) {
      .floatMenu .openBtn {
        width: 50px;
        height: 50px; } }
  .floatMenu .openBtn span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 16px;
    width: 47%;
    height: 4px;
    border-radius: 2px;
    background-color: #4e3b3a; }
    @media (max-width: 768px) {
      .floatMenu .openBtn span {
        left: 14px;
        height: 3px;
        width: 45%; } }
  .floatMenu .openBtn span:nth-of-type(1) {
    top: 18px; }
    @media (max-width: 768px) {
      .floatMenu .openBtn span:nth-of-type(1) {
        top: 15.5px; } }
  .floatMenu .openBtn span:nth-of-type(2) {
    top: 28px; }
    @media (max-width: 768px) {
      .floatMenu .openBtn span:nth-of-type(2) {
        top: 23.5px; } }
  .floatMenu .openBtn span:nth-of-type(3) {
    top: 38px; }
    @media (max-width: 768px) {
      .floatMenu .openBtn span:nth-of-type(3) {
        top: 31.5px; } }
  .floatMenu .openBtn.open span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%; }
  .floatMenu .openBtn.open span:nth-of-type(2) {
    opacity: 0; }
  .floatMenu .openBtn.open span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%; }
