@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;
}
.lp_contents .text_m {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}

/* ========================================
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(30 / 750 * 100vw) 0 calc(35 / 750 * 100vw);
  position: relative;
  box-sizing: border-box;
  font-size: calc(32 / 750 * 100vw);
  text-align: center;
  color: #fff;
  background-color: #000000;
}
.lp_contents .base_btn::after {
  content: '';
  background: url(/sp/cms/onlineshop/i/beautytopic/20210701/img/btn_arrow.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  top: calc(37 / 750 * 100vw);
  right: calc(39 / 750 * 100vw);
  width: calc(56 / 750 * 100vw);
  height: calc(14 / 750 * 100vw);
}
.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;
}

/* ========================================
cmn_product
=========================================*/
.lp_contents .cmn_product {
  margin-top: calc(70 / 750 * 100vw);
}
.lp_contents .cmn_product + .cmn_product {
  margin-top: calc(80 / 750 * 100vw);
  padding-top: calc(40 / 750 * 100vw);
  border-top: calc(2 / 750 * 100vw) solid #ccc;
}
.lp_contents .cmn_product .product_img {
  position: relative;
  z-index: 10;
}
.lp_contents .cmn_product .product_award {
  position: absolute;
  top: calc(40 / 750 * 100vw);
  left: 0;
  width: calc(190 / 750 * 100vw);
}
.lp_contents .cmn_product .product_catch {
  margin-top: calc(30 / 750 * 100vw);
}
.lp_contents .cmn_product .product_catch li span {
  padding: 0 calc(10 / 750 * 100vw);
  font-size: calc(36 / 750 * 100vw);
  font-weight: 400;
  line-height: calc(66 / 750 * 100vw);
  background-color: #a2dff1;
}
.lp_contents .cmn_product .product_catch li span span {
  padding: 0;
}
.lp_contents .cmn_product .product_brand {
  margin-top: calc(50 / 750 * 100vw);
  font-size: calc(28 / 750 * 100vw);
  line-height: 1;
}
.lp_contents .cmn_product .product_name {
  margin-top: calc(10 / 750 * 100vw);
  font-size: calc(34 / 750 * 100vw);
  line-height: calc(50 / 750 * 100vw);
}
.lp_contents .cmn_product .product_detail {
  margin-top: calc(10 / 750 * 100vw);
  font-size: calc(22 / 750 * 100vw);
  line-height: calc(40 / 750 * 100vw);
}
.lp_contents .cmn_product .product_detail + .product_price {
  margin-top: calc(40 / 750 * 100vw);
}
.lp_contents .cmn_product .product_price {
  margin-top: calc(12 / 750 * 100vw);
  font-size: calc(24 / 750 * 100vw);
  line-height: 1;
}
.lp_contents .cmn_product .product_price .style {
  display: inline-block;
  width: calc(120 / 750 * 100vw);
  margin-right: calc(20 / 750 * 100vw);
  font-size: calc(22 / 750 * 100vw);
  font-weight: 300;
  text-align: right;
}
.lp_contents .cmn_product .product_price em {
  font-size: calc(42 / 750 * 100vw);
  font-style: normal;
  line-height: 1;
}
.lp_contents .cmn_product .product_cart {
  margin-top: calc(80 / 750 * 100vw);
}
.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/20210701/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);
}
.lp_contents .product_sns {
  background-color: #ffffff;
  margin-top: calc(50 / 750 * 100vw);
  padding: calc(16 / 750 * 100vw) calc(30 / 750 * 100vw) calc(16 / 750 * 100vw) calc(28 / 750 * 100vw);
  align-items: center;
  position: relative;
  justify-content: space-between;
}
.lp_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(24 / 750 * 100vw) calc(24 / 750 * 100vw) calc(26 / 750 * 100vw);
  border-color: transparent transparent #ffffff transparent;
  transform: translateX(-50%);
}
.lp_contents .product_sns .product_sns_txt {
  font-size: calc(28 / 750 * 100vw);
  line-height: calc(36 / 750 * 100vw);
  color: #f70068;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  padding-top: calc(14 / 750 * 100vw);
}
.lp_contents .product_sns .product_sns_txt-txt2 {
  font-size: calc(18 / 750 * 100vw);
  color: #000;
  letter-spacing: 0.03em;
}
.lp_contents .product_sns .copy_btn {
  width: calc(96 / 750 * 100vw);
  margin-right: calc(-8 / 750 * 100vw);
}
.lp_contents .product_sns .copy_btn-txt {
  color: #aaaaaa;
  font-size: calc(18 / 750 * 100vw);
  text-align: center;
  width: 100%;
}
.lp_contents .voice {
  margin: calc(80 / 750 * 100vw) auto 0;
}
.lp_contents .voice .voice_list .voice_ttl {
  font-size: calc(36 / 750 * 100vw);
  line-height: 1;
  color: #f74b7f;
  position: relative;
  margin-left: calc(34 / 750 * 100vw);
}
.lp_contents .voice .voice_list .voice_ttl::before {
  content: '';
  position: absolute;
  background: url(/sp/cms/onlineshop/i/beautytopic/20210701/img/voice_bottom_line.png) no-repeat center;
  background-size: 100%;
  width: calc(304 / 750 * 100vw);
  height: calc(40 / 750 * 100vw);
  top: calc(34 / 750 * 100vw);
  left: calc(-34 / 750 * 100vw);
}
.lp_contents .voice .voice_list .voice_txt {
  font-size: calc(24 / 750 * 100vw);
  line-height: calc(38 / 750 * 100vw);
  letter-spacing: 0.05em;
  position: relative;
  padding: calc(66 / 750 * 100vw) calc(0 / 750 * 100vw) calc(0 / 750 * 100vw) calc(108 / 750 * 100vw);
}
.lp_contents .voice .voice_list .voice_txt::before {
  content: '';
  position: absolute;
  background: url(/sp/cms/onlineshop/i/beautytopic/20210701/img/voice_icon.png) no-repeat center;
  background-size: 100%;
  width: calc(90 / 750 * 100vw);
  height: calc(90 / 750 * 100vw);
  top: calc(66 / 750 * 100vw);
  left: calc(0 / 750 * 100vw);
}
.lp_contents .voice .voice_list .voice_txt_more {
  padding-top: calc(45 / 750 * 100vw);
}
.lp_contents .voice .voice_more {
  display: block;
  width: calc(440 / 750 * 100vw);
  background-color: #ffffff;
  border: #000 solid calc(2 / 750 * 100vw);
  margin: 0 auto;
  margin-top: calc(50 / 750 * 100vw);
  font-size: calc(24 / 750 * 100vw);
  padding: calc(26 / 750 * 100vw) 0;
  line-height: 1;
}
.lp_contents .voice .voice_more span {
  display: inline-block;
  position: relative;
  width: 100%;
}
.lp_contents .voice .voice_more span:before, .lp_contents .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 .voice .voice_more span:after {
  transform: translateY(-50%) rotate(90deg);
}
.lp_contents .voice.m-opened .voice_more span:after {
  transform: translateY(-50%) rotate(0);
}

/* ========================================
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(100 / 750 * 100vw);
}
.lp_contents:not(.top) .menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.lp_contents:not(.top) .menu.fixed {
  position: fixed;
}
.lp_contents .menu {
  position: relative;
}
.lp_contents .menu .menu_ttl {
  height: calc(100 / 750 * 100vw);
  padding-left: calc(28 / 750 * 100vw);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: calc(36 / 750 * 100vw);
  background: #fff;
  position: relative;
}
.lp_contents .menu .menu_ttl .menu_img {
  display: inline-block;
  width: calc(476 / 750 * 100vw);
}
.lp_contents .menu .menu_ttl .menu_toggle {
  position: relative;
  width: calc(90 / 750 * 100vw);
  height: calc(100 / 750 * 100vw);
  background-color: #ff327e;
}
.lp_contents .menu .menu_ttl .menu_toggle_inner {
  position: absolute;
  top: 50%;
  right: calc(28 / 750 * 100vw);
  transform: translateY(-50%);
  width: calc(34 / 750 * 100vw);
  height: calc(30 / 750 * 100vw);
  display: block;
}
.lp_contents .menu .menu_ttl .menu_toggle_inner 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_inner i:nth-child(1) {
  top: 0;
}
.lp_contents .menu .menu_ttl .menu_toggle_inner i:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
.lp_contents .menu .menu_ttl .menu_toggle_inner i:nth-child(3) {
  bottom: 0;
}
.lp_contents .menu.m-opened .menu_ttl .menu_toggle_inner {
  position: absolute;
  top: 53%;
}
.lp_contents .menu.m-opened .menu_ttl .menu_toggle i:nth-child(1) {
  transform: translateY(calc(8 / 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(100 / 750 * 100vw);
  left: 0;
  z-index: 40;
  background-color: #fff;
  width: 100%;
}
.lp_contents .menu .menu_list li {
  width: 100%;
}
.lp_contents .menu .menu_list li:first-child {
  margin-top: calc(45 / 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;
  position: relative;
  padding: calc(35 / 750 * 100vw) 0 calc(35 / 750 * 100vw) calc(130 / 750 * 100vw);
  color: #000;
  font-size: calc(28 / 750 * 100vw);
}
.lp_contents .menu .menu_list li a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(80 / 750 * 100vw);
  width: 0;
  height: 0;
  transform: translateY(-50%);
  border-style: solid;
  border-width: calc(2 / 750 * 100vw) calc(2 / 750 * 100vw) calc(2 / 750 * 100vw) calc(30 / 750 * 100vw);
  border-color: #f74b7f;
}
.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;
}
