@charset "UTF-8";

.c-mv_bg {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 375 / 321;
  background-image: url(../images/common/news_mv.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 58px;
  z-index: 1;
}

.c-mv_bg--single {
  aspect-ratio: 375 / 164;
}

.c-mv_bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background:
  linear-gradient(
    180deg,
    rgba(85, 101, 26, 0.1) 0%,
    rgba(85, 101, 26, 0.0) 50%,
    rgba(0, 0, 0, 0.0) 50%,
    rgba(0, 0, 0, 0.4) 75%,
    rgba(0, 0, 0, 0.8) 90%,
    rgba(0, 0, 0, 1) 100%
  );
  z-index: 2;
}

.c-mv_bg h1,
.c-mv_bg .c-mv-content__title {
  position: absolute;
  z-index: 3;
}

.section-news .c-h1 {
  top: 202px;
}

.section-news {
  margin-top: -60px;
}

.p-news-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 50px 15px;
  margin-bottom: 65px;
}

.p-news-list__item {
  width: calc((100% - 15px) / 2);
}

.news__inner {
  width: 81.3%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 0 113px;
  border-bottom: 1px solid #333333;
}

.single-news__inner {
  width: 81.3%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 0 98px;
  border-bottom: 1px solid #333333;
}

.c-article-card__thumbnail {
  width: 100%;
  height: auto;
  aspect-ratio: 144 /144;
  margin-bottom: 8px;
}

.c-article-card__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-article-card__title {
  margin-bottom: 6px;
  font-family: 'Hina Mincho','Hiragino Mincho ProN','游明朝','Yu Mincho','MS PMincho',serif;
  color: #fff;
  font-size: 13px;
  line-height: 1.46;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.c-article-card__date {
  display: block;
  margin-bottom: 10px;
  font-family: 'TT Norms','Inter','Helvetica Neue','Arial',sans-serif;
  font-weight: 500;
  color: #55651a;
  font-size: 9px;
  letter-spacing: 0.05em;
}

.c-article-card__excerpt p {
  font-family: "Sawarabi Gothic", "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", YuGothic, "游ゴシック", "ＭＳ ゴシック", "MS Gothic", sans-serif;
  color: #4d4d4d;
  font-size: 13px;
  line-height: 1.46;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.news__inner .c-pager {
  padding-top: 14px;
}

.c-single__ttl {
  margin-bottom: 10px;
  font-family: 'Hina Mincho','Hiragino Mincho ProN','游明朝','Yu Mincho','MS PMincho',serif;
  font-size: 25px;
  color: #fff;
  letter-spacing: 0.2em;
  line-height: 1.5;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.c-single__newsDate {
  display: block;
  margin-bottom: 40px;
  font-family: 'TT Norms','Inter','Helvetica Neue','Arial',sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #55651a;
  letter-spacing: 0.05em;
}

#main-share-wrapper {
  width: 101px;
  height: 27px;
  margin-bottom: 42px;
  border-radius: 25px;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
  display: block;
}

.share-trigger-button {
  position: relative;
  width: 100%;
  padding: 7px 23px 6px 42px;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.5;
  border: 1px solid #fff;
  border-radius: 25px;
  color: #fff;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  transition: background-color 0.2s;
  text-align: left;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.share-trigger-button::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  width: 9px;
  height: 11px;
  background-image: url(../images/common/share.png);
  background-size: 100% 100%;
}

.share-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 280px;
  height: auto;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 15px;
  z-index: 20;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  color: #333;
  font-size: 14px;
  display: none;
  transform: translateY(-100%) translateY(-10px);
}

.share-panel.active {
    display: block;
}

.share-message {
  padding: 8px;
  background-color: #e6ffed; 
  color: #55651a;
  text-align: center;
  border-radius: 6px;
  font-weight: 600;
}

.share-message.hidden {
  display: none;
}

.field__input {
  width: 100%;
  padding: 10px 10px;
  background: #f7f7f7;
  border: 1px solid #ccc;
  border-radius: 6px;
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  box-sizing: border-box;
  outline: none;
}

.share-button__copy {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 8px 15px;
  border: none;
  border-radius: 6px;
  background-color: #007bff;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.2s, transform 0.1s;
}

.share-button__copy:hover {
  background-color: #0056b3;
}

.share-button__copy:active {
  transform: scale(0.98);
}

.share-button__copy svg {
  margin-right: 8px;
}

.close-panel-button {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  font-size: 24px;
  line-height: 1;
  color: #999;
  cursor: pointer;
  padding: 0;
  transition: color 0.2s;
  z-index: 25;
}

.close-panel-button:hover {
  color: #333;
}



#newspost .text h2 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  font-family: 'Hina Mincho','Hiragino Mincho ProN','游明朝','Yu Mincho','MS PMincho',serif;
  font-weight: 300;
}

#newspost .text p {
  margin-bottom: 22px;
  color: #fff;
  font-family: 'Hina Mincho','Hiragino Mincho ProN','游明朝','Yu Mincho','MS PMincho',serif;
  font-size: 13px;
  line-height: 1.6;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#newspost .text h3 {
  margin-bottom: 15px;
  color: #fff;
  font-family: 'Hina Mincho','Hiragino Mincho ProN','游明朝','Yu Mincho','MS PMincho',serif;
  font-size: 16px;
  line-height: 1.3;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#newspost .text a {
  margin-bottom: 30px;
  color: #55651a;
  border-bottom: 1px solid #55651a;
  font-family: 'Hina Mincho','Hiragino Mincho ProN','游明朝','Yu Mincho','MS PMincho',serif;
  font-size: 16px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.wp-block-image.size-large {
  width: 100%;
  margin: 30px auto 22px;
}

.wp-block-image.size-medium {
  margin-bottom: 24px;
}

.wp-block-columns.is-layout-flex {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  flex-wrap: initial !important;
  width: 100%;
  margin: 0 auto 20px;
}

.wp-block-columns.is-layout-flex figure,
.wp-block-image img {
  height: 100%;
}

ul.wp-block-list {
  margin: -10px auto 40px;
}

ul.wp-block-list li {
  color: #fff;
  font-size: 14px;
  font-family: 'Hina Mincho','Hiragino Mincho ProN','游明朝','Yu Mincho','MS PMincho',serif;
  font-weight: 300;
}

.wp-block-image.size-full {
  margin: 0 auto 20px;
  text-align: center;
}

#newspost_backBtn {
  margin-top: 46px;
  display: block;
  width: 268px;
  height: 48px;
  border-radius: 25px;
}

#newspost_backBtn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 48px;
  text-align: center;
  color: #fff;
  font-family: 'TT Norms','Inter','Helvetica Neue','Arial',sans-serif;
  font-weight: 400;
  font-size: 15.4px;
  border: 1px solid #fff;
  border-radius: 25px;
}

#newspost_backBtn a .arrow {
  display: block;
  width: 18px;
  height: 100%;
  background-image: url(../images/common/icn_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 28px;
  transition: background-image 0.25s
cubic-bezier(0.21, 0.51, 0.51, 1);
transform: rotate(180deg);
border-radius: 25px;
}


@media only screen and (min-width: 768px) {
  .c-mv_bg {
    aspect-ratio: 980 / 355;
    background-size: cover;
    background-position: center 58px;
  }

  .c-mv__txtBlock {
    padding-top: 150px;
  }

  .p-news-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 43px 30px;
  }

  .news__inner {
    max-width: 1000px;
    width: 87.8%;
    padding: 0 0 144px 0;
  }

  .p-news-list__item {
    width: calc((100% - 60px) / 3);
  }

  .c-article-card__thumbnail {
    margin-bottom: 20px;
    aspect-ratio: 268 / 268;
  }

  .c-article-card__title {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.31;
  }
  
  .c-article-card__date {
    margin-bottom: 3px;
    line-height: 2.25;
    font-size: 12px;
  }

  .c-article-card__excerpt p {
    font-size: 11px;
    line-height: 1.64;
    -webkit-line-clamp: 3;
    line-height: 1.5;
  }

  .news__inner .c-pager {
    padding-top: 20px;
  }

  .c-single__ttl {
    margin-bottom: 14px;
  }

  .c-single__newsDate {
    margin-bottom: 63px;
  }

  .c-share-buttons {
    margin-bottom: 12px;
  }

  #newspost .text h2 {
    margin-bottom: 20px;
  }

  .wp-block-image.size-large {
    margin: 60px auto 36px;
  }

  .wp-block-image.size-medium {
    width: 680px;
    height: 450px;
    margin-bottom: 40px;
  }

  .wp-block-image.size-medium img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .wp-block-columns.is-layout-flex {
    width: 60%;
    gap: 25px;
  }

  #newspost_backBtn {
    width: 192px;
    height: 34px;
    margin-top: 45px;
  }

  #newspost_backBtn a {
    line-height: 34px;
    font-size: 12px;
    padding-left: 15px;
  }

  .single-news__inner {
    padding: 0 0 50px;
  }

  .single-news__inner {
    width: 87.8%;
  }

  #newspost_backBtn a:hover {
    color: #fff;
    z-index: 2;
    overflow: hidden;
    transition: color 0.3s cubic-bezier(0.21, 0.51, 0.51, 1);
  }

  #newspost_backBtn a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    border-radius: 25px;
    background-color: #55651a;
    transition: width 0.3s cubic-bezier(0.21, 0.51, 0.51, 1);
  }

  #newspost_backBtn a:hover::before {
    width: 100%;
    border-radius: 25px;
  }

  #newspost_backBtn a:hover .arrow {
    background-image: url(../images/common/icn_arrow_wh.svg);
  }

  #newspost_backBtn a .arrow {
    width: 14px;
    left: 15px;
  }

  .c-mv_bg--single {
    aspect-ratio: 980 / 164;
  }


}

