@charset "UTF-8";
/*-----------------------------------------------
scroll-top.scss
----------------------------------------------- */
#scrollTopBtn {
  /* 初期状態では非表示 */
  position: fixed;
  right: 1rem;
  bottom: 1.5rem;
  z-index: 99;
  padding: 1rem;
  font-size: 0;
  color: #ffffff;
  cursor: pointer;
  visibility: hidden;
  background-color: #2d3c5a;
  border: none;
  border-radius: 50%;
  outline: none;
  opacity: 0;
  transition: all 0.3s;
}
#scrollTopBtn::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('data:image/svg+xml;utf8,<svg width="13" height="13" viewBox="0 0 13 13" fill="%23ffffff" xmlns="http://www.w3.org/2000/svg"><g><path d="M12.3599 3.95146C12.3042 3.8975 12.238 3.8547 12.1651 3.82549C12.0922 3.79628 12.0141 3.78125 11.9352 3.78125C11.8562 3.78125 11.7781 3.79628 11.7052 3.82549C11.6323 3.8547 11.5661 3.8975 11.5104 3.95146L6.53598 8.75665L1.56153 3.95146C1.44889 3.84267 1.29611 3.78155 1.1368 3.78155C0.977493 3.78155 0.82471 3.84267 0.712063 3.95146C0.599417 4.06024 0.536133 4.20779 0.536133 4.36164C0.536133 4.51549 0.599417 4.66304 0.712063 4.77183L6.11124 9.98604C6.16697 10.04 6.23317 10.0828 6.30605 10.112C6.37893 10.1412 6.45707 10.1562 6.53598 10.1562C6.61488 10.1562 6.69302 10.1412 6.7659 10.112C6.83878 10.0828 6.90498 10.04 6.96071 9.98604L12.3599 4.77183C12.4158 4.71801 12.4601 4.65408 12.4903 4.58369C12.5206 4.5133 12.5361 4.43785 12.5361 4.36164C12.5361 4.28544 12.5206 4.20998 12.4903 4.13959C12.4601 4.06921 12.4158 4.00527 12.3599 3.95146Z"/></g></svg>');
  transform: rotate(180deg);
}
#scrollTopBtn.active {
  visibility: visible;
  opacity: 1;
}

body {
  overflow-x: hidden;
  color: #482626;
}

#scrollTopBtn {
  background-color: #599063;
}

.contents-container a {
  color: #482626;
}
.contents-container a:hover {
  text-decoration: none;
}

.fv {
  background: url("https://sleep.itembox.design/item/free-page/img/feature/keirou/fv-bg.png");
  background-size: cover;
}
.fv__title {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .fv__title {
    flex-direction: row-reverse;
    gap: 0;
    padding: 0 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .fv__title {
    max-width: 1024px;
    padding: 0;
    margin: auto;
  }
}

.intro {
  padding-top: clamp(3rem, 1.846rem + 5.128vw, 8rem);
}
.intro__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.intro__container {
  display: inherit;
  flex-direction: column;
  gap: 1rem;
  align-items: inherit;
  justify-content: inherit;
}
.intro__heading {
  font-size: clamp(1.85rem, 1.654rem + 0.872vw, 2.7rem);
  font-weight: bold;
  line-height: 1.5;
  color: #599063;
  text-align: center;
  word-break: keep-all;
}
.intro__icon {
  position: relative;
}
.intro__icon img {
  width: auto;
  max-height: 5rem;
}
.intro__icon figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  color: transparent;
}
.intro__description {
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .intro__description {
    max-width: 720px;
    text-align: center;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }
}
.intro__description strong {
  font-size: 1.5em;
  color: #599063;
}

.nav {
  z-index: 1;
  padding: clamp(2rem, 5vw, 3rem) clamp(1rem, 0.769rem + 1.026vw, 2rem);
  text-align: center;
  background-color: #f2f2f2;
}
.nav__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem 0.5rem;
  max-width: 1024px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .nav__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .nav__list {
    grid-template-columns: repeat(6, 1fr);
  }
}
.nav__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 1rem 0.25rem;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #482626;
  border-radius: 0.25rem;
}
.nav__link::after {
  width: 1rem;
  content: "";
  transition: transform 0.3s;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('data:image/svg+xml;utf8,<svg width="13" height="13" viewBox="0 0 13 13" fill="%23482626" xmlns="http://www.w3.org/2000/svg"><g><path d="M12.3599 3.95146C12.3042 3.8975 12.238 3.8547 12.1651 3.82549C12.0922 3.79628 12.0141 3.78125 11.9352 3.78125C11.8562 3.78125 11.7781 3.79628 11.7052 3.82549C11.6323 3.8547 11.5661 3.8975 11.5104 3.95146L6.53598 8.75665L1.56153 3.95146C1.44889 3.84267 1.29611 3.78155 1.1368 3.78155C0.977493 3.78155 0.82471 3.84267 0.712063 3.95146C0.599417 4.06024 0.536133 4.20779 0.536133 4.36164C0.536133 4.51549 0.599417 4.66304 0.712063 4.77183L6.11124 9.98604C6.16697 10.04 6.23317 10.0828 6.30605 10.112C6.37893 10.1412 6.45707 10.1562 6.53598 10.1562C6.61488 10.1562 6.69302 10.1412 6.7659 10.112C6.83878 10.0828 6.90498 10.04 6.96071 9.98604L12.3599 4.77183C12.4158 4.71801 12.4601 4.65408 12.4903 4.58369C12.5206 4.5133 12.5361 4.43785 12.5361 4.36164C12.5361 4.28544 12.5206 4.20998 12.4903 4.13959C12.4601 4.06921 12.4158 4.00527 12.3599 3.95146Z"/></g></svg>');
}
.nav__link:hover::after {
  transform: translateY(3px);
}
.nav__link-text {
  flex-grow: 1;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}

.section {
  position: relative;
  padding: clamp(4rem, 10vw, 6rem) clamp(1rem, 0.769rem + 1.026vw, 2rem) 3rem;
}
.section#benefit {
  padding-top: 3rem;
  background: #f2f2f2;
}
.section#shipping {
  padding-top: 1rem;
}
.section__title {
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  place-items: center;
  max-width: 720px;
  margin: auto;
  text-align: center;
  text-shadow: 0 4px 5px #ffffff;
}
.section__heading {
  position: relative;
  z-index: 1;
  font-size: clamp(1.5rem, 4vw, 2.2rem);
  font-weight: bold;
  color: #599063;
  word-break: keep-all;
}
.section__heading::before {
  position: absolute;
  top: 50%;
  left: -3rem;
  z-index: -1;
  display: block;
  width: 100%;
  max-width: 6rem;
  aspect-ratio: 1;
  content: "";
  background-image: url("https://sleep.itembox.design/item/free-page/img/feature/keirou/rindo.png");
  background-position: center;
  background-size: cover;
  opacity: 0.4;
  transform: translateY(-50%);
}
.section__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1.5rem, 5vw, 3rem) clamp(1rem, 4vw, 2rem);
  margin: 2rem auto 0;
}
@media screen and (min-width: 768px) {
  .section__list {
    grid-template-columns: repeat(3, 1fr);
    max-width: 1024px;
    margin-top: 3rem;
  }
}
#ranking .section__list {
  row-gap: 4rem;
  margin-top: 4rem;
}
#benefit .section__list, #shipping .section__list {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #benefit .section__list, #shipping .section__list {
    flex-direction: column;
    gap: 3rem;
  }
}
#ranking .section__item:first-of-type {
  grid-column: 1/3;
}
@media screen and (max-width: 767px) {
  #ranking .section__item:first-of-type .section__item-name {
    font-size: 1.25em;
  }
  #ranking .section__item:first-of-type .section__item-text {
    padding: 1rem;
  }
  #ranking .section__item:first-of-type .section__item-description {
    font-size: 1.1em;
  }
  #ranking .section__item:first-of-type .section__item-price {
    flex-direction: row;
    gap: 1rem;
    place-items: center;
    font-size: 1.1em;
  }
  #ranking .section__item:first-of-type .section__item-price-number {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 768px) {
  #ranking .section__item:first-of-type {
    grid-column: initial;
  }
}
#ranking .section__item:nth-of-type(1) .section__item-contents::after {
  content: "1";
}
#ranking .section__item:nth-of-type(2) .section__item-contents::after {
  content: "2";
}
#ranking .section__item:nth-of-type(3) .section__item-contents::after {
  content: "3";
}
#ranking .section__item:nth-of-type(1) .section__item-contents::before {
  background-color: rgb(215.4, 188.3803921569, 77.6);
}
#ranking .section__item:nth-of-type(2) .section__item-contents::before {
  background-color: rgb(199.125, 178.487745098, 93.875);
}
#benefit .section__item, #shipping .section__item {
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  #benefit .section__item, #shipping .section__item {
    max-width: 50%;
  }
}
.section__item-contents {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #ffffff;
  border-radius: 0.25rem;
  box-shadow: 0 4px 8px rgba(35, 40, 50, 0.2);
}
#ranking .section__item-contents::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 30%;
  max-width: 4rem;
  aspect-ratio: 1/0.72;
  -webkit-clip-path: polygon(0 15%, 30% 45%, 50% 0, 70% 45%, 100% 15%, 90% 100%, 10% 100%);
          clip-path: polygon(0 15%, 30% 45%, 50% 0, 70% 45%, 100% 15%, 90% 100%, 10% 100%);
  content: "";
  background-color: #aca279;
  transform: translate(-50%, -110%);
}
#ranking .section__item-contents::after {
  position: absolute;
  top: 0;
  left: 50%;
  font-size: 1.5em;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  transform: translate(-50%, -105%);
}
.section__item-image {
  overflow: hidden;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.section__item-text {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 0.5rem;
  padding: 0.5rem 0.5rem 1rem;
}
#benefit .section__item-text, #shipping .section__item-text {
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .section__item-text {
    padding: 1rem;
  }
}
.section__item-name {
  margin-top: auto;
  font-size: 1.1em;
  font-weight: bold;
  color: #599063;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.section__item-description {
  margin-top: auto;
  text-align: justify;
}
.section__item-description em {
  font-style: normal;
  color: #599063;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-color: #599063;
          text-decoration-color: #599063;
  text-underline-offset: 3px;
}
.section__item-description b {
  color: #da4453;
}
.section__item-price {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  align-items: flex-end;
  justify-content: flex-end;
  width: 100%;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .section__item-price {
    flex-direction: row;
    gap: 0.5rem;
    place-items: center;
  }
}
.section__item-price::before {
  padding: 0.1rem 0.3rem;
  font-size: 0.9em;
  font-weight: bold;
  letter-spacing: -0.01em;
  border: 1px solid #232832;
  border-radius: 0.25rem;
}
.section__item-price.gift-item::before {
  color: #599063;
  content: "敬老の日ギフト";
  border: 1px solid #599063;
}
.section__item-price.shipping-free::before {
  content: "送料無料";
}
.section__item-price.next-day::before {
  content: "最短翌日お届け";
}
.section__item-price.sale .product__list-item__price-rate {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.25rem 0.5rem;
  font-size: 1.32em;
  line-height: 1;
  color: #ffffff;
  background-color: #da4453;
  border-radius: 0 0.25rem 0 0.25rem;
}
@media screen and (min-width: 768px) {
  .section__item-price.sale .product__list-item__price-rate {
    font-size: 1.5em;
  }
}
.section__item-price.sale .section__item-price-number {
  font-size: 1.4em;
}
@media screen and (min-width: 768px) {
  .section__item-price.sale .section__item-price-number {
    font-size: 1.5rem;
  }
}
.section__item-price.sale .section__item-price-number::before {
  margin-right: 0.5rem;
  font-size: 0.72em;
  color: #4d586e;
  text-decoration: line-through;
  content: attr(data-change-price) "円";
}
.section__item-price-number {
  font-size: 1.25em;
  font-weight: bold;
  color: #599063;
}
.section__item-price-number::after {
  font-size: 0.64em;
  content: "円";
}
.section.special#ranking .section__list-item a {
  position: relative;
}
.section.special#ranking .section__list-item a::before {
  position: absolute;
  top: -1rem;
  left: -1rem;
  width: 3.5rem;
  height: 3.5rem;
  content: "";
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 85%;
  border-radius: 50%;
}
.section.special#ranking .section__list-item:nth-of-type(1) a::before {
  background-image: url("https://sleep.itembox.design/item/img/common/icon/ranking_no1.png");
}
.section.special#ranking .section__list-item:nth-of-type(2) a::before {
  background-image: url("https://sleep.itembox.design/item/img/common/icon/ranking_no2.png");
}
.section.special#ranking .section__list-item:nth-of-type(3) a::before {
  background-image: url("https://sleep.itembox.design/item/img/common/icon/ranking_no3.png");
}
.section.special#ranking .section__list-item:nth-of-type(4) a::before {
  background-image: url("https://sleep.itembox.design/item/img/common/icon/ranking_no4.png");
}
.section.special#ranking .section__list-item:nth-of-type(5) a::before {
  background-image: url("https://sleep.itembox.design/item/img/common/icon/ranking_no5.png");
}
.section.special#benefit .section__list-item a, .section.special#shipping .section__list-item a {
  flex-direction: column;
  gap: 1.5rem;
  padding: 1rem;
}
.section.special#benefit .section__list-item-text, .section.special#shipping .section__list-item-text {
  display: flex;
  flex-basis: revert;
  gap: 1rem;
  align-items: center;
}
.section.special#benefit .section__list-item-name, .section.special#shipping .section__list-item-name {
  font-size: 1.2em;
  line-height: 1.2;
  text-align: center;
}
.section.special#benefit .section__list-item-name span, .section.special#shipping .section__list-item-name span {
  display: inline-block;
}
.section.special#benefit .section__list-item-desc, .section.special#shipping .section__list-item-desc {
  position: relative;
  padding-top: 1rem;
  line-height: 1.5;
  text-align: justify;
}
.section.special#benefit .section__list-item-desc::after, .section.special#shipping .section__list-item-desc::after {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: #1f2a3c;
  transform: translateX(-50%);
}
.section.special#benefit .section__list-item-combination, .section.special#shipping .section__list-item-combination {
  position: relative;
  display: flex;
  gap: 3rem;
  justify-content: space-between;
  padding: 3rem 0.5rem 0.5rem;
  overflow: hidden;
  border: 1px solid #1f2a3c;
  border-radius: 0.3rem;
}
.section.special#benefit .section__list-item-combination::before, .section.special#shipping .section__list-item-combination::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(1.5rem * 1.2);
  height: calc(1.5rem * 1.2);
  font-size: 1.5rem;
  font-weight: bold;
  line-height: calc(1.5rem * 1.2);
  color: #599063;
  text-align: center;
  content: "＋";
  border: 1px solid #599063;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.section.special#benefit .section__list-item-combination::after, .section.special#shipping .section__list-item-combination::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.5rem 0;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  content: "セット内容";
  background-color: #1f2a3c;
}
.section.special#benefit .section__list-item-combination-contents, .section.special#shipping .section__list-item-combination-contents {
  font-size: 0.8em;
}
.section.special#benefit .section__list-item-combination-contents span, .section.special#shipping .section__list-item-combination-contents span {
  display: block;
  -webkit-margin-before: 0.3rem;
          margin-block-start: 0.3rem;
  line-height: 1.2;
}
.section#shipping .section__list-item-desc-list {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  padding-left: 1.3em;
  margin-bottom: 2rem;
  list-style-position: inside;
}
.section#shipping .section__list-item-desc-list li {
  text-indent: -1.3em;
}
.section#shipping .section__list-item-desc-list li b {
  color: #da4453;
}
.section#shipping .section__list-item-desc-list li::before {
  margin-right: 0.3em;
  content: "※";
}
@media screen and (min-width: 768px) {
  .section#shipping .section__list-item {
    max-width: 720px;
    margin-inline: auto;
  }
}

.fs-c-buttonContainer {
  flex-wrap: wrap;
  gap: 1rem;
  place-content: center;
  max-width: 720px;
  margin: auto;
  margin-top: 2.5rem;
}
.fs-c-buttonContainer .c-button {
  background-color: #ed6735;
}/*# sourceMappingURL=keirou.css.map */