@charset "utf-8";

.title {
  height: 19.375rem; /* 310px ÷ 16 */
  background-image: url(../img/FastView-polsk3.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-shadow: 1px 1px 10px #4b2c14;
}

.title .title-h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  font-weight: bold;
  text-transform: capitalize;
}

.title p {
  font-size: 0.875rem; /* 14px */
  margin-top: 0.9375rem; /* 15px */
}

.item-list {
  width: 58.125rem; /* 930px */
  max-width: 90%;
  margin-top: 2.8125rem; /* 45px (モバイル基準) */
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, 15rem); /* 240px */
  column-gap: 5.9375rem; /* 95px */
  row-gap: 2.5rem; /* 40px (モバイル基準) */
  justify-content: center;
}

.item-list dl {
  margin-top: 1.25rem;
}

.item-list dt {
  font-weight: bold;
}

.item-list dd {
  font-size: 0.8125rem; /* 13px */
  line-height: 1.25rem; /* 20px */
  margin-top: 0.625rem; /* 10px */
}

.item-list .price {
  font-weight: bold;
  margin-top: 0.9375rem; /* 15px */
}

.item-list li {
  position: relative;
}

.item-list .item-label {
  position: absolute;
  top: 0;
  left: calc(100% + 1.125rem); /* 18px */
  font-size: 0.625rem; /* 10px */
  white-space: nowrap;
  transform-origin: top left;
  transform: rotate(90deg);
  text-transform: uppercase;
}

.footer {
  margin-top: 6.25rem; /* 100px */
}

@media (min-width: 768px) {
  .item-list {
    margin-top: 4.6875rem; /* 75px */
    row-gap: 4.375rem; /* 70px */
  }
}
