@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; }

/* -------------------------------
 * Anton-Regular
 ------------------------------- */
@font-face {
  font-family: 'Anton';
  font-style: normal;
  font-weight: 300;
  src: url(../font/Anton-Regular.woff2) format("woff2"), url(../font/Anton-Regular.woff) format("woff"), url(../font/Anton-Regular.ttf) format("truetype"); }
/*--------------- footer---------------*/
footer {
  width: 100%;
  padding: 30px 0;
  background: #000;
  position: relative;
  margin-bottom: -20px; }
  footer .footer_inner {
    width: 1160px;
    margin: 0 auto;
    display: flex;
    color: #fff;
    font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", verdana, "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif; }
    footer .footer_inner.inner01 .dmg_spec {
      width: 100%;
      max-width: 693px;
      margin-right: 35px; }
      footer .footer_inner.inner01 .dmg_spec p {
        font-weight: bold;
        margin-bottom: 15px; }
      footer .footer_inner.inner01 .dmg_spec dl {
        font-size: 15px;
        line-height: 1.7; }
        footer .footer_inner.inner01 .dmg_spec dl dt {
          width: 130px;
          float: left; }
        footer .footer_inner.inner01 .dmg_spec dl dd {
          display: block;
          padding-left: 130px; }
    footer .footer_inner.inner01 .sns_area {
      margin: 16px 0;
      display: flex; }
      footer .footer_inner.inner01 .sns_area .box {
        margin-right: 35px;
        display: flex;
        align-items: center; }
        footer .footer_inner.inner01 .sns_area .box p {
          font-family: 'Anton', sans-serif;
          font-size: 21px; }
        footer .footer_inner.inner01 .sns_area .box img {
          width: 45px;
          margin-left: 12px; }
    footer .footer_inner.inner02 {
      margin: 25px auto; }
      footer .footer_inner.inner02 .bnr_area {
        text-align: center; }
        footer .footer_inner.inner02 .bnr_area ul li {
          margin: 0 20px 0 0;
          display: inline-block;
          font-size: 0; }
          footer .footer_inner.inner02 .bnr_area ul li:nth-child(4n) {
            margin-right: 0; }
          footer .footer_inner.inner02 .bnr_area ul li a {
            display: block; }
            footer .footer_inner.inner02 .bnr_area ul li a img {
              display: block; }
            footer .footer_inner.inner02 .bnr_area ul li a:hover img {
              opacity: 0.7; }
      footer .footer_inner.inner02 .logo_area {
        width: 564px;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end; }
        footer .footer_inner.inner02 .logo_area a {
          width: 126px;
          display: inline-block;
          margin-right: 55px; }
          footer .footer_inner.inner02 .logo_area a img {
            width: 100%; }
    footer .footer_inner.inner03 {
      margin-top: 20px; }
      footer .footer_inner.inner03 .left {
        margin-right: auto; }
        footer .footer_inner.inner03 .left ul {
          margin-bottom: 12px; }
          footer .footer_inner.inner03 .left ul li {
            display: inline-block; }
            footer .footer_inner.inner03 .left ul li a {
              padding: 0 10px;
              display: inline-block;
              color: #fff;
              font-size: 14px; }
        footer .footer_inner.inner03 .left .caption {
          margin-left: 14px;
          font-size: 12px; }
      footer .footer_inner.inner03 .copyright {
        text-align: right;
        font-size: 12px; }
  footer .footer_line {
    width: 100%;
    height: 1px;
    background: #353535; }
  @media screen and (max-width: 767px) {
    footer .footer_inner {
      width: 90%;
      display: block; }
      footer .footer_inner.inner01 .sns_area {
        margin: 16px 0;
        display: flex; }
        footer .footer_inner.inner01 .sns_area .box {
          margin-right: 20px; }
          footer .footer_inner.inner01 .sns_area .box a {
            margin-left: 6px; }
            footer .footer_inner.inner01 .sns_area .box a img {
              width: 36px;
              margin-left: 0; }
      footer .footer_inner.inner02 {
        margin-top: 30px;
        margin-bottom: 10px; }
        footer .footer_inner.inner02 .bnr_area ul li {
          margin: 0 auto 20px auto;
          display: block; }
        footer .footer_inner.inner02 .logo_area {
          width: 100%;
          margin: 30px auto;
          align-items: center;
          justify-content: center; }
          footer .footer_inner.inner02 .logo_area a {
            width: 130px;
            margin-right: 0; }
      footer .footer_inner.inner03 {
        margin-top: 0;
        margin: 0 auto; }
        footer .footer_inner.inner03 .left ul {
          margin-bottom: 12px; }
          footer .footer_inner.inner03 .left ul li {
            margin-top: 14px; }
        footer .footer_inner.inner03 .left .caption {
          margin-left: 0.7em; }
        footer .footer_inner.inner03 .right {
          margin-top: 20px; } }

.bg_wrap {
  display: none; }
  @media screen and (max-width: 767px) {
    .bg_wrap {
      display: block; }
      .bg_wrap div {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
        z-index: -1;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        .bg_wrap div.bg-mv {
          background-image: url(../images/top/bg_sakura.jpg); }
        .bg_wrap div.bg-system {
          background-image: url(../images/top/bg_system.jpg); }
        .bg_wrap div.bg-news {
          background-image: url(../images/top/bg_news.jpg); }
        .bg_wrap div.bg-twitter {
          background-image: url(../images/top/bg_twitter.jpg); }
        .bg_wrap div.bg-banner_box {
          background-image: url(../images/top/bg_banner_box.jpg); }
        .bg_wrap div.bg-campaign {
          background-image: url(../images/reward/bg.jpg);
          background-size: cover; }
        .bg_wrap div.active {
          filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
          opacity: 1;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease; } }

body#reward {
  background-image: url(../images/reward/bg.jpg);
  background-size: cover; }

body#newspage {
  background-image: url(../images/reward/bg.jpg);
  background-size: cover;
  background-attachment: fixed;
}

body#newspage article:after,
body#newspage article:before {
  display: none !important; }

header {
  z-index: 999;
  position: relative; }

article {
  /* -----------------
  　　 reward.html
  ------------------*/ }
  article:before {
    content: '';
    background: #fff;
    position: fixed;
    width: 100%;
    height: 100vh;
    display: block;
    top: 0;
    opacity: 0.3;
    z-index: -2; }
  article:after {
    content: '';
    background: url(../images/top/bg_block.png) repeat;
    background-size: 5px;
    position: fixed;
    width: 100%;
    height: 100vh;
    display: block;
    top: 0;
    opacity: 0.3;
    z-index: -2; }
  article .mv {
    position: relative;
    overflow-anchor: none;
    min-width: 1100px;
    margin: 0 auto;
    background-image: url(../images/top/bg_sakura.jpg);
    background-size: cover;
    background-attachment: fixed;
    z-index: 2; }
    article .mv:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%);
      width: 100%;
      height: 130px;
      background-color: rgba(46, 16, 0, 0.5);
      z-index: -1; }
    article .mv .mv_fixed {
      width: 1100px;
      margin: auto;
      text-align: center;
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%);
      z-index: 5; }
      article .mv .mv_fixed h1 {
        padding-top: 16px; }
      article .mv .mv_fixed .mv_text {
        margin: 30px auto 20px; }
      article .mv .mv_fixed .btn_gameStart {
        padding-bottom: 5px; }
        article .mv .mv_fixed .btn_gameStart a {
          display: inline-block;
          position: relative; }
          article .mv .mv_fixed .btn_gameStart a img {
            display: block;
            -webkit-transition: all .3s;
            transition: all .3s; }
          article .mv .mv_fixed .btn_gameStart a .off {
            opacity: 1; }
          article .mv .mv_fixed .btn_gameStart a .on {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            opacity: 0;
            z-index: 5; }
          article .mv .mv_fixed .btn_gameStart a:hover {
            opacity: 1; }
            article .mv .mv_fixed .btn_gameStart a:hover .on {
              opacity: 1; }
    article .mv ul {
      height: 804px;
      display: flex;
      align-items: flex-end; }
      article .mv ul .slick-slide {
        display: flex;
        justify-content: center; }
        article .mv ul .slick-slide img {
          max-width: inherit;
          height: 760px; }
      article .mv ul .slick-prev, article .mv ul .slick-next {
        z-index: 5; }
      article .mv ul .slick-prev {
        width: 38px;
        left: 30px; }
        article .mv ul .slick-prev:before {
          width: 38px;
          height: 86px;
          background-image: url(../images/top/mv_prev_arrow.png); }
      article .mv ul .slick-next {
        width: 38px;
        right: 30px; }
        article .mv ul .slick-next:before {
          width: 38px;
          height: 86px;
          background-image: url(../images/top/mv_prev_next.png); }
      article .mv ul .koumei img {
        margin-right: -230px; }
    @media screen and (max-width: 767px) {
      article .mv {
        min-width: unset;
        background-position: center; }
        article .mv:after {
          height: 80px; }
        article .mv .mv_fixed {
          width: 90%;
          margin: auto;
          position: static;
          -webkit-transform: unset;
          transform: unset; }
          article .mv .mv_fixed h1 {
            padding-top: 35px; }
          article .mv .mv_fixed .mv_text {
            margin: 20px auto; }
          article .mv .mv_fixed .btn_gameStart {
            padding-bottom: 0;
            width: 65%;
            margin: auto; }
        article .mv ul {
          height: auto;
          display: block; }
          article .mv ul .slick-slide {
            overflow-x: hidden; }
            article .mv ul .slick-slide img {
              width: auto;
              height: 133vw; }
          article .mv ul .slick-active {
            overflow-x: unset; }
          article .mv ul .slick-prev {
            width: 10%;
            left: 12px;
            bottom: 50%;
            height: 16vw;
            -webkit-transform: translate(0%, 50%);
            transform: translate(0%, 50%); }
            article .mv ul .slick-prev:before {
              width: 75%;
              height: 16vw; }
          article .mv ul .slick-next {
            width: 10%;
            left: auto;
            right: 3px;
            bottom: 50%;
            height: 16vw;
            -webkit-transform: translate(0%, 50%);
            transform: translate(0%, 50%); }
            article .mv ul .slick-next:before {
              width: 75%;
              height: 16vw; }
          article .mv ul .koumei img {
            margin-right: -44%; } }
  article .system {
    width: 1100px;
    margin: 120px auto 130px;
    text-align: center; }
    article .system h3 {
      margin: 20px auto 30px; }
    article .system .system_text_box {
      padding: 20px;
      background-color: #ff3369; }
      article .system .system_text_box p {
        font-size: 24px;
        color: #fff;
        font-weight: bold; }
        article .system .system_text_box p small {
          font-size: 16px;
          font-weight: normal; }
        article .system .system_text_box p:nth-child(2) {
          font-size: 36px;
          color: #ff3369;
          background-color: #fff;
          display: inline-block;
          padding: 8px 10px 8px;
          margin: 35px auto 12px; }
          article .system .system_text_box p:nth-child(2) .ruby {
            position: relative; }
            article .system .system_text_box p:nth-child(2) .ruby span {
              font-size: 16px;
              color: #fff;
              position: absolute;
              left: 50%;
              top: -1.4em;
              -webkit-transform: translate(-50%, 0%);
              transform: translate(-50%, 0%);
              width: 8em;
              letter-spacing: -0.09em; }
    article .system .system_tab_box {
      margin: 50px auto auto;
      position: relative;
      z-index: 5;
      position: relative;
      text-align: left; }
      article .system .system_tab_box .tab_inner {
        width: 120px;
        display: inline-block;
        vertical-align: top;
        z-index: 5; }
        article .system .system_tab_box .tab_inner li.tab {
          margin-top: 8px;
          cursor: pointer; }
          article .system .system_tab_box .tab_inner li.tab:first-child {
            margin-top: 0; }
          article .system .system_tab_box .tab_inner li.tab .off {
            display: block; }
          article .system .system_tab_box .tab_inner li.tab .on {
            display: none; }
          article .system .system_tab_box .tab_inner li.tab.active .off {
            display: none; }
          article .system .system_tab_box .tab_inner li.tab.active .on {
            display: block; }
      article .system .system_tab_box .tab_content_area {
        display: inline-block;
        vertical-align: top;
        width: 850px;
        margin-left: 85px;
        position: relative;
        z-index: 1;
        text-align: center; }
        article .system .system_tab_box .tab_content_area:after {
          content: "";
          position: absolute;
          left: 50%;
          width: 100%;
          height: 480px;
          -webkit-transform: translate(-50%, -1%) rotate(3deg);
          transform: translate(-50%, -1%) rotate(3deg);
          background: #0000ed;
          background: -moz-linear-gradient(#980bfc 0%, #0000ed 100%);
          background: -webkit-gradient(linear, left top, left bottom, from(#980bfc), to(#0000ed));
          background: -webkit-linear-gradient(to left, #980bfc 0%, #0000ed 100%);
          background: -o-linear-gradient(to left, #980bfc 0%, #0000ed 100%);
          background: linear-gradient(to left, #980bfc 0%, #0000ed 100%);
          z-index: -1; }
        article .system .system_tab_box .tab_content_area .tab_content {
          opacity: 0;
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out;
          position: absolute;
          width: 100%;
          height: 100%;
          z-index: 2; }
          article .system .system_tab_box .tab_content_area .tab_content.show {
            opacity: 1;
            z-index: 3; }
          article .system .system_tab_box .tab_content_area .tab_content .slick-prev {
            width: 30px;
            left: -46px; }
            article .system .system_tab_box .tab_content_area .tab_content .slick-prev:before {
              width: 30px;
              height: 54px;
              background-image: url(../images/top/system_prev_arrow.png); }
          article .system .system_tab_box .tab_content_area .tab_content .slick-next {
            width: 30px;
            right: -46px; }
            article .system .system_tab_box .tab_content_area .tab_content .slick-next:before {
              width: 30px;
              height: 54px;
              background-image: url(../images/top/system_prev_next.png); }
          article .system .system_tab_box .tab_content_area .tab_content ul li .iframe_box {
            position: relative;
            width: calc(100% - 4px);
            padding-top: 56.25%;
            border-left: 2px solid #0801f3;
            border-right: 2px solid #a617ff; }
            article .system .system_tab_box .tab_content_area .tab_content ul li .iframe_box:before, article .system .system_tab_box .tab_content_area .tab_content ul li .iframe_box:after {
              content: "";
              position: absolute;
              z-index: 2;
              display: block;
              height: 2px;
              width: 100%;
              background: -webkit-gradient(linear, left top, right bottom, from(#0801f3), to(#a617ff));
              background: -moz-linear-gradient(left, #0801f3, #a617ff);
              background: linear-gradient(to right, #0801f3, #a617ff); }
            article .system .system_tab_box .tab_content_area .tab_content ul li .iframe_box:before {
              top: 0; }
            article .system .system_tab_box .tab_content_area .tab_content ul li .iframe_box:after {
              bottom: 0; }
            article .system .system_tab_box .tab_content_area .tab_content ul li .iframe_box iframe {
              position: absolute;
              top: 0;
              right: 0;
              width: 100% !important;
              height: 100% !important; }
    @media screen and (max-width: 767px) {
      article .system {
        width: auto;
        margin: 60px auto; }
        article .system h2 {
          width: 56%;
          margin: auto; }
        article .system h3 {
          width: 90%; }
        article .system .system_text_box {
          width: calc(90% - 40px);
          margin: auto; }
          article .system .system_text_box p {
            font-size: 18px; }
            article .system .system_text_box p:nth-child(2) {
              font-size: 20px;
              margin: 25px auto 14px; }
              article .system .system_text_box p:nth-child(2) .ruby span {
                font-size: 13px; }
        article .system .system_tab_box {
          margin: 30px auto auto; }
          article .system .system_tab_box .tab_inner {
            width: 17%; }
          article .system .system_tab_box .tab_content_area {
            width: calc(80% - 5px);
            margin-left: 5px;
            padding-bottom: 44%; }
            article .system .system_tab_box .tab_content_area:after {
              height: 100%; }
            article .system .system_tab_box .tab_content_area .tab_content .slick-prev {
              width: 20px;
              left: 45%;
              bottom: -34vw; }
              article .system .system_tab_box .tab_content_area .tab_content .slick-prev:before {
                width: 70%;
                height: 38%; }
            article .system .system_tab_box .tab_content_area .tab_content .slick-next {
              width: 20px;
              right: auto;
              left: 57%;
              bottom: -34vw; }
              article .system .system_tab_box .tab_content_area .tab_content .slick-next:before {
                width: 70%;
                height: 38%; } }
  article .news {
    padding-top: 126px;
    width: 1100px;
    margin: auto; }
    article .news h2 {
      text-align: center; }
    article .news .news_box {
      margin: 50px auto 55px;
      width: 766px;
      position: relative; }
      article .news .news_box:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(3deg);
        transform: translate(-50%, -50%) rotate(3deg);
        background: #0000ed;
        background: -moz-linear-gradient(#980bfc 0%, #0000ed 100%);
        background: -webkit-gradient(linear, left top, left bottom, from(#980bfc), to(#0000ed));
        background: -webkit-linear-gradient(to left, #980bfc 0%, #0000ed 100%);
        background: -o-linear-gradient(to left, #980bfc 0%, #0000ed 100%);
        background: linear-gradient(to left, #980bfc 0%, #0000ed 100%);
        z-index: -1; }
      article .news .news_box ul li a {
        padding: 20px 40px 20px 40px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        background: #fff;
        border-bottom: 1px solid #f1f1f1;
        position: relative;
        color: #000;
        text-decoration: unset;
        line-height: 1.6; }
        article .news .news_box ul li a:after {
          content: "";
          width: 20px;
          height: 20px;
          margin-top: -10px;
          background: url(../images/top/arrow_gray.png) 0 0 no-repeat;
          background-size: cover;
          display: inline-block;
          position: absolute;
          top: 50%;
          right: 15px; }
        article .news .news_box ul li a .news_date {
          margin-right: 10px;
          display: inline-block;
          vertical-align: middle;
          font-family: 'Anton', sans-serif;
          font-size: 26px; }
        article .news .news_box ul li a .news_cate {
          width: 90px;
          margin-right: 14px;
          color: #fff;
          font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", verdana, "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
          font-size: 13px;
          background-color: #000;
          text-align: center;
          padding: 5px 0 4px; }
        article .news .news_box ul li a .news_title {
          font-weight: bold; }
    article .news .btn {
      text-align: center; }
    @media screen and (max-width: 767px) {
      article .news {
        width: 90%;
        margin: auto;
        padding-top: 0; }
        article .news h2 {
          width: 62%;
          margin: auto; }
        article .news .news_box {
          width: 100%; }
          article .news .news_box:before {
            width: 96%; }
          article .news .news_box ul li a {
            padding: 20px 35px;
            display: block; }
            article .news .news_box ul li a .news_date {
              font-size: 22px; }
            article .news .news_box ul li a .news_cate {
              font-size: 13px;
              margin: 0 0 6px;
              padding: 4px 0 3px; }
            article .news .news_box ul li a .news_title {
              font-size: 14px; }
        article .news .btn {
          width: 50%;
          margin: auto; } }
  article .twitter {
    width: 1100px;
    margin: 135px auto 80px;
    text-align: center; }
    article .twitter h3 {
      margin: 30px auto 35px; }
    article .twitter .twitter_box {
      position: relative; }
      article .twitter .twitter_box:before {
        content: "";
        position: absolute;
        width: 800px;
        height: 101%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(3deg);
        transform: translate(-50%, -50%) rotate(3deg);
        background: #0000ed;
        background: -moz-linear-gradient(#980bfc 0%, #0000ed 100%);
        background: -webkit-gradient(linear, left top, left bottom, from(#980bfc), to(#0000ed));
        background: -webkit-linear-gradient(to left, #980bfc 0%, #0000ed 100%);
        background: -o-linear-gradient(to left, #980bfc 0%, #0000ed 100%);
        background: linear-gradient(to left, #980bfc 0%, #0000ed 100%);
        z-index: 1; }
      article .twitter .twitter_box iframe {
        position: relative !important;
        z-index: 2 !important; }
    article .twitter .btn {
      margin-top: 40px; }
    @media screen and (max-width: 767px) {
      article .twitter {
        width: 90%;
        margin: 60px auto; }
        article .twitter h2 {
          width: 62%;
          margin: auto; }
        article .twitter h3 {
          margin: 20px auto 30px; }
        article .twitter .twitter_box:before {
          width: 101%; } }
  article .banner_box {
    width: 1100px;
    margin: auto;
    margin-bottom: 170px;
    text-align: center; }
    article .banner_box p {
      display: inline-block;
      vertical-align: middle;
      margin-right: 55px; }
      article .banner_box p:last-child {
        margin-right: 0; }
    @media screen and (max-width: 767px) {
      article .banner_box {
        width: 70%;
        margin: 0 auto 60px; }
        article .banner_box p {
          margin-bottom: 15px;
          margin-right: 0; }
          article .banner_box p:last-child {
            margin-bottom: 0; } }
  article .campaign {
    padding: 100px 0;
    position: relative;
    z-index: 2; }
    article .campaign .inner {
      width: 1100px;
      margin: auto; }
    article .campaign h2 {
      text-align: center; }
    article .campaign .campaign_text {
      width: 1100px;
      position: relative;
      margin: 32px auto auto;
      padding: 17px 0; }
      article .campaign .campaign_text:before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background-image: url(../images/reward/campaign_text_bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 100%;
        z-index: -1; }
      article .campaign .campaign_text .inner {
        width: 710px;
        margin: auto;
        letter-spacing: -0.03em; }
        article .campaign .campaign_text .inner p {
          color: #fff;
          font-size: 22px;
          line-height: 1.4;
          font-weight: bold; }
          article .campaign .campaign_text .inner p .bp_text {
            font-size: 26px;
            font-weight: bold; }
            article .campaign .campaign_text .inner p .bp_text .f-Anton {
              letter-spacing: 0.05em;
              margin: 0 1px 0 4px;
              display: inline-block; }
          article .campaign .campaign_text .inner p.campaign_get {
            font-size: 24px;
            font-weight: bold;
            padding: 9px 7px;
            color: #231815;
            background-color: #fff600;
            letter-spacing: 0;
            margin: 17px auto 0 -9px;
            line-height: 0.9;
            width: 755px; }
            article .campaign .campaign_text .inner p.campaign_get .icon1 {
              position: relative;
              padding-right: 65px;
              color: #ff3369; }
              article .campaign .campaign_text .inner p.campaign_get .icon1:after {
                content: "";
                position: absolute;
                background-image: url(../images/reward/campaign_text_icon1.png);
                background-repeat: no-repeat;
                background-size: cover;
                width: 60px;
                height: 44px;
                right: 2px;
                top: 50%;
                -webkit-transform: translate(0%, -50%);
                transform: translate(0%, -50%); }
            article .campaign .campaign_text .inner p.campaign_get .icon2 {
              position: relative;
              padding-right: 39px;
              color: #ff3369; }
              article .campaign .campaign_text .inner p.campaign_get .icon2:after {
                content: "";
                position: absolute;
                background-image: url(../images/reward/campaign_text_icon2.png);
                background-repeat: no-repeat;
                background-size: cover;
                width: 34px;
                height: 36px;
                right: 2px;
                top: 50%;
                -webkit-transform: translate(0%, -50%);
                transform: translate(0%, -50%); }
    article .campaign .campaign_box {
      width: 710px;
      margin: 34px auto 0; }
      article .campaign .campaign_box div {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 494px; }
      article .campaign .campaign_box ol {
        margin-top: 2px; }
        article .campaign .campaign_box ol li {
          margin-top: 12px;
          line-height: 0; }
          article .campaign .campaign_box ol li:first-child {
            margin-top: 0; }
          article .campaign .campaign_box ol li p {
            display: inline-block; }
            article .campaign .campaign_box ol li p img:last-child {
              display: none; }
          article .campaign .campaign_box ol li.clear p {
            position: relative; }
            article .campaign .campaign_box ol li.clear p:after {
              content: "";
              position: absolute;
              background-image: url(../images/reward/clear.png);
              background-repeat: no-repeat;
              background-size: cover;
              width: 135px;
              height: 70px;
              right: -97px;
              top: calc(50% - 4px);
              -webkit-transform: translate(0%, -50%);
              transform: translate(0%, -50%); }
            article .campaign .campaign_box ol li.clear p img:first-child {
              display: none; }
            article .campaign .campaign_box ol li.clear p img:last-child {
              display: block; }
          article .campaign .campaign_box ol li:last-child.clear:after {
            right: -73px; }
      article .campaign .campaign_box .campaign_cap {
        font-size: 16px;
        color: #000;
        line-height: 1.5;
        margin-top: 25px; }
      article .campaign .campaign_box .campaign_btn {
        margin-top: 40px;
        text-align: center; }
    @media screen and (max-width: 767px) {
      article .campaign {
        padding: 60px 0; }
        article .campaign .inner {
          width: 100%; }
        article .campaign h2 {
          width: 90%;
          margin: auto; }
        article .campaign .campaign_text {
          margin: 20px auto auto;
          padding: 15px 0;
          width: 90%; }
          article .campaign .campaign_text .inner {
            width: 90%;
            letter-spacing: 0; }
            article .campaign .campaign_text .inner p {
              font-size: 16px;
              line-height: 1.8; }
              article .campaign .campaign_text .inner p .bp_text {
                font-size: 20px;
                letter-spacing: 0; }
              article .campaign .campaign_text .inner p.campaign_get {
                font-size: 18px;
                padding: 6px;
                margin: 10px auto 0 0;
                width: 95%;
                line-height: 1.8; }
                article .campaign .campaign_text .inner p.campaign_get .icon1 {
                  padding-right: 45px; }
                  article .campaign .campaign_text .inner p.campaign_get .icon1:after {
                    background-size: contain;
                    width: 40px;
                    height: 29px; }
                article .campaign .campaign_text .inner p.campaign_get .icon2 {
                  padding-right: 34px; }
                  article .campaign .campaign_text .inner p.campaign_get .icon2:after {
                    background-size: contain;
                    width: 28px;
                    height: 30px; }
        article .campaign .campaign_box {
          width: 90%;
          margin: 30px auto 0; }
          article .campaign .campaign_box div {
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 60%; }
            article .campaign .campaign_box div p {
              width: 48%; }
          article .campaign .campaign_box ol li:nth-child(1), article .campaign .campaign_box ol li:nth-child(2), article .campaign .campaign_box ol li:nth-child(3) {
            width: 68%; }
          article .campaign .campaign_box ol li:nth-child(4) {
            width: 84%; }
          article .campaign .campaign_box ol li:nth-child(5) {
            width: 88%; }
          article .campaign .campaign_box ol li.clear p:after {
            background-size: contain;
            width: 16vw;
            height: 9vw;
            right: -13vw; }
          article .campaign .campaign_box .campaign_cap {
            font-size: 12px; }
          article .campaign .campaign_box .campaign_btn {
            width: 70%;
            margin: 40px auto 0; } }

.banner_thanks {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0 0 0;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .banner_thanks {
      width: 90%; } }

.renkei {
  text-align: center;
  padding: 20px 0 0 0; }
  @media screen and (max-width: 767px) {
    .renkei {
      width: 90%;
      margin: 0 auto; } }

html {
  font-size: 100%;
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",'メイリオ', 'Meiryo',sans-serif; }

body {
  position: relative;
  overflow-anchor: none;
  min-width: 1200px;
  margin: 0 auto;
  background-image: url(../images/top/bg_sakura.jpg);
  background-size: cover;
  overflow-x: hidden;
  background-attachment: fixed; }
  @media (max-width: 1200px) {
    body {
      overflow-x: auto; } }
  @media screen and (max-width: 767px) {
    body {
      min-width: auto;
      overflow-x: hidden;
      background-image: none; } }

img {
  max-width: 100%;
  flex-shrink: 0; }
  @media screen and (max-width: 767px) {
    img {
      width: 100%; } }

a {
  -webkit-transition: all .3s;
  transition: all .3s; }
  a:hover {
    opacity: .7; }

* {
  outline: none !important; }

.f-Anton {
  font-family: 'Anton', sans-serif; }

.show .slick-prev, .show .slick-next {
  display: block; }

.slick-prev, .slick-next {
  display: none;
  width: 20px;
  height: 100%;
  top: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

@media screen and (max-width: 767px) {
  .slick-prev {
    bottom: -44.3vw;
    left: 43%;
    top: auto;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%); } }

@media screen and (max-width: 767px) {
  .slick-next {
    bottom: -44.3vw;
    left: 57%;
    top: auto;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%); } }

.slick-prev:before {
  content: "";
  width: 20px;
  height: 42px;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }
  @media screen and (max-width: 767px) {
    .slick-prev:before {
      width: 70%;
      height: 74%;
      background-size: contain; } }

.slick-next:before {
  content: "";
  width: 20px;
  height: 42px;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }
  @media screen and (max-width: 767px) {
    .slick-next:before {
      width: 70%;
      height: 74%;
      background-size: contain; } }

@media screen and (max-width: 767px) {
  header #dmm_ntgnavi .navi_left li > a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
  header #dmm_ntgnavi ul {
    align-items: center;
    width: 88%; }
    header #dmm_ntgnavi ul li {
      line-height: 1.2;
      width: 50%;
      height: 100%; }
  header #dmm_ntgnavi .navi_right {
    width: 33%; }
    header #dmm_ntgnavi .navi_right li {
      width: 100%; }
      header #dmm_ntgnavi .navi_right li > a {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center; } }

.slick-slide, .slick-track {
  z-index: -1;
  position: relative; }

#video-background {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto; }
  @media screen and (max-width: 767px) {
    #video-background {
      display: none; } }

#video-background {
  z-index: -2;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

/* ==========================================================================
   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; } }
