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

/* ---------------------------------------- *
 *
 * 背景色
 * 以下カラー値に、今回のタイアップで使用する背景色を指定する
 *
 * ---------------------------------------- */


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

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


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

.l-mainWrap {
  font-weight: 400;
}

.m-color {
  color: #ff0000;
}

.m-menu__n a{
  text-decoration: underline;
}
.m-menu__n a:hover {
  text-decoration: none;
  color: #222;
}

.m-richmenu__bt > a {
  color: #ff0000; 
}

html.device-pc .m-richmenu__bt > a:hover, html.device-pc .m-richmenu__bt > a:active {
  background: #ff0000;
}

.m-richmenu__bt > a > span,
.m-richmenu__bt > a > span > span {
  background-color: #ff0000;
}

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

  .m-top__tt.jp span:first-child {
    font-size: 24.5px;
    color: #222;
  }

  .uniqlo1910-top .m-top.is-cover2 .m-top__tw {
    margin-top: 0;
  }

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

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

  .m-richmenu__bd__c a {
    display: block;
    font-weight: 400;
    font-size: 15px;
  }

  .m-richmenu__bt {
    margin: 30px auto;
  }

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

  .m-richmenu__bd__t {
    height: 140px;
  }

  .m-richmenu__bd__t.week3,
  .m-richmenu__bd__t.week4{
    height: 160px;
  }

}

@media screen and (max-width: 899px) {
  /* ここにSPのスタイルを記述する */
  .is-pc {
    display: none;
  }
  .m-top__l {
    text-align: center;
  }
  .m-top__tt.jp {
    font-size: 1.5rem;
    line-height: 2.3rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
  }

  .m-top__tt.jp span:first-child {
    font-size: 17px;
    color: #222;
  }

  .uniqlo1910-top .m-top__tw {
    margin-top: 0;
  }

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

  .m-richmenu__bt {
    margin-top: 30px;
  }

}