.p-store-kv {
  height: calc(100svh - 6.4rem);
  min-height: 67rem;
  margin: 0;
}
@media screen and (min-width: 811px) {
  .p-store-kv {
    height: calc(100svh - 11.6em);
    max-height: 108rem;
    font-size: max(min(0.5208333333vw, 10px), 6px);
  }
}
.p-store-kv__inner {
  position: relative;
  height: 100%;
}
.p-store-kv__image {
  position: relative;
  height: 100%;
}
.p-store-kv__image::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 2;
  background-color: rgba(31, 31, 37, 0.36);
}
.p-store-kv__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-store-kv__item {
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 2rem;
  color: #fff;
  text-align: center;
  transform: translateY(-50%);
}
@media screen and (min-width: 811px) {
  .p-store-kv__item {
    padding: 0 8em;
  }
}
.p-store-kv__catch {
  display: inline-block;
  width: auto;
  margin-bottom: 1.8rem;
  font-size: 1.8rem;
}
@media screen and (min-width: 811px) {
  .p-store-kv__catch {
    margin-bottom: 0.5em;
    font-size: 4em;
  }
}
.p-store-kv__title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (min-width: 811px) {
  .p-store-kv__title {
    font-size: 6.3em;
    line-height: 1.5;
  }
}
@media screen and (max-width: 810px) {
  .p-store-kv__title > span {
    display: inline-block;
    font-size: 2.8rem;
    line-height: 1.6;
  }
}

.p-store-about {
  padding: 4rem 0 8rem;
}
@media screen and (min-width: 811px) {
  .p-store-about {
    padding: 8rem 0 14rem;
  }
}
.p-store-about__image {
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (min-width: 811px) {
  .p-store-about__image {
    max-width: 660px;
  }
}
.p-store-about__image img {
  width: 100%;
}

.p-store-merit {
  padding: 5rem 0 8rem;
}
@media screen and (min-width: 811px) {
  .p-store-merit {
    padding: 8rem 0 12rem;
  }
}
.p-store-merit__column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4rem;
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (min-width: 811px) {
  .p-store-merit__column {
    flex-direction: row;
    justify-content: center;
    max-width: 100%;
  }
}
.p-store-merit__column-item {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 811px) {
  .p-store-merit__column-item {
    width: calc(50% - 2rem);
  }
}
.p-store-merit__column-image {
  display: block;
  margin-bottom: 2rem;
  padding: 3rem;
  background-color: #fff;
}
@media screen and (min-width: 811px) {
  .p-store-merit__column-image {
    padding: 6rem;
  }
}
.p-store-merit__column-image img {
  width: 65%;
  margin: 0 auto;
}
.p-store-merit__column-title {
  position: absolute;
  top: 2rem;
  left: 2rem;
}
@media screen and (min-width: 811px) {
  .p-store-merit__column-title {
    top: 3.5rem;
    left: 3.5rem;
  }
}
.p-store-merit__column-catch {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 811px) {
  .p-store-merit__column-catch {
    margin-bottom: 2rem;
    text-align: center;
  }
}
.p-store-merit__column-catch span {
  position: relative;
  display: inline-block;
  width: auto;
  padding-bottom: 0.1em;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (min-width: 811px) {
  .p-store-merit__column-catch span {
    font-size: 3rem;
    line-height: 1.5;
  }
}
.p-store-merit__column-catch span::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 0.2rem;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, rgb(49, 128, 184) 0%, rgb(91, 111, 182) 50%, rgb(152, 86, 180) 100%);
}
@media screen and (min-width: 811px) {
  .p-store-merit__column-catch span::after {
    height: 0.3rem;
  }
}
@media screen and (min-width: 811px) {
  .p-store-merit__column-text {
    text-align: center;
  }
}