@charset "UTF-8";
.wrapper {
  max-width: 1080px; }

.col1 {
  margin-bottom: 0;
  margin-right: 0; }
  .col1:nth-child(1) {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .col1 {
      width: 100%;
      margin-right: 0; } }
  .col1 img {
    width: 100%; }

.col2 {
  margin-bottom: 0;
  margin-right: 0; }
  .col2:nth-child(2) {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .col2 {
      width: 100%;
      margin-right: 0; } }
  .col2 img {
    width: 100%; }

.col3 {
  margin-bottom: 0;
  margin-right: 0; }
  .col3:nth-child(3) {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .col3 {
      width: 100%;
      margin-right: 0; } }
  .col3 img {
    width: 100%; }

.col4 {
  margin-bottom: 0;
  margin-right: 0; }
  .col4:nth-child(4) {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .col4 {
      width: 100%;
      margin-right: 0; } }
  .col4 img {
    width: 100%; }

.col5 {
  margin-bottom: 0;
  margin-right: 0; }
  .col5:nth-child(5) {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .col5 {
      width: 100%;
      margin-right: 0; } }
  .col5 img {
    width: 100%; }

.col6 {
  margin-bottom: 0;
  margin-right: 0; }
  .col6:nth-child(6) {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .col6 {
      width: 100%;
      margin-right: 0; } }
  .col6 img {
    width: 100%; }

@keyframes humb {
  100% {
    background: rgba(0, 0, 0, 0); } }
@keyframes scaleOut {
  100% {
    transform: scale(0);
    opacity: 0; } }
@keyframes pageTransition {
  100% {
    transform: translateX(0); } }
@keyframes pageFadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes scaleIn {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1);
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  20% {
    opacity: 0.4; }
  80% {
    opacity: 0.6; }
  100% {
    opacity: 1; } }
@keyframes slideIn {
  0% {
    transform: translate(0, 100%); }
  100% {
    transform: translate(0, 0); } }
@keyframes slideOut {
  0% {
    transform: translate(0, 0); }
  2% {
    transform: translate(1%, 1%); }
  10% {
    transform: translate(1%, 1%); }
  50% {
    transform: translate(50%, 50%); }
  100% {
    transform: translate(100%, 70%);
    opacity: 0; } }
@keyframes neon {
  40% {
    opacity: .85; }
  42% {
    opacity: .4; }
  43% {
    opacity: .85; }
  45% {
    opacity: .4; }
  46% {
    opacity: .85; } }
@keyframes PageAnime {
  0% {
    transform-origin: right;
    transform: scaleX(0); }
  50% {
    transform-origin: right;
    transform: scaleX(1); }
  50.001% {
    transform-origin: left; }
  100% {
    transform-origin: left;
    transform: scaleX(0); } }
@keyframes PageAnimeAppear {
  0% {
    opacity: 0; }
  20% {
    opacity: 0.4; }
  80% {
    opacity: 0.6; }
  100% {
    opacity: 1; } }
@keyframes right-move {
  0% {
    transform: scaleX(1); }
  100% {
    transform: scaleX(0);
    visibility: hidden; } }
@keyframes flowing-anim {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }
@keyframes bgLRextendAnime {
  0% {
    transform-origin: right; }
  50% {
    transform-origin: right; }
  50.001% {
    transform-origin: right; }
  100% {
    transform-origin: right;
    transform: scaleX(0); } }
@keyframes bgRLextendAnime {
  0% {
    transform-origin: left; }
  50% {
    transform-origin: left; }
  50.001% {
    transform-origin: left; }
  100% {
    transform-origin: left;
    transform: scaleX(0); } }
.fx {
  opacity: 0;
  -webkit-transform: translate(0, 90px);
  transform: translate(0, 90px);
  backface-visibility: hidden;
  will-change: transform; }
  .fx .fxBox {
    opacity: 0;
    -webkit-transform: translate(0, 90px);
    transform: translate(0, 90px);
    backface-visibility: hidden;
    will-change: transform; }
  .fx .cols {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
    .fx .cols .fxInr {
      opacity: 0;
      -webkit-transform: translate(0, 90px);
      transform: translate(0, 90px);
      backface-visibility: hidden;
      will-change: transform; }
  .fx .left {
    opacity: 0;
    -webkit-transform: translate(-150px, -90px);
    transform: translate(-150px, -90px);
    backface-visibility: hidden;
    will-change: transform; }
  .fx .right {
    opacity: 0;
    -webkit-transform: translate(150px, -90px);
    transform: translate(150px, -90px);
    backface-visibility: hidden;
    will-change: transform; }
  .fx.on {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: ease 1s 0s;
    transition: ease 1s 0s;
    backface-visibility: hidden;
    overflow: hidden;
    will-change: transform; }
    .fx.on .fxBox {
      opacity: 1;
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
      -webkit-transition: ease 2s 0s;
      transition: ease 2s 0s;
      backface-visibility: hidden;
      will-change: transform; }
      .fx.on .fxBox:nth-child(1) {
        -webkit-transition: ease-out 0.6s 0.1s;
        transition: ease-out 0.6s 0.1s; }
      .fx.on .fxBox:nth-child(2) {
        -webkit-transition: ease-out 0.6s 0.3s;
        transition: ease-out 0.6s 0.3s; }
      .fx.on .fxBox:nth-child(3) {
        -webkit-transition: ease-out 0.6s 0.5s;
        transition: ease-out 0.6s 0.5s; }
      .fx.on .fxBox:nth-child(4) {
        -webkit-transition: ease-out 0.6s 0.7s;
        transition: ease-out 0.6s 0.7s; }
      .fx.on .fxBox:nth-child(5) {
        -webkit-transition: ease-out 0.6s 0.9s;
        transition: ease-out 0.6s 0.9s; }
      .fx.on .fxBox:nth-child(6) {
        -webkit-transition: ease-out 0.6s 1.1s;
        transition: ease-out 0.6s 1.1s; }
      .fx.on .fxBox:nth-child(7) {
        -webkit-transition: ease-out 0.6s 1.3s;
        transition: ease-out 0.6s 1.3s; }
      .fx.on .fxBox:nth-child(8) {
        -webkit-transition: ease-out 0.6s 1.5s;
        transition: ease-out 0.6s 1.5s; }
      .fx.on .fxBox:nth-child(9) {
        -webkit-transition: ease-out 0.6s 1.7s;
        transition: ease-out 0.6s 1.7s; }
      .fx.on .fxBox:nth-child(10) {
        -webkit-transition: ease-out 0.6s 1.9s;
        transition: ease-out 0.6s 1.9s; }
      .fx.on .fxBox:nth-child(11) {
        -webkit-transition: ease-out 0.6s 2.1s;
        transition: ease-out 0.6s 2.1s; }
      .fx.on .fxBox:nth-child(12) {
        -webkit-transition: ease-out 0.6s 2.3s;
        transition: ease-out 0.6s 2.3s; }
      .fx.on .fxBox:nth-child(13) {
        -webkit-transition: ease-out 0.6s 2.5s;
        transition: ease-out 0.6s 2.5s; }
      .fx.on .fxBox:nth-child(14) {
        -webkit-transition: ease-out 0.6s 2.7s;
        transition: ease-out 0.6s 2.7s; }
      .fx.on .fxBox:nth-child(15) {
        -webkit-transition: ease-out 0.6s 2.9s;
        transition: ease-out 0.6s 2.9s; }
      .fx.on .fxBox:nth-child(16) {
        -webkit-transition: ease-out 0.6s 3.1s;
        transition: ease-out 0.6s 3.1s; }
      .fx.on .fxBox:nth-child(17) {
        -webkit-transition: ease-out 0.6s 3.3s;
        transition: ease-out 0.6s 3.3s; }
      .fx.on .fxBox:nth-child(18) {
        -webkit-transition: ease-out 0.6s 3.5s;
        transition: ease-out 0.6s 3.5s; }
      .fx.on .fxBox:nth-child(19) {
        -webkit-transition: ease-out 0.6s 3.7s;
        transition: ease-out 0.6s 3.7s; }
      .fx.on .fxBox:nth-child(20) {
        -webkit-transition: ease-out 0.6s 3.9s;
        transition: ease-out 0.6s 3.9s; }
      .fx.on .fxBox:nth-child(21) {
        -webkit-transition: ease-out 0.6s 4.1s;
        transition: ease-out 0.6s 4.1s; }
      .fx.on .fxBox:nth-child(22) {
        -webkit-transition: ease-out 0.6s 4.3s;
        transition: ease-out 0.6s 4.3s; }
      .fx.on .fxBox:nth-child(23) {
        -webkit-transition: ease-out 0.6s 4.5s;
        transition: ease-out 0.6s 4.5s; }
      .fx.on .fxBox:nth-child(24) {
        -webkit-transition: ease-out 0.6s 4.7s;
        transition: ease-out 0.6s 4.7s; }
      .fx.on .fxBox:nth-child(25) {
        -webkit-transition: ease-out 0.6s 4.9s;
        transition: ease-out 0.6s 4.9s; }
      .fx.on .fxBox:nth-child(26) {
        -webkit-transition: ease-out 0.6s 5.1s;
        transition: ease-out 0.6s 5.1s; }
      .fx.on .fxBox:nth-child(27) {
        -webkit-transition: ease-out 0.6s 5.3s;
        transition: ease-out 0.6s 5.3s; }
      .fx.on .fxBox:nth-child(28) {
        -webkit-transition: ease-out 0.6s 5.5s;
        transition: ease-out 0.6s 5.5s; }
      .fx.on .fxBox:nth-child(29) {
        -webkit-transition: ease-out 0.6s 5.7s;
        transition: ease-out 0.6s 5.7s; }
      .fx.on .fxBox:nth-child(30) {
        -webkit-transition: ease-out 0.6s 5.9s;
        transition: ease-out 0.6s 5.9s; }
    .fx.on .cols .fxInr {
      opacity: 1;
      backface-visibility: hidden;
      will-change: transform;
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
      -webkit-transition: ease 2s 0.6s;
      transition: ease 2s 0.6s; }
      .fx.on .cols .fxInr:nth-child(1) {
        -webkit-transition: ease-out 0.6s 0.1s;
        transition: ease-out 0.6s 0.1s; }
      .fx.on .cols .fxInr:nth-child(2) {
        -webkit-transition: ease-out 0.6s 0.3s;
        transition: ease-out 0.6s 0.3s; }
      .fx.on .cols .fxInr:nth-child(3) {
        -webkit-transition: ease-out 0.6s 0.5s;
        transition: ease-out 0.6s 0.5s; }
      .fx.on .cols .fxInr:nth-child(4) {
        -webkit-transition: ease-out 0.6s 0.7s;
        transition: ease-out 0.6s 0.7s; }
      .fx.on .cols .fxInr:nth-child(5) {
        -webkit-transition: ease-out 0.6s 0.9s;
        transition: ease-out 0.6s 0.9s; }
      .fx.on .cols .fxInr:nth-child(6) {
        -webkit-transition: ease-out 0.6s 1.1s;
        transition: ease-out 0.6s 1.1s; }
      .fx.on .cols .fxInr:nth-child(7) {
        -webkit-transition: ease-out 0.6s 1.3s;
        transition: ease-out 0.6s 1.3s; }
      .fx.on .cols .fxInr:nth-child(8) {
        -webkit-transition: ease-out 0.6s 1.5s;
        transition: ease-out 0.6s 1.5s; }
      .fx.on .cols .fxInr:nth-child(9) {
        -webkit-transition: ease-out 0.6s 1.7s;
        transition: ease-out 0.6s 1.7s; }
      .fx.on .cols .fxInr:nth-child(10) {
        -webkit-transition: ease-out 0.6s 1.9s;
        transition: ease-out 0.6s 1.9s; }
      .fx.on .cols .fxInr:nth-child(11) {
        -webkit-transition: ease-out 0.6s 2.1s;
        transition: ease-out 0.6s 2.1s; }
      .fx.on .cols .fxInr:nth-child(12) {
        -webkit-transition: ease-out 0.6s 2.3s;
        transition: ease-out 0.6s 2.3s; }
      .fx.on .cols .fxInr:nth-child(13) {
        -webkit-transition: ease-out 0.6s 2.5s;
        transition: ease-out 0.6s 2.5s; }
      .fx.on .cols .fxInr:nth-child(14) {
        -webkit-transition: ease-out 0.6s 2.7s;
        transition: ease-out 0.6s 2.7s; }
      .fx.on .cols .fxInr:nth-child(15) {
        -webkit-transition: ease-out 0.6s 2.9s;
        transition: ease-out 0.6s 2.9s; }
      .fx.on .cols .fxInr:nth-child(16) {
        -webkit-transition: ease-out 0.6s 3.1s;
        transition: ease-out 0.6s 3.1s; }
      .fx.on .cols .fxInr:nth-child(17) {
        -webkit-transition: ease-out 0.6s 3.3s;
        transition: ease-out 0.6s 3.3s; }
      .fx.on .cols .fxInr:nth-child(18) {
        -webkit-transition: ease-out 0.6s 3.5s;
        transition: ease-out 0.6s 3.5s; }
      .fx.on .cols .fxInr:nth-child(19) {
        -webkit-transition: ease-out 0.6s 3.7s;
        transition: ease-out 0.6s 3.7s; }
      .fx.on .cols .fxInr:nth-child(20) {
        -webkit-transition: ease-out 0.6s 3.9s;
        transition: ease-out 0.6s 3.9s; }
      .fx.on .cols .fxInr:nth-child(21) {
        -webkit-transition: ease-out 0.6s 4.1s;
        transition: ease-out 0.6s 4.1s; }
      .fx.on .cols .fxInr:nth-child(22) {
        -webkit-transition: ease-out 0.6s 4.3s;
        transition: ease-out 0.6s 4.3s; }
      .fx.on .cols .fxInr:nth-child(23) {
        -webkit-transition: ease-out 0.6s 4.5s;
        transition: ease-out 0.6s 4.5s; }
      .fx.on .cols .fxInr:nth-child(24) {
        -webkit-transition: ease-out 0.6s 4.7s;
        transition: ease-out 0.6s 4.7s; }
      .fx.on .cols .fxInr:nth-child(25) {
        -webkit-transition: ease-out 0.6s 4.9s;
        transition: ease-out 0.6s 4.9s; }
      .fx.on .cols .fxInr:nth-child(26) {
        -webkit-transition: ease-out 0.6s 5.1s;
        transition: ease-out 0.6s 5.1s; }
      .fx.on .cols .fxInr:nth-child(27) {
        -webkit-transition: ease-out 0.6s 5.3s;
        transition: ease-out 0.6s 5.3s; }
      .fx.on .cols .fxInr:nth-child(28) {
        -webkit-transition: ease-out 0.6s 5.5s;
        transition: ease-out 0.6s 5.5s; }
      .fx.on .cols .fxInr:nth-child(29) {
        -webkit-transition: ease-out 0.6s 5.7s;
        transition: ease-out 0.6s 5.7s; }
      .fx.on .cols .fxInr:nth-child(30) {
        -webkit-transition: ease-out 0.6s 5.9s;
        transition: ease-out 0.6s 5.9s; }
    .fx.on .left {
      backface-visibility: hidden;
      opacity: 1;
      will-change: transform;
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
      -webkit-transition: ease 1s 0s;
      transition: ease 1s 0s; }
    .fx.on .right {
      backface-visibility: hidden;
      opacity: 1;
      will-change: transform;
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
      -webkit-transition: ease 1s 0s;
      transition: ease 1s 0s; }

.fxside .left {
  opacity: 0;
  -webkit-transform: translate(-150px, 0);
  transform: translate(-150px, 0);
  backface-visibility: hidden;
  will-change: transform; }
.fxside .right {
  opacity: 0;
  -webkit-transform: translate(150px, 0);
  transform: translate(150px, 0);
  backface-visibility: hidden;
  will-change: transform; }
.fxside .bgLRextend::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #b8a171;
  z-index: 10;
  transform: scaleX(1); }
.fxside .bgRLextend::before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #b8a171;
  z-index: 10;
  transform: scaleX(1); }
.fxside.on .left {
  backface-visibility: hidden;
  opacity: 1;
  will-change: transform;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: ease 1s 0s;
  transition: ease 1s 0s; }
.fxside.on .right {
  backface-visibility: hidden;
  opacity: 1;
  will-change: transform;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: ease 1s 0s;
  transition: ease 1s 0s; }
.fxside.on .bgLRextend::before {
  animation-name: bgLRextendAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #b8a171;
  z-index: 10;
  transform: scaleX(1); }
.fxside.on .bgRLextend::before {
  animation-name: bgRLextendAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #b8a171;
  z-index: 10;
  transform: scaleX(1); }

body #splash {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: white;
  z-index: 0;
  text-align: center;
  color: white; }
  body #splash #splash-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation-name: fadeIn;
    animation-duration: 2.0s;
    animation-timing-function: ease;
    animation-fill-mode: forwards; }
body .splashbg {
  display: none; }
body #container {
  opacity: 0; }
body.appear #splash {
  animation-name: pageFadeout;
  animation-duration: 2.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards; }
  body.appear #splash #splash-logo {
    animation-name: pageFadeout;
    animation-duration: 1.5s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards; }
body.appear .splashbg {
  display: block;
  /*content: "";
  position:fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  transform: scaleX(0);
  background-color: $keyColor;
  animation-name: PageAnime;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 2.5s;*/ }
  body.appear .splashbg::before, body.appear .splashbg::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    transform-origin: right; }
  body.appear .splashbg::before {
    background-color: #b8a171;
    z-index: -1;
    animation: right-move 0.8s forwards;
    animation-delay: 1.5s; }
  body.appear .splashbg::after {
    transform-origin: left;
    background-color: black;
    z-index: -2;
    animation: right-move 0.8s forwards;
    animation-delay: 1.5s; }
body.appear #container {
  animation-name: PageAnimeAppear;
  animation-duration: 0.2s;
  animation-delay: 2.4s;
  animation-fill-mode: forwards;
  opacity: 0; }

.flowing {
  overflow: hidden;
  white-space: nowrap;
  animation: flowing-anim 0.3s forwards linear;
  animation-delay: 3.0s;
  width: 0; }

.flowing:nth-child(2) {
  animation-delay: 3.5s; }

.flowing:nth-child(3) {
  animation-delay: 4.0s; }

br.sp {
  display: none; }
  @media screen and (max-width: 375px) {
    br.sp {
      display: block; } }
@media screen and (max-width: 900px) {
  br.pc {
    display: none; } }

/*! 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.0;
  /* 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.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* 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;
  text-decoration: none; }

/**
 * 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; }

/* 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.2;
  /* 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; }

/* border-box
   ========================================================================== */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* clearfix
   ========================================================================== */
.clearfix::after {
  content: "";
  display: block;
  clear: both; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

/* ===== 共通フェード（全ページで使える） ===== */
@keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(12px); }
  to {
    opacity: 1;
    transform: none; } }
/* 初期は非表示：.fade が付いた要素すべて */
.fade {
  opacity: 0;
  transform: translateY(12px);
  will-change: opacity, transform; }

.fade.slow {
  opacity: 0;
  transform: translateY(12px);
  will-change: opacity, transform; }

/* DOM準備完了で表示（main.js が <html> に .is-ready を付与） */
html.is-ready .fade {
  animation: fade-up 0.7s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
  animation-delay: var(--delay, 0ms); }

/* まとめて段差を付けたい親に .stagger を付けるだけで遅延を配布 */
.stagger .fade {
  --step: 1200ms; }

/* 遅延の間隔をここで調整 */
/* slowだけゆっくり＆少し遅らせる */
html.is-ready .fade.slow {
  animation-duration: 3.5s;
  /* デフォルト0.7s → 1.6sに */
  animation-delay: calc(var(--delay, 0ms) + 300ms);
  /* さらに300ms待って開始 */ }

/* スタッガー使っている場合、slowは段差もゆっくりにしたいなら任意で */
.stagger .fade.slow {
  --step: 1600ms; }

/* まとめ遅延の間隔を拡大 */
/* 動きを苦手なユーザー配慮 & 印刷時は常に表示 */
@media (prefers-reduced-motion: reduce), print {
  .fade, html.is-ready .fade {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important; } }
/* ページ単位でフェード無効化したい場合（<body class="no-fade">） */
.no-fade .fade {
  opacity: 1 !important;
  transform: none !important; }

.no-fade html.is-ready .fade {
  animation: none !important; }

html body {
  overflow: hidden;
  overscroll-behavior: none;
  position: relative;
  margin: 0; }
  html body main {
    font-family: "Noto Sans JP", sans-serif;
    position: relative;
    height: 100vh; }
    html body main .movie .bg-video {
      position: fixed;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: -2; }
    html body main .hero__overlay {
      position: fixed;
      inset: 0;
      background: rgba(0, 0, 0, 0.3);
      pointer-events: none;
      z-index: -1; }
    html body main article {
      margin: 0 0 0 350px;
      height: 100vh; }
      @media screen and (max-width: 1100px) {
        html body main article {
          width: calc(100% - 40px);
          margin: 50px 20px 0;
          overflow: auto;
          position: fixed;
          top: 0;
          height: 100vh; } }
      @media (max-height: 900px) {
        html body main article {
          overflow-y: auto; } }
      html body main article.company {
        color: white;
        padding: 50px; }
        @media screen and (max-width: 1100px) {
          html body main article.company {
            padding: 50vh 50px 50px; } }
        @media screen and (max-width: 768px) {
          html body main article.company {
            padding: 50vh 5px 100px 0; } }
        html body main article.company section.copy {
          margin: 0 0 40px; }
          html body main article.company section.copy h3 {
            font-family: "Bebas Neue", "Noto Sans JP", sans-serif;
            font-size: 2.125rem;
            font-weight: 400;
            margin: 0 0 20px 0; }
            @media screen and (max-width: 768px) {
              html body main article.company section.copy h3 {
                font-size: 1.875rem; } }
          html body main article.company section.copy p {
            font-size: 1.375rem;
            font-weight: 400;
            margin: 0;
            line-height: 1.5;
            margin: 0 0 20px 0; }
            @media screen and (max-width: 768px) {
              html body main article.company section.copy p {
                font-size: 1rem; } }
        html body main article.company section.overview {
          border-top: 1px solid white;
          border-bottom: 1px solid white; }
          html body main article.company section.overview dl.ov-inner {
            margin: 20px 0;
            display: grid;
            grid-template-columns: 1fr 1fr; }
            @media screen and (max-width: 768px) {
              html body main article.company section.overview dl.ov-inner {
                grid-template-columns: 1fr; } }
            html body main article.company section.overview dl.ov-inner .innerL .row, html body main article.company section.overview dl.ov-inner .innerR .row {
              display: grid;
              grid-template-columns: 80px 1fr;
              font-size: 1rem;
              font-weight: 400;
              line-height: 1.5;
              margin: 0 0 20px 0; }
              @media screen and (max-width: 768px) {
                html body main article.company section.overview dl.ov-inner .innerL .row, html body main article.company section.overview dl.ov-inner .innerR .row {
                  font-size: 0.875rem; } }
              html body main article.company section.overview dl.ov-inner .innerL .row .brsp, html body main article.company section.overview dl.ov-inner .innerR .row .brsp {
                display: none; }
                @media screen and (max-width: 445px) {
                  html body main article.company section.overview dl.ov-inner .innerL .row .brsp, html body main article.company section.overview dl.ov-inner .innerR .row .brsp {
                    display: block; } }
        html body main article.company section.group {
          display: flex;
          justify-content: space-between;
          align-items: center;
          margin: 40px 0; }
          @media screen and (max-width: 1100px) {
            html body main article.company section.group {
              flex-direction: column; } }
          html body main article.company section.group h4 {
            font-size: 1.25rem;
            font-weight: 400;
            margin: 0; }
            @media screen and (max-width: 1100px) {
              html body main article.company section.group h4 {
                margin: 0 0 30px; } }
          html body main article.company section.group .logo-col {
            width: 190px;
            height: 84px; }
            @media screen and (max-width: 1100px) {
              html body main article.company section.group .logo-col {
                margin: 0 0 20px; } }
            html body main article.company section.group .logo-col img {
              width: 100%;
              height: 100%; }
      html body main article.access {
        padding: 50px; }
        @media screen and (max-width: 1100px) {
          html body main article.access {
            padding: 50vh 50px 100px; } }
        @media screen and (max-width: 768px) {
          html body main article.access {
            padding: 50vh 5px 100px 0; } }
        @media screen and (max-width: 768px) {
          html body main article.access #panel-nagoya {
            margin: 0 0 100px; } }
        html body main article.access #panel-nagoya .office-txt {
          display: flex;
          flex-direction: column;
          margin: 20px 0; }
          html body main article.access #panel-nagoya .office-txt .add, html body main article.access #panel-nagoya .office-txt .tel {
            font-size: 1rem;
            font-weight: 400;
            margin: 0;
            line-height: 1.5; }
          html body main article.access #panel-nagoya .office-txt .add {
            margin: 0 0 10px; }
        html body main article.access #panel-nagoya iframe {
          display: block;
          width: 100%;
          max-width: 100%;
          aspect-ratio: 16 / 9;
          height: auto; }
        html body main article.access .office01 {
          height: 100vh; }
      html body main article.recruit {
        padding: 50px; }
        @media screen and (max-width: 1100px) {
          html body main article.recruit {
            padding: 50vh 50px 100px; } }
        @media screen and (max-width: 768px) {
          html body main article.recruit {
            padding: 50vh 5px 100px 0; } }
        html body main article.recruit .description {
          display: inline-block; }
          html body main article.recruit .description dl.desc-inner {
            margin: 0; }
            html body main article.recruit .description dl.desc-inner .row {
              display: grid;
              grid-template-columns: 80px 1fr;
              align-items: center;
              font-size: 1.125rem;
              font-weight: 400;
              line-height: 1.5;
              margin: 0 0 15px 0;
              border-bottom: 1px solid white;
              padding: 0 0 15px 0; }
              @media screen and (max-width: 768px) {
                html body main article.recruit .description dl.desc-inner .row {
                  font-size: 1rem; } }
              html body main article.recruit .description dl.desc-inner .row:last-of-type {
                margin: 0; }
          html body main article.recruit .description .btn {
            margin: 50px 0 0 0;
            text-align: center;
            text-shadow: none; }
            @media screen and (max-width: 1100px) {
              html body main article.recruit .description .btn {
                margin: 50px 0; } }
            @media screen and (max-width: 768px) {
              html body main article.recruit .description .btn {
                margin: 50px 0 100px; } }
            html body main article.recruit .description .btn a {
              text-decoration: none;
              color: black;
              background: white;
              margin: 0;
              padding: 10px 50px; }
      html body main article.contact {
        padding: 50px; }
        @media screen and (max-width: 1100px) {
          html body main article.contact {
            padding: 50vh 10px 100px; } }
        @media screen and (max-width: 768px) {
          html body main article.contact {
            padding: 50vh 5px 100px 0; } }
        html body main article.contact h2 {
          margin: 0 !important; }
        html body main article.contact .contact__inner {
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: column;
          background-color: rgba(192, 192, 192, 0.6);
          color: black;
          margin: 0;
          padding: 0 50px;
          width: 90%; }
          @media screen and (max-width: 1100px) {
            html body main article.contact .contact__inner {
              padding: 0;
              width: 100%; } }
          html body main article.contact .contact__inner .contact-form {
            padding: 50px 0; }
            @media screen and (max-width: 1100px) {
              html body main article.contact .contact__inner .contact-form {
                padding: 20px; } }
            @media screen and (max-width: 768px) {
              html body main article.contact .contact__inner .contact-form {
                padding: 20px 20px 100px; } }
            html body main article.contact .contact__inner .contact-form .contact__note {
              margin: 0 0 10px;
              text-align: right;
              font-size: 0.8125rem;
              font-weight: 300; }
              html body main article.contact .contact__inner .contact-form .contact__note span {
                color: #e41f1f; }
            html body main article.contact .contact__inner .contact-form .row {
              display: grid;
              grid-template-columns: 170px 350px;
              align-items: center;
              justify-content: center;
              padding: 15px 0;
              gap: 50px; }
              @media screen and (max-width: 1100px) {
                html body main article.contact .contact__inner .contact-form .row {
                  display: flex;
                  flex-direction: column;
                  align-items: flex-start;
                  gap: 0; } }
              html body main article.contact .contact__inner .contact-form .row .label {
                display: block;
                font-size: 0.9375rem;
                font-weight: 300;
                letter-spacing: 0.08em;
                white-space: nowrap; }
                @media screen and (max-width: 900px) {
                  html body main article.contact .contact__inner .contact-form .row .label {
                    margin: 0 0 15px 0; } }
                html body main article.contact .contact__inner .contact-form .row .label span {
                  color: #e41f1f; }
              html body main article.contact .contact__inner .contact-form .row .extxt {
                font-size: 0.9375rem;
                font-weight: 300;
                letter-spacing: 0.08em;
                margin: 5px 0 0 0; }
              @media screen and (max-width: 1100px) {
                html body main article.contact .contact__inner .contact-form .row .field {
                  width: 100%; } }
            html body main article.contact .contact__inner .contact-form .row.birth .field input {
              width: 21%; }
            html body main article.contact .contact__inner .contact-form .row.birth .field .txt {
              font-size: 0.9375rem;
              font-weight: 300;
              letter-spacing: 0.08em;
              margin: 0 10px 0 5px; }
            html body main article.contact .contact__inner .contact-form .notes {
              display: flex;
              justify-content: center;
              align-items: center;
              flex-direction: column; }
              html body main article.contact .contact__inner .contact-form .notes .pp {
                font-size: 1rem;
                font-weight: 400;
                line-height: 1.5; }
                html body main article.contact .contact__inner .contact-form .notes .pp a {
                  color: #e41f1f;
                  text-decoration: underline; }
              html body main article.contact .contact__inner .contact-form .notes .consent {
                display: flex;
                align-items: center;
                gap: 10px;
                font-size: 1rem;
                font-weight: 400;
                line-height: 1.6;
                color: black;
                margin-top: 10px; }
                html body main article.contact .contact__inner .contact-form .notes .consent label {
                  display: flex;
                  align-items: center;
                  cursor: pointer; }
                html body main article.contact .contact__inner .contact-form .notes .consent input[type="checkbox"] {
                  appearance: none;
                  width: 18px;
                  height: 18px;
                  border-radius: 3px;
                  margin-right: 6px;
                  background-color: white;
                  position: relative;
                  transition: all 0.2s ease; }
                  html body main article.contact .contact__inner .contact-form .notes .consent input[type="checkbox"]:checked {
                    background-color: black; }
                    html body main article.contact .contact__inner .contact-form .notes .consent input[type="checkbox"]:checked::after {
                      content: "";
                      position: absolute;
                      left: 9px;
                      top: 0px;
                      width: 8px;
                      height: 17px;
                      border-right: 2px solid white;
                      border-bottom: 2px solid white;
                      transform: rotate(45deg); }
            html body main article.contact .contact__inner .contact-form input, html body main article.contact .contact__inner .contact-form textarea {
              width: 100%;
              background-color: white;
              color: black;
              border: none;
              font-size: 1rem;
              font-weight: 300;
              line-height: 1;
              padding: 10px 12px;
              cursor: pointer; }
            html body main article.contact .contact__inner .contact-form textarea {
              min-height: 100px;
              resize: none;
              padding: 10px 12px; }
            html body main article.contact .contact__inner .contact-form input::placeholder, html body main article.contact .contact__inner .contact-form textarea::placeholder {
              color: white; }
            html body main article.contact .contact__inner .contact-form .form-btn-area {
              text-align: right;
              margin: 60px 0 0 0; }
              @media screen and (max-width: 1100px) {
                html body main article.contact .contact__inner .contact-form .form-btn-area {
                  text-align: center;
                  margin: 30px 0 0 0; } }
              html body main article.contact .contact__inner .contact-form .form-btn-area input {
                -webkit-appearance: none;
                appearance: none;
                -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
                display: block;
                margin: 0 auto;
                font-size: 1rem;
                font-weight: 500;
                padding: 15px 30px;
                cursor: pointer;
                line-height: 1.5;
                background-color: white;
                color: black;
                border: none;
                width: 165px; }
        html body main article.contact .title-area {
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: column;
          background-color: rgba(192, 192, 192, 0.6);
          color: black;
          padding: 50px 0; }
          html body main article.contact .title-area .sub-t {
            font-size: 1rem;
            font-weight: 400;
            margin: 0 0 40px 0;
            line-height: 1.5; }
            html body main article.contact .title-area .sub-t .brsp {
              display: none; }
              @media screen and (max-width: 1100px) {
                html body main article.contact .title-area .sub-t .brsp {
                  display: block;
                  text-align: center; } }
          html body main article.contact .title-area form .col-cot .row {
            display: grid;
            grid-template-columns: 170px 350px;
            column-gap: 18px;
            align-items: center;
            justify-content: center;
            padding: 15px 0;
            gap: 50px; }
            @media screen and (max-width: 1100px) {
              html body main article.contact .title-area form .col-cot .row {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                gap: 0; } }
            html body main article.contact .title-area form .col-cot .row .fotm-t {
              font-size: 1rem;
              font-weight: 400;
              margin: 0; }
              @media screen and (max-width: 1100px) {
                html body main article.contact .title-area form .col-cot .row .fotm-t {
                  margin: 0 0 10px; } }
            html body main article.contact .title-area form .col-cot .row .inp-text {
              font-size: 1rem;
              font-weight: 400;
              margin: 0; }
          html body main article.contact .title-area form .send-wrap {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 50px; }
            html body main article.contact .title-area form .send-wrap .form-btn-area input {
              display: block;
              margin: 0 auto;
              font-size: 0.9375rem;
              font-weight: 500;
              padding: 15px 30px;
              cursor: pointer;
              line-height: 1.5; }
        html body main article.contact .more-link {
          margin: 50px 0 0 0;
          text-align: center;
          text-shadow: none; }
          @media screen and (max-width: 1100px) {
            html body main article.contact .more-link {
              margin: 50px 0; } }
          @media screen and (max-width: 768px) {
            html body main article.contact .more-link {
              margin: 50px 0 100px; } }
          html body main article.contact .more-link .totop {
            text-decoration: none;
            color: black;
            background: white;
            margin: 0;
            padding: 10px 50px; }
      html body main article.company, html body main article.access, html body main article.recruit, html body main article.contact {
        color: white;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6); }
        html body main article.company h2, html body main article.access h2, html body main article.recruit h2, html body main article.contact h2 {
          font-family: "Bebas Neue", "Noto Sans JP", sans-serif;
          font-size: 3.25rem;
          font-weight: 700;
          margin: 0 0 40px 0; }
  @media screen and (min-width: 1100px) {
    html body .slide {
      position: fixed;
      top: 0;
      left: 0;
      bottom: 0;
      width: 300px;
      transform: translateX(-100%);
      transition: transform .32s ease;
      z-index: 1000; }
    html body.nav-open-pc .slide {
      transform: translateX(0); }
    html body.nav-open-pc {
      opacity: 1;
      pointer-events: auto; } }

html body #header {
  position: fixed;
  top: 0;
  margin: 0 auto;
  width: 300px;
  z-index: 2; }
  @media screen and (max-width: 1100px) {
    html body #header {
      width: 200px;
      display: flex;
      align-items: center;
      width: 100%;
      height: 60px; } }
  html body #header h1 {
    margin: 0; }
    html body #header h1 a {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 80px 0 50px 0; }
      html body #header h1 a::after {
        content: "";
        position: absolute;
        bottom: 0px;
        display: block;
        width: 260px;
        height: 1px;
        background: white;
        margin: 0 auto; }
        @media screen and (max-width: 1100px) {
          html body #header h1 a::after {
            display: none; } }
      @media screen and (max-width: 1100px) {
        html body #header h1 a {
          margin: 0;
          padding: 0 0 0 20px; } }
      html body #header h1 a .pc img, html body #header h1 a .sp img {
        width: 100%;
        height: 100%; }
      html body #header h1 a .pc {
        width: 196px;
        height: 110px; }
        @media screen and (max-width: 1100px) {
          html body #header h1 a .pc {
            display: none; } }
      html body #header h1 a .sp {
        display: none; }
        @media screen and (max-width: 1100px) {
          html body #header h1 a .sp {
            display: block;
            width: 196px;
            height: 30px; } }

html body .hamburger {
  display: none;
  position: fixed;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 22px;
  cursor: pointer;
  z-index: 1000; }
  @media screen and (max-width: 1100px) {
    html body .hamburger {
      display: block; } }
  html body .hamburger span {
    display: block;
    height: 3px;
    margin: 5px 0;
    background: black;
    transition: .3s; }
    html body .hamburger span:first-child {
      margin: 0 0 5px; }
html body .hamburger.open span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
  background: white; }
html body .hamburger.open span:nth-child(2) {
  opacity: 0;
  background: white; }
html body .hamburger.open span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
  background: white; }
html body .side-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1; }
  @media screen and (max-width: 1100px) {
    html body .side-menu {
      position: fixed;
      top: 0;
      right: -300px;
      left: auto;
      width: 250px;
      height: 520px;
      background: rgba(0, 0, 0, 0.9);
      transition: .3s;
      z-index: 999;
      padding-top: 60px; } }
  @media screen and (min-width: 1100px) {
    html body .side-menu {
      position: fixed;
      top: 0;
      left: 0;
      right: auto;
      width: 300px;
      height: 100%;
      background: rgba(0, 0, 0, 0.6); } }
  html body .side-menu.active {
    right: 0; }
  html body .side-menu .menu_sp {
    display: none; }
    @media screen and (max-width: 1100px) {
      html body .side-menu .menu_sp {
        display: block;
        color: white;
        text-align: center;
        position: relative;
        margin: 0 0 30px 0;
        padding: 0 0 20px 0;
        font-family: "Bebas Neue", "Noto Sans JP", sans-serif; }
        html body .side-menu .menu_sp::after {
          content: "";
          position: absolute;
          bottom: 0px;
          left: 25px;
          display: block;
          width: 200px;
          height: 1px;
          background: white;
          margin: 0 auto; } }
  html body .side-menu .side-menu_nav {
    display: flex;
    flex-direction: column;
    padding: 295px 50px 20px 50px;
    gap: 40px; }
    @media screen and (max-width: 1100px) {
      html body .side-menu .side-menu_nav {
        display: flex;
        flex-direction: column;
        gap: 30px;
        padding: 0 40px; } }
    @media (max-height: 800px) {
      html body .side-menu .side-menu_nav {
        gap: 20px; } }
    @media (max-height: 700px) {
      html body .side-menu .side-menu_nav {
        gap: 15px; } }
    html body .side-menu .side-menu_nav a {
      color: white;
      text-decoration: none;
      font-size: 2.5rem;
      font-weight: 400;
      transition: color .3s;
      font-family: "Bebas Neue", "Noto Sans JP", sans-serif; }
      @media screen and (max-width: 1100px) {
        html body .side-menu .side-menu_nav a {
          font-size: 1.5rem; } }
      @media (max-height: 800px) {
        html body .side-menu .side-menu_nav a {
          font-size: 1.75rem; } }
      @media (max-height: 600px) {
        html body .side-menu .side-menu_nav a {
          font-size: 1.5rem; } }
      html body .side-menu .side-menu_nav a:hover {
        color: #e41f1f; }
      html body .side-menu .side-menu_nav a.current {
        color: #e41f1f; }
      html body .side-menu .side-menu_nav a span.sub {
        font-family: "Noto Sans JP", sans-serif;
        display: block;
        font-size: 1rem;
        font-weight: 400;
        margin: 5px 0 0 0; }
        @media screen and (max-width: 1100px) {
          html body .side-menu .side-menu_nav a span.sub {
            font-size: 0.875rem; } }
        @media (max-height: 800px) {
          html body .side-menu .side-menu_nav a span.sub {
            font-size: 0.875rem; } }
  html body .side-menu .copy {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    padding: 0 0 10px 0; }
    html body .side-menu .copy p {
      color: white;
      margin: 0; }
      html body .side-menu .copy p small {
        display: inline-block;
        font-size: 0.625rem;
        font-weight: 300; }
        @media screen and (max-width: 1100px) {
          html body .side-menu .copy p small {
            font-size: 0.5rem; } }
