@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;
}

/* ========================================
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: block;
  width: 100%;
  padding: 20px 0;
  position: relative;
  box-sizing: border-box;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background-color: #a40000;
}
.lp_contents .base_btn::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 30px;
  display: inline-block;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 17px;
  border-color: transparent transparent transparent #fff;
}
.lp_contents .base_btn:hover {
  color: #fff;
}
.lp_contents .category_select_anc {
  display: block;
  width: 540px;
  margin: 0 auto;
  padding: 20px 0;
  position: relative;
  box-sizing: border-box;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  background-color: #000;
  transform: skewX(-15deg);
}
.lp_contents .category_select_anc span {
  transform: skewX(15deg);
  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 #fff;
  border-right: 1px solid #fff;
  display: inline-block;
  transform: translateY(-50%) rotate(-135deg);
}
.lp_contents .category_select_anc:hover {
  color: #fff;
}

/* ========================================
campaign
=========================================*/
.lp_contents .campaign {
  padding: 120px 0;
  background: #a01e1e url(/cms/onlineshop/i/beautytopic/20201201/img/campaign/campaign_bg_circle.png) no-repeat center top;
}
.lp_contents .campaign .campaign_box {
  width: 1080px;
  margin: 0 auto;
}
.lp_contents .campaign .campaign_box .campaign_contents {
  background-color: #fff;
  padding: 78px 100px 60px;
  box-sizing: border-box;
  position: relative;
}
.lp_contents .campaign .campaign_box .campaign_contents::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 163px;
  height: 144px;
  background: url(/cms/onlineshop/i/beautytopic/20201201/img/campaign/campaign_ribbon_top.png) no-repeat 0 0;
}
.lp_contents .campaign .campaign_box .campaign_contents .campaign_icon {
  font-size: 18px;
  background-color: #ce2121;
  color: #fff;
  line-height: 1.15;
  width: 130px;
  height: 130px;
  text-align: center;
  border-radius: 50%;
  box-sizing: border-box;
  padding-top: 24px;
  position: absolute;
  top: 70px;
  right: 73px;
}
.lp_contents .campaign .campaign_box .campaign_contents .campaign_icon .large1 {
  font-size: 25px;
}
.lp_contents .campaign .campaign_box .campaign_contents .campaign_icon .large2 {
  font-size: 24px;
}
.lp_contents .campaign .campaign_box .campaign_contents .campaign_catch {
  font-size: 20px;
  letter-spacing: 0.05em;
  color: #ce2121;
  align-items: center;
  justify-content: center;
  width: 609px;
  height: 38px;
  margin: 0 auto;
  background: url(/cms/onlineshop/i/beautytopic/20201201/img/campaign/campaign_catch_bg.png) no-repeat 0 0;
  position: relative;
}
.lp_contents .campaign .campaign_box .campaign_contents .campaign_catch::before {
  content: '';
  position: absolute;
  top: -48px;
  left: 50%;
  width: 80px;
  height: 37px;
  background: url(/cms/onlineshop/i/beautytopic/20201201/img/campaign/campaign_catch_decoration.png) no-repeat 0 0;
  transform: translateX(-50%);
}
.lp_contents .campaign .campaign_box .campaign_contents .campaign_ttl {
  font-size: 52px;
  letter-spacing: 0.1em;
  color: #cf0000;
  margin-top: 15px;
}
.lp_contents .campaign .campaign_box .campaign_contents .campaign_date {
  width: 580px;
  margin: 15px auto 0;
  padding: 10px 0;
  font-size: 16px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  justify-content: center;
  align-items: center;
}
.lp_contents .campaign .campaign_box .campaign_contents .campaign_date span {
  font-size: 22px;
}
.lp_contents .campaign .campaign_box .campaign_contents .campaign_txt {
  font-size: 18px;
  margin-top: 20px;
  line-height: 1.8;
}
.lp_contents .campaign .campaign_box .campaign_contents .campaign_txt2 {
  font-size: 22px;
  margin-top: 20px;
}
.lp_contents .campaign .campaign_box .campaign_contents .campaign_txt2 em {
  font-size: 34px;
  letter-spacing: 0.06em;
  margin-top: 10px;
  display: inline-block;
}
.lp_contents .campaign .campaign_box .campaign_contents .campaign_txt2 em span {
  font-size: 28px;
}
.lp_contents .campaign .campaign_box .campaign_contents .campaign_product_left,
.lp_contents .campaign .campaign_box .campaign_contents .campaign_product_right {
  position: absolute;
}
.lp_contents .campaign .campaign_box .campaign_contents .campaign_product_left {
  top: 195px;
  left: 112px;
}
.lp_contents .campaign .campaign_box .campaign_contents .campaign_product_right {
  top: 185px;
  right: 100px;
}
.lp_contents .campaign .campaign_box .campaign_contents .campaign_step_wrap {
  justify-content: space-between;
  margin-top: 54px;
}
.lp_contents .campaign .campaign_box .campaign_contents .campaign_step_wrap .campaign_step {
  width: 430px;
  padding: 24px 0 30px;
  text-align: center;
}
.lp_contents .campaign .campaign_box .campaign_contents .campaign_step_wrap .campaign_step .step_ttl {
  font-size: 20px;
}
.lp_contents .campaign .campaign_box .campaign_contents .campaign_step_wrap .campaign_step .step_txt {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.7;
  margin-top: 27px;
}
.lp_contents .campaign .campaign_box .campaign_contents .campaign_step_wrap .campaign_step .step_txt_hash {
  font-size: 16px;
  margin-top: 20px;
  line-height: 1.5;
}
.lp_contents .campaign .campaign_box .campaign_contents .campaign_step_wrap .campaign_step .step_txt_hash span {
  font-size: 20px;
  line-height: 1;
  margin-top: 10px;
  display: inline-block;
  padding: 5px;
  background-color: #000;
  color: #fff;
}
.lp_contents .campaign .campaign_box .campaign_contents .campaign_step_wrap .campaign_step .step_list .step_list_ttl {
  background-color: #fff;
  font-size: 16px;
  margin-top: 27px;
  display: inline-block;
  padding: 2px;
}
.lp_contents .campaign .campaign_box .campaign_contents .campaign_step_wrap .campaign_step .step_list .step_list_txt {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0;
}
.lp_contents .campaign .campaign_box .campaign_contents .campaign_step_wrap .campaign_step .step_post {
  margin-top: 20px;
}
.lp_contents .campaign .campaign_box .campaign_contents .campaign_step_wrap .campaign_step .step_post .step_post_btn {
  padding: 18px 0;
  width: 300px;
  margin: auto;
  font-size: 14px;
  line-height: 1;
}
.lp_contents .campaign .campaign_box .campaign_contents .campaign_step_wrap .campaign_step .step_post .step_post_btn:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
}
.lp_contents .campaign .campaign_box .campaign_contents .campaign_step_wrap .campaign_step .step_post .step_post_txt {
  margin-top: 10px;
  font-size: 12px;
}
.lp_contents .campaign .campaign_box .campaign_contents .campaign_step_wrap .campaign_step.twitter {
  background-color: #edf7fe;
}
.lp_contents .campaign .campaign_box .campaign_contents .campaign_step_wrap .campaign_step.twitter .step_ttl {
  color: #0090eb;
}
.lp_contents .campaign .campaign_box .campaign_contents .campaign_step_wrap .campaign_step.twitter .step_txt_hash span {
  margin-bottom: 5px;
}
.lp_contents .campaign .campaign_box .campaign_contents .campaign_step_wrap .campaign_step.twitter .step_list .step_list_ttl {
  color: #0090eb;
}
.lp_contents .campaign .campaign_box .campaign_contents .campaign_step_wrap .campaign_step.twitter .step_post .step_post_btn {
  background-color: #0090eb;
}
.lp_contents .campaign .campaign_box .campaign_contents .campaign_step_wrap .campaign_step.twitter .step_post .step_post_btn:before {
  width: 26px;
  height: 22px;
  left: 36px;
  background: url(/cms/onlineshop/i/beautytopic/20201201/img//icon_twitter_white.png) no-repeat 0 0;
}
.lp_contents .campaign .campaign_box .campaign_contents .campaign_step_wrap .campaign_step.insta {
  background-color: #fdeff5;
}
.lp_contents .campaign .campaign_box .campaign_contents .campaign_step_wrap .campaign_step.insta .step_ttl {
  color: #e01973;
}
.lp_contents .campaign .campaign_box .campaign_contents .campaign_step_wrap .campaign_step.insta .step_txt_hash span {
  margin-right: 5px;
}
.lp_contents .campaign .campaign_box .campaign_contents .campaign_step_wrap .campaign_step.insta .step_post .step_post_btn {
  background-color: #e01973;
}
.lp_contents .campaign .campaign_box .campaign_contents .campaign_step_wrap .campaign_step.insta .step_post .step_post_btn:before {
  width: 29px;
  height: 29px;
  left: 34px;
  background: url(/cms/onlineshop/i/beautytopic/20201201/img//icon_insta_white.png) no-repeat 0 0;
}
.lp_contents .campaign .campaign_box .campaign_contents .campaign_voice .voice_ttl {
  font-size: 30px;
  margin-top: 55px;
}
.lp_contents .campaign .campaign_box .campaign_contents .campaign_voice .voice_subttl {
  font-size: 22px;
  color: #ce2121;
  background: url(/cms/onlineshop/i/beautytopic/20201201/img/decoration_voice_ttl.png) no-repeat 0 0;
  margin-top: 25px;
}
.lp_contents .campaign .campaign_box .campaign_contents .campaign_voice .voice_list {
  margin-top: 40px;
}
.lp_contents .campaign .campaign_box .campaign_notes {
  background-color: #f0f0f0;
  padding: 38px 100px 60px;
  box-sizing: border-box;
  position: relative;
}
.lp_contents .campaign .campaign_box .campaign_notes::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 143px;
  height: 110px;
  background: url(/cms/onlineshop/i/beautytopic/20201201/img/campaign/campaign_ribbon_bottom.png) no-repeat 0 0;
}
.lp_contents .campaign .campaign_box .campaign_notes .notes_link {
  width: 580px;
  background-color: #fff;
  border: 1px solid #000;
  margin: 0 auto;
  color: #000;
  padding: 12px 0;
  font-size: 16px;
}
.lp_contents .campaign .campaign_box .campaign_notes .notes_link:after {
  border-color: transparent transparent transparent #000;
}
.lp_contents .campaign .campaign_box .campaign_notes .notes_list {
  margin-top: 25px;
}
.lp_contents .campaign .campaign_box .campaign_notes .notes_list li p {
  text-align: left;
  font-size: 12px;
  line-height: 1.85;
  padding-left: 1.3em;
  text-indent: -1.3em;
}

/* ========================================
cmn_product
=========================================*/
.lp_contents .cmn_product {
  text-align: left;
}
.lp_contents .cmn_product + .cmn_product {
  margin-top: 80px;
  padding-top: 80px;
  border-top: 1px solid #000;
}
.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_img.pt_10 {
  padding-top: 10px;
}
.lp_contents .cmn_product .product .product_img.pt_20 {
  padding-top: 20px;
}
.lp_contents .cmn_product .product .product_img.pt_30 {
  padding-top: 30px;
}
.lp_contents .cmn_product .product .product_img.pt_40 {
  padding-top: 40px;
}
.lp_contents .cmn_product .product .product_img.pt_50 {
  padding-top: 50px;
}
.lp_contents .cmn_product .product .product_img.pt_60 {
  padding-top: 60px;
}
.lp_contents .cmn_product .product .product_img.pt_70 {
  padding-top: 70px;
}
.lp_contents .cmn_product .product .product_img.pt_80 {
  padding-top: 80px;
}
.lp_contents .cmn_product .product .product_img.pt_90 {
  padding-top: 90px;
}
.lp_contents .cmn_product .product .product_img.pt_100 {
  padding-top: 100px;
}
.lp_contents .cmn_product .product .product_img.pt_110 {
  padding-top: 110px;
}
.lp_contents .cmn_product .product .product_img.pt_120 {
  padding-top: 120px;
}
.lp_contents .cmn_product .product .product_img.pt_130 {
  padding-top: 130px;
}
.lp_contents .cmn_product .product .product_img.pt_140 {
  padding-top: 140px;
}
.lp_contents .cmn_product .product .product_img.pt_150 {
  padding-top: 150px;
}
.lp_contents .cmn_product .product .product_img.pt_160 {
  padding-top: 160px;
}
.lp_contents .cmn_product .product .product_img.pt_170 {
  padding-top: 170px;
}
.lp_contents .cmn_product .product .product_img.pt_180 {
  padding-top: 180px;
}
.lp_contents .cmn_product .product .product_img.pt_190 {
  padding-top: 190px;
}
.lp_contents .cmn_product .product .product_img.pt_200 {
  padding-top: 200px;
}
.lp_contents .cmn_product .product .product_contents {
  width: 400px;
  color: #333;
}
.lp_contents .cmn_product .product .product_contents .product_rank {
  margin-bottom: 27px;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
}
.lp_contents .cmn_product .product .product_contents .product_catch {
  font-size: 24px;
  line-height: 1.7;
}
.lp_contents .cmn_product .product .product_contents .product_catch sup {
  font-size: 0.5em;
  vertical-align: super;
}
.lp_contents .cmn_product .product .product_contents .product_txt {
  font-size: 16px;
  line-height: 1.75;
  margin-top: 20px;
}
.lp_contents .cmn_product .product .product_contents .product_notes {
  margin-top: 10px;
}
.lp_contents .cmn_product .product .product_contents .product_notes li {
  font-size: 12px;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}
.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: 28px;
  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 .capacity {
  font-size: 14px;
  margin-right: 15px;
}
.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_price .postage {
  font-size: 16px;
  border: 1px solid #0a0404;
  display: inline-block;
  padding: 7px 12px;
  margin-left: 5px;
}
.lp_contents .cmn_product .product .product_contents .product_cart {
  margin-top: 50px;
}
.lp_contents .cmn_product .product .product_contents .product_sns {
  background-color: #f2f2f2;
  margin-top: 30px;
  padding: 20px;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.lp_contents .cmn_product .product .product_contents .product_sns:before {
  position: absolute;
  content: '';
  top: -10px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 10px 8px;
  border-color: transparent transparent #f2f2f2 transparent;
  transform: translateX(-50%);
}
.lp_contents .cmn_product .product .product_contents .product_sns .sns_catch {
  color: #b38d0d;
  font-size: 16px;
  line-height: 1.5;
}
.lp_contents .cmn_product .product .product_contents .product_sns .sns_txt {
  font-size: 11px;
  letter-spacing: 0.03em;
  margin-top: 10px;
}
.lp_contents .cmn_product .product .product_contents .product_sns .sns_twitter,
.lp_contents .cmn_product .product .product_contents .product_sns .sns_insta {
  width: 56px;
  height: 56px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.lp_contents .cmn_product .product .product_contents .product_sns .sns_twitter {
  background: url(/cms/onlineshop/i/beautytopic/20201201/img/icon_twitter_color_circle.png) no-repeat center top;
}
.lp_contents .cmn_product .product .product_contents .product_sns .sns_insta {
  background: url(/cms/onlineshop/i/beautytopic/20201201/img/icon_insta_color_circle.png) no-repeat center top;
}
.lp_contents .cmn_product .product.img_left {
  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 {
  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 .cmn_product .voice {
  width: 880px;
  margin: 60px auto 0;
}
.lp_contents .cmn_product .voice .voice_ttl {
  font-feature-settings: "palt" 1;
  letter-spacing: 0.2em;
  text-align: center;
  font-size: 24px;
  background: url(/cms/onlineshop/i/beautytopic/20201201/img/decoration_voice_ttl.png) no-repeat center center;
}
.lp_contents .cmn_product .voice .voice_list li {
  padding: 0 50px 0 40px;
}
.lp_contents .cmn_product .voice .voice_list li .voice_txt {
  font-size: 16px;
  line-height: 2;
  color: #333;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.1em;
  padding: 25px 0 25px 120px;
  position: relative;
}
.lp_contents .cmn_product .voice .voice_list li .voice_txt:before {
  position: absolute;
  content: '';
  background: url(/cms/onlineshop/i/beautytopic/20201201/img/icon_voice_person.png) no-repeat 0 0;
  top: 50%;
  left: 0;
  height: 80px;
  width: 80px;
  transform: translateY(-50%);
}
.lp_contents .cmn_product .voice .voice_more {
  display: block;
  width: 360px;
  background-color: #f0e8cf;
  margin: 0 auto;
  font-size: 18px;
  padding: 12px 0;
}
.lp_contents .cmn_product .voice .voice_more span {
  display: inline-block;
  position: relative;
}
.lp_contents .cmn_product .voice .voice_more span:before, .lp_contents .cmn_product .voice .voice_more span:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -22px;
  transform: translateY(-50%);
  width: 11px;
  height: 1px;
  background-color: #000;
  transition: all .3s ease-out;
}
.lp_contents .cmn_product .voice .voice_more span:after {
  transform: translateY(-50%) rotate(90deg);
}
.lp_contents .cmn_product .voice.m-opened .voice_more span:after {
  transform: translateY(-50%) rotate(0);
}
.lp_contents .cmn_product_other {
  padding: 60px 137px 0;
  margin-top: 80px;
  border-top: 1px solid #000;
}
.lp_contents .cmn_product_other .product_ttl {
  color: #b38d0d;
  font-size: 30px;
  background: url(/cms/onlineshop/i/beautytopic/20201201/img/decoration_other_ttl.png) no-repeat 0 0;
  background-size: 100%;
  width: 321px;
  height: 60px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  line-height: 1.8;
}
.lp_contents .cmn_product_other .product {
  margin-top: 30px;
  justify-content: space-between;
}
.lp_contents .cmn_product_other .product .product_contents {
  width: 350px;
  text-align: left;
  -moz-flex-direction: column;
  flex-direction: column;
}
.lp_contents .cmn_product_other .product .product_contents .product_brand {
  font-size: 16px;
  margin-top: 27px;
  letter-spacing: 0;
}
.lp_contents .cmn_product_other .product .product_contents .product_name {
  font-size: 18px;
  margin-top: 13px;
  letter-spacing: 0;
  line-height: 1.8;
}
.lp_contents .cmn_product_other .product .product_contents .product_detail {
  font-size: 12px;
  margin-top: 10px;
  letter-spacing: 0;
}
.lp_contents .cmn_product_other .product .product_contents .product_price {
  font-size: 24px;
  margin-top: 20px;
  letter-spacing: 0.05em;
}
.lp_contents .cmn_product_other .product .product_contents .product_price .product_detail {
  margin-right: 10px;
}
.lp_contents .cmn_product_other .product .product_contents .product_price .capacity {
  font-size: 14px;
  margin-right: 15px;
}
.lp_contents .cmn_product_other .product .product_contents .product_price .yen {
  font-size: 20px;
}
.lp_contents .cmn_product_other .product .product_contents .product_price .tax {
  font-size: 16px;
}
.lp_contents .cmn_product_other .product .product_contents .product_price .postage {
  font-size: 16px;
  border: 1px solid #0a0404;
  display: inline-block;
  padding: 7px 12px;
  margin-left: 5px;
  transform: translateY(-3px);
}
.lp_contents .cmn_product_other .product .product_contents.flex .product_cart {
  margin-top: auto;
}
.lp_contents .cmn_product_other .product .product_contents .product_cart {
  margin-top: 20px;
}

/* ========================================
bnr_link
=========================================*/
.lp_contents .bnr_link {
  padding: 40px 0 120px;
}
.lp_contents .bnr_link .link {
  padding-top: 80px;
}
.lp_contents .bnr_link .link .link_box {
  width: 960px;
  height: 400px;
  margin: auto;
  align-items: center;
  box-sizing: border-box;
}
.lp_contents .bnr_link .link .link_box .link_wrap {
  display: inline-block;
}
.lp_contents .bnr_link .link .link_box .link_wrap .link_ttl {
  font-size: 46px;
  letter-spacing: 0.16em;
}
.lp_contents .bnr_link .link .link_box .link_wrap .link_txt {
  font-size: 20px;
  margin-top: 20px;
  line-height: 1.6;
}
.lp_contents .bnr_link .link .link_box .link_wrap .link_btn {
  width: 320px;
  margin: 40px auto 0;
  background-color: #000;
  padding: 15px 0;
}
.lp_contents .bnr_link .link .link_box .link_wrap .link_btn::after {
  border-color: transparent transparent transparent #fff;
}
.lp_contents .bnr_link .link .link_box.img_left {
  padding-left: 95px;
}
.lp_contents .bnr_link .link .link_box.img_left .link_img {
  order: 1;
}
.lp_contents .bnr_link .link .link_box.img_left .link_wrap {
  order: 2;
}
.lp_contents .bnr_link .link .link_box.img_right {
  padding-left: 150px;
}
.lp_contents .bnr_link .link .link_box.img_right .link_img {
  order: 2;
}
.lp_contents .bnr_link .link .link_box.img_right .link_wrap {
  order: 1;
}
.lp_contents .bnr_link .link .link_box.buzz_sns {
  background: url(/cms/onlineshop/i/beautytopic/20201201/img/link/link_bg_buzz_sns.jpg) no-repeat 0 0;
}
.lp_contents .bnr_link .link .link_box.buzz_sns .link_wrap {
  margin-left: 40px;
}
.lp_contents .bnr_link .link .link_box.beauty_magazine {
  background: url(/cms/onlineshop/i/beautytopic/20201201/img/link/link_bg_beauty_magazine.jpg) no-repeat 0 0;
  padding-left: 110px;
}
.lp_contents .bnr_link .link .link_box.beauty_magazine .link_wrap {
  margin-right: 19px;
}

/* ========================================
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: 98px;
}
.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 {
  background-color: #000;
  border-bottom: 1px solid #888;
}
.lp_contents .menu ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-right: 1px solid #888;
  border-left: 1px solid #888;
}
.lp_contents .menu ul li {
  box-sizing: border-box;
  width: calc(100% / 4);
  border-right: 1px solid #888;
  border-bottom: 1px solid #888;
}
.lp_contents .menu ul li:nth-child(4n) {
  border-right: none;
}
.lp_contents .menu ul li:nth-child(n + 5) {
  border-bottom: none;
}
.lp_contents .menu ul li a {
  display: block;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 18px 0 18px 40px;
  position: relative;
}
.lp_contents .menu ul li a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 20px;
  width: 0;
  height: 0;
  transform: translateY(-50%);
  border-style: solid;
  border-width: 4.5px 0 4.5px 11px;
  border-color: transparent transparent transparent #fff;
}

/* ========================================
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;
}
