@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 2 */
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type='checkbox'],
[type='radio'] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

@font-face {
  font-family: 'Sitka';
  src: url('../fonts/SitkaSmall-Bold.ttf');
}

@font-face {
  font-family: 'Chiaro';
  src: url('../fonts/ChiaroBold.otf');
}

html {
  font-size: 10px;
}

body {
  overflow-wrap: break-word;
}

a,
a:link,
a:visited,
a:active,
a:hover,
a:hover img {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:hover,
a:hover img,
.img_hover:hover {
  filter: alpha(opacity=80);
  -ms-filter: 'alpha(opacity=80)';
  opacity: 0.8;
}

a {
  color: #000;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  width: auto;
  height: auto;
}

div,
p {
  /*word-break: break-all;*/
}

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

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
nav,
picture {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

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

body,
td,
th,
input,
textarea {
  color: #000;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック',
    'MS PGothic', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}

* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

figure,
picture {
  line-height: 0;
}

picture {
  display: block;
}

html,
body {
  width: 100%;
  height: 100%;
}

button {
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

button:hover {
  opacity: 0.7;
}

@media screen and (min-width: 769px), print {
  a[href^='tel'] {
    pointer-events: none;
    text-decoration: none;
    cursor: default !important;
  }
  .show_sp {
    display: none !important;
  }
  .row {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  .row {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 769px), print {
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  body {
    background-image: url('../img/bg.webp'), url('../img/mvSakura.webp');
    -moz-background-size: 100% auto, 361px 314px;
    background-size: 100% auto, 361px 314px;
    background-position: 0 0, 0 88px;
    background-repeat: repeat, no-repeat;
    background-blend-mode: multiply;
  }
  body .container {
    overflow: hidden;
  }
  .header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background: -webkit-gradient(linear, left top, right top, from(#172a88), to(#00a29a));
    background: -webkit-linear-gradient(left, #172a88 0%, #00a29a 100%);
    background: -moz- oldlinear-gradient(left, #172a88 0%, #00a29a 100%);
    background: linear-gradient(90deg, #172a88 0%, #00a29a 100%);
  }
  .header__main {
    padding: 11px 8.20312%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header__main--top a {
    font-size: 25px;
    line-height: 34px;
    font-family: 'Sitka';
    color: #fff;
    font-weight: 700;
  }
  .header__main--nav ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header__main--nav ul li + li {
    margin-left: 40px;
  }
  .header__main--nav ul li a {
    font-size: 25px;
    line-height: 34px;
    font-family: 'Sitka';
    color: #fff;
    font-weight: 700;
  }
  .header__main--menu {
    display: none;
  }
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
  .header__main {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 769px), print {
  .mv {
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }
  .mv__main {
    padding-top: 176px;
    max-width: 1280px;
    width: 100%;
    margin: auto;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }
  .mv__main::after {
    content: '';
    clear: both;
    display: table;
  }
  .mv__main--logo {
    width: 42.03125%;
    float: left;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }
  .mv__main--logo::after {
    position: absolute;
    content: '';
    width: 154px;
    height: 108px;
    background: url('../img/mvHunter.webp') 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    opacity: 0.5;
    right: -16px;
    bottom: -30px;
  }
  .mv__main--logo img {
    width: 100%;
    height: auto;
  }
  .mv__main--cha {
    width: 52.73438%;
    float: right;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    margin-top: 50px;
    margin-left: -38px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  .mv__main--cha {
    margin-left: -68px;
  }
}

@media screen and (min-width: 769px), print {
  .mv__main--cha img {
    width: 80%;
    height: auto;
  }
  .mv__main--cha figcaption {
    position: absolute;
    bottom: 104px;
    right: 125px;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .mv__main--cha figcaption span {
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    color: #000;
  }
  .mv__main--cha figcaption em {
    font-style: normal;
    font-size: 29px;
    line-height: 25px;
    font-weight: 700;
    display: inline-block;
    margin-top: 2px;
  }
  .mv__main--vid {
    float: left;
    width: 440px;
    margin-top: 77px;
    margin-left: 60px;
  }
  .mv__main--vid .wrapVideo video {
    width: 100%;
    height: auto;
  }
  .mv__main--vid .wallet {
    margin-top: 45px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mv__main--vid .wallet article {
    width: 270px;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }
  .mv__main--vid .wallet article h3 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 23px;
    line-height: 25px;
    font-weight: 700;
    font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serif;
    color: #fff;
    background: #204b9e;
    height: 43px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  .mv__main--vid .wallet article p {
    font-size: 14.8px;
    line-height: 25px;
    font-weight: 500;
    color: #000;
    margin-top: 11px;
    padding-right: 22px;
  }
  .mv__main--vid .wallet article::after {
    position: absolute;
    content: '';
    width: 51px;
    height: 28px;
    background: url('../img/mvArrow.webp') 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    right: -20px;
    bottom: 13px;
  }
  .mv__main--vid .wallet figure,
  .mv__main--vid .wallet picture {
    width: 141px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    -webkit-filter: drop-shadow(7px 7px 10px rgba(35, 24, 21, 0.25));
    filter: drop-shadow(7px 7px 10px rgba(35, 24, 21, 0.25));
  }
  .mv__main--vid .download {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
  }
  .mv__main--vid .download li {
    line-height: 0;
  }
  .mv__main--vid .download li a {
    line-height: 0;
    display: inline-block;
  }
  .mv__main--vid .download li a img {
    height: 70px;
    width: auto;
  }
  .mv__main--vid .extra {
    margin-top: 18px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: 0.19em;
    color: #000;
  }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  .mv__main--vid {
    margin-left: 0;
  }
}

@media screen and (min-width: 769px), print {
  .mv__main--slogan {
    line-height: 0;
    position: absolute;
    width: 99px;
    right: 0;
    top: 158px;
  }
  .mv__main--slogan img {
    width: 100%;
    height: auto;
  }
  .introduction {
    margin-top: 87px;
  }
  .introduction__main h2 {
    text-align: center;
    line-height: 0;
  }
  .introduction__main h2 img {
    width: 661px;
  }
  .introduction__main .txt {
    text-align: center;
    font-size: 20px;
    line-height: 44px;
    font-weight: 400;
    margin-top: 43px;
  }
  .introduction__main .list article {
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }
  .introduction__main .list article h3 {
    color: #fff;
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(22, 43, 136, 0.01)),
      color-stop(12%, rgba(16, 75, 140, 0.28)),
      color-stop(24%, rgba(11, 101, 144, 0.5)),
      color-stop(36%, rgba(7, 123, 148, 0.68)),
      color-stop(49%, rgba(4, 140, 150, 0.82)),
      color-stop(63%, rgba(1, 152, 152, 0.92)),
      color-stop(79%, rgba(0, 159, 153, 0.98)),
      to(#00a29a)
    );
    background: -webkit-linear-gradient(
      left,
      rgba(22, 43, 136, 0.01) 0%,
      rgba(16, 75, 140, 0.28) 12%,
      rgba(11, 101, 144, 0.5) 24%,
      rgba(7, 123, 148, 0.68) 36%,
      rgba(4, 140, 150, 0.82) 49%,
      rgba(1, 152, 152, 0.92) 63%,
      rgba(0, 159, 153, 0.98) 79%,
      #00a29a 100%
    );
    background: -moz-
      oldlinear-gradient(
        left,
        rgba(22, 43, 136, 0.01) 0%,
        rgba(16, 75, 140, 0.28) 12%,
        rgba(11, 101, 144, 0.5) 24%,
        rgba(7, 123, 148, 0.68) 36%,
        rgba(4, 140, 150, 0.82) 49%,
        rgba(1, 152, 152, 0.92) 63%,
        rgba(0, 159, 153, 0.98) 79%,
        #00a29a 100%
      );
    background: linear-gradient(
      90deg,
      rgba(22, 43, 136, 0.01) 0%,
      rgba(16, 75, 140, 0.28) 12%,
      rgba(11, 101, 144, 0.5) 24%,
      rgba(7, 123, 148, 0.68) 36%,
      rgba(4, 140, 150, 0.82) 49%,
      rgba(1, 152, 152, 0.92) 63%,
      rgba(0, 159, 153, 0.98) 79%,
      #00a29a 100%
    );
    padding: 25px;
  }
  .introduction__main .list article p {
    font-size: 35px;
    line-height: 60px;
    font-weight: 500;
    color: #000;
    margin-top: 37px;
  }
  .introduction__main .list article .pos {
    position: absolute;
    z-index: 1;
  }
  .introduction__main .list article .arMain {
    position: relative;
    z-index: 2;
  }
  .introduction__main .list article.fantasy {
    margin-top: 71px;
    height: 570px;
    z-index: 2;
  }
  .introduction__main .list article.fantasy .pos {
    width: 62.57812%;
    height: 100%;
  }
  .introduction__main .list article.fantasy .pos img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.58;
  }
  .introduction__main .list article.fantasy .pos::before {
    position: absolute;
    content: '';
    width: 325px;
    height: 100%;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(19.32%, rgba(243, 242, 242, 0)),
      color-stop(76.81%, #f3f2f2)
    );
    background: -webkit-linear-gradient(left, rgba(243, 242, 242, 0) 19.32%, #f3f2f2 76.81%);
    background: -moz- oldlinear-gradient(left, rgba(243, 242, 242, 0) 19.32%, #f3f2f2 76.81%);
    background: linear-gradient(90deg, rgba(243, 242, 242, 0) 19.32%, #f3f2f2 76.81%);
    right: 0;
    top: 0;
    z-index: 1;
  }
  .introduction__main .list article.fantasy .pos::after {
    position: absolute;
    content: '';
    width: 116px;
    height: 162px;
    background: url('../img/introSub01.webp') 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    -webkit-transform: rotate(-21.53deg);
    -moz-transform: rotate(-21.53deg);
    -ms-transform: rotate(-21.53deg);
    transform: rotate(-21.53deg);
    right: 0;
    bottom: 0;
    margin-bottom: -8px;
    z-index: 2;
  }
  .introduction__main .list article.fantasy .arMain {
    width: 88.125%;
    margin-left: auto;
    padding-top: 48px;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }
  .introduction__main .list article.fantasy .arMain h3 {
    text-align: right;
  }
  .introduction__main .list article.fantasy .arMain p {
    padding-left: 42.28723%;
    margin-top: 37px;
  }
  .introduction__main .list article.fantasy .arMain::before {
    position: absolute;
    content: '';
    width: 306px;
    height: 660px;
    background: url('../img/introCha01.webp') 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    left: -28px;
    top: -129px;
  }
  .introduction__main .list article.virtual {
    margin-top: -205px;
    z-index: 1;
    height: 765px;
  }
  .introduction__main .list article.virtual .pos {
    width: 61.71875%;
    height: 100%;
    right: 0;
    top: 0;
  }
  .introduction__main .list article.virtual .pos img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .introduction__main .list article.virtual .pos::after {
    position: absolute;
    content: '';
    width: 99.67px;
    height: 138.7px;
    background: url('../img/introSub02.webp') 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    -webkit-transform: rotate(19.61deg);
    -moz-transform: rotate(19.61deg);
    -ms-transform: rotate(19.61deg);
    transform: rotate(19.61deg);
    right: 7.02555%;
    bottom: 222px;
  }
  .introduction__main .list article.virtual .arMain {
    width: 85.625%;
    margin-right: auto;
    padding-top: 270px;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }
  .introduction__main .list article.virtual .arMain h3 {
    text-align: left;
    padding-left: 11.86131%;
    background: -webkit-gradient(
      linear,
      right top,
      left top,
      from(rgba(22, 43, 136, 0.01)),
      color-stop(12%, rgba(16, 75, 140, 0.28)),
      color-stop(24%, rgba(11, 101, 144, 0.5)),
      color-stop(36%, rgba(7, 123, 148, 0.68)),
      color-stop(49%, rgba(4, 140, 150, 0.82)),
      color-stop(63%, rgba(1, 152, 152, 0.92)),
      color-stop(79%, rgba(0, 159, 153, 0.98)),
      to(#00a29a)
    );
    background: -webkit-linear-gradient(
      right,
      rgba(22, 43, 136, 0.01) 0%,
      rgba(16, 75, 140, 0.28) 12%,
      rgba(11, 101, 144, 0.5) 24%,
      rgba(7, 123, 148, 0.68) 36%,
      rgba(4, 140, 150, 0.82) 49%,
      rgba(1, 152, 152, 0.92) 63%,
      rgba(0, 159, 153, 0.98) 79%,
      #00a29a 100%
    );
    background: -moz-
      oldlinear-gradient(
        right,
        rgba(22, 43, 136, 0.01) 0%,
        rgba(16, 75, 140, 0.28) 12%,
        rgba(11, 101, 144, 0.5) 24%,
        rgba(7, 123, 148, 0.68) 36%,
        rgba(4, 140, 150, 0.82) 49%,
        rgba(1, 152, 152, 0.92) 63%,
        rgba(0, 159, 153, 0.98) 79%,
        #00a29a 100%
      );
    background: linear-gradient(
      -90deg,
      rgba(22, 43, 136, 0.01) 0%,
      rgba(16, 75, 140, 0.28) 12%,
      rgba(11, 101, 144, 0.5) 24%,
      rgba(7, 123, 148, 0.68) 36%,
      rgba(4, 140, 150, 0.82) 49%,
      rgba(1, 152, 152, 0.92) 63%,
      rgba(0, 159, 153, 0.98) 79%,
      #00a29a 100%
    );
  }
  .introduction__main .list article.virtual .arMain p {
    padding-left: 11.86131%;
    margin-top: 37px;
  }
  .introduction__main .list article.virtual .arMain::before {
    position: absolute;
    content: '';
    width: 303px;
    height: 729px;
    background: url('../img/introCha02.webp') 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    right: 0;
    top: 0;
  }
  .how {
    margin-top: 68px;
  }
  .how__main h2 {
    text-align: center;
    line-height: 0;
  }
  .how__main h2 img {
    width: 657px;
  }
  .how__main--step {
    max-width: 810px;
    width: 100%;
    margin: 85px auto 0;
  }
  .how__main--step article {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .how__main--step article figure,
  .how__main--step article picture {
    width: 277px;
    -moz-box-shadow: 7px 7px 10px rgba(35, 24, 21, 0.24);
    box-shadow: 7px 7px 10px rgba(35, 24, 21, 0.24);
  }
  .how__main--step article figure img,
  .how__main--step article picture img {
    width: 100%;
    height: auto;
  }
  .how__main--step article .ar {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }
  .how__main--step article .ar::before {
    position: absolute;
    content: '';
    bottom: 0;
  }
  .how__main--step article .ar h3 {
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    font-size: 25px;
    line-height: 33px;
    font-family: 'Chiaro';
    font-weight: 700;
    color: #000;
    padding: 0 0 0 48px;
  }
  .how__main--step article .ar h3 span {
    display: block;
    font-size: 45px;
    line-height: 1;
  }
  .how__main--step article .ar h3::before {
    position: absolute;
    content: '';
    width: 21px;
    height: 79px;
    left: 0;
    top: 0;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(9.36%, #172a88),
      color-stop(41.64%, #00a29a)
    );
    background: -webkit-linear-gradient(top, #172a88 9.36%, #00a29a 41.64%);
    background: -moz- oldlinear-gradient(top, #172a88 9.36%, #00a29a 41.64%);
    background: linear-gradient(180deg, #172a88 9.36%, #00a29a 41.64%);
  }
  .how__main--step article .ar .txt {
    font-size: 20px;
    line-height: 47px;
    font-weight: 500;
    margin-top: 27px;
  }
  .how__main--step article .ar ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 70px -5px -5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .how__main--step article .ar ul li {
    line-height: 0;
    margin: 5px;
  }
  .how__main--step article .ar ul li a {
    line-height: 0;
    display: inline-block;
  }
  .how__main--step article .ar ul li a img {
    height: 52px;
  }
  .how__main--step article .ar .note {
    font-size: 36px;
    line-height: 47px;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-top: 28px;
  }
  .how__main--step article + article {
    margin-top: 88px;
  }
  .how__main--step article:nth-of-type(1) figure,
  .how__main--step article:nth-of-type(1) picture {
    margin-right: 61px;
  }
  .how__main--step article:nth-of-type(1) .ar::before {
    width: 157.15px;
    height: 352.02px;
    background: url('../img/howNum01.webp') 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    right: 0;
  }
  .how__main--step article:nth-of-type(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .how__main--step article:nth-of-type(2) figure,
  .how__main--step article:nth-of-type(2) picture {
    margin-left: 61px;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }
  .how__main--step article:nth-of-type(2) figure figcaption,
  .how__main--step article:nth-of-type(2) picture figcaption {
    position: absolute;
    -webkit-transform: rotate(19.56deg);
    -moz-transform: rotate(19.56deg);
    -ms-transform: rotate(19.56deg);
    transform: rotate(19.56deg);
    width: 144.47px;
    top: 51px;
    right: -129px;
  }
  .how__main--step article:nth-of-type(2) .ar::before {
    width: 195px;
    height: 310px;
    background: url('../img/howNum02.webp') 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    left: 0;
  }
  .how__main--step article:nth-of-type(3) figure,
  .how__main--step article:nth-of-type(3) picture {
    margin-right: 61px;
  }
  .how__main--step article:nth-of-type(3) .ar::before {
    width: 191px;
    height: 310px;
    background: url('../img/howNum03.webp') 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    right: 0;
  }
  .how__main--start {
    margin-top: 116px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .how__main--start::before {
    content: '';
    width: 297.05px;
    height: 297.36px;
    background: url('../img/howLeft.webp') 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
  }
  .how__main--start--inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .how__main--start--inner h4 {
    font-size: 48px;
    line-height: 52px;
    font-weight: 700;
    color: #000;
    letter-spacing: 0.08em;
  }
  .how__main--start--inner h4 small {
    font-size: 35px;
    font-weight: 500;
    line-height: 52px;
  }
  .how__main--start--inner h4 span {
    font-size: 35px;
    font-weight: 500;
    line-height: 52px;
    letter-spacing: 0;
  }
  .how__main--start--inner a {
    line-height: 0;
    width: 569px;
  }
  .how__main--start--inner a img {
    width: 100%;
    height: auto;
  }
  .how__main--start::after {
    content: '';
    width: 268.31px;
    height: 302.75px;
    background: url('../img/howRight.webp') 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
  }
  .movie {
    margin-top: 149px;
  }
  .movie__main h2 {
    text-align: center;
    line-height: 0;
  }
  .movie__main h2 img {
    height: 76px;
    width: auto;
  }
  .movie__main .txt {
    text-align: center;
    font-size: 25px;
    line-height: 45px;
    font-weight: 700;
    color: #000;
    margin-top: 38px;
  }
  .movie__main--ytb {
    max-width: 981px;
    width: 100%;
    margin: 115px auto 0;
  }
  .movie__main--ytb h3 {
    font-size: 50px;
    line-height: 45px;
    font-weight: 700;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    padding: 0 0 0 203px;
  }
  .movie__main--ytb h3::before {
    position: absolute;
    content: '';
    width: 177px;
    height: 61.5px;
    background: url('../img/logoYoutube.webp') 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    left: 0;
    top: -7px;
    -webkit-filter: drop-shadow(6px 9px 16.5px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(6px 9px 16.5px rgba(0, 0, 0, 0.25));
  }
  .movie__main--ytb .wrap {
    position: relative;
    margin-top: 33px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
  }
  .movie__main--ytb .wrap img {
    width: 100%;
    height: 529px;
    object-fit: cover;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .movie__main--ytb .wrap iframe {
    width: 100%;
    height: 529px;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .movie__main--ytb .wrap .play {
    position: absolute;
    line-height: 0;
    width: 79px;
    height: 79px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    bottom: 23px;
    right: 110px;
  }
  .movie__main--ytb .wrap .play img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .movie__main--ytb .wrap.show img {
    visibility: hidden;
    opacity: 0;
  }
  .movie__main--ytb .wrap.show iframe {
    visibility: visible;
    opacity: 1;
  }
  .story {
    margin-top: 202px;
  }
  .story__main h2 {
    text-align: center;
    line-height: 0;
  }
  .story__main h2 img {
    width: 407px;
  }
  .story__main .intro {
    text-align: center;
    font-size: 100px;
    line-height: 60px;
    font-family: 'Chiaro';
    font-weight: 700;
    margin-top: 161px;
  }
  .story__main--list {
    margin-top: 42px;
    background: url('../img/storyBg.webp') 0 0 no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    padding: 50px 15px;
  }
  .story__main--list ul {
    max-width: 953px;
    width: 100%;
    margin: auto;
  }
  .story__main--list ul li {
    width: 601px;
    height: 313px;
    background: url('../img/storyFrame.webp') 0 0 no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    text-align: center;
    font-size: 25px;
    line-height: 35px;
    font-family: 'Chiaro';
    font-weight: 700;
    color: #fff;
    padding-left: 90px;
    padding-right: 90px;
    letter-spacing: 0.08em;
  }
  .story__main--list ul li:nth-of-type(1) {
    padding-top: 106px;
  }
  .story__main--list ul li:nth-of-type(2) {
    padding-top: 92px;
    margin-left: auto;
    margin-top: 38px;
  }
  .story__main--list ul li:nth-of-type(3) {
    margin-top: 38px;
    padding-top: 78px;
  }
  .character {
    margin-top: 143px;
  }
  .character__main h2 {
    text-align: center;
    line-height: 0;
  }
  .character__main h2 img {
    width: 770px;
  }
  .character__main .intro {
    margin-top: 27px;
    text-align: center;
    font-size: 25px;
    line-height: 31px;
    font-weight: 700;
  }
  .character__main .list article {
    max-width: 1055px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }
  .character__main .list article .caution {
    font-size: 33px;
    line-height: 60px;
    font-weight: 700;
    font-family: 'Chiaro';
    color: #fff;
  }
  .character__main .list article .title {
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    padding: 0 0 5px;
    margin-top: 31px;
  }
  .character__main .list article .title::after {
    position: absolute;
    content: '';
    width: 408px;
    height: 5px;
    background: #000;
    left: 0;
    bottom: 0;
  }
  .character__main .list article .title h3 {
    font-size: 63px;
    line-height: 25px;
    font-weight: 700;
    color: #000;
    font-family: 'Chiaro';
  }
  .character__main .list article .title span {
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    font-family: 'Chiaro';
    color: #000;
    display: inline-block;
    margin-top: 29px;
  }
  .character__main .list article .txt {
    font-size: 18px;
    line-height: 31px;
    font-weight: 700;
    color: #000;
    margin-top: 14px;
  }
  .character__main .list article .social {
    margin-top: 17px;
  }
  .character__main .list article .social ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: -8px;
  }
  .character__main .list article .social ul li {
    line-height: 0;
    margin: 8px;
  }
  .character__main .list article .social ul li a {
    line-height: 0;
  }
  .character__main .list article .social ul li a img {
    height: 61.5px;
    width: auto;
    -webkit-filter: drop-shadow(6px 9px 16.5px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(6px 9px 16.5px rgba(0, 0, 0, 0.25));
  }
  .character__main .list article .voiceList {
    width: 127px;
  }
  .character__main .list article .voiceList ul {
    width: 100%;
  }
  .character__main .list article .voiceList ul li {
    width: 127px;
    height: 127px;
    background: #fff;
    -moz-border-radius: 16px;
    border-radius: 16px;
    -moz-box-shadow: 6px 9px 16.5px rgba(0, 0, 0, 0.25);
    box-shadow: 6px 9px 16.5px rgba(0, 0, 0, 0.25);
  }
  .character__main .list article .voiceList ul li + li {
    margin-top: 35px;
  }

  .voiceList.oda ul li:nth-child(2) img {
    transform: scale(1.3); /* 1.1倍に拡大 */
  }

  .character__main .list article .voiceList .btnVoice {
    width: 91px;
    margin: 37px auto 0;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }
  .character__main .list article .voiceList .btnVoice audio {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
  }
  .character__main .list article .voiceList .btnVoice a {
    line-height: 0;
    width: 100%;
    height: 108px;
    text-indent: -9999px;
    overflow: hidden;
    background: url('../img/voice.webp') 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    display: block;
  }
  .character__main .list article .charac {
    position: absolute;
    cursor: pointer;
  }
  .character__main .list article.oda {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    margin-top: 77px;
  }
  .character__main .list article.oda::before {
    position: absolute;
    content: '';
    width: 950px;
    height: 989px;
    background: url('../img/chacBg01.webp') 0 0 no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    top: 0;
    left: -95px;
    z-index: -1;
  }
  .character__main .list article.oda .arMain {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 471px;
  }
  .character__main .list article.oda .arMain .caution {
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }
  .character__main .list article.oda .arMain .caution::before {
    position: absolute;
    content: '';
    width: 1124px;
    height: 61px;
    background: url('../img/characBgTitle.webp') 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    right: 0;
    top: 0;
    z-index: -1;
  }
  .character__main .list article.oda .arMain .caution::after {
    position: absolute;
    content: '';
    width: 500%;
    height: 100%;
    background: #8a294d;
    top: 0;
    right: 100%;
  }
  .character__main .list article.oda .voiceList {
    padding-top: 256px;
  }
  .character__main .list article.oda .charac {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 469px;
    height: 793px;
    background: url('../img/cha01.webp') center right no-repeat;
    -moz-background-size: 304px auto;
    background-size: 304px auto;
    right: 153px;
  }
  .character__main .list article.oda .charac.selected {
    background: url('../img/cha01sub.webp') 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
  }
  .character__main .list article.hiyori {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }
  .character__main .list article.hiyori::before {
    position: absolute;
    content: '';
    width: 766px;
    height: 775px;
    background: url('../img/chaBg02.webp') 0 0 no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    top: 0;
    right: -77px;
    z-index: -1;
  }
  .character__main .list article.hiyori .arMain {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 445px;
    padding-top: 398px;
  }
  .character__main .list article.hiyori .arMain .caution {
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }
  .character__main .list article.hiyori .arMain .caution::before {
    position: absolute;
    content: '';
    width: 1150px;
    height: 62px;
    background: url('../img/characBgTitle02.webp') 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    left: -568px;
    top: 0;
    z-index: -1;
  }
  .character__main .list article.hiyori .arMain .caution::after {
    position: absolute;
    content: '';
    width: 500%;
    height: 100%;
    background: #369c4b;
    top: 0;
    left: 100%;
  }
  .character__main .list article.hiyori .voiceList {
    padding-top: 184px;
  }
  .character__main .list article.hiyori .charac {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 386px;
    height: 738.5px;
    background: url('../img/cha02.webp') center left no-repeat;
    -moz-background-size: 286px auto;
    background-size: 286px auto;
    left: 194px;
  }
  .character__main .list article.hiyori .charac.selected {
    background: url('../img/cha02sub.webp') 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: 26vw auto;
  }
  .next {
    margin-top: 216px;
  }
  .next__main h2 {
    text-align: center;
    line-height: 0;
  }
  .next__main h2 img {
    width: 873px;
  }
  .next__main--inner {
    max-width: 1000px;
    width: 100%;
    margin: 80px auto 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .next__main--inner .left {
    width: 464px;
  }
  .next__main--inner .left h3 {
    font-size: 45px;
    line-height: 60px;
    font-family: 'Chiaro';
    color: #000;
    font-weight: 700;
  }
  .next__main--inner .left article {
    margin-top: 121px;
  }
  .next__main--inner .left article .title {
    font-family: 'Chiaro';
    font-weight: 700;
    padding-bottom: 12px;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }
  .next__main--inner .left article .title::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 5px;
    background: #000;
    left: 0;
    bottom: 0;
  }
  .next__main--inner .left article .title h4 {
    font-size: 63px;
    line-height: 25px;
    margin-bottom: 29px;
  }
  .next__main--inner .left article .title span {
    font-size: 18px;
    line-height: 25px;
  }
  .next__main--inner .left article .txt {
    font-size: 18px;
    line-height: 31px;
    font-weight: 700;
    color: #000;
    margin-top: 14px;
  }
  .next__main--inner .left article .social {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 25px -8px -8px;
  }
  .next__main--inner .left article .social li {
    line-height: 0;
    margin: 8px;
  }
  .next__main--inner .left article .social li a {
    line-height: 0;
  }
  .next__main--inner .left article .social li a img {
    height: 61.5px;
    width: auto;
    -webkit-filter: drop-shadow(6px 9px 16.5px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(6px 9px 16.5px rgba(0, 0, 0, 0.25));
  }
  .next__main--inner .right {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }
  .next__main--inner .right::after {
    position: absolute;
    content: '';
    width: 315px;
    height: 296.5px;
    background: url('../img/nextImg01sub.webp') 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    right: -114px;
    bottom: 0;
  }
  .collect {
    background: -webkit-gradient(linear, right top, left top, color-stop(21.02%, #172a88), color-stop(62.3%, #00a29a));
    background: -webkit-linear-gradient(right, #172a88 21.02%, #00a29a 62.3%);
    background: -moz- oldlinear-gradient(right, #172a88 21.02%, #00a29a 62.3%);
    background: linear-gradient(270deg, #172a88 21.02%, #00a29a 62.3%);
    padding: 38px;
    text-align: center;
    font-size: 65px;
    line-height: 60px;
    font-weight: 700;
    font-family: 'Chiaro';
    color: #fff;
    margin-top: 150px;
  }
  .collect small {
    font-size: 40px;
    line-height: 60px;
    display: block;
  }
  .movie.movie2 {
    margin-top: 111px;
  }
  .movie__main--tiktok {
    max-width: 981px;
    width: 100%;
    margin: 128px auto 0;
  }
  .movie__main--tiktok h3 {
    font-size: 50px;
    line-height: 45px;
    font-weight: 700;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    padding: 0 0 0 81px;
  }
  .movie__main--tiktok h3::before {
    position: absolute;
    content: '';
    width: 60px;
    height: 60px;
    background: url('../img/logoTiktok.webp') 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    left: 0;
    top: -7px;
    -webkit-filter: drop-shadow(6px 9px 16.5px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(6px 9px 16.5px rgba(0, 0, 0, 0.25));
  }
  .movie__main--tiktok .list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px -11.5px -11.5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .movie__main--tiktok .list li {
    width: 311px;
    height: 598px;
    margin: 11.5px;
    background: #000;
  }
}

@media screen and (min-width: 769px) and (max-width: 981px) {
  .movie__main--tiktok .list {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (min-width: 769px), print {
  .movie__main--wallet {
    max-width: 1031px;
    width: 100%;
    margin: 19px auto 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .movie__main--wallet .left {
    margin: 25px;
    width: 440px;
  }
  .movie__main--wallet .left .wallet {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .movie__main--wallet .left .wallet article {
    width: 270px;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }
  .movie__main--wallet .left .wallet article h3 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 23px;
    line-height: 25px;
    font-weight: 700;
    font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serif;
    color: #fff;
    background: #204b9e;
    height: 43px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  .movie__main--wallet .left .wallet article p {
    font-size: 14.8px;
    line-height: 25px;
    font-weight: 500;
    color: #000;
    margin-top: 11px;
    padding-right: 22px;
  }
  .movie__main--wallet .left .wallet article::after {
    position: absolute;
    content: '';
    width: 51px;
    height: 28px;
    background: url('../img/mvArrow.webp') 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    right: -20px;
    bottom: 13px;
  }
  .movie__main--wallet .left .wallet figure,
  .movie__main--wallet .left .wallet picture {
    width: 141px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    -webkit-filter: drop-shadow(7px 7px 10px rgba(35, 24, 21, 0.25));
    filter: drop-shadow(7px 7px 10px rgba(35, 24, 21, 0.25));
  }
  .movie__main--wallet .left .download {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
  }
  .movie__main--wallet .left .download li {
    line-height: 0;
  }
  .movie__main--wallet .left .download li a {
    line-height: 0;
    display: inline-block;
  }
  .movie__main--wallet .left .download li a img {
    height: 70px;
    width: auto;
  }
  .movie__main--wallet .right {
    width: 490px;
    margin: 25px;
  }
  .movie__main--wallet .right h4 {
    text-align: center;
    font-size: 41px;
    line-height: 52px;
    font-weight: 500;
    color: #000;
  }
  .movie__main--wallet .right a {
    display: block;
    width: 100%;
    line-height: 0;
    margin-top: 16px;
  }
  .movie__main--wallet .right a img {
    width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 769px) and (max-width: 1031px) {
  .movie__main--wallet {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (min-width: 769px), print {
  /* .footer {
    margin-top: 77px;
    height: 139px;
    background: -webkit-gradient(linear, left top, right top, from(#172a88), to(#00a29a));
    background: -webkit-linear-gradient(left, #172a88 0%, #00a29a 100%);
    background: -moz- oldlinear-gradient(left, #172a88 0%, #00a29a 100%);
    background: linear-gradient(90deg, #172a88 0%, #00a29a 100%);
  } */
  .footer .fixTwitter {
    position: fixed;
    right: 0;
    bottom: 20px;
    width: 116px;
    line-height: 0;
  }
  .footer .fixTwitter img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
  body {
    background-image: url('../img/bg.webp'), url('../img/mvSakura.webp');
    -moz-background-size: 100% auto, 43.93204vw 38.1068vw;
    background-size: 100% auto, 43.93204vw 38.1068vw;
    background-position: 0 0, 0 18.20388vw;
    background-repeat: repeat, no-repeat;
    background-blend-mode: multiply;
  }
  .container {
    overflow: hidden;
  }
  .show_pc {
    display: none !important;
  }
  .row {
    padding-left: 3.64078vw;
    padding-right: 3.64078vw;
  }
  .header {
    position: fixed;
    width: 100%;
    top: 0vw;
    left: 0;
    z-index: 99;
  }
  .header__main {
    padding: 4.61165vw 3.39806vw 0 5.82524vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header__main--top a {
    font-size: 4.36893vw;
    line-height: 5.58252vw;
    font-family: 'Sitka';
    color: #fff;
    font-weight: 700;
    width: 15.7767vw;
    height: 8.25243vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-border-radius: 12.13592vw;
    border-radius: 12.13592vw;
    background: -webkit-gradient(linear, left top, right top, from(#172a88), to(#00a29a));
    background: -webkit-linear-gradient(left, #172a88 0%, #00a29a 100%);
    background: -moz- oldlinear-gradient(left, #172a88 0%, #00a29a 100%);
    background: linear-gradient(90deg, #172a88 0%, #00a29a 100%);
  }
  .header__main--nav {
    position: absolute;
    width: 100%;
    height: 0;
    overflow: auto;
    left: 0;
    top: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: -webkit-gradient(linear, left top, right top, from(#172a88), to(#00a29a));
    background: -webkit-linear-gradient(left, #172a88 0%, #00a29a 100%);
    background: -moz- oldlinear-gradient(left, #172a88 0%, #00a29a 100%);
    background: linear-gradient(90deg, #172a88 0%, #00a29a 100%);
  }
  .header__main--nav ul {
    padding-top: 24.27184vw;
  }
  .header__main--nav ul li {
    text-align: center;
  }
  .header__main--nav ul li + li {
    margin-top: 12.13592vw;
  }
  .header__main--nav ul li a {
    font-size: 6.79612vw;
    line-height: 11.65049vw;
    font-family: 'Sitka';
    color: #fff;
    font-weight: 700;
  }
  .header__main--menu {
    width: 12.62136vw;
    height: 8.25243vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 0;
    position: relative;
    z-index: 19;
  }
  .header__main--menu.active .menu_icon_in .menu-trigger span {
    background: -webkit-gradient(linear, left top, right top, from(#172a88), to(#00a29a));
    background: -webkit-linear-gradient(left, #172a88 0%, #00a29a 100%);
    background: -moz- oldlinear-gradient(left, #172a88 0%, #00a29a 100%);
    background: linear-gradient(90deg, #172a88 0%, #00a29a 100%);
  }
  .header__main--menu.active .menu_icon_in .menu-trigger span:nth-of-type(1) {
    top: 50%;
    background: -webkit-gradient(linear, left top, right top, from(#172a88), to(#00a29a));
    background: -webkit-linear-gradient(left, #172a88 0%, #00a29a 100%);
    background: -moz- oldlinear-gradient(left, #172a88 0%, #00a29a 100%);
    background: linear-gradient(90deg, #172a88 0%, #00a29a 100%);
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -moz-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    -webkit-transition: top 0.3s, -webkit-transform 0.3s ease 0.3s;
    transition: top 0.3s, -webkit-transform 0.3s ease 0.3s;
    -moz-transition: top 0.3s, transform 0.3s ease 0.3s, -moz-transform 0.3s ease 0.3s;
    transition: top 0.3s, transform 0.3s ease 0.3s;
    transition: top 0.3s, transform 0.3s ease 0.3s, -webkit-transform 0.3s ease 0.3s, -moz-transform 0.3s ease 0.3s;
  }
  .header__main--menu.active .menu_icon_in .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .header__main--menu.active .menu_icon_in .menu-trigger span:nth-of-type(3) {
    top: 50%;
    background: -webkit-gradient(linear, left top, right top, from(#172a88), to(#00a29a));
    background: -webkit-linear-gradient(left, #172a88 0%, #00a29a 100%);
    background: -moz- oldlinear-gradient(left, #172a88 0%, #00a29a 100%);
    background: linear-gradient(90deg, #172a88 0%, #00a29a 100%);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    -webkit-transition: top 0.3s, -webkit-transform 0.3s ease 0.3s;
    transition: top 0.3s, -webkit-transform 0.3s ease 0.3s;
    -moz-transition: top 0.3s, transform 0.3s ease 0.3s, -moz-transform 0.3s ease 0.3s;
    transition: top 0.3s, transform 0.3s ease 0.3s;
    transition: top 0.3s, transform 0.3s ease 0.3s, -webkit-transform 0.3s ease 0.3s, -moz-transform 0.3s ease 0.3s;
  }
  .header__main--menu .menu_icon_in {
    width: 12.62136vw;
    height: 8.25243vw;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header__main--menu .menu_icon_in .menu-trigger,
  .header__main--menu .menu_icon_in .menu-trigger span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .header__main--menu .menu_icon_in .menu-trigger {
    position: relative;
    width: 12.62136vw;
    height: 8.25243vw;
  }
  .header__main--menu .menu_icon_in .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1.21359vw;
    background: -webkit-gradient(linear, left top, right top, from(#172a88), to(#00a29a));
    background: -webkit-linear-gradient(left, #172a88 0%, #00a29a 100%);
    background: -moz- oldlinear-gradient(left, #172a88 0%, #00a29a 100%);
    background: linear-gradient(90deg, #172a88 0%, #00a29a 100%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  .header__main--menu .menu_icon_in .menu-trigger span:nth-of-type(1) {
    top: 0;
    -webkit-transition: top 0.3s ease 0.3s, -webkit-transform 0.3s ease;
    transition: top 0.3s ease 0.3s, -webkit-transform 0.3s ease;
    -moz-transition: transform 0.3s ease, top 0.3s ease 0.3s, -moz-transform 0.3s ease;
    transition: transform 0.3s ease, top 0.3s ease 0.3s;
    transition: transform 0.3s ease, top 0.3s ease 0.3s, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
  }
  .header__main--menu .menu_icon_in .menu-trigger span:nth-of-type(2) {
    top: -webkit-calc(50% - 0.6068vw);
    top: -moz-calc(50% - 0.6068vw);
    top: calc(50% - 0.6068vw);
  }
  .header__main--menu .menu_icon_in .menu-trigger span:nth-of-type(3) {
    top: -webkit-calc(100% - 1.21359vw);
    top: -moz-calc(100% - 1.21359vw);
    top: calc(100% - 1.21359vw);
    -webkit-transition: top 0.3s ease 0.3s, -webkit-transform 0.3s ease;
    transition: top 0.3s ease 0.3s, -webkit-transform 0.3s ease;
    -moz-transition: transform 0.3s ease, top 0.3s ease 0.3s, -moz-transform 0.3s ease;
    transition: transform 0.3s ease, top 0.3s ease 0.3s;
    transition: transform 0.3s ease, top 0.3s ease 0.3s, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
  }
  .mv {
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }
  .mv__main {
    padding-top: 13.59223vw;
    width: 100%;
    margin: auto;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mv__main--logo {
    width: 50.72816vw;
    float: left;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }
  .mv__main--logo img {
    width: 100%;
    height: auto;
  }
  .mv__main--cha {
    width: 126.21359vw;
    float: right;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    margin-right: -23.30097vw;
  }
  .mv__main--cha img {
    width: 100%;
    height: auto;
  }
  .mv__main--cha figcaption {
    position: absolute;
    top: 109.70874vw;
    left: 4.85437vw;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .mv__main--cha figcaption span {
    font-size: 3.15534vw;
    line-height: 6.06796vw;
    font-weight: 500;
    color: #000;
  }
  .mv__main--cha figcaption em {
    font-style: normal;
    font-size: 5.33981vw;
    line-height: 6.06796vw;
    font-weight: 700;
    display: inline-block;
  }
  .mv__main--vid {
    width: 90.53398vw;
    margin-top: -78.64078vw;
    position: relative;
    z-index: 2;
  }
  .mv__main--vid .wrapVideo video {
    width: 100%;
    height: auto;
  }
  .mv__main--vid .wallet {
    margin-top: 8.73786vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 81.31068vw;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .mv__main--vid .wallet article {
    width: 49.75728vw;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }
  .mv__main--vid .wallet article h3 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 4.36893vw;
    line-height: 7.76699vw;
    font-weight: 700;
    font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serif;
    color: #fff;
    background: #204b9e;
    height: 7.76699vw;
    -moz-border-radius: 2.42718vw;
    border-radius: 2.42718vw;
  }
  .mv__main--vid .wallet article p {
    font-size: 2.42718vw;
    line-height: 6.06796vw;
    font-weight: 500;
    color: #000;
    margin-top: 1.94175vw;
    padding-right: 5.33981vw;
  }
  .mv__main--vid .wallet article::after {
    position: absolute;
    content: '';
    width: 9.42476vw;
    height: 5.17476vw;
    background: url('../img/mvArrow.webp') 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    right: -4.24757vw;
    bottom: 2.18447vw;
  }
  .mv__main--vid .wallet figure,
  .mv__main--vid .wallet picture {
    width: 25.97087vw;
    -moz-border-radius: 4.36893vw;
    border-radius: 4.36893vw;
    -webkit-filter: drop-shadow(1.69903vw 1.69903vw 2.42718vw rgba(35, 24, 21, 0.25));
    filter: drop-shadow(1.69903vw 1.69903vw 2.42718vw rgba(35, 24, 21, 0.25));
  }
  .mv__main--vid .download {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 11.16505vw;
    max-width: 81.31068vw;
    margin-left: auto;
    margin-right: auto;
  }
  .mv__main--vid .download li {
    line-height: 0;
  }
  .mv__main--vid .download li a {
    line-height: 0;
    display: inline-block;
  }
  .mv__main--vid .download li a img {
    height: 12.86408vw;
    width: auto;
  }
  .mv__main--vid .extra {
    margin-top: 3.15534vw;
    max-width: 81.31068vw;
    margin-left: auto;
    margin-right: auto;
    font-size: 3.64078vw;
    line-height: 6.79612vw;
    font-weight: 500;
    letter-spacing: 0.19em;
    color: #000;
  }
  .mv__main--slogan {
    line-height: 0;
    position: absolute;
    width: 11.8932vw;
    right: 3.39806vw;
    top: 22.57282vw;
  }
  .mv__main--slogan img {
    width: 100%;
    height: auto;
  }
  .introduction {
    margin-top: 21.60194vw;
  }
  .introduction__main h2 {
    text-align: center;
    line-height: 0;
  }
  .introduction__main h2 img {
    width: 73.05825vw;
  }
  .introduction__main .txt {
    text-align: center;
    font-size: 4.85437vw;
    line-height: 10.67961vw;
    font-weight: 400;
    margin-top: 10.43689vw;
    display: none;
  }
  .introduction__main .list article {
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }
  .introduction__main .list article h3 {
    color: #fff;
    font-size: 6.06796vw;
    line-height: 7.52427vw;
    font-weight: 700;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(22, 43, 136, 0.01)),
      color-stop(12%, rgba(16, 75, 140, 0.28)),
      color-stop(24%, rgba(11, 101, 144, 0.5)),
      color-stop(36%, rgba(7, 123, 148, 0.68)),
      color-stop(49%, rgba(4, 140, 150, 0.82)),
      color-stop(63%, rgba(1, 152, 152, 0.92)),
      color-stop(79%, rgba(0, 159, 153, 0.98)),
      to(#00a29a)
    );
    background: -webkit-linear-gradient(
      left,
      rgba(22, 43, 136, 0.01) 0%,
      rgba(16, 75, 140, 0.28) 12%,
      rgba(11, 101, 144, 0.5) 24%,
      rgba(7, 123, 148, 0.68) 36%,
      rgba(4, 140, 150, 0.82) 49%,
      rgba(1, 152, 152, 0.92) 63%,
      rgba(0, 159, 153, 0.98) 79%,
      #00a29a 100%
    );
    background: -moz-
      oldlinear-gradient(
        left,
        rgba(22, 43, 136, 0.01) 0%,
        rgba(16, 75, 140, 0.28) 12%,
        rgba(11, 101, 144, 0.5) 24%,
        rgba(7, 123, 148, 0.68) 36%,
        rgba(4, 140, 150, 0.82) 49%,
        rgba(1, 152, 152, 0.92) 63%,
        rgba(0, 159, 153, 0.98) 79%,
        #00a29a 100%
      );
    background: linear-gradient(
      90deg,
      rgba(22, 43, 136, 0.01) 0%,
      rgba(16, 75, 140, 0.28) 12%,
      rgba(11, 101, 144, 0.5) 24%,
      rgba(7, 123, 148, 0.68) 36%,
      rgba(4, 140, 150, 0.82) 49%,
      rgba(1, 152, 152, 0.92) 63%,
      rgba(0, 159, 153, 0.98) 79%,
      #00a29a 100%
    );
    padding-top: 2.91262vw;
    padding-bottom: 2.91262vw;
  }
  .introduction__main .list article p {
    font-size: 3.64078vw;
    line-height: 5.33981vw;
    font-weight: 500;
    color: #000;
    margin-top: 2.18447vw;
  }
  .introduction__main .list article .pos {
    position: absolute;
    z-index: 1;
  }
  .introduction__main .list article .arMain {
    position: relative;
    z-index: 2;
  }
  .introduction__main .list article.fantasy {
    margin-top: 29.12621vw;
    height: 80.82524vw;
    z-index: 2;
  }
  .introduction__main .list article.fantasy .pos {
    width: 100%;
    height: 100%;
  }
  .introduction__main .list article.fantasy .pos img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.58;
  }
  .introduction__main .list article.fantasy .pos::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(19.32%, rgba(243, 242, 242, 0)),
      color-stop(76.81%, #f3f2f2)
    );
    background: -webkit-linear-gradient(left, rgba(243, 242, 242, 0) 19.32%, #f3f2f2 76.81%);
    background: -moz- oldlinear-gradient(left, rgba(243, 242, 242, 0) 19.32%, #f3f2f2 76.81%);
    background: linear-gradient(90deg, rgba(243, 242, 242, 0) 19.32%, #f3f2f2 76.81%);
    right: 0;
    top: 0;
    z-index: 1;
  }
  .introduction__main .list article.fantasy .arMain {
    width: 83.37379vw;
    margin-left: auto;
    padding-top: 12.86408vw;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }
  .introduction__main .list article.fantasy .arMain h3 {
    text-align: left;
    padding-left: 23.30097vw;
  }
  .introduction__main .list article.fantasy .arMain p {
    padding-left: 24.27184vw;
  }
  .introduction__main .list article.fantasy .arMain::before {
    position: absolute;
    content: '';
    width: 44.66019vw;
    height: 96.35922vw;
    background: url('../img/introCha01.webp') 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    left: -10.19417vw;
    top: -17.47573vw;
  }
  .introduction__main .list article.virtual {
    margin-top: 7.52427vw;
    z-index: 2;
    height: 78.64078vw;
  }
  .introduction__main .list article.virtual .pos {
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
  }
  .introduction__main .list article.virtual .pos img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .introduction__main .list article.virtual .pos::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: -webkit-gradient(
      linear,
      right top,
      left top,
      color-stop(12.3%, rgba(217, 217, 217, 0)),
      color-stop(69.82%, #f3f2f2)
    );
    background: -webkit-linear-gradient(right, rgba(217, 217, 217, 0) 12.3%, #f3f2f2 69.82%);
    background: -moz- oldlinear-gradient(right, rgba(217, 217, 217, 0) 12.3%, #f3f2f2 69.82%);
    background: linear-gradient(270deg, rgba(217, 217, 217, 0) 12.3%, #f3f2f2 69.82%);
    left: 0;
    top: 0;
    z-index: 1;
  }
  .introduction__main .list article.virtual .pos::after {
    position: absolute;
    content: '';
    width: 10.22816vw;
    height: 14.23301vw;
    background: url('../img/introSub02.webp') 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    -webkit-transform: rotate(19.61deg);
    -moz-transform: rotate(19.61deg);
    -ms-transform: rotate(19.61deg);
    transform: rotate(19.61deg);
    right: 4.78155vw;
    bottom: 8.25243vw;
    z-index: 5;
  }
  .introduction__main .list article.virtual .arMain {
    width: 83.25243vw;
    margin-right: auto;
    padding-top: 10.43689vw;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }
  .introduction__main .list article.virtual .arMain h3 {
    text-align: left;
    padding-left: 2.18447vw;
    background: -webkit-gradient(
      linear,
      right top,
      left top,
      from(rgba(22, 43, 136, 0.01)),
      color-stop(12%, rgba(16, 75, 140, 0.28)),
      color-stop(24%, rgba(11, 101, 144, 0.5)),
      color-stop(36%, rgba(7, 123, 148, 0.68)),
      color-stop(49%, rgba(4, 140, 150, 0.82)),
      color-stop(63%, rgba(1, 152, 152, 0.92)),
      color-stop(79%, rgba(0, 159, 153, 0.98)),
      to(#00a29a)
    );
    background: -webkit-linear-gradient(
      right,
      rgba(22, 43, 136, 0.01) 0%,
      rgba(16, 75, 140, 0.28) 12%,
      rgba(11, 101, 144, 0.5) 24%,
      rgba(7, 123, 148, 0.68) 36%,
      rgba(4, 140, 150, 0.82) 49%,
      rgba(1, 152, 152, 0.92) 63%,
      rgba(0, 159, 153, 0.98) 79%,
      #00a29a 100%
    );
    background: -moz-
      oldlinear-gradient(
        right,
        rgba(22, 43, 136, 0.01) 0%,
        rgba(16, 75, 140, 0.28) 12%,
        rgba(11, 101, 144, 0.5) 24%,
        rgba(7, 123, 148, 0.68) 36%,
        rgba(4, 140, 150, 0.82) 49%,
        rgba(1, 152, 152, 0.92) 63%,
        rgba(0, 159, 153, 0.98) 79%,
        #00a29a 100%
      );
    background: linear-gradient(
      -90deg,
      rgba(22, 43, 136, 0.01) 0%,
      rgba(16, 75, 140, 0.28) 12%,
      rgba(11, 101, 144, 0.5) 24%,
      rgba(7, 123, 148, 0.68) 36%,
      rgba(4, 140, 150, 0.82) 49%,
      rgba(1, 152, 152, 0.92) 63%,
      rgba(0, 159, 153, 0.98) 79%,
      #00a29a 100%
    );
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }
  .introduction__main .list article.virtual .arMain h3::before {
    position: absolute;
    content: '';
    width: 8.8034vw;
    height: 12.31311vw;
    background: url('../img/introSub01.webp') 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    -webkit-transform: rotate(-21.53deg);
    -moz-transform: rotate(-21.53deg);
    -ms-transform: rotate(-21.53deg);
    transform: rotate(-21.53deg);
    right: 13.39563vw;
    bottom: -10.67961vw;
  }
  .introduction__main .list article.virtual .arMain p {
    padding-left: 2.18447vw;
    margin-top: 5.09709vw;
  }
  .introduction__main .list article.virtual .arMain::before {
    position: absolute;
    content: '';
    width: 39.07767vw;
    height: 93.93204vw;
    background: url('../img/introCha02.webp') 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    right: -13.95631vw;
    top: -20.38835vw;
  }
  .how {
    margin-top: 18.20388vw;
  }
  .how__main h2 {
    text-align: center;
    line-height: 0;
  }
  .how__main h2 img {
    width: 71.60194vw;
  }
  .how__main--step {
    width: 100%;
    margin: 9.95146vw auto 0;
    max-width: 94.90291vw;
  }
  .how__main--step article {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .how__main--step article figure,
  .how__main--step article picture {
    width: 67.23301vw;
    -moz-box-shadow: 1.69903vw 1.69903vw 2.42718vw rgba(35, 24, 21, 0.24);
    box-shadow: 1.69903vw 1.69903vw 2.42718vw rgba(35, 24, 21, 0.24);
  }
  .how__main--step article figure img,
  .how__main--step article picture img {
    width: 100%;
    height: auto;
  }
  .how__main--step article .ar {
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    margin-top: 9.70874vw;
  }
  .how__main--step article .ar::before {
    position: absolute;
    content: '';
    bottom: 0;
  }
  .how__main--step article .ar h3 {
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    font-size: 4.85437vw;
    line-height: 8.00971vw;
    font-family: 'Chiaro';
    font-weight: 700;
    color: #000;
    padding: 0 0 0 11.65049vw;
  }
  .how__main--step article .ar h3 span {
    display: block;
    font-size: 9.70874vw;
    line-height: 1;
  }
  .how__main--step article .ar h3::before {
    position: absolute;
    content: '';
    width: 5.09709vw;
    height: 19.17476vw;
    left: 0;
    top: 0;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(9.36%, #172a88),
      color-stop(41.64%, #00a29a)
    );
    background: -webkit-linear-gradient(top, #172a88 9.36%, #00a29a 41.64%);
    background: -moz- oldlinear-gradient(top, #172a88 9.36%, #00a29a 41.64%);
    background: linear-gradient(180deg, #172a88 9.36%, #00a29a 41.64%);
  }
  .how__main--step article .ar .txt {
    font-size: 4.12621vw;
    line-height: 7.28155vw;
    font-weight: 500;
    margin-top: 6.5534vw;
  }
  .how__main--step article .ar ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 5.33981vw -1.21359vw -1.21359vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .how__main--step article .ar ul li {
    line-height: 0;
    margin: 1.21359vw;
  }
  .how__main--step article .ar ul li a {
    line-height: 0;
    display: inline-block;
  }
  .how__main--step article .ar ul li a img {
    height: 12.62136vw;
    width: auto;
  }
  .how__main--step article .ar .note {
    font-size: 7.28155vw;
    line-height: 11.40777vw;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-top: 4.85437vw;
  }
  .how__main--step article + article {
    margin-top: 10.67961vw;
  }
  .how__main--step article:nth-of-type(1) .ar::before {
    width: 25.48544vw;
    height: 57.03883vw;
    background: url('../img/howNum01.webp') 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    right: 0;
  }
  .how__main--step article:nth-of-type(2) figure,
  .how__main--step article:nth-of-type(2) picture {
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    width: 81.06796vw;
  }
  .how__main--step article:nth-of-type(2) figure figcaption,
  .how__main--step article:nth-of-type(2) picture figcaption {
    position: absolute;
    -webkit-transform: rotate(19.56deg);
    -moz-transform: rotate(19.56deg);
    -ms-transform: rotate(19.56deg);
    transform: rotate(19.56deg);
    width: 26.26699vw;
    top: 11.34709vw;
    right: -1.69903vw;
  }
  .how__main--step article:nth-of-type(2) .ar::before {
    width: 32.76699vw;
    height: 51.94175vw;
    background: url('../img/howNum02.webp') 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    left: 0;
  }
  .how__main--step article:nth-of-type(3) figure,
  .how__main--step article:nth-of-type(3) picture {
    width: 82.52427vw;
  }
  .how__main--step article:nth-of-type(3) .ar::before {
    width: 34.69417vw;
    height: 56.31068vw;
    background: url('../img/howNum03.webp') 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    right: 0;
  }
  .how__main--start {
    margin-top: 37.86408vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }
  .how__main--start::before,
  .how__main--start::after {
    position: absolute;
    content: '';
    top: -27.6699vw;
    z-index: -1;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .how__main--start::before {
    width: 76.88592vw;
    height: 41.22573vw;
    background: url('../img/howCenter.webp') 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
  }
  .how__main--start--inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .how__main--start--inner h4 {
    font-size: 7.28155vw;
    line-height: 9.70874vw;
    font-weight: 700;
    color: #000;
    letter-spacing: 0.08em;
    text-align: center;
  }
  .how__main--start--inner h4 small {
    font-size: 5.33981vw;
    font-weight: 500;
    line-height: 9.70874vw;
  }
  .how__main--start--inner h4 span {
    font-size: 5.33981vw;
    font-weight: 500;
    line-height: 9.70874vw;
    letter-spacing: 0;
  }
  .how__main--start--inner a {
    line-height: 0;
    width: 83.73786vw;
  }
  .how__main--start--inner a img {
    width: 100%;
    height: auto;
  }
  .movie {
    margin-top: 14.56311vw;
  }
  .movie__main h2 {
    text-align: center;
    line-height: 0;
  }
  .movie__main h2 img {
    height: 10.67961vw;
    width: auto;
  }
  .movie__main .txt {
    text-align: center;
    font-size: 3.64078vw;
    line-height: 6.5534vw;
    font-weight: 700;
    color: #000;
    margin-top: 7.52427vw;
  }
  .movie__main--ytb {
    max-width: 88.1068vw;
    width: 100%;
    margin: 8.49515vw auto 0;
  }
  .movie__main--ytb h3 {
    font-size: 6.06796vw;
    line-height: 10.92233vw;
    font-weight: 700;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    padding: 0 0 0 25.97087vw;
  }
  .movie__main--ytb h3::before {
    position: absolute;
    content: '';
    width: 24.27184vw;
    height: 8.49515vw;
    background: url('../img/logoYoutube.webp') 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    left: 0;
    top: 1.21359vw;
    -webkit-filter: drop-shadow(1.45631vw 2.18447vw 4.00485vw rgba(0, 0, 0, 0.25));
    filter: drop-shadow(1.45631vw 2.18447vw 4.00485vw rgba(0, 0, 0, 0.25));
  }
  .movie__main--ytb .wrap {
    position: relative;
    margin-top: 2.91262vw;
    -moz-border-radius: 4.85437vw;
    border-radius: 4.85437vw;
    overflow: hidden;
  }
  .movie__main--ytb .wrap img {
    width: 100%;
    height: 47.57282vw;
    object-fit: cover;
  }
  .movie__main--ytb .wrap iframe {
    width: 100%;
    height: 47.57282vw;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
  }
  .movie__main--ytb .wrap .play {
    position: absolute;
    line-height: 0;
    width: 9.46602vw;
    height: 9.46602vw;
    -moz-border-radius: 50%;
    border-radius: 50%;
    bottom: 2.91262vw;
    right: 6.06796vw;
  }
  .movie__main--ytb .wrap .play img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .story {
    margin-top: 20.38835vw;
  }
  .story__main h2 {
    text-align: center;
    line-height: 0;
  }
  .story__main h2 img {
    width: 44.41748vw;
  }
  .story__main .intro {
    text-align: center;
    font-size: 9.70874vw;
    line-height: 14.56311vw;
    font-family: 'Chiaro';
    font-weight: 700;
    margin-top: 12.13592vw;
  }
  .story__main--list {
    margin-top: 0vw;
    background: url('../img/storyBg.webp') top center no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    padding: 8.49515vw 2.91262vw 20.63107vw;
  }
  .story__main--list ul {
    width: 100%;
    margin: auto;
  }
  .story__main--list ul li {
    width: 100%;
    height: 49.27184vw;
    background: url('../img/storyFrame.webp') 0 0 no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    text-align: center;
    font-size: 2.91262vw;
    line-height: 4.85437vw;
    font-family: 'Chiaro';
    font-weight: 700;
    color: #fff;
    padding-left: 12.13592vw;
    padding-right: 12.13592vw;
    letter-spacing: 0.08em;
  }
  .story__main--list ul li:nth-of-type(1) {
    padding-top: 17.47573vw;
  }
  .story__main--list ul li:nth-of-type(2) {
    padding-top: 17.47573vw;
    margin-top: 30.09709vw;
  }
  .story__main--list ul li:nth-of-type(3) {
    margin-top: 32.28155vw;
    padding-top: 15.04854vw;
  }
  .character {
    margin-top: 25vw;
  }
  .character__main h2 {
    text-align: center;
    line-height: 0;
  }
  .character__main h2 img {
    width: 83.00971vw;
  }
  .character__main .intro {
    margin-top: 6.5534vw;
    text-align: center;
    font-size: 6.06796vw;
    line-height: 7.52427vw;
    font-weight: 700;
    display: none;
  }
  .character__main .list {
    margin-top: 5.33981vw;
  }
  .character__main .list article {
    width: 100%;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 8.49515vw;
  }
  .character__main .list article .caution {
    font-size: 5.58252vw;
    line-height: 7.76699vw;
    font-weight: 700;
    font-family: 'Chiaro';
    color: #fff;
  }
  .character__main .list article .title {
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    padding: 0 0 1.45631vw;
    margin-top: 7.52427vw;
  }
  .character__main .list article .title::after {
    position: absolute;
    content: '';
    width: 56.31068vw;
    height: 0.72816vw;
    background: #000;
    left: 0;
    bottom: 0;
  }
  .character__main .list article .title h3 {
    font-size: 8.00971vw;
    line-height: 6.06796vw;
    font-weight: 700;
    color: #000;
    font-family: 'Chiaro';
  }
  .character__main .list article .title span {
    font-size: 2.42718vw;
    line-height: 6.06796vw;
    font-weight: 700;
    font-family: 'Chiaro';
    color: #000;
    display: inline-block;
  }
  .character__main .list article .txt {
    font-size: 2.42718vw;
    line-height: 5.09709vw;
    font-weight: 700;
    color: #000;
    margin-top: 1.94175vw;
  }
  .character__main .list article .social {
    margin-top: 6.06796vw;
  }
  .character__main .list article .social ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: -1.21359vw;
  }
  .character__main .list article .social ul li {
    line-height: 0;
    margin: 1.21359vw;
  }
  .character__main .list article .social ul li a {
    line-height: 0;
  }
  .character__main .list article .social ul li a img {
    height: 8.00971vw;
    width: auto;
    -webkit-filter: drop-shadow(1.45631vw 2.18447vw 4.00485vw rgba(0, 0, 0, 0.25));
    filter: drop-shadow(1.45631vw 2.18447vw 4.00485vw rgba(0, 0, 0, 0.25));
  }
  .character__main .list article .voiceList {
    width: 37.86408vw;
    margin-right: 6.79612vw;
  }
  .character__main .list article .voiceList::after {
    content: '';
    clear: both;
    display: table;
  }
  .character__main .list article .voiceList ul li {
    width: 15.03398vw;
    height: 15.03398vw;
    background: #fff;
    -moz-border-radius: 3.8835vw;
    border-radius: 3.8835vw;
    -moz-box-shadow: 1.45631vw 2.18447vw 4.00485vw rgba(0, 0, 0, 0.25);
    box-shadow: 1.45631vw 2.18447vw 4.00485vw rgba(0, 0, 0, 0.25);
    float: left;
    margin: 3.39806vw 1.94175vw;
    pointer-events: auto;
  }
  .character__main .list article .voiceList .btnVoice {
    width: 15.03398vw;
    height: 15.03398vw;
    margin: 3.39806vw 1.94175vw;
    float: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .character__main .list article .voiceList .btnVoice audio {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
  }
  .character__main .list article .voiceList .btnVoice a {
    line-height: 0;
    width: 100%;
    width: 10.77184vw;
    height: 12.78398vw;
    text-indent: -9999px;
    overflow: hidden;
    background: url('../img/voice.webp') 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    display: inline-block;
  }
  .character__main .list article .charac {
    position: absolute;
  }
  .character__main .list article.oda {
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    padding-top: 37.86408vw;
  }
  .character__main .list article.oda::before {
    position: absolute;
    content: '';
    width: 143.20388vw;
    height: 149.27184vw;
    background: url('../img/chacBg01.webp') 0 0 no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    top: 0;
    left: -13.34951vw;
    z-index: -1;
  }
  .character__main .list article.oda .arMain {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 5.09709vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    pointer-events: none;
  }
  .character__main .list article.oda .arMain .caution {
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }
  .character__main .list article.oda .arMain .caution::before {
    position: absolute;
    content: '';
    width: 99.75728vw;
    height: 7.76699vw;
    background: url('../img/characBgTitle_sp.webp') 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    right: 0;
    top: 0;
    z-index: -1;
  }
  .character__main .list article.oda .arMain .title,
  .character__main .list article.oda .arMain .txt,
  .character__main .list article.oda .arMain .social {
    width: 56.31068vw;
  }
  .character__main .list article.oda .arMain .social {
    pointer-events: auto;
  }
  .character__main .list article.oda .charac {
    position: absolute;
    bottom: 0;
    width: 50vw;
    height: 124.75728vw;
    background: url('../img/cha01.webp') bottom left no-repeat;
    -moz-background-size: 50vw 124.75728vw;
    background-size: 50vw 124.75728vw;
    left: 0vw;
    z-index: -1;
  }
  .character__main .list article.oda .charac.selected {
    background: url('../img/cha01sub.webp') center left no-repeat;
    -moz-background-size: 60vw auto;
    background-size: 65vw auto;
  }
  .character__main .list article.hiyori {
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    margin-top: 7.28155vw;
  }
  .character__main .list article.hiyori::before {
    position: absolute;
    content: '';
    width: 133.73786vw;
    height: 135.19417vw;
    background: url('../img/chaBg02.webp') 0 0 no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    top: 0;
    left: -20.87379vw;
    z-index: -1;
  }
  .character__main .list article.hiyori .arMain .caution {
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    padding-left: 3.39806vw;
  }
  .character__main .list article.hiyori .arMain .caution::before {
    position: absolute;
    content: '';
    width: 146.35922vw;
    height: 100%;
    background: url('../img/characBgTitle02_sp.webp') left no-repeat;
    -moz-background-size: auto 100%;
    background-size: auto 100%;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .character__main .list article.hiyori .arMain .title,
  .character__main .list article.hiyori .arMain .txt,
  .character__main .list article.hiyori .arMain .social {
    width: 56.31068vw;
    margin-left: 3.39806vw;
  }
  .character__main .list article.hiyori .voiceList {
    margin-left: 8.49515vw;
  }
  .character__main .list article.hiyori .charac {
    position: absolute;
    bottom: 0vw;
    width: 49.51456vw;
    height: 128.39806vw;
    background: url('../img/cha02.webp') bottom right no-repeat;
    -moz-background-size: 49.51456vw 128.39806vw;
    background-size: 49.51456vw 128.39806vw;
    right: 0;
    z-index: -1;
  }
  .character__main .list article.hiyori .charac.selected {
    background: url('../img/cha02sub.webp') bottom right no-repeat;
    -moz-background-size: contain;
    background-size: 61vw auto;
  }
  .next {
    margin-top: 33.00971vw;
  }
  .next__main h2 {
    text-align: center;
    line-height: 0;
  }
  .next__main h2 img {
    width: 74.75728vw;
  }
  .next__main--inner {
    width: 100%;
    margin: 19.41748vw auto 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .next__main--inner .left {
    width: 56.31068vw;
    padding-right: 1.21359vw;
  }
  .next__main--inner .left h3 {
    font-size: 5.33981vw;
    line-height: 9.70874vw;
    font-family: 'Chiaro';
    color: #000;
    font-weight: 700;
  }
  .next__main--inner .left article {
    margin-top: 11.40777vw;
  }
  .next__main--inner .left article .title {
    font-family: 'Chiaro';
    font-weight: 700;
    padding-bottom: 1.45631vw;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }
  .next__main--inner .left article .title::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 0.72816vw;
    background: #000;
    left: 0;
    bottom: 0;
  }
  .next__main--inner .left article .title h4 {
    font-size: 8.00971vw;
    line-height: 8.00971vw;
  }
  .next__main--inner .left article .title span {
    font-size: 2.42718vw;
    line-height: 6.06796vw;
  }
  .next__main--inner .left article .txt {
    font-size: 2.42718vw;
    line-height: 5.09709vw;
    font-weight: 700;
    color: #000;
    margin-top: 1.94175vw;
  }
  .next__main--inner .left article .social {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 6.06796vw -1.21359vw -1.21359vw;
  }
  .next__main--inner .left article .social li {
    line-height: 0;
    margin: 1.21359vw;
  }
  .next__main--inner .left article .social li a {
    line-height: 0;
  }
  .next__main--inner .left article .social li a img {
    height: 7.76699vw;
    width: auto;
    -webkit-filter: drop-shadow(1.45631vw 2.18447vw 4.00485vw rgba(0, 0, 0, 0.25));
    filter: drop-shadow(1.45631vw 2.18447vw 4.00485vw rgba(0, 0, 0, 0.25));
  }
  .next__main--inner .right {
    width: 76.94175vw;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    margin-right: -19.66019vw;
    margin-left: -13.59223vw;
  }
  .next__main--inner .right::after {
    position: absolute;
    content: '';
    width: 27.29854vw;
    height: 26.04126vw;
    background: url('../img/nextImg01sub.webp') 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 16.50485vw;
    bottom: 9.2233vw;
  }
  .collect {
    background: -webkit-gradient(linear, right top, left top, color-stop(21.02%, #172a88), color-stop(62.3%, #00a29a));
    background: -webkit-linear-gradient(right, #172a88 21.02%, #00a29a 62.3%);
    background: -moz- oldlinear-gradient(right, #172a88 21.02%, #00a29a 62.3%);
    background: linear-gradient(270deg, #172a88 21.02%, #00a29a 62.3%);
    padding: 2.6699vw 3.64078vw 4.12621vw;
    text-align: center;
    font-size: 7.28155vw;
    line-height: 10.19417vw;
    font-weight: 700;
    font-family: 'Chiaro';
    color: #fff;
    margin-top: 9.95146vw;
  }
  .collect small {
    font-size: 4.85437vw;
    line-height: 10.19417vw;
    display: block;
  }
  .movie.movie2 {
    margin-top: 11.8932vw;
  }
  .movie__main--tiktok {
    max-width: 88.1068vw;
    width: 100%;
    margin: 5.82524vw auto 0;
  }
  .movie__main--tiktok h3 {
    font-size: 5.82524vw;
    line-height: 10.92233vw;
    font-weight: 700;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    padding: 0 0 0 10.92233vw;
  }
  .movie__main--tiktok h3::before {
    position: absolute;
    content: '';
    width: 8.25243vw;
    height: 8.25243vw;
    background: url('../img/logoTiktok.webp') 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    left: 0;
    top: 1.21359vw;
    -webkit-filter: drop-shadow(1.45631vw 2.18447vw 4.00485vw rgba(0, 0, 0, 0.25));
    filter: drop-shadow(1.45631vw 2.18447vw 4.00485vw rgba(0, 0, 0, 0.25));
  }
  .movie__main--tiktok .list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0.84951vw -1.09223vw -1.09223vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .movie__main--tiktok .list li {
    width: 27.91262vw;
    height: 53.64078vw;
    margin: 1.09223vw;
    background: #000;
  }
  .movie__main--wallet {
    max-width: 88.1068vw;
    width: 100%;
    margin: 7.52427vw auto 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .movie__main--wallet .left {
    width: 100%;
  }
  .movie__main--wallet .left .wallet {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 87.37864vw;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .movie__main--wallet .left .wallet article {
    width: 53.8835vw;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }
  .movie__main--wallet .left .wallet article h3 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 4.36893vw;
    line-height: 7.76699vw;
    font-weight: 700;
    font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serif;
    color: #fff;
    background: #204b9e;
    height: 7.76699vw;
    -moz-border-radius: 2.42718vw;
    border-radius: 2.42718vw;
  }
  .movie__main--wallet .left .wallet article p {
    font-size: 2.42718vw;
    line-height: 6.06796vw;
    font-weight: 500;
    color: #000;
    margin-top: 1.94175vw;
    padding-right: 5.33981vw;
  }
  .movie__main--wallet .left .wallet article::after {
    position: absolute;
    content: '';
    width: 9.42476vw;
    height: 5.17476vw;
    background: url('../img/mvArrow.webp') 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    right: -4.24757vw;
    bottom: 2.18447vw;
  }
  .movie__main--wallet .left .wallet figure,
  .movie__main--wallet .left .wallet picture {
    width: 27.91262vw;
    -moz-border-radius: 4.36893vw;
    border-radius: 4.36893vw;
    -webkit-filter: drop-shadow(1.69903vw 1.69903vw 2.42718vw rgba(35, 24, 21, 0.25));
    filter: drop-shadow(1.69903vw 1.69903vw 2.42718vw rgba(35, 24, 21, 0.25));
  }
  .movie__main--wallet .left .download {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 9.2233vw;
    max-width: 88.1068vw;
    margin-left: auto;
    margin-right: auto;
  }
  .movie__main--wallet .left .download li {
    line-height: 0;
  }
  .movie__main--wallet .left .download li a {
    line-height: 0;
    display: inline-block;
  }
  .movie__main--wallet .left .download li a img {
    height: 13.59223vw;
    width: auto;
  }
  .movie__main--wallet .right {
    width: 100%;
    margin-top: 7.28155vw;
  }
  .movie__main--wallet .right h4 {
    text-align: center;
    font-size: 7.28155vw;
    line-height: 11.16505vw;
    font-weight: 500;
    color: #000;
  }
  .movie__main--wallet .right a {
    display: block;
    width: 100%;
    line-height: 0;
    margin-top: 3.8835vw;
  }
  .movie__main--wallet .right a img {
    width: 100%;
    height: auto;
  }
  /* .footer {
    margin-top: 7.52427vw;
    height: 16.01942vw;
    background: -webkit-gradient(linear, left top, right top, from(#172a88), to(#00a29a));
    background: -webkit-linear-gradient(left, #172a88 0%, #00a29a 100%);
    background: -moz- oldlinear-gradient(left, #172a88 0%, #00a29a 100%);
    background: linear-gradient(90deg, #172a88 0%, #00a29a 100%);
  } */
  .footer .fixTwitter {
    position: fixed;
    right: 0;
    bottom: 2.42718vw;
    width: 12.37864vw;
    line-height: 0;
  }
  .footer .fixTwitter img {
    width: 100%;
    height: auto;
  }
}

@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(120%);
    transform: translateX(120%);
  }
  100% {
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%);
  }
}

@-moz-keyframes scroll-left {
  0% {
    -moz-transform: translateX(120%);
    transform: translateX(120%);
  }
  100% {
    -moz-transform: translateX(-120%);
    transform: translateX(-120%);
  }
}

@keyframes scroll-left {
  0% {
    -webkit-transform: translateX(120%);
    -moz-transform: translateX(120%);
    transform: translateX(120%);
  }
  100% {
    -webkit-transform: translateX(-120%);
    -moz-transform: translateX(-120%);
    transform: translateX(-120%);
  }
}

.wpcf7-spinner {
  display: none !important;
}

.js-text .js-item,
.js-text .js-item__inner {
  display: block;
}

.js-text .js-item {
  overflow: hidden;
}

.js-text .js-item__inner {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-animation-delay: inherit;
  -moz-animation-delay: inherit;
  animation-delay: inherit;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -moz-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.js-text.active .js-item__inner {
  -webkit-animation-name: textShow;
  -moz-animation-name: textShow;
  animation-name: textShow;
}

.effect,
.isFull,
.isPar {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

.delay03 {
  -webkit-transition: all 0.5s ease 0.3s;
  -moz-transition: all 0.5s ease 0.3s;
  transition: all 0.5s ease 0.3s;
}

.delay06 {
  -webkit-transition: all 0.5s ease 0.6s;
  -moz-transition: all 0.5s ease 0.6s;
  transition: all 0.5s ease 0.6s;
}

.delay09 {
  -webkit-transition: all 0.5s ease 0.9s;
  -moz-transition: all 0.5s ease 0.9s;
  transition: all 0.5s ease 0.9s;
}

.delay12 {
  -webkit-transition: all 0.5s ease 1.2s;
  -moz-transition: all 0.5s ease 1.2s;
  transition: all 0.5s ease 1.2s;
}

.delay15 {
  -webkit-transition: all 0.5s ease 1.5s;
  -moz-transition: all 0.5s ease 1.5s;
  transition: all 0.5s ease 1.5s;
}

.effect::before,
.effect::after {
  opacity: 0;
  -webkit-transition: all 0.5s eas;
  -moz-transition: all 0.5s eas;
  transition: all 0.5s eas;
}

.effect.active::before,
.effect.active::after {
  opacity: 1;
}

.fadeIn {
  opacity: 0;
}

.fadeIn.active {
  opacity: 1;
}

.fadeInDown {
  -webkit-transform: translate3d(0, -50px, 0);
  -moz-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
  opacity: 0;
}

.fadeInDown.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fadeInUp {
  -webkit-transform: translate3d(0, 50px, 0);
  -moz-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  opacity: 0;
}

.fadeInUp.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.zoomIn {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0;
}

.zoomIn.active {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.slideUp {
  -webkit-transform: translate3d(0, 100px, 0);
  -moz-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
  opacity: 0;
}

.slideUp.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slideDown {
  -webkit-transform: translate3d(0, -100px, 0);
  -moz-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
  opacity: 0;
}

.slideDown.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slideToRight {
  -webkit-transform: translate3d(-100px, 0, 0);
  -moz-transform: translate3d(-100px, 0, 0);
  transform: translate3d(-100px, 0, 0);
  opacity: 0;
}

.slideToRight.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slideToLeft {
  -webkit-transform: translate3d(100px, 0, 0);
  -moz-transform: translate3d(100px, 0, 0);
  transform: translate3d(100px, 0, 0);
  opacity: 0;
}

.slideToLeft.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@-webkit-keyframes textShow {
  0% {
    -webkit-transform: translateY(130%);
    transform: translateY(130%);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes updown {
  to {
    top: -28px;
  }
}

@-webkit-keyframes scrolldown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  51% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
  52% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes scrolldown {
  0% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(100%);
    transform: translateY(100%);
  }
  51% {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
  52% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes scrolldown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%);
  }
  51% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
  52% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes shine {
  0% {
    background-position-y: 400%;
  }
  50% {
    background-position-x: 0%;
  }
  100% {
    background-position-y: -400%;
  }
}

@-moz-keyframes shine {
  0% {
    background-position-y: 400%;
  }
  50% {
    background-position-x: 0%;
  }
  100% {
    background-position-y: -400%;
  }
}

@keyframes shine {
  0% {
    background-position-y: 400%;
  }
  50% {
    background-position-x: 0%;
  }
  100% {
    background-position-y: -400%;
  }
}

@-webkit-keyframes maskOrange {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 5%, 0 5%);
  }
  100% {
    clip-path: polygon(0 95%, 100% 95%, 100% 100%, 0 100%);
  }
}

@-moz-keyframes maskOrange {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 5%, 0 5%);
  }
  100% {
    clip-path: polygon(0 95%, 100% 95%, 100% 100%, 0 100%);
  }
}

@keyframes maskOrange {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 5%, 0 5%);
  }
  100% {
    clip-path: polygon(0 95%, 100% 95%, 100% 100%, 0 100%);
  }
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.modal-overlay img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 10px;
}

/* フッター */

.sns-box .inner {
  padding: 5% 0;
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: nowrap;
  max-width: 100%;
  line-height: 0;
  background-color: #000;
  margin-top: 10px;
}

.sns-box .sns img {
  width: 40px;
  height: 40px;
  background: #000;
}

/* モバイル対応 */
@media (max-width: 640px) {
  .sns-box {
    /* padding: 10px 0; */
  }

  .sns-box .sns img {
    width: 32px;
    height: 32px;
  }
}


footer {
  margin: auto;
  /* padding: 5% 0; */
  text-align: center;
  color: #fff;
  background: #000;
}

footer a {
  display: block;
  width: 20%;
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  footer a {
    max-width: 38.4rem;
  }
}
footer small {
  font-size: 80%;
}

/* 
	TB 959px〜 
*/
@media (max-width: 959px) {
  
/* 
	SP 500px〜 
*/
@media (max-width: 640px) {
  .sns-box {
    /* padding: 15px 0; */
  }
  .sns-box .sns {
    width: 15%;
  }

  footer {
    /* padding: 11% 0; */
  }
}
