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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.5em;
  font-weight: bold;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

ol, ul {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

table {
  width: 100%;
  margin-bottom: 1.5em;
  border-collapse: collapse;
  border-spacing: 0;
}

table th,
table td {
  padding: 0.5em;
  border: 1px solid #000;
}

table th {
  font-weight: bold;
}

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, main, menu, nav, section, summary {
  display: block;
}

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

body * {
  max-height: 99999em;
  word-break: break-word;
}

p {
  margin-bottom: 1.5em;
}

a:hover {
  text-decoration: none;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  word-break: normal;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  -webkit-appearance: none;
  font: inherit;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

textarea {
  overflow: auto;
  white-space: pre-line;
  resize: none;
  line-height: 1.5;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
  html,
body {
    margin: 0;
  }
  @page {
    margin: 0;
    size: 20.5in 30.5in;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
  @page {
    margin: 0;
  }
}
html {
  line-height: 1;
  opacity: 1;
  transition: opacity 0.3s ease;
}
html:not(.is-visible) {
  opacity: 0;
}

body {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  transition: opacity 0.3s ease;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.hidden {
  display: none;
}

.container {
  overflow: hidden;
}

.trans {
  opacity: 1;
  transition: opacity 0.26s ease;
  text-decoration: none;
}
.trans:hover {
  opacity: 0.8;
}

@media print, (min-width: 751px) {
  html {
    font-size: 7.1428571429vw;
  }
  body {
    font-size: 0.16rem;
  }
  .wrapper {
    max-width: 12.6rem;
    padding: 0 0.3rem;
    margin-left: auto;
    margin-right: auto;
  }
  .sm {
    display: none !important;
  }
}
@media print, (min-width: 1400.02px) {
  html {
    font-size: 625%;
  }
}
@media only screen and (max-width: 750.98px) {
  html {
    font-size: 13.3333333333vw;
    min-height: 100vh;
  }
  body {
    font-size: 0.22rem;
  }
  .container {
    min-width: 320px;
  }
  .wrapper {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .md {
    display: none !important;
  }
}
@font-face {
  font-family: "Futura";
  src: url("fonts/Futura-Bold.woff2") format("woff2"), url("fonts/Futura-Bold.woff") format("woff");
  font-weight: 700;
}
.english-font {
  font-family: "Futura", sans-serif;
}

.header-logo,
.header-language {
  position: absolute;
  top: 0;
  z-index: 1;
}
.header-logo img,
.header-language img {
  width: 100%;
}

.header-logo {
  left: 0;
}

.header-language {
  letter-spacing: 0.05em;
  text-align: center;
  font-weight: bold;
}

.header-language-button {
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  color: #fff;
}
.header-language-button::before {
  position: absolute;
  content: "";
  left: 0;
  background: url("../img/common/header_icn_language.svg") center/contain no-repeat;
}

.header-language-list {
  margin: 0;
  display: none;
  list-style: none;
  position: absolute;
  right: 0;
}
.header-language-list a {
  color: #fff;
  display: inline-block;
}

@media print, (min-width: 751px) {
  .header-logo {
    width: 1.28rem;
    height: 1.28rem;
  }
  .header-language {
    font-size: 0.16rem;
    right: 0.18rem;
  }
  .header-language-button {
    padding: 0.08rem 0.02rem 0 0.28rem;
  }
  .header-language-button::before {
    width: 0.2rem;
    height: 0.2rem;
    top: 0.11rem;
  }
  .header-language-list {
    background-color: #004991;
    padding: 0.07rem 0.05rem 0.11rem;
    width: 0.89rem;
    top: 0.4rem;
  }
  .header-language-list li:not(:last-child) {
    margin-bottom: 0.08rem;
  }
  .header-language-list .korean-language {
    width: 0.48rem;
  }
}
@media only screen and (max-width: 750.98px) {
  .header-logo {
    width: 1rem;
    height: 0.98rem;
  }
  .header-language {
    font-size: 0.19rem;
    right: 0.14rem;
  }
  .header-language-button {
    padding: 0.15rem 0.04rem 0 0.36rem;
  }
  .header-language-button::before {
    width: 0.24rem;
    height: 0.24rem;
    top: 0.18rem;
  }
  .header-language-list {
    background-color: #003681;
    padding: 0.1rem 0.05rem 0.13rem;
    width: 1.1rem;
    top: 0.51rem;
  }
  .header-language-list li:not(:last-child) {
    margin-bottom: 0.1rem;
  }
  .header-language-list .korean-language {
    width: 0.57rem;
  }
}
.copyright {
  color: #767676;
  font-weight: 500;
  letter-spacing: -0.03em;
}
.copyright span {
  color: transparent;
  text-shadow: 0 0 #767676;
}

footer {
  position: relative;
  background: center/cover no-repeat;
}

.footer-links{
  text-align: center;
}

.footer-top .button-common {
  background-color: #573192;
}
.footer-top .button-common:hover {
  background-color: #000;
  border-color: #573192;
}

.footer-logo {
  display: inline-block;
}

.footer-logo-list {
  -ms-flex-align: center;
      align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
}

@media print, (min-width: 751px) {
  .copyright {
    font-size: 0.14rem;
  }
  footer {
    background-image: url("../img/common/footer_bg.jpg");
    padding: 0.38rem 0 0.12rem;
  }
  .footer-top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 0.38rem;
  }
  .footer-top .button-common {
    width: 3.43rem;
    margin-top: 0.2rem;
    margin-right: 0.2rem;
    margin-bottom: 0.3rem;
    padding-right: 0.68rem;
    padding-left: 0.44rem;
  }
  .footer-top .button-common::before {
    -ms-transform: translateY(-50%) skew(18deg);
        transform: translateY(-50%) skew(18deg);
    right: 0.22rem;
  }
  .footer-bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-left: 0.67rem;
  }
  .footer-logo-list {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .footer-logo-list li:not(:last-child) {
    margin-right: 0.14rem;
  }
  .footer-logo-list li:first-child {
    width: 0.51rem;
  }
  .footer-logo-list li:last-child {
    width: 0.66rem;
  }
  .footer-logo {
    width: 3.69rem;
  }
}
@media print and (max-width: 1000px), (min-width: 751px) and (max-width: 1000px) {
  .copyright {
    white-space: nowrap;
    margin-left: 0.5rem;
    -ms-transform-origin: top left;
        transform-origin: top left;
  }
}
@media only screen and (max-width: 750.98px) {
  .copyright {
    font-size: 0.14rem;
    text-align: center;
    display: block;
    line-height: 1.4;
  }
  footer {
    background-image: url("../img/common/sp/footer_bg.jpg");
    padding: 0.44rem 0 0.12rem;
  }
  .footer-links{
    margin-bottom: 0.3rem;
  }
  .footer-top {
    text-align: center;
    margin-bottom: 0.48rem;
  }
  .footer-top .button-common {
    width: 4.42rem;
    padding-right: 0.91rem;
    margin-bottom: 0.47rem;
  }
  .footer-logo img,
.footer-logo-list img {
    width: 100%;
  }
  .footer-logo {
    width: 5rem;
    margin: 0 auto;
  }
  .footer-logo-list {
    -ms-flex-pack: center;
        justify-content: center;
    padding-right: 0.2rem;
    margin-bottom: 0.26rem;
  }
  .footer-logo-list li:first-child {
    width: 0.8rem;
  }
  .footer-logo-list li:last-child {
    width: 1.04rem;
    margin-top: 0.05rem;
  }
  .footer-logo-list li:not(:last-child) {
    margin-right: 0.23rem;
  }
}
.button-to-top {
  position: fixed;
  z-index: 100;
  /* display: none; */
  right: 0.2rem;
  transition: opacity 0.2s;
}
.button-to-top.is-hidden {
  opacity: 0;
  display: none;
}
.button-to-top span {
  display: block;
  background-color: #00b1aa;
}

@media print, (min-width: 751px) {
  .button-to-top {
    bottom: 0.2rem;
    cursor: pointer;
  }
  .button-to-top span {
    /* border: 0.02rem solid #000; */
    border: 1px solid #000;
	  /* border-width:1px 1px 0px 1px; */
    width: 3.17rem;
    /* padding: 0.08rem 0.43rem 0.12rem; */
    padding: 0.22rem 0.43rem 0.26rem;
    /* border-top-right-radius: 0.05rem;
    border-top-left-radius: 0.05rem; */
    border-top-left-radius: 0.05rem;
  }
}
@media only screen and (max-width: 750.98px) {
  .button-to-top {
    bottom: 0.2rem;
    text-align: center;
  }
  .button-to-top span {
    padding: 0.44rem 0;
    width: 1.38rem;
    height: 1.38rem;
    border-radius: 50%;
  }
  /* .button-to-top span img {
    width: 1.12rem;
  } */
}
.modal-common {
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: #121c3e;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.modal-common:before, .modal-common:after {
  position: absolute;
  content: "";
  background: center/cover no-repeat;
  pointer-events: none;
  z-index: -1;
}
.modal-common:before {
  top: 0;
}
.modal-common:after {
  bottom: 0;
}
.modal-common .modal-title {
  text-align: center;
}
.modal-common .sub-title {
  border-bottom: 1px solid #e85550;
}
.modal-common .sub-title span {
  display: block;
  margin: 0 auto;
}
.modal-common .text-content {
  font-weight: 700;
}
.modal-common .block-detail {
  display: -ms-flexbox;
  display: flex;
}
.modal-common .button-close {
  position: absolute;
  cursor: pointer;
  transition: opacity 0.26s ease;
}
.modal-common .button-close:before, .modal-common .button-close:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.01rem;
  background-color: #fff;
}
.modal-common .button-close:hover {
  opacity: 0.8;
}

.wrapper-modal-slide {
  position: relative;
}
.wrapper-modal-slide .button-common {
  background-color: #00367f;
  border-color: #000;
  box-shadow: 0.14rem 0.09rem 0 -0.03rem #000;
}
.wrapper-modal-slide .button-common::before {
  -ms-transform: translateY(-50%) skew(15deg);
      transform: translateY(-50%) skew(15deg);
}
.wrapper-modal-slide .button-common:hover {
  background-color: #000;
  border-color: #00367f;
}
.wrapper-modal-slide .modal-title-slide img {
  width: 100%;
}
.wrapper-modal-slide .item-slider {
  position: relative;
}
.wrapper-modal-slide .list-image {
  list-style-type: none;
  padding-left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.wrapper-modal-slide .wrapper-button {
  text-align: center;
}
.wrapper-modal-slide .block-video iframe {
  width: 100%;
  height: 100%;
}
.wrapper-modal-slide .slick-prev,
.wrapper-modal-slide .slick-next {
  top: 43%;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

@media print, (min-width: 751px) {
  .modal-common:before, .modal-common:after {
    width: 6.85rem;
    height: 5.05rem;
  }
  .modal-common:before {
    left: calc(50% - 11.2rem);
    background-image: url(../img/top/modal_bg_01.png);
  }
  .modal-common:after {
    right: calc(50% - 11.7rem);
    background-image: url(../img/top/modal_bg_02.png);
  }
  .modal-common .wrapper-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
  }
  .modal-common .modal-title {
    margin: 0 auto 0.47rem;
    width: 2.9rem;
  }
  .modal-common .modal-title img {
    width: 100%;
  }
  .modal-common .sub-title {
    padding-bottom: 0.1rem;
    margin-bottom: 0.13rem;
  }
  .modal-common .sub-title span {
    width: 1rem;
  }
  .modal-common .block-content {
    width: 8.33rem;
    margin: 0 auto;
    position: relative;
  }
  .modal-common .block-detail {
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-right: 0.1rem;
  }
  .modal-common .text-content {
    max-width: 4.39rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    line-height: 2.375;
    letter-spacing: 0.05em;
  }
  .modal-common .image-content {
    position: absolute;
    right: 0;
    top: 0.74rem;
    width: 3.35rem;
  }
  .modal-common .button-close {
    right: calc(50% - 4.64rem);
    top: 0.3rem;
    width: 0.4rem;
    height: 0.4rem;
  }
  .modal-common .button-close:before {
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    top: 0.18rem;
    left: 0.01rem;
  }
  .modal-common .button-close:after {
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    top: 0.18rem;
    left: 0;
  }
  .character-modal .wrapper {
    width: 100%;
    height: 100%;
    padding: 0;
  }
  .character-modal .popup-light-box-cell {
    top: 50%;
    left: 50%;
    position: fixed;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    width: 100%;
  }
  .character-modal .modal-inner {
    overflow: hidden;
  }
  .character-modal .popup-light-box-cell {
    overflow: auto;
    height: 100vh;
  }
  .character-modal .popup-light-box-cell::-webkit-scrollbar {
    width: 0.05rem;
  }
  .character-modal .popup-light-box-cell::-webkit-scrollbar-track {
    background: #00367f;
  }
  .character-modal .popup-light-box-cell::-webkit-scrollbar-thumb {
    background-color: #121c3e;
  }
  .is-firefox .character-modal .popup-light-box-cell {
    scrollbar-width: thin;
    scrollbar-color: #121c3e #00367f;
  }
  .modal-content {
    padding: 0.2rem;
  }
  .modal-content .modal-inner {
    max-width: 10.36rem;
    margin: 0 auto;
  }
  .modal-content .content-top {
    margin-top: 1.44rem;
  }
  .modal-content .button-close {
    top: 0.53rem;
  }
  .wrapper-modal-slide {
    width: 8.4rem;
    margin: 0 auto;
  }
  .wrapper-modal-slide .button-common {
    width: 3.44rem;
    margin-right: 0.79rem;
  }
  .wrapper-modal-slide .button-common::before {
    right: 0.1rem;
    width: 0.36rem;
    height: 0.29rem;
  }
  .wrapper-modal-slide .item-slider {
    width: 9.05rem !important;
  }
  .wrapper-modal-slide .modal-title-slide {
    margin-bottom: 0.28rem;
    width: 3.25rem;
  }
  .wrapper-modal-slide .text-modal {
    font-size: 0.16rem;
    line-height: 2.3125;
    margin-bottom: 0.35rem;
    width: 3.7rem;
  }
  .wrapper-modal-slide .list-image {
    width: 3.38rem;
    padding-left: 0.08rem;
    margin-bottom: 0.6rem;
  }
  .wrapper-modal-slide .list-image li {
    margin-bottom: 0.1rem;
  }
  .wrapper-modal-slide .list-image li:nth-child(1) {
    width: 1.19rem;
  }
  .wrapper-modal-slide .list-image li:nth-child(2) {
    width: 1.81rem;
  }
  .wrapper-modal-slide .list-image img {
    width: 100%;
  }
  .wrapper-modal-slide .content-video {
    position: absolute;
    right: 0.43rem;
    top: 0.74rem;
  }
  .wrapper-modal-slide .image-character {
    width: 5.14rem;
    margin-bottom: -2.32rem;
  }
  .wrapper-modal-slide .block-video {
    width: 4.08rem;
    height: 2.38rem;
    margin-left: 0.67rem;
  }
  .wrapper-modal-slide .slick-prev {
    left: -0.95rem;
  }
  .wrapper-modal-slide .slick-prev:after {
    background-image: url(../img/top/slider_icon_02.png);
  }
  .wrapper-modal-slide .slick-prev:before {
    background-image: url(../img/top/slider_icon_04.png);
  }
  .wrapper-modal-slide .slick-next {
    right: -0.83rem;
  }
  .wrapper-modal-slide .slick-next:after {
    background-image: url(../img/top/slider_icon_01.png);
  }
  .wrapper-modal-slide .slick-next:before {
    background-image: url(../img/top/slider_icon_03.png);
  }
}
@media print, (min-width: 1400.02px) {
  .modal-common::before {
    left: calc(50% - 9.6rem);
  }
  .modal-common::after {
    right: calc(50% - 9.6rem);
  }
}
@media print, (min-width: 1921px) {
  .modal-common:before {
    left: 0;
  }
  .modal-common:after {
    right: 0;
  }
}
@media only screen and (max-width: 750.98px) {
  .modal-common {
    overflow-y: scroll;
  }
  .modal-common:before, .modal-common:after {
    width: 5.88rem;
    height: 4.34rem;
  }
  .modal-common:before {
    left: 0;
    background-image: url(../img/top/sp/modal_bg_01.png);
  }
  .modal-common:after {
    right: 0.06rem;
    background-image: url(../img/top/sp/modal_bg_02.png);
  }
  .modal-common .modal-wrapper {
    padding: 0 0.6rem;
  }
  .modal-common .wrapper-modal {
    padding: 1.03rem 0.64rem;
    z-index: 0;
    position: relative;
  }
  .modal-common .wrapper-modal::before, .modal-common .wrapper-modal::after {
    position: absolute;
    content: "";
    background: center/cover no-repeat;
    pointer-events: none;
    z-index: -1;
    width: 5.88rem;
    height: 4.34rem;
  }
  .modal-common .wrapper-modal::before {
    left: 0;
    top: 0;
    background-image: url(../img/top/sp/modal_bg_01.png);
  }
  .modal-common .wrapper-modal::after {
    bottom: 0;
    right: 0.06rem;
    background-image: url(../img/top/sp/modal_bg_02.png);
  }
  .modal-common .modal-title {
    margin: 0 auto 0.72rem;
    width: 2.84rem;
  }
  .modal-common .modal-title img {
    width: 100%;
  }
  .modal-common .sub-title {
    padding-bottom: 0.2rem;
    margin: 0 -0.05rem 0.25rem;
  }
  .modal-common .sub-title span {
    width: 1.52rem;
  }
  .modal-common .text-content {
    line-height: 2.3181818182;
    letter-spacing: 0.05em;
    font-size: 0.22rem;
    -ms-flex-order: 2;
        order: 2;
  }
  .modal-common .block-detail {
    -ms-flex-direction: column;
        flex-direction: column;
    margin: 0 -0.13rem;
  }
  .modal-common .image-content {
    width: 6.24rem;
    margin: 0 auto 0.36rem;
  }
  .modal-common .image-content img {
    width: 100%;
  }
  .modal-common .button-close {
    right: 0.28rem;
    top: 0.24rem;
    width: 0.8rem;
    height: 0.8rem;
  }
  .modal-common .button-close:before {
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    top: 0.36rem;
    left: 0.02rem;
  }
  .modal-common .button-close:after {
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    top: 0.36rem;
    left: 0;
  }
  .wrapper-modal-slide {
    height: 100vh;
  }
  .wrapper-modal-slide .item-slider {
    max-width: 100%;
    width: 7.5rem;
    padding: 0.4rem 0 1.6rem;
  }
  .is-iphone .wrapper-modal-slide .item-slider {
    padding-bottom: 2.5rem;
  }
  .wrapper-modal-slide .button-common {
    width: 4.38rem;
    padding-left: 0.72rem;
    padding-right: 1.09rem;
    padding-top: 0.22rem;
  }
  .wrapper-modal-slide .content-left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-pack: center;
        justify-content: center;
    padding-right: 0.6rem;
    margin-bottom: -0.6rem;
  }
  .wrapper-modal-slide .modal-title-slide {
    margin-bottom: 0.65rem;
    width: 4.25rem;
  }
  .wrapper-modal-slide .text-name {
    font-size: 0.24rem;
    margin-bottom: 0.68rem;
  }
  .wrapper-modal-slide .text-modal {
    font-size: 0.22rem;
    line-height: 2.3181818182;
    margin-bottom: 0.46rem;
  }
  .wrapper-modal-slide .list-image {
    padding: 0 0.3rem;
    margin-bottom: 0.56rem;
  }
  .wrapper-modal-slide .list-image li {
    margin-bottom: 0.2rem;
  }
  .wrapper-modal-slide .list-image li:nth-child(1) {
    width: 1.62rem;
  }
  .wrapper-modal-slide .list-image li:nth-child(2) {
    width: 2.46rem;
  }
  .wrapper-modal-slide .list-image img {
    width: 100%;
  }
  .wrapper-modal-slide .image-character {
    text-align: center;
    width: 4.86rem;
    margin: 0 auto -2.14rem;
  }
  .wrapper-modal-slide .image-character img {
    width: 100%;
  }
  .wrapper-modal-slide .block-video {
    width: 3.84rem;
    height: 2.25rem;
    margin: 0 auto;
  }
  .wrapper-modal-slide .content-top {
    margin-bottom: 0.18rem;
    margin-top: 0.84rem;
  }
  .wrapper-modal-slide .content-bottom {
    width: 5.08rem;
    margin: 0 auto;
  }
  .wrapper-modal-slide .slick-prev,
.wrapper-modal-slide .slick-next {
    top: 5.09rem;
  }
  .wrapper-modal-slide .slick-prev {
    left: 0.14rem;
  }
  .wrapper-modal-slide .slick-prev:after {
    background-image: url(../img/top/sp/slider_icon_02.png);
  }
  .wrapper-modal-slide .slick-prev:before {
    background-image: url(../img/top/sp/slider_icon_04.png);
  }
  .wrapper-modal-slide .slick-next {
    right: 0.14rem;
  }
  .wrapper-modal-slide .slick-next:after {
    background-image: url(../img/top/sp/slider_icon_01.png);
  }
  .wrapper-modal-slide .slick-next:before {
    background-image: url(../img/top/sp/slider_icon_03.png);
  }
}
.video-common {
  position: relative;
  z-index: 0;
}
.video-common iframe {
  width: 100%;
  height: 100%;
}
.video-common::before,
.video-common .button-play {
  position: absolute;
}
.video-common::before {
  z-index: -1;
  content: "";
  background: center/contain no-repeat;
  pointer-events: none;
}
.video-common .button-play {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: ease 0.25s;
}
.video-common .button-play.is-active {
  display: none;
}
.video-common .button-play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background: url(../img/top/icn_play.svg) no-repeat center/contain;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  background: center/contain no-repeat;
  z-index: 1;
  text-indent: -9.99rem;
  overflow: hidden;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.slick-arrow:after, .slick-arrow:before {
  content: "";
  background: center/100% auto no-repeat;
  position: absolute;
  transition: opacity 0.3s ease;
}
.slick-arrow:before {
  opacity: 0;
}
.slick-arrow:hover:before {
  opacity: 1;
}
.slick-arrow:hover:after {
  opacity: 0;
}

@media print, (min-width: 751px) {
  .slick-arrow {
    width: 0.54rem;
    height: 0.77rem;
  }
  .slick-arrow::before, .slick-arrow::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 750.98px) {
  .slick-arrow {
    width: 0.8rem;
    height: 0.8rem;
  }
  .slick-arrow::before, .slick-arrow::after {
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    width: 0.38rem;
    height: 0.54rem;
  }
}
.button-common {
  display: inline-block;
  color: #fff;
  transition: all 0.3s ease;
  position: relative;
  -ms-transform: skew(-15deg);
      transform: skew(-15deg);
  -webkit-backface-visibility: hidden;
}
.button-common img {
  -ms-transform: skew(15deg);
      transform: skew(15deg);
}
.button-common::before {
  position: absolute;
  content: "";
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  background: center/contain no-repeat;
}

@media print, (min-width: 751px) {
  .button-common {
    border: 0.05rem solid #000;
    box-shadow: 0.14rem 0.09rem 0 -0.03rem #000104;
    padding: 0.17rem 0.82rem 0.17rem 0.59rem;
  }
  .button-common::before {
    right: 0.1rem;
    background-image: url("../img/top/sp/icn_button.png");
    width: 0.22rem;
    height: 0.29rem;
  }
  .button-common:hover {
    box-shadow: 0.14rem 0.09rem 0 -0.03rem #000;
  }
}
@media only screen and (max-width: 750.98px) {
  .button-common {
    border: 0.05rem solid #000;
    box-shadow: 0.14rem 0.15rem 0 -0.02rem #000104;
    padding: 0.18rem 0.82rem 0.22rem 0.59rem;
  }
  .button-common img {
    width: 100%;
  }
  .button-common::before {
    right: 0.2rem;
    background-image: url("../img/top/sp/icn_button.png");
    width: 0.29rem;
    height: 0.36rem;
    -ms-transform: skew(15deg) translateY(-50%);
        transform: skew(15deg) translateY(-50%);
  }
  .button-common:hover {
    box-shadow: 0.12rem 0.14rem 0 #000;
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  display: table;
  content: "";
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-slide.is-animated-next {
  animation: slideInNext 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

.slick-slide.is-animated-prev {
  animation: slideInPrev 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@keyframes slideInNext {
  0% {
    transform: translateX(3.6rem);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  90%, 100% {
    opacity: 1;
  }
}
@keyframes slideInPrev {
  0% {
    transform: translateX(-3.6rem);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  90%, 100% {
    opacity: 1;
  }
}
.section-top-keyvisual {
  position: relative;
}
.section-top-keyvisual::before {
  content: "";
  background: center/cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-top-keyvisual .wrapper {
  position: relative;
}

.keyvisual-title img {
  z-index: 1;
  position: relative;
}
.keyvisual-title::before {
  mix-blend-mode: multiply;
  position: absolute;
  content: "";
  background: center/contain no-repeat;
}

.keyvisual-title img,
.keyvisual-text img {
  width: 100%;
}

.keyvisual-text {
  margin-bottom: 0;
}

.keyvisual-link {
  text-align: center;
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-decoration: none;
  z-index: 0;
}
.keyvisual-link::before, .keyvisual-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: center/contain no-repeat;
}
.keyvisual-link::before {
  background-image: url("../img/top/keyvisual_bg_button.png");
  opacity: 1;
}
.keyvisual-link::after {
  background-image: url("../img/top/keyvisual_bg_button_hover.png");
  z-index: -1;
  opacity: 0;
}
.keyvisual-link:hover::after {
  opacity: 1;
}
.keyvisual-link:hover::before {
  opacity: 0;
}
.keyvisual-link span {
  display: inline-block;
  position: relative;
}
.keyvisual-link span::before {
  content: "";
  position: absolute;
  background: url("../img/top/keyvisual_icn_button.png") center/contain no-repeat;
}

.keyvisual-modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  box-sizing: border-box;
  overflow-x: hidden;
}
.keyvisual-modal .wrapper-modal {
  width: 100%;
  height: 100%;
  padding: 0;
}
.keyvisual-modal .popup-light-box-cell {
  top: 50%;
  left: 50%;
  position: fixed;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  width: 100%;
  pointer-events: none;
}
.keyvisual-modal .lightbox-window {
  pointer-events: auto;
  margin: auto;
  overflow: hidden;
  width: 94%;
  max-width: 12.9rem;
  position: relative;
}
.keyvisual-modal .lightbox-window.is-show {
  animation: scaleAnimation 0.4s;
}
.keyvisual-modal .plan-content {
  max-height: 96vh;
}
.keyvisual-modal .plan-content iframe {
  height: 7.25rem;
  width: 100%;
  border: 0.05rem solid #000;
  background-color: #000;
}
.keyvisual-modal .button-close {
  position: absolute;
  top: 0.05rem;
  right: 0.05rem;
  display: block;
  background: url("../img/top/keyvisual_icn_close.png") top center/contain no-repeat;
  width: 0.37rem;
  height: 0.19rem;
  cursor: pointer;
  z-index: 9;
}

@keyframes scaleAnimation {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@media print, (min-width: 751px) {
  .section-top-keyvisual {
    margin-bottom: -2.72rem;
    padding: 2.95rem 0 2.04rem;
  }
  .section-top-keyvisual::before {
    background-image: url("../img/top/keyvisual_bg.jpg");
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 6.7rem, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 6.7rem, 0 100%);
  }
  .section-top-keyvisual .wrapper {
    max-width: 13.53rem;
  }
  .keyvisual-title {
    width: 7.5rem;
    margin-bottom: 0.18rem;
  }
  .keyvisual-title::before {
    top: 0.15rem;
    left: 0.45rem;
    background-image: url("../img/top/keyvisual_icn_shadow.png");
    width: 7.5rem;
    height: 2.93rem;
  }
  .keyvisual-text {
    width: 5.02rem;
    margin-left: 1.37rem;
  }
  .keyvisual-link {
    padding: 0 0.1rem 0.28rem 0;
    bottom: 0.13rem;
    right: -0.1rem;
    width: 2.31rem;
    height: 2.3rem;
  }
  .keyvisual-link::before {
    background-image: url("../img/top/keyvisual_bg_button.png");
  }
  .keyvisual-link::after {
    background-image: url("../img/top/keyvisual_bg_button_hover.png");
  }
  .keyvisual-link span {
//    width: 1.48rem;
    width: 1.88rem;
  }
  .keyvisual-link span::before {
//    bottom: -0.46rem;
    bottom: -0.36rem;
//    left: 0.63rem;
    left: 0.83rem;
    width: 0.28rem;
    height: 0.28rem;
  }
}
@media print, (min-width: 1400.02px) and (max-width: 1634px) {
  .section-top-keyvisual {
    height: 9.38rem;
    padding-top: 2.95rem;
    margin-bottom: -11.1rem;
  }
  .keyvisual-link {
    bottom: 0.13rem;
    padding-bottom: 0.16rem;
    padding-right: 0.17rem;
  }
  .keyvisual-link span {
//    width: 1.48rem;
    width: 1.85rem;
  }
  .keyvisual-link span::before {
//    bottom: -0.32rem;
    bottom: -0.42rem;
//    left: 0.66rem;
    left: 0.86rem;
  }
}
@media print, (min-width: 1635px) and (max-width: 1920px) {
  .section-top-keyvisual {
    font-size: 5.2083333333vw;
    padding-top: 3.36em;
    padding-bottom: 2.4em;
    margin-bottom: -11.1rem;
  }
  .section-top-keyvisual::before {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 7.61em, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, 100% 7.61em, 0% 100%);
  }
  .section-top-keyvisual .wrapper {
    max-width: 15.8em;
  }
  .keyvisual-title {
    width: 4.42em;
    margin-bottom: 0.01em;
  }
  .keyvisual-title::before {
    top: 0.12em;
    left: 0.25em;
    width: 4.41em;
    height: 1.74em;
  }
  .keyvisual-text {
    width: 5.92em;
    margin-left: 1.6em;
  }
  .keyvisual-link {
    width: 2.71em;
    height: 2.7em;
    right: -0.15em;
    bottom: 0.15em;
    padding-bottom: 0.5em;
  }
  .keyvisual-link span {
//    width: 1.74em;
    width: 2.24em;
  }
  .keyvisual-link span img {
    width: 100%;
  }
  .keyvisual-link span::before {
    bottom: -0.49em;
//    left: 0.75em;
    left: 0.99em;
    width: 0.33em;
    height: 0.33em;
  }
}
@media print, (min-width: 1921px) {
  .section-top-keyvisual {
    padding-top: 3.45rem;
    padding-bottom: 2.4rem;
    margin-bottom: -11.1rem;
  }
  .section-top-keyvisual::before {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 7.5rem, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, 100% 7.5rem, 0% 100%);
  }
  .section-top-keyvisual .wrapper {
    max-width: 15.79rem;
  }
  .keyvisual-title {
    width: 9rem;
    margin-bottom: -0.16rem;
  }
  .keyvisual-title::before {
    width: 9rem;
    height: 3.58rem;
  }
  .keyvisual-text {
    width: 5.92rem;
    margin-left: 1.6rem;
  }
  .keyvisual-link {
    width: 2.71rem;
    height: 2.7rem;
    right: -0.15rem;
    bottom: 0.15rem;
//    padding-bottom: 0.6rem;
    padding-bottom: 0.4rem;
  }
  .keyvisual-link span {
//    width: 1.74rem;
    width: 2.24rem;
  }
  .keyvisual-link span img {
    width: 100%;
  }
  .keyvisual-link span::before {
    bottom: -0.52rem;
//    left: 0.75rem;
    left: 0.99rem;
    width: 0.33rem;
    height: 0.33rem;
  }
  .keyvisual-link span {
    height: 150px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
@media only screen and (max-width: 750.98px) {
  .section-top-keyvisual {
    padding: 7.18rem 0 0.94rem;
    margin-bottom: -1.4rem;
  }
  .section-top-keyvisual::before {
    background-image: url("../img/top/sp/keyvisual_bg.jpg");
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 10.94rem, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 10.94rem, 0 100%);
  }
  .keyvisual-title {
    max-width: 7.5rem;
    width: 7.5rem;
    margin-left: -0.5rem;
    margin-bottom: -0.18rem;
  }
  .keyvisual-title img {
      width: 98%;
  }
  .keyvisual-title::before {
    top: 0.13rem;
    left: 0.16rem;
    background-image: url("../img/top/keyvisual_icn_shadow.png");
    width: 7.35rem;
    height: 2.93rem;
  }
  .keyvisual-text {
    width: 5.02rem;
    margin-left: 0.76rem;
  }
  .keyvisual-link {
    padding: 0 0.13rem 0.3rem 0;
    top: -1.77rem;
    left: 0.23rem;
    width: 2.63rem;
    height: 2.58rem;
  }
  .keyvisual-link span {
//    width: 1.66rem;
    width: 2.26rem;
  }
  .keyvisual-link span::before {
//    bottom: -0.5rem;
    bottom: -0.4rem;
//    left: 0.72rem;
    left: 0.96rem;
    width: 0.31rem;
    height: 0.3rem;
  }
  .keyvisual-modal .plan-content {
    position: relative;
    padding-bottom: 57%;
  }
  .keyvisual-modal .plan-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
}
.section-top-introduction {
  background: center/cover no-repeat;
}

.introduction-title img {
  width: 100%;
}

.introduction-video {
  text-align: center;
}
.introduction-video span {
  -ms-transform: skew(-13deg);
      transform: skew(-13deg);
  display: inline-block;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.3;
  background-color: #00367f;
}

.introduction-image {
  position: relative;
  z-index: 0;
}
.introduction-image::before, .introduction-image::after {
  position: absolute;
  content: "";
  z-index: -1;
  background: center/contain no-repeat;
  transition: opacity 0.3s ease;
}
.introduction-image::before {
  opacity: 1;
}
.introduction-image::after {
  opacity: 0;
}
.introduction-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.introduction-name {
  color: #000;
  text-align: center;
  letter-spacing: 0.05em;
}

.introduction-info {
  background-color: #121c3e;
  position: relative;
  margin: 0 auto;
  z-index: 0;
}
.introduction-info::before, .introduction-info::after {
  content: "";
  position: absolute;
  background: center/contain no-repeat;
  z-index: -1;
}

.introduction-info-title {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.introduction-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.introduction-time {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #00b4e3;
  font-weight: bold;
  font-family: "Futura", sans-serif;
  letter-spacing: 0.01em;
}

.introduction-name {
  margin-bottom: 0;
  letter-spacing: 0.05em;
  transition: color 0.3s ease;
}

.introduction-status {
  margin-bottom: 0;
  background-color: #fff100;
  color: #000;
  font-weight: bold;
  font-family: "Futura", sans-serif;
  letter-spacing: 0.05em;
}

.introduction-info-name {
  margin-bottom: 0;
}
.introduction-info-name a {
  color: #fff;
  display: block;
  text-underline-offset: 0.05rem;
}
.introduction-info-name a:hover {
  text-decoration: none;
}

.introduction-slider-inner {
  overflow: hidden;
}

.introduction-slider:not(.slick-initialized) {
  opacity: 0;
  visibility: hidden;
}
.introduction-slider:not(.slick-initialized) .thumbnail-item:not(:first-child) {
  display: none;
}
.introduction-slider .slider-item.is-active .introduction-image::before {
  opacity: 0;
}
.introduction-slider .slider-item.is-active .introduction-image::after {
  opacity: 1;
}
.introduction-slider .slider-item.is-active .introduction-name {
  color: #fff;
}
.introduction-slider .slick-arrow.slick-disabled {
  pointer-events: none;
}


.introduction-video-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media print, (min-width: 751px) {
  .section-top-introduction {
    margin-bottom: -3.6rem;
    /* background-image: url("../img/top/introduction_bg.jpg"); */
    background-image: url("../img/top/introduction_bg_large.jpg");
    background-size: 145%;
    background-position: center bottom 7%;
    padding: 1.4rem 0 3.19rem;
  }
  .section-top-introduction .button-play::before {
    width: 1.27rem;
    height: 1.27rem;
  }
  .section-top-introduction .video-common {
    width: 9.7rem;
    height: 5.44rem;
    margin: 0 auto 0.34rem;
  }
  .section-top-introduction .video-common::before {
    top: -0.26rem;
    left: -0.16rem;
    width: 10.01rem;
    height: 5.93rem;
    background-image: url("../img/top/introduction_bg_video.png");
  }
  .introduction-title {
    width: 10.98rem;
    margin: 0 auto 0.4rem;
  }
  .introduction-video-list {
    margin-bottom: 0.45rem;
  }
  .introduction-video-image {
    height: 5.46rem;
  }
  .introduction-video span {
    -ms-transform: skew(-13deg);
        transform: skew(-13deg);
    font-size: 0.27rem;
    padding: 0 0.4rem 0.02rem;
  }
  .introduction-slider-inner {
    height: 2.7rem;
    margin-bottom: 0.32rem;
  }
  .introduction-slider {
    margin: 0 auto;
    width: 9.8rem;
  }
  .introduction-slider .slider-item:hover .introduction-image::before {
    opacity: 0;
  }
  .introduction-slider .slider-item:hover .introduction-image::after {
    opacity: 1;
  }
  .introduction-slider .slider-item:hover .introduction-name {
    color: #fff;
  }
  .introduction-slider .slick-list {
    padding-top: 0.2rem;
  }
  .introduction-slider .slider-item {
    cursor: pointer;
    margin: 0 0.14rem;
  }
  .introduction-slider .slick-arrow {
    top: 1.01rem;
  }
  .introduction-slider .slick-prev {
    left: -1rem;
  }
  .introduction-slider .slick-prev:after {
    background-image: url(../img/top/slider_icon_04.png);
  }
  .introduction-slider .slick-prev:before {
    background-image: url(../img/top/slider_icon_05.png);
  }
  .introduction-slider .slick-next {
    right: -1rem;
  }
  .introduction-slider .slick-next:after {
    background-image: url(../img/top/slider_icon_03.png);
  }
  .introduction-slider .slick-next:before {
    background-image: url(../img/top/slider_icon_06.png);
  }
  .introduction-image {
    height: 1.68rem;
    margin-bottom: 0.16rem;
  }
  .introduction-image::before, .introduction-image::after {
    top: -0.17rem;
    left: -0.11rem;
    width: 3.19rem;
    height: 1.99rem;
  }
  .introduction-image::before {
    background-image: url("../img/top/introduction_bg_slider.png");
  }
  .introduction-image::after {
    background-image: url("../img/top/introduction_bg_slider_hover.png");
  }
  .introduction-name {
    font-size: 0.21rem;
  }
  .introduction-info {
    padding: 0.28rem 1.1rem 0.5rem;
    max-width: 12rem;
  }
  .introduction-info::before {
    top: -0.15rem;
    left: 0.12rem;
    width: 11.89rem;
    height: 0.6rem;
    background-image: url("../img/top/introduction_icn_01.png");
  }
  .introduction-info::after {
    bottom: -0.14rem;
    left: 0;
    width: 12rem;
    height: 0.68rem;
    background-image: url("../img/top/introduction_icn_02.png");
  }
  .introduction-info-title {
    font-size: 0.4rem;
    -ms-transform: skew(-10deg);
        transform: skew(-10deg);
    margin-bottom: -0.06rem;
  }
  .introduction-list li {
    padding: 0.02rem 0;
    border-bottom: 0.02rem solid #fff;
  }
  .introduction-list .introduction-info-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    padding: 0.2rem 0;
  }
  .introduction-time {
    width: 1.68rem;
    font-size: 0.22rem;
  }
  .introduction-name {
    margin-bottom: 0;
    font-size: 0.21rem;
    letter-spacing: 0.05em;
    height: 0.65rem;
  }
  .introduction-status {
    margin-top: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 0.04rem 0.18rem;
    border-radius: 0.15rem;
  }
  .introduction-info-name {
    margin-right: 0.2rem;
    font-size: 0.22rem;
    line-height: 1.5086363636;
    letter-spacing: 0.01em;
  }
}
@media print, (min-width: 1400.02px) {
  .section-top-introduction {
    padding-top: 9.52rem;
    padding-bottom: 3.7rem;
    background-size: 19.2rem 27.82rem;
    background-position: bottom 0.3rem center;
    margin-bottom: -4.12rem;
    background-image: url(../img/top/introduction_bg_large.jpg?ver=1);
  }
}
@media print, (min-width: 1921px) {
  .section-top-introduction {
    background-size: cover;
    background-position: top center;
  }
}
@media only screen and (max-width: 750.98px) {
  .section-top-introduction {
    background-image: url("../img/top/sp/introduction_bg.jpg");
    padding: 0.87rem 0 1.88rem;
    margin-bottom: -1.43rem;
  }
  .section-top-introduction .wrapper {
    padding: 0;
  }
  .section-top-introduction .button-play::before {
    width: 1.27rem;
    height: 1.27rem;
  }
  .section-top-introduction .video-common {
    width: 6.58rem;
    height: 3.7rem;
    margin: 0 auto 0.34rem;
  }
  .section-top-introduction .video-common::before {
    top: -0.19rem;
    left: -0.14rem;
    width: 6.8rem;
    height: 4.03rem;
    background-image: url("../img/top/sp/introduction_bg_video.png");
  }
  .introduction-title {
    width: 7.08rem;
    margin: 0 auto 0.1rem;
  }
  .introduction-video {
    margin-bottom: 0.47rem;
  }
  .introduction-video span {
    -ms-transform: skew(-13deg);
        transform: skew(-13deg);
    font-size: 0.3rem;
    padding: 0 0.5rem 0.01rem;
  }
  .slick-no-slide .slick-track {
    width: 100% !important;
    text-align: center;
    -ms-transform: inherit !important;
        transform: inherit !important;
  }
  .slick-no-slide .slick-slide {
    float: none;
    display: inline-block;
  }
  .introduction-slider-inner {
    margin-bottom: 0.28rem;
    height: 2.34rem;
  }
  .introduction-slider-inner .slick-list {
    padding-top: 0.2rem;
  }
  .introduction-slider-inner .slider-item {
    margin: 0 0.08rem;
  }
  .introduction-slider-inner .slick-arrow {
    top: 0.72rem;
  }
  .introduction-slider-inner .slick-prev {
    left: 0.14rem;
  }
  .introduction-slider-inner .slick-prev:after {
    background-image: url(../img/top/sp/slider_icon_04.png);
  }
  .introduction-slider-inner .slick-prev:before {
    background-image: url(../img/top/sp/slider_icon_05.png);
  }
  .introduction-slider-inner .slick-next {
    right: 0.14rem;
  }
  .introduction-slider-inner .slick-next:after {
    background-image: url(../img/top/sp/slider_icon_03.png);
  }
  .introduction-slider-inner .slick-next:before {
    background-image: url(../img/top/sp/slider_icon_06.png);
  }
  .introduction-image {
    height: 1.39rem;
    margin-bottom: 0.1rem;
    padding: 0.1rem 0.05rem 0.1rem 0.04rem;
  }
  .introduction-image::before, .introduction-image::after {
    top: 0;
    left: -0.03rem;
    width: 2.26rem;
    height: 1.41rem;
  }
  .introduction-image::before {
    background-image: url("../img/top/sp/introduction_bg_slider.png");
  }
  .introduction-image::after {
    background-image: url("../img/top/sp/introduction_bg_slider_hover.png");
  }
  .introduction-info {
    padding: 0.3rem 0.5rem 0.65rem;
  }
  .introduction-info::before {
    top: -0.12rem;
    left: 0.05rem;
    width: 7.39rem;
    height: 0.7rem;
    background-image: url("../img/top/sp/introduction_icn_01.png");
  }
  .introduction-info::after {
    bottom: -0.15rem;
    left: -0.01rem;
    width: 7.51rem;
    height: 0.68rem;
    background-image: url("../img/top/sp/introduction_icn_02.png");
  }
  .introduction-info-title {
    font-size: 0.36rem;
    -ms-transform: skew(-10deg);
        transform: skew(-10deg);
    margin-bottom: 0;
  }
  .introduction-list li {
    padding: 0.02rem 0;
    border-bottom: 0.04rem solid #fff;
  }
  .introduction-list li:last-child {
    border-bottom: 0;
  }
  .introduction-list .introduction-info-link {
    padding: 0.15rem 0;
    display: block;
    position: relative;
  }
  .introduction-time {
    font-size: 0.3rem;
    margin-bottom: 0.09rem;
    display: block;
  }
  .introduction-name {
    font-size: 0.28rem;
    height: 0.84rem;
  }
  .introduction-status {
    position: absolute;
    font-size: 0.16rem;
    top: 0.22rem;
    left: 1.86rem;
    padding: 0.04rem 0.18rem;
    border-radius: 0.08rem;
  }
  .introduction-info-name {
    padding-left: 0.05rem;
    font-size: 0.3rem;
    line-height: 1.5747771542;
    letter-spacing: 0.02em;
  }
  .introduction-info-name a {
    text-decoration: none;
  }
}
.introduction-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: none;
  overflow: auto;
}
.introduction-modal .modal-background {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.92);
}
.introduction-modal .modal-wrapper {
  position: absolute;
  right: 0;
  left: 0;
  width: 86%;
  max-width: 12rem;
  margin-right: auto;
  margin-left: auto;
  padding: 0.2rem 0;
  z-index: 99;
}
.introduction-modal .video-youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: #000;
}
.introduction-modal .video-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.introduction-modal .video-name {
  text-align: center;
  color: #fff;
  font-weight: 600;
}
.introduction-modal .video-name span {
  background: #00367f;
  display: inline-block;
}
.introduction-modal .thumbnail-item-image {
  background: #fff;
  transition: background 0.3s ease;
}
.introduction-modal .thumbnail-item {
  cursor: pointer;
}
.introduction-modal .thumbnail-item.is-active .thumbnail-item-image {
  background: #00367f;
}
.introduction-modal .thumbnail-item.is-active .thumbnail-name {
  color: #00367f;
}
.introduction-modal .thumbnail-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.introduction-modal .thumbnail-name {
  font-weight: bold;
  color: #fff;
  transition: color 0.3s ease;
  text-align: center;
}
.introduction-modal .modal-thumbnail:not(.slick-initialized) .thumbnail-item:not(:first-child) {
  display: none;
}

@media print, (min-width: 751px) {
  .introduction-modal .modal-wrapper {
    top: 0;
  }
  .introduction-modal .thumbnail-item {
    width: 1.32rem;
    margin: 0 0.04rem;
  }
  .introduction-modal .thumbnail-item-image {
    padding: 0.04rem;
    height: 0.77rem;
    margin-bottom: 0.1rem;
  }
  .introduction-modal .thumbnail-name {
    font-size: 0.14rem;
  }
  .introduction-modal .modal-video {
    position: relative;
  }
  .introduction-modal .video-button {
    position: absolute;
    top: 0.2rem;
    right: -0.5rem;
    width: 1.25rem;
    height: 0.45rem;
    margin: 0;
    padding: 0;
    cursor: pointer;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-duration: 0.25s;
    transition-property: right;
  }
  .introduction-modal .video-button:hover {
    right: -0.7rem;
  }
  .introduction-modal .video-button a {
    display: block;
  }
  .introduction-modal .video-button img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  .introduction-modal .video-name span {
    padding: 0.04rem 0.5rem 0.03rem;
  }
}
@media only screen and (max-width: 750.98px) {
  .introduction-modal .modal-wrapper {
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  }
  .introduction-modal .thumbnail-item {
    width: 1.9rem;
    margin: 0 0.04rem;
  }
  .introduction-modal .thumbnail-item-image {
    padding: 0.03rem;
    height: 1.1rem;
    margin-bottom: 0.1rem;
  }
  .introduction-modal .thumbnail-name {
    font-size: 0.14rem;
  }
  .introduction-modal .modal-video {
    position: relative;
  }
  .introduction-modal .modal-close {
    position: fixed;
    top: auto;
    right: 0;
    bottom: 0;
    z-index: 9;
    width: 0.7rem;
    height: auto;
  }
  .introduction-modal .video-name {
    font-size: 0.2rem;
  }
  .introduction-modal .video-name span {
    padding: 0.03rem 0.1rem;
  }
}
.section-top-building {
  background: center/cover no-repeat;
}
.section-top-building .button-common {
  background-color: #000;
  border-color: #573192;
}
.section-top-building .button-common:hover {
  background-color: #573192;
  border-color: #000;
}
.section-top-building .button-common::before {
  -ms-transform: skew(15deg) translateY(-50%) rotate(10deg);
      transform: skew(15deg) translateY(-50%) rotate(10deg);
}
.section-top-building .button-common img {
  -ms-transform: skew(15deg) rotate(10deg);
      transform: skew(15deg) rotate(10deg);
}
.section-top-building .building-button {
  -ms-transform: rotate(-10deg);
      transform: rotate(-10deg);
  z-index: 3;
  position: relative;
}

.building-text img,
.building-title img {
  width: 100%;
}

@media print, (min-width: 751px) {
  .section-top-building {
    background-image: url("../img/top/building_bg.png");
    padding: 2.56rem 0 2.81rem;
    margin-bottom: -3.68rem;
  }
  .section-top-building .wrapper {
    width: 12.1rem;
  }
  .section-top-building .button-common {
    padding: 0.05rem 1.16rem 0.06rem 0.85rem;
  }
  .section-top-building .button-common::before {
    background-image: url(../img/top/building_icn_button.png);
    width: 0.24rem;
    height: 0.36rem;
    right: 0.18rem;
  }
  .section-top-building .building-button {
    margin-left: -0.32rem;
  }
  .building-title {
    margin-bottom: -0.54rem;
    width: 7.82rem;
  }
  .building-text {
    margin-left: -0.2rem;
    margin-bottom: -0.4rem;
    width: 6.37rem;
  }
}
@media only screen and (max-width: 750.98px) {
  .section-top-building {
    background-image: url("../img/top/sp/building_bg.png?ver=1");
    margin-bottom: -1.48rem;
    padding: 4.84rem 0 1.5rem;
  }
  .section-top-building .modal-common::before, .section-top-building .modal-common::after {
    content: unset;
  }
  .section-top-building .wrapper {
    padding: 0 0.19rem;
  }
  .section-top-building .button-common {
    width: 4.63rem;
    padding: 0.05rem 1.34rem 0.06rem 0.99rem;
  }
  .section-top-building .button-common::before {
    right: 0.21rem;
    width: 0.27rem;
    height: 0.42rem;
    background-image: url(../img/top/sp/building_icn_button.png);
  }
  .section-top-building .building-button {
    text-align: center;
    margin-left: -0.09rem;
  }
  .building-title {
    width: 7.07rem;
    margin-left: 0.1rem;
    margin-bottom: -0.5rem;
  }
  .building-title img {
    width: 100%;
  }
  .building-text {
    margin-bottom: -0.14rem;
  }
}
.section-top-training {
  z-index: 2;
  position: relative;
  background: center/cover no-repeat;
}

.training-title {
  text-align: center;
}
.training-title span {
  display: inline-block;
  background-color: #fff100;
  -ms-transform: skew(-13deg);
      transform: skew(-13deg);
}
.training-title span img {
  -ms-transform: skew(13deg);
      transform: skew(13deg);
}

.training-image {
  position: relative;
  z-index: 0;
}
.training-image::before {
  z-index: -1;
  position: absolute;
  content: "";
  background: center/contain no-repeat;
}

.training-guide {
  text-align: center;
  margin-bottom: 0;
  letter-spacing: 0.02em;
}

.training-slider .slick-list {
  overflow: visible;
}
.training-slider .slick-arrow {
  top: 42%;
}
.training-slider .slick-slide.is-animated-next {
  animation: slideInNext 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@media print, (min-width: 751px) {
  .section-top-training {
    padding: 2.2rem 0 2.67rem;
    margin-bottom: -3.4rem;
    background-image: url("../img/top/training_bg.png?ver=1");
  }
  .training-block {
    padding: 0.5rem 0;
  }
  .training-block:first-child {
    margin-bottom: -0.3rem;
  }
  .training-title {
    margin-bottom: 0.3rem;
  }
  .training-title span {
    min-width: 3.85rem;
    width: 3.85rem;
    padding: 0.06rem 0.64rem;
  }
  .training-title.routine-title span {
    width: 8.21rem;
  }
  .training-image {
    padding: 0.25rem 0.11rem 0.2rem 0.12rem;
    margin-bottom: 0.12rem;
  }
  .training-image::before {
    top: 0;
    left: -0.06rem;
    width: 9.07rem;
    height: 5.37rem;
    background-image: url("../img/top/training_bg_slider.png");
  }
  .training-guide {
    font-size: 0.3rem;
    line-height: 1.5826666667;
  }
  .training-slider {
    width: 9.26rem;
    margin: 0 auto;
  }
  .training-slider .slider-item {
    margin: 0 0.15rem;
  }
  .training-slider .slick-next {
    right: -0.7rem;
  }
  .training-slider .slick-next:after {
    background-image: url(../img/top/slider_icon_03.png);
  }
  .training-slider .slick-next:before {
    background-image: url(../img/top/slider_icon_06.png);
  }
  .training-slider .slick-prev {
    left: -0.7rem;
  }
  .training-slider .slick-prev:after {
    background-image: url(../img/top/slider_icon_04.png);
  }
  .training-slider .slick-prev:before {
    background-image: url(../img/top/slider_icon_05.png);
  }
}
@media only screen and (max-width: 750.98px) {
  .section-top-training {
    margin-bottom: -1.12rem;
    padding: 1.64rem 0 1.5rem;
    background-image: url("../img/top/sp/training_bg.png?ver=1");
  }
  .section-top-training .wrapper {
    padding: 0 0.18rem;
  }
  .training-block:first-child {
    margin-bottom: 0.76rem;
  }
  .training-title {
    margin-bottom: 0.2rem;
  }
  .training-title span {
    min-width: 3.15rem;
    padding: 0.05rem 0.53rem;
    height: 0.55rem;
  }
  .training-title img {
    height: 100%;
    width: auto;
    position: relative;
    top: -0.14rem;
  }
  .training-title.battle-title span {
    width: 3.15rem;
    padding-right: 0.68rem;
    padding-left: 0.68rem;
    padding-bottom: 0.06rem;
  }
  .training-image {
    padding-top: 0.25rem;
    margin-bottom: 0.27rem;
  }
  .training-image::before {
    top: 0.06rem;
    left: -0.16rem;
    width: 6.97rem;
    height: 4.13rem;
    background-image: url("../img/top/sp/training_bg_slider.png");
  }
  .training-guide {
    padding: 0 0.4rem;
    font-size: 0.3rem;
    line-height: 1.5774182899;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    min-height: 1.4rem;
  }
  .training-slider {
    min-height: 5.73rem;
    margin: 0 0.06rem;
  }
  .training-slider .slick-arrow {
    top: 5.02rem;
  }
  .training-slider .slider-item {
    margin: 0 0.15rem;
  }
  .training-slider .slick-next {
    right: -0.1rem;
  }
  .training-slider .slick-next:after {
    background-image: url(../img/top/sp/slider_icon_03.png);
  }
  .training-slider .slick-next:before {
    background-image: url(../img/top/sp/slider_icon_06.png);
  }
  .training-slider .slick-prev {
    left: -0.1rem;
  }
  .training-slider .slick-prev:after {
    background-image: url(../img/top/sp/slider_icon_04.png);
  }
  .training-slider .slick-prev:before {
    background-image: url(../img/top/sp/slider_icon_05.png);
  }
}
.section-top-character {
  background: center/cover no-repeat;
}
.section-top-character .is-clock {
  cursor: unset;
}

.character-list .character-image a {
  display: block;
}
.character-list .button-common {
  background-color: #e1212f;
}
.character-list .button-common:hover {
  border-color: #e1212f;
  background-color: #000;
}
.character-list .button-common.is-clock {
  text-align: center;
  box-shadow: unset;
  background-color: #000;
  -ms-transform: skew(-11deg) rotate(-11deg);
      transform: skew(-11deg) rotate(-11deg);
  padding-top: 0;
  pointer-events: none;
}
.character-list .button-common.is-clock:hover {
  box-shadow: unset;
  border-color: #000;
}
.character-list .button-common.is-clock img {
  position: relative;
}
.character-list .button-common.is-clock::before {
  content: unset;
}

.character-button {
  text-align: center;
}
.character-button .button-common {
  background-color: #00367f;
}
.character-button .button-common:hover {
  background-color: #000;
  border-color: #00367f;
}

.character-slider {
  background: center/contain repeat-x;
}
.character-slider .slider-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.character-button-list {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
}
.character-button-list .button-common {
  background-color: #e1212f;
}
.character-button-list .button-common img {
  width: 100%;
}
.character-button-list .button-common:hover {
  border-color: #e1212f;
  background-color: #000;
}
.character-button-list .button-common.is-clock {
  text-align: center;
  box-shadow: unset;
  background-color: #000;
  -ms-transform: skew(-11deg) rotate(-11deg);
      transform: skew(-11deg) rotate(-11deg);
  padding-top: 0;
  pointer-events: none;
}
.character-button-list .button-common.is-clock:hover {
  box-shadow: unset;
  border-color: #000;
}
.character-button-list .button-common.is-clock img {
  position: relative;
}
.character-button-list .button-common.is-clock::before {
  content: unset;
}

@media print, (min-width: 751px) {
  .section-top-character {
    padding-top: 1.9rem;
    background-size: 19.2rem auto;
    background-position: top -0.76rem right -2.62rem;
    background-image: url("../img/top/character_bg.jpg?ver=1");
  }
  .character-title {
    margin: 0 auto -0.15rem;
    width: 7.28rem;
  }
  .character-button-list {
    margin: 0 -5.5% 0.78rem;
  }
  .character-button-list .button-common {
    -ms-transform: skew(-16deg) rotate(-11deg);
        transform: skew(-16deg) rotate(-11deg);
    border-width: 0.03rem;
    padding: 0.01rem 0.34rem 0.01rem 0.26rem;
    box-shadow: 0.06rem 0.04rem 0 #000104;
  }
  .character-button-list .button-common:hover {
    box-shadow: 0.06rem 0.04rem 0 #000;
  }
  .character-button-list .button-common.is-clock {
    min-width: 0.83rem;
    padding-left: 0.33rem;
  }
  .character-button-list .button-common.is-clock img {
    top: -0.02rem;
    width: 0.13rem;
  }
  .character-button-list .button-common::before {
    background-image: url("../img/top/character_icn_button.svg");
    width: 0.13rem;
    height: 0.15rem;
    right: 0.08rem;
  }
  .character-button-list .button-common img {
    -ms-transform: skew(16deg) rotate(11deg);
        transform: skew(16deg) rotate(11deg);
  }
  .character-button-list li:nth-child(1) .button-common {
    width: 1.27rem;
  }
  .character-button-list li:nth-child(2) {
    margin-top: -0.09rem;
    margin-left: 0.45rem;
  }
  .character-button-list li:nth-child(2) .button-common {
    width: 1.05rem;
  }
  .character-button-list li:nth-child(3) {
    margin-left: 0.2rem;
    margin-top: -0.09rem;
  }
  .character-button-list li:nth-child(3) .button-common {
    width: 1.27rem;
  }
  .character-button-list li:nth-child(4) {
    margin-left: 0.3rem;
    margin-top: -0.17rem;
  }
  .character-button-list li:nth-child(4) .button-common {
    width: 1.05rem;
  }
  .character-button-list li:nth-child(5) {
    margin-left: 0.29rem;
  }
  .character-button-list li:nth-child(5) .button-common {
    width: 1.7rem;
  }
  .character-button-list li:nth-child(5) .button-common img {
    margin-top: -0.03rem;
    margin-bottom: -0.02rem;
  }
  .character-button-list li:nth-child(6) {
    margin-left: 2%;
    margin-top: -0.12rem;
  }
  .character-button-list li:nth-child(6) .button-common {
    width: 1.3rem;
    -ms-transform: skew(-10deg) rotate(-10deg);
        transform: skew(-10deg) rotate(-10deg);
  }
  .character-button-list li:nth-child(6) .button-common img {
    -ms-transform: skew(10deg) rotate(11deg);
        transform: skew(10deg) rotate(11deg);
  }
  .character-button-list li:nth-child(7) {
    margin-left: 0.2rem;
    margin-top: -0.09rem;
  }
  .character-button-list li:nth-child(7) .button-common {
    width: 1.5rem;
  }
  .character-button-list li:nth-child(8) {
    margin-left: 0.2rem;
    margin-top: -0.04rem;
  }
  .character-button-list li:nth-child(8) .button-common {
    width: 1.25rem;
    padding-left: 0.35rem;
    padding-right: 0.42rem;
  }
  .character-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: center;
        justify-content: center;
    margin: 0 -0.17rem 0.78rem 0;
  }
  .character-list .button-common {
    -ms-transform: skew(-16deg) rotate(-11deg);
        transform: skew(-16deg) rotate(-11deg);
    border-width: 0.03rem;
    padding: 0.01rem 0.34rem 0.01rem 0.26rem;
    box-shadow: 0.06rem 0.04rem 0 #000104;
  }
  .character-list .button-common:hover {
    box-shadow: 0.06rem 0.04rem 0 #000;
  }
  .character-list .button-common.is-clock {
    min-width: 0.83rem;
    padding-left: 0.33rem;
  }
  .character-list .button-common.is-clock img {
    top: -0.02rem;
    width: 0.13rem;
  }
  .character-list .button-common::before {
    background-image: url("../img/top/character_icn_button.svg");
    width: 0.13rem;
    height: 0.15rem;
    right: 0.05rem;
  }
  .character-list .button-common img {
    -ms-transform: skew(16deg) rotate(11deg);
        transform: skew(16deg) rotate(11deg);
  }
  .character-list .slider-item {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    z-index: 1;
    margin: 0 -0.28rem;
  }
  .character-list .slider-item:nth-child(1) {
    width: 2.4rem;
    margin-top: 0.3rem;
  }
  .character-list .slider-item:nth-child(1) .character-image {
    margin-bottom: 0.33rem;
  }
  .character-list .slider-item:nth-child(1) .button-common {
    margin-left: 0.27rem;
    width: 1.27rem;
  }
  .character-list .slider-item:nth-child(2) {
    width: 1.98rem;
    margin-top: 0.6rem;
    margin-left: -0.41rem;
  }
  .character-list .slider-item:nth-child(2) .button-common {
    margin-left: 0.41rem;
    width: 0.86rem;
  }
  .character-list .slider-item:nth-child(3) {
    width: 1.64rem;
    margin-top: 0.89rem;
    margin-left: -0.14rem;
  }
  .character-list .slider-item:nth-child(3) .button-common {
    margin-left: 0.18rem;
    width: 1.11rem;
  }
  .character-list .slider-item:nth-child(4) {
    width: 1.87rem;
    margin-top: 0.54rem;
    margin-left: -0.11rem;
  }
  .character-list .slider-item:nth-child(4) .character-image {
    margin-bottom: 0.22rem;
  }
  .character-list .slider-item:nth-child(4) .button-common {
    margin-left: 0.47rem;
    width: 0.86rem;
  }
  .character-list .slider-item:nth-child(5) {
    width: 2.26rem;
    margin-top: 0.5rem;
    margin-left: -0.13rem;
  }
  .character-list .slider-item:nth-child(5) .button-common {
    margin-left: 0.15rem;
    width: 1.71rem;
  }
  .character-list .slider-item:nth-child(5) .button-common img {
    margin-top: -0.03rem;
    margin-bottom: -0.02rem;
  }
  .character-list .slider-item:nth-child(6) {
    width: 2.18rem;
    margin-left: -0.22rem;
  }
  .character-list .slider-item:nth-child(6) .character-image {
    margin-bottom: 0.35rem;
  }
  .character-list .slider-item:nth-child(6) .button-common {
    margin-left: 0.72rem;
    width: 1.12rem;
    -ms-transform: skew(-10deg) rotate(-10deg);
        transform: skew(-10deg) rotate(-10deg);
  }
  .character-list .slider-item:nth-child(6) .button-common img {
    -ms-transform: skew(10deg) rotate(11deg);
        transform: skew(10deg) rotate(11deg);
  }
  .character-list .slider-item:nth-child(7) {
    width: 2.57rem;
    margin-top: 0.05rem;
  }
  .character-list .slider-item:nth-child(7) .button-common {
    margin-left: 0.78rem;
    width: 1.3rem;
  }
  .character-list .slider-item:nth-child(7) .character-image {
    margin-bottom: 0.34rem;
  }
  .character-list .slider-item:nth-child(8) {
    width: 2.36rem;
    margin-left: -0.6rem;
    z-index: 0;
  }
  .character-list .slider-item:nth-child(8) .character-image {
    margin-bottom: 0.38rem;
  }
  .character-list .slider-item:nth-child(8) .button-common {
    width: 1.25rem;
    margin-left: 0.84rem;
    padding-left: 0.35rem;
    padding-right: 0.42rem;
  }
  .character-image {
    margin-bottom: 0.18rem;
  }
  .character-button {
    margin-bottom: 0.94rem;
  }
  .character-button .button-common {
    padding-top: 0.16rem;
    padding-bottom: 0.18rem;
  }
  .character-button .button-common::before {
    -ms-transform: skew(15deg) translateY(-50%);
        transform: skew(15deg) translateY(-50%);
  }
  .character-slider {
    background-image: url("../img/top/character_bg_slider.png");
    background-size: 20.29rem 3.72rem;
    padding: 0.3rem 0;
  }
  .character-slider .slider-item {
    width: 5.27rem;
    height: 3.09rem;
  }
}
@media print, (min-width: 1400.02px) {
  .section-top-character {
    background-position: top -0.78rem right 0;
    padding-top: 1.9rem;
  }
}
@media print, (min-width: 1921px) {
  .section-top-character {
    background-size: cover;
    background-position: center;
  }
}
@media only screen and (max-width: 750.98px) {
  .section-top-character {
    padding-top: 0.85rem;
    background-image: url("../img/top/sp/character_bg.jpg");
  }
  .section-top-character .wrapper {
    padding: 0;
  }
  .character-title {
    margin: 0 auto -0.3rem;
    width: 7.28rem;
  }
  .character-button-list .button-common {
    border-width: 0.03rem;
    padding: 0 0.34rem 0 0.26rem;
    box-shadow: 0.07rem 0.06rem 0 -0.01rem #000104;
    -ms-transform: skew(-15deg) rotate(-10.4deg);
        transform: skew(-15deg) rotate(-10.4deg);
  }
  .character-button-list .button-common img {
    display: inline-block;
    -ms-transform: skew(16deg) rotate(10.4deg);
        transform: skew(16deg) rotate(10.4deg);
  }
  .character-button-list .button-common:hover {
    box-shadow: 0.07rem 0.06rem 0 -0.01rem #000;
  }
  .character-button-list .button-common.is-clock {
    min-width: 1.04rem;
    height: 0.35rem;
    padding-left: 0.33rem;
    -ms-transform: skew(-11deg) rotate(-10deg);
        transform: skew(-11deg) rotate(-10deg);
  }
  .character-button-list .button-common.is-clock img {
    top: -0.06rem;
    width: 0.16rem;
  }
  .character-button-list .button-common::before {
    background-image: url("../img/top/sp/character_icn_button.svg");
    width: 0.15rem;
    height: 0.2rem;
    right: 0.09rem;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  }
  .character-button-list li:nth-child(1) .button-common {
    margin-left: 1.23rem;
    width: 1.39rem;
  }
  .character-button-list li:nth-child(2) .button-common {
    margin-left: 1.25rem;
    width: 1.58rem;
  }
  .character-button-list li:nth-child(3) .button-common {
    margin-left: 1.2rem;
    padding: 0.01rem 0.56rem 0.05rem 0.44rem;
    width: 1.55rem;
  }
  .character-button-list li:nth-child(4) .button-common {
    margin-left: 1.12rem;
    width: 1.54rem;
    padding-left: 0.33rem;
    padding-right: 0.4rem;
  }
  .character-button-list li:nth-child(5) .button-common {
    margin-left: 1.2rem;
  }
  .character-button-list li:nth-child(6) .button-common {
    margin-left: 0.82rem;
    width: 1.37rem;
    -ms-transform: skew(-10deg) rotate(-10deg);
        transform: skew(-10deg) rotate(-10deg);
  }
  .character-button-list li:nth-child(6) .button-common img {
    -ms-transform: skew(10deg) rotate(11deg);
        transform: skew(10deg) rotate(11deg);
  }
  .character-button-list li:nth-child(7) .button-common {
    margin-left: 1.11rem;
  }
  .character-button-list li:nth-child(8) .button-common {
    margin-left: 0.64rem;
    padding-left: 0.32rem;
    padding-right: 0.45rem;
    width: 2.11rem;
  }
  .character-button-list li:nth-child(8) .button-common img {
    margin-top: -0.02rem;
    margin-bottom: -0.02rem;
  }
  .character-control {
    position: relative;
    margin-bottom: 0.51rem;
  }
  .character-control .button-next,
.character-control .button-back {
    position: absolute;
    top: -4.33rem;
    z-index: 1;
    width: 0.8rem;
    height: 0.8rem;
  }
  .character-control .button-next::before, .character-control .button-next::after,
.character-control .button-back::before,
.character-control .button-back::after {
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    width: 0.38rem;
    height: 0.54rem;
    content: "";
    background: center/100% auto no-repeat;
    position: absolute;
    transition: opacity 0.3s ease;
  }
  .character-control .button-next:before,
.character-control .button-back:before {
    opacity: 0;
  }
  .character-control .button-next:hover:before,
.character-control .button-back:hover:before {
    opacity: 1;
  }
  .character-control .button-next:hover:after,
.character-control .button-back:hover:after {
    opacity: 0;
  }
  .character-control .button-next {
    right: 0.14rem;
  }
  .character-control .button-next::after {
    background-image: url("../img/top/slider_icon_01.png");
  }
  .character-control .button-next::before {
    background-image: url("../img/top/slider_icon_08.png");
  }
  .character-control .button-back {
    left: 0.14rem;
  }
  .character-control .button-back::after {
    background-image: url("../img/top/slider_icon_02.png");
  }
  .character-control .button-back::before {
    background-image: url("../img/top/slider_icon_07.png");
  }
  .character-list {
    margin-bottom: 0.5rem;
  }
  .character-list .slick-arrow {
    top: 48.6%;
  }
  .character-list .slick-next {
    right: 0.14rem;
  }
  .character-list .slick-next::after {
    background-image: url("../img/top/slider_icon_01.png");
  }
  .character-list .slick-next::before {
    background-image: url("../img/top/slider_icon_03.png");
  }
  .character-list .slick-prev {
    left: 0.14rem;
  }
  .character-list .slick-prev::after {
    background-image: url("../img/top/slider_icon_02.png");
  }
  .character-list .slick-prev::before {
    background-image: url("../img/top/slider_icon_04.png");
  }
  .character-list .button-common {
    border-width: 0.03rem;
    padding: 0 0.34rem 0 0.26rem;
    box-shadow: 0.07rem 0.06rem 0 -0.01rem #000104;
    -ms-transform: skew(-15deg) rotate(-10.4deg);
        transform: skew(-15deg) rotate(-10.4deg);
  }
  .character-list .button-common img {
    display: inline-block;
    -ms-transform: skew(16deg) rotate(10.4deg);
        transform: skew(16deg) rotate(10.4deg);
  }
  .character-list .button-common:hover {
    box-shadow: 0.07rem 0.06rem 0 -0.01rem #000;
  }
  .character-list .button-common.is-clock {
    min-width: 1.04rem;
    height: 0.35rem;
    padding-left: 0.33rem;
    -ms-transform: skew(-11deg) rotate(-10deg);
        transform: skew(-11deg) rotate(-10deg);
  }
  .character-list .button-common.is-clock img {
    top: -0.06rem;
    width: 0.16rem;
  }
  .character-list .button-common::before {
    background-image: url("../img/top/sp/character_icn_button.svg");
    width: 0.15rem;
    height: 0.2rem;
    right: 0.09rem;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  }
  .character-list .slider-item {
    z-index: 1;
    margin: 0 -0.26rem;
    padding-bottom: 0.2rem;
  }
  .character-list .slider-item:nth-child(8n+1) {
    width: 2.78rem;
  }
  .character-list .slider-item:nth-child(8n+1) .character-image {
    margin-bottom: 0.55rem;
  }
  .character-list .slider-item:nth-child(8n+1) .button-common {
    margin-left: 1.23rem;
    width: 1.39rem;
  }
  .character-list .slider-item:nth-child(8n+2) {
    width: 3.28rem;
    margin-top: 0.08rem;
    margin-left: -0.46rem;
  }
  .character-list .slider-item:nth-child(8n+2) .character-image {
    margin-bottom: 0.58rem;
  }
  .character-list .slider-item:nth-child(8n+2) .button-common {
    margin-left: 1.25rem;
    width: 1.58rem;
  }
  .character-list .slider-item:nth-child(8n+3) {
    width: 3rem;
    margin-top: 0.08rem;
    margin-left: -0.64rem;
  }
  .character-list .slider-item:nth-child(8n+3) .character-image {
    margin-bottom: 0.55rem;
  }
  .character-list .slider-item:nth-child(8n+3) .button-common {
    margin-left: 1.2rem;
    padding: 0.01rem 0.56rem 0.05rem 0.44rem;
    width: 1.55rem;
  }
  .character-list .slider-item:nth-child(8n+4) {
    width: 3.05rem;
    margin-top: 0.46rem;
    margin-right: -0.63rem;
  }
  .character-list .slider-item:nth-child(8n+4) .character-image {
    margin-bottom: 0.51rem;
  }
  .character-list .slider-item:nth-child(8n+4) .button-common {
    margin-left: 1.12rem;
    width: 1.54rem;
    padding-left: 0.33rem;
    padding-right: 0.4rem;
  }
  .character-list .slider-item:nth-child(8n+5) {
    width: 2.52rem;
    margin-top: 0.83rem;
    margin-right: -0.47rem;
  }
  .character-list .slider-item:nth-child(8n+5) .button-common {
    margin-left: 1.2rem;
  }
  .character-list .slider-item:nth-child(8n+6) {
    width: 2.08rem;
    margin-top: 1.17rem;
    margin-right: -0.22rem;
  }
  .character-list .slider-item:nth-child(8n+6) .character-image {
    margin-bottom: 0.3rem;
  }
  .character-list .slider-item:nth-child(8n+6) .button-common {
    margin-left: 0.82rem;
    width: 1.37rem;
    -ms-transform: skew(-10deg) rotate(-10deg);
        transform: skew(-10deg) rotate(-10deg);
  }
  .character-list .slider-item:nth-child(8n+6) .button-common img {
    -ms-transform: skew(10deg) rotate(11deg);
        transform: skew(10deg) rotate(11deg);
  }
  .character-list .slider-item:nth-child(8n+7) {
    width: 2.38rem;
    margin-top: 0.69rem;
  }
  .character-list .slider-item:nth-child(8n+7) .button-common {
    margin-left: 1.11rem;
  }
  .character-list .slider-item:nth-child(8n+7) .character-image {
    margin-bottom: 0.38rem;
  }
  .character-list .slider-item:nth-child(8n+8) {
    width: 2.88rem;
    margin-top: 0.65rem;
    margin-right: -0.38rem;
    z-index: 0;
  }
  .character-list .slider-item:nth-child(8n+8) .character-image {
    margin-bottom: 0.29rem;
  }
  .character-list .slider-item:nth-child(8n+8) .button-common {
    margin-left: 0.64rem;
    padding-left: 0.32rem;
    padding-right: 0.45rem;
    width: 2.11rem;
  }
  .character-list .slider-item:nth-child(8n+8) .button-common img {
    margin-top: -0.02rem;
    margin-bottom: -0.02rem;
  }
  .character-image {
    margin-bottom: 0.34rem;
    position: relative;
    left: 0.4rem;
    z-index: 1;
  }
  .character-image img {
    width: 100%;
  }
  .character-button {
    margin-bottom: 0.73rem;
  }
  .character-button .button-common {
    width: 4.4rem;
    padding: 0.17rem 1.1rem 0.23rem 0.74rem;
  }
  .character-slider {
    background-image: url("../img/top/sp/character_bg_slider.png");
    background-size: 7.5rem auto;
    padding: 0.24rem 0 0.15rem;
  }
  .character-slider .slider-item {
    width: 4.54rem;
    height: 2.66rem;
  }
}
.section-top-songs {
  background: center/cover no-repeat;
  /* background: top center/cover no-repeat; */
}

.songs-title {
  text-align: center;
}

.songs-list {
  padding: 0;
  list-style: none;
}
.songs-list span {
  display: block;
}

.songs-text {
  text-align: center;
}

.songs-twitter-block {
  overflow-y: scroll;
  overflow-x: hidden;
}

.songs-twitter {
  background-color: #000;
  position: relative;
  z-index: 0;
}
.songs-twitter::before, .songs-twitter::after {
  position: absolute;
  content: "";
  background: center/contain no-repeat;
  z-index: -1;
}

.songs-game-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.songs-twitter-title {
  text-align: center;
}

.songs-game-content {
  position: relative;
}
.songs-game-content::before {
  position: absolute;
  content: "";
  background: url("../img/top/songs_img_logo.png?ver=1") center/contain no-repeat;
}

.songs-game-buttons {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.songs-game-buttons .button-common {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.songs-game-buttons .button-common:hover {
  background-color: #000;
}
.songs-game-buttons .free-demo {
  background-color: #573192;
}
.songs-game-buttons .free-demo:hover {
  border-color: #573192;
}
.songs-game-buttons .is-buy {
  background-color: #d21f2d;
}
.songs-game-buttons .is-buy:hover {
  border-color: #d21f2d;
}

.songs-game-text {
  display: -ms-flexbox;
  display: flex;
}
.songs-game-text dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media print, (min-width: 751px) {
  .section-top-songs {
    padding-top: 0.76rem;
    background-size: 19.2rem auto;
    background-position: top -1.89rem center;
    background-image: url("../img/top/songs_bg.jpg?ver=1");
  }
  .songs-title {
    margin: 0 auto 0.44rem;
    width: 3.68rem;
  }
  .songs-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto 0.2rem;
    width: 11.47rem;
  }
  .songs-list li {
    width: 47.2%;
    margin-bottom: 0.18rem;
  }
  .songs-list li:first-child span {
    width: 4.39rem;
  }
  .songs-list li:nth-child(2) span {
    width: 4.34rem;
  }
  .songs-list li:nth-child(3) {
    margin-left: -0.08rem;
  }
  .songs-list li:nth-child(3) span {
    width: 4.85rem;
  }
  .songs-list li:last-child {
    width: 6.18rem;
    margin-right: -0.06rem;
  }
  .songs-list li:last-child span {
    width: 6.18rem;
  }
  .songs-text {
    width: 4.62rem;
    /* margin: 0 auto 0.96rem; */
    margin: 0 auto 4%;
  }
  .songs-twitter-block {
    height: 6.3rem;
  }
  .songs-twitter {
    padding: 0.32rem 2.51rem 0.24rem;
    width: 12rem;
    margin: 0 auto -0.3rem;
  }
  .songs-twitter::before {
    top: -0.14rem;
    left: 0.13rem;
    width: 11.53rem;
    height: 0.71rem;
    background-image: url("../img/top/twitter_bg_01.png");
  }
  .songs-twitter::after {
    bottom: -0.16rem;
    left: 0;
    width: 12rem;
    height: 0.68rem;
    background-image: url("../img/top/twitter_bg_02.png");
  }
  .songs-game {
    padding: 0.85rem 0 0.45rem;
  }
  .songs-game-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    width: 9.83rem;
  }
  .songs-game-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 5.53rem;
  }
  .songs-twitter-title {
    margin: 0 auto 0.2rem;
    width: 2.73rem;
  }
  .songs-game-image {
    width: 1.74rem;
  }
  .songs-game-content {
    width: 3.46rem;
    margin-top: 0.22rem;
  }
  .songs-game-content::before {
    bottom: 0.25rem;
    right: 0.06rem;
    width: 0.55rem;
    height: 0.68rem;
  }
  .songs-game-buttons {
    width: 3.36rem;
    margin-top: 0.17rem;
  }
  .songs-game-buttons > li:not(:last-child) {
    margin-bottom: 0.18rem;
  }
  .songs-game-buttons .button-common {
    padding: 0.2rem 0.66rem 0.2rem 0.57rem;
    box-shadow: 0.11rem 0.08rem 0 -0.03rem #000104;
  }
  .songs-game-buttons .button-common::before {
    -ms-transform: translateY(-50%) skew(18deg);
        transform: translateY(-50%) skew(18deg);
    right: 0.22rem;
  }
  .songs-game-buttons .is-buy {
    width: 3.35rem;
    height: 1.05rem;
  }
  .songs-game-name {
    margin-bottom: 0.23rem;
  }
  .songs-game-version {
    font-size: 0.15rem;
    margin-bottom: 0.28rem;
  }
  .songs-game-text {
    font-size: 0.17rem;
    line-height: 1.88;
    padding-right: 0.78rem;
  }
}
@media print, (min-width: 751px) and (max-width: 775px) {
  .songs-game-content {
    width: 3.6rem;
  }
  .songs-game-image {
    width: 1.7rem;
  }
}
@media only screen and (max-width: 750.98px) {
  .section-top-songs {
    padding-top: 0.82rem;
    background-image: url("../img/top/sp/songs_bg.jpg?ver=1");
  }
  .section-top-songs .wrapper {
    padding: 0;
  }
  .songs-title {
    width: 3.68rem;
    margin: 0 auto 0.57rem;
  }
  .songs-title img {
    width: 100%;
  }
  .songs-list {
    margin-bottom: 0.42rem;
    margin-left: 0.35rem;
  }
  .songs-list li:not(:last-child) {
    margin-bottom: 0.2rem;
  }
  .songs-list li:nth-child(1) {
    width: 4.67rem;
  }
  .songs-list li:nth-child(2) {
    width: 4.6rem;
  }
  .songs-list li:nth-child(3) {
    width: 5.14rem;
  }
  .songs-list li:nth-child(4) {
    width: 6.53rem;
  }
  .songs-list img {
    width: 100%;
  }
  .songs-text {
    /* margin: 0 auto 1.62rem; */
    margin: 0 auto 4%;
    width: 4.62rem;
  }
  .songs-text img {
    width: 100%;
  }
  .songs-twitter-block {
    height: 6.3rem;
  }
  .songs-twitter {
    padding: 0.34rem 0.43rem 0.32rem;
  }
  .songs-twitter::before {
    top: -0.1rem;
    left: 0;
    width: 7.5rem;
    height: 0.26rem;
    background-image: url("../img/top/sp/twitter_bg_01.png");
  }
  .songs-twitter::after {
    bottom: -0.16rem;
    left: 0;
    width: 7.5rem;
    height: 0.23rem;
    background-image: url("../img/top/sp/twitter_bg_02.png");
  }
  .songs-game {
    padding: 1.2rem 0.85rem 1.28rem;
  }
  .songs-twitter-title {
    width: 4.26rem;
    margin: 0 auto 0.2rem;
  }
  .songs-game-image {
    width: 1.95rem;
  }
  .songs-game-image img {
    width: 100%;
  }
  .songs-game-content {
    width: 3.47rem;
    margin-right: -0.16rem;
    margin-top: 0.1rem;
  }
  .songs-game-content::before {
    bottom: -0.14rem;
    right: -0.15rem;
    width: 0.55rem;
    height: 0.68rem;
  }
  .songs-game-inner {
    margin-bottom: 0.74rem;
  }
  .songs-game-buttons {
    text-align: center;
  }
  .songs-game-buttons .free-demo {
    padding-left: 0.71rem;
  }
  .songs-game-buttons > li:not(:last-child) {
    margin-bottom: 0.26rem;
  }
  .songs-game-buttons .button-common {
    padding: 0.26rem 0.81rem 0.26rem 0.72rem;
    width: 4.25rem;
    height: 1.33rem;
  }
  .songs-game-buttons .button-common::before {
    top: 52%;
  }
  .songs-game-buttons .button-common.is-buy {
    padding: 0.29rem 1.09rem 0.26rem 0.82rem;
  }
  .songs-game-name {
    margin-bottom: 0.2rem;
  }
  .songs-game-name img {
    width: 100%;
  }
  .songs-game-version {
    font-size: 0.21rem;
    margin-bottom: 0.26rem;
  }
  .songs-game-text {
    font-size: 0.2rem;
    line-height: 1.9;
  }
}
@media print, (min-width: 1921px) {
  .section-top-songs {
    background-size: cover;
    background-position: bottom center;
  }
}
.character-full {
  position: relative;
}
.character-full img {
  position: relative;
  left: 0;
  top: 0;
}

@media print, (min-width: 751px) {
  .character-full {
    margin: 0 -0.68rem 0.13rem;
    position: relative;
    left: 0.08rem;
  }
}
@media only screen and (max-width: 750.98px) {
  .character-full {
    margin-right: -0.1rem;
  }
  .character-full img {
    width: 17.05rem;
    max-width: none;
  }
  .character-outter {
    overflow: hidden;
    height: 7.7rem;
  }
  .character-scroller {
    overflow: hidden;
    overflow-x: scroll;
    height: 8rem;
    padding: 0 2.5rem;
  }
}

/* 追加 */
/* .button-to-top{
  display: none !important;
} */
.wrapper-mangahot{
  width: 50%;
  margin: 5% auto 0;
}
.songs-right{
  margin: 0 auto 3%;
  width: 95%;
}
.character-full.md img {
  width: 100%;
}
.character-scroller {
  position: relative;
}
.character-scroller a div{
  position: absolute;
  height: 100%;
  /* background-color: black;
  opacity: 0.5; */
  top: 0;
}
.character-scroller a:nth-of-type(1) div{
  width: 13%;
  left: 0;
}
.character-scroller a:nth-of-type(2) div{
  width: 13%;
  left: 13%;
}
.character-scroller a:nth-of-type(3) div{
  width: 10%;
  left: 26%;
}
.character-scroller a:nth-of-type(4) div{
  width: 10%;
  left: 36%;
}
.character-scroller a:nth-of-type(5) div{
  width: 15%;
  left: 46%;
}
.character-scroller a:nth-of-type(6) div{
  width: 11%;
  left: 61%;
}
.character-scroller a:nth-of-type(7) div{
  width: 12%;
  left: 72%;
}
.character-scroller a:nth-of-type(8) div{
  width: 15%;
  left: 84%;
}
@media only screen and (max-width: 750.98px) {
  .wrapper-mangahot{
    width: 90%;
    margin: 15% auto 0;
  }
  .chara7{
    display: none;
    height: 0;
  }
  .songs-list span{
    width: 90%;
  }
  .songs-right{
    margin: 0 auto 10%;
  }

  .character-scroller a:nth-of-type(1) div{
    width: 30%;
    left: 37%;
  }
  .character-scroller a:nth-of-type(2) div{
    width: 24%;
    left: 67%;
  }
  .character-scroller a:nth-of-type(3) div{
    width: 25%;
    left: 91%;
  }
  .character-scroller a:nth-of-type(4) div{
    width: 20%;
    left: 116%;
  }
  .character-scroller a:nth-of-type(5) div{
    width: 34%;
    left: 136%;
  }
  .character-scroller a:nth-of-type(6) div{
    left: 170%;
    width: 29%;
  }
  .character-scroller a:nth-of-type(7) div{
    width: 29%;
    left: 199%;
  }
  .character-scroller a:nth-of-type(8) div{
    width: 30%;
    left: 230%;
  }
}

/*# sourceMappingURL=top.css.map */