@charset "UTF-8";

/*@import url('https://fonts.googleapis.com/css?family=Cinzel&display=swap');*/

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

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

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

#baila_module_diesel1910 [data-bg='self'] {
  background: #f3aa10;
}

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

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

#baila_module_diesel1910 [data-color='self'] {
  color: #f3aa10;
}

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

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

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

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

/*#baila_module_diesel1910 .jp {
  font-family: 'Noto Serif JP', serif;
}*/

#baila_module_diesel1910 .m-menu__sub {
    font-weight: bold;
    font-size: 1.3rem;
    margin-bottom: 1.2rem;
}
.m-menu__l {
  font-weight: normal;
}

/* ---------------------------------------- *
 *
 * メディアクエリ
 * PC、SPに個別にスタイルを適用させたい場合は、以下メディアクエリを使用する
 *
 * ---------------------------------------- */

 #baila_module_diesel1910 .m-top__tw__in {
    text-align: center;
}
#baila_module_diesel1910 .c-tit {
  margin-bottom: 0;
}

@media screen and (min-width: 900px) {
  /* ここにPCのスタイルを記述する */
.sp-only {
  display: none;
}
.m-top.is-cover2 .m-top__tw {
  margin-top: 0;
}
.m-top__l.jp {
  font-size: 24px;
}
.m-menu__l {
  font-size: 3.5rem;
  line-height: 3.5rem;
  margin-bottom: 35px;
}

}

@media screen and (max-width: 899px) {
  /* ここにSPのスタイルを記述する */
  .pc-only {
  display: none;
}
.m-menu__l {
  text-align: center;
  font-size: 2.125rem;
  line-height: 2.5rem;
}
#baila_module_diesel1910 .m-menu__sub {
  font-size: 1.15rem;
} 
.c-tit {
  text-align: center;
}
.m-top__l.jp {
    font-size: 1.2rem;
    margin-bottom: 12px;
}
}
