/* 16:9 */
/* laptop */
/* tab */
/* tab2 */
/* sp */
.storeBtn-block {
  width: 34%;
  height: 6vh;
  position: relative;
  top: 51%;
  left: 33%;
}

@media only screen and (max-width: 767px) {
  .storeBtn-block {
    width: 100%;
    height: 4vh;
    top: 46%;
    left: 0;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .storeBtn-block {
    width: 74%;
    left: 14%;
  }
}

@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) {
  .storeBtn-block {
    width: 54%;
    left: 23%;
  }
}

@media only screen and (min-width: 1367px) {
  .storeBtn-block {
    width: 34%;
    left: 34%;
  }
}

@media only screen and (max-width: 1366px) and (orientation: landscape) {
  .storeBtn-block {
    top: 30%;
  }
}

.storeBtn-block ul {
  width: 72%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 1vw;
  left: 15%;
  z-index: 5;
}

.storeBtn-block ul li {
  width: calc(100%/2);
}

@media only screen and (max-width: 767px) {
  .storeBtn-block ul li {
    width: calc(100%/2.1);
  }
}

@media only screen and (max-width: 1366px) and (orientation: landscape) {
  .storeBtn-block ul li {
    width: calc(100%/2.1);
  }
}

.movie .store-area {
  width: 90%;
  max-width: 800px;
  margin: auto;
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  right: 0;
}

.movie .store-area ul {
  width: 57%;
  position: absolute;
  bottom: 8%;
  left: 20.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  .movie .store-area ul {
    width: 70%;
    bottom: 2.5rem;
    left: 15%;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .movie .store-area ul {
    width: 58%;
    bottom: 4rem;
    left: 21%;
  }
}

@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) {
  .movie .store-area ul {
    width: 58%;
    bottom: 4rem;
    left: 21%;
  }
}

.movie .store-area ul li {
  width: calc(100%/2);
}

@media only screen and (max-width: 767px) {
  .movie .store-area ul li {
    width: calc(100%/2.1);
  }
}

.f-logo-area .store-area {
  width: 38%;
  margin: 30px auto 0;
}

@media only screen and (max-width: 767px) {
  .f-logo-area .store-area {
    width: 74%;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .f-logo-area .store-area {
    width: 52%;
  }
}

@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) {
  .f-logo-area .store-area {
    width: 40%;
  }
}

.f-logo-area .store-area ul {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.f-logo-area .store-area ul li {
  width: calc(100%/2);
}

@media only screen and (max-width: 767px) {
  .f-logo-area .store-area ul li {
    width: calc(100%/2.14);
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .f-logo-area .store-area ul li {
    width: calc(100%/2.1);
  }
}
/*# sourceMappingURL=storeBtn.css.map */