@charset "utf-8";.m-store-info__wrap {
    position: relative;
}
.m-store-info__label {
    padding: 2px 5px;
    border-radius: 4px;
    position: absolute;
    top: 15px;
    right: 30px;
}
.m-store-info__ttl {
    max-width: 440px;
    line-height: 1.6;
    text-align: left;
}
.m-store-info__label.official {
    color: #fff;
    background: #3eb5ff;
}
.m-store-info__label.dealer {
    color: #fff;
    background: #ffbb55;
}
.m-store-info__sns {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
  }
  .m-store-info__sns li img {
  width: auto;
  height: 25px;
}
.m-store-info__content {
  text-align:center;
}
.ico-new {
  margin-right: 5px;
  font-size: clamp(10px, 1.4705882353vw, 1rem);
  font-weight: 700;
  color: #e81c1c;
}
@media screen and (max-width: 980px) {
    .m-store-info__wrap {
        padding-top: 10vw;  
    }
    .m-store-info__label {
        top: 6.5vw;
        right: 0;
    }
    .m-store-info__ttl {
        max-width: 70vw;
    }
}
.lead {
font-size: 12px !important;
line-height: 1.4 !important;
}
@media screen and (min-width: 981px) {
    .g-ttl__container {
        height: 35vw;
    }
    .g-ttl__bg {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
@media screen and (max-width: 980px) {
    .g-ttl__container {
        height: min(375px, 180vw);
    }
    .g-ttl__wrap--about, .g-ttl__wrap--basic {
        padding-bottom: min(104px, 17.733333vw);
    }
    .lead {
         font-size: 2.8vw !important;
         text-align: left !important;
    }
}