@charset "UTF-8";

#Header {
  width: 1000px;
  margin: 0 auto;
}

#Wrap,
#Contents,
.wrapBottom,
.wrapTop,
#allWrap,
.lp_contents {
  width: 100% !important;
  min-width: 120rem;
}

.lp_contents {}

#Foot {
  width: 100rem;
  clear: both;
  margin: 54px auto 0;
}

.txt_mincho {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "メイリオ", Meiryo, Verdana, sans-serif;
}

.txt_futura {
  font-family: "futura-pt", serif;
}

.lp_contents *,
.lp_contents *:before,
.lp_contents *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a,
a:before,
a:after,
a img {
  transition: opacity .3s ease-in-out,
    color .3s ease-in-out,
    background-color .3s ease-in-out,
    border-color .3s ease-in-out,
    text-shadow .3s ease-in-out,
    text-weight .3s ease-in-out;
}

h1 {
  padding: 0;
}

.txt_center {
  text-align: center;
}

.txt_grey {
  color: #4d4d4d;
}

#Contents {
  padding-top: 0 !important;
}

.lp_contents {
  background: #fff;
  color: #666;
  width: 120rem;
  margin: 0 auto;
  padding: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
}

.lp_contents ul,
.lp_contents li {
  list-style: none;
}

.lp_contents a:hover {
  opacity: 0.6;
}

.lp_contents img {
  max-width: 100%;
  width: 100%;
}

.txt_bg {
  background: linear-gradient(transparent 0%, #e9e1d8 0%);
}

.section .inner {
  width: 100rem;
  margin: auto;
}

/* -- List -- */

.list ul {
  letter-spacing: -0.4em;
}

.list ul li {
  display: inline-block;
  letter-spacing: 0.02em;
  vertical-align: top;
}

/* -- List Dot -- */

.list_dot,
.list.list_dot {
  margin: 1em 0;
}

.list_dot .list_dot {
  margin: 0 0 .5em;
}

.list_dot ul,
.list.list_dot ul {
  margin: 0;
  padding-left: 1.5em !important;
}

.list_dot ul li {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  list-style-type: none;
  line-height: 1.8;
}

.list_dot ul li ul {
  padding-top: 2px;
  padding-left: 2.5em !important;
}

.list_dot ul li:before {
  display: inline-block;
  width: 3px;
  height: 3px;
  margin-left: -1em;
  margin-right: 14px;
  background: #555;
  border-radius: 100%;
  vertical-align: middle;
  content: "";
}

/* -- Text EN -- */

.txt_en {
  font-family: 'Dosis', sans-serif;
}


/*  Animation
-------------------------- */

/* -- keyframes -- */

@-webkit-keyframes opa0 {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes opa0 {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes opa1 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes opa1 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes tra1 {
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
  }
}

@keyframes tra1 {
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
  }
}

@-webkit-keyframes tra2 {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -ms-transform: translateY(0);
  }
}

@keyframes tra2 {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -ms-transform: translateY(0);
  }
}

@-webkit-keyframes tra3 {
  0% {
    -webkit-transform: translateY(10rem);
    transform: translateY(10rem);
    -ms-transform: translateY(10rem);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -ms-transform: translateY(0);
  }
}

@keyframes tra3 {
  0% {
    -webkit-transform: translateY(10rem);
    transform: translateY(10rem);
    -ms-transform: translateY(10rem);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -ms-transform: translateY(0);
  }
}

@-webkit-keyframes tra4 {
  0% {
    -webkit-transform: translateX(30%);
    transform: translateX(30%);
    -ms-transform: translateX(30%);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
  }
}

@keyframes tra4 {
  0% {
    -webkit-transform: translateX(30%);
    transform: translateX(30%);
    -ms-transform: translateX(30%);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
  }
}

@-webkit-keyframes tra5 {
  0% {
    -webkit-transform: translateX(-80%);
    transform: translateX(-80%);
    -ms-transform: translateX(-80%);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
  }
}

@keyframes tra5 {
  0% {
    -webkit-transform: translateX(-80%);
    transform: translateX(-80%);
    -ms-transform: translateX(-80%);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
  }
}

@-webkit-keyframes tra6 {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
  }
}

@keyframes tra6 {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
  }
}

@-webkit-keyframes tra7 {
  0% {
    -webkit-transform: translateX(-30%);
    transform: translateX(-30%);
    -ms-transform: translateX(-30%);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
  }
}

@keyframes tra7 {
  0% {
    -webkit-transform: translateX(-30%);
    transform: translateX(-30%);
    -ms-transform: translateX(-30%);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
  }
}

.ef {
  opacity: 0;
}

.ef.effect {
  -webkit-animation: opa1 1s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
  animation: opa1 1s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
}

.ef-top {
  opacity: 0;
}

.ef-top.effect {
  -webkit-animation: opa1 2.5s ease 0s 1 forwards, tra3 2.5s ease 0s 1 forwards;
  animation: opa1 2.5s ease 0s 1 forwards, tra3 2.5s ease 0s 1 forwards;
}

.ef-right.effect {
  -webkit-animation: opa1 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards, tra4 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
  animation: opa1 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards, tra4 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
}

.ef-left.effect {
  -webkit-animation: opa1 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards, tra5 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
  animation: opa1 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards, tra5 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
}

.ef-lg.effect {
  -webkit-animation: opa1 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards, tra6 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
  animation: opa1 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards, tra6 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
}

.btn_wrap {
  text-align: center;
}

.btn_link {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color .4s ease-in-out,background-color .4s ease-in-out;
  position: relative;
  width: 8rem;
  margin: 0 auto;
  padding: .7rem 0;
  border-radius: 20rem;
  border: none;
  background: #fff;
  box-shadow: 0 0 12px rgba(115, 168, 245, 0.15);
  text-align: center;
  font-size: 1em;
  color: #98adcb;
  font-family: 'Dosis', sans-serif;
  line-height: 1;
}

.btn_link:hover {
  color: #fff;
  background-color: #98adcb;
}

.btn_link_l {
  overflow: hidden;
  position: relative;
  width: 400px;
  margin: 0 auto;
  padding: 25px 15px;
  border-radius: 0;
  border: none;
  background: #fff;
  box-shadow: none;
  color: #000;
  text-align: center;
  font-size: 1.2em;
}

.btn_link_l.btn:hover {
  opacity: 1 !important;
  background: #fff !important;
}

@-webkit-keyframes border_1 {
  from {
    width: 0px
  }

  to {
    width: 101%
  }
}

@keyframes border_1 {

  from {
    width: 0px
  }

  to {
    width: 101%
  }
}

@-webkit-keyframes border_2 {
  from {
    height: 0px
  }

  to {
    height: 101%
  }
}

@keyframes border_2 {
  from {
    height: 0px
  }

  to {
    height: 101%
  }
}

@-webkit-keyframes border_3 {
  from {
    width: 0px
  }

  to {
    width: 100%
  }
}

@keyframes border_3 {
  from {
    width: 0px
  }

  to {
    width: 100%
  }
}

@-webkit-keyframes border_4 {
  from {
    height: 0px
  }

  to {
    height: 100%
  }
}

@keyframes border_4 {
  from {
    height: 0px
  }

  to {
    height: 100%
  }
}

/* -------- Wave Area -------- */

.wave_area {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -13.9rem;
  z-index: 5;
  width: 100vw;
  height: 14rem;
  transform: rotate(-180deg);
}

.wave_area svg {
  width: 100vw;
}

.wave_area.wave_area_bottom {
  bottom: -15rem;
}

.wave_area.wave_area_top {
  top: -2rem;
}


/* -------- Mainvisual -------- */

.mainvisual_section {
  position: relative;
  padding: 4.2rem 0 1rem;
  background: #f4f5f8;
}
/*
.mainvisual_section::after {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -13.9rem;
  height: 14rem;
  background: url(../../Contents/ImagesPkg/lp/2022Moisturizing/line_wave_bottom.svg) no-repeat bottom center;
  background-size: 100% auto;
  content: "";
}
*/

.mainvisual_section .inner {
  width: 120rem;
}

.mainvisual_pic {
  display: block;
  margin-bottom: 2rem;
}

.mainvisual_cont {
  margin-bottom: 6rem;
  color: #666;
}

.mainvisual_cont p {
  font-size: 1.8rem;
  text-align: center;
  line-height: 2;
}

/* ------ Link List ------ */

.page_nav {
  width: 91.6rem;
  margin: 0 auto;
}

.page_nav ul {
  display: flex;
  margin-left: -.8rem;
  letter-spacing: -.4rem;
}

.page_nav li {
  display: inline-block;
  width: 33.333%;
  padding-left: .8rem;
  vertical-align: top;
  letter-spacing: .1rem;
}

.page_nav li:nth-child(1) {
  animation-delay: 0s,0s;
}

.page_nav li:nth-child(2) {
  animation-delay: 0.2s,0.2s;
}

.page_nav li:nth-child(3) {
  animation-delay: 0.4s,0.4s;
}

.page_nav a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10rem;
  padding: 1rem 1rem 2rem;
  background: url(../../Contents/ImagesPkg/lp/2022Moisturizing/icn_arw.svg) center calc(100% - 1.4rem) #e5eaef no-repeat;
  color: #98adcb;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}

.page_nav li a::before {
  display: block;
  position: absolute;
  top: -1.5rem;
  left: 50%;
  height: 3.7rem;
  margin-left: -1.2rem;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
}

.page_nav li:nth-child(1) a::before {
  width: 2.4rem;
  background-image: url(../../Contents/ImagesPkg/lp/2022Moisturizing/icn_num_01.svg);
}

.page_nav li:nth-child(2) a::before {
  width: 3.3rem;
  background-image: url(../../Contents/ImagesPkg/lp/2022Moisturizing/icn_num_02.svg);
}

.page_nav li:nth-child(3) a::before {
  width: 3.3rem;
  background-image: url(../../Contents/ImagesPkg/lp/2022Moisturizing/icn_num_03.svg);
}

.page_fixed_nav {
  display: none;
}

.page_fixed_nav.is-fixed {
  display: block;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}

.page_fixed_nav ul {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin: auto;
}

.page_fixed_nav li {
  width: auto;
  padding-left: 1.2rem;
}

.page_fixed_nav li:first-child {
  padding-left: 0;
}

.page_fixed_nav li a {
  height: 6rem;
  padding: 1rem 1.3rem 1rem 5rem;
  background-image: none;
  font-size: 1.3rem;
  letter-spacing: 0.05rem;
}

.page_fixed_nav li a::before {
  position: absolute;
  top: 2rem;
  left: 3rem;
  width: auto;
  height: 1.8rem;
  background-size: auto 100%;
}

.page_fixed_nav li br {
  display: none;
}

.page_fixed_nav li a:hover {
  opacity: 1;
  background-color: #98adcb;
  color: #fff;
}

/* ---- Common Title ---- */

.section_title {
  position: relative;
  z-index: 2;
  margin-bottom: 8rem;
  padding-top: 6rem;
}

.section_title__num {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  text-align: center;
}
.section_title__num img{
  width: auto;
}

.section_title .ttl_main {
  margin-bottom: 2.5rem;
  color: #98adcb;
  text-align: center;
}

.section_title .ttl_main span {
  display: block;
}

.section_title .ttl_main .txt_sub {
  margin-bottom: 1.2rem;
  font-size: 2.4rem;
}

.section_title .ttl_main .txt_sub.txt_sub_mini {
  margin-top: -1.2rem;
  margin-bottom: 1rem;
  font-size: 1.4rem;
}

.section_title .ttl_main .txt_main {
  font-size: 4.2rem;
  font-weight: bold;
}

.section_title .ttl_main .txt_main.txt_en {
  font-size: 4.8rem;
  letter-spacing: .06em;
}

.section_title .txt_date{
  font-size: 1.6rem;
  padding: 0.4rem 2rem;
    border: 1px solid #98adca;
    width: fit-content;
    margin: 2.2rem auto 0;
}

.section_title .txt_catch {
  font-size: 1.8rem;
  text-align: center;
}

/* -------- Recommend -------- */

.recommend_section {
  position: relative;
}

.recommend_section .inner {
  width: 104rem;
  padding-top: 18rem;
  padding-bottom: 0;
}

/* ---- Recommend Box ---- */

.recommend_box {
  position: relative;
  margin-bottom: 9rem;
  font-size: 0.8em;
}

.recommend_box .recommend_profile {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 42rem;
  margin-top: 2rem;
  padding-top: 37rem;
}

.recommend_box .recommend_profile.effect {
  animation-delay: .2s,.2s;
}

.recommend_box .recommend_profile__posi {
  display: block;
  margin-bottom: 1rem;
  color: #989898;
  font-size: 1.2rem;
}

.recommend_box .recommend_profile__name {
  display: block;
  margin-bottom: 1.2rem;
  color: #98adcb;
  font-size: 2rem;
  font-weight: bold;
}

.recommend_box .recommend_profile__thumb {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 42rem;
  height: 41.2rem;
}

.recommend_box .recommend_profile__cont {
  font-size: 1.3rem;
}

#RecommendNagoshi .recommend_profile__thumb {
  border-radius: 92% 64% 88% 81% / 66% 72% 82% 100%;
  animation: move01 8.5s linear infinite;
}

@keyframes move01 {
  25% {
    border-radius: 100% 64% 69% 92% / 79% 72% 72% 100%;
  }

  55% {
    border-radius: 64% 79% 69% 92% / 59% 84% 72% 83%;
  }

  85% {
    border-radius:64% 61% 69% 63% / 59% 50% 64% 59%;
  }
}

#RecommendTerayama .recommend_profile__thumb {
  width: 32rem;
  height: 33rem;
  border-radius: 98% 100% 100% 71% / 51% 91% 93% 100%;
  animation: move02 12s linear infinite;
}

@keyframes move02 {
  25% {
    border-radius: 98% 69% 74% 71% / 67% 91% 93% 100%;
  }

  55% {
    border-radius:98% 55% 74% 71% / 81% 91% 53% 100%;
  }

  75% {
    border-radius: 98% 80% 74% 48% / 81% 88% 68% 64%;
  }
}

#RecommendNakajo .recommend_profile__thumb {
  border-radius: 92% 64% 88% 81% / 66% 72% 82% 100%;
  animation: move03 8.5s linear infinite;
}

@keyframes move03 {
  25% {
    border-radius: 100% 64% 69% 92% / 79% 72% 72% 100%;
  }

  55% {
    border-radius: 64% 79% 69% 92% / 59% 84% 72% 83%;
  }

  85% {
    border-radius:64% 61% 69% 63% / 59% 50% 64% 59%;
  }
}

#RecommendHiwasa .recommend_profile__thumb {
  width: 40rem;
  height: 40rem;
  border-radius: 67% 77% 50% 79% / 55% 51% 84% 71%;
  animation: move04 9s linear infinite;
}

@keyframes move04 {
  25% {
    border-radius:49% 89% 80% 72% / 56% 51% 99% 94%;
  }

  60% {
    border-radius:78% 89% 79% 75% / 72% 61% 99% 70%;
  }

  85% {
    border-radius: 78% 89% 79% 75% / 72% 61% 78% 70%;
  }
}




/* ---- Recommend List ---- */

.recommend_list {
  width: 67rem;
  background: #f8fafb;
  border-radius: 1rem;
  padding: 5rem 5rem 2rem 8rem;
  margin-left: auto;
}

.recommend_list.effect {
  animation-delay: .5s,.5s;
}

.recommend_title {
  margin:  -8rem -2rem 2rem;
  font-family: 'Dosis', sans-serif;
  font-size: 3.9rem;
  font-weight: 300;
  text-align: right;
  letter-spacing: .5rem;
  color: #e1e7f0;
}

.recommend_list ul {
}

.recommend_list li {
  position: relative;
  width: 100%;
  padding: 0 0 3.5rem 10rem;
}

.recommend_list p {
}

.recommend_list .item_head {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 1rem;
}

.recommend_list .item_head .item_ttl {
  width: 36rem;
  line-height: 1.2;
}

.recommend_list .item_head .item_ttl a {
  display: block;
  color: #98adcb;
  font-size: 1.3rem;
}

.recommend_list .item_head .item_ttl .item_brand {
  display: block;
  margin-bottom: .5rem;
  font-weight: bold;
}

.recommend_list .item_head .item_link {
  width: 9rem;
  text-align: right;
  position: absolute;
  right: 0;
  top: 1rem;
}

.recommend_list .item_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 10rem;
  height: 10rem;
}

.recommend_list .item_cont {
  line-height: 1.8;
  font-size: 1.1rem;
}

/* ---- Recommend Right ---- */

.recommend_box.recommend_box__right .recommend_profile {
  position: absolute;
  top: 0;
  left: auto;
  right: 2rem;
  padding-top: 36rem;
  width: 32rem;
}

.recommend_box.recommend_box__right .recommend_profile dt,
.recommend_box.recommend_box__right .recommend_profile p {
  text-align: center;
}

.recommend_box.recommend_box__right .recommend_list {
  width: 69rem;
  margin-left: 4rem;
  margin-right: auto;
  padding: 5rem 10rem 2rem 3rem;
}

.recommend_box.recommend_box__right .recommend_title {
  margin-left: -.8rem;
  text-align: left;
}

/* ---- Recommend Terayama ---- */

#RecommendTerayama .recommend_profile {
  margin-top: 10rem;
}

/* ---- Recommend Nakajo ---- */

#RecommendNakajo {
  margin-bottom: 12rem;
}

#RecommendNakajo .recommend_profile {
  margin-top: 20rem;
  animation-delay: 0,0;
}

/* ---- Recommend Hiwasa ---- */

#RecommendHiwasa .recommend_profile {
  width: 40rem;
  margin-top: -5rem;
  margin-right: 2rem;
  padding-top: 42rem;
}

#RecommendHiwasa .recommend_list {
  width: 55rem;
  margin-left: 7rem;
  padding-bottom: 2rem;
}

/* -------- Special Kit -------- */

.special_kit_section {
  position: relative;
  background: #f4f5f8;
}
/*
.special_kit_section::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  height: 14rem;
  background: url(../../Contents/ImagesPkg/lp/2022Moisturizing/line_wave_top.svg) no-repeat top center #fff;
  background-size: 100% auto;
  content: "";
}

.special_kit_section::after {
  position: absolute;
  right: 0;
  left: 0;
  z-index: -1;
  bottom: -6rem;
  height: 14rem;
  background: url(../../Contents/ImagesPkg/lp/2022Moisturizing/line_wave_top2.svg) no-repeat bottom center #fff;
  background-size: 100% auto;
  content: "";
}
*/
.special_kit_section .inner {
  width: 120rem;
  padding-top: 10rem;
  padding-bottom: 1rem;
}

/* ---- Special Kit ---- */

.special_kit_box {
  display: flex;
  margin-bottom: 6rem;
}

.special_kit_box .special_kit_img {
  width: 60rem;
}

.special_kit_box .special_kit_thumb {
  overflow: hidden;
  border-radius: 92% 64% 88% 81% / 66% 72% 82% 100%;
  animation: move01 12s linear infinite;
}

.special_kit_box.special_kit_box__right .special_kit_thumb {
  border-radius: 100% 58% 68% 100% / 69% 67% 84% 91%;
  animation: move05 12s linear infinite;
}

@keyframes move05 {
  25% {
    border-radius: 100% 83% 68% 100% / 88% 67% 65% 91%
    ;
  }

  55% {
    border-radius: 99% 89% 55% 100% / 88% 88% 89% 91%
    ;
  }

  75% {
    border-radius: 99% 93% 93% 100% / 100% 88% 89% 64%;
  }
}

.special_kit_box .special_kit_img.effect {
  animation-delay: .2s,.2s;
}

.special_kit_box .special_kit__cont {
  width: 50rem;
  margin-left: 4rem;
}

.special_kit_box .special_kit__cont.effect {
  animation-delay: .5s,.5s;
}

.special_kit_box .special_kit__title {
  font-family: 'Dosis', sans-serif;
  font-size: 3.8rem;
  font-weight: 300;
  letter-spacing: .08em;
  color: #98adcb;
}

.special_kit_box .txt_cont {
  margin-bottom: 2.4rem;
  font-size: 1.4rem;
  line-height: 1.8;
}

.special_kit_box .kit_title {
  position: relative;
  margin-bottom: .5rem;
  color: #989898;
  font-size: 1.4rem;
  font-weight: normal;
}

.special_kit_box .kit_title span {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 2.3rem 0 0;
  background: #f4f5f8;
  line-height: 1.4;
}

.special_kit_box .kit_title::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  border-top: 1px solid #989898;
  content: "";
}

.kit_list li {
  position: relative;
  padding: 1.2rem 0 1.2rem 1.6rem;
}

.kit_list li::before {
  position: absolute;
  top: 1.8rem;
  left: 0;
  width: .6rem;
  height: .6rem;
  background: #98adcb;
  border-radius: 100%;
  content: "";
}

.kit_list li dt {
  font-size: 1.3rem;
  font-weight: bold;
}

.kit_list li dd {
  padding: .5rem 0 0;
  font-size: 1.1rem;
  line-height: 1.8;
  letter-spacing: 0.04rem;
}

.special_kit__btn {
  padding-top: 1rem;
}

.special_kit__btn .btn_kit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30rem;
  height: 4.8rem;
  padding: 1rem;
  background: #98adcb;
  border: none;
  border-radius: 1rem;
  color: #fff;
  font-size: 1.8rem;
  font-family: 'Dosis', sans-serif;
  letter-spacing: .2rem;
}

/* ---- Recommend Right ---- */

.special_kit_box.special_kit_box__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.special_kit_box.special_kit_box__right .special_kit_img {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  margin-right: 0;
  margin-left: 0;
}

.special_kit_box.special_kit_box__right .special_kit__cont {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  width: 43rem;
  margin-left: 10rem;
  margin-right: 4rem;
  padding-top: 9rem;
}


/* -------- Campaign -------- */

.campaign_section {
  position: relative;
}


.campaign_section .inner {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

/* ---- Campaign ---- */

.campaign_list {
}

.campaign_list ul {
  display: flex;
  flex-wrap: wrap;
}

.campaign_list li {
  width: 50%;
  margin-bottom: 6rem;
}

.campaign_list .item_img {
  overflow: hidden;
  width: 35rem;
  margin: auto auto 2rem;
  border-radius: 67% 77% 50% 79% / 55% 51% 84% 71%;
  animation: move02 9s linear infinite;
}

.campaign_list li:nth-child(1) .item_img {
  border-radius: 67% 77% 50% 79% / 55% 51% 84% 71%;
  animation: move02 9s linear infinite;
}

.campaign_list li:nth-child(2) .item_img {
  width: 33.4rem;
  border-radius: 67% 77% 50% 79% / 55% 51% 84% 71%;
  animation: move02 9s linear infinite;
}

.campaign_list li:nth-child(3) .item_img {
  border-radius: 92% 64% 88% 81% / 66% 72% 82% 100%;
  animation: move03 8.5s linear infinite;
}

.campaign_list li:nth-child(4) .item_img {
  border-radius: 98% 100% 100% 71% / 51% 91% 93% 100%;
  animation: move04 12s linear infinite;
}

.campaign_list p {
  text-align: center;
}

.campaign_list .item_cont {
  margin-bottom: 2rem;
}

.campaign_list .txt_cont {
  display: inline-block;
  margin-bottom: .8rem;
  font-size: 1.4rem;
}

.campaign_list .txt_em {
  color: #98adcb;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.15rem;
}

.campaign_list .item_link .btn_link {
  width: 20rem;
  height: 4rem;
  border: 1px solid #9cadc8;
  box-shadow: none;
  font-size: 1.3rem;
  letter-spacing: .08rem;
}


/* only SP */
@media only screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }

  /*=======================================
                     SP
  ========================================*/

  .lp_contents {
    overflow: hidden;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    padding-bottom: calc(20* (100vw / 390));
    font-size: calc(14* (100vw / 390));
  }

  .section .inner {
    width: 100%;
  }

  .wave_area.wave_area_bottom {
    bottom: calc(-70* (100vw / 390));
    transform: rotate(-180deg) scale(1.8, 0.5);
  }

  .wave_area.wave_area_top {
    top: calc(20* (100vw / 390));
    bottom: auto;
    transform: rotate(-180deg) scale(1.8, 0.5);
  }

  /* -------- Mainvisual -------- */

  .mainvisual_section {
    padding: calc(42* (100vw / 390)) 0 calc(30* (100vw / 390));
  }

  .mainvisual_section .inner {
    width: 100%;
  }

  .mainvisual_pic {
    display: block;
    margin-bottom: 0;
  }

  .mainvisual_cont {
    margin-bottom: calc(40* (100vw / 390));
  }

  .mainvisual_cont p {
    font-size: calc(12.5* (100vw / 390));
    line-height: 2.2;
  }

  .mainvisual_section::after{
    bottom: -6rem;
  }

  /* ------ Link List ------ */

  .page_nav {
    width: 100%;
    margin: 0 auto;
    padding: 0 calc(20* (100vw / 390));
  }

  .page_nav ul{display: block;}

  .page_nav li {
    display: block;
    width: 100%;
    margin-bottom: calc(4* (100vw / 390));
    padding-left: 0;
  }

  .page_nav a {
    justify-content: flex-start;
    height: calc(72* (100vw / 390));
    padding: calc(10* (100vw / 390)) calc(10* (100vw / 390)) calc(10* (100vw / 390)) calc(70* (100vw / 390));
    background-position: calc(100% - 20px) center;
    font-size: calc(14* (100vw / 390));
    text-align: left;
  }

  .page_nav li a::before {
    top: 50%;
    left: calc(24* (100vw / 390));
    height: calc(26* (100vw / 390));
    margin-top: calc(-13* (100vw / 390));
  }

  .page_nav li:nth-child(1) a::before {
    width: calc(24* (100vw / 390));
  }

  .page_nav li:nth-child(2) a::before {
    width: calc(33* (100vw / 390));
  }

  .page_nav li:nth-child(3) a::before {
    width: calc(33* (100vw / 390));
  }


  /* ---- Link List Fixed ---- */

  .page_fixed_nav {
    display: none;
    width: 100%;
    padding: 0;
    overflow-x: scroll;
  }

  .page_fixed_nav.is-fixed {
    display: block;
    left: 0;
    bottom: -1px;
    width: 100%;
  }

  .page_fixed_nav ul {
    justify-content: flex-start;
    width: calc(790* (100vw / 390));
    background: #e5eaef;
    display: flex;
  }

  .page_fixed_nav li {
    width: auto;
    margin-bottom: 0;
    padding-left: 0;
    border-left: 1px solid #9cadc8;
  }

  .page_fixed_nav li:first-child {
    padding-left: 0;
    border-left-width: 0;
  }

  .page_fixed_nav li a {
    height: calc(45* (100vw / 390));
    padding: calc(10* (100vw / 390)) calc(20* (100vw / 390)) calc(10* (100vw / 390)) calc(48* (100vw / 390));
    background-image: none;
    font-size: calc(11* (100vw / 390));
    letter-spacing: 0;
  }

  .page_fixed_nav li:first-child a {
    padding-left: calc(42* (100vw / 390));
  }

  .page_fixed_nav li a::before {
    top: calc(27* (100vw / 390));
    left: calc(20* (100vw / 390));
    width: auto;
    height: calc(16* (100vw / 390));
  }

  .page_fixed_nav li br {
    display: none;
  }

  .page_fixed_nav li a:hover {
    background-color: #e5eaef;
    color: #98adcb;
  }


  /* ---- Common Title ---- */

  .section_title {
    margin-bottom: calc(35* (100vw / 390));
    padding-top: calc(36* (100vw / 390));
  }

  .section_title__num img {
    width: auto;
    height: calc(70* (100vw / 390));
  }

  .section_title .ttl_main {
    margin-bottom: calc(8* (100vw / 390));
  }

  .section_title .ttl_main .txt_sub {
    margin-bottom: calc(2* (100vw / 390));
    font-size: calc(18* (100vw / 390));
  }

  .section_title .ttl_main .txt_sub.txt_sub_mini {
    margin-top: calc(-10* (100vw / 390));
    margin-bottom: calc(10* (100vw / 390));
    font-size: calc(14* (100vw / 390));
    line-height: 1;
  }

  .section_title .ttl_main .txt_main {
    font-size: calc(27* (100vw / 390));
    letter-spacing: 0;
  }

  .section_title .ttl_main .txt_main.txt_en {
    font-size: calc(30* (100vw / 390));
    letter-spacing: .02em;
  }

.section_title .txt_date{
  font-size: calc(13* (100vw / 390));
  padding: calc(8* (100vw / 390)) calc(20* (100vw / 390));
    margin: calc(16* (100vw / 390)) auto 0;
  line-height: 1;
}


  .section_title .txt_catch {
    font-size: calc(14* (100vw / 390));
    line-height: 1.6;
  }

  /* -------- Recommend -------- */

  .recommend_section {}

  .recommend_section .inner {
    padding: calc(60* (100vw / 390)) calc(10* (100vw / 390)) 0;
  }

  /* ---- Recommend Box ---- */

  .recommend_section .recommend_box {
    position: relative;
    margin-bottom: calc(60* (100vw / 390));
  }

  .recommend_section .recommend_box .recommend_profile {
    position: inherit;
    top: auto;
    left: auto;
    width: 100%;
    margin-top: 0;
    margin-bottom: calc(40* (100vw / 390));
    padding: calc(250* (100vw / 390)) calc(20* (100vw / 390)) 0;
  }

  .recommend_section .recommend_box.recommend_box__right .recommend_profile {
    margin-bottom: calc(45* (100vw / 390));
    padding-top: calc(345* (100vw / 390));
  }

  .recommend_section .recommend_box .recommend_profile__thumb {
    right: 0;
    width: calc(300* (100vw / 390)) !important;
    height: calc(290* (100vw / 390)) !important;
    margin: auto;
    padding: 0;
  }
  /*
  .recommend_section #RecommendTerayama .recommend_profile__thumb,
  .recommend_section #RecommendHiwasa .recommend_profile__thumb {
    padding: 0 calc(45* (100vw / 390));
  }
  .recommend_section #RecommendNakajo .recommend_profile__thumb {
    padding: 0 calc(25* (100vw / 390));
  }
  */
  .recommend_section .recommend_box .recommend_profile__posi {
    margin-bottom: calc(10* (100vw / 390));
    font-size: calc(12* (100vw / 390));
  }

  .recommend_section .recommend_box .recommend_profile__name {
    margin-bottom: calc(10* (100vw / 390));
    font-size: calc(20* (100vw / 390));
  }

  .recommend_section .recommend_box .recommend_profile__cont {
    font-size: calc(12* (100vw / 390));
  }

  .recommend_section .recommend_box .recommend_list {
    width: auto !important;
    margin: auto !important;
    border-radius: calc(10* (100vw / 390));
    padding: calc(30* (100vw / 390)) calc(10* (100vw / 390)) 0;
    background-color: #eff4f7;
  }

  .recommend_section .recommend_box .recommend_list li {
    margin-bottom: calc(22* (100vw / 390));
    padding: 0;
  }

  .recommend_section .recommend_box .recommend_list .item_head {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: calc(13* (100vw / 390));
  }

  .recommend_list .item_img {
    position: inherit;
    top: auto;
    left: auto;
    width: calc(70* (100vw / 390));
    height: auto;
  }

  .recommend_list .item_head .item_ttl {
    width: calc(234* (100vw / 390));
    padding-right: calc(16* (100vw / 390));
    box-sizing: content-box;
    line-height: 1.6;
    letter-spacing: 0;
  }

  .recommend_list .item_head .item_ttl a {
    font-size: calc(14* (100vw / 390));
  }

  .recommend_list .item_head .item_ttl .item_brand {
    margin-bottom: 0;
    line-height: 1.4;
    font-size: calc(13* (100vw / 390));
  }

  .recommend_list .item_head .item_link {
    overflow: hidden;
    width: calc(30* (100vw / 390));
    height: calc(30* (100vw / 390));
    position: static;
  }

  .recommend_list .item_head .item_link .btn_link {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    box-shadow: none;
    background: url(../../Contents/ImagesPkg/lp/2022Moisturizing/icn_arw_circle.svg) no-repeat;
    background-size: 100%;
    text-indent: calc(-300* (100vw / 390));
  }

  .recommend_list .item_head .item_link .btn_link:hover {
    background: #fff;
  }

  .recommend_list .item_cont {
    padding-top: calc(5* (100vw / 390));
    font-size: calc(11* (100vw / 390));
    letter-spacing: 0;
    line-height: 1.8;
  }

  .recommend_list .item_cont br {
    display: none;
  }

  .recommend_section .recommend_box .recommend_title {
    margin:  calc(-45* (100vw / 390)) auto calc(10* (100vw / 390));
    font-size: calc(24* (100vw / 390));
    color: #cad4e2;
    letter-spacing: .5rem;
    text-align: center;
  }

  /* ---- Recommend Terayama ---- */

  .recommend_section #RecommendTerayama .recommend_profile {
    padding-top: calc(310* (100vw / 390));
  }

  /* ---- Recommend Nakajo ---- */

  .recommend_section #RecommendNakajo .recommend_profile {
    padding-top: calc(270* (100vw / 390));
  }
  .recommend_section #RecommendNakajo {
    margin-bottom: calc(80* (100vw / 390));
  }

  /* ---- Recommend Hiwasa ---- */

  .recommend_section #RecommendHiwasa .recommend_profile {
    width: 100%;
    padding-top: calc(300* (100vw / 390));
  }

  /* -------- Special Kit -------- */

  .special_kit_section .inner {
    width: 100%;
    padding: calc(50* (100vw / 390))  calc(20* (100vw / 390)) calc(40* (100vw / 390));
  }

  .special_kit_section .section_title {
    padding-top: calc(40* (100vw / 390));
  }

  /* ---- Special Kit ---- */

  .special_kit_section .special_kit_box {
    display: block;
    margin-bottom: calc(60* (100vw / 390));
  }

  .special_kit_section .special_kit_box:last-child {
    margin-bottom: 0;
  }

  .special_kit_section .special_kit_box .special_kit_img {
    width: 100%;
    margin-bottom: calc(25* (100vw / 390));
  }

  .special_kit_section .special_kit_box .special_kit__cont {
    width: 100%;
    margin-left: 0;
    padding: 0;
  }

  .special_kit_section .special_kit_box .special_kit__title {
    font-size: calc(30* (100vw / 390));
  }

  .special_kit_section .special_kit_box .txt_cont {
    margin-bottom: calc(15* (100vw / 390));
    font-size: calc(14* (100vw / 390));
  }

  .special_kit_section .special_kit_box .kit_title {
    margin-bottom: calc(5* (100vw / 390));
  }

  .special_kit_section .special_kit_box .kit_title span {
    padding-right: calc(20* (100vw / 390));
    font-size: calc(14* (100vw / 390));
  }

  .special_kit_section .kit_list li {
    position: relative;
    padding: calc(6* (100vw / 390)) 0 calc(6* (100vw / 390)) calc(18* (100vw / 390));
  }

  .special_kit_section .kit_list li::before {
    top: calc(15* (100vw / 390));
    width: calc(6* (100vw / 390));
    height: calc(6* (100vw / 390));
  }

  .special_kit_section .kit_list li dt {
    font-size: calc(13* (100vw / 390));
  }

  .special_kit_section .kit_list li dd {
    padding: calc(5* (100vw / 390)) 0;
    font-size: calc(11* (100vw / 390));
    line-height: 1.8;
  }

  .special_kit_section .special_kit__btn {
    padding-top: calc(10* (100vw / 390));
  }

  .special_kit_section .special_kit__btn .btn_kit {
    width: calc(300* (100vw / 390));
    height: calc(48* (100vw / 390));
    margin: auto;
    border-radius: calc(10* (100vw / 390));
    font-size: calc(18* (100vw / 390));
    letter-spacing: .1em;
  }

  /* -------- Campaign -------- */


.campaign_section .section_title {
  padding-top: calc(70* (100vw / 390));
}

  .campaign_section .inner {
    padding: calc(60* (100vw / 390)) calc(20* (100vw / 390)) calc(20* (100vw / 390));
  }

  /* ---- Campaign ---- */

  .campaign_list {
  }

  .campaign_list ul {
    display: block;
  }

  .campaign_list li {
    width: 100%;
    margin-bottom: calc(42* (100vw / 390));
  }

  .campaign_list .item_img {
    width: auto;
    margin: 0 calc(20* (100vw / 390)) calc(20* (100vw / 390));
  }

  .campaign_list li:nth-child(2) .item_img {
    width: auto;
  }

  .campaign_list .item_link .btn_link {
    width: calc(200* (100vw / 390));
    height: calc(40* (100vw / 390));
    font-size: calc(13* (100vw / 390));
  }

  .campaign_list .item_cont {
    margin-bottom: calc(20* (100vw / 390));
    line-height: 1.5;
  }

  .campaign_list .txt_cont {
    margin-bottom: calc(2* (100vw / 390));
    font-size: calc(13* (100vw / 390));
    line-height: 1.5;
    letter-spacing: 0;
  }

  .campaign_list .txt_em {
    font-size: calc(16* (100vw / 390));
  }

  /* -------- Page Top -------- */

  .is-nav-fixed #pagetop {
    bottom: calc(88 * (100vw / 586));
  }

  .page-share-btn.is-nav-fixed #share {
    transition: bottom .4s ease-in-out;
    bottom: calc(94 * (100vw / 586)) !important;
  }

}
