@charset "UTF-8";
/* ============================================================
   ホーム メインビジュアル 2026霧島（ごっつあんキャンペーン）
   home-vi-main-20260901.php 用
   各パーツは幅のみ%指定し、高さは画像比率どおり（height:auto）
   ============================================================ */
.ax_home_vi_main-20260901 {
  flex: 1;
  position: relative;
  display: block;
  overflow: hidden;
  background: url("../homeimg2026kirishima/home-camp-kirishima-bg.png") no-repeat center top;
  background-size: cover;
  transition: all 1s !important;
  opacity: 1 !important;
  container-type: size;
}

.ax_home_vi_main-20260901:hover {
  opacity: 0.7 !important;
}

.ax_home_vi_main-20260901 * {
  box-sizing: border-box;
}

.ax_home_vi_main-20260901 [class^="ax_home_vi_main-"] img {
  width: 100%;
  height: auto;
  display: block;
}

/* キャッチコピー（最上部・紫帯内・吹き出しより前面） */
.ax_home_vi_main-20260901 .ax_home_vi_main-catch {
  position: absolute;
  z-index: 6;
  top: 3.5%;
  left: 50%;
  transform: translateX(-50%);
  width: min(94cqw, 141cqh);
}

/* 吹き出し: 購入レシートで応募 ごっつあんキャンペーン（左上） */
.ax_home_vi_main-20260901 .ax_home_vi_main-fukidashi-title {
  position: absolute;
  z-index: 1;
  top: 7%;
  left: max(3.5cqw, 50cqw - 74cqh);
  width: min(34cqw, 47cqh);
}

/* メインの力士と鍋（中央下） */
.ax_home_vi_main-20260901 .ax_home_vi_main-rikishi-main {
  position: absolute;
  z-index: 3;
  bottom: 2%;
  left: 50%;
  transform: translateX(-50%);
  width: min(42cqw, 63cqh);
}

/* 吹き出し: 応募期間（右上） */
.ax_home_vi_main-20260901 .ax_home_vi_main-fukidashi-period {
  position: absolute;
  z-index: 2;
  top: 20%;
  right: max(0.5cqw, 50cqw - 73cqh);
  width: min(26cqw, 39cqh);
}

/* サブの力士たち（左下・メイン力士より後ろ） */
.ax_home_vi_main-20260901 .ax_home_vi_main-rikishi-sub {
  position: absolute;
  z-index: 2;
  bottom: 1%;
  left: max(0.5cqw, 50cqw - 76cqh);
  width: min(28.8cqw, 43.2cqh);
}

/* 商品パッケージ（右下） */
.ax_home_vi_main-20260901 .ax_home_vi_main-products {
  position: absolute;
  z-index: 6;
  bottom: 3%;
  right: max(0.5cqw, 50cqw - 81cqh);
  width: min(34.8cqw, 52.2cqh);
}

/* ============================================================
   レスポンシブ
   ============================================================ */
/* 959px以下: ax_home_vi が縦積みになる（theme_sp.css）
   → PCデザイン原寸と同じ3:2比率で全幅表示 */
@media screen and (max-width: 959px) {
  .ax_home_vi_main-20260901 {
    width: 100%;
    aspect-ratio: 2440 / 1627;
  }
}

/* スマホ: SPデザイン準拠 */
@media screen and (max-width: 680px) {
  .ax_home_vi_main-20260901 {
    aspect-ratio: 750 / 602;
  }
  .ax_home_vi_main-20260901 .ax_home_vi_main-catch {
    top: 3.5%;
    width: 96%;
  }
  .ax_home_vi_main-20260901 .ax_home_vi_main-fukidashi-title {
    z-index: 5;
    top: 12.5%;
    left: 4%;
    width: 34%;
  }
  .ax_home_vi_main-20260901 .ax_home_vi_main-fukidashi-period {
    top: 30%;
    right: 2.5%;
    width: 29%;
  }
  .ax_home_vi_main-20260901 .ax_home_vi_main-rikishi-main {
    bottom: 1.5%;
    left: 50%;
    width: 55%;
  }
  .ax_home_vi_main-20260901 .ax_home_vi_main-rikishi-sub {
    bottom: 0;
    left: -3%;
    width: 33%;
  }
  .ax_home_vi_main-20260901 .ax_home_vi_main-products {
    bottom: 2%;
    right: 0.5%;
    width: 30%;
  }
}
