@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : news.css
Description : ニュース
===================================================================== */
/* ========================================================
    news
======================================================== */
.news {
  position: relative;
  width: 100%;
  padding: 24rem 0;
}
@media screen and (min-width: 768px) {
  .news {
    padding: 24rem 0 18rem 0;
  }
}
.news::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #b62819;
  z-index: -4;
}
.news::after {
  content: "";
  position: absolute;
  left: 0;
  top: -6rem;
  display: block;
  width: 100%;
  height: 137.7rem;
  background-image: url(../images/common/common_bg08_sp.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
  z-index: -3;
}
@media screen and (min-width: 768px) {
  .news::after {
    top: -35.6rem;
    height: 96.8rem;
    background-image: url(../images/common/common_bg08_pc.png);
    background-size: auto 100%;
  }
}
@media screen and (min-width: 1920px) {
  .news::after {
    background-size: 100% 100%;
  }
}
.news_column {
  position: relative;
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
}
.news_ttl {
  position: relative;
  width: 100%;
  z-index: 1;
}
.news_ttl::before {
  content: "";
  position: absolute;
  left: -50%;
  top: 0;
  display: block;
  width: 200%;
  height: 12rem;
  background-image: url(../images/news/news_ttl.png);
  background-repeat: repeat-x;
  background-position: center center;
  background-size: auto 100%;
  transform: rotate(3deg);
  z-index: -1;
}
.news_ttl > figure {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 12rem;
  transform: rotate(-3.6deg);
  overflow: hidden;
}
.news_ttl > figure > img {
  display: inline-block;
  width: auto;
  height: 100%;
}
.news_ttl > figure > img:nth-child(1) {
  animation: ttlAnime02-1 20s -10s linear infinite;
}
.news_ttl > figure > img:nth-child(2) {
  animation: ttlAnime02-2 20s 0s linear infinite;
}
.news_ttl > em {
  display: none;
}
.news_ttl > span {
  display: none;
}
.news_list {
  position: relative;
  width: 69rem;
  margin: 0 auto;
  padding-top: 24rem;
}
@media screen and (min-width: 768px) {
  .news_list {
    width: 120rem;
  }
}
.news_list > li {
  width: 100%;
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .news_list > li {
    margin-top: 6rem;
  }
}
.news_list > li:first-child {
  margin-top: 0;
}
.news_item {
  position: relative;
  width: 100%;
  padding: 6rem 4.5rem 8rem 4.5rem;
  background-color: #fff8e5;
}
@media screen and (min-width: 768px) {
  .news_item {
    padding: 4.5rem 10rem 6rem 10rem;
  }
}
.news_date {
  position: relative;
  width: 100%;
}
.news_date > span {
  position: relative;
  display: block;
  padding-left: 6.7rem;
  color: #b62819;
  font-family: "Dela Gothic One", serif;
  font-size: 2.8rem;
}
@media screen and (min-width: 768px) {
  .news_date > span {
    padding-left: 4.6rem;
    font-size: 1.8rem;
  }
}
.news_date > span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 5.1rem;
  aspect-ratio: 51/49;
  background-image: url(../images/common/common_bg05.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .news_date > span::before {
    width: 3.4rem;
  }
}
.news_subttl {
  position: relative;
  width: 100%;
  margin-top: 1.5rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #b62819;
}
@media screen and (min-width: 768px) {
  .news_subttl {
    margin-top: 1rem;
    padding-bottom: 2rem;
  }
}
.news_subttl > span {
  display: block;
  font-size: 3rem;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .news_subttl > span {
    font-size: 2.2rem;
  }
}
.news_body {
  position: relative;
  width: 100%;
}
.news_body a {
  text-decoration: underline;
}
.news_text {
  position: relative;
  width: 100%;
  margin-top: 4rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .news_text {
    margin-top: 3rem;
  }
}
.news_img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 1rem;
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  .news_img {
    margin-top: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .news_img:has(> figure:nth-child(1):last-child) > figure {
    width: 72%;
  }
}
.news_img > figure {
  width: 93.3333333333%;
  margin: 3rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .news_img > figure {
    width: 45%;
    margin: 2.5rem 0 0 2.5% !important;
  }
}
@media screen and (min-width: 768px) {
  .news_img > figure:nth-child(2n+1) {
    margin-left: 0 !important;
  }
}
.news_back {
  position: relative;
  width: 76.6666666667%;
  aspect-ratio: 460/90;
  margin: 6rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .news_back {
    width: 30%;
    aspect-ratio: 300/60;
    margin: 4.5rem auto 0 auto;
  }
}
.news_back > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  border-radius: 4.5rem;
  background-color: #000000;
}
@media screen and (min-width: 768px) {
  .news_back > a {
    border-radius: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .news_back > a:hover {
    background-color: #ffc317;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .news_back > a:hover::before {
    border-color: #000000;
  }
}
@media screen and (min-width: 768px) {
  .news_back > a:hover > span {
    color: #000000;
  }
}
.news_back > a::before {
  content: "";
  position: absolute;
  left: 4rem;
  top: 50%;
  display: block;
  width: 0.6em;
  aspect-ratio: 1/1;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 768px) {
  .news_back > a::before {
    left: 3rem;
  }
}
.news_back > a > span {
  color: #ffffff;
  font-family: "M PLUS 1p", serif;
  font-size: 3.4rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .news_back > a > span {
    font-size: 2.2rem;
  }
}/*# sourceMappingURL=news.css.map */