/* Extra Small Screens (max-width: 576px) */

.back_washi {
	background-size: 50%;
}

.hero-bg {
  background-position: center -15px;
  background-size: 110%;
  min-height: 250px;
}
p {
	font-size: 11px;
}
.hero_content {
  padding-top: 200px;
}

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


/* ヒーローセクション画像のスマホ調整 */
.hero-title {
  font-size: 28px;
}

/* スマホでは両サイドの画像を非表示 */
.hero-title::before,
.hero-title::after {
  display: none;
}

.first_text {
	font-size: 14px;
	padding: 0 10px;
}

.present_title {
  font-size: 24px;
}

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

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

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

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

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

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

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

.footer-text {
  font-size: 11px;
  padding: 8px 0;
  line-height: 1.4;
}

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

/* QRコード関連のモバイル調整 */
.row.align-items-center {
  justify-content: center;
}

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

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

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