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


dl,
iframe,
p,
table {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5 {
  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;
}

b {
  font-weight: bolder;
}

code {
  font-family: monospace, monospace;
  font-size: inherit;
}

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


iframe {
  border: 0;
  vertical-align: bottom;
}

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

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

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

[hidden] {
  display: none;
}

/* 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.5;
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  color: #333;
  background-color: #fff;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  min-width: 1400px;
}
body::after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-image: url(../img/common/bg.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto auto;
}
::selection {
  background-color: rgba(51, 51, 51, 0.7);
  color: #fff;
}

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

a {
  color: #ff5b5b;
  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 {
  position: relative;
  background-color: #1d1156;
  background-image: url(../img/header/main.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  height: 760px;
}
.l-header h1 {
  text-align: center;
}
.l-header p {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 20px;
}

.o-section {
  max-width: 1030px;
  padding: 0 15px;
  margin: 0 auto;
}
.o-section + .o-section {
  margin-top: 150px;
}
.o-section:last-child {
  padding-bottom: 150px;
}

.o-nav {
  width: 100%;
}
.o-nav nav {
  position: sticky;
  top: 0;
  width: 100%;
  margin: 0 auto;
  z-index: 999;
  height: 80px;
  background-color: #2f3136;
}
.o-nav ul {
  max-width: 1000px;
  margin: 0 auto;
  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;
  position: relative;
  top: 12px;
}
.o-nav li a {
  display: block;
  width: 131px;
  height: 61px;
  background-size: contain;
  background-repeat: no-repeat;
}
.o-nav li:nth-child(1) a {
  background-image: url(../img/common/nav/01_off.png);
}
.o-nav li:nth-child(1) a:hover {
  background-image: url(../img/common/nav/01_on.png);
}
.o-nav li:nth-child(2) a {
  background-image: url(../img/common/nav/02_off.png);
}
.o-nav li:nth-child(2) a:hover {
  background-image: url(../img/common/nav/02_on.png);
}
.o-nav li:nth-child(3) a {
  background-image: url(../img/common/nav/03_off.png);
}
.o-nav li:nth-child(3) a:hover {
  background-image: url(../img/common/nav/03_on.png);
}
.o-nav li:nth-child(4) a {
  background-image: url(../img/common/nav/04_off.png);
}
.o-nav li:nth-child(4) a:hover {
  background-image: url(../img/common/nav/04_on.png);
}
.o-nav li:nth-child(5) a {
  background-image: url(../img/common/nav/05_off.png);
}
.o-nav li:nth-child(5) a:hover {
  background-image: url(../img/common/nav/05_on.png);
}
.o-nav li:nth-child(6) a {
  background-image: url(../img/common/nav/06_off.png);
}
.o-nav li:nth-child(6) a:hover {
  background-image: url(../img/common/nav/06_on.png);
}
.o-nav li:nth-child(7) a {
  background-image: url(../img/common/nav/07_off.png);
}
.o-nav li:nth-child(7) a:hover {
  background-image: url(../img/common/nav/07_on.png);
}

.sticky {
  position: sticky;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.o-spNav {
  display: none;
  background-color: #ff5b5b;
  padding: 20% 20px;
  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% 10%;
}
.o-spNav__logo a {
  color: #fff;
}
.o-spNav 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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.o-spNav li {
  width: 48%;
  text-align: center;
  margin-bottom: 2em;
}
.o-spNav li a {
  color: #fff;
}

.o-hamburger {
  display: none;
}

.o-container {
  border: 4px solid #ff5b5b;
  -webkit-box-shadow: 0 0 14px #ff6363;
          box-shadow: 0 0 14px #ff6363;
  border-radius: 4px;
  padding: 50px 0;
  background-color: #fff;
}
.o-container--purple {
  border: 4px solid #b45bff;
  -webkit-box-shadow: 0 0 14px #c663ff;
          box-shadow: 0 0 14px #c663ff;
}
.o-container--pink {
  border: 4px solid #ff9bbe;
  -webkit-box-shadow: 0 0 14px #ff5a89;
          box-shadow: 0 0 14px #ff5a89;
}

.o-inner {
  max-width: 950px;
  padding: 0 45px;
  margin: 0 auto;
}

.o-title {
  text-align: center;
  margin-bottom: 30px;
}
.o-colorTitle {
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#d9104e), to(#6600ff));
  background: linear-gradient(to right, #d9104e, #6600ff);
  font-size: 2.4rem;
  padding: 10px;
  color: #fff;
}

.o-colorSubTitle {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
}
.o-colorSubTitle span {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #d9104e), to(#6600ff));
  background: linear-gradient(to right, #d9104e 20%, #6600ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.o-colorSubTitleBorder {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  border-bottom: 1px solid #c21500;
  -o-border-image: linear-gradient(to right, #d9104e 30%, #6600ff 100%);
     border-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #d9104e), to(#6600ff));
     border-image: linear-gradient(to right, #d9104e 30%, #6600ff 100%);
  border-image-slice: 1;
  padding-bottom: 1px;
}
.o-colorSubTitleBorder span {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #d9104e), to(#6600ff));
  background: linear-gradient(to right, #d9104e 20%, #6600ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 10px;
}
.o-colorSubTitleBorder::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  border-bottom: 2px solid #c21500;
  -o-border-image: linear-gradient(to right, #d9104e 0%, #6600ff 100%);
     border-image: -webkit-gradient(linear, left top, right top, from(#d9104e), to(#6600ff));
     border-image: linear-gradient(to right, #d9104e 0%, #6600ff 100%);
  border-image-slice: 1;
}
.o-table + .o-table {
  margin-top: 20px;
}
.o-table table {
  width: 100%;
}
.o-table tr:first-child th {
  background-color: #d20f58;
}
.o-table th, .o-table td {
  padding: 1em;
  vertical-align: middle;
}
.o-table th {
  font-weight: 500;
  background-color: #e86b9a;
  border: 1px solid #fff;
  color: #fff;
}
.o-table td {
  font-weight: 200;
  background-color: #ffdae8;
  border: 1px solid #fff;
}
.o-button {
  position: relative;
  display: block;
  background-color: #ff5b5b;
  width: 100%;
  max-width: 340px;
  border-radius: 4px;
  padding: 10px;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.o-button::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7.5px 0 7.5px;
  border-color: #fcff00 transparent transparent transparent;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.o-button:hover {
  background-color: #d01717;
}

.c-top {
  padding-top: 50px;
  padding-bottom: 0;
  max-width: 1196px;
}
.c-top .o-title {
  position: relative;
  top: 180px;
  margin-top: -180px;
  z-index: 10;
}
.c-top .o-container {
  border: none;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-bottom: 0;
}
.c-top .o-inner {
  max-width: 100%;
  padding: 0;
}
.c-top__main {
  position: relative;
  text-align: center;
}
.c-top__main .btn {
  position: absolute;
}
.c-top__main .btn--01 {
  bottom: 60px;
  left: 350px;
  /*top: 430px;
  left: 50%;*/
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.c-top__main .btn--02 {
  top: 430px;
  left: 37%;
  /*bottom: 60px;
  left: 200px;*/
}
.c-top__main .btn--03 {
  bottom: 60px;
  right: 210px;
}

.c-level {
  position: relative;
  margin-top: 100px !important;
}
.c-level__flex {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-level__flex .left {
  width: 48%;
}
.c-level__flex .left .block {
  margin-bottom: 30px;
  border-top: #ba8de9 dashed 2px;
  border-bottom: #ba8de9 dashed 2px;
  padding: 30px 0;
}
.c-level__flex .left .block .item + .item {
  margin-top: 20px;
}
.c-level__flex .left .block .item h3 {
  display: inline-block;
  background-color: #feb644;
  font-weight: 700;
  padding: 1px 3px;
}
.c-level__flex .left .block .item p {
  margin-top: 10px;
}
.c-level__flex .left .buttons .o-button + .o-button {
  margin-top: 20px;
}
.c-level__flex .right {
  width: 48%;
}
.c-level__character {
  position: absolute;
  bottom: -50px;
  right: -50px;
}

.c-skill__flex {
  margin-top: 75px;
  position: relative;
  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-skill__flex::before {
  content: "";
  display: block;
}
.c-skill__image {
  position: absolute;
  top: -60px;
  left: -35px;
}
.c-skill__anchor {
  width: 73%;
  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-skill__anchor::before {
  content: "";
  display: block;
  width: 23%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.c-skill__anchor::after {
  content: "";
  display: block;
  width: 23%;
}
.c-skill__anchor li {
  width: 23%;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.2rem;
  height: 40px;
}
.c-skill__anchor li a {
  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;
  width: 100%;
  height: 100%;
  padding: 10px;
  color: #fff;
  background-color: #ff5b5b;
  border-radius: 4px;
}
.c-skill__anchor li a:hover {
  background-color: #d01717;
  cursor: pointer;
}
.c-skill__block {
  margin-top: 60px;
}
.c-skill__block h3 {
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#d9104e), to(#6600ff));
  background: linear-gradient(to right, #d9104e, #6600ff);
  font-size: 2.4rem;
  padding: 10px;
  color: #fff;
}
.c-skill__block h4 {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
}
.c-skill__block h4 span {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #d9104e), to(#6600ff));
  background: linear-gradient(to right, #d9104e 20%, #6600ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.c-skill__skill {
  margin-top: 45px;
}
.c-skill__skill h4 {
  margin-bottom: 20px;
}
.c-skill__effect {
  margin-top: 40px;
}
.c-skill__effect h4 {
  border-bottom: 1px solid #c21500;
  -o-border-image: linear-gradient(to right, #d9104e 30%, #6600ff 100%);
     border-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #d9104e), to(#6600ff));
     border-image: linear-gradient(to right, #d9104e 30%, #6600ff 100%);
  border-image-slice: 1;
  padding-bottom: 1px;
  margin-bottom: 50px;
}
.c-skill__effect h4::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  border-bottom: 2px solid #c21500;
  -o-border-image: linear-gradient(to right, #d9104e 0%, #6600ff 100%);
     border-image: -webkit-gradient(linear, left top, right top, from(#d9104e), to(#6600ff));
     border-image: linear-gradient(to right, #d9104e 0%, #6600ff 100%);
  border-image-slice: 1;
}
.c-skill__effect ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-skill__effect ul::after {
  content: "";
  display: block;
  width: 30%;
}
.c-skill__effect ul li {
  width: 31%;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.c-skill__effect ul li h5 {
  text-align: center;
  background-color: #e86b9a;
  padding: 5px;
  color: #fff;
  margin-top: 3px;
}
.c-challenge__block + .c-challenge__block {
  margin-top: 50px;
}
.c-challenge__block h3 {
  margin-bottom: 30px;
}
.c-challenge__block p {
  line-height: 1.7;
}
.c-challenge__block .ss {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-challenge__block .image01 {
  position: relative;
}
.c-challenge__block .image01 a {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 80px;
  display: block;
  background-color: #ff5b5b;
  width: 100%;
  max-width: 276px;
  border-radius: 4px;
  padding: 10px;
  color: #fff;
  text-align: center;
}
.c-challenge__block .flex {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-challenge__block .flex .left {
  width: 48%;
}
.c-challenge__block .flex .right {
  width: 48%;
}

.c-other__block {
  margin-top: 60px;
}
.c-other__block:first-child {
  margin-top: 40px;
}
.c-other__block .o-colorSubTitle {
  margin-bottom: 30px;
}
.c-other__block .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-other__block .flex .left {
  width: 48%;
}
.c-other__block .flex .left p {
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.c-other__block .flex .left p + p {
  margin-top: 30px;
}
.c-other__block .flex .left p.note {
  font-size: 1.2rem;
}
.c-other__block .flex .left p span {
  color: #ff5b5b;
}
.c-other__block .flex .right {
  width: 48%;
}
.c-other__block .note {
  margin-top: 30px;
}
.c-other__block .note li {
  font-size: 1.2rem;
  padding-left: 1em;
  text-indent: -1em;
}
.c-other__block .note li + li {
  margin-top: 20px;
}
.c-other__block .note li span {
  color: #ff5b5b;
}
.c-other__block .o-button {
  margin: 30px auto 0;
}
.c-other__flex {
  margin-top: 70px;
  position: relative;
  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-other__flex::before {
  content: "";
  display: block;
}
.c-other__flex .image {
  position: absolute;
  top: -10px;
  left: -55px;
}
.c-other__flex .contents {
  position: relative;
  z-index: 10;
  width: 73%;
}
.c-other__flex .contents .o-colorSubTitle {
  margin-bottom: 15px;
}
.c-other__flex .contents h4 {
  color: #ff5b5b;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 15px;
}
.c-other__flex .contents .anchor {
  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-other__flex .contents .anchor::before {
  content: "";
  display: block;
  width: 23%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.c-other__flex .contents .anchor::after {
  content: "";
  display: block;
  width: 23%;
}
.c-other__flex .contents .anchor li {
  width: 23%;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.2rem;
  height: 40px;
}
.c-other__flex .contents .anchor li a {
  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;
  width: 100%;
  height: 100%;
  padding: 10px;
  color: #fff;
  background-color: #ff5b5b;
  border-radius: 4px;
}
.c-other__flex .contents .anchor li a:hover {
  background-color: #d01717;
}

.c-data__block + .c-data__block {
  margin-top: 50px;
}
.c-data__block .o-colorTitle {
  margin-bottom: 30px;
}
.c-data__block .jobList {
  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__block .jobList .box {
  width: 48%;
  margin-bottom: 30px;
}
.c-data__block .jobList .box .o-colorSubTitleBorder {
  margin-bottom: 20px;
}
.c-data__block .jobList .box .o-table {
  width: 100%;
}
.c-data__block .mapText {
  margin-bottom: 30px;
}
.c-data__block .mapText span {
  color: #a309a1;
}
.c-data__block .mapImage {
  text-align: center;
}
.c-data__block .monsterList {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-data__block .monsterList li {
  width: 150px;
  margin-bottom: 20px;
}
.c-data__block .monsterList li .image {
  border: 2px solid #ff5b5b;
  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;
  height: 150px;
}
.c-data__block .monsterList li h5 {
  font-size: 1.2rem;
  margin-top: 10px;
  text-align: center;
  color: #000;
}
.c-data__block .monsterList li h5 span {
  color: #a309a1;
}
.c-data__block .monsterList li.mvp .image {
  position: relative;
  border: 2px solid #8818d6;
}
.c-data__block .monsterList li.mvp .image::after {
  content: "MVP";
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  background-color: #8818d6;
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
}
.c-data__block .monsterList li.emptyItem {
  width: 150px;
}
.c-data__block .itemBlock + .itemBlock {
  margin-top: 30px;
}
.c-data__block .itemList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-data__block .itemList li {
  width: 150px;
  margin: 0 10px 20px;
}
.c-data__block .itemList li .image {
  border: 2px solid #ff5b5b;
  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;
  height: 150px;
}
.c-data__block .itemList li h5 {
  font-size: 1.2rem;
  margin-top: 10px;
  text-align: center;
  color: #000;
}
.c-data__block .itemList li h5 span {
  color: #a309a1;
}
.c-data__block .itemList li.emptyItem {
  width: 150px;
}
.c-data__block .cardList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-data__block .cardList li {
  margin: 0 10px 20px;
}
.c-data__block .cardList li .image {
  border: 2px solid #ff5b5b;
  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;
  max-width: 150px;
  margin: 0 auto;
}
.c-data__block .cardList li h5 {
  font-size: 1.2rem;
  margin-top: 10px;
  text-align: center;
  color: #000;
}
.c-data__block .cardList li h5 span {
  color: #a309a1;
}
.c-data__block .cardList li.emptyItem {
  width: 150px;
}
.c-data__box + .c-data__box {
  margin-top: 50px;
}
.c-data__box .o-colorSubTitleBorder {
  margin-top: 50px;
  margin-bottom: 40px;
}
.c-data__box .o-colorSubTitleBorder:first-child {
  margin-top: 0;
}
.c-data__box .o-colorSubTitle {
  margin-bottom: 20px;
}

.c-wallpaper__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-wallpaper__sample {
  text-align: center;
}
.c-wallpaper__buttons {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-wallpaper__button + .c-wallpaper__button {
  margin-top: 8px;
}
.c-wallpaper__comment {
  margin-top: 15px;
}
.c-wallpaper__comment p {
  margin-top: 15px;
}
.c-wallpaper__link {
  margin-top: 45px;
  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-caution li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.c-caution li + li {
  margin-top: 1em;
}
.c-caution li::before {
  content: "";
  display: inline-block;
  width: 8px;
  min-width: 8px;
  height: 8px;
  background-color: #ff5b5b;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  top: 6px;
}

/*--------------------------------------*
 * foundation
 *--------------------------------------*/
/*--------------------------------------*
 * layout
 *--------------------------------------*/
/*--------------------------------------*
 * object
 *--------------------------------------*/
/*-------------------
 * main
 *-------------------*/
/*-------------------
 * sample
 *-------------------*/
@media (max-width: 599px) {
  body {
    min-width: auto;
  }
  .l-header {
    background-size: cover;
    height: auto;
  }
  .l-header h1 {
    max-width: 200px;
    margin: 0 auto;
    padding-bottom: 30%;
  }
  .l-header p {
    bottom: 10px;
  }
  .o-section + .o-section {
    margin-top: 50px;
  }
  .o-section:last-child {
    padding-bottom: 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: #ff5b5b;
    border-radius: 50%;
    border: 2px solid #8818d6;
    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: 1px;
    background-color: #fff;
    -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 {
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    background-color: transparent;
    border: none;
  }
  .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: -1px;
  }
  .o-container {
    padding: 15px 0;
  }
  .o-inner {
    max-width: 1020px;
    padding: 0 10px;
  }
  .o-colorTitle {
    font-size: 2rem;
  }
  .o-colorSubTitle {
    font-size: 1.6rem;
  }
  .o-colorSubTitleBorder {
    font-size: 1.6rem;
  }
  .o-table {
    overflow-x: scroll;
    white-space: nowrap;
  }
  .o-button {
    max-width: 280px;
  }
  .c-top {
    padding-bottom: 0;
  }
  .c-top .o-title {
    top: 80px;
    margin-top: -80px;
  }
  .c-top__main .btn {
    max-width: 120px;
  }
  .c-top__main .btn--01 {
    top: 120px;
  }
  .c-top__main .btn--02 {
    bottom: 20px;
    left: 30px;
  }
  .c-top__main .btn--03 {
    bottom: 20px;
    right: 30px;
  }
  .c-level {
    margin-top: 50px !important;
  }
  .c-level__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-level__flex .left {
    width: 100%;
  }
  .c-level__flex .left .buttons .o-button {
    margin: 0 auto;
  }
  .c-level__flex .left .buttons .o-button + .o-button {
    margin-top: 15px;
  }
  .c-level__flex .right {
    width: 100%;
    margin-top: 30px;
  }
  .c-level__character {
    display: none;
  }
  .c-skill__flex {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-skill__flex::before {
    content: none;
  }
  .c-skill__image {
    position: static;
  }
  .c-skill__anchor {
    width: 100%;
    margin-top: 15px;
  }
  .c-skill__anchor li {
    width: 48%;
    margin-bottom: 10px;
  }
  .c-skill__block {
    margin-top: 30px;
  }
  .c-skill__block h3 {
    font-size: 2rem;
  }
  .c-skill__block h4 {
    font-size: 1.6rem;
  }
  .c-skill__skill {
    margin-top: 25px;
  }
  .c-skill__effect {
    margin-top: 20px;
  }
  .c-skill__effect h4 {
    margin-bottom: 25px;
  }
  .c-skill__effect ul::after {
    content: none;
  }
  .c-skill__effect ul li {
    width: 48%;
  }
  .c-challenge__block .ss {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-challenge__block .ss img + img {
    margin-top: 10px;
  }
  .c-challenge__block .image01 {
    padding-bottom: 50px;
  }
  .c-challenge__block .image01 a {
    bottom: 0;
  }
  .c-challenge__block .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-challenge__block .flex .left {
    width: 100%;
  }
  .c-challenge__block .flex .right {
    width: 100%;
    margin-top: 20px;
  }
  .c-other__block .o-colorSubTitle {
    margin-bottom: 10px;
  }
  .c-other__block .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-other__block .flex .left {
    width: 100%;
  }
  .c-other__block .flex .left p + p {
    margin-top: 1em;
  }
  .c-other__block .flex .right {
    width: 100%;
    margin-top: 20px;
  }
  .c-other__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-other__flex::before {
    content: none;
  }
  .c-other__flex .image {
    position: static;
  }
  .c-other__flex .contents {
    width: 100%;
    margin-top: 15px;
  }
  .c-other__flex .contents .anchor {
    width: 100%;
    margin-top: 15px;
  }
  .c-other__flex .contents .anchor li {
    width: 48%;
    margin-bottom: 10px;
  }
  .c-data__block .jobList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-data__block .jobList .box {
    width: 100%;
  }
  .c-data__block .monsterList li {
    width: 48%;
  }
  .c-data__block .monsterList li.emptyItem {
    display: none;
  }
  .c-data__block .itemList li {
    width: 45%;
    margin: 0 5px 20px;
  }
  .c-data__block .itemList li.emptyItem {
    display: none;
  }
  .c-data__block .cardList li {
    width: 45%;
    margin: 0 5px 20px;
  }
  .c-data__block .cardList li.emptyItem {
    display: none;
  }
  .c-data__box .o-colorSubTitleBorder {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .c-wallpaper__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-wallpaper__buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 10px;
  }
  .c-wallpaper__button {
    width: 31%;
  }
  .c-wallpaper__button + .c-wallpaper__button {
    margin-top: 0;
  }
  .c-wallpaper__comment {
    margin-top: 10px;
  }
  .c-wallpaper__link {
    margin-top: 30px;
  }
}
@media (min-width: 1401px) {
  body::after {
    background-size: cover;
  }
  .l-header {
    background-size: cover;
    height: 800px;
  }
}
/*# sourceMappingURL=style.css.map */