@charset "UTF-8";
:where(.contents) {
  line-height: 1.8;
  color: #363636;
}
:where(.contents) *,
:where(.contents) *::before,
:where(.contents) *::after {
  letter-spacing: var(--letter-spacing, 0.08em);
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  :where(.contents) *,
  :where(.contents) *::before,
  :where(.contents) *::after {
    letter-spacing: var(--sp-letter-spacing, var(--letter-spacing, 0.08em));
  }
}
:where(.contents) a {
  text-decoration: none;
  color: inherit;
}
:where(.contents) sup {
  font-size: 60%;
}
:where(.contents) ul, :where(.contents) ol {
  list-style-type: none;
}
:where(.contents) button {
  appearance: none;
  background: none;
  box-shadow: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  :where(.contents) button:hover {
    opacity: 0.7;
  }
}
:where(.contents) img {
  width: 100%;
  height: auto;
}
:where(.contents) .js-fadein {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
}
:where(.contents) .js-fadein.is-show {
  opacity: 1;
  transform: translateY(0);
}

:where(.contents) .section {
  padding: min(5.5555555556vw, 60px) min(3.7037037037vw, 40px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .section {
    padding: 10.6666666667vw 4vw 13.3333333333vw;
  }
}
:where(.contents) .section__inner {
  max-width: min(92.5925925926vw, 1000px);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  :where(.contents) .section__inner {
    max-width: 100%;
  }
}
:where(.contents) .container {
  max-width: min(92.5925925926vw, 1000px);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  :where(.contents) .container {
    max-width: 100%;
  }
}
:where(.contents) .flex {
  display: flex;
  gap: var(--gap, min(3.7037037037vw, 40px));
}
@media screen and (max-width: 767px) {
  :where(.contents) .flex {
    gap: var(--sp-gap, 2.6666666667vw);
  }
}
@media screen and (max-width: 767px) {
  :where(.contents) .flex.sp-column {
    align-items: flex-start;
    flex-direction: column;
    gap: var(--sp-gap, 5.3333333333vw);
  }
}
:where(.contents) .flex.align-center {
  align-items: center;
}
:where(.contents) .flex > * {
  flex: var(--grow, 1) 0 var(--flex-basis, 0);
}
@media screen and (max-width: 767px) {
  :where(.contents) .flex > * {
    flex: var(--grow, 1) 0 var(--flex-basis, 0);
  }
}

@media screen and not (max-width: 767px) {
  :where(.contents) .is-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  :where(.contents) .is-pc {
    display: none !important;
  }
}

.rv-header-wrapper {
  background-color: transparent;
  border-bottom: 1px solid transparent;
}
.rv-header-wrapper:not(.-is-iconBlack) .rv-header-nav-list-i a {
  color: var(--rv-white);
}
.rv-header-wrapper .rv-header-nav-list-i.-is-active a {
  color: var(--rv-gold);
}
.rv-header-wrapper.-topPageHeader .rv-header-icons-i.-sp-button div {
  background-color: var(--rv-white);
}

.rv-header-icons-i.-cart .rv-header-icons-i-count {
  background-color: var(--rv-white);
}
.rv-header-icons-i.-cart .rv-header-icons-i-count span {
  color: var(--rv-black);
}

/* スクロールした時 */
.rv-header-wrapper.-is-iconBlack {
  background-color: var(--rv-bg-main);
  border-bottom: 1px solid var(--rv-gold);
}
.rv-header-wrapper.-is-iconBlack .rv-header-nav-list-i a {
  color: var(--rv-black);
}
.rv-header-wrapper.-is-iconBlack .rv-header-nav-list-i a:hover {
  color: var(--rv-gold);
}
.rv-header-wrapper.-is-iconBlack .rv-header-icons-i.-sp-button div {
  background-color: var(--rv-black);
}
.rv-header-wrapper.-is-iconBlack .rv-header-icons-i.-cart .rv-header-icons-i-count {
  background-color: var(--rv-black);
}
.rv-header-wrapper.-is-iconBlack .rv-header-icons-i.-cart .rv-header-icons-i-count span {
  color: var(--rv-white);
}

/* メガメニュー開いた時 */
body:has(.mega-menu-i.-is-active) .rv-header-wrapper {
  background-color: var(--rv-bg-main);
  border-bottom: 1px solid var(--rv-gold);
}

body:has(.mega-menu-i.-is-active) .rv-header-nav-list-i:not(.-is-active) a {
  color: var(--rv-black);
}

body:has(.mega-menu-i.-is-active) .rv-header-nav-list-i:not(.-is-active) a:hover {
  color: var(--rv-gold);
}

body:has(.mega-menu-i.-is-active) .rv-header-icons-i.-cart .rv-header-icons-i-count {
  background-color: var(--rv-black);
}

body:has(.mega-menu-i.-is-active) .rv-header-icons-i.-cart .rv-header-icons-i-count span {
  color: var(--rv-white);
}

/* SPメニュー開いた時 */
.rv-header-wrapper:has(.rv-header-icons-i.-sp-button.-is-open) {
  background-color: var(--rv-bg-main);
  border-bottom: 1px solid var(--rv-gold);
}

.rv-header-wrapper.-topPageHeader .rv-header-icons-i.-sp-button.-is-open div {
  background-color: var(--rv-black);
}

.rv-header-wrapper:has(.rv-header-icons-i.-sp-button.-is-open) .rv-header-icons-i-count {
  background-color: var(--rv-black);
}

.rv-header-wrapper:has(.rv-header-icons-i.-sp-button.-is-open) .rv-header-icons-i-count span {
  color: var(--rv-white);
}

.rv-footer {
  margin-top: 0;
}

.page-pillow {
  overflow: hidden;
  margin-top: calc(-1 * var(--rv-pc-header-height));
  background: var(--rv-white);
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .page-pillow {
    margin-top: calc(-1 * var(--rv-sp-header-height));
    padding-bottom: 21.3333333333vw;
  }
}
.page-pillow-c-container {
  max-width: 1180px;
  margin-inline: auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .page-pillow-c-container {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
.page-pillow-c-heading {
  text-align: center;
  font-family: var(--rv-font-shipporiMincho);
  font-size: 32px;
  color: #a28449;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 0.75em;
}
@media screen and (max-width: 767px) {
  .page-pillow-c-heading {
    font-size: 6.6666666667vw;
  }
}
.page-pillow-c-lead {
  text-align: center;
  font-size: 16px;
  font-family: var(--rv-font-shipporiMincho);
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .page-pillow-c-lead {
    font-size: 3.7333333333vw;
  }
}
.page-pillow-c-note {
  font-size: 10px;
  color: #999;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .page-pillow-c-note {
    font-size: 2.6666666667vw;
  }
}
.page-pillow-c-buy-button {
  width: 320px;
  height: 56px;
  margin-inline: auto;
  display: grid;
  place-content: center;
  color: var(--rv-white);
  font-weight: 500;
  font-size: 16px;
  background: linear-gradient(90deg, #ccaf74, #a28449);
  border-radius: 28px;
}
@media screen and (max-width: 767px) {
  .page-pillow-c-buy-button {
    width: 83.4666666667vw;
    height: 14.4vw;
    font-size: 4.2666666667vw;
    border-radius: 7.2vw;
  }
}
.page-pillow-c-card {
  display: grid;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .page-pillow-c-card {
    gap: 2.6666666667vw;
  }
}
.page-pillow-c-card-name {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .page-pillow-c-card-name {
    font-size: 3.0666666667vw;
  }
}
.page-pillow-c-card-price {
  font-size: 12px;
  color: #808080;
}
@media screen and (max-width: 767px) {
  .page-pillow-c-card-price {
    font-size: 2.9333333333vw;
  }
}
.page-pillow-c-card-button {
  width: 240px;
  height: 43px;
  background: #a28449;
  color: var(--rv-white);
  font-size: 14px;
  font-weight: 500;
  display: grid;
  place-content: center;
  border-radius: 99px;
  margin-inline: auto;
  margin-top: 10px;
  border: 1px solid #a28449;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (max-width: 767px) {
  .page-pillow-c-card-button {
    width: 100%;
    max-width: 42.6666666667vw;
    height: 9.0666666667vw;
    font-size: 2.9333333333vw;
    margin-top: 1.3333333333vw;
  }
}
@media (any-hover: hover) {
  .page-pillow-c-card-button:hover {
    background: transparent;
    color: #a28449;
  }
}
.page-pillow-c-card-button.-is-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.page-pillow-c-card-note {
  text-align: center;
  margin-top: -5px;
  color: #c40000;
}
@media screen and (max-width: 767px) {
  .page-pillow-c-card.-center {
    text-align: center;
  }
}
.page-pillow-fv {
  position: relative;
  height: 100svh;
}
.page-pillow-fv-title {
  width: 300px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
@media screen and (max-width: 767px) {
  .page-pillow-fv-title {
    width: 64vw;
  }
}
.page-pillow-fv-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-pillow-intro {
  padding-top: 90px;
  background: var(--rv-white);
}
@media screen and (max-width: 767px) {
  .page-pillow-intro {
    padding-top: 14.6666666667vw;
  }
}
.page-pillow-intro-title {
  position: relative;
  left: 0.5em;
}
.page-pillow-intro-images {
  margin-top: 90px;
  display: grid;
  grid-template-columns: auto auto;
}
@media screen and (max-width: 767px) {
  .page-pillow-intro-images {
    margin-top: 14.6666666667vw;
  }
}
.page-pillow-intro-images img {
  width: auto;
  height: 34.7222222222vw;
}
@media screen and (max-width: 767px) {
  .page-pillow-intro-images img {
    height: 58.6666666667vw;
  }
}
.page-pillow-lineup {
  padding: 60px 40px 80px;
  background: linear-gradient(120deg, #a28449, #dac09e);
  color: var(--rv-white);
}
@media screen and (max-width: 767px) {
  .page-pillow-lineup {
    padding: 8vw 5.3333333333vw 13.3333333333vw;
  }
}
.page-pillow-lineup-title {
  color: var(--rv-white);
  margin-bottom: 60px;
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .page-pillow-lineup-title {
    margin-bottom: 5.3333333333vw;
    font-size: 6.6666666667vw;
  }
}
.page-pillow-lineup-list {
  max-width: 1100px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  gap: 5%;
}
@media screen and (max-width: 767px) {
  .page-pillow-lineup-list {
    flex-direction: column;
    align-items: center;
    gap: 9.3333333333vw;
  }
}
.page-pillow-lineup-item {
  max-width: 500px;
  font-family: var(--rv-font-shipporiMincho);
}
@media screen and (max-width: 767px) {
  .page-pillow-lineup-item {
    max-width: 66.6666666667vw;
  }
}
.page-pillow-lineup-item-link {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .page-pillow-lineup-item-link {
    display: block;
    text-align: center;
  }
}
.page-pillow-lineup-item-img {
  grid-column: span 2;
}
.page-pillow-lineup-item-text {
  font-size: 18px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .page-pillow-lineup-item-text {
    font-size: 3.7333333333vw;
    margin-top: 1em;
  }
}
.page-pillow-lineup-item-text small {
  font-size: 80%;
}
.page-pillow-lineup-item-buy {
  align-self: start;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 0.75em;
}
@media screen and (max-width: 767px) {
  .page-pillow-lineup-item-buy {
    font-size: 3.2vw;
    justify-content: center;
    margin-top: 0.5em;
  }
}
.page-pillow-lineup-item-buy::after {
  content: "";
  width: 9.5px;
  height: 13.5px;
  background: url(../img/ic-arrow-down.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .page-pillow-lineup-item-buy::after {
    width: 2.1333333333vw;
    height: 2.8vw;
  }
}
.page-pillow-beauty {
  padding-top: 90px;
}
@media screen and (max-width: 767px) {
  .page-pillow-beauty {
    padding-top: 14.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .page-pillow-beauty-lead {
    letter-spacing: 0;
  }
}
.page-pillow-beauty-image {
  display: block;
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .page-pillow-beauty-image {
    margin-top: 14.6666666667vw;
  }
}
.page-pillow-beauty-image img {
  aspect-ratio: 2000/833;
}
@media screen and (max-width: 767px) {
  .page-pillow-beauty-image img {
    aspect-ratio: 75/48;
  }
}
.page-pillow-beauty-text {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-pillow-beauty-text {
    margin-top: 12vw;
    text-align: left;
  }
}
.page-pillow-premium {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .page-pillow-premium {
    padding-top: 12vw;
    padding-left: 0;
    padding-right: 0;
  }
}
.page-pillow-premium-list {
  padding: 80px 40px;
  background: linear-gradient(120deg, #a28449, #dac09e);
  color: var(--rv-white);
  display: flex;
  justify-content: center;
  gap: min(9%, 100px);
}
@media screen and (max-width: 767px) {
  .page-pillow-premium-list {
    padding: 10.6666666667vw 5.3333333333vw;
    flex-direction: column;
    align-items: center;
    gap: 6.6666666667vw;
  }
}
.page-pillow-premium-item {
  max-width: 375px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page-pillow-premium-item {
    max-width: 66.6666666667vw;
    border-radius: 2.1333333333vw;
  }
}
.page-pillow-premium-item-img::before {
  content: "";
  width: 100%;
  height: 120px;
  background: linear-gradient(transparent, #000);
  opacity: 0.4;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .page-pillow-premium-item-img::before {
    height: 21.3333333333vw;
  }
}
.page-pillow-premium-item-text {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0.5em;
  left: 0;
  font-size: 14px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .page-pillow-premium-item-text {
    font-size: 3.2vw;
  }
}
.page-pillow-sleep {
  padding-top: 90px;
}
@media screen and (max-width: 767px) {
  .page-pillow-sleep {
    padding-top: 14.6666666667vw;
  }
}
.page-pillow-sleep-note {
  text-align: center;
  margin-top: 1.5em;
}
@media screen and (max-width: 767px) {
  .page-pillow-sleep-note {
    text-align: right;
  }
}
.page-pillow-sleep-point-mv {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .page-pillow-sleep-point-mv {
    margin-bottom: 14.6666666667vw;
    min-height: unset;
  }
}
.page-pillow-sleep-point-mv img {
  aspect-ratio: 72/25;
}
@media screen and (max-width: 767px) {
  .page-pillow-sleep-point-mv img {
    aspect-ratio: 15/16;
  }
}
.page-pillow-sleep-point-inner {
  max-width: 1015px;
  padding-left: 40px;
  padding-right: 40px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .page-pillow-sleep-point-inner {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
.page-pillow-sleep-point-title {
  text-align: center;
  font-family: var(--rv-font-shipporiMincho);
  font-size: 26px;
  color: #634f27;
  line-height: 1.8;
  font-weight: 500;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .page-pillow-sleep-point-title {
    font-size: 5.6vw;
  }
}
.page-pillow-sleep-point-lead {
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .page-pillow-sleep-point-lead {
    font-size: 3.4666666667vw;
    line-height: 2;
  }
}
.page-pillow-sleep-point-item {
  margin-top: 70px;
  display: flex;
  align-items: center;
  gap: 6.4171122995%;
}
@media screen and (max-width: 767px) {
  .page-pillow-sleep-point-item {
    margin-top: 12vw;
    flex-direction: column;
    gap: 12vw;
  }
}
.page-pillow-sleep-point-item:nth-child(2n) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .page-pillow-sleep-point-item:nth-child(2n) {
    flex-direction: column;
  }
}
.page-pillow-sleep-point-item-img {
  flex: 0 0 53.4759358289%;
}
.page-pillow-sleep-point-item-body {
  flex: 1 1 auto;
}
.page-pillow-sleep-point-item-title {
  font-family: var(--rv-font-shipporiMincho);
  font-size: 20px;
  color: #634f27;
  line-height: 1.8;
  font-weight: 500;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .page-pillow-sleep-point-item-title {
    font-size: 4.8vw;
  }
}
.page-pillow-sleep-point-item-text {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .page-pillow-sleep-point-item-text {
    font-size: 3.4666666667vw;
    line-height: 2;
  }
}
.page-pillow-sleep-point-col {
  margin: 70px auto 0;
  max-width: 548px;
  display: flex;
  justify-content: space-between;
  gap: 5%;
}
@media screen and (max-width: 767px) {
  .page-pillow-sleep-point-col {
    margin-top: 8vw;
    max-width: 100%;
    gap: 2.6666666667vw;
  }
}
.page-pillow-sleep-point-col-item {
  max-width: 244px;
}
@media screen and (max-width: 767px) {
  .page-pillow-sleep-point-col-item {
    max-width: 100%;
  }
}
.page-pillow-sleep-point-col-item-img {
  font-size: 11px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .page-pillow-sleep-point-col-item-img {
    font-size: 2.9333333333vw;
  }
}
.page-pillow-sleep-point-col-item-img video {
  width: 100%;
  height: auto;
}
.page-pillow-sleep-point-col-item-img figcaption {
  margin-top: 0.8em;
}
.page-pillow-sleep-point.-down {
  margin-top: 90px;
  background: var(--rv-bg-main);
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .page-pillow-sleep-point.-down {
    margin-top: 14.6666666667vw;
    padding-bottom: 14.6666666667vw;
  }
}
.page-pillow-sleep-point.-washing .page-pillow-sleep-point-item {
  gap: 5.3475935829%;
}
@media screen and (max-width: 767px) {
  .page-pillow-sleep-point.-washing .page-pillow-sleep-point-item {
    gap: 13.3333333333vw;
  }
}
.page-pillow-sleep-point.-washing .page-pillow-sleep-point-item-img {
  flex: 0 0 39.7860962567%;
}
.page-pillow-product {
  margin-top: 130px;
}
@media screen and (max-width: 767px) {
  .page-pillow-product {
    margin-top: 17.3333333333vw;
  }
}
.page-pillow-product .page-pillow-c-heading {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .page-pillow-product .page-pillow-c-heading {
    margin-bottom: 10.6666666667vw;
  }
}
.page-pillow-product-category-title {
  background: #a28449;
}
.page-pillow-product-category-title-inner {
  max-width: 1015px;
  padding-left: 40px;
  padding-right: 40px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr min(65.0462962963vw, 702.5px);
  align-items: center;
}
@media screen and (max-width: 767px) {
  .page-pillow-product-category-title-inner {
    padding: 0;
    grid-template-columns: 1fr;
  }
}
.page-pillow-product-category-title-text {
  font-family: var(--rv-font-shipporiMincho);
  font-size: 26px;
  font-weight: 500;
  color: var(--rv-white);
  line-height: 1.6;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-pillow-product-category-title-text {
    grid-row: 2;
    text-align: center;
    height: 12vw;
    font-size: 5.3333333333vw;
    display: grid;
    place-content: center;
  }
}
.page-pillow-product-category-title-text-note {
  font-size: 11px;
  font-family: var(--rv-font-zenkaku);
  font-weight: 500;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .page-pillow-product-category-title-text-note {
    position: absolute;
    top: 100%;
    color: #634f27;
    font-family: var(--rv-font-shipporiMincho);
    padding-left: 5.3333333333vw;
    font-size: 2.6666666667vw;
  }
}
.page-pillow-product-category-body {
  background-color: var(--rv-bg-main);
  padding: 60px 40px 80px;
}
@media screen and (max-width: 767px) {
  .page-pillow-product-category-body {
    background-color: transparent;
    padding: 2.6666666667vw 5.3333333333vw 16vw;
  }
}
.page-pillow-product-block {
  max-width: 935px;
  margin-inline: auto;
  background-color: var(--rv-white);
  padding: 20px 40px 40px;
}
@media screen and (max-width: 767px) {
  .page-pillow-product-block {
    max-width: 100%;
    background-color: transparent;
    padding: 0;
  }
}
.page-pillow-product-table {
  margin-inline: auto;
  table-layout: fixed;
  line-height: 1.6;
  border-spacing: 10px 30px;
}
@media screen and (max-width: 767px) {
  .page-pillow-product-table {
    border-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-pillow-product-table tbody {
    display: grid;
    gap: 6.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .page-pillow-product-table tr {
    display: flex;
    flex-wrap: wrap;
    column-gap: 4vw;
  }
}
.page-pillow-product-table td {
  width: 260px;
  font-size: 12px;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .page-pillow-product-table td {
    width: calc(50% - 2vw);
    font-size: 2.6666666667vw;
  }
}
.page-pillow-product-table th {
  font-weight: 500;
  width: 120px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .page-pillow-product-table th {
    order: -1;
    width: 100%;
    font-size: 3.0666666667vw;
  }
}
.page-pillow-product-table-types {
  text-align: center;
}
.page-pillow-product-table-types img {
  width: 240px;
  margin-inline: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .page-pillow-product-table-types img {
    width: 42.6666666667vw;
  }
}
.page-pillow-product-table-contents td {
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .page-pillow-product-table-contents td:first-child img {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-pillow-product-table-contents td:nth-child(2) img {
    margin-right: 0;
  }
}
.page-pillow-product-table-contents img {
  width: 210px;
  margin-inline: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .page-pillow-product-table-contents img {
    width: 37.3333333333vw;
  }
}
.page-pillow-product-tsubaki {
  max-width: 935px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 50px;
  margin-top: -10px;
}
@media screen and (max-width: 767px) {
  .page-pillow-product-tsubaki {
    grid-template-columns: 1fr;
    margin-top: 8vw;
    margin-bottom: 8vw;
  }
}
.page-pillow-product-tsubaki-img {
  height: 100%;
}
.page-pillow-product-tsubaki-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-pillow-product-tsubaki-body {
  background: #f5efe3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 20px;
}
@media screen and (max-width: 767px) {
  .page-pillow-product-tsubaki-body {
    padding: 5.3333333333vw 6.6666666667vw;
  }
}
.page-pillow-product-tsubaki-title {
  text-align: center;
  font-family: var(--rv-font-shipporiMincho);
  color: #634f27;
  font-size: 20px;
  margin-bottom: 0.75em;
}
@media screen and (max-width: 767px) {
  .page-pillow-product-tsubaki-title {
    font-size: 4.8vw;
    margin-bottom: 0.5em;
  }
}
.page-pillow-product-tsubaki-text {
  max-width: 350px;
  margin-inline: auto;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .page-pillow-product-tsubaki-text {
    max-width: 100%;
    font-size: 3.4666666667vw;
    line-height: 1.6;
  }
}
.page-pillow-product-cols {
  display: flex;
  justify-content: center;
  gap: 8.7719298246%;
}
@media screen and (max-width: 767px) {
  .page-pillow-product-cols {
    flex-direction: column;
    gap: 13.3333333333vw;
  }
}
.page-pillow-product-col {
  flex: 1;
  width: 45.6140350877%;
  max-width: 350px;
  padding-top: 25px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .page-pillow-product-col {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}
.page-pillow-product-col.-silk .page-pillow-product-col-title {
  color: #a28449;
}
.page-pillow-product-col.-cotton .page-pillow-product-col-title {
  color: #808080;
}
.page-pillow-product-col-title {
  font-size: 19px;
  font-weight: 500;
  font-family: var(--rv-font-shipporiMincho);
  margin-right: -1.5em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .page-pillow-product-col-title {
    font-size: 4.5333333333vw;
    margin-right: -1em;
  }
}
.page-pillow-product-col-title strong {
  font-size: 23px;
}
@media screen and (max-width: 767px) {
  .page-pillow-product-col-title strong {
    font-size: 5.3333333333vw;
  }
}
.page-pillow-product-col-text {
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .page-pillow-product-col-text {
    font-size: 3.4666666667vw;
  }
}
.page-pillow-product-col .page-pillow-c-card {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .page-pillow-product-col .page-pillow-c-card {
    margin-top: 10.6666666667vw;
  }
}
.page-pillow-gift-mv {
  position: relative;
}
.page-pillow-gift-mv-body {
  width: 100%;
  max-width: 1015px;
  padding-left: 40px;
  padding-right: 40px;
  margin-inline: auto;
  position: absolute;
  top: 42%;
  left: 50%;
  translate: -50% -50%;
  font-family: var(--rv-font-shipporiMincho);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .page-pillow-gift-mv-body {
    max-width: 100%;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
    top: 45%;
  }
}
.page-pillow-gift-mv-title {
  color: #dac09e;
  font-size: 50px;
}
@media screen and (max-width: 767px) {
  .page-pillow-gift-mv-title {
    font-size: 6.6666666667vw;
  }
}
.page-pillow-gift-mv-lead {
  color: var(--rv-white);
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .page-pillow-gift-mv-lead {
    font-size: 3.7333333333vw;
  }
}
.page-pillow-gift-images {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.page-pillow-buy-button {
  width: 100%;
  z-index: 20;
  padding-bottom: 40px;
  position: fixed;
  left: 0;
  bottom: 0;
  transition: opacity 0.5s;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .page-pillow-buy-button {
    padding-bottom: 5.3333333333vw;
  }
}
.page-pillow-buy-button.-is-show {
  opacity: 1;
}