@charset "utf-8";

/*  メインビジュアル
============================================================================= */

.mv-area {
  background: url(../_images/mv.jpg) no-repeat center top;
  background-size: cover;
  padding: 10px 0;
}

/*  まるごと領域追加【20250611】
============================================================================= */
@media screen and (min-width: 960px) {
   .carousel {
       justify-content: center;
       overflow-x: hidden !important;
   }
}
