@charset "UTF-8";
.sp {
    display: none;
}
#Header {
  width: 1000px;
  margin: 0 auto;
}

#Wrap,
#Contents,
.wrapBottom,
.wrapTop,
#allWrap,
.lp_contents {
  width: 100% !important;
  min-width: 1200px;
}

#Wrap {
  overflow: hidden;
}

#Foot {
  width: 1000px;
  clear: both;
  margin: 54px auto 0;
}

.sp_only {
  display: none !important;
}

.txt_mincho {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "メイリオ", Meiryo, Verdana, sans-serif;
}

.txt_futura {
  font-family: "futura-pt", serif;
}

.txt_lato {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 100;
}

.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;
}

.lp_contents {
  overflow: hidden;
  width: 1000px;
  margin: 0 auto;
  padding: 40px 0 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
}

.lp_contents ul,
.lp_contents li {
  list-style: none;
}

.lp_contents,
.lp_contents a {
  color: #4d4d4d;
}

.lp_contents a:hover {
  opacity: 0.7;
}

.lp_contents img {
  max-width: 100%;
}

/* -- List -- */

.list ul {
  letter-spacing: -0.4em;
}

.list ul li {
  display: inline-block;
  letter-spacing: 0.08em;
  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: "";
}

/*  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 opa2 {
  0% {
    opacity: 0;
    filter: blur(10px);
  }

  100% {
    opacity: 1;
    filter: blur(0);
  }
}

@keyframes opa2 {
  0% {
    opacity: 0;
    filter: blur(10px);
  }

  100% {
    opacity: 1;
    filter: blur(0);
  }
}

@-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(40px);
    transform: translateY(40px);
    -ms-transform: translateY(40px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -ms-transform: translateY(0);
  }
}

@keyframes tra3 {
  0% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    -ms-transform: translateY(40px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -ms-transform: translateY(0);
  }
}

@-webkit-keyframes tra3_2 {
  0% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    -ms-transform: translateY(40px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -ms-transform: translateY(0);
  }
}

@keyframes tra3_2 {
  0% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    -ms-transform: translateY(40px);
  }

  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(-30%);
    transform: translateX(-30%);
    -ms-transform: translateX(-30%);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
  }
}

@keyframes tra5 {
  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 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 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;
}

.ef2 {
  opacity: 0;
}

.ef2.effect {
  -webkit-animation: opa2 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
  animation: opa2 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
}

.ef-top {
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -ms-transform: translateY(40px);
}

.ef-top.effect {
  -webkit-animation: opa1 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards, tra3 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, tra3 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
}

.ef-top2 {
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -ms-transform: translateY(40px);
}

.ef-top2.effect {
  -webkit-animation: opa2 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards, tra3_2 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
  animation: opa2 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards, tra3_2 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
}

.ef-right {
  opacity: 0;
}

.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 {
  opacity: 0;
}

.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;
}

/* -------- LP Contents -------- */

.inner_frame {
  border: 4px solid #000;
  background: rgba(255, 252, 242, 0.96);
  padding: 80px 75px;
}

.btn_wrap {
  text-align: center;
}

/* -------- Section -------- */

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.inner {
  width: 980px;
  margin: 0 auto;
}

.section_img {
  width: 305px;
}

.section_img.float_left {
  width: 326px;
  padding-top: 30px;
}

.section_img iframe {
  margin-bottom: 0 !important;
}

.ttl_main {
  text-align: center;
}

/* -------- Section Frame -------- */

.section_frame {
  margin-bottom: 80px;
}

.ttl_section {
  margin-bottom: 30px;
  text-align: center;
}

.ttl_section span {
  display: block;
}

.ttl_section .txt_en {
  padding: 0;
  font-size: 60px;
  line-height: 1;
}

.ttl_section .txt_ja {
  padding: 5px 0 0;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: .2em;
}

.txt_catch {
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.8;
}

/* -------- Main Visual -------- */

.mainvisual_section {
  padding: 84px 0;
  background: url(../../Contents/ImagesPkg/lp/2021rmsbeauty/mainvisual_bg_all.png) no-repeat top center;
  background-size: cover;
}

.mainvisual_section,
.mainvisual_section a {
  color: #fff;
}

.mainvisual_section .inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mainvisual_cont {
  width: 640px;
}

.mainvisual_title {
  margin-bottom: 35px;
  font-size: 3.9em;
  text-align: left;
  line-height: 1.2;
}

.mainvisual_title .txt_lg {
  font-size: 1.35em;
}

.mainvisual_txt {
  letter-spacing: .02em;
  line-height: 2;
}

.mainvisual_img {
  padding: 0 0 0 10px;
}

.mainvisual_img img {
  width: 200px;
}


/* -------- Page Navi -------- */

.pagenav {
  height: 77px;
}

.pagenav_list > ul{
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 10px 25px;
}

.pagenav_list__item {
  position: relative;
  padding: 0 40px;
}

.pagenav_list__item:first-child:before {
  display: none;
}

.pagenav_list__item:before {
  position: absolute;
  top: 5px;
  left: 0;
  bottom: 5px;
  border-right: 1px solid #ccc;
  transform: skew(-45deg);
  content: "";
}

.pagenav_list__item a {
  display: block;
  padding: 0 20px;
}

.pagenav_list__item a:hover {
  opacity: 1;
  color: #8d6429;
}

.pagenav_list__item span {
  display: block;
  text-align: center;
}

.pagenav_list__item .txt_en {
  padding: 10px 0 5px;
  font-size: 24px;
  letter-spacing: 0.02em;

}

.pagenav_list__item .txt_ja {
  font-size: 10px;
  letter-spacing: 0.08em;
}


/* ---- PageNav Scroll ---- */

.pagenav.scroll .pagenav_list__inner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  min-width: 980px;
  z-index: 20;
  background-color: #fff;
}

/* -- Animation -- */

.pagenav.scroll .pagenav_list__inner {
  bottom: -200px;
  animation: header_fixed 0.8s ease 0s 1 forwards;
}

@keyframes header_fixed {
  100% {
    bottom: 0;
  }
}
/* -------- About -------- */

.about_section {
  padding-top: 120px;
  padding-bottom: 80px;
  background: #e8e2d9;
}

.ttl_section.ttl_move .txt_en {
  display: block;
  overflow: hidden;
  height: 60px;
}

.ttl_section.ttl_move .txt_en span {
  position: relative;
  bottom: -50px;
  transition: bottom 1.2s ease-in-out 0s;
}

.ttl_section.ttl_move.effect .txt_en span {
  bottom: 0px;
}

.about_link {
  margin: 0 0 60px;
}

.about_link p {
  text-align: center;
}

.about_link a {
  display: inline-block;
  padding: 10px 55px 10px 10px;
  background: url(../../Contents/ImagesPkg/lp/2021rmsbeauty/icn_arw.svg) no-repeat 99% center;
  background-size: 40px;
}

.about_link a:hover {
  background-image: url(../../Contents/ImagesPkg/lp/2021rmsbeauty/icn_arw_on.svg);
  color: #8d6429;
}

.about_link .txt_ja,
.about_link .txt_en {
  display: inline-block;
  vertical-align: middle;
}

.about_link .txt_ja {
  padding: 0 12px 0 0;
  font-size: 12px;
}

.about_link .txt_en {
  font-size: 20px;
  font-weight: 300;
}

/* ---- About Detail ---- */

.about_detail {
  padding: 35px;
  background: #fff;
}

.about_detail__list {
  overflow: hidden;
}

.about_detail ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  margin: -2px 0 0 -2px;
}

.about_detail .about_detail__item {
  position: relative;
  width: 50%;
  padding: 30px 30px 0;
}

.about_detail .about_detail__item::before {
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
  border-top: 1px solid #ccc;
  content: "";
}
.about_detail .about_detail__item::after {
  position: absolute;
  top: 10px;
  left: 0;
  bottom: 10px;
  border-left: 1px solid #ccc;
  content: "";
}

.about_detail .about_detail__item:nth-child(1),
.about_detail .about_detail__item:nth-child(2)  {
  padding-top: 20px;
  padding-bottom: 20px;
}

.about_detail .about_detail__item:nth-child(2) img {
  animation-delay: .1s;
}

.about_detail .about_detail__item:nth-child(3) img {
  animation-delay: .2s;
}

.about_detail .about_detail__item:nth-child(4) img {
  animation-delay: .3s;
}

/* -------- Pick Up -------- */

.pickup_section {
  padding-top: 100px;
  padding-bottom: 80px;
}

/* -------- Product Detail (Common Setting) -------- */

.product_detail {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
}

.product_detail__num {
  margin: 60px 0 10px;
  text-align: center;
}

.product_detail__num > span {
  display: inline-block;
  padding: 0;
  border-bottom: 1px solid #4d4d4d;
  font-weight: 300;
}

.product_detail__num .txt_sm {
  font-size: 14px;
}

.product_detail__num .txt_lg {
  padding: 0 0 0 5px;
  font-size: 24px;
  letter-spacing: -.02em;
}

.product_detail__img {
  width: 400px;
  padding: 20px 95px;
}

.product_detail__cont {
  width: 360px;
}

.product_detail__title {
  margin: 0 0 10px;
  font-size: 36px;
  line-height: 1.1;
}

.product_detail__sub_title {
  margin-bottom: 5px;
  font-size: 18px;
}

.product_detail__price {
  margin-bottom: 20px;
}

.product_detail__price .txt_price {
  font-size: 18px;
}

.product_detail__price .txt_tax {
  padding: 0 0 0 5px;
  font-size: 12px;
}

.product_detail__point {
  margin-bottom: 15px;
  font-size: 13px;
}

.product_detail__point span {
  display: inline-block;
  margin: 0 0 8px;
  background: linear-gradient(transparent 50%, #e8e2d9 0%);
}

.product_detail__txt {
  margin-bottom: 26px;
  font-size: 12px;
  line-height: 1.6;
}

.product_detail__btn a {
  display: block;
  border: 1px solid #000;
  padding: 12px;
  font-size: 16px;
  text-align: center;
  color: #000;
  font-weight: 300;
}

.product_detail + .product_detail__btn  {
  width: 360px;
  margin: 0 auto 60px;
}


/* -------- Movie -------- */

.movie_section {
  position: relative;
  margin-top: -100px;
  padding-bottom: 60px;
}

.movie_section::before {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  height: 310px;
  background: #eaeaea;
  content: "";
}

.movie_title {
  position: relative;
  top: 110px;
  left: 150px;
  z-index: 10;
  text-align: left;
}

.movie_title.effect {
  animation-delay: .4s;
}

.movie_coming_soon {
  position: relative;
  top: 145px;
  left: 150px;
  z-index: 10;
  text-align: left;
  font-size: 24px;
}

.movie_coming_soon.effect {
  animation-delay: .5s;
}

.movie_title .txt_en {
  font-size: 40px;
}

.movie_cont {
  margin: 0 auto;
  text-align: center;
}

.movie_cont img {
  width: 300px;
}

.movie_cont .movie {
  height: 0;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  position: relative;
}

.movie_cont .movie iframe {
  height: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  position: absolute;
  top: 0;
  width: 100%;
}


/* -------- New -------- */

.new_section {
  padding-top: 115px;
}

.new_section .product_detail__cont {
  position: relative;
}

.new_section .product_detail__cont::before {
  position: absolute;
  top: -20px;
  right: 0;
  width: 100px;
  height: 100px;
  padding: 30px;
  background: #a84f4d;
  border-radius: 100%;
  color: #fff;
  content: "日本限定";
  font-size: 16px;
  text-align: center;
}

#lip_cheek .product_detail__cont::before {
  display: none;
}

.product_02 .product_detail {
  padding-bottom: 10px;
}

.product_02 .product_detail__img {
  padding-right: 50px;
  padding-left: 50px;
}


/* -------- Product Note -------- */

.product_01_note {
  padding: 60px 0;
  background: url(../../Contents/ImagesPkg/lp/2021rmsbeauty/note_bg_all.png) no-repeat top center;
  background-size: cover;
}

.product_note__list {
  padding: 10px 0 0;
}

.product_note__list ul {
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin-top: -10px;
  margin-left: -10px;
}

.product_note__list li {
  width: 50%;
  padding-top: 10px;
  padding-left: 10px;
}

.note_inner {
  height: 100%;
  padding: 25px 65px 40px;
  background: #e8e2d9;
}

.product_note__list li:nth-child(2) .note_inner{
  background: #ded5c8;
}

.note_img {
  margin-bottom: 12px;
  text-align: center;
}

.note_img img {
  height: 150px;
}

.note_title {
  margin-bottom: 8px;
}

.note_title .txt_en {
  font-size: 30px;
  letter-spacing: 0;
}

.note_title .txt_ja {
  padding-left: 6px;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0;
}

.note_txt {
  font-size: 12px;
  line-height: 1.8;
}

/* -------- All Item -------- */

.all_item_section {
  padding: 80px 0;
  background: #d8c9b4;
}

.all_item_btn {
}

.all_item_btn a {
  display: block;
  width: 450px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 0;
  border: none;
  background: #fff;
  text-align: center;
}

.all_item_btn a:hover {
  opacity: 1;
}

.all_item_btn img {
  width: 150px;
}

.all_item_btn .txt_en {
  display: inline-block;
  padding: 4px 0 0;
  font-size: 16px;
  font-weight: 300;
}


/* -------- Button 装飾 -------- */

.product_detail__btn a {
  position: relative;
  transition: border-color .3s;
}
.product_detail__btn a::before,
.product_detail__btn a::after {
  position: absolute;
  z-index: 2;
  content: '';
  width: 0;
  height: 0;
  border: 1px solid transparent;
  box-sizing: content-box;
}
.product_detail__btn a::before {
  top: -1px;
  left: -1px;
}
.product_detail__btn a::after {
  bottom: -1px;
  right: -1px;
}
.product_detail__btn a:hover {
  opacity: 1;
  border-color: #fff;
}
.product_detail__btn a:hover::before,
.product_detail__btn a:hover::after {
  width: 100%;
  height: 100%;
}
.product_detail__btn a:hover::before {
  border-bottom-color: #000;
  border-left-color: #000;
  transition: height .3s, width .4s .4s;
}
.product_detail__btn a:hover::after {
  border-top-color: #000;
  border-right-color: #000;
  transition: height .3s, width .4s .4s;
}
