.sub-mv--news {
  background-image: url(../img/news/mv.png);
}

.news .c-pagination {
  margin-top: 42px;
}

.news-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 30px;
  padding-top: 40px;
}
.news-list__item {
  width: calc(50% - 15px);
}
@media screen and (max-width: 750px) {
  .news-list__item {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
  }
}
.news-list .c-news-item {
  margin-bottom: 22px;
}
.news-list .c-viewmore {
  margin-right: 0;
}

.news-post {
  padding-top: 41px;
}
.news-post__ttl {
  margin-bottom: 15px;
}
.news-post__ttl .c-news-head {
  align-items: center;
  margin-bottom: 16px;
  margin: 0 0 5px -3px;
}
.news-post__ttl .c-news-head__title {
  font-size: 18px;
  line-height: 1.4;
}
.news-post__ttl .c-news-head__date .day {
  display: inline-block;
}
.news-post__cats {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 8px;
}
.news-post__cat a {
  display: inline-block;
  min-width: 48px;
  height: 22px;
  padding: 0 4px;
  background: #EFE9AD;
  font-size: 14px;
  line-height: 1.5;
  color: #B18C45;
  position: relative;
}
.news-post__cat a::after {
  content: "";
  width: 100%;
  height: 21px;
  border-right: 1px solid #EFE9AD;
  border-bottom: 1px solid #EFE9AD;
  position: absolute;
  bottom: -3px;
  right: -2px;
}
.news-post__content {
  margin-bottom: 40px;
}
.news-post__content #ez-toc-container {
  display: block;
  width: 100%;
  margin-bottom: 32px;
  padding: 13px 16px 12px !important;
  background: #F5F5F5;
  color: #666666;
  border: none;
  border-radius: 0;
  box-shadow: none;
  position: relative;
}
.news-post__content #ez-toc-container .ez-toc-title {
  display: block;
  background: url(../img/news/index-list.png) left 58%/18px no-repeat;
  margin-bottom: 4px;
  padding-left: 25px;
  font-size: 18px;
  line-height: 1.8;
  text-transform: uppercase;
  position: relative;
}
.news-post__content #ez-toc-container ul.ez-toc-list-level-3 {
  margin-left: 20px;
}
.news-post__content #ez-toc-container ul.ez-toc-list-level-3 li {
  font-size: 14px;
}
.news-post__content #ez-toc-container ul.ez-toc-list-level-3 li a::before {
  color: #9f9f9f;
}
.news-post__content #ez-toc-container ul.ez-toc-list-level-4 {
  margin-left: 31px;
}
.news-post__content #ez-toc-container ul li::before {
  display: none;
}
.news-post__content #ez-toc-container ul li + * {
  margin-top: 3px;
}
.news-post__content #ez-toc-container ul li a {
  margin-bottom: 2px;
  color: #666;
  text-decoration: none !important;
}
.news-post__content #ez-toc-container ul li a::before {
  content: counters(item, "-", decimal) "  |";
  margin-right: 4px;
  font-size: 1em;
}
.news-post__content h2 {
  margin-bottom: 10px;
  padding: 17px 16px;
  background: #222222;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
}
.news-post__content h3 {
  margin: 33px 0 16px;
  padding: 0 4px 7px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4823529412;
  position: relative;
}
.news-post__content h3::after {
  content: "";
  width: 100%;
  height: 4px;
  background: linear-gradient(0deg, #222222 0px, #222222 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 3px, #222222 3px, #222222 4px);
  position: absolute;
  bottom: 0;
  left: 0;
}
.news-post__content h4 {
  margin: 27px 0 9px;
  padding-left: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.575;
  position: relative;
}
.news-post__content h4::before {
  content: "";
  width: 2px;
  height: 100%;
  border: solid #222;
  border-width: 0 1px 0 1px;
  position: absolute;
  top: 0;
  left: 0;
}
.news-post__content h5 {
  margin-bottom: 7px;
  padding-left: 12px;
  font-size: 15px;
  font-weight: 700;
  position: relative;
}
.news-post__content h5::before {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background-color: #222222;
  position: absolute;
  top: calc(50% + 0.5px);
  left: 0;
  transform: translateY(-50%);
}
.news-post__content a {
  color: #B18C45;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.news-post__content strong {
  font-weight: bold;
}
.news-post__content hr {
  margin: 30px 0;
}
.news-post__content p:not(.ez-toc-title) {
  margin-bottom: 11px;
  font-size: 15px;
  line-height: 2.2;
  clear: both;
}
.news-post__content p:not(.ez-toc-title):before, .news-post__content p:not(.ez-toc-title):after {
  display: table;
  content: "";
}
.news-post__content p:not(.ez-toc-title):after {
  clear: both;
}
.news-post__content p:not(.ez-toc-title)[style="text-align: left;"], .news-post__content p:not(.ez-toc-title)[style="text-align: center;"], .news-post__content p:not(.ez-toc-title)[style="text-align: right;"] {
  margin-bottom: 0;
}
.news-post__content img.alignleft {
  float: left;
  max-width: 40%;
  margin: 0 20px 10px 0;
}
.news-post__content img.alignright {
  float: right;
  max-width: 40%;
  margin: 0 0 10px 20px;
}
.news-post__content img.aligncenter {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .news-post__content img.alignleft, .news-post__content img.alignright {
    display: block;
    float: none;
    max-width: 100%;
    margin: 0 auto 10px;
  }
}
.news-post__content ul, .news-post__content ol {
  margin-top: 26px;
  margin-bottom: 30px;
  clear: both;
  list-style: none;
}
.news-post__content li {
  font-size: 15px;
  line-height: 1.6;
  position: relative;
}
.news-post__content li:not(:first-child) {
  margin-top: 3px;
}
.news-post__content ul li {
  padding-left: 15px;
}
.news-post__content ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #B18C45;
  position: absolute;
  border-radius: 50%;
  top: 11px;
  left: 0;
}
.news-post__content ol {
  counter-reset: ol;
}
.news-post__content ol li {
  padding-left: 24px;
}
.news-post__content ol li::before {
  content: counters(ol, ".");
  counter-increment: ol;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  background: #B18C45;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 1px;
}
.news-post__content blockquote {
  background: url(../img/news/icon-quote.png) top left 16px/34px 30px no-repeat, url(../img/news/icon-quote-2.png) right 16px bottom/34px 30px no-repeat, #F5F5F5;
  padding: 37px 16px 23px;
  margin: 30px 0 32px;
  font-size: 15px;
  line-height: 2.2;
  clear: both;
  position: relative;
}
.news-post__content blockquote::after {
  content: "";
  width: 4px;
  height: 100%;
  background: linear-gradient(90deg, #666 0px, #666 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 3px, #666 3px, #666 4px);
  position: absolute;
  top: 0;
  left: 0;
}
.news-post__content blockquote p, .news-post__content blockquote ul, .news-post__content blockquote ol {
  line-height: 2.1;
  margin-bottom: 20px;
}
.news-post__content table {
  width: 100%;
  table-layout: fixed;
  text-align: center;
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
  margin-bottom: 16px;
  clear: both;
}
.news-post__content table th, .news-post__content table td {
  padding: 8px;
  height: 38px;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
}
.news-post__content table th {
  background: #666;
  color: #fff;
}
.news-post__content table td {
  background: #EAEAEA;
}
.news-post__content .linkcard {
  margin: 0 0 16px;
}
.news-post__content .linkcard + br {
  display: none;
}
.news-post__content .lkc-this-wrap,
.news-post__content .lkc-internal-wrap,
.news-post__content .lkc-external-wrap {
  max-width: 100%;
  background: transparent;
  border: none;
}
.news-post__content .lkc-this-wrap a,
.news-post__content .lkc-internal-wrap a,
.news-post__content .lkc-external-wrap a {
  display: block;
  height: 74px;
  padding: 8px 28px 8px 110px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
  text-decoration: none;
  color: #333;
  overflow: hidden;
  position: relative;
}
.news-post__content .lkc-internal-wrap a {
  background: url(../img/news/icon-link.svg) right 8.5px center/4px 8px no-repeat;
}
.news-post__content .lkc-external-wrap a {
  background: url(../img/news/icon-ext-link.svg) right 8px center/9px 9px no-repeat;
}
.news-post__content .lkc-card {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  margin: 0;
}
.news-post__content .lkc-info {
  display: none !important;
}
.news-post__content .lkc-content {
  height: auto;
  margin: 0;
}
.news-post__content .lkc-thumbnail {
  max-width: initial;
  max-height: initial;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  position: absolute;
  top: 8px;
  left: 8px;
  overflow: hidden;
}
.news-post__content .lkc-thumbnail-img {
  aspect-ratio: 87/58;
  width: 100%;
  max-width: 87px;
  border: solid 1px transparent;
  transition: all 0.2s;
}
.news-post__content .lkc-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none !important;
}
.news-post__content .lkc-url {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-top: 1px;
  font-size: 12px;
  line-height: 1.5;
  text-decoration: none;
  color: #B18C45;
}
.news-post__content .lkc-excerpt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 12px;
  line-height: 1.5;
  color: #666;
}

.news-addtoany {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding: 16px 24px;
  background: #F5F5F5;
}
.news-addtoany__ttl {
  margin-top: 1px;
  font-size: 15px;
  line-height: 1.8;
}
.news-addtoany .addtoany_list {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.news-addtoany .addtoany_list a {
  border-radius: 6px;
  overflow: hidden;
}

.news-author {
  display: block;
  margin-top: 26px;
  padding: 19px 15px 17.5px;
  border: solid 1px #CBCBCB;
}
.news-author__ttl {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  z-index: 0;
}
.news-author__ttl-en {
  font: 400 95px "Cormorant Garamond", serif;
  font-size: 95px;
  line-height: 1;
  color: #F5F5F5;
  position: absolute;
  top: -26px;
  left: -13px;
  z-index: -1;
}
.news-author__ttl-ja {
  margin-bottom: 22.5px;
}
.news-author__content {
  position: relative;
  z-index: 0;
}
.news-author__content + * {
  margin-top: 56px;
}
.news-author__head {
  display: grid;
  grid-template-columns: 1fr 93px;
  -moz-column-gap: 18px;
       column-gap: 18px;
}
.news-author__row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 2px;
}
.news-author__name {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6875;
  margin-bottom: 2px;
}
.news-author__sns {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.news-author__sns a {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-author__sns img {
  display: block;
}
.news-author__mes {
  font-size: 15px;
  line-height: 1.8;
}
.news-author__thumb {
  aspect-ratio: 93/140;
  width: 100%;
  max-width: 93px;
  margin-top: -30px;
}
.news-author__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-author__body {
  margin-top: 6px;
}
.news-author__body dl {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 6px 10px;
}
.news-author__body dt span {
  height: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  font: 14px "Cormorant Garamond", serif;
  line-height: 1.5;
  color: #B18C45;
  position: relative;
  z-index: 0;
}
.news-author__body dt span::before, .news-author__body dt span::after {
  content: "";
  display: block;
  position: absolute;
}
.news-author__body dt span::before {
  width: 100%;
  height: 100%;
  background: #EFE9AD;
  top: 0;
  left: 0;
  z-index: -1;
}
.news-author__body dt span::after {
  width: 46px;
  height: 19px;
  background: #fff;
  border-right: solid 1px #EFE9AD;
  border-bottom: solid 1px #EFE9AD;
  bottom: -3px;
  right: -2.5px;
  z-index: -2;
}
.news-author__body dd {
  font-size: 13px;
  color: #666666;
  line-height: 1.4615384615;
}

.news-post-nav {
  margin-top: 24px;
}
.news-post-nav__back {
  margin: 0 auto;
  padding: 0 25px 0 40px;
  transform: translateX(-5px);
}
.news-post-nav__back + * {
  margin-top: 24px;
}
.news-post-nav__btn a {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  padding: 0 9px;
  position: relative;
}
.news-post-nav__btn a::before {
  content: "";
  width: 5px;
  height: 9px;
  background: url(../img/news/arrow-icon.svg) center/cover no-repeat;
  position: absolute;
  top: calc(50% - 4px);
}
.news-post-nav__btn--prev a {
  justify-content: flex-start;
  margin-bottom: 16px;
}
.news-post-nav__btn--prev a::before {
  left: 0;
}
.news-post-nav__btn--next a {
  justify-content: flex-end;
}
.news-post-nav__btn--next a::before {
  right: 0;
  transform: scale(-1, 1);
}
.news-post-nav__ttl {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 14px;
  line-height: 1.6;
}
.news-post-nav__thumb {
  flex: 0 0 73px;
}
.news-post-nav__thumb img {
  width: 100%;
  aspect-ratio: 73/49;
  -o-object-fit: contain;
     object-fit: contain;
}

.news-related {
  padding-top: 59px;
}
.news-related__ttl {
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 53px;
  color: #B18C45;
}
.news-related__ttl::after {
  background-color: #B18C45;
}
.news-related .c-news-list {
  padding: 0 2px 0 4px;
}
.news-related .c-news-list__item + .c-news-list__item {
  margin-top: 37px;
}

.sidebar-search {
  margin-bottom: 40px;
}
.sidebar-search__ttl {
  margin-bottom: 6px;
  font: 46px "Cormorant Garamond", serif;
  color: #EAEAEA;
}
.sidebar-search form {
  display: flex;
  min-height: 50px;
  background: #F5F5F5;
  border: solid 1px #cbcbcb;
}
.sidebar-search input[type=text] {
  padding: 11px 8px;
  width: calc(100% - 62px);
  font: 16px "Noto Sans JP", sans-serif;
}
.sidebar-search button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px 24px 11px 16px;
  background: rgba(0, 0, 0, 0);
}

.sidebar-content {
  padding: 130px 0 41px;
}

.sidebar-ranking__ttl {
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 53px;
}
.sidebar-ranking .c-news-list {
  padding: 0 22px 0 24px;
}
.sidebar-ranking .c-news-list__item {
  position: relative;
}
.sidebar-ranking .c-news-list__item::before {
  content: "";
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
}
.sidebar-ranking .c-news-list__item:nth-child(1)::before {
  aspect-ratio: 166/74;
  max-width: 82px;
  background-image: url(../img/news/no1.png);
  bottom: -1px;
  left: -15px;
}
.sidebar-ranking .c-news-list__item:nth-child(1) a::after {
  -o-border-image: linear-gradient(to right, #B18C45 0%, #EFE9AD 50%, #B18C45 100%) 1;
     border-image: linear-gradient(to right, #B18C45 0%, #EFE9AD 50%, #B18C45 100%) 1;
}
.sidebar-ranking .c-news-list__item:nth-child(2)::before {
  aspect-ratio: 163/74;
  max-width: 82px;
  background-image: url(../img/news/no2.png);
  bottom: -1px;
  left: -16px;
}
.sidebar-ranking .c-news-list__item:nth-child(2) a::after {
  -o-border-image: linear-gradient(to right, #989898 0, #F2F2F2 50%, #989898 100%) 1;
     border-image: linear-gradient(to right, #989898 0, #F2F2F2 50%, #989898 100%) 1;
}
.sidebar-ranking .c-news-list__item:nth-child(3)::before {
  aspect-ratio: 167/74;
  max-width: 84px;
  background-image: url(../img/news/no3.png);
  bottom: -2px;
  left: -16px;
}
.sidebar-ranking .c-news-list__item:nth-child(3) a::after {
  -o-border-image: linear-gradient(to right, #B16A45 0, #F2DFC2 50%, #B16A45 100%) 1;
     border-image: linear-gradient(to right, #B16A45 0, #F2DFC2 50%, #B16A45 100%) 1;
}
.sidebar-ranking .c-news-list__ttl {
  color: #fff;
}

.sidebar-cat {
  margin-top: 65px;
}
.sidebar-cat:first-child {
  margin-top: 0;
}
.sidebar-cat__ttl {
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 32px;
}
.sidebar-cat__list {
  max-width: 360px;
  margin: 0 auto;
}
.sidebar-cat__item + .sidebar-cat__item {
  margin-top: 16px;
}
.sidebar-cat__item .c-btn {
  padding: 0 24px 0 60px;
  position: relative;
}
.sidebar-cat__item .c-btn::before {
  content: "";
  width: 21px;
  height: 21px;
  background: url(../img/news/tag.png) center/cover no-repeat;
  position: absolute;
  top: 22px;
  left: 24px;
}
