@charset "UTF-8";
html {
  color: #000;
  background: transparent;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

body {
  width: 100%;
  font-size: 15px;
  line-height: 1.2;
  text-align: center;
  overflow: auto;
  user-select: none;
  /* CSS3 */
  -moz-user-select: none;
  /* Firefox */
  -webkit-user-select: none;
  /* Safari、Chromeなど */
  -ms-user-select: none;
  /* IE10かららしい */
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  color: #fff;
}

body img {
  max-width: 100%;
}

body a {
  text-decoration: none;
}

.modalbox {
  text-align: center;
  position: fixed;
  display: none;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 500px;
  height: 325px;
  text-align: center;
  background-image: url(../images/caution.png);
  background-repeat: no-repeat;
  background-position: center;
}

.modalbox #yesno a {
  cursor: pointer;
  margin: -130px 20px 0 20px;
}

.modalbox #yesno img {
  transition: 0.2s;
}

.modalbox #yesno img:hover {
  cursor: pointer;
  -webkit-transform: scale(1.1) !important;
  transform: scale(1.1) !important;
}

#ageau {
  width: 100%;
  height: 100%;
  background-color: #FFF;
  position: fixed;
  z-index: 900;
  opacity: 0.9;
}

#yesno {
  display: flex;
  position: absolute;
  bottom: 0px;
  left: 6px;
}

.loading {
  width: 100%;
  min-height: 100vh;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
}

.load_chara {
  background-image: url(../images/chara/bg.jpg);
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: 50 !important;
}

#wrapper {
  display: flex;
  min-width: 1200px;
  min-height: 800px;
  overflow: hidden;
}

.scroll {
  height: 100vh;
  overflow: hidden;
}

.w1200 {
  width: 1200px;
  max-width: 1200px;
  height: auto;
  margin: 70px auto 170px;
  position: relative;
  left: 70px;
}

header {
  width: 342px;
  background-image: url(../images/menu_bg.png);
  height: 100%;
  min-height: 800px;
  text-align: center;
  margin-left: -60px;
  position: fixed;
  z-index: 99;
  padding-top: 30px;
}

header ul {
  margin-top: 20px;
}

header li {
  margin-top: 15px;
  height: 27px;
  vertical-align: middle;
}

header .menu_logo {
  height: 120px;
  vertical-align: middle;
}

header .menu_logo img {
  width: 180px !important;
}

header .menu_logo img:hover {
  width: 190px !important;
  filter: brightness(1.2) !important;
}

header a img {
  width: 150px;
  transition: 0.2s;
}

header a img:hover {
  width: 160px;
  filter: brightness(2.5);
}

header .package_btn {
  width: 130px;
  text-align: center;
  position: absolute;
  bottom: 150px;
  left: 105px;
}

header .package_btn a img {
  width: 120px;
  transition: 0.2s;
}

header .package_btn a img:hover {
  width: 130px;
  filter: brightness(1.2);
}

@media screen and (max-height: 780px) {
  header {
    position: absolute !important;
  }
}

.bright img {
  filter: brightness(2.5);
}

footer {
  z-index: 600;
  height: 95px;
  position: fixed;
  margin-top: -95px;
  bottom: 0px;
  width: 100%;
  min-width: 1200px;
  background: #fff;
}

footer .footerWrap {
  height: 95px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

footer .bannerList {
  margin-left: 10px;
}

footer .bannerList ul {
  display: flex;
  align-items: center;
}

footer .bannerList li {
  margin: 3px;
  width: 180px;
}

footer .bannerList li a img {
  width: 170px;
  border: 1px solid #fff;
  border: solid 2px #008eff;
  transition: 0.2s;
  border-radius: 10px;
}

footer .bannerList li a img:hover {
  width: 180px;
  filter: brightness(1.2);
}

footer .copy {
  color: #008eff;
  margin-right: 20px;
  display: flex;
  flex-wrap: nowrap;
  text-align: right;
  align-items: center;
}

footer .copy .minitext {
  margin-top: 5px;
}

footer .copy .sitename {
  font-size: 13px;
}

footer .copy .copyright {
  font-size: 10px;
}

footer .copy .pull_logo {
  width: 85px;
  margin-left: 10px;
}

footer .right_wrap {
  text-align: right;
}

footer .right_wrap p img {
  margin-right: 25px;
}

.takeoff {
  width: 300px;
  position: absolute;
  bottom: 94px;
  right: 200px;
}

.op_btn {
  width: 110px;
  text-align: center;
  position: absolute;
  bottom: 110px;
  right: 20px;
}

.op_btn a img {
  width: 100px;
  transition: 0.2s;
}

.op_btn a img:hover {
  width: 110px;
  filter: brightness(1.2);
}

.rotate {
  transform: perspective(800px) rotateY(-5deg);
}

.left_text {
  position: fixed;
  left: 20px;
  bottom: 110px;
  z-index: 5;
  pointer-events: none;
}

#stalker {
  pointer-events: none;
  position: fixed;
  top: 10px;
  left: 10px;
  background: #008eff;
  transform: translate(0, 0);
  transition-timing-function: ease-out;
  font-size: 12px;
  color: #fff;
  z-index: 999;
}

#stalker.hov_ {
  display: none;
}
