@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inria+Serif:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Noto+Sans+JP:wght@100..900&display=swap");
html {
  scroll-behavior: smooth;
}

@media screen and (max-width: 750px) {
  .pcOnly {
    display: none !important;
  }
}

@media screen and (min-width: 751px) {
  .spOnly {
    display: none !important;
  }
}

.repair-mask {
  position: relative;
  margin: 0 auto;
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  overflow-x: hidden;
  font-weight: 500;
}

.repair-mask * {
  box-sizing: border-box;
}

.repair-mask img {
  width: 100%;
  height: auto;
}

.clearWide {
  margin: 0 calc(50% - 50vw); /* 画面幅いっぱいにはみ出させるためのネガティブマージン */
  width: 100vw; /* 幅を画面幅いっぱいに指定 */
}

.kv {
  width: 100%;
}

.sec2 {
  width: 100%;
}
.sec2 .sec2In {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .sec2 .sec2In {
    padding: 80px 0;
  }
}
@media screen and (max-width: 750px) {
  .sec2 .sec2In {
    padding: 30px 0;
  }
}
.sec2 .sec2inSp {
  padding: 0 8%;
}
@media screen and (min-width: 751px) {
  .sec2 .sec2L {
    display: inline-block;
    width: 48%;
    text-align: center;
    vertical-align: text-top;
  }
  .sec2 .sec2L img {
    width: 460px;
    margin: 0 auto;
  }
  .sec2 .sec2R {
    display: inline-block;
    width: 48%;
    text-align: center;
    vertical-align: text-top;
  }
}
@media screen and (max-width: 750px) {
  .sec2 .sec2L img {
    width: 80%;
    margin: 0 10% 10px 10%;
  }
}
.sec2 .sec2Tx01 {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.41;
  font-weight: 600;
}
.sec2 .sec2Tx01 span {
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  .sec2 .sec2Tx01 {
    padding-bottom: 10px;
    font-size: 4.53vw;
  }
}
.sec2 .sec2Tx02 {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.41;
  font-weight: 400;
  margin-bottom: 20px;
}
.sec2 .sec2Tx02 span.price {
  font-size: 26px;
}
@media screen and (max-width: 750px) {
  .sec2 .sec2Tx02 {
    font-size: 3.2vw;
    margin-bottom: 10px;
  }
  .sec2 .sec2Tx02 span.price {
    font-size: 4.27vw;
  }
}
.sec2 .sec2Tx03 {
  font-size: 16px;
  line-height: 1.53;
  color: #493D4B;
}
.sec2 .sec2Tx03 span {
  font-size: 15px;
}
@media screen and (max-width: 750px) {
  .sec2 .sec2Tx03 {
    font-size: 3.2vw;
  }
  .sec2 .sec2Tx03 span {
    font-size: 3.2vw;
  }
}

.checklist {
  width: 100%;
  background-color: #ECDFF2;
}
.checklist .checklistIn {
  max-width: 984px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .checklist .checklistIn {
    padding: 80px 0;
  }
}

.productInfo {
  width: 100%;
  background: #d3d4f0 url(/cms/chantacharm/img/usr/pages/sleeping-repair-mask/img03bg.webp);
  background-size: cover;
  background-position: right center;
}
.productInfo .productInfoIn {
  max-width: 984px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
@media screen and (min-width: 751px) {
  .productInfo .productInfoIn {
    padding: 80px 0;
  }
  .productInfo .productInfoIn img {
    width: 468px;
  }
}

.sec3 {
  width: 100%;
  background-color: #BDBCE6;
}
@media screen and (min-width: 751px) {
  .sec3 {
    padding: 70px 0;
  }
}
@media screen and (min-width: 751px) {
  .sec3 .sec3In {
    max-width: 978px;
    margin: 0 auto;
  }
}

.sec4 {
  width: 100%;
  background-color: #D7D0EE;
}
@media screen and (min-width: 751px) {
  .sec4 {
    padding: 70px 0;
  }
}
@media screen and (min-width: 751px) {
  .sec4 .sec4In {
    max-width: 977px;
    margin: 0 auto;
  }
}

.sec5 {
  width: 100%;
  background-color: #BDBCE6;
}
@media screen and (min-width: 751px) {
  .sec5 {
    padding: 70px 0;
  }
}
@media screen and (min-width: 751px) {
  .sec5 .sec5In {
    max-width: 950px;
    margin: 0 auto;
  }
}

.sec6 {
  width: 100%;
  background-color: #E9E7E0;
  padding: 60px 0;
}
@media screen and (max-width: 750px) {
  .sec6 {
    padding: 40px 8% 30px;
  }
}
.sec6 .sec6In {
  color: #302F19;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .sec6 .sec6In {
    max-width: 1000px;
    margin: 0 auto;
  }
  .sec6 .sec6In img {
    width: 587px;
    margin: 0 auto;
  }
}
.sec6 ul {
  text-align: center;
}
@media screen and (min-width: 751px) {
  .sec6 ul li {
    width: 320px;
    float: left;
    margin-right: 20px;
  }
  .sec6 ul li img {
    max-width: 100%;
  }
  .sec6 ul li:last-child {
    margin-right: 0;
  }
}
.sec6 .stepTx01 {
  font-size: 16px;
  padding-bottom: 25px;
  letter-spacing: 0.1em;
  color: #915DA3;
}
@media screen and (max-width: 750px) {
  .sec6 .stepTx01 {
    font-size: 3.2vw;
  }
}
.sec6 .stepTx02 {
  font-size: 30px;
  padding-bottom: 30px;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.1em;
  color: #915DA3;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .sec6 .stepTx02 {
    font-size: 6.66vw;
  }
}
.sec6 .stepTx03 {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.55;
}
@media screen and (max-width: 750px) {
  .sec6 .stepTx03 {
    padding-bottom: 10px;
    font-size: 4.53vw;
  }
}
.sec6 .stepTx04 {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.55;
  margin: 0 -1em;
  padding-bottom: 35px;
}
@media screen and (max-width: 750px) {
  .sec6 .stepTx04 {
    font-size: 4.53vw;
  }
}

.sec7 {
  width: 100%;
  padding: 75px 0 120px;
}
@media screen and (max-width: 750px) {
  .sec7 {
    padding: 40px 8% 30px;
  }
}
.sec7 .sec7In {
  color: #575757;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .sec7 .sec7In {
    max-width: 920px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 751px) {
  .sec7 .productR {
    width: 52.7%;
    float: right;
  }
  .sec7 .productR.released {
    padding-top: 30px;
  }
}
.sec7 .productR .kvBrd {
  border: 1px solid #915DA3;
  padding: 0 10px 15px;
  margin-top: 17px;
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .sec7 .productR .kvBrd {
    margin-bottom: 20px;
  }
}
.sec7 .productR .kvBrd .kvBrdTx01 {
  width: 58.4vw;
  margin: -3vw auto 0;
  background-color: #fff;
  box-sizing: content-box;
  padding: 0 3vw;
}
@media screen and (min-width: 751px) {
  .sec7 .productR .kvBrd .kvBrdTx01 {
    width: 278px;
    margin: -15px auto 0;
    padding: 0 10px;
  }
}
.sec7 .productR .kvBrd .kvBrdTx02 {
  padding-top: 10px;
  width: 74.4vw;
  margin: -1vw auto 0;
}
@media screen and (min-width: 751px) {
  .sec7 .productR .kvBrd .kvBrdTx02 {
    width: 100%;
    margin: 0px auto 0;
  }
}
@media screen and (min-width: 751px) {
  .sec7 .productL {
    width: 41.63%;
    float: left;
  }
  .sec7 .productL img {
    width: 412px;
    margin: 0 auto 30px;
    box-sizing: content-box;
  }
}
.sec7 .productTx01 {
  font-size: 26px;
  padding-bottom: 40px;
  letter-spacing: 0.1em;
  font-weight: 600;
  line-height: 1.6;
}
.sec7 .productTx01 span {
  color: #06A6C9;
}
@media screen and (max-width: 750px) {
  .sec7 .productTx01 {
    padding-bottom: 20px;
    font-size: 4.53vw;
  }
}
.sec7 .productSpImg {
  margin-bottom: 30px;
  width: 95 %;
  margin: 0 0 30px 70;
}
.sec7 .productTx02 {
  font-size: 18px;
  color: #06A6C9;
  padding-bottom: 20px;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .sec7 .productTx02 {
    padding-bottom: 15px;
    font-size: 3.6vw;
  }
}
.sec7 .productTx03 {
  font-size: 18px;
  color: #06A6C9;
  padding-bottom: 25px;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .sec7 .productTx03 {
    padding-bottom: 10px;
    font-size: 4vw;
  }
}
.sec7 .productTx03 span.date {
  font-family: "Jost", sans-serif;
  font-size: 28px;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .sec7 .productTx03 span.date {
    font-size: 6.27vw;
  }
}
.sec7 .productTx04 {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.41;
  font-weight: 600;
}
@media screen and (min-width: 751px) {
  .sec7 .productTx04 {
    margin-top: 25px;
  }
}
.sec7 .productTx04 span {
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  .sec7 .productTx04 {
    padding-bottom: 0px;
    font-size: 4.53vw;
  }
}
.sec7 .productTx05 {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.41;
  padding-bottom: 15px;
}
@media screen and (max-width: 750px) {
  .sec7 .productTx05 {
    padding-bottom: 15px;
    font-size: 3.2vw;
  }
}
.sec7 .productTx05 span.quantity {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  .sec7 .productTx05 span.quantity {
    font-size: 3.2vw;
  }
}
.sec7 .productTx05 span.price {
  font-family: "Jost", sans-serif;
  font-size: 28px;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  .sec7 .productTx05 span.price {
    font-size: 4.2vw;
  }
}
.sec7 .productTx05 span.tax {
  font-family: "Jost", sans-serif;
  font-size: 12px;
}
@media screen and (max-width: 750px) {
  .sec7 .productTx05 span.tax {
    font-size: 2.67vw;
  }
}
.sec7 .productTx05 span.bugai {
  font-size: 14px;
  border: 1px solid #604C3F;
  padding: 3px 5px 5px;
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .sec7 .productTx05 span.bugai {
    font-size: 2.07vw;
  }
}
.sec7 .productTx05Sub {
  font-size: 12px;
  padding-bottom: 20px;
  color: #7A6A56;
}
@media screen and (max-width: 750px) {
  .sec7 .productTx05Sub {
    font-size: 2.67vw;
    padding-top: 5px;
  }
}
.sec7 .productTx06 {
  width: 419px;
  margin: 0 auto;
  padding-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .sec7 .productTx06 {
    width: 74.4vw;
  }
}
.sec7 .productTx07 {
  font-size: 15px;
  line-height: 1.33;
  padding-bottom: 5px;
}
@media screen and (max-width: 750px) {
  .sec7 .productTx07 {
    font-size: 3.47vw;
    line-height: 1.33;
  }
}
.sec7 .productTx08 {
  color: #7A6A56;
  font-size: 16px;
  line-height: 1.53;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .sec7 .productTx08 {
    font-size: 3.47vw;
    line-height: 1.63;
  }
}

.productBtn {
  margin: 0 auto 30px;
  width: 420px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 24px;
  letter-spacing: 0.1em;
  background-color: #D9D8E8;
  border-radius: 40px;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .productBtn {
    font-size: 4.53vw;
    width: 84vw;
    height: 3.5em;
    line-height: 3.5em;
    margin-bottom: 20px;
  }
}

.repair-mask [data-js=floating] {
  position: fixed;
  left: 50%;
  right: 0;
  bottom: 0;
  width: 100%;
  transform: translate(-50%, 30%);
  transition: 0.4s;
  opacity: 0;
}

.repair-mask [data-js=floating].is-active {
  opacity: 1;
  transform: translate(-50%, 0);
}

.repair-mask [data-js=floating].is-stoping {
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 0;
  opacity: 1;
  transform: translate(-50%, 0);
  transition: 0;
}
@media screen and (min-width: 751px) {
  .repair-mask [data-js=floating].is-stoping {
    margin: 0;
  }
}

.repair-mask [data-js=stop-el] {
  height: 113px;
}
@media screen and (max-width: 750px) {
  .repair-mask [data-js=stop-el] {
    height: 34.5vw;
  }
}

.repair-mask .cta {
  padding: 5% 4% 4%;
  background: #fff;
  z-index: 5;
}
@media screen and (min-width: 751px) {
  .repair-mask .cta {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8.78%;
    padding: 15px 0;
  }
}

.repair-mask .cta__txtarea {
  text-align: center;
}

.repair-mask .cta__txtarea:not(:last-child) {
  margin: 0 0 4%;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .repair-mask .cta__txtarea:not(:last-child) {
    margin: 0 0 0%;
    text-align: center;
  }
}

@media screen and (min-width: 751px) {
  .repair-mask .cta__txtarea {
    margin: 0;
    text-align: center;
  }
}
.repair-mask .cta__heading {
  margin: 0 0 0.75em;
  letter-spacing: 0.08em;
  font-size: 4vw;
  font-weight: 600;
  color: #575757;
}
.repair-mask .cta__heading span {
  font-size: 3.5vw;
}
@media screen and (min-width: 751px) {
  .repair-mask .cta__heading {
    margin: 0 0 0.55em;
    font-size: 20px;
  }
  .repair-mask .cta__heading span {
    font-size: 16px;
  }
}

.repair-mask .cta__txt {
  letter-spacing: 0.08em;
  font-size: 3.2vw;
  color: #575757;
  font-weight: 500;
}
@media screen and (min-width: 751px) {
  .repair-mask .cta__txt {
    font-size: 18px;
    white-space: nowrap;
    padding-top: 10px;
  }
}

.repair-mask .cta__txt2 {
  letter-spacing: 0.08em;
  font-size: 3vw;
  color: #575757;
  font-weight: 500;
  margin-top: 5px;
}
@media screen and (min-width: 751px) {
  .repair-mask .cta__txt2 {
    margin-top: 10px;
    font-size: 12px;
    white-space: nowrap;
  }
}

.repair-mask .cta__txt_bugai {
  border: 1px solid #604C3F;
  font-size: 14px;
  padding: 1px 10px 3px;
  line-height: 1; /* 余白を減らす */
  position: relative;
  top: -4px;
}
@media screen and (max-width: 750px) {
  .repair-mask .cta__txt_bugai {
    font-size: 3.3vw;
    padding: 2px 10px 2px;
    top: -2px;
  }
}

.repair-mask .cta__txt_large {
  font-size: 4.27vw;
}
@media screen and (min-width: 751px) {
  .repair-mask .cta__txt_large {
    font-size: 26px;
  }
}

.repair-mask .cta__txt_tax {
  font-size: 2.67vw;
}
@media screen and (min-width: 751px) {
  .repair-mask .cta__txt_tax {
    font-size: 14px;
  }
}

.cta__link {
  position: relative;
  display: grid;
  place-items: center;
  padding: 1.25em;
  border-radius: 26em;
  letter-spacing: 0.08em;
  font-size: 4.53vw;
  font-weight: 600;
  color: #fff;
  background: #7869D9;
  transition: 0.2s;
}
@media screen and (min-width: 751px) {
  .cta__link {
    padding: 0;
    height: 80px;
    width: 450px;
    font-size: 24px;
    line-height: 80px;
  }
  .cta__link.cta__linkBtm {
    width: 420px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  .cta__link.cta__linkBtm {
    margin-bottom: 20px;
  }
}
.cta__link:hover {
  color: #fff;
  background: #E87AD2;
  font-size: 4.53vw;
  opacity: 1;
}
@media screen and (min-width: 751px) {
  .cta__link:hover {
    font-size: 20px;
  }
}

.cta__link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  width: 30px;
  height: 1px;
  background: #fff;
  transition: 0.3s;
}

.cta__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-135deg);
  transition: 0.3s;
}

.cta__link:hover::before {
  right: 20px;
  width: 40px;
  background: #FFF;
}

.cta__link:hover::after {
  right: 20px;
  border-left: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}

.repair-mask .column {
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 11.5% 7.4% 15%;
  background: #eae7e0;
}

@media screen and (min-width: 751px) {
  .repair-mask .column {
    padding: 60px 5% 75px;
  }
}
@media screen and (min-width: 751px) {
  .repair-mask .column__txtarea {
    display: flex;
    flex-flow: column;
    gap: 15px;
    flex: 1;
  }
}
.repair-mask .column__heading {
  margin: 0 0 6%;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .repair-mask .column__heading {
    margin: 0 0 38px;
  }
}
.repair-mask .column__heading_accent {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin: 0 0 11.5%;
  text-align: center;
  color: #915DA3;
}

@media screen and (min-width: 751px) {
  .repair-mask .column__heading_accent {
    margin: 0 0 35px;
  }
}
.repair-mask .column__heading_accent_top {
  margin: 0 0 1.3em;
  letter-spacing: 0.125em;
  font-size: 3.2vw;
}

@media screen and (min-width: 751px) {
  .repair-mask .column__heading_accent_top {
    margin: 0 0 1.5em;
    font-size: 16px;
  }
}
.repair-mask .column__heading_accent_btm {
  letter-spacing: 0.135em;
  font-family: "Jost", sans-serif;
  font-size: 6.66vw;
  font-weight: 500;
}

@media screen and (min-width: 751px) {
  .repair-mask .column__heading_accent_btm {
    font-size: 40px;
  }
}
.repair-mask .column__heading_txt {
  text-align: center;
  line-height: 1.45em;
  letter-spacing: 0.1em;
  font-size: 4.533vw;
  font-weight: 400;
}

@media screen and (min-width: 751px) {
  .repair-mask .column__heading_txt {
    font-size: 26px;
  }
}
.repair-mask .column__list {
  display: flex;
  flex-flow: column;
  gap: 2vw;
  width: 100%;
}

@media screen and (min-width: 751px) {
  .repair-mask .column__list {
    flex-flow: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media screen and (min-width: 751px) {
  .repair-mask .column__list_item {
    width: 780px;
  }
}
.repair-mask .column__link {
  position: relative;
  display: block;
  padding: 1.65em 2.1em;
  border-radius: 1.15em;
  letter-spacing: 0.07em;
  font-size: 3.466vw;
  font-weight: 500;
  color: #575757;
  background: #fff;
  transition: 0.2s;
}
@media screen and (min-width: 751px) {
  .repair-mask .column__link {
    border-radius: 1.5em;
    font-size: 18px;
  }
}
.repair-mask .column__link:hover {
  background: #915DA3;
  color: #fff;
}

.repair-mask .column__link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  width: 30px;
  height: 1px;
  background: #454545;
  transition: 0.3s;
}

.repair-mask .column__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-left: 1px solid #454545;
  border-bottom: 1px solid #454545;
  transform: rotate(-135deg);
  transition: 0.3s;
}

.repair-mask .column__link:hover::before {
  right: 20px;
  width: 40px;
  background: #FFF;
}

.repair-mask .column__link:hover::after {
  right: 20px;
  border-left: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.slick-arrow {
  width: 35px !important;
  height: 35px !important;
  z-index: 9;
}
.slick-arrow::before {
  display: none;
}

.slick-prev {
  left: -5.5% !important;
}

.slick-next {
  right: -5.5% !important;
}

.jost {
  font-family: "Jost", sans-serif;
}/*# sourceMappingURL=style.css.map */