@charset "UTF-8";
/*----------------------------------------
≡≡≡≡≡≡≡≡≡≡≡ ▼ カスタムプロバティ ▼ ≡≡≡≡≡≡≡≡≡≡≡
----------------------------------------*/
:root {
  --secBackground-color: rgba(235, 214, 175, .1);
  --text-color: #3E3E3E;
  --deepGreen-color: #256932;
}

/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡≡≡ ▼ 共 通 ▼ ≡≡≡≡≡≡≡≡≡≡≡≡≡≡
 ------------------------------------*/
.lp-Brightning_Glow p,
.lp-Brightning_Glow h2,
.lp-Brightning_Glow h3,
.lp-Brightning_Glow h4,
.lp-Brightning_Glow dd,
.lp-Brightning_Glow a,
.lp-Brightning_Glow p span {
  color: #727171;
  font-family: "pragmatica", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.share-txt.sp_only {
  margin: 0;
}
.share-txt.sp_only .Android_only {
  padding-block: calc(24 * 100vw/750);
  background: #f9f3ee;
}

/*--------------------------------
   Media Queries (1400px ~ 1400px)
 --------------------------------*/
@media only screen and (max-width: 1600px) {
  html {
    font-size: 0.625vw;
  }
}
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ S e t U p SP ▼ ≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
#Contents .share-txt {
  margin: 0;
}
#Contents .Android_only {
  margin-top: calc(40 * 100vw/750);
  margin-bottom: calc(40 * 100vw/750);
}

.lp-Brightning_Glow {
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  width: 100%;
  max-width: calc(750 * 100vw/750);
}
.lp-Brightning_Glow img {
  display: block;
  opacity: 1;
  width: 100%;
  height: auto;
}
.lp-Brightning_Glow picture {
  display: block;
}
.lp-Brightning_Glow a {
  display: block;
  color: inherit;
}
.lp-Brightning_Glow *:focus {
  outline: none;
}
.lp-Brightning_Glow a,
.lp-Brightning_Glow label {
  -webkit-tap-highlight-color: rgba(98, 95, 155, 0.6);
}
.lp-Brightning_Glow input {
  display: none;
}
.lp-Brightning_Glow li,
.lp-Brightning_Glow ol {
  list-style-type: none;
}
.lp-Brightning_Glow .spOnly {
  display: block;
}
.lp-Brightning_Glow .pcOnly {
  display: none;
}
.lp-Brightning_Glow ::-moz-selection {
  color: rgb(239, 203, 207);
  background-color: rgba(98, 95, 155, 0.8);
}
.lp-Brightning_Glow ::selection {
  color: rgb(239, 203, 207);
  background-color: rgba(98, 95, 155, 0.8);
}
.lp-Brightning_Glow .text_link {
  text-decoration: underline;
}

/*--------------------------------
							SP  Only
--------------------------------*/
@media (max-width: 767px) {
  #share {
    transition: 0.8s ease-out;
  }
  #share.up-move {
    transform: translateY(calc(-200 * 100vw/750));
  }
  #Contents .lp-Brightning_Glow .follow-button.visible .follow-button--button {
    visibility: visible;
  }
}
/* .lp-Brightning_Glow : set up SP*/
/*------------------------------------
≡≡≡≡≡≡≡≡ ▼ Layout SP First ▼ ≡≡≡≡≡≡≡≡
 ------------------------------------*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ layout  SP ▼ ≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
#Contents .lp-Brightning_Glow {
  --main-color: #625f9b;
}
#Contents .lp-Brightning_Glow .text-noto {
  font-size: calc(20 * 100vw/750);
  line-height: 1;
  letter-spacing: 0.06em;
  text-align: center;
}
#Contents .lp-Brightning_Glow .marker {
  background-color: #fffbda;
}
#Contents .lp-Brightning_Glow .marker:not(.item .marker) {
  padding: 0.8% 2rem 0;
}
#Contents .lp-Brightning_Glow .item .marker {
  padding: 0 0.4% 0 0.8rem;
}
#Contents .lp-Brightning_Glow .brackets {
  display: inline-block;
  transform: translateY(calc(-1 * 100vw/750));
}
#Contents .lp-Brightning_Glow .mv {
  width: 100%;
}
#Contents .lp-Brightning_Glow .datelist {
  padding: calc(40 * 100vw/750) 0;
  background-color: rgba(255, 255, 255, 0.5);
}
#Contents .lp-Brightning_Glow .datelist__item {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: calc(35 * 100vw/750);
       column-gap: calc(35 * 100vw/750);
}
#Contents .lp-Brightning_Glow .datelist__item:not(:last-of-type) {
  margin-bottom: calc(20 * 100vw/750);
}
#Contents .lp-Brightning_Glow .datelist__item--text {
  padding: calc(6 * 100vw/750) calc(12 * 100vw/750) calc(4 * 100vw/750) calc(15 * 100vw/750);
  border: 1px solid var(--main-color);
  border-radius: calc(8 * 100vw/750);
  color: var(--main-color);
  font-size: calc(26 * 100vw/750);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.06em;
  text-align: center;
}
#Contents .lp-Brightning_Glow .datelist__item--date {
  display: inline-block;
  font-size: calc(34 * 100vw/750);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.06em;
  text-align: left;
  white-space: nowrap;
  width: calc(271 * 100vw/750);
}
#Contents .lp-Brightning_Glow .datelist .small-leter {
  font-size: calc(31 * 100vw/750);
  font-weight: 400;
}
#Contents .lp-Brightning_Glow .contentswrap {
  padding-bottom: calc(120 * 100vw/750);
  width: calc(750 * 100vw/750);
  height: auto;
  background-image: url(../img/bg_sp.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
#Contents .lp-Brightning_Glow .read {
  padding: calc(110 * 100vw/750) 0 calc(113 * 100vw/750);
}
#Contents .lp-Brightning_Glow .read__title {
  font-size: calc(28 * 100vw/750);
  line-height: 2;
  letter-spacing: 0.14em;
  text-align: center;
}
#Contents .lp-Brightning_Glow .read__title:nth-of-type(1) {
  margin-bottom: calc(40 * 100vw/750);
}
#Contents .lp-Brightning_Glow .read__title:nth-of-type(3) {
  margin-bottom: calc(64 * 100vw/750);
}
#Contents .lp-Brightning_Glow .read__text {
  margin-bottom: calc(46 * 100vw/750);
  font-size: calc(24 * 100vw/750);
  line-height: 3;
  letter-spacing: 0.14em;
  text-align: center;
}
#Contents .lp-Brightning_Glow .item {
  padding: calc(100 * 100vw/750) 0;
  background-color: rgba(255, 255, 255, 0.5);
}
#Contents .lp-Brightning_Glow .item__imgwrap {
  margin: 0 auto calc(83 * 100vw/750);
  width: calc(470 * 100vw/750);
}
#Contents .lp-Brightning_Glow .item__textwrap--title {
  margin-bottom: calc(53 * 100vw/750);
  color: var(--main-color);
  font-size: calc(32 * 100vw/750);
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.14em;
  text-align: center;
}
#Contents .lp-Brightning_Glow .item__textwrap--text {
  margin-inline: auto;
  margin-bottom: calc(30 * 100vw/750);
  font-size: calc(24 * 100vw/750);
  line-height: 2;
  letter-spacing: 0.14em;
  text-align: justify;
  width: calc(643.4 * 100vw/750);
}
#Contents .lp-Brightning_Glow .item__textwrap--name {
  margin-top: calc(100 * 100vw/750);
  margin-bottom: calc(32 * 100vw/750);
  font-size: calc(30 * 100vw/750);
  line-height: 1;
  letter-spacing: 0.06em;
  text-align: center;
}
#Contents .lp-Brightning_Glow .item__textwrap--price {
  margin-bottom: calc(99 * 100vw/750);
  font-size: calc(30 * 100vw/750);
  line-height: 1;
  letter-spacing: 0.06em;
  text-align: center;
}
#Contents .lp-Brightning_Glow .item__textwrap .small-letter {
  padding-left: calc(6 * 100vw/750);
  font-size: calc(26 * 100vw/750);
}
#Contents .lp-Brightning_Glow .item__textwrap--button {
  display: inline-block;
  padding: calc(40 * 100vw/750) calc(217 * 100vw/750) calc(36 * 100vw/750);
  background-color: var(--main-color);
  border-radius: calc(64 * 100vw/750);
  color: #fff;
  font-size: calc(48 * 100vw/750);
  line-height: 1;
  letter-spacing: 0.06em;
  text-align: center;
}
#Contents .lp-Brightning_Glow .point {
  padding: calc(120 * 100vw/750) calc(20 * 100vw/750);
}
#Contents .lp-Brightning_Glow .point ol.pointlist {
  padding: calc(100 * 100vw/750) 0;
  counter-reset: num;
  border-radius: calc(20 * 100vw/750);
  background-color: rgba(255, 255, 255, 0.8);
}
#Contents .lp-Brightning_Glow .point li.point__item {
  counter-increment: num;
}
#Contents .lp-Brightning_Glow .point li.point__item:nth-of-type(-n+2) {
  margin-bottom: calc(120 * 100vw/750);
}
#Contents .lp-Brightning_Glow .point li.point__item .number {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: calc(5 * 100vw/750);
  margin: 0 auto calc(54 * 100vw/750);
  border: 1px solid var(--main-color);
  border-radius: 50%;
  width: calc(160 * 100vw/750);
  height: calc(160 * 100vw/750);
}
#Contents .lp-Brightning_Glow .point li.point__item .number--head {
  padding-top: calc(10 * 100vw/750);
  color: var(--main-color);
  font-size: calc(25 * 100vw/750);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.06em;
  text-align: center;
}
#Contents .lp-Brightning_Glow .point li.point__item .number::after {
  color: var(--main-color);
  content: counter(num);
  font-size: calc(70 * 100vw/750);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.06em;
  text-align: center;
}
#Contents .lp-Brightning_Glow .point__item__title {
  margin-bottom: calc(36 * 100vw/750);
  font-size: calc(36 * 100vw/750);
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.14em;
}
#Contents .lp-Brightning_Glow .point__item__title .marker {
  font-weight: 600;
}
#Contents .lp-Brightning_Glow .point__item__text {
  margin-bottom: calc(48 * 100vw/750);
  font-size: calc(24 * 100vw/750);
  line-height: 2;
  letter-spacing: 0.06em;
}
#Contents .lp-Brightning_Glow .point__item__note {
  margin-bottom: calc(120 * 100vw/750);
}
#Contents .lp-Brightning_Glow .point__item__pic {
  margin: 0 auto calc(64 * 100vw/750);
  width: calc(191 * 100vw/750);
}
#Contents .lp-Brightning_Glow .point__item__itemwrap {
  display: flex;
  position: relative;
  justify-content: center;
  padding-top: calc(46 * 100vw/750);
  z-index: 0;
}
#Contents .lp-Brightning_Glow .point__item__itemwrap::before {
  content: "";
  position: absolute;
  top: calc(-22 * 100vw/750);
  left: calc(50 * 100vw/750);
  width: calc(536 * 100vw/750);
  height: calc(50 * 100vw/750);
  background-image: url(../img/step_sp.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
#Contents .lp-Brightning_Glow .point__item__item {
  width: calc(210 * 100vw/750);
}
#Contents .lp-Brightning_Glow .point__item__item p {
  margin-top: calc(7 * 100vw/750);
  font-size: calc(22 * 100vw/750);
  line-height: 1.5;
  letter-spacing: 0.06em;
}
#Contents .lp-Brightning_Glow .point .SkinCare__series {
  margin-top: calc(154 * 100vw/750);
}
#Contents .lp-Brightning_Glow .point .SkinCare__series--title {
  font-size: calc(72 * 100vw/750);
  font-weight: 400;
  line-height: 1.29;
  letter-spacing: 0.06em;
}
#Contents .lp-Brightning_Glow .point .SkinCare__series .small-letter {
  font-size: calc(40 * 100vw/750);
  font-weight: 400;
  letter-spacing: 0.06em;
}
#Contents .lp-Brightning_Glow .point .SkinCare__series--subtitle {
  display: inline-block;
  position: relative;
  font-size: calc(44 * 100vw/750);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.14em;
  z-index: 0;
}
#Contents .lp-Brightning_Glow .point .SkinCare__series--subtitle::before, #Contents .lp-Brightning_Glow .point .SkinCare__series--subtitle::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}
#Contents .lp-Brightning_Glow .point .SkinCare__series > dl {
  margin: 0 calc(54 * 100vw/750);
}
#Contents .lp-Brightning_Glow .point .SkinCare__series > dl:nth-of-type(1) {
  padding-top: calc(50 * 100vw/750);
  padding-bottom: calc(97 * 100vw/750);
}
#Contents .lp-Brightning_Glow .point .SkinCare__series > dl:nth-of-type(1) .SkinCare__series--subtitle {
  margin-bottom: calc(40 * 100vw/750);
}
#Contents .lp-Brightning_Glow .point .SkinCare__series > dl:nth-of-type(1) .SkinCare__series--subtitle::before, #Contents .lp-Brightning_Glow .point .SkinCare__series > dl:nth-of-type(1) .SkinCare__series--subtitle::after {
  top: calc(-4 * 100vw/750);
  width: calc(12 * 100vw/750);
  height: calc(65 * 100vw/750);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011.81%2065.41%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23727171%3Bstroke-width%3A0px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2-2%22%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2210.4%2065.41%200%2055.02%200%2010.4%2010.4%200%2011.81%201.41%202%2011.22%202%2054.19%2011.81%2064%2010.4%2065.41%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
#Contents .lp-Brightning_Glow .point .SkinCare__series > dl:nth-of-type(1) .SkinCare__series--subtitle::before {
  left: calc(-36 * 100vw/750);
}
#Contents .lp-Brightning_Glow .point .SkinCare__series > dl:nth-of-type(1) .SkinCare__series--subtitle::after {
  transform: rotate(180deg);
  right: calc(-36 * 100vw/750);
}
#Contents .lp-Brightning_Glow .point .SkinCare__series > dl:nth-of-type(2) {
  padding-top: calc(112 * 100vw/750);
  border-top: 1px solid #727171;
}
#Contents .lp-Brightning_Glow .point .SkinCare__series > dl:nth-of-type(2) .SkinCare__series--subtitle {
  margin-bottom: calc(53 * 100vw/750);
}
#Contents .lp-Brightning_Glow .point .SkinCare__series > dl:nth-of-type(2) .SkinCare__series--subtitle::before, #Contents .lp-Brightning_Glow .point .SkinCare__series > dl:nth-of-type(2) .SkinCare__series--subtitle::after {
  top: calc(-13 * 100vw/750);
  width: calc(12 * 100vw/750);
  height: calc(145 * 100vw/750);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011.81%20145.41%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23727171%3Bstroke-width%3A0px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22txt%22%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2210.4%20145.41%200%20135.02%200%2010.4%2010.4%200%2011.81%201.41%202%2011.22%202%20134.19%2011.81%20144%2010.4%20145.41%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
#Contents .lp-Brightning_Glow .point .SkinCare__series > dl:nth-of-type(2) .SkinCare__series--subtitle::before {
  left: calc(-34 * 100vw/750);
}
#Contents .lp-Brightning_Glow .point .SkinCare__series > dl:nth-of-type(2) .SkinCare__series--subtitle::after {
  transform: rotate(180deg);
  right: calc(-34 * 100vw/750);
}
#Contents .lp-Brightning_Glow .point .SkinCare__series--note {
  margin-bottom: calc(60 * 100vw/750);
}
#Contents .lp-Brightning_Glow .point .SkinCare__series__list {
  display: flex;
  flex-wrap: wrap;
  row-gap: calc(40 * 100vw/750);
  margin-left: calc(27 * 100vw/750);
}
#Contents .lp-Brightning_Glow .point .SkinCare__series__item {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: calc(40 * 100vw/750);
       column-gap: calc(40 * 100vw/750);
}
#Contents .lp-Brightning_Glow .point .SkinCare__series__item--img {
  width: calc(160 * 100vw/750);
}
#Contents .lp-Brightning_Glow .point .SkinCare__series .item__title {
  font-size: calc(32 * 100vw/750);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-align: left;
}
#Contents .lp-Brightning_Glow .point .SkinCare__series .item__text {
  margin-top: calc(14 * 100vw/750);
  font-size: calc(24 * 100vw/750);
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-align: left;
}
#Contents .lp-Brightning_Glow .kit {
  padding-top: calc(156 * 100vw/750);
  padding-bottom: calc(90 * 100vw/750);
  background-image: url(../img/kit-bg_sp.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
#Contents .lp-Brightning_Glow .kit__inner {
  position: relative;
  margin: 0 auto;
  padding: calc(12 * 100vw/750);
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  width: calc(707 * 100vw/750);
  height: calc(707 * 100vw/750);
  z-index: 0;
}
#Contents .lp-Brightning_Glow .kit__inner::before, #Contents .lp-Brightning_Glow .kit__inner::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  z-index: -1;
}
#Contents .lp-Brightning_Glow .kit__inner::before {
  top: calc(-72 * 100vw/750);
  left: calc(-66 * 100vw/750);
  width: calc(410 * 100vw/750);
  height: calc(250 * 100vw/750);
  background-image: url(../img/limited-kit.svg);
  background-size: calc(260 * 100vw/750) calc(200 * 100vw/750);
  background-position: center;
  border-radius: 50%;
}
#Contents .lp-Brightning_Glow .kit__inner::after {
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: calc(687 * 100vw/750);
  height: calc(687 * 100vw/750);
  border: 1px solid var(--main-color);
  background-size: contain;
  border-radius: 50%;
}
#Contents .lp-Brightning_Glow .kit__item--img {
  position: relative;
  margin: calc(80 * 100vw/750) auto calc(26 * 100vw/750);
  width: calc(420 * 100vw/750);
  z-index: 0;
}
#Contents .lp-Brightning_Glow .kit__item--img::after {
  content: "";
  position: absolute;
  top: calc(0 * 100vw/750);
  right: calc(-10 * 100vw/750);
  width: calc(120 * 100vw/750);
  height: calc(120 * 100vw/750);
  background-image: url(../img/release-date_sp.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
#Contents .lp-Brightning_Glow .kit__item--name {
  margin-bottom: calc(25 * 100vw/750);
  font-size: calc(32 * 100vw/750);
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-align: center;
}
#Contents .lp-Brightning_Glow .kit__item--name .small-leter {
  font-size: calc(20 * 100vw/750);
}
#Contents .lp-Brightning_Glow .kit__item--price {
  margin-bottom: calc(25 * 100vw/750);
  font-size: calc(30 * 100vw/750);
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-align: center;
}
#Contents .lp-Brightning_Glow .kit__item--price .small-leter {
  font-size: calc(26 * 100vw/750);
}
#Contents .lp-Brightning_Glow .kit__item--button {
  display: inline-block;
  padding: calc(18 * 100vw/750) calc(30 * 100vw/750);
  color: #fff;
  background-color: var(--main-color);
  border-radius: calc(32 * 100vw/750);
  font-size: calc(28 * 100vw/750);
  letter-spacing: 0.06em;
  line-height: 1.05;
  text-align: center;
}
#Contents .lp-Brightning_Glow .kit__continfo {
  margin-top: calc(69 * 100vw/750);
  font-size: calc(22 * 100vw/750);
  letter-spacing: 0.06em;
  line-height: 2;
  text-align: center;
}
#Contents .lp-Brightning_Glow .kit__continfo .bold-letter {
  font-weight: 600;
}
#Contents .lp-Brightning_Glow .day {
  margin: calc(120 * 100vw/750) calc(20 * 100vw/750) 0;
  border-radius: calc(20 * 100vw/750);
  background-color: rgba(255, 255, 255, 0.8);
}
#Contents .lp-Brightning_Glow .day__title {
  margin-bottom: calc(28 * 100vw/750);
  padding-top: calc(96 * 100vw/750);
  color: var(--main-color);
  font-size: calc(64 * 100vw/750);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.06em;
}
#Contents .lp-Brightning_Glow .day__subtitle {
  margin-bottom: calc(62 * 100vw/750);
  font-size: calc(26 * 100vw/750);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.06em;
}
#Contents .lp-Brightning_Glow .day__date {
  margin-bottom: calc(40 * 100vw/750);
  font-size: calc(26 * 100vw/750);
  line-height: 1;
  letter-spacing: 0.06em;
}
#Contents .lp-Brightning_Glow .day__date .small-leter {
  font-size: calc(22 * 100vw/750);
}
#Contents .lp-Brightning_Glow .day__date--text {
  margin-left: calc(7 * 100vw/750);
  margin-right: calc(24 * 100vw/750);
  padding: calc(3 * 100vw/750) calc(12 * 100vw/750) calc(1 * 100vw/750) calc(13 * 100vw/750);
  color: var(--main-color);
  border: 1px solid var(--main-color);
  border-radius: calc(8 * 100vw/750);
  font-size: calc(24 * 100vw/750);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.06em;
}
#Contents .lp-Brightning_Glow .day__list:nth-of-type(1) .storeinfo {
  margin-bottom: calc(66 * 100vw/750);
}
#Contents .lp-Brightning_Glow .day__list:nth-of-type(2) {
  padding-bottom: calc(94 * 100vw/750);
}
#Contents .lp-Brightning_Glow .day__list:nth-of-type(2) .storeinfo {
  margin-bottom: calc(38 * 100vw/750);
}
#Contents .lp-Brightning_Glow .day .store {
  margin-bottom: calc(11 * 100vw/750);
  font-size: calc(28 * 100vw/750);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}
#Contents .lp-Brightning_Glow .day .storeinfo {
  font-size: calc(28 * 100vw/750);
  font-weight: 400;
  line-height: 1.77;
  letter-spacing: 0.02em;
}
#Contents .lp-Brightning_Glow .day dd.storeinfo + dt + dd.storeinfo {
  margin-bottom: 0;
}
#Contents .lp-Brightning_Glow .follow-button {
  position: fixed;
  transform: translateX(-50%);
  transition: 0.7s;
  left: 50%;
  bottom: calc(40 * 100vw/750);
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.2));
  width: calc(670 * 100vw/750);
  visibility: hidden;
  pointer-events: none;
  z-index: 5;
}
#Contents .lp-Brightning_Glow .follow-button__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: calc(40 * 100vw/750);
  background-color: #e0dfeb;
  border-radius: calc(12 * 100vw/750);
}
#Contents .lp-Brightning_Glow .follow-button--name {
  font-size: calc(28 * 100vw/750);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.075em;
  text-align: left;
  text-indent: calc(4 * 100vw/750);
}
#Contents .lp-Brightning_Glow .follow-button--price {
  font-size: calc(28 * 100vw/750);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.06em;
  text-align: left;
}
#Contents .lp-Brightning_Glow .follow-button--price .small-letter {
  font-size: calc(24 * 100vw/750);
}
#Contents .lp-Brightning_Glow .follow-button--button {
  margin-top: calc(32 * 100vw/750);
  padding: calc(18 * 100vw/750) 0;
  background-color: #fff;
  border-radius: calc(28 * 100vw/750);
  color: var(--main-color);
  font-size: calc(28 * 100vw/750);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.06em;
  text-align: center;
  visibility: hidden;
  width: 100%;
}
#Contents .lp-Brightning_Glow .follow-button.visible {
  pointer-events: auto;
  visibility: visible;
}

/* .lp-Brightning_Glow SP*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡ ▼ PC ▼ ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
 ------------------------------------*/
@media (min-width: 768px) {
  /*------------------------------------
  ≡≡≡≡≡≡≡≡≡ ▼ S e t U p  PC ▼ ≡≡≡≡≡≡≡≡≡
  ------------------------------------*/
  main {
    max-width: 100vw;
  }
  #Wrap {
    width: auto;
  }
  .wrapTop,
.wrapBottom {
    width: 100%;
  }
  #Contents .archive_slider::before {
    width: 80vw;
  }
  .lp-Brightning_Glow {
    max-width: 100vw;
  }
  .lp-Brightning_Glow a {
    transition: opacity 0.4s ease;
  }
  .lp-Brightning_Glow a:hover {
    opacity: 0.6;
  }
  .lp-Brightning_Glow a {
    cursor: pointer;
  }
  .lp-Brightning_Glow .pcOnly {
    display: block;
  }
  .lp-Brightning_Glow .spOnly {
    display: none;
  }
  /* .lp-Brightning_Glow : set up PC*/
  /*------------------------------------
  ≡≡≡≡≡≡≡≡≡≡ ▼ layout  PC ▼ ≡≡≡≡≡≡≡≡≡≡
  ------------------------------------*/
  #Contents .lp-Brightning_Glow .text-noto {
    font-size: 1rem;
  }
  #Contents .lp-Brightning_Glow .marker:not(.item .marker) {
    padding: 0.2% 0.4% 0;
  }
  #Contents .lp-Brightning_Glow .item .marker {
    padding: 0.4% 0.4% 0;
  }
  #Contents .lp-Brightning_Glow .brackets {
    transform: translateY(-0.1rem);
  }
  #Contents .lp-Brightning_Glow .datelist {
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
    padding: 3rem 0;
  }
  #Contents .lp-Brightning_Glow .datelist__item {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  #Contents .lp-Brightning_Glow .datelist__item:not(:last-of-type) {
    margin-bottom: 0;
  }
  #Contents .lp-Brightning_Glow .datelist__item--text {
    padding: 0.4rem 1rem;
    border-radius: 0.4rem;
    font-size: 1.5rem;
  }
  #Contents .lp-Brightning_Glow .datelist__item--date {
    font-size: 1.9rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  #Contents .lp-Brightning_Glow .datelist .small-leter {
    font-size: 1.7rem;
  }
  #Contents .lp-Brightning_Glow .contentswrap {
    padding-bottom: 12rem;
    width: 100%;
    background-image: url(../img/bg_pc.png);
    background-position: top center;
  }
  #Contents .lp-Brightning_Glow .read {
    padding: 11rem 0 12rem;
  }
  #Contents .lp-Brightning_Glow .read__title {
    font-size: 2rem;
    line-height: 2;
  }
  #Contents .lp-Brightning_Glow .read__title:nth-of-type(1) {
    margin-bottom: 4.5rem;
  }
  #Contents .lp-Brightning_Glow .read__title:nth-of-type(3) {
    margin-bottom: 5.9rem;
  }
  #Contents .lp-Brightning_Glow .read__text {
    margin-bottom: 4.5rem;
    font-size: 1.6rem;
    line-height: 3;
  }
  #Contents .lp-Brightning_Glow .item {
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 10rem;
         column-gap: 10rem;
    padding: 7rem 0 8rem;
    padding-left: 3.6rem;
  }
  #Contents .lp-Brightning_Glow .item__imgwrap {
    margin: 1rem 0 0;
    width: 30rem;
  }
  #Contents .lp-Brightning_Glow .item__textwrap {
    text-align: left;
  }
  #Contents .lp-Brightning_Glow .item__textwrap--title {
    margin-bottom: 1.8rem;
    font-size: 1.8rem;
    line-height: 2;
    text-align: left;
  }
  #Contents .lp-Brightning_Glow .item__textwrap--note {
    text-align: left;
  }
  #Contents .lp-Brightning_Glow .item__textwrap--text {
    margin-bottom: 2.4rem;
    font-size: 1.4rem;
    text-align: left;
    width: 45.54rem;
  }
  #Contents .lp-Brightning_Glow .item__textwrap--name {
    margin-top: 5rem;
    margin-bottom: 2rem;
    font-size: 1.5rem;
    text-align: left;
  }
  #Contents .lp-Brightning_Glow .item__textwrap--price {
    margin-bottom: 6rem;
    font-size: 1.5rem;
    text-align: left;
  }
  #Contents .lp-Brightning_Glow .item__textwrap .small-letter {
    padding-left: 0.3rem;
    font-size: 1.3rem;
  }
  #Contents .lp-Brightning_Glow .item__textwrap--button {
    padding: 1.9rem 10.9rem 2rem;
    border-radius: 3.2rem;
    font-size: 2.4rem;
  }
  #Contents .lp-Brightning_Glow .point {
    margin: 0 auto;
    padding: 12rem 0;
    width: 120rem;
  }
  #Contents .lp-Brightning_Glow .point ol.pointlist {
    padding: 8rem 0;
    border-radius: 2rem;
  }
  #Contents .lp-Brightning_Glow .point li.point__item:nth-of-type(-n+2) {
    margin-bottom: 8rem;
  }
  #Contents .lp-Brightning_Glow .point li.point__item .number {
    row-gap: 0.2rem;
    margin: 0 auto 3.7rem;
    width: 8rem;
    height: 8rem;
  }
  #Contents .lp-Brightning_Glow .point li.point__item .number--head {
    padding-top: 0.6rem;
    font-size: 1rem;
  }
  #Contents .lp-Brightning_Glow .point li.point__item .number::after {
    font-size: 2.8rem;
  }
  #Contents .lp-Brightning_Glow .point__item__title {
    margin-bottom: 1.7rem;
    font-size: 2rem;
    line-height: 1.75;
  }
  #Contents .lp-Brightning_Glow .point__item__text {
    margin-bottom: 3.4rem;
    font-size: 1.4rem;
  }
  #Contents .lp-Brightning_Glow .point__item__note {
    margin-bottom: 0;
  }
  #Contents .lp-Brightning_Glow .point__item__pic {
    margin: -1.2rem auto 4.1rem;
    width: 9.7rem;
  }
  #Contents .lp-Brightning_Glow .point__item__itemwrap {
    padding-top: 8.9rem;
  }
  #Contents .lp-Brightning_Glow .point__item__itemwrap::before {
    transform: translateX(-50%);
    top: 4.7rem;
    left: 47.8%;
    width: 38rem;
    height: 3rem;
    background-image: url(../img/step.svg);
  }
  #Contents .lp-Brightning_Glow .point__item__item {
    width: 15rem;
  }
  #Contents .lp-Brightning_Glow .point__item__item p {
    margin-top: 0.7rem;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  #Contents .lp-Brightning_Glow .point .SkinCare__series {
    margin-top: 7.7rem;
  }
  #Contents .lp-Brightning_Glow .point .SkinCare__series--title {
    font-size: 3.6rem;
    line-height: 1.29;
  }
  #Contents .lp-Brightning_Glow .point .SkinCare__series .small-letter {
    font-size: 2rem;
  }
  #Contents .lp-Brightning_Glow .point .SkinCare__series--subtitle {
    font-size: 2.4rem;
    letter-spacing: 0.14em;
    line-height: 1;
  }
  #Contents .lp-Brightning_Glow .point .SkinCare__series > dl {
    margin: 0;
  }
  #Contents .lp-Brightning_Glow .point .SkinCare__series > dl:nth-of-type(1) {
    margin: 0 18rem;
    padding-top: 4.3rem;
    padding-bottom: 6rem;
  }
  #Contents .lp-Brightning_Glow .point .SkinCare__series > dl:nth-of-type(1) .SkinCare__series--subtitle {
    margin-bottom: 2.3rem;
  }
  #Contents .lp-Brightning_Glow .point .SkinCare__series > dl:nth-of-type(1) .SkinCare__series--subtitle::before, #Contents .lp-Brightning_Glow .point .SkinCare__series > dl:nth-of-type(1) .SkinCare__series--subtitle::after {
    top: -0.5rem;
    width: 0.6rem;
    height: 3.2rem;
  }
  #Contents .lp-Brightning_Glow .point .SkinCare__series > dl:nth-of-type(1) .SkinCare__series--subtitle::before {
    left: -1.4rem;
  }
  #Contents .lp-Brightning_Glow .point .SkinCare__series > dl:nth-of-type(1) .SkinCare__series--subtitle::after {
    right: -1.4rem;
  }
  #Contents .lp-Brightning_Glow .point .SkinCare__series > dl:nth-of-type(2) {
    margin: 0 20rem;
    padding-top: 6.6rem;
  }
  #Contents .lp-Brightning_Glow .point .SkinCare__series > dl:nth-of-type(2) .SkinCare__series--subtitle {
    margin-bottom: 2.3rem;
  }
  #Contents .lp-Brightning_Glow .point .SkinCare__series > dl:nth-of-type(2) .SkinCare__series--subtitle::before, #Contents .lp-Brightning_Glow .point .SkinCare__series > dl:nth-of-type(2) .SkinCare__series--subtitle::after {
    top: -0.5rem;
    width: 0.6rem;
    height: 3.2rem;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011.81%2065.41%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23727171%3Bstroke-width%3A0px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2-2%22%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2210.4%2065.41%200%2055.02%200%2010.4%2010.4%200%2011.81%201.41%202%2011.22%202%2054.19%2011.81%2064%2010.4%2065.41%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  }
  #Contents .lp-Brightning_Glow .point .SkinCare__series > dl:nth-of-type(2) .SkinCare__series--subtitle::before {
    left: -1.4rem;
  }
  #Contents .lp-Brightning_Glow .point .SkinCare__series > dl:nth-of-type(2) .SkinCare__series--subtitle::after {
    right: -1.4rem;
  }
  #Contents .lp-Brightning_Glow .point .SkinCare__series--note {
    margin-bottom: 3rem;
  }
  #Contents .lp-Brightning_Glow .point .SkinCare__series__list {
    align-self: center;
    justify-content: center;
    gap: 4rem 6rem;
    margin-left: 0;
  }
  #Contents .lp-Brightning_Glow .point .SkinCare__series__item {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  #Contents .lp-Brightning_Glow .point .SkinCare__series__item--img {
    width: 8rem;
  }
  #Contents .lp-Brightning_Glow .point .SkinCare__series .item__title {
    font-size: 1.8rem;
  }
  #Contents .lp-Brightning_Glow .point .SkinCare__series .item__text {
    margin-top: 0.3rem;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  #Contents .lp-Brightning_Glow .kit {
    padding-top: 10.4rem;
    padding-bottom: 7.4rem;
    background-image: url(../img/kit-bg_pc.png);
  }
  #Contents .lp-Brightning_Glow .kit__inner {
    width: 49.5rem;
    height: 49.5rem;
  }
  #Contents .lp-Brightning_Glow .kit__inner > a.kit__item--img {
    opacity: 1;
  }
  #Contents .lp-Brightning_Glow .kit__inner > a.kit__item--img img {
    transition: opacity 0.4s ease;
  }
  #Contents .lp-Brightning_Glow .kit__inner > a.kit__item--img img:hover {
    opacity: 0.6;
  }
  #Contents .lp-Brightning_Glow .kit__inner::before {
    top: -8.1rem;
    left: -2.4rem;
    width: 24rem;
    height: 24rem;
    background-size: 18.8rem 14rem;
  }
  #Contents .lp-Brightning_Glow .kit__inner::after {
    width: 48.5rem;
    height: 48.5rem;
  }
  #Contents .lp-Brightning_Glow .kit__item--img {
    margin: 4.9rem auto 2.3rem;
    width: 30rem;
  }
  #Contents .lp-Brightning_Glow .kit__item--img::after {
    top: -0.3rem;
    right: -0.8rem;
    width: 8.6rem;
    height: 8.6rem;
    background-image: url(../img/release-date_pc.svg);
  }
  #Contents .lp-Brightning_Glow .kit__item--name {
    margin-bottom: 1rem;
    font-size: 1.8rem;
    line-height: 1.1;
  }
  #Contents .lp-Brightning_Glow .kit__item--name .small-leter {
    font-size: 1rem;
  }
  #Contents .lp-Brightning_Glow .kit__item--price {
    margin-bottom: 1.8rem;
    font-size: 1.5rem;
    line-height: 1.4;
  }
  #Contents .lp-Brightning_Glow .kit__item--price .small-leter {
    font-size: 1.3rem;
  }
  #Contents .lp-Brightning_Glow .kit__item--button {
    padding: 1.2rem 2.3rem;
    border-radius: 2.3rem;
    font-size: 2rem;
  }
  #Contents .lp-Brightning_Glow .kit__continfo {
    margin-top: 3.5rem;
    font-size: 1.1rem;
  }
  #Contents .lp-Brightning_Glow .day {
    margin: 12rem auto 0;
    padding: 0 6rem;
    border-radius: 2rem;
    box-sizing: border-box;
    width: 80rem;
  }
  #Contents .lp-Brightning_Glow .day__title {
    margin-bottom: 1.7rem;
    padding-top: 5.6rem;
    font-size: 3.6rem;
  }
  #Contents .lp-Brightning_Glow .day__subtitle {
    margin-bottom: 4.4rem;
    font-size: 1.6rem;
  }
  #Contents .lp-Brightning_Glow .day__date {
    margin-bottom: 2rem;
    font-size: 1.5rem;
  }
  #Contents .lp-Brightning_Glow .day__date .small-leter {
    font-size: 1.4rem;
  }
  #Contents .lp-Brightning_Glow .day__date--text {
    margin-left: 0;
    margin-right: 1.5rem;
    padding: 0.2rem 0.9rem 0.1rem 1rem;
    border-radius: 0.4rem;
    font-size: 1.3rem;
  }
  #Contents .lp-Brightning_Glow .day__list__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 1.8rem;
         column-gap: 1.8rem;
  }
  #Contents .lp-Brightning_Glow .day__list:nth-of-type(1) .storeinfo {
    margin-bottom: 0;
  }
  #Contents .lp-Brightning_Glow .day__list:nth-of-type(1) .day__list__inner {
    margin-bottom: 2.9rem;
  }
  #Contents .lp-Brightning_Glow .day__list:nth-of-type(2) {
    padding-bottom: 1.5rem;
  }
  #Contents .lp-Brightning_Glow .day__list:nth-of-type(2) .storeinfo {
    margin-bottom: 0;
    text-align: left;
  }
  #Contents .lp-Brightning_Glow .day__list:nth-of-type(2) .day__list__inner {
    margin-bottom: 4rem;
    row-gap: 0.6rem;
  }
  #Contents .lp-Brightning_Glow .day .store {
    margin-bottom: 0;
    font-size: 1.6rem;
    letter-spacing: 0.06em;
  }
  #Contents .lp-Brightning_Glow .day .storeinfo {
    font-size: 1.6rem;
    letter-spacing: 0.06em;
  }
  #Contents .lp-Brightning_Glow .day .webstore {
    transform: translateY(-1.4rem);
  }
  #Contents .lp-Brightning_Glow .follow-button {
    transform: translateX(0%);
    left: auto;
    right: 2rem;
    bottom: 2rem;
    width: 24.2rem;
  }
  #Contents .lp-Brightning_Glow .follow-button__inner {
    padding: 2rem 2rem 1.8rem;
    border-radius: 0.6rem;
  }
  #Contents .lp-Brightning_Glow .follow-button--name {
    font-size: 1.5rem;
    text-align: center;
    text-indent: 0;
    white-space: nowrap;
    width: 100%;
  }
  #Contents .lp-Brightning_Glow .follow-button--price {
    margin-top: 2rem;
    font-size: 1.5rem;
  }
  #Contents .lp-Brightning_Glow .follow-button--price .small-letter {
    font-size: 1.3rem;
  }
  #Contents .lp-Brightning_Glow .follow-button--button {
    margin-top: 1.5rem;
    padding: 0.7rem 1.3rem 0.5rem;
    border-radius: 1.3rem;
    font-size: 1.4rem;
    visibility: unset;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  /* .lp-Brightning_Glow PC*/
}
/*--------------------------------
   Media Queries (768px ~ 1200px)
 --------------------------------*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡ ▼ motion SP ▼ ≡≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
.lp-Brightning_Glow .mv {
  opacity: 0;
}
.lp-Brightning_Glow .mv.anim_enable {
  -webkit-animation: slowly 2s ease-in-out forwards;
          animation: slowly 2s ease-in-out forwards;
}
@-webkit-keyframes slowly {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slowly {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.lp-Brightning_Glow .anim2,
.lp-Brightning_Glow .anim3 {
  opacity: 0;
}
.lp-Brightning_Glow .anim_enable2 {
  -webkit-animation: fade_slowly 1s ease-in-out forwards;
          animation: fade_slowly 1s ease-in-out forwards;
}
@-webkit-keyframes fade_slowly {
  0% {
    opacity: 0;
    transform: translateY(3%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade_slowly {
  0% {
    opacity: 0;
    transform: translateY(3%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.lp-Brightning_Glow .anim_enable3 {
  -webkit-animation: fade_up 0.8s cubic-bezier(0, 0.12, 0.58, 1) forwards;
          animation: fade_up 0.8s cubic-bezier(0, 0.12, 0.58, 1) forwards;
}
.lp-Brightning_Glow .anim_enable3 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@-webkit-keyframes fade_up {
  0% {
    opacity: 0;
    transform: translateY(5%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade_up {
  0% {
    opacity: 0;
    transform: translateY(5%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* .lp-Brightning_Glow : motion SP*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡ ▼ motion PC ▼ ≡≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
@media (min-width: 768px) {
  .lp-Brightning_Glow .anim_enable2 {
    -webkit-animation: fade_slowly 1s ease-in-out 0.2s forwards;
            animation: fade_slowly 1s ease-in-out 0.2s forwards;
  }
  @-webkit-keyframes fade_up {
    0% {
      opacity: 0;
      transform: translateY(7%);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes fade_up {
    0% {
      opacity: 0;
      transform: translateY(7%);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
}
/* .lp-Brightning_Glow : motion PC*/
/*# sourceMappingURL=style.css.map */
