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

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

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

#baila_module_triumph2005 [data-bg='self'] {
  background: #a02129;
}

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

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

#baila_module_triumph2005 [data-color='self'] {
  color: #a02129;
}

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

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

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

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

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

#baila_module_triumph2005 .m-menu__t a {
  text-decoration: underline;
  color: #a02129;
}

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

#baila_module_triumph2005 .m-menu__comment {
  border: 1px solid #ccc;
  padding: 15px;
  margin-top: -5px;
}

#baila_module_triumph2005 .m-menu__comment-user {
  font-size: 12px;
  color:#5a5a5a;
}

 rt {
  font-size: 9px;
  text-align: center;
 }


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

  .m-top__tw {
    width: 30.75rem;
    padding-right: 3rem;
  }

  .m-top__tt.jp {
    font-size: 2.7rem;
    line-height: 1.6;
    letter-spacing: 0.2rem;
    position: relative;
  }

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

  .c-tit {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    font-feature-settings: "palt";
  }

  .m-trial {
    width: 68.75rem;
    margin: 0 auto;
  }

  .m-trial_list {
    display: flex;
    justify-content: space-around;
    width: 715px;
    margin: 0 auto;
  }

  .m-trial_list li{
    width: 300px;
  }

  rt {
    letter-spacing: 0.6rem;
  }

}

  .m-trial .c-tit {
    text-align: center;
  }

  .m-trial_tit {
    font-weight: 700;
    margin: 20px 0 0;
  }

  .m-trial_prof {
    font-size: 12px;
    text-align: right;
    margin-bottom: 20px;
  }

@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;
    position: relative;
  }

  .c-tit {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.3;
    font-feature-settings: "palt";
  }

  .m-menu__t {
    line-height: 1.7;
  }

  .m-trial {
    margin: 0 10px;
  }

  .m-trial_list li {
    margin : 35px 10px 0;
    text-align: center;
  }

  .m-trial_list li p:last-child {
    text-align: left;
  }

  .m-trial_tit {
    text-align: left;
  }


  rt {
    font-weight: 400;
    letter-spacing: 0.3rem;
  }
}

 .m-menu__l.comment {
  text-align: center;
 }


}