@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : news.css
Description : お知らせ
===================================================================== */
@keyframes textAnime01-1 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes textAnime01-2 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-200%);
  }
}
/* ========================================================
    news
======================================================== */
.news {
  position: relative;
  width: 100%;
  padding: 16rem 0;
}
@media screen and (min-width: 768px) {
  .news {
    padding: 12rem 0;
  }
}
.news:not(:first-child) .news_diagonal {
  display: none;
}
.news:nth-child(2n)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/common_bg09.png);
  background-repeat: repeat;
  background-position: center top;
  background-size: auto auto;
  z-index: -3;
}
.news_diagonal {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.news_diagonal::before {
  content: none;
  position: absolute;
  right: 54.1666666667%;
  top: -2rem;
  display: block;
  width: 100%;
  aspect-ratio: 1920/972;
  background-color: #dfe5e8;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
}
@media screen and (min-width: 768px) {
  .news_diagonal::before {
    content: "";
  }
}
.news_diagonal::after {
  content: none;
  position: absolute;
  right: 54.1666666667%;
  top: -2rem;
  display: block;
  width: 100%;
  aspect-ratio: 1920/972;
  background-image: url(../images/common/common_bg02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto auto;
}
@media screen and (min-width: 768px) {
  .news_diagonal::after {
    content: "";
  }
}
@media screen and (min-width: 1920px) {
  .news_diagonal::after {
    background-size: 100% auto;
  }
}
.news_column {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .news_column {
    width: 80%;
  }
}
.news_ttl {
  position: relative;
  width: 100%;
  margin-top: -2rem;
  background-color: #fff;
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  .news_ttl {
    margin-top: -1.5rem;
  }
}
.news_ttl > span {
  display: inline-block;
  padding: 0.4rem 1.2rem 0.8rem 1.2rem;
  font-family: "Playfair Display", serif;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0;
  background-color: #f9a7ac;
}
@media screen and (min-width: 768px) {
  .news_ttl > span {
    font-size: 2rem;
  }
}
.news_ttl > em {
  display: block;
  margin-top: 1rem;
  font-family: "Shippori Antique B1", sans-serif;
  font-size: 4.2rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .news_ttl > em {
    font-size: 2.8rem;
  }
}
.news_wrap {
  position: relative;
  width: 100%;
  margin-top: 4rem;
  background-color: #fff;
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  .news_wrap {
    margin-top: 3rem;
  }
}
.news_img {
  position: relative;
  width: 100%;
  margin: 5rem auto;
  border: 0.2rem solid #595959;
}
@media screen and (min-width: 768px) {
  .news_img {
    width: 95.8333333333%;
    margin: 4rem auto;
    border: 0.1rem solid #595959;
  }
}
.news_img_circle {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  z-index: 1;
}
.news_img_circle.lt {
  right: inherit !important;
  bottom: inherit !important;
}
.news_img_circle.lt::before {
  right: inherit !important;
  bottom: inherit !important;
  border-left: none;
  border-top: none;
}
.news_img_circle.lt::after {
  right: inherit !important;
  bottom: inherit !important;
}
.news_img_circle.rt {
  left: inherit !important;
  bottom: inherit !important;
}
.news_img_circle.rt::before {
  left: inherit !important;
  bottom: inherit !important;
  border-right: none;
  border-top: none;
}
.news_img_circle.rt::after {
  left: inherit !important;
  bottom: inherit !important;
}
.news_img_circle.lb {
  right: inherit !important;
  top: inherit !important;
}
.news_img_circle.lb::before {
  right: inherit !important;
  top: inherit !important;
  border-left: none;
  border-bottom: none;
}
.news_img_circle.lb::after {
  right: inherit !important;
  top: inherit !important;
}
.news_img_circle.rb {
  left: inherit !important;
  top: inherit !important;
}
.news_img_circle.rb::before {
  left: inherit !important;
  top: inherit !important;
  border-right: none;
  border-bottom: none;
}
.news_img_circle.rb::after {
  left: inherit !important;
  top: inherit !important;
}
.news_img_circle::before {
  content: "";
  position: absolute;
  left: -1.2rem;
  right: -1.2rem;
  top: -1.2rem;
  bottom: -1.2rem;
  display: block;
  width: 1.2rem;
  aspect-ratio: 1/1;
  border: 0.2rem solid #595959;
}
@media screen and (min-width: 768px) {
  .news_img_circle::before {
    left: -0.6rem;
    right: -0.6rem;
    top: -0.6rem;
    bottom: -0.6rem;
    width: 0.6rem;
    border: 0.1rem solid #595959;
  }
}
.news_img_circle::after {
  content: "";
  position: absolute;
  left: -0.6rem;
  right: -0.6rem;
  top: -0.6rem;
  bottom: -0.6rem;
  display: block;
  width: 1rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #595959;
}
@media screen and (min-width: 768px) {
  .news_img_circle::after {
    left: -0.3rem;
    right: -0.3rem;
    top: -0.3rem;
    bottom: -0.3rem;
    width: 0.5rem;
  }
}
.news_img > figure {
  width: 100%;
}
.news_text {
  position: relative;
  width: 100%;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .news_text {
    margin-top: 3rem;
  }
}
.news_text:first-child {
  margin-top: 0;
}
.news_text > p {
  width: 100%;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .news_text > p {
    margin-top: 3rem;
  }
}
.news_text > p:first-child {
  margin-top: 0;
}
.news_btn {
  position: relative;
  width: 100%;
  margin: 6rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .news_btn {
    margin: 4.5rem auto 0 auto;
  }
}
.news_btn > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 44.8rem;
  aspect-ratio: 448/96;
  margin: 0 auto;
  padding: 0 0 0.1em 0;
  border-radius: 4.8rem;
  background-color: #3c3636;
}
@media screen and (min-width: 768px) {
  .news_btn > a {
    width: 22.4rem;
  }
}
@media screen and (min-width: 768px) {
  .news_btn > a:hover {
    background-color: #f9a7ac;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .news_btn > a:hover::before {
    background-image: url(../images/common/arrow_bg01.png);
  }
}
@media screen and (min-width: 768px) {
  .news_btn > a:hover > span {
    color: #2b2b2b;
  }
}
.news_btn > a::before {
  content: "";
  position: absolute;
  right: 3rem;
  top: 50%;
  display: block;
  width: 10.7142857143%;
  aspect-ratio: 48/12;
  background-image: url(../images/common/arrow_bg02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateY(-60%);
}
@media screen and (min-width: 768px) {
  .news_btn > a::before {
    right: 1rem;
  }
}
.news_btn > a > span {
  display: block;
  color: #ffffff;
  font-size: 3.2rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .news_btn > a > span {
    font-size: 1.8rem;
  }
}/*# sourceMappingURL=news.css.map */