/* ===============================================
   News New Slide Styles - Matched with t-catalog
   =============================================== */

/* Main Section */
.news-new {
  padding: 100px 0;
  position: relative;
}

.news-new::after {
  position: absolute;
  content: "";
  background-image: url(../img/news.svg);
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  padding-top: 26.6666%;
  bottom: 5%;
  left: 0;
  z-index: -1;
  opacity: 0.07;
  transform: rotate(90deg) translateX(-100%);
  transform-origin: left bottom;
}

@media (min-width: 768px) {
  .news-new::after {
    width: 70%;
    height: auto;
    padding-top: 16.6666%;
    bottom: 5%;
    left: 0;
    opacity: 0.06;
    transform: rotate(0) translateX(0);
  }
}

@media (min-width: 600px) {
  .news-new {
    padding: 0px 0 240px;
  }
}

@media (min-width: 768px) {
  .news-new__wrapper {
    display: flex;
  }
}

.news-new__title {
  width: 120px;
  margin: 0;
}

.news-new__title--img {
  width: 108px;
}

@media (min-width: 768px) {
  .news-new__title {
    width: 120px;
    margin: 0 0 auto auto;
  }

  .news-new__title--img {
    width: 128px;
  }
}

@media (min-width: 1024px) {
  .news-new__title {
    transform: translateX(10%);
  }
}

.news-new__textarea {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0 25px 40px;
}

@media (min-width: 768px) {
  .news-new__textarea {
    min-width: 20%;
    margin-right: 10%;
    flex-direction: column;
  }
}

.news-new__more {
  width: 120px;
  margin: 25px 25px 0 auto;
}

@media (min-width: 768px) {
  .news-new__more {
    margin: 0;
  }
}

.news-new__more--link {
  font-family: "Noto Serif JP", serif;
  padding: 1em 0 1em 0.2em;
  letter-spacing: 0.08em;
  display: inline-block;
  width: 100%;
  position: relative;
  transition: 0.325s ease-in-out;
}

.news-new__more--link::after {
  position: absolute;
  content: "";
  width: 100%;
  height: auto;
  border-bottom: 1px solid #c61940;
  bottom: 0;
  left: 0;
  transition: 0.325s ease-in-out;
}

.news-new__more--link:hover {
  color: #cb1b45;
}

.news-new__more--link:hover::after {
  width: 125%;
}

.news-new__inner {
  width: 80%;
  margin: 0 0 0 auto;
}

@media (min-width: 768px) {
  .news-new__inner {
    width: 70%;
    margin: 0;
  }
}

.news-new__item {
  margin-right: 20px;
}

@media (min-width: 768px) {
  .news-new__item {
    margin-right: 15px;
    overflow: hidden;
  }
}

.news-new__item--link {
  position: relative;
}

.news-new__item--link img {
  transition: 0.325s ease-in-out;
}

@media (min-width: 600px) {
  .news-new__item--link:hover img {
    transform: scale(104%);
  }
}

.news-new .slick-list {
  padding-right: 0;
}

.news-new__pagenation {
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .news-new__pagenation {
    margin-bottom: 40px;
  }
}

.news-new .slick-arrow {
  display: block;
  width: 48px;
  height: 48px;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #cb1b45;
}

.news-new .slick-prev-news-new::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 30%;
  background: #cb1b45;
  bottom: 0;
  left: 0;
  transform: rotate(45deg);
  transform-origin: left bottom;
}

.news-new .slick-next-news-new::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 30%;
  background: #cb1b45;
  bottom: 0;
  right: 0;
  transform: rotate(-45deg);
  transform-origin: right bottom;
}

/* Item Content Styling */
.news-new__item--title {
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin: 20px 0 10px 0;
  line-height: 1.4;
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.4s ease;
}

.news-new__item--subtitle {
  text-align: left;
  font-size: 13px;
  font-weight: 400;
  color: #666;
  margin: 0 0 12px 0;
  line-height: 1.5;
  transition: all 0.4s ease;
}

.news-new__item--divider {
  width: 100%;
  height: 2px;
  background-color: #c61940;
  margin: 0;
  transition: all 0.4s ease;
}

@media (min-width: 768px) {
  .news-new__item--title {
    font-size: 18px;
    min-height: 50px;
  }

  .news-new__item--subtitle {
    font-size: 14px;
  }

  .news-new__item--divider {
    height: 2px;
  }
}

@media (max-width: 767px) {
  .news-new__item--title {
    font-size: 15px;
    min-height: 40px;
  }

  .news-new__item--subtitle {
    font-size: 12px;
  }
}

.news-t-test__item--day {
  font-size: 13px;
  text-align: left;
  margin-top: 10px;
  max-width: 150px;
  margin: revert;
}

@media (min-width: 768px) {
  .news-t-test__item--day {
    font-size: 14px;
    max-width: 240px;
  }
}

.news-newsicon {
  background: #cb1b45;
  color: #ffffff;
  padding: 0px 6px;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  #news-new {
    margin-top: 180px;
  }
}
