@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/


/* 2026-06-16 Codex: mobile header/hero polish */
@media (max-width: 600px) {
  .home .l-header__customBtn.sp_ .c-iconBtn__label {
    display: none;
  }

  .home .l-header__customBtn.sp_ .c-iconBtn {
    height: 48px;
  }

  .home #main_visual .p-mainVisual__img {
    object-position: 82% center;
  }
}

/* 2026-06-16 Codex: top sidebar only first four widgets */
@media (min-width: 960px) {
  .home #sidebar .c-widget:nth-of-type(n+5) {
    display: none;
  }
}

/* 2026-06-16 Codex: hide duplicate pickup category banner on top */
.home #pickup_banner {
  display: none;
}
