/* Medium Screens (max-width: 992px) */

.hero-bg {
  background-position: center -60px;
  min-height: 400px;
}

.hero_content {
  padding-top: 400px;
}

.hero_content h1 {
  font-size: 45px;
}

/* ヒーローセクション画像のタブレット調整 */
.hero-title {
  font-size: 38px;
}

.hero-title::before,
.hero-title::after {
  width: 150px;
  height: 150px;
}

.hero-title::before {
  left: -120px;
}

.hero-title::after {
  right: -120px;
}

.first_text {
  font-size: 24px;
}

.present_title {
  font-size: 32px;
}

.present-item-title {
  font-size: 22px;
  gap: 12px;
}

/* プレゼントアイテム全体の中央揃え */
.col-md-6, .col-lg-4 {
  text-align: center;
  margin-bottom: 30px;
}

.number-badge {
  width: 45px;
  height: 45px;
  font-size: 24px;
}

.footer-section {
  padding: 35px 0;
}

.footer-logo {
  padding-right: 25px;
}

.footer-logo img {
  max-width: 110px;
}

.footer-text {
  font-size: 13px;
  padding: 12px 0;
}

/* QRコード関連のタブレット調整 */
.row.align-items-center {
  justify-content: center;
}

.col-auto.m-4 {
  text-align: center;
  margin: 15px !important;
}

.col-auto.m-4 img {
  max-width: 100px;
  height: auto;
}

.col-auto.m-4 div {
  font-size: 14px;
  margin-top: 8px;
}

/* プレゼント画像のタブレット調整 */
.present-image {
  max-width: 250px;
  margin: 15px auto 0;
}

.present-image img {
  width: 100%;
  max-width: 250px;
}

/* プレゼントセクションのタブレット調整 */
.row .col-md-6:nth-child(3) {
  margin: 0 auto;
  float: none;
}