.inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 13px;
}

.c-lead {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.7;
  text-align: center;
  color: #000;
}
@media (max-width: 767px) {
  .c-lead {
    font-size: 16px;
  }
}

.c-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .c-heading {
    gap: 8px;
  }
}

.c-heading__title {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .c-heading__title {
    font-size: 22px;
  }
}

.c-heading__sub {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 22.5px;
  letter-spacing: 0.1125em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .c-heading__sub {
    line-height: 1;
    letter-spacing: 0.0293em;
  }
}

.c-heading--dark .c-heading__title {
  color: #2A4574;
}

.c-heading--dark .c-heading__sub {
  color: #000;
}

.c-pillow {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  width: 550px;
  max-width: 100%;
  min-width: 0;
}
@media (max-width: 767px) {
  .c-pillow {
    width: auto;
    gap: 5px;
  }
}

.c-pillow__num {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 35px;
  height: 30px;
  font-family: "A P-OTF A1Gothic Std", "a1-gothic", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 1;
  color: #fff;
  background: #6190E2;
}
@media (max-width: 767px) {
  .c-pillow__num {
    width: 21.88px;
    height: auto;
    font-size: 17px;
    line-height: 1.16;
  }
}

.c-pillow__body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media (max-width: 767px) {
  .c-pillow__body {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 281.36px;
    gap: 5px;
  }
}

.c-pillow__title {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.75;
  color: #2A4574;
}
@media (max-width: 767px) {
  .c-pillow__title {
    font-size: 16px;
    line-height: 1.23;
  }
}

.c-pillow__desc {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #44483F;
}
@media (max-width: 767px) {
  .c-pillow__desc {
    font-size: 14px;
  }
}

.c-button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 400px;
  height: 60px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  text-decoration: none;
  background: #939393;
  -webkit-box-shadow: 3px 4px 4.6px rgba(0, 0, 0, 0.34);
          box-shadow: 3px 4px 4.6px rgba(0, 0, 0, 0.34);
  border: none;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}
@media (max-width: 767px) {
  .c-button {
    width: 300px;
    max-width: 100%;
    height: 45px;
    font-size: 14px;
    -webkit-box-shadow: 2.25px 3px 3.45px rgba(0, 0, 0, 0.34);
            box-shadow: 2.25px 3px 3.45px rgba(0, 0, 0, 0.34);
  }
}
@media (hover: hover) {
  .c-button:where(:-webkit-any-link, :enabled, summary):hover {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    -webkit-box-shadow: 3px 7px 8px rgba(0, 0, 0, 0.38);
            box-shadow: 3px 7px 8px rgba(0, 0, 0, 0.38);
  }
  .c-button:where(:-moz-any-link, :enabled, summary):hover {
    transform: translateY(-2px);
    box-shadow: 3px 7px 8px rgba(0, 0, 0, 0.38);
  }
  .c-button:where(:any-link, :enabled, summary):hover {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    -webkit-box-shadow: 3px 7px 8px rgba(0, 0, 0, 0.38);
            box-shadow: 3px 7px 8px rgba(0, 0, 0, 0.38);
  }
}
.c-button:focus-visible {
  outline: 3px solid #6190E2;
  outline-offset: 2px;
}
.c-button:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.34);
          box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.34);
}
.c-button:disabled, .c-button.is-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  -webkit-transform: none;
          transform: none;
  -webkit-box-shadow: 3px 4px 4.6px rgba(0, 0, 0, 0.34);
          box-shadow: 3px 4px 4.6px rgba(0, 0, 0, 0.34);
  pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
  .c-button {
    -webkit-transition: none;
    transition: none;
  }
}
.p-bedding-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14.84px;
  width: 500px;
  min-width: 0;
  padding: 20px 0;
  font-family: "Noto Sans JP", sans-serif;
  background: #fff;
  -webkit-box-shadow: 4.63px 4.63px 11.57px rgba(0, 0, 0, 0.34);
          box-shadow: 4.63px 4.63px 11.57px rgba(0, 0, 0, 0.34);
}
@media (max-width: 767px) {
  .p-bedding-card {
    width: 350px;
    gap: 10.94px;
    padding: 16px 0;
    -webkit-box-shadow: 3.24px 3.24px 8.1px rgba(0, 0, 0, 0.34);
            box-shadow: 3.24px 3.24px 8.1px rgba(0, 0, 0, 0.34);
  }
}

.p-bedding-card__title {
  margin: 0;
  font-weight: 600;
  font-size: 24.31px;
  line-height: 1.5;
  text-align: center;
  color: #2A4574;
}
@media (max-width: 767px) {
  .p-bedding-card__title {
    font-size: 16px;
    line-height: 1.595;
  }
}

.p-bedding-card__image {
  height: 300px;
  margin: 0 20px;
}
@media (max-width: 767px) {
  .p-bedding-card__image {
    height: 210px;
    margin: 0 14px;
  }
}

.p-bedding-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-bedding-card__desc {
  margin: 0 20px;
  font-weight: 400;
  font-size: 18.52px;
  line-height: 1.6;
  color: #000;
}
@media (max-width: 767px) {
  .p-bedding-card__desc {
    margin: 0 14px;
    font-size: 14px;
  }
}

.p-bedding-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 5.8%;
  width: 100%;
}
@media (max-width: 767px) {
  .p-bedding-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
}

.p-pillow-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  min-width: 0;
}
@media (max-width: 767px) {
  .p-pillow-list {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: normal;
    -webkit-justify-content: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    gap: 16px;
    height: auto;
  }
}

.p-goods-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 550px;
  font-family: "Noto Sans JP", sans-serif;
  background: #fff;
  -webkit-box-shadow: 0 1.22px 2.44px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1.22px 2.44px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .p-goods-card {
    width: 284px;
  }
}

.p-goods-card__image {
  height: 312.89px;
}
@media (max-width: 767px) {
  .p-goods-card__image {
    height: 161.95px;
  }
}

.p-goods-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-goods-card__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  height: 140px;
  padding: 10.86px 20px;
}
@media (max-width: 767px) {
  .p-goods-card__body {
    height: 122px;
    padding: 8px;
  }
}

.p-goods-card__title {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
  color: #2A4574;
}
@media (max-width: 767px) {
  .p-goods-card__title {
    font-size: 14px;
  }
}

.p-goods-card__desc {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
}
@media (max-width: 767px) {
  .p-goods-card__desc {
    font-size: 12px;
  }
}

.p-goods-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

@media (min-width: 768px) {
  .p-goods-slider .swiper {
    width: calc(100vw - max((100vw - 1200px) / 2, 0px) - 13px);
  }
}

.p-goods-slider .swiper-slide {
  width: auto;
  height: auto;
}

.p-goods-slider .swiper-pagination {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 13.5px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .p-goods-slider .swiper-pagination {
    gap: 12px;
    margin-top: 8px;
  }
}

.p-goods-slider .swiper-pagination-bullet {
  width: 13.5px;
  height: 4.5px;
  margin: 0;
  border-radius: 2.25px;
  background: #C9C9C9;
  opacity: 1;
  -webkit-transition: width 0.3s ease, background-color 0.3s ease;
  transition: width 0.3s ease, background-color 0.3s ease;
}
@media (max-width: 767px) {
  .p-goods-slider .swiper-pagination-bullet {
    width: 12px;
    height: 4px;
    border-radius: 2px;
  }
}

.p-goods-slider .swiper-pagination-bullet-active {
  width: 54px;
  background: #2A4574;
}
@media (max-width: 767px) {
  .p-goods-slider .swiper-pagination-bullet-active {
    width: 48px;
  }
}

.p-goods-slider .swiper-pagination-bullet:focus-visible {
  outline: 2px solid #2A4574;
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  .p-goods-slider .swiper-pagination-bullet {
    -webkit-transition: none;
    transition: none;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}

@media (min-width: 900px) {
  .lg_ss_down {
    display: none;
  }
}
@media (max-width: 900px) {
  .lg_ss_up {
    display: none;
  }
}
@media (min-width: 800px) {
  .md_down {
    display: none;
  }
}
@media (max-width: 800px) {
  .md_up {
    display: none;
  }
}
.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.displayNone {
  display: none;
}

@media (max-width: 767px) {
  .textLeft-sp {
    text-align: left !important;
  }
}

.textLeft {
  text-align: left !important;
}

@media (max-width: 767px) {
  .textRight-sp {
    text-align: right;
  }
}

@media (max-width: 767px) {
  .marginAuto-sp {
    margin: auto;
  }
}

.print {
  display: none;
}
@media print {
  .print {
    display: inline-block;
  }
}

.anim-up {
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  opacity: 0;
  -webkit-transition: 0.7s ease;
  transition: 0.7s ease;
}

@media (prefers-reduced-motion: reduce) {
  .anim-up {
    -webkit-transition: none;
    transition: none;
  }
}
.is-move {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.delay1 {
  -webkit-transition-delay: 500ms !important;
          transition-delay: 500ms !important;
}

.delay2 {
  -webkit-transition-delay: 600ms !important;
          transition-delay: 600ms !important;
}

.delay3 {
  -webkit-transition-delay: 900ms !important;
          transition-delay: 900ms !important;
}

.delay4 {
  -webkit-transition-delay: 1200ms !important;
          transition-delay: 1200ms !important;
}

.delay5 {
  -webkit-transition-delay: 1500ms !important;
          transition-delay: 1500ms !important;
}

.delay6 {
  -webkit-transition-delay: 1800ms !important;
          transition-delay: 1800ms !important;
}

.delay7 {
  -webkit-transition-delay: 2100ms !important;
          transition-delay: 2100ms !important;
}

.delay8 {
  -webkit-transition-delay: 2400ms !important;
          transition-delay: 2400ms !important;
}