.mv {
  background: #FFD034;
}
.mv .mv_img {
  background: url("../images/mv_store.jpg") center center/cover;
}
.mv .anks {
  margin-top: max(20px, 4.39238653vw);
}

@media all and (max-width: 900px) {
  .mv_under .inner {
    grid-template-columns: 340px 1fr;
  }
}
@media all and (max-width: 767px) {
  .mv_under .inner {
    grid-template-columns: 1fr;
    padding-bottom: 175px;
  }
  .mv_under .anks {
    bottom: 40px;
  }
}

.title_eg {
  font-weight: 600;
  font-size: clamp(5rem, 5.270863836vw, 7.2rem);
}
.title_eg .cap {
  margin-top: 20px;
}
@media all and (max-width: 767px) {
  .title_eg {
    font-size: 3.6rem;
  }
  .title_eg .cap {
    font-size: 1.4rem;
  }
}

.store_sec1 {
  padding: 120px 0;
  box-sizing: border-box;
  position: relative;
}
.store_sec1 .inner {
  position: relative;
}
@media all and (max-width: 767px) {
  .store_sec1 {
    padding: 60px 0;
    text-align: center;
  }
  .store_sec1 .inner {
    text-align: left;
  }
}

.store_bx {
  margin-top: 64px;
}
.store_bx h3 {
  font-size: clamp(2.2rem, 2.4890190337vw, 3.4rem);
  border-bottom: 1px solid #000;
  box-sizing: border-box;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  padding-bottom: 20px;
  letter-spacing: 0.06em;
}
.store_bx h3 i {
  margin-left: 16px;
  position: relative;
  top: -1px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(1.8rem, 2.196193265vw, 3rem);
}
.store_bx .ct {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 40px;
}
.store_bx .lines {
  display: grid;
  grid-template-columns: 100px 1fr;
  padding: 25px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #000;
}
.store_bx .lines a {
  display: inline-block;
  text-decoration: none;
  color: #333;
  margin-top: 5px;
  background: url("../images/out.png") center right no-repeat;
  background-size: 16px auto;
  padding-right: 20px;
  transition: all 0.3s ease;
  position: relative;
}
.store_bx .lines a:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #000;
  transition: all 0.3s ease;
}
.store_bx .lines a:hover:before {
  width: 100%;
}
.store_bx .img {
  border-radius: 4px;
  overflow: hidden;
}
@media all and (max-width: 900px) {
  .store_bx .ct {
    margin-top: 40px;
    grid-template-columns: 1fr;
    gap: 40px 0;
  }
  .store_bx .st_img {
    order: 1;
  }
  .store_bx .infos {
    order: 2;
  }
}
@media all and (max-width: 767px) {
  .store_bx {
    margin-top: 45px;
  }
  .store_bx h3 {
    font-size: 2rem;
    padding-bottom: 10px;
  }
  .store_bx h3 i {
    margin-left: 10px;
    font-size: 1.5rem;
  }
  .store_bx .ct {
    margin-top: 20px;
    gap: 0 20px;
  }
  .store_bx .lines {
    grid-template-columns: 84px 1fr;
    padding: 12px 0;
    border-bottom: 1px solid #B8B8B8;
    font-size: 1.3rem;
  }
  .store_bx a:hover:before {
    width: 0;
  }
}

.map_link {
  text-align: right;
}
.map_link a {
  display: inline-block;
  text-decoration: none;
  margin-top: 40px;
  color: #333;
  background: url("../images/out.png") center right no-repeat;
  background-size: 16px auto;
  padding-right: 25px;
  transition: all 0.3s ease;
  position: relative;
  font-family: "Inter", sans-serif;
}
.map_link a:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #000;
  transition: all 0.3s ease;
}
.map_link a:hover:before {
  width: 100%;
}
@media all and (max-width: 767px) {
  .map_link a {
    font-size: 1.1rem;
    margin-top: 20px;
    background: url("../images/out.png") center right no-repeat;
    background-size: 11px auto;
    padding-right: 15px;
  }
}

.store_sec2 {
  padding: 60px 0 120px 0;
}
@media all and (max-width: 767px) {
  .store_sec2 {
    padding: 20px 0 80px 0;
  }
  .store_sec2 .title_eg {
    line-height: 1;
  }
  .store_sec2 .title_eg em {
    display: inline-block;
  }
  .store_sec2 .title_eg i:before {
    content: none;
  }
  .store_sec2 .title_eg span {
    position: relative;
  }
  .store_sec2 .title_eg span:before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 7px;
    left: 0;
    width: calc(100% + 12px);
    height: 7px;
    background: #FFC0FB;
  }
}

/*# sourceMappingURL=store.css.map */
