@charset "UTF-8";

.news_index::before {
  content: '';
  display: block;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../../img/fair/bg_01.jpg) no-repeat center center / cover;
  margin-bottom: -100vh;
}
.mv {
  position: relative;
  height: 50rem;
}

.news_index .mv_ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -34%);
  z-index: 1200;
  text-align: center;
  color: #fff;
  width: 100%;
}
.news_index .mv_ttl .en {
  margin-bottom: 2.4rem;
}
.news_index .mv_ttl .en img {
  width: 21.7rem;
  height: auto;
  display: block;
  margin: 0 auto;
}
.news_index .mv_ttl .ja {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: .18em;
  color: #A08962;
}

.news_list {
  margin-top: -6rem;
  background: url(../../img/news/bg_news.png) no-repeat center top / 100% auto;
  padding: 21.4rem 0 30rem;
}
.news_list_inner {
  max-width: 105rem;
  margin: 0 auto;
  padding: 0 3rem;
  position: relative;
  top: -12rem;
}
.news_list_ttl {
  position: relative;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: .08em;
  text-align: center;
  margin-bottom: 5.4rem;
  color: #A08962;
}
.news_list_ttl::before {
  content: '';
  display: block;
  width: .1rem;
  height: 10rem;
  background: linear-gradient(to bottom, #CDBDA0, #A08962);
  position: absolute;
  bottom: calc(100% + 5rem);
  left: 50%;
  transform: translateX(-50%);
}
.news_slider {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.5rem;
}
.news_item {
  flex: 1;
}
.news_list_img {
  position: relative;
  width: 100%;
  margin-bottom: 2rem;
}
.news_list_img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  aspect-ratio: 37 / 24;
}
.news_label {
  position: absolute;
  top: -1rem;
  left: -1rem;
  width: 7.4rem;
  height: 8.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - .8rem), 0 100%);
  opacity: .9;
}
.news_label .en {
  color: #fff;
  font-size: 2rem;
  letter-spacing: .05em;
  line-height: 1.1;
  max-width: 90%;
  text-align: center;
  overflow-wrap: anywhere;
}
.news_label--long .en {
  font-size: 1.35rem;
}
.news_label--01 { background: #C6AE84; }
.news_label--02 { background: #D0BD78; }
.news_label--03 { background: #A08962; }
.news_list_date {
  font-weight: bold;
  font-size: 1.2rem;
  color: #A08962;
  letter-spacing: .15em;
  margin-bottom: 1.2rem;
}
.news_list_txt {
  font-weight: 600;
  font-size: 1.4rem;
  color: #333333;
  letter-spacing: .1em;
  line-height: 2;
}

.news_archive {
  margin-top: -37rem;
  padding: 20rem 0 17rem;
  background: url(../../img/news/bg_news_archive.png) no-repeat center top / 100% auto;
}
.news_archive_inner {
  max-width: 116rem;
  margin: 0 auto;
  padding: 0 3rem;
}
.news_archive_list {
  display: grid;
  grid-template-columns: repeat(3, 37rem);
  gap: 4.4rem 2.6rem;
  justify-content: center;
}
.news_archive .news_list_img {
  margin-bottom: 1rem;
}
.news_archive .news_list_img img {
  height: 100%;
  object-fit: cover;
}
.news_archive .news_list_date {
  margin-bottom: .7rem;
}

@media only screen and (max-width: 768px) {
  .mv {
    height: 30rem;
  }
  .news_index .mv_ttl {
    transform: translate(-50%, 9%);
  }
  .news_index .mv_ttl .en img {
    width: 12.6rem;
  }
  .news_index .mv_ttl .ja {
    font-size: 1.4rem;
  }
  .news_photos {
    width: 100%;
    margin-left: -.5rem;
  }
  .news_list {
    margin-top: 3rem;
    padding: 18.7rem 0 30rem;
    background-image: url(../../img/news/bg_news-sp.png);
  }
  .news_archive {
    margin-top: -36rem;
    padding: 9.2rem 0 17.6rem;
    background-image: url(../../img/news/bg_news_archive-sp.png);
    background-size: 100% auto;
  }
  .news_label {
    width: 5rem;
    height: 6rem;
    top: -.4rem;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - .4rem), 0 100%);
  }
  .news_label .en {
    font-size: 1.2rem;
  }
  .news_list_ttl {
    font-size: 2rem;
    margin-bottom: 3.6rem;
  }
  .news_list_ttl::before {
    height: 8rem;
    bottom: calc(100% + 2.8rem);
  }
  .news_list_txt {
    font-size: 1.3rem;
  }
  .news_list_img {
    margin-bottom: 1.2rem;
  }
  .news_list_date {
    margin-bottom: 0.7rem;
  }
  .news_archive .news_list_txt {
    font-size: 1.2rem;
    line-height: 1.66;
  }
  .news_archive_inner {
    padding: 0 2rem;
  }
  .news_archive_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem 2rem;
  }
  .news_slider {
    position: relative;
    display: block;
    width: 34rem;
    margin: 0 auto;
    gap: 0;
    left: 1.5rem;
  }
  .news_slider .slick-track::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    clear: both;
  }
  .news_slider .slick-slide {
    float: left;
    margin-right: 3rem;
  }
  .news_slider .slick-prev,
  .news_slider .slick-next {
    position: absolute;
    top: calc(50% - 5rem);
    z-index: 1;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
  }
  .news_slider .slick-prev img,
  .news_slider .slick-next img {
    display: block;
    height: auto;
    width: 3rem;
  }
  .news_slider .slick-prev {
    left: 0;
    transform: translate(-100%, -50%);
  }
  .news_slider .slick-next {
    right: 3rem;
    transform: translate(100%, -50%);
  }
  .news_slider .slick-next img {
    transform: scale(-1);
  }
  .news_slider .slick-dots {
    display: flex;
    justify-content: center;
    gap: 1.3rem;
    width: -webkit-fit-content;
    width: fit-content;
    padding: 2rem 0.2rem 0.2rem;
    margin: 0 auto;
    list-style: none;
    position: relative;
    left: -1.5rem;
  }
  .news_slider .slick-dots li button {
    display: block;
    overflow: hidden;
    width: .7rem;
    height: .7rem;
    padding: 0;
    border: 0;
    background: #A08962;
    opacity: .5;
    text-indent: -99rem;
    transform: rotate(45deg);
    cursor: pointer;
    appearance: none;
  }
  .news_slider .slick-dots li.slick-active button {
    opacity: 1;
  }
}

/* news_detail_mv
----------------------------------------*/
body {
  background: #fff;
}
main::before {
  content: '';
  display: block;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../../img/common/bg_01.jpg) no-repeat center center / cover;
  margin-bottom: -100vh;
}
.news_detail_mv {
  padding-top: 14.8rem;
}
.news_detail_mv_inner {
  display: flex;
  align-items: center;
  gap: 12.1rem;
  max-width: calc(52% + 58rem);
  margin-left: auto;
  transform: translateZ(0);
}
.news_detail_mv_img {
  flex: 1 1 78rem;
  min-width: 0;
}
.news_detail_mv_img img {
  width: 100%;
  height: auto;
  display: block;
}
.news_detail_mv_body {
  flex: 1;
  min-width: 40.2rem;
  margin-top: -8.3rem;
}
.news_detail_date {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  color: #A08962;
  letter-spacing: .15em;
  margin-bottom: 1rem;
}
.news_detail_mv_body .news_item_ttl {
  font-size: 2.2rem;
  margin-bottom: 2rem;
  letter-spacing: .08em;
  line-height: 2;
}
.news_detail_mv_body .news_item_tag {
  font-size: 1.4rem;
}

@media only screen and (max-width: 768px) {
  .news_detail_date {
    font-size: 1.2rem;
  }
  .news_detail_mv {
    padding-top: 20.5rem;
  }
  .news_detail_mv_body {
    width: 100%;
    padding-inline: 3rem;
  }
  .news_detail_mv_body .news_item_ttl {
    font-size: 1.8rem;
    margin-bottom: 4.9rem;
    line-height: 1.88;
  }
}

/* news_detail_body
----------------------------------------*/
.news_detail_body_ttl {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: .16em;
  line-height: 1.41;
  color: #333333;
  margin-bottom: 4rem;
}
.news_detail_body {
  padding: 3rem 0 18rem;
}
.news_detail_img {
  margin-bottom: 3.8rem;
}
.news_detail_img img {
  width: 100%;
  height: auto;
  display: block;
}

.news_detail_body_content h2 {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: .16em;
  color: #333333;
  line-height: 1.41;
  margin-top: 5rem;
  margin-bottom: 2.1rem;
}
.news_detail_body_content h2 + .news_detail_point {
  margin-top: 6.3rem;
}
.news_detail_body_content h2:first-of-type {
  margin-top: 0;
}
.news_detail_body_content h2 + .news_detail_img {
  margin-top: 7.2rem;
}
.news_detail_body_content p {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: .16em;
  color: #555;
  line-height: 2;
  margin-top: 3rem;
}
.news_detail_body_content ul,
.news_detail_body_content ol {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: .16em;
  color: #555;
  line-height: 2;
  margin-top: 3rem;
  padding-left: 1.6em;
  text-align: left;
}
.news_detail_body_content ul {
  list-style: disc;
}
.news_detail_body_content ol {
  list-style: decimal;
}
.news_detail_body_content li + li {
  margin-top: .4rem;
}
.news_detail_body_content a {
  text-decoration: underline;
  text-underline-offset: .2rem;
}
.news_detail_body_content p.notice {
  margin-top: 9rem;
}
.news_detail_body_content p.notice + .news_detail_img--small {
  margin-top: 4.3rem;
}
.news_detail_body_content p.accent {
  color: #A08962;
  line-height: 2;
  margin: 1.2rem 0;
}
.news_detail_point {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: .16em;
  color: #A08962;
  margin-top: 7rem;
}
.news_detail_point + p {
  margin-top: 1.2rem;
}
.news_detail_body_content .news_detail_img {
  margin-top: 9.2rem;
}
.news_detail_img--medium {
  width: 64rem;
  margin-inline: auto;
}
.news_detail_img--small {
  width: 50rem;
  margin-inline: auto;
}
.news_detail_body_content .news_detail_img.news_detail_img--small {
  margin-top: 5rem;
}
.news_detail_body_content .news_detail_img.news_detail_img_point {
  margin-top: 4rem;
}
.news_detail_img--medium + p {
  margin-top: 5rem;
}
.news_detail_body_inner {
  max-width: 105.9rem;
  margin: 0 auto;
  padding: 0 3rem 6rem;
  border-bottom: .1rem solid #D2C5AE;
}
.news_detail_body_content {
  max-width: 76rem;
  margin: 0 auto;
  padding: 6rem 0;
  text-align: center;
}
.news_detail_nav {
  max-width: 105.9rem;
  margin: 1.3rem auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news_detail_back {
  max-width: 105.9rem;
  margin: 0 auto 6rem;
  text-align: center;
}
.news_back_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30rem;
  height: 6rem;
  background: transparent;
  color: #A08962;
  border: .1rem solid #A08962;
  border-radius: 3rem 0;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-decoration: none;
  position: relative;
}
.news_back_btn::before {
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  background: #A08962;
  -webkit-mask-image: url(../../img/form/icon_arrow_right.svg);
  mask-image: url(../../img/form/icon_arrow_right.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transform: scaleX(-1);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3rem;
  margin: auto 0;
}
.news_detail_body .pagination_next {
  margin-right: -.6rem;
  margin-left: auto;
}
.news_detail_body .pagination_prev {
  margin-left: -.6rem;
}
.news_detail_nav .pagination_prev img {
  transform: scaleX(-1);
}

@media only screen and (max-width: 768px) {
  .news_detail_mv_inner {
    flex-direction: column;
    max-width: 100%;
    gap: 0;
  }
  .news_detail_mv_img {
    flex: none;
    width: 39rem;
    height: 25.3rem;
    overflow: hidden;
  }
  .news_detail_mv_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .news_detail_body {
    padding: 5.6rem 2rem 14rem;
  }
  .news_detail_body_inner {
    padding: 0 0 5.8rem;
  }
  .news_detail_mv_body {
    padding-top: 4rem;
    text-align: center;
  }
  .news_detail_body_content {
    padding: 0;
  }
  .news_detail_img {
    margin-bottom: 2rem;
  }
  .news_detail_img--medium,
  .news_detail_img--small {
    width: 100%;
  }

  .news_detail_body_content h2 {
    font-size: 2rem;
    margin-top: 3rem;
    margin-bottom: 2rem;
    line-height: 1.5;
    text-align: left;
    letter-spacing: .1em;
    margin-left: 1rem;
  }
  .news_detail_body_content .news_detail_body_ttl {
    font-size: 1.6rem;
    margin-left: 0;
  }
  .news_detail_body_content h2 + .news_detail_img {
    margin-top: 4.2rem;
  }
  .news_detail_body_content h2 + .news_detail_point {
    margin-top: 4.5rem;
  }
  .news_detail_body_content .news_detail_img {
    margin-top: 5.2rem;
  }
  .news_detail_body_content p {
    font-size: 1.3rem;
    margin-top: 3rem;
    letter-spacing: .1em;
  }
  .news_detail_body_content ul,
  .news_detail_body_content ol {
    font-size: 1.3rem;
    letter-spacing: .1em;
  }
  .news_detail_body_content p.accent {
    margin: 1.3rem 0;
  }
  .news_detail_nav {
    margin-top: 2rem;
  }
  .news_detail_back {
    margin-top: 2.2rem;
  }
  .news_back_btn {
    width: 33rem;
  }
  .news_detail_mv_body .news_label {
    font-size: 1.2rem;
    margin-inline: auto;
    margin-bottom: 1.3rem;
  }
  .news_detail_point {
    text-align: left;
    font-size: 2rem;
    letter-spacing: .1em;
    margin-left: 1rem;
    margin-top: 5rem;
  }
  .news_detail_point + p {
    margin-top: 1.4rem;
    margin-left: .9rem;
    text-align: left;
  }
  .news_detail_body_content p.notice {
    margin-top: 6rem;
  }
  .news_detail_body_content .news_detail_img.news_detail_img--small {
    margin-top: 3rem;
  }
}
