@charset "UTF-8";
/*
|---------------------------------------------------------------
| search-result.css
|---------------------------------------------------------------
*/
.fs-c-breadcrumb {
  display: none;
}

.fs-l-main {
  margin: 0 auto;
  padding: 0 0 40px;
}

body.fs-body-search .fs-c-productList {
  margin-bottom: 50px;
  padding: 0 20px;
}
body.fs-body-search .fs-c-productList__controller {
  display: none;
}
body.fs-body-search:not(.has-search_result) .lylw-sr_product-title,
body.fs-body-search:not(.has-search_result) .fs-c-productList__list {
  display: none;
}
body.fs-body-search .fs-c-productList__controller .fs-c-listControl {
  display: none;
}
body.fs-body-search .fs-c-productList__list + .fs-c-productList__controller {
  display: none;
}

/*
 * Link
------------------------------------------------*/
.lylw-sr_summary-reset, .lylw-sr_summary-clear {
  display: inline-block;
  color: #7b7473 !important;
  font-size: 1em;
  font-weight: 500;
  text-decoration: none !important;
  padding: 0.1em 0;
  border-bottom: 1px solid currentColor;
}

.lylw-sr_summary-reset {
  display: inline-flex;
  align-items: baseline;
}
.lylw-sr_summary-reset img {
  display: block;
  width: 1em;
  height: 1em;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 0.25em;
  flex-shrink: 0;
}

/*
 * selected
------------------------------------------------*/
.lylw-sr_summary-selected {
  display: block;
  width: 100%;
  font-size: 16px;
}
.lylw-sr_summary-selected__group {
  display: block;
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
}
.lylw-sr_summary-selected__group:not(.js--active) {
  display: none;
}
.lylw-sr_summary-selected__group__head {
  display: block;
  width: 100%;
  font-weight: bold;
  margin: 0 0 0.25em;
  padding: 0;
}
.lylw-sr_summary-selected__group__head::before {
  content: "-";
  margin-right: 0.25em;
}
.lylw-sr_summary-selected__group__body {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.lylw-sr_summary-selected__group .js-content ol {
  list-style: none;
  padding: 0;
  margin: 0 -2.5px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.lylw-sr_summary-selected__group .js-content ol li {
  display: block;
  width: auto;
  max-width: 100%;
  padding: 5px 2.5px;
}
.lylw-sr_summary-selected__group .js-content a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e0d1c0;
  padding: 0.25em 0.5em;
  border-radius: 5px;
  overflow: hidden;
  color: #231815 !important;
  background: #ffffff;
  text-decoration: none !important;
}
.lylw-sr_summary-selected__group .js-content a::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  color: #a7a3a1;
  margin-right: 0.25em;
  background-image: url(../images/search/results/xmark-solid.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/*
 * Title
------------------------------------------------*/
.lylw-search_result-title {
  display: block;
  width: 100%;
  margin: 0 0 1em;
  padding: 1em 15px;
  color: #ffffff;
  background: #d8c2a9;
  font-size: clamp(27px, 7.2vw, 32px);
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.15em;
}
.lylw-search_result-title__prefix {
  display: block;
  width: 100%;
  font-size: 0.52em;
  margin: 0 0 0.75em;
}
.lylw-search_result-title__prefix img {
  display: block;
  width: 10em;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.lylw-search_result-title__text {
  display: block;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
}

.lylw-search_result-section_title {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-size: clamp(20px, 5.33vw, 24px);
  font-weight: 500;
  text-align: center;
  margin: 0 0 1.5em;
  padding: 0;
}
.lylw-search_result-section_title::before, .lylw-search_result-section_title::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #d8c2a9;
  flex-grow: 1;
  flex-basis: 0;
}
.lylw-search_result-section_title::before {
  margin-right: 0.5em;
}
.lylw-search_result-section_title::after {
  margin-left: 0.5em;
}

/*
 * 選択内容
------------------------------------------------*/
.lylw-search_result-summary {
  display: block;
  width: 100%;
  margin: 0 0 50px;
}
.lylw-search_result-summary:not(.js--active) {
  display: none;
}
.lylw-search_result-summary__content {
  display: block;
  width: 100%;
  padding: 20px 20px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  color: #231815;
  background: rgba(216, 194, 169, 0.4);
}
.lylw-search_result-summary__nav {
  display: block;
  width: 100%;
  text-align: center;
}
.lylw-search_result-summary .lylw-sr_summary-reset {
  position: absolute;
  top: 15px;
  left: auto;
  right: 15px;
  bottom: auto;
  z-index: 2;
  margin: auto;
}

/*
 * Section
------------------------------------------------*/
.lylw-search_result-section {
  display: block;
  width: 100%;
  margin: 0;
  padding: clamp(45px, 12vw, 90px) 0;
}
.lylw-search_result-section .lylw-container {
  padding-left: 20px;
  padding-right: 20px;
}
.lylw-search_result-section__header {
  display: block;
  width: 100%;
  margin: 0 0 30px;
}
.lylw-search_result-section__body {
  display: block;
  width: 100%;
}

.lylw-sr_encounter:not(.js--active),
.lylw-sr_story:not(.js--active) {
  display: none;
}

.lylw-sr_encounter {
  color: #231815;
  background: #f7f3ee;
}
.lylw-sr_encounter__list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: auto;
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.lylw-sr_encounter__list__item {
  display: block;
  width: auto;
  margin: 0 0 40px;
  padding: 0 10px;
  flex: 0 0 50%;
  max-width: 50%;
}

.lylw-sr_story {
  color: #231815;
  background: #ffffff;
}
.lylw-sr_story__list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 40px 20px;
}
.lylw-sr_story__list__item {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.lylw-sr_story .lylw-story {
  font-size: 16px;
}

/*--------------- fs商品と同じ分岐 ---------------*/
.lylw-sr_story__list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media screen and (min-width: 600px) {
  .lylw-sr_story__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .lylw-sr_story__list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media screen and (min-width: 960px) {
  .lylw-sr_story__list {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media screen and (max-width: 599.98px) {
  .lylw-sr_encounter__list__item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .lylw-sr_encounter__list__item:nth-child(n+3):last-child {
    margin-right: auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 767.98px) {
  .lylw-sr_encounter__list__item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .lylw-sr_encounter__list__item:nth-child(n+4):last-child {
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 959.98px) {
  .lylw-sr_encounter__list__item {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .lylw-sr_encounter__list__item:nth-child(n+5):last-child {
    margin-right: auto;
  }
}
@media screen and (min-width: 960px) {
  .lylw-sr_encounter__list__item {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .lylw-sr_encounter__list__item:nth-child(n+6):last-child {
    margin-right: auto;
  }
}

/*
 * Name Prefix
------------------------------------------------*/
.fs-c-productListItem__productName::before {
  content: "- Goods";
}

.lylw-encounter-heading::before {
  content: "- Encounter";
}

.lylw-story__title::before {
  content: "- Story";
}

.fs-c-productListItem__productName::before, .lylw-encounter-heading::before, .lylw-story__title::before {
  display: block;
  color: #b8987b;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-size: clamp(14px, 3.73vw, 16px);
  font-weight: normal;
  margin: 0 0 5px;
  text-align: left;
}

/*
 * Pagination
------------------------------------------------*/
.lylw-search_result-pagination {
  display: block;
  width: 100%;
  padding: 0 15px;
}
