.c-mv__head {
  min-height: inherit;
}

.p-news {
  position: relative;
  max-width: 111.3rem;
  margin: -5.8rem auto 0;
  padding: 0 0 23.4rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-news {
    margin: 0;
    padding: 0 2.4rem 8rem;
  }
}
.p-news-list {
  width: 64.7rem;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .p-news-list {
    width: 100%;
    margin: 3.2rem 0 0;
  }
}
.p-news-list__item {
  border-bottom: 1px solid #DBDBDB;
  padding: 0 0 2rem;
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-news-list__item {
    padding: 0 0 1.7rem;
    margin-top: 1.6rem;
  }
}
.p-news-list__item:first-child {
  margin-top: 0;
}
.p-news-list__date {
  color: #B98374;
  font-size: 1.4rem;
  line-height: 1.143;
  font-family: sofia-pro, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  margin: 0 0 1rem;
}
@media screen and (max-width: 767px) {
  .p-news-list__date {
    font-size: 1.2rem;
    margin: 0 0 0.6rem;
  }
}
.p-news-list__txt {
  line-height: 1.5;
  font-weight: 500;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .p-news-list__txt {
    font-size: 1.3rem;
  }
}

.p-detail {
  padding: 1.4rem 0 23.4rem;
}
@media screen and (max-width: 767px) {
  .p-detail {
    padding-bottom: 10rem;
  }
}
.p-detail .c-mv__video {
  height: 39rem;
}
@media screen and (max-width: 767px) {
  .p-detail .c-mv__video {
    height: 30rem;
  }
}
.p-detail.-grad::after {
  content: "";
  position: absolute;
  top: 28rem;
  left: 0;
  width: 100%;
  height: 12rem;
  background: linear-gradient(0deg, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 767px) {
  .p-detail.-grad::after {
    height: 6rem;
  }
}
.p-detail .c-mv__bread {
  position: relative;
  top: auto;
  right: auto;
}
@media screen and (max-width: 767px) {
  .p-detail {
    height: auto;
  }
}
.p-detail__inner {
  position: relative;
  max-width: 80rem;
  margin: 8rem auto 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-detail__inner {
    padding: 0 2.4rem;
    margin-top: 5rem;
  }
}
.p-detail__date {
  text-align: center;
  line-height: 1;
  font-size: 1.8rem;
  font-family: sofia-pro, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  color: #B98374;
}
@media screen and (max-width: 767px) {
  .p-detail__date {
    font-size: 1.4rem;
    text-align: left;
    margin: 0 0 1.7rem;
  }
}
.p-detail__ttl {
  text-align: center;
  font-size: 3.2rem;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  margin: 2.4rem 0 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-detail__ttl {
    font-size: 1.8rem;
    text-align: left;
    margin: 0 0 1.6rem;
  }
}
.p-detail__txt {
  overflow: hidden;
  margin: 0 0 6rem;
}
.p-detail__txt h2 {
  color: #B98374;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  border-bottom: 1px solid #F5EBEB;
  margin-bottom: 2rem;
  padding: 0 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-detail__txt h2 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.45;
    padding: 0 0 1rem;
    margin: 0 0 2rem;
  }
}
.p-detail__txt h3 {
  position: relative;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 500;
  background: #B98374;
  color: #fff;
  padding: 0.9rem 2.4rem;
  margin: 0 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-detail__txt h3 {
    font-size: 1.8rem;
    line-height: 1.5;
    margin: 0 0 1.4rem;
  }
}
.p-detail__txt h4 {
  font-size: 1.9rem;
  font-weight: 500;
  color: #B98374;
  border-bottom: 1px solid #B98374;
  margin: 0 0 2.4rem;
  padding: 0 0 1rem;
}
@media screen and (max-width: 767px) {
  .p-detail__txt h4 {
    font-size: 1.6rem;
    margin: 0 0 1.4rem;
  }
}
.p-detail__txt * + h2 {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-detail__txt * + h2 {
    margin-top: 8rem;
  }
}
.p-detail__txt * + h3,
.p-detail__txt * + h4,
.p-detail__txt * + h5,
.p-detail__txt * + h6 {
  margin-top: 4.6rem;
}
@media screen and (max-width: 767px) {
  .p-detail__txt * + h3,
  .p-detail__txt * + h4,
  .p-detail__txt * + h5,
  .p-detail__txt * + h6 {
    margin-top: 4.6rem;
  }
}
.p-detail__txt * + p {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-detail__txt * + p {
    margin-top: 2.4rem;
  }
}
.p-detail__txt h3 + p {
  margin-top: 2rem;
}
.p-detail__txt p {
  line-height: 2.375;
  letter-spacing: 0.05em;
  word-break: normal;
}
@media screen and (max-width: 767px) {
  .p-detail__txt p {
    font-size: 1.3rem;
    line-height: 2.4;
  }
}
.p-detail__txt ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-detail__txt ul li {
  position: relative;
  font-size: 1.6rem;
  line-height: 2;
  background: #fff;
  padding: 1.2rem 2.4rem 1.2rem 3.3rem;
  margin-top: 0.6rem;
}
@media screen and (max-width: 767px) {
  .p-detail__txt ul li {
    font-size: 1.3rem;
    line-height: 1.333;
  }
}
.p-detail__txt ul li:first-child {
  margin-top: 0;
}
.p-detail__txt ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.2rem;
  width: 1rem;
  height: 0.8rem;
  background: #E5DED2;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  transform: translateY(-50%);
}
.p-detail__txt ol {
  counter-reset: item;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.p-detail__txt ol li {
  position: relative;
  padding-left: 1em;
  font-size: 1.5rem;
  line-height: 1.667;
  word-break: normal;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-detail__txt ol li {
    line-height: 1.333;
  }
}
.p-detail__txt ol li:first-child {
  margin-top: 0;
}
.p-detail__txt ol li:before {
  counter-increment: item;
  content: counter(item) ".";
  position: absolute;
  top: 0;
  left: 0;
}
.p-detail__txt * + ul,
.p-detail__txt * + ol,
.p-detail__txt * + blockquote {
  margin-top: 2rem;
}
.p-detail__txt * + table {
  margin-top: 2rem;
}
.p-detail__txt table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .p-detail__txt table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.p-detail__txt table thead th {
  background: #B98374;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: left;
  padding: 1rem 1.6rem;
  vertical-align: middle;
  border: 1px solid rgba(185, 131, 116, 0.4);
}
@media screen and (max-width: 767px) {
  .p-detail__txt table thead th {
    font-size: 1.3rem;
    padding: 0.8rem 1.2rem;
    white-space: nowrap;
  }
}
.p-detail__txt table tbody th {
  background: #FCF8F8;
  color: #B98374;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: left;
  padding: 1rem 1.6rem;
  vertical-align: middle;
  border: 1px solid #EDE5E3;
}
@media screen and (max-width: 767px) {
  .p-detail__txt table tbody th {
    font-size: 1.3rem;
    padding: 0.8rem 1.2rem;
    white-space: nowrap;
  }
}
.p-detail__txt table tbody td {
  background: #fff;
  font-size: 1.5rem;
  line-height: 1.8;
  padding: 1rem 1.6rem;
  vertical-align: middle;
  border: 1px solid #EDE5E3;
}
@media screen and (max-width: 767px) {
  .p-detail__txt table tbody td {
    font-size: 1.3rem;
    padding: 0.8rem 1.2rem;
  }
}
.p-detail__txt img + img,
.p-detail__txt figure + img,
.p-detail__txt img + figure,
.p-detail__txt figure + figure {
  margin-top: 1rem;
}
.p-detail__txt strong {
  font-weight: bold;
}
.p-detail__txt em {
  font-style: italic;
}
.p-detail__txt blockquote {
  display: block;
  background: #eee;
  border-radius: 0.5rem;
  padding: 2em;
}
.p-detail__txt a {
  position: relative;
  color: #F18C56;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .p-detail__txt a:hover {
    text-decoration: none;
    opacity: 1;
  }
}
.p-detail__txt .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-detail__txt .aligncenter img {
    width: 100%;
    height: auto;
  }
}
.p-detail__txt .alignright {
  float: right;
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .p-detail__txt .alignright {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .p-detail__txt .alignright img {
    width: 100%;
    height: auto;
  }
}
.p-detail__txt .alignleft {
  float: left;
  margin-right: 1.5em;
}
@media screen and (max-width: 767px) {
  .p-detail__txt .alignleft {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .p-detail__txt .alignleft img {
    width: 100%;
    height: auto;
  }
}
.p-detail__txt .wp-block-embed {
  width: 40rem;
  height: 24rem;
  border-radius: 0.4rem;
  overflow: hidden;
  margin: 2rem auto;
}
@media screen and (max-width: 767px) {
  .p-detail__txt .wp-block-embed {
    width: 100%;
    height: 24rem;
  }
}
.p-detail__txt .wp-block-embed + * {
  margin-top: 1rem;
}
.p-detail__txt .wp-block-embed .wp-block-embed__wrapper {
  min-width: 100%;
  height: 100%;
}
.p-detail__txt .wp-block-embed iframe {
  width: 100%;
  height: 100%;
}
.p-detail__txt .wp-block-image {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.p-detail__txt .wp-element-caption {
  display: block !important;
  width: 100%;
}
.p-detail__txt img,
.p-detail__txt img[class*=wp-image-],
.p-detail__txt img[class*=attachment-] {
  width: auto;
  height: auto;
  max-width: 100%;
}
.p-detail__txt figcaption {
  font-size: 1.4rem;
  line-height: 2;
}

.l-footer-cta {
  background-color: unset;
}/*# sourceMappingURL=news.css.map */