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

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

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

#baila_module_xmascoffret2019 [data-bg='self'] {
  background: #8e6686;
}

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

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

#baila_module_xmascoffret2019 [data-color='self'] {
  color: #8e6686;
}

html.device-pc #baila_module_xmascoffret2019 [data-color='hover']:hover,
html.device-pc #baila_module_xmascoffret2019 [data-color='hover']:active {
  color: #8e6686;
}

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

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


/* ---------------------------------------- *
 *
 * 共通
 *
 * ---------------------------------------- */

/*#baila_module_xmascoffret2019 .c-tit.is-c:before {
    content: "- ";
}
#baila_module_xmascoffret2019 .c-tit.is-c:after {
    content: " -";
}*/

.m-mokuji h2 {
  font-size: 150%;
  font-weight: bold;
  margin-bottom: 10px;
}

.m-mokuji ul {
    background: rgba(201, 183, 206, 0.32);
    padding: 30px 30px 20px;
}

.m-mokuji li {
    font-weight: bold;
    margin-bottom: 10px;
}

.m-mokuji li:before {
  content:"・";
}

.m-richmenu_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.m-richmenu_list li {
  width: 49%;
}

.m-richmenu_list__tt {
  font-weight: bold;
}

.m-richmenu_list__tt span {
  color: #8e6686;
}

.m-richmenu_list.col1 li {
  width: 100%;
}


  .m-top {
    padding-bottom: 0;
  }

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

  .c-tit.is-c {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 50px;
    line-height: 2.7rem;
　　}

  .main-title__h1 {
  text-align: center;
  font-weight:bold;
  font-size: 200%;
  margin: 50px 0 -40px;
  }

  .m-top.is-cover2 .m-top__p {
    width: 1100px;
    margin: 0 auto;
  }

  .m-mokuji__in {
    width: 1100px;
    margin: 0 auto;
  }

  .m-mokuji a:hover {
    opacity: 0.7;
  }

  .m-richmenu_list__tt {
    padding: 20px 0 40px;
    font-size: 125%;
    text-align: center;
  }

  .m-richmenu_list li a:hover {
    opacity: 0.7;
  }

  .m-richmenu_list__tt:hover {
    opacity: 0.7;
  }

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

}

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

  .c-tit.is-c {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 2.2rem;
　　}

  .main-title__h1 {
  text-align: center;
  font-weight:bold;
  font-size: 150%;
  margin: 30px 10px 20px;
  line-height: 2rem
  }

  .m-mokuji__in {
    padding: 0 10px;
  }

  .m-mokuji li {
    text-indent: -1rem;
    padding-left: 1rem;
  }

  .m-richmenu_list {
    padding: 0 10px;
  }

  .m-richmenu_list__tt {
    font-size: 100%;
    padding: 10px 10px 25px;
  }

}
