@charset "utf-8";
/*==============================================
netkeiba - 重賞特集　フェブラリーS
================================================
0.0 - 共通パーツ
1.0 - バナーブロック（sec-bnr）
2.0 - ダウンロードボタンブロック(sec-app)
==============================================*/

/*----------------------------------------------
# 0.0 - 共通パーツ
----------------------------------------------*/
section.sec-special__container {
  margin-bottom: 8%;
  padding: 0 0 32px;
}
/*----------------------------------------------
# 1.0 - バナーブロック（sec-bnr）
----------------------------------------------*/
ul.sec-bnr__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 10px 0;
}
ul.sec-bnr__list li.w50 {
  width: 49%;
  margin-bottom: 2% !important;
}
ul.sec-bnr__list li {
  width: 100%;
  margin-bottom: 2%;
}
ul.sec-bnr__list li:last-child {
  margin-bottom: 0px;
}
ul.sec-bnr__list li a img,
ul.sec-bnr__2column li a img,
ul.sec-bnr__2column li img {
  width: 100%;
  height: auto;
  display: block;
}
/* Coming Soon */
li.w50.sec-bnr__cs {
  position: relative;
  padding-bottom: 49%;
  overflow: hidden;
}
li.sec-bnr__cs {
  position: relative;
  padding-bottom: 32%;
  overflow: hidden;
}
.sec-bnr__cs-thumbnail {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
/*  filter: blur(3px);*/
}
.sec-bnr__cs-thumbnail:before {
  display: block;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.3);
  z-index: 1;
}
.sec-bnr__cs-detail {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  z-index: 1;
}
span.sec-bnr__cs-text {
  display: block;
  color: #fff;
  font-size: 88.8%;
  font-weight: bold;
}
span.sec-bnr__date {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 12px 0;
  width: 100%;
  background: #1D1D1D;
  display: block;
  color: #fff;
  font-size: 77.7%;
  font-weight: 600;
  /* margin-top: 14px;
  line-height: 1.25; */
}

@media screen and (min-width: 768px) {
  span.sec-bnr__date {
    padding: 16px 0;
  }
}

@media only screen and (min-width: 0px) and (max-width: 280px) {
  span.sec-bnr__date {
    font-size: 55.5%;
  }
}
/* / Coming Soon */
/*----------------------------------------------
# 2.0 - ダウンロードボタンブロック(sec-app)
----------------------------------------------*/
section.sec-app__container {
  margin-top: 15px;
}
.sec-app__title {
  color: #444;
  text-align: center;
  font-size: 15px;
  margin: 14px 0;
}
ul.sec-app__dlbtn {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
ul.sec-app__dlbtn li {
  width: 42%;
}
ul.sec-app__dlbtn li a img {
  width: 100%;
  height: auto;
  display: block;
}