:root {
  --font_jpn: "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro", "Noto Sans JP", "メイリオ", "Meiryo", sans-serif;
  --font_jpn_Kozuka: "kozuka-gothic-pr6n", sans-serif;
  --font_eng: "century-gothic", sans-serif;
  --iconplus-color: #666;
}

/*--------------------------------
          S e t U p 
--------------------------------*/
html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

.lp_wrap .sp_only {
  display: none;
}

.lp_wrap img {
  width: 100%;
  height: 100%;
}

.lp_wrap picture,
.lp_wrap a {
  display: block;
}

.lp_wrap li {
  list-style: none;
}

.lp_wrap a {
  text-decoration: none;
}

.lp_wrap p,
.lp_wrap ul,
.lp_wrap ol,
.lp_wrap dl {
  margin: 0;
}

.lp_wrap {
  text-align: center;
  font-family: var(--font_jpn);
  color: #000;
}

#Wrap {
  width: 100%;
}



/*--------------------------------
            mv-area
--------------------------------*/
#lp_wrap .lp_bg {
  position: fixed;
  background-color: #fffff6;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}

#lp_wrap .page_content {
  position: relative;
  z-index: 1;
}

#lp_wrap .mv_area {
  position: relative;
  background: #fff;
  padding-bottom: 10rem;
  border-bottom: #5e8ab4 5px solid;
  z-index: 1;
  overflow: hidden;
}

#lp_wrap .mv_area h2 {
  width: 100%;
}

#lp_wrap .lead_text {
  text-align: center;
  margin-top: 8.5rem;
  font-size: 1.8rem;
  line-height: 1.666;
  color: #888b8c;
}

#lp_wrap .nav_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  width: 39rem;
  margin: 5rem auto 0;
}

#lp_wrap .nav_wrap li {
  width: 100%;
  text-align: center;
  position: relative;
  font-size: 2.5rem;
  letter-spacing: 0.06em;
  line-height: 1;
  font-family: var(--font_eng);
  padding: 1rem 0 1.7rem;
  border: #5e8ab4 2px solid;
  color: #5e8ab4;
  z-index: 0;
}

#lp_wrap .nav_wrap li::before {
  position: absolute;
  content: "";
  background: url(../img/nav_arrow.png) no-repeat;
  background-size: 100%;
  width: 2rem;
  height: 1.5rem;
  top: 4rem;
  right: 2rem;
  z-index: 1;
}

#lp_wrap .nav_wrap li .jpa_text {
  display: inline-block;
  font-size: 1.3rem;
  margin-bottom: .5rem;
}

#lp_wrap .nav_wrap li .jpn {
  font-family: var(--font_jpn_Kozuka);
}

#lp_wrap .lead_bg {
  position: relative;
  width: 75rem;
  margin: auto;
  z-index: 1;
}

#lp_wrap .mv_area .bg_1 {
  position: absolute;
  width: 10.4rem;
  top: -3rem;
  left: -12rem;
  z-index: 1;
}

#lp_wrap .mv_area .bg_2 {
  position: absolute;
  width: 55.2rem;
  top: 8rem;
  left: 58.2rem;
  z-index: 1;
}

/*--------------------------------
            Novelty_area
--------------------------------*/
#lp_wrap .Novelty_ttl {
  margin-top: 3.6rem;
  text-align: center;
  font-size: 5.5rem;
  line-height: 1;
  font-family: var(--font_eng);
  color: #5e8ab4;
  background: #fff;
  padding: 1.2rem 0;
  border: #5e8ab4 2px solid;
  border-left: none;
  border-right: none;
}

#lp_wrap .Novelty_area {
  position: sticky;
  top: -100rem;
  width: 90rem;
  margin: 10rem auto;
  padding: 7.8rem 0 10.4rem;
  border-radius: 1rem;
  background: #fffff7;
}

#lp_wrap .Novelty_area h3 {
  font-size: 2.4rem;
  line-height: 1.83;
  font-weight: 400;
  color: #000;
}

#lp_wrap .main_img {
  width: 42rem;
  margin: 4rem auto 0;
}

#lp_wrap .Novelty_wrap {
  margin-top: 7.2rem;
  margin-left: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10rem;
}

#lp_wrap .Novelty_wrap.__2 {
  margin-top: 9.4rem;
}

#lp_wrap .img_blk {
  width: 13.5rem;
}

#lp_wrap .text_blk .name {
  text-align: left;
  font-size: 1.8rem;
}

#lp_wrap .text_blk .items {
  text-align: left;
  margin-top: 1.9rem;
  font-size: 1.8rem;
  line-height: 1.94;
}

#lp_wrap .text_blk .price {
  text-align: left;
  margin-top: 2.3rem;
  font-size: 1.8rem;
}

#lp_wrap .text_blk .items span {
  display: inline-block;
  font-size: 1rem;
  color: #5e8ab4;
  transform: translateY(-3px);
}

#lp_wrap .Novelty_wrap.__2 .text_blk .items span {
  font-size: 1rem;
  color: #ab5c57;
}

#lp_wrap .info_wrap {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  gap: 3rem;
}

#lp_wrap .info_wrap .detail {
  position: relative;
  font-size: 1.4rem;
  z-index: 0;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 8px;
}

#lp_wrap .info_wrap .cardin {
  width: 18rem;
}

#lp_wrap .text_blk .info {
  text-align: left;
  margin-top: 2.5rem;
  width: 18rem;
}

/*--------------------------------
            lineup
--------------------------------*/

.row-reverse {
  flex-direction: row-reverse;
}

#lp_wrap .lineup {
  background: #fff;
  padding: 8rem 0;
  border-top: #5e8ab4 2px solid;
}

#lp_wrap .lineup {
  position: sticky;
  top: 0;
  background: #fff;
  padding: 5.5rem 0;
  border-top: #5e8ab4 2px solid;
  z-index: 0;
}

#lp_wrap .lineup.HandLipcare {
  position: sticky;
  top: 0;
  border-top: #ab5c57 2px solid;
  overflow: hidden;
}

#lp_wrap .lineup h2 {
  font-family: var(--font_eng);
  font-size: 6rem;
  font-weight: 500;
  color: #5e8ab4;
}

#lp_wrap .lineup h2 span {
  font-family: var(--font_jpn_Kozuka);
  font-weight: 400;
}

#lp_wrap .lineup.HandLipcare h2 {
  color: #ab5c57;
}

#lp_wrap .lineup .lineup_wrap:nth-of-type(n+2) {
  margin-top: 7rem;
  margin-left: 0;
}

#lp_wrap .lineup .lineup_wrap:nth-of-type(2) {
  gap: 10rem;
  margin-left: 0rem;
}

#lp_wrap .lineup_wrap {
  margin-top: 3.5rem;
  margin-left: -7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
}

#lp_wrap .lineup.HandLipcare .lineup_wrap {
  margin-left: -2rem;
}

#lp_wrap .lineup.HandLipcare .lineup_wrap:nth-of-type(2) {
  gap: 6rem;
  margin-left: 0;
}

#lp_wrap .lineup_wrap .img_blk {
  width: 20rem;
}

#lp_wrap .lineup_wrap .text_blk {
  text-align: left;
}

#lp_wrap .lineup.HandLipcare .lineup_wrap .ttl {
  color: #ab5c57;
}

#lp_wrap .lineup_wrap .ttl {
  font-size: 1.8rem;
  color: #5e8ab4;
}

#lp_wrap .lineup_wrap .name {
  margin-top: 2rem;
  font-size: 2.4rem;
  line-height: 1.41;
}

#lp_wrap .lineup_wrap .price {
  margin-top: 1.8rem;
  font-size: 1.6rem;
}

#lp_wrap .lineup_wrap .text {
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 1.6;
}

#lp_wrap .lineup_wrap .info_wrap {
  margin-top: 3.3rem;
}

#lp_wrap .Skincare_area {
  top: -80rem;
  padding: 5.5rem 0 7rem;
  overflow: hidden;
}

#lp_wrap .Skincare_area .bg_1 {
  position: absolute;
  width: 83.6rem;
  top: 4rem;
  left: 50%;
  transform: translateX(-50%);
  margin-left: -61rem;
  z-index: 0;
}

#lp_wrap .Skincare_area .bg_2 {
  position: absolute;
  width: 83.6rem;
  top: 62rem;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 62rem;
  z-index: 0;
}

#lp_wrap .Skincare_area .bg_3 {
  position: absolute;
  width: 52.1rem;
  top: 93rem;
  left: 50%;
  transform: translateX(-50%);
  margin-left: -48rem;
  z-index: 0;
}

#lp_wrap .HandLipcare .bg_1 {
  position: absolute;
  width: 77.6rem;
  top: 18rem;
  left: 50%;
  transform: translateX(-50%);
  margin-left: -64rem;
  z-index: 0;
}

#lp_wrap .HandLipcare .bg_2 {
  position: absolute;
  width: 65.7rem;
  top: 47rem;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 48rem;
  z-index: 0;
}

#lp_wrap .all_btn {
  margin: 9.5rem auto 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--font_eng);
  font-size: 2.5rem;
  letter-spacing: 0.06em;
  width: 39rem;
  height: 7rem;
  background: #5e8ab4;
  border-radius: 50rem;
  color: #fff;
  z-index: 0;
}

#lp_wrap .all_btn::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/allbtn_arrow.png) no-repeat;
  background-size: 100%;
  width: 1rem;
  height: 2rem;
  top: 2.8rem;
  right: 3rem;
  z-index: 1;
}

#lp_wrap .bottom_logo {
  margin: 8.3rem auto 0;
  width: 38.8rem;
}



/*----------アニメーション----------*/

.fadeup-load {
  opacity: 0;
  transform: translateY(5rem);
  transition: opacity 1.5s 0s, transform 1.5s 0s;
  filter: blur(15px);
}

.fadeup-load.fade-active {
  opacity: 1;
  transform: translateY(0) translateZ(0);
  transition: opacity 1.5s 0s, transform 1.5s 0s;
  filter: blur(0);
}

.fadeup {
  opacity: 0;
  transform: translateY(5rem);
  transition: opacity 1.5s 0s, transform 1.5s 0s;
}

.fadeup.fade-active {
  opacity: 1;
  transform: translateY(0) translateZ(0);
  transition: opacity 1.5s 0s, transform 1.5s 0s;
}



	



/*--------------------------------
            Layout  SP
--------------------------------*/
@media (max-width: 768px) {
  .lp_wrap .sp_only {
    display: block;
  }
  .lp_wrap .pc_only {
    display: none;
  }	

  
/*--------------------------------
            mv-area
--------------------------------*/
#lp_wrap .lp_bg {
  position: fixed;
  background-color: #fffff6;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}

#lp_wrap .page_content {
  position: relative;
  z-index: 1;
}

#lp_wrap .mv_area {
  position: relative;
  background: #fff;
  padding-bottom: calc(215*(100vw / 750));
  border-bottom: #5e8ab4 4px solid;
  z-index: 1;
}

#lp_wrap .mv_area h2 {
  width: 100%;
}

#lp_wrap .lead_text {
  margin-top: calc(60*(100vw / 750));
  font-size: calc(26*(100vw / 750));
}

#lp_wrap .nav_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: calc(40*(100vw / 750));
  width: calc(650*(100vw / 750));
  margin: calc(45*(100vw / 750)) auto 0;
}

#lp_wrap .nav_wrap li {
  width: 100%;
  text-align: center;
  position: relative;
  font-size: calc(36*(100vw / 750));
  letter-spacing: 0.06em;
  line-height: 1;
  font-family: var(--font_eng);
  padding: calc(10*(100vw / 750)) 0 calc(20*(100vw / 750));
  border: #5e8ab4 2px solid;
  color: #5e8ab4;
  background: #fff;
  z-index: 0;
}

#lp_wrap .nav_wrap li::before {
  position: absolute;
  content: "";
  background: url(../img/nav_arrow.png) no-repeat;
  background-size: 100%;
  width: calc(20*(100vw / 750));
  height: calc(15*(100vw / 750));
  top: calc(55*(100vw / 750));
  right: calc(72*(100vw / 750));
  z-index: 1;
}

#lp_wrap .nav_wrap li .jpa_text {
  display: inline-block;
  font-size: calc(20*(100vw / 750));
  margin-bottom: calc(5*(100vw / 750));
}

#lp_wrap .lead_bg {
  width: 100%;
}

#lp_wrap .mv_area .bg_1 {
  position: absolute;
  width: calc(100*(100vw / 750));
  top: calc(743*(100vw / 750));
  left: calc(152*(100vw / 750));
  z-index: 1;
}

#lp_wrap .mv_area .bg_2 {
  position: absolute;
  width: calc(352*(100vw / 750));
  top: calc(560*(100vw / 750));
  left: auto;
  right: 0;
  z-index: -1;
}

/*--------------------------------
            Novelty_area
--------------------------------*/
#lp_wrap .Novelty_ttl {
  margin-top: calc(47*(100vw / 750));
  text-align: center;
  font-size: calc(55*(100vw / 750));
  line-height: 1;
  font-family: var(--font_eng);
  color: #5e8ab4;
  background: #fff;
  padding: calc(14*(100vw / 750)) 0;
  border: #5e8ab4 2px solid;
  border-left: none;
  border-right: none;
}

#lp_wrap .Novelty_area {
  position: sticky;
  top: calc(-2000*(100vw / 750));
  width: calc(650*(100vw / 750));
  margin: calc(85*(100vw / 750)) auto;
  padding: calc(65*(100vw / 750)) 0 calc(115*(100vw / 750));
  border-radius: calc(10*(100vw / 750));
}

#lp_wrap .Novelty_area h3 {
  font-size: calc(28*(100vw / 750));
}

#lp_wrap .main_img {
  width: calc(420*(100vw / 750));
  margin: calc(50*(100vw / 750)) auto 0;
}

#lp_wrap .Novelty_wrap {
  margin-top: calc(40*(100vw / 750));
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0;
}

#lp_wrap .Novelty_wrap.__2 {
  margin-top: calc(40*(100vw / 750));
}

#lp_wrap .img_blk {
  width: calc(235*(100vw / 750));
}

#lp_wrap .Novelty_area .name {
  text-align: center;
  font-size: calc(27*(100vw / 750));
  margin-top: calc(95*(100vw / 750));
}

#lp_wrap .Novelty02.name {
  margin-top: calc(114*(100vw / 750));
}

#lp_wrap .text_blk .items {
  text-align: left;
  margin-top: calc(30*(100vw / 750));
  font-size: calc(22*(100vw / 750));
  line-height: 2.74;
}

#lp_wrap .text_blk .price {
  text-align: left;
  margin-top: calc(40*(100vw / 750));
  font-size: calc(22*(100vw / 750));
}

#lp_wrap .text_blk .items span {
  display: inline-block;
  font-size: calc(12*(100vw / 750));
  color: #5e8ab4;
  transform: translateY(-2px);
}

#lp_wrap .Novelty_wrap.__2 .text_blk .items span {
  font-size: calc(12*(100vw / 750));
  color: #ab5c57;
}

#lp_wrap .info_wrap {
  margin-top: calc(30*(100vw / 750));
  display: flex;
  align-items: center;
  gap: calc(70*(100vw / 750));
}

#lp_wrap .info_wrap .detail {
  position: relative;
  font-size: calc(21*(100vw / 750));
  z-index: 0;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}

#lp_wrap .info_wrap .cardin {
  width: calc(260*(100vw / 750));
}

#lp_wrap .text_blk .info {
  text-align: left;
  margin-top: calc(10*(100vw / 750));
  font-size: calc(20*(100vw / 750));
  width: auto;
}

/*--------------------------------
            lineup
--------------------------------*/

.row-reverse {
  flex-direction: row-reverse;
}

#lp_wrap .lineup {
  background: #fff;
  padding: 8rem 0;
  border-top: #5e8ab4 2px solid;
}

#lp_wrap .lineup {
  position: sticky;
  top: 0;
  background: #fff;
  padding: calc(54*(100vw / 750)) 0;
  border-top: #5e8ab4 2px solid;
  z-index: 0;
}

#lp_wrap .lineup.HandLipcare {
  position: sticky;
  top: 0;
  border-top: #ab5c57 2px solid;
}

#lp_wrap .lineup h2 {
  font-size: calc(60*(100vw / 750));
}

#lp_wrap .lineup.HandLipcare h2 {
  color: #ab5c57;
}

#lp_wrap .lineup .lineup_wrap:nth-of-type(n+2) {
  margin-top: calc(60*(100vw / 750));
}

#lp_wrap .lineup .lineup_wrap:nth-of-type(2) {
  gap: calc(34*(100vw / 750));
  margin-left: 0rem;
}

#lp_wrap .lineup_wrap {
  margin-top: calc(60*(100vw / 750));
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: calc(30*(100vw / 750));
}

#lp_wrap .lineup.HandLipcare .lineup_wrap {
  margin-top: calc(35*(100vw / 750));
  margin-left: 0;
}

#lp_wrap .lineup.HandLipcare .lineup_wrap:nth-of-type(2) {
  margin-top: calc(85*(100vw / 750));
  gap: calc(30*(100vw / 750));
  margin-left: 0;
}

#lp_wrap .lineup_wrap .img_blk {
  width: calc(497*(100vw / 750));
}

#lp_wrap .lineup_wrap .text_blk {
  text-align: left;
  width: calc(500*(100vw / 750));
  margin-left: calc(0*(100vw / 750));
}

#lp_wrap .lineup.HandLipcare .lineup_wrap .ttl {
  color: #ab5c57;
}

#lp_wrap .lineup_wrap .ttl {
  font-size: calc(24*(100vw / 750));
}

#lp_wrap .lineup_wrap .name {
  margin-top: calc(24*(100vw / 750));
  font-size: calc(28*(100vw / 750));
}

#lp_wrap .lineup_wrap .price {
  margin-top: calc(15*(100vw / 750));
  font-size: calc(20*(100vw / 750));
}

#lp_wrap .lineup_wrap .text {
  margin-top: calc(15*(100vw / 750));
  font-size: calc(24*(100vw / 750));
  white-space: nowrap;
}

#lp_wrap .lineup_wrap .info_wrap {
  margin-top: calc(43*(100vw / 750));
  justify-content: center;
  gap: calc(40*(100vw / 750));
}

#lp_wrap .Skincare_area {
  top: calc(-2500*(100vw / 750));
  padding: calc(40*(100vw / 750)) 0 calc(80*(100vw / 750));
}

#lp_wrap .Skincare_area .bg_1 {
  position: absolute;
  width: calc(367*(100vw / 750));
  top: calc(125*(100vw / 750));
  left: 0;
  transform: unset;
  margin-left: 0;
  z-index: 0;
}

#lp_wrap .Skincare_area .bg_2 {
  position: absolute;
  width: calc(330*(100vw / 750));
  top: calc(1548*(100vw / 750));
  left: auto;
  transform: unset;
  margin-left: auto;
  right: 0;
  z-index: 0;
}

#lp_wrap .Skincare_area .bg_3 {
  position: absolute;
  width: calc(287*(100vw / 750));
  top: calc(2110*(100vw / 750));
  left: 0;
  transform: unset;
  margin-left: 0;
  z-index: 0;
}

#lp_wrap .HandLipcare .bg_1 {
  position: absolute;
  width: calc(300*(100vw / 750));
  top: calc(140*(100vw / 750));
  left: 0;
  transform: unset;
  margin-left: 0;
  z-index: 0;
}

#lp_wrap .HandLipcare .bg_2 {
  position: absolute;
  width: calc(400*(100vw / 750));
  top: calc(2040*(100vw / 750));
  left: auto;
  transform: unset;
  margin-left: auto;
  right: 0;
  z-index: 0;
}

#lp_wrap .all_btn {
  margin: calc(185*(100vw / 750)) auto 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--font_eng);
  font-size: calc(36*(100vw / 750));
  letter-spacing: 0.06em;
  width: calc(650*(100vw / 750));
  height: calc(100*(100vw / 750));
  background: #5e8ab4;
  border-radius: calc(50*(100vw / 750));
  color: #fff;
  z-index: 0;
}

#lp_wrap .all_btn::before {
  position: absolute;
  content: "";
  background: url(../img/allbtn_arrow.png) no-repeat;
  background-size: 100%;
  width: calc(15*(100vw / 750));
  height: calc(30*(100vw / 750));
  top: calc(38*(100vw / 750));
  right: calc(75*(100vw / 750));
  z-index: 1;
}

#lp_wrap .bottom_logo {
  margin: calc(36*(100vw / 750)) auto 0;
  width: calc(420*(100vw / 750));
}


#FooterWrap{
  margin-top: calc(-40*(100vw / 750));
}


}