@charset "UTF-8";
/*----------------------------------------
≡≡≡≡≡≡≡≡≡≡≡ ▼ カスタムプロバティ ▼ ≡≡≡≡≡≡≡≡≡≡≡
----------------------------------------*/
@font-face {
  font-family: "ampersand";
  /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url("../fonts/ampersand.otf") format("opentype"), url("../fonts/ampersand.woff") format("woff"), url("../fonts/ampersand.woff2") format("woff2");
}
/*--------------------------------
   Media Queries (~ 767px)
 --------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1400px) {
  html {
    font-size: calc(10 * (100vw/1400));
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: calc(10 * (100vw/500));
  }
}
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ S e t U p SP ▼ ≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
#FooterWrap {
    position: relative;
    background-color: #fff;
    z-index: 1;
  }

.UVcare_spring_lp {
  color: var(--color-text1);
  font-family: var(--font-en), var(--font-jp), sans-serif;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  max-width: calc(390 * 50rem/390);
}
.UVcare_spring_lp__inner {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.UVcare_spring_lp__inner::after {
  content: "";
  position: fixed;
  pointer-events: none;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  width: calc(390 * 50rem/390);
  height: 100%;
  background: center/cover no-repeat url(../img/bg.png);
  z-index: -1;
}
.UVcare_spring_lp img,
.UVcare_spring_lp svg {
  display: block;
  opacity: 1;
  width: 100%;
  height: auto;
}
.UVcare_spring_lp picture {
  display: block;
}
.UVcare_spring_lp a {
  display: block;
  color: inherit;
}
.UVcare_spring_lp *:focus {
  outline: none;
}
.UVcare_spring_lp a,
.UVcare_spring_lp label {
  -webkit-tap-highlight-color: rgba(148, 176, 212, 0.2);
}
.UVcare_spring_lp input {
  display: none;
}
.UVcare_spring_lp li,
.UVcare_spring_lp ol {
  list-style-type: none;
}
.UVcare_spring_lp .spOnly {
  display: block;
}
.UVcare_spring_lp .pcOnly {
  display: none;
}
.UVcare_spring_lp ::-moz-selection {
  color: #fff;
  background-color: rgba(148, 176, 212, 0.7);
}
.UVcare_spring_lp ::selection {
  color: #fff;
  background-color: rgba(148, 176, 212, 0.7);
}
.UVcare_spring_lp sup {
  font-size: 0.5em;
}
.UVcare_spring_lp #share img {
  margin: auto;
}
.UVcare_spring_lp .fvArea,
.UVcare_spring_lp .anim {
  opacity: 0;
}
.UVcare_spring_lp .anim_enable {
  -webkit-animation: fade 1.8s 0.2s ease forwards;
          animation: fade 1.8s 0.2s ease forwards;
}
@-webkit-keyframes fade {
  10% {
    opacity: 0;
    filter: blur(5px);
    transform: translateY(18px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}
@keyframes fade {
  10% {
    opacity: 0;
    filter: blur(5px);
    transform: translateY(18px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes mv-fade {
  0% {
    opacity: 0;
    filter: blur(15px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes mv-fade {
  0% {
    opacity: 0;
    filter: blur(15px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
.UVcare_spring_lp .move {
  opacity: 0;
  -webkit-animation: opa 2.1s cubic-bezier(0.51, 0.21, 0.41, 1) 0.1s 1 forwards;
          animation: opa 2.1s cubic-bezier(0.51, 0.21, 0.41, 1) 0.1s 1 forwards;
  -webkit-mask-image: linear-gradient(-25deg, transparent, transparent 39.6666666667%, rgba(0, 0, 0, 0.02) 43.3333333333%, rgba(0, 0, 0, 0.08) 45%, rgba(0, 0, 0, 0.18) 46.6666666667%, rgba(0, 0, 0, 0.32) 48.3333333333%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.68) 51.6666666667%, rgba(0, 0, 0, 0.82) 53.3333333333%, rgba(0, 0, 0, 0.92) 55%, rgba(0, 0, 0, 0.98) 56.6666666667%, #000 58.3333333333%, #000);
          mask-image: linear-gradient(-25deg, transparent, transparent 39.6666666667%, rgba(0, 0, 0, 0.02) 43.3333333333%, rgba(0, 0, 0, 0.08) 45%, rgba(0, 0, 0, 0.18) 46.6666666667%, rgba(0, 0, 0, 0.32) 48.3333333333%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.68) 51.6666666667%, rgba(0, 0, 0, 0.82) 53.3333333333%, rgba(0, 0, 0, 0.92) 55%, rgba(0, 0, 0, 0.98) 56.6666666667%, #000 58.3333333333%, #000);
  -webkit-mask-repeat: none;
          mask-repeat: none;
  -webkit-mask-position: center 100%;
          mask-position: center 100%;
  -webkit-mask-size: 100% max(300%, 100vh);
          mask-size: 100% max(300%, 100vh);
  transform: translateZ(0);
  transition: -webkit-mask-position 2.1s 0.1s linear;
  transition: mask-position 2.1s 0.1s linear;
  transition: mask-position 2.1s 0.1s linear, -webkit-mask-position 2.1s 0.1s linear;
}
.UVcare_spring_lp .move_enable {
  -webkit-mask-position: center 0;
          mask-position: center 0;
}
@-webkit-keyframes opa {
  0% {
    opacity: 0;
    filter: blur(4px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes opa {
  0% {
    opacity: 0;
    filter: blur(4px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
.UVcare_spring_lp .present .anim_enable .icon::after {
  -webkit-animation: rotation 3.2s cubic-bezier(0.42, 0, 0.34, 1) 0.3s forwards;
          animation: rotation 3.2s cubic-bezier(0.42, 0, 0.34, 1) 0.3s forwards;
}
@-webkit-keyframes rotation {
  0% {
    opacity: 0;
    transform: rotate(0deg) translate(-50%, -50%);
  }
  20% {
    opacity: 1;
  }
  28% {
    opacity: 1;
    transform: rotate(9deg) translate(-50%, -50%);
  }
  62% {
    opacity: 1;
    transform: rotate(0deg) translate(-50%, -50%);
  }
  100% {
    opacity: 1;
    transform: rotate(6deg) translate(-50%, -50%);
  }
}
@keyframes rotation {
  0% {
    opacity: 0;
    transform: rotate(0deg) translate(-50%, -50%);
  }
  20% {
    opacity: 1;
  }
  28% {
    opacity: 1;
    transform: rotate(9deg) translate(-50%, -50%);
  }
  62% {
    opacity: 1;
    transform: rotate(0deg) translate(-50%, -50%);
  }
  100% {
    opacity: 1;
    transform: rotate(6deg) translate(-50%, -50%);
  }
}

/* .UVcare_spring_lp : set up SP*/
/*------------------------------------
≡≡≡≡≡≡≡≡ ▼ Layout SP First ▼ ≡≡≡≡≡≡≡≡
 ------------------------------------*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ layout  SP ▼ ≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
.UVcare_spring_lp {
  --color-text1: #415789;
  --color-text2: #2B4276;
  --color-text3: #353C4D;
  --color-copyText: #387DCC;
  --color-button: #5B90CE;
  --font-sans: var(--font-en), var(--font-jp), sans-serif;
  --font-en: "Inter Tight";
  --font-jp: "Noto Sans JP";
  --font-serif: var(--font-serif-en), var(--font-serif-jp), serif;
  --font-serif-en: "Gilda Display";
  --font-serif-jp: "Noto Serif JP";
}
.UVcare_spring_lp .cpArea {
  padding: calc(42 * 50rem/390) calc(28 * 50rem/390);
  background: center/cover no-repeat url(../img/campaign_bg.png);
}
.UVcare_spring_lp .cpArea__inner {
  padding: calc(37 * 50rem/390) calc(20 * 50rem/390) calc(38 * 50rem/390);
  background-color: #fff;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.16);
  text-align: center;
}
.UVcare_spring_lp .cpArea__title {
  margin: 0 auto calc(21 * 50rem/390);
  width: calc(194 * 50rem/390);
}
.UVcare_spring_lp .cpArea__text {
  margin-bottom: calc(6 * 50rem/390);
  font-family: var(--font-serif-jp), serif;
  font-size: calc(16 * 50rem/390);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.025em;
}
.UVcare_spring_lp .cpArea .highlights {
  margin-bottom: calc(22 * 50rem/390);
  display: inline-block;
  width: calc(210 * 50rem/390);
}
.UVcare_spring_lp .intro {
  padding: calc(58 * 50rem/390) calc(28 * 50rem/390) calc(54 * 50rem/390);
  background: center/cover no-repeat url(../img/read_bg.png);
}
.UVcare_spring_lp .intro__title {
  margin-bottom: calc(26 * 50rem/390);
  color: var(--color-text2);
  font-family: var(--font-serif);
  font-size: calc(22 * 50rem/390);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.075em;
}
.UVcare_spring_lp .intro .img {
  margin: 0 auto calc(28 * 50rem/390);
  width: calc(334 * 50rem/390);
}
.UVcare_spring_lp .intro__text {
  font-size: calc(14 * 50rem/390);
  line-height: 2;
  letter-spacing: 0.075em;
}
.UVcare_spring_lp .intro__text:nth-of-type(n+2) {
  margin-top: calc(22 * 50rem/390);
}
.UVcare_spring_lp .section__title-en {
  margin-bottom: calc(-17 * 50rem/390);
  font-family: var(--font-serif);
  font-size: calc(50 * 50rem/390);
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  opacity: 0.14;
}
.UVcare_spring_lp .section__title {
  margin-bottom: calc(15 * 50rem/390);
  font-family: var(--font-serif);
  font-size: calc(31 * 50rem/390);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.025em;
}
.UVcare_spring_lp .section__features {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: calc(13 * 50rem/390);
       column-gap: calc(13 * 50rem/390);
}
.UVcare_spring_lp .section__features::before {
  content: "";
  width: calc(64 * 50rem/390);
  height: calc(64 * 50rem/390);
  background: center/contain no-repeat url(../img/icon_features.svg);
  z-index: 0;
}
.UVcare_spring_lp .section__features__item {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: calc(4 * 50rem/390);
       column-gap: calc(4 * 50rem/390);
}
.UVcare_spring_lp .section__features__item::before {
  content: "";
  width: calc(22 * 50rem/390);
  height: calc(22 * 50rem/390);
  background: center/contain no-repeat url(../img/check.svg);
  z-index: 0;
}
.UVcare_spring_lp .section__features__item:nth-of-type(n+2) {
  margin-top: calc(5 * 50rem/390);
}
.UVcare_spring_lp .section__features p {
  color: var(--color-text3);
  font-size: calc(15 * 50rem/390);
  letter-spacing: 0.025em;
  text-align: left;
  width: calc(180 * 50rem/390);
}
.UVcare_spring_lp .section__information {
  margin-top: calc(20 * 50rem/390);
}
.UVcare_spring_lp .section__information__img {
  margin: 0 auto calc(20 * 50rem/390);
  width: calc(335 * 50rem/390);
}
.UVcare_spring_lp .section__information__copy {
  margin-bottom: calc(17 * 50rem/390);
  font-size: calc(17 * 50rem/390);
  font-weight: 600;
  line-height: 1.65;
  letter-spacing: 0.025em;
}
.UVcare_spring_lp .section__information__copy .strong {
  font-size: calc(19 * 50rem/390);
}
.UVcare_spring_lp .section__information__copy small {
  font-size: calc(13 * 50rem/390);
}
.UVcare_spring_lp .section__information__list {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: calc(6 * 50rem/390);
       column-gap: calc(6 * 50rem/390);
  margin-bottom: calc(25 * 50rem/390);
}
.UVcare_spring_lp .section__information__item {
  width: calc(78 * 50rem/390);
}
.UVcare_spring_lp .section__information__temperature {
  margin-bottom: calc(36 * 50rem/390);
  padding: calc(32 * 50rem/390) calc(20 * 50rem/390) calc(24 * 50rem/390);
  background-color: rgba(225, 232, 235, 0.4);
}
.UVcare_spring_lp .section__information .section__temperature__upper {
  padding-bottom: calc(20 * 50rem/390);
  width: 100%;
  background: bottom center/contain no-repeat url(../img/border.png);
}
.UVcare_spring_lp .section__information .section__temperature__upper .title {
  margin-bottom: calc(1 * 50rem/390);
  font-family: var(--font-serif);
  font-size: calc(23 * 50rem/390);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.025em;
}
.UVcare_spring_lp .section__information .section__temperature__upper .img {
  display: inline-block;
  margin-bottom: calc(13 * 50rem/390);
  width: calc(220 * 50rem/390);
}
.UVcare_spring_lp .section__information .section__temperature__upper .note {
  color: var(--color-text3);
  font-size: calc(10 * 50rem/390);
  font-weight: 300;
  line-height: 1.45;
  letter-spacing: 0;
  text-align: justify;
}
.UVcare_spring_lp .section__information .section__temperature__lower {
  margin-top: calc(18 * 50rem/390);
}
.UVcare_spring_lp .section__information .section__temperature__lower .title {
  margin-bottom: calc(5 * 50rem/390);
  font-size: calc(15 * 50rem/390);
  font-weight: 600;
  letter-spacing: 0.025em;
}
.UVcare_spring_lp .section__information .section__temperature__lower .title .strong {
  font-size: calc(15 * 50rem/390);
  font-weight: bold;
}
.UVcare_spring_lp .section__information .section__temperature__lower .title small {
  font-size: calc(13 * 50rem/390);
}
.UVcare_spring_lp .section__information .section__temperature__lower .text {
  padding-bottom: calc(7 * 50rem/390);
  color: var(--color-text3);
  font-size: calc(13 * 50rem/390);
  line-height: 1.75;
  letter-spacing: 0.025em;
}
.UVcare_spring_lp .section__chart__title {
  margin-bottom: calc(14 * 50rem/390);
  font-size: calc(20 * 50rem/390);
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.025em;
}
.UVcare_spring_lp .section__chart__title small {
  font-size: calc(15 * 50rem/390);
}
.UVcare_spring_lp .section__chart__box {
  position: relative;
  margin: 0 auto calc(12 * 50rem/390);
  background: center/contain no-repeat url(../img/sunscreen_chart.png);
  width: calc(352 * 50rem/390);
  height: calc(354 * 50rem/390);
  z-index: 0;
}
.UVcare_spring_lp .section__chart__boxitems {
  position: absolute;
  width: calc(100 * 50rem/390);
  height: calc(130 * 50rem/390);
  z-index: 1;
}
.UVcare_spring_lp .section__chart__boxitems.milk-type {
  top: calc(45 * 50rem/390);
  right: calc(45 * 50rem/390);
}
.UVcare_spring_lp .section__chart__boxitems.cream-type {
  top: calc(-18 * 50rem/390);
  right: calc(-8 * 50rem/390);
}
.UVcare_spring_lp .section__chart__boxitems.powder-type {
  bottom: calc(26 * 50rem/390);
  left: calc(62 * 50rem/390);
}
.UVcare_spring_lp .section__chart__boxitems.stick-type {
  top: calc(26 * 50rem/390);
  left: calc(17 * 50rem/390);
}
.UVcare_spring_lp .section.parasolArea {
  padding-top: calc(38 * 50rem/390);
  padding-inline: calc(18 * 50rem/390);
  padding-bottom: calc(58 * 50rem/390);
}
.UVcare_spring_lp .section.parasolArea .parasolArea__products {
  background-color: #ECEDF2;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.16);
}
.UVcare_spring_lp .section.parasolArea .parasolArea__products__inner {
  padding: calc(46 * 50rem/390) 0 calc(56 * 50rem/390);
  /* background: center/100% auto no-repeat url(../img/protect-u_bg.png); */
}
.UVcare_spring_lp .section.parasolArea .parasolArea__products__title {
  display: inline-block;
  margin-bottom: calc(18 * 50rem/390);
  width: calc(224 * 50rem/390);
}
.UVcare_spring_lp .section.parasolArea .parasolArea__products__subTitle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: calc(10 * 50rem/390);
       column-gap: calc(10 * 50rem/390);
  margin-bottom: calc(20 * 50rem/390);
}
.UVcare_spring_lp .section.parasolArea .parasolArea__products__subTitle img {
  width: auto;
  height: calc(18 * 50rem/390);
}
.UVcare_spring_lp .section.parasolArea .parasolArea__products__subTitle::before, .UVcare_spring_lp .section.parasolArea .parasolArea__products__subTitle::after {
  content: "";
  width: calc(22 * 50rem/390);
  height: calc(22 * 50rem/390);
}
.UVcare_spring_lp .section.parasolArea .parasolArea__products__subTitle::before {
  background: center/contain no-repeat url(../img/flower01.png);
}
.UVcare_spring_lp .section.parasolArea .parasolArea__products__subTitle::after {
  background: center/contain no-repeat url(../img/flower01.png);
}
.UVcare_spring_lp .section.parasolArea .parasolArea__products .--2 {
  margin-top: calc(37 * 50rem/390);
}
.UVcare_spring_lp .section.parasolArea .parasolArea__products .products__img {
  margin-bottom: calc(2 * 50rem/390);
}
.UVcare_spring_lp .section.parasolArea .parasolArea__products .products__copy {
  margin-bottom: calc(15 * 50rem/390);
  font-family: var(--font-serif);
  font-size: calc(14 * 50rem/390);
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: 0.025em;
}
.UVcare_spring_lp .section.parasolArea .parasolArea__products .icon {
  display: inline-block;
  margin-bottom: calc(3 * 50rem/390);
  width: calc(122 * 50rem/390);
}
.UVcare_spring_lp .section.parasolArea .parasolArea__products .name {
  margin-bottom: calc(8 * 50rem/390);
  font-size: calc(16 * 50rem/390);
  font-weight: 600;
  letter-spacing: 0.025em;
}
.UVcare_spring_lp .section.parasolArea .parasolArea__products .name .jp {
  font-weight: 500;
}
.UVcare_spring_lp .section.parasolArea .parasolArea__products .price {
  margin-bottom: calc(12 * 50rem/390);
  font-size: calc(19 * 50rem/390);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
}
.UVcare_spring_lp .section.parasolArea .parasolArea__products .price .yen {
  font-size: calc(15 * 50rem/390);
}
.UVcare_spring_lp .section.parasolArea .parasolArea__products .price small {
  font-size: calc(11 * 50rem/390);
}
.UVcare_spring_lp .section .button--all {
  margin-top: calc(34 * 50rem/390);
}
.UVcare_spring_lp .section.sunscreenArea {
  position: relative;
  padding-top: calc(43 * 50rem/390);
  -webkit-clip-path: border-box;
          clip-path: border-box;
  z-index: 0;
}
.UVcare_spring_lp .section.sunscreenArea::after {
  content: "";
  position: fixed;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: center/cover no-repeat url(../img/sunscreen_bg.png);
  z-index: -1;
}
.UVcare_spring_lp .section.sunscreenArea .sunscreenArea__products {
  padding-bottom: calc(58 * 50rem/390);
}
.UVcare_spring_lp .section.sunscreenArea .sunscreenArea__products__title {
  display: grid;
  margin-bottom: calc(-15 * 50rem/390);
  place-content: center;
  font-size: calc(24 * 50rem/390);
  line-height: 1.35;
  letter-spacing: 0.025em;
  width: 100%;
  height: calc(162 * 50rem/390);
}
.UVcare_spring_lp .section.sunscreenArea .sunscreenArea__products__title small {
  font-size: calc(15 * 50rem/390);
}
.UVcare_spring_lp .section.sunscreenArea .sunscreenArea__products .milk .sunscreenArea__products__title {
  background: center/contain no-repeat url(../img/milk-type_texture.png);
}
.UVcare_spring_lp .section.sunscreenArea .sunscreenArea__products .cream .sunscreenArea__products__title {
  background: center/contain no-repeat url(../img/cream-type_texture.png);
}
.UVcare_spring_lp .section.sunscreenArea .sunscreenArea__products .powder .sunscreenArea__products__title {
  background: center/contain no-repeat url(../img/powder-type_texture.png);
}
.UVcare_spring_lp .section.sunscreenArea .sunscreenArea__products .stick .sunscreenArea__products__title {
  background: center/contain no-repeat url(../img/stick-type_texture.png);
}
.UVcare_spring_lp .section.sunscreenArea .sunscreenArea__cate:nth-of-type(n+2) {
  margin-top: calc(38 * 50rem/390);
}
.UVcare_spring_lp .section.sunscreenArea .products__slider {
  margin: calc(20 * 50rem/390) auto 0;
  width: calc(300 * 50rem/390);
}
.UVcare_spring_lp .section.sunscreenArea .products__slider .slick-list {
  overflow: visible;
}
.UVcare_spring_lp .section.sunscreenArea .products__slider .slick-track {
  display: flex;
}
.UVcare_spring_lp .section.sunscreenArea .products__slider .slick-slide {
  display: flex;
  flex-direction: column;
  margin-inline: calc(8 * 50rem/390);
  padding: calc(24 * 50rem/390) 0 calc(25 * 50rem/390);
  background-color: rgba(255, 255, 255, 0.47);
  border-radius: calc(2 * 50rem/390);
  height: auto;
}
.UVcare_spring_lp .section.sunscreenArea .products__slider .slick-dots {
  display: flex!important;
  justify-content: center;
  position: static;
  margin-top: calc(23 * 50rem/390);
  line-height: 0;
}
.UVcare_spring_lp .section.sunscreenArea .products__slider .slick-dots li {
  margin: 0 calc(4 * 50rem/390);
  opacity: 0.18;
  width: calc(37 * 50rem/390);
  height: calc(5 * 50rem/390);
}
.UVcare_spring_lp .section.sunscreenArea .products__slider .slick-dots li.slick-active {
  opacity: 1;
}
.UVcare_spring_lp .section.sunscreenArea .products__slider .slick-dots li button {
  display: block;
  padding: 0;
  font-size: 0;
  background-color: var(--color-copyText);
  border: none;
  border-radius: calc(2 * 50rem/390);
  width: calc(37 * 50rem/390);
  height: calc(5 * 50rem/390);
}
.UVcare_spring_lp .section.sunscreenArea .products__slider .slick-dots li button:before {
  display: none;
  position: static;
}
.UVcare_spring_lp .section.sunscreenArea .products__slider .products__copy {
  margin-bottom: calc(4 * 50rem/390);
  color: var(--color-copyText);
  font-family: var(--font-serif);
  font-size: calc(17 * 50rem/390);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.005em;
}
.UVcare_spring_lp .section.sunscreenArea .products__slider .products__copy small {
  font-size: calc(12 * 50rem/390);
}
.UVcare_spring_lp .section.sunscreenArea .products__slider .products__copy .note {
  display: inline-block;
  margin-top: calc(4 * 50rem/390);
  font-family: var(--font-sans);
  font-size: calc(10 * 50rem/390);
  font-weight: normal;
  line-height: 1.5;
}
.UVcare_spring_lp .section.sunscreenArea .products__slider .inner {
  display: flex;
  flex-direction: column;
  margin: auto;
  width: calc(232 * 50rem/390);
  height: 100%;
}
.UVcare_spring_lp .section.sunscreenArea .products__slider .products__img {
  margin-bottom: calc(7 * 50rem/390);
}
.UVcare_spring_lp .section.sunscreenArea .products__slider .name {
  margin-bottom: calc(8 * 50rem/390);
  font-size: calc(14 * 50rem/390);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.025em;
  text-align: left;
}
.UVcare_spring_lp .section.sunscreenArea .products__slider .bottomWrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: auto;
}
.UVcare_spring_lp .section.sunscreenArea .products__slider .price {
  margin-bottom: calc(6 * 50rem/390);
  font-size: calc(18 * 50rem/390);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  text-align: left;
}
.UVcare_spring_lp .section.sunscreenArea .products__slider .price .yen {
  font-size: calc(15 * 50rem/390);
}
.UVcare_spring_lp .section.sunscreenArea .products__slider .price small {
  font-size: calc(10 * 50rem/390);
}
.UVcare_spring_lp .section .newitem {
  padding: calc(56 * 50rem/390) 0 calc(53 * 50rem/390);
  background-color: rgba(226, 236, 247, 0.8);
}
.UVcare_spring_lp .section .newitem__products__title {
  margin-bottom: calc(20 * 50rem/390);
  font-size: calc(15 * 50rem/390);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.025em;
}
.UVcare_spring_lp .section .newitem__products__title .en {
  font-family: var(--font-serif);
  font-size: calc(34 * 50rem/390);
  letter-spacing: 0;
}
.UVcare_spring_lp .accordionBox.open .accordionBox__inner {
  max-height: calc(80 * 50rem/390);
}
.UVcare_spring_lp .accordionBox.open .accordionBox__button::after {
  transform: rotate(180deg);
}
.UVcare_spring_lp .accordionBox__inner {
  transition: all 0.6s ease;
  max-height: 0;
  overflow: hidden;
}
.UVcare_spring_lp .accordionBox__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: calc(4 * 50rem/390);
       column-gap: calc(4 * 50rem/390);
  padding: calc(1 * 50rem/390);
  border-bottom: 1px solid;
  cursor: pointer;
}
.UVcare_spring_lp .accordionBox__button::after {
  content: "";
  transition: all 0.2s ease;
  width: calc(8 * 50rem/390);
  height: calc(6 * 50rem/390);
  background: center/contain no-repeat url(../img/arrow.svg);
}
.UVcare_spring_lp .accordionBox__button p {
  font-size: calc(12 * 50rem/390);
  line-height: 1;
  letter-spacing: 0.025em;
}
.UVcare_spring_lp .button {
  display: inline-block;
  border-radius: calc(4 * 50rem/390);
  box-sizing: border-box;
  color: #fff;
}
.UVcare_spring_lp .button--normal {
  padding: calc(17 * 50rem/390) calc(10 * 50rem/390) calc(16 * 50rem/390);
  background-color: var(--color-text2);
  font-size: calc(14 * 50rem/390);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  width: calc(200 * 50rem/390);
}
.UVcare_spring_lp .button--all {
  padding: calc(20 * 50rem/390) calc(16 * 50rem/390) calc(18 * 50rem/390);
  background-color: var(--color-text2);
  font-size: calc(14 * 50rem/390);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.025em;
  width: calc(294 * 50rem/390);
}
.UVcare_spring_lp .parasolArea .button--buy {
  padding: calc(15 * 50rem/390) calc(20 * 50rem/390) calc(13 * 50rem/390);
  background-color: var(--color-button);
  font-size: calc(14 * 50rem/390);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  width: calc(180 * 50rem/390);
}
.UVcare_spring_lp .sunscreenArea .button--buy {
  padding: calc(11 * 50rem/390) calc(20 * 50rem/390) calc(9 * 50rem/390);
  background-color: var(--color-button);
  font-size: calc(13 * 50rem/390);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  width: calc(118 * 50rem/390);
}
.UVcare_spring_lp .buttonWrap {
  padding: calc(50 * 50rem/390) 0 calc(70 * 50rem/390);
}
.UVcare_spring_lp .followNav {
  position: fixed;
  transform: translateY(100%);
  bottom: -1px;
  left: 0;
  background-color: var(--color-text2);
  transition: all 0.6s 0.1s ease;
  width: 100%;
  z-index: 2;
}
.UVcare_spring_lp .followNav .anchorlink__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  height: calc(53 * 50rem/390);
}
.UVcare_spring_lp .followNav .anchorlink__list li {
  position: relative;
  color: #fff;
  font-family: var(--font-serif-jp), serif;
  font-size: calc(16 * 50rem/390);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.025em;
  z-index: 0;
}
.UVcare_spring_lp .followNav .anchorlink__list li:nth-of-type(n+2)::before {
  content: "";
  position: absolute;
  top: calc(8 * 50rem/390);
  left: 0;
  width: 1px;
  height: calc(36 * 50rem/390);
  border-left: 1px solid #A6B6D1;
  z-index: 1;
}
.UVcare_spring_lp .followNav .anchorlink__link {
  display: grid;
  position: relative;
  padding-top: calc(4 * 50rem/390);
  place-content: center;
  height: 100%;
  z-index: 0;
}
.UVcare_spring_lp .followNav .anchorlink__link::before {
  content: "";
  position: absolute;
  margin: auto;
  top: calc(8 * 50rem/390);
  left: 0;
  right: 0;
  width: calc(10 * 50rem/390);
  height: calc(6 * 50rem/390);
  background: center/contain no-repeat url(../img/arrow2.svg);
  z-index: 0;
}
.UVcare_spring_lp .followNav.up-move {
  transform: translateY(0);
  z-index: 11;
}

.page-share-btn #share {
  transition: all 0.6s 0.1s ease;
  left: auto;
  right: 4%;
  bottom: 2%;
}

#share.up-move {
  transform: translateY(-140%);
}

/* .UVcare_spring_lp SP*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡ ▼ PC ▼ ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
 ------------------------------------*/
@media (min-width: 769px) {
  /*------------------------------------
  ≡≡≡≡≡≡≡≡≡ ▼ S e t U p  PC ▼ ≡≡≡≡≡≡≡≡≡
  ------------------------------------*/
  main {
    max-width: 100vw;
  }
  #Wrap {
    width: auto;
  }
  .wrapTop,
.wrapBottom {
    width: 100%;
  }
  .UVcare_spring_lp {
    position: relative;
    max-width: 100vw;
    z-index: 0;
  }
  .UVcare_spring_lp::after {
    content: "";
    position: fixed;
    pointer-events: none;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    width: calc(1400 * 50rem/390);
    height: 100vh;
    background: center/100% auto no-repeat url(../img/bg_pc.png);
    z-index: -1;
  }
  .UVcare_spring_lp a {
    cursor: pointer;
  }
  .UVcare_spring_lp .pcOnly {
    display: block;
  }
  .UVcare_spring_lp .spOnly {
    display: none;
  }
  /* .UVcare_spring_lp : set up PC*/
  /*------------------------------------
  ≡≡≡≡≡≡≡≡≡≡ ▼ layout  PC ▼ ≡≡≡≡≡≡≡≡≡≡
  ------------------------------------*/
  .UVcare_spring_lp__inner {
    grid-column: 2;
    margin-inline: auto;
    width: 50rem;
    z-index: 1;
  }
  .UVcare_spring_lp .fixed_area {
    display: grid;
    grid-template-columns: 1fr 60rem 1fr;
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  .UVcare_spring_lp .fixed_area .fixed_nav {
    position: -webkit-sticky;
    position: sticky;
    display: grid;
    place-items: center;
    height: 100vh;
    pointer-events: all;
  }
  .UVcare_spring_lp .fixed_area .fixed_left {
    top: 0;
    grid-column: 1;
  }
  .UVcare_spring_lp .fixed_area .fixed_left__inner {
    position: relative;
    max-width: 42rem;
    z-index: 0;
  }
  .UVcare_spring_lp .fixed_area .fixed_right {
    top: 2rem;
    text-align: center;
  }
  .UVcare_spring_lp .fixed_area .fixed_right .nav__list li {
    position: relative;
    transition: all 0.4s ease;
    padding: 2.2rem 1.4rem 2.1rem;
    border-top: 1px solid #A6B6D1;
    font-family: var(--font-serif-jp), serif;
    font-size: 1.7rem;
    line-height: 1;
    letter-spacing: 0.025em;
    text-align: left;
    width: 28.8rem;
    z-index: 0;
  }
  .UVcare_spring_lp .fixed_area .fixed_right .nav__list li:hover {
    background-color: rgba(91, 114, 165, 0.06);
  }
  .UVcare_spring_lp .fixed_area .fixed_right .nav__list li::after {
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    right: calc(13 * 50rem/390);
    bottom: 0;
    width: 0.8rem;
    height: 0.6rem;
    background: center/contain no-repeat url(../img/arrow.svg);
    z-index: 0;
  }
  .UVcare_spring_lp .fixed_area .fixed_right .nav__list li:nth-child(1) {
    border-top: none;
  }
  /* .UVcare_spring_lp PC*/
}
/*--------------------------------
   Media Queries (768px ~ 1380px )
 --------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1380px) {
  .UVcare_spring_lp .lp-page__inner {
    background-size: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1250px) {
  .UVcare_spring_lp .contentsBox .lp-button.button-item .en {
    font-size: 1.25rem;
  }
  .UVcare_spring_lp .contentsBox .lp-button.button-item .jp {
    font-size: 1.05rem;
  }
  .UVcare_spring_lp .limitedArea .icon {
    font-size: 1.4rem;
  }
  .UVcare_spring_lp .limitedArea .icon p {
    line-height: 1.35;
  }
  .UVcare_spring_lp .limitedArea .icon .small {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .UVcare_spring_lp .contentsBox .lp-button.button-item {
    padding: 1rem 0.7vw 1.2rem 2.5vw;
  }
  .UVcare_spring_lp .article .lp-button.button-item {
    padding: 0.9rem 1rem 1rem 3.7rem;
  }
}
/*# sourceMappingURL=style.css.map */
