﻿
.p-pickup {
  position: relative;
  max-width: 128rem;
  background: #F0ECE9;
  border-radius: 0.5rem;
  margin: 6.5rem auto 0;
  padding: 8.5rem 15rem 5rem 15rem;
}
.p-pickup.is-first {
  margin-top: 18rem;
}
@media screen and (max-width: 1320px) and (min-width: 960.1px) {
  .p-pickup {
    max-width: 120rem;
    padding-right: 9rem;
  }
}
@media screen and (max-width: 960px) {
  .p-pickup {
    display: none;
  }
}
.p-pickup__block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.p-pickup__ttl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 6.5rem;
  height: 100%;
  writing-mode: vertical-rl;
  letter-spacing: 0.2em;
  color: #fff;
  font-weight: 700;
  background: linear-gradient(180deg, rgb(182, 157, 138) 0%, rgb(138, 117, 100) 100%);
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.p-pickup-content {
  position: relative;
  width: 39rem;
  min-height: 27rem;
  padding-bottom: 4rem;
}
.p-pickup-content__date {
  font-size: 1.4rem;
  color: #727272;
  margin-bottom: 3.6rem;
}
.p-pickup-content__ttl {
  font-size: 2.2rem;
  line-height: 1.9;
}
.p-pickup-content__more {
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-pickup-content__more a span {
  position: relative;
  padding-right: 5rem;
}
.p-pickup-content__more a span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 3.1rem;
  height: 1rem;
  background: url(../image/icn_arrow_bk.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .p-pickup-content__more a:hover span::after {
    right: -0.5rem;
  }
}
.p-pickup__img {
  margin-top: -15rem;
  width: 54rem;
  height: 42rem;
  border-radius: 1rem;
  overflow: hidden;
}
.p-pickup__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-info {
  margin: 10rem 0 0;
  padding: 0 0 16rem;
}
@media screen and (max-width: 960px) {
  .p-info {
    margin: 4rem 0 0;
  }
}
.p-info-back {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .p-info-back {
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    margin: 8.4rem 0 0;
    padding: 8.4rem 0 0;
  }
}
.p-info-back__link {
  font-size: 1.4rem;
}
@media screen and (max-width: 960px) {
  .p-info-back__link {
    text-align: center;
  }
}
.p-info-back__link a {
  position: relative;
  padding-left: 4.6rem;
}
.p-info-back__link a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 3.1rem;
  height: 0.9rem;
  background: url(../image/icn_arrow_bk.svg) center center/100% auto no-repeat;
  transform: translateY(-50%) scale(-1, 1);
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .p-info-back__link a:hover::before {
    left: -1rem;
  }
}
.p-info-back__cat {
  font-size: 1.4rem;
}
@media screen and (max-width: 960px) {
  .p-info-back__cat {
    display: none;
  }
}
.p-info-back__cat a {
  color: #727272;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-info-back__cat a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 960px) {
  .p-info-post {
    padding: 0 3rem;
  }
}
.p-info-post__date {
  font-size: 1.4rem;
  color: #727272;
}
@media screen and (max-width: 960px) {
  .p-info-post__date {
    font-size: 1.2rem;
  }
}
.p-info-post__ttl {
  position: relative;
  font-size: 2.2rem;
  line-height: 1.9;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0 0 3rem;
  margin: 0 0 5rem;
}
@media screen and (max-width: 960px) {
  .p-info-post__ttl {
    font-size: 2rem;
    line-height: 1.8;
    padding: 0 0 2rem;
    margin: 0 0 3rem;
  }
}
.p-info-post__ttl::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 2rem;
  height: 1px;
  background: #000;
}
.p-info-post__img {
  border-radius: 0.5rem;
  overflow: hidden;
  margin: 0 0 5rem 0;
}
@media screen and (max-width: 960px) {
  .p-info-post__img {
    margin: 0 0 3rem 0;
  }
}
.p-info-post__txt {
  padding: 0 0 10rem;
}
.p-info-post__txt h1,
.p-info-post__txt h2,
.p-info-post__txt h3,
.p-info-post__txt h4,
.p-info-post__txt h5,
.p-info-post__txt h6 {
  font-size: 2.1rem;
  line-height: 1.9;
  word-break: normal;
}
.p-info-post__txt * + h1,
.p-info-post__txt * + h2,
.p-info-post__txt * + h3,
.p-info-post__txt * + h4,
.p-info-post__txt * + h5,
.p-info-post__txt * + h6 {
  margin-top: 8rem;
}
.p-info-post__txt * + p,
.p-info-post__txt * + ul,
.p-info-post__txt * + ol,
.p-info-post__txt * + blockquote,
.p-info-post__txt * + figure,
.p-info-post__txt * + img,
.p-info-post__txt * + .wp-block-image,
.p-info-post__txt * + .wp-block-embed {
  margin-top: 3rem;
}
.p-info-post__txt img + img,
.p-info-post__txt figure + img,
.p-info-post__txt img + figure,
.p-info-post__txt figure + figure {
  margin-top: 3rem;
}
.p-info-post__txt p {
  font-size: 1.4rem;
  line-height: 2;
  word-break: normal;
}
.p-info-post__txt strong {
  font-weight: bold;
}
.p-info-post__txt em {
  font-style: italic;
}
.p-info-post__txt blockquote {
  display: block;
  font-size: 1.4rem;
  line-height: 2;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
  padding: 5rem;
}
.p-info-post__txt a {
  display: inline;
  background: linear-gradient(transparent calc(100% - 1px), #1F2021 0%);
}
@media (hover: hover) and (pointer: fine) {
  .p-info-post__txt a:hover {
    background: none;
    opacity: 1;
  }
}
.p-info-post__txt .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.p-info-post__txt .alignright {
  float: right;
  margin-left: 1.5em;
}
.p-info-post__txt .alignleft {
  float: left;
  margin-right: 1.5em;
}
.p-info-post__txt .wp-block-image {
  overflow: hidden;
}
.p-info-post__txt img,
.p-info-post__txt img[class*=wp-image-],
.p-info-post__txt img[class*=attachment-] {
  width: auto;
  height: auto;
  max-width: 100%;
}
.p-info-post__txt figcaption {
  font-size: 1.4rem;
  line-height: 2;
}
.p-info-post__txt ul {
  list-style: none;
}
.p-info-post__txt ul li {
  position: relative;
  font-size: 1.4rem;
  line-height: 2;
  padding: 0 0 0 1em;
  word-break: normal;
}
.p-info-post__txt ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.p-info-post__txt ol {
  counter-reset: item;
  list-style-type: none;
}
.p-info-post__txt ol li {
  position: relative;
  padding-left: 1em;
  font-size: 1.4rem;
  line-height: 2;
  word-break: normal;
}
.p-info-post__txt ol li:before {
  counter-increment: item;
  content: counter(item) ".";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 960px) {
  .p-info-post__txt {
    padding: 0;
  }
  .p-info-post__txt p {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .p-info-post__txt h1, .p-info-post__txt h2, .p-info-post__txt h3, .p-info-post__txt h4, .p-info-post__txt h5, .p-info-post__txt h6 {
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .p-info-post__txt ul li,
  .p-info-post__txt ol li,
  .p-info-post__txt blockquote {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .p-info-post__txt blockquote {
    padding: 2.5rem 3rem;
  }
}
.p-info__block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  max-width: 128rem;
  margin: 0 auto;
}
@media screen and (max-width: 1320px) and (min-width: 960.1px) {
  .p-info__block {
    max-width: 120rem;
  }
}
@media screen and (max-width: 960px) {
  .p-info__block {
    display: block;
  }
}
.p-info__content {
  width: 88rem;
}
@media screen and (max-width: 960px) {
  .p-info__content {
    width: auto;
  }
}
@media screen and (max-width: 960px) {
  .p-info-cat {
    margin-bottom: 4rem;
    padding: 0 1.5rem;
  }
}
@media screen and (max-width: 960px) {
  .p-info-cat.u-post {
    display: none;
  }
}
.p-info-cat__inner {
  position: sticky;
  top: 10rem;
  left: 0;
  width: 20rem;
}
@media screen and (max-width: 960px) {
  .p-info-cat__inner {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
  }
}
.p-info-cat__ttl {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-style: italic;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .p-info-cat__ttl {
    display: none;
  }
}
.p-info-cat-list {
  margin-top: 4rem;
}
@media screen and (max-width: 960px) {
  .p-info-cat-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 1.5rem;
    flex-wrap: wrap;
  }
}
.p-info-cat-list__item {
  font-size: 1.4rem;
}
@media screen and (max-width: 960px) {
  .p-info-cat-list__item {
    width: calc((100% - 3rem) / 3);
    height: 3rem;
    font-size: 1.2rem;
    border-radius: 0.2rem;
    overflow: hidden;
  }
  .p-info-cat-list__item a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #F2F2F2;
    width: 100%;
    height: 100%;
  }
}
.p-info-cat-list__item + .p-info-cat-list__item {
  margin-top: 2.2rem;
}
@media screen and (max-width: 960px) {
  .p-info-cat-list__item + .p-info-cat-list__item {
    margin-top: 0;
  }
}
.p-info-list {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 3rem;
}
@media screen and (max-width: 960px) {
  .p-info-list {
    padding-bottom: 2rem;
  }
}
.p-info-list__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 3rem 0 0;
}
@media screen and (max-width: 960px) {
  .p-info-list__item {
    padding: 2rem 0 0;
  }
}
.p-info-list__item + .p-info-list__item {
  margin-top: 3rem;
}
@media screen and (max-width: 960px) {
  .p-info-list__item + .p-info-list__item {
    margin-top: 2rem;
  }
}
.p-info-list__content {
  width: calc(100% - 17rem);
}
@media screen and (max-width: 960px) {
  .p-info-list__content {
    width: calc(100% - 12.5rem);
    padding: 0 2rem;
  }
}
.p-info-list__img {
  width: 14rem;
  height: 10rem;
}
.p-info-list__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 960px) {
  .p-info-list__img {
    width: 12.5rem;
    height: 8rem;
    margin: 0;
  }
}
.p-info-list__head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-info-list__date {
  font-size: 1.2rem;
}
.p-info-list-cat + .p-info-list-cat {
  margin-left: 1rem;
}
.p-info-list-cat__item {
  font-size: 1.2rem;
  margin-left: 1.8rem;
}
.p-info-list-cat__item a {
  color: #727272;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-info-list-cat__item a:hover {
    text-decoration: none;
  }
}
.p-info-list__cat {
  font-size: 1.2rem;
  margin-left: 1.8rem;
}
.p-info-list__cat a {
  color: #727272;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-info-list__cat a:hover {
    text-decoration: none;
  }
}
.p-info-list__ttl {
  margin: 1.2rem 0 0;
}
@media screen and (max-width: 960px) {
  .p-info-list__ttl {
    font-size: 1.4rem;
    margin: 1rem 0 0;
  }
}