@charset "UTF-8";
/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
@mixin hide-text ($direction: $hide-text-direction) {
    @if $hide-text-direction == left {
        overflow: hidden;
        text-indent: -9999em;
        text-align: left;
    } @else {
        overflow: hidden;
        white-space: nowrap;
        text-indent: 110%;
    }
}
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
/*
the `sprites` mixin generates identical output to the css template
  but can be overridden inside of scss

@include sprites($spritesheet-sprites);
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

.is-hidden {
  display: none !important;
}

.is-fixed {
  position: fixed !important;
  width: 100%;
}

.is-absolute {
  position: absolute !important;
}

.is-lock {
  overflow: hidden;
}

.is-show {
  display: block !important;
}

.is-hide {
  visibility: hidden;
}

.is-invisible {
  opacity: 0;
}

.pointer:hover {
  cursor: pointer;
}

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

.only-sp {
  display: none !important;
}
@media (max-width: 750px) {
  .only-sp {
    display: initial !important;
  }
}

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Arial", "Helvetica", "Osaka", sans-serif;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0.08em;
  min-width: 980px;
  color: white;
  background-color: black;
  font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 750px) {
  body {
    min-width: 320px;
  }
}

.page-wrapper, .main-wrapper {
  height: 100%;
  min-width: 980px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 750px) {
  .page-wrapper, .main-wrapper {
    min-width: 300px;
  }
}

@media (max-width: 750px) {
  .page-wrapper {
    overflow: hidden;
  }
}

.main-wrapper {
  position: relative;
  margin-top: 30px;
}
@media (max-width: 750px) {
  .main-wrapper {
    margin-top: 0;
  }
}

.background-wrapper-sp {
  display: none;
}
@media (max-width: 750px) {
  .background-wrapper-sp {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.window-site-logo {
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
          transition: opacity 0.5s ease-in-out;
}
.window-site-logo.is-show {
  opacity: 1;
}

.sprite-pc-chapter1-midashi {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -2513px -1641px;
  width: 142px;
  height: 71px;
}

.sprite-pc-chapter1-title {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -1259px -1049px;
  width: 378px;
  height: 70px;
}

.sprite-pc-chapter2-midashi {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -2362px -1716px;
  width: 145px;
  height: 71px;
}

.sprite-pc-chapter2-title {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -831px -1049px;
  width: 424px;
  height: 71px;
}

.sprite-pc-chapter3-midashi {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -2362px -1641px;
  width: 146px;
  height: 71px;
}

.sprite-pc-chapter3-title {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -407px -1152px;
  width: 388px;
  height: 72px;
}

.sprite-pc-chapter-last-logo {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -407px -1049px;
  width: 420px;
  height: 99px;
}

.sprite-pc-chapter-logo-nhk {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -2920px -2187px;
  width: 102px;
  height: 48px;
}

.sprite-pc-piegraph1-caption {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -964px 0px;
  width: 469px;
  height: 439px;
}

.sprite-pc-piegraph2-caption {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: 0px -1049px;
  width: 403px;
  height: 415px;
}

.sprite-pc-voice-3-1 {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: 0px -1468px;
  width: 163px;
  height: 573px;
}

.sprite-pc-front-start-button {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -2661px -2189px;
  width: 130px;
  height: 88px;
}

.sprite-pc-close-map-modal {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -3134px -2180px;
  width: 54px;
  height: 54px;
}

.sprite-pc-map-area-genpatsu {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -366px -559px;
  width: 362px;
  height: 486px;
}

.sprite-pc-map-area1 {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -1437px 0px;
  width: 362px;
  height: 486px;
}

.sprite-pc-map-area2 {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: 0px -559px;
  width: 362px;
  height: 486px;
}

.sprite-pc-map-area3 {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -732px -559px;
  width: 362px;
  height: 486px;
}

.sprite-pc-map-base {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: 0px 0px;
  width: 960px;
  height: 555px;
}

.sprite-pc-map-caption {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -1098px -559px;
  width: 307px;
  height: 88px;
}

.sprite-pc-map-genpatsu-dot {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -3174px -628px;
  width: 21px;
  height: 21px;
}

.sprite-pc-map-range-label {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -3134px -2298px;
  width: 44px;
  height: 24px;
}

.sprite-pc-map-title {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -964px -443px;
  width: 406px;
  height: 106px;
}

.sprite-pc-open-map-modal {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -3174px -545px;
  width: 16px;
  height: 79px;
}

.sprite-pc-pager1 {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -3174px -697px;
  width: 18px;
  height: 18px;
}

.sprite-pc-pager2 {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -3174px -675px;
  width: 18px;
  height: 18px;
}

.sprite-pc-pager3 {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -3174px -653px;
  width: 18px;
  height: 18px;
}

.sprite-pc-scroller {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -3134px -2238px;
  width: 40px;
  height: 56px;
}

.sprite-pc-sidebar-chapter1 {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -3032px -2221px;
  width: 84px;
  height: 34px;
}

.sprite-pc-sidebar-chapter2 {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -2920px -2239px;
  width: 99px;
  height: 35px;
}

.sprite-pc-sidebar-chapter3 {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -3032px -2183px;
  width: 86px;
  height: 34px;
}

.sprite-pc-sidebar-logo {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -1098px -651px;
  width: 218px;
  height: 45px;
}

.sprite-pc-txt {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -2015px -548px;
  width: 163px;
  height: 573px;
}

.sprite-pc-v_chap1_1 {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -2805px -548px;
  width: 111px;
  height: 544px;
}

.sprite-pc-v_chap1_10 {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -1437px -490px;
  width: 247px;
  height: 542px;
}

.sprite-pc-v_chap1_11 {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -738px -2045px;
  width: 35px;
  height: 540px;
}

.sprite-pc-v_chap1_12 {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: 0px -2045px;
  width: 142px;
  height: 544px;
}

.sprite-pc-v_chap1_14 {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -2191px -1093px;
  width: 148px;
  height: 543px;
}

.sprite-pc-v_chap1_16 {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -2513px -1094px;
  width: 143px;
  height: 543px;
}

.sprite-pc-v_chap1_17 {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -3134px -1635px;
  width: 36px;
  height: 541px;
}

.sprite-pc-v_chap1_18 {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -3032px -1092px;
  width: 75px;
  height: 542px;
}

.sprite-pc-v_chap1_19 {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -2805px -1644px;
  width: 110px;
  height: 542px;
}

.sprite-pc-v_chap1_2 {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -3134px -545px;
  width: 36px;
  height: 541px;
}

.sprite-pc-v_chap1_20 {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -146px -2045px;
  width: 141px;
  height: 543px;
}

.sprite-pc-v_chap1_21 {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -517px -2045px;
  width: 109px;
  height: 541px;
}

.sprite-pc-v_chap1_22 {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -1688px -490px;
  width: 110px;
  height: 541px;
}

.sprite-pc-v_chap1_23 {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -1803px -548px;
  width: 179px;
  height: 543px;
}

.sprite-pc-v_chap1_25 {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -2513px 0px;
  width: 144px;
  height: 544px;
}

.sprite-pc-v_chap1_26 {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -2362px 0px;
  width: 147px;
  height: 544px;
}

.sprite-pc-v_chap1_27 {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -291px -2045px;
  width: 109px;
  height: 541px;
}

.sprite-pc-v_chap1_28 {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -3032px -1638px;
  width: 75px;
  height: 541px;
}

.sprite-pc-v_chap1_29 {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -2805px -1096px;
  width: 111px;
  height: 544px;
}

.sprite-pc-v_chap1_3 {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -2362px -1095px;
  width: 145px;
  height: 542px;
}

.sprite-pc-v_chap1_30 {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -3134px 0px;
  width: 74px;
  height: 541px;
}

.sprite-pc-v_chap1_31 {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -2920px 0px;
  width: 108px;
  height: 544px;
}

.sprite-pc-v_chap1_32 {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -3134px -1090px;
  width: 36px;
  height: 541px;
}

.sprite-pc-v_chap1_33 {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -2920px -548px;
  width: 108px;
  height: 542px;
}

.sprite-pc-v_chap1_4 {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -404px -2045px;
  width: 109px;
  height: 541px;
}

.sprite-pc-v_chap1_5 {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -2362px -548px;
  width: 147px;
  height: 543px;
}

.sprite-pc-v_chap1_6 {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -2513px -548px;
  width: 144px;
  height: 542px;
}

.sprite-pc-v_chap1_8 {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -2805px 0px;
  width: 111px;
  height: 544px;
}

.sprite-pc-v_chap1_9 {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -3032px -547px;
  width: 76px;
  height: 541px;
}

.sprite-pc-v_chap2_A_1 {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -343px -1468px;
  width: 173px;
  height: 538px;
}

.sprite-pc-v_chap2_A_2 {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -2015px 0px;
  width: 172px;
  height: 544px;
}

.sprite-pc-v_chap2_A_3 {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -2920px -1094px;
  width: 106px;
  height: 542px;
}

.sprite-pc-v_chap2_A_4 {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -3032px 0px;
  width: 98px;
  height: 543px;
}

.sprite-pc-v_chap2_A_5 {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -1803px 0px;
  width: 208px;
  height: 544px;
}

.sprite-pc-v_chap2_A_6 {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -2191px -546px;
  width: 161px;
  height: 543px;
}

.sprite-pc-v_chap2_A_7 {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -2191px 0px;
  width: 167px;
  height: 542px;
}

.sprite-pc-v_chap2_A_8 {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -2661px 0px;
  width: 140px;
  height: 544px;
}

.sprite-pc-v_chap2_B_1 {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -2661px -548px;
  width: 140px;
  height: 542px;
}

.sprite-pc-v_chap2_B_2 {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -2661px -1094px;
  width: 138px;
  height: 543px;
}

.sprite-pc-v_chap2_B_3 {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -167px -1468px;
  width: 172px;
  height: 543px;
}

.sprite-pc-v_chap2_B_4 {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -2920px -1640px;
  width: 104px;
  height: 543px;
}

.sprite-pc-v_chap2_B_5 {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -2661px -1641px;
  width: 135px;
  height: 544px;
}

.sprite-pc-v_chap2_B_6 {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -630px -2045px;
  width: 104px;
  height: 540px;
}

.sprite-pc-window-site-logo {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -1803px -1095px;
  width: 183px;
  height: 71px;
}

@media (max-width: 750px) {
  .sprite-sp-chapter-last-logo {
    background-image: url(../images/sprite/sprite-sp.png);
    background-size: 1680.5px 1581.5px;
    background-position: -1299px -793.5px;
    width: 81.5px;
    height: 354px;
  }

  .sprite-sp-chapter1-midashi {
    background-image: url(../images/sprite/sprite-sp.png);
    background-size: 1680.5px 1581.5px;
    background-position: -987.5px -660px;
    width: 83px;
    height: 37px;
  }

  .sprite-sp-chapter1-title {
    background-image: url(../images/sprite/sprite-sp.png);
    background-size: 1680.5px 1581.5px;
    background-position: -877.5px -397.5px;
    width: 74.5px;
    height: 254px;
  }

  .sprite-sp-chapter2-midashi {
    background-image: url(../images/sprite/sprite-sp.png);
    background-size: 1680.5px 1581.5px;
    background-position: -1205.5px -1128px;
    width: 85px;
    height: 37px;
  }

  .sprite-sp-chapter2-title {
    background-image: url(../images/sprite/sprite-sp.png);
    background-size: 1680.5px 1581.5px;
    background-position: -1205.5px -796.5px;
    width: 74px;
    height: 290.5px;
  }

  .sprite-sp-chapter3-midashi {
    background-image: url(../images/sprite/sprite-sp.png);
    background-size: 1680.5px 1581.5px;
    background-position: -1205.5px -1089px;
    width: 85px;
    height: 37px;
  }

  .sprite-sp-chapter3-title {
    background-image: url(../images/sprite/sprite-sp.png);
    background-size: 1680.5px 1581.5px;
    background-position: -987.5px -397px;
    width: 76.5px;
    height: 261px;
  }

  .sprite-sp-front-subtitle {
    background-image: url(../images/sprite/sprite-sp.png);
    background-size: 1680.5px 1581.5px;
    background-position: -1623.5px -395px;
    width: 17px;
    height: 225px;
  }

  .sprite-sp-map-title {
    background-image: url(../images/sprite/sprite-sp.png);
    background-size: 1680.5px 1581.5px;
    background-position: -794px -1255px;
    width: 266px;
    height: 22px;
  }

  .sprite-sp-menu-close {
    background-image: url(../images/sprite/sprite-sp.png);
    background-size: 1680.5px 1581.5px;
    background-position: -1623.5px -622px;
    width: 44px;
    height: 44px;
  }

  .sprite-sp-menu-item-1 {
    background-image: url(../images/sprite/sprite-sp.png);
    background-size: 1680.5px 1581.5px;
    background-position: -1051px -1186px;
    width: 241px;
    height: 35px;
  }

  .sprite-sp-menu-item-2 {
    background-image: url(../images/sprite/sprite-sp.png);
    background-size: 1680.5px 1581.5px;
    background-position: -1294px -1186px;
    width: 240px;
    height: 35px;
  }

  .sprite-sp-menu-item-3 {
    background-image: url(../images/sprite/sprite-sp.png);
    background-size: 1680.5px 1581.5px;
    background-position: -552px -1255px;
    width: 240px;
    height: 34px;
  }

  .sprite-sp-menu-item-map {
    background-image: url(../images/sprite/sprite-sp.png);
    background-size: 1680.5px 1581.5px;
    background-position: -809px -1186px;
    width: 240px;
    height: 48px;
  }

  .sprite-sp-menu-title {
    background-image: url(../images/sprite/sprite-sp.png);
    background-size: 1680.5px 1581.5px;
    background-position: -552px -1186px;
    width: 255px;
    height: 67px;
  }

  .sprite-sp-menu-toggle {
    background-image: url(../images/sprite/sprite-sp.png);
    background-size: 1680.5px 1581.5px;
    background-position: -1623.5px -668px;
    width: 44px;
    height: 44px;
  }

  .sprite-sp-pager-active {
    background-image: url(../images/sprite/sprite-sp.png);
    background-size: 1680.5px 1581.5px;
    background-position: -1649.5px -395px;
    width: 5px;
    height: 5px;
  }

  .sprite-sp-pager {
    background-image: url(../images/sprite/sprite-sp.png);
    background-size: 1680.5px 1581.5px;
    background-position: -1642.5px -395px;
    width: 5px;
    height: 5px;
  }

  .sprite-sp-v_chap1_1 {
    background-image: url(../images/sprite/sprite-sp.png);
    background-size: 1680.5px 1581.5px;
    background-position: -1470px -395.5px;
    width: 80px;
    height: 393.5px;
  }

  .sprite-sp-v_chap1_10 {
    background-image: url(../images/sprite/sprite-sp.png);
    background-size: 1680.5px 1581.5px;
    background-position: 0px 0px;
    width: 154.5px;
    height: 393px;
  }

  .sprite-sp-v_chap1_11 {
    background-image: url(../images/sprite/sprite-sp.png);
    background-size: 1680.5px 1581.5px;
    background-position: -1623.5px 0px;
    width: 57px;
    height: 393px;
  }

  .sprite-sp-v_chap1_12 {
    background-image: url(../images/sprite/sprite-sp.png);
    background-size: 1680.5px 1581.5px;
    background-position: -540.5px -790.5px;
    width: 104.5px;
    height: 393.5px;
  }

  .sprite-sp-v_chap1_13 {
    background-image: url(../images/sprite/sprite-sp.png);
    background-size: 1680.5px 1581.5px;
    background-position: -309.5px -1186px;
    width: 59px;
    height: 393.5px;
  }

  .sprite-sp-v_chap1_14 {
    background-image: url(../images/sprite/sprite-sp.png);
    background-size: 1680.5px 1581.5px;
    background-position: -325px -790.5px;
    width: 106px;
    height: 393.5px;
  }

  .sprite-sp-v_chap1_15 {
    background-image: url(../images/sprite/sprite-sp.png);
    background-size: 1680.5px 1581.5px;
    background-position: -109px -790.5px;
    width: 106px;
    height: 393.5px;
  }

  .sprite-sp-v_chap1_16 {
    background-image: url(../images/sprite/sprite-sp.png);
    background-size: 1680.5px 1581.5px;
    background-position: -217px -790.5px;
    width: 106px;
    height: 393.5px;
  }

  .sprite-sp-v_chap1_17 {
    background-image: url(../images/sprite/sprite-sp.png);
    background-size: 1680.5px 1581.5px;
    background-position: -1470px -791px;
    width: 60px;
    height: 393px;
  }

  .sprite-sp-v_chap1_18 {
    background-image: url(../images/sprite/sprite-sp.png);
    background-size: 1680.5px 1581.5px;
    background-position: -64px -1186px;
    width: 60px;
    height: 393.5px;
  }

  .sprite-sp-v_chap1_19 {
    background-image: url(../images/sprite/sprite-sp.png);
    background-size: 1680.5px 1581.5px;
    background-position: -752.5px -790.5px;
    width: 83.5px;
    height: 393.5px;
  }

  .sprite-sp-v_chap1_2 {
    background-image: url(../images/sprite/sprite-sp.png);
    background-size: 1680.5px 1581.5px;
    background-position: -187.5px -1186px;
    width: 59px;
    height: 393.5px;
  }

  .sprite-sp-v_chap1_20 {
    background-image: url(../images/sprite/sprite-sp.png);
    background-size: 1680.5px 1581.5px;
    background-position: -1299px -398px;
    width: 83.5px;
    height: 393.5px;
  }

  .sprite-sp-v_chap1_21 {
    background-image: url(../images/sprite/sprite-sp.png);
    background-size: 1680.5px 1581.5px;
    background-position: -288px -395.5px;
    width: 83.5px;
    height: 393px;
  }

  .sprite-sp-v_chap1_22 {
    background-image: url(../images/sprite/sprite-sp.png);
    background-size: 1680.5px 1581.5px;
    background-position: -1096.5px -395.5px;
    width: 83.5px;
    height: 393px;
  }

  .sprite-sp-v_chap1_23 {
    background-image: url(../images/sprite/sprite-sp.png);
    background-size: 1680.5px 1581.5px;
    background-position: -288px 0px;
    width: 128.5px;
    height: 393.5px;
  }

  .sprite-sp-v_chap1_24 {
    background-image: url(../images/sprite/sprite-sp.png);
    background-size: 1680.5px 1581.5px;
    background-position: -491.5px -1186px;
    width: 58.5px;
    height: 392px;
  }

  .sprite-sp-v_chap1_25 {
    background-image: url(../images/sprite/sprite-sp.png);
    background-size: 1680.5px 1581.5px;
    background-position: 0px -395px;
    width: 146.5px;
    height: 393.5px;
  }

  .sprite-sp-v_chap1_26 {
    background-image: url(../images/sprite/sprite-sp.png);
    background-size: 1680.5px 1581.5px;
    background-position: -433px -790.5px;
    width: 105.5px;
    height: 393.5px;
  }

  .sprite-sp-v_chap1_27 {
    background-image: url(../images/sprite/sprite-sp.png);
    background-size: 1680.5px 1581.5px;
    background-position: -1470px 0px;
    width: 80.5px;
    height: 393.5px;
  }

  .sprite-sp-v_chap1_28 {
    background-image: url(../images/sprite/sprite-sp.png);
    background-size: 1680.5px 1581.5px;
    background-position: -370.5px -1186px;
    width: 58.5px;
    height: 393.5px;
  }

  .sprite-sp-v_chap1_29 {
    background-image: url(../images/sprite/sprite-sp.png);
    background-size: 1680.5px 1581.5px;
    background-position: -838px -790.5px;
    width: 83px;
    height: 393.5px;
  }

  .sprite-sp-v_chap1_3 {
    background-image: url(../images/sprite/sprite-sp.png);
    background-size: 1680.5px 1581.5px;
    background-position: -647px -790.5px;
    width: 103.5px;
    height: 393.5px;
  }

  .sprite-sp-v_chap1_30 {
    background-image: url(../images/sprite/sprite-sp.png);
    background-size: 1680.5px 1581.5px;
    background-position: -248.5px -1186px;
    width: 59px;
    height: 393.5px;
  }

  .sprite-sp-v_chap1_31 {
    background-image: url(../images/sprite/sprite-sp.png);
    background-size: 1680.5px 1581.5px;
    background-position: -1386.5px -394.5px;
    width: 81px;
    height: 393.5px;
  }

  .sprite-sp-v_chap1_32 {
    background-image: url(../images/sprite/sprite-sp.png);
    background-size: 1680.5px 1581.5px;
    background-position: -126px -1186px;
    width: 59.5px;
    height: 393.5px;
  }

  .sprite-sp-v_chap1_33 {
    background-image: url(../images/sprite/sprite-sp.png);
    background-size: 1680.5px 1581.5px;
    background-position: -1007.5px -790.5px;
    width: 81.5px;
    height: 393.5px;
  }

  .sprite-sp-v_chap1_4 {
    background-image: url(../images/sprite/sprite-sp.png);
    background-size: 1680.5px 1581.5px;
    background-position: -1386.5px 0px;
    width: 81.5px;
    height: 392.5px;
  }

  .sprite-sp-v_chap1_5 {
    background-image: url(../images/sprite/sprite-sp.png);
    background-size: 1680.5px 1581.5px;
    background-position: 0px -790.5px;
    width: 107px;
    height: 393.5px;
  }

  .sprite-sp-v_chap1_6 {
    background-image: url(../images/sprite/sprite-sp.png);
    background-size: 1680.5px 1581.5px;
    background-position: -923px -790.5px;
    width: 82.5px;
    height: 393.5px;
  }

  .sprite-sp-v_chap1_7 {
    background-image: url(../images/sprite/sprite-sp.png);
    background-size: 1680.5px 1581.5px;
    background-position: -1096.5px 0px;
    width: 107px;
    height: 393.5px;
  }

  .sprite-sp-v_chap1_8 {
    background-image: url(../images/sprite/sprite-sp.png);
    background-size: 1680.5px 1581.5px;
    background-position: -1091px -790.5px;
    width: 81.5px;
    height: 393.5px;
  }

  .sprite-sp-v_chap1_9 {
    background-image: url(../images/sprite/sprite-sp.png);
    background-size: 1680.5px 1581.5px;
    background-position: -431px -1186px;
    width: 58.5px;
    height: 392.5px;
  }

  .sprite-sp-v_chap2_A_1 {
    background-image: url(../images/sprite/sprite-sp.png);
    background-size: 1680.5px 1581.5px;
    background-position: -764.5px 0px;
    width: 111px;
    height: 395.5px;
  }

  .sprite-sp-v_chap2_A_2 {
    background-image: url(../images/sprite/sprite-sp.png);
    background-size: 1680.5px 1581.5px;
    background-position: -877.5px 0px;
    width: 108px;
    height: 395.5px;
  }

  .sprite-sp-v_chap2_A_3 {
    background-image: url(../images/sprite/sprite-sp.png);
    background-size: 1680.5px 1581.5px;
    background-position: -1552.5px -397.5px;
    width: 64px;
    height: 395.5px;
  }

  .sprite-sp-v_chap2_A_4 {
    background-image: url(../images/sprite/sprite-sp.png);
    background-size: 1680.5px 1581.5px;
    background-position: 0px -1186px;
    width: 62px;
    height: 395.5px;
  }

  .sprite-sp-v_chap2_A_5 {
    background-image: url(../images/sprite/sprite-sp.png);
    background-size: 1680.5px 1581.5px;
    background-position: -156.5px 0px;
    width: 129.5px;
    height: 395.5px;
  }

  .sprite-sp-v_chap2_A_6 {
    background-image: url(../images/sprite/sprite-sp.png);
    background-size: 1680.5px 1581.5px;
    background-position: -651.5px 0px;
    width: 111px;
    height: 395.5px;
  }

  .sprite-sp-v_chap2_A_7 {
    background-image: url(../images/sprite/sprite-sp.png);
    background-size: 1680.5px 1581.5px;
    background-position: -538.5px 0px;
    width: 111px;
    height: 395.5px;
  }

  .sprite-sp-v_chap2_A_8 {
    background-image: url(../images/sprite/sprite-sp.png);
    background-size: 1680.5px 1581.5px;
    background-position: -1299px 0px;
    width: 85.5px;
    height: 396px;
  }

  .sprite-sp-v_chap2_B_1 {
    background-image: url(../images/sprite/sprite-sp.png);
    background-size: 1680.5px 1581.5px;
    background-position: -1386.5px -790px;
    width: 80.5px;
    height: 394px;
  }

  .sprite-sp-v_chap2_B_2 {
    background-image: url(../images/sprite/sprite-sp.png);
    background-size: 1680.5px 1581.5px;
    background-position: -1205.5px 0px;
    width: 91.5px;
    height: 396px;
  }

  .sprite-sp-v_chap2_B_3 {
    background-image: url(../images/sprite/sprite-sp.png);
    background-size: 1680.5px 1581.5px;
    background-position: -418.5px 0px;
    width: 118px;
    height: 395.5px;
  }

  .sprite-sp-v_chap2_B_4 {
    background-image: url(../images/sprite/sprite-sp.png);
    background-size: 1680.5px 1581.5px;
    background-position: -1205.5px -398px;
    width: 85.5px;
    height: 396.5px;
  }

  .sprite-sp-v_chap2_B_5 {
    background-image: url(../images/sprite/sprite-sp.png);
    background-size: 1680.5px 1581.5px;
    background-position: -987.5px 0px;
    width: 107px;
    height: 395px;
  }

  .sprite-sp-v_chap2_B_6 {
    background-image: url(../images/sprite/sprite-sp.png);
    background-size: 1680.5px 1581.5px;
    background-position: -1552.5px 0px;
    width: 69px;
    height: 395.5px;
  }
}
.background-wrapper-sp {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
@media (max-width: 750px) {
  .background-wrapper-sp {
    display: block;
  }
}

@media (max-width: 750px) {
  .sp-vignette {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/sp/vignette.png);
    background-size: 100% 100%;
  }
}

.background-sp {
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in;
          transition: opacity 0.3s ease-in;
}
.background-sp.current {
  opacity: 1;
  -webkit-transition: opacity 2s ease-in;
          transition: opacity 2s ease-in;
}

.loading-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  display: table;
  opacity: 0;
  background-color: black;
  -webkit-transition: opacity 0.2s ease-in-out;
          transition: opacity 0.2s ease-in-out;
}
.loading-wrapper.is-show {
  opacity: 1;
}

.loading-img {
  width: 54px;
  height: 72px;
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

@media (max-width: 750px) {
  .loading-img-pc {
    display: none;
  }
}

.loading-img-sp {
  display: none;
}
@media (max-width: 750px) {
  .loading-img-sp {
    display: block;
  }
}

@media (max-width: 750px) {
  .sidebar {
    display: none;
  }
}
.sidebar.is-all-hide .sidebar-wrapper {
  -webkit-transform: translateX(-300px);
      -ms-transform: translateX(-300px);
          transform: translateX(-300px);
}
.sidebar.is-all-hide .sidebar-border {
  height: 0%;
}
.sidebar.is-open .sidebar-background {
  visibility: visible;
  opacity: 1;
}
.sidebar.is-open .sidebar-wrapper {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.sidebar.is-open .toggle-menu__item:nth-of-type(1) {
  -webkit-transform: translate(0, 6px) rotate(-45deg);
      -ms-transform: translate(0, 6px) rotate(-45deg);
          transform: translate(0, 6px) rotate(-45deg);
}
.sidebar.is-open .toggle-menu__item:nth-of-type(2) {
  opacity: 0;
}
.sidebar.is-open .toggle-menu__item:nth-of-type(3) {
  -webkit-transform: translate(0, -6px) rotate(45deg);
      -ms-transform: translate(0, -6px) rotate(45deg);
          transform: translate(0, -6px) rotate(45deg);
}
.sidebar.is-open .sidebar-container {
  opacity: 1;
  pointer-events: auto;
}

.sidebar-background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
          transition: opacity 0.5s ease-in-out;
  pointer-events: none;
}

.sidebar-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  height: 100%;
  background-color: black;
  width: 300px;
  -webkit-transform: translateX(-252px);
      -ms-transform: translateX(-252px);
          transform: translateX(-252px);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
          transition: transform 0.5s ease-in-out;
}

.sidebar-close-menu {
  position: absolute;
  width: 48px;
  height: 100%;
  top: 0;
  right: 0;
}

.toggle-menu {
  width: 20px;
  height: 14px;
  position: absolute;
  top: 20px;
  right: 14px;
  cursor: pointer;
  z-index: 20;
}

.toggle-menu__item {
  width: 100%;
  height: 2px;
  background-color: white;
}
.toggle-menu__item:nth-of-type(n+2) {
  margin-top: 4px;
}
.toggle-menu__item:nth-of-type(1), .toggle-menu__item:nth-of-type(3) {
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
          transition: transform 0.5s ease-in-out;
}
.toggle-menu__item:nth-of-type(2) {
  -webkit-transition: opacity 0.5s ease-in-out;
          transition: opacity 0.5s ease-in-out;
}

.sidebar-logo {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -1098px -651px;
  width: 218px;
  height: 45px;
  margin: 0 auto;
  display: block;
}

.sidebar-container {
  width: 100%;
  height: 100%;
  padding: 70px 30px 0 30px;
  box-sizing: border-box;
  -webkit-transition: opacity 0.2s ease-in-out;
          transition: opacity 0.2s ease-in-out;
  opacity: 0;
  pointer-events: none;
}

.sidebar-chapter-link {
  border-top: white 1px solid;
  margin-top: 60px;
}

.sidebar-chapter-link__item {
  cursor: pointer;
  height: 36px;
  line-height: 36px;
  opacity: 0.4;
  -webkit-transition: opacity 0.2s ease-in-out;
          transition: opacity 0.2s ease-in-out;
  margin-top: 36px;
}
.sidebar-chapter-link__item:hover, .sidebar-chapter-link__item.current {
  opacity: 1;
}

.sidebar-chapter-link__item:nth-of-type(2) .sidebar-chapter-link__item-img {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -3032px -2221px;
  width: 84px;
  height: 34px;
}
.sidebar-chapter-link__item:nth-of-type(3) .sidebar-chapter-link__item-img {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -2920px -2239px;
  width: 99px;
  height: 35px;
}
.sidebar-chapter-link__item:nth-of-type(4) .sidebar-chapter-link__item-img {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -3032px -2183px;
  width: 86px;
  height: 34px;
}

.sidebar-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  z-index: 101;
  background: -webkit-linear-gradient(top, #c90000 0%, #00dffc 100%);
  background: linear-gradient(to bottom, #c90000 0%, #00dffc 100%);
  -webkit-transition: height 0.5s ease-in-out;
          transition: height 0.5s ease-in-out;
}

.open-map-modal {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -3174px -545px;
  width: 16px;
  height: 79px;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
          transition: opacity 0.2s ease-in-out;
}
.open-map-modal:hover {
  opacity: 0.7;
}

.sp-menu-button {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 150;
  display: none;
  box-sizing: border-box;
  background-image: url(../images/sprite/sprite-sp.png);
  background-size: 1680.5px 1581.5px;
  background-position: -1623.5px -668px;
  width: 44px;
  height: 44px;
}
@media (max-width: 750px) {
  .sp-menu-button {
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
            transition: opacity 0.5s ease-in-out;
  }
  .sp-menu-button.is-show {
    visibility: visible;
    opacity: 1;
  }
}

.sp-menu-modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 170;
  background-color: rgba(0, 0, 0, 0.95);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease-in-out, visibility 0s 0.5s;
          transition: opacity 0.5s ease-in-out, visibility 0s 0.5s;
}
.sp-menu-modal.is-open {
  -webkit-transition: opacity 0.5s ease-in-out, visibility 0s;
          transition: opacity 0.5s ease-in-out, visibility 0s;
  visibility: visible;
  opacity: 1;
}

.sp-menu-modal-close {
  position: absolute;
  right: 20px;
  top: 20px;
  background-image: url(../images/sprite/sprite-sp.png);
  background-size: 1680.5px 1581.5px;
  background-position: -1623.5px -622px;
  width: 44px;
  height: 44px;
}

.sp-menu-border {
  border: none;
  border-top: 1px solid white;
  margin: 22px auto 16px;
  width: 240px;
}

.sp-menu__item {
  width: 240px;
  height: 70px;
  margin: 0 auto;
  position: relative;
}

.sp-menu__item:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.sp-menu__item--1:after {
  background-image: url(../images/sprite/sprite-sp.png);
  background-size: 1680.5px 1581.5px;
  background-position: -1051px -1186px;
  width: 241px;
  height: 35px;
}

.sp-menu__item--2:after {
  background-image: url(../images/sprite/sprite-sp.png);
  background-size: 1680.5px 1581.5px;
  background-position: -1294px -1186px;
  width: 240px;
  height: 35px;
}

.sp-menu__item--3:after {
  background-image: url(../images/sprite/sprite-sp.png);
  background-size: 1680.5px 1581.5px;
  background-position: -552px -1255px;
  width: 240px;
  height: 34px;
}

.sp-menu-modal-map-button {
  margin: 20px auto;
  border: solid 1px #fff;
  background-image: url(../images/sprite/sprite-sp.png);
  background-size: 1680.5px 1581.5px;
  background-position: -809px -1186px;
  width: 240px;
  height: 48px;
}

.sp-menu-modal-logo {
  margin: 0 auto;
  background-image: url(../images/sprite/sprite-sp.png);
  background-size: 1680.5px 1581.5px;
  background-position: -552px -1186px;
  width: 255px;
  height: 67px;
}

.sp-menu-wrapper .sp-menu__sns {
  margin: 0;
}
.sp-menu-wrapper .sp-menu__sns .nhksns,
.sp-menu-wrapper .sp-menu__sns .nhksns-guide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sp-menu-wrapper .sp-menu__sns .nhksns {
  line-height: 0;
}
.sp-menu-wrapper .sp-menu__sns .nhksns-guide {
  margin: 12px 0 0;
  line-height: 20px;
}
.sp-menu-wrapper .sp-menu__sns .nhksns-twitter,
.sp-menu-wrapper .sp-menu__sns .nhksns-facebook {
  margin: 0 6px;
}

@media (max-width: 750px) {
  .front-main-title-2 {
    margin: -2px 0 2px 1px;
  }

  .front-main-title-6 {
    margin: 0 0 0 -3px;
  }

  .front-main-title-7 {
    margin: 1px 0 -1px -4px;
  }

  .front-main-title-5 {
    margin: -2px 0 2px 3px;
  }

  .front-main-title-1 {
    margin: -2px 0 2px 1px;
  }

  .front-main-title-4 {
    margin: 0 0 0 -1px;
  }

  .front-main-title-3 {
    margin: 0 0 0 1px;
  }
}
.pagers-wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin: auto;
}

.pager-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
@media (max-width: 750px) {
  .pager-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    top: initial;
    left: initial;
    right: initial;
    bottom: initial;
  }
}

.pager-label {
  margin: 10px 0;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease-in;
          transition: opacity 0.2s ease-in;
}
.pager-label:hover {
  opacity: 0.7;
}

.js-pager-wrapper-1-label {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -3174px -697px;
  width: 18px;
  height: 18px;
}

.js-pager-wrapper-2-label {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -3174px -675px;
  width: 18px;
  height: 18px;
}

.js-pager-wrapper-3-label {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -3174px -653px;
  width: 18px;
  height: 18px;
}

.pager-dot {
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  cursor: pointer;
  opacity: 0.5;
}
.pager-dot.has-transition {
  -webkit-transition: background-color 0.2s ease-in, margin 0.2s ease-in;
          transition: background-color 0.2s ease-in, margin 0.2s ease-in;
}
@media (max-width: 750px) {
  .pager-dot {
    margin: initial;
  }
}
.pager-dot:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border: white 1px solid;
  background-color: transparent;
  -webkit-transition: background-color 0.2s ease-in;
          transition: background-color 0.2s ease-in;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.pager-dot:nth-of-type(n+2) {
  margin-top: 6px;
}
@media (max-width: 750px) {
  .pager-dot:nth-of-type(n+2) {
    margin-top: initial;
    margin-left: 14px;
  }
}
.pager-dot.current:before, .pager-dot:hover:before {
  background-color: white;
}

.sp-pager {
  position: absolute;
  bottom: 36px;
  width: 300px;
  left: 0;
  right: 0;
  margin: auto;
}

.sp-pager-chapter {
  display: none;
}

.sp-pager-chapter--active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sp-pager-section {
  background-image: url(../images/sprite/sprite-sp.png);
  background-size: 1680.5px 1581.5px;
  background-position: -1642.5px -395px;
  width: 5px;
  height: 5px;
  text-indent: -9999px;
  margin-right: 5px;
}

.sp-pager-section--active {
  background-image: url(../images/sprite/sprite-sp.png);
  background-size: 1680.5px 1581.5px;
  background-position: -1649.5px -395px;
  width: 5px;
  height: 5px;
}

.front-wrapper {
  width: 100%;
  height: 100%;
}

.chapter-section-front-bg {
  pointer-events: none;
}

.js-chapter-section-front-1 {
  pointer-events: none;
}

.front-canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 300;
  top: 0;
  left: 0;
}

.front-start-button {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 9999;
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -2661px -2189px;
  width: 130px;
  height: 88px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
          transition: opacity 0.3s ease-in-out;
  cursor: pointer;
}
.front-start-button.is-show {
  opacity: 1;
}
.front-start-button.is-show:hover {
  opacity: 0.6;
}

@-webkit-keyframes main-title-char-anime-1-1 {
  0% {
    -webkit-transform: translate(-36px, -37px) rotate(-3deg);
            transform: translate(-36px, -37px) rotate(-3deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-36px/2, -37px/2) rotate(-3deg/2);
            transform: translate(-36px/2, -37px/2) rotate(-3deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}

@keyframes main-title-char-anime-1-1 {
  0% {
    -webkit-transform: translate(-36px, -37px) rotate(-3deg);
            transform: translate(-36px, -37px) rotate(-3deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-36px/2, -37px/2) rotate(-3deg/2);
            transform: translate(-36px/2, -37px/2) rotate(-3deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}
.front-main-title-1 .front-main-char__item-wrapper:nth-of-type(1) .front-main-char__item.is-anime {
  -webkit-animation: main-title-char-anime-1-1 7s ease-in-out 0.33333s both;
          animation: main-title-char-anime-1-1 7s ease-in-out 0.33333s both;
}

@-webkit-keyframes main-title-char-anime-1-2 {
  0% {
    -webkit-transform: translate(6px, 9px) rotate(1deg);
            transform: translate(6px, 9px) rotate(1deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(6px/2, 9px/2) rotate(1deg/2);
            transform: translate(6px/2, 9px/2) rotate(1deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}

@keyframes main-title-char-anime-1-2 {
  0% {
    -webkit-transform: translate(6px, 9px) rotate(1deg);
            transform: translate(6px, 9px) rotate(1deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(6px/2, 9px/2) rotate(1deg/2);
            transform: translate(6px/2, 9px/2) rotate(1deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}
.front-main-title-1 .front-main-char__item-wrapper:nth-of-type(2) .front-main-char__item.is-anime {
  -webkit-animation: main-title-char-anime-1-2 10s ease-in-out 1.83333s both;
          animation: main-title-char-anime-1-2 10s ease-in-out 1.83333s both;
}

@-webkit-keyframes main-title-char-anime-1-3 {
  0% {
    -webkit-transform: translate(14px, -18px) rotate(-5deg);
            transform: translate(14px, -18px) rotate(-5deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(14px/2, -18px/2) rotate(-5deg/2);
            transform: translate(14px/2, -18px/2) rotate(-5deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}

@keyframes main-title-char-anime-1-3 {
  0% {
    -webkit-transform: translate(14px, -18px) rotate(-5deg);
            transform: translate(14px, -18px) rotate(-5deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(14px/2, -18px/2) rotate(-5deg/2);
            transform: translate(14px/2, -18px/2) rotate(-5deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}
.front-main-title-1 .front-main-char__item-wrapper:nth-of-type(3) .front-main-char__item.is-anime {
  -webkit-animation: main-title-char-anime-1-3 6s ease-in-out 1.33333s both;
          animation: main-title-char-anime-1-3 6s ease-in-out 1.33333s both;
}

@-webkit-keyframes main-title-char-anime-1-4 {
  0% {
    -webkit-transform: translate(23px, 33px) rotate(17deg);
            transform: translate(23px, 33px) rotate(17deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(23px/2, 33px/2) rotate(17deg/2);
            transform: translate(23px/2, 33px/2) rotate(17deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}

@keyframes main-title-char-anime-1-4 {
  0% {
    -webkit-transform: translate(23px, 33px) rotate(17deg);
            transform: translate(23px, 33px) rotate(17deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(23px/2, 33px/2) rotate(17deg/2);
            transform: translate(23px/2, 33px/2) rotate(17deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}
.front-main-title-1 .front-main-char__item-wrapper:nth-of-type(4) .front-main-char__item.is-anime {
  -webkit-animation: main-title-char-anime-1-4 7s ease-in-out 0.66667s both;
          animation: main-title-char-anime-1-4 7s ease-in-out 0.66667s both;
}

@-webkit-keyframes main-title-char-anime-1-5 {
  0% {
    -webkit-transform: translate(-22px, -10px) rotate(-13deg);
            transform: translate(-22px, -10px) rotate(-13deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-22px/2, -10px/2) rotate(-13deg/2);
            transform: translate(-22px/2, -10px/2) rotate(-13deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}

@keyframes main-title-char-anime-1-5 {
  0% {
    -webkit-transform: translate(-22px, -10px) rotate(-13deg);
            transform: translate(-22px, -10px) rotate(-13deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-22px/2, -10px/2) rotate(-13deg/2);
            transform: translate(-22px/2, -10px/2) rotate(-13deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}
.front-main-title-1 .front-main-char__item-wrapper:nth-of-type(5) .front-main-char__item.is-anime {
  -webkit-animation: main-title-char-anime-1-5 7s ease-in-out 1s both;
          animation: main-title-char-anime-1-5 7s ease-in-out 1s both;
}

@-webkit-keyframes main-title-char-anime-1-6 {
  0% {
    -webkit-transform: translate(23px, -7px) rotate(-13deg);
            transform: translate(23px, -7px) rotate(-13deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(23px/2, -7px/2) rotate(-13deg/2);
            transform: translate(23px/2, -7px/2) rotate(-13deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}

@keyframes main-title-char-anime-1-6 {
  0% {
    -webkit-transform: translate(23px, -7px) rotate(-13deg);
            transform: translate(23px, -7px) rotate(-13deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(23px/2, -7px/2) rotate(-13deg/2);
            transform: translate(23px/2, -7px/2) rotate(-13deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}
.front-main-title-1 .front-main-char__item-wrapper:nth-of-type(6) .front-main-char__item.is-anime {
  -webkit-animation: main-title-char-anime-1-6 7s ease-in-out 1.66667s both;
          animation: main-title-char-anime-1-6 7s ease-in-out 1.66667s both;
}

@-webkit-keyframes main-title-char-anime-1-7 {
  0% {
    -webkit-transform: translate(39px, 5px) rotate(-7deg);
            transform: translate(39px, 5px) rotate(-7deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(39px/2, 5px/2) rotate(-7deg/2);
            transform: translate(39px/2, 5px/2) rotate(-7deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}

@keyframes main-title-char-anime-1-7 {
  0% {
    -webkit-transform: translate(39px, 5px) rotate(-7deg);
            transform: translate(39px, 5px) rotate(-7deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(39px/2, 5px/2) rotate(-7deg/2);
            transform: translate(39px/2, 5px/2) rotate(-7deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}
.front-main-title-1 .front-main-char__item-wrapper:nth-of-type(7) .front-main-char__item.is-anime {
  -webkit-animation: main-title-char-anime-1-7 7s ease-in-out 0.83333s both;
          animation: main-title-char-anime-1-7 7s ease-in-out 0.83333s both;
}

@-webkit-keyframes main-title-char-anime-1-8 {
  0% {
    -webkit-transform: translate(26px, -41px) rotate(4deg);
            transform: translate(26px, -41px) rotate(4deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(26px/2, -41px/2) rotate(4deg/2);
            transform: translate(26px/2, -41px/2) rotate(4deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}

@keyframes main-title-char-anime-1-8 {
  0% {
    -webkit-transform: translate(26px, -41px) rotate(4deg);
            transform: translate(26px, -41px) rotate(4deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(26px/2, -41px/2) rotate(4deg/2);
            transform: translate(26px/2, -41px/2) rotate(4deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}
.front-main-title-1 .front-main-char__item-wrapper:nth-of-type(8) .front-main-char__item.is-anime {
  -webkit-animation: main-title-char-anime-1-8 8s ease-in-out 0.66667s both;
          animation: main-title-char-anime-1-8 8s ease-in-out 0.66667s both;
}

@-webkit-keyframes main-title-char-anime-1-9 {
  0% {
    -webkit-transform: translate(-47px, -49px) rotate(-17deg);
            transform: translate(-47px, -49px) rotate(-17deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-47px/2, -49px/2) rotate(-17deg/2);
            transform: translate(-47px/2, -49px/2) rotate(-17deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}

@keyframes main-title-char-anime-1-9 {
  0% {
    -webkit-transform: translate(-47px, -49px) rotate(-17deg);
            transform: translate(-47px, -49px) rotate(-17deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-47px/2, -49px/2) rotate(-17deg/2);
            transform: translate(-47px/2, -49px/2) rotate(-17deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}
.front-main-title-1 .front-main-char__item-wrapper:nth-of-type(9) .front-main-char__item.is-anime {
  -webkit-animation: main-title-char-anime-1-9 8s ease-in-out 1.83333s both;
          animation: main-title-char-anime-1-9 8s ease-in-out 1.83333s both;
}

@-webkit-keyframes main-title-char-anime-1-10 {
  0% {
    -webkit-transform: translate(32px, 23px) rotate(12deg);
            transform: translate(32px, 23px) rotate(12deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(32px/2, 23px/2) rotate(12deg/2);
            transform: translate(32px/2, 23px/2) rotate(12deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}

@keyframes main-title-char-anime-1-10 {
  0% {
    -webkit-transform: translate(32px, 23px) rotate(12deg);
            transform: translate(32px, 23px) rotate(12deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(32px/2, 23px/2) rotate(12deg/2);
            transform: translate(32px/2, 23px/2) rotate(12deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}
.front-main-title-1 .front-main-char__item-wrapper:nth-of-type(10) .front-main-char__item.is-anime {
  -webkit-animation: main-title-char-anime-1-10 8s ease-in-out 0.83333s both;
          animation: main-title-char-anime-1-10 8s ease-in-out 0.83333s both;
}

@-webkit-keyframes main-title-char-anime-2-1 {
  0% {
    -webkit-transform: translate(-14px, 15px) rotate(11deg);
            transform: translate(-14px, 15px) rotate(11deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-14px/2, 15px/2) rotate(11deg/2);
            transform: translate(-14px/2, 15px/2) rotate(11deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}

@keyframes main-title-char-anime-2-1 {
  0% {
    -webkit-transform: translate(-14px, 15px) rotate(11deg);
            transform: translate(-14px, 15px) rotate(11deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-14px/2, 15px/2) rotate(11deg/2);
            transform: translate(-14px/2, 15px/2) rotate(11deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}
.front-main-title-2 .front-main-char__item-wrapper:nth-of-type(1) .front-main-char__item.is-anime {
  -webkit-animation: main-title-char-anime-2-1 8s ease-in-out 0.5s both;
          animation: main-title-char-anime-2-1 8s ease-in-out 0.5s both;
}

@-webkit-keyframes main-title-char-anime-2-2 {
  0% {
    -webkit-transform: translate(26px, -7px) rotate(-13deg);
            transform: translate(26px, -7px) rotate(-13deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(26px/2, -7px/2) rotate(-13deg/2);
            transform: translate(26px/2, -7px/2) rotate(-13deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}

@keyframes main-title-char-anime-2-2 {
  0% {
    -webkit-transform: translate(26px, -7px) rotate(-13deg);
            transform: translate(26px, -7px) rotate(-13deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(26px/2, -7px/2) rotate(-13deg/2);
            transform: translate(26px/2, -7px/2) rotate(-13deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}
.front-main-title-2 .front-main-char__item-wrapper:nth-of-type(2) .front-main-char__item.is-anime {
  -webkit-animation: main-title-char-anime-2-2 9s ease-in-out 0.5s both;
          animation: main-title-char-anime-2-2 9s ease-in-out 0.5s both;
}

@-webkit-keyframes main-title-char-anime-2-3 {
  0% {
    -webkit-transform: translate(-10px, 4px) rotate(-13deg);
            transform: translate(-10px, 4px) rotate(-13deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-10px/2, 4px/2) rotate(-13deg/2);
            transform: translate(-10px/2, 4px/2) rotate(-13deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}

@keyframes main-title-char-anime-2-3 {
  0% {
    -webkit-transform: translate(-10px, 4px) rotate(-13deg);
            transform: translate(-10px, 4px) rotate(-13deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-10px/2, 4px/2) rotate(-13deg/2);
            transform: translate(-10px/2, 4px/2) rotate(-13deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}
.front-main-title-2 .front-main-char__item-wrapper:nth-of-type(3) .front-main-char__item.is-anime {
  -webkit-animation: main-title-char-anime-2-3 9s ease-in-out 1.16667s both;
          animation: main-title-char-anime-2-3 9s ease-in-out 1.16667s both;
}

@-webkit-keyframes main-title-char-anime-2-4 {
  0% {
    -webkit-transform: translate(7px, -12px) rotate(-10deg);
            transform: translate(7px, -12px) rotate(-10deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(7px/2, -12px/2) rotate(-10deg/2);
            transform: translate(7px/2, -12px/2) rotate(-10deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}

@keyframes main-title-char-anime-2-4 {
  0% {
    -webkit-transform: translate(7px, -12px) rotate(-10deg);
            transform: translate(7px, -12px) rotate(-10deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(7px/2, -12px/2) rotate(-10deg/2);
            transform: translate(7px/2, -12px/2) rotate(-10deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}
.front-main-title-2 .front-main-char__item-wrapper:nth-of-type(4) .front-main-char__item.is-anime {
  -webkit-animation: main-title-char-anime-2-4 8s ease-in-out 1.66667s both;
          animation: main-title-char-anime-2-4 8s ease-in-out 1.66667s both;
}

@-webkit-keyframes main-title-char-anime-2-5 {
  0% {
    -webkit-transform: translate(13px, -21px) rotate(18deg);
            transform: translate(13px, -21px) rotate(18deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(13px/2, -21px/2) rotate(18deg/2);
            transform: translate(13px/2, -21px/2) rotate(18deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}

@keyframes main-title-char-anime-2-5 {
  0% {
    -webkit-transform: translate(13px, -21px) rotate(18deg);
            transform: translate(13px, -21px) rotate(18deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(13px/2, -21px/2) rotate(18deg/2);
            transform: translate(13px/2, -21px/2) rotate(18deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}
.front-main-title-2 .front-main-char__item-wrapper:nth-of-type(5) .front-main-char__item.is-anime {
  -webkit-animation: main-title-char-anime-2-5 9s ease-in-out 0.83333s both;
          animation: main-title-char-anime-2-5 9s ease-in-out 0.83333s both;
}

@-webkit-keyframes main-title-char-anime-2-6 {
  0% {
    -webkit-transform: translate(-45px, 4px) rotate(-17deg);
            transform: translate(-45px, 4px) rotate(-17deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-45px/2, 4px/2) rotate(-17deg/2);
            transform: translate(-45px/2, 4px/2) rotate(-17deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}

@keyframes main-title-char-anime-2-6 {
  0% {
    -webkit-transform: translate(-45px, 4px) rotate(-17deg);
            transform: translate(-45px, 4px) rotate(-17deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-45px/2, 4px/2) rotate(-17deg/2);
            transform: translate(-45px/2, 4px/2) rotate(-17deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}
.front-main-title-2 .front-main-char__item-wrapper:nth-of-type(6) .front-main-char__item.is-anime {
  -webkit-animation: main-title-char-anime-2-6 10s ease-in-out 2s both;
          animation: main-title-char-anime-2-6 10s ease-in-out 2s both;
}

@-webkit-keyframes main-title-char-anime-2-7 {
  0% {
    -webkit-transform: translate(19px, 41px) rotate(5deg);
            transform: translate(19px, 41px) rotate(5deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(19px/2, 41px/2) rotate(5deg/2);
            transform: translate(19px/2, 41px/2) rotate(5deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}

@keyframes main-title-char-anime-2-7 {
  0% {
    -webkit-transform: translate(19px, 41px) rotate(5deg);
            transform: translate(19px, 41px) rotate(5deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(19px/2, 41px/2) rotate(5deg/2);
            transform: translate(19px/2, 41px/2) rotate(5deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}
.front-main-title-2 .front-main-char__item-wrapper:nth-of-type(7) .front-main-char__item.is-anime {
  -webkit-animation: main-title-char-anime-2-7 8s ease-in-out 0.66667s both;
          animation: main-title-char-anime-2-7 8s ease-in-out 0.66667s both;
}

@-webkit-keyframes main-title-char-anime-2-8 {
  0% {
    -webkit-transform: translate(5px, -15px) rotate(2deg);
            transform: translate(5px, -15px) rotate(2deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(5px/2, -15px/2) rotate(2deg/2);
            transform: translate(5px/2, -15px/2) rotate(2deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}

@keyframes main-title-char-anime-2-8 {
  0% {
    -webkit-transform: translate(5px, -15px) rotate(2deg);
            transform: translate(5px, -15px) rotate(2deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(5px/2, -15px/2) rotate(2deg/2);
            transform: translate(5px/2, -15px/2) rotate(2deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}
.front-main-title-2 .front-main-char__item-wrapper:nth-of-type(8) .front-main-char__item.is-anime {
  -webkit-animation: main-title-char-anime-2-8 6s ease-in-out 1.83333s both;
          animation: main-title-char-anime-2-8 6s ease-in-out 1.83333s both;
}

@-webkit-keyframes main-title-char-anime-2-9 {
  0% {
    -webkit-transform: translate(-17px, -22px) rotate(-16deg);
            transform: translate(-17px, -22px) rotate(-16deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-17px/2, -22px/2) rotate(-16deg/2);
            transform: translate(-17px/2, -22px/2) rotate(-16deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}

@keyframes main-title-char-anime-2-9 {
  0% {
    -webkit-transform: translate(-17px, -22px) rotate(-16deg);
            transform: translate(-17px, -22px) rotate(-16deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-17px/2, -22px/2) rotate(-16deg/2);
            transform: translate(-17px/2, -22px/2) rotate(-16deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}
.front-main-title-2 .front-main-char__item-wrapper:nth-of-type(9) .front-main-char__item.is-anime {
  -webkit-animation: main-title-char-anime-2-9 9s ease-in-out 0.5s both;
          animation: main-title-char-anime-2-9 9s ease-in-out 0.5s both;
}

@-webkit-keyframes main-title-char-anime-2-10 {
  0% {
    -webkit-transform: translate(11px, 21px) rotate(9deg);
            transform: translate(11px, 21px) rotate(9deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(11px/2, 21px/2) rotate(9deg/2);
            transform: translate(11px/2, 21px/2) rotate(9deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}

@keyframes main-title-char-anime-2-10 {
  0% {
    -webkit-transform: translate(11px, 21px) rotate(9deg);
            transform: translate(11px, 21px) rotate(9deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(11px/2, 21px/2) rotate(9deg/2);
            transform: translate(11px/2, 21px/2) rotate(9deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}
.front-main-title-2 .front-main-char__item-wrapper:nth-of-type(10) .front-main-char__item.is-anime {
  -webkit-animation: main-title-char-anime-2-10 6s ease-in-out 1.16667s both;
          animation: main-title-char-anime-2-10 6s ease-in-out 1.16667s both;
}

@-webkit-keyframes main-title-char-anime-3-1 {
  0% {
    -webkit-transform: translate(17px, 43px) rotate(14deg);
            transform: translate(17px, 43px) rotate(14deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(17px/2, 43px/2) rotate(14deg/2);
            transform: translate(17px/2, 43px/2) rotate(14deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}

@keyframes main-title-char-anime-3-1 {
  0% {
    -webkit-transform: translate(17px, 43px) rotate(14deg);
            transform: translate(17px, 43px) rotate(14deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(17px/2, 43px/2) rotate(14deg/2);
            transform: translate(17px/2, 43px/2) rotate(14deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}
.front-main-title-3 .front-main-char__item-wrapper:nth-of-type(1) .front-main-char__item.is-anime {
  -webkit-animation: main-title-char-anime-3-1 8s ease-in-out 2s both;
          animation: main-title-char-anime-3-1 8s ease-in-out 2s both;
}

@-webkit-keyframes main-title-char-anime-3-2 {
  0% {
    -webkit-transform: translate(34px, -15px) rotate(5deg);
            transform: translate(34px, -15px) rotate(5deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(34px/2, -15px/2) rotate(5deg/2);
            transform: translate(34px/2, -15px/2) rotate(5deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}

@keyframes main-title-char-anime-3-2 {
  0% {
    -webkit-transform: translate(34px, -15px) rotate(5deg);
            transform: translate(34px, -15px) rotate(5deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(34px/2, -15px/2) rotate(5deg/2);
            transform: translate(34px/2, -15px/2) rotate(5deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}
.front-main-title-3 .front-main-char__item-wrapper:nth-of-type(2) .front-main-char__item.is-anime {
  -webkit-animation: main-title-char-anime-3-2 9s ease-in-out 1.33333s both;
          animation: main-title-char-anime-3-2 9s ease-in-out 1.33333s both;
}

@-webkit-keyframes main-title-char-anime-3-3 {
  0% {
    -webkit-transform: translate(29px, 7px) rotate(-7deg);
            transform: translate(29px, 7px) rotate(-7deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(29px/2, 7px/2) rotate(-7deg/2);
            transform: translate(29px/2, 7px/2) rotate(-7deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}

@keyframes main-title-char-anime-3-3 {
  0% {
    -webkit-transform: translate(29px, 7px) rotate(-7deg);
            transform: translate(29px, 7px) rotate(-7deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(29px/2, 7px/2) rotate(-7deg/2);
            transform: translate(29px/2, 7px/2) rotate(-7deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}
.front-main-title-3 .front-main-char__item-wrapper:nth-of-type(3) .front-main-char__item.is-anime {
  -webkit-animation: main-title-char-anime-3-3 10s ease-in-out 1.66667s both;
          animation: main-title-char-anime-3-3 10s ease-in-out 1.66667s both;
}

@-webkit-keyframes main-title-char-anime-3-4 {
  0% {
    -webkit-transform: translate(-26px, 4px) rotate(-14deg);
            transform: translate(-26px, 4px) rotate(-14deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-26px/2, 4px/2) rotate(-14deg/2);
            transform: translate(-26px/2, 4px/2) rotate(-14deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}

@keyframes main-title-char-anime-3-4 {
  0% {
    -webkit-transform: translate(-26px, 4px) rotate(-14deg);
            transform: translate(-26px, 4px) rotate(-14deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-26px/2, 4px/2) rotate(-14deg/2);
            transform: translate(-26px/2, 4px/2) rotate(-14deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}
.front-main-title-3 .front-main-char__item-wrapper:nth-of-type(4) .front-main-char__item.is-anime {
  -webkit-animation: main-title-char-anime-3-4 7s ease-in-out 0.5s both;
          animation: main-title-char-anime-3-4 7s ease-in-out 0.5s both;
}

@-webkit-keyframes main-title-char-anime-3-5 {
  0% {
    -webkit-transform: translate(21px, -53px) rotate(2deg);
            transform: translate(21px, -53px) rotate(2deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(21px/2, -53px/2) rotate(2deg/2);
            transform: translate(21px/2, -53px/2) rotate(2deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}

@keyframes main-title-char-anime-3-5 {
  0% {
    -webkit-transform: translate(21px, -53px) rotate(2deg);
            transform: translate(21px, -53px) rotate(2deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(21px/2, -53px/2) rotate(2deg/2);
            transform: translate(21px/2, -53px/2) rotate(2deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}
.front-main-title-3 .front-main-char__item-wrapper:nth-of-type(5) .front-main-char__item.is-anime {
  -webkit-animation: main-title-char-anime-3-5 9s ease-in-out 0.5s both;
          animation: main-title-char-anime-3-5 9s ease-in-out 0.5s both;
}

@-webkit-keyframes main-title-char-anime-3-6 {
  0% {
    -webkit-transform: translate(18px, -29px) rotate(19deg);
            transform: translate(18px, -29px) rotate(19deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(18px/2, -29px/2) rotate(19deg/2);
            transform: translate(18px/2, -29px/2) rotate(19deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}

@keyframes main-title-char-anime-3-6 {
  0% {
    -webkit-transform: translate(18px, -29px) rotate(19deg);
            transform: translate(18px, -29px) rotate(19deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(18px/2, -29px/2) rotate(19deg/2);
            transform: translate(18px/2, -29px/2) rotate(19deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}
.front-main-title-3 .front-main-char__item-wrapper:nth-of-type(6) .front-main-char__item.is-anime {
  -webkit-animation: main-title-char-anime-3-6 9s ease-in-out 1.33333s both;
          animation: main-title-char-anime-3-6 9s ease-in-out 1.33333s both;
}

@-webkit-keyframes main-title-char-anime-3-7 {
  0% {
    -webkit-transform: translate(14px, 48px) rotate(16deg);
            transform: translate(14px, 48px) rotate(16deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(14px/2, 48px/2) rotate(16deg/2);
            transform: translate(14px/2, 48px/2) rotate(16deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}

@keyframes main-title-char-anime-3-7 {
  0% {
    -webkit-transform: translate(14px, 48px) rotate(16deg);
            transform: translate(14px, 48px) rotate(16deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(14px/2, 48px/2) rotate(16deg/2);
            transform: translate(14px/2, 48px/2) rotate(16deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}
.front-main-title-3 .front-main-char__item-wrapper:nth-of-type(7) .front-main-char__item.is-anime {
  -webkit-animation: main-title-char-anime-3-7 8s ease-in-out 1.83333s both;
          animation: main-title-char-anime-3-7 8s ease-in-out 1.83333s both;
}

@-webkit-keyframes main-title-char-anime-3-8 {
  0% {
    -webkit-transform: translate(32px, 47px) rotate(8deg);
            transform: translate(32px, 47px) rotate(8deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(32px/2, 47px/2) rotate(8deg/2);
            transform: translate(32px/2, 47px/2) rotate(8deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}

@keyframes main-title-char-anime-3-8 {
  0% {
    -webkit-transform: translate(32px, 47px) rotate(8deg);
            transform: translate(32px, 47px) rotate(8deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(32px/2, 47px/2) rotate(8deg/2);
            transform: translate(32px/2, 47px/2) rotate(8deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}
.front-main-title-3 .front-main-char__item-wrapper:nth-of-type(8) .front-main-char__item.is-anime {
  -webkit-animation: main-title-char-anime-3-8 10s ease-in-out 1.16667s both;
          animation: main-title-char-anime-3-8 10s ease-in-out 1.16667s both;
}

@-webkit-keyframes main-title-char-anime-3-9 {
  0% {
    -webkit-transform: translate(42px, 7px) rotate(2deg);
            transform: translate(42px, 7px) rotate(2deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(42px/2, 7px/2) rotate(2deg/2);
            transform: translate(42px/2, 7px/2) rotate(2deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}

@keyframes main-title-char-anime-3-9 {
  0% {
    -webkit-transform: translate(42px, 7px) rotate(2deg);
            transform: translate(42px, 7px) rotate(2deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(42px/2, 7px/2) rotate(2deg/2);
            transform: translate(42px/2, 7px/2) rotate(2deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}
.front-main-title-3 .front-main-char__item-wrapper:nth-of-type(9) .front-main-char__item.is-anime {
  -webkit-animation: main-title-char-anime-3-9 6s ease-in-out 0.66667s both;
          animation: main-title-char-anime-3-9 6s ease-in-out 0.66667s both;
}

@-webkit-keyframes main-title-char-anime-3-10 {
  0% {
    -webkit-transform: translate(-41px, 10px) rotate(14deg);
            transform: translate(-41px, 10px) rotate(14deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-41px/2, 10px/2) rotate(14deg/2);
            transform: translate(-41px/2, 10px/2) rotate(14deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}

@keyframes main-title-char-anime-3-10 {
  0% {
    -webkit-transform: translate(-41px, 10px) rotate(14deg);
            transform: translate(-41px, 10px) rotate(14deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-41px/2, 10px/2) rotate(14deg/2);
            transform: translate(-41px/2, 10px/2) rotate(14deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}
.front-main-title-3 .front-main-char__item-wrapper:nth-of-type(10) .front-main-char__item.is-anime {
  -webkit-animation: main-title-char-anime-3-10 8s ease-in-out 1.16667s both;
          animation: main-title-char-anime-3-10 8s ease-in-out 1.16667s both;
}

@-webkit-keyframes main-title-char-anime-4-1 {
  0% {
    -webkit-transform: translate(-26px, -16px) rotate(-16deg);
            transform: translate(-26px, -16px) rotate(-16deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-26px/2, -16px/2) rotate(-16deg/2);
            transform: translate(-26px/2, -16px/2) rotate(-16deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}

@keyframes main-title-char-anime-4-1 {
  0% {
    -webkit-transform: translate(-26px, -16px) rotate(-16deg);
            transform: translate(-26px, -16px) rotate(-16deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-26px/2, -16px/2) rotate(-16deg/2);
            transform: translate(-26px/2, -16px/2) rotate(-16deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}
.front-main-title-4 .front-main-char__item-wrapper:nth-of-type(1) .front-main-char__item.is-anime {
  -webkit-animation: main-title-char-anime-4-1 7s ease-in-out 1.5s both;
          animation: main-title-char-anime-4-1 7s ease-in-out 1.5s both;
}

@-webkit-keyframes main-title-char-anime-4-2 {
  0% {
    -webkit-transform: translate(-2px, 31px) rotate(2deg);
            transform: translate(-2px, 31px) rotate(2deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-2px/2, 31px/2) rotate(2deg/2);
            transform: translate(-2px/2, 31px/2) rotate(2deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}

@keyframes main-title-char-anime-4-2 {
  0% {
    -webkit-transform: translate(-2px, 31px) rotate(2deg);
            transform: translate(-2px, 31px) rotate(2deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-2px/2, 31px/2) rotate(2deg/2);
            transform: translate(-2px/2, 31px/2) rotate(2deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}
.front-main-title-4 .front-main-char__item-wrapper:nth-of-type(2) .front-main-char__item.is-anime {
  -webkit-animation: main-title-char-anime-4-2 8s ease-in-out 0.66667s both;
          animation: main-title-char-anime-4-2 8s ease-in-out 0.66667s both;
}

@-webkit-keyframes main-title-char-anime-4-3 {
  0% {
    -webkit-transform: translate(5px, 55px) rotate(9deg);
            transform: translate(5px, 55px) rotate(9deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(5px/2, 55px/2) rotate(9deg/2);
            transform: translate(5px/2, 55px/2) rotate(9deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}

@keyframes main-title-char-anime-4-3 {
  0% {
    -webkit-transform: translate(5px, 55px) rotate(9deg);
            transform: translate(5px, 55px) rotate(9deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(5px/2, 55px/2) rotate(9deg/2);
            transform: translate(5px/2, 55px/2) rotate(9deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}
.front-main-title-4 .front-main-char__item-wrapper:nth-of-type(3) .front-main-char__item.is-anime {
  -webkit-animation: main-title-char-anime-4-3 9s ease-in-out 0.5s both;
          animation: main-title-char-anime-4-3 9s ease-in-out 0.5s both;
}

@-webkit-keyframes main-title-char-anime-4-4 {
  0% {
    -webkit-transform: translate(18px, 31px) rotate(20deg);
            transform: translate(18px, 31px) rotate(20deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(18px/2, 31px/2) rotate(20deg/2);
            transform: translate(18px/2, 31px/2) rotate(20deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}

@keyframes main-title-char-anime-4-4 {
  0% {
    -webkit-transform: translate(18px, 31px) rotate(20deg);
            transform: translate(18px, 31px) rotate(20deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(18px/2, 31px/2) rotate(20deg/2);
            transform: translate(18px/2, 31px/2) rotate(20deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}
.front-main-title-4 .front-main-char__item-wrapper:nth-of-type(4) .front-main-char__item.is-anime {
  -webkit-animation: main-title-char-anime-4-4 7s ease-in-out 0.5s both;
          animation: main-title-char-anime-4-4 7s ease-in-out 0.5s both;
}

@-webkit-keyframes main-title-char-anime-4-5 {
  0% {
    -webkit-transform: translate(27px, 1px) rotate(-15deg);
            transform: translate(27px, 1px) rotate(-15deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(27px/2, 1px/2) rotate(-15deg/2);
            transform: translate(27px/2, 1px/2) rotate(-15deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}

@keyframes main-title-char-anime-4-5 {
  0% {
    -webkit-transform: translate(27px, 1px) rotate(-15deg);
            transform: translate(27px, 1px) rotate(-15deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(27px/2, 1px/2) rotate(-15deg/2);
            transform: translate(27px/2, 1px/2) rotate(-15deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}
.front-main-title-4 .front-main-char__item-wrapper:nth-of-type(5) .front-main-char__item.is-anime {
  -webkit-animation: main-title-char-anime-4-5 9s ease-in-out 0.66667s both;
          animation: main-title-char-anime-4-5 9s ease-in-out 0.66667s both;
}

@-webkit-keyframes main-title-char-anime-4-6 {
  0% {
    -webkit-transform: translate(-7px, 32px) rotate(-1deg);
            transform: translate(-7px, 32px) rotate(-1deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-7px/2, 32px/2) rotate(-1deg/2);
            transform: translate(-7px/2, 32px/2) rotate(-1deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}

@keyframes main-title-char-anime-4-6 {
  0% {
    -webkit-transform: translate(-7px, 32px) rotate(-1deg);
            transform: translate(-7px, 32px) rotate(-1deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-7px/2, 32px/2) rotate(-1deg/2);
            transform: translate(-7px/2, 32px/2) rotate(-1deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}
.front-main-title-4 .front-main-char__item-wrapper:nth-of-type(6) .front-main-char__item.is-anime {
  -webkit-animation: main-title-char-anime-4-6 10s ease-in-out 2s both;
          animation: main-title-char-anime-4-6 10s ease-in-out 2s both;
}

@-webkit-keyframes main-title-char-anime-4-7 {
  0% {
    -webkit-transform: translate(-30px, 27px) rotate(-10deg);
            transform: translate(-30px, 27px) rotate(-10deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-30px/2, 27px/2) rotate(-10deg/2);
            transform: translate(-30px/2, 27px/2) rotate(-10deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}

@keyframes main-title-char-anime-4-7 {
  0% {
    -webkit-transform: translate(-30px, 27px) rotate(-10deg);
            transform: translate(-30px, 27px) rotate(-10deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-30px/2, 27px/2) rotate(-10deg/2);
            transform: translate(-30px/2, 27px/2) rotate(-10deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}
.front-main-title-4 .front-main-char__item-wrapper:nth-of-type(7) .front-main-char__item.is-anime {
  -webkit-animation: main-title-char-anime-4-7 10s ease-in-out 0.33333s both;
          animation: main-title-char-anime-4-7 10s ease-in-out 0.33333s both;
}

@-webkit-keyframes main-title-char-anime-4-8 {
  0% {
    -webkit-transform: translate(19px, -13px) rotate(-8deg);
            transform: translate(19px, -13px) rotate(-8deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(19px/2, -13px/2) rotate(-8deg/2);
            transform: translate(19px/2, -13px/2) rotate(-8deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}

@keyframes main-title-char-anime-4-8 {
  0% {
    -webkit-transform: translate(19px, -13px) rotate(-8deg);
            transform: translate(19px, -13px) rotate(-8deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(19px/2, -13px/2) rotate(-8deg/2);
            transform: translate(19px/2, -13px/2) rotate(-8deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}
.front-main-title-4 .front-main-char__item-wrapper:nth-of-type(8) .front-main-char__item.is-anime {
  -webkit-animation: main-title-char-anime-4-8 7s ease-in-out 2s both;
          animation: main-title-char-anime-4-8 7s ease-in-out 2s both;
}

@-webkit-keyframes main-title-char-anime-4-9 {
  0% {
    -webkit-transform: translate(-55px, -53px) rotate(-12deg);
            transform: translate(-55px, -53px) rotate(-12deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-55px/2, -53px/2) rotate(-12deg/2);
            transform: translate(-55px/2, -53px/2) rotate(-12deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}

@keyframes main-title-char-anime-4-9 {
  0% {
    -webkit-transform: translate(-55px, -53px) rotate(-12deg);
            transform: translate(-55px, -53px) rotate(-12deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-55px/2, -53px/2) rotate(-12deg/2);
            transform: translate(-55px/2, -53px/2) rotate(-12deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}
.front-main-title-4 .front-main-char__item-wrapper:nth-of-type(9) .front-main-char__item.is-anime {
  -webkit-animation: main-title-char-anime-4-9 7s ease-in-out 1.33333s both;
          animation: main-title-char-anime-4-9 7s ease-in-out 1.33333s both;
}

@-webkit-keyframes main-title-char-anime-4-10 {
  0% {
    -webkit-transform: translate(44px, -20px) rotate(14deg);
            transform: translate(44px, -20px) rotate(14deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(44px/2, -20px/2) rotate(14deg/2);
            transform: translate(44px/2, -20px/2) rotate(14deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}

@keyframes main-title-char-anime-4-10 {
  0% {
    -webkit-transform: translate(44px, -20px) rotate(14deg);
            transform: translate(44px, -20px) rotate(14deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(44px/2, -20px/2) rotate(14deg/2);
            transform: translate(44px/2, -20px/2) rotate(14deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}
.front-main-title-4 .front-main-char__item-wrapper:nth-of-type(10) .front-main-char__item.is-anime {
  -webkit-animation: main-title-char-anime-4-10 6s ease-in-out 0.16667s both;
          animation: main-title-char-anime-4-10 6s ease-in-out 0.16667s both;
}

@-webkit-keyframes main-title-char-anime-5-1 {
  0% {
    -webkit-transform: translate(14px, -22px) rotate(15deg);
            transform: translate(14px, -22px) rotate(15deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(14px/2, -22px/2) rotate(15deg/2);
            transform: translate(14px/2, -22px/2) rotate(15deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}

@keyframes main-title-char-anime-5-1 {
  0% {
    -webkit-transform: translate(14px, -22px) rotate(15deg);
            transform: translate(14px, -22px) rotate(15deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(14px/2, -22px/2) rotate(15deg/2);
            transform: translate(14px/2, -22px/2) rotate(15deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}
.front-main-title-5 .front-main-char__item-wrapper:nth-of-type(1) .front-main-char__item.is-anime {
  -webkit-animation: main-title-char-anime-5-1 7s ease-in-out 1.5s both;
          animation: main-title-char-anime-5-1 7s ease-in-out 1.5s both;
}

@-webkit-keyframes main-title-char-anime-5-2 {
  0% {
    -webkit-transform: translate(-17px, -29px) rotate(10deg);
            transform: translate(-17px, -29px) rotate(10deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-17px/2, -29px/2) rotate(10deg/2);
            transform: translate(-17px/2, -29px/2) rotate(10deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}

@keyframes main-title-char-anime-5-2 {
  0% {
    -webkit-transform: translate(-17px, -29px) rotate(10deg);
            transform: translate(-17px, -29px) rotate(10deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-17px/2, -29px/2) rotate(10deg/2);
            transform: translate(-17px/2, -29px/2) rotate(10deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}
.front-main-title-5 .front-main-char__item-wrapper:nth-of-type(2) .front-main-char__item.is-anime {
  -webkit-animation: main-title-char-anime-5-2 8s ease-in-out 1.16667s both;
          animation: main-title-char-anime-5-2 8s ease-in-out 1.16667s both;
}

@-webkit-keyframes main-title-char-anime-5-3 {
  0% {
    -webkit-transform: translate(-9px, -36px) rotate(-14deg);
            transform: translate(-9px, -36px) rotate(-14deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-9px/2, -36px/2) rotate(-14deg/2);
            transform: translate(-9px/2, -36px/2) rotate(-14deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}

@keyframes main-title-char-anime-5-3 {
  0% {
    -webkit-transform: translate(-9px, -36px) rotate(-14deg);
            transform: translate(-9px, -36px) rotate(-14deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-9px/2, -36px/2) rotate(-14deg/2);
            transform: translate(-9px/2, -36px/2) rotate(-14deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}
.front-main-title-5 .front-main-char__item-wrapper:nth-of-type(3) .front-main-char__item.is-anime {
  -webkit-animation: main-title-char-anime-5-3 6s ease-in-out 1.5s both;
          animation: main-title-char-anime-5-3 6s ease-in-out 1.5s both;
}

@-webkit-keyframes main-title-char-anime-5-4 {
  0% {
    -webkit-transform: translate(9px, 28px) rotate(6deg);
            transform: translate(9px, 28px) rotate(6deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(9px/2, 28px/2) rotate(6deg/2);
            transform: translate(9px/2, 28px/2) rotate(6deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}

@keyframes main-title-char-anime-5-4 {
  0% {
    -webkit-transform: translate(9px, 28px) rotate(6deg);
            transform: translate(9px, 28px) rotate(6deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(9px/2, 28px/2) rotate(6deg/2);
            transform: translate(9px/2, 28px/2) rotate(6deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}
.front-main-title-5 .front-main-char__item-wrapper:nth-of-type(4) .front-main-char__item.is-anime {
  -webkit-animation: main-title-char-anime-5-4 9s ease-in-out 0.33333s both;
          animation: main-title-char-anime-5-4 9s ease-in-out 0.33333s both;
}

@-webkit-keyframes main-title-char-anime-5-5 {
  0% {
    -webkit-transform: translate(-28px, -16px) rotate(16deg);
            transform: translate(-28px, -16px) rotate(16deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-28px/2, -16px/2) rotate(16deg/2);
            transform: translate(-28px/2, -16px/2) rotate(16deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}

@keyframes main-title-char-anime-5-5 {
  0% {
    -webkit-transform: translate(-28px, -16px) rotate(16deg);
            transform: translate(-28px, -16px) rotate(16deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-28px/2, -16px/2) rotate(16deg/2);
            transform: translate(-28px/2, -16px/2) rotate(16deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}
.front-main-title-5 .front-main-char__item-wrapper:nth-of-type(5) .front-main-char__item.is-anime {
  -webkit-animation: main-title-char-anime-5-5 10s ease-in-out 1.5s both;
          animation: main-title-char-anime-5-5 10s ease-in-out 1.5s both;
}

@-webkit-keyframes main-title-char-anime-5-6 {
  0% {
    -webkit-transform: translate(9px, 53px) rotate(5deg);
            transform: translate(9px, 53px) rotate(5deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(9px/2, 53px/2) rotate(5deg/2);
            transform: translate(9px/2, 53px/2) rotate(5deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}

@keyframes main-title-char-anime-5-6 {
  0% {
    -webkit-transform: translate(9px, 53px) rotate(5deg);
            transform: translate(9px, 53px) rotate(5deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(9px/2, 53px/2) rotate(5deg/2);
            transform: translate(9px/2, 53px/2) rotate(5deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}
.front-main-title-5 .front-main-char__item-wrapper:nth-of-type(6) .front-main-char__item.is-anime {
  -webkit-animation: main-title-char-anime-5-6 10s ease-in-out 1.16667s both;
          animation: main-title-char-anime-5-6 10s ease-in-out 1.16667s both;
}

@-webkit-keyframes main-title-char-anime-5-7 {
  0% {
    -webkit-transform: translate(-3px, 39px) rotate(15deg);
            transform: translate(-3px, 39px) rotate(15deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-3px/2, 39px/2) rotate(15deg/2);
            transform: translate(-3px/2, 39px/2) rotate(15deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}

@keyframes main-title-char-anime-5-7 {
  0% {
    -webkit-transform: translate(-3px, 39px) rotate(15deg);
            transform: translate(-3px, 39px) rotate(15deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-3px/2, 39px/2) rotate(15deg/2);
            transform: translate(-3px/2, 39px/2) rotate(15deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}
.front-main-title-5 .front-main-char__item-wrapper:nth-of-type(7) .front-main-char__item.is-anime {
  -webkit-animation: main-title-char-anime-5-7 10s ease-in-out 1.16667s both;
          animation: main-title-char-anime-5-7 10s ease-in-out 1.16667s both;
}

@-webkit-keyframes main-title-char-anime-5-8 {
  0% {
    -webkit-transform: translate(-3px, -14px) rotate(-8deg);
            transform: translate(-3px, -14px) rotate(-8deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-3px/2, -14px/2) rotate(-8deg/2);
            transform: translate(-3px/2, -14px/2) rotate(-8deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}

@keyframes main-title-char-anime-5-8 {
  0% {
    -webkit-transform: translate(-3px, -14px) rotate(-8deg);
            transform: translate(-3px, -14px) rotate(-8deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-3px/2, -14px/2) rotate(-8deg/2);
            transform: translate(-3px/2, -14px/2) rotate(-8deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}
.front-main-title-5 .front-main-char__item-wrapper:nth-of-type(8) .front-main-char__item.is-anime {
  -webkit-animation: main-title-char-anime-5-8 8s ease-in-out 0.5s both;
          animation: main-title-char-anime-5-8 8s ease-in-out 0.5s both;
}

@-webkit-keyframes main-title-char-anime-5-9 {
  0% {
    -webkit-transform: translate(-25px, 0px) rotate(-17deg);
            transform: translate(-25px, 0px) rotate(-17deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-25px/2, 0px/2) rotate(-17deg/2);
            transform: translate(-25px/2, 0px/2) rotate(-17deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}

@keyframes main-title-char-anime-5-9 {
  0% {
    -webkit-transform: translate(-25px, 0px) rotate(-17deg);
            transform: translate(-25px, 0px) rotate(-17deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-25px/2, 0px/2) rotate(-17deg/2);
            transform: translate(-25px/2, 0px/2) rotate(-17deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}
.front-main-title-5 .front-main-char__item-wrapper:nth-of-type(9) .front-main-char__item.is-anime {
  -webkit-animation: main-title-char-anime-5-9 10s ease-in-out 1.5s both;
          animation: main-title-char-anime-5-9 10s ease-in-out 1.5s both;
}

@-webkit-keyframes main-title-char-anime-5-10 {
  0% {
    -webkit-transform: translate(10px, -21px) rotate(0deg);
            transform: translate(10px, -21px) rotate(0deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(10px/2, -21px/2) rotate(0deg/2);
            transform: translate(10px/2, -21px/2) rotate(0deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}

@keyframes main-title-char-anime-5-10 {
  0% {
    -webkit-transform: translate(10px, -21px) rotate(0deg);
            transform: translate(10px, -21px) rotate(0deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(10px/2, -21px/2) rotate(0deg/2);
            transform: translate(10px/2, -21px/2) rotate(0deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}
.front-main-title-5 .front-main-char__item-wrapper:nth-of-type(10) .front-main-char__item.is-anime {
  -webkit-animation: main-title-char-anime-5-10 8s ease-in-out 1.5s both;
          animation: main-title-char-anime-5-10 8s ease-in-out 1.5s both;
}

@-webkit-keyframes main-title-char-anime-6-1 {
  0% {
    -webkit-transform: translate(-49px, 3px) rotate(-2deg);
            transform: translate(-49px, 3px) rotate(-2deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-49px/2, 3px/2) rotate(-2deg/2);
            transform: translate(-49px/2, 3px/2) rotate(-2deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}

@keyframes main-title-char-anime-6-1 {
  0% {
    -webkit-transform: translate(-49px, 3px) rotate(-2deg);
            transform: translate(-49px, 3px) rotate(-2deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-49px/2, 3px/2) rotate(-2deg/2);
            transform: translate(-49px/2, 3px/2) rotate(-2deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}
.front-main-title-6 .front-main-char__item-wrapper:nth-of-type(1) .front-main-char__item.is-anime {
  -webkit-animation: main-title-char-anime-6-1 7s ease-in-out 2s both;
          animation: main-title-char-anime-6-1 7s ease-in-out 2s both;
}

@-webkit-keyframes main-title-char-anime-6-2 {
  0% {
    -webkit-transform: translate(-35px, -3px) rotate(-17deg);
            transform: translate(-35px, -3px) rotate(-17deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-35px/2, -3px/2) rotate(-17deg/2);
            transform: translate(-35px/2, -3px/2) rotate(-17deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}

@keyframes main-title-char-anime-6-2 {
  0% {
    -webkit-transform: translate(-35px, -3px) rotate(-17deg);
            transform: translate(-35px, -3px) rotate(-17deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-35px/2, -3px/2) rotate(-17deg/2);
            transform: translate(-35px/2, -3px/2) rotate(-17deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}
.front-main-title-6 .front-main-char__item-wrapper:nth-of-type(2) .front-main-char__item.is-anime {
  -webkit-animation: main-title-char-anime-6-2 7s ease-in-out 1.66667s both;
          animation: main-title-char-anime-6-2 7s ease-in-out 1.66667s both;
}

@-webkit-keyframes main-title-char-anime-6-3 {
  0% {
    -webkit-transform: translate(-14px, -13px) rotate(-18deg);
            transform: translate(-14px, -13px) rotate(-18deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-14px/2, -13px/2) rotate(-18deg/2);
            transform: translate(-14px/2, -13px/2) rotate(-18deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}

@keyframes main-title-char-anime-6-3 {
  0% {
    -webkit-transform: translate(-14px, -13px) rotate(-18deg);
            transform: translate(-14px, -13px) rotate(-18deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-14px/2, -13px/2) rotate(-18deg/2);
            transform: translate(-14px/2, -13px/2) rotate(-18deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}
.front-main-title-6 .front-main-char__item-wrapper:nth-of-type(3) .front-main-char__item.is-anime {
  -webkit-animation: main-title-char-anime-6-3 6s ease-in-out 1.16667s both;
          animation: main-title-char-anime-6-3 6s ease-in-out 1.16667s both;
}

@-webkit-keyframes main-title-char-anime-6-4 {
  0% {
    -webkit-transform: translate(-25px, -44px) rotate(14deg);
            transform: translate(-25px, -44px) rotate(14deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-25px/2, -44px/2) rotate(14deg/2);
            transform: translate(-25px/2, -44px/2) rotate(14deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}

@keyframes main-title-char-anime-6-4 {
  0% {
    -webkit-transform: translate(-25px, -44px) rotate(14deg);
            transform: translate(-25px, -44px) rotate(14deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-25px/2, -44px/2) rotate(14deg/2);
            transform: translate(-25px/2, -44px/2) rotate(14deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}
.front-main-title-6 .front-main-char__item-wrapper:nth-of-type(4) .front-main-char__item.is-anime {
  -webkit-animation: main-title-char-anime-6-4 8s ease-in-out 2s both;
          animation: main-title-char-anime-6-4 8s ease-in-out 2s both;
}

@-webkit-keyframes main-title-char-anime-6-5 {
  0% {
    -webkit-transform: translate(-33px, -29px) rotate(1deg);
            transform: translate(-33px, -29px) rotate(1deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-33px/2, -29px/2) rotate(1deg/2);
            transform: translate(-33px/2, -29px/2) rotate(1deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}

@keyframes main-title-char-anime-6-5 {
  0% {
    -webkit-transform: translate(-33px, -29px) rotate(1deg);
            transform: translate(-33px, -29px) rotate(1deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-33px/2, -29px/2) rotate(1deg/2);
            transform: translate(-33px/2, -29px/2) rotate(1deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}
.front-main-title-6 .front-main-char__item-wrapper:nth-of-type(5) .front-main-char__item.is-anime {
  -webkit-animation: main-title-char-anime-6-5 8s ease-in-out 0.16667s both;
          animation: main-title-char-anime-6-5 8s ease-in-out 0.16667s both;
}

@-webkit-keyframes main-title-char-anime-6-6 {
  0% {
    -webkit-transform: translate(-9px, 5px) rotate(-1deg);
            transform: translate(-9px, 5px) rotate(-1deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-9px/2, 5px/2) rotate(-1deg/2);
            transform: translate(-9px/2, 5px/2) rotate(-1deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}

@keyframes main-title-char-anime-6-6 {
  0% {
    -webkit-transform: translate(-9px, 5px) rotate(-1deg);
            transform: translate(-9px, 5px) rotate(-1deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-9px/2, 5px/2) rotate(-1deg/2);
            transform: translate(-9px/2, 5px/2) rotate(-1deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}
.front-main-title-6 .front-main-char__item-wrapper:nth-of-type(6) .front-main-char__item.is-anime {
  -webkit-animation: main-title-char-anime-6-6 8s ease-in-out 1.66667s both;
          animation: main-title-char-anime-6-6 8s ease-in-out 1.66667s both;
}

@-webkit-keyframes main-title-char-anime-6-7 {
  0% {
    -webkit-transform: translate(8px, -7px) rotate(7deg);
            transform: translate(8px, -7px) rotate(7deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(8px/2, -7px/2) rotate(7deg/2);
            transform: translate(8px/2, -7px/2) rotate(7deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}

@keyframes main-title-char-anime-6-7 {
  0% {
    -webkit-transform: translate(8px, -7px) rotate(7deg);
            transform: translate(8px, -7px) rotate(7deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(8px/2, -7px/2) rotate(7deg/2);
            transform: translate(8px/2, -7px/2) rotate(7deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}
.front-main-title-6 .front-main-char__item-wrapper:nth-of-type(7) .front-main-char__item.is-anime {
  -webkit-animation: main-title-char-anime-6-7 9s ease-in-out 1s both;
          animation: main-title-char-anime-6-7 9s ease-in-out 1s both;
}

@-webkit-keyframes main-title-char-anime-6-8 {
  0% {
    -webkit-transform: translate(4px, -33px) rotate(-10deg);
            transform: translate(4px, -33px) rotate(-10deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(4px/2, -33px/2) rotate(-10deg/2);
            transform: translate(4px/2, -33px/2) rotate(-10deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}

@keyframes main-title-char-anime-6-8 {
  0% {
    -webkit-transform: translate(4px, -33px) rotate(-10deg);
            transform: translate(4px, -33px) rotate(-10deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(4px/2, -33px/2) rotate(-10deg/2);
            transform: translate(4px/2, -33px/2) rotate(-10deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}
.front-main-title-6 .front-main-char__item-wrapper:nth-of-type(8) .front-main-char__item.is-anime {
  -webkit-animation: main-title-char-anime-6-8 9s ease-in-out 1s both;
          animation: main-title-char-anime-6-8 9s ease-in-out 1s both;
}

@-webkit-keyframes main-title-char-anime-6-9 {
  0% {
    -webkit-transform: translate(18px, -13px) rotate(-4deg);
            transform: translate(18px, -13px) rotate(-4deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(18px/2, -13px/2) rotate(-4deg/2);
            transform: translate(18px/2, -13px/2) rotate(-4deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}

@keyframes main-title-char-anime-6-9 {
  0% {
    -webkit-transform: translate(18px, -13px) rotate(-4deg);
            transform: translate(18px, -13px) rotate(-4deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(18px/2, -13px/2) rotate(-4deg/2);
            transform: translate(18px/2, -13px/2) rotate(-4deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}
.front-main-title-6 .front-main-char__item-wrapper:nth-of-type(9) .front-main-char__item.is-anime {
  -webkit-animation: main-title-char-anime-6-9 6s ease-in-out 1.83333s both;
          animation: main-title-char-anime-6-9 6s ease-in-out 1.83333s both;
}

@-webkit-keyframes main-title-char-anime-6-10 {
  0% {
    -webkit-transform: translate(-48px, -36px) rotate(19deg);
            transform: translate(-48px, -36px) rotate(19deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-48px/2, -36px/2) rotate(19deg/2);
            transform: translate(-48px/2, -36px/2) rotate(19deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}

@keyframes main-title-char-anime-6-10 {
  0% {
    -webkit-transform: translate(-48px, -36px) rotate(19deg);
            transform: translate(-48px, -36px) rotate(19deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-48px/2, -36px/2) rotate(19deg/2);
            transform: translate(-48px/2, -36px/2) rotate(19deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}
.front-main-title-6 .front-main-char__item-wrapper:nth-of-type(10) .front-main-char__item.is-anime {
  -webkit-animation: main-title-char-anime-6-10 8s ease-in-out 1.83333s both;
          animation: main-title-char-anime-6-10 8s ease-in-out 1.83333s both;
}

@-webkit-keyframes main-title-char-anime-7-1 {
  0% {
    -webkit-transform: translate(0px, 20px) rotate(1deg);
            transform: translate(0px, 20px) rotate(1deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(0px/2, 20px/2) rotate(1deg/2);
            transform: translate(0px/2, 20px/2) rotate(1deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}

@keyframes main-title-char-anime-7-1 {
  0% {
    -webkit-transform: translate(0px, 20px) rotate(1deg);
            transform: translate(0px, 20px) rotate(1deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(0px/2, 20px/2) rotate(1deg/2);
            transform: translate(0px/2, 20px/2) rotate(1deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}
.front-main-title-7 .front-main-char__item-wrapper:nth-of-type(1) .front-main-char__item.is-anime {
  -webkit-animation: main-title-char-anime-7-1 10s ease-in-out 0.33333s both;
          animation: main-title-char-anime-7-1 10s ease-in-out 0.33333s both;
}

@-webkit-keyframes main-title-char-anime-7-2 {
  0% {
    -webkit-transform: translate(18px, 24px) rotate(-8deg);
            transform: translate(18px, 24px) rotate(-8deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(18px/2, 24px/2) rotate(-8deg/2);
            transform: translate(18px/2, 24px/2) rotate(-8deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}

@keyframes main-title-char-anime-7-2 {
  0% {
    -webkit-transform: translate(18px, 24px) rotate(-8deg);
            transform: translate(18px, 24px) rotate(-8deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(18px/2, 24px/2) rotate(-8deg/2);
            transform: translate(18px/2, 24px/2) rotate(-8deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}
.front-main-title-7 .front-main-char__item-wrapper:nth-of-type(2) .front-main-char__item.is-anime {
  -webkit-animation: main-title-char-anime-7-2 7s ease-in-out 0.33333s both;
          animation: main-title-char-anime-7-2 7s ease-in-out 0.33333s both;
}

@-webkit-keyframes main-title-char-anime-7-3 {
  0% {
    -webkit-transform: translate(5px, -17px) rotate(4deg);
            transform: translate(5px, -17px) rotate(4deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(5px/2, -17px/2) rotate(4deg/2);
            transform: translate(5px/2, -17px/2) rotate(4deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}

@keyframes main-title-char-anime-7-3 {
  0% {
    -webkit-transform: translate(5px, -17px) rotate(4deg);
            transform: translate(5px, -17px) rotate(4deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(5px/2, -17px/2) rotate(4deg/2);
            transform: translate(5px/2, -17px/2) rotate(4deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}
.front-main-title-7 .front-main-char__item-wrapper:nth-of-type(3) .front-main-char__item.is-anime {
  -webkit-animation: main-title-char-anime-7-3 7s ease-in-out 1.66667s both;
          animation: main-title-char-anime-7-3 7s ease-in-out 1.66667s both;
}

@-webkit-keyframes main-title-char-anime-7-4 {
  0% {
    -webkit-transform: translate(0px, 17px) rotate(9deg);
            transform: translate(0px, 17px) rotate(9deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(0px/2, 17px/2) rotate(9deg/2);
            transform: translate(0px/2, 17px/2) rotate(9deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}

@keyframes main-title-char-anime-7-4 {
  0% {
    -webkit-transform: translate(0px, 17px) rotate(9deg);
            transform: translate(0px, 17px) rotate(9deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(0px/2, 17px/2) rotate(9deg/2);
            transform: translate(0px/2, 17px/2) rotate(9deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}
.front-main-title-7 .front-main-char__item-wrapper:nth-of-type(4) .front-main-char__item.is-anime {
  -webkit-animation: main-title-char-anime-7-4 8s ease-in-out 1.66667s both;
          animation: main-title-char-anime-7-4 8s ease-in-out 1.66667s both;
}

@-webkit-keyframes main-title-char-anime-7-5 {
  0% {
    -webkit-transform: translate(-36px, 16px) rotate(-9deg);
            transform: translate(-36px, 16px) rotate(-9deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-36px/2, 16px/2) rotate(-9deg/2);
            transform: translate(-36px/2, 16px/2) rotate(-9deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}

@keyframes main-title-char-anime-7-5 {
  0% {
    -webkit-transform: translate(-36px, 16px) rotate(-9deg);
            transform: translate(-36px, 16px) rotate(-9deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-36px/2, 16px/2) rotate(-9deg/2);
            transform: translate(-36px/2, 16px/2) rotate(-9deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}
.front-main-title-7 .front-main-char__item-wrapper:nth-of-type(5) .front-main-char__item.is-anime {
  -webkit-animation: main-title-char-anime-7-5 10s ease-in-out 1s both;
          animation: main-title-char-anime-7-5 10s ease-in-out 1s both;
}

@-webkit-keyframes main-title-char-anime-7-6 {
  0% {
    -webkit-transform: translate(4px, -7px) rotate(-16deg);
            transform: translate(4px, -7px) rotate(-16deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(4px/2, -7px/2) rotate(-16deg/2);
            transform: translate(4px/2, -7px/2) rotate(-16deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}

@keyframes main-title-char-anime-7-6 {
  0% {
    -webkit-transform: translate(4px, -7px) rotate(-16deg);
            transform: translate(4px, -7px) rotate(-16deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(4px/2, -7px/2) rotate(-16deg/2);
            transform: translate(4px/2, -7px/2) rotate(-16deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}
.front-main-title-7 .front-main-char__item-wrapper:nth-of-type(6) .front-main-char__item.is-anime {
  -webkit-animation: main-title-char-anime-7-6 10s ease-in-out 0.5s both;
          animation: main-title-char-anime-7-6 10s ease-in-out 0.5s both;
}

@-webkit-keyframes main-title-char-anime-7-7 {
  0% {
    -webkit-transform: translate(11px, -50px) rotate(-15deg);
            transform: translate(11px, -50px) rotate(-15deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(11px/2, -50px/2) rotate(-15deg/2);
            transform: translate(11px/2, -50px/2) rotate(-15deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}

@keyframes main-title-char-anime-7-7 {
  0% {
    -webkit-transform: translate(11px, -50px) rotate(-15deg);
            transform: translate(11px, -50px) rotate(-15deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(11px/2, -50px/2) rotate(-15deg/2);
            transform: translate(11px/2, -50px/2) rotate(-15deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}
.front-main-title-7 .front-main-char__item-wrapper:nth-of-type(7) .front-main-char__item.is-anime {
  -webkit-animation: main-title-char-anime-7-7 7s ease-in-out 0.5s both;
          animation: main-title-char-anime-7-7 7s ease-in-out 0.5s both;
}

@-webkit-keyframes main-title-char-anime-7-8 {
  0% {
    -webkit-transform: translate(18px, 10px) rotate(-14deg);
            transform: translate(18px, 10px) rotate(-14deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(18px/2, 10px/2) rotate(-14deg/2);
            transform: translate(18px/2, 10px/2) rotate(-14deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}

@keyframes main-title-char-anime-7-8 {
  0% {
    -webkit-transform: translate(18px, 10px) rotate(-14deg);
            transform: translate(18px, 10px) rotate(-14deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(18px/2, 10px/2) rotate(-14deg/2);
            transform: translate(18px/2, 10px/2) rotate(-14deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}
.front-main-title-7 .front-main-char__item-wrapper:nth-of-type(8) .front-main-char__item.is-anime {
  -webkit-animation: main-title-char-anime-7-8 7s ease-in-out 2s both;
          animation: main-title-char-anime-7-8 7s ease-in-out 2s both;
}

@-webkit-keyframes main-title-char-anime-7-9 {
  0% {
    -webkit-transform: translate(2px, -44px) rotate(4deg);
            transform: translate(2px, -44px) rotate(4deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(2px/2, -44px/2) rotate(4deg/2);
            transform: translate(2px/2, -44px/2) rotate(4deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}

@keyframes main-title-char-anime-7-9 {
  0% {
    -webkit-transform: translate(2px, -44px) rotate(4deg);
            transform: translate(2px, -44px) rotate(4deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(2px/2, -44px/2) rotate(4deg/2);
            transform: translate(2px/2, -44px/2) rotate(4deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}
.front-main-title-7 .front-main-char__item-wrapper:nth-of-type(9) .front-main-char__item.is-anime {
  -webkit-animation: main-title-char-anime-7-9 9s ease-in-out 1s both;
          animation: main-title-char-anime-7-9 9s ease-in-out 1s both;
}

@-webkit-keyframes main-title-char-anime-7-10 {
  0% {
    -webkit-transform: translate(15px, 28px) rotate(-15deg);
            transform: translate(15px, 28px) rotate(-15deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(15px/2, 28px/2) rotate(-15deg/2);
            transform: translate(15px/2, 28px/2) rotate(-15deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}

@keyframes main-title-char-anime-7-10 {
  0% {
    -webkit-transform: translate(15px, 28px) rotate(-15deg);
            transform: translate(15px, 28px) rotate(-15deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(15px/2, 28px/2) rotate(-15deg/2);
            transform: translate(15px/2, 28px/2) rotate(-15deg/2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    opacity: 0.7;
  }
}
.front-main-title-7 .front-main-char__item-wrapper:nth-of-type(10) .front-main-char__item.is-anime {
  -webkit-animation: main-title-char-anime-7-10 7s ease-in-out 0.5s both;
          animation: main-title-char-anime-7-10 7s ease-in-out 0.5s both;
}

.chapters-wrapper, .chapter-wrapper, .chapter-section__item {
  width: 100%;
  height: 100%;
}

.chapters-wrapper, .chapter-wrapper, .chapter-section__item {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media (max-width: 750px) {
  .chapters-wrapper, .chapter-wrapper, .chapter-section__item {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

@media (max-width: 750px) {
  .chapters-wrapper {
    position: absolute;
  }
}

.chapter-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: scale(0.94);
      -ms-transform: scale(0.94);
          transform: scale(0.94);
}
.chapter-wrapper.has-transition {
  -webkit-transition: opacity 1.6s ease-out, -webkit-transform 1.6s ease-out;
          transition: opacity 1.6s ease-out, transform 1.6s ease-out;
}
.chapter-wrapper.current {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
@media (max-width: 750px) {
  .chapter-wrapper {
    pointer-events: none;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

.chapter-section__item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 750px) {
  .chapter-section__item {
    opacity: 0;
    position: absolute;
    background-image: none !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .chapter-section__item.swipe-in-from-top {
    -webkit-animation: sp-swipe-to-top-reverse 1.6s cubic-bezier(0.23, 1, 0.32, 1) 0.4s 1;
            animation: sp-swipe-to-top-reverse 1.6s cubic-bezier(0.23, 1, 0.32, 1) 0.4s 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    opacity: 0;
  }
  .chapter-section__item.swipe-in-from-bottom {
    -webkit-animation: sp-swipe-to-bottom-reverse 1.6s cubic-bezier(0.23, 1, 0.32, 1) 0.4s 1;
            animation: sp-swipe-to-bottom-reverse 1.6s cubic-bezier(0.23, 1, 0.32, 1) 0.4s 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    opacity: 0;
  }
  .chapter-section__item.swipe-out-to-top {
    -webkit-animation: sp-swipe-to-top 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0s 1;
            animation: sp-swipe-to-top 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0s 1;
  }
  .chapter-section__item.swipe-out-to-bottom {
    -webkit-animation: sp-swipe-to-bottom 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0s 1;
            animation: sp-swipe-to-bottom 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0s 1;
  }
  .chapter-section__item.current {
    pointer-events: auto;
  }
}
.chapter-section__item.no-transition {
  -webkit-transition: none !important;
          transition: none !important;
}
.chapter-section__item.switch-type-vertical {
  position: relative;
}
.chapter-section__item.switch-type-fade {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
          transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.chapter-section__item.switch-type-fade.current {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.chapter-section__item.switch-type-fade.current .chapter-section-wrapper {
  opacity: 1;
}

.chapter-section-bg-video, .chapter-section-black-bg {
  -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
          transform: scale(1.08);
}
@media (max-width: 750px) {
  .chapter-section-bg-video, .chapter-section-black-bg {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

.chapter-section-black-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-size: cover;
}
.chapter-section-black-bg:before, .chapter-section-black-bg:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
@media (max-width: 750px) {
  .chapter-section-black-bg:before, .chapter-section-black-bg:after {
    display: none;
  }
}
.chapter-section-black-bg:before {
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0) 30%, #000000 90%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 30%, #000000 90%);
  z-index: 39;
  -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
          transform: scale(1.08);
}
.chapter-section-black-bg:after {
  background-image: url(../images/chapter/ami.png);
  background-repeat: repeat;
  z-index: 40;
}

.chapter-section-black-bg-caption {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", sans-serif;
  position: absolute;
  bottom: 44px;
  right: 4.4%;
  text-align: left;
  z-index: 30;
  letter-spacing: 0.5px;
}
.chapter-section-black-bg-caption[data-caption-type="video"] {
  font-size: 11px;
  line-height: 15px;
}
.chapter-section-black-bg-caption[data-caption-type="picture"] {
  font-size: 9px;
  line-height: 18px;
}
@media (max-width: 750px) {
  .chapter-section-black-bg-caption, .chapter-section-black-bg-caption[data-caption-type="video"], .chapter-section-black-bg-caption[data-caption-type="picture"] {
    width: 300px;
    height: auto;
    font-size: 10px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 30px;
    white-space: nowrap;
    text-align: right;
    -webkit-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
  }
}

.chapter-section-front-people {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: white;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-transition: opacity 0.8s ease-in-out;
          transition: opacity 0.8s ease-in-out;
}
@media (max-width: 750px) {
  .chapter-section-front-people {
    position: absolute;
    padding: 0 37px;
    box-sizing: border-box;
    background-color: black;
  }
  .chapter-section-front-people.sp-anime .front-people-explain {
    -webkit-animation: front-people-explain-anime-secound 1.2s ease-in-out both;
            animation: front-people-explain-anime-secound 1.2s ease-in-out both;
  }
}
.chapter-section-front-people.secound-anime .front-people {
  -webkit-transform: translate(0, 0px);
      -ms-transform: translate(0, 0px);
          transform: translate(0, 0px);
}
.chapter-section-front-people.secound-anime .front-people-explain {
  text-shadow: 0px 0px 0px white;
  opacity: 1;
}
.chapter-section-front-people.third-anime {
  opacity: 0;
}

.chapter-section-front-people-container {
  position: relative;
}

.front-people {
  display: block;
  text-align: center;
  width: 800px;
  margin: auto;
  font-size: 140px;
  line-height: 140px;
  -webkit-transform: translate(0, 100px);
      -ms-transform: translate(0, 100px);
          transform: translate(0, 100px);
  color: transparent;
  -webkit-transition: -webkit-transform 1.7s ease-in-out, opacity 1.2s ease-in-out;
          transition: transform 1.7s ease-in-out, opacity 1.2s ease-in-out;
}
@media (max-width: 750px) {
  .front-people {
    display: block;
    width: 100%;
    font-size: 70px;
    line-height: 70px;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
  }
}
.front-people.is-page-load .front-people__item-wrapper {
  text-shadow: 0px 0px 0px white;
}

.front-people-source {
  position: absolute;
  top: 133px;
  right: 180px;
  font-size: 12px;
  line-height: 14px;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-in-out 1s;
          transition: opacity 0.8s ease-in-out 1s;
}
.front-people-source.is-show {
  opacity: 1;
}
@media (max-width: 750px) {
  .front-people-source {
    font-size: 10px;
    text-align: center;
    top: 78px;
    white-space: nowrap;
    right: 0;
    left: 0;
    margin: 0;
  }
}

.front-people-explain {
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  -webkit-transform: translate(0, 10px);
      -ms-transform: translate(0, 10px);
          transform: translate(0, 10px);
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-in-out, text-shadow 1.2s ease-in-out;
          transition: opacity 0.8s ease-in-out, text-shadow 1.2s ease-in-out;
  color: transparent;
  text-shadow: 0px 0px 30px white;
}
.front-people-explain span {
  background-image: url(../images/chapter/text-under-border.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 6px;
  height: 1px;
}
@media (max-width: 750px) {
  .front-people-explain {
    font-size: 12px;
    line-height: 22px;
    text-align: left;
  }
}

.front-people__item-wrapper {
  display: inline-block;
  text-shadow: 0px 0px 140px black;
  -webkit-animation: front-people-fuyofuyo-x ease-in-out infinite both;
          animation: front-people-fuyofuyo-x ease-in-out infinite both;
}
.front-people__item-wrapper:nth-of-type(1) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-transition: text-shadow 1.6s ease-in-out 0s;
          transition: text-shadow 1.6s ease-in-out 0s;
}
@media (max-width: 750px) {
  .front-people__item-wrapper:nth-of-type(1) {
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
  }
}
.front-people__item-wrapper:nth-of-type(2) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-transition: text-shadow 1.6s ease-in-out 0.6s;
          transition: text-shadow 1.6s ease-in-out 0.6s;
}
@media (max-width: 750px) {
  .front-people__item-wrapper:nth-of-type(2) {
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
  }
}
.front-people__item-wrapper:nth-of-type(3) {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
  -webkit-transition: text-shadow 1.6s ease-in-out 1.2s;
          transition: text-shadow 1.6s ease-in-out 1.2s;
}
@media (max-width: 750px) {
  .front-people__item-wrapper:nth-of-type(3) {
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
  }
}
.front-people__item-wrapper:nth-of-type(4) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
  -webkit-transition: text-shadow 1.6s ease-in-out 1.8s;
          transition: text-shadow 1.6s ease-in-out 1.8s;
}
@media (max-width: 750px) {
  .front-people__item-wrapper:nth-of-type(4) {
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
  }
}
.front-people__item-wrapper:nth-of-type(5) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-transition: text-shadow 1.6s ease-in-out 2.4s;
          transition: text-shadow 1.6s ease-in-out 2.4s;
}
@media (max-width: 750px) {
  .front-people__item-wrapper:nth-of-type(5) {
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
  }
}
.front-people__item-wrapper:nth-of-type(6) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-transition: text-shadow 1.6s ease-in-out 3s;
          transition: text-shadow 1.6s ease-in-out 3s;
}
@media (max-width: 750px) {
  .front-people__item-wrapper:nth-of-type(6) {
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
  }
}
.front-people__item-wrapper:nth-of-type(7) {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
  -webkit-transition: text-shadow 1.6s ease-in-out 3.6s;
          transition: text-shadow 1.6s ease-in-out 3.6s;
}
@media (max-width: 750px) {
  .front-people__item-wrapper:nth-of-type(7) {
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
  }
}

.front-people__item-num {
  -webkit-animation: front-people-fuyofuyo-y ease-in-out infinite both;
          animation: front-people-fuyofuyo-y ease-in-out infinite both;
  display: block;
}
.front-people__item-num:nth-of-type(1) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
}
@media (max-width: 750px) {
  .front-people__item-num:nth-of-type(1) {
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
  }
}
.front-people__item-num:nth-of-type(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}
@media (max-width: 750px) {
  .front-people__item-num:nth-of-type(2) {
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
  }
}
.front-people__item-num:nth-of-type(3) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}
@media (max-width: 750px) {
  .front-people__item-num:nth-of-type(3) {
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
  }
}
.front-people__item-num:nth-of-type(4) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}
@media (max-width: 750px) {
  .front-people__item-num:nth-of-type(4) {
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
  }
}
.front-people__item-num:nth-of-type(5) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
}
@media (max-width: 750px) {
  .front-people__item-num:nth-of-type(5) {
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
  }
}
.front-people__item-num:nth-of-type(6) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-duration: 9s;
          animation-duration: 9s;
}
@media (max-width: 750px) {
  .front-people__item-num:nth-of-type(6) {
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
  }
}
.front-people__item-num:nth-of-type(7) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}
@media (max-width: 750px) {
  .front-people__item-num:nth-of-type(7) {
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
  }
}

.front-people__item-unit {
  font-size: 32px;
}
@media (max-width: 750px) {
  .front-people__item-unit {
    font-size: 16px;
  }
}

.front-people-explain__item-wrapper {
  display: inline-block;
}

@-webkit-keyframes front-people-fuyofuyo-x {
  0% {
    -webkit-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateX(5px) rotate(2deg);
            transform: translateX(5px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg);
  }
}

@keyframes front-people-fuyofuyo-x {
  0% {
    -webkit-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateX(5px) rotate(2deg);
            transform: translateX(5px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg);
  }
}
@-webkit-keyframes front-people-fuyofuyo-y {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(5px) rotate(-2deg);
            transform: translateY(5px) rotate(-2deg);
  }
  100% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
}
@keyframes front-people-fuyofuyo-y {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(5px) rotate(-2deg);
            transform: translateY(5px) rotate(-2deg);
  }
  100% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
}
@-webkit-keyframes front-people-anime {
  0% {
    text-shadow: 0px 0px 140px white;
  }
  100% {
    text-shadow: 0px 0px 0px white;
  }
}
@keyframes front-people-anime {
  0% {
    text-shadow: 0px 0px 140px white;
  }
  100% {
    text-shadow: 0px 0px 0px white;
  }
}
@-webkit-keyframes front-people-explain-anime-secound {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}
@keyframes front-people-explain-anime-secound {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}
@-webkit-keyframes front-people-explain-anime-third {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes front-people-explain-anime-third {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes sp-swipe-to-bottom {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes sp-swipe-to-bottom {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes sp-swipe-to-top {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes sp-swipe-to-top {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes sp-swipe-to-bottom-reverse {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes sp-swipe-to-bottom-reverse {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
@-webkit-keyframes sp-swipe-to-top-reverse {
  0% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes sp-swipe-to-top-reverse {
  0% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
.front-people-begin-canvas {
  width: 44px;
  height: 44px;
  background-color: #d80000;
  margin: 20px auto;
  display: none;
}

@media (max-width: 750px) {
  .front-wrapper .chapter-section__item:nth-of-type(1), .front-wrapper .chapter-section__item:nth-of-type(2) {
    display: none;
  }
}

.chapter-section-front-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  background: url(../images/front/main-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: opacity 5s ease-in-out, -webkit-transform 5s ease-in-out;
          transition: opacity 5s ease-in-out, transform 5s ease-in-out;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.chapter-section-front-bg.is-show {
  opacity: 1;
  -webkit-transform: scale(1.06);
      -ms-transform: scale(1.06);
          transform: scale(1.06);
}

.front-title-caption {
  width: 356px;
  height: 30px;
  fill: white;
  margin-bottom: 30px;
  opacity: 0;
  -webkit-transition: opacity 2s ease-in-out;
          transition: opacity 2s ease-in-out;
}
.front-title-caption.is-show {
  opacity: 0.7;
}
@media (max-width: 750px) {
  .front-title-caption {
    display: none;
  }
}

.sp-front-title-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: -80px 0 0 50px;
  background-image: url(../images/sprite/sprite-sp.png);
  background-size: 1680.5px 1581.5px;
  background-position: -1623.5px -395px;
  width: 17px;
  height: 225px;
  opacity: 0;
  -webkit-transition: opacity 2s ease-in-out;
          transition: opacity 2s ease-in-out;
}
.sp-front-title-caption.is-show {
  opacity: 1;
}

.front-main-title-wrapper {
  width: 100%;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: opacity 4s ease-in-out 1.5s;
          transition: opacity 4s ease-in-out 1.5s;
}
@media (max-width: 750px) {
  .front-main-title-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    top: 0;
    margin: -28px 0 0;
    height: 100%;
    position: absolute;
  }
}
.front-main-title-wrapper.is-anime {
  opacity: 1;
}

.front-main-title__item {
  width: 96px;
  height: 96px;
  position: relative;
  fill: white;
}
@media (max-width: 750px) {
  .front-main-title__item {
    width: 48px;
    height: 48px;
  }
}

.front-main-char__item-wrapper {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.front-main-char__item {
  width: 100%;
  height: 100%;
}

.chapter-section-front-container {
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(315deg, rgba(0, 155, 176, 0.2) 0%, rgba(125, 0, 0, 0.2) 100%);
  background: linear-gradient(135deg, rgba(0, 155, 176, 0.2) 0%, rgba(125, 0, 0, 0.2) 100%);
  z-index: 100;
}

.chapter-section-bg-video {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
}

.chapter-intro-canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 20;
}

.chapter-intro-titles {
  position: relative;
  z-index: 30;
  margin-top: -30px;
  opacity: 0;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}
.chapter-intro-titles.has-transition {
  -webkit-transition: opacity 2s ease-in-out, -webkit-transform 2s ease-in-out;
          transition: opacity 2s ease-in-out, transform 2s ease-in-out;
}
.chapter-intro-titles.is-show {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
@media (max-width: 750px) {
  .chapter-intro-titles {
    position: static;
    margin: 0;
  }
}

.chapter-intro-midashi {
  margin: 0 auto;
}
@media (max-width: 750px) {
  .chapter-intro-midashi {
    position: absolute;
    margin: 0;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: -70px;
  }
}

.chapter1-intro-midashi {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -2513px -1641px;
  width: 142px;
  height: 71px;
}
@media (max-width: 750px) {
  .chapter1-intro-midashi {
    background-image: url(../images/sprite/sprite-sp.png);
    background-size: 1680.5px 1581.5px;
    background-position: -987.5px -660px;
    width: 83px;
    height: 37px;
  }
}

.chapter2-intro-midashi {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -2362px -1716px;
  width: 145px;
  height: 71px;
}
@media (max-width: 750px) {
  .chapter2-intro-midashi {
    background-image: url(../images/sprite/sprite-sp.png);
    background-size: 1680.5px 1581.5px;
    background-position: -1205.5px -1128px;
    width: 85px;
    height: 37px;
  }
}

.chapter3-intro-midashi {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -2362px -1641px;
  width: 146px;
  height: 71px;
}
@media (max-width: 750px) {
  .chapter3-intro-midashi {
    background-image: url(../images/sprite/sprite-sp.png);
    background-size: 1680.5px 1581.5px;
    background-position: -1205.5px -1089px;
    width: 85px;
    height: 37px;
  }
}

.chapter-intro-title {
  margin: 20px auto 0 auto;
}
@media (max-width: 750px) {
  .chapter-intro-title {
    position: absolute;
    margin: 0;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.chapter1-intro-title {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -1259px -1049px;
  width: 378px;
  height: 70px;
}
@media (max-width: 750px) {
  .chapter1-intro-title {
    background-image: url(../images/sprite/sprite-sp.png);
    background-size: 1680.5px 1581.5px;
    background-position: -877.5px -397.5px;
    width: 74.5px;
    height: 254px;
  }
}

.chapter2-intro-title {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -831px -1049px;
  width: 424px;
  height: 71px;
}
@media (max-width: 750px) {
  .chapter2-intro-title {
    background-image: url(../images/sprite/sprite-sp.png);
    background-size: 1680.5px 1581.5px;
    background-position: -1205.5px -796.5px;
    width: 74px;
    height: 290.5px;
  }
}

.chapter3-intro-title {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -407px -1152px;
  width: 388px;
  height: 72px;
}
@media (max-width: 750px) {
  .chapter3-intro-title {
    background-image: url(../images/sprite/sprite-sp.png);
    background-size: 1680.5px 1581.5px;
    background-position: -987.5px -397px;
    width: 76.5px;
    height: 261px;
  }
}

.chapter-section-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transition: opacity 1.2s ease-in-out 0.2s;
          transition: opacity 1.2s ease-in-out 0.2s;
}
@media (max-width: 750px) {
  .chapter-section-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
  }
}

.chapter-section-title {
  text-align: center;
  font-size: 22px;
  line-height: 40px;
  position: relative;
}
.chapter-section-title:after {
  content: "";
  width: 100%;
  height: 4px;
  background-repeat: repeat-x;
  background-position: center;
  background-image: url(../images/chapter/title-under-border.png);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 750px) {
  .chapter-section-title {
    font-size: 15px;
  }
}

.chapter-section-title--2-6 {
  margin-bottom: 1em;
}

.chapter-section-title-span-little {
  font-size: 12px;
}

.chapter-section-title-plain {
  margin-bottom: 40px;
}

.chapter-section-caption {
  width: 800px;
  font-size: 20px;
  line-height: 40px;
  margin-top: 50px;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
}
.chapter-section-caption span {
  background-image: url(../images/chapter/text-under-border.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 6px;
  height: 1px;
}

.chapter-section-family-divide-container {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  margin-top: 100px;
}

.chapter-section-family-divide-bg__item {
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 10;
  opacity: 0;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity 1.2s ease-in-out 0.8s, -webkit-transform 1.2s ease-in-out 0.8s;
          transition: opacity 1.2s ease-in-out 0.8s, transform 1.2s ease-in-out 0.8s;
}
.chapter-section-family-divide-bg__item[data-color="blue"] {
  width: 47%;
  left: 0;
  background-color: rgba(2, 119, 129, 0.5);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.chapter-section-family-divide-bg__item[data-color="red"] {
  width: 53%;
  right: 0;
  background-color: rgba(63, 0, 0, 0.5);
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}

.chapter-section-family-divide-container {
  margin-top: 100px;
}
@media (max-width: 750px) {
  .chapter-section-family-divide-container {
    margin-top: 36px;
  }
}

.section-family-divide-label-left, .section-family-divide-label-right {
  font-size: 20px;
  line-height: 40px;
}
@media (max-width: 750px) {
  .section-family-divide-label-left, .section-family-divide-label-right {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.02em;
  }
}

.section-family-divide-label-left, .section-family-divide-number-left {
  padding-right: 50px;
  text-align: right;
}
@media (max-width: 750px) {
  .section-family-divide-label-left, .section-family-divide-number-left {
    padding-right: 16px;
  }
}

.section-family-divide-label-right, .section-family-divide-number-right {
  padding-left: 50px;
}
@media (max-width: 750px) {
  .section-family-divide-label-right, .section-family-divide-number-right {
    padding-left: 16px;
  }
}

.chapter-section-family-divide-left {
  width: 47%;
}

.chapter-section-family-divide-right {
  width: 53%;
}

.section-family-divide-number-left, .section-family-divide-number-right {
  font-size: 72px;
  line-height: 40px;
  margin-top: 28px;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-in-out 2s, -webkit-transform 0.8s ease-in-out 2s;
          transition: opacity 0.8s ease-in-out 2s, transform 0.8s ease-in-out 2s;
}
@media (max-width: 750px) {
  .section-family-divide-number-left, .section-family-divide-number-right {
    margin-top: 12px;
    font-size: 36px;
  }
}

.section-family-divide-number-left {
  -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
          transform: translateX(-20px);
}

.section-family-divide-number-right {
  -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
          transform: translateX(20px);
}

.section-family-divide-border {
  width: 100%;
  height: 1px;
  box-sizing: border-box;
  margin: 0 auto;
  border: none;
  margin-top: 2px;
  position: absolute;
  top: 46%;
  left: 0;
}
.section-family-divide-border[data-color="blue"] {
  border-top: 1px solid #20eafc;
}
.section-family-divide-border[data-color="red"] {
  border-top: 1px solid #d80000;
}
@media (max-width: 750px) {
  .section-family-divide-border {
    margin-top: -45px;
    top: 50%;
  }
}

.chapter-section-family-divide-source, .chapter-section-family-divide-caption {
  width: 800px;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  margin-top: 42px;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-in-out 2.8s;
          transition: opacity 0.8s ease-in-out 2.8s;
}
@media (max-width: 750px) {
  .chapter-section-family-divide-source, .chapter-section-family-divide-caption {
    margin-top: 6px;
    width: 300px;
    text-align: left;
    font-size: 12px;
    line-height: 24px;
  }
}

.chapter-section-family-divide.current .chapter-section-family-divide-bg__item[data-color="blue"] {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.chapter-section-family-divide.current .chapter-section-family-divide-bg__item[data-color="red"] {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.chapter-section-family-divide.current .section-family-divide-number-left {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.chapter-section-family-divide.current .section-family-divide-number-right {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.chapter-section-family-divide.current .chapter-section-family-divide-source, .chapter-section-family-divide.current .chapter-section-family-divide-caption {
  opacity: 1;
}

.chapter-section-interview-voice__item, .chapter-section-interview-caption {
  width: 800px;
}
@media (max-width: 750px) {
  .chapter-section-interview-voice__item, .chapter-section-interview-caption {
    width: 300px;
  }
}

.chapter-section-interview-voice__item {
  font-size: 24px;
  line-height: 48px;
}
.chapter-section-interview-voice__item span {
  background-color: black;
  padding: 6px 4px;
}
@media (max-width: 750px) {
  .chapter-section-interview-voice__item {
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 0;
  }
  .chapter-section-interview-voice__item span {
    padding: 2px 0;
  }
}

.chapter-section-interview-voice__item {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
          transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
}
.chapter-section-interview-voice__item:nth-of-type(1) {
  -webkit-transform: translate(-10px, 0);
      -ms-transform: translate(-10px, 0);
          transform: translate(-10px, 0);
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.chapter-section-interview-voice__item:nth-of-type(2) {
  -webkit-transform: translate(-10px, 0);
      -ms-transform: translate(-10px, 0);
          transform: translate(-10px, 0);
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.chapter-section-interview-voice__item:nth-of-type(3) {
  -webkit-transform: translate(-10px, 0);
      -ms-transform: translate(-10px, 0);
          transform: translate(-10px, 0);
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}
.chapter-section-interview-voice__item:nth-of-type(4) {
  -webkit-transform: translate(-10px, 0);
      -ms-transform: translate(-10px, 0);
          transform: translate(-10px, 0);
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}
.chapter-section-interview-voice__item:nth-of-type(5) {
  -webkit-transform: translate(-10px, 0);
      -ms-transform: translate(-10px, 0);
          transform: translate(-10px, 0);
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}

.chapter-section-interview-caption {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 20px;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 28px;
  margin-top: 36px;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-in-out;
          transition: opacity 0.8s ease-in-out;
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}
@media (max-width: 750px) {
  .chapter-section-interview-caption {
    font-size: 10px;
    line-height: 15px;
    padding: 5px;
  }
}

.chapter-section-interview.current .chapter-section-interview-voice__item {
  opacity: 1;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}
.chapter-section-interview.current .chapter-section-interview-caption {
  opacity: 1;
}

.chapter-section-text-title {
  margin-bottom: 40px;
}

.chapter-section-text-container {
  width: 800px;
}
@media (max-width: 750px) {
  .chapter-section-text-container {
    width: 300px;
  }
}

.chapter-section-text-para-center {
  text-align: center;
}

.chapter-section-text-para {
  font-size: 16px;
  line-height: 40px;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
}
.chapter-section-text-para:nth-of-type(n+2) {
  margin-top: 16px;
}
@media (max-width: 750px) {
  .chapter-section-text-para {
    font-size: 12px;
    line-height: 24px;
    text-align: left;
  }
}

.chapter-section-last-logo {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -407px -1049px;
  width: 420px;
  height: 99px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .chapter-section-last-logo {
    background-image: url(../images/sprite/sprite-sp.png);
    background-size: 1680.5px 1581.5px;
    background-position: -1299px -793.5px;
    width: 81.5px;
    height: 354px;
  }
}

.chapter-section-last-caption {
  position: absolute;
  left: 0;
  bottom: 40px;
  right: 0;
  margin: 0 auto;
  font-size: 13px;
  line-height: 26px;
  text-align: center;
}
@media (max-width: 750px) {
  .chapter-section-last-caption {
    position: relative;
    margin-top: 40px;
    bottom: auto;
    top: auto;
    left: auto;
    right: auto;
    font-size: 10px;
    line-height: 16px;
  }
}

.chapter-section-last-copyright {
  display: none;
}
@media (max-width: 750px) {
  .chapter-section-last-copyright {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", sans-serif;
    display: block;
    position: relative;
    margin: 8px 0 0;
    font-size: 10px;
    text-align: center;
    white-space: nowrap;
    width: 600px;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(0.6);
        -ms-transform: translateX(-50%) scale(0.6);
            transform: translateX(-50%) scale(0.6);
  }
}

.chapter-section__item .chapter-section-last-sns {
  display: none;
}
@media (max-width: 750px) {
  .chapter-section__item .chapter-section-last-sns {
    display: block;
    margin: 16px 0 0;
  }
  .chapter-section__item .chapter-section-last-sns .nhksns,
  .chapter-section__item .chapter-section-last-sns .nhksns-guide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .chapter-section__item .chapter-section-last-sns .nhksns {
    line-height: 0;
    margin: 16px 0 0;
  }
  .chapter-section__item .chapter-section-last-sns .nhksns-guide {
    margin: 12px 0 0;
    line-height: 20px;
  }
  .chapter-section__item .chapter-section-last-sns .nhksns-twitter,
  .chapter-section__item .chapter-section-last-sns .nhksns-facebook {
    margin: 0 6px;
  }
}

.chapter-section-last-nhk-logo {
  display: none;
}
@media (max-width: 750px) {
  .chapter-section-last-nhk-logo {
    display: block;
    fill: #fff;
    margin: 16px auto 0;
    width: 64px;
    height: 20px;
    display: block;
  }
}

.chapter-section-voice-bg {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-in-out;
          transition: opacity 0.8s ease-in-out;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}
.chapter-section-voice-bg.current {
  opacity: 1;
}

.chapter-section-voice-bg-caption {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", sans-serif;
  position: absolute;
  bottom: 44px;
  right: 4.4%;
  text-align: left;
  z-index: 30;
  letter-spacing: 0.5px;
  font-size: 9px;
  line-height: 18px;
}
@media (max-width: 750px) {
  .chapter-section-voice-bg-caption {
    width: 300px;
    height: auto;
    font-size: 10px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 30px;
    white-space: nowrap;
    text-align: right;
    -webkit-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
  }
}

.voice-slick {
  width: 100%;
  height: 544px;
  margin-bottom: 0;
}
@media (max-width: 750px) {
  .voice-slick {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    height: 400px;
  }
}

.voice-slick__item {
  width: 60%;
  height: 100%;
}
.voice-slick__item.slick-current .voice-wrapper {
  opacity: 1;
}

.voice-wrapper {
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: opacity 0.5s linear;
          transition: opacity 0.5s linear;
}

.voice-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 750px) {
  .voice-container {
    position: relative;
    height: auto;
    top: 9.49%;
  }
}

.voice-slick-arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200 !important;
}
@media (max-width: 750px) {
  .voice-slick-arrow {
    position: static;
    width: 0;
    height: 0;
  }
}

.slick-list, .slick-track, .voice-slick__item, .voice-container {
  height: 100%;
}

.voice-slick-arrow__item-left, .chapter-3-episode-prev, .voice-slick-arrow__item-right, .chapter-3-episode-next {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 36px;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
          transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  opacity: 1;
}
.voice-slick-arrow__item-left:hover, .chapter-3-episode-prev:hover, .voice-slick-arrow__item-right:hover, .chapter-3-episode-next:hover {
  opacity: 0.7;
  color: black;
}
.voice-slick-arrow__item-left:hover:before, .chapter-3-episode-prev:hover:before, .voice-slick-arrow__item-right:hover:before, .chapter-3-episode-next:hover:before {
  background-color: rgba(0, 0, 0, 0.8);
}
.voice-slick-arrow__item-left:hover:after, .chapter-3-episode-prev:hover:after, .voice-slick-arrow__item-right:hover:after, .chapter-3-episode-next:hover:after {
  color: white;
}
.voice-slick-arrow__item-left:before, .chapter-3-episode-prev:before, .voice-slick-arrow__item-right:before, .chapter-3-episode-next:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: white 1px solid;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color 0.2s ease-in-out;
          transition: background-color 0.2s ease-in-out;
}
@media (max-width: 750px) {
  .voice-slick-arrow__item-left:before, .chapter-3-episode-prev:before, .voice-slick-arrow__item-right:before, .chapter-3-episode-next:before {
    border-color: rgba(255, 255, 255, 0.5);
  }
}
.voice-slick-arrow__item-left:after, .chapter-3-episode-prev:after, .voice-slick-arrow__item-right:after, .chapter-3-episode-next:after {
  position: absolute;
  top: 12px;
  font-size: 15px;
  line-height: 15px;
  -webkit-transform: scale(0.8, 1.7);
      -ms-transform: scale(0.8, 1.7);
          transform: scale(0.8, 1.7);
  -webkit-transition: color 0.2s ease-in-out;
          transition: color 0.2s ease-in-out;
}
@media (max-width: 750px) {
  .voice-slick-arrow__item-left:after, .chapter-3-episode-prev:after, .voice-slick-arrow__item-right:after, .chapter-3-episode-next:after {
    -webkit-transform: scale(0.8, 1.7) scale(0.5);
        -ms-transform: scale(0.8, 1.7) scale(0.5);
            transform: scale(0.8, 1.7) scale(0.5);
    top: 4px;
  }
}
@media (max-width: 750px) {
  .voice-slick-arrow__item-left, .chapter-3-episode-prev, .voice-slick-arrow__item-right, .chapter-3-episode-next {
    width: 18px;
    height: 19px;
    margin: -9px;
    top: 45%;
  }
}

.voice-slick-arrow__item-left, .chapter-3-episode-prev {
  left: 25%;
}
@media (max-width: 750px) {
  .voice-slick-arrow__item-left:hover, .chapter-3-episode-prev:hover {
    -webkit-transform: translateX(-137px);
        -ms-transform: translateX(-137px);
            transform: translateX(-137px);
  }
}
.voice-slick-arrow__item-left:after, .chapter-3-episode-prev:after {
  left: 12px;
  content: "<";
}
@media (max-width: 750px) {
  .voice-slick-arrow__item-left:after, .chapter-3-episode-prev:after {
    left: 5px;
  }
}
@media (max-width: 750px) {
  .voice-slick-arrow__item-left, .chapter-3-episode-prev {
    left: 50%;
    -webkit-transform: translateX(-137px);
        -ms-transform: translateX(-137px);
            transform: translateX(-137px);
  }
}

.voice-slick-arrow__item-right, .chapter-3-episode-next {
  right: 25%;
}
@media (max-width: 750px) {
  .voice-slick-arrow__item-right:hover, .chapter-3-episode-next:hover {
    -webkit-transform: translateX(137px);
        -ms-transform: translateX(137px);
            transform: translateX(137px);
  }
}
.voice-slick-arrow__item-right:after, .chapter-3-episode-next:after {
  right: 10px;
  content: ">";
}
@media (max-width: 750px) {
  .voice-slick-arrow__item-right:after, .chapter-3-episode-next:after {
    right: 2px;
  }
}
@media (max-width: 750px) {
  .voice-slick-arrow__item-right, .chapter-3-episode-next {
    left: 50%;
    -webkit-transform: translateX(137px);
        -ms-transform: translateX(137px);
            transform: translateX(137px);
  }
}

.chapter-section-graph {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.chapter-section-graph-bg__item {
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 10;
}
.chapter-section-graph-bg__item[data-position="right"] {
  right: 0;
  background-size: cover;
  width: 50%;
}
@media (max-width: 750px) {
  .chapter-section-graph-bg__item[data-position="right"] {
    width: auto;
    left: 0;
  }
}

.chapter-section-graph-left, .chapter-section-graph-right {
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.chapter-section-graph-left {
  background-color: black;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.chapter-section-graph-right {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.chapter-section-graph-left-container {
  width: 430px;
  margin-right: 50px;
}

.chapter-section-graph-title {
  font-size: 28px;
  line-height: 35px;
  margin-bottom: 30px;
}
.chapter-section-graph-title:after {
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  background-image: url(../images/chapter/text-under-border.png);
  height: 1px;
  width: 100%;
}
@media (max-width: 750px) {
  .chapter-section-graph-title {
    width: 312px;
    margin: 0 auto;
    font-size: 20px;
  }
}

.chapter-section-graph-caption-para {
  font-size: 14px;
  line-height: 28px;
}
.chapter-section-graph-caption-para span {
  background-image: url(../images/chapter/text-under-border.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 6px;
  height: 1px;
}
.chapter-section-graph-caption-para:nth-of-type(n+2) {
  margin-top: 14px;
}

.chapter-section-graph-canvas-title {
  text-align: center;
  position: absolute;
  top: -65px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 18px;
  line-height: 22px;
}
.chapter-section-graph-canvas-title span {
  position: relative;
}
.chapter-section-graph-canvas-title span:after {
  content: "";
  width: 100%;
  height: 4px;
  background-image: url(../images/chapter/title-under-border.png);
  position: absolute;
  bottom: -7px;
  left: 0;
}

.chapter-section-graph-canvas-source {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -50px;
}

.canvas-wrapper-bargraph {
  width: 320px;
  height: 440px;
  position: relative;
  overflow: visible;
  margin-left: 140px;
}
.canvas-wrapper-bargraph canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
}
.canvas-wrapper-bargraph .graph-label, .canvas-wrapper-bargraph .graph-value {
  position: absolute;
  font-size: 11px;
  line-height: 11px;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  margin: 0 auto;
}
.canvas-wrapper-bargraph .graph-label {
  text-align: right;
}
.canvas-wrapper-bargraph .graph-number {
  text-align: left;
}

.canvas-wrapper-piechart {
  width: 440px;
  height: 440px;
  position: relative;
  overflow: visible;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: 50px;
}
.canvas-wrapper-piechart canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.piechart-label-image {
  position: absolute;
  z-index: 9999;
}

@media (max-width: 750px) {
  .chapter-section-text--chapter-3 {
    width: 312px;
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 0;
    margin: 24px auto;
  }
  .chapter-section-text--chapter-3 em {
    background-image: url(../images/chapter/text-under-border.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-bottom: 6px;
    height: 1px;
  }
}

.chapter-3-episode-page {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
}
.chapter-3-episode-page.current {
  opacity: 1;
}
.chapter-3-episode-page.swipe-in-from-left {
  -webkit-animation: sp-swipe-to-left-reverse 1.6s cubic-bezier(0.23, 1, 0.32, 1) 0.4s 1;
          animation: sp-swipe-to-left-reverse 1.6s cubic-bezier(0.23, 1, 0.32, 1) 0.4s 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
.chapter-3-episode-page.swipe-in-from-right {
  -webkit-animation: sp-swipe-to-right-reverse 1.6s cubic-bezier(0.23, 1, 0.32, 1) 0.4s 1;
          animation: sp-swipe-to-right-reverse 1.6s cubic-bezier(0.23, 1, 0.32, 1) 0.4s 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
.chapter-3-episode-page.swipe-out-to-left {
  -webkit-animation: sp-swipe-to-left 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0s 1;
          animation: sp-swipe-to-left 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0s 1;
}
.chapter-3-episode-page.swipe-out-to-right {
  -webkit-animation: sp-swipe-to-right 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0s 1;
          animation: sp-swipe-to-right 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0s 1;
}

.chapter-3-episode-next {
  position: absolute;
  top: auto;
  bottom: 42px;
}

.chapter-3-episode-prev {
  position: absolute;
  top: auto;
  bottom: 42px;
}

.chapter-3-episode-page-num {
  position: absolute;
  top: auto;
  bottom: 42px;
  text-align: center;
  left: 0;
  right: 0;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  font-size: 12px;
}

.chapter-3-episode-graph {
  display: block;
  max-width: 300px;
  margin: 0 auto;
}

.chapter-3-episode {
  position: absolute;
  height: 436px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

@-webkit-keyframes sp-swipe-to-right {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes sp-swipe-to-right {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes sp-swipe-to-left {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes sp-swipe-to-left {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes sp-swipe-to-right-reverse {
  0% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes sp-swipe-to-right-reverse {
  0% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes sp-swipe-to-left-reverse {
  0% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes sp-swipe-to-left-reverse {
  0% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
.map-modal-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
          transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  z-index: 200;
}
.map-modal-wrapper.is-open {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.map-modal-wrapper.is-open .map-modal-areas__item {
  opacity: 1;
}
.map-modal-wrapper.is-open .map-modal-areas-caption {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.map-modal-wrapper.is-open .map-modal-areas-dot__item {
  -webkit-animation: tikatika 2.8s ease-in-out infinite both;
          animation: tikatika 2.8s ease-in-out infinite both;
}
.map-modal-wrapper.is-open .map-range-label {
  opacity: 1;
}
@media (max-width: 750px) {
  .map-modal-wrapper {
    background-color: rgba(0, 0, 0, 0.95);
  }
}

.map-modal-container {
  width: 960px;
  height: 555px;
  position: relative;
}
@media (max-width: 750px) {
  .map-modal-container {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
  }
}

.map-modal-base {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: 0px 0px;
  width: 960px;
  height: 555px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
@media (max-width: 750px) {
  .map-modal-base {
    background: url("../images/sp/map/map-base.png?1") center center no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 100%;
  }
}

.close-map-modal {
  width: 56px;
  height: 56px;
  box-sizing: border-box;
  position: absolute;
  top: -28px;
  right: -28px;
  border: solid 1px rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0);
  cursor: pointer;
  z-index: 20;
  -webkit-transition: background-color 0.2s ease-in-out;
          transition: background-color 0.2s ease-in-out;
}
.close-map-modal:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -3134px -2180px;
  width: 54px;
  height: 54px;
}
.close-map-modal:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 750px) {
  .close-map-modal {
    background-image: url(../images/sprite/sprite-sp.png);
    background-size: 1680.5px 1581.5px;
    background-position: -1623.5px -622px;
    width: 44px;
    height: 44px;
    right: 20px;
    top: 20px;
    border: none;
    z-index: 20;
  }
  .close-map-modal:before {
    display: none;
  }
}

.map-modal-areas {
  position: absolute;
  top: 1px;
  left: 198px;
  z-index: 1;
}
@media (max-width: 750px) {
  .map-modal-areas {
    left: auto;
    top: auto;
    position: static;
  }
}

.map-modal-areas__item {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out;
          transition: opacity 0.5s ease-out;
}

.map-modal-areas__item-genpatsu {
  z-index: 1;
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -366px -559px;
  width: 362px;
  height: 486px;
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
@media (max-width: 750px) {
  .map-modal-areas__item-genpatsu {
    background: url("../images/sp/map/map-area-genpatsu.png") center center no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 100%;
  }
}

.map-modal-areas__item-3 {
  z-index: 2;
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -732px -559px;
  width: 362px;
  height: 486px;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
@media (max-width: 750px) {
  .map-modal-areas__item-3 {
    background: url("../images/sp/map/map-area3.png") center center no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 100%;
  }
}

.map-modal-areas__item-2 {
  z-index: 3;
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: 0px -559px;
  width: 362px;
  height: 486px;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
@media (max-width: 750px) {
  .map-modal-areas__item-2 {
    background: url("../images/sp/map/map-area2.png") center center no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 100%;
  }
}

.map-modal-areas__item-1 {
  z-index: 4;
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -1437px 0px;
  width: 362px;
  height: 486px;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
@media (max-width: 750px) {
  .map-modal-areas__item-1 {
    background: url("../images/sp/map/map-area1.png") center center no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 100%;
  }
}

.map-modal-areas-dot__item {
  position: absolute;
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -3174px -628px;
  width: 21px;
  height: 21px;
  z-index: 20;
}

.map-modal-areas-dot__item-1 {
  top: 291px;
  right: 396px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.map-modal-areas-dot__item-2 {
  top: 402px;
  right: 398px;
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}

@-webkit-keyframes tikatika {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}

@keyframes tikatika {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes map-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes map-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.map-modal-areas-caption {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -1098px -559px;
  width: 307px;
  height: 88px;
  position: absolute;
  top: 180px;
  right: 110px;
  z-index: 10;
  opacity: 0;
  -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
          transform: translateX(-10px);
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
          transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

.map-modal-areas-title {
  position: absolute;
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -964px -443px;
  width: 406px;
  height: 106px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-203px);
      -ms-transform: translateX(-203px);
          transform: translateX(-203px);
  z-index: 10;
}
@media (max-width: 750px) {
  .map-modal-areas-title {
    top: 60px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    background-image: url(../images/sprite/sprite-sp.png);
    background-size: 1680.5px 1581.5px;
    background-position: -794px -1255px;
    width: 266px;
    height: 22px;
  }
}

.map-range-label {
  position: absolute;
  top: 99px;
  right: 395px;
  z-index: 20;
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -3134px -2298px;
  width: 44px;
  height: 24px;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out;
          transition: opacity 0.5s ease-out;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

.footer {
  width: 100%;
  min-width: 980px;
  height: 50px;
  background-color: black;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", sans-serif;
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 750px) {
  .footer {
    display: none;
  }
}

.footer-nhk-logo, .footer-copyright {
  display: inline-block;
  vertical-align: middle;
}

.footer-nhk-logo {
  width: 68px;
  height: 18px;
  fill: white;
  margin-left: 16px;
}

.footer-copyright {
  width: 640px;
  margin-left: 16px;
  font-size: 9px;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0px;
}

.footer-share-box {
  position: relative;
  width: 80px;
  height: 26px;
  margin-left: auto;
  margin-right: 16px;
  background: -webkit-linear-gradient(290deg, #20eafc 0%, #d80000 100%);
  background: linear-gradient(160deg, #20eafc 0%, #d80000 100%);
  font-size: 9px;
  z-index: 1;
}
.footer-share-box:before {
  content: "";
  position: absolute;
  width: 78px;
  height: 24px;
  box-sizing: border-box;
  top: 1px;
  left: 1px;
  background-color: black;
  z-index: 2;
}

.footer-share-box-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
}

.footer-share-icon {
  width: 12px;
  height: 14px;
  fill: white;
}

.footer-share-text {
  letter-spacing: 0px;
  margin-left: 8px;
}

.footer-sns-icons {
  width: 120px;
  position: absolute;
  top: -40px;
  left: -36px;
  z-index: 4;
  background-color: black;
  display: none;
  box-sizing: border-box;
}

#nolCmnHeaderSection {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

#nolCmnFooterSection {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
}

.navigator-wrapper {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 100;
}
@media (max-width: 750px) {
  .navigator-wrapper {
    pointer-events: none;
    position: absolute;
    width: 300px;
    margin: 0 auto;
  }
}

.scroll-arrow-wrapper {
  background-image: url(../images/sprite/sprite-pc.png);
  background-position: -3134px -2238px;
  width: 40px;
  height: 56px;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
          transition: opacity 0.5s ease-in-out;
  cursor: pointer;
}
.scroll-arrow-wrapper.is-show {
  opacity: 1;
}
.scroll-arrow-wrapper.is-anime {
  -webkit-animation: scroll-arrow-anime 2.8s ease-in-out infinite both;
          animation: scroll-arrow-anime 2.8s ease-in-out infinite both;
}
.scroll-arrow-wrapper:hover {
  opacity: 0.7;
}

@-webkit-keyframes scroll-arrow-anime {
  0% {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
  }
  60% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  100% {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
  }
}

@keyframes scroll-arrow-anime {
  0% {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
  }
  60% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  100% {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
  }
}
