@charset "UTF-8";
/* ---------- number ---------- */
/* ---------- color ---------- */
/* ---------- breakPoint ---------- */
/*--------------------------------------------------------------------
    [FOUNDATION]
 --------------------------------------------------------------------*/
/* ---------------------------------------------
 *
 * RESET
 *
 --------------------------------------------- */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600&family=Montserrat:wght@500;800&family=Zen+Kaku+Gothic+New:wght@500;700&display=swap");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

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

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

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

/* line 171, _normalize.scss */
sup {
  top: -0.5em; }

/* line 175, _normalize.scss */
sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 186, _normalize.scss */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 194, _normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 205, _normalize.scss */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
/* line 213, _normalize.scss */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
/* line 222, _normalize.scss */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 230, _normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 253, _normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 267, _normalize.scss */
button {
  overflow: visible; }

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 278, _normalize.scss */
button,
select {
  text-transform: 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.
 */
/* line 291, _normalize.scss */
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.
 */
/* line 303, _normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default; }

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 335, _normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 347, _normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
/* line 357, _normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 368, _normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
/* line 377, _normalize.scss */
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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  padding: 0; }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

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

td,
th {
  padding: 0; }

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: 300; }

p, ul, li, dl, dt, dd {
  margin: 0;
  padding: 0; }

ul, ol {
  list-style: none; }

img {
  vertical-align: top; }

table {
  width: 100%; }

table th {
  text-align: left;
  font-weight: normal;
  vertical-align: top; }

input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none; }

body {
  min-width: 320px;
  color: #000;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-size: 14px;
  background-color: #fff;
  font-family: 'PT Mono', monospace;
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-image: url(../img/top/mv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

a {
  outline: none;
  text-decoration: none;
  color: #000;
  transition: all 0.2s ease-out 0s;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.05, 0.76, 0.22, 0.95); }
  a:hover {
    opacity: .6; }

img {
  width: 100%;
  height: auto;
  user-select: none; }

/*--------------------------------------------------------------------
    [SP]
--------------------------------------------------------------------*/
/*--------------------------------------------------------------------
    [COMPONENT]
 --------------------------------------------------------------------*/
/*--------------------------------------------------------------------
    [SHARED]
 --------------------------------------------------------------------*/
/* ==================================================
    layout [PC]
================================================== */
.l-wrap {
  min-height: 100%;
  border: 1px solid blue; }

.l-content {
  min-height: 100%;
  border: 1px solid green; }

.l-inner-l {
  max-width: 90%;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .l-inner-l {
      padding: 0 15px; } }

.l-inner-m {
  max-width: 750px;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .l-inner-m {
      padding: 0 15px; } }

.l-inner-s {
  max-width: 580px;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .l-inner-s {
      padding: 0 15px; } }

._second_logo {
  display: block;
  width: 285px;
  margin: 20px auto 70px; }
  ._second_logo:hover {
    fill: #ff0000;
    opacity: 1; }
  @media only screen and (max-width: 768px) {
    ._second_logo {
      width: 200px;
      margin: 0 auto 40px; } }

.modal {
  width: 70%;
  margin: 0;
  padding: 20px;
  background: #fff;
  opacity: 0.9;
  position: fixed;
  display: none;
  z-index: 2000; }

#modal-overlay {
  z-index: 1000;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75); }

.modal_inner {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 75px 0;
  text-align: center; }

.modal_close_wrap {
  z-index: 999; }
  .modal_close_wrap span {
    height: 40px;
    width: 40px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer; }
  .modal_close_wrap .modal_close {
    background: #000; }
    .modal_close_wrap .modal_close:before, .modal_close_wrap .modal_close:after {
      content: '';
      height: 3px;
      width: 28px;
      display: block;
      background: #fff;
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      position: absolute;
      top: 17px;
      left: 6px;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg); }
    .modal_close_wrap .modal_close:after {
      transform: rotate(135deg);
      -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      -o-transform: rotate(135deg);
      -ms-transform: rotate(135deg); }

/* ==================================================
 	MODAL [SP]
================================================== */
/* ==================================================
    display [PC]

    PC/SP での ON/OFF 表示
================================================== */
.display-pc {
  display: block; }

.display-sp {
  display: none; }

.display-ib-pc {
  display: inline-block; }

.display-ib-sp {
  display: none; }

/* ==================================================
    display [SP]
================================================== */
@media screen and (max-width: 768px) {
  .display-pc {
    display: none; }
  .display-sp {
    display: block; }
  .display-ib-pc {
    display: none; }
  .display-ib-sp {
    display: inline-block; } }

/*--------------------------------------------------------------------
    [PAGE]

    ※ページ固有のスタイル。
    ・適応するページの body に class をつけて wrap する。
 --------------------------------------------------------------------*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff; }

/* Loadingバー中央配置　*/
#splash_text {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 9999;
  width: 100%;
  transform: translate(-50%, 0%);
  color: #fff; }

/*IE11対策用バーの線の高さ※対応しなければ削除してください*/
#splash_text svg {
  height: 2px; }

.op__wrapper {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 9999;
  background: linear-gradient(to left, #3AA6B9 0%, #C1ECE4 100%);
  animation: huerotator 7s infinite alternate; }

@keyframes huerotator {
  0% {
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg); }
  100% {
    -webkit-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg); } }
  .op__wrapper .op__inner {
    width: 15vw;
    height: 5vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .op__wrapper .op__inner {
        width: 100vw;
        height: 5vh; } }
    .op__wrapper .op__inner .op__name {
      font-family: 'Montserrat', sans-serif;
      color: #fff;
      font-size: 20px;
      font-weight: 700;
      opacity: 0;
      transform: translateY(10px);
      transition: .5s;
      transition-duration: 2s;
      visibility: hidden; }
      .op__wrapper .op__inner .op__name.js-show {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px); }

.bg__wrapper {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-color: #021e44;
  opacity: 1;
  visibility: visible;
  transition: .5s;
  transition-delay: 3s;
  transition-duration: 2s; }
  .bg__wrapper.js-show {
    opacity: 0.2;
    visibility: visible; }

.logo__wrapper {
  position: relative;
  width: 100vw;
  height: 100vh; }
  @media only screen and (max-width: 768px) {
    .logo__wrapper {
      width: 90vw;
      margin: 0 auto; } }
  .logo__wrapper .logo__inner {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center; }
  .logo__wrapper .logo {
    font-family: 'Montserrat', sans-serif;
    font-size: 120px;
    font-weight: 800;
    line-height: 1;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    transform: translateY(20px);
    transition-delay: 1.5s;
    transition-duration: 2s; }
    @media only screen and (max-width: 768px) {
      .logo__wrapper .logo {
        font-size: 60px;
        line-height: 1.2; } }
    .logo__wrapper .logo.js-show {
      opacity: 1;
      visibility: visible;
      transform: translateY(0); }
  .logo__wrapper .name {
    text-align: center;
    margin-top: 30px;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    transform: translateY(20px);
    transition-delay: 2s;
    transition-duration: 2s; }
    @media only screen and (max-width: 768px) {
      .logo__wrapper .name {
        margin-top: 10px; } }
    .logo__wrapper .name.js-show {
      opacity: 1;
      visibility: visible;
      transform: translateY(0); }
    @media only screen and (max-width: 768px) {
      .logo__wrapper .name {
        font-size: 12px; } }
  .logo__wrapper .icon__list {
    display: flex;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    transform: translateY(20px);
    transition-delay: 2s;
    transition-duration: 2s; }
    .logo__wrapper .icon__list.js-show {
      opacity: 1;
      visibility: visible;
      transform: translateY(0); }
    .logo__wrapper .icon__list .icon__item {
      margin: 30px 5px; }
      @media only screen and (max-width: 768px) {
        .logo__wrapper .icon__list .icon__item {
          margin-top: 40px; } }
  .logo__wrapper .insta {
    display: block;
    width: 20px; }
  .logo__wrapper .youtube {
    display: block;
    width: 22px; }
