@charset "UTF-8";
/* ===================================================================
	ブランドサイト側のCSSを上書き
=================================================================== */
main {
  color: #1a1a1a;
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', 'ヒラギノ角ゴ', Arial, sans-serif !important;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  main {
    font-size: 1rem;
  }
}

main *,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* ---------------------------------------------
*   <a> tag
--------------------------------------------- */
main a,
main a:hover {
  color: inherit;
  outline: none;
  text-decoration: none;
}

/* タイトル＆パンくず 非表示 */
.c-section-2__head {
  display: none;
}

/* キービジュアル上アキ調整 */
.c-section-2__container {
  padding-top: 0 !important;
}

/* キービジュアル 必要に応じて表示or非表示にしてください */
.c-section-2__img {
  /* display: none; */
}

/* フッタとのアキ調整＠コンテンツ側 */
.c-section-24 {
  margin-bottom: 0 !important;
}

/* BAUS Club Off活用術 非表示 */
.c-section-26 {
  display: none;
}

/* BAUS Club Off btn 非表示 */
.c-block-18 {
  display: none;
}
