@charset "UTF-8";
/*----------------------------------------
≡≡≡≡≡≡≡≡≡≡≡ ▼ カスタムプロバティ ▼ ≡≡≡≡≡≡≡≡≡≡≡
----------------------------------------*/
@font-face {
  font-family: "yumin";
  /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url("../fonts/yumin.otf") format("opentype"), url("../fonts/yumin.woff") format("woff"), url("../fonts/yumin.woff2") format("woff2");
}
/*--------------------------------
   Media Queries (1400px ~ 1400px)
 --------------------------------*/
@media only screen and (max-width: 1400px) {
  html {
    font-size: 0.7142857143vw;
  }
}
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ S e t U p SP ▼ ≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
.springskincare_lp {
  margin: 0 auto;
  padding-bottom: calc(80 * 100vw/390);
  overflow: hidden;
  background-color: #F5F2EA;
  color: #111111;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", sans-serif;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  max-width: calc(750 * 100vw/390);
  z-index: 1;
}
.springskincare_lp img,
.springskincare_lp svg {
  display: block;
  opacity: 1;
  width: 100%;
  height: auto;
}
.springskincare_lp picture {
  display: block;
}
.springskincare_lp a {
  display: block;
  color: inherit;
}
.springskincare_lp *:focus {
  outline: none;
}
.springskincare_lp a,
.springskincare_lp label {
  -webkit-tap-highlight-color: rgba(70, 58, 25, 0.2);
}
.springskincare_lp input {
  display: none;
}
.springskincare_lp li,
.springskincare_lp ol {
  list-style-type: none;
}
.springskincare_lp .spOnly {
  display: block;
}
.springskincare_lp .pcOnly {
  display: none;
}
.springskincare_lp ::-moz-selection {
  color: #D9D6C4;
  background-color: rgba(70, 58, 25, 0.8);
}
.springskincare_lp ::selection {
  color: #D9D6C4;
  background-color: rgba(70, 58, 25, 0.8);
}
.springskincare_lp sup {
  font-size: 0.6em;
}
.springskincare_lp #share img {
  margin: auto;
}
.springskincare_lp .fv__img,
.springskincare_lp .fv__title,
.springskincare_lp .fv__logo,
.springskincare_lp .anim {
  opacity: 0;
}
.springskincare_lp .fv__title,
.springskincare_lp .fv__logo,
.springskincare_lp .anim_enable {
  -webkit-animation: fade 1.4s ease forwards;
          animation: fade 1.4s ease forwards;
}
@-webkit-keyframes fade {
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.springskincare_lp .fv__img {
  -webkit-animation: mv-fade 1.4s ease 0.2s forwards;
          animation: mv-fade 1.4s ease 0.2s forwards;
  filter: blur(6px);
  transform: scale(0.94);
}
@-webkit-keyframes mv-fade {
  0% {
    opacity: 0;
    filter: blur(6px);
    transform: scale(0.94);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
    transform: scale(1);
  }
}
@keyframes mv-fade {
  0% {
    opacity: 0;
    filter: blur(6px);
    transform: scale(0.94);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
    transform: scale(1);
  }
}
.springskincare_lp .border {
  overflow: hidden;
  transform: translate(-100%, 0);
}
.springskincare_lp .border01 {
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
}
.springskincare_lp .border02 {
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s 0.8s;
}
.springskincare_lp .border b {
  display: block;
  opacity: 0;
  transform: translate(100%, 0);
}
.springskincare_lp .border01 b {
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1.4s, opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s 0.6s;
}
.springskincare_lp .border02 b {
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1.4s 0.9s, opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s 1.5s;
}
.springskincare_lp .active .border.-visible,
.springskincare_lp .active .border.-visible b {
  opacity: 1;
  transform: translate(0, 0);
}
.springskincare_lp .border {
  position: relative;
  z-index: 0;
}
.springskincare_lp .border::after {
  content: "";
  position: absolute;
  top: calc(-8 * 100vw/390);
  right: 0;
  width: 0;
  height: calc(32 * 100vw/390);
  background-color: #F5F2EA;
  z-index: 1;
}
.springskincare_lp .active .border::after {
  -webkit-animation: obi 1.2s ease-in forwards;
          animation: obi 1.2s ease-in forwards;
}
.springskincare_lp .active .border02::after {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@-webkit-keyframes obi {
  0% {
    right: 0;
    width: 0%;
  }
  24% {
    right: 0;
    opacity: 1;
    width: 100%;
  }
  100% {
    right: 100vw;
    opacity: 0;
    width: 100%;
  }
}
@keyframes obi {
  0% {
    right: 0;
    width: 0%;
  }
  24% {
    right: 0;
    opacity: 1;
    width: 100%;
  }
  100% {
    right: 100vw;
    opacity: 0;
    width: 100%;
  }
}

/*--------------------------------
							SP  Only
--------------------------------*/
/* .springskincare_lp : set up SP*/
/*------------------------------------
≡≡≡≡≡≡≡≡ ▼ Layout SP First ▼ ≡≡≡≡≡≡≡≡
 ------------------------------------*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ layout  SP ▼ ≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
.springskincare_lp {
  --color-copy-text: #5F5029;
  --color-button-bg: #D9D6C4;
  --color-button-text: #463A19;
  --font-mintyo: "yumin";
  --font-english: "Libre Baskerville";
}
.springskincare_lp .fv {
  margin-bottom: calc(67 * 100vw/390);
  padding-top: calc(37 * 100vw/390);
}
.springskincare_lp .fv__title {
  margin: 0 auto calc(36 * 100vw/390);
  width: calc(345.32 * 100vw/390);
}
.springskincare_lp .fv__logo {
  margin: 0 auto calc(33 * 100vw/390);
  width: calc(196 * 100vw/390);
}
.springskincare_lp .fv__img {
  transform: translateX(-50%);
  margin-left: calc(-135 * 100vw/390);
  margin-bottom: calc(33 * 100vw/390);
  width: calc(650 * 100vw/390);
}
.springskincare_lp .fv__textwrap {
  margin: 0 auto;
  padding: calc(19 * 100vw/390) 0 calc(19 * 100vw/390);
  border-top: 1px solid #272727;
  border-bottom: 1px solid #272727;
  width: calc(354 * 100vw/390);
}
.springskincare_lp .fv__text {
  margin: 0 auto;
  font-size: calc(14 * 100vw/390);
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: justify;
  width: calc(350 * 100vw/390);
}
.springskincare_lp .link {
  margin-bottom: calc(98 * 100vw/390);
  padding: 0 calc(20 * 100vw/390);
}
.springskincare_lp .link_anchor {
  display: flex;
  flex-direction: column;
  row-gap: calc(46 * 100vw/390);
}
.springskincare_lp .link_item {
  display: flex;
  position: relative;
  -moz-column-gap: calc(12 * 100vw/390);
       column-gap: calc(12 * 100vw/390);
  align-items: center;
  z-index: 0;
}
.springskincare_lp .link_item::before {
  content: "";
  position: absolute;
  bottom: calc(-3 * 100vw/390);
  left: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.9024203431) 6%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: calc(30 * 100vw/390);
  z-index: -1;
}
.springskincare_lp .link_item::after {
  content: "";
  position: absolute;
  transform: translateX(-50%);
  bottom: calc(-20 * 100vw/390);
  left: 50%;
  background-color: #6C6055;
  width: calc(12 * 100vw/390);
  height: calc(15 * 100vw/390);
  -webkit-mask-image: url(../img/arrow01.svg);
          mask-image: url(../img/arrow01.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  z-index: 0;
}
.springskincare_lp .link_pickup {
  width: calc(54 * 100vw/390);
}
.springskincare_lp .link_subtitle {
  color: var(--color-copy-text);
  font-size: calc(13 * 100vw/390);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
}
.springskincare_lp .link_title {
  margin-top: calc(11 * 100vw/390);
  padding-bottom: calc(4 * 100vw/390);
  font-family: var(--font-mintyo), serif;
  font-weight: normal;
  font-size: calc(22 * 100vw/390);
  line-height: 1;
  letter-spacing: 0.05em;
}
.springskincare_lp .section {
  margin-inline: auto;
  text-align: center;
}
.springskincare_lp .section:not(:last-of-type) {
  position: relative;
  margin-bottom: calc(81 * 100vw/390);
  padding-bottom: calc(74 * 100vw/390);
  z-index: 0;
}
.springskincare_lp .section:not(:last-of-type)::after {
  content: "";
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  width: calc(334 * 100vw/390);
  height: 1px;
  border-bottom: 1px solid #B7B3A7;
  z-index: 0;
}
.springskincare_lp .section__itemlist {
  display: flex;
  flex-direction: column;
  row-gap: calc(68 * 100vw/390);
}
.springskincare_lp .section__item {
  padding-inline: calc(43 * 100vw/390);
}
.springskincare_lp .section__subtitle {
  display: inline-block;
  position: relative;
  color: var(--color-copy-text);
  font-size: calc(15 * 100vw/390);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  z-index: 0;
}
.springskincare_lp .section__subtitle::after {
  content: "";
  position: absolute;
  transform: translateX(-50%);
  top: calc(-14 * 100vw/390);
  left: 50%;
  width: calc(219.4 * 100vw/390);
  height: calc(59 * 100vw/390);
  background-image: url(../img/speech-bubble_sp.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.springskincare_lp .section__title {
  margin-top: calc(35 * 100vw/390);
  font-family: var(--font-mintyo), serif;
  font-size: calc(33 * 100vw/390);
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.springskincare_lp .section__text {
  margin-top: calc(2 * 100vw/390);
  margin-bottom: calc(24 * 100vw/390);
  padding: 0 calc(20 * 100vw/390);
  font-size: calc(13 * 100vw/390);
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: justify;
}
.springskincare_lp .section__head {
  margin-bottom: calc(52 * 100vw/390);
}
.springskincare_lp .section__head--img {
  width: 100%;
}
.springskincare_lp .section__item--copy {
  margin-bottom: calc(-4 * 100vw/390);
  overflow: hidden;
  line-height: 1;
}
.springskincare_lp .section__item--copy b {
  color: var(--color-copy-text);
  font-family: var(--font-mintyo), serif;
  font-size: calc(24 * 100vw/390);
  font-weight: normal;
  letter-spacing: 0.05em;
}
.springskincare_lp .section .border {
  line-height: 1.34;
}
.springskincare_lp .section .border b {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.springskincare_lp .section .border b::after {
  content: "";
  position: absolute;
  transform: translateX(-50%);
  padding-inline: calc(8 * 100vw/390);
  bottom: calc(4 * 100vw/390);
  left: 50%;
  -webkit-clip-path: polygon(2% 0%, 100% 0%, 98% 100%, 0% 100%);
          clip-path: polygon(2% 0%, 100% 0%, 98% 100%, 0% 100%);
  width: 100%;
  height: calc(6.8 * 100vw/390);
  background-color: #ffffff;
  z-index: -1;
}
.springskincare_lp .section__item--img {
  margin: 0 auto;
  width: calc(246 * 100vw/390);
}
.springskincare_lp .section__item__creditbox {
  margin-top: calc(2 * 100vw/390);
  padding: calc(3 * 100vw/390) 0;
  border-top: 1px solid #272727;
  border-bottom: 1px solid #272727;
}
.springskincare_lp .section__item__creditboxinner {
  padding: calc(19 * 100vw/390) 0 calc(12 * 100vw/390) calc(4 * 100vw/390);
  border-top: 1px solid #AAAAAA;
  border-bottom: 1px solid #AAAAAA;
}
.springskincare_lp .section .brand {
  font-family: "Libre Baskerville", serif;
  font-size: calc(17 * 100vw/390);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: left;
}
.springskincare_lp .section .name {
  margin-top: calc(8 * 100vw/390);
  font-size: calc(15 * 100vw/390);
  line-height: 1.25;
  letter-spacing: 0.05em;
  text-align: left;
}
.springskincare_lp .section__item__credit__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: calc(10 * 100vw/390);
}
.springskincare_lp .section .price {
  font-size: calc(16 * 100vw/390);
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: left;
}
.springskincare_lp .section .price .small-letter {
  font-size: calc(11 * 100vw/390);
}
.springskincare_lp .section__item__infotext {
  margin-top: calc(15 * 100vw/390);
  color: #505050;
  font-size: calc(13 * 100vw/390);
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: left;
}
.springskincare_lp .section__item__infotext--note {
  margin-top: calc(11 * 100vw/390);
  color: #727272;
  font-size: calc(11 * 100vw/390);
  line-height: 1.4;
  letter-spacing: 0;
  text-align: left;
}
.springskincare_lp .section__all-button {
  margin-top: calc(60 * 100vw/390);
  background-color: #D9D6C4;
}
.springskincare_lp .section__all-button::after {
  background-color: #463A19;
}
.springskincare_lp .section__all-button--text {
  color: var(--color-button-text);
}
.springskincare_lp .detail-button {
  padding: calc(10 * 100vw/390) calc(9 * 100vw/390) calc(9 * 100vw/390);
  background-color: #000000;
  box-sizing: border-box;
  color: #ffffff;
  font-family: "Libre Baskerville", serif;
  font-size: calc(12 * 100vw/390);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
  width: calc(88 * 100vw/390);
}
.springskincare_lp .button {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  margin-inline: auto;
  padding: calc(14 * 100vw/390) calc(26 * 100vw/390) calc(11 * 100vw/390) calc(44 * 100vw/390);
  box-sizing: border-box;
  width: calc(354 * 100vw/390);
  height: calc(59 * 100vw/390);
  z-index: 0;
}
.springskincare_lp .button--text {
  font-size: calc(15 * 100vw/390);
  line-height: 1.25;
  letter-spacing: 0.05em;
  text-align: center;
  width: calc(250 * 100vw/390);
}
.springskincare_lp .button::after {
  content: "";
  width: calc(10.5 * 100vw/390);
  height: calc(10.5 * 100vw/390);
  -webkit-mask-image: url(../img/arrow02.svg);
          mask-image: url(../img/arrow02.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  z-index: 0;
}
.springskincare_lp .all-button {
  margin-top: calc(25 * 100vw/390);
  background-color: #000000;
}
.springskincare_lp .all-button::after {
  background-color: #F5F2EA;
}
.springskincare_lp .all-button--text {
  color: #F5F2EA;
}
.springskincare_lp .following-nav {
  padding: calc(13 * 100vw/390) calc(23 * 100vw/390) calc(12 * 100vw/390);
  width: 100%;
}
.springskincare_lp .following-nav_anchor {
  display: flex;
  -moz-column-gap: calc(23 * 100vw/390);
       column-gap: calc(23 * 100vw/390);
  width: calc(874 * 100vw/390);
}
.springskincare_lp .following-nav_item {
  display: flex;
  position: relative;
  padding-right: calc(10 * 100vw/390);
  -moz-column-gap: calc(12 * 100vw/390);
       column-gap: calc(12 * 100vw/390);
  align-items: center;
  z-index: 0;
}
.springskincare_lp .following-nav_item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.9024203431) 6%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: calc(29 * 100vw/390);
  z-index: -1;
}
.springskincare_lp .following-nav_pickup {
  width: calc(54 * 100vw/390);
}
.springskincare_lp .following-nav_subtitle {
  color: var(--color-copy-text);
  font-size: calc(13 * 100vw/390);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
}
.springskincare_lp .following-nav_title {
  margin-top: calc(8 * 100vw/390);
  padding-bottom: calc(4 * 100vw/390);
  font-family: var(--font-mintyo), serif;
  font-weight: normal;
  font-size: calc(21 * 100vw/390);
  line-height: 1;
  letter-spacing: 0.05em;
}

/* .springskincare_lp SP*/
/*------------------------------------
≡≡≡≡≡≡≡ ▼ following-nav  SP ▼ ≡≡≡≡≡≡≡
------------------------------------*/
.springskincare_lp .following-nav {
  position: fixed;
  transition: transform 0.6s ease;
  transform: translateY(100%);
  background-color: #EBE5DB;
  border-top: 1px solid #272727;
  bottom: 0;
  right: 0;
  overflow: auto;
  visibility: hidden;
  box-sizing: border-box;
}

#share {
  transition: transform 0.6s ease;
}

.following-nav.up-active {
  transform: translateY(100%);
  visibility: visible;
  z-index: 10;
}

.following-nav.up-active {
  transform: translateY(0);
  visibility: visible;
  z-index: 10;
}

#share.active {
  transform: translateY(calc(-56 * 100vw/390));
}

/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡ ▼ PC ▼ ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
 ------------------------------------*/
@media (min-width: 769px) {
  /*------------------------------------
  ≡≡≡≡≡≡≡≡≡ ▼ S e t U p  PC ▼ ≡≡≡≡≡≡≡≡≡
  ------------------------------------*/
  main {
    max-width: 100vw;
  }
  #Wrap {
    width: auto;
  }
  .wrapTop,
.wrapBottom {
    width: 100%;
  }
  .springskincare_lp {
    padding-bottom: 10.6rem;
    width: 100%;
    max-width: 100vw;
  }
  .springskincare_lp a {
    cursor: pointer;
  }
  .springskincare_lp .pcOnly {
    display: block;
  }
  .springskincare_lp .spOnly {
    display: none;
  }
  .springskincare_lp .fv__img {
    -webkit-animation: mv-fade 1.7s ease 0.2s forwards;
            animation: mv-fade 1.7s ease 0.2s forwards;
  }
  .springskincare_lp .section__item:nth-of-type(2).anim_enable {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
  .springskincare_lp .section__item:nth-of-type(2) .border01 b {
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1.4s, opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s 1.4s;
  }
  .springskincare_lp .section__item:nth-of-type(2) .border02 b {
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1.4s 0.9s, opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s 2.3s;
  }
  .springskincare_lp .section__item:nth-of-type(2) .active .border::after {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
  .springskincare_lp .section__item:nth-of-type(2) .active .border02::after {
    -webkit-animation-delay: 1.8s;
            animation-delay: 1.8s;
  }
  .springskincare_lp .section__item:nth-of-type(3).anim_enable {
    -webkit-animation-delay: 1.6s;
            animation-delay: 1.6s;
  }
  .springskincare_lp .section__item:nth-of-type(3) .border01 b {
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1.4s, opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s 2s;
  }
  .springskincare_lp .section__item:nth-of-type(3) .border02 b {
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1.4s 0.9s, opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s 2.9s;
  }
  .springskincare_lp .section__item:nth-of-type(3) .active .border::after {
    -webkit-animation-delay: 1.4s;
            animation-delay: 1.4s;
  }
  .springskincare_lp .section__item:nth-of-type(3) .active .border02::after {
    -webkit-animation-delay: 2.4s;
            animation-delay: 2.4s;
  }
  .springskincare_lp .border::after {
    top: -0.8rem;
    height: 2.6rem;
  }
  /* .springskincare_lp : set up PC*/
  /*------------------------------------
  ≡≡≡≡≡≡≡≡≡≡ ▼ layout  PC ▼ ≡≡≡≡≡≡≡≡≡≡
  ------------------------------------*/
  .springskincare_lp .fv {
    margin-bottom: 6.5rem;
    padding-top: 8.6rem;
  }
  .springskincare_lp .fv__title {
    margin: 0 auto 1.8rem;
    width: 93rem;
  }
  .springskincare_lp .fv__logo {
    margin: 0 auto 4.2rem;
    width: 25.67rem;
  }
  .springskincare_lp .fv__img {
    transform: translateX(0%);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3.6rem;
    width: 94rem;
  }
  .springskincare_lp .fv__textwrap {
    margin: 0 auto;
    padding: 2.5rem 0 2.3rem;
    width: 94rem;
  }
  .springskincare_lp .fv__text {
    margin: 0;
    font-size: 1.4rem;
    width: 100%;
  }
  .springskincare_lp .link {
    margin-bottom: 11.6rem;
    padding: 0;
  }
  .springskincare_lp .link_anchor {
    flex-direction: row;
    justify-content: center;
    -moz-column-gap: 4.6rem;
         column-gap: 4.6rem;
  }
  .springskincare_lp .link li:nth-of-type(1) .link_item {
    width: 27.9rem;
  }
  .springskincare_lp .link li:nth-of-type(2) .link_item {
    width: 34.9rem;
  }
  .springskincare_lp .link li:nth-of-type(3) .link_item {
    width: 22.3rem;
  }
  .springskincare_lp .link_item {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
  .springskincare_lp .link_item::before {
    bottom: -0.2rem;
    height: 3rem;
  }
  .springskincare_lp .link_item::after {
    bottom: -2rem;
    width: 1rem;
    height: 1rem;
  }
  .springskincare_lp .link_pickup {
    width: 5.2rem;
  }
  .springskincare_lp .link_subtitle {
    font-size: 1.3rem;
  }
  .springskincare_lp .link_title {
    margin-top: 0.8rem;
    padding-bottom: 0.2rem;
    font-size: 2.2rem;
  }
  .springskincare_lp .section {
    width: 94rem;
  }
  .springskincare_lp .section:not(:last-of-type) {
    margin-bottom: 7.4rem;
    padding-bottom: 8rem;
  }
  .springskincare_lp .section:not(:last-of-type)::after {
    width: 90rem;
  }
  .springskincare_lp .section__itemlist {
    display: flex;
    flex-direction: row;
    gap: 0 4.4rem;
  }
  .springskincare_lp .section__item {
    padding-inline: 0;
    width: 28.4rem;
  }
  .springskincare_lp .section__subtitle {
    font-size: 1.7rem;
    text-align: center;
    width: 28rem;
  }
  .springskincare_lp .section__subtitle::after {
    top: -1.8rem;
    width: 28rem;
    height: 6.8rem;
    background-image: url(../img/speech-bubble_pc.svg);
  }
  .springskincare_lp .section__title {
    margin-top: 4.5rem;
    font-size: 4.2rem;
    line-height: 1.25;
    text-align: left;
    white-space: nowrap;
  }
  .springskincare_lp .section__text {
    margin-top: 0.7rem;
    margin-bottom: 0.3rem;
    padding: 0;
    font-size: 1.5rem;
    line-height: 1.75;
  }
  .springskincare_lp .section__head {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
    margin-bottom: 6rem;
    text-align: left;
  }
  .springskincare_lp .section__head__title {
    width: 36.5rem;
  }
  .springskincare_lp .section__head--img {
    width: 52.5rem;
  }
  .springskincare_lp .section__item--copy {
    margin-bottom: -0.7rem;
    line-height: 1.4;
    min-height: 6.855rem;
  }
  .springskincare_lp .section__item--copy b {
    font-size: 2.3rem;
    white-space: nowrap;
  }
  .springskincare_lp .section__item--copy.oneline {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .springskincare_lp .section .border {
    line-height: 1.4;
  }
  .springskincare_lp .section .border b::after {
    padding-inline: 0.8rem;
    bottom: 0.4rem;
    height: 0.62rem;
  }
  .springskincare_lp .section__item--img {
    width: 28rem;
  }
  .springskincare_lp .section__item__creditbox {
    margin-top: 0.2rem;
    padding: 0.3rem 0;
  }
  .springskincare_lp .section__item__creditboxinner {
    padding: 1.7rem 0 1.1rem 0.4rem;
  }
  .springskincare_lp .section .brand {
    font-size: 1.7rem;
  }
  .springskincare_lp .section .name {
    margin-top: 0.8rem;
    font-size: 1.5rem;
  }
  .springskincare_lp .section__item__credit__inner {
    margin-top: 1rem;
  }
  .springskincare_lp .section .price {
    font-size: 1.6rem;
  }
  .springskincare_lp .section .price .small-letter {
    font-size: 1.1rem;
  }
  .springskincare_lp .section__item__infotext {
    margin-top: 1.5rem;
    font-size: 1.3rem;
  }
  .springskincare_lp .section__item__infotext--note {
    margin-top: 0.7rem;
    font-size: 1.1rem;
  }
  .springskincare_lp .section__all-button {
    margin-top: 6.2rem;
  }
  .springskincare_lp .section__all-button:hover {
    background-color: #463A19;
  }
  .springskincare_lp .section__all-button:hover::after {
    background-color: #D9D6C4;
  }
  .springskincare_lp .section__all-button:hover .section__all-button--text {
    color: #D9D6C4;
  }
  .springskincare_lp .detail-button {
    padding: 1rem 0.9rem 0.9rem;
    transition: all 0.4s ease;
    border: 1px solid #000000;
    font-size: 1.2rem;
    width: 8.8rem;
  }
  .springskincare_lp .detail-button:hover {
    background-color: #ffffff;
    color: #000000;
    opacity: 1;
  }
  .springskincare_lp .button {
    transition: all 0.4s ease;
    padding: 2.4rem 2.4rem 2.2rem 2.3rem;
    width: 43.4rem;
    height: 5.9rem;
  }
  .springskincare_lp .button--text {
    font-size: 1.5rem;
    width: 36.8rem;
  }
  .springskincare_lp .button::after {
    width: 1.45rem;
    height: 1.45rem;
  }
  .springskincare_lp .button::after, .springskincare_lp .button--text {
    transition: all 0.4s ease;
  }
  .springskincare_lp .all-button {
    margin-top: 2.4rem;
    border: 1px solid #000000;
  }
  .springskincare_lp .all-button:hover {
    background-color: #fdfdfb;
  }
  .springskincare_lp .all-button:hover::after {
    background-color: #000000;
  }
  .springskincare_lp .all-button:hover .all-button--text {
    color: #000000;
  }
  .springskincare_lp .following-nav {
    padding: 1.3rem 0 1.2rem;
  }
  .springskincare_lp .following-nav_anchor {
    margin: 0 auto;
    -moz-column-gap: 0;
         column-gap: 0;
    justify-content: space-between;
    width: 94rem;
  }
  .springskincare_lp .following-nav_item {
    padding-right: 0.7rem;
    -moz-column-gap: 1.3rem;
         column-gap: 1.3rem;
  }
  .springskincare_lp .following-nav_item::before {
    height: 2.9rem;
  }
  .springskincare_lp .following-nav_pickup {
    width: 5.2rem;
  }
  .springskincare_lp .following-nav_subtitle {
    font-size: 1.3rem;
  }
  .springskincare_lp .following-nav_title {
    margin-top: 0.8rem;
    padding-bottom: 0.4rem;
    font-size: 2.2rem;
  }
  /*------------------------------------
  ≡≡≡≡≡≡≡ ▼ page-top  PC ▼ ≡≡≡≡≡≡≡
  ------------------------------------*/
  /* .springskincare_lp PC*/
}
/*--------------------------------
   Media Queries (768px ~ 1400px )
 --------------------------------*/
/*# sourceMappingURL=style.css.map */