@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__kv__slider .slick-slide div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.refa-spring__intro__bg {
  background: url(../img/bg-intro.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
@media screen and (min-width: 768px) {
  .refa-spring__intro__bg {
    padding: 76px 0 94px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__intro__bg {
    padding: 5.0666666667vw 0 6.2666666667vw;
  }
}
@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: 9.3333333333vw 0 14.1333333333vw;
  }
}
.refa-spring__intro__anchor {
  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__intro__anchor {
    gap: 40px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__intro__anchor {
    gap: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__intro__anchor {
    gap: 2.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__intro__anchor__item {
    width: calc(50% - 1.3333333333vw);
  }
}
.refa-spring__intro__anchor__item a {
  display: block;
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 15px rgba(211, 178, 180, 0.3);
          box-shadow: 5px 5px 15px rgba(211, 178, 180, 0.3);
  position: relative;
}
@media screen and (min-width: 768px) {
  .refa-spring__intro__anchor__item a {
    width: 250px;
    padding: 24px 0;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__intro__anchor__item a {
    width: 16.6666666667vw;
    padding: 1.6vw 0;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__intro__anchor__item a {
    width: 100%;
    padding: 5.3333333333vw 0 5.2vw;
  }
}
.refa-spring__intro__anchor__item a .text01 {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .refa-spring__intro__anchor__item a .text01 {
    gap: 13px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__intro__anchor__item a .text01 {
    gap: 0.8666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__intro__anchor__item a .text01 {
    gap: 2.2666666667vw;
  }
}
.refa-spring__intro__anchor__item a .text01::before {
  position: absolute;
  content: "";
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #cc96a2;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .refa-spring__intro__anchor__item a .text01::before {
    width: 28px;
    height: 28px;
    bottom: -14px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__intro__anchor__item a .text01::before {
    width: 1.8666666667vw;
    height: 1.8666666667vw;
    bottom: -0.9333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__intro__anchor__item a .text01::before {
    width: 6.4vw;
    height: 6.4vw;
    bottom: -3.2vw;
  }
}
.refa-spring__intro__anchor__item a .text01::after {
  content: "";
  position: absolute;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  rotate: 135deg;
}
@media screen and (min-width: 768px) {
  .refa-spring__intro__anchor__item a .text01::after {
    width: 8px;
    height: 8px;
    bottom: -2px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__intro__anchor__item a .text01::after {
    width: 0.5333333333vw;
    height: 0.5333333333vw;
    bottom: -0.1333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__intro__anchor__item a .text01::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;
  }
}
.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: #636363;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  align-items: center;
}
@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(34 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.025em;
    font-weight: 500;
  }
}
.refa-spring__intro__anchor__item a .text01__ttl__small {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}
.refa-spring__intro__anchor__item a .text01__num {
  display: inline-block;
  color: #cc96a2;
  border: solid 1px #cc96a2;
}
@media screen and (min-width: 768px) {
  .refa-spring__intro__anchor__item a .text01__num {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__intro__anchor__item a .text01__num {
    font-size: 0.9333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__intro__anchor__item a .text01__num {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.025em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .refa-spring__intro__anchor__item a .text01__num {
    padding: 5px 7px 6px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__intro__anchor__item a .text01__num {
    padding: 0.3333333333vw 0.4666666667vw 0.4vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__intro__anchor__item a .text01__num {
    padding: 0.6666666667vw 0.9333333333vw 0.9333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .refa-spring__intro__anchor__item a .text01__num__big {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__intro__anchor__item a .text01__num__big {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__intro__anchor__item a .text01__num__big {
    font-size: calc(30 / 750 * 100vw);
    line-height: 1.1333333333;
    letter-spacing: 0.025em;
    font-weight: 400;
  }
}
.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;
  }
}
.refa-spring__intro__lead {
  text-align: center;
  color: #636363;
}
@media screen and (min-width: 768px) {
  .refa-spring__intro__lead {
    font-size: 20px;
    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.3333333333vw;
  }
}
@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;
  }
}
@media screen and (min-width: 768px) {
  .refa-spring__intro__lead {
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__intro__lead {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__intro__lead {
    margin-bottom: 10.1333333333vw;
  }
}
.refa-spring__campaign {
  position: relative;
  z-index: 3;
}
.refa-spring__campaign__kv {
  color: #c06e80;
  position: relative;
  z-index: 3;
  background: url(../img/bg-campaign.jpg) no-repeat center center;
  background-size: cover;
  background-color: #ebf2f8;
}
@media screen and (min-width: 768px) {
  .refa-spring__campaign__kv {
    padding: 95px 0 93px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__campaign__kv {
    padding: 6.3333333333vw 0 6.2vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__campaign__kv {
    padding: 10.1333333333vw 0 13.0666666667vw;
    background: url(../img/bg-campaign-sp.jpg) no-repeat center center;
  }
}
.refa-spring__campaign__kv--bgWh {
  background: url(../img/bg-intro.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .refa-spring__campaign__kv--bgWh {
    background: url(../img/bg-intro-sp.jpg) no-repeat center center;
  }
}
.refa-spring__campaign__kv--bgWh .l-inner {
  mix-blend-mode: multiply;
}
@media screen and (min-width: 768px) {
  .refa-spring__campaign__kv .l-inner {
    max-width: 1280px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__campaign__kv .l-inner {
    max-width: 85.3333333333vw;
  }
}
.refa-spring__campaign__kv::before, .refa-spring__campaign__kv::after {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
.refa-spring__campaign__kv__title {
  color: #636363;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .refa-spring__campaign__kv__title .campaignTit__num {
    font-size: 42px;
    line-height: 1.1904761905;
    letter-spacing: 0.2em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__campaign__kv__title .campaignTit__num {
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__campaign__kv__title .campaignTit__num {
    font-size: calc(60 / 750 * 100vw);
    line-height: 1.2;
    letter-spacing: 0.2em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .refa-spring__campaign__kv__title .campaignTit__num {
    margin-bottom: 27px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__campaign__kv__title .campaignTit__num {
    margin-bottom: 1.8vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__campaign__kv__title .campaignTit__num {
    margin-bottom: 5.0666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .refa-spring__campaign__kv__title .campaignTit__num__big {
    font-size: 68px;
    line-height: 0.7352941176;
    letter-spacing: 0.2em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__campaign__kv__title .campaignTit__num__big {
    font-size: 4.5333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__campaign__kv__title .campaignTit__num__big {
    font-size: calc(96 / 750 * 100vw);
    line-height: 0.75;
    letter-spacing: 0.2em;
    font-weight: 400;
  }
}
.refa-spring__campaign__kv__title .campaignTit__date {
  border-top: solid 1px #a7aaad;
  border-bottom: solid 1px #a7aaad;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .refa-spring__campaign__kv__title .campaignTit__date {
    padding: 7px 50px 8px;
    margin: 0 auto 65px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__campaign__kv__title .campaignTit__date {
    padding: 0.4666666667vw 3.3333333333vw 0.5333333333vw;
    margin: 0 auto 4.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__campaign__kv__title .campaignTit__date {
    padding: 0 4.6666666667vw;
    margin: 0 auto 10.5333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .refa-spring__campaign__kv__title .campaignTit__date__item {
    font-size: 32px;
    line-height: 1.5;
    letter-spacing: 0.025em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__campaign__kv__title .campaignTit__date__item {
    font-size: 2.1333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__campaign__kv__title .campaignTit__date__item {
    font-size: calc(46 / 750 * 100vw);
    line-height: 2.0869565217;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
.refa-spring__campaign__kv__title .campaignTit__date__item:first-child::after {
  content: "-";
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .refa-spring__campaign__kv__title .campaignTit__date__item:first-child::after {
    padding: 0 7px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__campaign__kv__title .campaignTit__date__item:first-child::after {
    padding: 0 0.4666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__campaign__kv__title .campaignTit__date__item:first-child::after {
    padding: 0 4.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .refa-spring__campaign__kv__title .campaignTit__date__item__week {
    font-size: 20px;
    line-height: 2.4;
    letter-spacing: 0.025em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__campaign__kv__title .campaignTit__date__item__week {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__campaign__kv__title .campaignTit__date__item__week {
    font-size: calc(32 / 750 * 100vw);
    line-height: 3;
    letter-spacing: 0.025em;
    font-weight: 400;
  }
}
.refa-spring__campaign__kv__inner {
  position: relative;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .refa-spring__campaign__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: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 52px 0 52px;
    gap: 58px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__campaign__kv__inner {
    padding: 3.4666666667vw 0 2.7333333333vw;
    gap: 3.8666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__campaign__kv__inner {
    padding: 2.6666666667vw 4vw 6.6666666667vw;
  }
}
.refa-spring__campaign__kv__inner--comingSoon {
  background-color: #cccccc;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .refa-spring__campaign__kv__inner--comingSoon {
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0.12em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__campaign__kv__inner--comingSoon {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__campaign__kv__inner--comingSoon {
    font-size: calc(40 / 750 * 100vw);
    line-height: 3;
    letter-spacing: 0.08em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .refa-spring__campaign__kv__inner--comingSoon {
    padding: 124px 0 136px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__campaign__kv__inner--comingSoon {
    padding: 8.2666666667vw 0 9.0666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__campaign__kv__inner--comingSoon {
    padding: 9.8666666667vw 0;
  }
}
@media screen and (min-width: 768px) {
  .refa-spring__campaign__kv__text {
    width: 428px;
    margin-top: 37px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__campaign__kv__text {
    width: 28.5333333333vw;
    margin-top: 2.4666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__campaign__kv__text {
    width: 100%;
    margin-bottom: 3.7333333333vw;
  }
}
.refa-spring__campaign__kv__text .number {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .refa-spring__campaign__kv__text .number {
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__campaign__kv__text .number {
    margin-bottom: 0.9333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__campaign__kv__text .number {
    margin-bottom: 3.2vw;
  }
}
.refa-spring__campaign__kv__text .number-special {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .refa-spring__campaign__kv__text .number-special {
    width: 128px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__campaign__kv__text .number-special {
    width: 8.5333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__campaign__kv__text .number-special {
    width: 28.9333333333vw;
  }
}
.refa-spring__campaign__kv__text .caution {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .refa-spring__campaign__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__campaign__kv__text .caution {
    font-size: 1.8666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__campaign__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__campaign__kv__text .caution {
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__campaign__kv__text .caution {
    margin-bottom: 0.9333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__campaign__kv__text .caution {
    margin-bottom: 1.0666666667vw;
  }
}
.refa-spring__campaign__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__campaign__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__campaign__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__campaign__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__campaign__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: #636363;
  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__campaign__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__campaign__kv__text .limited-circle {
    font-size: 1.1333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__campaign__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__campaign__kv__text .limited-circle {
    width: 83px;
    height: 83px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__campaign__kv__text .limited-circle {
    width: 5.5333333333vw;
    height: 5.5333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__campaign__kv__text .limited-circle {
    width: 16.6666666667vw;
    height: 16.6666666667vw;
  }
}
.refa-spring__campaign__kv__text .limited-text {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .refa-spring__campaign__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__campaign__kv__text .limited-text {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__campaign__kv__text .limited-text {
    font-size: calc(52 / 750 * 100vw);
    line-height: 1.4;
    letter-spacing: 0em;
    font-weight: 300;
  }
}
.refa-spring__campaign__kv__text .caption {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .refa-spring__campaign__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__campaign__kv__text .caption {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__campaign__kv__text .caption {
    margin-top: 5.8666666667vw;
  }
}
.refa-spring__campaign__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__campaign__kv__img {
    position: relative;
    width: 481px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__campaign__kv__img {
    width: 32.0666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__campaign__kv__img {
    width: 100%;
    top: 49.3333333333vw;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__campaign__kv__img.img02 {
    top: 52vw;
  }
}
.refa-spring__campaign__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__campaign__kv__img .mainimg {
    margin-bottom: 19px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__campaign__kv__img .mainimg {
    margin-bottom: 1.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__campaign__kv__img .mainimg {
    margin-bottom: 5.0666666667vw;
  }
}
.refa-spring__campaign__kv__img .note {
  color: #72717a;
}
.refa-spring__campaign__kv__img .note__item {
  list-style: disc;
}
@media screen and (min-width: 768px) {
  .refa-spring__campaign__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__campaign__kv__img .note__item {
    font-size: 0.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__campaign__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__campaign__kv__img .note__item {
    margin-left: 13px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__campaign__kv__img .note__item {
    margin-left: 0.8666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__campaign__kv__img .note__item {
    margin-left: 4.2666666667vw;
  }
}
.refa-spring__campaign__kv__img .caption {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .refa-spring__campaign__kv__img .caption {
    font-size: calc(34 / 750 * 100vw);
    line-height: 2;
    letter-spacing: 0.02em;
    font-weight: 300;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__campaign__kv__img .caption {
    margin-bottom: 6.1333333333vw;
  }
}
.refa-spring__campaign__kv__link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .refa-spring__campaign__kv__link {
    margin: 48px auto 0;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__campaign__kv__link {
    margin: 3.2vw auto 0;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__campaign__kv__link {
    width: 100%;
    max-width: 75vw;
    margin: 13.0666666667vw auto 0;
  }
}
.refa-spring__campaign__kv__link .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: #869096;
  color: #fff;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .refa-spring__campaign__kv__link .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__campaign__kv__link .btn {
    font-size: 1.0666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__campaign__kv__link .btn {
    font-size: calc(28 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .refa-spring__campaign__kv__link .btn {
    height: 65px;
    min-width: 340px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__campaign__kv__link .btn {
    height: 4.3333333333vw;
    min-width: 22.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__campaign__kv__link .btn {
    height: 16vw;
    width: 100%;
  }
}
.refa-spring__campaign__kv__link .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__campaign__kv__link .btn::after {
    width: 8.5px;
    height: 13.5px;
    right: 17.5px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .refa-spring__campaign__kv__link .btn::after {
    width: 0.5666666667vw;
    height: 0.9vw;
    right: 1.1666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__campaign__kv__link .btn::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__campaign__kv__link .btn__text {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .refa-spring__campaign__kv__link .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__campaign__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__campaign__kv__disabled {
    inset: 2.6666666667vw;
    font-size: 4.8vw;
  }
}
.refa-spring__campaign__kv.is-disabled .refa-spring__campaign__kv__disabled {
  display: -ms-grid;
  display: grid;
}
.refa-spring__visual {
  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;
}
@media screen and (max-width: 767px) {
  .refa-spring .is-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .refa-spring .is-sp {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */