/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 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 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          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: inherit;
  /* 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 */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * 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] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

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

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

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

/**
 * 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 outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*-----------
[Visual Items]
-----------*/
.visual-bg {
  width: 100vw;
  height: 100vh;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
}
.visual-bg--show {
  opacity: 1;
  visibility: inherit;
}
.visual-bg__item {
  position: relative;
  display: block;
}
.visual-bg__item--animate-left {
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
.visual-bg__item--animate-right {
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
.visual-bg__item--1 {
  width: 12.4vw !important;
  margin-top: 9.5vw;
}
@media (max-width: 768px) {
  .visual-bg__item--1 {
    width: 20.53vw !important;
    margin-top: 7.46vw;
  }
}
.visual-bg__item--2 {
  width: 10.2vw !important;
  margin-left: 6.5vw;
  margin-top: 25.2vw;
}
@media (max-width: 768px) {
  .visual-bg__item--2 {
    width: 15.4vw !important;
    margin-left: 13.3vw;
    margin-top: 32vw;
  }
}
.visual-bg__item--3 {
  width: 12.7vw !important;
  margin-left: -4.5vw;
  margin-top: 41.4vw;
}
@media (max-width: 768px) {
  .visual-bg__item--3 {
    width: 19.467vw !important;
    margin-left: -19.5vw;
    margin-top: 63.73vw;
  }
}
.visual-bg__item--4 {
  width: 11.4vw !important;
  margin-left: -2vw;
  margin-top: 1.3vw;
}
@media (max-width: 768px) {
  .visual-bg__item--4 {
    width: 17.87vw !important;
    margin-left: -12.5vw;
    margin-top: 5.6vw;
  }
}
.visual-bg__item--5 {
  width: 9.8vw !important;
  margin-left: -3.8vw;
  margin-top: 27.9vw;
}
@media (max-width: 768px) {
  .visual-bg__item--5 {
    width: 14.4vw !important;
    margin-left: -5.01vw;
    margin-top: 48.2vw;
  }
}
.visual-bg__item--6 {
  width: 7.4vw !important;
  margin-left: 2.6vw;
  margin-top: 44.9vw;
}
@media (max-width: 768px) {
  .visual-bg__item--6 {
    width: 11.73vw !important;
    margin-left: 5.6vw;
    margin-top: 62.4vw;
  }
}
.visual-bg__item--7 {
  width: 8.9vw !important;
  margin-left: -10vw;
  margin-top: 11.3vw;
}
@media (max-width: 768px) {
  .visual-bg__item--7 {
    width: 13.867vw !important;
    margin-left: -2.13vw;
    margin-top: 8.8vw;
  }
}
.visual-bg__item--8 {
  width: 7.6vw !important;
  margin-left: 10.1vw;
  margin-top: 7.57vw;
}
@media (max-width: 768px) {
  .visual-bg__item--8 {
    width: 11.7vw !important;
    margin-left: 14.67vw;
    margin-top: 4.27vw;
  }
}
.visual-bg__item--9 {
  width: 12.73vw !important;
  margin-left: -11.6vw;
  margin-top: 23.2vw;
}
@media (max-width: 768px) {
  .visual-bg__item--9 {
    width: 19.467vw !important;
    margin-left: -16vw;
    margin-top: 28vw;
  }
}
.visual-bg__item--10 {
  width: 11.5vw !important;
  margin-left: -5vw;
  margin-top: 44.9vw;
}
@media (max-width: 768px) {
  .visual-bg__item--10 {
    width: 17.6vw !important;
    margin-left: -25.87vw;
    margin-top: 62.4vw;
  }
}
.visual-bg__item--11 {
  width: 10.7vw !important;
  margin-left: 1.8vw;
  margin-top: 0.6vw;
}
@media (max-width: 768px) {
  .visual-bg__item--11 {
    width: 19.73vw !important;
    margin-left: 25vw;
    margin-top: 2.3vw;
  }
}
.visual-bg__item--12 {
  width: 9.3vw !important;
  margin-left: -8.5vw;
  margin-top: 38.8vw;
}
@media (max-width: 768px) {
  .visual-bg__item--12 {
    width: 12vw !important;
    margin-left: -18.13vw;
    margin-top: 50.13vw;
  }
}
.visual-bg__item--13 {
  width: 6.5vw !important;
  margin-left: 15.2vw;
  margin-top: 8.4vw;
}
@media (max-width: 768px) {
  .visual-bg__item--13 {
    width: 9.6vw !important;
    margin-left: 14.4vw;
    margin-top: 5.6vw;
  }
}
.visual-bg__item--14 {
  width: 9vw !important;
  margin-left: -25.7vw;
  margin-top: 23.2vw;
}
@media (max-width: 768px) {
  .visual-bg__item--14 {
    width: 14.4vw !important;
    margin-left: -20vw;
    margin-top: 31.467vw;
  }
}
.visual-bg__item--15 {
  width: 15.9vw !important;
  margin-left: -11.8vw;
  margin-top: 38.7vw;
}
@media (max-width: 768px) {
  .visual-bg__item--15 {
    width: 24.8vw !important;
    margin-left: -20vw;
    margin-top: 57.6vw;
  }
}
.visual-bg__item--16 {
  width: 12.3vw !important;
  margin-left: 5.5vw;
  margin-top: 21.6vw;
}
@media (max-width: 768px) {
  .visual-bg__item--16 {
    width: 19.2vw !important;
    margin-left: 5.6vw;
    margin-top: 27.2vw;
  }
}
.visual-bg__item--17 {
  width: 10.6vw !important;
  margin-left: 1.4vw;
  margin-top: 5.4vw;
}
@media (max-width: 768px) {
  .visual-bg__item--17 {
    width: 16.5vw !important;
    margin-left: 7.2vw;
    margin-top: 0;
  }
}
.visual-bg__item--18 {
  width: 11.6vw !important;
  margin-left: -5.5vw;
  margin-top: 40vw;
}
@media (max-width: 768px) {
  .visual-bg__item--18 {
    width: 17.87vw !important;
    margin-left: -9.6vw;
    margin-top: 57.6vw;
    margin-right: 5vw;
  }
}

/*-----------
[Main Visual]
-----------*/
.main-visual {
  width: 100vw;
  height: 100vh;
  position: relative;
  z-index: 20;
  background: #0066b3;
  z-index: 100;
}
.main-visual__wrapper {
  width: 72.5vw;
  max-width: 927px;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
  transition-delay: 0.5s;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 21;
}
.main-visual__wrapper--show {
  opacity: 1;
  visibility: inherit;
}
@media (min-width: 769px) {
  .main-visual__wrapper {
    justify-content: center;
    align-items: center;
    flex-direction: row;
    display: flex;
    gap: 15%;
  }
}
@media (max-width: 768px) {
  .main-visual__wrapper {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: flex;
    width: 92vw;
    margin: 0 auto;
  }
}
.main-visual__nico {
  width: 30vw;
  max-width: 384px;
}
@media (max-width: 768px) {
  .main-visual__nico {
    width: 41.867vw;
    margin: 0 auto 70px;
  }
}
@media (max-height: 559px) {
  .main-visual__nico {
    width: 39.867vw;
    margin: 0 auto 30px;
  }
}
.main-visual__lead {
  margin-bottom: 68px;
}
.main-visual__lead img {
  width: 100%;
}
@media (max-width: 768px) {
  .main-visual__lead {
    width: 51.467vw;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .main-visual__text {
    width: 85vw;
  }
}

/*-----------
[Movie Area]
-----------*/
.movie-area {
  background: #0359aa;
  width: 100vw;
  position: relative;
  z-index: 100;
}
.movie-area__video {
  width: 100vw;
  margin: 0 auto;
  display: block;
}
.movie-area__end {
  width: 100%;
  height: 100%;
  position: relative;
  display: none;
}
.movie-area__end--show {
  justify-content: center;
  align-items: center;
  flex-direction: row;
  display: flex;
}
.movie-area__end__bg {
  width: 100%;
}
.movie-area__end__btn {
  width: 252px;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}
.movie-area__end__btn:active {
  opacity: 0.8;
}
@media (min-width: 769px) {
  .movie-area__end__btn:hover {
    opacity: 0.8;
  }
}

/*-----------
[Contents]
-----------*/
.content {
  width: 100vw;
}
.content__bg-logo {
  width: 384px;
  position: fixed;
  right: calc(50% + 56px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}
@media (max-width: 768px) {
  .content__bg-logo {
    width: 45.87vw;
    top: 75px;
    right: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-height: 559px) {
  .content__bg-logo {
    width: 32.87vw;
    top: 60px;
    right: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.content__mvv {
  width: 100vw;
  min-height: 678px;
  padding: 180px 0 0;
  position: relative;
  z-index: 100;
  background: #fff;
}
@media (max-width: 768px) {
  .content__mvv {
    padding: 60px 0 0;
  }
}
.content__mvv__inner {
  justify-content: flex-end;
  align-items: center;
  flex-direction: row-reverse;
  display: flex;
  position: relative;
  padding-left: 50vw;
}
@media (max-width: 768px) {
  .content__mvv__inner {
    flex-direction: column;
    padding-left: 0;
  }
}
.content__mvv__text {
  width: 29.2vw;
  max-width: 374px;
}
@media (max-width: 768px) {
  .content__mvv__text {
    width: 84.46vw;
    max-width: 100vw;
    margin-bottom: 32px;
  }
}
.content__mvv__graph {
  width: 92vw;
}
@media (min-width: 769px) {
  .content__mvv__graph {
    width: 36.8vw;
    max-width: 472px;
    position: absolute;
    right: calc(50% + 56px);
  }
}
.content__wrapper {
  width: 100vw;
  height: 100vh;
  margin-bottom: 50vh;
  z-index: 1;
  position: relative;
}
@media (min-width: 769px) {
  .content__wrapper {
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    display: flex;
    width: 50vw;
    height: 30vh;
    margin-left: 50vw;
    padding-top: 110px;
  }
}
.content__wrapper--empty {
  height: 20vh;
  margin-bottom: 0;
}
.content__inner {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
}
@media (min-width: 769px) {
  .content__inner {
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    display: flex;
    min-height: 800px;
    padding-left: 50vw;
  }
}
@media (max-width: 768px) {
  .content__inner {
    padding-top: 244px;
  }
}
@media (max-height: 559px) {
  .content__inner {
    padding-top: 170px;
  }
}

.content__inner__caption {
  width: auto;
  height: 35px;
  display: block;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .content__inner__caption {
    height: 7.7vw;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}

@media (max-height: 559px) {
  .content__inner__caption {
    height: 6.7vw;
    margin: 0 auto;
    margin-bottom: 25px;
  }
}

.content .spirit {
  padding-bottom: 345px;
  z-index: 3;
}
.content .spirit__sign {
  width: 350px;
  margin: -10px 0 40px;
}
@media (max-width: 768px) {
  .content .spirit__sign {
    width: 60.2vw;
    margin: -3vw auto 30px;
  }
}
@media (max-height: 559px) {
  .content .spirit__sign {
    width: 50.2vw;
    margin: -3vw auto 25px;
  }
}


.content .spirit__lead {
  width: 415px;
  margin-bottom: 40px;
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  .content .spirit__lead {
    width: 85vw;
    margin: 0 auto 0 7.5vw;
    margin-bottom: 26px;
  }
}
@media (max-height: 559px) {
  .content .spirit__lead {
    width: 75vw;
    margin: 0 auto 0 6.0vw;
    margin-bottom: 20px;
  }
}

.content .spirit__text {
  font-size: 16px;
  line-height: 2;
  position: relative;
  z-index: 101;
  font-weight: bold;
  background: linear-gradient(to bottom, #fff 80%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 768px) {
  .content .spirit__text {
    width: 90.13vw;
    margin: 0 auto 0 7.5vw;
    font-size: 14px;
    line-height: 1.75;
    letter-spacing: 0.1rem;
  }
}
@media (max-height: 559px) {
  .content .spirit__text {
    width: 90.13vw;
    margin: 0 auto 0 7.5vw;
    font-size: 13px;
    line-height: 1.75;
    letter-spacing: 0.1rem;
  }
}


.content .spirit__bottom-image {
  width: 100vw;
  height: 16vw;
  position: fixed;
  bottom: -3vw;
  left: 0;
  opacity: 0;
  transition: 0.3s;
  z-index: 1;
}
.content .spirit__bottom-image img {
  height: 16vw;
}
@media (max-width: 768px) {
  .content .spirit__bottom-image {
    height: 20.4vw;
    bottom: -5vw;
  }
  .content .spirit__bottom-image img {
    width: 218.4vw !important;
    height: 20.4vw;
  }
}
.content .spirit__bottom-image--show {
  opacity: 1;
}
.content .vision__lead {
  width: 461px;
  z-index: 10;
}
@media (max-width: 768px) {
  .content .vision__lead {
    width: 80.53vw;
    margin: 0 auto;
  }
}
.content .vision__bg {
  position: fixed;
  left: 50%;
  bottom: 5%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 87.4vw;
  height: 56.79vw;
  transition: 0.1s;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 768px) {
  .content .vision__bg {
    bottom: auto;
    top: 0;
    width: 100vw;
    height: 100%;
  }
}
.content .vision__bg--show {
  visibility: inherit;
  opacity: 1;
}
.content .vision__bg__image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.95);
          transform: translate(-50%, -50%) scale(0.95);
  z-index: 30;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
  transition-delay: 0.2s;
}
.content .vision__bg__image--show {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  visibility: inherit;
  opacity: 1;
}
.content .vision__bg__image--2 {
  transition-delay: 0.7s;
}
.content .vision__bg__image--3 {
  transition-delay: 1.2s;
}
.content .mission__lead {
  width: 412px;
}
@media (max-width: 768px) {
  .content .mission__lead {
    width: 81.07vw;
    margin: 0 auto;
  }
}
.content .value {
  height: 50vw;
  margin-bottom: 60vw;
}
@media (max-width: 768px) {
  .content .value {
    height: 150vh;
  }
}
.content .value__lead {
  width: 486px;
}
@media (max-width: 768px) {
  .content .value__lead {
    width: 92.8vw;
    margin: 0 auto;
  }
}

.loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  background: #0066b3;
}

/*-----------
[Header]
-----------*/
.header__logo {
  width: 108px;
  position: fixed;
  top: 19px;
  left: 18px;
  z-index: 1000;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .header__logo {
    width: 85px;
    top: 10px;
    left: 12px;
  }
}
.header__logo__image {
  position: absolute;
  left: 0;
  width: 100%;
  display: block;
}
.header__logo:hover {
  opacity: 0.7;
}
.header__mugendai-logo {
  justify-content: center;
  align-items: center;
  flex-direction: row;
  display: flex;
  width: 200px;
  height: 33px;
  position: fixed;
  right: 0;
  top: 15px;
  z-index: 1000;
  border: 2px solid #0359aa;
  border-right: 0;
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
  background: #fff;
}
@media (max-width: 768px) {
  .header__mugendai-logo {
    width: 141px;
    height: 31px;
    top: 8px;
  }
}
.header__mugendai-logo img {
  width: 160px;
}
@media (max-width: 768px) {
  .header__mugendai-logo img {
    width: 119px;
  }
}

/*-----------
[Footer]
-----------*/
.footer {
  padding: 200px 0 100px;
  background: #fff;
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  .footer {
    padding: 150px 0 20px;
  }
}
.footer__top {
  width: 86.8vw;
  border-top: 1px solid #0359aa;
  border-bottom: 1px solid #0359aa;
  padding: 60px 0;
  margin: 0 auto 90px;
}
@media (max-width: 768px) {
  .footer__top {
    padding: 40px 0;
    margin: 0 auto 56px;
  }
}
.footer__top img {
  width: 76.4vw;
  max-width: 978px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .footer__top img {
    width: 92.53vw;
    margin-left: -3vw;
  }
}
.footer__bottom img {
  width: 154px;
  display: block;
  margin: 0 auto 50px;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .footer__bottom img {
    width: 112px;
    margin-bottom: 42px;
  }
}
.footer__bottom img:hover {
  opacity: 0.7;
}
.footer__copy {
  font-size: 10px;
  text-align: center;
  line-height: 1.1;
  letter-spacing: 0;
  color: #000;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

/*-----------
[Other]
-----------*/
.js-caption, .js-lead, .js-sign, .js-text {
  visibility: visible;
  opacity: 0;
  transition: 0.4s;
  transition-delay: 0.3s;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.js-caption--show, .js-lead--show, .js-sign--show, .js-text--show {
  opacity: 1;
  visibility: inherit;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.js-nico-logo {
  opacity: 0;
  transition: 0.3s;
}
.js-nico-logo--show {
  opacity: 1;
}
.js-mvv-fade {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  -webkit-transform: translateY(5%);
          transform: translateY(5%);
}
.js-mvv-fade--show {
  opacity: 1;
  visibility: inherit;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.slick-slider div {
  transition: none;
}

.scroll-btn {
  position: fixed;
  right: 14px;
  bottom: 14px;
  z-index: 100;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.scroll-btn--show {
  opacity: 1;
  visibility: inherit;
}
.scroll-btn:hover {
  opacity: 0.8;
}

.scroll-down {
  width: 88px;
  height: 64px;
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 100;
}
.scroll-down__image {
  width: 100%;
}
.scroll-down__image--white {
  display: block;
}
.scroll-down__image--blue {
  display: none;
}
@media (max-width: 768px) {
  .scroll-down {
    height: 46px;
  }
}
.scroll-down__line {
  width: 1px;
  height: 42px;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: lineAnimation 3.2s linear infinite;
          animation: lineAnimation 3.2s linear infinite;
}
.scroll-down__line--blue {
  background: #0359aa;
}
@media (max-width: 768px) {
  .scroll-down__line {
    height: 24px;
    -webkit-animation: lineAnimationSP 3.2s linear infinite;
            animation: lineAnimationSP 3.2s linear infinite;
  }
}

@-webkit-keyframes lineAnimation {
  0% {
    height: 42px;
  }
  30% {
    height: 32px;
  }
  50% {
    height: 42px;
  }
  100% {
    height: 42px;
  }
}

@keyframes lineAnimation {
  0% {
    height: 42px;
  }
  30% {
    height: 32px;
  }
  50% {
    height: 42px;
  }
  100% {
    height: 42px;
  }
}
@-webkit-keyframes lineAnimationSP {
  0% {
    height: 24px;
  }
  30% {
    height: 15px;
  }
  50% {
    height: 24px;
  }
  100% {
    height: 24px;
  }
}
@keyframes lineAnimationSP {
  0% {
    height: 24px;
  }
  30% {
    height: 15px;
  }
  50% {
    height: 24px;
  }
  100% {
    height: 24px;
  }
}