/* 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;
  scroll-padding-top: 222px;
}

body {
  margin: 0;
}

main {
  display: block;
}


iframe,
p,
table {
  margin: 0;
}


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

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


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

button {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: 0 0;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

[type=button],
button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

[type=button]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

body {
  color: #fff;
  /* background-color: #fff; */
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  /* min-width: 1400px; */
  /* background-image: url(../img/common/contents-bg.png);
  background-repeat: repeat-y;
  background-size: cover; */
  position: relative;
}

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

::selection {
  background-color: rgba(51, 51, 51, 0.7);
  color: #fff;
}

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

a {
  color: #00deff;
  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,
button {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

ul {
  list-style: none;
}

.l-header {
  position: relative;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 1;
}
.l-header__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -40%) scale(1.2);
          transform: translate(-50%, -40%) scale(1.2);
}
.l-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 105vh; /* 背景が全て見えるように高さを増やす */
  background-image: url('./img/site_image.png');
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.l-bg__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.l-bg.fixed {
  position: fixed;
  top: auto;
  bottom: 0; /* 画面の下に固定 */
}

.l-main {
  opacity: 0;
  transition: opacity 1s, transform 1s ease;
  margin-top: 60px;
  transform: translateY(50px);
}

.l-main.show {
  opacity: 1;
  transform: translateY(0);
}

.l-main__banner {
  position: relative;
  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: 900px;
  margin: 0 auto;
  gap: 100px;
  padding: 0 15px;
}
.l-header__banner a {
  display: block;
  min-width: 400px;
  margin: 0 30px;
}

.l-main {
  padding-top:  75px;
  padding-bottom: 200px;
  width: 100%;
  position: relative;
  z-index: 2;
}

.l-section {
  max-width: 1030px;
  padding: 0 15px;
  margin: 80px auto 0;
}
.l-section + .l-section {
  margin-top: 150px;
}

.l-container {
  position: relative;
}
.l-container + .l-container {
  margin-top: 80px;
}
.l-container::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  top: 2px;
  left: 2px;
  box-shadow: 0px 0px 5px 6px rgba(255, 192, 0, 0.5), 5px 5px 5px -5px rgba(255, 192, 0, 0.5);
}
.l-container::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
}
.l-container__title {
  text-align: center;
  margin-bottom: 30px;
}
.l-container__minTitle {
  text-align: center;
  margin-bottom: 20px;
}

.l-inner {
  padding: 60px;
  margin: 0 auto;
}

.o-nav {
  width: 100%;
}
.o-nav nav {
  position: relative;
  width: 100%;
  height: 122px;
  margin: 0 auto;
  z-index: 999;
  background-image: url(../img/common/menu-bg.png);
  background-repeat: repeat-x;
  background-position: left center;
}
.o-nav ul {
  height: 100%;
  max-width: 1220px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.o-nav li {
  width: 100%;
  display: flex;
  align-items: center;
}
.o-nav li a {
  display: block;
  max-width: 173px;
  width: 100%;
  height: 60px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.o-nav li:nth-child(1) a {
  background-image: url(../img/common/nav01.png);
}
.o-nav li:nth-child(1) a:hover {
  background-image: url(../img/common/nav01_on.png);
}
.o-nav li:nth-child(2) a {
  background-image: url(../img/common/nav02.png);
}
.o-nav li:nth-child(2) a:hover {
  background-image: url(../img/common/nav02_on.png);
}
.o-nav li:nth-child(3) a {
  background-image: url(../img/common/nav03.png);
}
.o-nav li:nth-child(3) a:hover {
  background-image: url(../img/common/nav03_on.png);
}
.o-nav li:nth-child(4) a {
  background-image: url(../img/common/nav04.png);
}
.o-nav li:nth-child(4) a:hover {
  background-image: url(../img/common/nav04_on.png);
}
.o-nav li:nth-child(5) a {
  background-image: url(../img/common/nav05.png);
}
.o-nav li:nth-child(5) a:hover {
  background-image: url(../img/common/nav05_on.png);
}
.o-nav li:nth-child(6) a {
  background-image: url(../img/common/nav06.png);
}
.o-nav li:nth-child(6) a:hover {
  background-image: url(../img/common/nav06_on.png);
}
.o-nav li:nth-child(7) a {
  background-image: url(../img/common/nav07.png);
}
.o-nav li:nth-child(7) a:hover {
  background-image: url(../img/common/nav07_on.png);
}

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

.o-spNav {
  display: none;
  background-color: #15101a;
  border-left: 6px solid #b0790c;
  border-right: 6px solid #b0790c;
  padding: 10% 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: 300px;
}
.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: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.o-spNav li {
  width: 48%;
  text-align: center;
  margin-bottom: 30px;
}
.o-spNav li a {
  color: #fff;
}

.o-hamburger {
  display: none;
}

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

.o-table + .o-table {
  margin-top: 20px;
}
.o-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 3px;
}
.o-table th,
.o-table td {
  font-weight: 400;
  padding: 0.5em;
  vertical-align: middle;
}
.o-table th {
  text-align: center;
  color: #fff;
  width: 25%;
  background-color: #c9784a;
}
.o-table td {
  background-color: #f9ecd5;
  color: #000;
}

body.scroll-stop {
  overflow: hidden;
}

.c-intro {
  position: relative;
  margin-top: 0;
  max-width: 100%;
  padding: 125px 15px;
}

.c-intro__top {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.c-intro__top .block {
  width: 45%;
  max-width: 450px;
}
.c-intro__top .block p {
  margin-top: 1em;
}
.c-intro__bottom {
  margin-top: 60px;
  text-align: center;
}
.c-intro__bottom p {
  margin-top: 1em;
}

.charaBG {
  background-image: url(../img/intro/chara01.png),url(../img/intro/chara02.png);
  background-position: left bottom,right bottom;
  background-repeat: no-repeat,no-repeat;
}


.c-top__story {
  text-align: center;
}
.c-top__person-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-top__person-list li {
  width: 46%;
  margin-bottom: 40px;
  text-align: center;
}
.c-top__person-list li p {
  text-align: left;
  margin-top: 1em;
}
.c-top__tracker {
  margin-top: 40px;
}
.c-top__tracker-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 40px;
}
.c-top__tracker-list li {
  width: 32%;
  width: 100%;
  text-align: center;
}
.c-top__tracker-list li p {
  text-align: left;
  margin-top: 1em;
}
.c-top__tracker-more {
  margin-top: 40px;
}
.c-top__tracker-more h4 {
  text-align: center;
}
.c-top__tracker-more ul {
  margin-top: 30px;
  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;
  flex-wrap: wrap;
  row-gap: 30px;
}
.c-top__tracker-more ul li {
  margin: 0 30px;
  width: 37%;
}

.c-howto-start .l-inner {
  padding-bottom: 30px;
}
.c-howto-start .l-inner + .l-inner {
  padding-top: 30px;
}
.c-howto-start .l-inner:last-child {
  padding-bottom: 60px;
}
.c-howto-start__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.c-howto-start__block .left {
  width: 46%;
}
.c-howto-start__block .left p {
  margin-bottom: 1em;
  line-height: 1.7;
}
.c-howto-start__block .left a:hover {
  cursor: pointer;
}
.c-howto-start__block .right {
  width: 46%;
}

.c-howto-start__block .right p:not(:first-child) {
  margin-top: 25px;
}

.c-new-map__map {
  text-align: center;
  max-width: 640px;
    margin: 0 auto 50px;
}
.c-new-map__map p {
  margin-top: 1em;
  text-align: left;
}
.c-new-map__map-expansion {
  text-align: center;
  max-width: 660px;
  margin: 0 auto;
}
.c-new-map__swiper {
  position: relative;
  max-width: 780px;
  margin: 30px auto 0;
}
.c-new-map__swiper .swiper-container {
  overflow: hidden;
}
.c-new-map__swiper .swiper-slide {
  text-align: center;
}
.c-new-map__swiper .swiper-button-prev::after,
.c-new-map__swiper .swiper-button-next::after {
  content: "";
  width: 34px;
  height: 53px;
  background-image: url(../img/new-map/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.c-new-map__swiper .swiper-button-prev {
  left: -50px;
}
.c-new-map__swiper .swiper-button-prev::after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.c-new-map__swiper .swiper-button-next {
  right: -50px;
}

.c-memorial-dungeon__block + .c-memorial-dungeon__block {
  margin-top: 80px;
}

.c-memorial-dungeon__table {
  margin-top: 60px;
}
.c-memorial-dungeon__table h4 {
  text-align: center;
  margin-bottom: 20px;
}

.c-memorial-dungeon__box {
  display: flex;
}

.c-memorial-dungeon__boxLeft {
  width: 50%;
  text-align: center;
}
.c-memorial-dungeon__boxLeft p {
  text-align: left;
  margin-bottom: 30px;
}
.c-memorial-dungeon__boxLeft img {
  margin-bottom: 30px;
}
.c-memorial-dungeon__boxRight {
  width: 50%;
  text-align: center;
}
.c-memorial-dungeon__boxRight img {
  margin-bottom: 30px;
}

.c-memorial-dungeon__btn {
  text-align: center;
}


.climax__box {
  display: flex;
  flex-wrap: wrap;
}
.climax__box p {
  text-align: left;
  margin-bottom: 30px;
}
.climax__box img {
  margin-bottom: 20px;
}


.climax__boxLeft {
  width: 50%;
  padding: 0px 30px 50px 0px;
}
.climax__boxRight {
  width: 50%;
  padding: 0px 0px 50px 30px;
}
.chara {
  text-align: center;
}




.c-new-equipment-system__block {
  margin-top: 80px;
}
.c-new-equipment-system__flex {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-direction: column;
}
.c-new-equipment-system__flex .left {
  width: 100%;
}
.c-new-equipment-system__flex .left p + p {
  margin-top: 1em;
}
.c-new-equipment-system__flex .right {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.c-new-equipment-system__flex--transcendence .left {
  width: 70%;
}
.c-new-equipment-system__flex--transcendence .right {
  width: 27%;
}
.c-new-equipment-system__button {
  text-align: center;
  margin-top: 30px;
}

.c-data__block + .c-data__block {
  margin-top: 50px;
}
.c-data__block h3 {
  text-align: center;
  margin-bottom: 30px;
}
.c-data__item-block + .c-data__item-block {
  margin-top: 40px;
}
.c-data__item-block h4 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #792b00;
  color: #fff;
  padding: 5px 0;
  border: 2px solid #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 6px #fff;
          box-shadow: 0 0 6px #fff;
}
.c-data__item-block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-data__item-block ul li {
  margin: 0 10px 20px;
  width: 152px;
}
.c-data__item-block ul 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;
  background-image: url(../img/data/box.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 152px;
}
.c-data__item-block ul li img {
  max-width: 75px;
}
.c-data__item-block ul li h5 {
  text-align: center;
  margin-top: 10px;
}
.c-data__map-block {
  max-width: 768px;
  margin: 0 auto;
}
.c-data__map-block + .c-data__map-block {
  margin-top: 60px;
}
.c-data__map-block h4 {
  text-align: center;
}
.c-data__map-block .image {
  text-align: center;
  margin-top: 40px;
}
.c-data__map-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-data__map-block .flex .left {
  width: 34%;
  text-align: center;
}
.c-data__map-block .flex .left img {
  margin-bottom: 20px;
}
.c-data__map-block .flex .left a img {
  margin-bottom: 0;
}
.c-data__map-block .flex .right {
  width: 60%;
}
.c-data__map-block .flex .right .map-head {
  background-color: #c9784a;
}

.c-wallpaper__sample {
  text-align: center;
}
.c-wallpaper__buttons {
  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-wallpaper__comment {
  margin-top: 30px;
  text-align: center;
}
.c-wallpaper__comment p {
  text-align: left;
  margin-top: 1em;
}



.person__anchor {
  position: relative;
  z-index: 10;
  width: 100%;
}
.person__flex {
  position: relative;
}
.person__flex .person__image img {
  max-width: 100%;
}
.person__flex .person__anchor {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px 10px;
  padding: 0 0 30px 0;
}
.person__flex .person__anchor li {
  cursor: pointer;
}
.person__flex .person__anchor li a {
  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%;
}

.person__box01 {
  border: 2px solid #359bdb;
  background:rgba(0,0,0,0.7);
  padding: 30px 40px 40px 40px;
  margin-top: 100px;
  position: relative;
}
.person__box02 {
  border: 2px solid #b352be;
  background:rgba(0,0,0,0.7);
  padding: 30px 40px 40px 40px;
  margin-top: 100px;
  position: relative;
}
.person__box03 {
  border: 2px solid #e35f65;
  background:rgba(0,0,0,0.7);
  padding: 30px 40px 40px 40px;
  margin-top: 100px;
  position: relative;
}
.person__box04 {
  border: 2px solid #1128b0;
  background:rgba(0,0,0,0.7);
  padding: 30px 40px 40px 40px;
  margin-top: 100px;
  position: relative;
}
.person__box05 {
  border: 2px solid #912f0a;
  background:rgba(0,0,0,0.7);
  padding: 30px 40px 40px 40px;
  margin-top: 100px;
  position: relative;
}
.person__box06 {
  border: 2px solid #777777;
  background:rgba(0,0,0,0.7);
  padding: 30px 40px 40px 40px;
  margin-top: 100px;
  position: relative;
}
.person__box07 {
  border: 2px solid #3e9b92;
  background:rgba(0,0,0,0.7);
  padding: 30px 40px 40px 40px;
  margin-top: 100px;
  position: relative;
}
.person__box08 {
  border: 2px solid #a082bb;
  background:rgba(0,0,0,0.7);
  padding: 30px 40px 40px 40px;
  margin-top: 100px;
  position: relative;
}
.person__box09 {
  border: 2px solid #916f1d;
  background:rgba(0,0,0,0.7);
  padding: 30px 40px 40px 40px;
  margin-top: 100px;
  position: relative;
}
.person__box10 {
  border: 2px solid #459c00;
  background:rgba(0,0,0,0.7);
  padding: 30px 40px 40px 40px;
  margin-top: 100px;
  position: relative;
}
.person__box11 {
  border: 2px solid #850029;
  background:rgba(0,0,0,0.7);
  padding: 30px 40px 40px 40px;
  margin-top: 100px;
  position: relative;
}


.person__name {
  padding: 0px 0px 20px 0px;
  margin-bottom: 20px;
}

.name01 {
  border-bottom: 3px solid #e4a62a;
}
.name02 {
  border-bottom: 3px solid #2f24ac;
}
.name03 {
  border-bottom: 3px solid #4a4a4a;
}
.name04 {
  border-bottom: 3px solid #badaea;
}
.name05 {
  border-bottom: 3px solid #999999;
}
.name06 {
  border-bottom: 3px solid #1cddea;
}
.name07 {
  border-bottom: 3px solid #d2af81;
}
.name08 {
  border-bottom: 3px solid #e7955c;
}
.name09 {
  border-bottom: 3px solid #ca5943;
}
.name10 {
  border-bottom: 3px solid #5284c4;
}
.name11 {
  border-bottom: 3px solid #951f12;
}
.name12 {
  border-bottom: 3px solid #3a516f;
}
.name13 {
  border-bottom: 3px solid #50a684;
}
.name14 {
  border-bottom: 3px solid #409ee7;
}
.name15 {
  border-bottom: 3px solid #e23733;
}
.name16 {
  border-bottom: 3px solid #7e1115;
}
.name17 {
  border-bottom: 3px solid #7a54b0;
}
.name18 {
  border-bottom: 3px solid #772548;
}
.name19 {
  border-bottom: 3px solid #f7afa4;
}
.name20 {
  border-bottom: 3px solid #8b9f90;
}
.name21 {
  border-bottom: 3px solid #5e518d;
}
.name22 {
  border-bottom: 3px solid #f41127;
}

.person__chara {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.person__txt {
  width: 65%;
  line-height: 2em;
}
.person__txtFull {
  width: 100%;
  line-height: 2em;
  margin-bottom: 200px;
}

/*--------------------------------------*
 * foundation
 *--------------------------------------*/
/*--------------------------------------*
 * layout
 *--------------------------------------*/
/*--------------------------------------*
 * object
 *--------------------------------------*/
/*-------------------
 * main
 *-------------------*/
/*-------------------
 * sample
 *-------------------*/
 @media (max-width: 768px) {
  html {
    scroll-padding-top: 0;
  }
  
  .l-header__logo {
    transform: translate(-50%, -40%) scale(1);
    width: 100%;
  }
  .o-hamburger {
    display: block;
    position: fixed;
    z-index: 9998;
    top: 3rem;
    right: 1rem;
    width: 45px;
    height: 45px;
    background-image: linear-gradient(180deg, rgba(255, 178, 0, 1), rgba(180, 34, 0, 1));
    border: 2px solid #fff;
    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: #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 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-nav {
    display: none;
  }
  .o-spNav {
    display: block;
  }
  .l-main__banner {
    gap: 30px;
  }
 }
@media (max-width: 599px) {
  body {
    min-width: auto;
  }
  .l-header {
    top: auto;
    margin-top: 0;
  }
  /* .l-header__logo {
    top: 5%;
    max-width: 200px;
  } */
  .l-header__banner a {
    min-width: 150px;
    margin: 0 10px;
  }
  .l-main {
    padding-top: 0;
  }
  .l-section + .l-section {
    margin-top: 100px;
  }
  .l-container__title {
    margin-bottom: 20px;
  }
  .l-container__minTitle {
    margin-bottom: 10px;
  }
  .l-inner {
    padding: 30px 15px;
  }
  
  
  .o-title {
    margin-bottom: 20px;
  }
  .o-table--sp-table {
    overflow-x: scroll;
  }
  .o-table--sp-table table {
    table-layout: auto;
    white-space: nowrap;
  }
  .c-intro {
    padding: 80px 15px;
  }
  .c-intro__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-intro__top .block {
    width: 100%;
  }
  .c-intro__top .block + .block {
    margin-top: 30px;
  }
  .c-intro__bottom {
    margin-top: 30px;
  }
  .c-intro__bottom p {
    text-align: left;
  }
  .c-top__person-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-top__person-list li {
    width: 100%;
    margin-bottom: 0;
  }
  .c-top__person-list li + li {
    margin-top: 40px;
  }
  .c-top__tracker-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 0;
  }
  .c-top__tracker-list li {
    width: 100%;
  }
  .c-top__tracker-list li + li {
    margin-top: 40px;
  }
  .c-top__tracker-more ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-top__tracker-more ul li {
    margin: 0;
    width: 100%;
    text-align: center;
  }
  .c-top__tracker-more ul li + li {
    margin-top: 20px;
  }
  .c-howto-start__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-howto-start__block .left {
    width: 100%;
  }
  .c-howto-start__block .right {
    width: 100%;
    margin-top: 20px;
  }
  .c-new-map__map-expansion {
    margin-top: 30px;
  }
  .c-new-map__swiper .swiper-button-prev {
    left: 0;
  }
  .c-new-map__swiper .swiper-button-next {
    right: 0;
  }
  .c-memorial-dungeon__block + .c-memorial-dungeon__block {
    margin-top: 60px;
  }
  .c-memorial-dungeon__table {
    margin-top: 40px;
  }
  .c-new-equipment-system__block {
    margin-top: 60px;
  }
  .c-new-equipment-system__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-new-equipment-system__flex .left {
    width: 100%;
  }
  .c-new-equipment-system__flex .right {
    width: 100%;
    margin-top: 20px;
  }
  /* .c-data__item-block ul li {
    width: 125px;
  } */
  /* .c-data__item-block ul li a {
    height: 125px;
  } */
  .c-data__map-block .image {
    margin-top: 20px;
  }
  .c-data__map-block .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-data__map-block .flex .left {
    width: 100%;
  }
  .c-data__map-block .flex .right {
    width: 100%;
    margin-top: 20px;
  }
  .c-wallpaper__buttons {
    margin-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-wallpaper__button + .c-wallpaper__button {
    margin-top: 15px;
  }
  .person__flex .person__anchor {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 10px;
  padding: 0 0 30px 0;
}
.person__txt {
  width: 100%;
  line-height: 1.5em;
  margin-bottom: 260px;
}
.person__txtFull {
  width: 100%;
  line-height: 1.5em;
  margin-bottom: 60px;
}

.c-memorial-dungeon__box {
  display: flex;
  flex-direction: column;
}
.c-memorial-dungeon__boxLeft {
  width: 100%;
  text-align: center;
}
.c-memorial-dungeon__boxRight {
  width: 100%;
  text-align: center;
}

.climax__box {
  display: flex;
  flex-direction: column;
}
.climax__boxLeft {
  width: 100%;
  padding: 0px 0px 50px 0px;
}
.climax__boxRight {
  width: 100%;
  padding: 0px 0px 50px 0px;
}

.charaBG {
  background-image: none,none;
}

}
/*# sourceMappingURL=style.css.map */