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

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

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

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

a img {
  border: none; }

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

/* -------------------------------
 * NotoSansCJKjp
 ------------------------------- */
@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 700;
  src: url(../../../share/font/NotoSansCJKjp-Bold.woff2) format("woff2"), url(../../../share/font/NotoSansCJKjp-Bold.woff) format("woff"), url(../../../share/font/NotoSansCJKjp-Bold.otf) format("opentype"); }
@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 500;
  src: url(../../../share/font/NotoSansCJKjp-Medium.woff2) format("woff2"), url(../../../share/font/NotoSansCJKjp-Medium.woff) format("woff"), url(../../../share/font/NotoSansCJKjp-Medium.otf) format("opentype"); }
header {
  width: 100%;
  max-width: 1200px;
  margin: auto; }
  header h2 {
    width: 14%;
    max-width: 138px;
    margin-top: 8px;
    margin-left: 8px;
    position: fixed;
    z-index: 999; }
  header nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 84%;
    max-width: 850px;
    z-index: 999; }
    header nav ul {
      display: flex;
      align-items: flex-start; }
      header nav ul li {
        position: relative; }
        header nav ul li a, header nav ul li img {
          display: block; }
        header nav ul li a {
          position: relative; }
          header nav ul li a img:last-child {
            opacity: 0;
            position: absolute;
            top: 0;
            left: 0;
            -webkit-transition: all .3s;
            transition: all .3s; }
          header nav ul li a:hover {
            opacity: 1; }
            header nav ul li a:hover img:last-child {
              opacity: 1; }
        header nav ul li.active a {
          opacity: 1; }
          header nav ul li.active a img:last-child {
            opacity: 1; }
      header nav ul.pc-nav li:nth-child(3):hover div {
        transform: translateY(0%);
        opacity: 1; }
      header nav ul.pc-nav li:nth-child(3) div {
        width: 100%;
        position: absolute;
        z-index: -1;
        transform: translateY(-100%);
        opacity: 0;
        -webkit-transition: all .3s;
        transition: all .3s; }
        header nav ul.pc-nav li:nth-child(3) div p {
          border: 1px solid rgba(255, 255, 255, 0.46); }
          header nav ul.pc-nav li:nth-child(3) div p a {
            display: block;
            text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
            background: #1b1464;
            background: linear-gradient(0deg, #1b1464 0%, #3a67c4 50%, #1b1464 100%);
            padding: 11px;
            text-align: center;
            font-weight: bold;
            font-style: italic;
            -webkit-transition: all .3s;
            transition: all .3s; }
            header nav ul.pc-nav li:nth-child(3) div p a:hover {
              opacity: 0.7; }
            @media screen and (max-width: 1030px) {
              header nav ul.pc-nav li:nth-child(3) div p a {
                font-size: 1.56vw; } }
    header nav .sp-nav {
      display: none; }
  header .navToggle {
    display: none; }
  header .lang-change {
    position: absolute;
    top: 90px;
    right: 0;
    width: 100%;
    max-width: 40px;
    z-index: 998; }
    header .lang-change li a, header .lang-change li img {
      display: block; }
    header .lang-change li:last-child {
      position: relative;
      top: -15px; }
    header .lang-change .lang-active {
      position: relative;
      z-index: -1; }
      header .lang-change .lang-active a {
        opacity: 1;
        cursor: default; }
  @media screen and (max-width: 767px) {
    header h2 {
      width: 28%;
      max-width: none;
      margin-top: 2%;
      margin-left: 2%; }
    header nav {
      width: 100%;
      max-width: none;
      z-index: 998; }
      header nav ul.pc-nav {
        display: none; }
      header nav .sp-nav {
        display: block;
        width: 100%;
        height: 100vh;
        background-color: #001334;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 997;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
        -webkit-transition: all .3s;
        transition: all .3s; }
        header nav .sp-nav.sp-nav_active {
          opacity: 1;
          -webkit-transform: translateX(0%);
          transform: translateX(0%);
          overflow-y: overlay;
          overflow-x: hidden; }
          header nav .sp-nav.sp-nav_active ul li {
            opacity: 1; }
            header nav .sp-nav.sp-nav_active ul li:nth-child(1) {
              transition-delay: .2s; }
            header nav .sp-nav.sp-nav_active ul li:nth-child(2) {
              transition-delay: .4s; }
            header nav .sp-nav.sp-nav_active ul li:nth-child(3) {
              transition-delay: .6s; }
            header nav .sp-nav.sp-nav_active ul li:nth-child(4) {
              transition-delay: .8s; }
            header nav .sp-nav.sp-nav_active ul li:nth-child(5) {
              transition-delay: 1.0s; }
        header nav .sp-nav ul {
          display: block;
          position: absolute;
          top: 50%;
          left: 0;
          -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
          width: 100%; }
          header nav .sp-nav ul li {
            text-align: center;
            font-size: 6vw;
            margin: 10% 0;
            position: relative;
            opacity: 0;
            -webkit-transition: all 0.8s;
            transition: all 0.8s; }
            header nav .sp-nav ul li:first-child {
              margin-top: 0; }
            header nav .sp-nav ul li:last-child {
              margin-bottom: 0; }
            header nav .sp-nav ul li.active:after {
              content: "";
              position: absolute;
              left: 53%;
              bottom: -40%;
              -webkit-transform: translate(-50%, 0%);
              transform: translate(-50%, 0%);
              width: 50%;
              height: 7.8vw;
              background-image: url(../images/header/nav_active.png);
              background-size: contain;
              background-repeat: no-repeat;
              z-index: -1; }
            header nav .sp-nav ul li:nth-child(3).active:after {
              top: 1vw;
              bottom: auto; }
            header nav .sp-nav ul li:nth-child(3) div {
              display: inline-block;
              font-size: 4vw;
              text-align: left;
              width: 40vw;
              margin-top: 2%;
              padding-left: 10%; }
              header nav .sp-nav ul li:nth-child(3) div p {
                margin-top: 15%;
                position: relative;
                padding-left: 1.2em; }
                header nav .sp-nav ul li:nth-child(3) div p:after {
                  content: "";
                  position: absolute;
                  top: 0;
                  left: 0;
                  width: 0.6em;
                  height: 0.8em;
                  border-bottom: 1px solid #fff;
                  border-left: 1px solid #fff; }
            header nav .sp-nav ul li a {
              text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF,  0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF; }
    header .navToggle {
      display: block;
      position: fixed;
      top: 0;
      right: 0;
      width: 20.6vw;
      height: 16vw;
      cursor: pointer;
      z-index: 999;
      text-align: center;
      background-image: url(../images/header/header_sp_bg.png);
      background-size: contain; }
      header .navToggle span {
        position: absolute;
        width: 40%;
        border-bottom: solid 2px #fff;
        -webkit-transition: .35s ease-in-out;
        -moz-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
        left: 58%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        header .navToggle span:nth-child(1) {
          top: 40%; }
        header .navToggle span:nth-child(2) {
          top: 60%; }
      header .navToggle.toggle_active span:nth-child(1) {
        top: 50%;
        -webkit-transform: translate(-50%, 0%) rotate(-45deg);
        -moz-transform: translate(-50%, 0%) rotate(-45deg);
        transform: translate(-50%, 0%) rotate(-45deg); }
      header .navToggle.toggle_active span:nth-child(2) {
        top: 50%;
        -webkit-transform: translate(-50%, 0%) rotate(45deg);
        -moz-transform: translate(-50%, 0%) rotate(45deg);
        transform: translate(-50%, 0%) rotate(45deg); }
    header .lang-change {
      top: 50vw;
      width: 10%;
      max-width: none;
      z-index: 997;
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
      -webkit-transition: all .3s;
      transition: all .3s; }
      header .lang-change.lang-change-remove {
        -webkit-transform: translateX(100%);
        transform: translateX(100%); }
      header .lang-change li:last-child {
        top: -3vw; } }

footer {
  background-color: #000;
  border-top: 1px solid #b9b9b9;
  position: relative;
  color: #fff; }
  footer .pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 10; }
    footer .pagetop a {
      display: block;
      text-align: center; }
      footer .pagetop a img, footer .pagetop a span {
        display: block; }
      footer .pagetop a img {
        max-width: 32px;
        margin: auto; }
      footer .pagetop a span {
        color: #fff;
        text-shadow: 2px 2px #000; }
  footer .footer_inner {
    width: 95%;
    margin: auto;
    padding: 50px 0; }
    footer .footer_inner .sns_list {
      margin-bottom: 60px; }
      footer .footer_inner .sns_list p {
        font-size: 30px;
        font-weight: bold;
        text-align: center; }
      footer .footer_inner .sns_list ul {
        display: flex;
        text-align: center;
        justify-content: center;
        margin-top: 30px; }
        footer .footer_inner .sns_list ul li {
          width: 33.333%;
          max-width: 62px;
          margin: 0 18px; }
          footer .footer_inner .sns_list ul li:first-child {
            margin-left: 0; }
          footer .footer_inner .sns_list ul li:last-child {
            margin-right: 0; }
          footer .footer_inner .sns_list ul li a, footer .footer_inner .sns_list ul li img {
            display: block; }
    footer .footer_inner .logo_list {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 40px; }
      footer .footer_inner .logo_list li {
        max-width: 100px;
        margin: 0 15px; }
        footer .footer_inner .logo_list li:nth-child(3) {
          max-width: 160px; }
        footer .footer_inner .logo_list li:last-child {
          margin-right: 0; }
        footer .footer_inner .logo_list li a, footer .footer_inner .logo_list li img {
          display: block; }
    footer .footer_inner .footer_cap {
      text-align: center;
      margin-bottom: 60px; }
      footer .footer_inner .footer_cap p {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 15px; }
        footer .footer_inner .footer_cap p img {
          max-width: 50px; }
          footer .footer_inner .footer_cap p img:first-child {
            max-width: 20px; }
    footer .footer_inner .copy {
      color: #ededed;
      font-size: 12px;
      text-align: center; }
  @media screen and (max-width: 767px) {
    footer .ex_cmd_nav {
      position: fixed;
      z-index: 10;
      bottom: 2%;
      left: 3%; }
      footer .ex_cmd_nav p {
        cursor: pointer;
        color: #fff;
        text-shadow: 1px 2px 1px #000;
        position: relative;
        z-index: 998;
        width: 13vw;
        height: 13vw;
        border: 2px solid rgba(255, 255, 255, 0.46);
        background: #1b1464;
        background: linear-gradient(0deg, #1b1464 15%, #3a67c4 50%, #1b1464 85%);
        display: flex !important;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        font-size: 4.2vw;
        -webkit-transform: translateX(-120%) rotate(-180deg);
        transform: translateX(-120%) rotate(-180deg);
        opacity: 0;
        -webkit-transition: all .6s;
        transition: all .6s; }
        footer .ex_cmd_nav p.rolling_in {
          opacity: 1;
          -webkit-transform: translateX(0%) rotate(0deg);
          transform: translateX(0%) rotate(0deg); }
    footer .pagetop {
      bottom: 3%;
      right: 5%; }
      footer .pagetop a img {
        width: 40%;
        max-width: none; }
      footer .pagetop a span {
        font-size: 4.2vw; }
    footer .footer_inner {
      padding: 15% 0; }
      footer .footer_inner .sns_list {
        margin-bottom: 12%; }
        footer .footer_inner .sns_list p {
          font-size: 6vw; }
        footer .footer_inner .sns_list ul {
          margin-top: 5%; }
          footer .footer_inner .sns_list ul li {
            width: 12%;
            max-width: none;
            margin: 0 4%; }
      footer .footer_inner .logo_list {
        flex-wrap: wrap;
        margin-bottom: 12%; }
        footer .footer_inner .logo_list li {
          width: 40%;
          max-width: none;
          margin: 0 2% 5%; }
          footer .footer_inner .logo_list li:first-child {
            margin-left: 0;
            max-width: none; }
          footer .footer_inner .logo_list li:nth-child(3) {
            max-width: none; }
          footer .footer_inner .logo_list li:nth-child(2n) {
            margin-right: 0; }
          footer .footer_inner .logo_list li:nth-child(2n+1) {
            margin-left: 0; }
          footer .footer_inner .logo_list li:last-child {
            margin-right: 0;
            margin-bottom: 0; }
          footer .footer_inner .logo_list li img {
            margin: auto; }
      footer .footer_inner .footer_cap {
        margin-bottom: 12%; }
        footer .footer_inner .footer_cap p {
          font-size: 3vw;
          line-height: 1.8;
          margin-bottom: 5%; }
          footer .footer_inner .footer_cap p img {
            width: 14%;
            max-width: none; }
            footer .footer_inner .footer_cap p img:first-child {
              width: 5%;
              max-width: none; }
      footer .footer_inner .copy {
        font-size: 2.6vw; } }

main {
  background-color: #001334; }

.mfp-iframe img {
  width: 100% !important; }

.top article section {
  padding: 100px 0; }
  @media screen and (max-width: 767px) {
    .top article section {
      padding: 20vw 0; } }
.top article .top_mv {
  padding: 0;
  position: relative; }
  .top article .top_mv .mv_inner {
    width: auto;
    max-width: 1200px;
    position: absolute;
    z-index: 4;
    top: 40%;
    left: 50%;
    transform: translate(-50%); }
    .top article .top_mv .mv_inner h1 {
      width: 85%;
      max-width: 680px;
      margin: 0 auto; }
    .top article .top_mv .mv_inner .mv_bnr {
      width: 95%;
      max-width: 380px;
      margin: 10px auto 0; }
    .top article .top_mv .mv_inner #vol {
      cursor: pointer;
      position: absolute;
      bottom: 40px;
      right: 0;
      width: 100%;
      max-width: 45px; }
      .top article .top_mv .mv_inner #vol img:first-child {
        display: block; }
      .top article .top_mv .mv_inner #vol img:last-child {
        display: none; }
      .top article .top_mv .mv_inner #vol.volume_on img:first-child {
        display: none; }
      .top article .top_mv .mv_inner #vol.volume_on img:last-child {
        display: block; }
  .top article .top_mv .lang-change {
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    max-width: 40px;
    z-index: 998;
    transform: translateY(-50%); }
    .top article .top_mv .lang-change li a, .top article .top_mv .lang-change li img {
      display: block; }
    .top article .top_mv .lang-change li:last-child {
      position: relative;
      top: -15px; }
    .top article .top_mv .lang-change .lang-active {
      position: relative;
      z-index: -1; }
      .top article .top_mv .lang-change .lang-active a {
        opacity: 1;
        cursor: default; }
    @media screen and (max-width: 767px) {
      .top article .top_mv .lang-change {
        top: 50vw;
        width: 10%;
        max-width: none;
        z-index: 997;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transition: all .3s;
        transition: all .3s; }
        .top article .top_mv .lang-change.lang-change-remove {
          -webkit-transform: translateX(100%);
          transform: translateX(100%); }
        .top article .top_mv .lang-change li:last-child {
          top: -3vw; } }
  .top article .top_mv .mv_youtube_box {
    position: relative;
    width: 100%;
    padding-top: 90vh;
    overflow: hidden;
    background-image: url(../images/mv_sw2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top; }
  .top article .top_mv .mv_sp {
    display: none; }
  @media screen and (max-width: 1390px){
    .top article .top_mv .mv_inner{
      width: 56vw;
      top: 19vw;
    }
    .top article .top_mv .mv_youtube_box{
      padding-top: 57vw;
      background-size: contain;
    }
    .top article .top_mv .mv_inner h1{
      width: 38vw;
    }
    .top article .top_mv .mv_inner .mv_bnr{
      max-width: 28vw;
    }
  }
  @media screen and (max-width: 767px) {
    .top article .top_mv {
      padding: 0 0 20vw;
      background-color: #fff; }
      .top article .top_mv:after {
        content: none; }
      .top article .top_mv .mv_bnr-sp {
        position: absolute;
        width: 60%;
        max-width: none;
        left: 50%;
        bottom: 5%;
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        margin: 0; }
      .top article .top_mv .mv_youtube_box {
        display: none; }
      .top article .top_mv .mv_sp {
        display: block; } }
.top article .top_news {
  background-image: url(../images/news_bg.jpg);
  background-size: cover;
  background-position: center; }
  .top article .top_news .top_news_inner {
    width: 95%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    .top article .top_news .top_news_inner .news_area h3, .top article .top_news .top_news_inner .trailer_area h3 {
      width: 100%;
      margin: auto; }
    .top article .top_news .top_news_inner .news_area .more, .top article .top_news .top_news_inner .trailer_area .more {
      width: 100%;
      max-width: 150px;
      margin: 25px 0 25px auto; }
    .top article .top_news .top_news_inner .news_area {
      width: 59%;
      max-width: 608px; }
      .top article .top_news .top_news_inner .news_area h3 {
        max-width: 513px;
        margin-left: 0; }
      .top article .top_news .top_news_inner .news_area ul {
        display: flex;
        align-items: flex-start;
        justify-content: space-between; }
        .top article .top_news .top_news_inner .news_area ul li {
          width: 50%;
          max-width: 285px;
          margin: 0 15px; }
          .top article .top_news .top_news_inner .news_area ul li:first-child {
            margin-left: 0; }
          .top article .top_news .top_news_inner .news_area ul li:last-child {
            margin-right: 0; }
    .top article .top_news .top_news_inner .trailer_area {
      width: 41%;
      margin-left: 80px; }
      .top article .top_news .top_news_inner .trailer_area h3 {
        max-width: 411px;
        margin-right: 0; }
        .top article .top_news .top_news_inner .trailer_area h3.trailer_title-en {
          max-width: 476px; }
      .top article .top_news .top_news_inner .trailer_area .trailer_inner {
        width: 89%;
        margin: auto; }
  @media screen and (max-width: 767px) {
    .top article .top_news .top_news_inner {
      max-width: none;
      display: block; }
      .top article .top_news .top_news_inner .news_area .more, .top article .top_news .top_news_inner .trailer_area .more {
        width: 40%;
        max-width: none;
        margin: 5% 0 5% auto; }
      .top article .top_news .top_news_inner .news_area {
        width: 100%;
        max-width: none;
        margin-bottom: 15%; }
        .top article .top_news .top_news_inner .news_area h3 {
          width: 80%;
          max-width: none;
          margin: auto; }
        .top article .top_news .top_news_inner .news_area ul li {
          width: 50%;
          max-width: none;
          margin: 0 2.5%; }
      .top article .top_news .top_news_inner .trailer_area {
        width: 100%;
        margin-left: 0; }
        .top article .top_news .top_news_inner .trailer_area h3 {
          width: 65%;
          max-width: none;
          margin: auto; }
          .top article .top_news .top_news_inner .trailer_area h3.trailer_title-en {
            width: 75%; }
        .top article .top_news .top_news_inner .trailer_area .trailer_inner {
          width: 85%;
          margin: auto; } }
.top article .top_about {
  padding: 100px 0;
  background-image: url(../images/plus/plus_about_bg.jpg);
  background-size: cover;
  background-position: center; }
  @media screen and (max-width: 767px) {
    .top article .top_about {
      padding: 4vw 0; } }
.top article .top_about-plus {
  width: calc(85% - 128px);
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.46);
  padding: 64px 64px 48px;
  color: #fff; }
  .top article .top_about-plus .top_about_title {
    max-width: 344px;
    margin: 0 auto 72px; }
  .top article .top_about-plus h4 {
    width: 95%;
    max-width: 680px;
    margin: 0 auto; }
  .top article .top_about-plus p {
    margin-top: 40px;
    line-height: 2; }
  @media screen and (max-width: 767px) {
    .top article .top_about-plus {
      width: calc(95% - 12vw);
      padding: 15vw 6vw 8vw; }
      .top article .top_about-plus .top_about_title {
        width: 64%;
        max-width: none;
        margin: 0 auto 15vw; }
      .top article .top_about-plus h4 {
        width: 90%;
        max-width: none; }
      .top article .top_about-plus .h4_en {
        width: 100%; } }
.top article .top_about-plus_h5 {
  width: calc(85% - 128px);
  margin: 100px auto 0;
  background-color: rgba(0, 0, 80, 0.46);
  padding: 56px 64px 48px;
  color: #fff; }
  .top article .top_about-plus_h5 h5 {
    width: 100%;
    max-width: 730px;
    margin: 0 auto 0; }
  .top article .top_about-plus_h5 .h5_en {
    max-width: none; }
  .top article .top_about-plus_h5 p {
    margin-top: 15px;
    line-height: 2; }
  .top article .top_about-plus_h5 h6 {
    margin-top: 40px;
    color: #ffa408;
    font-size: 18px; }
  .top article .top_about-plus_h5_en p{
    /* margin-top: 40px; */
  }
  @media screen and (max-width: 767px) {
    .top article .top_about-plus_h5 {
      width: calc(95% - 12vw);
      padding: 14vw 6vw 8vw;
      margin: 10vw auto 0; }
    .top article .top_about-plus_h5 h5{
      width: 100%;
      max-width: none;
      margin: 0 auto; }
    .top article .top_about-plus_h5 .h5_en {
      width: 100%; } }
.top article .top_gallery {
  background-image: url(../images/news_bg.jpg);
  background-size: cover;
  background-position: center; }
  .top article .top_gallery .top_gallery_inner h3 {
    max-width: 458px;
    margin: 0 auto 60px; }
  .top article .top_gallery .top_gallery_inner .top_gallery_box {
    width: 90%;
    max-width: 1200px;
    margin: auto; }
    .top article .top_gallery .top_gallery_inner .top_gallery_box .slick-slide {
      margin: 0 10px; }
      .top article .top_gallery .top_gallery_inner .top_gallery_box .slick-slide a img {
        border: 2px solid white; }
  @media screen and (max-width: 767px) {
    .top article .top_gallery .top_gallery_inner h3 {
      max-width: none;
      margin: 0 auto 10%;
      width: 66.5%; }
    .top article .top_gallery .top_gallery_inner .top_gallery_box {
      width: 85%;
      max-width: none; }
      .top article .top_gallery .top_gallery_inner .top_gallery_box .slick-next {
        right: -35px; }
      .top article .top_gallery .top_gallery_inner .top_gallery_box .slick-prev {
        left: -35px; } }
.top article .top_product {
  background-color: #000; }
  .top article .top_product h3 {
    max-width: 539px;
    margin: 0 auto 60px; }
  .top article .top_product .tab_list {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto 40px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .top article .top_product .tab_list li {
      width: 25%;
      max-width: 280px;
      margin: 0 13px;
      position: relative;
      cursor: pointer; }
      .top article .top_product .tab_list li img:last-child {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: all .3s;
        transition: all .3s; }
      .top article .top_product .tab_list li:first-child {
        margin-left: 0; }
      .top article .top_product .tab_list li:last-child {
        margin-right: 0; }
      .top article .top_product .tab_list li.tab_list_active img:last-child {
        opacity: 1; }
      .top article .top_product .tab_list li:hover img:last-child {
        opacity: 1; }
  .top article .top_product .tab_content {
    width: calc(95% - 100px);
    max-width: 1100px;
    margin: 0 auto;
    background-color: #002a72;
    padding: 50px; }
    .top article .top_product .tab_content .tab_item {
      display: none; }
      .top article .top_product .tab_content .tab_item .tab_img {
        max-width: 400px;
        margin-right: 25px; }
        .top article .top_product .tab_content .tab_item .tab_img .i_plus {
          display: block;
          position: relative; }
          .top article .top_product .tab_content .tab_item .tab_img .i_plus:after {
            content: "";
            position: absolute;
            bottom: 5px;
            right: 5px;
            width: 40px;
            height: 40px;
            background-image: url(../images/top/icon_plus.png);
            background-size: contain;
            background-repeat: no-repeat; }
      .top article .top_product .tab_content .tab_item .tab_txt {
        width: 100%;
        margin-left: 25px;
        color: #fff; }
        .top article .top_product .tab_content .tab_item .tab_txt h4 {
          font-size: 30px;
          border-bottom: 2px solid #fff;
          padding-bottom: 10px;
          margin-bottom: 20px; }
        .top article .top_product .tab_content .tab_item .tab_txt p {
          font-size: 18px;
          line-height: 1.5;
          margin-bottom: 15px; }
        .top article .top_product .tab_content .tab_item .tab_txt dl {
          font-size: 18px;
          line-height: 1.5; }
          .top article .top_product .tab_content .tab_item .tab_txt dl dt {
            float: left;
            width: 8em;
            padding-right: 1.5em;
            letter-spacing: 0.5em;
            position: relative; }
            .top article .top_product .tab_content .tab_item .tab_txt dl dt:after {
              content: "：";
              position: absolute;
              top: 50%;
              right: 0;
              -webkit-transform: translate(0%, -50%);
              transform: translate(0%, -50%); }
          .top article .top_product .tab_content .tab_item .tab_txt dl dd {
            padding-left: calc(8em + 27px);
            margin-bottom: 15px; }
            .top article .top_product .tab_content .tab_item .tab_txt dl dd ol:nth-child(2) {
              border-top: 2px solid rgba(255, 255, 255, 0.4);
              padding-top: 15px;
              margin-top: 15px;
              margin-bottom: 25px; }
            .top article .top_product .tab_content .tab_item .tab_txt dl dd sup {
              font-size: 70%; }
            .top article .top_product .tab_content .tab_item .tab_txt dl dd span {
              font-size: 14px; }
            .top article .top_product .tab_content .tab_item .tab_txt dl dd .top_chara_list {
              margin-top: 20px; }
        .top article .top_product .tab_content .tab_item .tab_txt ul {
          margin-top: 30px;
          display: flex;
          align-items: flex-start;
          justify-content: flex-start; }
          .top article .top_product .tab_content .tab_item .tab_txt ul li {
            max-width: 150px;
            margin: 0 8px;
            position: relative;
            text-align: center; }
            .top article .top_product .tab_content .tab_item .tab_txt ul li a {
              color: #fff;
              display: inline-block;
              margin-top: 12px;
              position: relative;
              padding-left: 22px; }
              .top article .top_product .tab_content .tab_item .tab_txt ul li a:before {
                content: "";
                position: absolute;
                top: 50%;
                left: 0;
                width: 100%;
                max-width: 18px;
                height: 10px;
                background-image: url(../images/arrow.png);
                background-size: contain;
                background-repeat: no-repeat;
                transform: translate(0%, -50%) rotate(90deg); }
              .top article .top_product .tab_content .tab_item .tab_txt ul li a:first-child {
                margin-top: 0;
                padding-left: 0; }
                .top article .top_product .tab_content .tab_item .tab_txt ul li a:first-child:before {
                  content: none; }
            .top article .top_product .tab_content .tab_item .tab_txt ul li.no-sell:after {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background: rgba(92, 92, 92, 0.8); }
            .top article .top_product .tab_content .tab_item .tab_txt ul li.no-sell a {
              pointer-events: none; }
            .top article .top_product .tab_content .tab_item .tab_txt ul li:first-child {
              margin-left: 0; }
            .top article .top_product .tab_content .tab_item .tab_txt ul li:last-child {
              margin-right: 0; }
        .top article .top_product .tab_content .tab_item .tab_txt .tab_txt_note {
          font-size: 14px;
          margin: 25px auto 0; }
      .top article .top_product .tab_content .tab_item.tab_item_active {
        display: flex;
        align-items: flex-start;
        justify-content: space-between; }
  .top article .top_product.top_product_en .tab_content .tab_item .tab_txt dl dt {
    width: 9em;
    letter-spacing: 0; }
  .top article .top_product.top_product_en .tab_content .tab_item .tab_txt dl dd {
    padding-left: calc(9em + 27px); }
  .top article .top_product .product_info {
    color: #fff;
    width: 95%;
    max-width: 900px;
    margin: 60px auto 0; }
    .top article .top_product .product_info h4 {
      font-size: 30px;
      font-weight: bold;
      text-align: center;
      margin: 0 auto 20px;
      border-bottom: 2px solid rgba(255, 255, 255, 0.4);
      padding-bottom: 15px; }
    .top article .top_product .product_info table tr:nth-child(2n) {
      background-color: rgba(255, 255, 255, 0.25); }
    .top article .top_product .product_info table tr th, .top article .top_product .product_info table tr td {
      padding: 20px 30px 20px; }
    .top article .top_product .product_info table tr th {
      width: 40%;
      border-right: 2px solid rgba(255, 255, 255, 0.4);
      text-align: right; }
    .top article .top_product .product_info table tr td {
      line-height: 1.6;
      width: 60%; }
      .top article .top_product .product_info table tr td.product_info_en img {
        max-width: 60px; }
        .top article .top_product .product_info table tr td.product_info_en img:last-child {
          max-width: 170px; }
  @media screen and (max-width: 767px) {
    .top article .top_product h3 {
      width: 78%;
      max-width: none;
      margin: 0 auto 10%; }
    .top article .top_product .tab_list {
      max-width: none;
      margin: 0 auto;
      flex-wrap: wrap; }
      .top article .top_product .tab_list li {
        width: 47.5%;
        max-width: none;
        margin: 0 2.5% 5%; }
        .top article .top_product .tab_list li:nth-child(2n) {
          margin-right: 0; }
        .top article .top_product .tab_list li:nth-child(2n+1) {
          margin-left: 0; }
    .top article .top_product .tab_content {
      width: 85%;
      max-width: none;
      padding: 5%; }
      .top article .top_product .tab_content .tab_item .tab_img {
        width: 100%;
        max-width: none;
        margin-right: 0; }
        .top article .top_product .tab_content .tab_item .tab_img .i_plus:after {
          bottom: 2%;
          right: 2%;
          width: 9vw;
          height: 9vw; }
      .top article .top_product .tab_content .tab_item .tab_txt {
        margin-left: 0;
        margin-top: 5%; }
        .top article .top_product .tab_content .tab_item .tab_txt h4 {
          font-size: 5.8vw;
          padding-bottom: 2.5%;
          margin-bottom: 5%; }
        .top article .top_product .tab_content .tab_item .tab_txt dl {
          font-size: 3.8vw; }
          .top article .top_product .tab_content .tab_item .tab_txt dl dt {
            float: unset;
            width: 100%;
            padding-right: 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.5);
            padding-bottom: 1.5%;
            margin-bottom: 1.5%; }
            .top article .top_product .tab_content .tab_item .tab_txt dl dt:after {
              content: none; }
          .top article .top_product .tab_content .tab_item .tab_txt dl dd {
            padding-left: 0;
            margin-bottom: 6%; }
            .top article .top_product .tab_content .tab_item .tab_txt dl dd span {
              font-size: 3.2vw;
              display: inline-block;
              margin-top: 3%; }
            .top article .top_product .tab_content .tab_item .tab_txt dl dd .top_chara_list {
              margin-top: 3%; }
              .top article .top_product .tab_content .tab_item .tab_txt dl dd .top_chara_list li {
                margin: 0 2.5%; }
        .top article .top_product .tab_content .tab_item .tab_txt ul {
          margin-top: 3%;
          flex-wrap: wrap; }
          .top article .top_product .tab_content .tab_item .tab_txt ul li {
            width: 47.5%;
            max-width: none;
            margin: 5% 2.5% 0; }
            .top article .top_product .tab_content .tab_item .tab_txt ul li:nth-child(2n) {
              margin-right: 0; }
            .top article .top_product .tab_content .tab_item .tab_txt ul li:nth-child(2n+1) {
              margin-left: 0; }
        .top article .top_product .tab_content .tab_item .tab_txt .tab_txt_note {
          font-size: 3.2vw;
          margin: 5% auto 0; }
      .top article .top_product .tab_content .tab_item.tab_item_active {
        display: block; }
    .top article .top_product.top_product_en .tab_content .tab_item .tab_txt dl dt {
      width: 100%; }
    .top article .top_product.top_product_en .tab_content .tab_item .tab_txt dl dd {
      padding-left: 0; }
    .top article .top_product .product_info {
      max-width: none;
      margin: 12% auto 0; }
      .top article .top_product .product_info h4 {
        font-size: 5.8vw;
        margin: 0 auto 4%;
        padding-bottom: 4%; }
      .top article .top_product .product_info table tr {
        font-size: 3.8vw; }
        .top article .top_product .product_info table tr th, .top article .top_product .product_info table tr td {
          padding: 5%; }
        .top article .top_product .product_info table tr th {
          width: 35%; }
        .top article .top_product .product_info table tr td {
          width: 65%; }
          .top article .top_product .product_info table tr td.product_info_en img {
            max-width: 13vw; } }

.chara .l_chara_list {
  padding-bottom: 0 !important; }

.chara_prologue {
  margin-top: 80px;
  display: flex;
  align-items: flex-end; }
  .chara_prologue .prologue_txt {
    width: calc(64% - 190px);
    padding: 50px 90px 60px 100px;
    color: #fff;
    background-image: url(../images/characters/prologue_bg.png);
    background-size: cover;
    position: relative;
    z-index: 2; }
    .chara_prologue .prologue_txt div h3 {
      font-size: 38px;
      font-weight: bold;
      margin-bottom: 30px; }
    .chara_prologue .prologue_txt div p {
      font-size: 18px;
      line-height: 1.7; }
  .chara_prologue .prologue_img {
    width: 36%; }
  @media screen and (max-width: 1440px) {
    .chara_prologue .prologue_txt {
      width: calc(64% - 13.4%);
      padding: 3.6% 6.4% 4.2% 7%;
      background-size: 100% 100%; }
      .chara_prologue .prologue_txt div h3 {
        font-size: 2.64vw; }
      .chara_prologue .prologue_txt div p {
        font-size: 1.24vw; } }
  @media screen and (max-width: 767px) {
    .chara_prologue {
      margin-top: 15vw;
      display: block; }
      .chara_prologue .prologue_txt {
        width: 80%;
        padding: 10%;
        background-image: url(../images/characters/prologue_bg_sp.png);
        background-size: cover; }
        .chara_prologue .prologue_txt div h3 {
          font-size: 6vw;
          margin-bottom: 5%; }
        .chara_prologue .prologue_txt div p {
          font-size: 3vw; }
      .chara_prologue .prologue_img {
        width: 100%; } }

.news {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto; }
  .news h1 {
    width: 100%;
    max-width: 203px; }
    .news h1.title_en {
      max-width: 151px; }
  .news .news_list li {
    margin-bottom: 50px; }
    .news .news_list li:last-child {
      margin-bottom: 0; }
    .news .news_list li a {
      display: flex;
      position: relative;
      background-image: url(../images/news/news_list_bg_middle.png);
      background-size: 100% calc(100% - 68px);
      background-position: center center;
      background-repeat: no-repeat;
      padding: 2px;
      z-index: 2; }
      @media screen and (max-width: 1280px) {
        .news .news_list li a {
          background-size: 100% calc(100% - 5.2vw); } }
      .news .news_list li a:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 35px;
        background-image: url(../images/news/news_list_bg_top.png);
        background-size: contain;
        background-repeat: no-repeat;
        z-index: -1; }
        @media screen and (max-width: 1280px) {
          .news .news_list li a:before {
            height: 2.7vw; } }
      .news .news_list li a:after {
        content: "";
        position: absolute;
        bottom: 1px;
        left: 0;
        width: 100%;
        height: 34px;
        background-image: url(../images/news/news_list_bg_bottom.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center bottom;
        z-index: -1; }
        @media screen and (max-width: 1280px) {
          .news .news_list li a:after {
            height: 2.8vw; } }
      .news .news_list li a .news_thum {
        width: 39%;
        max-width: 458px;
        position: relative;
        clip-path: polygon(7% 0%, 100% 0, 100% 100%, 0 100%, 0% 33px);
        background-color: #304974;
        display: flex;
        align-items: center;
        justify-content: center; }
        @media screen and (max-width: 1280px) {
          .news .news_list li a .news_thum {
            clip-path: polygon(2.5vw 0%, 100% 0, 100% 100%, 0 100%, 0% 2.5vw); } }
      .news .news_list li a div {
        width: calc(61% - 100px);
        color: #fff;
        padding: 30px 70px 30px 30px;
        position: relative; }
        .news .news_list li a div:after {
          content: "";
          position: absolute;
          top: 50%;
          right: 25px;
          width: 30px;
          height: 16px;
          background-image: url(../images/arrow.png);
          background-size: contain;
          -webkit-transform: translate(0%, -50%) rotate(90deg);
          transform: translate(0%, -50%) rotate(90deg); }
        .news .news_list li a div .news_data {
          font-size: 16px;
          margin-bottom: 20px; }
        .news .news_list li a div .news_txt {
          font-size: 18px;
          font-weight: bold;
          line-height: 1.6; }
  @media screen and (max-width: 767px) {
    .news {
      max-width: none; }
      .news h1 {
        width: 31.8%;
        max-width: none; }
        .news h1.title_en {
          width: 23.9%; }
      .news .news_list li {
        width: 80%;
        margin: 0 auto 10%; }
        .news .news_list li a {
          display: block;
          padding: 1px;
          background-size: 100% calc(100% - 4.2vw); }
          .news .news_list li a:before {
            height: 2.2vw; }
          .news .news_list li a:after {
            height: 2.4vw; }
          .news .news_list li a .news_thum {
            width: 100%;
            max-width: none;
            clip-path: polygon(1.8vw 0%, 100% 0, 100% 100%, 0 100%, 0% 1.8vw); }
          .news .news_list li a div {
            width: 90%;
            padding: 5%; }
            .news .news_list li a div:after {
              content: none; }
            .news .news_list li a div .news_data {
              font-size: 3vw;
              margin-bottom: 5%;
              position: relative; }
              .news .news_list li a div .news_data:after {
                content: "";
                position: absolute;
                top: 50%;
                right: 0;
                width: 5vw;
                height: 2.6vw;
                background-image: url(../images/arrow.png);
                background-size: contain;
                -webkit-transform: translate(0%, -50%) rotate(90deg);
                transform: translate(0%, -50%) rotate(90deg); }
            .news .news_list li a div .news_txt {
              font-size: 3.5vw; } }

.how-to-play .content_w1000 {
  width: 95%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 767px) {
    .how-to-play .content_w1000 {
      max-width: none; } }
.how-to-play .point_content {
  background-color: #28255e;
  padding: 60px 0;
  margin: 80px auto; }
  .how-to-play .point_content h4 {
    margin-bottom: 50px; }
  .how-to-play .point_content p {
    font-size: 20px;
    font-weight: bold;
    color: #ffa408;
    line-height: 1.8; }
  @media screen and (max-width: 767px) {
    .how-to-play .point_content {
      padding: 10% 0;
      margin: 10% auto 15%; }
      .how-to-play .point_content h4 {
        margin-bottom: 7%; }
      .how-to-play .point_content p {
        font-size: 4.2vw; } }
.how-to-play h2 {
  margin-bottom: 60px; }
  @media screen and (max-width: 767px) {
    .how-to-play h2 {
      margin-bottom: 7%; } }
.how-to-play h3 {
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .how-to-play h3 {
      margin-bottom: 4%; } }
.how-to-play section {
  margin-bottom: 120px; }
  @media screen and (max-width: 767px) {
    .how-to-play section {
      margin-bottom: 15vw; } }
.how-to-play .battle h1 {
  width: 100%;
  max-width: 372px; }
  .how-to-play .battle h1.title_en {
    max-width: 433px; }
.how-to-play .battle .b_sys {
  margin-bottom: 120px; }
.how-to-play .battle .b_com div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }
  .how-to-play .battle .b_com div ul {
    width: 50%;
    margin: 0 10px; }
    .how-to-play .battle .b_com div ul:first-child {
      margin-left: 0; }
    .how-to-play .battle .b_com div ul:last-child {
      margin-right: 0; }
    .how-to-play .battle .b_com div ul li {
      margin-bottom: 40px; }
      .how-to-play .battle .b_com div ul li:last-child {
        margin-bottom: 0; }
@media screen and (max-width: 767px) {
  .how-to-play .battle h1 {
    width: 54.5%;
    max-width: none; }
    .how-to-play .battle h1.title_en {
      width: 69.2%; }
  .how-to-play .battle .b_sys {
    margin-bottom: 15vw; }
  .how-to-play .battle .b_com div {
    display: block; }
    .how-to-play .battle .b_com div ul {
      width: 100%;
      margin: 0; }
      .how-to-play .battle .b_com div ul li {
        margin-bottom: 7%; }
      .how-to-play .battle .b_com div ul:last-child {
        margin-top: 7%; } }
.how-to-play .game .g_sys_mv {
  width: 100%;
  max-width: 720px;
  margin: 0 auto 60px; }
.how-to-play .game ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }
  .how-to-play .game ul li {
    width: 33.333%;
    border-right: 2px solid rgba(255, 255, 255, 0.15);
    padding: 10px 20px 10px 0;
    margin-right: 20px; }
    .how-to-play .game ul li:nth-child(3n) {
      border-right: none;
      padding-right: 0;
      margin-right: 0; }
    .how-to-play .game ul li h3 {
      margin: 25px auto 15px; }
    .how-to-play .game ul li p {
      color: #fff;
      font-size: 16px;
      line-height: 1.8; }
      .how-to-play .game ul li p img {
        display: block; }
      .how-to-play .game ul li p.g_sys_list_img {
        margin-top: 30px; }
@media screen and (max-width: 767px) {
  .how-to-play .game .g_sys_mv {
    max-width: none;
    margin: 0 auto 12%; }
  .how-to-play .game ul {
    display: block; }
    .how-to-play .game ul li {
      width: 95%;
      border-right: none;
      border-bottom: 2px solid rgba(255, 255, 255, 0.15);
      padding: 0 2.5% 7% 2.5%;
      margin-right: 0;
      margin-bottom: 7%; }
      .how-to-play .game ul li:nth-child(3n) {
        border-bottom: none;
        padding-right: 2.5%;
        margin-bottom: 0; }
      .how-to-play .game ul li h3 {
        width: 80%;
        margin: 6% auto 5% 0; }
      .how-to-play .game ul li p {
        font-size: 3.5vw; }
        .how-to-play .game ul li p.g_sys_list_img {
          margin-top: 7%; } }
.how-to-play .rush .r_com_img {
  display: flex;
  align-items: center;
  justify-content: center; }
  .how-to-play .rush .r_com_img p a, .how-to-play .rush .r_com_img p img {
    display: block; }
  .how-to-play .rush .r_com_img p a {
    pointer-events: none; }
.how-to-play .rush .r_com_txt {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .how-to-play .rush .r_com_txt p {
    margin: 0 15px;
    color: #fff;
    font-size: 17px;
    line-height: 1.8; }
    .how-to-play .rush .r_com_txt p:first-child {
      margin-left: 0;
      width: 37%;
      max-width: 236px; }
    .how-to-play .rush .r_com_txt p:last-child {
      margin-right: 0; }
@media screen and (max-width: 767px) {
  .how-to-play .rush .r_com_img p {
    position: relative; }
    .how-to-play .rush .r_com_img p:after {
      content: "";
      position: absolute;
      bottom: 0.5vw;
      right: 0.5vw;
      width: 7vw;
      height: 7vw;
      background-image: url(../images/top/icon_plus.png);
      background-size: contain;
      background-repeat: no-repeat; }
    .how-to-play .rush .r_com_img p a {
      pointer-events: unset; }
  .how-to-play .rush .r_com_txt {
    margin-top: 7%;
    display: block; }
    .how-to-play .rush .r_com_txt p {
      margin: 0;
      font-size: 3.5vw; }
      .how-to-play .rush .r_com_txt p:first-child {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 4%;
        width: 45%;
        max-width: none; } }
.how-to-play .ex_battle {
  margin-bottom: 80px; }
  @media screen and (max-width: 767px) {
    .how-to-play .ex_battle {
      margin-bottom: 15%; } }
.how-to-play .ex_tab {
  margin: -40px auto 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10; }
  .how-to-play .ex_tab li {
    width: 50%;
    max-width: 230px;
    margin: 0 20px; }
    .how-to-play .ex_tab li:first-child {
      margin-left: 0; }
    .how-to-play .ex_tab li:last-child {
      margin-right: 0; }
  @media screen and (max-width: 767px) {
    .how-to-play .ex_tab {
      margin: -9vw auto 10vw; }
      .how-to-play .ex_tab li {
        width: 40%;
        max-width: none;
        margin: 0 2.5%; } }
.how-to-play .ex_box {
  width: 95%;
  max-width: 1200px;
  display: flex;
  margin: auto; }
  .how-to-play .ex_box .ex_nav_box {
    width: 15%;
    max-width: 180px;
    border-right: 2px solid rgba(255, 255, 255, 0.46);
    padding-right: 14px;
    padding-top: 10px;
    position: relative; }
    .how-to-play .ex_box .ex_nav_box .ex_nav_inner {
      max-width: 180px; }
      .how-to-play .ex_box .ex_nav_box .ex_nav_inner .ex_nav_content::-webkit-scrollbar {
        width: 8px; }
      .how-to-play .ex_box .ex_nav_box .ex_nav_inner .ex_nav_content::-webkit-scrollbar-track {
        background-color: rgba(237, 237, 237, 0.46);
        border-radius: 20px; }
      .how-to-play .ex_box .ex_nav_box .ex_nav_inner .ex_nav_content::-webkit-scrollbar-thumb {
        background-color: #359bc3;
        border-radius: 20px; }
      .how-to-play .ex_box .ex_nav_box .ex_nav_inner .ex_nav li {
        margin-bottom: 10px; }
        .how-to-play .ex_box .ex_nav_box .ex_nav_inner .ex_nav li:last-child {
          margin-bottom: 0; }
        .how-to-play .ex_box .ex_nav_box .ex_nav_inner .ex_nav li a, .how-to-play .ex_box .ex_nav_box .ex_nav_inner .ex_nav li img {
          display: block; }
        .how-to-play .ex_box .ex_nav_box .ex_nav_inner .ex_nav li.bnr {
          border-top: 2px solid rgba(255, 255, 255, 0.46);
          padding-top: 10px;
          margin-top: 10px; }
  .how-to-play .ex_box .ex_content {
    width: 84%;
    max-width: 1004px;
    padding-top: 10px; }
    .how-to-play .ex_box .ex_content section:last-child {
      margin-bottom: 0; }
      .how-to-play .ex_box .ex_content section:last-child .point_content {
        margin-bottom: 0; }
    .how-to-play .ex_box .ex_content .ex_content_inner {
      margin-left: 14px; }
      .how-to-play .ex_box .ex_content .ex_content_inner h2 img {
        width: 100%; }
      .how-to-play .ex_box .ex_content .ex_content_inner .ex_thum {
        display: flex;
        justify-content: center;
        margin-bottom: 50px; }
        .how-to-play .ex_box .ex_content .ex_content_inner .ex_thum p a, .how-to-play .ex_box .ex_content .ex_content_inner .ex_thum p img {
          display: block; }
        .how-to-play .ex_box .ex_content .ex_content_inner .ex_thum p a {
          pointer-events: none; }
      .how-to-play .ex_box .ex_content .ex_content_inner .ex_note {
        font-size: 18px;
        color: #fff;
        line-height: 2;
        margin-bottom: 20px; }
      .how-to-play .ex_box .ex_content .ex_content_inner .ex_cmd_title {
        max-width: 320px; }
      .how-to-play .ex_box .ex_content .ex_content_inner .ex_cmd_box {
        margin-bottom: 40px; }
        .how-to-play .ex_box .ex_content .ex_content_inner .ex_cmd_box .ex_cmd_img {
          width: 116%;
          max-width: 490px;
          margin-right: 20px;
          margin-bottom: 15px; }
        .how-to-play .ex_box .ex_content .ex_content_inner .ex_cmd_box .ex_cmd_txt {
          width: 100%;
          font-size: 18px;
          color: #fff;
          line-height: 2;
          margin-left: 14px; }
      .how-to-play .ex_box .ex_content .ex_content_inner ul {
        display: flex;
        align-items: flex-start;
        justify-content: space-between; }
        .how-to-play .ex_box .ex_content .ex_content_inner ul li {
          width: 33.333%;
          border-right: 2px solid rgba(255, 255, 255, 0.15);
          padding: 10px 10px 10px 0;
          margin-right: 10px; }
          .how-to-play .ex_box .ex_content .ex_content_inner ul li:last-child {
            border-right: none;
            padding: 10px 0 10px 0;
            margin-right: 0; }
          .how-to-play .ex_box .ex_content .ex_content_inner ul li p {
            font-size: 18px;
            color: #fff;
            line-height: 2;
            margin-bottom: 20px; }
            .how-to-play .ex_box .ex_content .ex_content_inner ul li p:last-child {
              margin-bottom: 0; }
    .how-to-play .ex_box .ex_content .point_content {
      padding-left: 14px; }
      .how-to-play .ex_box .ex_content .point_content .ex_point {
        width: 100%;
        max-width: 890px;
        margin: 0 0 0 auto; }
  @media screen and (max-width: 767px) {
    .how-to-play .ex_box {
      max-width: none;
      display: block; }
      .how-to-play .ex_box .ex_nav_box {
        width: 100%;
        max-width: none;
        border-right: none;
        padding-right: 0;
        padding-top: 0; }
        .how-to-play .ex_box .ex_nav_box .ex_nav_inner {
          max-width: none; }
          .how-to-play .ex_box .ex_nav_box .ex_nav_inner .ex_nav_content {
            display: flex;
            align-items: center;
            height: 100vh;
            position: fixed;
            top: 0;
            left: 0; }
            .how-to-play .ex_box .ex_nav_box .ex_nav_inner .ex_nav_content .ex_nav {
              display: none;
              flex-wrap: wrap;
              justify-content: space-between;
              align-items: flex-start;
              width: 95%;
              margin: auto;
              position: relative;
              z-index: 999; }
              .how-to-play .ex_box .ex_nav_box .ex_nav_inner .ex_nav_content .ex_nav li {
                width: 48%;
                margin-bottom: 5%; }
                .how-to-play .ex_box .ex_nav_box .ex_nav_inner .ex_nav_content .ex_nav li:nth-child(11), .how-to-play .ex_box .ex_nav_box .ex_nav_inner .ex_nav_content .ex_nav li:nth-child(12) {
                  margin-bottom: 0; }
                .how-to-play .ex_box .ex_nav_box .ex_nav_inner .ex_nav_content .ex_nav li.bnr {
                  width: 100%;
                  padding-top: 5%;
                  margin-top: 5%;
                  margin-bottom: 0; }
                  .how-to-play .ex_box .ex_nav_box .ex_nav_inner .ex_nav_content .ex_nav li.bnr a {
                    width: 48%;
                    margin: auto; }
            .how-to-play .ex_box .ex_nav_box .ex_nav_inner .ex_nav_content .ex_bg {
              position: fixed;
              z-index: 3;
              width: 13vw;
              height: 13vw;
              border-radius: 50%;
              background: #28255e;
              transform: scale(0);
              left: 2%;
              bottom: 2%;
              -webkit-transition: all .4s;
              transition: all .4s; }
              .how-to-play .ex_box .ex_nav_box .ex_nav_inner .ex_nav_content .ex_bg.ex_bg_active {
                transform: scale(40); }
      .how-to-play .ex_box .ex_content {
        width: 100%;
        padding-top: 0;
        max-width: none; }
        .how-to-play .ex_box .ex_content .ex_content_inner {
          margin-left: 0; }
          .how-to-play .ex_box .ex_content .ex_content_inner h2 {
            width: 124%; }
          .how-to-play .ex_box .ex_content .ex_content_inner .ex_thum {
            margin-bottom: 7%; }
            .how-to-play .ex_box .ex_content .ex_content_inner .ex_thum p {
              position: relative; }
              .how-to-play .ex_box .ex_content .ex_content_inner .ex_thum p:after {
                content: "";
                position: absolute;
                bottom: 0.5vw;
                right: 0.5vw;
                width: 7vw;
                height: 7vw;
                background-image: url(../images/top/icon_plus.png);
                background-size: contain;
                background-repeat: no-repeat; }
              .how-to-play .ex_box .ex_content .ex_content_inner .ex_thum p a {
                pointer-events: unset; }
          .how-to-play .ex_box .ex_content .ex_content_inner .ex_note {
            font-size: 3.5vw;
            line-height: 1.8;
            margin-bottom: 7%; }
          .how-to-play .ex_box .ex_content .ex_content_inner .ex_cmd_title {
            width: 70%;
            max-width: none; }
          .how-to-play .ex_box .ex_content .ex_content_inner .ex_cmd_box {
            display: block;
            margin-bottom: 7%; }
            .how-to-play .ex_box .ex_content .ex_content_inner .ex_cmd_box .ex_cmd_img {
              width: 80%;
              max-width: none;
              margin-right: 0;
              margin-bottom: 3%; }
            .how-to-play .ex_box .ex_content .ex_content_inner .ex_cmd_box .ex_cmd_txt {
              font-size: 3.5vw;
              line-height: 1.8;
              margin-left: 0; }
          .how-to-play .ex_box .ex_content .ex_content_inner ul {
            display: block; }
            .how-to-play .ex_box .ex_content .ex_content_inner ul li {
              width: 100%;
              border-right: none;
              border-bottom: 2px solid rgba(255, 255, 255, 0.15);
              padding: 0 0 5%;
              margin-bottom: 7%;
              margin-right: 0; }
              .how-to-play .ex_box .ex_content .ex_content_inner ul li:last-child {
                border-bottom: none;
                padding: 0;
                margin-bottom: 0;
                margin-right: 0; }
              .how-to-play .ex_box .ex_content .ex_content_inner ul li h3 {
                width: 85%; }
              .how-to-play .ex_box .ex_content .ex_content_inner ul li p {
                font-size: 3.5vw;
                line-height: 1.8;
                margin-bottom: 7%; }
                .how-to-play .ex_box .ex_content .ex_content_inner ul li p img {
                  display: block; }
        .how-to-play .ex_box .ex_content .point_content {
          padding-left: 2.5%;
          margin-left: -2.5%; }
          .how-to-play .ex_box .ex_content .point_content .ex_point {
            max-width: none;
            margin: 0 auto; } }
.how-to-play .ex_btn {
  max-width: 250px;
  margin: 80px auto 0; }
  .how-to-play .ex_btn a, .how-to-play .ex_btn img {
    display: block; }
  @media screen and (max-width: 767px) {
    .how-to-play .ex_btn {
      width: 50%;
      max-width: none;
      margin: 15% auto 0; } }

.ex_nav_active_hidden .how-to-play .ex_box .ex_content .ex_content_inner .ex_thum p, .ex_nav_active_hidden .how-to-play .ex_tab {
  z-index: -1; }

.rush_en {
  padding-bottom: 0 !important; }
  .rush_en .how-to-play .rush {
    margin-bottom: 0; }
    .rush_en .how-to-play .rush .point_content {
      margin-bottom: 0;
      padding-bottom: 100px; }
      @media screen and (max-width: 767px) {
        .rush_en .how-to-play .rush .point_content {
          padding-bottom: 25%; } }

html {
  font-size: 100%;
  font-family: "NotoSansCJKjp", ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  color: #000; }

body {
  position: relative;
  overflow-anchor: none; }

@media screen and (max-width: 767px) {
  html, body {
    overflow-x: hidden; } }

img {
  width: 100%;
  height: auto; }

a {
  text-decoration: none;
  color: #000;
  opacity: 1;
  -webkit-transition: all .3s;
  transition: all .3s; }
  a:visited {
    color: #000; }
  a:hover {
    opacity: 0.7; }

* {
  outline: none !important; }

@media screen and (max-width: 767px) {
  .nav_active_hidden, .ex_nav_active_hidden {
    overflow: hidden; } }
/* ==========================================================================
   mar/pad
   ========================================================================== */
.mt--0 {
  margin-top: 0px !important; }

.mt--5 {
  margin-top: 5px !important; }

.mt--10 {
  margin-top: 10px !important; }

.mt--20 {
  margin-top: 20px !important; }

.mt--30 {
  margin-top: 30px !important; }

.mt--40 {
  margin-top: 40px !important; }

.mt--50 {
  margin-top: 50px !important; }

.mt--60 {
  margin-top: 60px !important; }

.mt--70 {
  margin-top: 70px !important; }

.mt--80 {
  margin-top: 80px !important; }

.mt--90 {
  margin-top: 90px !important; }

.mt--100 {
  margin-top: 100px !important; }

.mb--0 {
  margin-bottom: 0px !important; }

.mb--5 {
  margin-bottom: 5px !important; }

.mb--10 {
  margin-bottom: 10px !important; }

.mb--20 {
  margin-bottom: 20px !important; }

.mb--30 {
  margin-bottom: 30px !important; }

.mb--40 {
  margin-bottom: 40px !important; }

.mb--50 {
  margin-bottom: 50px !important; }

.mb--60 {
  margin-bottom: 60px !important; }

.mb--70 {
  margin-bottom: 70px !important; }

.mb--80 {
  margin-bottom: 80px !important; }

.mb--90 {
  margin-bottom: 90px !important; }

.mb--100 {
  margin-bottom: 100px !important; }

.mr--0 {
  margin-right: 0px !important; }

.mr--5 {
  margin-right: 5px !important; }

.mr--10 {
  margin-right: 10px !important; }

.mr--20 {
  margin-right: 20px !important; }

.mr--30 {
  margin-right: 30px !important; }

.mr--40 {
  margin-right: 40px !important; }

.mr--50 {
  margin-right: 50px !important; }

.mr--60 {
  margin-right: 60px !important; }

.mr--70 {
  margin-right: 70px !important; }

.mr--80 {
  margin-right: 80px !important; }

.mr--90 {
  margin-right: 90px !important; }

.mr--100 {
  margin-right: 100px !important; }

.ml--0 {
  margin-left: 0px !important; }

.ml--5 {
  margin-left: 5px !important; }

.ml--10 {
  margin-left: 10px !important; }

.ml--20 {
  margin-left: 20px !important; }

.ml--30 {
  margin-left: 30px !important; }

.ml--40 {
  margin-left: 40px !important; }

.ml--50 {
  margin-left: 50px !important; }

.ml--60 {
  margin-left: 60px !important; }

.ml--70 {
  margin-left: 70px !important; }

.ml--80 {
  margin-left: 80px !important; }

.ml--90 {
  margin-left: 90px !important; }

.ml--100 {
  margin-left: 100px !important; }

.pt--0 {
  padding-top: 0px !important; }

.pt--5 {
  padding-top: 5px !important; }

.pt--10 {
  padding-top: 10px !important; }

.pt--15 {
  padding-top: 15px !important; }

.pt--20 {
  padding-top: 20px !important; }

.pt--30 {
  padding-top: 30px !important; }

.pt--40 {
  padding-top: 40px !important; }

.pt--50 {
  padding-top: 50px !important; }

.pt--60 {
  padding-top: 60px !important; }

.pt--70 {
  padding-top: 70px !important; }

.pt--80 {
  padding-top: 80px !important; }

.pt--90 {
  padding-top: 90px !important; }

.pt--100 {
  padding-top: 100px !important; }

.pb--0 {
  padding-bottom: 0px !important; }

.pb--5 {
  padding-bottom: 5px !important; }

.pb--10 {
  padding-bottom: 10px !important; }

.pb--20 {
  padding-bottom: 20px !important; }

.pb--30 {
  padding-bottom: 30px !important; }

.pb--40 {
  padding-bottom: 40px !important; }

.pb--50 {
  padding-bottom: 50px !important; }

.pb--60 {
  padding-bottom: 60px !important; }

.pb--70 {
  padding-bottom: 70px !important; }

.pb--80 {
  padding-bottom: 80px !important; }

.pb--90 {
  padding-bottom: 90px !important; }

.pb--100 {
  padding-bottom: 100px !important; }

.pr--0 {
  padding-right: 0px !important; }

.pr--5 {
  padding-right: 5px !important; }

.pr--10 {
  padding-right: 10px !important; }

.pr--20 {
  padding-right: 20px !important; }

.pr--30 {
  padding-right: 30px !important; }

.pr--40 {
  padding-right: 40px !important; }

.pr--50 {
  padding-right: 50px !important; }

.pr--60 {
  padding-right: 60px !important; }

.pr--70 {
  padding-right: 70px !important; }

.pr--80 {
  padding-right: 80px !important; }

.pr--90 {
  padding-right: 90px !important; }

.pr--100 {
  padding-right: 100px !important; }

.pl--0 {
  padding-left: 0px !important; }

.pl--5 {
  padding-left: 5px !important; }

.pl--10 {
  padding-left: 10px !important; }

.pl--20 {
  padding-left: 20px !important; }

.pl--30 {
  padding-left: 30px !important; }

.pl--40 {
  padding-left: 40px !important; }

.pl--50 {
  padding-left: 50px !important; }

.pl--60 {
  padding-left: 60px !important; }

.pl--70 {
  padding-left: 70px !important; }

.pl--80 {
  padding-left: 80px !important; }

.pl--90 {
  padding-left: 90px !important; }

.pl--100 {
  padding-left: 100px !important; }

/* ==========================================================================
   全ページ共通
   ========================================================================== */
.sp-only {
  display: none !important; }

.sp-only__inline {
  display: none !important; }

.sp-only__flex {
  display: none !important; }

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

  .sp-only {
    display: block !important; }

  .sp-only__inline {
    display: inline-block !important; }

  .sp-only__flex {
    display: flex !important; } }
.mfp-iframe-scaler iframe {
  border: 2px solid #fff; }

.mfp-figure .mfp-close {
  top: -40px; }
.mfp-figure figure img {
  border: 2px solid #fff;
  padding: 0;
  max-height: 90vh !important; }

.news_frame {
  position: relative;
  padding: 2px;
  background-image: url(../images/news_frame_middle.png);
  background-size: 100% calc(100% - 100px);
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 2; }
  .news_frame:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-image: url(../images/news_frame_top.png);
    background-size: contain;
    background-repeat: no-repeat; }
  .news_frame:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-image: url(../images/news_frame_bottom.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    z-index: -1; }
  .news_frame a {
    color: #fff;
    background: -webkit-linear-gradient(45deg, transparent 0px, #000 0px), -webkit-linear-gradient(135deg, transparent 25px, #000 25px), -webkit-linear-gradient(225deg, transparent 0px, #000 0px), -webkit-linear-gradient(315deg, transparent 25px, #000 25px);
    background: -moz-linear-gradient(45deg, transparent 0px, #000 0px), -moz-linear-gradient(135deg, transparent 25px, #000 25px), -moz-linear-gradient(225deg, transparent 0px, #000 0px), -moz-linear-gradient(315deg, transparent 25px, #000 25px);
    background: -o-linear-gradient(45deg, transparent 0px, #000 0px), -o-linear-gradient(135deg, transparent 25px, #000 25px), -o-linear-gradient(225deg, transparent 0px, #000 0px), -o-linear-gradient(315deg, transparent 25px, #000 25px);
    background: -ms-linear-gradient(45deg, transparent 0px, #000 0px), -ms-linear-gradient(135deg, transparent 25px, #000 25px), -ms-linear-gradient(225deg, transparent 0px, #000 0px), -ms-linear-gradient(315deg, transparent 25px, #000 25px);
    background-position: bottom left, bottom right, top right, top left;
    background-size: 51% 51%;
    background-repeat: no-repeat;
    display: block; }
    .news_frame a .news_img {
      position: relative;
      clip-path: polygon(12% 0%, 100% 0, 100% 100%, 0 100%, 0% 27%); }
    .news_frame a div {
      padding: 20px 15px; }
      .news_frame a div .news_data {
        font-size: 14px;
        margin-bottom: 15px;
        position: relative; }
        .news_frame a div .news_data:after {
          content: "";
          position: absolute;
          top: 50%;
          right: 0;
          -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
          width: 100%;
          max-width: 18px;
          height: 10px;
          background-image: url(../images/arrow.png);
          background-size: contain;
          background-repeat: no-repeat;
          transform: rotate(90deg); }
      .news_frame a div .news_txt {
        font-size: 16px;
        line-height: 1.5;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3; }
  @media screen and (max-width: 1160px) {
    .news_frame {
      background-size: 100% 80%; }
      .news_frame a {
        background: -webkit-linear-gradient(45deg, transparent 0px, #000 0px), -webkit-linear-gradient(135deg, transparent 2vw, #000 2vw), -webkit-linear-gradient(225deg, transparent 0px, #000 0px), -webkit-linear-gradient(315deg, transparent 2vw, #000 2vw);
        background: -moz-linear-gradient(45deg, transparent 0px, #000 0px), -moz-linear-gradient(135deg, transparent 2vw, #000 2vw), -moz-linear-gradient(225deg, transparent 0px, #000 0px), -moz-linear-gradient(315deg, transparent 2vw, #000 2vw);
        background: -o-linear-gradient(45deg, transparent 0px, #000 0px), -o-linear-gradient(135deg, transparent 2vw, #000 2vw), -o-linear-gradient(225deg, transparent 0px, #000 0px), -o-linear-gradient(315deg, transparent 2vw, #000 2vw);
        background: -ms-linear-gradient(45deg, transparent 0px, #000 0px), -ms-linear-gradient(135deg, transparent 2vw, #000 2vw), -ms-linear-gradient(225deg, transparent 0px, #000 0px), -ms-linear-gradient(315deg, transparent 2vw, #000 2vw);
        background-position: bottom left, bottom right, top right, top left;
        background-size: 51% 51%;
        background-repeat: no-repeat; } }
  @media screen and (max-width: 767px) {
    .news_frame {
      background-size: 100.5% calc(100% - 15vw); }
      .news_frame:before {
        width: 100.2%;
        height: 8vw; }
      .news_frame:after {
        width: 100.2%;
        height: 8vw; }
      .news_frame a {
        background: -webkit-linear-gradient(45deg, transparent 0px, #000 0px), -webkit-linear-gradient(135deg, transparent 3.3vw, #000 3.3vw), -webkit-linear-gradient(225deg, transparent 0px, #000 0px), -webkit-linear-gradient(315deg, transparent 3.3vw, #000 3.3vw);
        background: -moz-linear-gradient(45deg, transparent 0px, #000 0px), -moz-linear-gradient(135deg, transparent 3.3vw, #000 3.3vw), -moz-linear-gradient(225deg, transparent 0px, #000 0px), -moz-linear-gradient(315deg, transparent 3.3vw, #000 3.3vw);
        background: -o-linear-gradient(45deg, transparent 0px, #000 0px), -o-linear-gradient(135deg, transparent 3.3vw, #000 3.3vw), -o-linear-gradient(225deg, transparent 0px, #000 0px), -o-linear-gradient(315deg, transparent 3.3vw, #000 3.3vw);
        background: -ms-linear-gradient(45deg, transparent 0px, #000 0px), -ms-linear-gradient(135deg, transparent 3.3vw, #000 3.3vw), -ms-linear-gradient(225deg, transparent 0px, #000 0px), -ms-linear-gradient(315deg, transparent 3.3vw, #000 3.3vw);
        background-position: bottom left, bottom right, top right, top left;
        background-size: 51% 51%;
        background-repeat: no-repeat; }
        .news_frame a .news_img {
          clip-path: polygon(4.8vw 0%, 100% 0, 100% 100%, 0 100%, 0% 4.8vw); }
        .news_frame a div {
          padding: 5%; }
          .news_frame a div .news_data {
            font-size: 3vw;
            margin-bottom: 5%; }
            .news_frame a div .news_data:after {
              width: 10%;
              max-width: none;
              height: 2vw; }
          .news_frame a div .news_txt {
            font-size: 3.5vw;
            -webkit-line-clamp: 4; } }

.under {
  padding: 120px 0;
  position: relative; }
  .under:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    max-width: 831px;
    height: 570px;
    background-image: url(../images/under_bg.png);
    background-size: contain;
    background-repeat: no-repeat; }
    @media screen and (max-width: 1400px) {
      .under:after {
        max-width: none;
        height: 40.7vw; } }
  .under article {
    position: relative;
    z-index: 2; }
    .under article h1 {
      margin: 0 auto 80px; }
  @media screen and (max-width: 767px) {
    .under {
      padding: 30vw 0; }
      .under:after {
        width: 85%;
        height: 58vw; }
      .under article h1 {
        margin: 0 auto 15vw; } }

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  background-image: url(../images/arrow.png);
  background-size: contain; }

.slick-prev {
  background-image: url(../images/arrow.png);
  background-size: contain;
  width: 42px;
  height: 22px;
  transform: translate(0, -50%) rotate(270deg);
  left: -45px; }
  .slick-prev:before {
    content: none; }

.slick-next {
  background-image: url(../images/arrow.png);
  background-size: contain;
  width: 42px;
  height: 22px;
  transform: translate(0, -50%) rotate(90deg);
  right: -45px; }
  .slick-next:before {
    content: none; }

.slick-dots li {
  width: 9px;
  height: 9px;
  margin: 0 10px;
  transform: rotate(45deg);
  box-shadow: 2px 2px 1px #000; }
  .slick-dots li button {
    background-color: #fff;
    width: 9px;
    height: 9px;
    padding: 0; }
    .slick-dots li button:before {
      content: none; }
  .slick-dots li.slick-active button {
    background-color: #ffa408; }

.mfp-image-holder .mfp-content {
  max-width: 90%; }

.mfp-counter {
  display: none; }

.mfp-arrow {
  background: url(../images/arrow.png) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  opacity: 1;
  width: 60px;
  height: 32px;
  margin-top: 0; }
  @media screen and (max-width: 767px) {
    .mfp-arrow {
      width: 6vw;
      height: 3.1vw; } }
  .mfp-arrow.mfp-arrow-left {
    transform: translate(0, -50%) rotate(270deg); }
    @media (max-width: 900px) {
      .mfp-arrow.mfp-arrow-left {
        -webkit-transform-origin: unset;
        transform-origin: unset; } }
  .mfp-arrow.mfp-arrow-right {
    transform: translate(0, -50%) rotate(90deg); }
    @media (max-width: 900px) {
      .mfp-arrow.mfp-arrow-right {
        -webkit-transform-origin: unset;
        transform-origin: unset; } }
  .mfp-arrow:before, .mfp-arrow:after {
    content: none; }
  .mfp-arrow:active {
    margin-top: 0; }
