@charset "UTF-8";
/* COMPASS
 * ----------------------------------------------- */
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 {
  content: "";
  content: none;
}

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

/* BASE
 * ----------------------------------------------- */
/* MEDIA QUERIES
 * ----------------------------------------------- */
/* ADDITIONAL RESET
 * ----------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

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

/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}

/* Turn off scroll bars in IE unless needed */
textarea {
  overflow: auto;
  white-space: pre-line;
  resize: none;
}

/* PRINTING
 * ----------------------------------------------- */
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
  html, body {
    margin: 0;
  }
  @page {
    margin: 0;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}

/* GENERAL
 * ----------------------------------------------- */
body {
  color: #000;
  font-family: "Noto Sans JP", YakuHanJP, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

.font-serif {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", "游明朝", YuMincho, "メイリオ", Meiryo, Georgia, serif;
}

img:-moz-loading {
  visibility: hidden;
}

/* HELPERS
 * ----------------------------------------------- */
a {
  color: #000;
  text-decoration: none;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.common-button {
  display: block;
  width: 260px;
}

.slick-slider:focus, .slick-track:focus, .slick-slide:focus {
  outline: none;
}

.container {
  overflow: hidden;
}

.common-image-absolute {
  position: absolute !important;
  -webkit-transform: translateZ(-100px);
          transform: translateZ(-100px);
  z-index: 1 !important;
}

/* RESPONSIVE
 * ----------------------------------------------- */
@media print, (min-width: 768px) {
  body {
    font-size: 14px;
  }
  .container {
    min-width: 1250px;
  }
  .wrapper {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
  .sm {
    display: none !important;
  }
  .trans {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
  }
  .trans:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
  .display-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 767px) {
  .md {
    display: none !important;
  }
  html {
    font-size: 13.3333333333vw;
  }
  body {
    font-size: 0.21rem;
  }
  .container {
    min-width: 320px;
  }
  .wrapper {
    padding-left: 0.12rem;
    padding-right: 0.12rem;
  }
  .common-button {
    width: 3.12rem;
    height: 0.77rem;
  }
}

/* PARTS
 * ----------------------------------------------- */
/* COMMON HEADER
 * ----------------------------------------------- */
.first-header {
  background-color: #fff;
  position: relative;
  z-index: 99999999;
}

.first-header .box-menu-shadow {
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  padding: 15px 20px 9px;
  text-align: center;
  position: relative;
  z-index: 9;
}

.first-header .menu-button {
  display: inline-block;
  cursor: pointer;
}

.header-top-navigation {
  background-color: rgba(255, 255, 255, 0.95);
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 80px;
}

@media print, (min-width: 768px) {
  header {
    height: 95px;
  }
  .menu-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 500;
    padding: 23px 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .menu-content li {
    margin: 0 18px;
  }
  .menu-content li img {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 767px) {
  header {
    height: 0.93rem;
  }
  .header-top-navigation {
    top: 0.8rem;
  }
  .first-header .box-menu-shadow {
    padding: 0.15rem 0.2rem 0.09rem;
  }
  .first-header .menu-button {
    width: 0.58rem;
  }
  .first-header .menu-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 0.165rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0.2rem 0.1rem;
  }
  .first-header .menu-content li {
    margin: 0.06rem 0.2rem;
  }
  .first-header .menu-content img {
    height: 0.32rem;
    width: auto;
    margin: 0.1rem 0.1rem 0.1rem 0;
  }
}

.second-header {
  position: relative;
  width: 100%;
  z-index: 99999;
  border-bottom: 5px solid #fff;
  -webkit-box-shadow: 0 10px 0px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 0px 0px rgba(0, 0, 0, 0.5);
}

.second-header.is-fixed {
  top: 0;
  position: fixed;
}

.second-header .beginning_menu .beginning_menu_lists {
  background-color: rgba(3, 37, 195, 0.8);
  display: none;
  position: absolute;
}

.second-header .beginning_menu .beginning_menu_lists a {
  color: #ffffff;
  position: relative;
}

.second-header .beginning_menu .beginning_menu_lists a::before {
  content: ">";
  display: block;
  position: absolute;
  top: 2px;
  left: -15px;
}

@media only screen and (max-width: 767px) {
  body.menu-opened .first-header {
    z-index: 99999;
  }
  body.menu-opened .second-header {
    z-index: 99999999;
  }
}

@media print, (min-width: 768px) {
  .second-header {
    background-image: url(../img/common/backgroun_header.png);
    background-size: cover;
    min-width: 1250px;
  }
  .second-header .logo {
    display: block;
    margin-right: 18px;
  }
  .second-header .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* padding-bottom: 5px; */
  }
  .beginning_menu_pc {
    display: block;
    position: relative;
    top: -0.6px;
  }
  .beginning_menu_sp {
    display: none;
  }
  .second-header .beginning_menu {
    cursor: pointer;
    margin-right: 22px;
    position: relative;
  }
  .second-header .beginning_menu .beginning_menu_lists {
    padding: 15px 0 10px 38px;
    top: 80px;
    left: 0;
    width: 300px;
  }
  .second-header .beginning_menu .beginning_menu_list.list_02 {
    margin-top: 5px;
  }
  .header-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-navigation ul li {
    padding: 9px 0 7px;
  }
  .header-navigation ul li:nth-of-type(2), .header-navigation ul li:nth-of-type(3), .header-navigation ul li:nth-of-type(5) {
    margin-left: 4px;
  }
  .header-navigation ul li:nth-of-type(4), .header-navigation ul li:nth-of-type(6), .header-navigation ul li:nth-of-type(7) {
    margin-left: 2px;
  }
  .has-sub-menu {
    position: relative;
  }
  .has-sub-menu:hover .sub-menu {
    display: block;
  }
  .sub-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 75px;
    width: 400px;
    height: 190px;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center;
    padding: 7px 8px;
  }
  .sub-menu .text {
    margin-top: 10px;
  }
  .list-download-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
  }
  .list-download-button li {
    margin: 0 9px;
  }
  .list-download-button li a {
    display: block;
    -webkit-box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.5);
            box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.5);
  }
}

@media only screen and (max-width: 767px) {
  .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-image: url(../img/common/sp/backgroun_header.png);
    background-size: cover;
    margin: 0 -0.12rem;
    padding: 0.1rem 0.08rem 0.04rem 0.84rem;
    border-bottom: 0.06rem solid #fff;
  }
  .logo img {
    width: 1.83rem;
  }
  .logo h1 {
    width: 1.83rem;
    position: relative;
    z-index: 9;
  }
  .beginning_menu_pc {
    display: none;
  }
  .beginning_menu_sp {
    display: block;
    left: -0.12rem;
    position: relative;
  }
  .second-header .beginning_menu {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .second-header.open-navigation .beginning_menu {
    display: none;
  }
  .second-header .beginning_menu .beginning_menu_img img {
    width: 9.8vw;
  }
  .second-header .beginning_menu .beginning_menu_lists {
    padding: 5vw 0 3vw 7vw;
    top: 9.8vw;
    left: 0;
    width: 77vw;
  }
  .second-header .beginning_menu .beginning_menu_list {
    font-size: 3.46vw;
  }
  .second-header .beginning_menu .beginning_menu_list.list_02 {
    margin-top: 3vw;
  }
  .second-header .beginning_menu_sp .beginning_menu_close {
    background-color: rgba(1, 21, 113, 0.8);
    color: #ffffff;
    display: none;
    padding: 1.2vw 0;
    position: absolute;
    top: 30.4vw;
    left: 0;
    text-align: center;
    width: 77vw;
  }
  .button-menu-sp {
    width: 0.8rem;
    height: 0.6rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    background: url(../img/common/sp/icon_button_menu.png) left top;
    background-size: 100% auto;
  }
  .sub-menu {
    display: none;
  }
  .header-navigation {
    text-align: center;
    position: relative;
    z-index: 9;
    display: none;
    padding-bottom: 1.2rem;
  }
  .header-navigation ul {
    height: calc(100vh - 0.86rem);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 1.2rem;
  }
  .header-navigation li:not(.has-sub-menu) {
    padding: 0 0.38rem;
  }
  .header-navigation li:last-child {
    padding-bottom: 1.7rem;
  }
  .second-header {
    border-bottom: 0.05rem solid #fff;
    -webkit-box-shadow: 0 0.08rem 0px 0px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0.08rem 0px 0px rgba(0, 0, 0, 0.5);
  }
  .second-header.open-navigation {
    top: 0;
  }
  .second-header.open-navigation.is-fixed {
    position: fixed;
  }
  .second-header.open-navigation .button-menu-sp {
    background: url(../img/common/sp/icon_button_menu.png) left bottom;
    background-size: 100% auto;
  }
  .second-header.open-navigation .wrapper {
    position: relative;
  }
  .second-header.open-navigation .wrapper:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
  }
}

@media print {
  .second-header {
    display: none !important;
  }
}

/* COMMON FOOTER
 * ----------------------------------------------- */
footer {
  position: relative;
  z-index: 99999;
}

footer .inner {
  background-color: #fff;
  font-weight: 500;
  position: relative;
}

footer .copyright {
  color: #002abc;
}

.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, (min-width: 768px) {
  footer::before {
    top: -136px;
  }
  footer .inner {
    padding: 31px 32px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .left .icon_jasrac {
    margin-left: 20px;
    width: 50px;
  }
  .footer-menu {
    font-size: 14px;
  }
  .footer-menu li {
    line-height: 1;
    padding: 0 15px;
    border-left: 1px solid #002abc;
  }
  .footer-menu li:first-child {
    border-left: none;
  }
}

@media only screen and (max-width: 767px) {
  footer::before {
    top: -1.05rem;
  }
  footer .copyright {
    text-align: center;
    margin-top: 0.44rem;
  }
  footer .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0.74rem 0.32rem 0.38rem;
    font-size: 0.21rem;
  }
  footer .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    min-width: 100%;
  }
  footer .left small {
    display: block;
  }
  footer .left .icon_jasrac {
    margin-left: 2vw;
    width: 10vw;
  }
  footer .right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    min-width: 100%;
  }
  .footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.21rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-menu li {
    line-height: 1;
    padding: 0 0.24rem;
    margin: 0.15rem 0;
    border-right: 0.02rem solid #002abc;
  }
  .footer-menu li:last-child {
    border-right: none;
  }
}

/* MODULES
 * ----------------------------------------------- */
/* slider
 * ----------------------------------------------- */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-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 {
  -webkit-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 {
  display: block;
  text-indent: -999999px;
  position: absolute;
  top: 50%;
  z-index: 99;
}

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

@media print, (min-width: 768px) {
  .slick-arrow {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
  }
  .slick-arrow:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
}

.slider .slick-dots {
  position: relative;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slider .slick-dots li {
  border-radius: 100%;
  background-color: #fff;
  cursor: pointer;
}

.slider .slick-dots li button {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider .slick-dots li.slick-active {
  background-color: #ffc90f;
}

@media print, (min-width: 768px) {
  .slick-arrow {
    width: 64px;
    height: 64px;
    margin-top: -59px;
    cursor: pointer;
  }
  .slick-arrow.slick-next {
    right: -45px;
    background-image: url(../img/common/icon_arrow_next.png);
  }
  .slick-arrow.slick-prev {
    left: -45px;
    background-image: url(../img/common/icon_arrow_prev.png);
  }
  .slider {
    margin: 0 0 0 16px;
    width: 285px;
  }
  .slider .item {
    border: 2px solid #fff;
  }
  .slider .item img {
    border-radius: 2px;
  }
  .slider .slick-dots {
    margin-top: 25px;
  }
  .slider .slick-dots li {
    width: 22px;
    height: 22px;
    margin: 0 7px;
    border: 4px solid #000;
  }
  .slider .slick-dots li:hover {
    background-color: #ffc90f;
  }
}

@media only screen and (max-width: 767px) {
  .slick-arrow {
    width: 0.77rem;
    height: 0.77rem;
    margin-top: -0.74rem;
    background-size: 100% 100%;
  }
  .slick-arrow.slick-next {
    right: -0.57rem;
    background-image: url(../img/common/sp/icon_arrow_next.png);
  }
  .slick-arrow.slick-prev {
    left: -0.57rem;
    background-image: url(../img/common/sp/icon_arrow_prev.png);
  }
  .slider {
    margin: 0 0 0 0.16rem;
    width: 2.52rem;
  }
  .slider .item {
    border: 0.02rem solid #fff;
  }
  .slider .item img {
    border-radius: 0.02rem;
  }
  .slider .slick-dots {
    margin-top: 0.6rem;
  }
  .slider .slick-dots li {
    width: 0.22rem;
    height: 0.22rem;
    margin: 0 0.07rem;
    border: 0.04rem solid #000;
  }
}

.wow {
  visibility: hidden;
}

@media print {
  .wow {
    visibility: visible;
  }
}

/* COMMON ANIMATION
 * ----------------------------------------------- */
.animated {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.fade-in-up {
  -webkit-animation-name: fade-in-up;
  animation-name: fade-in-up;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fade-in {
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
}

@-webkit-keyframes fade-in-left {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
            transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fade-in-left {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
            transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.fade-in-left {
  -webkit-animation-name: fade-in-left;
  animation-name: fade-in-left;
}

@-webkit-keyframes fade-in-right {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
            transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fade-in-right {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
            transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.fade-in-right {
  -webkit-animation-name: fade-in-right;
  animation-name: fade-in-right;
}

@-webkit-keyframes fade-in-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fade-in-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.fade-in-down {
  -webkit-animation-name: fade-in-down;
  animation-name: fade-in-down;
}

.skv-animate {
  visibility: hidden;
}

.skv-passed {
  visibility: visible !important;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* Attention seekers */
@-webkit-keyframes bounce {
  from, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
            transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
            transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
            transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
            transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}

@keyframes bounce {
  from, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
            transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
            transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
            transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
            transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}

.section-about {
  color: #fff;
  position: relative;
  z-index: 88;
}

.section-about .wrapper {
  position: relative;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.section-about .wrapper:before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}

.section-about .wrapper > * {
  z-index: 99;
}

.section-about .common-button {
  position: absolute;
}

.section-about .about-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 9;
}

@media print, (min-width: 768px) {
  .section-about {
    padding: 72px 0 140px;
    background: url(../img/top/bg/about_background.png) left top no-repeat;
    background-size: cover;
    margin-top: -130px;
  }
  .section-about .first-star {
    bottom: 200px;
    left: 50%;
    margin-left: -570px;
  }
  .section-about .about-image-absolute-first {
    left: -154px;
    top: -100px;
  }
  .section-about .about-image-absolute-second {
    right: -184px;
    bottom: 36px;
  }
  .section-about .about-image-absolute-third {
    right: -91px;
    bottom: -260px;
  }
  .section-about .about-title {
    margin: -40px 0 0 17px;
    position: relative;
  }
  .section-about .wrapper {
    padding: 50px 0 0;
    width: 977px;
    min-height: 681px;
    left: -6px;
  }
  .section-about .wrapper:before {
    background-image: url(../img/top/about_background.png);
    background-size: 100% 100%;
  }
  .section-about .about-sub-title {
    width: 572px;
    margin: -66px 0 0 29px;
  }
  .section-about .description {
    line-height: 1.5556;
    margin: 6px 0 0 106px;
    width: 440px;
    letter-spacing: 0.03em;
  }
  .section-about .common-button {
    bottom: 9px;
    left: 101px;
  }
  .section-about .about-content .caption {
    width: 592px;
  }
  .section-about .about-content .wrap-slider {
    width: 334px;
    background-image: url(../img/top/about_background_slider.png);
    background-size: 100% 100%;
    height: 563px;
    padding: 24px 0 0;
    margin: -121px 0 0 17px;
  }
}

@media only screen and (max-width: 767px) {
  .section-about {
    padding: 0.7rem 0;
    background: url(../img/top/bg/sp/about_background.png) left top no-repeat;
    background-size: cover;
  }
  .section-about .about-image-absolute-first {
    width: 4.87rem;
    height: 4.04rem;
    left: 0.01rem;
    top: -1.94rem;
  }
  .section-about .about-image-absolute-second {
    width: 3.2rem;
    height: 3.3rem;
    right: -0.04rem;
    bottom: -1.17rem;
  }
  .section-about .about-title {
    margin: -0.56rem 0 0 0.17rem;
    width: 3.06rem;
  }
  .section-about .wrapper {
    background-image: url(../img/top/sp/about_background.png);
    background-size: 100% 100%;
    padding: 0.5rem 0 0;
    width: 100%;
    min-height: 9.68rem;
  }
  .section-about .about-sub-title {
    width: 6.86rem;
    height: 2.1rem;
    margin: -0.74rem 0 0 0.27rem;
  }
  .section-about .description {
    line-height: 1.43;
    margin: 0.12rem 0 0 0.36rem;
    width: 3.09rem;
    letter-spacing: 0.04em;
  }
  .section-about .common-button {
    bottom: 0.28rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .section-about .about-content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .section-about .about-content .caption {
    width: 3.09rem;
  }
  .section-about .about-content .wrap-slider {
    width: 3.02rem;
    background-image: url(../img/top/about_background_slider.png);
    background-size: 100% 100%;
    height: 5.07rem;
    padding: 0.18rem 0 0;
    margin: 1.55rem 0.43rem 0 0.17rem;
  }
}

/* PAGE
 * ----------------------------------------------- */
.section-keyvisual .keyvisual-title {
  text-align: center;
  position: relative;
  z-index: 99;
}

.section-keyvisual .keyvisual-title .keyvisual-title-center {
  z-index: 999;
  position: relative;
}

.section-keyvisual .keyvisual-title img {
  position: relative;
  z-index: 9;
}

@media print, (min-width: 768px) {
  .section-keyvisual {
    background-image: url(../img/top/bg/keyvisual_background.png);
    background-size: cover;
    padding: 15px 0 50px;
  }
  .section-keyvisual .wrapper {
    width: 1440px;
  }
  .section-keyvisual .keyvisual-title {
    margin-top: -121px;
    position: relative;
    left: -11px;
  }
  .section-keyvisual .keyvisual-title span {
    display: block;
  }
  .section-keyvisual .keyvisual-title .keyvisual-title-right {
    position: relative;
    margin-top: -60px;
    left: 12px;
  }
  .section-keyvisual .keyvisual-title .keyvisual-title-center {
    margin: 8px 0 0 38px;
  }
  .section-keyvisual .keyvisual-title img {
    position: relative;
    z-index: 9;
  }
  .pack-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    z-index: 5;
    position: relative;
    top: 5px;
    left: 5px;
  }
  .pack-cards li {
    width: 16.6%;
    min-width: 16.6%;
    max-width: 16.6%;
    height: 391px;
    position: relative;
  }
  .pack-cards li img {
    position: absolute;
    max-width: none;
  }
  .pack-cards li:nth-child(1) img {
    z-index: 11;
    left: -1px;
    top: 25px;
  }
  .pack-cards li:nth-child(2) img {
    z-index: 12;
    left: -15px;
    top: -7px;
  }
  .pack-cards li:nth-child(3) img {
    z-index: 13;
    left: -60px;
    top: -20px;
  }
  .pack-cards li:nth-child(4) img {
    z-index: 14;
    left: -15px;
    top: 2px;
  }
  .pack-cards li:nth-child(5) img {
    z-index: 12;
    left: 0px;
    top: 8px;
  }
  .pack-cards li:nth-child(6) img {
    z-index: 11;
    right: -6px;
    top: 32px;
  }
  .pack-cards li:nth-child(7) {
    margin-top: -110px;
  }
  .pack-cards li:nth-child(7) img {
    z-index: 21;
    left: -5px;
    top: 61px;
  }
  .pack-cards li:nth-child(8) {
    margin-top: -110px;
  }
  .pack-cards li:nth-child(8) img {
    z-index: 21;
    left: -16px;
    top: 6px;
  }
  .pack-cards li:nth-child(9) {
    margin-top: -110px;
  }
  .pack-cards li:nth-child(9) img {
    z-index: 22;
    left: -12px;
    top: -42px;
  }
  .pack-cards li:nth-child(10) {
    margin-top: -110px;
  }
  .pack-cards li:nth-child(10) img {
    z-index: 21;
    left: -3px;
    top: -25px;
  }
  .pack-cards li:nth-child(11) {
    margin-top: -110px;
  }
  .pack-cards li:nth-child(11) img {
    z-index: 20;
    left: -22px;
    top: 5px;
  }
  .pack-cards li:nth-child(12) {
    margin-top: -110px;
  }
  .pack-cards li:nth-child(12) img {
    z-index: 23;
    right: 0;
    top: 37px;
  }
}

@media print, (max-width: 1440px) and (min-width: 768px) {
  .section-keyvisual .wrapper {
    width: 1240px;
  }
  .pack-cards li img {
    height: auto;
  }
  .pack-cards li:nth-child(1) img {
    width: 232.2px;
  }
  .pack-cards li:nth-child(2) img {
    width: 231.34px;
  }
  .pack-cards li:nth-child(3) img {
    width: 262.3px;
  }
  .pack-cards li:nth-child(4) img {
    width: 299.28px;
  }
  .pack-cards li:nth-child(5) img {
    width: 215.86px;
  }
  .pack-cards li:nth-child(6) img {
    width: 232.2px;
  }
  .pack-cards li:nth-child(7) {
    margin-top: -160px;
  }
  .pack-cards li:nth-child(7) img {
    width: 283.8px;
  }
  .pack-cards li:nth-child(8) {
    margin-top: -160px;
  }
  .pack-cards li:nth-child(8) img {
    width: 237.36px;
  }
  .pack-cards li:nth-child(9) {
    margin-top: -150px;
  }
  .pack-cards li:nth-child(9) img {
    width: 266.6px;
  }
  .pack-cards li:nth-child(10) {
    margin-top: -150px;
  }
  .pack-cards li:nth-child(10) img {
    width: 251.98px;
  }
  .pack-cards li:nth-child(11) {
    margin-top: -150px;
  }
  .pack-cards li:nth-child(11) img {
    width: 241.66px;
  }
  .pack-cards li:nth-child(12) {
    margin-top: -150px;
  }
  .pack-cards li:nth-child(12) img {
    width: 286.38px;
    left: -83px;
  }
}

@media only screen and (max-width: 767px) {
  .section-keyvisual {
    padding: 0.25rem 0 0.5rem;
    background: url(../img/top/bg/sp/keyvisual_background.png) center center;
    background-size: cover;
  }
  .section-keyvisual .keyvisual-title {
    margin-top: -14vw;
  }
  .section-keyvisual .keyvisual-title span {
    display: inline-block;
  }
  .section-keyvisual .keyvisual-title .keyvisual-title-right {
    position: relative;
    margin-top: -0.4rem;
    left: 0;
    width: 7.36rem;
    height: 2.11rem;
  }
  .section-keyvisual .keyvisual-title .keyvisual-title-center {
    margin: 0.36rem 0 0 -0.08rem;
    width: 7.28rem;
    height: 2.34rem;
  }
  .section-keyvisual .keyvisual-title img {
    width: 7.36rem;
  }
  .section-keyvisual .keyvisual-title .keyvisual-bar {
    height: 0.74rem;
    bottom: -0.08rem;
  }
  .section-keyvisual .wrapper {
    padding: 0;
    width: 100%;
  }
  .pack-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    left: -3vw;
    z-index: 5;
  }
  .pack-cards li {
    position: relative;
    width: 100%;
  }
  .pack-cards li img {
    width: 100%;
  }
  .pack-cards.second-cards {
    margin-top: -13.5vw;
  }
  .pack-cards.third-cards {
    margin-top: -19.5vw;
  }
  .pack-cards.fourth-cards {
    margin-top: -26.5vw;
  }
}

.description {
  font-size: 18px;
}

.section-promotion {
  z-index: 99;
  position: relative;
}

@media print, (min-width: 768px) {
  .section-promotion {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 0 35px;
    margin-top: -43px;
    background: url(../img/top/bg/promotion_background.png) left bottom no-repeat;
    background-size: cover;
  }
  .section-promotion .wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .section-promotion .video {
    cursor: pointer;
  }
  .section-promotion .left {
    position: relative;
    padding-left: 10px;
  }
  .section-promotion .promotion-title {
    position: absolute;
    left: 0;
    top: -23px;
    z-index: 9;
  }
}

.list-download-app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 13px 0 0 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.list-download-app li {
  margin: 0 10px;
}

.list-download-app li a {
  display: block;
  -webkit-box-shadow: 10px 10px 0 0 rgba(0, 0, 0, 0.5);
          box-shadow: 10px 10px 0 0 rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .description {
    font-size: 0.21rem;
  }
  .section-promotion {
    padding: 0.22rem 0 0;
    margin-top: -0.54rem;
    background: url(../img/top/bg/sp/promotion_background.png) center center no-repeat;
    background-size: cover;
  }
  .section-promotion .left {
    position: relative;
  }
  .section-promotion .text img {
    width: 5.86rem;
    position: relative;
    left: 0.12rem;
    margin-top: 0.08rem;
  }
  .section-promotion .promotion-title {
    position: absolute;
    left: 0.07rem;
    top: -0.33rem;
    z-index: 9;
    width: 3.42rem;
    height: 0.87rem;
  }
  .section-promotion .wrapper {
    padding: 0.5rem 0.66rem 0.3rem;
  }
  .section-promotion .right {
    margin-top: 0.08rem;
  }
  .list-download-app {
    margin: 0.15rem 0 0 0.15rem;
  }
  .list-download-app li {
    margin: 0 0.1rem;
  }
  .list-download-app li:first-child {
    width: 2.82rem;
  }
  .list-download-app li:last-child {
    width: 2.37rem;
  }
  .list-download-app li a {
    -webkit-box-shadow: 0.1rem 0.1rem 0 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0.1rem 0.1rem 0 0 rgba(0, 0, 0, 0.5);
    border-radius: 0.13rem;
  }
}

body {
  background-color: #000;
}

.icon-star {
  position: absolute;
}

.slider-promotion {
  width: 957px;
  margin: 0 auto;
  display: block;
}

.slider-promotion .item {
  border: 5px solid #000;
  -webkit-box-shadow: 3px 3px 0 0 #9b52ff;
          box-shadow: 3px 3px 0 0 #9b52ff;
  margin: 7px;
  height: auto;
}

.slider-promotion .slick-arrow {
  margin-top: -32px;
}

.slider-promotion .slick-arrow.slick-next {
  right: -28px;
}

.slider-promotion .slick-arrow.slick-prev {
  left: -28px;
}

.section-news-twitter {
  position: relative;
}

@media print, (min-width: 768px) {
  .section-news-twitter {
    padding: 124px 0 144px;
    background: url(../img/top/bg/promotion_background_02.png) left top no-repeat;
    background-size: cover;
    margin-top: -80px;
  }
  .section-news-twitter .first-star {
    bottom: 80px;
    left: 50%;
    margin-left: -346px;
  }
  .news-twitter-content {
    margin: 50px 0 0 -8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.twitter-block {
  width: 506px;
  background-image: url(../img/top/twitter_background.png);
  background-size: 100% 100%;
  height: 315px;
  padding: 20px 26px;
  position: relative;
}

.twitter-block .twitter-title {
  position: absolute;
  left: 8px;
  top: -20px;
}

.twitter-block .wrapper {
  width: 460px;
  height: 272px;
  background: #fff;
  overflow: auto;
}

.twitter-block .wrapper iframe {
  width: 100%;
}

@media print, (min-width: 768px) {
  .twitter-block {
    min-width: 506px;
  }
}

.news-block {
  min-width: 475px;
  height: 372px;
  margin: -30px 0 0 30px;
  position: relative;
  left: -18px;
  top: 3px;
}

.news-block iframe {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .section-news-twitter {
    padding: 0.64rem 0 0.1rem;
    background: url(../img/top/bg/sp/promotion_background_02.png) center center no-repeat;
    background-size: cover;
  }
  .slider-promotion {
    width: auto;
    margin: 0.34rem 0 0;
  }
  .slider-promotion .item {
    border: 0.09rem solid #000;
    -webkit-box-shadow: 0.03rem 0.03rem 0 0 #9b52ff;
            box-shadow: 0.03rem 0.03rem 0 0 #9b52ff;
    margin: 0.12rem;
  }
  .slider-promotion .item img {
    width: 4.46rem;
    /* height: 2.24rem; */
    height: 1.55rem;
  }
  .slider-promotion .slick-arrow {
    margin-top: -0.39rem;
  }
  .slider-promotion .slick-arrow.slick-next {
    right: 0.12rem;
  }
  .slider-promotion .slick-arrow.slick-prev {
    left: 0.12rem;
  }
  .news-block {
    min-width: 4.75rem;
    height: 4.42rem;
    margin: 0.32rem 0 0 0.2rem;
    left: -0.13rem;
  }
  .twitter-block {
    width: 6.11rem;
    height: 3.82rem;
    background-image: url(../img/top/twitter_background.png);
    background-size: 100% 100%;
    padding: 0.25rem 0.35rem;
    position: relative;
    margin: 0.47rem auto 0;
    left: -0.05rem;
  }
  .twitter-block .twitter-title {
    position: absolute;
    left: 0.14rem;
    top: -0.25rem;
    width: 1.88rem;
    height: 0.48rem;
  }
  .twitter-block .wrapper {
    width: 5.55rem;
    height: 3.3rem;
    background: #fff;
    overflow: auto;
  }
  .twitter-block .wrapper iframe {
    width: 100%;
  }
}

.section-character {
  position: relative;
  z-index: 99;
}

.section-character .wrapper {
  position: relative;
}

.section-character .wrapper > * {
  position: relative;
  z-index: 9;
}

.section-character .character-content {
  position: relative;
  z-index: 99;
}

.section-character .character-title, .section-character .common-button {
  position: absolute;
}

@media print, (min-width: 768px) {
  .section-character {
    padding: 75px 0 172px;
    background: url(../img/top/bg/character_background.png) left top no-repeat;
    background-size: cover;
    margin-top: -150px;
  }
  .section-character .first-star {
    bottom: 617px;
    right: 50%;
    margin-right: -565px;
  }
  .section-character .second-star {
    bottom: 100px;
    left: 50%;
    margin-left: -580px;
  }
  .section-character .character-image-absolute-first {
    left: -110px;
    top: -57px;
  }
  .section-character .character-image-absolute-second {
    left: -185px;
    top: 150px;
  }
  .section-character .character-image-absolute-third {
    right: -170px;
    bottom: -3px;
  }
  .section-character .character-image {
    width: 1015px;
    margin: -3px 0 0 -8px;
  }
  .section-character .character-content {
    color: #fff;
    background: url(../img/top/character_background.png) center center no-repeat;
    width: 982px;
    min-height: 341px;
    margin: -320px -15px 0;
    padding: 20px 0 0;
  }
  .section-character .character-title {
    right: -11px;
    top: -108px;
  }
  .section-character .character-sub-title {
    margin: 40px 0 0 122px;
  }
  .section-character .character-description {
    line-height: 1.4833;
    width: 750px;
    margin: 18px 0 0 71px;
    font-size: 18px;
    letter-spacing: 0.05em;
  }
  .section-character .common-button {
    width: 260px;
    left: 7px;
    right: 0;
    margin: 0 auto;
    bottom: -4px;
  }
}

@media only screen and (max-width: 767px) {
  .section-character {
    padding: 0.22rem 0;
    background: url(../img/top/bg/sp/character_background.png) center center no-repeat;
    background-size: cover;
    z-index: 999;
  }
  .section-character .character-image-absolute-first {
    width: 2.7rem;
    height: 3.5rem;
    left: 0;
    top: -1.27rem;
  }
  .section-character .character-image-absolute-second {
    width: 3.95rem;
    height: 3.93rem;
    left: 1.35rem;
    top: -1.31rem;
  }
  .section-character .character-image-absolute-third {
    width: 3.26rem;
    height: 4.37rem;
    left: 0;
    bottom: -2.1rem;
  }
  .section-character .character-image {
    width: 7.47rem;
    margin: -0.03rem 0 0 -0.08rem;
    position: relative;
    z-index: 9;
  }
  .section-character .character-content {
    color: #fff;
    background: url(../img/top/sp/character_background.png) center center no-repeat;
    background-size: cover;
    width: 7.5rem;
    min-height: 4.22rem;
    margin: -2.07rem -0.15rem 0;
    padding: 0.2rem 0 0;
  }
  .section-character .character-title {
    right: 0.07rem;
    top: -1.05rem;
    width: 4.54rem;
    height: 1.59rem;
  }
  .section-character .character-sub-title {
    margin: 0.53rem 0 0 0.16rem;
    width: 7.14rem;
    height: 1.16rem;
  }
  .section-character .character-description {
    line-height: 1.4285;
    width: 6.2rem;
    margin: 0.17rem 0 0 0.71rem;
    letter-spacing: 0.05em;
  }
  .section-character .common-button {
    left: 0.07rem;
    right: 0;
    margin: 0 auto;
    bottom: -0.08rem;
  }
}

.section-ranking {
  position: relative;
  z-index: 300;
}

.section-ranking .ranking-title {
  margin: 0 auto 0;
}

.section-ranking .ranking-content {
  color: #fff;
  font-weight: 500;
  position: relative;
}

.section-ranking .list-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-ranking .tab-content {
  display: none;
}

.section-ranking .tab-content.current {
  display: block;
}

.section-ranking .ranking-list-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-ranking .ranking-list-title li {
  width: 33.3333%;
  font-weight: bold;
  text-align: center;
  font-style: italic;
}

.section-ranking .ranking-list-title li:nth-child(2) {
  width: 26%;
}

.section-ranking .ranking-list-title li:nth-child(3) {
  width: 40%;
}

.section-ranking .common-button {
  position: absolute;
}

.section-question-answer {
  position: relative;
  z-index: 999;
}

.section-question-answer .wrapper {
  position: relative;
}

.section-question-answer .common-button {
  position: absolute;
}

.ranking-list td {
  text-align: center;
  width: 33.3333%;
}

.ranking-list .ranking-caption-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ranking-list .ranking-caption-image .ranking-text {
  word-break: break-word;
}

.ranking-box {
  background-image: url(../img/top/ranking_background.png);
  background-position: left top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 40px 0 70px;
  margin-bottom: 70px;
  width: 100%;
}

.ranking-box__main-title {
  margin-left: 75px;
  margin-bottom: 10px;
  width: 250px;
}

.ranking-box__list-title {
  margin: 0 auto 30px;
  width: 830px;
}

.ranking-box__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow-y: scroll;
  margin: 0 auto;
  height: 700px;
  width: 745px;
}

.ranking-box__list.total-list {
  overflow-y: auto;
}

.ranking-box__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
  width: 100%;
}

.ranking-box__rank-text, .ranking-box__name-text, .ranking-box__score-text {
  color: #fff;
  font-size: 18px;
}

.ranking-box__rank-text {
  font-weight: bold;
}

.ranking-box__total-title {
  margin: 0 auto;
  width: 520px;
}

.ranking-box .ranking-box-rankArea {
  margin-right: 50px;
  text-align: center;
  width: 110px;
}

.ranking-box .ranking-box-imageArea {
  border: solid 4px #000;
  -webkit-box-shadow: 3px 3px 2px #0000ff;
          box-shadow: 3px 3px 2px #0000ff;
  margin-right: 10px;
  -webkit-transform: skewX(10deg);
          transform: skewX(10deg);
  overflow: hidden;
  position: relative;
  height: 70px;
  width: 75px;
}

.ranking-box .ranking-box-imageArea__inner {
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  height: 100%;
}

.ranking-box .ranking-box-imageArea__item {
  width: 100%;
}

.ranking-box .ranking-box-imageArea__item.frame-item {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 75px;
  z-index: 5;
}

.ranking-box .ranking-box-imageArea__item.bg-item {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 75px;
  z-index: 3;
}

.ranking-box .ranking-box-imageArea__item.icon-item {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 75px;
  z-index: 4;
}

.ranking-box .ranking-box-nameArea {
  margin-right: 70px;
  width: 160px;
}

.ranking-box .ranking-box-scoreArea {
  width: 160px;
}

.ranking-borderBox {
  background-image: url(../img/top/ranking_background02.png);
  background-position: left top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 40px 55px 95px;
  position: relative;
  width: 100%;
}

.ranking-borderBox.total-borderBox {
  height: 1700px;
}

.ranking-borderBox__main-title {
  margin-top: -55px;
  margin-bottom: 5px;
  width: 436px;
}

.ranking-borderBox__sub-title {
  margin-bottom: 30px;
  width: 100%;
}

.ranking-borderBox__total-title {
  margin: 0 auto;
  width: 520px;
}

.ranking-borderArea {
  width: 100%;
}

.ranking-borderArea .ranking-borderArea__main-title {
  margin-bottom: 10px;
  width: 450px;
}

.ranking-borderArea__main-title--legend {
  width: 360px;
}

.ranking-borderArea__list {
  width: 100%;
}

.ranking-borderArea__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 50px;
  width: 100%;
}

.ranking-borderArea__item:last-of-type {
  margin-bottom: 0;
}

.ranking-borderArea.legend-borderArea {
  margin-bottom: 60px;
}

.ranking-borderArea .border-rankImage {
  width: 150px;
}

.ranking-borderArea .border-rankInfo {
  width: 700px;
}

.ranking-borderArea .border-rankInfo__title {
  margin-bottom: 12px;
  width: 380px;
}

.ranking-borderArea .border-rankInfo-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}

.ranking-borderArea .border-rankInfo-detail__item {
  position: relative;
  width: 350px;
}

.ranking-borderArea .border-rankInfo-detail__text {
  color: #333;
  font-size: 18px;
  position: absolute;
  top: 9px;
  right: 10px;
  text-align: center;
  width: 225px;
}

/* スクロールバー1 */
.scroll-a::-webkit-scrollbar {
  width: 30px;
  /* 横幅設定 */
}

.scroll-a::-webkit-scrollbar-thumb {
  background: #fcbe00;
  /* ハンドルの色 */
  border-top: 5px solid transparent;
  /* 透明なボーダーをつける */
  border-right: 5px solid transparent;
  /* 透明なボーダーをつける */
  border-left: 5px solid transparent;
  /* 透明なボーダーをつける */
  background-clip: padding-box;
  /* 背景を切り取る */
}

.scroll-a::-webkit-scrollbar-track {
  background: #000;
  /* 背景色 */
}

@media print, (min-width: 768px) {
  .section-ranking {
    position: relative;
    margin-top: -210px;
    padding: 160px 0 80px;
  }
  .section-ranking .common-background-section {
    background-image: url(../img/top/bg/ranking_background02.png);
    background-position: center top;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .section-ranking .common-background-section img {
    min-width: 100%;
    min-height: 100%;
  }
  .section-ranking .wrapper {
    position: relative;
    z-index: 999;
  }
  .section-ranking .ranking-title {
    position: relative;
    top: 6px;
    left: -17px;
    margin-bottom: 6px;
    width: 518px;
  }
  .section-ranking .ranking-text-come {
    margin-top: 117px;
    text-align: center;
    padding-left: 26px;
    padding-bottom: 21px;
  }
  .section-ranking .ranking-content {
    width: 930px;
    height: 901px;
    background-image: url(../img/top/ranking_background.png);
    background-size: cover;
    font-size: 18px;
    margin: 45px auto 0;
    padding: 50px 0 0;
  }
  .section-ranking .list-tabs {
    margin-top: -69px;
  }
  .section-ranking .list-tabs li {
    margin: 0 5px;
    cursor: pointer;
    min-width: 310px;
  }
  .section-ranking .ranking-list-title {
    background: url(../img/top/ranking_background_title.png) center center no-repeat;
    margin: 31px auto 0;
    width: 814px;
    padding: 3px 0 5px;
  }
  .section-ranking .ranking-list-title li {
    font-size: 26px;
  }
  .section-ranking .common-button {
    width: 260px;
    height: 64px;
    left: 0;
    right: 0;
    bottom: -26px;
    margin: 0 auto;
  }
  .ranking-list {
    width: 814px;
    margin: 21px auto 0;
  }
  .ranking-list td {
    padding: 5px 0;
  }
  .ranking-list td:first-child {
    width: 30%;
    padding-left: 33px;
  }
  .ranking-list td:last-child {
    padding-right: 50px;
  }
  .ranking-list .ranking-caption-image .ranking-text {
    padding-left: 10px;
  }
  .ranking-list .ranking-caption-image .image {
    min-width: 72px;
  }
}

@media only screen and (max-width: 767px) {
  .section-ranking {
    padding: 15vw 0 0.5rem;
    background-image: url(../img/top/bg/sp/ranking_background02.png);
    background-position: left top;
    background-size: cover;
    margin-top: 0.5rem;
  }
  .section-ranking .wrapper {
    position: relative;
  }
  .section-ranking .ranking-title {
    width: 5.18rem;
    left: -0.17rem;
    position: relative;
  }
  .section-ranking .ranking-text-come {
    text-align: center;
    margin-top: 0.72rem;
    padding-bottom: 0.52rem;
  }
  .section-ranking .ranking-text-come img {
    width: 4.22rem;
  }
  .section-ranking .ranking-content {
    width: 7.46rem;
    min-height: 9.01rem;
    background-image: url(../img/top/sp/ranking_background.png);
    background-size: 100% 100%;
    font-size: 0.18rem;
    margin: 0.4rem auto 0;
    padding: 0.5rem 0 0;
    position: relative;
    left: -0.09rem;
  }
  .section-ranking .list-tabs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: -0.76rem;
  }
  .section-ranking .list-tabs li {
    margin: 0.05rem 0.05rem;
    cursor: pointer;
    width: 3.1rem;
  }
  .section-ranking .ranking-list-title {
    background: url(../img/top/sp/ranking_background_title.png) center center no-repeat;
    background-size: cover;
    margin: 0.11rem auto 0;
    width: 6.86rem;
    padding: 0.03rem 0 0.05rem;
    position: relative;
    left: -0.12rem;
  }
  .section-ranking .ranking-list-title li {
    font-size: 0.26rem;
    width: 24.4%;
  }
  .section-ranking .ranking-list-title li:nth-child(2) {
    width: 43.73%;
  }
  .section-ranking .ranking-list-title li:nth-child(3) {
    width: 32.5%;
  }
  .section-ranking .common-button {
    left: 0;
    right: 0;
    bottom: -0.39rem;
    margin: 0 auto;
  }
  .ranking-list {
    width: 6.86rem;
    margin: 0.21rem auto 0;
    text-align: center;
  }
  .ranking-list .ranking-number {
    width: 1.06rem;
    display: inline-block;
  }
  .ranking-list td {
    padding: 0.03rem 0;
    width: 26.3333%;
  }
  .ranking-list td:first-child {
    width: 12.4%;
    padding-right: 0.5rem;
  }
  .ranking-list td:nth-child(2) {
    width: 32.5%;
    text-align: left;
  }
  .ranking-list td:last-child {
    padding-right: 0;
  }
  .ranking-list .ranking-caption-image {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .ranking-list .ranking-caption-image .image {
    min-width: 0.72rem;
  }
  .ranking-list .ranking-caption-image img {
    width: 0.72rem;
  }
  .ranking-list .ranking-caption-image .ranking-text {
    padding-left: 0.1rem;
  }
  .ranking-box {
    padding: 7vw 0 10vw;
    margin-bottom: 10vw;
  }
  .ranking-box__main-title {
    margin-left: 6vw;
    margin-bottom: 3vw;
    width: 40%;
  }
  .ranking-box__list-title {
    margin: 0 auto 5vw;
    width: 90%;
  }
  .ranking-box__list {
    height: 70vw;
    width: 85%;
  }
  .ranking-box__item {
    margin-bottom: 3vw;
  }
  .ranking-box__rank-text, .ranking-box__name-text, .ranking-box__score-text {
    font-size: 2.5vw;
  }
  .ranking-box__rank-text {
    font-weight: bold;
  }
  .ranking-box__total-title {
    margin: 0 auto;
    width: 100%;
  }
  .ranking-box .ranking-box-rankArea {
    margin-right: 5%;
    width: 20%;
  }
  .ranking-box .ranking-box-imageArea {
    border: solid 1vw #000;
    margin-right: 3%;
    overflow: hidden;
    height: 12vw;
    width: 15%;
  }
  .ranking-box .ranking-box-imageArea__inner {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    height: 100%;
  }
  .ranking-box .ranking-box-imageArea__item.bg-item {
    -webkit-transform: translate(-50%, -50%) skewX(-10deg);
            transform: translate(-50%, -50%) skewX(-10deg);
    width: 130%;
  }
  .ranking-box .ranking-box-imageArea__item.icon-item {
    -webkit-transform: translate(-50%, -50%) skewX(-10deg);
            transform: translate(-50%, -50%) skewX(-10deg);
    width: 100%;
  }
  .ranking-box .ranking-box-imageArea__item {
    width: 100%;
  }
  .ranking-box .ranking-box-nameArea {
    margin-right: 8%;
    width: 15%;
  }
  .ranking-box .ranking-box-scoreArea {
    width: 20%;
  }
  .ranking-borderBox {
    padding: 16% 7.5%;
    width: 100%;
  }
  .ranking-borderBox.total-borderBox {
    height: 300vw;
  }
  .ranking-borderBox__main-title {
    position: absolute;
    top: -3vw;
    left: auto;
    margin-bottom: 0;
    margin-top: 0;
    width: 55%;
  }
  .ranking-borderBox__sub-title {
    margin-bottom: 7vw;
    width: 100%;
  }
  .ranking-borderBox__total-title {
    margin: 0 auto;
    width: 100%;
  }
  .ranking-borderArea {
    padding: 0;
    width: 100%;
  }
  .ranking-borderArea .ranking-borderArea__main-title, .ranking-borderArea .ranking-borderArea__main-title--legend {
    margin-bottom: 5vw;
    width: 100%;
  }
  .ranking-borderArea__list {
    width: 100%;
  }
  .ranking-borderArea__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 5vw;
    width: 100%;
  }
  .ranking-borderArea__item:last-of-type {
    margin-bottom: 0;
  }
  .ranking-borderArea.legend-borderArea {
    margin-bottom: 7vw;
  }
  .ranking-borderArea .border-rankImage {
    width: 40%;
  }
  .ranking-borderArea .border-rankInfo {
    width: 60%;
  }
  .ranking-borderArea .border-rankInfo__title {
    margin-bottom: 4vw;
    width: 100%;
  }
  .ranking-borderArea .border-rankInfo-detail {
    width: 100%;
  }
  .ranking-borderArea .border-rankInfo-detail__item {
    margin-bottom: 1vw;
    width: 100%;
  }
  .ranking-borderArea .border-rankInfo-detail__item:last-of-type {
    margin-bottom: 0;
  }
  .ranking-borderArea .border-rankInfo-detail__text {
    color: #000;
    font-size: 4vw;
    top: 0.3vw;
    right: 2vw;
    width: 32vw;
  }
  /* スクロールバー1 */
  .scroll-a::-webkit-scrollbar {
    width: 3vw;
    /* 横幅設定 */
  }
  .scroll-a::-webkit-scrollbar-thumb {
    border-top: 0.5vw solid transparent;
    /* 透明なボーダーをつける */
    border-right: 0.5vw solid transparent;
    /* 透明なボーダーをつける */
    border-left: 0.5vw solid transparent;
    /* 透明なボーダーをつける */
    background-clip: padding-box;
    /* 背景を切り取る */
  }
}

@media print, (min-width: 768px) {
  .section-question-answer {
    padding-top: 6vw;
    padding-bottom: 176px;
    background: url(../img/top/bg/question_background.png) center top no-repeat;
    background-size: cover;
  }
  .section-question-answer .question-answer {
    position: relative;
    margin-bottom: 150px;
  }
  .section-question-answer .question-answer-title {
    width: 653px;
    margin: 50px auto 0;
  }
  .section-question-answer .common-button {
    bottom: -23px;
    left: 260px;
    right: 0;
    margin: 0 auto;
  }
  .section-question-answer .question-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .section-question-answer .banner-item {
    width: 45%;
  }
  .section-question-answer .banner-link {
    display: block;
    width: 100%;
  }
  .section-question-answer .banner-link:hover {
    opacity: 0.8;
  }
}

@media only screen and (max-width: 767px) {
  .section-question-answer {
    padding: 0.6rem 0 1.75rem;
    margin: 0;
    background: url(../img/top/bg/sp/question_background.png) center center no-repeat;
    background-size: cover;
  }
  .section-question-answer .wrapper {
    position: relative;
  }
  .section-question-answer .question-answer {
    position: relative;
    margin-bottom: 6.7vw;
  }
  .section-question-answer .question-answer-title {
    width: 6.53rem;
    margin: 0.5rem auto 0;
  }
  .section-question-answer .common-button {
    bottom: -0.3rem;
    left: 3.5rem;
    right: 0;
  }
  .section-question-answer .question-banner {
    margin: 0 auto;
    width: 6.53rem;
  }
}

.section-how-play {
  color: #fff;
  position: relative;
  z-index: 199;
}

.section-how-play .wrapper {
  position: relative;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.section-how-play .wrapper:before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}

.section-how-play .wrapper > * {
  position: relative;
  z-index: 9;
}

.section-how-play .how-play-list-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-how-play .how-play-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-how-play .how-play-content .how-play-image {
  text-align: center;
}

.section-how-play .how-play-description {
  text-align: justify;
}

.section-how-play .common-button {
  position: absolute;
}

@media print, (min-width: 768px) {
  .section-how-play {
    padding: 140px 0 230px;
    background: url(../img/top/bg/how_play_backgroun_01.png) center top no-repeat;
    background-size: cover;
    margin-top: -140px;
  }
  .section-how-play .first-star {
    bottom: 110px;
    left: 50%;
    margin-left: -528px;
  }
  .section-how-play .second-star {
    top: 242px;
    left: 50%;
    margin-left: 490px;
  }
  .section-how-play .how-play-image-absolute-first {
    left: -140px;
    top: -163px;
  }
  .section-how-play .how-play-image-absolute-second {
    right: -180px;
    top: -266px;
  }
  .section-how-play .how-play-image-absolute-third {
    left: -100px;
    top: 260px;
  }
  .section-how-play .wrapper {
    width: 948px;
    min-height: 860px;
    padding: 20px 0;
    left: 8px;
  }
  .section-how-play .wrapper:before {
    background-image: url(../img/top/how_play_background.png);
    background-size: 100% 100%;
  }
  .section-how-play .how-play-title {
    margin: -94px 0 0 387px;
  }
  .section-how-play .how-play-list-tab {
    margin: 12px 0 0 0;
    left: -10px;
  }
  .section-how-play .how-play-list-tab .item {
    padding: 0 5px;
    cursor: pointer;
  }
  .section-how-play .how-play-list-tab .item:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
  .section-how-play .how-play-content {
    margin-top: 39px;
    padding: 0 67px;
  }
  .section-how-play .how-play-content .wrap-image {
    border: 2px solid #fff;
    border-radius: 2px;
    display: inline-block;
    margin-right: 15px;
  }
  .section-how-play .how-play-content .how-play-image {
    width: 334px;
    min-width: 334px;
    background-image: url(../img/top/about_background_slider.png);
    background-size: 100% 100%;
    height: 563px;
    padding: 21px 0 0;
  }
  .section-how-play .how-play-caption {
    padding: 0 0 0 14px;
  }
  .section-how-play .how-play-sub-title {
    margin: -37px 0 0 -13px;
    width: 495px;
  }
  .section-how-play .how-play-description {
    font-size: 18px;
    line-height: 1.55556;
    width: 440px;
    margin: -3px 0 0 0;
    letter-spacing: 0.03em;
  }
  .section-how-play .common-button {
    bottom: 40px;
    right: 164px;
  }
  .section-how-play .how-play-slider .slick-arrow {
    margin-top: -29px;
  }
  .section-how-play .how-play-slider .slick-arrow.slick-next {
    right: 4px;
  }
  .section-how-play .how-play-slider .slick-arrow.slick-prev {
    left: -9px;
  }
}

@media only screen and (max-width: 767px) {
  .section-how-play {
    padding: 1.7rem 0 0.7rem;
    background: url(../img/top/bg/sp/how_play_backgroun_01.png) center center no-repeat;
    background-size: cover;
  }
  .section-how-play .how-play-image-absolute-first {
    width: 3.78rem;
    height: 3.27rem;
    left: 1.23rem;
    top: -2.43rem;
  }
  .section-how-play .how-play-image-absolute-second {
    width: 4.01rem;
    height: 4.57rem;
    right: 0;
    top: -0.96rem;
  }
  .section-how-play .how-play-image-absolute-third {
    width: 4.89rem;
    height: 5.16rem;
    left: 0.03rem;
    bottom: -1.93rem;
  }
  .section-how-play .wrapper {
    width: 100%;
    min-height: 12.7rem;
    padding: 0.2rem 0;
    left: 0;
  }
  .section-how-play .wrapper:before {
    background-image: url(../img/top/sp/how_play_background.png);
    background-size: 100% 100%;
  }
  .section-how-play .how-play-title {
    margin: -0.98rem 0 0 2.58rem;
  }
  .section-how-play .how-play-title img {
    width: 4.61rem;
    height: 1.66rem;
  }
  .section-how-play .how-play-list-tab {
    margin: 0.05rem 0 0 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section-how-play .how-play-list-tab .item {
    margin: 0.15rem 0.15rem;
  }
  .section-how-play .how-play-list-tab .item img {
    width: 2.8rem;
  }
  .section-how-play .how-play-content {
    margin-top: 0.39rem;
    padding: 1.67rem 0.41rem 0;
  }
  .section-how-play .how-play-content .wrap-image {
    border: 0.02rem solid #fff;
    border-radius: 0.02rem;
    display: inline-block;
    margin-right: 0.13rem;
    width: 2.51rem;
  }
  .section-how-play .how-play-content .how-play-image {
    width: 3.02rem;
    min-width: 3.02rem;
    background-image: url(../img/top/sp/about_background_slider.png);
    background-size: 100% 100%;
    height: 5.07rem;
    padding: 0.21rem 0 0;
  }
  .section-how-play .how-play-caption {
    padding: 0 0 0 0.14rem;
  }
  .section-how-play .how-play-sub-title {
    margin: 0 0;
    position: absolute;
    left: 0.72rem;
    top: -0.43rem;
    width: 5.93rem;
    height: 2.04rem;
  }
  .section-how-play .how-play-description {
    font-size: 0.21rem;
    line-height: 1.43;
    width: 3.1rem;
    margin: -0.07rem 0 0 0;
    letter-spacing: 0.03em;
  }
  .section-how-play .common-button {
    bottom: 0.18rem;
    right: 2.2rem;
  }
  .section-how-play .how-play-slider .slick-arrow {
    margin-top: 0.1rem;
  }
  .section-how-play .how-play-slider .slick-arrow.slick-next {
    right: 0;
  }
  .section-how-play .how-play-slider .slick-arrow.slick-prev {
    left: 0;
  }
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(255, 255, 255, 0.8);
  filter: "alpha(opacity=80)";
  -ms-filter: "alpha(opacity=80)";
}

.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  margin: 12px -20px 12px 0px;
}

.section-news-iframe {
  color: #fff;
  width: 450px;
  height: 332px;
  background-image: url(../img/top/news_background.png);
  background-size: 100% 100%;
  position: relative;
  padding: 31px 33px 33px 40px;
  margin: 20px 0 25px;
}

.section-news-iframe .common-button {
  display: block;
  position: absolute;
  z-index: 9;
  right: -34px;
  bottom: -11px;
}

.section-news-iframe .news-title {
  position: absolute;
  left: 8px;
  top: -10px;
}

@media only screen and (max-width: 767px) {
  .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
    margin: 0.12rem -0.2rem 0.12rem 0px;
  }
  .section-news-iframe {
    color: #fff;
    width: 5.98rem;
    height: 3.89rem;
    background-image: url(../img/top/sp/news_background.png);
    background-size: 100% 100%;
    position: relative;
    padding: 0.3rem 0.45rem 0.33rem 0.43rem;
    margin: 0.2rem auto 0.25rem;
  }
  .section-news-iframe .common-button {
    display: block;
    position: absolute;
    z-index: 9;
    right: 0.41rem;
    bottom: -0.26rem;
    width: 2.36rem;
    height: 0.58rem;
  }
  .section-news-iframe .news-title {
    position: absolute;
    left: 0.08rem;
    top: -0.14rem;
    width: 1.08rem;
    height: 0.51rem;
  }
}
/*# sourceMappingURL=top.css.map */