#under {
  background: url(../img/shoppage-mv.png) no-repeat center center/cover;
}

@media (max-width: 767px) {
  #content_top .top_txt {
    font-size: 26px !important;
  }
}
#content_top p {
  padding: 60px 0 0 0;
}
@media (max-width: 767px) {
  #content_top p {
    padding: 40px 0 0 0;
  }
}

#info {
  background: url("../img/bg_1.png") no-repeat center center/cover;
}
#info .inner {
  padding: 95px 0 30px;
  max-width: 1000px;
}
@media (max-width: 767px) {
  #info .inner {
    padding: 54px 15px 0;
  }
}
#info .section-ttl {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  #info .section-ttl {
    margin-bottom: 40px;
  }
}
#info .section-ttl p {
  text-align: center;
  line-height: 2;
}
#info .tech-detail .item {
  display: flex;
  margin-bottom: 60px;
}
#info .tech-detail .item:last-of-type {
  margin-bottom: 0;
}
#info .tech-detail .item:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  #info .tech-detail .item {
    flex-direction: column;
    position: relative;
  }
  #info .tech-detail .item:nth-of-type(even) {
    flex-direction: column;
  }
}
#info .tech-detail .item .image {
  width: 474px;
  height: 290px;
  line-height: 0;
}
@media (max-width: 767px) {
  #info .tech-detail .item .image {
    height: auto;
    width: 100%;
  }
}
#info .tech-detail .item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#info .tech-detail .item .text {
  width: 526px;
  background: #fff;
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 767px) {
  #info .tech-detail .item .text {
    width: 100%;
    padding: 30px 15px;
  }
}
#info .tech-detail .item .text h3 {
  font-size: 28px;
  margin-bottom: 36px;
  position: relative;
  font-family: "Hannari", serif;
}
@media (max-width: 767px) {
  #info .tech-detail .item .text h3 {
    font-size: 22px;
  }
}
#info .tech-detail .item .text h3::after {
  content: "";
  width: 40px;
  height: 1px;
  background: #111;
  position: absolute;
  bottom: -18px;
  left: 0;
}
#info .tech-detail .item .text p {
  line-height: 2;
}
@media (max-width: 767px) {
  #info .tech-detail .item .text p {
    font-size: 15px;
    line-height: 1.8;
  }
}
#info .tech-detail .item .text .main-btn a {
  margin: 25px 0 0 auto;
}
@media (max-width: 767px) {
  #info .tech-detail .item .text .main-btn a {
    margin: 25px auto 0 auto;
  }
}

.mainstore-bnr {
  background: url("../img/bg_1.png") no-repeat center center/cover;
}
.mainstore-bnr .inner {
  padding: 88px 0;
}
@media (max-width: 767px) {
  .mainstore-bnr .inner {
    padding: 60px 15px 90px;
  }
}
.mainstore-bnr .box {
  height: 342px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: url(../img/mainstore-bnr.png) no-repeat center/100%;
  padding: 0 54px;
}
@media (max-width: 767px) {
  .mainstore-bnr .box {
    background: url(../img/mainstore-bnr-sp.png) no-repeat center/100%;
    min-height: 128vw;
    justify-content: flex-start;
    padding: 30px 15px;
  }
}
.mainstore-bnr .box h2 {
  font-size: 34px;
  margin-bottom: 18px;
  font-feature-settings: "palt";
}
@media (max-width: 767px) {
  .mainstore-bnr .box h2 {
    font-size: 25px;
  }
}
.mainstore-bnr .box p {
  text-align: left;
  margin-bottom: 35px;
  line-height: 2;
}
@media (max-width: 767px) {
  .mainstore-bnr .box p {
    font-size: 16px;
  }
}
.mainstore-bnr .box .main-btn a {
  margin-top: 0;
}
@media (max-width: 767px) {
  .mainstore-bnr .box .main-btn a {
    margin: auto;
  }
}/*# sourceMappingURL=shopinfo.css.map */