@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500&family=Noto+Serif+JP&family=Prata&display=swap");
/* base override */
body {
  margin-left: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

p {
  padding: 0;
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

li {
  margin: 0;
  padding: 0;
}

dl {
  margin: 0;
  padding: 0;
}

dt {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0;
  padding: 0;
}

#body {
  min-height: 0 !important;
  padding: 15px 0 10px !important;
}

#body .group {
  padding-bottom: 0;
}

.footer_script {
  height: 0 !important;
  overflow: hidden;
}

/*---------- ヘルパークラス ----------*/
/* hover */
.hover {
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  -ms-filter: "alpha( opacity=100 )";
  filter: alpha(opacity=100);
}
.hover:hover {
  opacity: 0.8;
  -ms-filter: "alpha( opacity=80 )";
  filter: alpha(opacity=80);
}

/* clearfix */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.floatL {
  float: left;
}

.floatR {
  float: right;
}

/*---------- .lp_contents ----------*/
.lp_contents {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #fff;
}
.lp_contents .inner {
  position: relative;
  margin: 0 auto;
  width: 960px;
  text-align: left;
  line-height: 1.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*---------- footer_parts ----------*/
.footer_parts {
  border-top: solid 1px #b3b3b3;
}
.footer_parts .relation_btns {
  margin: 60px 0;
}
.footer_parts .relation_btns ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer_parts .relation_btns ul li + li {
  margin-left: 40px;
}

.lp_contents {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  color: #333;
  font-feature-settings: 'palt';
}
.lp_contents .sec_navi {
  background: #f7db70;
  position: relative;
}
.lp_contents .sec_navi::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  background-color: #8dc6e6;
  top: 0;
  right: calc(50% + 250px);
  left: 0;
  bottom: 0;
}
.lp_contents .sec_navi .navi_logo {
  padding: 15px 160px 15px 0;
}
.lp_contents .sec_navi .navi_items {
  display: flex;
}
.lp_contents .sec_navi .navi_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.lp_contents .sec_navi .navi_list ul {
  margin-right: 40px;
}
.lp_contents .sec_navi .navi_list ul li {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.025em;
}
.lp_contents .sec_navi .navi_list ul li:first-of-type {
  margin-bottom: 20px;
}
.lp_contents .sec_navi .navi_list ul li::before {
  border-top: solid 1px #282728;
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}
.lp_contents .sec_navi .navi_list ul li a {
  text-decoration: none;
}
.lp_contents .sec_menu.m-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.lp_contents .sec_menu.m-hide {
  opacity: 0;
  transform: translateY(-100%);
}
.lp_contents .sec_main h2 {
  font-family: 'Prata', serif;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0.2em;
  margin-bottom: 25px;
  text-align: center;
}
.lp_contents .sec_main .main_txt {
  font-family: 'Noto Serif JP', serif;
  font-size: 16px;
  letter-spacing: 0.2em;
  text-align: center;
}
.lp_contents .sec_main .main_contents {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
.lp_contents .sec_prod {
  padding-bottom: 100px;
}
.lp_contents .cmn_prod {
  position: relative;
}
.lp_contents .cmn_prod.cmn_prod1::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  background-color: #f7db70;
  top: 0;
  right: calc(50%);
  left: 0;
  bottom: 0;
}
.lp_contents .cmn_prod.cmn_prod2::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  background-color: #8dc6e6;
  top: 0;
  left: calc(50%);
  right: 0;
  bottom: 0;
}
.lp_contents .cmn_prod--item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.lp_contents .cmn_prod--ttl1 {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  z-index: 1;
}
.lp_contents .cmn_prod--ttl1::after {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  background-color: #fde99d;
  height: 10px;
  left: 0;
  bottom: -5px;
  width: 100%;
}
.lp_contents .cmn_prod--ttl2 {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  z-index: 1;
}
.lp_contents .cmn_prod--ttl2::after {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  background-color: #afd5eb;
  height: 10px;
  left: 0;
  bottom: -5px;
  width: 100%;
}
.lp_contents .cmn_prod--catch {
  font-family: 'Noto Serif JP', serif;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.05em;
  margin-bottom: 35px;
}
.lp_contents .cmn_prod--brand {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.025em;
  margin-bottom: 10px;
}
.lp_contents .cmn_prod--name {
  margin-bottom: 20px;
}
.lp_contents .cmn_prod--name span {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.025em;
}
.lp_contents .cmn_prod--detail {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.lp_contents .cmn_prod--detail li {
  margin-right: 1em;
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 0.025em;
}
.lp_contents .cmn_prod--price {
  margin-bottom: 40px;
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.lp_contents .cmn_prod--price em {
  font-style: normal;
  font-size: 22px;
}
.lp_contents .cmn_prod--btn a {
  display: flex;
  width: 420px;
  height: 70px;
  position: relative;
  align-items: center;
  justify-content: center;
  background-color: #000;
  text-decoration: none;
}
.lp_contents .cmn_prod--btn a span {
  color: #fff;
  font-size: 16px;
  line-height: 1;
}
.lp_contents .cmn_prod--btn a::after {
  content: '';
  display: block;
  position: absolute;
  width: 40px;
  height: 8px;
  background: url(/cms/onlineshop/h/beautytopic/20200701/sns/img/btn_arrow.png) no-repeat center center;
  background-size: contain;
  right: 20px;
  bottom: 50%;
}
.lp_contents .sec_note {
  padding: 0 0 60px;
}
.lp_contents .sec_note ul li {
  font-size: 16px;
  line-height: 30px;
}
.lp_contents .sec_note ul li:nth-of-type(3) {
  margin-bottom: 10px;
}
.lp_contents .btn_pagetop {
  position: fixed;
  z-index: 10;
  right: 20px;
  bottom: 20px;
}
.lp_contents .btn_pagetop a {
  display: block;
  width: 100px;
  height: 100px;
  background: url(/cms/onlineshop/h/beautytopic/20200701/sns/img/btn_top.png) no-repeat center center;
  text-indent: -20em;
  overflow: hidden;
}
