.elementor-6964 .elementor-element.elementor-element-53b2c4c{--display:flex;}/* Start custom CSS for html, class: .elementor-element-733fd52 *//* 画像の大きさ → width の数値を変える */
.hero-right.cutout img {
  width: 200% !important;       /* ← ここを大きくする（例: 120%, 150%） */
  max-width: none !important;
  height: auto !important;
  display: block;
  margin-left: 0;               /* ← はみ出し方向の調整 */
}

/* 画像エリアの高さ → height を変える */
.hero-right {
  height: 100vh;                /* ← 固定値にするなら例: 600px */
  overflow: visible;            /* ← はみ出しを許可するか hidden で切るか */
}

/* スマホでは画像を100%に戻す */
@media (max-width: 960px) {
  .hero-right.cutout img {
    width: 100% !important;
    margin-left: 0 !important;
  }
}/* End custom CSS */