@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
*/
/* SP ASPバナー */
.mkl-sp-banner {
  width: 100%;
  margin: 0;
  margin-top: -8px;
  padding: 0 16px 8px;
  box-sizing: border-box;
}
.mkl-sp-banner__item {
  display: none; /* JSで制御 */
  width: 100%;
}
.mkl-sp-banner__item a {
  display: block;
  width: 100%;
}
.mkl-sp-banner__item img {
  display: block;
  width: 100%;
  height: auto;
}
/* PC では非表示 */
@media (min-width: 769px) {
  .mkl-sp-banner { display: none; }
}
/* トラッキングピクセル非表示 */
.mkl-sp-banner__item img[width="1"],
.mkl-sp-banner__item img[height="1"] {
  display: none !important;
  height: 0 !important;
  width: 0 !important;
}