@charset "UTF-8";
/*------------------------------------------
    アプリLP
------------------------------------------*/
#shopapp .hero_area {
  padding-top: 125%;
  background: url("../images/shopapp/mv_sp.webp") no-repeat border-box bottom center/cover;
}
@media screen and (min-width: 751px) {
  #shopapp .hero_area {
    height: 557px;
    padding-top: 0;
    background-image: url("../images/shopapp/mv_pc.webp");
    background-size: cover;
    background-color: #DC4013;
  }
}
#shopapp .hero_area .hero_box {
  width: auto;
}
#shopapp .hero_area .tit {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1178px;
  margin: auto;
}
@media screen and (max-width: 750px) {
  #shopapp .hero_area .tit {
    display: none;
  }
}
#shopapp .hero_area .banner_area {
  position: absolute;
  bottom: 18px;
  left: 40px;
  display: flex;
  align-items: center;
  gap: 35px;
}
@media screen and (max-width: 750px) {
  #shopapp .hero_area .banner_area {
    display: none;
  }
}
#shopapp .hero_area .banners a {
  display: block;
}
#shopapp .hero_area .banners a:not(:last-of-type) {
  margin-top: 5px;
}
#shopapp .hero_area .banners img {
  position: static;
}
#shopapp .hero_area .banners img.google_play {
  width: 164px;
}
#shopapp .hero_area .banners img.app_store {
  width: 132px;
}
#shopapp .hero_area .qr .qrcode {
  position: static;
  width: 100px;
}
#shopapp .sec__inner {
  width: 92%;
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  #shopapp .sec__inner {
    width: 870px;
  }
}
#shopapp .sec__grid {
  display: grid;
  grid-template-columns: 38.871% 1fr;
  gap: 0 10px;
}
@media screen and (min-width: 751px) {
  #shopapp .sec__grid {
    grid-template-columns: 260px 1fr;
    gap: 0 70px;
  }
}
#shopapp .sec__tit {
  grid-column: 1/3;
  text-align: center;
}
@media screen and (min-width: 751px) {
  #shopapp .sec__tit {
    grid-column: 2;
    margin-top: 35px;
  }
}
#shopapp .sec__tit img {
  width: 293px;
}
@media screen and (min-width: 751px) {
  #shopapp .sec__tit img {
    width: 439px;
  }
}
#shopapp .sec__img {
  margin-top: 20px;
}
@media screen and (min-width: 751px) {
  #shopapp .sec__img {
    grid-row: 1/5;
    grid-column: 1;
  }
}
#shopapp .sec__img img {
  width: 100%;
}
#shopapp .sec__to-app {
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  #shopapp .sec__to-app {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
@media screen and (min-width: 751px) {
  #shopapp .sec__to-app {
    grid-column: 2;
    width: 75%;
    margin: 30px auto 0;
  }
}
#shopapp .sec__banners {
  text-align: center;
}
@media screen and (min-width: 751px) {
  #shopapp .sec__banners {
    display: flex;
    gap: 25px;
  }
}
#shopapp .sec__banners a {
  display: inline-block;
}
@media screen and (max-width: 750px) {
  #shopapp .sec__banners a:not(:first-of-type) {
    margin-top: 10px;
  }
}
#shopapp .sec__banners img {
  width: 166px;
}
@media screen and (min-width: 751px) {
  #shopapp .sec__banners img {
    width: auto;
    height: 63px;
  }
}
#shopapp .sec__qr {
  margin-top: 20px;
  text-align: center;
}
@media screen and (min-width: 751px) {
  #shopapp .sec__qr {
    margin-top: 30px;
  }
}
#shopapp .sec__qr img {
  width: 91px;
}
@media screen and (min-width: 751px) {
  #shopapp .sec__qr img {
    width: 128px;
  }
}
#shopapp .sec__note-list {
  grid-column: 1/3;
  margin-top: 15px;
}
@media screen and (min-width: 751px) {
  #shopapp .sec__note-list {
    grid-column: 2;
    margin-top: 25px;
  }
}
#shopapp .sec__note-item {
  display: flex;
  gap: 3px;
  font-size: 1.2rem;
  line-height: 1.8;
}
#shopapp .sec__note-item::before {
  content: "※";
}/*# sourceMappingURL=shopapp.css.map */