@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

div,
p,
img,
ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
a,
header,
article,
section,
aside,
nav,
footer {
  font-size: 100%;
  font-weight: normal;
  border: 0;
}

ul {
  list-style-type: none;
}

html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: auto;
  font-size: 62.5%;
}

a {
  text-decoration: none;
  color: #000;
}

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

small {
  font-family: Verdana, Arial, Geneva, Tahoma, sans-serif;
}

.sp {
  display: none !important;
}

.js-fit,
.js-fit-fixed {
  visibility: hidden;
}

@-webkit-keyframes shake {
  0% {
    -webkit-transform: translate3d(-6px, -2px, 0);
    transform: translate3d(-6px, -2px, 0);
  }
  10% {
    -webkit-transform: translate3d(3px, -3px, 0);
    transform: translate3d(3px, -3px, 0);
  }
  20% {
    -webkit-transform: translate3d(6px, 4px, 0);
    transform: translate3d(6px, 4px, 0);
  }
  30% {
    -webkit-transform: translate3d(-2px, 2px, 0);
    transform: translate3d(-2px, 2px, 0);
  }
  40% {
    -webkit-transform: translate3d(-5px, -4px, 0);
    transform: translate3d(-5px, -4px, 0);
  }
  50% {
    -webkit-transform: translate3d(5px, -2px, 0);
    transform: translate3d(5px, -2px, 0);
  }
  60% {
    -webkit-transform: translate3d(3px, 2px, 0);
    transform: translate3d(3px, 2px, 0);
  }
  70% {
    -webkit-transform: translate3d(-6px, 4px, 0);
    transform: translate3d(-6px, 4px, 0);
  }
  80% {
    -webkit-transform: translate3d(-3px, -2px, 0);
    transform: translate3d(-3px, -2px, 0);
  }
  100% {
    -webkit-transform: translate3d(3px, -4px, 0);
    transform: translate3d(3px, -4px, 0);
  }
}

@keyframes shake {
  0% {
    -webkit-transform: translate3d(-6px, -2px, 0);
    transform: translate3d(-6px, -2px, 0);
  }
  10% {
    -webkit-transform: translate3d(3px, -3px, 0);
    transform: translate3d(3px, -3px, 0);
  }
  20% {
    -webkit-transform: translate3d(6px, 4px, 0);
    transform: translate3d(6px, 4px, 0);
  }
  30% {
    -webkit-transform: translate3d(-2px, 2px, 0);
    transform: translate3d(-2px, 2px, 0);
  }
  40% {
    -webkit-transform: translate3d(-5px, -4px, 0);
    transform: translate3d(-5px, -4px, 0);
  }
  50% {
    -webkit-transform: translate3d(5px, -2px, 0);
    transform: translate3d(5px, -2px, 0);
  }
  60% {
    -webkit-transform: translate3d(3px, 2px, 0);
    transform: translate3d(3px, 2px, 0);
  }
  70% {
    -webkit-transform: translate3d(-6px, 4px, 0);
    transform: translate3d(-6px, 4px, 0);
  }
  80% {
    -webkit-transform: translate3d(-3px, -2px, 0);
    transform: translate3d(-3px, -2px, 0);
  }
  100% {
    -webkit-transform: translate3d(3px, -4px, 0);
    transform: translate3d(3px, -4px, 0);
  }
}
.shake {
  -webkit-animation: shake 0.09s linear 0s 2 normal;
  animation: shake 0.09s linear 0s 2 normal;
}

.root-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background-image: url(/promotion/kiwami2017/assets/index/img/pc/bg.jpg);
  background-position: center top;
  background-size: cover;
}

.alt {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 110%;
  position: absolute;
  width: 0;
  height: 0;
}

.fixed-front {
  z-index: 100;
}

nav.nav-ui .nav-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 1280px;
  height: 90px;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}
nav.nav-ui .nav-header .logo-kiwami {
  width: 221px;
  height: 64px;
  display: block;
  background-image: url("/promotion/kiwami2017/assets/common/img/sp/nav/logo_kiwami.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 221px 64px;
  position: absolute;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 110%;
  pointer-events: auto;
}
nav.nav-ui .nav-header .btn-nav-open {
  width: 73px;
  height: 73px;
  display: block;
  background-image: url("/promotion/kiwami2017/assets/common/img/sp/nav/btn_open.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 73px 73px;
  position: absolute;
  top: 8px;
  right: 8px;
  pointer-events: auto;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 110%;
}
nav.nav-ui .wrap-opened {
  position: absolute;
  z-index: 50;
  top: 0;
  right: 0;
  left: 0;
  display: none;
  box-sizing: border-box;
  width: 1280px;
  height: 100%;
  margin: 0 auto;
  padding-top: 90px;
}
nav.nav-ui .wrap-opened .bg-layer {
  position: absolute;
  top: 88px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
}
nav.nav-ui .wrap-opened .btn-nav-close {
  width: 73px;
  height: 73px;
  display: block;
  background-image: url("/promotion/kiwami2017/assets/common/img/sp/nav/btn_close.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 73px 73px;
  position: absolute;
  z-index: 1;
  top: 8px;
  right: 8px;
  pointer-events: auto;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 110%;
}
nav.nav-ui .wrap-opened .scroll {
  position: relative;
  overflow: auto;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}
nav.nav-ui .wrap-opened ul.nav-ul {
  position: relative;
  z-index: 1;
  left: 0;
}
nav.nav-ui .wrap-opened .sns {
  padding-bottom: 60px;
}

#stamp-card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#stamp-card .btn-card-open {
  width: 112px;
  height: 112px;
  display: block;
  background-image: url("/promotion/kiwami2017/assets/gokan_present/img/sp/stamp/btn_open.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 112px 112px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -630px;
}
#stamp-card .wrap-card-opened {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  text-align: center;
  pointer-events: auto;
}
#stamp-card .wrap-card-opened .btn-card-close {
  width: 114px;
  height: 44px;
  display: block;
  background-image: url("/promotion/kiwami2017/assets/common/img/sp/common/modal_close.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 114px 44px;
  position: absolute;
  top: -55px;
  right: 0;
  margin-bottom: 20px;
}
#stamp-card .wrap-card-opened .scroll {
  position: relative;
  overflow: auto;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}
#stamp-card .wrap-card-opened .scroll::before {
  content: " ";
  position: relative;
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#stamp-card .wrap-card-opened .bg-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.75);
}
#stamp-card .wrap-card-opened .pos-center {
  position: relative;
  display: inline-block;
  margin: 70px 0 20px;
  vertical-align: middle;
}
#stamp-card .wrap-card-opened .wrap-stamp-card {
  position: relative;
  padding: 20px;
  background-color: #fdf202;
}
#stamp-card .wrap-card-opened .wrap-stamp-card h3 {
  width: 288px;
  height: 54px;
  display: block;
  background-image: url("/promotion/kiwami2017/assets/gokan_present/img/sp/stamp/h3.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 288px 54px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 110%;
  margin: 0 auto 10px;
}
#stamp-card .wrap-card-opened .stamp-card {
  position: relative;
  z-index: 1;
}

.stamp-card {
  width: 480px;
  height: 704px;
  display: block;
  background-image: url("/promotion/kiwami2017/assets/gokan_present/img/sp/stamp/stamp_card.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 480px 704px;
}
.stamp-card ul.mission-list li {
  position: absolute;
}
.stamp-card ul.mission-list li.mission-1 {
  width: 236.8px;
  height: 188px;
  top: 2px;
  left: 2px;
}
.stamp-card ul.mission-list li.mission-2 {
  width: 236.8px;
  height: 188px;
  top: 2px;
  right: 2px;
}
.stamp-card ul.mission-list li.mission-3 {
  width: 236.8px;
  height: 188px;
  top: 192px;
  left: 2px;
}
.stamp-card ul.mission-list li.mission-4 {
  width: 236.8px;
  height: 188px;
  top: 192px;
  right: 2px;
}
.stamp-card ul.mission-list li.mission-5 {
  width: 236.8px;
  height: 188px;
  top: 382px;
  left: 2px;
}
.stamp-card ul.mission-list li.mission-6 {
  width: 236.8px;
  height: 188px;
  top: 382px;
  right: 2px;
}
.stamp-card ul.mission-list li a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.stamp-card ul.mission-list li .complete {
  width: 176px;
  height: 164px;
  display: block;
  background-image: url("/promotion/kiwami2017/assets/gokan_present/img/sp/stamp/complete.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 176px 164px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 9.6px;
  margin: auto;
  pointer-events: none;
}
.stamp-card .to-entry {
  width: 284px;
  height: 59px;
  display: block;
  background-image: url("/promotion/kiwami2017/assets/gokan_present/img/sp/stamp/to_entry.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 284px 59px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 110%;
  position: absolute;
  top: 612px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.stamp-card .guard {
  width: 474px;
  height: 130px;
  display: block;
  background-image: url("/promotion/kiwami2017/assets/gokan_present/img/sp/stamp/guard.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 474px 130px;
  position: absolute;
  top: 571.2px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.oragon-unkyoku-ice {
  position: absolute;
  top: 210px;
  left: 310px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  width: 73px;
  height: 102px;
  display: block;
  background-image: url("/promotion/kiwami2017/assets/gokan_present/img/sp/mission/kiwami_oragon.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 73px 102px;
}

.oragon-natsudama {
  position: absolute;
  top: 3370px;
  left: 800px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  width: 73px;
  height: 102px;
  display: block;
  background-image: url("/promotion/kiwami2017/assets/gokan_present/img/sp/mission/kiwami_oragon.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 73px 102px;
}

.oragon-beach-house {
  position: absolute;
  top: 150px;
  left: 313px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  width: 73px;
  height: 102px;
  display: block;
  background-image: url("/promotion/kiwami2017/assets/gokan_present/img/sp/mission/kiwami_oragon.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 73px 102px;
}

.oragon-game-events {
  position: absolute;
  right: 410px;
  bottom: -50px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  width: 73px;
  height: 102px;
  display: block;
  background-image: url("/promotion/kiwami2017/assets/gokan_present/img/sp/mission/kiwami_oragon.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 73px 102px;
}

ul.nav-ul {
  position: relative;
  height: 915px;
}
ul.nav-ul::after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
}
ul.nav-ul li {
  position: absolute;
  float: left;
}
ul.nav-ul li:nth-of-type(1) {
  top: 0px;
  left: 0px;
}
ul.nav-ul li:nth-of-type(2) {
  top: 0px;
  left: 640px;
}
ul.nav-ul li:nth-of-type(3) {
  top: 183px;
  left: 0px;
}
ul.nav-ul li:nth-of-type(4) {
  top: 183px;
  left: 640px;
}
ul.nav-ul li:nth-of-type(5) {
  top: 366px;
  left: 0px;
}
ul.nav-ul li:nth-of-type(6) {
  top: 366px;
  left: 640px;
}
ul.nav-ul li:nth-of-type(7) {
  top: 549px;
  left: 0px;
}
ul.nav-ul li:nth-of-type(8) {
  top: 549px;
  left: 640px;
}
ul.nav-ul li:nth-of-type(9) {
  top: 732px;
  left: 0px;
}
ul.nav-ul li:nth-of-type(10) {
  top: 732px;
  left: 640px;
}
ul.nav-ul li:nth-of-type(7) {
  left: 640px;
}
ul.nav-ul li:nth-of-type(8) {
  left: 0;
}
ul.nav-ul li a {
  position: relative;
}
ul.nav-ul li a.unkyoku-ice {
  width: 640px;
  height: 183px;
  display: block;
  background-image: url("/promotion/kiwami2017/assets/common/img/sp/nav/nav_unkyoku_ice.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 640px 183px;
}
ul.nav-ul li a.monogatari {
  width: 640px;
  height: 183px;
  display: block;
  background-image: url("/promotion/kiwami2017/assets/common/img/sp/nav/nav_monogatari.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 640px 183px;
}
ul.nav-ul li a.natsudama {
  width: 640px;
  height: 183px;
  display: block;
  background-image: url("/promotion/kiwami2017/assets/common/img/sp/nav/nav_natsudama.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 640px 183px;
}
ul.nav-ul li a.summer-resort {
  width: 640px;
  height: 183px;
  display: block;
  background-image: url("/promotion/kiwami2017/assets/common/img/sp/nav/nav_summer_resort.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 640px 183px;
}
ul.nav-ul li a.summer-movie {
  width: 640px;
  height: 183px;
  display: block;
  background-image: url("/promotion/kiwami2017/assets/common/img/sp/nav/nav_summer_movie.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 640px 183px;
}
ul.nav-ul li a.gokan-present {
  width: 640px;
  height: 183px;
  display: block;
  background-image: url("/promotion/kiwami2017/assets/common/img/sp/nav/nav_gokan_present.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 640px 183px;
}
ul.nav-ul li a.game-events {
  width: 640px;
  height: 183px;
  display: block;
  background-image: url("/promotion/kiwami2017/assets/common/img/sp/nav/nav_game_events.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 640px 183px;
}
ul.nav-ul li a.beach-house {
  width: 640px;
  height: 183px;
  display: block;
  background-image: url("/promotion/kiwami2017/assets/common/img/sp/nav/nav_beach_house.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 640px 183px;
}
ul.nav-ul li a.slide-the-city {
  width: 640px;
  height: 183px;
  display: block;
  background-image: url("/promotion/kiwami2017/assets/common/img/sp/nav/nav_slide_the_city.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 640px 183px;
}
ul.nav-ul li a.index {
  width: 640px;
  height: 183px;
  display: block;
  background-image: url("/promotion/kiwami2017/assets/common/img/sp/nav/nav_index.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 640px 183px;
}
ul.nav-ul li a .check {
  width: 85px;
  height: 25px;
  display: block;
  background-image: url("/promotion/kiwami2017/assets/common/img/sp/nav/check.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 85px 25px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.sns {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  margin-top: 70px;
}
.sns .sns-h3 {
  width: 252px;
  height: 27px;
  display: block;
  background-image: url("/promotion/kiwami2017/assets/common/img/sp/sns/h3.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 252px 27px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 110%;
  margin: 0 auto 32px;
}
.sns::before {
  content: " ";
  display: block;
  clear: both;
  width: 100%;
  height: 0;
  margin-bottom: -1px;
  border-top: transparent solid 1px;
}
.sns ul {
  margin: 37px auto 0;
  text-align: center;
}
.sns ul li {
  display: inline-block;
  margin: 0 10px;
}
.sns ul li .line {
  width: 62px;
  height: 62px;
  display: block;
  background-image: url("/promotion/kiwami2017/assets/common/img/sp/sns/line.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 62px 62px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 110%;
}
.sns ul li .twitter {
  width: 62px;
  height: 62px;
  display: block;
  background-image: url("/promotion/kiwami2017/assets/common/img/sp/sns/twitter.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 62px 62px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 110%;
}
.sns ul li .facebook {
  width: 62px;
  height: 62px;
  display: block;
  background-image: url("/promotion/kiwami2017/assets/common/img/sp/sns/facebook.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 62px 62px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 110%;
}

#app::before {
  content: " ";
  display: block;
  clear: both;
  width: 100%;
  height: 0;
  margin-bottom: -1px;
  border-top: transparent solid 1px;
}

.wrap-app-btn {
  width: 1280px;
  height: 327px;
  display: block;
  background-image: url("/promotion/kiwami2017/assets/common/img/pc/app/bg.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 1280px 327px;
  position: relative;
  margin: 0 auto;
  background-repeat: repeat-x;
  background-position: center bottom;
}
.wrap-app-btn .wrap {
  position: relative;
  z-index: 1;
  left: 2px;
  width: 508px;
  height: 280px;
  margin: 46px auto 0;
}
.wrap-app-btn .wrap .icon {
  position: absolute;
  top: 10px;
  right: 0;
  left: 0;
  display: block;
  margin: 0 auto;
  border-radius: 18%;
  background-image: url("//xflag.com/common/images/monsterstrike_appicon.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100.8px;
  height: 100.8px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 110%;
}
.wrap-app-btn .wrap .btn-startup {
  width: 255px;
  height: 103px;
  display: block;
  background-image: url("/promotion/kiwami2017/assets/common/img/sp/app/btn_startup.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 255px 103px;
  position: absolute;
  top: 134px;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 110%;
}
.wrap-app-btn .wrap .btn-install {
  width: 251px;
  height: 103px;
  display: block;
  background-image: url("/promotion/kiwami2017/assets/common/img/sp/app/btn_install.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 251px 103px;
  position: absolute;
  top: 134px;
  right: 0;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 110%;
}

footer {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.7);
}
footer::before {
  content: " ";
  display: block;
  clear: both;
  width: 100%;
  height: 0;
  margin-bottom: -1px;
  border-top: transparent solid 1px;
}
footer .nav-footer h3 {
  display: block;
  background-image: url("/promotion/kiwami2017/assets/common/img/sp/nav/footer_h3.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 436px 26px;
  width: 100%;
  height: 84px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 110%;
  background-color: #282828;
}
footer hr {
  border: none;
  border-top: solid 6px #1b4ec2;
}
footer .to-pagetop {
  width: 82px;
  height: 82px;
  display: block;
  background-image: url("/promotion/kiwami2017/assets/common/img/sp/footer/to_pagetop.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 82px 82px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 110%;
  margin: 40px auto;
}
footer #external {
  margin: 25px auto 0;
}
footer #external ul.banner {
  width: 600px;
  margin: 0 auto;
  text-align: center;
}
footer #external ul.banner li {
  display: inline-block;
  margin: 15px 11px 5px;
  line-height: 0;
}
footer #external ul.banner li .monst-official {
  width: 272px;
  height: 108px;
  display: block;
  background-image: url("/promotion/kiwami2017/assets/common/img/sp/footer/bnr_official.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 272px 108px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 110%;
}
footer #external ul.banner li .slide-the-city {
  margin-top: 0;
  width: 272px;
  height: 108px;
  display: block;
  background-image: url("/promotion/kiwami2017/assets/common/img/sp/footer/bnr_slide_the_city.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 272px 108px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 110%;
}
footer #external ul.sns-official {
  margin-top: 30px;
  line-height: 0;
  text-align: center;
}
footer #external ul.sns-official li {
  display: inline-block;
  margin: 0 12px;
  line-height: 0;
}
footer #external ul.sns-official li .twitter-official {
  width: 271px;
  height: 72px;
  display: block;
  background-image: url("/promotion/kiwami2017/assets/common/img/sp/footer/official_twitter.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 271px 72px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 110%;
}
footer #external ul.sns-official li .line-official {
  width: 270px;
  height: 72px;
  display: block;
  background-image: url("/promotion/kiwami2017/assets/common/img/sp/footer/official_line.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 270px 72px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 110%;
}
footer .download {
  width: 100%;
  min-height: 84px;
  margin-top: 40px;
  text-align: center;
  background-color: #fff;
}
footer .download::before {
  content: " ";
  display: block;
  clear: both;
  width: 100%;
  height: 0;
  margin-bottom: -1px;
  border-top: transparent solid 1px;
}
footer .download .app-icon {
  display: inline-block;
  display: inline-block;
  margin: 14px 6px 0 0;
  background-image: url("//xflag.com/common/images/monsterstrike_appicon.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 56px;
  height: 56px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 110%;
}
footer .download h4 {
  display: block;
  display: inline-block;
  margin: 0 13px 3px 0;
  width: 421px;
  height: 51px;
  display: inline-block;
  background-image: url("/promotion/kiwami2017/assets/common/img/sp/footer/download_h4.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 421px 51px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 110%;
}
footer .download ul {
  display: inline-block;
  margin: 13px auto 0 2px;
  line-height: 0;
  text-align: center;
}
footer .download ul li {
  display: inline-block;
  margin: 0 3px;
  line-height: 0;
}
footer .download ul li .app-store {
  width: 181px;
  height: 54px;
  display: block;
  background-image: url("/promotion/kiwami2017/assets/common/img/sp/footer/download_app.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 181px 54px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 110%;
}
footer .download ul li .google {
  width: 181px;
  height: 54px;
  display: block;
  background-image: url("/promotion/kiwami2017/assets/common/img/sp/footer/download_google.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 181px 54px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 110%;
}
footer .download ul li .amazon {
  width: 156px;
  height: 54px;
  display: block;
  background-image: url("/promotion/kiwami2017/assets/common/img/sp/footer/download_amazon.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 156px 54px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 110%;
}
footer .xflag {
  padding-bottom: 80px;
}
footer .xflag .logo {
  display: block;
  margin: 35px auto 0;
  background-image: url("//xflag.com/common/images/promotion_logo_xflag.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 120px;
  height: 139px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 110%;
}
footer .xflag ul {
  margin: 48px auto 50px;
  text-align: center;
}
footer .xflag ul li {
  display: inline-block;
  margin: 0 8px;
}
footer .xflag ul li a {
  font-size: 1.3em;
  text-decoration: underline;
  color: #164ac1;
}
footer .xflag .copyright {
  display: block;
  margin: 5px 5px 0;
  font-family: Verdana,Arial,Geneva,Tahoma,sans-serif;
  font-size: 1.2em;
  text-align: center;
  color: #164ac1;
}
