@charset "UTF-8";
/* base override */
@import url("https://fonts.googleapis.com/css2?family=Cinzel&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap");
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 Serif JP' , serif;
  font-weight: 400;
}
.lp_contents .en {
  font-family: 'Cinzel', serif;
  font-weight: 400;
}
.lp_contents .text_l {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
}
.lp_contents .text_r {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}
.lp_contents .text_b {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}
.lp_contents .text_m {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}

/* ========================================
override
=========================================*/
body {
  overflow-x: hidden;
}

.lp_contents h2,
.lp_contents h3,
.lp_contents dt,
.lp_contents p {
  color: #000;
  letter-spacing: 0.08em;
  line-height: 1;
}
.lp_contents a {
  text-decoration: none;
  line-height: 1;
  color: #000;
}
.lp_contents a:hover {
  color: #000;
}
.lp_contents button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
.lp_contents .flex {
  display: -ms-flexbox;
  display: flex;
}

/* ========================================
btn
=========================================*/
.lp_contents .base_btn {
  display: flex;
  width: 440px;
  height: 70px;
  position: relative;
  align-items: center;
  justify-content: center;
  background-color: #000;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
}
.lp_contents .base_btn::after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 8px;
  background: url(/cms/onlineshop/i/beautytopic/20210701/img/btn_arrow.png) no-repeat center center;
  background-size: contain;
  right: 20px;
  bottom: 50%;
}
.lp_contents .base_btn:hover {
  color: #fff;
}
.lp_contents .secondThird_btn {
  display: flex;
  width: 440px;
  height: 70px;
  position: relative;
  align-items: center;
  justify-content: center;
  background-color: #000;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
}
.lp_contents .secondThird_btn::after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 8px;
  background: url(/cms/onlineshop/i/beautytopic/20210701/img/btn_arrow.png) no-repeat center center;
  background-size: contain;
  right: 20px;
  bottom: 50%;
}
.lp_contents .secondThird_btn:hover {
  color: #fff;
}
.lp_contents .category_select_anc {
  display: block;
  padding: 20px 0;
  position: relative;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #000000;
  background-color: #f4f4f4;
}
.lp_contents .category_select_anc span {
  display: block;
  position: relative;
}
.lp_contents .category_select_anc span::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  right: 30px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  display: inline-block;
  transform: translateY(-50%) rotate(-135deg);
}
.lp_contents .category_select_anc:hover {
  color: #000000;
}

/* ========================================
cmn_product
=========================================*/
.lp_contents .cmn_product {
  text-align: left;
}
.lp_contents .cmn_product + .cmn_Second-Third {
  border-top: 1px solid #cccccc;
}
.lp_contents .cmn_product + .cmn_Second-Third .cmn_product {
  padding-top: 40px;
}
.lp_contents .cmn_product + .cmn_Second-Third .cmn_product + .cmn_product {
  padding-left: 60px;
  border-left: 1px solid #cccccc;
}
.lp_contents .cmn_product .product {
  justify-content: space-between;
}
.lp_contents .cmn_product .product .product_img {
  position: relative;
}
.lp_contents .cmn_product .product .product_img .product_award {
  position: absolute;
  top: 0;
  left: 0;
}
.lp_contents .cmn_product .product .product_contents {
  position: relative;
  width: 500px;
  color: #000;
}
.lp_contents .cmn_product .product .product_contents .product_catch {
  margin-left: -70px;
}
.lp_contents .cmn_product .product .product_contents .product_catch li {
  margin-top: 20px;
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
}
.lp_contents .cmn_product .product .product_contents .product_catch li span {
  background-color: #a2dff1;
}
.lp_contents .cmn_product .product .product_contents .product_brand {
  font-size: 16px;
  margin-top: 40px;
  letter-spacing: 0;
}
.lp_contents .cmn_product .product .product_contents .product_name {
  font-size: 22px;
  margin-top: 10px;
  letter-spacing: 0;
  line-height: 1.8;
}
.lp_contents .cmn_product .product .product_contents .product_detail {
  font-size: 14px;
  margin-top: 10px;
  letter-spacing: 0;
  line-height: 1.3;
}
.lp_contents .cmn_product .product .product_contents .product_detail + .product_detail {
  margin-top: 20px;
}
.lp_contents .cmn_product .product .product_contents .product_price {
  font-size: 22px;
  margin-top: 20px;
  letter-spacing: 0.05em;
}
.lp_contents .cmn_product .product .product_contents .product_price .product_detail {
  margin-right: 10px;
}
.lp_contents .cmn_product .product .product_contents .product_price .yen {
  font-size: 22px;
}
.lp_contents .cmn_product .product .product_contents .product_price .tax {
  font-size: 18px;
}
.lp_contents .cmn_product .product .product_contents .product_cart {
  margin: 30px 0 20px;
}
.lp_contents .cmn_product .product.img_left {
  position: relative;
  padding-right: 92px;
}
.lp_contents .cmn_product .product.img_left .product_img {
  order: 1;
}
.lp_contents .cmn_product .product.img_left .product_contents {
  order: 2;
}
.lp_contents .cmn_product .product.img_right {
  position: relative;
  padding-left: 92px;
}
.lp_contents .cmn_product .product.img_right .product_img {
  order: 2;
}
.lp_contents .cmn_product .product.img_right .product_contents {
  order: 1;
}
.lp_contents .voice {
  width: 800px;
  margin: 0 auto;
}
.lp_contents .voice .voice_list .voice_ttl {
  font-size: 20px;
  color: #f74b7f;
  letter-spacing: 0;
  padding-left: 25px;
  position: relative;
}
.lp_contents .voice .voice_list .voice_ttl:after {
  position: absolute;
  content: '';
  background: url(/cms/onlineshop/i/beautytopic/20210701/img/use_voice_ttlBottom.svg) no-repeat 0 0;
  background-size: contain;
  top: 160%;
  left: 5px;
  height: 23px;
  width: 175px;
  transform: translateY(-50%);
}
.lp_contents .voice .voice_list li .voice_txt {
  font-size: 15px;
  line-height: 25px;
  color: #333;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.05em;
  padding: 35px 0 20px 100px;
  position: relative;
}
.lp_contents .voice .voice_list li .voice_txt:before {
  position: absolute;
  content: '';
  background: url(/cms/onlineshop/i/beautytopic/20210701/img/use_voice_icon.png) no-repeat 0 0;
  background-size: contain;
  top: 65%;
  left: 0;
  height: 80px;
  width: 80px;
  transform: translateY(-50%);
}
.lp_contents .voice .voice_more {
  display: block;
  width: 306px;
  margin: 40px auto 60px;
  font-size: 14px;
  border: #000 1px solid;
  padding: 12px 0;
}
.lp_contents .voice .voice_more span {
  display: inline-block;
  position: relative;
}
.lp_contents .voice .voice_more span:before, .lp_contents .voice .voice_more span:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -120px;
  transform: translateY(-50%);
  width: 11px;
  height: 1px;
  background-color: #000;
  transition: all .3s ease-out;
}
.lp_contents .voice .voice_more span:after {
  transform: translateY(-50%) rotate(90deg);
}
.lp_contents .voice.m-opened .voice_more span:after {
  transform: translateY(-50%) rotate(0);
}
.lp_contents .cmn_Second-Third {
  padding-left: 40px;
}
.lp_contents .cmn_Second-Third .cmn_product .product .product_catch {
  margin-left: 0;
  margin-bottom: 40px;
}
.lp_contents .cmn_Second-Third .cmn_product .product .product_catch li {
  margin-top: 20px;
  font-size: 28px;
  line-height: 1;
}
.lp_contents .cmn_Second-Third .cmn_product .product .product_catch li span {
  background-color: #a2dff1;
}
.lp_contents .cmn_Second-Third .cmn_product .product .product_img {
  position: relative;
  padding-left: 80px;
}
.lp_contents .cmn_Second-Third .cmn_product .product .product_contents .product_brand {
  font-size: 14px;
  letter-spacing: 0;
}
.lp_contents .cmn_Second-Third .cmn_product .product .product_contents .product_name {
  font-size: 18px;
  margin-top: 10px;
  letter-spacing: 0;
  line-height: 1.8;
}
.lp_contents .cmn_Second-Third .cmn_product .product .product_contents .product_detail {
  font-size: 12px;
  margin-top: 10px;
  letter-spacing: 0;
  line-height: 1.3;
}
.lp_contents .cmn_Second-Third .cmn_product .product .product_contents .product_detail + .product_detail {
  margin-top: 20px;
}
.lp_contents .cmn_Second-Third .cmn_product .product .product_contents .product_price {
  font-size: 22px;
  margin-top: 20px;
  letter-spacing: 0.05em;
}
.lp_contents .cmn_Second-Third .cmn_product .product .product_contents .product_price .product_detail {
  margin-right: 10px;
}
.lp_contents .cmn_Second-Third .cmn_product .product .product_contents .product_price .capacity {
  font-size: 14px;
  margin-right: 15px;
}
.lp_contents .cmn_Second-Third .cmn_product .product .product_contents .product_price .yen {
  font-size: 22px;
}
.lp_contents .cmn_Second-Third .cmn_product .product .product_contents .product_price .tax {
  font-size: 18px;
}
.lp_contents .cmn_Second-Third .cmn_product .product .product_contents .product_price .postage {
  font-size: 16px;
  border: 1px solid #0a0404;
  display: inline-block;
  padding: 7px 12px;
  margin-left: 5px;
}
.lp_contents .cmn_Second-Third .cmn_product .product .product_contents .product_cart {
  margin: 30px 0 20px;
}
.lp_contents .cmn_Second-Third .cmn_product .voice {
  width: 440px;
  margin: 30px 0 0;
}
.lp_contents .cmn_Second-Third .cmn_product .voice .voice_list .voice_ttl {
  font-size: 16px;
}
.lp_contents .cmn_Second-Third .cmn_product .voice .voice_list .voice_ttl:after {
  top: 180%;
  left: 0;
}
.lp_contents .cmn_Second-Third .cmn_product .voice .voice_list li .voice_txt {
  font-size: 14px;
  padding: 30px 0 20px 100px;
}
.lp_contents .cmn_Second-Third .cmn_product .voice .voice_list li .voice_txt:before {
  top: 50%;
  left: 0;
}
.lp_contents .cmn_Second-Third .cmn_product .voice .voice_more {
  width: 206px;
  margin: 0 auto;
  padding: 12px 0;
}
.lp_contents .cmn_Second-Third .cmn_product .voice .voice_more span:before, .lp_contents .cmn_Second-Third .cmn_product .voice .voice_more span:after {
  right: -65px;
}
.lp_contents .product_sns {
  width: 440px;
  height: 110px;
  border: #dddddd 1px solid;
}
.lp_contents .product_sns-txt1 {
  font-weight: 400;
  padding: 20px 0 5px 30px;
  line-height: 30px;
  letter-spacing: 0.05em;
  font-size: 18px;
  color: #f74b7f;
}
.lp_contents .product_sns-txt2 {
  font-weight: 400;
  padding-left: 30px;
  line-height: 1;
  letter-spacing: 0;
  font-size: 12px;
  color: #333;
}
.lp_contents .product_sns .copy_btn {
  padding: 10px 0 0 25px;
}
.lp_contents .product_sns .copy_btn-txt {
  color: #aaaaaa;
  font-size: 14px;
  padding-left: 15px;
}

/* ========================================
notes
=========================================*/
.lp_contents .notes {
  background-color: #fff;
  padding: 30px;
}
.lp_contents .notes .notes_ttl {
  font-size: 16px;
  font-weight: 600;
}
.lp_contents .notes .notes_list {
  margin-top: 20px;
}
.lp_contents .notes .notes_list li {
  padding-left: 10px;
}
.lp_contents .notes .notes_list li p {
  font-size: 12px;
  line-height: 1.67;
  padding-left: 1em;
  text-indent: -1em;
}
.lp_contents .sec_attention_down {
  padding: 20px 0;
  font-family: 'Noto Sans JP', sans-serif;
}
.lp_contents .sec_attention_down .inner {
  font-size: 12px;
  max-width: 960px;
  min-width: 960px;
}
.lp_contents .sec_attention_down .inner .attention_down_ttl, .lp_contents .sec_attention_down .inner .qa_ttl {
  font-size: 16px;
  margin-bottom: 25px;
  font-weight: 600;
}
.lp_contents .sec_attention_down .inner .attention_txt {
  text-indent: 13px;
  line-height: 1.9em;
}
.lp_contents .sec_attention_down .inner .txt_mb20 {
  margin-bottom: 20px;
}
.lp_contents .sec_attention_down .inner .attention_q {
  line-height: 1.9em;
}
.lp_contents .sec_attention_down .inner .attention_a {
  text-indent: 15px;
  line-height: 1.9em;
}
.lp_contents .sec_attention_down .inner .a_mb0 {
  margin-bottom: 0;
}
.lp_contents .sec_attention_down .inner .attention_ttl {
  line-height: 1.9em;
  margin-top: 15px;
}
.lp_contents .sec_attention_down .inner table {
  margin-left: 0;
  margin-bottom: 30px;
  font-size: 12px;
}
.lp_contents .sec_attention_down .inner table th {
  padding: 5px;
}
.lp_contents .sec_attention_down .inner table td {
  padding: 5px;
}

/* ========================================
menu
=========================================*/
.lp_contents:not(.top) {
  position: relative;
  padding-top: 120px;
}
.lp_contents:not(.top) .menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.lp_contents:not(.top) .menu.fixed {
  position: fixed;
}
.lp_contents .menu {
  border-top: 1px solid #e6e6e6;
  background-color: #fff;
  height: 120px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.lp_contents .menu ul {
  height: 60px;
  padding-top: 36px;
  flex-wrap: wrap;
}
.lp_contents .menu ul li {
  padding-left: 20px;
}
.lp_contents .menu ul li a {
  display: block;
  font-size: 14px;
  letter-spacing: 0.025em;
  color: #333333;
  padding-left: 28px;
  position: relative;
}
.lp_contents .menu ul li a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 12px;
  width: 0;
  height: 0;
  transform: translateY(-50%);
  border-style: solid;
  border-width: 1px 1px 1px 10px;
  border-color: #f74b7f;
}
.lp_contents .menu ul li:nth-child(3) {
  padding-left: 51px;
}
.lp_contents .menu ul li:nth-child(5) {
  padding-left: 82px;
  display: none;
}
.lp_contents .menu ul li:nth-child(6) {
  padding-left: 82px;
}

/* ========================================
service
=========================================*/
.lp_contents .service {
  background-color: #f2f2f2;
}
.lp_contents .service .inner {
  padding: 50px 0 40px;
}
.lp_contents .service .inner .service_ttl {
  font-size: 24px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #333;
}
.lp_contents .service .inner .service_list {
  justify-content: center;
  margin-top: 25px;
}
.lp_contents .service .inner .service_list li {
  width: 290px;
  background-color: #fff;
  border-radius: 4px;
  padding: 135px 0 40px;
  text-align: center;
  position: relative;
}
.lp_contents .service .inner .service_list li + li {
  margin-left: 15px;
}
.lp_contents .service .inner .service_list li .service_catch {
  color: #c39d42;
  font-size: 22px;
}
.lp_contents .service .inner .service_list li .service_txt {
  font-size: 16px;
  line-height: 1.63;
  margin-top: 15px;
}
.lp_contents .service .inner .service_list li .service_img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.lp_contents .service .inner .service_list li:nth-child(1) .service_img {
  top: 40px;
}
.lp_contents .service .inner .service_list li:nth-child(2) .service_img {
  top: 30px;
}
.lp_contents .service .inner .service_list li:nth-child(3) .service_img {
  top: 38px;
}
.lp_contents .service .inner .service_note {
  margin: 15px 0 0 30px;
  font-size: 12px;
  color: #333;
}
