@charset "UTF-8";
@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 {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
}

/* ---- basic override ---- */
p {
  margin: 0;
}

#contents {
  min-width: 320px;
}

.lp_contents {
  -webkit-text-size-adjust: auto;
  text-size-adjust: auto;
}
.lp_contents span {
  color: #000;
}

.footer_script {
  height: 0 !important;
  overflow: hidden;
}

.title01 {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  width: 100%;
  padding-left: 10px;
  background: #fff;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
}

/* ---- ヘルパークラス ---- */
/* clearfix */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
  margin-bottom: 0px;
}

.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
=========================================*/
.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 img {
  display: block;
  width: 100%;
}
.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: calc(35 / 750 * 100vw) 0 calc(33 / 750 * 100vw);
  position: relative;
  box-sizing: border-box;
  font-size: calc(30 / 750 * 100vw);
  text-align: center;
  color: #fff;
  background-color: #a40000;
}
.lp_contents .base_btn::after {
  content: '';
  position: absolute;
  top: 50%;
  right: calc(30 / 750 * 100vw);
  display: inline-block;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: calc(8 / 750 * 100vw) 0 calc(8 / 750 * 100vw) calc(30 / 750 * 100vw);
  border-color: transparent transparent transparent #fff;
}
.lp_contents .base_btn:hover {
  color: #fff;
}
.lp_contents .category_select_anc {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: calc(37 / 750 * 100vw) 0 calc(35 / 750 * 100vw);
  position: relative;
  box-sizing: border-box;
  font-size: calc(28 / 750 * 100vw);
  font-feature-settings: "palt" 1;
  letter-spacing: 0.1em;
  text-align: center;
  background-color: #000;
  transform: skewX(-15deg);
}
.lp_contents .category_select_anc span {
  color: #fff;
  transform: skewX(15deg);
  display: block;
  position: relative;
}
.lp_contents .category_select_anc span::after {
  content: '';
  position: absolute;
  width: calc(20 / 750 * 100vw);
  height: calc(20 / 750 * 100vw);
  top: 50%;
  right: calc(35 / 750 * 100vw);
  border-bottom: calc(2 / 750 * 100vw) solid #fff;
  border-right: calc(2 / 750 * 100vw) solid #fff;
  display: inline-block;
  transform: translateY(-20%) rotate(-135deg);
}
.lp_contents .category_select_anc:hover {
  color: #fff;
}

/* ========================================
campaign
=========================================*/
.lp_contents .campaign {
  padding: calc(100 / 750 * 100vw) calc(30 / 750 * 100vw);
  background: #a01e1e url(/sp/cms/onlineshop/i/beautytopic/20201201/img/campaign/campaign_bg_circle.jpg) no-repeat center top;
  background-size: 100%;
  text-align: center;
}
.lp_contents .campaign .campaign_box .campaign_box_inner {
  margin: 0 auto;
  background-color: #fff;
  padding: calc(97 / 750 * 100vw) calc(40 / 750 * 100vw) calc(70 / 750 * 100vw);
  box-sizing: border-box;
  position: relative;
}
.lp_contents .campaign .campaign_box .campaign_box_inner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: calc(159 / 750 * 100vw);
  height: calc(140 / 750 * 100vw);
  background: url(/sp/cms/onlineshop/i/beautytopic/20201201/img/campaign/campaign_ribbon_top.png) no-repeat 0 0;
  background-size: 100%;
}
.lp_contents .campaign .campaign_box .campaign_box_inner .campaign_icon {
  font-size: calc(24 / 750 * 100vw);
  background-color: #ce2121;
  color: #fff;
  line-height: 1.15;
  width: calc(146 / 750 * 100vw);
  height: calc(146 / 750 * 100vw);
  text-align: center;
  border-radius: 50%;
  box-sizing: border-box;
  padding-top: calc(25 / 750 * 100vw);
  position: absolute;
  top: calc(30 / 750 * 100vw);
  right: calc(20 / 750 * 100vw);
  letter-spacing: -0.04em;
}
.lp_contents .campaign .campaign_box .campaign_box_inner .campaign_icon .large1 {
  font-size: calc(30 / 750 * 100vw);
  color: #fff;
}
.lp_contents .campaign .campaign_box .campaign_box_inner .campaign_icon .large2 {
  font-size: calc(30 / 750 * 100vw);
  color: #fff;
}
.lp_contents .campaign .campaign_box .campaign_box_inner .campaign_catch {
  font-size: calc(26 / 750 * 100vw);
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #ce2121;
  margin: 0 auto;
  position: relative;
}
.lp_contents .campaign .campaign_box .campaign_box_inner .campaign_catch::before {
  content: '';
  position: absolute;
  top: calc(-50 / 750 * 100vw);
  left: 50%;
  width: calc(71 / 750 * 100vw);
  height: calc(34 / 750 * 100vw);
  background: url(/sp/cms/onlineshop/i/beautytopic/20201201/img/campaign/campaign_catch_decoration.png) no-repeat 0 0;
  background-size: 100%;
  transform: translateX(-50%);
}
.lp_contents .campaign .campaign_box .campaign_box_inner .campaign_ttl {
  font-size: calc(78 / 750 * 100vw);
  color: #cf0000;
  margin-top: calc(15 / 750 * 100vw);
}
.lp_contents .campaign .campaign_box .campaign_box_inner .campaign_date {
  margin: calc(40 / 750 * 100vw) calc(-5 / 750 * 100vw) 0;
  padding: calc(15 / 750 * 100vw) calc(5 / 750 * 100vw);
  font-size: calc(24 / 750 * 100vw);
  letter-spacing: 0.06em;
  border-top: calc(2 / 750 * 100vw) solid #000;
  border-bottom: calc(2 / 750 * 100vw) solid #000;
  text-align: left;
  align-items: center;
}
.lp_contents .campaign .campaign_box .campaign_box_inner .campaign_date span {
  font-size: calc(30 / 750 * 100vw);
}
.lp_contents .campaign .campaign_box .campaign_box_inner .campaign_txt {
  font-size: calc(24 / 750 * 100vw);
  margin-top: calc(38 / 750 * 100vw);
  line-height: 1.75;
  letter-spacing: 0.075em;
}
.lp_contents .campaign .campaign_box .campaign_box_inner .campaign_txt2 {
  font-size: calc(28 / 750 * 100vw);
  margin-top: calc(30 / 750 * 100vw);
  letter-spacing: 0.09em;
}
.lp_contents .campaign .campaign_box .campaign_box_inner .campaign_txt2 em {
  font-size: calc(46 / 750 * 100vw);
  margin-top: calc(20 / 750 * 100vw);
  letter-spacing: 0;
  display: block;
  font-style: normal;
}
.lp_contents .campaign .campaign_box .campaign_box_inner .campaign_txt2 em span {
  font-size: calc(40 / 750 * 100vw);
}
.lp_contents .campaign .campaign_box .campaign_box_inner .campaign_img {
  margin-top: calc(40 / 750 * 100vw);
}
.lp_contents .campaign .campaign_box .campaign_box_inner .campaign_step {
  padding: calc(45 / 750 * 100vw) 0 calc(50 / 750 * 100vw);
}
.lp_contents .campaign .campaign_box .campaign_box_inner .campaign_step .step_ttl {
  font-size: calc(30 / 750 * 100vw);
}
.lp_contents .campaign .campaign_box .campaign_box_inner .campaign_step .step_txt_hash {
  font-size: calc(24 / 750 * 100vw);
  line-height: 2.1;
  margin-top: calc(30 / 750 * 100vw);
}
.lp_contents .campaign .campaign_box .campaign_box_inner .campaign_step .step_txt_hash span {
  background-color: #000;
  line-height: 1;
  color: #fff;
  display: inline-block;
  padding: calc(7 / 750 * 100vw) calc(15 / 750 * 100vw);
  margin-right: calc(5 / 750 * 100vw);
}
.lp_contents .campaign .campaign_box .campaign_box_inner .campaign_step .step_txt {
  font-size: calc(22 / 750 * 100vw);
  line-height: 1.65;
  margin-top: calc(30 / 750 * 100vw);
  letter-spacing: 0;
}
.lp_contents .campaign .campaign_box .campaign_box_inner .campaign_step .step_list .step_list_ttl {
  font-size: calc(26 / 750 * 100vw);
  background-color: #fff;
  padding: calc(10 / 750 * 100vw) 0;
  margin: calc(35 / 750 * 100vw) calc(40 / 750 * 100vw) 0;
}
.lp_contents .campaign .campaign_box .campaign_box_inner .campaign_step .step_list .step_list_txt {
  font-size: calc(22 / 750 * 100vw);
  line-height: 1.64;
  margin-top: calc(15 / 750 * 100vw);
  letter-spacing: 0.03em;
}
.lp_contents .campaign .campaign_box .campaign_box_inner .campaign_step .step_post {
  margin-top: calc(35 / 750 * 100vw);
}
.lp_contents .campaign .campaign_box .campaign_box_inner .campaign_step .step_post .step_post_btn {
  width: calc(450 / 750 * 100vw);
  font-size: calc(22 / 750 * 100vw);
  margin: 0 auto;
  position: relative;
  padding: calc(30 / 750 * 100vw) 0 calc(26 / 750 * 100vw);
}
.lp_contents .campaign .campaign_box .campaign_box_inner .campaign_step .step_post .step_post_btn:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.lp_contents .campaign .campaign_box .campaign_box_inner .campaign_step .step_post .step_post_txt {
  font-size: calc(20 / 750 * 100vw);
  margin-top: calc(15 / 750 * 100vw);
  letter-spacing: 0;
}
.lp_contents .campaign .campaign_box .campaign_box_inner .campaign_step.twitter {
  background-color: #edf7fe;
  margin-top: calc(57 / 750 * 100vw);
}
.lp_contents .campaign .campaign_box .campaign_box_inner .campaign_step.twitter .step_ttl {
  color: #0090eb;
}
.lp_contents .campaign .campaign_box .campaign_box_inner .campaign_step.twitter .step_list .step_list_ttl {
  color: #0090eb;
}
.lp_contents .campaign .campaign_box .campaign_box_inner .campaign_step.twitter .step_post {
  margin-top: calc(35 / 750 * 100vw);
}
.lp_contents .campaign .campaign_box .campaign_box_inner .campaign_step.twitter .step_post .step_post_btn {
  background-color: #0090eb;
}
.lp_contents .campaign .campaign_box .campaign_box_inner .campaign_step.twitter .step_post .step_post_btn:before {
  left: calc(75 / 750 * 100vw);
  width: calc(39 / 750 * 100vw);
  height: calc(32 / 750 * 100vw);
  background: url(/sp/cms/onlineshop/i/beautytopic/20201201/img/icon_twitter_white.png) no-repeat 0 0;
  background-size: 100%;
}
.lp_contents .campaign .campaign_box .campaign_box_inner .campaign_step.twitter .step_post .step_post_btn:after {
  right: calc(75 / 750 * 100vw);
}
.lp_contents .campaign .campaign_box .campaign_box_inner .campaign_step.insta {
  background-color: #fdeff5;
  margin-top: calc(57 / 750 * 100vw);
}
.lp_contents .campaign .campaign_box .campaign_box_inner .campaign_step.insta .step_ttl {
  color: #e01973;
}
.lp_contents .campaign .campaign_box .campaign_box_inner .campaign_step.insta .step_list .step_list_ttl {
  color: #e01973;
}
.lp_contents .campaign .campaign_box .campaign_box_inner .campaign_step.insta .step_post {
  margin-top: calc(35 / 750 * 100vw);
}
.lp_contents .campaign .campaign_box .campaign_box_inner .campaign_step.insta .step_post .step_post_btn {
  background-color: #e01973;
}
.lp_contents .campaign .campaign_box .campaign_box_inner .campaign_step.insta .step_post .step_post_btn:before {
  left: calc(57 / 750 * 100vw);
  width: calc(43 / 750 * 100vw);
  height: calc(43 / 750 * 100vw);
  background: url(/sp/cms/onlineshop/i/beautytopic/20201201/img/icon_insta_white.png) no-repeat 0 0;
  background-size: 100%;
}
.lp_contents .campaign .campaign_box .campaign_box_inner .campaign_step.insta .step_post .step_post_btn:after {
  right: calc(75 / 750 * 100vw);
}
.lp_contents .campaign .campaign_box .campaign_box_inner .campaign_voice {
  margin-top: calc(80 / 750 * 100vw);
}
.lp_contents .campaign .campaign_box .campaign_box_inner .campaign_voice .voice_ttl {
  font-size: calc(38 / 750 * 100vw);
  letter-spacing: 0;
}
.lp_contents .campaign .campaign_box .campaign_box_inner .campaign_voice .voice_subttl {
  font-size: calc(33 / 750 * 100vw);
  color: #ce2121;
  background: url(/sp/cms/onlineshop/i/beautytopic/20201201/img/decoration_voice_ttl1.png) no-repeat 0 0;
  background-size: 100%;
  margin-top: calc(40 / 750 * 100vw);
}
.lp_contents .campaign .campaign_box .campaign_box_inner .campaign_voice .voice_list {
  margin-top: calc(50 / 750 * 100vw);
}
.lp_contents .campaign .campaign_box .campaign_notes {
  background-color: #f0f0f0;
  padding: calc(60 / 750 * 100vw) 0 calc(70 / 750 * 100vw);
  position: relative;
}
.lp_contents .campaign .campaign_box .campaign_notes::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(108 / 750 * 100vw);
  height: calc(82 / 750 * 100vw);
  background: url(/sp/cms/onlineshop/i/beautytopic/20201201/img/campaign/campaign_ribbon_bottom.png) no-repeat 0 0;
  background-size: 100%;
}
.lp_contents .campaign .campaign_box .campaign_notes .notes_link {
  width: calc(610 / 750 * 100vw);
  padding: calc(23 / 750 * 100vw) 0;
  font-size: calc(26 / 750 * 100vw);
  background-color: #fff;
  border: calc(2 / 750 * 100vw) solid #000;
  color: #000;
  margin: 0 auto;
}
.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: calc(30 / 750 * 100vw);
}
.lp_contents .campaign .campaign_box .campaign_notes .notes_list li {
  padding: 0 calc(30 / 750 * 100vw);
}
.lp_contents .campaign .campaign_box .campaign_notes .notes_list li + li {
  margin-top: calc(10 / 750 * 100vw);
}
.lp_contents .campaign .campaign_box .campaign_notes .notes_list li p {
  font-size: calc(20 / 750 * 100vw);
  line-height: 1.5;
  text-align: left;
  padding-left: 1.3em;
  text-indent: -1.3em;
  letter-spacing: 0;
}

/* ========================================
cmn_product
=========================================*/
.lp_contents .cmn_product {
  text-align: left;
}
.lp_contents .cmn_product + .cmn_product {
  margin-top: calc(100 / 750 * 100vw);
  padding-top: calc(100 / 750 * 100vw);
  border-top: calc(2 / 750 * 100vw) solid #000;
}
.lp_contents .cmn_product .product {
  padding: 0 calc(40 / 750 * 100vw);
}
.lp_contents .cmn_product .product .product_rank {
  margin-bottom: calc(20 / 750 * 100vw);
}
.lp_contents .cmn_product .product .product_img {
  position: relative;
}
.lp_contents .cmn_product .product .product_img .product_award {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(152 / 750 * 100vw);
}
.lp_contents .cmn_product .product .product_img.pt_10 {
  padding-top: calc(10 / 750 * 100vw);
}
.lp_contents .cmn_product .product .product_img.pt_20 {
  padding-top: calc(20 / 750 * 100vw);
}
.lp_contents .cmn_product .product .product_img.pt_30 {
  padding-top: calc(30 / 750 * 100vw);
}
.lp_contents .cmn_product .product .product_img.pt_40 {
  padding-top: calc(40 / 750 * 100vw);
}
.lp_contents .cmn_product .product .product_img.pt_50 {
  padding-top: calc(50 / 750 * 100vw);
}
.lp_contents .cmn_product .product .product_img.pt_60 {
  padding-top: calc(60 / 750 * 100vw);
}
.lp_contents .cmn_product .product .product_img.pt_70 {
  padding-top: calc(70 / 750 * 100vw);
}
.lp_contents .cmn_product .product .product_img.pt_80 {
  padding-top: calc(80 / 750 * 100vw);
}
.lp_contents .cmn_product .product .product_img.pt_90 {
  padding-top: calc(90 / 750 * 100vw);
}
.lp_contents .cmn_product .product .product_img.pt_100 {
  padding-top: calc(100 / 750 * 100vw);
}
.lp_contents .cmn_product .product .product_img.pt_110 {
  padding-top: calc(110 / 750 * 100vw);
}
.lp_contents .cmn_product .product .product_img.pt_120 {
  padding-top: calc(120 / 750 * 100vw);
}
.lp_contents .cmn_product .product .product_img.pt_130 {
  padding-top: calc(130 / 750 * 100vw);
}
.lp_contents .cmn_product .product .product_img.pt_140 {
  padding-top: calc(140 / 750 * 100vw);
}
.lp_contents .cmn_product .product .product_img.pt_150 {
  padding-top: calc(150 / 750 * 100vw);
}
.lp_contents .cmn_product .product .product_img.pt_160 {
  padding-top: calc(160 / 750 * 100vw);
}
.lp_contents .cmn_product .product .product_img.pt_170 {
  padding-top: calc(170 / 750 * 100vw);
}
.lp_contents .cmn_product .product .product_img.pt_180 {
  padding-top: calc(180 / 750 * 100vw);
}
.lp_contents .cmn_product .product .product_img.pt_190 {
  padding-top: calc(190 / 750 * 100vw);
}
.lp_contents .cmn_product .product .product_img.pt_200 {
  padding-top: calc(200 / 750 * 100vw);
}
.lp_contents .cmn_product .product .product_contents {
  color: #333;
}
.lp_contents .cmn_product .product .product_contents .product_catch {
  font-size: calc(38 / 750 * 100vw);
  line-height: 1.6;
}
.lp_contents .cmn_product .product .product_contents .product_catch sup {
  font-size: 0.5em;
  vertical-align: super;
  top: -0.1em;
}
.lp_contents .cmn_product .product .product_contents .product_txt {
  font-size: calc(28 / 750 * 100vw);
  line-height: 1.72;
  margin-top: calc(40 / 750 * 100vw);
}
.lp_contents .cmn_product .product .product_contents .product_notes {
  margin-top: calc(10 / 750 * 100vw);
}
.lp_contents .cmn_product .product .product_contents .product_notes li {
  font-size: calc(22 / 750 * 100vw);
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}
.lp_contents .cmn_product .product .product_contents .product_brand {
  font-size: calc(28 / 750 * 100vw);
  line-height: 1.45;
  margin-top: calc(65 / 750 * 100vw);
  letter-spacing: 0.04em;
}
.lp_contents .cmn_product .product .product_contents .product_name {
  font-size: calc(34 / 750 * 100vw);
  margin-top: calc(20 / 750 * 100vw);
  letter-spacing: 0.04em;
  line-height: 1.46;
}
.lp_contents .cmn_product .product .product_contents .product_detail {
  font-size: calc(22 / 750 * 100vw);
  margin-top: calc(15 / 750 * 100vw);
  line-height: 1.3;
  letter-spacing: 0.04em;
}
.lp_contents .cmn_product .product .product_contents .product_detail + .product_detail {
  margin-top: calc(20 / 750 * 100vw);
}
.lp_contents .cmn_product .product .product_contents .product_price {
  font-size: calc(42 / 750 * 100vw);
  margin-top: 20px;
  letter-spacing: 0.05em;
}
.lp_contents .cmn_product .product .product_contents .product_price .product_detail {
  margin-right: calc(20 / 750 * 100vw);
}
.lp_contents .cmn_product .product .product_contents .product_price .capacity {
  font-size: calc(42 / 750 * 100vw);
  margin-right: calc(20 / 750 * 100vw);
}
.lp_contents .cmn_product .product .product_contents .product_price .yen {
  font-size: calc(24 / 750 * 100vw);
}
.lp_contents .cmn_product .product .product_contents .product_price .tax {
  font-size: calc(24 / 750 * 100vw);
}
.lp_contents .cmn_product .product .product_contents .product_price .postage {
  font-size: calc(24 / 750 * 100vw);
  border: calc(2 / 750 * 100vw) solid #0a0404;
  display: inline-block;
  padding: calc(14 / 750 * 100vw) calc(15 / 750 * 100vw);
  margin-left: calc(15 / 750 * 100vw);
}
.lp_contents .cmn_product .product .product_contents .product_cart {
  margin-top: calc(80 / 750 * 100vw);
}
.lp_contents .cmn_product .product .product_contents .product_sns {
  background-color: #f2f2f2;
  margin-top: calc(47 / 750 * 100vw);
  padding: calc(30 / 750 * 100vw);
  align-items: center;
  position: relative;
  justify-content: space-between;
}
.lp_contents .cmn_product .product .product_contents .product_sns:before {
  position: absolute;
  content: '';
  top: calc(-22 / 750 * 100vw);
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 calc(14 / 750 * 100vw) calc(22 / 750 * 100vw) calc(14 / 750 * 100vw);
  border-color: transparent transparent #f2f2f2 transparent;
  transform: translateX(-50%);
}
.lp_contents .cmn_product .product .product_contents .product_sns .sns_catch {
  color: #b38d0d;
  font-size: calc(24 / 750 * 100vw);
  line-height: 1.42;
  letter-spacing: 0.05em;
}
.lp_contents .cmn_product .product .product_contents .product_sns .sns_txt {
  font-size: calc(20 / 750 * 100vw);
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-top: calc(10 / 750 * 100vw);
}
.lp_contents .cmn_product .product .product_contents .product_sns .sns_twitter,
.lp_contents .cmn_product .product .product_contents .product_sns .sns_insta {
  width: calc(90 / 750 * 100vw);
  height: calc(90 / 750 * 100vw);
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.lp_contents .cmn_product .product .product_contents .product_sns .sns_twitter {
  background: url(/sp/cms/onlineshop/i/beautytopic/20201201/img/icon_twitter_color_circle.png) no-repeat center top;
  background-size: 100%;
}
.lp_contents .cmn_product .product .product_contents .product_sns .sns_insta {
  background: url(/sp/cms/onlineshop/i/beautytopic/20201201/img/icon_insta_color_circle.png) no-repeat center top;
  background-size: 100%;
  margin-left: calc(20 / 750 * 100vw);
}
.lp_contents .cmn_product .voice {
  margin: calc(100 / 750 * 100vw) auto 0;
}
.lp_contents .cmn_product .voice .voice_ttl {
  font-feature-settings: "palt" 1;
  letter-spacing: 0.15em;
  text-align: center;
  font-size: calc(36 / 750 * 100vw);
  background: url(/sp/cms/onlineshop/i/beautytopic/20201201/img/decoration_voice_ttl2.png) no-repeat center center;
  background-size: 100%;
  margin: 0 calc(40 / 750 * 100vw);
}
.lp_contents .cmn_product .voice .voice_list li {
  padding: 0 calc(40 / 750 * 100vw);
}
.lp_contents .cmn_product .voice .voice_list li .voice_txt {
  font-size: calc(26 / 750 * 100vw);
  line-height: 1.62;
  color: #333;
  padding: calc(50 / 750 * 100vw) 0 calc(50 / 750 * 100vw) calc(110 / 750 * 100vw);
  position: relative;
}
.lp_contents .cmn_product .voice .voice_list li .voice_txt:before {
  position: absolute;
  content: '';
  background: url(/sp/cms/onlineshop/i/beautytopic/20201201/img/icon_voice_person.png) no-repeat 0 0;
  background-size: 100%;
  top: calc(45 / 750 * 100vw);
  left: 0;
  height: calc(81 / 750 * 100vw);
  width: calc(81 / 750 * 100vw);
}
.lp_contents .cmn_product .voice .voice_more {
  display: block;
  width: calc(450 / 750 * 100vw);
  background-color: #f0e8cf;
  margin: 0 auto;
  font-size: calc(28 / 750 * 100vw);
  padding: calc(30 / 750 * 100vw) 0;
  line-height: 1;
}
.lp_contents .cmn_product .voice .voice_more span {
  display: inline-block;
  position: relative;
  width: 100%;
}
.lp_contents .cmn_product .voice .voice_more span:before, .lp_contents .cmn_product .voice .voice_more span:after {
  content: '';
  position: absolute;
  top: 50%;
  right: calc(25 / 750 * 100vw);
  transform: translateY(-50%);
  width: calc(26 / 750 * 100vw);
  height: calc(2 / 750 * 100vw);
  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: calc(100 / 750 * 100vw) calc(40 / 750 * 100vw) 0;
  margin-top: calc(100 / 750 * 100vw);
  border-top: calc(2 / 750 * 100vw) solid #000;
}
.lp_contents .cmn_product_other .product_ttl {
  color: #b38d0d;
  font-size: calc(45 / 750 * 100vw);
  text-align: center;
  background: url(/sp/cms/onlineshop/i/beautytopic/20201201/img/decoration_other_ttl.png) no-repeat 0 0;
  background-size: 100%;
  width: calc(481 / 750 * 100vw);
  height: calc(90 / 750 * 100vw);
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.lp_contents .cmn_product_other .product {
  margin-top: calc(40 / 750 * 100vw);
}
.lp_contents .cmn_product_other .product .product_contents {
  text-align: left;
}
.lp_contents .cmn_product_other .product .product_contents + .product_contents {
  margin-top: calc(100 / 750 * 100vw);
}
.lp_contents .cmn_product_other .product .product_contents .product_brand {
  font-size: calc(28 / 750 * 100vw);
  margin-top: calc(50 / 750 * 100vw);
  letter-spacing: 0.04em;
}
.lp_contents .cmn_product_other .product .product_contents .product_name {
  font-size: calc(32 / 750 * 100vw);
  margin-top: calc(20 / 750 * 100vw);
  letter-spacing: 0;
  line-height: 1.55;
}
.lp_contents .cmn_product_other .product .product_contents .product_detail {
  font-size: calc(22 / 750 * 100vw);
  margin-top: calc(15 / 750 * 100vw);
  letter-spacing: 0.04em;
}
.lp_contents .cmn_product_other .product .product_contents .product_detail + .product_detail {
  margin-top: calc(20 / 750 * 100vw);
}
.lp_contents .cmn_product_other .product .product_contents .product_price {
  font-size: calc(42 / 750 * 100vw);
  margin-top: calc(40 / 750 * 100vw);
  letter-spacing: 0.04em;
}
.lp_contents .cmn_product_other .product .product_contents .product_price .product_detail {
  margin-right: calc(20 / 750 * 100vw);
}
.lp_contents .cmn_product_other .product .product_contents .product_price .capacity {
  font-size: calc(24 / 750 * 100vw);
  margin-right: calc(30 / 750 * 100vw);
}
.lp_contents .cmn_product_other .product .product_contents .product_price .yen {
  font-size: calc(24 / 750 * 100vw);
}
.lp_contents .cmn_product_other .product .product_contents .product_price .tax {
  font-size: calc(24 / 750 * 100vw);
}
.lp_contents .cmn_product_other .product .product_contents .product_cart {
  margin-top: calc(60 / 750 * 100vw);
}

/* ========================================
bnr_link
=========================================*/
.lp_contents .bnr_link {
  background-color: #fff;
  padding: 0 calc(30 / 750 * 100vw) calc(100 / 750 * 100vw);
}
.lp_contents .bnr_link .link {
  padding-top: calc(100 / 750 * 100vw);
}
.lp_contents .bnr_link .link .link_box {
  margin: auto;
  align-items: center;
  box-sizing: border-box;
  padding-top: calc(120 / 750 * 100vw);
  height: calc(850 / 750 * 100vw);
}
.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: calc(70 / 750 * 100vw);
  letter-spacing: 0.16em;
  text-align: center;
}
.lp_contents .bnr_link .link .link_box .link_wrap .link_txt {
  font-size: calc(30 / 750 * 100vw);
  margin-top: calc(20 / 750 * 100vw);
  line-height: 1.6;
  text-align: center;
}
.lp_contents .bnr_link .link .link_box .link_wrap .link_img {
  margin-top: calc(45 / 750 * 100vw);
}
.lp_contents .bnr_link .link .link_box .link_wrap .link_btn {
  width: calc(590 / 750 * 100vw);
  margin: calc(60 / 750 * 100vw) auto 0;
  background-color: #000;
}
.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.buzz_sns {
  background: url(/sp/cms/onlineshop/i/beautytopic/20201201/img/link/link_bg_buzz_sns.jpg) no-repeat 0 0;
  background-size: 100%;
}
.lp_contents .bnr_link .link .link_box.beauty_magazine {
  background: url(/sp/cms/onlineshop/i/beautytopic/20201201/img/link/link_bg_beauty_magazine.jpg) no-repeat 0 0;
  background-size: 100%;
  height: calc(960 / 750 * 100vw);
}

/* ========================================
notes
=========================================*/
.lp_contents .notes {
  background-color: #fff;
  border-bottom: calc(2 / 750 * 100vw) solid #e6e6e6;
  padding: calc(35 / 750 * 100vw) calc(50 / 750 * 100vw);
}
.lp_contents .notes .notes_ttl {
  font-size: calc(20 / 750 * 100vw);
}
.lp_contents .notes .notes_list {
  margin-top: calc(10 / 750 * 100vw);
}
.lp_contents .notes .notes_list + .notes_list {
  margin-top: calc(35 / 750 * 100vw);
}
.lp_contents .notes .notes_list li {
  padding-left: calc(10 / 750 * 100vw);
}
.lp_contents .notes .notes_list li p {
  font-size: calc(20 / 750 * 100vw);
  line-height: 1.5;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.lp_contents .sec_attention_down {
  padding: 0;
}
.lp_contents .sec_attention_down .container {
  font-family: 'Noto Sans JP', sans-serif;
}
.lp_contents .sec_attention_down .container .attention_down_ttl, .lp_contents .sec_attention_down .container .qa_ttl {
  margin-bottom: calc(10 / 750 * 100vw);
  margin-top: calc(30 / 750 * 100vw);
  font-size: calc(20 / 750 * 100vw);
  font-weight: 400;
  color: #000;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.lp_contents .sec_attention_down .container .attention_txt {
  padding-left: 0.6em;
  font-size: calc(20 / 750 * 100vw);
  font-weight: 400;
  color: #000;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.lp_contents .sec_attention_down .container .attention_indent {
  text-indent: 0.6em;
}
.lp_contents .sec_attention_down .container .attention_ttl {
  font-size: calc(20 / 750 * 100vw);
  font-weight: 400;
  color: #000;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.lp_contents .sec_attention_down .container .txt_mb20 {
  margin-bottom: calc(20 / 750 * 100vw);
}
.lp_contents .sec_attention_down .container .attention_q {
  font-size: calc(20 / 750 * 100vw);
  margin-bottom: calc(7 / 750 * 100vw);
  font-weight: 400;
  color: #000;
  letter-spacing: 0.08em;
  line-height: 1.5;
  padding-left: 1.3em;
}
.lp_contents .sec_attention_down .container .attention_a {
  font-size: calc(20 / 750 * 100vw);
  line-height: calc(28 / 750 * 100vw);
  margin-bottom: calc(7 / 750 * 100vw);
  text-indent: 0.6em;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-indent: 1em;
  padding-left: 0.3em;
}
.lp_contents .sec_attention_down .container .a_mb0 {
  margin-bottom: 0;
}
.lp_contents .sec_attention_down .container table {
  margin-bottom: calc(50 / 750 * 100vw);
}
.lp_contents .sec_attention_down .container table th:nth-child(odd) {
  width: calc(500 / 750 * 100vw);
}
.lp_contents .sec_attention_down .container table th:nth-child(even) {
  width: calc(170 / 750 * 100vw);
}
.lp_contents .sec_attention_down .container table th, .lp_contents .sec_attention_down .container table td {
  font-size: calc(20 / 750 * 100vw);
  padding: calc(5 / 750 * 100vw);
  line-height: calc(28 / 750 * 100vw);
  font-weight: 400;
  color: #000;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.lp_contents .sec_attention_down .container table td:nth-child(even) {
  text-align: right;
}

/* ========================================
menu
=========================================*/
.lp_contents:not(.top) {
  position: relative;
  padding-top: calc(120 / 750 * 100vw);
}
.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 {
  position: relative;
}
.lp_contents .menu .menu_ttl {
  background-color: #000;
  height: calc(120 / 750 * 100vw);
  align-items: center;
  justify-content: center;
  font-size: calc(36 / 750 * 100vw);
  color: #fff;
  position: relative;
}
.lp_contents .menu .menu_ttl .menu_toggle {
  position: absolute;
  top: 50%;
  right: calc(35 / 750 * 100vw);
  transform: translateY(-50%);
  width: calc(50 / 750 * 100vw);
  height: calc(22 / 750 * 100vw);
  display: block;
}
.lp_contents .menu .menu_ttl .menu_toggle i {
  display: block;
  width: 100%;
  height: calc(2 / 750 * 100vw);
  background-color: #fff;
  position: absolute;
  transition: all .3s ease-out;
}
.lp_contents .menu .menu_ttl .menu_toggle i:nth-child(1) {
  top: 0;
}
.lp_contents .menu .menu_ttl .menu_toggle i:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
.lp_contents .menu .menu_ttl .menu_toggle i:nth-child(3) {
  bottom: 0;
}
.lp_contents .menu.m-opened .menu_ttl .menu_toggle {
  width: calc(40 / 750 * 100vw);
  height: calc(40 / 750 * 100vw);
}
.lp_contents .menu.m-opened .menu_ttl .menu_toggle i:nth-child(1) {
  transform: translateY(calc(18 / 750 * 100vw)) rotate(-45deg);
}
.lp_contents .menu.m-opened .menu_ttl .menu_toggle i:nth-child(2) {
  opacity: 0;
}
.lp_contents .menu.m-opened .menu_ttl .menu_toggle i:nth-child(3) {
  transform: translateY(calc(-20 / 750 * 100vw)) rotate(45deg);
}
.lp_contents .menu .menu_list {
  position: absolute;
  top: calc(120 / 750 * 100vw);
  left: 0;
  z-index: 40;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
}
.lp_contents .menu .menu_list li {
  width: 100%;
}
.lp_contents .menu .menu_list li:first-child {
  margin-top: calc(180 / 750 * 100vw);
}
.lp_contents .menu .menu_list li:last-child {
  margin-bottom: calc(70 / 750 * 100vw);
}
.lp_contents .menu .menu_list li a {
  display: block;
  padding: calc(50 / 750 * 100vw) 0;
  text-align: center;
  color: #fff;
  font-size: calc(32 / 750 * 100vw);
}
.lp_contents.skincare .menu .menu_list li:nth-child(2) a {
  opacity: .5;
  pointer-events: none;
}
.lp_contents.makeup .menu .menu_list li:nth-child(3) a {
  opacity: .5;
  pointer-events: none;
}
.lp_contents.others .menu .menu_list li:nth-child(4) a {
  opacity: .5;
  pointer-events: none;
}
.lp_contents.buss_sns .menu .menu_list li:nth-child(5) a {
  opacity: .5;
  pointer-events: none;
}
.lp_contents.beauty_magazine .menu .menu_list li:nth-child(6) a {
  opacity: .5;
  pointer-events: none;
}

/* ========================================
service
=========================================*/
.lp_contents .service {
  background-color: #f2f2f2;
  padding: calc(75 / 750 * 100vw) calc(60 / 750 * 100vw);
}
.lp_contents .service .service_ttl {
  font-size: calc(32 / 750 * 100vw);
  letter-spacing: 0.1em;
  text-align: center;
  color: #333;
}
.lp_contents .service .service_list {
  margin-top: calc(50 / 750 * 100vw);
}
.lp_contents .service .service_list li {
  background-color: #fff;
  border-radius: calc(8 / 750 * 100vw);
  padding: calc(30 / 750 * 100vw) 0 calc(30 / 750 * 100vw) calc(256 / 750 * 100vw);
  text-align: left;
  position: relative;
}
.lp_contents .service .service_list li + li {
  margin-top: calc(20 / 750 * 100vw);
}
.lp_contents .service .service_list li .service_catch {
  color: #c39d42;
  font-size: calc(30 / 750 * 100vw);
}
.lp_contents .service .service_list li .service_txt {
  font-size: calc(24 / 750 * 100vw);
  line-height: 1.63;
  margin-top: calc(15 / 750 * 100vw);
}
.lp_contents .service .service_list li .service_img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.lp_contents .service .service_list li:nth-child(1) .service_img {
  left: calc(48 / 750 * 100vw);
  width: calc(151 / 750 * 100vw);
}
.lp_contents .service .service_list li:nth-child(2) .service_img {
  left: calc(80 / 750 * 100vw);
  width: calc(83 / 750 * 100vw);
}
.lp_contents .service .service_list li:nth-child(3) .service_img {
  left: calc(70 / 750 * 100vw);
  width: calc(109 / 750 * 100vw);
}
.lp_contents .service .service_note {
  margin-top: calc(20 / 750 * 100vw);
  font-size: calc(21 / 750 * 100vw);
  color: #333;
}
