@charset "utf-8";

.st-mv {
  position: relative;
  width: 100%;
}

.st-mv img {
  width: 100%;
  object-fit: cover;
}

.st-mv h2 {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 80%;
  transform: translate(-50%, -50%);
  font-size: 3em;
  color: #fafafa;
}

.lower .contents h2 {
  text-shadow: 1px 1px 2px #888;
}

.contents h4.st-h4 {
  font-weight: bold;
  padding: 0.3em 0.5em;
  border-left: 7px double #4c9ac0;
  font-size: 1.8em;
  margin-top: 70px;
}

.shop-wrap {
  display: flex;
  gap: 2rem;
  justify-content: center;
}

.shop-box {
  width: 270px;
}

.syatu {
  position: relative;
  height: fit-content;
}

.syatu p {
  position: absolute;
  bottom: -10%;
  left: 0;
  background: #3a3a3a;
  color: #fafafa;
  padding: 3px 7px;
}

div::after {
  content: none;
}

.ul-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
}

.ul-flex li {
  list-style: disc;
  margin-left: 20px;
}

.size {
  margin-top: 15px;
}

h4 span{
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .shop-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }

  syatu p {
    bottom: -8%;
}
}
