@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;
  }
}

.contents_ {
  background: #F7F6F0;
}

.breadcrumb {
  color: #473528;
}

.uv-protector {
  position: relative;
  margin: 0 auto;
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  overflow-x: hidden;
  background: #F7F6F0;
}

.uv-protector * {
  box-sizing: border-box;
}

.uv-protector img {
  width: 100%;
  height: auto;
}

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

.-font-jost {
  font-family: "Jost", sans-serif;
}

.kv {
  width: 100%;
  padding: 6.6666666667vw 4vw 4vw;
}
@media screen and (min-width: 751px) {
  .kv {
    width: 100% !important;
    max-width: 1100px;
    padding: 20px 50px 0;
    display: flex;
    margin: 0 auto 0px;
  }
}
@media screen and (max-width: 750px) {
  .kv {
    margin: 0 auto 0px;
  }
}

.sec_product {
  padding-top: 4vw;
  padding-bottom: 10.6666666667vw;
}
@media screen and (min-width: 751px) {
  .sec_product {
    padding: 0 0 80px;
  }
}
@media screen and (min-width: 751px) {
  .sec_product__inner {
    padding: 0 50px;
    max-width: 872px;
    margin: 60px auto 0;
  }
}
@media screen and (min-width: 751px) {
  .sec_product__upper {
    display: flex;
    justify-content: space-between;
  }
}
.sec_product__img {
  margin: 0;
}
@media screen and (min-width: 751px) {
  .sec_product__img {
    width: 312px;
  }
}
.sec_product__detail {
  margin-top: 1.3333333333vw;
}
@media screen and (min-width: 751px) {
  .sec_product__detail {
    margin-top: 0;
    max-width: 420px;
    width: 100%;
  }
}
.sec_product__hdl {
  text-align: center;
}
.sec_product__hdl--txt01 {
  font-size: 4vw;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.6;
  color: #56442D;
}
@media screen and (min-width: 751px) {
  .sec_product__hdl--txt01 {
    font-size: 16px;
  }
}
.sec_product__hdl--txt02 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #56442D;
}
@media screen and (min-width: 751px) {
  .sec_product__hdl--txt02 {
    margin-top: 6px;
  }
}
.sec_product__hdl--txt02 .txt02-ttl {
  font-size: 4.8vw;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.3333;
}
@media screen and (min-width: 751px) {
  .sec_product__hdl--txt02 .txt02-ttl {
    font-size: 28px;
  }
}
.sec_product__hdl--txt02 .txt02-sub {
  font-size: 2.9333333333vw;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1;
  background: #F8E267;
  padding: 1.2vw 1.7333333333vw;
  margin-left: 2.6666666667vw;
  border-radius: 1.3333333333vw;
}
@media screen and (min-width: 751px) {
  .sec_product__hdl--txt02 .txt02-sub {
    font-size: 16px;
    padding: 10px 13px;
    margin-left: 20px;
    border-radius: 10px;
  }
}
.sec_product__txt03 {
  text-align: center;
  font-weight: 500;
  color: #56442D;
  font-size: 3.2vw;
  letter-spacing: 0.08em;
  margin-top: 1.3333333333vw;
}
@media screen and (min-width: 751px) {
  .sec_product__txt03 {
    font-size: 18px;
    margin-top: 18px;
  }
}
.sec_product__txt03 .txt03-ml {
  font-family: "Jost", sans-serif;
}
.sec_product__txt03 .txt03-price {
  font-family: "Jost", sans-serif;
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 751px) {
  .sec_product__txt03 .txt03-price {
    font-size: 26px;
  }
}
.sec_product__txt03 .txt03-tax {
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 751px) {
  .sec_product__txt03 .txt03-tax {
    font-size: 12px;
  }
}
.sec_product__comingsoon {
  margin: 4vw auto 0;
  max-width: 84vw;
  width: 100%;
  color: #fff;
  background: #B3A498;
  border-radius: 10.6666666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 16vw;
  font-family: "Jost", sans-serif;
  font-size: 4.5333333333vw;
  font-weight: 500;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 751px) {
  .sec_product__comingsoon {
    margin: 26px auto 0;
    max-width: 420px;
    border-radius: 80px;
    min-height: 80px;
    font-size: 24px;
  }
}
.sec_product__shop {
  color: #56442D;
  text-align: center;
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 751px) {
  .sec_product__shop {
    margin-top: 30px;
  }
}
.sec_product__shop-term, .sec_product__shop-desc {
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1.666;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 751px) {
  .sec_product__shop-term, .sec_product__shop-desc {
    font-size: 14px;
  }
}
@media screen and (min-width: 751px) {
  .sec_product__shop-desc {
    margin-top: 5px;
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 1.375;
  }
}
.sec_product__lower {
  margin-top: 4vw;
}
@media screen and (min-width: 751px) {
  .sec_product__lower {
    margin-top: 20px;
  }
}
.sec_product__note {
  width: 76.8vw;
  margin-inline: auto;
}
@media screen and (min-width: 751px) {
  .sec_product__note {
    width: auto;
  }
}
.sec_product__note-item {
  margin: 0;
  display: inline;
  color: #56442D;
  font-size: 2.6666666667vw;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 751px) {
  .sec_product__note-item {
    font-weight: 500;
    display: block;
    font-size: 12px;
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 980px) {
  .sec_product__note-item {
    white-space: nowrap;
  }
}
.sec_product__note-item + .sec_product__note-item {
  margin-top: 5px;
}

.sec_check {
  background: #EDE7DB;
  padding: 11.7333333333vw 7.3333333333vw 12.6666666667vw;
}
@media screen and (min-width: 751px) {
  .sec_check {
    padding: 0;
  }
}
@media screen and (min-width: 751px) {
  .sec_check__inner {
    max-width: 1100px;
    margin-inline: auto;
    padding: 60px 50px 37px;
  }
}
.sec_check__hdl {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec_check__hdl--txt01 {
  display: inline-block;
  width: 41.8666666667vw;
}
@media screen and (min-width: 751px) {
  .sec_check__hdl--txt01 {
    width: 236px;
  }
}
.sec_check__hdl--txt02 {
  font-size: 5.3333333333vw;
  margin-top: 2.6666666667vw;
  font-weight: 600;
  letter-spacing: 0.16em;
  color: #473528;
  line-height: 1.4;
}
@media screen and (min-width: 751px) {
  .sec_check__hdl--txt02 {
    font-size: 28px;
    margin-top: 12px;
  }
}
.sec_check__content {
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 751px) {
  .sec_check__content {
    margin-top: 30px;
  }
}
@media screen and (min-width: 980px) {
  .sec_check__content {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
.sec_check__img {
  margin: 0;
}
@media screen and (min-width: 751px) {
  .sec_check__img {
    margin: 0 auto;
    max-width: 466px;
  }
}
@media screen and (min-width: 980px) {
  .sec_check__img {
    margin-left: 30px;
    flex: 1;
  }
}
.sec_check__detail {
  margin-top: 6.6666666667vw;
}
@media screen and (min-width: 751px) {
  .sec_check__detail {
    margin: 30px auto 0;
    width: 480px;
  }
}
@media screen and (min-width: 980px) {
  .sec_check__detail {
    margin-top: 0;
  }
}
.sec_check__list-item {
  color: #56442D;
  border-top: 0.1333333333vw solid #B4A498;
  padding-block: 4.8vw 5.8666666667vw;
  font-size: 3.7333333333vw;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.08em;
  padding-left: 9.0666666667vw;
  position: relative;
  white-space: nowrap;
}
@media screen and (min-width: 751px) {
  .sec_check__list-item {
    border-top-width: 1px;
    padding-block: 18px 24px;
    font-size: 20px;
    padding-left: 56px;
  }
}
.sec_check__list-item:last-child {
  border-bottom: 0.2666666667vw solid #B4A498;
}
@media screen and (min-width: 751px) {
  .sec_check__list-item:last-child {
    border-bottom-width: 1px;
  }
}
.sec_check__list-item::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6.4vw;
  height: 6.4vw;
  background: url(/cms/chantacharm/img/usr/pages/uv-protector/icon_check_white.webp) no-repeat;
  background-color: #B3A498;
  background-position: center;
  background-size: 4vw auto;
  border-radius: 1.3333333333vw;
}
@media screen and (min-width: 751px) {
  .sec_check__list-item::before {
    width: 34px;
    height: 34px;
    background-size: 20px auto;
    border-radius: 6px;
  }
}
.sec_check__list-item sup {
  vertical-align: super;
  font-size: 0.6em;
}
.sec_check__list-item .item-line {
  padding-bottom: 0.8vw;
  border-bottom: 0.5333333333vw solid #B3A498;
}
@media screen and (min-width: 751px) {
  .sec_check__list-item .item-line {
    padding-bottom: 6px;
    border-bottom-width: 3px;
  }
}
.sec_check__note {
  width: 83.4666666667vw;
  margin-inline: auto;
  margin-top: 4vw;
}
@media screen and (min-width: 751px) {
  .sec_check__note {
    width: auto;
    margin: 18px 0 0;
  }
}
.sec_check__note-item {
  margin: 0;
  display: inline;
  color: #502E1A;
  font-size: 2.6666666667vw;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 751px) {
  .sec_check__note-item {
    display: block;
    font-size: 11px;
  }
}
.sec_check__note-item + .sec_check__note-item {
  margin-top: 2px;
}

.sec_point {
  padding: 13.3333333333vw 0 9.3333333333vw;
}
@media screen and (min-width: 751px) {
  .sec_point {
    padding: 70px 0 86px;
  }
}
.sec_point#point02 {
  background: #E3DED5;
}
@media screen and (min-width: 751px) {
  .sec_point#point02 {
    padding-block: 70px;
  }
}
@media screen and (min-width: 751px) {
  .sec_point#point03 {
    padding-block: 70px;
  }
}
@media screen and (min-width: 751px) {
  .sec_point__inner {
    max-width: 1080px;
    margin-inline: auto;
    padding: 0 10px;
  }
}
@media screen and (min-width: 980px) {
  #point02 .sec_point__inner {
    max-width: 1100px;
    padding: 0 4.39%;
  }
}
@media screen and (min-width: 980px) {
  #point03 .sec_point__inner {
    max-width: 1100px;
    padding: 0 4.39%;
  }
}
@media screen and (min-width: 751px) {
  .sec_point__container {
    text-align: center;
  }
}
@media screen and (min-width: 980px) {
  #point02 .sec_point__container, #point03 .sec_point__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
#point02 .sec_point__container {
  flex-direction: row-reverse;
}
.sec_point__box01 {
  text-align: center;
}
@media screen and (min-width: 980px) {
  #point01 .sec_point__box01 {
    width: 515px;
    float: left;
  }
  #point02 .sec_point__box01 {
    margin-right: 30px;
  }
}
.sec_point__num {
  text-align: center;
}
.sec_point__num img {
  height: 20.2666666667vw;
  width: auto;
  display: inline-block;
}
@media screen and (min-width: 751px) {
  .sec_point__num img {
    height: 99px;
  }
}
.sec_point__hdl {
  margin-top: 5.3333333333vw;
  color: #56442D;
  font-size: 4.9333333333vw;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1.4;
}
@media screen and (min-width: 751px) {
  .sec_point__hdl {
    font-size: 27px;
    margin-top: 28px;
  }
  #point03 .sec_point__hdl {
    white-space: nowrap;
  }
}
.sec_point__hdl .point-upper {
  display: inline-block;
  font-size: 4.2666666667vw;
  margin-bottom: 1.0666666667vw;
}
@media screen and (min-width: 751px) {
  .sec_point__hdl .point-upper {
    font-size: 24px;
    margin-bottom: 0;
  }
}
.sec_point__hdl .point-num {
  font-size: 5.3333333333vw;
}
@media screen and (min-width: 751px) {
  .sec_point__hdl .point-num {
    font-size: 31px;
  }
}
.sec_point__hdl .point-sup {
  vertical-align: super;
  font-size: 2.6666666667vw;
  letter-spacing: 0.16em;
}
@media screen and (min-width: 751px) {
  .sec_point__hdl .point-sup {
    font-size: 12px;
    vertical-align: text-top;
  }
}
.sec_point__img {
  margin: 5.3333333333vw 0 0 !important;
  padding-inline: 5.8666666667vw !important;
}
@media screen and (min-width: 751px) {
  .sec_point__img {
    margin: 30px auto 0 !important;
    padding: 0 !important;
    max-width: 500px;
  }
}
@media screen and (min-width: 980px) {
  #point01 .sec_point__img {
    margin-top: 0 !important;
    float: right;
    width: 45.455%;
    margin-bottom: 20px !important;
  }
  #point02 .sec_point__img {
    margin: 0 0 0 10px !important;
    width: 50%;
  }
}
.sec_point__list {
  margin-top: 6.6666666667vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.6vw 1.3333333333vw;
}
@media screen and (min-width: 751px) {
  .sec_point__list {
    margin-top: 25px;
    gap: 10px;
  }
}
@media screen and (min-width: 980px) {
  #point01 .sec_point__list {
    width: 520px;
    float: left;
  }
}
.sec_point__list-item {
  display: inline-block;
  padding: 2.6666666667vw 3.4666666667vw;
  background: #fff;
  border-radius: 4vw;
  color: #502E1A;
  font-size: 3.2vw;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1;
  box-shadow: 0 0.4vw 0 rgba(0, 0, 0, 0.16);
  position: relative;
  text-indent: 4.9333333333vw;
}
@media screen and (min-width: 751px) {
  .sec_point__list-item {
    padding: 14px 26px;
    border-radius: 30px;
    font-size: 16px;
    text-indent: 22px;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.16);
  }
}
.sec_point__list-item::before {
  display: block;
  content: "";
  position: absolute;
  width: 3.7333333333vw;
  height: 3.7333333333vw;
  left: 3.4666666667vw;
  top: 50%;
  transform: translateY(-50%);
  background: url(/cms/chantacharm/img/usr/pages/uv-protector/icon_check_blue.webp) no-repeat;
  background-position: center;
  background-size: 100% auto;
}
@media screen and (min-width: 751px) {
  .sec_point__list-item::before {
    width: 14px;
    height: 14px;
    left: 26px;
  }
}
.sec_point__note {
  margin-top: 4vw;
  padding-inline: 6.1333333333vw;
}
@media screen and (min-width: 751px) {
  .sec_point__note {
    margin-top: 20px;
    padding: 0;
    display: inline-block;
  }
}
@media screen and (min-width: 980px) {
  .sec_point__note {
    margin-top: 0;
  }
  #point01 .sec_point__note {
    width: 45.455%;
    float: right;
  }
}
.sec_point__note-item {
  margin: 0;
  list-style: none;
  display: inline;
  font-size: 2.6666666667vw;
  letter-spacing: 0.02em;
  line-height: 1.4;
  color: #56442D;
}
@media screen and (min-width: 751px) {
  .sec_point__note-item {
    display: block;
    font-size: 12px;
    text-align: left;
  }
}
.sec_point__txt01 {
  color: #56442D;
  font-weight: 500;
  margin-top: 5.3333333333vw;
  font-size: 3.4666666667vw;
  letter-spacing: 0.16em;
  line-height: 1.615;
}
@media screen and (min-width: 751px) {
  .sec_point__txt01 {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.75;
  }
}
.sec_point__detail {
  margin: 5.3333333333vw 0 0;
  padding-inline: 7.3333333333vw;
}
@media screen and (min-width: 751px) {
  .sec_point__detail {
    display: inline-block;
    margin: 30px auto 0;
    padding: 0;
  }
}
@media screen and (min-width: 980px) {
  .sec_point__detail {
    margin-top: 0;
  }
  #point03 .sec_point__detail {
    margin: 0;
  }
}
.sec_point__detail-item {
  display: flex;
  align-items: center;
  gap: 4vw;
}
@media screen and (min-width: 751px) {
  .sec_point__detail-item {
    gap: 26px;
    text-align: left;
  }
}
.sec_point__detail-item + .sec_point__detail-item {
  margin-top: 2vw;
}
@media screen and (min-width: 751px) {
  .sec_point__detail-item + .sec_point__detail-item {
    margin-top: 15px;
  }
}
.sec_point__detail-img {
  margin: 0;
  width: 21.3333333333vw;
}
@media screen and (min-width: 751px) {
  .sec_point__detail-img {
    width: 134px;
  }
}
.sec_point__detail-list {
  color: #56442D;
}
@media screen and (min-width: 751px) {
  .sec_point__detail-list {
    flex: 1;
  }
}
.sec_point__detail-term {
  font-size: 3.2vw;
  letter-spacing: 0.16em;
  font-weight: 600;
  line-height: 1.4166;
}
@media screen and (min-width: 751px) {
  .sec_point__detail-term {
    font-size: 20px;
  }
}
.sec_point__detail-term .term-txt {
  font-size: 2.6666666667vw;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (min-width: 751px) {
  .sec_point__detail-term .term-txt {
    font-size: 16px;
  }
}
.sec_point__detail-term .term-ls {
  letter-spacing: 0.08em;
}
.sec_point__detail-desc {
  margin-top: 1.3333333333vw;
  font-size: 3.2vw;
  letter-spacing: 0.16em;
  font-weight: 500;
  line-height: 1.4166;
}
@media screen and (min-width: 751px) {
  .sec_point__detail-desc {
    margin-top: 10px;
    font-size: 20px;
  }
}

.sec_brand {
  background: #EDE7DB;
  padding: 13.3333333333vw 0 9.3333333333vw;
}
@media screen and (min-width: 751px) {
  .sec_brand {
    padding: 70px 50px;
  }
}
.sec_brand__hdl {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec_brand__hdl--txt01 {
  display: inline-block;
  width: 46.9333333333vw;
}
@media screen and (min-width: 751px) {
  .sec_brand__hdl--txt01 {
    width: 268px;
  }
}
.sec_brand__hdl--txt02 {
  font-weight: 600;
  font-size: 4.8vw;
  letter-spacing: 0.16em;
  line-height: 1.5555;
  color: #56442D;
}
@media screen and (min-width: 751px) {
  .sec_brand__hdl--txt02 {
    font-size: 28px;
  }
}
.sec_brand__txt03 {
  color: #56442D;
  text-align: center;
  margin-top: 4vw;
  font-size: 3.4666666667vw;
  letter-spacing: 0.06em;
  line-height: 1.73;
  font-weight: 500;
}
@media screen and (min-width: 751px) {
  .sec_brand__txt03 {
    margin-top: 20px;
    font-size: 18px;
  }
}
.sec_brand__list {
  margin-top: 4vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.3333333333vw;
}
@media screen and (min-width: 751px) {
  .sec_brand__list {
    margin-top: 20px;
    gap: 10px;
  }
}
.sec_brand__list-item {
  display: inline-block;
  padding: 2.8vw 3.7333333333vw;
  background: #fff;
  border-radius: 4vw;
  color: #56442D;
  font-size: 4vw;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1;
  box-shadow: 0 0.4vw 0 rgba(0, 0, 0, 0.16);
  position: relative;
  text-indent: 4.9333333333vw;
}
@media screen and (min-width: 751px) {
  .sec_brand__list-item {
    padding: 14px 34px;
    border-radius: 30px;
    font-size: 18px;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.16);
    text-indent: 22px;
  }
}
.sec_brand__list-item::before, .sec_brand__list-item::after {
  content: "";
  width: 3.2vw;
  height: 0.4vw;
  display: inline-block;
  background: #B1D2E8;
  position: absolute;
  left: 4.5333333333vw;
  top: 50%;
}
@media screen and (min-width: 751px) {
  .sec_brand__list-item::before, .sec_brand__list-item::after {
    width: 12px;
    height: 2px;
    left: 34px;
  }
}
.sec_brand__list-item::before {
  transform: translateY(-50%) rotate(45deg);
}
.sec_brand__list-item::after {
  transform: translateY(-50%) rotate(-45deg);
}
.sec_brand__note {
  margin-top: 4vw;
  color: #56442D;
  letter-spacing: 0.06em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 4vw;
}
@media screen and (min-width: 751px) {
  .sec_brand__note {
    flex-direction: row;
    margin-top: 20px;
    gap: 20px;
  }
}
.sec_brand__note--l {
  font-size: 3.4666666667vw;
  font-weight: 500;
}
@media screen and (min-width: 751px) {
  .sec_brand__note--l {
    font-size: 18px;
  }
}
.sec_brand__note--s {
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 751px) {
  .sec_brand__note--s {
    font-size: 12px;
    margin-top: 4px;
  }
}

.sec_howto {
  background: #B4A498;
  padding: 13.3333333333vw 7.0666666667vw 9.3333333333vw;
}
@media screen and (min-width: 751px) {
  .sec_howto {
    padding: 60px 58px;
  }
}
.sec_howto__txt01, .sec_howto__txt02 {
  text-align: center;
  color: #fff;
  font-size: 3.2vw;
  font-weight: 500;
  letter-spacing: 0.16em;
}
@media screen and (min-width: 751px) {
  .sec_howto__txt01, .sec_howto__txt02 {
    font-size: 16px;
  }
}
.sec_howto__txt01 {
  color: #F2F0E8;
}
.sec_howto__txt02 {
  font-size: 3.4666666667vw;
  margin-top: 6vw;
}
@media screen and (min-width: 751px) {
  .sec_howto__txt02 {
    font-size: 18px;
    margin-top: 30px;
    letter-spacing: 0.1em;
  }
}
.sec_howto__hdl {
  margin-top: 4vw;
  text-align: center;
  color: #F2F0E8;
  font-family: "Jost", sans-serif;
  font-size: 6.6666666667vw;
  font-weight: 600;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 751px) {
  .sec_howto__hdl {
    margin-top: 25px;
    font-size: 30px;
  }
}
.sec_howto__slider {
  margin-top: 6.6666666667vw;
}
@media screen and (min-width: 751px) {
  .sec_howto__slider {
    margin: 40px auto 0;
    max-width: 941px;
  }
}
.sec_howto__slider-inner {
  margin-inline: 0.1333333333vw;
  border-radius: 10.6666666667vw;
  overflow: hidden;
}
@media screen and (min-width: 751px) {
  .sec_howto__slider-inner {
    margin-inline: 10px;
    border-radius: 30px;
  }
}
.sec_howto__slider .slick-next {
  right: -5.5% !important;
}
.sec_howto__slider .slick-prev {
  left: -5.5% !important;
}
.sec_howto__slider .slick-arrow {
  width: 9.3333333333vw !important;
  height: 9.3333333333vw !important;
  z-index: 9;
}
@media screen and (min-width: 751px) {
  .sec_howto__slider .slick-arrow {
    width: 40px !important;
    height: 40px !important;
  }
}
.sec_howto__slider .slick-arrow::before {
  display: none;
}
.sec_howto__img {
  margin: 0;
}
.sec_howto__step {
  min-height: 37.3333333333vw;
  padding: 4.6666666667vw 0 6.1333333333vw;
  background: #fff;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .sec_howto__step {
    min-height: 148px;
    padding: 20px 5px;
  }
  .sec_howto__step:not(:has(.sec_howto__txt04)) .sec_howto__txt03 {
    margin-top: 18px;
  }
}
@media screen and (min-width: 980px) {
  .sec_howto__step {
    min-height: 130px;
  }
}
.sec_howto__ttl {
  text-align: center;
}
.sec_howto__ttl img {
  display: inline-block !important;
  height: 6.8vw;
  width: auto;
}
@media screen and (min-width: 751px) {
  .sec_howto__ttl img {
    height: 24px;
  }
}
.sec_howto__txt03, .sec_howto__txt04 {
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #473528;
}
.sec_howto__txt03 {
  margin-top: 2.9333333333vw;
  font-size: 3.7333333333vw;
  line-height: 1.5714;
}
@media screen and (min-width: 751px) {
  .sec_howto__txt03 {
    margin-top: 10px;
    font-size: 12px;
  }
}
.sec_howto__txt04 {
  margin-top: 0.8vw;
  font-size: 2.9333333333vw;
  line-height: 1.727;
}
@media screen and (min-width: 751px) {
  .sec_howto__txt04 {
    margin-top: 5px;
    font-size: 10px;
    line-height: 1.6;
  }
}

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

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

.uv-protector [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) {
  .uv-protector [data-js=floating].is-stoping {
    margin: 0;
  }
}

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

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

.uv-protector .cta__txtarea {
  text-align: center;
}

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

@media screen and (min-width: 751px) {
  .uv-protector .cta__txtarea {
    margin: 0;
    text-align: center;
  }
}
.uv-protector .cta__heading {
  margin: 0 0 0.25em;
  letter-spacing: 0.14em;
  font-size: 3.7333333333vw;
  font-weight: 600;
  color: #493D4B;
}
@media screen and (min-width: 751px) {
  .uv-protector .cta__heading {
    margin: 0 0 0.55em;
    font-size: 16px;
    letter-spacing: 0.08em;
  }
  .uv-protector .cta__heading span {
    font-size: 20px;
  }
}

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

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

.uv-protector .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) {
  .uv-protector .cta__txt_bugai {
    font-size: 3.3vw;
    padding: 2px 10px 2px;
    top: -2px;
  }
}

.uv-protector .cta__txt_large {
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 751px) {
  .uv-protector .cta__txt_large {
    font-size: 26px;
  }
}

.uv-protector .cta__txt_tax {
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 751px) {
  .uv-protector .cta__txt_tax {
    font-size: 12px;
  }
}

.cta__link {
  position: relative;
  display: grid;
  place-items: center;
  padding: 1.25em;
  border-radius: 10.6666666667vw;
  letter-spacing: 0.08em;
  font-size: 4.5333333333vw;
  font-weight: 600;
  color: #fff;
  background: #56442D;
  transition: 0.2s;
}
@media screen and (min-width: 751px) {
  .cta__link {
    letter-spacing: 0.12em;
    padding: 0;
    height: 80px;
    width: 420px;
    font-size: 24px;
    line-height: 80px;
  }
  .cta__link.cta__linkBtm {
    margin: 26px auto 0;
    max-width: 420px;
    border-radius: 80px;
    min-height: 80px;
    font-size: 24px;
  }
}
@media screen and (max-width: 750px) {
  .cta__link.cta__linkBtm {
    margin: 5.3333333333vw auto 0;
    max-width: 84vw;
  }
}
.cta__link:hover {
  color: #56442D;
  background: #F8E267;
  opacity: 1;
}

.cta__link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8vw;
  margin: auto;
  width: 5.3333333333vw;
  height: 0.2666666667vw;
  background: #fff;
  transition: 0.3s;
}
@media screen and (min-width: 751px) {
  .cta__link::before {
    right: 35px;
    width: 30px;
    height: 1px;
  }
}

.cta__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8.2666666667vw;
  margin: auto;
  width: 2.1333333333vw;
  height: 2.1333333333vw;
  border-left: 0.2666666667vw solid #fff;
  border-bottom: 0.2666666667vw solid #fff;
  transform: rotate(-135deg);
  transition: 0.3s;
}
@media screen and (min-width: 751px) {
  .cta__link::after {
    right: 36px;
    width: 8px;
    height: 8px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}

.cta__link:hover::before {
  right: 5.3333333333vw;
  width: 8vw;
  background: #56442D;
}
@media screen and (min-width: 751px) {
  .cta__link:hover::before {
    right: 25px;
    width: 40px;
  }
}

.cta__link:hover::after {
  right: 5.3333333333vw;
  border-left-color: #56442D;
  border-bottom-color: #56442D;
}
@media screen and (min-width: 751px) {
  .cta__link:hover::after {
    right: 25px;
  }
}

.uv-protector .column {
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 11.5% 7.4% 15%;
  background: #f1efe7;
}

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

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

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

@media screen and (min-width: 751px) {
  .uv-protector .column__heading_accent_top {
    margin: 0 0 1.5em;
    font-size: 16px;
  }
}
.uv-protector .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) {
  .uv-protector .column__heading_accent_btm {
    font-size: 40px;
  }
}
.uv-protector .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) {
  .uv-protector .column__heading_txt {
    font-size: 26px;
  }
}
.uv-protector .column__list {
  display: flex;
  flex-flow: column;
  gap: 2vw;
  width: 100%;
}

@media screen and (min-width: 751px) {
  .uv-protector .column__list {
    flex-flow: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media screen and (min-width: 751px) {
  .uv-protector .column__list_item {
    width: 780px;
  }
}
.uv-protector .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) {
  .uv-protector .column__link {
    border-radius: 1.5em;
    font-size: 18px;
  }
}
.uv-protector .column__link:hover {
  background: #42ABD5;
  color: #fff;
}

.uv-protector .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;
}

.uv-protector .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;
}

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

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

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}/*# sourceMappingURL=style.css.map */