@charset "UTF-8";
body {
  position: relative;
}

/* container */
.container {
  line-height: 0;
  position: relative;
  background: url("../img/common/bg_texture01.png") center top repeat;
  background-size: 20% auto;
}

.container img {
  display: block;
  width: 100%;
  height: auto;
}

/* page */
.page {
  position: relative;
}

/* contents */
.contents {
  max-width: 768px;
  margin: 0 auto;
  position: relative;
}

/* new, update, second */
.icon-new:after,
.icon-update:after,
.icon-second:after {
  content: '';
  position: absolute;
  width: 58px;
  width: 18.125vw;
  height: 31px;
  height: 9.6875vw;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.icon-new:after {
  background-image: url("../img/common/icon_new.png");
}
.update-1122-right:after {
  background-image: url("../img/common/icon_update1122_right.png");
}
.update-1122-left:after {
  background-image: url("../img/common/icon_update1122_left.png");
}
.update-1130-left:after {
  background-image: url("../img/common/icon_update1130_left.png");
}
.update-1130-right:after {
  background-image: url("../img/common/icon_update1130_right.png");
}
.icon-second-right:after {
  background-image: url("../img/common/icon_second_right.png");
}

/* loading */
.loading-gif {
  width: 200px;
  height: 200px;
  position: fixed;
  z-index: 100;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  opacity: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  -webkit-transition-property: opacity, z-index, visibility, -webkit-transform;
  transition-property: opacity, z-index, visibility, -webkit-transform;
  transition-property: opacity, transform, z-index, visibility;
  transition-property: opacity, transform, z-index, visibility, -webkit-transform;
  -webkit-transition-duration: .5s, .5s, 0s, 0s;
          transition-duration: .5s, .5s, 0s, 0s;
  -webkit-transition-delay: 0s, 0s, .5s, .5s;
          transition-delay: 0s, 0s, .5s, .5s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.loading-gif.is-active {
  background-image: url("../img/common/loading.gif");
}

.loading-gif.is-loaded {
  opacity: 0;
  z-index: -10;
  visibility: hidden;
}

.loading-miitopia {
  width: 64.375%;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 50%;
  margin-left: -32.1875%;
  padding-top: 65.9375%;
  opacity: 0;
  -webkit-transform: translateY(200px);
      -ms-transform: translateY(200px);
          transform: translateY(200px);
  -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.loading-miitopia.is-loaded {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

/* TopページのみLoadingを上へ */
.index .loading-gif.is-loaded {
  -webkit-transform: translateY(-200px);
      -ms-transform: translateY(-200px);
          transform: translateY(-200px);
}

/* ページの非表示要素をロード後に表示 */
.is-loading {
  opacity: 0;
  -webkit-transition: opacity .2s linear .1s;
  transition: opacity .2s linear .1s;
}

.is-loading.is-loaded {
  opacity: 1;
}

/* logo */
.logo-hard {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

/* youtube */
.youtube-area {
  position: relative;
}

.youtube-frame {
  position: absolute;
  top: 0;
  left: 50%;
  width: 68.75%;
  margin-left: -34.375%;
  padding-top: 3.125%;
}

.youtube-box {
  height: 0;
  padding-top: 56.25%;
  position: relative;
}

.youtube-box iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: scale(0.98);
      -ms-transform: scale(0.98);
          transform: scale(0.98);
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.youtube-box.is-loaded iframe {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.youtube-noscript {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  border-radius: 10px;
  background: url("../img/common/noscript.png") center center no-repeat;
  background-size: cover;
}

/* btn */
.btn-area {
  position: relative;
}

.btn-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

/* footer */
.footer {
  margin-top: 0.9375%;
  text-align: center;
}

.footer-nav {
  max-width: 768px;
  margin: 0 auto 2.2%;
}

.footer-nav-title {
  width: 55%;
  margin: 0 auto -2px;
}

.footer-nav-list {
  font-size: 0;
  text-align: center;
}

.footer-nav-item {
  position: relative;
  width: 45.3125%;
  margin: 2.343% 1.5625%;
  display: inline-block;
}

.footer-nav-item .icon-update:after {
  top: -18px;
  top: -5.625vw;
  right: -2px;
  right: -0.6250vw;
}

.footer-nav-item .icon-second:after {
  top: -5px;
  top: -1.5625vw;
  right: -18px;
  right: -5.625vw;
}

.footer-info {
  background: url("../img/common/footer_bg.png") center top repeat;
}

.footer-info-inside {
  max-width: 768px;
  margin: 0 auto;
  padding: 6.26% 0;
}

.footer-link-item {
  margin: 0 auto;
}

.footer-link-item + .footer-link-item {
  margin-top: 5%;
}

.footer-link-item01 {
  width: 38.75%;
}

.footer-link-item02 {
  width: 58.75%;
}

.footer-copyright {
  width: 48.75%;
  margin: 6.5625% auto;
}

.footer-sns-list {
  text-align: center;
  font: 0;
}

.footer-sns-item {
  width: 14.0625%;
  margin: 0 20px;
  display: inline-block;
}

/* modal */
.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0;
  left: 0;
  visibility: hidden;
  line-height: 0;
  font-size: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-transition-property: opacity, visibility, z-index;
  transition-property: opacity, visibility, z-index;
  -webkit-transition-duration: .15s, 0s, 0s;
          transition-duration: .15s, 0s, 0s;
  -webkit-transition-delay: 0s, .15s, .15s;
          transition-delay: 0s, .15s, .15s;
  -webkit-transition-timing-function: linear, linear, linear;
          transition-timing-function: linear, linear, linear;
}

.modal.is-active {
  opacity: 1;
  z-index: 10300;
  visibility: visible;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.modal img {
  width: 100%;
  height: auto;
}

.modal-contents {
  display: none;
  padding: 40px 0;
}

.modal-contents.is-active {
  display: block;
}

.modal-close {
  display: block;
  width: 100%;
  margin: 12.5% 0;
  padding: 0;
}

.modal-close img {
  width: 21.42%;
}

/* exp */
.exp {
  text-align: center;
  padding-left: 6.25%;
  padding-right: 6.25%;
}

.exp-movie {
  position: relative;
  padding-bottom: 10.71%;
}

.exp-title {
  margin-bottom: 7%;
}

.exp-text01 {
  margin: -2.4% 0 3.6%;
}

.exp-text01 img {
  width: 96.78%;
}

.exp-text02 {
  margin-bottom: -4%;
}

.exp-btn {
  margin: 10.7% 0 9.7%;
}

.exp-btn img {
  width: 89.28%;
}

.exp-twitter {
  padding: 4.6875% 3.125%;
  background-color: #1da1f2;
  box-shadow: 0px 0px 14px 6px rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  box-sizing: border-box;
}

.exp-twitter-title {
  padding-bottom: 4.6875%;
}

.exp-twitter-title img {
  width: 85.71%;
}

.exp-close {
  margin: 15% 0;
}

/* Amazon */
img[width="1"][height="1"][border="0"] {
  position: absolute;
  opacity: 0;
  z-index: -100;
  top: 0;
  left: 0;
}