@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;
}
body.fixed {
  overflow: hidden;
}
h1{
	margin: 0 !important;
}
.contents {
  width: 100%;
  overflow: clip;
  color: #000;
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  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;
}
.faq__item__head{
	font-weight: 400 !important;
}
@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(../img/i_q.png) 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;
}

.recovery_blanket {
  color: #342e32;
  /*--------------------------
  kv
  ----------------------------*/
  /*--------------------------
  js-product-slider
  ----------------------------*/
  /*--------------------------
  product
  ----------------------------*/
  /*--------------------------
  nav
  ----------------------------*/
  /*--------------------------
  allseason
  ----------------------------*/
  /*--------------------------
  snapbutton
  ----------------------------*/
  /*--------------------------
  reason
  ----------------------------*/
  /*--------------------------
  present
  ----------------------------*/
  /*--------------------------
  cart
  ----------------------------*/
  /*--------------------------
  spec
  ----------------------------*/
}
@media screen and (min-width: 768px) {
  .recovery_blanket {
  }
}
@media screen and (max-width: 767px) {
  .recovery_blanket {
  }
}
.recovery_blanket .js-product-slider .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: none;
  font-size: 0;
  line-height: 1;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .recovery_blanket .js-product-slider .slick-arrow {
    width: min(3.8461538462vw, 50px);
  }
}
@media screen and (max-width: 767px) {
  .recovery_blanket .js-product-slider .slick-arrow {
    width: 10vmin;
  }
}
.recovery_blanket .js-product-slider .slick-arrow::before {
  content: "";
  display: block;
  rotate: 45deg;
}
@media screen and (min-width: 768px) {
  .recovery_blanket .js-product-slider .slick-arrow::before {
    width: min(2.3076923077vw, 30px);
    height: min(2.3076923077vw, 30px);
    border-top: min(0.2307692308vw, 3px) solid #acacac;
    border-right: min(0.2307692308vw, 3px) solid #acacac;
  }
}
@media screen and (max-width: 767px) {
  .recovery_blanket .js-product-slider .slick-arrow::before {
    width: 5.3333333333vmin;
    height: 5.3333333333vmin;
    border-top: 0.2666666667vmin solid #acacac;
    border-right: 0.2666666667vmin solid #acacac;
  }
}
.recovery_blanket .js-product-slider .slick-arrow.slick-prev {
  scale: -1;
  right: 100%;
}
.recovery_blanket .js-product-slider .slick-arrow.slick-next {
  left: 100%;
}
.recovery_blanket .js-product-slider .slick-dots {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  translate: 0 70%;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .recovery_blanket .js-product-slider .slick-dots li {
    padding: min(1.0769230769vw, 14px);
  }
}
@media screen and (max-width: 767px) {
  .recovery_blanket .js-product-slider .slick-dots li {
    padding: 1.8666666667vmin;
  }
	.recovery_blanket .js-product-slider .slick-dots{
		padding: 0;
	}
}
.recovery_blanket .js-product-slider .slick-dots li button {
  display: block;
  border-radius: 50%;
  background-color: #efefef;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  font-size: 0;
  line-height: 1;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .recovery_blanket .js-product-slider .slick-dots li button {
    width: min(0.9230769231vw, 12px);
    height: min(0.9230769231vw, 12px);
  }
}
@media screen and (max-width: 767px) {
  .recovery_blanket .js-product-slider .slick-dots li button {
    width: 1.6vmin;
    height: 3vmin;
  }
}
.recovery_blanket .js-product-slider .slick-dots li.slick-active button {
  background-color: #342e32;
}
@media screen and (min-width: 768px) {
  .recovery_blanket__product {
    padding: min(3.0769230769vw, 40px) 0 min(7.6923076923vw, 100px);
  }
}
@media screen and (max-width: 767px) {
  .recovery_blanket__product {
    padding: 13.3333333333vmin 6.6666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  .recovery_blanket__product__wrap {
    width: min(87.6923076923vw, 1140px);
    margin-inline: auto;
  }
}
.recovery_blanket__product__col {
  display: flex;
}
@media screen and (min-width: 768px) {
  .recovery_blanket__product__col {
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .recovery_blanket__product__col {
    flex-direction: column-reverse;
    gap: 5.7333333333vmin;
  }
}
.recovery_blanket__product__col__img {
  position: relative;
}
@media screen and (min-width: 768px) {
  .recovery_blanket__product__col__img {
    width: min(36.9230769231vw, 480px);
  }
}
@media screen and (max-width: 767px) {
  .recovery_blanket__product__col__img {
    width: 66.6666666667vmin;
    margin-inline: auto;
  }
}
.recovery_blanket__product__col__txt {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .recovery_blanket__product__col__txt {
    gap: min(4.6153846154vw, 60px);
    width: min(42.3076923077vw, 550px);
  }
}
@media screen and (max-width: 767px) {
  .recovery_blanket__product__col__txt {
    gap: 6.9333333333vmin;
  }
}
@media screen and (min-width: 768px) {
  .recovery_blanket__product__col__txt .head {
    width: min(39.5384615385vw, 514px);
  }
}
@media screen and (max-width: 767px) {
  .recovery_blanket__product__col__txt .head {
    width: 81.3333333333vmin;
  }
}
@media screen and (min-width: 768px) {
  .recovery_blanket__nav {
    margin-bottom: min(6.1538461538vw, 80px);
  }
}
@media screen and (max-width: 767px) {
  .recovery_blanket__nav {
    margin-bottom: 13.3333333333vmin;
    padding: 0 6.6666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  .recovery_blanket__nav__wrap {
    width: min(72.3076923077vw, 940px);
    margin-inline: auto;
  }
}
.recovery_blanket__nav__list {
  display: flex;
  justify-content: space-between;
	padding: 0;
}
@media screen and (max-width: 767px) {
  .recovery_blanket__nav__list {
    flex-direction: column;
    gap: 5.3333333333vmin;
	  padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .recovery_blanket__nav__list__item {
    width: min(34.6153846154vw, 450px);
  }
}
@media screen and (min-width: 768px) {
  .recovery_blanket__allseason__kv {
    margin-bottom: min(6.1538461538vw, 80px);
    background: url("../../images/blanket/bg-allseason-kv.webp") no-repeat left center;
    background-size: auto 100%;
  }
}
@media screen and (max-width: 767px) {
  .recovery_blanket__allseason__kv {
    margin-bottom: 8.5333333333vmin;
    padding: 0 6.6666666667vmin 80vmin;
    background: url(../../images/blanket/bg-allseason-kv-sp.webp) no-repeat center bottom;
    background-size: 100% auto;
  }
}
.recovery_blanket__allseason__kv__txt {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .recovery_blanket__allseason__kv__txt {
    justify-content: center;
    align-items: flex-start;
    gap: min(3.4615384615vw, 45px);
    width: min(36vw, 468px);
    height: min(40vw, 520px);
    margin: 0 min(8.6153846154vw, 112px) 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .recovery_blanket__allseason__kv__txt {
    gap: min(5vw, 65px);
  }
}
@media screen and (min-width: 768px) {
  .recovery_blanket__allseason__kv__txt .head {
    width: min(23.6153846154vw, 307px);
  }
}
@media screen and (max-width: 767px) {
  .recovery_blanket__allseason__kv__txt .head {
    width: 53.7333333333vmin;
  }
}
@media screen and (min-width: 768px) {
  .recovery_blanket__allseason__kv__txt .txt {
    font-size: min(1.5384615385vw, 20px);
    line-height: min(3.3846153846vw, 44px);
  }
}
@media screen and (max-width: 767px) {
  .recovery_blanket__allseason__kv__txt .txt {
    font-size: 3.7333333333vmin;
    line-height: 7.4666666667vmin;
  }
}
.recovery_blanket__allseason__kv__img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(25.3846153846vw, 330px);
  translate: min(10.6153846154vw, 138px) min(8.4615384615vw, 110px);
}
.recovery_blanket__allseason__wrap {
  position: relative;
}
@media screen and (min-width: 768px) {
  .recovery_blanket__allseason__wrap {
    width: min(72.3076923077vw, 940px);
    margin-inline: auto;
  }
}
.recovery_blanket__allseason__images {
  display: flex;
}
@media screen and (min-width: 768px) {
  .recovery_blanket__allseason__images {
    gap: min(1.5384615385vw, 20px);
    margin-bottom: min(6.1538461538vw, 80px);
  }
}
@media screen and (max-width: 767px) {
  .recovery_blanket__allseason__images {
    margin-bottom: min(6.1538461538vw, 80px);
	  padding: 0;
  }
}
.recovery_blanket__allseason__images__item {
  flex: 1;
}
@media screen and (min-width: 768px) {
  .recovery_blanket__allseason__section {
    margin-bottom: min(6.1538461538vw, 80px);
  }
}
@media screen and (max-width: 767px) {
  .recovery_blanket__allseason__section {
    margin: 0 6.6666666667vmin 8vmin;
  }
}
@media screen and (min-width: 768px) {
  .recovery_blanket__allseason__section__head {
    width: min(12.3076923077vw, 160px);
    margin-inline: auto;
    margin-bottom: min(5.3846153846vw, 70px);
  }
}
@media screen and (max-width: 767px) {
  .recovery_blanket__allseason__section__head {
    display: flex;
    align-items: center;
    width: 32vmin;
    height: 40vmin;
  }
}
.recovery_blanket__allseason__section__txt {
  position: relative;
}
.recovery_blanket__allseason__section__txt .txt {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .recovery_blanket__allseason__section__txt .txt {
    width: min(44.9230769231vw, 584px);
    font-size: min(1.5384615385vw, 20px);
    line-height: min(3.3846153846vw, 44px);
  }
}
@media screen and (max-width: 767px) {
  .recovery_blanket__allseason__section__txt .txt {
    font-size: 3.7333333333vmin;
    line-height: 7.4666666667vmin;
  }
}
.recovery_blanket__allseason__section__txt .img {
  position: absolute;
  display: flex;
  align-items: center;
  z-index: 1;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .recovery_blanket__allseason__section__txt .img {
    top: -50vh;
    bottom: -50vh;
    width: min(41.5384615385vw, 540px);
  }
}
@media screen and (max-width: 767px) {
  .recovery_blanket__allseason__section__txt .img {
    bottom: 100%;
    width: 60vmin;
  }
}
@media screen and (min-width: 768px) {
  .recovery_blanket__allseason__section.section1 .recovery_blanket__allseason__section__txt .img {
    right: 0;
    translate: 6% 0;
  }
}
@media screen and (max-width: 767px) {
  .recovery_blanket__allseason__section.section1 .recovery_blanket__allseason__section__txt .img {
    right: -3.3333333333vmin;
  }
}
@media screen and (max-width: 767px) {
  .recovery_blanket__allseason__section.section2 .recovery_blanket__allseason__section__head {
    margin-left: auto;
  }
}
.recovery_blanket__allseason__section.section2 .recovery_blanket__allseason__section__txt .txt {
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .recovery_blanket__allseason__section.section2 .recovery_blanket__allseason__section__txt .img {
    left: 0;
    translate: -6% 0;
  }
}
@media screen and (max-width: 767px) {
  .recovery_blanket__allseason__section.section2 .recovery_blanket__allseason__section__txt .img {
    left: -3.3333333333vmin;
  }
}
@media screen and (min-width: 768px) {
  .recovery_blanket__snapbutton {
    padding: min(6.1538461538vw, 80px) 0;
  }
}
@media screen and (max-width: 767px) {
  .recovery_blanket__snapbutton {
    padding: 13.3333333333vmin 6.6666666667vmin;
  }
}
.recovery_blanket__snapbutton__wrap {
  position: relative;
}
@media screen and (min-width: 768px) {
  .recovery_blanket__snapbutton__wrap {
    width: min(92.3076923077vw, 1200px);
    margin-inline: auto;
  }
}
.recovery_blanket__snapbutton__txt {
  position: relative;
}
@media screen and (min-width: 768px) {
  .recovery_blanket__snapbutton__txt {
    margin-bottom: min(6.1538461538vw, 80px);
  }
}
@media screen and (max-width: 767px) {
  .recovery_blanket__snapbutton__txt {
    margin-bottom: 16vmin;
  }
}
.recovery_blanket__snapbutton__txt .head {
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .recovery_blanket__snapbutton__txt .head {
    position: absolute;
    top: min(6.2307692308vw, 81px);
    left: min(10.2307692308vw, 133px);
    width: min(35.9230769231vw, 467px);
  }
}
@media screen and (max-width: 767px) {
  .recovery_blanket__snapbutton__txt .head {
    width: 81.8666666667vmin;
    margin-bottom: 8vmin;
  }
}
.recovery_blanket__snapbutton__txt .txt {
  position: absolute;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .recovery_blanket__snapbutton__txt .txt {
    bottom: min(7.8461538462vw, 102px);
    left: min(10vw, 130px);
    width: min(26.9230769231vw, 350px);
    font-size: min(1.5384615385vw, 20px);
    line-height: min(3.3846153846vw, 44px);
  }
}
@media screen and (max-width: 767px) {
  .recovery_blanket__snapbutton__txt .txt {
    top: 41.3333333333vmin;
    left: 0;
    width: 43.3333333333vmin;
    font-size: 3.7333333333vmin;
    line-height: 7.4666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  .recovery_blanket__snapbutton__size {
    width: min(58.4615384615vw, 760px);
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  .recovery_blanket__reason {
    padding: min(6.1538461538vw, 80px) 0;
    background: url(../../images/blanket/bg-reason.webp) no-repeat center top;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .recovery_blanket__reason {
    padding: 13.3333333333vmin 0 11.3333333333vmin;
    background: url("../../images/blanket/bg-reason-sp.webp") no-repeat center top;
    background-size: cover;
  }
}
@media screen and (min-width: 768px) {
  .recovery_blanket__reason__wrap {
    width: min(72.3076923077vw, 940px);
    margin-inline: auto;
  }
}
.recovery_blanket__reason__head {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .recovery_blanket__reason__head {
    width: min(26.3076923077vw, 342px);
    margin-bottom: min(4.6153846154vw, 60px);
  }
}
@media screen and (max-width: 767px) {
  .recovery_blanket__reason__head {
    width: 57.6vmin;
    margin-bottom: 8.5333333333vmin;
  }
}
@media screen and (min-width: 768px) {
  .recovery_blanket__reason__img {
    margin-bottom: min(4.6153846154vw, 60px);
  }
}
@media screen and (max-width: 767px) {
  .recovery_blanket__reason__img {
    margin-bottom: 10.6666666667vmin;
  }
}
@media screen and (max-width: 767px) {
  .recovery_blanket__reason__section {
    padding: 0 6.6666666667vmin;
  }
}
.recovery_blanket__reason__section__head {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .recovery_blanket__reason__section__head {
    width: min(36.3076923077vw, 472px);
    margin-bottom: min(4.6153846154vw, 60px);
  }
}
@media screen and (max-width: 767px) {
  .recovery_blanket__reason__section__head {
    width: 82.9333333333vmin;
    margin-bottom: 6.6666666667vmin;
  }
}
.recovery_blanket__reason__section__col {
  display: flex;
}
@media screen and (min-width: 768px) {
  .recovery_blanket__reason__section__col {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .recovery_blanket__reason__section__col {
    flex-direction: column;
    gap: 9.3333333333vmin;
  }
}
@media screen and (min-width: 768px) {
  .recovery_blanket__reason__section__col__txt {
    width: min(32.3076923077vw, 420px);
    font-size: min(1.5384615385vw, 20px);
    line-height: min(3.3846153846vw, 44px);
  }
}
@media screen and (max-width: 767px) {
  .recovery_blanket__reason__section__col__txt {
    font-size: 3.7333333333vmin;
    line-height: 7.4666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  .recovery_blanket__reason__section__col__img {
    width: min(36.1538461538vw, 470px);
  }
}
@media screen and (min-width: 768px) {
  .recovery_blanket__present {
    padding: min(6.1538461538vw, 80px) 0;
    background: url("../../images/blanket/bg-present.webp") no-repeat center top;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .recovery_blanket__present {
    padding: 10.6666666667vmin 6.6666666667vmin;
    background: url(../../images/blanket/bg-present-sp.webp) no-repeat center top;
    background-size: cover;
  }
}
@media screen and (min-width: 768px) {
  .recovery_blanket__present__wrap {
    width: min(72.3076923077vw, 940px);
    margin-inline: auto;
  }
}
.recovery_blanket__present__head {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .recovery_blanket__present__head {
    width: min(53.3076923077vw, 693px);
    margin-bottom: min(4.6153846154vw, 60px);
  }
}
@media screen and (max-width: 767px) {
  .recovery_blanket__present__head {
    width: 74.1333333333vmin;
    margin-bottom: 8vmin;
  }
}
.recovery_blanket__present__col {
  display: flex;
}
@media screen and (min-width: 768px) {
  .recovery_blanket__present__col {
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 767px) {
  .recovery_blanket__present__col {
    flex-direction: column;
    gap: min(4.6153846154vw, 60px);
  }
}
@media screen and (min-width: 768px) {
  .recovery_blanket__present__col__txt {
    width: min(32.6923076923vw, 425px);
    /*padding-right: min(3.4615384615vw, 45px);*/
    font-size: min(1.5384615385vw, 20px);
    line-height: min(3.3846153846vw, 44px);
  }
}
@media screen and (max-width: 767px) {
  .recovery_blanket__present__col__txt {
    font-size: 3.7333333333vmin;
    line-height: 7.4666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  .recovery_blanket__present__col__img {
    width: min(36.1538461538vw, 470px);
  }
}
.recovery_blanket__cart {
  padding: min(6.1538461538vw, 80px) 0 min(9.2307692308vw, 120px);
}
.recovery_blanket__cart__wrap {
  width: min(87.6923076923vw, 1140px);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .recovery_blanket__cart__head {
    margin-bottom: min(2.3076923077vw, 30px);
  }
}
@media screen and (max-width: 767px) {
  .recovery_blanket__cart__head {
    margin-bottom: 5.3333333333vmin;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .recovery_blanket__cart__head .head {
    width: min(37.7692307692vw, 491px);
    margin-bottom: min(1.3846153846vw, 18px);
  }
}
@media screen and (max-width: 767px) {
  .recovery_blanket__cart__head .head {
    margin-bottom: 2.4vmin;
  }
}
@media screen and (min-width: 768px) {
  .recovery_blanket__cart__head .txt {
    font-size: min(1.3846153846vw, 18px);
  }
}
@media screen and (max-width: 767px) {
  .recovery_blanket__cart__head .txt {
    font-size: 4vmin;
  }
}
.recovery_blanket__cart__price {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .recovery_blanket__cart__price {
    margin-bottom: min(1.5384615385vw, 20px);
  }
}
@media screen and (max-width: 767px) {
  .recovery_blanket__cart__price {
    margin-bottom: 9.3333333333vmin;
    text-align: center;
  }
}
.recovery_blanket__cart__price .num {
  margin-right: 0.3em;
}
@media screen and (min-width: 768px) {
  .recovery_blanket__cart__price .num {
    font-size: min(3.0769230769vw, 40px);
  }
}
@media screen and (max-width: 767px) {
  .recovery_blanket__cart__price .num {
    font-size: 8vmin;
  }
}
.recovery_blanket__cart__price .tax {
  margin-right: 0.3em;
}
@media screen and (min-width: 768px) {
  .recovery_blanket__cart__price .tax {
    font-size: min(1.5384615385vw, 20px);
  }
}
@media screen and (max-width: 767px) {
  .recovery_blanket__cart__price .tax {
    font-size: 4vmin;
  }
}
@media screen and (min-width: 768px) {
  .recovery_blanket__cart__price .point {
    font-size: min(1.5384615385vw, 20px);
  }
}
@media screen and (max-width: 767px) {
  .recovery_blanket__cart__price .point {
    font-size: 4vmin;
  }
}
.recovery_blanket__cart__txt {
  font-weight: 500;
  color: #60676c;
}
@media screen and (min-width: 768px) {
  .recovery_blanket__cart__txt {
    margin-bottom: min(1.9230769231vw, 25px);
    font-size: min(1.3846153846vw, 18px);
  }
}
@media screen and (max-width: 767px) {
  .recovery_blanket__cart__txt {
    font-size: 3.4666666667vmin;
  }
}
.recovery_blanket__cart__buttons {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .recovery_blanket__cart__buttons {
    gap: min(1.8461538462vw, 24px);
  }
}
@media screen and (max-width: 767px) {
  .recovery_blanket__cart__buttons {
    justify-content: space-between;
  }
}
.recovery_blanket__cart__buttons .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
}
@media screen and (min-width: 768px) {
  .recovery_blanket__cart__buttons .btn {
    gap: min(1.3846153846vw, 18px);
    width: min(33.0769230769vw, 430px);
    height: min(6.9230769231vw, 90px);
  }
}
@media screen and (max-width: 767px) {
  .recovery_blanket__cart__buttons .btn {
    gap: 2.6666666667vmin;
    width: 68vmin;
    height: 16vmin;
  }
}
.recovery_blanket__cart__buttons .btn__icn {
  background: url(../img//ic-cart.png) no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .recovery_blanket__cart__buttons .btn__icn {
    width: min(3.8461538462vw, 50px);
    height: min(3.9230769231vw, 51px);
  }
}
@media screen and (max-width: 767px) {
  .recovery_blanket__cart__buttons .btn__icn {
    width: 6.6666666667vmin;
    height: 6.8vmin;
  }
}
.recovery_blanket__cart__buttons .btn__txt {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .recovery_blanket__cart__buttons .btn__txt {
    font-size: min(2vw, 26px);
  }
}
@media screen and (max-width: 767px) {
  .recovery_blanket__cart__buttons .btn__txt {
    font-size: 4.8vmin;
  }
}
@media screen and (min-width: 768px) {
  .recovery_blanket__cart__buttons .bookmark {
    width: min(6.9230769231vw, 90px);
  }
}
@media screen and (max-width: 767px) {
  .recovery_blanket__cart__buttons .bookmark {
    width: 16vmin;
  }
}
.recovery_blanket__cart__col {
  display: flex;
}
@media screen and (min-width: 768px) {
  .recovery_blanket__cart__col {
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .recovery_blanket__cart__col {
    flex-direction: column;
    gap: 10.6666666667vmin;
  }
}
.recovery_blanket__cart__col__img {
  position: relative;
}
@media screen and (min-width: 768px) {
  .recovery_blanket__cart__col__img {
    width: min(36.9230769231vw, 480px);
  }
}
@media screen and (max-width: 767px) {
  .recovery_blanket__cart__col__img {
    width: 74.6666666667vmin;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  .recovery_blanket__cart__col__txt {
    width: min(42.3076923077vw, 550px);
  }
}
@media screen and (max-width: 767px) {
  .recovery_blanket__cart__column {
    display: flex;
    flex-direction: column-reverse;
    gap: 9.3333333333vmin;
  }
}
@media screen and (max-width: 767px) {
  .recovery_blanket__spec {
    padding: 0 6.6666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  .recovery_blanket__spec__wrap {
    width: min(72.3076923077vw, 940px);
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  .recovery_blanket__spec__head {
    margin-bottom: min(1.9230769231vw, 25px);
    padding-bottom: min(1.5384615385vw, 20px);
    border-bottom: min(0.0769230769vw, 1px) solid #342e32;
  }
}
@media screen and (max-width: 767px) {
  .recovery_blanket__spec__head {
    margin-bottom: 1.3333333333vmin;
    padding-bottom: 3.0666666667vmin;
    border-bottom: 0.1333333333vmin solid #342e32;
  }
}
.recovery_blanket__spec__head .head {
  display: block;
}
@media screen and (min-width: 768px) {
  .recovery_blanket__spec__head .head {
    width: min(14.2307692308vw, 185px);
  }
}
@media screen and (max-width: 767px) {
  .recovery_blanket__spec__head .head {
    width: 30.6666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  .recovery_blanket__spec__table {
    padding: 0 min(1.5384615385vw, 20px);
  }
}
.recovery_blanket__spec__table table {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .recovery_blanket__spec__table table {
    font-size: min(1.3846153846vw, 18px);
    line-height: min(2.4615384615vw, 32px);
  }
}
@media screen and (max-width: 767px) {
  .recovery_blanket__spec__table table {
    font-size: 3.4666666667vmin;
    line-height: 5.3333333333vmin;
  }
}
@media screen and (min-width: 768px) {
  .recovery_blanket__spec__table table th {
    width: min(15.3846153846vw, 200px);
    padding: min(1.5384615385vw, 20px) 0;
    border-bottom: min(0.0769230769vw, 1px) solid #cecece;
  }
}
@media screen and (max-width: 767px) {
  .recovery_blanket__spec__table table th {
    display: block;
    padding-top: 2.6666666667vmin;
    font-weight: 500;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .recovery_blanket__spec__table table td {
    padding: min(1.5384615385vw, 20px) 0;
    border-bottom: min(0.0769230769vw, 1px) solid #cecece;
  }
}
@media screen and (max-width: 767px) {
  .recovery_blanket__spec__table table td {
    display: block;
    padding: 0 0 2.6666666667vmin 0.6666666667vmin;
    border-bottom: 0.1333333333vmin solid #cecece;
  }
}/*# sourceMappingURL=style.css.map */