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

.pc {
  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 {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
nav.nav-ui .nav-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 320px;
  height: 45px;
  background-color: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}
nav.nav-ui .nav-header .logo-kiwami {
  width: 111px;
  height: 32px;
  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: 111px 32px;
  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: 37px;
  height: 37px;
  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: 37px 37px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 110%;
  position: absolute;
  top: 4px;
  right: 4px;
  pointer-events: auto;
}
nav.nav-ui .wrap-opened {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding-top: 45px;
}
nav.nav-ui .wrap-opened .bg-layer {
  position: absolute;
  top: 44px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
}
nav.nav-ui .wrap-opened .btn-nav-close {
  width: 37px;
  height: 37px;
  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: 37px 37px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 110%;
  position: absolute;
  top: 4px;
  right: 4px;
  pointer-events: auto;
}
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: 30px;
}

#stamp-card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#stamp-card .btn-card-open {
  width: 70px;
  height: 70px;
  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: 70px 70px;
  position: absolute;
  bottom: 5px;
  left: 5px;
}
#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: 71px;
  height: 27px;
  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: 71px 27px;
  position: absolute;
  top: -35px;
  right: 10px;
  margin-bottom: 5px;
}
#stamp-card .wrap-card-opened .scroll {
  position: relative;
  overflow: auto;
  width: 100%;
  height: 100%;
  font-size: 0;
  white-space: nowrap;
  -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: 50px 0 20px;
  vertical-align: middle;
}
#stamp-card .wrap-card-opened .wrap-stamp-card {
  position: relative;
  padding: 10px;
  background-color: #fdf202;
}
#stamp-card .wrap-card-opened .wrap-stamp-card h3 {
  width: 180px;
  height: 34px;
  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: 180px 34px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 110%;
  margin: 0 auto 5px;
}
#stamp-card .wrap-card-opened .stamp-card {
  position: relative;
  z-index: 1;
}

.stamp-card {
  width: 300px;
  height: 440px;
  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: 300px 440px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 110%;
}
.stamp-card ul.mission-list li {
  position: absolute;
}
.stamp-card ul.mission-list li.mission-1 {
  width: 148px;
  height: 117.5px;
  top: 2px;
  left: 2px;
}
.stamp-card ul.mission-list li.mission-2 {
  width: 148px;
  height: 117.5px;
  top: 2px;
  right: 2px;
}
.stamp-card ul.mission-list li.mission-3 {
  width: 148px;
  height: 117.5px;
  top: 120px;
  left: 2px;
}
.stamp-card ul.mission-list li.mission-4 {
  width: 148px;
  height: 117.5px;
  top: 120px;
  right: 2px;
}
.stamp-card ul.mission-list li.mission-5 {
  width: 148px;
  height: 117.5px;
  top: 239px;
  left: 2px;
}
.stamp-card ul.mission-list li.mission-6 {
  width: 148px;
  height: 117.5px;
  top: 239px;
  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: 110px;
  height: 103px;
  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: 110px 103px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 6px;
  margin: auto;
  pointer-events: none;
}
.stamp-card .to-entry {
  width: 178px;
  height: 37px;
  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: 178px 37px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 110%;
  position: absolute;
  top: 382.5px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.stamp-card .guard {
  width: 296px;
  height: 81px;
  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: 296px 81px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 110%;
  position: absolute;
  top: 357px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.oragon-unkyoku-ice {
  position: absolute;
  top: 145px;
  left: 25px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  width: 37px;
  height: 51px;
  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: 37px 51px;
}

.oragon-natsudama {
  position: absolute;
  top: 1780px;
  left: 244px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  width: 37px;
  height: 51px;
  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: 37px 51px;
}

.oragon-beach-house {
  position: absolute;
  top: 118px;
  left: 38px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  width: 37px;
  height: 51px;
  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: 37px 51px;
}

.oragon-game-events {
  position: absolute;
  right: 20px;
  bottom: -24px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  width: 37px;
  height: 51px;
  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: 37px 51px;
}

ul.nav-ul li:last-child {
  border-bottom: none;
}
ul.nav-ul li a {
  position: relative;
}
ul.nav-ul li a.unkyoku-ice {
  width: 320px;
  height: 92px;
  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: 320px 92px;
}
ul.nav-ul li a.monogatari {
  width: 320px;
  height: 92px;
  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: 320px 92px;
}
ul.nav-ul li a.natsudama {
  width: 320px;
  height: 92px;
  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: 320px 92px;
}
ul.nav-ul li a.summer-resort {
  width: 320px;
  height: 92px;
  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: 320px 92px;
}
ul.nav-ul li a.summer-movie {
  width: 320px;
  height: 92px;
  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: 320px 92px;
}
ul.nav-ul li a.gokan-present {
  width: 320px;
  height: 92px;
  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: 320px 92px;
}
ul.nav-ul li a.game-events {
  width: 320px;
  height: 92px;
  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: 320px 92px;
}
ul.nav-ul li a.beach-house {
  width: 320px;
  height: 92px;
  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: 320px 92px;
}
ul.nav-ul li a.slide-the-city {
  width: 320px;
  height: 92px;
  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: 320px 92px;
}
ul.nav-ul li a.index {
  width: 320px;
  height: 92px;
  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: 320px 92px;
}
ul.nav-ul li a .check {
  width: 43px;
  height: 13px;
  display: block;
  background-image: url("/promotion/kiwami2017/assets/common/img/sp/nav/check.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 43px 13px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.sns {
  position: relative;
  margin-top: 35px;
}
.sns .sns-h3 {
  width: 126px;
  height: 14px;
  display: block;
  background-image: url("/promotion/kiwami2017/assets/common/img/sp/sns/h3.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 126px 14px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 110%;
  margin: 0 auto 16px;
}
.sns ul {
  text-align: center;
}
.sns ul li {
  display: inline-block;
  margin: 0 11px;
}
.sns ul li .line {
  width: 52px;
  height: 52px;
  display: block;
  background-image: url("/promotion/kiwami2017/assets/common/img/sp/sns/line.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 52px 52px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 110%;
}
.sns ul li .twitter {
  width: 52px;
  height: 52px;
  display: block;
  background-image: url("/promotion/kiwami2017/assets/common/img/sp/sns/twitter.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 52px 52px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 110%;
}
.sns ul li .facebook {
  width: 52px;
  height: 52px;
  display: block;
  background-image: url("/promotion/kiwami2017/assets/common/img/sp/sns/facebook.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 52px 52px;
  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: 320px;
  height: 244px;
  display: block;
  background-image: url("/promotion/kiwami2017/assets/common/img/sp/app/bg.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 320px 244px;
  position: relative;
}
.wrap-app-btn .wrap {
  position: relative;
  left: 2px;
  width: 314px;
  height: 140px;
  margin: 87px auto 0;
}
.wrap-app-btn .wrap .icon {
  position: relative;
  top: 2px;
  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: 63px;
  height: 63px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 110%;
}
.wrap-app-btn .wrap .btn-startup {
  width: 159px;
  height: 64px;
  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: 159px 64px;
  position: absolute;
  top: 79px;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 110%;
}
.wrap-app-btn .wrap .btn-install {
  width: 157px;
  height: 64px;
  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: 157px 64px;
  position: absolute;
  top: 79px;
  right: 0;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 110%;
}

footer {
  position: relative;
  z-index: 1;
  width: 100%;
  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: 218px 13px;
  width: 320px;
  height: 42px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 110%;
  background-color: #282828;
}
footer hr {
  border: none;
  border-top: solid 3px #1b4ec2;
}
footer .to-pagetop {
  width: 58px;
  height: 58px;
  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: 58px 58px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 110%;
  margin: 40px auto;
}
footer #external {
  margin: 34px auto 0;
}
footer #external ul.banner {
  line-height: 0;
  text-align: center;
}
footer #external ul.banner li {
  display: inline-block;
  margin: 0 8px;
  line-height: 0;
}
footer #external ul.banner li .monst-official {
  margin-top: 0;
  width: 136px;
  height: 54px;
  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: 136px 54px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 110%;
}
footer #external ul.banner li .slide-the-city {
  margin-top: 0;
  width: 136px;
  height: 54px;
  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: 136px 54px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 110%;
}
footer #external ul.sns-official {
  margin-top: 19px;
  line-height: 0;
  text-align: center;
}
footer #external ul.sns-official li {
  display: inline-block;
  margin: 0 5px;
  line-height: 0;
}
footer #external ul.sns-official li .twitter-official {
  width: 136px;
  height: 36px;
  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: 136px 36px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 110%;
}
footer #external ul.sns-official li .line-official {
  width: 135px;
  height: 36px;
  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: 135px 36px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 110%;
}
footer .download {
  width: 100%;
  min-height: 103.5px;
  margin-top: 30px;
  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 0px 0 8px;
  background-image: url("//xflag.com/common/images/monsterstrike_appicon.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 36.5px;
  height: 36.5px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 110%;
}
footer .download h4 {
  display: inline-block;
  margin: 0 auto 4px;
  width: 263px;
  height: 32px;
  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: 263px 32px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 110%;
}
footer .download ul {
  margin: 6px auto 0;
  line-height: 0;
  text-align: center;
}
footer .download ul li {
  display: inline-block;
  margin: 0 2px;
  line-height: 0;
}
footer .download ul li .app-store {
  width: 102px;
  height: 31px;
  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: 102px 31px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 110%;
}
footer .download ul li .google {
  width: 102px;
  height: 31px;
  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: 102px 31px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 110%;
}
footer .download ul li .amazon {
  width: 88px;
  height: 31px;
  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: 88px 31px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 110%;
}
footer .xflag {
  padding-bottom: 50px;
}
footer .xflag .logo {
  display: block;
  margin: 56px auto 0;
  background-image: url("//xflag.com/common/images/promotion_logo_xflag.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 85px;
  height: 99px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 110%;
}
footer .xflag ul {
  margin: 30px auto 40px;
  text-align: center;
}
footer .xflag ul li {
  display: inline-block;
  margin: 0 5px;
}
footer .xflag ul li a {
  font-size: 0.9em;
  text-decoration: underline;
  color: #164ac1;
}
footer .xflag .copyright {
  display: block;
  margin: 3px 5px 0;
  font-family: Verdana,Arial,Geneva,Tahoma,sans-serif;
  font-size: 0.9em;
  text-align: center;
  color: #164ac1;
}
