@charset "UTF-8";
/* [ media query ]
-------------------------------------------------*/
/* [ color ]
-------------------------------------------------*/
/* [ Device size ]
-------------------------------------------------*/
/* [ font style ]
-------------------------------------------------*/
/* [ layout z-index ]
-------------------------------------------------*/
/* [ Animation ]
-------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Lora:400,400i|Muli:400,500,700");
@keyframes text-gradient-anime {
  0% {
    background-size: 300%;
  }
  100% {
    background-size: 100%;
  }
}

/* [ easing ]
-------------------------------------------------*/
/* [ Wrapper ]
-------------------------------------------------*/
/* [ float clear ]
-------------------------------------------------*/
/* [ opacity ]
-------------------------------------------------*/
/* [ blur ]
-------------------------------------------------*/
/* [ radius ]
-------------------------------------------------*/
/* [ Position ]
-------------------------------------------------*/
/* [ transform ]
-------------------------------------------------*/
/* [ Background ]
-------------------------------------------------*/
/* [ Math ]
-------------------------------------------------*/
/* [ Animation ]
-------------------------------------------------*/
@keyframes scaleLoop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

/* [ Extra 今回使うだけのもの ]
-------------------------------------------------*/
@keyframes text-gradient-anime {
  0% {
    background-position: 0% -100%;
    background-size: 100% 300%;
  }
  100% {
    background-position: 0% 0%;
    background-size: 100% 100%;
  }
}

@keyframes text-gradient-anime0 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 35% 0%;
  }
}

@keyframes text-gradient-anime1 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 40% 0%;
  }
}

@keyframes text-gradient-anime2 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 55% 0%;
  }
}

@keyframes text-gradient-anime3 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 65% 0%;
  }
}

@keyframes text-gradient-anime4 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 75% 0%;
  }
}

@keyframes text-gradient-anime5 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 80% 0%;
  }
}

@keyframes text-gradient-anime6 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 60% 0%;
  }
}

@keyframes text-gradient-anime7 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 50% 0%;
  }
}

@keyframes text-gradient-anime8 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 65% 0%;
  }
}

@keyframes text-gradient-anime9 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 75% 0%;
  }
}

@keyframes text-gradient-anime10 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 85% 0%;
  }
}

@keyframes scrollNavigator {
  0% {
    transform: scale(0);
    transform-origin: 0 50%;
  }
  50% {
    transform: scale(1);
    transform-origin: 0 50%;
  }
  51% {
    transform: scale(1);
    transform-origin: 100% 50%;
  }
  100% {
    transform: scale(0);
    transform-origin: 100% 50%;
  }
}

@keyframes scrollNavigatorHuman {
  0% {
    transform: scale(0);
    transform-origin: 50% 0;
  }
  50% {
    transform: scale(1);
    transform-origin: 50% 0;
  }
  51% {
    transform: scale(1);
    transform-origin: 50% 100%;
  }
  100% {
    transform: scale(0);
    transform-origin: 50% 100%;
  }
}

/* -----------------------------------------------
 [0. Normalize(ノーマライズ)]
-------------------------------------------------- */
/* Base
--------------------------------------------------*/
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

html.no-edge.no-ie * {
  font-feature-settings: "palt" 1;
}

html.no-edge.no-ie *.not-palt {
  font-feature-settings: initial;
}

body {
  margin: 0;
  overflow: visible !important;
}

/* Links
--------------------------------------------------*/
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
  outline: none !important;
  -webkit-outline: none !important;
}

a.is-none {
  pointer-events: none;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Typography
--------------------------------------------------*/
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
--------------------------------------------------*/
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Figures
--------------------------------------------------*/
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* Forms
--------------------------------------------------*/
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

select::-ms-expand {
  display: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* Tables
--------------------------------------------------*/
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

/* [ media query ]
-------------------------------------------------*/
/* [ color ]
-------------------------------------------------*/
/* [ Device size ]
-------------------------------------------------*/
/* [ font style ]
-------------------------------------------------*/
/* [ layout z-index ]
-------------------------------------------------*/
/* [ Animation ]
-------------------------------------------------*/
@keyframes text-gradient-anime {
  0% {
    background-size: 300%;
  }
  100% {
    background-size: 100%;
  }
}

/* [ easing ]
-------------------------------------------------*/
/* [ Wrapper ]
-------------------------------------------------*/
/* [ float clear ]
-------------------------------------------------*/
/* [ opacity ]
-------------------------------------------------*/
/* [ blur ]
-------------------------------------------------*/
/* [ radius ]
-------------------------------------------------*/
/* [ Position ]
-------------------------------------------------*/
/* [ transform ]
-------------------------------------------------*/
/* [ Background ]
-------------------------------------------------*/
/* [ Math ]
-------------------------------------------------*/
/* [ Animation ]
-------------------------------------------------*/
@keyframes scaleLoop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

/* [ Extra 今回使うだけのもの ]
-------------------------------------------------*/
@keyframes text-gradient-anime {
  0% {
    background-position: 0% -100%;
    background-size: 100% 300%;
  }
  100% {
    background-position: 0% 0%;
    background-size: 100% 100%;
  }
}

@keyframes text-gradient-anime0 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 35% 0%;
  }
}

@keyframes text-gradient-anime1 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 40% 0%;
  }
}

@keyframes text-gradient-anime2 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 55% 0%;
  }
}

@keyframes text-gradient-anime3 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 65% 0%;
  }
}

@keyframes text-gradient-anime4 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 75% 0%;
  }
}

@keyframes text-gradient-anime5 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 80% 0%;
  }
}

@keyframes text-gradient-anime6 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 60% 0%;
  }
}

@keyframes text-gradient-anime7 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 50% 0%;
  }
}

@keyframes text-gradient-anime8 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 65% 0%;
  }
}

@keyframes text-gradient-anime9 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 75% 0%;
  }
}

@keyframes text-gradient-anime10 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 85% 0%;
  }
}

@keyframes scrollNavigator {
  0% {
    transform: scale(0);
    transform-origin: 0 50%;
  }
  50% {
    transform: scale(1);
    transform-origin: 0 50%;
  }
  51% {
    transform: scale(1);
    transform-origin: 100% 50%;
  }
  100% {
    transform: scale(0);
    transform-origin: 100% 50%;
  }
}

@keyframes scrollNavigatorHuman {
  0% {
    transform: scale(0);
    transform-origin: 50% 0;
  }
  50% {
    transform: scale(1);
    transform-origin: 50% 0;
  }
  51% {
    transform: scale(1);
    transform-origin: 50% 100%;
  }
  100% {
    transform: scale(0);
    transform-origin: 50% 100%;
  }
}

/* -----------------------------------------------
 [1. Reset(リセット) + Base(ベース)]
-------------------------------------------------- */
html * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  outline: none;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
}

html, body {
  text-rendering: optimizeLegibility;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: YuGothic, '游ゴシック','Noto Sans JP',"Meiryo","メイリオ","ＭＳ Ｐゴシック",sans-serif;
  letter-spacing: 1px;
  color: #c7c7c7;
  font-size: 16px;
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code, del, em, img, strong,
dl, dt, dd, ol, ul, li,
fieldset, form, label,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-style: normal;
  font-weight: 400;
}

html.ie body, html.ie div, html.ie span, html.ie object, html.ie iframe,
html.ie h1, html.ie h2, html.ie h3, html.ie h4, html.ie h5, html.ie h6, html.ie p, html.ie blockquote, html.ie pre,
html.ie a, html.ie abbr, html.ie acronym, html.ie address, html.ie code, html.ie del, html.ie em, html.ie img, html.ie strong,
html.ie dl, html.ie dt, html.ie dd, html.ie ol, html.ie ul, html.ie li,
html.ie fieldset, html.ie form, html.ie label,
html.ie table, html.ie caption, html.ie tbody, html.ie tfoot, html.ie thead, html.ie tr, html.ie th, html.ie td {
  font-weight: 500;
}

article, aside, figure, footer, header, hgroup, menu, nav, section {
  margin: 0;
  padding: 0;
  border: none;
  display: block;
  outline: none;
}

h1, h2, h3, h4, h5, h6, dt {
  line-height: 1.7;
}

p {
  line-height: 2;
}

dd, li, th, td, input, textarea {
  line-height: 2;
  text-align: left;
}

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

img, svg {
  width: auto;
  max-width: 100%;
}

a, input, button, textarea {
  outline: none;
  border: none;
  background-color: transparent;
}

a {
  color: #fff;
  text-decoration: none;
}

::-moz-selection {
  background-color: rgba(194, 155, 1, 0.3);
}

img::selection, svg::selection, svg *::selection {
  background-color: transparent;
}

@media only screen and (min-width: 751px) {
  html .sp {
    display: none !important;
  }
}

@media only screen and (min-width: 751px) {
  html .tb {
    display: none !important;
  }
}

@media only screen and (max-width: 750px) {
  html .pc {
    display: none !important;
  }
}

html.no-pc .ua-pc {
  display: none;
}

html.pc .ua-sp, html.tablet .ua-sp {
  display: none;
}

/* [ media query ]
-------------------------------------------------*/
/* [ color ]
-------------------------------------------------*/
/* [ Device size ]
-------------------------------------------------*/
/* [ font style ]
-------------------------------------------------*/
/* [ layout z-index ]
-------------------------------------------------*/
/* [ Animation ]
-------------------------------------------------*/
@keyframes text-gradient-anime {
  0% {
    background-size: 300%;
  }
  100% {
    background-size: 100%;
  }
}

/* [ easing ]
-------------------------------------------------*/
/* [ Wrapper ]
-------------------------------------------------*/
/* [ float clear ]
-------------------------------------------------*/
/* [ opacity ]
-------------------------------------------------*/
/* [ blur ]
-------------------------------------------------*/
/* [ radius ]
-------------------------------------------------*/
/* [ Position ]
-------------------------------------------------*/
/* [ transform ]
-------------------------------------------------*/
/* [ Background ]
-------------------------------------------------*/
/* [ Math ]
-------------------------------------------------*/
/* [ Animation ]
-------------------------------------------------*/
@keyframes scaleLoop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

/* [ Extra 今回使うだけのもの ]
-------------------------------------------------*/
@keyframes text-gradient-anime {
  0% {
    background-position: 0% -100%;
    background-size: 100% 300%;
  }
  100% {
    background-position: 0% 0%;
    background-size: 100% 100%;
  }
}

@keyframes text-gradient-anime0 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 35% 0%;
  }
}

@keyframes text-gradient-anime1 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 40% 0%;
  }
}

@keyframes text-gradient-anime2 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 55% 0%;
  }
}

@keyframes text-gradient-anime3 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 65% 0%;
  }
}

@keyframes text-gradient-anime4 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 75% 0%;
  }
}

@keyframes text-gradient-anime5 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 80% 0%;
  }
}

@keyframes text-gradient-anime6 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 60% 0%;
  }
}

@keyframes text-gradient-anime7 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 50% 0%;
  }
}

@keyframes text-gradient-anime8 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 65% 0%;
  }
}

@keyframes text-gradient-anime9 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 75% 0%;
  }
}

@keyframes text-gradient-anime10 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 85% 0%;
  }
}

@keyframes scrollNavigator {
  0% {
    transform: scale(0);
    transform-origin: 0 50%;
  }
  50% {
    transform: scale(1);
    transform-origin: 0 50%;
  }
  51% {
    transform: scale(1);
    transform-origin: 100% 50%;
  }
  100% {
    transform: scale(0);
    transform-origin: 100% 50%;
  }
}

@keyframes scrollNavigatorHuman {
  0% {
    transform: scale(0);
    transform-origin: 50% 0;
  }
  50% {
    transform: scale(1);
    transform-origin: 50% 0;
  }
  51% {
    transform: scale(1);
    transform-origin: 50% 100%;
  }
  100% {
    transform: scale(0);
    transform-origin: 50% 100%;
  }
}

/* -----------------------------------------------
 [js]
-------------------------------------------------- */
.js__link {
  cursor: pointer;
}

.js__link * {
  pointer-events: none;
}

.js__simple {
  transform-style: preserve-3d;
  perspective: 5000px;
}

.js__simple .js__simple-object {
  will-change: transform;
}

.js__tsc-title .js__split .js__clone {
  position: relative;
  z-index: 1;
}

.js__tsc-title .js__split .js__clone.last {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.js__tsc-title .js__tsc-icon, .js__tsc-title-sub {
  will-change: transform;
}

.js__slanting {
  position: relative;
}

.js__slanting-main {
  will-change: transform;
  position: relative;
}

.js__slanting-object {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-color: rgba(255, 255, 255, 0.1);
  border-width: 1px;
  border-style: solid;
  border-image: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(0, 0, 0, 0.1) 100%) 1;
  will-change: transform;
}

/* ----------------------------------

 --  gradient

---------------------------------- */
.gradient-number_0 {
  background-position: -30% 0;
}

@supports (-webkit-background-clip: text) {
  .gradient-number_0 {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, black 33%, #777777 66%, #777777 100%);
    background-size: 350% 100%;
  }
  @supports (-webkit-background-clip: text) {
    .gradient-number_0 {
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      background-repeat: no-repeat;
      background-color: transparent;
    }
  }
}

.gradient-number_0.is-done {
  animation: text-gradient-anime0 1s cubic-bezier(0.77, 0, 0.175, 1) both;
}

.gradient-number_1 {
  background-position: -30% 0;
}

@supports (-webkit-background-clip: text) {
  .gradient-number_1 {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, black 33%, #777777 66%, #777777 100%);
    background-size: 350% 100%;
  }
  @supports (-webkit-background-clip: text) {
    .gradient-number_1 {
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      background-repeat: no-repeat;
      background-color: transparent;
    }
  }
}

.gradient-number_1.is-done {
  animation: text-gradient-anime1 1s cubic-bezier(0.77, 0, 0.175, 1) both;
}

.gradient-number_2 {
  background-position: -30% 0;
}

@supports (-webkit-background-clip: text) {
  .gradient-number_2 {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, black 33%, #777777 66%, #777777 100%);
    background-size: 350% 100%;
  }
  @supports (-webkit-background-clip: text) {
    .gradient-number_2 {
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      background-repeat: no-repeat;
      background-color: transparent;
    }
  }
}

.gradient-number_2.is-done {
  animation: text-gradient-anime2 1s cubic-bezier(0.77, 0, 0.175, 1) both;
}

.gradient-number_3 {
  background-position: -30% 0;
}

@supports (-webkit-background-clip: text) {
  .gradient-number_3 {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, black 33%, #777777 66%, #777777 100%);
    background-size: 350% 100%;
  }
  @supports (-webkit-background-clip: text) {
    .gradient-number_3 {
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      background-repeat: no-repeat;
      background-color: transparent;
    }
  }
}

.gradient-number_3.is-done {
  animation: text-gradient-anime3 1s cubic-bezier(0.77, 0, 0.175, 1) both;
}

.gradient-number_4 {
  background-position: -30% 0;
}

@supports (-webkit-background-clip: text) {
  .gradient-number_4 {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, black 33%, #777777 66%, #777777 100%);
    background-size: 350% 100%;
  }
  @supports (-webkit-background-clip: text) {
    .gradient-number_4 {
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      background-repeat: no-repeat;
      background-color: transparent;
    }
  }
}

.gradient-number_4.is-done {
  animation: text-gradient-anime4 1s cubic-bezier(0.77, 0, 0.175, 1) both;
}

.gradient-number_5 {
  background-position: -30% 0;
}

@supports (-webkit-background-clip: text) {
  .gradient-number_5 {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, black 33%, #777777 66%, #777777 100%);
    background-size: 350% 100%;
  }
  @supports (-webkit-background-clip: text) {
    .gradient-number_5 {
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      background-repeat: no-repeat;
      background-color: transparent;
    }
  }
}

.gradient-number_5.is-done {
  animation: text-gradient-anime5 1s cubic-bezier(0.77, 0, 0.175, 1) both;
}

.gradient-number_6 {
  background-position: -30% 0;
}

@supports (-webkit-background-clip: text) {
  .gradient-number_6 {
    background-image: linear-gradient(to right, rgba(119, 119, 119, 0) 0%, #777777 30%, black 70%, black 100%);
    background-size: 350% 100%;
  }
  @supports (-webkit-background-clip: text) {
    .gradient-number_6 {
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      background-repeat: no-repeat;
      background-color: transparent;
    }
  }
}

.gradient-number_6.is-done {
  animation: text-gradient-anime6 1s cubic-bezier(0.77, 0, 0.175, 1) both;
}

.gradient-number_7 {
  background-position: -30% 0;
}

@supports (-webkit-background-clip: text) {
  .gradient-number_7 {
    background-image: linear-gradient(to right, rgba(119, 119, 119, 0) 0%, #777777 30%, black 70%, black 100%);
    background-size: 350% 100%;
  }
  @supports (-webkit-background-clip: text) {
    .gradient-number_7 {
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      background-repeat: no-repeat;
      background-color: transparent;
    }
  }
}

.gradient-number_7.is-done {
  animation: text-gradient-anime7 1s cubic-bezier(0.77, 0, 0.175, 1) both;
}

.gradient-number_8 {
  background-position: -30% 0;
}

@supports (-webkit-background-clip: text) {
  .gradient-number_8 {
    background-image: linear-gradient(to right, rgba(119, 119, 119, 0) 0%, #777777 30%, black 70%, black 100%);
    background-size: 350% 100%;
  }
  @supports (-webkit-background-clip: text) {
    .gradient-number_8 {
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      background-repeat: no-repeat;
      background-color: transparent;
    }
  }
}

.gradient-number_8.is-done {
  animation: text-gradient-anime8 1s cubic-bezier(0.77, 0, 0.175, 1) both;
}

.gradient-number_9 {
  background-position: -30% 0;
}

@supports (-webkit-background-clip: text) {
  .gradient-number_9 {
    background-image: linear-gradient(to right, rgba(119, 119, 119, 0) 0%, #777777 30%, black 70%, black 100%);
    background-size: 350% 100%;
  }
  @supports (-webkit-background-clip: text) {
    .gradient-number_9 {
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      background-repeat: no-repeat;
      background-color: transparent;
    }
  }
}

.gradient-number_9.is-done {
  animation: text-gradient-anime9 1s cubic-bezier(0.77, 0, 0.175, 1) both;
}

.gradient-number_10 {
  background-position: -30% 0;
}

@supports (-webkit-background-clip: text) {
  .gradient-number_10 {
    background-image: linear-gradient(to right, rgba(119, 119, 119, 0) 0%, #777777 30%, black 70%, black 100%);
    background-size: 350% 100%;
  }
  @supports (-webkit-background-clip: text) {
    .gradient-number_10 {
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      background-repeat: no-repeat;
      background-color: transparent;
    }
  }
}

.gradient-number_10.is-done {
  animation: text-gradient-anime10 1s cubic-bezier(0.77, 0, 0.175, 1) both;
}

/* [ media query ]
-------------------------------------------------*/
/* [ color ]
-------------------------------------------------*/
/* [ Device size ]
-------------------------------------------------*/
/* [ font style ]
-------------------------------------------------*/
/* [ layout z-index ]
-------------------------------------------------*/
/* [ Animation ]
-------------------------------------------------*/
@keyframes text-gradient-anime {
  0% {
    background-size: 300%;
  }
  100% {
    background-size: 100%;
  }
}

/* [ easing ]
-------------------------------------------------*/
/* [ Wrapper ]
-------------------------------------------------*/
/* [ float clear ]
-------------------------------------------------*/
/* [ opacity ]
-------------------------------------------------*/
/* [ blur ]
-------------------------------------------------*/
/* [ radius ]
-------------------------------------------------*/
/* [ Position ]
-------------------------------------------------*/
/* [ transform ]
-------------------------------------------------*/
/* [ Background ]
-------------------------------------------------*/
/* [ Math ]
-------------------------------------------------*/
/* [ Animation ]
-------------------------------------------------*/
@keyframes scaleLoop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

/* [ Extra 今回使うだけのもの ]
-------------------------------------------------*/
@keyframes text-gradient-anime {
  0% {
    background-position: 0% -100%;
    background-size: 100% 300%;
  }
  100% {
    background-position: 0% 0%;
    background-size: 100% 100%;
  }
}

@keyframes text-gradient-anime0 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 35% 0%;
  }
}

@keyframes text-gradient-anime1 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 40% 0%;
  }
}

@keyframes text-gradient-anime2 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 55% 0%;
  }
}

@keyframes text-gradient-anime3 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 65% 0%;
  }
}

@keyframes text-gradient-anime4 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 75% 0%;
  }
}

@keyframes text-gradient-anime5 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 80% 0%;
  }
}

@keyframes text-gradient-anime6 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 60% 0%;
  }
}

@keyframes text-gradient-anime7 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 50% 0%;
  }
}

@keyframes text-gradient-anime8 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 65% 0%;
  }
}

@keyframes text-gradient-anime9 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 75% 0%;
  }
}

@keyframes text-gradient-anime10 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 85% 0%;
  }
}

@keyframes scrollNavigator {
  0% {
    transform: scale(0);
    transform-origin: 0 50%;
  }
  50% {
    transform: scale(1);
    transform-origin: 0 50%;
  }
  51% {
    transform: scale(1);
    transform-origin: 100% 50%;
  }
  100% {
    transform: scale(0);
    transform-origin: 100% 50%;
  }
}

@keyframes scrollNavigatorHuman {
  0% {
    transform: scale(0);
    transform-origin: 50% 0;
  }
  50% {
    transform: scale(1);
    transform-origin: 50% 0;
  }
  51% {
    transform: scale(1);
    transform-origin: 50% 100%;
  }
  100% {
    transform: scale(0);
    transform-origin: 50% 100%;
  }
}

/* ----------------------------------

 --  header

---------------------------------- */
/* ----------------------------------

  --  PC

 ---------------------------------- */
/* ----------------------------------

  --  SMP

 ---------------------------------- */
@media only screen and (max-width: 750px) {
  .l-header {
    padding: 20px 0;
  }
  .l-header__text a {
    padding-left: 30px;
    display: block;
    position: relative;
    width: 100%;
    border-radius: .6rem;
    color: #000;
    text-align: left;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    transition: .5s;
  }
  .l-header__text a:before {
    content: "";
    position: absolute;
    top: 39%;
    left: 12px;
    width: 10px;
    height: 2px;
    background: #000;
    transform: rotate(-45deg);
  }
  .l-header__text a:after {
    content: "";
    position: absolute;
    top: 61%;
    left: 12px;
    width: 10px;
    height: 2px;
    background: #000;
    transform: rotate(45deg);
  }
}

/* [ media query ]
-------------------------------------------------*/
/* [ color ]
-------------------------------------------------*/
/* [ Device size ]
-------------------------------------------------*/
/* [ font style ]
-------------------------------------------------*/
/* [ layout z-index ]
-------------------------------------------------*/
/* [ Animation ]
-------------------------------------------------*/
@keyframes text-gradient-anime {
  0% {
    background-size: 300%;
  }
  100% {
    background-size: 100%;
  }
}

/* [ easing ]
-------------------------------------------------*/
/* [ Wrapper ]
-------------------------------------------------*/
/* [ float clear ]
-------------------------------------------------*/
/* [ opacity ]
-------------------------------------------------*/
/* [ blur ]
-------------------------------------------------*/
/* [ radius ]
-------------------------------------------------*/
/* [ Position ]
-------------------------------------------------*/
/* [ transform ]
-------------------------------------------------*/
/* [ Background ]
-------------------------------------------------*/
/* [ Math ]
-------------------------------------------------*/
/* [ Animation ]
-------------------------------------------------*/
@keyframes scaleLoop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

/* [ Extra 今回使うだけのもの ]
-------------------------------------------------*/
@keyframes text-gradient-anime {
  0% {
    background-position: 0% -100%;
    background-size: 100% 300%;
  }
  100% {
    background-position: 0% 0%;
    background-size: 100% 100%;
  }
}

@keyframes text-gradient-anime0 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 35% 0%;
  }
}

@keyframes text-gradient-anime1 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 40% 0%;
  }
}

@keyframes text-gradient-anime2 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 55% 0%;
  }
}

@keyframes text-gradient-anime3 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 65% 0%;
  }
}

@keyframes text-gradient-anime4 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 75% 0%;
  }
}

@keyframes text-gradient-anime5 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 80% 0%;
  }
}

@keyframes text-gradient-anime6 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 60% 0%;
  }
}

@keyframes text-gradient-anime7 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 50% 0%;
  }
}

@keyframes text-gradient-anime8 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 65% 0%;
  }
}

@keyframes text-gradient-anime9 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 75% 0%;
  }
}

@keyframes text-gradient-anime10 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 85% 0%;
  }
}

@keyframes scrollNavigator {
  0% {
    transform: scale(0);
    transform-origin: 0 50%;
  }
  50% {
    transform: scale(1);
    transform-origin: 0 50%;
  }
  51% {
    transform: scale(1);
    transform-origin: 100% 50%;
  }
  100% {
    transform: scale(0);
    transform-origin: 100% 50%;
  }
}

@keyframes scrollNavigatorHuman {
  0% {
    transform: scale(0);
    transform-origin: 50% 0;
  }
  50% {
    transform: scale(1);
    transform-origin: 50% 0;
  }
  51% {
    transform: scale(1);
    transform-origin: 50% 100%;
  }
  100% {
    transform: scale(0);
    transform-origin: 50% 100%;
  }
}

@media only screen and (max-width: 750px) {
  footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 75px;
    background-color: #fff;
  }
  footer ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 75px;
  }
  footer ul li a {
    color: #000;
    display: block;
    font-size: 10px;
    position: relative;
  }
  footer ul li a .batch {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #cc4958;
    box-shadow: -4px -4px 30px #fff;
    color: #fff;
    font-weight: bold;
    padding: 1px 3px;
    position: absolute;
    top: -9px;
    left: 11px;
  }
  footer ul li a.home:before {
    content: "";
    display: block;
    background-image: url(../img/common/icon_home.svg);
    background-repeat: no-repeat;
    width: 22px;
    height: 25px;
    margin: auto;
  }
  footer ul li a.push:before {
    content: "";
    display: block;
    background-image: url(../img/common/icon_push.svg);
    background-repeat: no-repeat;
    width: 22px;
    height: 25px;
    margin: auto;
  }
  footer ul li a.list:before {
    content: "";
    display: block;
    background-image: url(../img/common/icon_list.svg);
    background-repeat: no-repeat;
    width: 22px;
    height: 25px;
    margin: auto;
  }
  footer ul li a.edit:before {
    content: "";
    display: block;
    background-image: url(../img/common/icon_edit.svg);
    background-repeat: no-repeat;
    width: 22px;
    height: 25px;
    margin: auto;
  }
  footer ul li a.setting:before {
    content: "";
    display: block;
    background-image: url(../img/common/icon_setting.svg);
    background-repeat: no-repeat;
    width: 22px;
    height: 25px;
    margin: auto;
  }
}

@keyframes run {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}

@media only screen and (min-width: 751px) {
  .c-foot-contact {
    margin-top: 80px;
    padding-bottom: 95px;
  }
  .c-foot-contact__title {
    color: #1e1e1e;
    font-size: 30px;
    font-family: acumin-pro, sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: .3em;
    text-align: center;
  }
  .c-foot-contact__text {
    margin-top: 20px;
    color: #1e1e1e;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }
  .c-foot-contact__action {
    margin-top: 35px;
  }
  .c-foot-contact__action .c-btn-contact {
    width: 540px;
    margin: 0 auto;
  }
  .c-foot-contact__action .c-btn-contact a, .c-foot-contact__action .c-btn-contact button {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 67px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #002184;
  }
  .c-foot-contact__action .c-btn-contact a:hover, .c-foot-contact__action .c-btn-contact button:hover {
    background: #333;
  }
  .c-foot-contact__action .c-btn-contact a:hover span.text, .c-foot-contact__action .c-btn-contact button:hover span.text {
    transition: color 0.3s linear;
    display: block;
    color: #00e4ff;
  }
  .c-foot-contact__action .c-btn-contact a:hover span.arrow path, .c-foot-contact__action .c-btn-contact button:hover span.arrow path {
    fill: #00e4ff;
  }
  .c-foot-contact__action .c-btn-contact a span.text, .c-foot-contact__action .c-btn-contact button span.text {
    display: block;
    color: #fff;
    font-size: 18px;
    font-family: acumin-pro, sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  .c-foot-contact__action .c-btn-contact a span.arrow, .c-foot-contact__action .c-btn-contact button span.arrow {
    position: absolute;
    right: 27px;
    top: 50%;
    margin-top: -13px;
    display: block;
    width: 30px;
    height: 25px;
  }
  .c-foot-contact__action .c-btn-contact a span.arrow path, .c-foot-contact__action .c-btn-contact button span.arrow path {
    transition: all 0.3s cubic-bezier(0.3, 0.69, 0.39, 1.04);
    fill: #fff;
  }
  .c-foot-contact__tel {
    margin-top: 23px;
    color: #1e1e1e;
    text-align: center;
  }
  .c-foot-contact__tel .tel {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: .3em;
  }
  .c-foot-contact__tel .number {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: .3em;
  }
  .c-foot-contact__tel a {
    color: #1e1e1e;
    transition: all .3s;
  }
  .c-foot-contact__tel a:hover {
    opacity: 0.6;
  }
}

@media only screen and (max-width: 750px) {
  .c-foot-contact {
    margin-top: 65px;
    padding-bottom: 47px;
  }
  .c-foot-contact__title {
    color: #1e1e1e;
    font-size: 24px;
    font-family: acumin-pro, sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: .3em;
    text-align: center;
  }
  .c-foot-contact__text {
    margin-top: 24px;
    color: #1e1e1e;
    font-size: 14px;
    line-height: 2;
    font-weight: bold;
    text-align: center;
  }
  .c-foot-contact__action {
    margin: 0 25px;
    margin-top: 23px;
  }
  .c-foot-contact__action .c-btn-contact {
    width: 100%;
    margin: 0 auto;
  }
  .c-foot-contact__action .c-btn-contact a, .c-foot-contact__action .c-btn-contact button {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 68px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #002184;
  }
  .c-foot-contact__action .c-btn-contact a:hover, .c-foot-contact__action .c-btn-contact button:hover {
    background: #333;
  }
  .c-foot-contact__action .c-btn-contact a:hover span.text, .c-foot-contact__action .c-btn-contact button:hover span.text {
    transition: color 0.3s linear;
    display: block;
    color: #00e4ff;
  }
  .c-foot-contact__action .c-btn-contact a:hover span.arrow path, .c-foot-contact__action .c-btn-contact button:hover span.arrow path {
    fill: #00e4ff;
  }
  .c-foot-contact__action .c-btn-contact a span.text, .c-foot-contact__action .c-btn-contact button span.text {
    display: block;
    color: #fff;
    font-size: 18px;
    font-family: acumin-pro, sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  .c-foot-contact__action .c-btn-contact a span.arrow, .c-foot-contact__action .c-btn-contact button span.arrow {
    position: absolute;
    right: 22px;
    top: 50%;
    margin-top: -13px;
    display: block;
    width: 30px;
    height: 27px;
  }
  .c-foot-contact__action .c-btn-contact a span.arrow path, .c-foot-contact__action .c-btn-contact button span.arrow path {
    transition: all 0.3s cubic-bezier(0.3, 0.69, 0.39, 1.04);
    fill: #fff;
  }
  .c-foot-contact__tel {
    margin-top: 20px;
    color: #1e1e1e;
    text-align: center;
  }
  .c-foot-contact__tel .tel {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: .1em;
  }
  .c-foot-contact__tel .number {
    font-size: 26px;
    font-weight: bold;
    letter-spacing: .1em;
  }
  .c-foot-contact__tel a {
    color: #1e1e1e;
    transition: all .3s;
  }
  .c-foot-contact__tel a:active {
    opacity: 0.6;
  }
}

/* ----------------------------------

 --  footer

---------------------------------- */
#l-footer {
  background: #535353;
  color: #fff;
  position: relative;
  z-index: 1000;
}

/* ----------------------------------

  --  PC

 ---------------------------------- */
@media only screen and (min-width: 751px) {
  #l-footer {
    height: 280px;
  }
  #l-footer:before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -143px;
    background: #333333;
    top: 0;
    bottom: 0;
    right: 0;
  }
  #l-footer-pagetop {
    position: absolute;
    top: auto;
    bottom: 232px;
    right: 60px;
    transition: opacity .3s;
    z-index: 20;
  }
  #l-footer-pagetop:before {
    content: '';
    display: block;
    width: 68px;
    height: 68px;
    transform: rotate(-45deg);
    background: #999999;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -34px;
    margin-top: -34px;
    transition: all 0.3s cubic-bezier(0.3, 0.69, 0.39, 1.04);
  }
  #l-footer-pagetop a {
    width: 96px;
    height: 96px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    font-family: acumin-pro, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    position: relative;
    transition: opacity 0.3s cubic-bezier(0.3, 0.69, 0.39, 1.04);
  }
  #l-footer-pagetop a:before {
    margin-top: 11px;
    margin-bottom: 6px;
    display: block;
    content: '';
    width: 5px;
    height: 21px;
    background: url(../img/common/c-foot_arrow.png) no-repeat center;
    background-size: 5px 21px;
    transition: transform 0.3s cubic-bezier(0.3, 0.69, 0.39, 1.04);
  }
  #l-footer-pagetop:hover:before {
    border-radius: 34px;
    transform: scale(1.4);
  }
  #l-footer-pagetop:hover a {
    opacity: .6;
  }
  #l-footer-pagetop:hover a:before {
    transform: translateY(-5px);
  }
  #l-footer__inner {
    width: 1200px;
    height: 280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 10;
  }
  #l-footer .l-footer__info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 45px 0 25px 0;
  }
  #l-footer .l-footer__logo {
    margin-bottom: 25px;
  }
  #l-footer .l-footer__logo a {
    display: block;
    transition: opacity 0.3s cubic-bezier(0.3, 0.69, 0.39, 1.04);
  }
  #l-footer .l-footer__logo a:hover {
    opacity: 0.6;
  }
  #l-footer .l-footer__logo img {
    display: block;
  }
  #l-footer .l-footer__address {
    font-size: 12px;
    font-weight: bold;
  }
  #l-footer .l-footer__other {
    width: 745px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 50px;
    padding-bottom: 25px;
  }
  #l-footer .l-footer__navi {
    margin-bottom: 25px;
  }
  #l-footer .l-footer__navi ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #l-footer .l-footer__navi ul li {
    width: 25%;
    text-align: center;
    margin-bottom: 30px;
  }
  #l-footer .l-footer__navi ul li a {
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    transition: opacity 0.3s cubic-bezier(0.3, 0.69, 0.39, 1.04);
    position: relative;
  }
  #l-footer .l-footer__navi ul li a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
  }
  #l-footer .l-footer__navi ul li a:hover::after {
    transform: scale(1, 1);
  }
  #l-footer .l-footer__navi ul li a:hover {
    opacity: 0.6;
  }
  #l-footer .l-footer__copy {
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    text-align: right;
  }
}

/* ----------------------------------

  --  SMP

 ---------------------------------- */
@media only screen and (max-width: 750px) {
  #l-pagetop {
    display: none;
  }
  #l-footer-pagetop {
    display: none;
  }
  #l-footer .l-footer__info {
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #535353;
  }
  #l-footer .l-footer__logo img {
    display: block;
    width: 290px;
    height: 37px;
    margin: 0 auto;
  }
  #l-footer .l-footer__address {
    font-size: 10px;
    text-align: center;
    font-weight: bold;
  }
  #l-footer .l-footer__other {
    background: #333333;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 25px;
    padding-top: 41px;
    padding-bottom: 45px;
  }
  #l-footer .l-footer__navi ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #l-footer .l-footer__navi ul li {
    width: 33.33%;
    text-align: center;
    margin-bottom: 45px;
  }
  #l-footer .l-footer__navi ul li a {
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    position: relative;
  }
  #l-footer .l-footer__navi ul li a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
  }
  #l-footer .l-footer__navi ul li a:active::after {
    transform: scale(1, 1);
  }
  #l-footer .l-footer__copy {
    margin-top: 7px;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }
}

@media only screen and (min-width: 751px) {
  .l-footer {
    background: #b4a286;
    color: #fff;
    min-width: auto;
    padding-top: 10px;
    overflow: hidden;
  }
  .l-footer__top {
    width: 1074px;
    margin: 16px auto 12px;
  }
  .l-footer__top__list > li:nth-child(1) {
    margin-right: 58px;
    width: 182px;
  }
  .l-footer__top__list > li:nth-child(2) {
    margin-right: 58px;
  }
  .l-footer__top ul {
    overflow: hidden;
  }
  .l-footer__top ul li {
    float: left;
    margin-right: 60px;
  }
  .l-footer__top ul li img {
    width: 40px;
  }
  .l-footer__block h4 {
    font-size: 10px;
    margin-bottom: 14px;
    font-family: acumin-pro, sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  .l-footer__block ul li {
    margin-right: 25px;
  }
  .l-footer__block p {
    font-size: 12px;
    font-weight: bold;
    font-family: acumin-pro, sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.35;
    margin-top: -5px;
  }
  .l-footer__block a.mail {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    word-break: break-all;
  }
  .l-footer__bottom {
    float: right;
    height: 185px;
  }
}

/* [ media query ]
-------------------------------------------------*/
/* [ color ]
-------------------------------------------------*/
/* [ Device size ]
-------------------------------------------------*/
/* [ font style ]
-------------------------------------------------*/
/* [ layout z-index ]
-------------------------------------------------*/
/* [ Animation ]
-------------------------------------------------*/
@keyframes text-gradient-anime {
  0% {
    background-size: 300%;
  }
  100% {
    background-size: 100%;
  }
}

/* [ easing ]
-------------------------------------------------*/
/* [ Wrapper ]
-------------------------------------------------*/
/* [ float clear ]
-------------------------------------------------*/
/* [ opacity ]
-------------------------------------------------*/
/* [ blur ]
-------------------------------------------------*/
/* [ radius ]
-------------------------------------------------*/
/* [ Position ]
-------------------------------------------------*/
/* [ transform ]
-------------------------------------------------*/
/* [ Background ]
-------------------------------------------------*/
/* [ Math ]
-------------------------------------------------*/
/* [ Animation ]
-------------------------------------------------*/
@keyframes scaleLoop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

/* [ Extra 今回使うだけのもの ]
-------------------------------------------------*/
@keyframes text-gradient-anime {
  0% {
    background-position: 0% -100%;
    background-size: 100% 300%;
  }
  100% {
    background-position: 0% 0%;
    background-size: 100% 100%;
  }
}

@keyframes text-gradient-anime0 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 35% 0%;
  }
}

@keyframes text-gradient-anime1 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 40% 0%;
  }
}

@keyframes text-gradient-anime2 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 55% 0%;
  }
}

@keyframes text-gradient-anime3 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 65% 0%;
  }
}

@keyframes text-gradient-anime4 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 75% 0%;
  }
}

@keyframes text-gradient-anime5 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 80% 0%;
  }
}

@keyframes text-gradient-anime6 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 60% 0%;
  }
}

@keyframes text-gradient-anime7 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 50% 0%;
  }
}

@keyframes text-gradient-anime8 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 65% 0%;
  }
}

@keyframes text-gradient-anime9 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 75% 0%;
  }
}

@keyframes text-gradient-anime10 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 85% 0%;
  }
}

@keyframes scrollNavigator {
  0% {
    transform: scale(0);
    transform-origin: 0 50%;
  }
  50% {
    transform: scale(1);
    transform-origin: 0 50%;
  }
  51% {
    transform: scale(1);
    transform-origin: 100% 50%;
  }
  100% {
    transform: scale(0);
    transform-origin: 100% 50%;
  }
}

@keyframes scrollNavigatorHuman {
  0% {
    transform: scale(0);
    transform-origin: 50% 0;
  }
  50% {
    transform: scale(1);
    transform-origin: 50% 0;
  }
  51% {
    transform: scale(1);
    transform-origin: 50% 100%;
  }
  100% {
    transform: scale(0);
    transform-origin: 50% 100%;
  }
}

html.wf-active {
  visibility: visible;
}

html body.lowlayer {
  overflow-x: hidden !important;
}

#l-root {
  position: relative;
  height: 100vh;
}

#l-root .side-text {
  position: fixed;
  top: 50%;
  margin-top: -52.5px;
  writing-mode: vertical-rl;
  font-size: 14px;
  font-weight: bold;
  font-family: 'Heebo', sans-serif;
  letter-spacing: 2px;
  z-index: 2;
}

#l-root .side-text.left {
  left: 40px;
}

#l-root .side-text.right {
  right: 40px;
}

.scroll-on {
  animation: scroll_on0 0.5s cubic-bezier(0.23, 1, 0.32, 1) forwards;
  animation-duration: 0.5s;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-delay: 0.2s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
  animation-name: scroll_on0;
}

@keyframes scroll_on0 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.scroll-on-delay {
  animation: scroll_on_delay0 0.5s cubic-bezier(0.23, 1, 0.32, 1) forwards;
  animation-duration: 0.5s;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-delay: 0.8s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
  animation-name: scroll_on_delay0;
}

@keyframes scroll_on_delay0 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.header-on {
  animation: header_on0 0.5s cubic-bezier(0.23, 1, 0.32, 1) forwards;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
  animation-name: header_on0;
}

@keyframes header_on0 {
  0% {
    opacity: 0;
    color: #fff;
    transform: translate(0, 50px);
  }
  20% {
    opacity: 1;
    color: #e1e1e1;
    transform: translate(0, 0px);
  }
  40% {
    opacity: 1;
    color: #e1e1e1;
    transform: translate(0, 0px);
  }
  100% {
    opacity: 1;
    color: #c7c7c7;
    transform: translate(0, 0px);
  }
}

.process-scroll-on {
  animation: process_scroll_on0 0.5s cubic-bezier(0.23, 1, 0.32, 1) forwards;
  animation-duration: 0.5s;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
  animation-name: process_scroll_on0;
}

@keyframes process_scroll_on0 {
  0% {
    opacity: 0;
    transform: scale(6);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.process-scroll-on2 {
  animation: process_scroll_on1 0.5s cubic-bezier(0.23, 1, 0.32, 1) forwards;
  animation-duration: 0.5s;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-delay: 0.5s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
  animation-name: process_scroll_on1;
}

@keyframes process_scroll_on1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.opening-on-delay {
  animation: opening_on1 0.55s cubic-bezier(0.43, 0.05, 0.17, 1) forwards;
  animation-duration: .55s;
  animation-timing-function: cubic-bezier(0.43, 0.05, 0.17, 1);
  animation-delay: 1s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
  animation-name: opening_on1;
}

@keyframes opening_on1 {
  0% {
    opacity: 0;
    transform: translate(0, 50px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

.opening-on-delay-btn {
  animation: opening_on1 0.55s cubic-bezier(0.43, 0.05, 0.17, 1) forwards;
  animation-duration: .55s;
  animation-timing-function: cubic-bezier(0.43, 0.05, 0.17, 1);
  animation-delay: 1s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
  animation-name: opening_on1;
}

@keyframes opening_on1 {
  0% {
    opacity: 0;
    transform: translate(0, 50px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

.opening-on-delay-work {
  animation: opening_on_work1 0.55s cubic-bezier(0.43, 0.05, 0.17, 1) forwards;
  animation-duration: .55s;
  animation-timing-function: cubic-bezier(0.43, 0.05, 0.17, 1);
  animation-delay: 1.5s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
  animation-name: opening_on_work1;
}

@keyframes opening_on_work1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.opening-on-logo {
  animation: opening_on_logo 0.55s cubic-bezier(0.43, 0.05, 0.17, 1) forwards;
  animation-duration: .55s;
  animation-timing-function: cubic-bezier(0.43, 0.05, 0.17, 1);
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
  animation-name: opening_on_logo;
}

@keyframes opening_on_logo {
  0% {
    opacity: 0;
    transform: translate(0, 50px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

.opening-on {
  animation: opening_on 0.75s cubic-bezier(0.23, 1, 0.32, 1) forwards;
  animation-duration: 0.75s;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
  animation-name: opening_on;
}

@keyframes opening_on {
  0% {
    opacity: 0;
    transform: translate(0, 50px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

.loading-on {
  animation: loading_on 0.5s cubic-bezier(0.23, 1, 0.32, 1) forwards;
  animation-duration: 0.5s;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
  animation-name: loading_on;
}

@keyframes loading_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

svg.about-circle {
  opacity: 0;
}

.circle-anime {
  animation: circle 1.2s cubic-bezier(0.895, 0.03, 0.685, 0.22) forwards;
  animation-duration: 1.2s;
  animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
  fill: transparent;
  stroke: #fff;
  stroke-width: 2;
  opacity: 0;
}

@keyframes circle {
  0% {
    stroke-dasharray: 0 377;
    opacity: 0;
  }
  100% {
    stroke-dasharray: 377 377;
    opacity: 1;
  }
}

.moji-anime {
  animation: text_anime_on 1s ease-out forwards;
  animation-delay: 1.5s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
  opacity: 0;
}

@keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.two-moji-anime {
  opacity: 1 !important;
  transform: translateZ(0) !important;
  transition: transform 1.2s cubic-bezier(0.43, 0.05, 0.17, 1);
  transition: 0.8s;
}

.two-moji-anime2 {
  opacity: 1 !important;
  transform: translateZ(0) !important;
  transition: transform 1.2s cubic-bezier(0.43, 0.05, 0.17, 1);
  transition: 0.8s;
}

.two-moji-anime3 {
  opacity: 1 !important;
  transform: translateZ(0) !important;
  transition: transform 1.2s cubic-bezier(0.43, 0.05, 0.17, 1);
  transition: 0.8s;
}

/* ----------------------------------

  --  PC

 ---------------------------------- */
@media only screen and (min-width: 751px) {
  #work #l-load, #details #l-load {
    padding-left: 13%;
    padding-right: 13%;
  }
}

/* ----------------------------------

  --  SMP

 ---------------------------------- */
@media only screen and (max-width: 750px) {
  .template {
    margin: 0 30px;
  }
  html, body, #wrapper, #l-root, #l-scroll, #l-scroll-body, #l-load {
    height: auto;
    min-height: 100vh;
  }
  main {
    font-family: YuGothic, '游ゴシック','Noto Sans JP',"Meiryo","メイリオ","ＭＳ Ｐゴシック",sans-serif;
    letter-spacing: 1px;
    position: relative;
    height: auto;
    min-height: 100vh;
  }
  .l-load-contents {
    background: linear-gradient(#f8f8fc 0%, #e1e2e8 100%);
    height: auto;
    min-height: 100vh;
  }
}

/* [ media query ]
-------------------------------------------------*/
/* [ color ]
-------------------------------------------------*/
/* [ Device size ]
-------------------------------------------------*/
/* [ font style ]
-------------------------------------------------*/
/* [ layout z-index ]
-------------------------------------------------*/
/* [ Animation ]
-------------------------------------------------*/
@keyframes text-gradient-anime {
  0% {
    background-size: 300%;
  }
  100% {
    background-size: 100%;
  }
}

/* [ easing ]
-------------------------------------------------*/
/* [ Wrapper ]
-------------------------------------------------*/
/* [ float clear ]
-------------------------------------------------*/
/* [ opacity ]
-------------------------------------------------*/
/* [ blur ]
-------------------------------------------------*/
/* [ radius ]
-------------------------------------------------*/
/* [ Position ]
-------------------------------------------------*/
/* [ transform ]
-------------------------------------------------*/
/* [ Background ]
-------------------------------------------------*/
/* [ Math ]
-------------------------------------------------*/
/* [ Animation ]
-------------------------------------------------*/
@keyframes scaleLoop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

/* [ Extra 今回使うだけのもの ]
-------------------------------------------------*/
@keyframes text-gradient-anime {
  0% {
    background-position: 0% -100%;
    background-size: 100% 300%;
  }
  100% {
    background-position: 0% 0%;
    background-size: 100% 100%;
  }
}

@keyframes text-gradient-anime0 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 35% 0%;
  }
}

@keyframes text-gradient-anime1 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 40% 0%;
  }
}

@keyframes text-gradient-anime2 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 55% 0%;
  }
}

@keyframes text-gradient-anime3 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 65% 0%;
  }
}

@keyframes text-gradient-anime4 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 75% 0%;
  }
}

@keyframes text-gradient-anime5 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 80% 0%;
  }
}

@keyframes text-gradient-anime6 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 60% 0%;
  }
}

@keyframes text-gradient-anime7 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 50% 0%;
  }
}

@keyframes text-gradient-anime8 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 65% 0%;
  }
}

@keyframes text-gradient-anime9 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 75% 0%;
  }
}

@keyframes text-gradient-anime10 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 85% 0%;
  }
}

@keyframes scrollNavigator {
  0% {
    transform: scale(0);
    transform-origin: 0 50%;
  }
  50% {
    transform: scale(1);
    transform-origin: 0 50%;
  }
  51% {
    transform: scale(1);
    transform-origin: 100% 50%;
  }
  100% {
    transform: scale(0);
    transform-origin: 100% 50%;
  }
}

@keyframes scrollNavigatorHuman {
  0% {
    transform: scale(0);
    transform-origin: 50% 0;
  }
  50% {
    transform: scale(1);
    transform-origin: 50% 0;
  }
  51% {
    transform: scale(1);
    transform-origin: 50% 100%;
  }
  100% {
    transform: scale(0);
    transform-origin: 50% 100%;
  }
}

/*


/* ----------------------------------

 --  top KV PC

---------------------------------- */
@media only screen and (min-width: 751px) {
  .l-top__top {
    background: url(../img/top/bg01.jpg);
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
  }
  .l-top__bottom {
    background: url(../img/top/bg02.jpg);
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100%;
    position: relative;
  }
  .l-top__text {
    position: absolute;
    bottom: 100px;
    left: 60px;
  }
  .l-top__text p {
    color: #fff;
    font-family: YuGothic, '游ゴシック','Noto Sans JP',"Meiryo","メイリオ","ＭＳ Ｐゴシック",sans-serif;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.11em;
    text-align: left;
  }
  .l-top__text p span {
    display: block;
    font-family: YuGothic, '游ゴシック','Noto Sans JP',"Meiryo","メイリオ","ＭＳ Ｐゴシック",sans-serif;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.11em;
  }
  .l-btn {
    margin-top: 15px;
  }
  .l-btn a {
    font-family: YuGothic, '游ゴシック','Noto Sans JP',"Meiryo","メイリオ","ＭＳ Ｐゴシック",sans-serif;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0.05em;
    text-align: center;
    background-color: #000;
    padding: 13px 27px 13px;
  }
  .l-btn a.map {
    text-decoration: underline;
  }
}

/* ----------------------------------

  --  top KV SMP

 ---------------------------------- */
@media only screen and (max-width: 750px) {
  .l-top__top {
    background: url(../img/top/sp_bg01.jpg);
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100%;
    position: relative;
  }
  .l-top__bottom {
    background: url(../img/top/sp_bg02.jpg);
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100%;
    position: relative;
  }
  .l-top__text {
    padding-top: 50%;
    text-align: center;
  }
  .l-top__text p {
    text-align: center;
    color: #fff;
    font-family: YuGothic, '游ゴシック','Noto Sans JP',"Meiryo","メイリオ","ＭＳ Ｐゴシック",sans-serif;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.11em;
  }
  .l-top__text p span {
    display: block;
    font-family: YuGothic, '游ゴシック','Noto Sans JP',"Meiryo","メイリオ","ＭＳ Ｐゴシック",sans-serif;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.11em;
  }
  .l-top__text.attention {
    padding-top: 27%;
  }
  .l-btn {
    margin-top: 23px;
  }
  .l-btn a {
    font-family: YuGothic, '游ゴシック','Noto Sans JP',"Meiryo","メイリオ","ＭＳ Ｐゴシック",sans-serif;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.11em;
    text-align: center;
    background-color: #000;
    padding: 13px 27px;
  }
  .l-btn a.copy {
    padding: 3px 27px;
  }
  .l-btn a.map {
    text-decoration: underline;
  }
  .l-btn.maparea {
    margin-top: 43px;
  }
}

/* ----------------------------------

 --  top

---------------------------------- */
#top #l-header-menu-btn {
  opacity: 0;
}

/* ----------------------------------

  --  PC

 ---------------------------------- */
/* ----------------------------------

  --  SMP

 ---------------------------------- */

/*# sourceMappingURL=maps/style.css.map */
