@charset "UTF-8";
/* ==========================================================================//
//
// 特集詳細　共通スタイル
//
// ========================================================================== */
/* 背景色
---------------------------------------------------------- */
.l-body-feature-single {
  --inner_padding: 20px;
}
.l-body-feature-single .l-main__inner {
  background-color: #f9f6f0;
}

/* head
---------------------------------------------------------- */
.p-featureS-head {
  padding-top: 63px;
  padding-bottom: 20px;
}
@media all and (min-width: 841px) {
  .p-featureS-head {
    padding-top: 30px;
  }
}
.p-featureS-head__imgwrap {
  position: relative;
}
.p-featureS-head__img {
  aspect-ratio: 350/247;
  border: 1px solid #333;
  border-radius: 5px;
  overflow: hidden;
}
.p-featureS-head__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-featureS-head__date {
  position: absolute;
  top: 0;
  right: 15px;
  background-color: #f9f6f0;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 14px;
  padding: 2px 8px;
  border-radius: 0 0 4px 4px;
  border: 1px solid #333;
  border-top-color: #f9f6f0;
}
.p-featureS-head__area {
  position: absolute;
  bottom: 0;
  left: 15px;
  font-size: 12px;
  line-height: 1;
  background-color: #f9f6f0;
  border: 1px solid #333;
  border-bottom: none;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding: 7px 12px 2px;
}

.p-featureS-head__favorite {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 5px 0 5px 0;
}

.p-featureS-head__content {
  padding: 0 12px;
  margin-top: 10px;
}
.p-featureS-head__ttl {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
.p-featureS-head__author {
  margin-top: 11px;
}
.p-featureS-head__author .author__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.p-featureS-head__author .author__img {
  width: 34px;
}
.p-featureS-head__author .author__img img {
  border-radius: 50%;
  border: 1px solid #333;
}
.p-featureS-head__author .author__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-featureS-head__author .author__job {
  font-size: 10px;
  letter-spacing: 0.02em;
}
.p-featureS-head__author .author__name {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.02em;
}
.p-featureS-head__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2px 8px;
  color: #aaaaaa;
  font-size: 12px;
  margin-top: 12px;
}

/* lead
---------------------------------------------------------- */
.p-featureS-lead {
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 1.8;
  background-color: #fff;
  padding: 20px 12px;
}
.p-featureS-lead:not(:last-child) {
  margin-bottom: 20px;
}

/* content
---------------------------------------------------------- */
.p-featureS-content {
  padding-bottom: 40px;
}
.p-featureS-content p:not(:last-child) {
  margin-bottom: 20px;
}
.p-featureS-content h2 {
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 1.4;
  background-color: #d8caae;
  border: 1px solid #333;
  border-radius: 10px 10px 10px 0;
  padding: 16px 30px;
}
.p-featureS-content h2:not(:last-child) {
  margin-bottom: 20px;
}
.p-featureS-content h3 {
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 1.4;
}
.p-featureS-content h3:not(:last-child) {
  margin-bottom: 20px;
}
.p-featureS-content .wp-block-image {
  width: min(292px, 90%);
  margin-inline: auto;
}
.p-featureS-content .wp-block-image:not(:last-child) {
  margin-bottom: 20px;
}
.p-featureS-content .wp-block-image img {
  border: 1px solid #333;
  border-radius: 5px;
}
.p-featureS-content .wp-block-image .wp-element-caption {
  color: #777;
  font-size: 12px;
  letter-spacing: 0.01em;
  line-height: 1.4;
  margin-top: 6px;
}
.p-featureS-content mark {
  color: #c3a977;
  font-weight: bold;
  background-color: transparent;
}
.p-featureS-content .wp-block-details:not(:last-child) {
  margin-bottom: 20px;
}
.p-featureS-content .wp-block-details summary {
  position: relative;
  font-weight: bold;
  font-size: 16px;
  border-bottom: 1px solid #333;
  padding: 18px 0;
  padding-right: 20px;
}
.p-featureS-content .wp-block-details summary::after {
  position: absolute;
  content: "+";
  top: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: 500;
  font-size: 1.1em;
}
.p-featureS-content .wp-block-details .details__content {
  padding: 20px 30px;
}
.p-featureS-content .wp-block-details .details__content p {
  line-height: 1.8;
}
.p-featureS-content .wp-block-details[open] summary::after {
  content: "−";
}
.p-featureS-content .p-featureS-spot {
  /* スポット情報 */
  position: relative;
  background-color: #f9f6f0;
  z-index: 1;
}
.p-featureS-content .p-featureS-spot::before, .p-featureS-content .p-featureS-spot::after {
  position: absolute;
  content: "";
  top: 0;
  width: var(--inner_padding);
  height: 55px;
  background-image: url(../../assets-feature/images/footprint_spot.svg);
  background-repeat: no-repeat;
  background-size: 33px auto;
  background-position: left 60% center;
  z-index: -1;
}
.p-featureS-content .p-featureS-spot::before {
  left: calc(var(--inner_padding) * -1);
}
.p-featureS-content .p-featureS-spot::after {
  right: calc(var(--inner_padding) * -1);
  background-position: left 20% center;
}
.p-featureS-content .p-featureS-spot summary {
  padding-left: 26px;
  background-image: url(../images/pin.svg);
  background-repeat: no-repeat;
  background-size: 22px auto;
  background-position: left center;
}
.p-featureS-content .p-featureS-spot__btn {
  --border_color: #333;
  --icon_color: #333;
  position: relative;
  width: min(292px, 100%);
  margin-inline: auto;
  padding-right: 3px;
  padding-bottom: 3px;
}
.p-featureS-content .p-featureS-spot__btn:not(:last-child) {
  margin-bottom: 40px;
}
.p-featureS-content .p-featureS-spot__btn::before {
  position: absolute;
  content: "";
  top: 8px;
  left: 3px;
  bottom: 0;
  right: 0;
  background-color: #d8caae;
  border: 1px solid #333;
  border-radius: 10px 10px 10px 0;
}
.p-featureS-content .p-featureS-spot__btn a {
  position: relative;
  display: block;
  font-weight: bold;
  font-size: 13px;
  background-color: #fff;
  border: 1px solid var(--border_color);
  border-radius: 10px 10px 10px 0;
  background-image: url(../../assets/images/common/icon/header_spot.png);
  background-repeat: no-repeat;
  background-size: 52px auto;
  background-position: left 15px center;
  padding: 29px 52px 29px 77px;
}
.p-featureS-content .p-featureS-spot__btn a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: var(--icon_color);
  background-image: url(../../assets/images/common/icon/ext_link_white.svg);
  background-size: 35%;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 1;
  border-radius: 50%;
  width: 25px;
}
@media (hover: hover) {
  .p-featureS-content .p-featureS-spot__btn a {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .p-featureS-content .p-featureS-spot__btn a:hover {
    background-color: #fff;
  }
}
@media (hover: hover) {
  .p-featureS-content .p-featureS-spot__btn a:hover {
    -webkit-transform: translate(3px, 3px);
            transform: translate(3px, 3px);
  }
}

/* この記事を書いた人
---------------------------------------------------------- */
.p-featureS-author__container {
  background-color: #fff;
  padding: 30px 15px;
}
.p-featureS-author__head {
  text-align: center;
}
.p-featureS-author__ttl {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.02em;
  margin-bottom: 8px;
}
.p-featureS-author__ttl span {
  position: relative;
}
.p-featureS-author__ttl span::before, .p-featureS-author__ttl span::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  aspect-ratio: 2473/2418;
  width: 25px;
  background-image: url(../../assets-feature/images/deco01.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.p-featureS-author__ttl span::before {
  right: calc(100% + 21px);
}
.p-featureS-author__ttl span::after {
  left: calc(100% + 21px);
  -webkit-transform: translateY(-50%) rotateY(180deg);
          transform: translateY(-50%) rotateY(180deg);
}
.p-featureS-author__img {
  text-align: center;
  margin-bottom: 8px;
}
.p-featureS-author__img img {
  width: min(100px, 80%);
  border-radius: 50%;
  border: 1px solid #333;
}
.p-featureS-author__job {
  color: #666;
  font-size: 12px;
  letter-spacing: 0.02em;
}
.p-featureS-author__name {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.02em;
}
.p-featureS-author__content {
  margin-top: 18px;
}
.p-featureS-author__content p:not(:last-child) {
  margin-bottom: 18px;
}

/* この記事をシェアする！
---------------------------------------------------------- */
.p-featureS-share {
  margin-top: 40px;
}
.p-featureS-share__ttl {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}
.p-featureS-share__ttl span {
  position: relative;
}
.p-featureS-share__ttl span::before {
  position: absolute;
  content: "";
  top: 58%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: calc(100% - 1px);
  aspect-ratio: 3224/2979;
  width: 32px;
  background-image: url(../../assets-feature/images/deco02_l.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.p-featureS-share__ttl span::after {
  position: absolute;
  content: "";
  bottom: -10%;
  left: calc(100% - 4px);
  aspect-ratio: 3526/3771;
  width: 35px;
  background-image: url(../../assets-feature/images/deco02_r.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.p-featureS-share__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.p-featureS-share__item {
  width: 24px;
}
.p-featureS-share__item a {
  display: block;
}
@media (hover: hover) {
  .p-featureS-share__item a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-featureS-share__item a:hover {
    opacity: 0.7;
  }
}

/* foot
---------------------------------------------------------- */
.p-featureS-foot {
  padding-top: 40px;
}