@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
}

.u-min {
  font-family: "Noto Serif JP", serif;
}

.l-inner {
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1000px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .l-inner {
    max-width: 66.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 92vw;
  }
}

.refa-spring {
  overflow-x: hidden;
}
.refa-spring a {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.refa-spring img {
  height: auto;
  width: 100%;
  max-width: 100%;
}
.refa-spring__kv {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .refa-spring__kv__bg {
    background-color: #ffffff;
  }
}
.refa-spring__intro__bg {
  background: url(../img/bg-intro.jpg) no-repeat center center;
  background-size: cover;
  background-color: #ebf2f8;
  position: relative;
}
@media screen and (min-width: 768px) {
  .refa-spring__intro__bg {
    padding: 62px 0 100px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__intro__bg {
    padding: 4.1333333333vw 0 6.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__intro__bg {
    background: url(../img/bg-intro-sp.jpg) no-repeat center center;
    background-size: cover;
    padding: 11.2vw 0 16vw;
  }
}
.refa-spring__intro__anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .refa-spring__intro__anchor {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__intro__anchor {
    margin-bottom: 6vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__intro__anchor {
    margin-bottom: 18.6666666667vw;
  }
}
.refa-spring__intro__anchor__item a {
  display: block;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .refa-spring__intro__anchor__item a {
    width: 313px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__intro__anchor__item a {
    width: 20.8666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__intro__anchor__item a {
    width: 29.7333333333vw;
  }
}
.refa-spring__intro__anchor__item a .text01 {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 767px) {
  .refa-spring__intro__anchor__item a .text01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.refa-spring__intro__anchor__item a .text01 img {
  display: block;
}
@media screen and (min-width: 768px) {
  .refa-spring__intro__anchor__item a .text01 img {
    width: 160px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__intro__anchor__item a .text01 img {
    width: 10.6666666667vw;
  }
}
.refa-spring__intro__anchor__item a .text01-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #43454e;
  position: relative;
}
@media screen and (min-width: 768px) {
  .refa-spring__intro__anchor__item a .text01-ttl {
    font-size: 16px;
    line-height: 1.375;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__intro__anchor__item a .text01-ttl {
    font-size: 1.0666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__intro__anchor__item a .text01-ttl {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .refa-spring__intro__anchor__item a .text01-ttl {
    width: calc(100% - 160px);
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__intro__anchor__item a .text01-ttl {
    width: calc(100% - 10.6666666667vw);
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__intro__anchor__item a .text01-ttl {
    height: 13.3333333333vw;
  }
}
.refa-spring__intro__anchor__item a .text01-ttl::before {
  position: absolute;
  content: "";
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #f4e3eb;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .refa-spring__intro__anchor__item a .text01-ttl::before {
    width: 20px;
    height: 20px;
    bottom: 4px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__intro__anchor__item a .text01-ttl::before {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    bottom: 0.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__intro__anchor__item a .text01-ttl::before {
    width: 4.6666666667vw;
    height: 4.6666666667vw;
    bottom: -2.4vw;
  }
}
.refa-spring__intro__anchor__item a .text01-ttl::after {
  content: "";
  position: absolute;
  left: calc(50% - min(3px, 0.2vw));
  border-top: solid 1px #cc96a2;
  border-right: solid 1px #cc96a2;
  rotate: 135deg;
}
@media screen and (min-width: 768px) {
  .refa-spring__intro__anchor__item a .text01-ttl::after {
    width: 5px;
    height: 5px;
    bottom: 12px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__intro__anchor__item a .text01-ttl::after {
    width: 0.3333333333vw;
    height: 0.3333333333vw;
    bottom: 0.8vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__intro__anchor__item a .text01-ttl::after {
    width: max(5px, 1.2vw);
    height: max(5px, 1.2vw);
    left: calc(50% - min(5px, 0.8vw));
    bottom: min(-2px, -0.5vw);
    border-top-width: 2px;
    border-right-width: 2px;
  }
}
@media screen and (min-width: 768px) {
  .refa-spring__intro__anchor__item a .text01-ttl-min {
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__intro__anchor__item a .text01-ttl-min {
    font-size: 0.8vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__intro__anchor__item a .text01-ttl-min {
    font-size: calc(20 / 750 * 100vw);
    line-height: 1.2;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .refa-spring__intro__anchor__item a .text01-ttl-min {
    margin-bottom: 6px;
  }
}
.refa-spring__intro__ttl {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .refa-spring__intro__ttl {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__intro__ttl {
    margin-bottom: 4.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__intro__ttl {
    margin-bottom: 9.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .refa-spring__intro__ttl img {
    width: 467px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__intro__ttl img {
    width: 31.1333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__intro__ttl img {
    width: 74.6666666667vw;
  }
}
.refa-spring__intro__lead {
  text-align: center;
  color: #43454e;
}
@media screen and (min-width: 768px) {
  .refa-spring__intro__lead {
    font-size: 18px;
    line-height: 3;
    letter-spacing: 0.2em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__intro__lead {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__intro__lead {
    font-size: calc(28 / 750 * 100vw);
    line-height: 3;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
.refa-spring__product {
  position: relative;
  z-index: 3;
}
.refa-spring__product__kv {
  color: #c06e80;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .refa-spring__product__kv {
    padding: 51px 0 42px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__product__kv {
    padding: 3.4vw 0 2.8vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__product__kv {
    padding: 12.5333333333vw 0 9.0666666667vw;
  }
}
.refa-spring__product__kv::before, .refa-spring__product__kv::after {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
.refa-spring__product__kv__inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .refa-spring__product__kv__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .refa-spring__product__kv__text {
    width: 428px;
    margin-top: 37px;
    margin-left: 37px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__product__kv__text {
    width: 28.5333333333vw;
    margin-top: 2.4666666667vw;
    margin-left: 2.4666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__product__kv__text {
    width: 100%;
    margin-bottom: 3.7333333333vw;
  }
}
.refa-spring__product__kv__text .number {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .refa-spring__product__kv__text .number {
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__product__kv__text .number {
    margin-bottom: 0.9333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__product__kv__text .number {
    margin-bottom: 3.2vw;
  }
}
.refa-spring__product__kv__text .number-special {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .refa-spring__product__kv__text .number-special {
    width: 128px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__product__kv__text .number-special {
    width: 8.5333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__product__kv__text .number-special {
    width: 28.9333333333vw;
  }
}
.refa-spring__product__kv__text .caution {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .refa-spring__product__kv__text .caution {
    font-size: 28px;
    line-height: 1.0714285714;
    letter-spacing: 0.02em;
    font-weight: 300;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__product__kv__text .caution {
    font-size: 1.8666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__product__kv__text .caution {
    font-size: calc(40 / 750 * 100vw);
    line-height: 1.125;
    letter-spacing: 0.02em;
    font-weight: 300;
  }
}
@media screen and (min-width: 768px) {
  .refa-spring__product__kv__text .caution {
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__product__kv__text .caution {
    margin-bottom: 0.9333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__product__kv__text .caution {
    margin-bottom: 1.0666666667vw;
  }
}
.refa-spring__product__kv__text .limited {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .refa-spring__product__kv__text .limited {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    margin-bottom: 19px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__product__kv__text .limited {
    -webkit-column-gap: 0.6666666667vw;
       -moz-column-gap: 0.6666666667vw;
            column-gap: 0.6666666667vw;
    margin-bottom: 1.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__product__kv__text .limited {
    -webkit-column-gap: 1.8666666667vw;
       -moz-column-gap: 1.8666666667vw;
            column-gap: 1.8666666667vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.refa-spring__product__kv__text .limited-circle {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #43454e;
  border-radius: 50%;
  background: linear-gradient(-47deg, rgb(202, 220, 229) 0%, rgb(239, 246, 247) 50%, rgb(202, 220, 229) 100%);
  padding-top: 0.1%;
  padding-left: 0.1%;
}
@media screen and (min-width: 768px) {
  .refa-spring__product__kv__text .limited-circle {
    font-size: 17px;
    line-height: 1.3529411765;
    letter-spacing: 0.02em;
    font-weight: 300;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__product__kv__text .limited-circle {
    font-size: 1.1333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__product__kv__text .limited-circle {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.4;
    letter-spacing: 0.02em;
    font-weight: 300;
  }
}
@media screen and (min-width: 768px) {
  .refa-spring__product__kv__text .limited-circle {
    width: 83px;
    height: 83px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__product__kv__text .limited-circle {
    width: 5.5333333333vw;
    height: 5.5333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__product__kv__text .limited-circle {
    width: 16.6666666667vw;
    height: 16.6666666667vw;
  }
}
.refa-spring__product__kv__text .limited-text {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .refa-spring__product__kv__text .limited-text {
    font-size: 40px;
    line-height: 1.225;
    letter-spacing: 0em;
    font-weight: 300;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__product__kv__text .limited-text {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__product__kv__text .limited-text {
    font-size: calc(52 / 750 * 100vw);
    line-height: 1.4;
    letter-spacing: 0em;
    font-weight: 300;
  }
}
@media screen and (min-width: 768px) {
  .refa-spring__product__kv__text .caption {
    font-size: 20px;
    line-height: 2;
    letter-spacing: 0.02em;
    font-weight: 300;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__product__kv__text .caption {
    font-size: 1.3333333333vw;
  }
}
.refa-spring__product__kv__text .caption {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .refa-spring__product__kv__text .caption {
    margin-top: 5.8666666667vw;
  }
}
.refa-spring__product__kv__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .refa-spring__product__kv__img {
    position: relative;
    width: 481px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__product__kv__img {
    width: 32.0666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__product__kv__img {
    width: 100%;
    top: 49.3333333333vw;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__product__kv__img.img02 {
    top: 52vw;
  }
}
.refa-spring__product__kv__img .mainimg {
  -webkit-box-shadow: 10px 10px 4.5px rgba(54, 26, 32, 0.1);
          box-shadow: 10px 10px 4.5px rgba(54, 26, 32, 0.1);
}
@media screen and (min-width: 768px) {
  .refa-spring__product__kv__img .mainimg {
    margin-bottom: 19px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__product__kv__img .mainimg {
    margin-bottom: 1.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__product__kv__img .mainimg {
    margin-bottom: 5.0666666667vw;
  }
}
.refa-spring__product__kv__img .note {
  color: #72717a;
}
.refa-spring__product__kv__img .note__item {
  list-style: disc;
}
@media screen and (min-width: 768px) {
  .refa-spring__product__kv__img .note__item {
    font-size: 10px;
    line-height: 1.6;
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__product__kv__img .note__item {
    font-size: 0.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__product__kv__img .note__item {
    font-size: calc(20 / 750 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .refa-spring__product__kv__img .note__item {
    margin-left: 13px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__product__kv__img .note__item {
    margin-left: 0.8666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__product__kv__img .note__item {
    margin-left: 4.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__product__kv__img .caption {
    font-size: calc(34 / 750 * 100vw);
    line-height: 2;
    letter-spacing: 0.02em;
    font-weight: 300;
  }
}
.refa-spring__product__kv__img .caption {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .refa-spring__product__kv__img .caption {
    margin-bottom: 6.1333333333vw;
  }
}
.refa-spring__product__kv__disabled {
  display: none;
  position: absolute;
  inset: min(1.3333333333vw, 20px);
  background: rgba(120, 120, 120, 0.6);
  place-content: center;
  color: #fff;
  font-size: min(2.4vw, 36px);
  font-weight: 500;
  z-index: 100;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .refa-spring__product__kv__disabled {
    inset: 2.6666666667vw;
    font-size: 4.8vw;
  }
}
.refa-spring__product__kv.is-disabled .refa-spring__product__kv__disabled {
  display: -ms-grid;
  display: grid;
}
.refa-spring__product__campaignItems {
  background: url(../img/bg-campaignItems.jpg) no-repeat center center;
  background-size: cover;
  background-color: #ebf2f8;
}
@media screen and (min-width: 768px) {
  .refa-spring__product__campaignItems {
    padding: 94px 0 91px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__product__campaignItems {
    padding: 6.2666666667vw 0 6.0666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__product__campaignItems {
    background: url(../img/bg-campaignItems-sp.jpg) no-repeat center center;
    background-size: cover;
    padding: 17.3333333333vw 0 18.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .refa-spring__product__campaignItems__title {
    font-size: 36px;
    line-height: 1;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__product__campaignItems__title {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__product__campaignItems__title {
    font-size: calc(52 / 750 * 100vw);
    line-height: 1.3846153846;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
}
.refa-spring__product__campaignItems__title {
  color: #43454e;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .refa-spring__product__campaignItems__title {
    margin-bottom: 66px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__product__campaignItems__title {
    margin-bottom: 4.4vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__product__campaignItems__title {
    margin-bottom: 8.8vw;
  }
}
@media screen and (min-width: 768px) {
  .refa-spring__product__campaignItems .refa-spring__product__items__list__item {
    width: 306px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__product__campaignItems .refa-spring__product__items__list__item {
    width: 20.4vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__product__campaignItems .refa-spring__product__items__list__item {
    width: 100%;
  }
}
.refa-spring__product__campaignItems .refa-spring__product__items__list__item .js-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (min-width: 768px) {
  .refa-spring__product__campaignItems .refa-spring__product__items__list__item .js-cart {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__product__campaignItems .refa-spring__product__items__list__item .js-cart {
    -webkit-column-gap: 0.6666666667vw;
       -moz-column-gap: 0.6666666667vw;
            column-gap: 0.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__product__campaignItems .refa-spring__product__items__list__item .js-cart {
    -webkit-column-gap: 4.5333333333vw;
       -moz-column-gap: 4.5333333333vw;
            column-gap: 4.5333333333vw;
  }
}
.refa-spring__product__campaignItems .refa-spring__product__items__list__item .js-cart .select {
  width: 50%;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .refa-spring__product__campaignItems .refa-spring__product__items__list__item .js-cart .select::after {
    width: 11px;
    height: 7px;
    bottom: 5px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__product__campaignItems .refa-spring__product__items__list__item .js-cart .select::after {
    width: 0.7333333333vw;
    height: 0.4666666667vw;
    bottom: 0.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__product__campaignItems .refa-spring__product__items__list__item .js-cart .select::after {
    width: 2.9333333333vw;
    height: 1.8666666667vw;
    bottom: 1.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .refa-spring__product__campaignItems .refa-spring__product__items__list__item .js-cart .select.is-champagne-gold-selected select {
    padding-inline: min(1.3333333333vw, 20px) min(2.9333333333vw, 44px);
  }
}
@media screen and (min-width: 768px) {
  .refa-spring__product__campaignItems .refa-spring__product__items__list__item .js-cart .select select {
    font-size: 14px;
    line-height: 1.0714285714;
    letter-spacing: 0.07em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__product__campaignItems .refa-spring__product__items__list__item .js-cart .select select {
    font-size: 0.9333333333vw;
  }
}
.refa-spring__product__campaignItems .refa-spring__product__items__list__item .js-cart .select select {
  white-space: initial;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .refa-spring__product__campaignItems .refa-spring__product__items__list__item .js-cart .select select {
    height: 45px;
    padding-inline: min(0.5333333333vw, 8px) min(2.1333333333vw, 32px);
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__product__campaignItems .refa-spring__product__items__list__item .js-cart .select select {
    height: 3vw;
  }
}
.refa-spring__product__campaignItems .refa-spring__product__items__list__item .js-cart .btn {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .refa-spring__product__campaignItems .refa-spring__product__items__list__item .js-cart .btn {
    font-size: 12px;
    line-height: 1.25;
    letter-spacing: 0.07em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__product__campaignItems .refa-spring__product__items__list__item .js-cart .btn {
    font-size: 0.8vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__product__campaignItems .refa-spring__product__items__list__item .js-cart .btn {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.25;
    letter-spacing: 0.07em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .refa-spring__product__campaignItems .refa-spring__product__items__list__item .js-cart .btn {
    height: 45px;
    padding-left: 5px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__product__campaignItems .refa-spring__product__items__list__item .js-cart .btn {
    height: 3vw;
  }
}
@media screen and (min-width: 768px) {
  .refa-spring__product__campaignItems .refa-spring__product__items__list__item .js-cart .btn::after {
    width: 6px;
    height: 11px;
    right: 4px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__product__campaignItems .refa-spring__product__items__list__item .js-cart .btn::after {
    width: 0.4vw;
    height: 0.7333333333vw;
    right: 0.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__product__campaignItems .refa-spring__product__items__list__item .js-cart .btn::after {
    width: 1.7333333333vw;
    height: 2.6666666667vw;
    right: 2.4vw;
  }
}
.refa-spring__product__campaignItems .refa-spring__product__items__list__item .text {
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
}
@media screen and (min-width: 768px) {
  .refa-spring__product__campaignItems .refa-spring__product__items__list__item .text {
    padding-top: 14px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__product__campaignItems .refa-spring__product__items__list__item .text {
    padding-top: 0.9333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__product__campaignItems .refa-spring__product__items__list__item .text {
    padding-top: 3.7333333333vw;
  }
}
.refa-spring__product__items {
  position: relative;
  background: url(../img/bg-lineup.jpg) no-repeat center center;
  background-size: cover;
  background-color: #ebf2f8;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .refa-spring__product__items {
    padding: 80px 0 90px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__product__items {
    padding: 5.3333333333vw 0 6vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__product__items {
    background: url(../img/bg-lineup-sp.jpg) no-repeat center center;
    background-size: cover;
    padding: 18.6666666667vw 0 18.4vw;
  }
}
.refa-spring__product__items__box {
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .refa-spring__product__items__box {
    padding: 28px 0 0;
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__product__items__box {
    padding: 1.8666666667vw 0 0;
    margin-bottom: 2.4vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__product__items__box {
    padding: 7.2vw 4vw 0;
    margin-bottom: 16vw;
  }
}
.refa-spring__product__items__box .ttl {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .refa-spring__product__items__box .ttl {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__product__items__box .ttl {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__product__items__box .ttl {
    font-size: calc(30 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.02em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .refa-spring__product__items__box .ttl {
    margin-bottom: 19px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__product__items__box .ttl {
    margin-bottom: 1.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__product__items__box .ttl {
    margin-bottom: 3.2vw;
  }
}
.refa-spring__product__items__box .tablist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .refa-spring__product__items__box .tablist {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__product__items__box .tablist {
    -webkit-column-gap: 0.6666666667vw;
       -moz-column-gap: 0.6666666667vw;
            column-gap: 0.6666666667vw;
    padding-bottom: 1.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__product__items__box .tablist {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 1.3333333333vw;
       -moz-column-gap: 1.3333333333vw;
            column-gap: 1.3333333333vw;
    row-gap: 1.3333333333vw;
    padding-bottom: 4vw;
  }
}
.refa-spring__product__items__box .tablist-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #d6d6d6;
}
@media screen and (min-width: 768px) {
  .refa-spring__product__items__box .tablist-item {
    width: 150px;
    height: 114px;
    padding-top: 13px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__product__items__box .tablist-item {
    width: 10vw;
    height: 7.6vw;
    padding-top: 0.8666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__product__items__box .tablist-item {
    width: 27.0666666667vw;
    height: 26.6666666667vw;
    padding-top: 2.6666666667vw;
  }
}
.refa-spring__product__items__box .tablist-item.is-active {
  border-color: #ac2833;
}
.refa-spring__product__items__box .tablist-item-txt {
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .refa-spring__product__items__box .tablist-item-txt {
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0.04em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__product__items__box .tablist-item-txt {
    font-size: 0.8vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__product__items__box .tablist-item-txt {
    font-size: calc(20 / 750 * 100vw);
    line-height: 1.2;
    letter-spacing: 0.04em;
    font-weight: 400;
  }
}
.refa-spring__product__items__box .tablist-item-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: 100%;
  align-items: center;
}
.refa-spring__product__items__box .tablist-item img {
  width: auto;
}
@media screen and (min-width: 768px) {
  .refa-spring__product__items__box .tablist-item img {
    max-height: 40px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__product__items__box .tablist-item img {
    max-height: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__product__items__box .tablist-item img {
    max-height: 10.6666666667vw;
  }
}
.refa-spring__product__items__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .refa-spring__product__items__ttl {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__product__items__ttl {
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__product__items__ttl {
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .refa-spring__product__items__ttl img {
    width: 262px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__product__items__ttl img {
    width: 17.4666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__product__items__ttl img {
    width: 38.6666666667vw;
  }
}
.refa-spring__product__items__lead {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .refa-spring__product__items__lead {
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 0.02em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__product__items__lead {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__product__items__lead {
    font-size: calc(30 / 750 * 100vw);
    line-height: 1.8;
    letter-spacing: 0.02em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .refa-spring__product__items__lead {
    margin-bottom: 54px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__product__items__lead {
    margin-bottom: 3.6vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__product__items__lead {
    margin-bottom: 10.6666666667vw;
  }
}
.refa-spring__product__items__childsubttl {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  background-color: #f4f4f4;
}
@media screen and (min-width: 768px) {
  .refa-spring__product__items__childsubttl {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.02em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__product__items__childsubttl {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__product__items__childsubttl {
    font-size: calc(30 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.02em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .refa-spring__product__items__childsubttl {
    padding: 12px 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__product__items__childsubttl {
    padding: 0.8vw 0;
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__product__items__childsubttl {
    padding: 2.4vw 0;
    margin-bottom: 8vw;
  }
}
.refa-spring__product__items__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .refa-spring__product__items__list {
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
    row-gap: 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__product__items__list {
    -webkit-column-gap: 2.4vw;
       -moz-column-gap: 2.4vw;
            column-gap: 2.4vw;
    row-gap: 3.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__product__items__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 9.6vw;
  }
}
.refa-spring__product__items__list__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .refa-spring__product__items__list__item {
    width: 220px;
    max-height: 100%;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__product__items__list__item {
    width: 14.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__product__items__list__item {
    width: 42.6666666667vw;
  }
}
.refa-spring__product__items__list__item .img {
  position: relative;
  cursor: pointer;
}
.refa-spring__product__items__list__item .img .slick-arrow {
  position: absolute;
  z-index: 20;
  top: 50%;
  background-color: transparent;
  font-size: 0;
  border: none;
  background-image: url(../img/im-slider-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .refa-spring__product__items__list__item .img .slick-arrow {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__product__items__list__item .img .slick-arrow {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__product__items__list__item .img .slick-arrow {
    width: 5.7333333333vw;
    height: 5.7333333333vw;
  }
}
.refa-spring__product__items__list__item .img .slick-arrow.slick-prev {
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
}
@media screen and (min-width: 768px) {
  .refa-spring__product__items__list__item .img .slick-arrow.slick-prev {
    left: -10px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__product__items__list__item .img .slick-arrow.slick-prev {
    left: -0.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__product__items__list__item .img .slick-arrow.slick-prev {
    left: -2.6666666667vw;
  }
}
.refa-spring__product__items__list__item .img .slick-arrow.slick-next {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .refa-spring__product__items__list__item .img .slick-arrow.slick-next {
    right: -10px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__product__items__list__item .img .slick-arrow.slick-next {
    right: -0.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__product__items__list__item .img .slick-arrow.slick-next {
    right: -2.6666666667vw;
  }
}
.refa-spring__product__items__list__item .img .slick-slide div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .refa-spring__product__items__list__item .text {
    padding-top: 15px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__product__items__list__item .text {
    padding-top: 1vw;
    margin-bottom: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__product__items__list__item .text {
    padding-top: 4.2666666667vw;
    margin-bottom: 4.5333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .refa-spring__product__items__list__item .text-ttl {
    font-size: 16px;
    line-height: 1.625;
    letter-spacing: 0.04em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__product__items__list__item .text-ttl {
    font-size: 1.0666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__product__items__list__item .text-ttl {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.6153846154;
    letter-spacing: 0.04em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .refa-spring__product__items__list__item .text-price {
    font-size: 16px;
    line-height: 1.625;
    letter-spacing: 0.04em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__product__items__list__item .text-price {
    font-size: 1.0666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__product__items__list__item .text-price {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.75;
    letter-spacing: 0.04em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .refa-spring__product__items__list__item .text-price {
    margin-top: 4px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__product__items__list__item .text-price {
    margin-top: 0.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__product__items__list__item .text-price {
    margin-top: 0.8vw;
  }
}
@media screen and (min-width: 768px) {
  .refa-spring__product__items__list__item .text-price .unit {
    font-size: 18px;
    line-height: 1.5555555556;
    letter-spacing: 0.04em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__product__items__list__item .text-price .unit {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__product__items__list__item .text-price .unit {
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.04em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .refa-spring__product__items__list__item .text-price .u-min {
    font-size: 24px;
    line-height: 1.1666666667;
    letter-spacing: 0.04em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__product__items__list__item .text-price .u-min {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__product__items__list__item .text-price .u-min {
    font-size: calc(38 / 750 * 100vw);
    line-height: 1.1052631579;
    letter-spacing: 0.04em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .refa-spring__product__items__list__item .text-price .u-min {
    padding-right: 3px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__product__items__list__item .text-price .u-min {
    padding-right: 0.2vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__product__items__list__item .text-price .u-min {
    padding-right: 0.5333333333vw;
  }
}
.refa-spring__product__items__list__item .js-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.refa-spring__product__items__list__item .select {
  position: relative;
  border-radius: 0;
  display: block;
}
@media screen and (min-width: 768px) {
  .refa-spring__product__items__list__item .select {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__product__items__list__item .select {
    margin-bottom: 0.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__product__items__list__item .select {
    margin-bottom: 2.6666666667vw;
  }
}
.refa-spring__product__items__list__item .select::after {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/ic-arrow-bk.png);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .refa-spring__product__items__list__item .select::after {
    width: 13px;
    height: 8px;
    right: 15px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__product__items__list__item .select::after {
    width: 0.8666666667vw;
    height: 0.5333333333vw;
    right: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__product__items__list__item .select::after {
    width: 2.9333333333vw;
    height: 1.8666666667vw;
    right: 2.6666666667vw;
  }
}
.refa-spring__product__items__list__item .select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-family: "Noto Serif JP", serif;
  border: none;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(202, 220, 229)), color-stop(50%, rgb(239, 246, 247)), to(rgb(202, 220, 229)));
  background: linear-gradient(to right, rgb(202, 220, 229) 0%, rgb(239, 246, 247) 50%, rgb(202, 220, 229) 100%);
  color: #000;
  border-radius: 0;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
}
@media screen and (min-width: 768px) {
  .refa-spring__product__items__list__item .select select {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.04em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__product__items__list__item .select select {
    font-size: 1.0666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__product__items__list__item .select select {
    font-size: calc(25 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.04em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .refa-spring__product__items__list__item .select select {
    height: 60px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__product__items__list__item .select select {
    height: 4vw;
    padding-right: 1.0666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__product__items__list__item .select select {
    height: 12vw;
    padding-right: 4vw;
  }
}
.refa-spring__product__items__list__item .select select.small {
  text-align: left;
  -moz-text-align-last: left;
       text-align-last: left;
}
@media screen and (max-width: 767px) {
  .refa-spring__product__items__list__item .select select.small {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.04em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .refa-spring__product__items__list__item .select select.small {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__product__items__list__item .select select.small {
    padding-left: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__product__items__list__item .select select.small {
    padding-left: 3.0666666667vw;
  }
}
.refa-spring__product__items__list__item .select select::-ms-expand {
  display: none;
}
.refa-spring__product__items__list__item .btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
  background-color: #cc96a2;
  color: #fff;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .refa-spring__product__items__list__item .btn {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.04em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__product__items__list__item .btn {
    font-size: 1.0666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__product__items__list__item .btn {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.25;
    letter-spacing: 0.04em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .refa-spring__product__items__list__item .btn {
    height: 54px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__product__items__list__item .btn {
    height: 3.6vw;
    padding-left: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__product__items__list__item .btn {
    height: 12vw;
    padding-left: 2.6666666667vw;
  }
}
.refa-spring__product__items__list__item .btn::after {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/ic-arrow-wh.png);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .refa-spring__product__items__list__item .btn::after {
    width: 8.5px;
    height: 13.5px;
    right: 17.5px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__product__items__list__item .btn::after {
    width: 0.5666666667vw;
    height: 0.9vw;
    right: 1.1666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__product__items__list__item .btn::after {
    width: 1.7333333333vw;
    height: 2.6666666667vw;
    right: 2.4vw;
  }
}
.refa-spring__product__items__list__item .btn.disabled {
  background-color: #b9b9b9;
  pointer-events: none;
}
.refa-spring__product__items__list__item .btn.disabled.soldout {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
}
.refa-spring__product__items__list__item .btn.disabled.soldout::after {
  display: none;
}
.refa-spring__product__items__list__item .soldout-txt {
  width: 100%;
  margin-top: 6px;
  color: red;
}
@media screen and (min-width: 768px) {
  .refa-spring__product__items__list__item .soldout-txt {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__product__items__list__item .soldout-txt {
    font-size: 0.8vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__product__items__list__item .soldout-txt {
    font-size: calc(18 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.refa-spring__product__items__list__item .soldout-txt-link {
  display: block;
}
@media screen and (min-width: 768px) {
  .refa-spring__product__items__list__item .soldout-txt-link {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__product__items__list__item .soldout-txt-link {
    font-size: 0.8vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__product__items__list__item .soldout-txt-link {
    font-size: calc(18 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .refa-spring__product__items__list__item .soldout-txt-link {
    margin-top: 3px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__product__items__list__item .soldout-txt-link {
    margin-top: 0.2vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__product__items__list__item .soldout-txt-link {
    margin-top: 0.6666666667vw;
  }
}
.refa-spring__product__items__list__item .soldout-txt-link a {
  color: inherit;
  text-decoration: underline;
}
.refa-spring__product__items__list__item .link {
  display: block;
  color: #655f5d;
}
@media screen and (min-width: 768px) {
  .refa-spring__product__items__list__item .link {
    font-size: 12px;
    line-height: 1.75;
    letter-spacing: 0.07em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__product__items__list__item .link {
    font-size: 0.8vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__product__items__list__item .link {
    font-size: calc(20 / 750 * 100vw);
    line-height: 2.1;
    letter-spacing: 0.07em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .refa-spring__product__items__list__item .link {
    margin-top: 8px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__product__items__list__item .link {
    margin-top: 0.5333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__product__items__list__item .link {
    margin-top: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .refa-spring__product__items__list:has(.soldout-txt) .refa-spring__product__items__list__item {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__product__items__list:has(.soldout-txt) .refa-spring__product__items__list__item {
    margin-bottom: 3.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__product__items__list:has(.soldout-txt) .refa-spring__product__items__list__item {
    margin-bottom: 10vw;
  }
}
.refa-spring__product__items__standard {
  border-bottom: solid 1px #b8b8b8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .refa-spring__product__items__standard {
    margin-bottom: 60px;
    padding-bottom: 60px;
    -webkit-column-gap: 39px;
       -moz-column-gap: 39px;
            column-gap: 39px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__product__items__standard {
    margin-bottom: 4vw;
    padding-bottom: 4vw;
    -webkit-column-gap: 2.6vw;
       -moz-column-gap: 2.6vw;
            column-gap: 2.6vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__product__items__standard {
    margin-bottom: 9.3333333333vw;
    padding-bottom: 9.3333333333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 11.4666666667vw;
  }
}
.refa-spring__product__items__standard .standard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .refa-spring__product__items__standard .standard {
    -webkit-column-gap: 39px;
       -moz-column-gap: 39px;
            column-gap: 39px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__product__items__standard .standard {
    -webkit-column-gap: 2.6vw;
       -moz-column-gap: 2.6vw;
            column-gap: 2.6vw;
  }
}
.refa-spring__product__items__standard .standard__img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .refa-spring__product__items__standard .standard__img {
    width: 100vw;
  }
}
.refa-spring__product__items__standard .standard__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.refa-spring__product__items__standard .standard__info__title {
  text-align: center;
  color: #43454e;
}
@media screen and (min-width: 768px) {
  .refa-spring__product__items__standard .standard__info__title {
    font-size: 28px;
    line-height: 1.7142857143;
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__product__items__standard .standard__info__title {
    font-size: 1.8666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__product__items__standard .standard__info__title {
    font-size: calc(40 / 750 * 100vw);
    line-height: 1.35;
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .refa-spring__product__items__standard .standard__info__title {
    margin-bottom: 29px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__product__items__standard .standard__info__title {
    margin-bottom: 1.9333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__product__items__standard .standard__info__title {
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .refa-spring__product__items__standard .standard__info__title__deco {
    font-size: 20px;
    line-height: 1.9;
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__product__items__standard .standard__info__title__deco {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__product__items__standard .standard__info__title__deco {
    font-size: calc(30 / 750 * 100vw);
    line-height: 1.8;
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
.refa-spring__product__items__standard .standard__info__title__deco {
  display: block;
}
.refa-spring__product__items__standard .standard__info__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .refa-spring__product__items__standard .standard__info__cont {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__product__items__standard .standard__info__cont {
    -webkit-column-gap: 2.6666666667vw;
       -moz-column-gap: 2.6666666667vw;
            column-gap: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__product__items__standard .standard__info__cont {
    gap: 6.6666666667vw;
  }
}
.refa-spring__product__items__standard .standard__info__cont__img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.refa-spring__product__items__standard .standard__info__cont__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.refa-spring__product__items__standard .standard__info__cont__text .name {
  color: #43454e;
}
@media screen and (min-width: 768px) {
  .refa-spring__product__items__standard .standard__info__cont__text .name {
    font-size: 18px;
    line-height: 1.5555555556;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__product__items__standard .standard__info__cont__text .name {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__product__items__standard .standard__info__cont__text .name {
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .refa-spring__product__items__standard .standard__info__cont__text .name {
    padding-bottom: 34px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__product__items__standard .standard__info__cont__text .name {
    padding-bottom: 2.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__product__items__standard .standard__info__cont__text .name {
    padding-bottom: 4.5333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .refa-spring__product__items__standard .standard__info__cont__text .name__deco {
    font-size: 17px;
    line-height: 1.6470588235;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__product__items__standard .standard__info__cont__text .name__deco {
    font-size: 1.1333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__product__items__standard .standard__info__cont__text .name__deco {
    font-size: calc(22 / 750 * 100vw);
    line-height: 1.9090909091;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
}
.refa-spring__product__items__standard .standard__info__cont__text .name__deco {
  display: block;
}
.refa-spring__product__items__standard .standard__info__cont__text .btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  color: #5d5f65;
  border-radius: 100px;
  border: solid 1px #d6d6d6;
}
@media screen and (min-width: 768px) {
  .refa-spring__product__items__standard .standard__info__cont__text .btn {
    font-size: 14px;
    line-height: 1.1428571429;
    letter-spacing: 0.04em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__product__items__standard .standard__info__cont__text .btn {
    font-size: 0.9333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__product__items__standard .standard__info__cont__text .btn {
    font-size: calc(20 / 750 * 100vw);
    line-height: 1.2;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .refa-spring__product__items__standard .standard__info__cont__text .btn {
    display: none;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__product__items__standard .standard__info__cont__text .btn {
    height: 3.6vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__product__items__standard .standard__info__cont__text .btn {
    height: 9.3333333333vw;
  }
}
.refa-spring__product__items__standard .standard__info__cont__text .btn::after {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/ic-arrow-bk.png);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .refa-spring__product__items__standard .standard__info__cont__text .btn::after {
    width: 14px;
    height: 14px;
    right: 20px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__product__items__standard .standard__info__cont__text .btn::after {
    width: 0.9333333333vw;
    height: 0.9333333333vw;
    right: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__product__items__standard .standard__info__cont__text .btn::after {
    width: 3.2vw;
    height: 3.2vw;
    top: calc(50% + max(2px, 0.7vw));
    right: 2.4vw;
  }
}
.refa-spring__product__items__standard .standard__info__cont__text .btn--icon-reverse::after {
  top: calc(50% + max(-2px, -0.7vw));
  -webkit-transform: translateY(-50%) scaleY(-1);
          transform: translateY(-50%) scaleY(-1);
}
.refa-spring__faq {
  position: relative;
}
@media screen and (min-width: 768px) {
  .refa-spring__faq {
    margin-bottom: 70px;
    padding-top: 90px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__faq {
    margin-bottom: 4.6666666667vw;
    padding-top: 6vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__faq {
    margin-bottom: 12vw;
    padding-top: 16vw;
  }
}
.refa-spring__faq::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .refa-spring__faq::before {
    height: 4px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__faq::before {
    height: 0.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__faq::before {
    height: 0.5333333333vw;
  }
}
.refa-spring__faq__head {
  text-align: center;
  color: #a6000c;
}
@media screen and (min-width: 768px) {
  .refa-spring__faq__head {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__faq__head {
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__faq__head {
    margin-bottom: 12vw;
  }
}
.refa-spring__faq__head img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .refa-spring__faq__head img {
    width: 118px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__faq__head img {
    width: 7.8666666667vw;
    margin-bottom: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__faq__head img {
    width: 17.4666666667vw;
    margin-bottom: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .refa-spring__faq__head .u-min {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.06em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__faq__head .u-min {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__faq__head .u-min {
    font-size: calc(32 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.06em;
    font-weight: 500;
  }
}
.refa-spring__faq__list__item {
  border-bottom: 1px solid #d6d6d6;
}
@media screen and (min-width: 768px) {
  .refa-spring__faq__list__item {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__faq__list__item {
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__faq__list__item {
    margin-bottom: 5.3333333333vw;
  }
}
.refa-spring__faq__list__item:last-child {
  border-bottom: none;
}
.refa-spring__faq__list__item.open .refa-spring__faq__list__item__q::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.refa-spring__faq__list__item__q {
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .refa-spring__faq__list__item__q {
    padding-left: 48px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__faq__list__item__q {
    padding-left: 3.2vw;
    padding-bottom: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__faq__list__item__q {
    padding-left: 8.5333333333vw;
    padding-bottom: 4vw;
    padding-right: 5.3333333333vw;
  }
}
.refa-spring__faq__list__item__q .txt {
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .refa-spring__faq__list__item__q .txt {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__faq__list__item__q .txt {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__faq__list__item__q .txt {
    font-size: calc(30 / 750 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.04em;
    font-weight: 500;
  }
}
.refa-spring__faq__list__item__q::before, .refa-spring__faq__list__item__q::after {
  position: absolute;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.refa-spring__faq__list__item__q::before {
  content: "Q";
  color: #cc96a2;
  top: 0;
  left: 0;
  font-family: "Bodoni Moda", serif;
}
@media screen and (min-width: 768px) {
  .refa-spring__faq__list__item__q::before {
    font-size: 34px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__faq__list__item__q::before {
    font-size: 2.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__faq__list__item__q::before {
    font-size: calc(48 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 600;
  }
}
.refa-spring__faq__list__item__q::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/ic-arrow-pi.png);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
@media screen and (min-width: 768px) {
  .refa-spring__faq__list__item__q::after {
    width: 20.5px;
    height: 13px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__faq__list__item__q::after {
    width: 1.3666666667vw;
    height: 0.8666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__faq__list__item__q::after {
    width: 3.4666666667vw;
    height: 2.1333333333vw;
  }
}
.refa-spring__faq__list__item__a {
  display: none;
}
@media screen and (min-width: 768px) {
  .refa-spring__faq__list__item__a {
    padding: 0 58px 20px 45px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__faq__list__item__a {
    padding: 0 3.8666666667vw 1.3333333333vw 3vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__faq__list__item__a {
    padding: 0 0 4vw 8.5333333333vw;
  }
}
.refa-spring__faq__list__item__a .txt {
  color: #7f7f7f;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .refa-spring__faq__list__item__a .txt {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.08em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__faq__list__item__a .txt {
    font-size: 1.0666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__faq__list__item__a .txt {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.7692307692;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
}
.refa-spring__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.refa-spring__indexLink {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .refa-spring__indexLink {
    margin: 48px auto 0;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__indexLink {
    margin: 3.2vw auto 0;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__indexLink {
    width: 100%;
    max-width: 92vw;
    margin: 13.0666666667vw auto 0;
  }
}
.refa-spring__indexLink .btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #cc96a2;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  border-radius: 100px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .refa-spring__indexLink .btn {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.04em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__indexLink .btn {
    font-size: 1.0666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__indexLink .btn {
    font-size: calc(28 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .refa-spring__indexLink .btn {
    height: 65px;
    min-width: 340px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__indexLink .btn {
    height: 4.3333333333vw;
    min-width: 22.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__indexLink .btn {
    height: 16vw;
    width: 100%;
  }
}
.refa-spring__indexLink .btn::after {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/ic-arrow-wh.png);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .refa-spring__indexLink .btn::after {
    width: 8.5px;
    height: 13.5px;
    right: 17.5px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__indexLink .btn::after {
    width: 0.5666666667vw;
    height: 0.9vw;
    right: 1.1666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__indexLink .btn::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__indexLink .btn__text {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__indexLink .btn__text::after {
    position: absolute;
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/ic-arrow-wh.png);
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1.7333333333vw;
    height: 2.6666666667vw;
    right: -4vw;
  }
}
.refa-spring__lineupbtn {
  position: fixed;
  z-index: 1000012;
  bottom: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .refa-spring__lineupbtn {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__lineupbtn {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__lineupbtn {
    width: 20vw;
    height: 20vw;
  }
}
.refa-spring__lineupbtn.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.refa-spring .js-panel {
  display: none;
}
.refa-spring .js-panel.is-active {
  display: block;
}
@media screen and (max-width: 767px) {
  .refa-spring .is-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .refa-spring .is-sp {
    display: none;
  }
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 100px;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 100000;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

@media screen and (max-width: 767.98px) {
  .modal {
    padding: 0;
  }
}
.modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.modal.is-open .modal__wrap {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.modal__wrap {
  position: relative;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0;
  -webkit-transition: 0.2s 0.1s all;
  transition: 0.2s 0.1s all;
}

@media screen and (min-width: 768px) {
  .modal__wrap {
    width: 400px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1339.98px) {
  .modal__wrap {
    width: 29.8507462687vw;
  }
}
@media screen and (max-width: 767.98px) {
  .modal__wrap {
    width: 80vw;
  }
}
.modal__inner {
  position: relative;
}

.modal__inner .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  border: 0;
  background: url(../img/im-slider-arrow.png) no-repeat center center;
  background-size: contain;
  font-size: 0;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .modal__inner .slick-arrow {
    width: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1339.98px) {
  .modal__inner .slick-arrow {
    width: 2.9850746269vw;
  }
}
@media screen and (max-width: 767.98px) {
  .modal__inner .slick-arrow {
    width: 8vw;
  }
}
.modal__inner .slick-arrow.slick-prev {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

@media screen and (min-width: 768px) {
  .modal__inner .slick-arrow.slick-prev {
    left: -20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1339.98px) {
  .modal__inner .slick-arrow.slick-prev {
    left: -1.4925373134vw;
  }
}
@media screen and (max-width: 767.98px) {
  .modal__inner .slick-arrow.slick-prev {
    left: -4vw;
  }
}
@media screen and (min-width: 768px) {
  .modal__inner .slick-arrow.slick-next {
    right: -20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1339.98px) {
  .modal__inner .slick-arrow.slick-next {
    right: -1.4925373134vw;
  }
}
@media screen and (max-width: 767.98px) {
  .modal__inner .slick-arrow.slick-next {
    right: -4vw;
  }
}
.modal__inner .slick-dots {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal__inner .slick-dots li {
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .modal__inner .slick-dots li {
    padding: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1339.98px) {
  .modal__inner .slick-dots li {
    padding: 0.8955223881vw;
  }
}
@media screen and (max-width: 767.98px) {
  .modal__inner .slick-dots li {
    padding: 2.6666666667vw;
  }
}
.modal__inner .slick-dots li.slick-active button {
  background-color: #a12f2b;
}

.modal__inner .slick-dots button {
  background-color: #fff;
  border-radius: 50%;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 0;
}

@media screen and (min-width: 768px) {
  .modal__inner .slick-dots button {
    width: 12px;
    height: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1339.98px) {
  .modal__inner .slick-dots button {
    width: 0.8955223881vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1339.98px) {
  .modal__inner .slick-dots button {
    height: 0.8955223881vw;
  }
}
@media screen and (max-width: 767.98px) {
  .modal__inner .slick-dots button {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
.modal__close {
  position: absolute;
  border-radius: 50%;
  background-color: #000;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  outline: none;
  z-index: 1000;
}

@media screen and (min-width: 768px) {
  .modal__close {
    top: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1339.98px) {
  .modal__close {
    top: -1.4925373134vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1339.98px) {
  .modal__close {
    right: -1.4925373134vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1339.98px) {
  .modal__close {
    width: 2.9850746269vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1339.98px) {
  .modal__close {
    height: 2.9850746269vw;
  }
}
@media screen and (max-width: 767.98px) {
  .modal__close {
    top: -4vw;
    right: -4vw;
    width: 8vw;
    height: 8vw;
  }
}
.modal__close::before, .modal__close::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 50%;
  height: 2px;
  margin: auto;
  background-color: #fff;
}

.modal__close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modal__close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}