/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 17 2026 | 03:38:21 */
/* =========================================================
   Baby-J Sports CSS
   Sports LP Only
========================================================= */


/* =========================================================
   SPORTS｜Page Scope
========================================================= */

.bj-sports {
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.bj-sports *,
.bj-sports *::before,
.bj-sports *::after {
  box-sizing: border-box;
}


/* =========================================================
   SPORTS｜Sections
========================================================= */

.bj-sports > section {
  position: relative;
  width: 100%;
}


/* =========================================================
   SPORTS-04｜VARIETY
   SP画像トリミング個別補正
========================================================= */

@media (max-width: 800px) {

  /* 04｜クライミング：子どもの上半身を優先 */
  .bj-sports .bj-variety__card--04 .bj-variety__image {
    object-position: center 30%;
  }

  /* 06｜ゴルフ：子どもの顔・上半身を優先 */
  .bj-sports .bj-variety__card--06 .bj-variety__image {
    object-position: center 25%;
  }

}