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

/*----------------------------------------------
# 0.0 - 共通パーツ
----------------------------------------------*/
section.sec-special__container {
  margin-bottom: 2%;
  padding: 6px 0;
}
.sec-special__container a {
  transition: .3s;
}
/*----------------------------------------------
# 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: 28%;
  overflow: hidden;
}
li.sec-bnr__cs {
  position: relative;
  padding-bottom: 23.47%;
  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: 19px;
  font-weight: bold;
}

.sec-bnr__date__inner {
  position: absolute;
  bottom: 0;
  right: 0;
}

span.sec-bnr__date {
  position: relative;
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  /* margin-top: 10px;
  line-height: 1.25; */
  min-width: 240px;
  background: #1D1D1D;
  height: 56px;
  line-height: 56px;
  padding: 0 10px;
  box-sizing: border-box;
}
span.sec-bnr__date::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -25px;
  width: 0;
  height: 0;
  border-top: 56px solid transparent;
  border-right: 25px solid #1D1D1D;
}

/* / Coming Soon */
/*----------------------------------------------
# 2.0 - ダウンロードボタンブロック(sec-app)
----------------------------------------------*/
section.sec-app__container {
  margin-top: 24px;
}
.sec-app__title {
  color: #444;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  margin: 8px 0;
}
ul.sec-app__dlbtn {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 375px;
  margin: 0 auto;
}
ul.sec-app__dlbtn li {
  width: 160px;
}
ul.sec-app__dlbtn li:first-child {
  margin-right: 20px;
}
ul.sec-app__dlbtn li a img {
  width: 100%;
  height: auto;
  display: block;
}