@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500&family=Noto+Sans+JP:wght@500&family=Noto+Serif+JP:wght@500&display=swap");
[data-anim] {
  transition: 0.6s all;
}
[data-anim=false] {
  transform: translateY(2vh);
  opacity: 0;
}
/*--------------------------
    共通設定
----------------------------*/
.ff-mincho {
  font-family: "Noto Serif JP", sans-serif;
}
body {
  width: 100% !important;
  font-size: 62.5%;
  overflow-x: hidden;
  margin: 0;
}
body.fixed {
  overflow: hidden;
}
h1, h2, h3, h4, h5, h6, th {
  font-size: 100%;
  font-weight: 400;
}
li {
  list-style: none;
}
.contents {
  width: 100%;
  overflow: clip;
  color: #000;
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.05em;
}
.contents *:before, .contents *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.contents img, .contents svg {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.contents .cart_btn {
  background: #d2e7a8;
  padding: 5px;
  margin-top: 10px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}
.contents .cart_btn a {
  display: block;
  cursor: pointer;
  text-decoration: none;
  background: linear-gradient(#a3ce4b, #7dad00);
  border: none;
  padding: 50;
  font-size: 1.5rem;
  text-align: center;
  padding: 15px 0;
  width: 100%;
  color: #fff;
  position: relative;
  transition: all 0.5s ease;
}
.contents .cart_btn a:hover {
  filter: opacity(0.8);
  transition: all 0.5s ease;
}
.contents .cart_btn a:focus {
  outline: none;
}
.contents .cart_btn a:after {
  content: url(https://d3mf92r87u7kbc.cloudfront.net/assets/beauty/refa/refa_collagen/lp/2019_subscriptions_50/images/i_arrow.png);
  right: 15px;
  position: absolute;
  top: 55%;
  transform: translate(0, -50%);
}
.contents a {
  color: #000;
  text-decoration: none;
}
.contents table {
  border-collapse: collapse;
}
.contents .container {
  max-width: 750px;
  margin: 0 auto;
}
.contents .pc {
  display: inherit;
}
.contents .sp {
  display: none;
}
@media print, screen and (max-width: 767px) {
  .contents .pc {
    display: none;
  }
  .contents .sp {
    display: inherit;
  }
}
.contents .sup {
  vertical-align: super;
  font-size: 0.6em;
  top: 0;
}
/* LINE連携露出強化 */
.head-announce {
  padding: 0;
}
.head-announce a, .head-announce span {
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  width: 100%;
  background-color: #85c7d7;
  text-decoration: none;
  font-size: min(1.4545454545vw, 16px);
}
@media (max-width: 768px) {
  .head-announce a, .head-announce span {
    height: 12.8vmin;
    font-size: 2.9333333333vmin;
    letter-spacing: -0.025em;
  }
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
[data-movie-id] {
  cursor: pointer;
}
[data-anim] {
  transition: 0.6s all;
}
[data-anim=false] {
  transform: translateY(2vh);
  opacity: 0;
}
.wrapper_ {
  padding-top: 0 !important;
}
#psl {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
/* 20231018追加 */
.product-buy-button {
  position: fixed;
  z-index: 9999;
  right: 0;
  bottom: 0;
  display: inline-block;
  visibility: hidden;
  width: 100px;
  height: 100px;
  transition: all 0.15s ease;
  text-decoration: none;
  opacity: 0;
}
.product-buy-button.on {
  visibility: visible;
  opacity: 1;
}
@media (min-width: 768px) {
  .product-buy-button.on:hover {
    opacity: 0.7;
  }
}
/* 20231018追加 */
@media only screen and (max-width: 767.98px) {
  .product-buy-button {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 767.98px) {
  #floating-bnr {
    top: auto;
    right: auto;
    bottom: 1vw;
    left: 1vw;
    width: 22.666666vw;
    max-width: 170px;
    transform: translateX(-10px);
  }
}
.deliveryBlock_ dt {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .deliveryBlock_ dt {
    font-size: 4.2666666667vmin;
  }
}
@media screen and (max-width: 767px) {
  .deliveryBlock_ dd {
    font-size: 3.2vmin;
  }
}
.deliveryBlock_ dd a {
  font-weight: 700;
  text-decoration: underline;
}
.js-accordion-panel {
  display: none;
}
.js-tab-body-item {
  display: none;
}
.js-tab-body-item.is-active {
  display: block;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.faq {
  padding: 50px 0;
  background-color: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .faq {
    padding: 8vw 3.33333vw;
  }
}
.faq__wrap {
  max-width: 1016px;
  margin: 0 auto;
}
.faq__head {
  margin-bottom: 36px;
  margin-left: 20px;
  font-size: 22px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .faq__head {
    margin-bottom: 6.4vw;
    margin-left: 0;
    font-size: 16px;
    font-size: 4.26667vmin;
    text-align: center;
  }
}
.faq__item {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .faq__item {
    margin-bottom: 8vw;
  }
}
.faq__item__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 30px 24px 40px;
  background-color: #fff;
  cursor: pointer;
}
.faq__item__head .icon {
  position: relative;
  display: block;
  width: 25px;
  height: 25px;
  border: 1px solid #333;
  border-radius: 50%;
}
.faq__item__head .icon::before, .faq__item__head .icon::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 13px;
  height: 1px;
  margin: auto;
  background-color: #333;
  transition: all 0.4s;
}
.faq__item__head .icon::after {
  transform: rotate(270deg);
}
.faq__item__head[data-accordion=active] .icon::after {
  transform: rotate(0deg);
}
@media screen and (max-width: 767px) {
  .faq__item__head {
    align-items: flex-start;
    padding: 5.33333vw;
  }
  .faq__item__head .icon {
    width: 5.6vw;
    height: 5.6vw;
  }
  .faq__item__head .icon::before, .faq__item__head .icon::after {
    width: 2.66667vw;
  }
}
.faq__item__head__txt {
  padding: 0 20px 0 64px;
  background: url(../../images/sleep/i_q.webp) no-repeat left 0.075em;
  background-size: 20px auto;
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .faq__item__head__txt {
    background-size: 5.33333vw auto;
    padding: 8.8vw 0 0;
    flex: 1;
    font-size: 13px;
    font-size: 3.46667vmin;
  }
}
.faq__item__body {
  display: none;
  padding: 24px 30px 24px 40px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .faq__item__body {
    padding: 0 5.33333vw 5.33333vw;
  }
}
.faq__item__body__txt {
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .faq__item__body__txt {
    background-size: 5.06667vw auto;
    font-size: 13px;
    font-size: 3.46667vmin;
  }
}
.jaccs-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100vh;
  padding: 10vh;
  z-index: 20000;
  background: rgba(89, 88, 88, 0.9);
  pointer-events: none;
  opacity: 0;
  transition: 0.4s all;
}
@media screen and (max-width: 767px) {
  .jaccs-modal {
    padding: 6.6666666667vmin;
  }
}
.jaccs-modal.is-active {
  pointer-events: auto;
  opacity: 1;
}
.jaccs-modal__inner {
  position: relative;
  max-width: 616px;
  height: 80vh;
  margin: 0 auto;
  padding: 50px 80px;
  background-color: #fff;
  overflow: auto;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .jaccs-modal__inner {
    height: 100%;
    padding: 5.3333333333vmin 4vmin;
  }
}
.jaccs-modal__cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.jaccs-modal__head {
  margin-bottom: 20px;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 30px;
  text-align: center;
  color: #333;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .jaccs-modal__head {
    margin-bottom: 5.3333333333vmin;
    font-size: 5.3333333333vmin;
  }
}
.jaccs-modal__head .head {
  display: inline;
  border-bottom: 1px solid #333;
}
.jaccs-modal__lead {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #515151;
}
@media screen and (max-width: 767px) {
  .jaccs-modal__lead {
    margin-bottom: 8vmin;
    font-size: 4vmin;
  }
}
.jaccs-modal__data {
  width: 100%;
  margin-bottom: 40px;
  border-spacing: 0;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .jaccs-modal__data {
    margin-bottom: 8vmin;
    font-size: 2.9333333333vmin;
  }
}
.jaccs-modal__data th, .jaccs-modal__data td {
  border-top: 1px solid #333;
  padding: 15px 20px;
}
@media screen and (max-width: 767px) {
  .jaccs-modal__data th, .jaccs-modal__data td {
    padding: 1.3333333333vmin 2.6666666667vmin;
  }
}
.jaccs-modal__data th {
  white-space: nowrap;
  border-right: 1px dashed #333;
}
@media screen and (max-width: 767px) {
  .jaccs-modal__data th {
    padding: 1.3333333333vmin;
  }
}
.jaccs-modal__notes {
  margin-bottom: 40px;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .jaccs-modal__notes {
    margin-bottom: 8vmin;
    font-size: 2.9333333333vmin;
  }
}
.jaccs-modal__notes li {
  margin-left: 1em;
  text-indent: -1em;
}
.jaccs-modal__step {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .jaccs-modal__step {
    margin-bottom: 5.3333333333vmin;
  }
}
.jaccs-modal__step__head {
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  color: #094;
}
@media screen and (max-width: 767px) {
  .jaccs-modal__step__head {
    margin-bottom: 5.3333333333vmin;
    font-size: 5.3333333333vmin;
  }
}
.jaccs-modal__step__txt {
  padding: 1em 0;
  font-size: 14px;
  text-align: center;
  line-height: 1.7;
  color: #333;
}
@media screen and (max-width: 767px) {
  .jaccs-modal__step__txt {
    font-size: 3.7333333333vmin;
  }
}
.jaccs-modal__btn {
  position: relative;
  display: block;
  width: 90%;
  margin: 0 auto 20px;
  padding: 1em 1.5em;
  border: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .jaccs-modal__btn {
    width: auto;
    margin-bottom: 4vmin;
  }
}
.jaccs-modal__btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  display: block;
  width: 16px;
  height: 16px;
  margin: auto 0;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .jaccs-modal__btn::before {
    right: 5.3333333333vmin;
    width: 4.2666666667vmin;
    height: 4.2666666667vmin;
  }
}
.jaccs-modal__btn .txt {
  font-size: 16px;
  text-decoration: underline;
  color: #000;
}
@media screen and (max-width: 767px) {
  .jaccs-modal__btn .txt {
    font-size: 3.7333333333vmin;
  }
}
.jaccs-modal__close {
  position: relative;
  display: block;
  width: 90%;
  margin: 0 auto 20px;
  padding: 0.5em 1.5em;
  border: 1px solid #000;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 20px;
  color: #000;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .jaccs-modal__close {
    width: auto;
    font-size: 4.2666666667vmin;
  }
}
.jaccs-modal__close::before, .jaccs-modal__close::after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  display: block;
  width: 24px;
  height: 1px;
  margin: auto 0;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .jaccs-modal__close::before, .jaccs-modal__close::after {
    right: 4vmin;
    width: 6.4vmin;
  }
}
.jaccs-modal__close::before {
  transform: rotate(45deg);
}
.jaccs-modal__close::after {
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .jaccs-modal__close:hover {
    background-color: #595858;
    color: #fff;
  }
  .jaccs-modal__close:hover::before, .jaccs-modal__close:hover::after {
    background-color: #fff;
  }
}
#tealium-box {
  display: none !important;
}
.recoverywear_sleep {
  /*--------------------------
  kv
  ----------------------------*/
  /*--------------------------
  product
  ----------------------------*/
  /*--------------------------
  nav
  ----------------------------*/
  /*--------------------------
  about
  ----------------------------*/
  /*--------------------------
  recommend
  ----------------------------*/
  /*--------------------------
  feature
  ----------------------------*/
  /*--------------------------
  gift
  ----------------------------*/
  /*--------------------------
  lineup
  ----------------------------*/
  /*--------------------------
  cart
  ----------------------------*/
  /*--------------------------
  set
  ----------------------------*/
}
/*@media screen and (min-width: 768px) {
  .recoverywear_sleep {
    padding-top: 110px;
  }
}*/
/*@media screen and (max-width: 767px) {
  .recoverywear_sleep {
    padding-top: 90px;
  }
}*/
.recoverywear_sleep__product {
  background-color: #f5f5f5;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__product {
    padding: min(4.6153846154vw, 60px) 0 min(4.2307692308vw, 55px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__product {
    padding: 7.3333333333vmin 6.6666666667vmin 9.3333333333vmin;
  }
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__product__wrap {
    width: min(72.3076923077vw, 940px);
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__nav {
    padding-top: min(4.6153846154vw, 60px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__nav {
    padding: 10vmin 6.6666666667vmin 0;
  }
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__nav__wrap {
    width: min(72.3076923077vw, 940px);
    margin-inline: auto;
  }
}
.recoverywear_sleep__nav__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__nav__list {
    gap: min(1.9230769231vw, 25px);
    padding: 0;
  }
  .recoverywear_sleep__nav__list li {
    list-style: none;
  }
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__nav__list__item {
    width: min(22.3076923077vw, 290px);
    border-bottom: 1px solid #342e32;
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__nav__list__item {
    width: 41.6vmin;
    border-bottom: 0.1333333333vmin solid #342e32;
  }
}
.recoverywear_sleep__nav__list__link {
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__nav__list__link {
    height: min(5.3846153846vw, 70px);
    padding: min(0.7692307692vw, 10px);
    font-size: min(1.5384615385vw, 20px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__nav__list__link {
    height: 10.6666666667vmin;
    padding: 1.6vmin;
    font-size: 3.2vmin;
  }
}
.recoverywear_sleep__nav__list__link::before {
  content: "";
  position: absolute;
  display: block;
  margin: auto 0;
  rotate: 45deg;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__nav__list__link::before {
    inset: 0 min(0.7692307692vw, 10px) 0 auto;
    width: min(0.8461538462vw, 11px);
    height: min(0.8461538462vw, 11px);
    border-right: min(0.1538461538vw, 2px) solid #342e32;
    border-bottom: min(0.1538461538vw, 2px) solid #342e32;
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__nav__list__link::before {
    inset: 0 1.6vmin 0 auto;
    width: 1.3333333333vmin;
    height: 1.3333333333vmin;
    border-right: 0.2666666667vmin solid #342e32;
    border-bottom: 0.2666666667vmin solid #342e32;
  }
}
.recoverywear_sleep__about {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__about {
    padding-top: min(7.6923076923vw, 100px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__about {
    padding-top: 13.3333333333vmin;
  }
}
.recoverywear_sleep__about__head {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__about__head {
    margin-bottom: min(4.4615384615vw, 58px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__about__head {
    margin-bottom: 9.3333333333vmin;
  }
}
.recoverywear_sleep__about__head .head {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__about__head .head {
    width: min(45.3846153846vw, 590px);
    margin-bottom: min(3.0769230769vw, 40px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__about__head .head {
    width: 55.2vmin;
    margin-bottom: 6.6666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__about__head .txt {
    font-size: min(1.5384615385vw, 20px);
    line-height: min(2.9230769231vw, 38px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__about__head .txt {
    font-size: 3.7333333333vmin;
    line-height: 7.4666666667vmin;
  }
}
.recoverywear_sleep__about__effect {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__about__effect {
    padding: min(4.6153846154vw, 60px) 0 min(7.6923076923vw, 100px);
    background-image: url("../../images/sleep/bg-about-effect.png");
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__about__effect {
    padding: 11.7333333333vmin 6.6666666667vmin 13.3333333333vmin;
    background-image: url(../../images/sleep/bg-about-effect-sp.webp);
  }
}
.recoverywear_sleep__about__effect .head {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__about__effect .head {
    width: min(41.4615384615vw, 539px);
    margin-bottom: min(4.9230769231vw, 64px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__about__effect .head {
    width: 81.6vmin;
    margin-bottom: 7.4666666667vmin;
  }
}
.recoverywear_sleep__about__effect .img {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__about__effect .img {
    width: min(56.9230769231vw, 740px);
  }
}
.recoverywear_sleep__recommend {
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__recommend {
    margin-top: max(-13vw, -156px);
    padding: min(10.6153846154vw, 138px) 0 min(6.1538461538vw, 80px);
    background-image: url("../../images/sleep/bg-recommend.webp");
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__recommend {
    margin-top: -10.6666666667vmin;
    padding: 10.6666666667vmin 6.6666666667vmin 12vmin;
    background-image: url("../../images/sleep/bg-recommend-sp.webp");
  }
}
.recoverywear_sleep__recommend__wrap {
  margin-inline: auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__recommend__wrap {
    width: min(69.2307692308vw, 900px);
    padding-top: min(7.6923076923vw, 100px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__recommend__wrap {
    padding-top: 13.3333333333vmin;
  }
}
.recoverywear_sleep__recommend__head {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__recommend__head {
    width: min(30.7692307692vw, 400px);
    margin-bottom: min(4.6153846154vw, 60px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__recommend__head {
    width: 57.8666666667vmin;
    margin-bottom: 7.3333333333vmin;
  }
}
.recoverywear_sleep__recommend__list {
  display: inline-flex;
  flex-direction: column;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__recommend__list {
    gap: min(1.9230769231vw, 25px);
    margin-bottom: min(4.6153846154vw, 60px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__recommend__list {
    gap: 4.2666666667vmin;
    margin-bottom: 5.3333333333vmin;
    padding: 0;
  }
}
.recoverywear_sleep__recommend__list__item {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__recommend__list__item {
    gap: min(1.9230769231vw, 25px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__recommend__list__item {
    gap: 3.3333333333vmin;
  }
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__recommend__list__item .icn {
    width: min(3.8461538462vw, 50px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__recommend__list__item .icn {
    width: 8vmin;
  }
}
.recoverywear_sleep__recommend__list__item .txt {
  flex: 1;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__recommend__list__item .txt {
    font-size: min(2.1538461538vw, 28px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__recommend__list__item .txt {
    font-size: 4.2666666667vmin;
    line-height: 7.4666666667vmin;
  }
}
.recoverywear_sleep__recommend__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  background-color: #000;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__recommend__btn {
    gap: min(1.9230769231vw, 25px);
    width: min(46.1538461538vw, 600px);
    height: min(6.9230769231vw, 90px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__recommend__btn {
    gap: 3.3333333333vmin;
    height: 16vmin;
  }
}
.recoverywear_sleep__recommend__btn .txt {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__recommend__btn .txt {
    font-size: min(2.1538461538vw, 28px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__recommend__btn .txt {
    font-size: 4.8vmin;
  }
}
.recoverywear_sleep__recommend__btn .icn {
  rotate: 45deg;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__recommend__btn .icn {
    width: min(1.2307692308vw, 16px);
    height: min(1.2307692308vw, 16px);
    margin-top: max(-0.3333333333vw, -4px);
    border-right: min(0.1538461538vw, 2px) solid #fff;
    border-bottom: min(0.1538461538vw, 2px) solid #fff;
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__recommend__btn .icn {
    width: 2.6666666667vmin;
    height: 2.6666666667vmin;
    margin-top: -0.6666666667vmin;
    border-right: 0.2666666667vmin solid #fff;
    border-bottom: 0.2666666667vmin solid #fff;
  }
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__feature {
    padding: min(6.4615384615vw, 84px) 0 min(7.6923076923vw, 100px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__feature {
    padding: 13.3333333333vmin 3.3333333333vmin 10.6666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__feature__wrap {
    margin-inline: auto;
    width: min(72.3076923077vw, 940px);
  }
}
.recoverywear_sleep__feature__head {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__feature__head {
    width: min(41.4615384615vw, 539px);
    margin-bottom: min(4.9230769231vw, 64px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__feature__head {
    width: 81.6vmin;
    margin-bottom: 8.2666666667vmin;
  }
}
.recoverywear_sleep__feature__point {
  position: relative;
  background-color: #f5f5f5;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__feature__point {
    padding: min(5vw, 65px) min(3.8461538462vw, 50px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__feature__point {
    padding: 6.6666666667vmin 4.6666666667vmin 10.6666666667vmin;
  }
}
.recoverywear_sleep__feature__point__tag {
  position: absolute;
  top: 0;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__feature__point__tag {
    left: min(3.8461538462vw, 50px);
    width: min(7.6923076923vw, 100px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__feature__point__tag {
    left: 4.6666666667vmin;
    width: 16vmin;
  }
}
.recoverywear_sleep__feature__point__head {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__feature__point__head {
    margin-bottom: min(3.8461538462vw, 50px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__feature__point__head {
    margin-bottom: 7.3333333333vmin;
    margin-left: 20.9333333333vmin;
  }
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__feature__point.point1 {
    margin-bottom: min(4.6153846154vw, 60px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__feature__point.point1 {
    margin-bottom: 5.0666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__feature__point.point1 .recoverywear_sleep__feature__point__head {
    width: min(34.6153846154vw, 450px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__feature__point.point1 .recoverywear_sleep__feature__point__head {
    width: 62.9333333333vmin;
  }
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__feature__point.point1 .img {
    margin-bottom: min(3.0769230769vw, 40px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__feature__point.point1 .img {
    margin-bottom: 5.3333333333vmin;
  }
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__feature__point.point1 .head {
    margin-bottom: min(2.8461538462vw, 37px);
    font-size: min(2.3076923077vw, 30px);
    line-height: min(4.1538461538vw, 54px);
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__feature__point.point1 .head {
    margin-bottom: 5.2vmin;
    font-size: 4.8vmin;
    line-height: 9.6vmin;
  }
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__feature__point.point1 .txt {
    font-size: min(1.5384615385vw, 20px);
    line-height: min(3.0769230769vw, 40px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__feature__point.point1 .txt {
    font-size: 3.7333333333vmin;
    line-height: 7.4666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__feature__point.point2 .recoverywear_sleep__feature__point__head {
    width: min(29.2307692308vw, 380px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__feature__point.point2 .recoverywear_sleep__feature__point__head {
    width: 59.0666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__feature__point.point2 .contents1 {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-bottom: min(4.2307692308vw, 55px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__feature__point.point2 .contents1 {
    margin-bottom: 7.0666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__feature__point.point2 .contents1__txt {
    width: min(30.7692307692vw, 400px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__feature__point.point2 .contents1__txt {
    margin-bottom: 6.6666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__feature__point.point2 .contents1__txt .head {
    margin: min(-0.4615384615vw, -6px) min(-0.9230769231vw, -12px) min(0.4615384615vw, 6px) min(-0.4615384615vw, -6px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__feature__point.point2 .contents1__txt .head {
    margin: 0 -1.6vmin 0.8vmin -0.8vmin;
  }
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__feature__point.point2 .contents1__txt .txt {
    font-size: min(1.5384615385vw, 20px);
    line-height: min(3.0769230769vw, 40px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__feature__point.point2 .contents1__txt .txt {
    font-size: 3.7333333333vmin;
    line-height: 7.4666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__feature__point.point2 .contents1__img {
    width: min(30.7692307692vw, 400px);
  }
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__feature__point.point2 .contents2 {
    display: flex;
    justify-content: space-between;
    margin-bottom: min(4.2307692308vw, 55px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__feature__point.point2 .contents2 {
    margin-bottom: 6.6666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__feature__point.point2 .contents2__txt {
    width: min(30.7692307692vw, 400px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__feature__point.point2 .contents2__txt {
    margin-bottom: 6.6666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__feature__point.point2 .contents2__txt .head {
    margin: min(-0.4615384615vw, -6px) min(-0.9230769231vw, -12px) min(0.4615384615vw, 6px) min(-0.4615384615vw, -6px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__feature__point.point2 .contents2__txt .head {
    margin: 0 -1.6vmin 0.8vmin -0.8vmin;
  }
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__feature__point.point2 .contents2__txt .txt {
    font-size: min(1.5384615385vw, 20px);
    line-height: min(3.0769230769vw, 40px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__feature__point.point2 .contents2__txt .txt {
    font-size: 3.7333333333vmin;
    line-height: 7.4666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__feature__point.point2 .contents2__img {
    width: min(30.7692307692vw, 400px);
  }
}
.recoverywear_sleep__feature__point.point2 .contents2__img video {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__feature__point.point2 .contents3__head {
    margin: min(-0.4615384615vw, -6px) min(-0.9230769231vw, -12px) min(0.4615384615vw, 6px) min(-0.4615384615vw, -6px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__feature__point.point2 .contents3__head {
    margin: 0 -1.6vmin 0.8vmin -0.8vmin;
  }
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__feature__point.point2 .contents3__col {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__feature__point.point2 .contents3__col__txt {
    width: min(30.7692307692vw, 400px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__feature__point.point2 .contents3__col__txt {
    margin-bottom: 6.6666666667vmin;
  }
}
.recoverywear_sleep__feature__point.point2 .contents3__col__txt .box {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__feature__point.point2 .contents3__col__txt .box {
    margin: min(0.8461538462vw, 11px) 0 min(1.5384615385vw, 20px);
    padding: 0 min(1.5384615385vw, 20px) min(1.1538461538vw, 15px);
    border: min(0.1538461538vw, 2px) dotted #707070;
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__feature__point.point2 .contents3__col__txt .box {
    margin: 2.4vmin 0 5.0666666667vmin;
    padding: 0 3.3333333333vmin 4vmin;
    border: 0.2666666667vmin dotted #707070;
  }
}
.recoverywear_sleep__feature__point.point2 .contents3__col__txt .box__head {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__feature__point.point2 .contents3__col__txt .box__head {
    gap: min(0.5384615385vw, 7px);
    margin: min(-0.7692307692vw, -10px) 0 min(0.9230769231vw, 12px);
    padding: 0 min(1.2307692308vw, 16px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__feature__point.point2 .contents3__col__txt .box__head {
    gap: 2.2666666667vmin;
    margin: -2.6666666667vmin 0 2.4vmin;
    padding: 0 4vmin;
  }
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__feature__point.point2 .contents3__col__txt .box__head__icn {
    width: min(1.7692307692vw, 23px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__feature__point.point2 .contents3__col__txt .box__head__icn {
    width: 4.8vmin;
  }
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__feature__point.point2 .contents3__col__txt .box__head__txt {
    font-size: min(1.3846153846vw, 18px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__feature__point.point2 .contents3__col__txt .box__head__txt {
    font-size: 3.4666666667vmin;
  }
}
.recoverywear_sleep__feature__point.point2 .contents3__col__txt .box__txt {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__feature__point.point2 .contents3__col__txt .box__txt {
    font-size: min(1.3846153846vw, 18px);
    line-height: min(2.6153846154vw, 34px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__feature__point.point2 .contents3__col__txt .box__txt {
    font-size: 3.4666666667vmin;
    line-height: 7.2vmin;
  }
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__feature__point.point2 .contents3__col__txt .txt {
    font-size: min(1.5384615385vw, 20px);
    line-height: min(3.0769230769vw, 40px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__feature__point.point2 .contents3__col__txt .txt {
    font-size: 3.7333333333vmin;
    line-height: 7.4666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__feature__point.point2 .contents3__col__img {
    width: min(30.7692307692vw, 400px);
  }
}
.recoverywear_sleep__gift {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__gift {
    padding: min(6.1538461538vw, 80px) 0;
    background-image: url(../../images/sleep/bg-gift.webp);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__gift {
    padding: 13.3333333333vmin 6.6666666667vmin;
    background-image: url(../../images/sleep/bg-gift-sp.webp);
  }
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__gift__wrap {
    width: min(72.3076923077vw, 940px);
    margin-inline: auto;
  }
}
.recoverywear_sleep__gift__head {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__gift__head {
    width: min(42.9230769231vw, 558px);
    margin-bottom: min(3.0769230769vw, 40px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__gift__head {
    width: 86vmin;
    margin-bottom: 7.3333333333vmin;
  }
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__gift__col {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__gift__col__img {
    width: min(38.4615384615vw, 500px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__gift__col__img {
    margin-bottom: 7.3333333333vmin;
  }
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__gift__col__txt {
    width: min(30vw, 390px);
  }
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__gift__col__txt .head {
    width: min(23.4615384615vw, 305px);
    margin-bottom: min(2.6153846154vw, 34px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__gift__col__txt .head {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__gift__col__txt .txt {
    font-size: min(1.5384615385vw, 20px);
    line-height: min(3.0769230769vw, 40px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__gift__col__txt .txt {
    font-size: 3.7333333333vmin;
    line-height: 7.4666666667vmin;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__lineup {
    padding: min(7.6923076923vw, 100px) 0;
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__lineup {
    padding: 13.3333333333vmin 6.6666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__lineup__wrap {
    width: min(72.3076923077vw, 940px);
    margin-inline: auto;
  }
}
.recoverywear_sleep__lineup__head {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__lineup__head {
    width: min(26.9230769231vw, 350px);
    margin-bottom: min(4.7692307692vw, 62px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__lineup__head {
    width: 53.0666666667vmin;
    margin-bottom: 8.2666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__lineup__merit {
    margin-bottom: min(4.7692307692vw, 62px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__lineup__merit {
    margin-bottom: 5.3333333333vmin;
  }
}
.recoverywear_sleep__lineup__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__lineup__list {
    margin-bottom: min(4.3846153846vw, 57px);
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__lineup__list {
    margin-bottom: 6.2666666667vmin;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__lineup__list__item {
    width: min(34.2307692308vw, 445px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__lineup__list__item {
    width: 41.6vmin;
  }
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__lineup__list__item .img {
    margin-bottom: min(3.0769230769vw, 40px);
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__lineup__list__item .img {
    margin-bottom: 3.2vmin;
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__lineup__list__item .name {
    margin-bottom: min(3.0769230769vw, 40px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__lineup__list__item .name {
    margin-bottom: 2.8vmin;
  }
}
.recoverywear_sleep__lineup__list__item .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  background-color: #000;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__lineup__list__item .btn {
    gap: min(1.9230769231vw, 25px);
    height: min(6.9230769231vw, 90px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__lineup__list__item .btn {
    gap: 2.9333333333vmin;
    height: 12vmin;
  }
}
.recoverywear_sleep__lineup__list__item .btn__txt {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__lineup__list__item .btn__txt {
    font-size: min(2.1538461538vw, 28px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__lineup__list__item .btn__txt {
    font-size: 4vmin;
  }
}
.recoverywear_sleep__lineup__list__item .btn__icn {
  rotate: 45deg;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__lineup__list__item .btn__icn {
    width: min(1.2307692308vw, 16px);
    height: min(1.2307692308vw, 16px);
    margin-top: max(-0.3333333333vw, -4px);
    border-right: min(0.1538461538vw, 2px) solid #fff;
    border-bottom: min(0.1538461538vw, 2px) solid #fff;
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__lineup__list__item .btn__icn {
    width: 2.6666666667vmin;
    height: 2.6666666667vmin;
    margin-top: -0.6666666667vmin;
    border-right: 0.2666666667vmin solid #fff;
    border-bottom: 0.2666666667vmin solid #fff;
  }
}
.recoverywear_sleep__lineup__banner {
  display: block;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__cart {
    margin-bottom: min(7.6923076923vw, 100px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__cart {
    margin-bottom: 8vmin;
  }
}
.recoverywear_sleep__cart__head {
  background-color: rgba(205, 197, 216, 0.4);
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__cart__head {
    margin-bottom: min(4.6153846154vw, 60px);
    padding: min(4.6153846154vw, 60px) 0 min(3.4615384615vw, 45px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__cart__head {
    margin-bottom: 8vmin;
    padding: 8vmin 2.6666666667vmin;
  }
}
.recoverywear_sleep__cart__head .head {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__cart__head .head {
    width: min(50.7692307692vw, 660px);
    margin-bottom: min(1.5384615385vw, 20px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__cart__head .head {
    width: 86.6666666667vmin;
    margin-bottom: 2.6666666667vmin;
  }
}
.recoverywear_sleep__cart__head .txt {
  text-align: center;
  color: #5b4684;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__cart__head .txt {
    font-size: min(1.3846153846vw, 18px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__cart__head .txt {
    font-size: 3.2vmin;
  }
}
.recoverywear_sleep__cart__detail {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__cart__detail {
    display: flex;
    justify-content: space-between;
    width: min(88.4615384615vw, 1150px);
    margin-bottom: min(7.6923076923vw, 100px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__cart__detail {
    margin-bottom: 6.6666666667vmin;
    padding: 0 6.6666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__cart__detail__img {
    width: min(36.9230769231vw, 480px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__cart__detail__img {
    margin-bottom: 6.6666666667vmin;
  }
}
.recoverywear_sleep__cart__detail__img .js-cart-slider {
  position: relative;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__cart__detail__img .js-cart-slider__item {
    padding: 0 10vmin;
  }
}
.recoverywear_sleep__cart__detail__img .js-cart-slider .slick-arrow {
  position: absolute;
  top: 0;
  z-index: 10;
  border: 0;
  background: none;
  font-size: 0;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__cart__detail__img .js-cart-slider .slick-arrow {
    width: min(3.8461538462vw, 50px);
    height: min(36.9230769231vw, 480px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__cart__detail__img .js-cart-slider .slick-arrow {
    width: 10vmin;
    height: 66.6666666667vmin;
  }
}
.recoverywear_sleep__cart__detail__img .js-cart-slider .slick-arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  margin: auto 0;
  rotate: -45deg;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__cart__detail__img .js-cart-slider .slick-arrow::before {
    width: min(2.3076923077vw, 30px);
    height: min(2.3076923077vw, 30px);
    margin-left: min(1.5384615385vw, 20px);
    border-top: min(0.2307692308vw, 3px) solid #acacac;
    border-left: min(0.2307692308vw, 3px) solid #acacac;
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__cart__detail__img .js-cart-slider .slick-arrow::before {
    width: 5.3333333333vmin;
    height: 5.3333333333vmin;
    border-top: 0.4vmin solid #acacac;
    border-left: 0.4vmin solid #acacac;
  }
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__cart__detail__img .js-cart-slider .slick-arrow.slick-prev {
    left: min(-3.8461538462vw, -50px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__cart__detail__img .js-cart-slider .slick-arrow.slick-prev {
    left: -2.6666666667vmin;
  }
}
.recoverywear_sleep__cart__detail__img .js-cart-slider .slick-arrow.slick-next {
  scale: -1;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__cart__detail__img .js-cart-slider .slick-arrow.slick-next {
    right: min(-3.8461538462vw, -50px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__cart__detail__img .js-cart-slider .slick-arrow.slick-next {
    right: -2.6666666667vmin;
  }
}
.recoverywear_sleep__cart__detail__img .js-cart-slider .slick-dots {
  display: flex !important;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__cart__detail__img .js-cart-slider .slick-dots {
    gap: min(1.5384615385vw, 20px);
    margin-top: min(1.5384615385vw, 20px);
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__cart__detail__img .js-cart-slider .slick-dots {
    gap: 2.2222133333vmin;
    margin-top: 5.3333333333vmin;
    padding: 0;
  }
}
.recoverywear_sleep__cart__detail__img .js-cart-slider .slick-dots li {
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__cart__detail__img .js-cart-slider .slick-dots li {
    width: min(8.0769230769vw, 105px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__cart__detail__img .js-cart-slider .slick-dots li {
    width: 20vmin;
  }
}
.recoverywear_sleep__cart__detail__img .js-cart-slider .slick-dots li::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  z-index: 1;
  opacity: 0;
  transition: 0.4s opacity;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__cart__detail__img .js-cart-slider .slick-dots li::before {
    border: min(0.1538461538vw, 2px) solid #342e32;
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__cart__detail__img .js-cart-slider .slick-dots li::before {
    border: 0.2666666667vmin solid #342e32;
  }
}
.recoverywear_sleep__cart__detail__img .js-cart-slider .slick-dots li.slick-active::before {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__cart__detail__txt {
    width: min(41.8461538462vw, 544px);
  }
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__cart__detail__txt .txt {
    font-size: min(1.3846153846vw, 18px);
    line-height: min(2.4615384615vw, 32px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__cart__detail__txt .txt {
    margin-bottom: 4vmin;
    font-size: 3.4666666667vmin;
    line-height: 6.4vmin;
  }
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__cart__detail__txt .txt + .txt {
    margin-top: min(1.5384615385vw, 20px);
  }
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__cart__detail__color {
    margin-bottom: min(2.7692307692vw, 36px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__cart__detail__color {
    margin-bottom: 6vmin;
  }
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__cart__detail__color__label {
    margin-bottom: min(1.5384615385vw, 20px);
    font-size: min(1.5384615385vw, 20px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__cart__detail__color__label {
    margin-bottom: 4vmin;
    font-size: 3.7333333333vmin;
  }
}
.recoverywear_sleep__cart__detail__color__list {
  display: flex;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__cart__detail__color__list {
    gap: min(1.8461538462vw, 24px);
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__cart__detail__color__list {
    gap: 2.6666666667vmin;
    padding: 0;
  }
}
.recoverywear_sleep__cart__detail__color__list__item .color {
  position: relative;
  display: flex;
  overflow: hidden;
  /*cursor: pointer;*/
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__cart__detail__color__list__item .color {
    width: min(6.1538461538vw, 80px);
    height: min(6.1538461538vw, 80px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__cart__detail__color__list__item .color {
    width: 13.3333333333vmin;
    height: 13.3333333333vmin;
  }
}
.recoverywear_sleep__cart__detail__color__list__item .color input {
  position: absolute;
  top: 0;
  left: -100vw;
}
.recoverywear_sleep__cart__detail__color__list__item .color::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  z-index: 1;
  opacity: 0;
  transition: 0.4s opacity;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__cart__detail__color__list__item .color::before {
    /*border: min(0.1538461538vw, 2px) solid #ea5532;*/
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__cart__detail__color__list__item .color::before {
    /* border: 0.2666666667vmin solid #ea5532;*/
  }
}
.recoverywear_sleep__cart__detail__color__list__item .color:has(input:checked)::before {
  opacity: 1;
}
.recoverywear_sleep__cart__detail__color__list__item .color.color1 {
  background-color: #30324a;
}
.recoverywear_sleep__cart__detail__color__list__item .color.color2 {
  background-color: #ead0cf;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__cart__detail__size {
    margin-bottom: min(2.7692307692vw, 36px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__cart__detail__size {
    margin-bottom: 6.6666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__cart__detail__size__label {
    margin-bottom: min(1.5384615385vw, 20px);
    font-size: min(1.5384615385vw, 20px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__cart__detail__size__label {
    margin-bottom: 4vmin;
    font-size: 3.7333333333vmin;
  }
}
.recoverywear_sleep__cart__detail__size__list {
  display: none;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__cart__detail__size__list {
    gap: min(1.8461538462vw, 24px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__cart__detail__size__list {
    gap: 2.6666666667vmin;
  }
}
.recoverywear_sleep__cart__detail__size__list.is-active {
  display: flex;
  padding: 0;
}
.recoverywear_sleep__cart__detail__size__list__item .size {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 1px #c9caca inset;
  overflow: hidden;
  /*cursor: pointer;*/
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__cart__detail__size__list__item .size {
    width: min(6.1538461538vw, 70px);
    height: min(6.1538461538vw, 70px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__cart__detail__size__list__item .size {
    width: 13.3333333333vmin;
    height: 13.3333333333vmin;
  }
}
.recoverywear_sleep__cart__detail__size__list__item .size input {
  position: absolute;
  top: 0;
  left: -100vw;
}
.recoverywear_sleep__cart__detail__size__list__item .size::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  z-index: 1;
  opacity: 0;
  transition: 0.4s opacity;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__cart__detail__size__list__item .size::before {
    /*border: min(0.1538461538vw, 2px) solid #000000;*/
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__cart__detail__size__list__item .size::before {
    /*border: 0.2666666667vmin solid #000000;*/
  }
}
.recoverywear_sleep__cart__detail__size__list__item .size:has(input:checked)::before {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__cart__detail__size__list__item .size__txt {
    font-size: min(2.1538461538vw, 28px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__cart__detail__size__list__item .size__txt {
    font-size: 4.6666666667vmin;
  }
}
.recoverywear_sleep__cart__detail__price {
  font-weight: 500;
  color: #5b4684;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__cart__detail__price {
    margin-bottom: min(0.7692307692vw, 10px);
    font-size: min(1.8461538462vw, 24px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__cart__detail__price {
    margin-bottom: 1.3333333333vmin;
    font-size: 4.2666666667vmin;
  }
}
.recoverywear_sleep__cart__detail__price .num {
  margin-left: 0.25em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__cart__detail__price .num {
    font-size: min(3.0769230769vw, 40px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__cart__detail__price .num {
    font-size: 8vmin;
  }
}
.recoverywear_sleep__cart__detail__price .yen {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__cart__detail__price .yen {
    font-size: min(2.1538461538vw, 28px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__cart__detail__price .yen {
    font-size: 4.8vmin;
  }
}
.recoverywear_sleep__cart__detail__price .tax {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__cart__detail__price .tax {
    font-size: min(1.5384615385vw, 20px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__cart__detail__price .tax {
    font-size: 3.7333333333vmin;
  }
}
.recoverywear_sleep__cart__detail__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__cart__detail__btn {
    height: min(6.9230769231vw, 90px);
    gap: min(1.3846153846vw, 18px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__cart__detail__btn {
    height: 16vmin;
    gap: 3.7333333333vmin;
  }
}
.recoverywear_sleep__cart__detail__btn__icn {
  display: block;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__cart__detail__btn__icn {
    width: min(3.8461538462vw, 50px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__cart__detail__btn__icn {
    width: 6.6666666667vmin;
  }
}
.recoverywear_sleep__cart__detail__btn__txt {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__cart__detail__btn__txt {
    font-size: min(2vw, 26px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__cart__detail__btn__txt {
    font-size: 4.8vmin;
  }
}
.coupon_btn {
  margin: 15px auto 0;
  width: min(550px, 100%);
}
.coupon_btn a {
  text-decoration: none;
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 60px;
  font-size: 1rem;
  color: #06C755;
}
.buy__top__line {
  background-color: #fff;
  color: #06C755;
  border: 1px solid #06C755;
  justify-content: center;
}
a.buy__top__line:hover {
  border: 1px solid #06C755 !important
}
.buy__top__line::after {
  position: absolute;
  content: '';
  display: block;
  top: 45%;
  border-bottom: 1px solid #06C755;
  border-right: 1px solid #06C755;
  transform: rotate(-45deg) translateY(-50%);
  width: 15px;
  height: 15px;
  right: 15px;
}
.br-sp {
  display: none;
}
@media (max-width: 1023px) {
  .br-sp {
    display: block;
  }
}
@media (max-width: 767px) {
  .coupon_btn {
    order: 10;
  }
  .coupon_btn a {
    font-size: 15px;
    line-height: 1.4
  }
  .buy__top__line::after {
    width: 3vw;
    height: 3vw;
    right: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__cart__wrap {
    width: min(72.3076923077vw, 940px);
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__cart__wrap {
    padding: 0 6.6666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__cart__acc {
    margin-bottom: min(3.0769230769vw, 40px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__cart__acc {
    margin-bottom: 5.3333333333vmin;
  }
}
.recoverywear_sleep__cart__acc.is-open .js-accordion-trigger .icn::before {
  rotate: 0deg;
}
.recoverywear_sleep__cart__acc__head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  color: #000;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__cart__acc__head {
    height: min(6.9230769231vw, 90px);
    border: min(0.0769230769vw, 1px) solid #342e32;
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__cart__acc__head {
    height: 13.3333333333vmin;
    border: 0.1333333333vmin solid #342e32;
  }
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__cart__acc__head .txt {
    font-size: min(1.6923076923vw, 22px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__cart__acc__head .txt {
    font-size: 3.7333333333vmin;
  }
}
.recoverywear_sleep__cart__acc__head .icn {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__cart__acc__head .icn {
    right: min(3.0769230769vw, 40px);
    width: min(2.1538461538vw, 28px);
    height: min(2.1538461538vw, 28px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__cart__acc__head .icn {
    right: 6vmin;
    width: 4.6666666667vmin;
    height: 4.6666666667vmin;
  }
}
.recoverywear_sleep__cart__acc__head .icn::before, .recoverywear_sleep__cart__acc__head .icn::after {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  height: 1px;
  margin: auto;
  background-color: #342e32;
}
.recoverywear_sleep__cart__acc__head .icn::before {
  rotate: 90deg;
  transition: 0.4s rotate;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__cart__acc__body {
    padding: min(3.8461538462vw, 50px) min(1.5384615385vw, 20px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__cart__acc__body {
    padding: 5.3333333333vmin 0;
  }
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__cart__size {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__cart__size + .recoverywear_sleep__cart__size, .recoverywear_sleep__cart__recommend__size__table {
    margin-top: min(3.8461538462vw, 50px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__cart__size + .recoverywear_sleep__cart__size, .recoverywear_sleep__cart__recommend__size__table {
    margin-top: 6.6666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__cart__size__txt {
    width: min(43.5384615385vw, 566px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__cart__size__txt {
    margin-bottom: 6.6666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__cart__size__img {
    width: min(23.0769230769vw, 300px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__cart__size__img {
    width: 53.3333333333vmin;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__cart__size__head {
    margin-bottom: min(1.9230769231vw, 25px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__cart__size__head {
    margin-bottom: 2vmin;
  }
}
.recoverywear_sleep__cart__size__head .head {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__cart__size__head .head {
    font-size: min(1.6923076923vw, 22px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__cart__size__head .head {
    margin-bottom: 1.3333333333vmin;
    font-size: 3.7333333333vmin;
  }
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__cart__size__head .txt {
    font-size: min(1.3846153846vw, 18px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__cart__size__head .txt {
    font-size: 3.2vmin;
  }
}
.recoverywear_sleep__cart__size__table table, .recoverywear_sleep__cart__recommend__size__table table {
  width: 100%;
}
.recoverywear_sleep__cart__size__table table th, .recoverywear_sleep__cart__size__table table td, .recoverywear_sleep__cart__recommend__size__table table th, .recoverywear_sleep__cart__recommend__size__table table td {
  border: 1px solid #707070;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__cart__size__table table th, .recoverywear_sleep__cart__size__table table td, .recoverywear_sleep__cart__recommend__size__table table th, .recoverywear_sleep__cart__recommend__size__table table td {
    padding: min(1.1538461538vw, 15px) min(1.3846153846vw, 18px);
    font-size: min(1.2307692308vw, 16px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__cart__size__table table th, .recoverywear_sleep__cart__size__table table td, .recoverywear_sleep__cart__recommend__size__table table th, .recoverywear_sleep__cart__recommend__size__table table td {
    padding: 2vmin 0.6666666667vmin;
    font-size: 3.2vmin;
  }
}
.recoverywear_sleep__cart__size__table table th, .recoverywear_sleep__cart__recommend__size__table table th {
  white-space: nowrap;
}
.recoverywear_sleep__cart__recommend__size__table table td {
  width: 19%;
}
.recoverywear_sleep__cart__spec table {
  width: 100%;
}
.recoverywear_sleep__cart__spec table tr {
  border-bottom: 1px solid #707070;
}
.recoverywear_sleep__cart__spec table th, .recoverywear_sleep__cart__spec table td {
  vertical-align: middle;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__cart__spec table th, .recoverywear_sleep__cart__spec table td {
    font-size: min(1.3846153846vw, 18px);
    line-height: min(2.4615384615vw, 32px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__cart__spec table th, .recoverywear_sleep__cart__spec table td {
    font-size: 3.2vmin;
    line-height: 6.4vmin;
  }
}
.recoverywear_sleep__cart__spec table th {
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__cart__spec table th {
    padding: min(1.1538461538vw, 15px) min(3.0769230769vw, 40px) min(1.1538461538vw, 15px) 0;
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__cart__spec table th {
    padding: 2.6666666667vmin 8vmin 2.6666666667vmin 0;
  }
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__cart__spec table td {
    padding: min(1.1538461538vw, 15px) 0;
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__cart__spec table td {
    padding: 2.6666666667vmin 0;
  }
}
.recoverywear_sleep__cart__attention {
  background-color: #f7f7f7;
}
.recoverywear_sleep__cart__attention.is-open .js-accordion-trigger .icn::before {
  rotate: 0deg;
}
.recoverywear_sleep__cart__attention__head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  color: #000;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__cart__attention__head {
    height: min(6.9230769231vw, 90px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__cart__attention__head {
    height: 13.3333333333vmin;
  }
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__cart__attention__head .txt {
    font-size: min(1.6923076923vw, 22px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__cart__attention__head .txt {
    font-size: 3.7333333333vmin;
  }
}
.recoverywear_sleep__cart__attention__head .icn {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__cart__attention__head .icn {
    right: min(3.0769230769vw, 40px);
    width: min(2.1538461538vw, 28px);
    height: min(2.1538461538vw, 28px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__cart__attention__head .icn {
    right: 6vmin;
    width: 4.6666666667vmin;
    height: 4.6666666667vmin;
  }
}
.recoverywear_sleep__cart__attention__head .icn::before, .recoverywear_sleep__cart__attention__head .icn::after {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  height: 1px;
  margin: auto;
  background-color: #342e32;
}
.recoverywear_sleep__cart__attention__head .icn::before {
  rotate: 90deg;
  transition: 0.4s rotate;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__cart__attention__body {
    padding: min(3.8461538462vw, 50px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__cart__attention__body {
    padding: 5.3333333333vmin 4vmin;
  }
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__cart__attention__list {
    margin-bottom: min(1.5384615385vw, 20px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__cart__attention__list {
    margin-bottom: 4vmin;
  }
}
.recoverywear_sleep__cart__attention__list__head {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__cart__attention__list__head {
    font-size: min(1.3846153846vw, 18px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__cart__attention__list__head {
    font-size: 2.9333333333vmin;
  }
}
.recoverywear_sleep__cart__attention__list__txt {
  position: relative;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__cart__attention__list__txt {
    padding-left: 2em;
    font-size: min(1.3846153846vw, 18px);
    line-height: min(2.7692307692vw, 36px);
	  margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__cart__attention__list__txt {
    padding-left: 1em;
    font-size: 2.9333333333vmin;
    line-height: 5.3333333333vmin;
    margin-left: 0;
  }
}
.recoverywear_sleep__cart__attention__list__txt::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.recoverywear_sleep__set {
  background-color: rgba(205, 197, 216, 0.3);
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__set {
    padding-bottom: min(7.6923076923vw, 100px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__set {
    padding-bottom: 10.6666666667vmin;
  }
}
.recoverywear_sleep__set__head {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__set__head {
    background-image: url("../../images/sleep/bg-set-head.png");
    margin-bottom: min(3.8461538462vw, 50px);
    padding: min(5.2307692308vw, 68px) 0 min(7.8461538462vw, 102px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__set__head {
    background-image: url(../../images/sleep/bg-set-head-sp.webp);
    margin-bottom: 2.6666666667vmin;
    padding: 8vmin 6.6666666667vmin 14.6666666667vmin;
  }
}
.recoverywear_sleep__set__head .head {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__set__head .head {
    width: min(44.2307692308vw, 575px);
  }
}
.recoverywear_sleep__set__wrap {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__set__wrap {
    width: min(72.3076923077vw, 940px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__set__wrap {
    padding: 0 6.6666666667vmin;
  }
}
.recoverywear_sleep__set__img {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__set__img {
    width: min(50vw, 650px);
    margin-bottom: min(6.1538461538vw, 80px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__set__img {
    margin-bottom: 12.4vmin;
  }
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__set__price {
    margin-bottom: min(3.8461538462vw, 50px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__set__price {
    margin-bottom: 8vmin;
  }
}
.recoverywear_sleep__set__price__box {
  position: relative;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__set__price__box {
    margin-bottom: min(1.9230769231vw, 25px);
    padding: min(3.8461538462vw, 50px) 0 min(2.3076923077vw, 30px);
    border-radius: min(1.1538461538vw, 15px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__set__price__box {
    margin-bottom: 5.3333333333vmin;
    padding: 10vmin 0 6.6666666667vmin;
    border-radius: 2vmin;
  }
}
.recoverywear_sleep__set__price__box .label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  border-radius: 100vmax;
  background-color: #5b4684;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__set__price__box .label {
    width: min(19.2307692308vw, 250px);
    height: min(4.6153846154vw, 60px);
    margin-top: max(-2.5vw, -30px);
    font-size: min(2vw, 26px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__set__price__box .label {
    width: 37.3333333333vmin;
    height: 10.4vmin;
    margin-top: -5.2vmin;
    font-size: 4.2666666667vmin;
  }
}
.recoverywear_sleep__set__price__box .txt {
  font-weight: 500;
  text-align: center;
  color: #5b4684;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__set__price__box .txt {
    font-size: min(2vw, 26px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__set__price__box .txt {
    font-size: 4.2666666667vmin;
  }
}
.recoverywear_sleep__set__price__box .num {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__set__price__box .num {
    margin-left: 0.25em;
    font-size: min(4.6153846154vw, 60px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__set__price__box .num {
    font-size: 9.3333333333vmin;
  }
}
.recoverywear_sleep__set__price__box .yen {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__set__price__box .yen {
    font-size: min(2.3076923077vw, 30px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__set__price__box .yen {
    font-size: 5.3333333333vmin;
  }
}
.recoverywear_sleep__set__price__box .tax {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__set__price__box .tax {
    font-size: min(1.6923076923vw, 22px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__set__price__box .tax {
    font-size: 3.4666666667vmin;
  }
}
.recoverywear_sleep__set__price__single {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__set__price__single {
    font-size: min(1.6923076923vw, 22px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__set__price__single {
    font-size: 4.2666666667vmin;
  }
}
.recoverywear_sleep__set__select {
  display: flex;
  flex-direction: column;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__set__select {
    gap: min(2.0769230769vw, 27px);
    width: min(47.0769230769vw, 612px);
    margin-bottom: min(4.6153846154vw, 60px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__set__select {
    gap: 3.4666666667vmin;
    margin-bottom: 8vmin;
  }
}
.recoverywear_sleep__set__select__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.recoverywear_sleep__set__select__list__head {
  font-weight: 500;
  color: #5b4684;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__set__select__list__head {
    font-size: min(1.8461538462vw, 24px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__set__select__list__head {
    font-size: 4.2666666667vmin;
  }
}
.recoverywear_sleep__set__select__list__input .select {
  position: relative;
  display: block;
}
.recoverywear_sleep__set__select__list__input .select::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  background-color: #5b4684;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  z-index: 11;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__set__select__list__input .select::before {
    right: min(1.5384615385vw, 20px);
    width: min(1.8461538462vw, 24px);
    height: min(1.3076923077vw, 17px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__set__select__list__input .select::before {
    right: 2.6666666667vmin;
    width: 4vmin;
    height: 2.8vmin;
  }
}
.recoverywear_sleep__set__select__list__input .select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border-radius: 0;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__set__select__list__input .select select {
    width: min(39.2307692308vw, 510px);
    height: min(6.1538461538vw, 80px);
    font-size: min(1.3846153846vw, 18px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__set__select__list__input .select select {
    width: 68vmin;
    height: 13.3333333333vmin;
    font-size: 3.2vmin;
  }
}
.recoverywear_sleep__set__select__list__input .select__txt {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  border: 1px solid #5b4684;
  background-color: #fff;
  color: #000;
  z-index: 10;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__set__select__list__input .select__txt {
    padding: 0 min(4.6153846154vw, 60px) 0 min(1.9230769231vw, 25px);
    font-size: min(1.5384615385vw, 20px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__set__select__list__input .select__txt {
    padding: 0 8vmin 0 4vmin;
    font-size: 3.7333333333vmin;
  }
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__set__select__list__input .select.is-selected .select__txt {
    font-size: min(1.3846153846vw, 18px);
    line-height: min(2vw, 26px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__set__select__list__input .select.is-selected .select__txt {
    font-size: 2.8vmin;
    line-height: 3.4666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__set__delivery {
    margin-bottom: min(2.3076923077vw, 30px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__set__delivery {
    margin-bottom: 6vmin;
  }
}
.recoverywear_sleep__set__delivery__head {
  display: flex;
  align-items: center;
  font-weight: bold;
  color: red;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__set__delivery__head {
    gap: min(0.8461538462vw, 11px);
    margin-bottom: min(2.3076923077vw, 30px);
    font-size: min(1.6923076923vw, 22px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__set__delivery__head {
    gap: 2.1333333333vmin;
    margin-bottom: 2.6666666667vmin;
    font-size: 4vmin;
  }
}
.recoverywear_sleep__set__delivery__head::before {
  content: "";
  display: block;
  background: url(/img/usr/common/icon_delivery.png) 0 center no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__set__delivery__head::before {
    width: min(2.6153846154vw, 34px);
    height: min(2.1538461538vw, 28px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__set__delivery__head::before {
    width: 4.5333333333vmin;
    height: 3.7333333333vmin;
  }
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__set__delivery__txt {
    font-size: min(1.2307692308vw, 16px);
    line-height: min(2.3076923077vw, 30px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__set__delivery__txt {
    font-size: 3.4666666667vmin;
    line-height: 6.4vmin;
  }
}
.recoverywear_sleep__set__delivery__txt a {
  font-weight: 500;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__set__notes {
    margin-bottom: min(4.6153846154vw, 60px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__set__notes {
    margin-bottom: 7.3333333333vmin;
  }
}
.recoverywear_sleep__set__notes__item {
  position: relative;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__set__notes__item {
    padding-left: 2em;
    font-size: min(1.2307692308vw, 16px);
    line-height: min(2.3076923077vw, 30px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__set__notes__item {
    padding-left: 1.5em;
    font-size: 2.9333333333vmin;
    line-height: 5.6vmin;
  }
}
.recoverywear_sleep__set__notes__item::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.recoverywear_sleep__set__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  background-color: #000;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__set__btn {
    gap: min(2.0769230769vw, 27px);
    width: min(42.3076923077vw, 550px);
    height: min(6.9230769231vw, 90px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__set__btn {
    gap: 3.6vmin;
    height: 16vmin;
  }
}
.recoverywear_sleep__set__btn.is-disabled {
  background-color: #b7b7b7;
  pointer-events: none;
}
.recoverywear_sleep__set__btn .icn {
  display: block;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__set__btn .icn {
    width: min(3.8461538462vw, 50px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__set__btn .icn {
    width: 6.6666666667vmin;
  }
}
.recoverywear_sleep__set__btn .txt {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .recoverywear_sleep__set__btn .txt {
    font-size: min(2vw, 26px);
  }
}
@media screen and (max-width: 767px) {
  .recoverywear_sleep__set__btn .txt {
    font-size: 4.8vmin;
  }
} /*# sourceMappingURL=style.css.map */

#pageTopBtn {
    position: fixed;
    right: -1px;
    bottom: -1px;
    height: 0;
    z-index: 9998;
}
 @media screen and (min-width: 768px) {
    #pageTopBtn {
        right: 0;
        bottom: 0;
    }
}
#pageTopBtn img {
    width: 100%;
}