/*
|---------------------------------------------------------------
| story.css
|---------------------------------------------------------------
*/
.lylw-main {
  padding-top: 0;
}

@media screen and (max-width: 960px) {
  .lylw-footer {
    padding-bottom: 80px;
  }
}
.lylw-footer__toTop {
  display: block;
}

.content_story-summary {
  display: block;
  width: 100%;
  color: #231815;
  background-color: #e0ceba;
  background-image: url(../images/bg_story.jpg?t=1744613716);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 3em 15px;
}
.content_story-summary__title {
  display: block;
  width: 100%;
  font-size: 1em;
  margin: 0 0 1.5em;
  padding: 0;
}
.content_story-summary__title img {
  display: block;
  width: 100%;
  max-width: 174px;
  height: auto;
  margin: 0 auto;
}
.content_story-summary__lead {
  display: block;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
}
@media screen and (min-width: 960.02px) {
  .content_story-summary {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 14.29%;
    background-image: url(../images/bg_story-l.jpg?t=1744613716);
    border-radius: 10px;
    overflow: hidden;
  }
  .content_story-summary__title {
    margin: 0 30px 0 0;
    padding: 0;
    width: auto;
    flex: 0 0 280px;
    max-width: 280px;
  }
  .content_story-summary__title img {
    max-width: 100%;
  }
  .content_story-summary__lead {
    margin: 0;
    padding: 0;
    flex-grow: 1;
    flex-basis: 0;
    font-size: 18px;
  }
}

/*
 * Archive
------------------------------------------------*/
.archive-story {
  display: block;
  width: 100%;
}
.archive-story__header {
  display: block;
  width: 100%;
  margin: 0 0 40px;
}
.archive-story__header__pickup {
  display: block;
  width: 100%;
}
.archive-story__header__content {
  display: block;
  width: 100%;
}
.archive-story__header__pickup + .archive-story__header__content {
  margin-top: 0;
}
@media screen and (min-width: 960.02px) {
  .archive-story__header {
    margin: 0 0 100px;
  }
  .archive-story__header__pickup {
    margin: 0 0 60px;
  }
  .archive-story__header__content {
    margin-top: 100px;
  }
  .archive-story__header__pickup + .archive-story__header__content {
    margin-top: 0;
  }
}
.archive-story__body {
  display: block;
  width: 100%;
}
.archive-story__summary {
  display: block;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .archive-story__summary .lylw-container {
    padding-left: 0;
    padding-right: 0;
  }
}

.archive-story-section {
  display: block;
  width: 100%;
  padding: 25px 0;
}
.archive-story-section__title {
  display: block;
  width: 100%;
  margin: 0 0 1.5em;
  padding: 0;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-size: clamp(26px, 6.93vw, 36px);
  font-weight: 500;
  text-align: center;
}
.archive-story-section__body {
  display: block;
  width: 100%;
}

/*--------------- Pickup ---------------*/
.archive-story-pickup {
  /*  */
}
.archive-story-pickup__list__item {
  display: block;
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 960.02px) {
  .archive-story-pickup__list__item {
    width: 860px;
  }
}
.archive-story-pickup:not(.swiper) .archive-story-pickup__list {
  display: flex;
  justify-content: center;
}
.archive-story-pickup:not(.swiper) .archive-story-pickup__list__item:not(:first-child) {
  display: none;
}
.archive-story-pickup .lylw-story-score {
  display: none;
}

.archive-story-pickup .lylw-story {
  font-size: clamp(16px, 4.27vw, 20px);
}
.archive-story-pickup .lylw-story__image {
  aspect-ratio: 1/1;
}
@media screen and (min-width: 960.02px) {
  .archive-story-pickup .lylw-story__image {
    aspect-ratio: 860/530;
  }
}
.archive-story-pickup .lylw-story__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.archive-story-pickup .lylw-story__layout {
  position: relative;
}
.archive-story-pickup .lylw-story__layout__head .lylw-story-score {
  display: none;
}
.archive-story-pickup .lylw-story__layout__body {
  padding: 10px 15px;
  color: #231815;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  margin: auto;
}
@media screen and (min-width: 960.02px) {
  .archive-story-pickup .lylw-story__layout__body {
    padding: 25px 25px;
  }
}

.archive-story-pickup .swiper-button-next, .archive-story-pickup .swiper-button-prev {
  display: none;
}
@media screen and (min-width: 960.02px) {
  .archive-story-pickup .swiper-button-next, .archive-story-pickup .swiper-button-prev {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #231815;
    width: 42px;
    height: 42px;
    border: 1px solid #d9bb99;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    margin: auto;
  }
  .archive-story-pickup .swiper-button-next::after, .archive-story-pickup .swiper-button-prev::after {
    display: none;
  }
  .archive-story-pickup .swiper-button-next::before, .archive-story-pickup .swiper-button-prev::before {
    content: "";
    box-sizing: border-box;
    display: block;
    width: 24px;
    height: 6px;
    pointer-events: none;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: currentColor;
    transform: translateY(-25%) skewX(45deg);
  }
  .archive-story-pickup .swiper-button-next {
    transform: translate(430px, -50%);
  }
  .archive-story-pickup .swiper-button-prev {
    transform: translate(-430px, -50%) scale(-1, 1);
  }
}
.archive-story-pickup .swiper-pagination {
  background: #ffffff;
  position: static;
  padding: 15px 0;
}
.archive-story-pickup .swiper-pagination-bullet {
  --swiper-pagination-bullet-horizontal-gap: 15px;
  --swiper-pagination-bullet-size: 7px;
  background: #d9bb99;
  opacity: 0.5;
}
.archive-story-pickup .swiper-pagination-bullet-active {
  opacity: 1;
  transform: scale(1.71);
}
@media screen and (min-width: 960.02px) {
  .archive-story-pickup .swiper-pagination-bullet {
    --swiper-pagination-bullet-size: 12px;
  }
  .archive-story-pickup .swiper-pagination-bullet-active {
    transform: scale(1.5);
  }
}

/*--------------- Posts ---------------*/
.archive-story-posts {
  display: block;
  width: 100%;
  margin: 0 0 25px;
}
.archive-story-posts .lylw-story__meta .lylw-story-score {
  display: none;
}
.archive-story-posts__list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 40px 15px;
}
.archive-story-posts__list__item {
  display: block;
  width: 100%;
}
.archive-story-posts__list__item:nth-child(-n+2) {
  grid-column: 1/3;
}
@media screen and (min-width: 960.02px) {
  .archive-story-posts__list {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-gap: 90px;
  }
  .archive-story-posts__list__item {
    grid-column: span 2;
  }
  .archive-story-posts__list__item:nth-child(-n+2) {
    grid-column: span 3;
  }
}
.archive-story-posts__footer {
  width: 100%;
}

.archive-story-posts .lylw-story__title {
  font-size: clamp(16px, 4.27vw, 24px);
}
.archive-story-posts .lylw-story__meta {
  font-size: clamp(14px, 3.73vw, 16px);
}

/*--------------- helpful ---------------*/
.story-helpful {
  display: block;
  width: 100%;
}
.story-helpful__list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 40px 15px;
}
@media screen and (min-width: 960.02px) {
  .story-helpful__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 90px;
  }
}
.story-helpful__list__item {
  display: block;
  width: 100%;
}

.story-helpful-block {
  display: block;
  width: 100%;
  color: inherit !important;
  text-decoration: none !important;
}
.story-helpful-block__image {
  display: block;
  width: 100%;
  aspect-ratio: 690/426;
}
.story-helpful-block__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background: #dddddd;
}
.story-helpful-block__title {
  display: block;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-size: clamp(16px, 4.27vw, 24px);
  margin: 0 0 0.25em;
  padding: 0;
}
.story-helpful-block__meta {
  display: block;
  width: 100%;
  color: #b8987b;
  font-size: clamp(14px, 3.73vw, 16px);
}
.story-helpful-block__layout {
  display: block;
  width: 100%;
}
.story-helpful-block__layout__head {
  display: block;
  width: 100%;
  margin: 0 0 10px;
  position: relative;
}
.story-helpful-block__layout__body {
  display: block;
  width: 100%;
}

.story-helpful-meta {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.story-helpful-meta__item {
  display: block;
  margin: 0;
  padding: 0;
}
.story-helpful-meta__item + .story-helpful-meta__item::before {
  content: "/";
}

/*
 * Article
------------------------------------------------*/
body.single-story .fs-c-breadcrumb {
  display: block;
}
body.single-story .fs-c-breadcrumb.page-story-sp_breadcrumb {
  font-size: 12px;
}
@media screen and (min-width: 960.02px) {
  body.single-story .fs-c-breadcrumb.page-story-sp_breadcrumb {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  body.single-story .fs-c-breadcrumb:not(.page-story-sp_breadcrumb) {
    display: none;
  }
}
body.single-story .lylw-main {
  padding: 0 0 25px;
}

.page-story {
  display: block;
  width: 100%;
  margin: 0 0 40px;
  /* color: #707070; */
}
@media screen and (min-width: 960.02px) {
  .page-story {
    padding: 40px 0;
  }
}
.page-story .lylw-container {
  max-width: 1200px;
}
.page-story__title {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-size: clamp(20px, 5.33vw, 35px);
  font-weight: normal;
  line-height: 1.5;
}
.page-story__title__text {
  display: block;
  font-size: 1em;
}
.page-story__title__text + .page-story__title__text {
  font-size: 0.9em;
}
.page-story__header {
  display: block;
  width: 100%;
  margin: 0 0 40px;
  padding: 15px 0 0;
}
.page-story__header__content {
  display: block;
  width: 100%;
  border-bottom: 3px solid #d8c2a9;
  padding: 0 0 15px;
}
.page-story__body {
  display: block;
  width: 100%;
}
.page-story__footer {
  display: block;
  width: 100%;
}
.page-story__footer__content {
  display: block;
  width: 100%;
  border-top: 3px solid #d8c2a9;
  padding: 30px 0 0;
}
@media screen and (min-width: 960.02px) {
  .page-story__footer__content {
    border-top: 0;
  }
}
.page-story__action {
  width: 100%;
  margin: 0 0 1.5em;
  padding: 0 0 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.page-story__action > * {
  padding: 0 1em;
}
.page-story__action > *:not(:first-child) {
  border-left: 1px solid #bbb;
}
.page-story__action__like {
  display: block;
}
.page-story__action__like .wpulike-heart .wp_ulike_general_class {
  position: relative;
  border: 0;
  box-shadow: none;
}
.page-story__action__like .wpulike-heart .count-box {
  font-size: 1em;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  bottom: auto;
  z-index: 2;
  margin: auto;
}
.page-story__action__like .wpulike button.wp_ulike_btn {
  font-size: 1em;
}
.page-story__action__like .wpulike-heart .wp_ulike_put_image:after {
  width: 1.5em;
  height: 1.5em;
}
.page-story__action__share {
  display: block;
}

/*--------------- section ---------------*/
.story-section {
  display: block;
  width: 100%;
  /* max-width: 960px; */
  margin: 0 auto;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-size: clamp(18px, 4.8vw, 20px);
  line-height: 1.67;
}
.story-section__header {
  display: block;
  width: 100%;
  margin: 0 0 15px;
}
.story-section__body {
  display: block;
  width: 100%;
}
.story-section__author {
  display: block;
  width: 100%;
  margin: 40px 0;
}
@media screen and (min-width: 960.02px) {
  .story-section__author {
    margin-bottom: 60px;
  }
}
.story-section__next {
  display: block;
  width: 100%;
  margin: 60px 0 40px;
}
.story-section__toc {
  display: block;
  width: 100%;
  margin: 40px 0;
}
.story-section__pagination {
  display: block;
  width: 100%;
  margin: 40px 0;
}
.story-section__product_link {
  display: block;
  width: 100%;
  margin: 40px 0;
  text-align: center;
}
.story-section__product_link__link {
  display: inline-block;
  text-decoration: underline;
}
.story-section__product_link__link, .story-section__product_link__link:visited, .story-section__product_link__link:hover, .story-section__product_link__link:active {
  color: #5963EC;
}
.story-section__image {
  display: block;
  width: 100%;
  /* max-width: 624px; */
  margin: 0 auto;
}
.story-section__image img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 960px) {
  .lylw-container .story-section__image {
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.story-section__title {
  display: block;
  width: 100%;
  margin: 0 0 1.5em;
  padding: 1em 0;
  position: relative;
  font-size: clamp(20px, 5.33vw, 30px);
  font-weight: normal;
  text-align: center;
}
.story-section__title::after {
  content: "";
  display: block;
  width: 2em;
  height: 4px;
  background: #d8c2a9;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  margin: auto;
}
.story-section__content {
  display: block;
  width: 100%;
  font-size: 1em;
}
.story-section__content p {
  margin: 0 0 1em;
}

/*--------------- Author ---------------*/
.story-author {
  display: block;
  width: 100%;
}
.story-author__content {
  display: block;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  color: #707070;
  text-align: right;
}
.story-author__image + .story-author__content {
  margin-top: 40px;
}

/*--------------- Next ---------------*/
.story-next {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 20px;
}
.story-next__link {
  display: inline-block;
  text-decoration: underline;
}
.story-next__link, .story-next__link:visited, .story-next__link:hover, .story-next__link:active {
  color: #5963EC;
}

/*--------------- toc ---------------*/
.story-toc {
  display: block;
  width: 100%;
  max-width: 624px;
  margin: 0 auto;
  padding: 40px 20px;
  border: 1px solid #d8c2a9;
  font-size: 20px;
}
@media screen and (min-width: 960.02px) {
  .story-toc {
    padding: 20px 40px;
  }
}
.story-toc__head {
  display: block;
  width: 100%;
  margin: 0 0 1em;
  padding: 0;
  font-size: 1em;
  font-weight: normal;
}
.story-toc__body {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-weight: normal;
}
.story-toc__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.story-toc__list__item {
  display: block;
  margin: 0 0 0.5em;
}

.story-toc-link {
  text-decoration: underline;
}
.story-toc-link, .story-toc-link:visited, .story-toc-link:hover, .story-toc-link:active {
  color: #5963EC;
}

/*--------------- pagination ---------------*/
.story-pagination {
  display: block;
  width: 100%;
}
.story-pagination__list {
  list-style: none;
  padding: 0;
  width: auto;
  margin: 0 -8px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.story-pagination__list__item {
  display: block;
  width: auto;
  margin: 0 0 16px;
  padding: 0 8px;
}
.story-pagination__link {
  display: flex;
  width: 2.5em;
  height: 2.5em;
  justify-content: center;
  align-items: center;
  text-decoration: none !important;
  border: 1px solid #d8c2a9;
  border-radius: 4px;
  background: #ffffff;
  font-size: clamp(16px, 4.27vw, 24px);
}
.story-pagination__link, .story-pagination__link:visited, .story-pagination__link:hover, .story-pagination__link:active {
  color: #d8c2a9;
}
.story-pagination__link.is-active {
  color: #ffffff;
  background: #d8c2a9;
}
