@charset "UTF-8";
/*
 * ユニークなモジュール名（#baila_module_***）はタイアップごとに変更する
 */
/* ---------------------------------------- *
 *
 * メインカラー
 * 以下カラー値すべてに、今回のタイアップのメインカラーを指定する
 *
 * ---------------------------------------- */
#baila_module_colehaan2002 [data-border='self'] {
  border-color: #002478;
}

html.device-pc #baila_module_colehaan2002 [data-border='hover']:hover,
html.device-pc #baila_module_colehaan2002 [data-border='hover']:active {
  border-color: #002478;
}

html.device-pc #baila_module_colehaan2002 [data-border='hover-span']:hover > span,
html.device-pc #baila_module_colehaan2002 [data-border='hover-span']:active > span {
  border-color: #002478;
}

#baila_module_colehaan2002 [data-bg='self'] {
  background: #002478;
}

html.device-pc #baila_module_colehaan2002 [data-bg='hover']:hover,
html.device-pc #baila_module_colehaan2002 [data-bg='hover']:active {
  background: #002478;
}

html.device-pc #baila_module_colehaan2002 [data-bg='hover-span']:hover > span,
html.device-pc #baila_module_colehaan2002 [data-bg='hover-span']:active > span {
  background: #002478;
}

#baila_module_colehaan2002 [data-color='self'] {
  color: #002478;
}

html.device-pc #baila_module_colehaan2002 [data-color='hover']:hover,
html.device-pc #baila_module_colehaan2002 [data-color='hover']:active {
  color: #002478;
}

/* ---------------------------------------- *
 *
 * 背景色
 * 以下カラー値に、今回のタイアップで使用する背景色を指定する
 *
 * ---------------------------------------- */
#baila_module_colehaan2002 .m-top.is-bg,
#baila_module_colehaan2002 .m-homeMenu__sc.is-bg,
#baila_module_colehaan2002 .m-movie.is-bg,
#baila_module_colehaan2002 .m-gallery.is-bg,
#baila_module_colehaan2002 .m-info.is-bg,
#baila_module_colehaan2002 .m-richmenu.is-bg,
#baila_module_colehaan2002 .m-menuDa__sc.is-bg {
  background: #f7dfdf;
}

/* ---------------------------------------- *
 *
 * 欧文・和文フォント
 * 以下font-familyに、今回のタイアップの欧文・和文フォントをそれぞれ指定する
 * 新しいWebフォントを使用する場合は、このCSSの先頭（@charsetの直下）でフォントを読み込ませる
 * 例）@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
 *
 * ---------------------------------------- */
#baila_module_colehaan2002 [data-font='en'] {
  font-family: 'Hammersmith One', sans-serif;
}

#baila_module_colehaan2002 .l-mainWrap {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

#baila_module_colehaan2002 .m-top__tt.jp {
  font-weight: 700;
  font-family: 'Noto Sans JP', sans-serif;
  font-feature-settings: "palt";
}

#baila_module_colehaan2002 .m-menu__t a {
  text-decoration: underline;
  color: #002478;
}

#baila_module_colehaan2002 .m-menu__t a:hover {
  text-decoration: none;
}

/* ---------------------------------------- *
 *
 * メディアクエリ
 * PC、SPに個別にスタイルを適用させたい場合は、以下メディアクエリを使用する
 *
 * ---------------------------------------- */
@media screen and (min-width: 900px) {
  /* ここにPCのスタイルを記述する */
  .is-sp {
    display: none;
  }

  .m-top__tt.jp {
    font-size: 2.26rem;
    line-height: 1.75;
    letter-spacing: 0.2rem;
  }

  .m-top__l.jp {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 899px) {
  /* ここにSPのスタイルを記述する */
  .is-pc {
    display: none;
  }

  .m-top__l.jp {
    text-align: center;
  }

  .m-top__tt.jp {
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.7;
  }
}
