/* system
--------------------------- */
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
/* reset
--------------------------- */
/* 
 * destyle.css v1.0.14
 * https://github.com/nicolas-cusan/destyle.css 
 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::after,
::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}


p,
table {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}


ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

img {
  border-style: none;
  vertical-align: bottom;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

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

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

/* base
--------------------------- */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  line-height: 1.7;
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  color: #fff;
  background-color: #0e0002;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 200;
  min-width: 1260px;
}

::-moz-selection {
  background-color: rgba(14, 0, 2, 0.7);
  color: #fff;
}

::selection {
  background-color: rgba(14, 0, 2, 0.7);
  color: #fff;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  border: none;
}

a {
  color: #d2ff00;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:hover img {
  text-decoration: none;
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

ul {
  list-style: none;
}

.l-header {
  background-image: url(../img/header/main.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  padding: 420px 0 150px;
  position: relative;
  top: 37px;
  margin-top: -37px;
}
.l-header h1 {
  text-align: center;
}

.l-section {
  margin-top: 100px;
}
.l-section + .l-section {
  margin-top: 150px;
}
.l-section:last-child {
  padding-bottom: 200px;
}
.l-container {
  position: relative;
}

.o-nav {
  width: 100%;
  overflow: hidden;
}
.o-nav nav {
  position: relative;
  top: -6px;
  width: 1000px;
  height: 88px;
  margin: 0 auto;
  z-index: 999;
  background-image: url(../img/common/bgNav.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
}
.o-nav nav::before, .o-nav nav::after {
  content: url(../img/common/line.png);
  display: inline-block;
  position: absolute;
  top: 50%;
}
.o-nav nav::before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -634px;
}
.o-nav nav::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  right: -634px;
}
.o-nav ul {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.sticky {
  position: sticky;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.o-spNav {
  display: none;
  background-color: #15101a;
  border-left: 7px solid #d2ff00;
  border-right: 7px solid #d2ff00;
  padding: 20% 0;
  position: fixed;
  overflow-y: scroll;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
}
.o-spNav.is_active {
  visibility: visible;
  opacity: 1;
  z-index: 999;
}
.o-spNav__logo {
  text-align: center;
  padding: 0 5% 15%;
}
.o-spNav__logo a {
  color: #fff;
}
.o-spNav__logo a img {
  max-width: 150px;
}
.o-spNav li {
  text-align: center;
}
.o-spNav li + li {
  margin-top: 40px;
}

.o-hamburger {
  display: none;
}

.o-inner {
  max-width: 1060px;
  padding: 0 30px;
  margin: 0 auto;
}

.o-title {
  text-align: center;
  margin-bottom: 30px;
}
.o-title--underLine::after {
  content: "";
  display: block;
  background-image: url(../img/common/line.png);
  background-repeat: no-repeat;
  width: 100%;
  max-width: 634px;
  height: 22px;
  margin: 10px auto 0;
}
.o-title--underHalfLine::after {
  content: "";
  display: block;
  background-image: url(../img/common/line_half.png);
  background-repeat: no-repeat;
  width: 100%;
  max-width: 487px;
  height: 22px;
  margin: 10px auto 0;
}

.o-table + .o-table {
  margin-top: 20px;
}
.o-table table {
  width: 100%;
  border: 3px solid #0e0002;
}
.o-table th,
.o-table td {
  padding: 0.5em;
  vertical-align: middle;
}
.o-table th {
  width: 25%;
  font-weight: 500;
  background-color: #432646;
  border: 3px solid #0e0002;
}
.o-table td {
  background-color: #333333;
  border: 3px solid #0e0002;
}

.c-top {
  margin-top: 0;
  position: relative;
  top: -50px;
  margin-bottom: -50px;
}
.c-top__intro {
  background-image: url(../img/top/bg01.png);
  background-repeat: no-repeat;
  background-position: center top;
  padding: 70px 0 70px;
}
.c-top__intro p {
  text-align: center;
}
.c-top__intro .image {
  text-align: center;
  margin-top: 45px;
}
.c-top__highlight {
  background-image: url(../img/top/bg02.png);
  background-repeat: no-repeat;
  background-position: center top;
  padding: 50px 0;
}
.c-top__highlight .ssList {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 10px;
}
.c-top__highlight .buttons {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 17px;
}
.c-top__highlight .buttons a {
  font-family: "Noto Serif JP", serif;
  background: -webkit-gradient(linear, left bottom, left top, from(#172751), to(#6532b0));
  background: linear-gradient(to top, #172751, #6532b0);
  padding: 15px 0;
  font-size: 1.6rem;
  color: #fff;
  line-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  width: 100%;
  max-width: 300px;
}
.c-top__highlight .buttons a.wide {
  max-width: 630px;
}
.c-top__highlight .bannerList {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-top__highlight .bannerList li {
  margin: 0 15px;
}

.c-howto__block + .c-howto__block {
  margin-top: 80px;
}
.c-howto__block01 .flexBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-howto__block01 .flexBlock .left {
  width: 50%;
}
.c-howto__block01 .flexBlock .left p span {
  color: #ffd800;
}
.c-howto__block01 .flexBlock .right {
  width: 48%;
}
.c-howto__block02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-howto__block02 ul li {
  width: 30%;
  text-align: center;
}
.c-howto__block02 ul li p {
  text-align: left;
  font-size: 1.3rem;
  line-height: 1.3;
  margin-top: 20px;
}
.c-howto__block02 ul li.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 0 14px 15px;
  border-color: transparent transparent transparent #d0ff00;
}
.c-howto__block04 p {
  text-align: center;
}
.c-howto__block04 ul {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-howto__block05 .flexBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-howto__block05 .flexBlock .left {
  width: 47%;
}
.c-howto__block05 .flexBlock .left p {
  padding: 0 10px;
}
.c-howto__block05 .flexBlock .left .image {
  text-align: center;
  margin-top: 30px;
}
.c-howto__block05 .flexBlock .right {
  width: 47%;
}
.c-howto__block05 .flexBlock .right p {
  padding: 0 10px;
}
.c-howto__block05 .flexBlock .right .image {
  text-align: center;
  margin-top: 30px;
}

.c-reward {
  background-image: url(../img/reward/bg.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center top 150px;
}
.c-reward__text {
  text-align: center;
}
.c-reward__image01 {
  text-align: center;
  margin-top: 35px;
}
.c-reward .o-title--underLine {
  margin-top: 60px;
}
.c-reward__flex01 {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.c-reward__flex01 .right {
  position: relative;
}
.c-reward__flex01 .right a {
  position: absolute;
  bottom: 15px;
  left: 50px;
  font-family: "Noto Serif JP", serif;
  background: -webkit-gradient(linear, left bottom, left top, from(#172751), to(#6532b0));
  background: linear-gradient(to top, #172751, #6532b0);
  padding: 10px 0;
  font-size: 1.3rem;
  color: #fff;
  line-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  width: 100%;
  max-width: 120px;
}
.c-reward__button {
  margin-top: 30px;
}
.c-reward__button a {
  font-family: "Noto Serif JP", serif;
  background: -webkit-gradient(linear, left bottom, left top, from(#172751), to(#6532b0));
  background: linear-gradient(to top, #172751, #6532b0);
  padding: 15px 0;
  font-size: 1.6rem;
  color: #fff;
  line-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  width: 100%;
  max-width: 630px;
  margin: 0 auto;
}
.c-reward__image02 {
  margin-top: 40px;
}
.c-reward__flex02 {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.c-reward__flex02 .o-table {
  width: 70%;
}
.c-reward__flex02 .o-table table th {
  text-align: center;
}
.c-reward__flex02 .o-table table th:nth-child(1) {
  width: 20%;
}
.c-reward__flex02 .o-table table th:nth-child(2) {
  width: 20%;
}
.c-reward__flex02 .o-table table th:nth-child(3) {
  width: 20%;
}
.c-reward__flex02 .o-table table th:nth-child(4) {
  width: 40%;
}
.c-reward__flex02 .o-table table td {
  text-align: center;
  vertical-align: top;
}
.c-reward__flex02 .o-table table p {
  margin-top: 10px;
}
.c-reward__flex02 .image {
  padding-top: 25px;
}

.c-data h3 {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 35px;
}
.c-data h3:first-child {
  margin-top: 0;
}
.c-data__block h4 {
  text-align: center;
  margin-bottom: 25px;
}
.c-data__block h5 {
  text-align: center;
  font-weight: 500;
  font-size: 1.5rem;
  margin-bottom: 20px;
  margin-top: 40px;
}
.c-data__block + .c-data__block {
  margin-top: 50px;
}
.c-data__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-data__list li {
  position: relative;
  margin-bottom: 30px;
  width: 19%;
}
.c-data__list li.dammy {
  margin-bottom: 0;
}
.c-data__list li.mvp .image {
  position: relative;
}
.c-data__list li.mvp .mvpTitle {
  background-color: #411a81;
  padding: 3px 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 0;
  line-height: 100%;
  width: 100%;
  height: 30px;
  border-end-start-radius: 10px;
  border-end-end-radius: 10px;
}
.c-data__list li .image {
  background-color: #fff;
  border-radius: 10px;
  max-width: 180px;
  min-height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-data__list li .image img {
  max-width: 120px;
}
.c-data__list li h6 {
  text-align: center;
  margin-top: 5px;
  color: #fff;
}
.c-data__list--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-data__list--center li {
  margin: 0 5px 30px;
}
.c-story {
  background-image: url(../img/story/bg.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center top;
  padding-top: 80px;
}
.c-story__text {
  text-align: center;
}
.c-story__ss {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/*--------------------------------------*
 * foundation
 *--------------------------------------*/
/*--------------------------------------*
 * layout
 *--------------------------------------*/
/*--------------------------------------*
 * object
 *--------------------------------------*/
/*-------------------
 * template
 *-------------------*/
/*-------------------
 * main
 *-------------------*/
/*-------------------
 * sample
 *-------------------*/
@media (max-width: 599px) {
  body {
    min-width: auto;
  }
  .l-header {
    background-size: contain;
    padding: 80px 0 50px;
  }
  .l-header h1 {
    max-width: 120px;
    margin: 0 auto;
  }
  .l-section + .l-section {
    margin-top: 100px;
  }
  .o-nav {
    display: none;
  }
  .o-spNav {
    display: block;
  }
  .o-hamburger {
    display: block;
    position: fixed;
    z-index: 9998;
    top: 1rem;
    right: 1rem;
    width: 45px;
    height: 45px;
    background-color: #d2ff00;
    border: 2px solid #0e0002;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .o-hamburger:hover {
    cursor: pointer;
  }
  .o-hamburger span {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: #0e0002;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .o-hamburger span + span {
    margin-top: 5px;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .o-hamburger.is_active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .o-hamburger.is_active span:nth-child(2) {
    display: none;
  }
  .o-hamburger.is_active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .o-hamburger.is_active span + span {
    margin-top: 0;
    top: -2px;
  }
  .o-inner {
    padding: 0 15px;
  }
  .o-title {
    margin-bottom: 20px;
  }
  .o-title--underLine::after {
    background-size: contain;
  }
  .o-title--underHalfLine::after {
    background-size: contain;
  }
  .c-top {
    top: auto;
    margin-bottom: auto;
  }
  .c-top__intro {
    background-size: contain;
  }
  .c-top__highlight {
    background-size: contain;
  }
  .c-top__highlight .ssList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
  .c-top__highlight .ssList li {
    text-align: center;
  }
  .c-top__highlight .ssList li + li {
    margin-top: 15px;
  }
  .c-top__highlight .buttons {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-top__highlight .buttons a {
    max-width: 100%;
  }
  .c-top__highlight .buttons a + a {
    margin-top: 20px;
  }
  .c-top__highlight .buttons a.wide {
    max-width: 100%;
  }
  .c-top__highlight .bannerList {
    margin-top: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-top__highlight .bannerList li {
    text-align: center;
  }
  .c-top__highlight .bannerList li + li {
    margin-top: 15px;
  }
  .c-howto__block + .c-howto__block {
    margin-top: 50px;
  }
  .c-howto__block01 .flexBlock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-howto__block01 .flexBlock .left {
    width: 100%;
  }
  .c-howto__block01 .flexBlock .right {
    width: 100%;
    margin-top: 20px;
  }
  .c-howto__block02 ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-howto__block02 ul li {
    width: 100%;
  }
  .c-howto__block02 ul li + li {
    margin-top: 20px;
  }
  .c-howto__block02 ul li p {
    padding: 0 20px;
  }
  .c-howto__block02 ul li.triangle {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .c-howto__block05 .flexBlock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-howto__block05 .flexBlock .left {
    width: 100%;
  }
  .c-howto__block05 .flexBlock .left .image {
    margin-top: 15px;
  }
  .c-howto__block05 .flexBlock .right {
    width: 100%;
    margin-top: 50px;
  }
  .c-howto__block05 .flexBlock .right .image {
    margin-top: 15px;
  }
  .c-reward__flex01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-reward__flex01 .right {
    margin-top: 30px;
  }
  .c-reward__flex01 .right a {
    left: 35px;
  }
  .c-reward__button a {
    font-size: 1.3rem;
  }
  .c-reward__flex02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-reward__flex02 .o-table {
    width: 100%;
  }
  .c-reward__flex02 .image {
    text-align: center;
  }
  .c-data__list li {
    width: 48%;
    margin-bottom: 15px;
  }
  .c-data__list li.dammy {
    display: none;
  }
  .c-data__list li .image img {
    max-width: 75px;
  }
  .c-data__list--center {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-data__list--center li {
    margin: 0 0 15px;
  }
  .c-story {
    background-size: contain;
  }
  .c-story__ss {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-story__ss li + li {
    margin-top: 15px;
  }
}
/*# sourceMappingURL=style.css.map */