/*-----------------------------------

dazncup.scss

------------------------------------*/
.newsArea {
  background: #000;
  padding: 100px 0;
  overflow: hidden;
  margin: 80px 0;
}
.newsArea .heading__main .en,
.newsArea .heading__main .jp {
  color: #fff;
}
.newsArea .slick-track {
  display: flex;
}
.newsArea .slick-slide {
  height: auto !important;
}
.newsArea__list {
  position: relative;
}
.newsArea__list .slick-arrow {
  display: none !important;
}
.newsArea__list .slick-track {
  margin-left: 0;
}
.newsArea__list li {
  width: 100%;
  margin-right: 20px;
  overflow: hidden;
  position: relative;
}
.newsArea__list li a {
  display: block;
  width: 100%;
  overflow: hidden;
  transition: 0.5s all;
}
.newsArea__list li a:hover figure img {
  transform: scale(1.1);
}
.newsArea__list li a:after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
  display: block;
  height: 200px;
  bottom: 0;
  position: absolute;
}
.newsArea__list li a figure img {
  width: 100%;
  transition: 0.5s all;
}
.newsArea__list li a figure figcaption {
  color: #fff;
  padding: 100px 20px 20px;
  box-sizing: border-box;
  line-height: 1.4;
  overflow: hidden;
  position: relative;
  z-index: 11;
  text-align: left;
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
}
.newsArea__bottomlist {
  border-top: 1px solid #fff;
}
.newsArea__bottomlist li {
  border-bottom: 1px solid #fff;
}
.newsArea__bottomlist li a {
  color: #fff;
  padding: 1.5em;
  position: relative;
  display: block;
  transition: all 0.3s ease-in-out;
  padding-right: 4em;
}
.newsArea__bottomlist li a:hover {
  opacity: 0.6;
}
.newsArea__bottomlist li a:hover:after {
  right: 0.5em;
}
.newsArea__bottomlist li a:after {
  display: inline-block;
  font-family: "ionicons";
  content: "\f3d6";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1em;
  transform: translateY(-50%);
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  z-index: 11;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.newsArea__bottomlist li a p {
  display: flex;
}
.newsArea__bottomlist li a p data {
  font-size: 14px;
  font-size: 1.4rem;
  margin-right: 20px;
}
.newsArea__bottomlist .js-btn-more,
.newsArea__bottomlist .js-btn-close {
  color: #fff;
}
.newsArea .js-btn-more,
.newsArea .js-btn-close {
  color: #fff;
  text-align: center;
  margin-top: 30px;
}
.newsArea__inner {
  width: 1180px;
  margin: 0 auto;
  padding: 50px 0 0px;
}