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

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

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

#baila_module_shortpants1906 [data-bg='self'] {
  background: #424081;
}

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

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

#baila_module_shortpants1906 [data-color='self'] {
  color: #424081;
}

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

/* ---------------------------------------- *
 *
 * 背景色
 * 以下カラー値に、今回のタイアップで使用する背景色を指定する
 *
 * ---------------------------------------- */
#baila_module_shortpants1906 .m-top.is-bg,
#baila_module_shortpants1906 .m-homeMenu__sc.is-bg,
#baila_module_shortpants1906 .m-movie.is-bg,
#baila_module_shortpants1906 .m-gallery.is-bg,
#baila_module_shortpants1906 .m-info.is-bg,
#baila_module_shortpants1906 .m-richmenu.is-bg,
#baila_module_shortpants1906 .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_shortpants1906 [data-font='en'] {
  font-family: 'Hammersmith One', sans-serif;
}

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

/* ---------------------------------------- *
 *
 * メディアクエリ
 * PC、SPに個別にスタイルを適用させたい場合は、以下メディアクエリを使用する
 *
 * ---------------------------------------- */
@media screen and (min-width: 900px) {
  /* ここにPCのスタイルを記述する */
  #baila_module_shortpants1906 .m-top__tt {
    font-size: 3rem !important;
    line-height: 1.75rem;
  }
  .sp-only {
    display: none;
  }
  #baila_module_shortpants1906 .m-top.is-cover2 .m-top__tw {
    width: 65.25rem !important;
  }
  #baila_module_shortpants1906 .m-top__tt .m-top__sub {
    font-size: 24px;
  }
  #baila_module_shortpants1906 .m-top__l {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 899px) {
  /* ここにSPのスタイルを記述する */
  #baila_module_shortpants1906 .m-top__tt {
    font-size: 1.9rem !important;
    line-height: 1.2em;
    margin-bottom: 20px;
  }
  #baila_module_shortpants1906 .m-top__tt .m-top__sub {
    font-size: 16px;
    margin-bottom: -40px;
  }
  .pc-only {
    display: none;
  }
  .m-top__l {
    font-size: 1.6rem;
  }
  .m-menu__tw {
    padding-top: 7px;
  }
  #baila_module_shortpants1906 .m-top__l {
    font-size: 1rem;
  }
}

/* ---------------------------------------- *
 *
 * Config
 * 今回だけの変更
 *
 * ---------------------------------------- */

#baila_module_shortpants1906 .m-top__tt .m-top__sub {
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
  }

#baila_module_shortpants1906 .m-top__tt {
  font-family: "Sawarabi Mincho";
}

#baila_module_shortpants1906 .m-menu__l {
  font-family: "Sawarabi Mincho";
}

.m-credit .m-menu__n {
  font-size: 12px;
}

.m-credit {
  margin: 50px .625rem 30px;
  padding: 0 10px 12px;
  border: 1px solid #e4e4e4;
}