/* Small Screens (max-width: 768px) */

.hero-bg {
  background-position: center -30px;
  background-size: 105%;
  min-height: 300px;
}

.hero_content {
	padding-top: 300px;
}

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

/* ヒーローセクション画像のスマホ横・タブレット縦調整 */
.hero-title {
  font-size: 35px;
}

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

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

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

.first_text {
  font-size: 22px;
}

.present_title {
  font-size: 28px;
}

.present-item-title {
  font-size: 20px;
  gap: 10px;
  flex-direction: row;
  text-align: center;
  justify-content: center;
  align-items: center;
}

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

.number-badge {
  width: 40px;
  height: 40px;
  font-size: 22px;
  margin-bottom: 0;
}

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

.footer-logo {
  text-align: center;
  margin-bottom: 30px;
  padding-right: 0;
}

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

.footer-content {
  padding: 0 10px;
}

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

.footer-divider {
  margin: 15px 0;
}

/* プレゼント画像のスマホ横・タブレット縦調整 */
.present-image {
  max-width: 220px;
  margin: 15px auto 0;
}

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

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