@charset "UTF-8";
/* ---------------------------------------------------------
reset
--------------------------------------------------------- */
*, ::after, ::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: transparent;
}

body, ul, li, button {
  margin: 0;
  padding: 0;
}

body {
  background: #000;
}

main {
  display: block;
}

ul, li {
  list-style: none;
}

button, a {
  cursor: pointer;
}

button, img {
  border: none;
  outline: none;
}

button {
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

/* ---------------------------------------------------------
common
--------------------------------------------------------- */
.bg_wrap {
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#movBg {
  pointer-events: none;
}

.swiper-container {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.contlol {
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  width: 100%;
  text-align: center;
}

.contlol div {
  cursor: pointer;
  -webkit-transition: .4s;
  transition: .4s;
}

.contlol div:active {
  opacity: .7;
}

.swiper-button-prev,
.swiper-button-next {
  margin: 0;
  position: static;
  width: auto;
  height: auto;
  background: none;
  outline: none;
  -webkit-transition: .4s;
  transition: .4s;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

#btn_back {
  opacity: 0;
}

/* ---------------------------------------------------------
page
--------------------------------------------------------- */
.contents_btn {
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 58%;
  right: 0;
  left: 0;
  width: 67%;
}

.contents_btn ul {
  width: 50%;
}

.contents_btn ul:first-child {
  padding: 0 2% 0 0;
}

.contents_btn ul:last-child {
  padding: 0 0 0 2%;
}

.contents_btn li {
  margin: 0 0 3.2% 0;
}

.contents_btn li:last-child {
  margin: 0;
}

.contents_btn a {
  display: block;
  color: transparent;
  font-size: 0;
}

.bgm {
  display: block;
  position: absolute;
  width: 17.8%;
  height: 2.2%;
  color: transparent;
  font-size: 0;
}

.bgm.wealth {
  left: 2.8%;
  bottom: 9%;
}

.bgm.power {
  top: 49.8%;
  right: 29.4%;
}

.bgm.glory {
  right: 29.4%;
  bottom: 9%;
}

.mov {
  position: absolute;
}

.mov.field_move {
  top: 36.2%;
  right: 10.5%;
  width: 29%;
  height: 22%;
}

.mov.field_listen {
  top: 21%;
  left: 25.2%;
  width: 22%;
  height: 17%;
}

.mov.battle_rule {
  top: 28.5%;
  right: 10.5%;
  width: 29%;
  height: 22%;
}

.mov.battle_bp {
  bottom: 24%;
  left: 10.5%;
  width: 29%;
  height: 22%;
}

.mov.howto_quest {
  top: 44%;
  left: 25.2%;
  width: 22%;
  height: 17%;
}

.mov.howto_enemy {
  right: 2.8%;
  bottom: 11.4%;
  width: 22%;
  height: 17%;
}

.chara {
  position: absolute;
  width: 8.5%;
}

.chara.cat01 {
  left: 40.8%;
  bottom: 10.5%;
  width: 5.2%;
}

.chara.cat02 {
  left: 38.4%;
  bottom: 10.5%;
  width: 8%;
}

.chara.top_l {
  top: 16%;
  left: 27%;
}

.chara.top_r {
  top: 16%;
  right: 14.5%;
}

.chara.bottom_l {
  bottom: 32%;
  left: 0;
}

.chara.bottom_r {
  right: 41.8%;
  bottom: 32%;
}

.chara.gilderoy {
  left: -.6%;
}

.chara.scarecrow {
  left: 27%;
}

.chara.millard {
  left: -.4%;
}

.chara.sofia {
  right: 14.5%;
}

/* ---------------------------------------------------------
side_margin
--------------------------------------------------------- */
.side_margin #movBg {
  min-width: 150%;
}

.side_margin .contlol img {
  max-height: 5vh;
}

.side_margin .contents_btn a {
  height: 4.4vh;
}

/* ---------------------------------------------------------
btm_margin
swiper-container {height: baseWの高さ/幅;}
--------------------------------------------------------- */
.btm_margin #movBg {
  min-height: 100%;
}

.btm_margin .swiper-container {
  width: 100%;
  height: calc(100vw * .73733333);
}

.btm_margin .contlol img {
  max-height: 4vw;
}

.btm_margin .contents_btn a {
  height: 3.3vw;
}
/*# sourceMappingURL=common.css.map */