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

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

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

#baila_module_health [data-bg='self'] {
  background: #e08a92;
}

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

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

#baila_module_health [data-color='self'] {
  color: #e08a92;
}

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

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

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


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



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


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

  h1.m-top__p {
    max-width: 1100px;
    margin: 0 auto;
  }

  .m-top {
    padding: 0;
  }

  .m-top__t {
    text-align: center;
  }

  .health--tit {
    text-align: center;
    font-size: 50px;
    margin-bottom: 50px;
  }

  .m-richmenu_list {
    display: flex;
    margin-left: 25px;
    flex-wrap: wrap;
  }

  .m-richmenu_list>li {
    margin: 0 10px 40px;
    width: 500px;
  }

  .m-richmenu--txt span {
    font-size: 24px;
  }

  .m-richmenu--txt {
    margin: 0 auto;
  }

  #part1 {
    padding-bottom: 0;
  }

  .health-cate--list {
    margin-top: 15px;
  }

  .health-cate--list img{
    width: 92px;
    margin-right: 10px;
  }

  .health-cate--list p{
    width: 146px;
    font-weight: 700;
  }

  .health-cate--list li {
    margin-bottom: 15px;
  }

  .health-cate--list a {
    display: flex;
  }

.t-post-article-card--s .c-post__title {
    font-size: 15px;
    line-height: 1.5;
    color:#841639;
}

.t-post-article-card .c-post__body__info {
  height: 12px;
}

  .m-richmenu_list a:hover img {
    opacity: 0.5;
}

.health-cate--pickup li a {
  display: flex;
  align-items: start;
}

.health-cate--pickup li a img {
  width: 248px;
  margin-right: 30px;
  margin-bottom: 40px;
  border-radius: 15px;
}

.c-thumb {
  border-radius: 15px;
}

#part1 {
  margin-bottom: 70px;
}

.m-top.is-cover2 .m-top__in {
    width: 1100px;
    background: url(https://s3-ap-northeast-1.amazonaws.com/cf.hpplus.jp/01_shueisha/baila/module/health/images/main_visual/pic_top.jpg) no-repeat;
    height: 215px;
    padding-top: 70px;
    font-size: 100px;
    margin: 0 auto;
    color: #fff;
    line-height: 0.4;
    text-align: center;
  }

  .m-top__p span{
    font-size: 20px;
    letter-spacing: 0.25rem;
  }

  .ico_click {
  width: 75px;
  top: -30px;
  }

  .m-richmenu_list .health-cate a:hover img {
    opacity: 1;
  }

  .m-richmenu_list .health-cate a:hover {
    background: #fff2f1;
  }

}

.health-cate--pickup p {
  font-size: 15px;
  color:#841639;
  font-weight: 700;
}

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

  .health--tit {
    text-align: center;
    font-size: 40px;
    margin-bottom: 20px;
  }

  .m-top {
    padding: 0;
  }

  .m-richmenu {
    padding: 2.5rem 0 0;
  }

  .m-richmenu_list {
    justify-content: space-between;
    margin: 0 15px;
  }

  .m-richmenu_list li{
    margin-bottom: 15px;
  }

  .m-richmenu--txt {
   font-size: 12px;
  }

  .m-richmenu--txt span {
   font-size: 17px;
  }

  .health-cate--pickup li a {
    display: flex;
    justify-content: space-between;
    align-items: start;
  }

  .health-cate--pickup li img {
    width: 35%;
    margin-right: 10px;
    border-radius: 6px;
  }

  .health-cate,
  .health-pickup {
    margin-bottom: 15px !important;
  }

  .health-cate--pickup {
    margin: 0 15px;
  }

  .health-cate--pickup li {
    margin-bottom: 15px;
  }

  .c-post__body__info {
    height: 0 !important;
  }

  .c-thumb {
    border-radius: 6px;
  }

  #part2 {
    margin-top: 40px;
    margin-bottom: -40px;
    padding: 40px 0;
  }
  
  .t-post-article-card--s .c-post__title,
  .t-post-article-media .c-post__title {
    color:#841639;
    font-weight: 400;
  }

  .m-top__p {
    font-size: 80px;
    text-align: center;
    line-height: 1.2;
    color: #fff;
  }

  .m-top__p span {
    font-size: 15px;
    display: block;
  }

    .m-top.is-cover2 .m-top__in {
    width: 100%;
    background: url(https://s3-ap-northeast-1.amazonaws.com/cf.hpplus.jp/01_shueisha/baila/module/health/images/main_visual/pic_top_sp.jpg) no-repeat center;
    height: 200px;
    text-align: center;
    padding-top: 40px;
    font-size: 80px;
    line-height: 1.2;
    margin: 0 auto;
    color: #fff;
/*    text-shadow: 0px 0px 8px rgb(67 51 111);*/
  }

  .ico_click {
  width: 55px;
  top: -8px;
  }



}

/* カテゴリー */
.health-cate {
    position: relative;
    border: 1px solid #e08a92;
    border-radius: 10px;
    padding: 20px;
    background: #fff;
}

.health-cate_tit {
  font-size: 120%;
  font-weight: bold;
  color: #841639;
  text-align: center;
  margin-bottom: 10px;
}

.health-cate_txt {
  font-size: 80%;
}

.ico_click {
  position: absolute;
}
