@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  color: #fff;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body {
  background-color: #000;
  min-width: 1400px;
  font-size: 1.4rem;
  line-height: 1.5;
}

img {
  vertical-align: top;
  max-width: 100%;
}

a {
  color: inherit;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

ul {
  list-style: none;
}

td > table {
  display: inline-table;
}

[hidden] {
  display: none !important;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

#deqwas-collection-k {
  display: none;
}

.o-header {
  min-width: 1400px;
  min-height: 800px !important;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.o-header__copy {
  position: absolute;
  z-index: 15;
  top: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.o-header__title {
  position: absolute;
  z-index: 20;
  top: 35%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.o-header__date {
  position: absolute;
  z-index: 15;
  bottom: 40%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.o-header__banner {
  width: 100%;
  max-width: 1000px;
  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: absolute;
  z-index: 20;
  bottom: 20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.o-header__banner a {
  display: block;
  width: 100%;
  margin: 0 1em;
}

.o-footer {
  padding: 4em 0;
  background-color: #96231a;
  text-align: center;
}

.o-footer .note {
  font-size: 1.2rem;
  line-height: 2;
  margin-bottom: 2em;
  text-align: right;
}

.o-footer #pickup {
  max-width: 100%;
}

.o-footer .copyright {
  font-size: 1rem;
  color: #fff;
}

.c-toolbar {
  z-index: 1;
  position: relative;
  background: #fff;
  font-size: 1.2rem;
  -webkit-box-shadow: 0px 1px 30px black;
          box-shadow: 0px 1px 30px black;
}

.c-toolbar .o-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-toolbar .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-toolbar .fukidashi {
  margin-left: .25em;
}

.c-toolbar .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-toolbar .box .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-toolbar .box .sns ul {
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-toolbar .box .sns li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-toolbar .box .sns li:not(:first-child) {
  margin-left: .25em;
}

.c-toolbar .box .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  line-height: 1em;
}

.c-toolbar .box .link a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  text-shadow: 0px 1px #d1d1d1;
}

.c-toolbar .box .item {
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-toolbar .box .item + .c-toolbar .box .item {
  margin-left: 2px;
}

.c-toolbar .box .item-about {
  background-color: #7f7f7f;
}

.c-toolbar .box .item-registration {
  background-color: #3f8ded;
  padding: 1em;
}

.c-toolbar .sns {
  margin-right: .5em;
}

.nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: auto;
  z-index: 9999;
  background-image: url(../img/nav/nav-flame.png);
  background-repeat: repeat;
  background-position: center;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.nav.fixed_nav {
  top: auto;
  bottom: 0;
}

.nav__list {
  max-width: 900px;
  margin: 0 auto;
  height: 61px;
  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;
}

.nav__list a {
  display: block;
  height: 50px;
}

.nav__list a:hover {
  cursor: pointer;
}

.nav__item {
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.nav__item--01 {
  background-image: url(../img/nav/nav01_off.png);
}

.nav__item--01 a {
  width: 118px;
}

.nav__item--01.active, .nav__item--01:focus, .nav__item--01:hover {
  background-image: url(../img/nav/nav01_on.png);
}

.nav__item--02 {
  background-image: url(../img/nav/nav02_off.png);
}

.nav__item--02 a {
  width: 148px;
}

.nav__item--02.active, .nav__item--02:focus, .nav__item--02:hover {
  background-image: url(../img/nav/nav02_on.png);
}

.nav__item--03 {
  background-image: url(../img/nav/nav03_off.png);
}

.nav__item--03 a {
  width: 100px;
}

.nav__item--03.active, .nav__item--03:focus, .nav__item--03:hover {
  background-image: url(../img/nav/nav03_on.png);
}

.nav__item--04 {
  background-image: url(../img/nav/nav04_off.png);
}

.nav__item--04 a {
  width: 100px;
}

.nav__item--04.active, .nav__item--04:focus, .nav__item--04:hover {
  background-image: url(../img/nav/nav04_on.png);
}

.nav__item--05 {
  background-image: url(../img/nav/nav05_off.png);
}

.nav__item--05 a {
  width: 100px;
}

.nav__item--05.active, .nav__item--05:focus, .nav__item--05:hover {
  background-image: url(../img/nav/nav05_on.png);
}

.nav__item--06 {
  background-image: url(../img/nav/nav06_off.png);
}

.nav__item--06 a {
  width: 118px;
}

.nav__item--06.active, .nav__item--06:focus, .nav__item--06:hover {
  background-image: url(../img/nav/nav06_on.png);
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.sticky.sticky-fixed.is-sticky {
  position: fixed;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.sticky.sticky-fixed.is-sticky:not([style*="margin-top"]) {
  margin-top: 0 !important;
}

.sticky.sticky-fixed.is-sticky:not([style*="margin-bottom"]) {
  margin-bottom: 0 !important;
}

.sticky.sticky-fixed.is-absolute {
  position: absolute;
}

.nav-sp {
  display: none;
}

.nav-sp__button {
  position: relative;
  width: 20px;
  height: 20px;
  padding: 0;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  outline: none;
}

.nav-sp__button span {
  position: absolute;
  right: 0;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 1px;
  margin: auto;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.nav-sp__button span:nth-of-type(1) {
  top: 10%;
}

.nav-sp__button span:nth-of-type(2) {
  top: 50%;
}

.nav-sp__button span:nth-of-type(3) {
  top: 90%;
}

.nav-sp__button.is_active span:nth-of-type(1) {
  -webkit-transform: translate3d(0, 4px, 0) rotate(-45deg);
          transform: translate3d(0, 4px, 0) rotate(-45deg);
  top: 15%;
}

.nav-sp__button.is_active span:nth-of-type(2) {
  opacity: 0;
}

.nav-sp__button.is_active span:nth-of-type(3) {
  -webkit-transform: translate3d(0, -13px, 0) rotate(45deg);
          transform: translate3d(0, -13px, 0) rotate(45deg);
  top: 100%;
}

.nav-sp__button:hover {
  cursor: pointer;
}

.nav-sp__contents {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2em 0 3em;
  background-color: #730c0c;
  opacity: 0;
  overflow-y: scroll;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.3s ease-out 0;
  transition: all 0.3s ease-out 0;
  visibility: hidden;
}

.nav-sp__contents.is_active {
  z-index: 99;
  display: block;
  -webkit-animation: show 0.3s ease-in-out;
          animation: show 0.3s ease-in-out;
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  visibility: visible;
}

@-webkit-keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    display: block;
  }
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    display: block;
  }
}

.nav-sp__logo {
  text-align: center;
  padding: 2em;
}

.nav-sp__list {
  padding: 0 1rem;
}

.nav-sp__item {
  text-align: center;
  font-size: 2.0rem;
  font-family: Yu Mincho, "游明朝", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.nav-sp__item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.nav-sp__item a {
  display: block;
  width: 100%;
  padding: 1em 0;
}

.o-inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.o-contents {
  max-width: 1000px;
  margin: 0 auto 100px;
}

.o-contents:last-child {
  margin-bottom: 200px;
}

.o-contents__sec-title {
  text-align: center;
  margin-bottom: 50px;
}

.o-contents__title {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid #95822b;
}

.o-contents__title .back-text {
  position: absolute;
  z-index: 5;
  top: -50px;
  left: -50px;
}

.o-contents__title--back-text img {
  display: block;
}

.o-contents__title--back-text img.sp {
  display: none;
}

.o-contents__title img {
  position: relative;
  z-index: 10;
}

.o-contents__boxs {
  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;
}

.o-contents__boxs .o-contents__box {
  padding: 15px;
  width: 48%;
}

.o-contents__boxs .o-contents__box p {
  height: 5em;
  margin-top: 10px;
}

.o-contents__boxs .o-contents__box ul li {
  border-radius: 5px;
  margin-bottom: 10px;
  text-align: center;
}

.o-contents__boxs .o-contents__box ul li:last-child {
  margin-bottom: 0;
}

.o-contents__boxs .o-contents__box ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: .5em 0;
}

.o-contents__boxs .o-contents__box ul.staremperor li {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e4bc8b));
  background: linear-gradient(to bottom, #ffffff, #e4bc8b);
}

.o-contents__boxs .o-contents__box ul.soulreaper li {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fb977c));
  background: linear-gradient(to bottom, #ffffff, #fb977c);
}

.o-contents__box {
  margin-bottom: 60px;
  border: 1px solid #ffd720;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 40px;
}

.o-contents__box:last-child {
  margin-bottom: 0;
}

.o-contents__table {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  margin-bottom: 50px;
}

.o-contents__table:last-child {
  margin-bottom: 0;
}

.o-contents__table table {
  width: 100%;
}

.o-contents__table table th {
  width: 15%;
  border: 1px solid #95822b;
  color: #ffd720;
  padding: 1em;
  text-align: left;
}

.o-contents__table table th.center {
  text-align: center;
  vertical-align: middle;
  padding: 3em 0;
}

.o-contents__table table th.center img {
  min-width: 48px;
}

.o-contents__table table th.center-head {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}

.o-contents__table table td {
  border: 1px solid #95822b;
  padding: 1em;
  vertical-align: middle;
}

.o-contents__table--job table th {
  width: auto;
  background-color: rgba(255, 255, 255, 0.2);
}

.o-contents__note {
  color: #ffd720;
  position: relative;
  top: -2em;
}

.o-contents-bg {
  width: 100vw;
  height: 100vh;
  background-image: url(../img/common/contents-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.o-video {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 100vw;
}

.o-video__screen {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  /* ドット（水玉）模様のCSS */
  background-image: radial-gradient(#000000 11%, transparent 11%), radial-gradient(#000000 11%, transparent 11%);
  background-position: 0 0, 5px 5px;
  background-size: 10px 10px;
  opacity: 0;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.o-video__wrapper {
  min-height: 100%;
  min-height: 100vh;
  min-width: 100%;
  min-width: 100vw;
}

.o-video video {
  position: absolute;
  z-index: 5;
  top: 45%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation-duration: 3.0s;
          animation-duration: 3.0s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes fadeIn_video {
  0% {
    opacity: 1;
    top: 45%;
  }
  50% {
    opacity: 1;
    top: 45%;
  }
  65% {
    opacity: 0;
    top: 45%;
  }
  100% {
    opacity: 1;
    top: 50%;
  }
}

@keyframes fadeIn_video {
  0% {
    opacity: 1;
    top: 45%;
  }
  50% {
    opacity: 1;
    top: 45%;
  }
  65% {
    opacity: 0;
    top: 45%;
  }
  100% {
    opacity: 1;
    top: 50%;
  }
}

#video_pc {
  display: block;
}

#video_sp {
  display: none;
}

.c-staremperor-soulreaper {
  padding-top: 100px;
}

.c-staremperor-soulreaper__box {
  position: relative;
  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;
  margin-bottom: 180px;
}

.c-staremperor-soulreaper__box:last-child {
  margin-bottom: 0;
}

.c-staremperor-soulreaper__box .info {
  width: 50%;
  position: relative;
  z-index: 10;
}

.c-staremperor-soulreaper__box .info .info-box {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px;
  color: #000;
}

.c-staremperor-soulreaper__box .info .info-box p {
  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;
  font-weight: bold;
  border-bottom: 1px solid #777777;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.c-staremperor-soulreaper__box .info .info-box p:last-child {
  margin-bottom: 0;
}

.c-staremperor-soulreaper__box .info .info-box p span {
  display: block;
}

.c-staremperor-soulreaper__box .info h4 {
  text-align: center;
  margin-bottom: 20px;
}

.c-staremperor-soulreaper__box .info p {
  margin-bottom: 30px;
}

.c-staremperor-soulreaper__box .image01 {
  position: absolute;
  z-index: 5;
  right: -60px;
  top: -210px;
}

.c-staremperor-soulreaper__box .image02 {
  position: absolute;
  z-index: 5;
  left: -180px;
  top: -100px;
}

.c-staremperor-soulreaper__box .image0102_sp {
  display: none;
}

.c-staremperor-soulreaper__box .image03 {
  position: absolute;
  z-index: 5;
  right: -160px;
  top: -220px;
}

.c-staremperor-soulreaper__box .image04 {
  position: absolute;
  z-index: 5;
  left: -170px;
  top: -40px;
}

.c-staremperor-soulreaper__box .image0204_sp {
  display: none;
}

.c-staremperor-soulreaper__block {
  margin-bottom: 50px;
}

.c-staremperor-soulreaper__block:last-child {
  margin-bottom: 0;
}

.c-staremperor-soulreaper__mini-title {
  text-align: center;
  margin-bottom: 30px;
}

.c-staremperor-soulreaper__list {
  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-staremperor-soulreaper__list--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-staremperor-soulreaper__list--center li {
  margin: 0 1em;
}

.c-staremperor-soulreaper__list li {
  width: 23%;
}

.c-staremperor-soulreaper__list li .image {
  background-color: #fff;
  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: 200px;
}

.c-staremperor-soulreaper__list li h5 {
  font-size: 1.6rem;
  text-align: center;
  padding: .5em 0;
}

.c-staremperor-soulreaper__list li.staremperor {
  background-color: #a67b62;
}

.c-staremperor-soulreaper__list li.staremperor .image {
  border: 1px solid #a67b62;
}

.c-staremperor-soulreaper__list li.soulreaper {
  background-color: #e6694b;
}

.c-staremperor-soulreaper__list li.soulreaper .image {
  border: 1px solid #e6694b;
}

.c-data__mini-title {
  text-align: center;
  margin-bottom: 25px;
}

.c-data__block {
  margin-bottom: 50px;
}

.c-data__block:last-child {
  margin-bottom: 0;
}

.c-data__notes {
  color: #ffd720;
}

.c-data__link a {
  color: #ffd720;
  text-decoration: underline;
}

.c-data__skill-tree {
  text-align: center;
}

.c-others__center {
  text-align: center;
  margin-bottom: 40px;
}

.c-others__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;
  margin-bottom: 45px;
}

.c-others__flex:last-child {
  margin-bottom: 50px;
}

.c-others__flex .left {
  width: 48%;
}

.c-others__flex .left h4 {
  margin-bottom: 10px;
}

.c-others__flex .left p span {
  font-weight: bold;
  display: block;
  font-size: 1.6rem;
  margin-bottom: 5px;
}

.c-others__flex .left p + p {
  margin-top: 1em;
}

.c-others__flex .right {
  width: 48%;
}

.c-others__title {
  margin-bottom: 20px;
}

.c-others__table-title {
  font-size: 1.6rem;
  margin-top: 50px;
  margin-bottom: 20px;
  color: #ffd720;
}

.c-others__table-title--first {
  margin-top: 0;
}

.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;
  margin-bottom: 35px;
}

.c-wallpaper__flex .left {
  width: 670px;
}

.c-wallpaper__flex .right {
  width: 230px;
  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__flex .right a {
  display: block;
  margin-bottom: 7px;
}

.c-wallpaper__flex .right a:last-child {
  margin-bottom: 0;
}

.c-wallpaper__name {
  margin-bottom: 20px;
}

.c-wallpaper__text {
  font-size: 1.2rem;
}

.c-cautions li {
  background-image: url(../img/cautions/icon.png);
  background-size: 11px 11px;
  background-position: left 3px;
  background-repeat: no-repeat;
  padding-left: 1.5em;
  font-size: 1.2rem;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #806c10;
}

@media only screen and (max-width: 599px) {
  body {
    min-width: auto;
  }
  .o-main {
    padding: 0 1rem;
  }
  .o-header {
    min-width: auto;
    min-height: auto !important;
  }
  .o-header__copy {
    position: relative;
    -webkit-transform: none;
            transform: none;
    margin: 1em;
    padding: 0em 2em;
    top: auto;
    left: auto;
  }
  .o-header__title {
    position: relative;
    top: 100px;
    left: auto;
    margin-bottom: -50px;
    -webkit-transform: none;
            transform: none;
    padding: 0 1rem;
  }
  .o-header__date {
    position: relative;
    -webkit-transform: none;
            transform: none;
    margin: 1em;
    left: auto;
    bottom: auto;
    top: 150px;
  }
  .o-header__banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 200px;
    position: relative;
    bottom: auto;
    top: 150px;
    left: auto;
    -webkit-transform: none;
            transform: none;
    padding: 0 1rem;
  }
  .o-header__banner a {
    margin: 0;
  }
  .o-header__banner a + a {
    margin-top: 1em;
  }
  .c-toolbar {
    display: none;
  }
  .nav {
    display: none;
  }
  .nav-sp {
    display: block;
    position: fixed;
    z-index: 9999;
    top: 10px;
    right: 10px;
  }
  .o-contents:last-child {
    margin-bottom: 100px;
  }
  .o-contents__sec-title {
    max-width: 250px;
    margin: 0 auto 35px;
  }
  .o-contents__title {
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  .o-contents__title img {
    max-width: 200px;
  }
  .o-contents__title--back-text {
    border-bottom: none;
    padding-bottom: 100px;
    z-index: 10;
    top: 60px;
  }
  .o-contents__title--back-text img {
    display: none;
  }
  .o-contents__title--back-text img.sp {
    display: block;
    max-width: 180px;
  }
  .o-contents__boxs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 50px;
  }
  .o-contents__boxs .o-contents__box {
    width: 100%;
  }
  .o-contents__boxs .o-contents__box p {
    height: auto;
    margin-bottom: 10px;
  }
  .o-contents__boxs .o-contents__box ul li a {
    padding: .5em;
  }
  .o-contents__box {
    margin-bottom: 30px;
  }
  .o-contents__box {
    padding: 10px;
  }
  .o-contents__table table tr {
    border: 1px solid #95822b;
  }
  .o-contents__table table tr:first-child {
    display: table-cell;
  }
  .o-contents__table table th {
    display: block;
    width: 100%;
    border: none;
  }
  .o-contents__table table th.center {
    padding: 1em;
    display: table-cell;
    width: auto;
  }
  .o-contents__table table th.center + td {
    padding-top: 1em;
    display: table-cell;
    border-left: 1px solid #95822b;
    vertical-align: middle;
  }
  .o-contents__table table td {
    display: block;
    width: 100%;
    border: none;
    padding-top: 0;
  }
  .o-contents__table--job {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
  }
  .o-contents__table--job table tr {
    border: none;
  }
  .o-contents__table--job table tr:first-child {
    display: contents;
  }
  .o-contents__table--job table th {
    display: table-cell;
    width: auto;
    border: 1px solid #95822b;
    padding: .5em;
  }
  .o-contents__table--job table td {
    display: table-cell;
    width: auto;
    border: 1px solid #95822b;
    padding: .5em;
    text-align: center;
  }
  .o-contents__note {
    top: -.5em;
  }
  .o-contents-bg {
    background-image: url(../img/common/contents-bg_sp.png);
    background-position: top right;
    left: auto;
    right: 0;
  }
  .o-video__wrapper {
    min-height: auto;
    min-width: auto;
  }
  @-webkit-keyframes fadeIn_video {
    0% {
      opacity: 1;
      top: 40%;
    }
    50% {
      opacity: 1;
      top: 40%;
    }
    65% {
      opacity: 0;
      top: 40%;
    }
    100% {
      opacity: 1;
      top: 50%;
    }
  }
  @keyframes fadeIn_video {
    0% {
      opacity: 1;
      top: 40%;
    }
    50% {
      opacity: 1;
      top: 40%;
    }
    65% {
      opacity: 0;
      top: 40%;
    }
    100% {
      opacity: 1;
      top: 50%;
    }
  }
  #video_pc {
    display: none;
  }
  #video_sp {
    display: block;
  }
  .c-staremperor-soulreaper {
    padding-top: 50px;
  }
  .c-staremperor-soulreaper__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 50px;
  }
  .c-staremperor-soulreaper__box .info {
    width: 100%;
  }
  .c-staremperor-soulreaper__box .image01 {
    display: none;
  }
  .c-staremperor-soulreaper__box .image02 {
    display: none;
  }
  .c-staremperor-soulreaper__box .image0102_sp {
    display: block;
    position: absolute;
    z-index: 5;
    top: -200px;
    right: -10px;
  }
  .c-staremperor-soulreaper__box .image03 {
    display: none;
  }
  .c-staremperor-soulreaper__box .image04 {
    display: none;
  }
  .c-staremperor-soulreaper__box .image0204_sp {
    display: block;
    position: absolute;
    z-index: 5;
    top: -200px;
    right: -25px;
  }
  .c-staremperor-soulreaper__mini-title img {
    max-width: 150px;
  }
  .c-staremperor-soulreaper__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-staremperor-soulreaper__list--center {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-staremperor-soulreaper__list--center li {
    margin: 0;
  }
  .c-staremperor-soulreaper__list li {
    width: 48%;
    margin-bottom: 10px;
  }
  .c-staremperor-soulreaper__list li .image {
    height: 150px;
  }
  .c-staremperor-soulreaper__list li h5 {
    font-size: 1.4rem;
  }
  .c-others__center {
    margin-bottom: 20px;
  }
  .c-others__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-others__flex .left {
    width: 100%;
    margin-bottom: 10px;
  }
  .c-others__flex .right {
    width: 100%;
  }
  .c-wallpaper__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-wallpaper__flex .left {
    width: 100%;
  }
  .c-wallpaper__flex .right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
  }
  .c-wallpaper__flex .right a {
    margin-bottom: 0;
    margin: 2px 1px 0;
  }
  .c-wallpaper__name {
    text-align: center;
    margin-bottom: 10px;
  }
}
