@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat: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;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
}
.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;
}

.btn_brown {
  display: inline-block;
  width: calc(600 / 750 * 100vw);
  height: calc(86 / 750 * 100vw);
  background-color: #3e2b2f;
  color: #fff !important;
  text-decoration: none;
  font-size: calc(30 / 750 * 100vw);
  line-height: calc(86 / 750 * 100vw);
  text-align: center;
  position: relative;
}

.btn_brown::after {
  content: '';
  display: block;
  width: calc(18 / 750 * 100vw);
  height: calc(29 / 750 * 100vw);
  position: absolute;
  right: calc(20 / 750 * 100vw);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/sp/cms/onlineshop/lm/primer/20200129/img/btn_arrow.svg) no-repeat center center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.btn_white {
  display: inline-block;
  width: calc(600 / 750 * 100vw);
  height: calc(86 / 750 * 100vw);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #3e2b2f;
  background-color: #fff;
  color: #3e2b2f !important;
  text-decoration: none;
  font-size: calc(30 / 750 * 100vw);
  line-height: calc(82 / 750 * 100vw);
  text-align: center;
  position: relative;
}

.btn_white::after {
  content: '';
  display: block;
  width: calc(18 / 750 * 100vw);
  height: calc(29 / 750 * 100vw);
  position: absolute;
  right: calc(20 / 750 * 100vw);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/sp/cms/onlineshop/lm/primer/20200129/img/btn_arrow_brw.svg) no-repeat center center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.mod_anchor {
  z-index: 0;
}
.mod_anchor .mod_anchor_tgt {
  opacity: 1;
  transform: translateY(0);
  transition: opacity .2s ease 0s, transform .4s ease 0s;
  position: absolute;
  top: 76vh;
  right: 0;
  z-index: 999999 !important;
}
.mod_anchor .mod_anchor_tgt .mod_anchor_nav {
  width: calc(220 / 750 * 100vw);
  margin-left: auto;
}
.mod_anchor .mod_anchor_tgt .mod_anchor_nav a {
  display: block;
  width: calc(220 / 750 * 100vw);
  height: calc(160 / 750 * 100vw);
  text-decoration: none;
  position: relative;
  background-color: #d73f18;
  border-radius: calc(30 / 750 * 100vw) 0 0 calc(30 / 750 * 100vw);
  box-sizing: border-box;
}
.mod_anchor .mod_anchor_tgt .mod_anchor_nav a::before, .mod_anchor .mod_anchor_tgt .mod_anchor_nav a::after {
  content: '';
  display: block;
  position: absolute;
}
.mod_anchor .mod_anchor_tgt .mod_anchor_nav a::before {
  width: calc(130 / 750 * 100vw);
  height: calc(90 / 750 * 100vw);
  background: url(/sp/cms/onlineshop/lm/primer/20200129/img/anchor_nav_img.png) no-repeat;
  background-size: 100% 100%;
  top: calc(-15 / 750 * 100vw);
  right: calc(45 / 750 * 100vw);
}
.mod_anchor .mod_anchor_tgt .mod_anchor_nav a::after {
  width: calc(24 / 750 * 100vw);
  height: calc(24 / 750 * 100vw);
  background: url(/sp/cms/onlineshop/lm/primer/20200129/img/anchor_nav_icon.png) no-repeat;
  background-size: 100% 100%;
  bottom: calc(21 / 750 * 100vw);
  right: calc(20 / 750 * 100vw);
}
.mod_anchor .mod_anchor_tgt .mod_anchor_nav a span {
  display: inline-block;
  color: #fff;
  font-size: calc(20 / 750 * 100vw);
  line-height: calc(28 / 750 * 100vw);
  font-weight: bold;
  margin-top: calc(90 / 750 * 100vw);
  margin-left: calc(24 / 750 * 100vw);
}
.mod_anchor.m-fixed .mod_anchor_tgt {
  position: fixed;
  left: auto;
  right: 0;
  z-index: 1000;
}
.mod_anchor.m-fixed.m-hide .mod_anchor_tgt {
  opacity: 0;
  transform: translateY(-100%);
}

.lp_contents {
  color: #3e2b2e;
}
.lp_contents span {
  color: #3e2b2e;
}
.lp_contents * {
  letter-spacing: 0.05em;
}
.lp_contents img {
  display: block;
  max-width: 100%;
}
.lp_contents em {
  font-style: normal;
}
.lp_contents .sec_header {
  box-sizing: border-box;
  padding: calc(60 / 750 * 100vw) calc(20 / 750 * 100vw);
  color: #3e2b2e;
  background-color: #3e2b2e;
  text-align: center;
}
.lp_contents .sec_header.white {
  background-color: #fff;
}
.lp_contents .sec_header .container {
  border: calc(2 / 750 * 100vw) solid #3e2b2e;
  padding: calc(30 / 750 * 100vw) calc(30 / 750 * 100vw) calc(46 / 750 * 100vw);
  background-color: #fff;
}
.lp_contents .sec_header .sec_header_title {
  font-size: calc(28 / 750 * 100vw);
  line-height: calc(100 / 750 * 100vw);
  font-weight: 600;
  position: relative;
  text-align: center;
  letter-spacing: 0.01em;
}
.lp_contents .sec_header .sec_header_title::before, .lp_contents .sec_header .sec_header_title::after {
  content: '';
  display: block;
  width: calc(30 / 750 * 100vw);
  height: calc(6 / 750 * 100vw);
  border-top: calc(2 / 750 * 100vw) solid #3e2b2e;
  border-bottom: calc(2 / 750 * 100vw) solid #3e2b2e;
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  box-sizing: border-box;
}
.lp_contents .sec_header .sec_header_title::before {
  left: 90%;
}
.lp_contents .sec_header .sec_header_title::after {
  right: 90%;
}
.lp_contents .sec_header .sec_header_text {
  font-size: calc(24 / 750 * 100vw);
  line-height: calc(36 / 750 * 100vw);
  font-weight: 400;
  letter-spacing: -0.01em;
  margin-bottom: calc(16 / 750 * 100vw);
}
.lp_contents .sec_header .sec_header_text span {
  color: #c92323;
}
.lp_contents .sec_header .sec_header_text a {
  text-align: center;
  font-size: calc(24 / 750 * 100vw);
  line-height: calc(48 / 750 * 100vw);
  font-weight: 600;
  position: relative;
  display: inline-block;
  text-decoration: none;
  border-bottom: calc(2 / 750 * 100vw) solid #3e2b2e;
  padding-right: calc(40 / 750 * 100vw);
}
.lp_contents .sec_header .sec_header_text a::after {
  content: '';
  display: block;
  width: calc(10 / 750 * 100vw);
  height: calc(10 / 750 * 100vw);
  border-top: calc(4 / 750 * 100vw) solid #3e2b2e;
  border-right: calc(4 / 750 * 100vw) solid #3e2b2e;
  position: absolute;
  top: 42%;
  right: calc(4 / 750 * 100vw);
  transform: translateY(-50%) rotate(135deg);
}
.lp_contents .sec_bottom {
  padding: calc(80 / 750 * 100vw) calc(40 / 750 * 100vw);
  background-color: #fff;
}
.lp_contents .sec_bottom .sec_bottom_title {
  font-size: calc(32 / 750 * 100vw);
  line-height: calc(42 / 750 * 100vw);
  font-weight: 600;
  margin-bottom: calc(20 / 750 * 100vw);
  letter-spacing: 0.01em;
}
.lp_contents .sec_bottom .sec_bottom_text {
  font-size: calc(22 / 750 * 100vw);
  line-height: calc(42 / 750 * 100vw);
  font-weight: 400;
  margin-bottom: calc(16 / 750 * 100vw);
  letter-spacing: 0.01em;
}
.lp_contents .sec_bottom table {
  margin: calc(40 / 750 * 100vw) 0;
  width: 100%;
}
.lp_contents .sec_bottom table tr:first-of-type {
  background-color: #000;
}
.lp_contents .sec_bottom table tr:first-of-type td {
  color: #fff;
  white-space: nowrap;
}
.lp_contents .sec_bottom table tr td {
  text-align: center;
  vertical-align: middle;
  padding: calc(10 / 750 * 100vw) calc(8 / 750 * 100vw);
}
.lp_contents .sec_mv {
  background: url(/sp/cms/onlineshop/lm/primer/20200129/img/mv.jpg) no-repeat center top/100%;
  padding-top: calc(580 / 750 * 100vw);
  padding-bottom: calc(80 / 750 * 100vw);
  text-align: center;
}
.lp_contents .sec_mv h2 {
  color: #fff;
  font-family: 'Montserrat' , sans-serif;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  font-size: calc(68 / 750 * 100vw);
  line-height: calc(68 / 750 * 100vw);
  text-shadow: 0 0 calc(10 / 750 * 100vw) rgba(207, 138, 114, 0.35);
}
.lp_contents .sec_mv h3 {
  margin-top: calc(315 / 750 * 100vw);
  color: #fff;
  font-family: 'Montserrat' , sans-serif;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  font-size: calc(40 / 750 * 100vw);
  line-height: calc(50 / 750 * 100vw);
  text-shadow: 0 0 calc(10 / 750 * 100vw) rgba(207, 138, 114, 0.35);
  text-align: left;
  padding-left: calc(70 / 750 * 100vw);
  text-indent: calc(-23 / 750 * 100vw);
}
.lp_contents .sec_mv .main_catch {
  margin-top: calc(44 / 750 * 100vw);
  font-size: calc(28 / 750 * 100vw);
  font-weight: bold;
  letter-spacing: 0.1em;
}
.lp_contents .sec_mv .main_txt {
  margin-top: calc(39 / 750 * 100vw);
  font-size: calc(24 / 750 * 100vw);
  line-height: calc(48 / 750 * 100vw);
}
.lp_contents .sec_feature {
  padding: 0 calc(40 / 750 * 100vw) calc(85 / 750 * 100vw);
  position: relative;
}
.lp_contents .sec_feature h2 {
  position: relative;
}
.lp_contents .sec_feature h2::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  margin-top: calc(-1 / 750 * 100vw);
  width: 100%;
  height: calc(1 / 750 * 100vw);
  background-color: #3e2b2e;
}
.lp_contents .sec_feature h2 span {
  display: table;
  position: relative;
  margin: 0 auto;
  padding: 0 calc(40 / 750 * 100vw);
  background-color: #fff;
  font-family: 'Montserrat' , sans-serif;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.075em;
  font-size: calc(36 / 750 * 100vw);
  line-height: calc(44 / 750 * 100vw);
}
.lp_contents .sec_feature .feature_anchor {
  margin-top: calc(32 / 750 * 100vw);
}
.lp_contents .sec_feature .feature_anchor li {
  margin-bottom: calc(10 / 750 * 100vw);
  height: calc(240 / 750 * 100vw);
}
.lp_contents .sec_feature .feature_anchor li a {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: calc(20 / 750 * 100vw);
  background-color: #fff;
  text-decoration: none;
  box-shadow: 0 calc(3 / 750 * 100vw) calc(4 / 750 * 100vw) 0 rgba(0, 0, 0, 0.05);
  height: calc(240 / 750 * 100vw);
  box-sizing: border-box;
}
.lp_contents .sec_feature .feature_anchor li a::after {
  content: '';
  position: absolute;
  top: calc(6 / 750 * 100vw);
  left: calc(6 / 750 * 100vw);
  bottom: calc(6 / 750 * 100vw);
  right: calc(6 / 750 * 100vw);
  border: calc(4 / 750 * 100vw) solid #f5e7dc;
}
.lp_contents .sec_feature .feature_anchor li .feature_img {
  position: relative;
  margin-right: calc(45 / 750 * 100vw);
  width: calc(250 / 750 * 100vw);
}
.lp_contents .sec_feature .feature_anchor li .feature_tag {
  display: table;
  padding: calc(10 / 750 * 100vw) calc(10 / 750 * 100vw) calc(5 / 750 * 100vw);
  background-color: #d73f18;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  font-size: calc(20 / 750 * 100vw);
  line-height: calc(20 / 750 * 100vw);
}
.lp_contents .sec_feature .feature_anchor li .feature_detail {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  padding-bottom: calc(16 / 750 * 100vw);
  width: calc(304 / 750 * 100vw);
  text-align: center;
  font-weight: bold;
}
.lp_contents .sec_feature .feature_anchor li .feature_catch {
  display: block;
  margin-top: calc(10 / 750 * 100vw);
  width: 100%;
  font-family: 'Montserrat' , sans-serif;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  font-size: calc(28 / 750 * 100vw);
  line-height: calc(30 / 750 * 100vw);
}
.lp_contents .sec_feature .feature_anchor li .feature_txt {
  display: block;
  margin-top: calc(10 / 750 * 100vw);
  width: 100%;
  letter-spacing: 0.05em;
  font-size: calc(20 / 750 * 100vw);
  line-height: calc(22 / 750 * 100vw);
}
.lp_contents .sec_feature .feature_anchor li .feature_details {
  position: relative;
  display: block;
  font-size: calc(20 / 750 * 100vw);
  line-height: calc(48 / 750 * 100vw);
  letter-spacing: 0.05em;
  color: #ffffff;
  background: #3e2b2e;
  width: calc(220 / 750 * 100vw);
  height: calc(44 / 750 * 100vw);
  margin: auto;
  margin-top: calc(15 / 750 * 100vw);
}
.lp_contents .sec_feature .feature_anchor li .feature_details::after {
  position: absolute;
  bottom: calc(15 / 750 * 100vw);
  right: calc(10 / 750 * 100vw);
  content: "";
  width: calc(20 / 750 * 100vw);
  height: calc(13 / 750 * 100vw);
  background: url(/sp/cms/onlineshop/lm/primer/20200129/img/btn_arrow_brw.png) no-repeat center center/contain;
}
.lp_contents .sec_toneup {
  margin: calc(4 / 750 * 100vw) calc(40 / 750 * 100vw) 0;
}
.lp_contents .sec_toneup .toneup_box {
  background-color: #fcf4f2;
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  padding: calc(4 / 750 * 100vw);
  position: relative;
}
.lp_contents .sec_toneup .toneup_box_inner {
  position: relative;
  border: calc(2 / 750 * 100vw) #fff solid;
  box-sizing: border-box;
  padding: calc(66 / 750 * 100vw) calc(0 / 750 * 100vw) calc(70 / 750 * 100vw);
  text-align: center;
}
.lp_contents .sec_toneup .toneup_box_tag {
  width: calc(326 / 750 * 100vw);
  position: absolute;
  top: calc(-56 / 750 * 100vw);
  left: calc(-34 / 750 * 100vw);
}
.lp_contents .sec_toneup .toneup_box_ttl {
  font-family: 'Montserrat' , sans-serif;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  font-size: calc(40 / 750 * 100vw);
  line-height: calc(50 / 750 * 100vw);
  text-align: center;
  color: #3e2b2e;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.lp_contents .sec_toneup .toneup_box_info .info_tag {
  margin: calc(18 / 750 * 100vw) auto calc(26 / 750 * 100vw);
  width: calc(210 / 750 * 100vw);
  height: calc(50 / 750 * 100vw);
  background-color: #d73f18;
  font-size: calc(30 / 750 * 100vw);
  line-height: calc(50 / 750 * 100vw);
  text-align: center;
  color: #fff;
  letter-spacing: 0;
  font-weight: 400;
}
.lp_contents .sec_toneup .toneup_box_info .info_catch {
  font-size: calc(26 / 750 * 100vw);
  line-height: calc(40 / 750 * 100vw);
  margin-bottom: calc(38 / 750 * 100vw);
  letter-spacing: 0;
}
.lp_contents .sec_toneup .toneup_box_info .info_catch span {
  font-weight: bold;
  letter-spacing: 0;
}
.lp_contents .sec_toneup .toneup_box_info .info_img2 {
  width: calc(621 / 750 * 100vw);
  margin: 0 auto 0;
  position: relative;
}
.lp_contents .sec_toneup .toneup_box_info .info_img2 img {
  position: relative;
  z-index: 12;
}
.lp_contents .sec_toneup .toneup_box_info .info_icon {
  width: calc(96 / 750 * 100vw);
  height: calc(96 / 750 * 100vw);
  position: absolute;
  top: calc(-5 / 750 * 100vw);
  right: calc(30 / 750 * 100vw);
  z-index: 11;
}
.lp_contents .sec_toneup .toneup_box .toneup_box_body {
  width: calc(590 / 750 * 100vw);
  margin: calc(60 / 750 * 100vw) auto 0;
  padding: calc(38 / 750 * 100vw) 0 calc(1 / 750 * 100vw);
  background-color: #f7e3e2;
  text-align: center;
}
.lp_contents .sec_toneup .toneup_box .toneup_box_body .body_ttl {
  margin: 0 auto calc(0 / 750 * 100vw);
  font-size: calc(30 / 750 * 100vw);
  line-height: calc(30 / 750 * 100vw);
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #b57b72;
}
.lp_contents .sec_toneup .toneup_box .toneup_box_body .body_catch {
  margin: calc(22 / 750 * 100vw) auto calc(0 / 750 * 100vw);
  font-size: calc(22 / 750 * 100vw);
  line-height: calc(34 / 750 * 100vw);
  font-weight: 700;
  letter-spacing: 0;
}
.lp_contents .sec_toneup .toneup_box .toneup_box_body .body_info {
  margin: calc(9 / 750 * 100vw) auto calc(38 / 750 * 100vw);
  font-size: calc(20 / 750 * 100vw);
  line-height: calc(20 / 750 * 100vw);
  font-weight: 400;
  letter-spacing: 0.05em;
}
.lp_contents .sec_toneup .toneup_box .toneup_box_item {
  margin: calc(63 / 750 * 100vw) auto 0;
}
.lp_contents .sec_toneup .toneup_box .toneup_box_item .item_ttl {
  position: relative;
  text-align: center;
}
.lp_contents .sec_toneup .toneup_box .toneup_box_item .item_ttl::after {
  position: absolute;
  content: "";
  background-color: #3e2b2e;
  height: calc(2 / 750 * 100vw);
  left: calc(34 / 750 * 100vw);
  right: calc(34 / 750 * 100vw);
  top: calc(12 / 750 * 100vw);
  margin: auto;
}
.lp_contents .sec_toneup .toneup_box .toneup_box_item .item_ttl span {
  display: inline-block;
  width: calc(224 / 750 * 100vw);
  margin: 0 auto;
  background-color: #fcf4f2;
  position: relative;
  z-index: 11;
  font-size: calc(30 / 750 * 100vw);
  line-height: calc(30 / 750 * 100vw);
  letter-spacing: 0;
  font-weight: 700;
}
.lp_contents .sec_toneup .toneup_box .toneup_box_item .item_catch {
  margin: calc(20 / 750 * 100vw) auto calc(0 / 750 * 100vw);
  font-size: calc(26 / 750 * 100vw);
  line-height: calc(40 / 750 * 100vw);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #3e2b2e;
}
.lp_contents .sec_toneup .toneup_box .toneup_box_item .item_catch span {
  color: #3e2b2e;
  font-weight: 400;
}
.lp_contents .sec_toneup .toneup_box .toneup_box_item .item_check {
  width: calc(590 / 750 * 100vw);
  margin: calc(48 / 750 * 100vw) auto 0;
}
.lp_contents .sec_toneup .toneup_box .toneup_box_item .item_link {
  margin: calc(49 / 750 * 100vw) auto 0;
}
.lp_contents .sec_toneup .toneup_box .toneup_box_item .item_link a {
  margin: calc(0 / 750 * 100vw) auto 0;
  display: block;
  position: relative;
  width: calc(590 / 750 * 100vw);
  height: calc(90 / 750 * 100vw);
  box-sizing: border-box;
  border: calc(2 / 750 * 100vw) solid #3e2b2e;
  background-color: #fff;
  text-decoration: none;
}
.lp_contents .sec_toneup .toneup_box .toneup_box_item .item_link a .item_link_img {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 11;
  width: calc(164 / 750 * 100vw);
  height: calc(109 / 750 * 100vw);
}
.lp_contents .sec_toneup .toneup_box .toneup_box_item .item_link a::after {
  content: '';
  display: block;
  position: absolute;
  width: calc(12 / 750 * 100vw);
  height: calc(12 / 750 * 100vw);
  border-right: calc(3 / 750 * 100vw) solid #3e2b2e;
  border-bottom: calc(3 / 750 * 100vw) solid #3e2b2e;
  top: 40%;
  right: calc(21 / 750 * 100vw);
  transform: rotate(45deg);
}
.lp_contents .sec_toneup .toneup_box .toneup_box_item .item_link a span {
  margin-left: calc(126 / 750 * 100vw);
  display: inline-block;
  height: calc(90 / 750 * 100vw);
  font-size: calc(24 / 750 * 100vw);
  line-height: calc(36 / 750 * 100vw);
  font-weight: 700;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.lp_contents .sec_toneup .toneup_box .toneup_box_item .item_link a + a {
  margin-top: calc(40 / 750 * 100vw);
}
.lp_contents .sec_toneup .toneup_box .toneup_box_item .item_other {
  text-align: center;
  margin: calc(36 / 750 * 100vw) auto calc(0 / 750 * 100vw);
  font-size: calc(22 / 750 * 100vw);
  line-height: calc(33 / 750 * 100vw);
  font-weight: 400;
  letter-spacing: -0.02em;
}
.lp_contents .sec_toneup .toneup_box .toneup_box_item .item_other a {
  display: inline;
  color: #d73f18;
}
.lp_contents .sec_toneup .toneup_box .toneup_box_item .item_plus {
  margin: calc(30 / 750 * 100vw) auto calc(-11 / 750 * 100vw);
  width: calc(590 / 750 * 100vw);
}
.lp_contents .sec_toneup .toneup_box .toneup_box_list {
  margin: calc(51 / 750 * 100vw) auto 0;
  width: calc(590 / 750 * 100vw);
  text-align: left;
  font-size: calc(20 / 750 * 100vw);
  line-height: calc(30 / 750 * 100vw);
  font-weight: 400;
  letter-spacing: 0;
}
.lp_contents .sec_toneup .toneup_box .toneup_box_list li {
  margin: calc(8 / 750 * 100vw) 0 calc(0 / 750 * 100vw);
  padding-left: 1em;
  text-indent: -1em;
}
.lp_contents .sec_toneup .toneup_atten {
  margin: calc(42 / 750 * 100vw) auto calc(89 / 750 * 100vw);
  width: calc(670 / 750 * 100vw);
  box-sizing: border-box;
  font-size: calc(20 / 750 * 100vw);
  line-height: calc(30 / 750 * 100vw);
  font-weight: 400;
  letter-spacing: 0;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.lp_contents .sec_toneup .toneup_atten li {
  margin: calc(0 / 750 * 100vw) 0 calc(8 / 750 * 100vw);
}
.lp_contents .sec_toneup .present_end {
  bottom: calc(-550 / 750 * 100vw);
}
.lp_contents .sec_limited {
  padding: 0 calc(40 / 750 * 100vw) calc(100 / 750 * 100vw);
}
.lp_contents .sec_limited .container {
  position: relative;
  box-shadow: 0 calc(5 / 750 * 100vw) calc(8 / 750 * 100vw) 0 rgba(0, 0, 0, 0.05);
  text-align: center;
}
.lp_contents .sec_limited .container h2 {
  font-size: calc(22 / 750 * 100vw);
  line-height: calc(22 / 750 * 100vw);
}
.lp_contents .sec_limited .container h2 span {
  padding-top: calc(5 / 750 * 100vw);
  position: relative;
  display: inline-block;
}
.lp_contents .sec_limited .container h2 span::before, .lp_contents .sec_limited .container h2 span::after {
  content: '';
  position: absolute;
  width: calc(14 / 750 * 100vw);
  height: calc(20 / 750 * 100vw);
  bottom: calc(3 / 750 * 100vw);
}
.lp_contents .sec_limited .container h2 span::before {
  background: url(/sp/cms/onlineshop/lm/primer/20200129/img/limited_line.png) no-repeat center top/100%;
  left: calc(-22 / 750 * 100vw);
}
.lp_contents .sec_limited .container h2 span::after {
  right: calc(-20 / 750 * 100vw);
  background: url(/sp/cms/onlineshop/lm/primer/20200129/img/limited_line2.png) no-repeat center top/100%;
}
.lp_contents .sec_limited .container .limited_box {
  margin-top: calc(45 / 750 * 100vw);
  background-color: #fcf5f6;
  padding: calc(6 / 750 * 100vw);
  position: relative;
}
.lp_contents .sec_limited .container .limited_box .limited_box_border {
  border: calc(4 / 750 * 100vw) solid #ecbcb4;
  padding: calc(50 / 750 * 100vw) 0;
}
.lp_contents .sec_limited .container .limited_ttl {
  background: url(/sp/cms/onlineshop/lm/primer/20200129/img/limited_ribon.png) no-repeat center top;
  background-size: auto 100%;
  height: calc(64 / 750 * 100vw);
  font-size: calc(28 / 750 * 100vw);
  line-height: calc(50 / 750 * 100vw);
  color: #fff;
  font-family: 'Montserrat' , sans-serif;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  position: absolute;
  width: 100%;
  left: 0;
  top: calc(-34 / 750 * 100vw);
}
.lp_contents .sec_limited .container .limited_text {
  font-size: calc(26 / 750 * 100vw);
  line-height: calc(50 / 750 * 100vw);
}
.lp_contents .sec_limited .container .limited_text span {
  font-weight: bold;
  font-size: calc(30 / 750 * 100vw);
  line-height: calc(50 / 750 * 100vw);
}
.lp_contents .sec_limited .container .limited_img {
  width: calc(600 / 750 * 100vw);
  margin: calc(20 / 750 * 100vw) auto 0;
}
.lp_contents .sec_limited .container .limited_detail {
  position: relative;
  display: block;
  text-align: center;
  font-size: calc(26 / 750 * 100vw);
  line-height: calc(64 / 750 * 100vw);
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #ffffff;
  background: #3e2b2e;
  width: calc(530 / 750 * 100vw);
  height: calc(60 / 750 * 100vw);
  margin: 0 auto;
}
.lp_contents .sec_limited .container .limited_detail::after {
  position: absolute;
  bottom: calc(25 / 750 * 100vw);
  right: calc(25 / 750 * 100vw);
  content: "";
  width: calc(20 / 750 * 100vw);
  height: calc(13 / 750 * 100vw);
  background: url(/sp/cms/onlineshop/lm/primer/20200129/img/btn_arrow_brw.png) no-repeat center center/contain;
}
.lp_contents .sec_campaign {
  margin-bottom: calc(90 / 750 * 100vw);
}
.lp_contents .sec_campaign .container {
  padding: 0 calc(40 / 750 * 100vw);
}
.lp_contents .sec_campaign h2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  font-family: 'Montserrat' , sans-serif;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  font-size: calc(36 / 750 * 100vw);
  font-weight: bold;
  line-height: 1.0;
  letter-spacing: 0.075em;
  margin-bottom: calc(70 / 750 * 100vw);
}
.lp_contents .sec_campaign h2::before, .lp_contents .sec_campaign h2::after {
  content: "";
  position: absolute;
  width: calc(200 / 750 * 100vw);
  height: calc(2 / 750 * 100vw);
  background-color: #3e2b2e;
}
.lp_contents .sec_campaign h2::before {
  left: 0;
}
.lp_contents .sec_campaign h2::after {
  right: 0;
}
.lp_contents .sec_campaign .samp_box {
  background-color: #edf6f9;
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  padding: calc(6 / 750 * 100vw);
  position: relative;
  margin-bottom: calc(75 / 750 * 100vw);
}
.lp_contents .sec_campaign .samp_box .samp_box_inner {
  position: relative;
  border: calc(4 / 750 * 100vw) #fff solid;
  box-sizing: border-box;
  padding: calc(50 / 750 * 100vw) calc(0 / 750 * 100vw);
  text-align: center;
}
.lp_contents .sec_campaign .samp_box .samp_box_tag {
  width: calc(522 / 750 * 100vw);
  position: absolute;
  top: calc(-44 / 750 * 100vw);
  left: 50%;
  transform: translateX(-50%);
}
.lp_contents .sec_campaign .samp_box .samp_box_info .box_info_txt .info_txt_sub {
  display: inline-block;
  font-size: calc(26 / 750 * 100vw);
  line-height: calc(40 / 750 * 100vw);
  color: #4c8b97;
  font-weight: bold;
  border-bottom: calc(3 / 750 * 100vw) solid #4c8b97;
  padding: 0 calc(2 / 750 * 100vw);
}
.lp_contents .sec_campaign .samp_box .samp_box_info .box_info_txt .info_txt_ttl {
  font-size: calc(24 / 750 * 100vw);
  line-height: calc(40 / 750 * 100vw);
  color: #3e2b2e;
  margin-top: calc(36 / 750 * 100vw);
}
.lp_contents .sec_campaign .samp_box .samp_box_info .box_info_txt .info_txt_des {
  font-size: calc(34 / 750 * 100vw);
  line-height: calc(46 / 750 * 100vw);
  letter-spacing: -0.02em;
  color: #d73f18;
  font-weight: bold;
  margin-top: calc(6 / 750 * 100vw);
}
.lp_contents .sec_campaign .samp_box .samp_box_info .box_info_img {
  width: 100%;
  margin-top: calc(36 / 750 * 100vw);
}
.lp_contents .sec_campaign .samp_box .samp_box_priv {
  width: calc(590 / 750 * 100vw);
  margin: calc(56 / 750 * 100vw) auto 0;
  background-color: #e0f1f6;
  padding: calc(40 / 750 * 100vw) 0 calc(34 / 750 * 100vw);
  position: relative;
  color: #3e2b2e;
}
.lp_contents .sec_campaign .samp_box .samp_box_priv .box_priv_ttl {
  font-size: calc(30 / 750 * 100vw);
  line-height: 1;
  letter-spacing: 0.05em;
  color: #4d8b97;
  position: absolute;
  top: calc(-12 / 750 * 100vw);
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
}
.lp_contents .sec_campaign .samp_box .samp_box_priv .box_priv_txt {
  font-size: calc(21 / 750 * 100vw);
  line-height: calc(34 / 750 * 100vw);
  font-weight: bold;
}
.lp_contents .sec_campaign .samp_box .samp_box_priv .box_priv_detail {
  font-size: calc(20 / 750 * 100vw);
  line-height: 1.5;
  margin-top: calc(8 / 750 * 100vw);
}
.lp_contents .sec_campaign .samp_box .samp_box_priv .box_priv_detail + .box_priv_txt {
  margin-top: calc(30 / 750 * 100vw);
}
.lp_contents .sec_campaign .samp_box .samp_box_btn a {
  display: block;
  width: calc(530 / 750 * 100vw);
  margin: calc(34 / 750 * 100vw) auto 0;
  height: calc(60 / 750 * 100vw);
  line-height: calc(60 / 750 * 100vw);
  text-align: center;
  background-color: #3e2b2e;
  font-size: calc(21 / 750 * 100vw);
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  position: relative;
}
.lp_contents .sec_campaign .samp_box .samp_box_btn a::after {
  position: absolute;
  bottom: calc(22 / 750 * 100vw);
  right: calc(28 / 750 * 100vw);
  content: "";
  width: calc(24 / 750 * 100vw);
  height: calc(16 / 750 * 100vw);
  background: url(/sp/cms/onlineshop/lm/primer/20200129/img/btn_arrow_brw.png) no-repeat center center/contain;
  background-size: 100% 100%;
}
.lp_contents .sec_campaign .samp_box_note li {
  font-size: calc(20 / 750 * 100vw);
  line-height: calc(30 / 750 * 100vw);
  text-indent: -1.4em;
  padding-left: 1.4em;
}
.lp_contents .sec_campaign .campaign_box {
  background-color: #f5f2fa;
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  padding: calc(6 / 750 * 100vw);
  position: relative;
}
.lp_contents .sec_campaign .campaign_box_inner {
  position: relative;
  border: calc(4 / 750 * 100vw) #fff solid;
  box-sizing: border-box;
  padding: calc(50 / 750 * 100vw) calc(20 / 750 * 100vw);
  text-align: center;
}
.lp_contents .sec_campaign .campaign_box_tag {
  width: calc(632 / 750 * 100vw);
  position: absolute;
  top: calc(-44 / 750 * 100vw);
  left: calc(10 / 750 * 100vw);
}
.lp_contents .sec_campaign .campaign_box_info .info_ttl {
  font-size: calc(24 / 750 * 100vw);
  line-height: calc(40 / 750 * 100vw);
  margin-bottom: calc(20 / 750 * 100vw);
  letter-spacing: 0;
}
.lp_contents .sec_campaign .campaign_box_info .info_ttl span {
  font-weight: bold;
}
.lp_contents .sec_campaign .campaign_box_info .info_catch {
  font-size: calc(26 / 750 * 100vw);
  line-height: calc(39 / 750 * 100vw);
  font-weight: bold;
  color: #d73f18;
  letter-spacing: -0.02em;
  font-feature-settings: "palt";
  margin-bottom: calc(26 / 750 * 100vw);
}
.lp_contents .sec_campaign .campaign_box_info .info_catch span {
  font-size: calc(34 / 750 * 100vw);
  color: #d73f18;
  letter-spacing: -0.02em;
  margin-top: calc(6 / 750 * 100vw);
  display: inline-block;
}
.lp_contents .sec_campaign .campaign_box_info .info_btn {
  width: calc(530 / 750 * 100vw);
  margin: calc(34 / 750 * 100vw) auto 0;
  height: calc(60 / 750 * 100vw);
  line-height: calc(60 / 750 * 100vw);
  text-align: center;
  background-color: #3e2b2e;
  font-size: calc(26 / 750 * 100vw);
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  font-weight: bold;
}
.lp_contents .sec_campaign .campaign_box_info .info_btn a {
  display: block;
  color: #fff;
  text-decoration: none;
  position: relative;
}
.lp_contents .sec_campaign .campaign_box_info .info_btn a::after {
  position: absolute;
  bottom: calc(22 / 750 * 100vw);
  right: calc(28 / 750 * 100vw);
  content: "";
  width: calc(24 / 750 * 100vw);
  height: calc(16 / 750 * 100vw);
  background: url(/sp/cms/onlineshop/lm/primer/20200129/img/btn_arrow_brw.png) no-repeat center center/contain;
  background-size: 100% 100%;
}
.lp_contents .sec_campaign .campaign_box2 {
  margin-top: calc(86 / 750 * 100vw);
  background-color: #fcf5f6;
}
.lp_contents .sec_campaign .campaign_box2 .campaign_box_tag {
  width: calc(524 / 750 * 100vw);
  position: absolute;
  left: calc(64 / 750 * 100vw);
}
.lp_contents .sec_campaign .campaign_box2 .info_subttl {
  width: calc(380 / 750 * 100vw);
  margin: 0 auto calc(20 / 750 * 100vw);
}
.lp_contents .sec_campaign .campaign_box2 .info_ttl {
  margin-bottom: calc(10 / 750 * 100vw);
  letter-spacing: 0;
}
.lp_contents .sec_campaign .campaign_box2 .info_txt {
  color: #d73f18;
  font-size: calc(30 / 750 * 100vw);
  line-height: calc(48 / 750 * 100vw);
  font-weight: bold;
}
.lp_contents .sec_campaign .campaign_box2 .info_txt span {
  font-size: calc(26 / 750 * 100vw);
  color: #d73f18;
}
.lp_contents .sec_campaign .campaign_box2 .info_img {
  margin-top: calc(-26 / 750 * 100vw);
}
.lp_contents .sec_campaign .campaign_box3 {
  background-color: #fcf4f2;
}
.lp_contents .sec_campaign .campaign_box3 .campaign_box_inner {
  padding-top: calc(44 / 750 * 100vw);
  padding-bottom: calc(50 / 750 * 100vw);
}
.lp_contents .sec_campaign .campaign_box3 .campaign_box_inner .campaign_box_info .info_ttl {
  margin: calc(0 / 750 * 100vw) calc(-20 / 750 * 100vw) 0;
  letter-spacing: 0;
}
.lp_contents .sec_campaign .campaign_box3 .campaign_box_inner .campaign_box_info .info_ttl span {
  letter-spacing: 0em;
}
.lp_contents .sec_campaign .campaign_box3 .campaign_box_inner .campaign_box_info .info_catch {
  margin-top: calc(1 / 750 * 100vw);
}
.lp_contents .sec_campaign .campaign_box3 .campaign_box_inner .campaign_box_info .info_img2 {
  width: calc(621 / 750 * 100vw);
  margin: 0 calc(-5 / 750 * 100vw) 0;
  position: relative;
}
.lp_contents .sec_campaign .campaign_box3 .campaign_box_inner .campaign_box_info .info_img2 img {
  position: relative;
  z-index: 12;
}
.lp_contents .sec_campaign .campaign_box3 .campaign_box_inner .campaign_box_info .info_icon {
  width: calc(96 / 750 * 100vw);
  height: calc(96 / 750 * 100vw);
  position: absolute;
  top: calc(-5 / 750 * 100vw);
  right: calc(30 / 750 * 100vw);
  z-index: 11;
}
.lp_contents .sec_campaign .campaign_box3 .campaign_box_inner .campaign_box_info .info_btn {
  margin-top: calc(41 / 750 * 100vw);
}
.lp_contents .sec_campaign .campaign_box3 .present_end {
  top: calc(-40 / 750 * 100vw);
}
.lp_contents .sec_compaign {
  text-align: center;
  width: calc(590 / 750 * 100vw);
  margin: calc(110 / 750 * 100vw) auto 0;
  position: relative;
}
.lp_contents .sec_compaign h2 {
  font-size: calc(22 / 750 * 100vw);
  line-height: calc(22 / 750 * 100vw);
}
.lp_contents .sec_compaign h2 span {
  padding-top: calc(5 / 750 * 100vw);
  position: relative;
  display: inline-block;
}
.lp_contents .sec_compaign h2 span::before, .lp_contents .sec_compaign h2 span::after {
  content: '';
  position: absolute;
  width: calc(14 / 750 * 100vw);
  height: calc(20 / 750 * 100vw);
  bottom: calc(3 / 750 * 100vw);
}
.lp_contents .sec_compaign h2 span::before {
  background: url(/sp/cms/onlineshop/lm/primer/20200129/img/limited_line.png) no-repeat center top/100%;
  left: calc(-22 / 750 * 100vw);
}
.lp_contents .sec_compaign h2 span::after {
  right: calc(-20 / 750 * 100vw);
  background: url(/sp/cms/onlineshop/lm/primer/20200129/img/limited_line2.png) no-repeat center top/100%;
}
.lp_contents .sec_compaign .limited_box {
  margin-top: calc(45 / 750 * 100vw);
  background-color: #fcf5f6;
  padding: calc(6 / 750 * 100vw);
  position: relative;
}
.lp_contents .sec_compaign .limited_box .limited_box_border {
  border: calc(4 / 750 * 100vw) solid #ecbcb4;
  padding: calc(70 / 750 * 100vw) 0 calc(50 / 750 * 100vw);
}
.lp_contents .sec_compaign .limited_ttl {
  background: url(/sp/cms/onlineshop/lm/primer/20200129/img/limited_ribon2.png) no-repeat center top;
  background-size: auto 100%;
  height: calc(78 / 750 * 100vw);
  font-size: calc(42 / 750 * 100vw);
  line-height: calc(64 / 750 * 100vw);
  letter-spacing: 0.075em;
  color: #fff;
  font-family: 'Montserrat' , sans-serif;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  position: absolute;
  width: calc(622 / 750 * 100vw);
  left: 50%;
  top: calc(-34 / 750 * 100vw);
  margin-left: calc(-311 / 750 * 100vw);
}
.lp_contents .sec_compaign .limited_catch {
  font-family: 'Montserrat' , sans-serif;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  font-size: calc(36 / 750 * 100vw);
  line-height: calc(36 / 750 * 100vw);
  letter-spacing: 0.05em;
  font-weight: bold;
  margin-bottom: calc(30 / 750 * 100vw);
}
.lp_contents .sec_compaign .limited_text {
  font-size: calc(26 / 750 * 100vw);
  line-height: calc(40 / 750 * 100vw);
  letter-spacing: 0;
}
.lp_contents .sec_compaign .limited_text span {
  font-weight: bold;
}
.lp_contents .sec_compaign .limited_img {
  width: calc(520 / 750 * 100vw);
  margin: calc(20 / 750 * 100vw) auto 0;
}
.lp_contents .sec_compaign .limited_present {
  width: calc(520 / 750 * 100vw);
  margin: calc(90 / 750 * 100vw) auto 0;
  border-top: calc(2 / 750 * 100vw) solid #3e2b2e;
  border-bottom: calc(2 / 750 * 100vw) solid #3e2b2e;
  padding: calc(50 / 750 * 100vw) 0;
  position: relative;
}
.lp_contents .sec_compaign .limited_present .limited_present_tag {
  font-family: 'Montserrat' , sans-serif;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  font-size: calc(28 / 750 * 100vw);
  line-height: calc(28 / 750 * 100vw);
  position: absolute;
  width: calc(340 / 750 * 100vw);
  top: calc(-15 / 750 * 100vw);
  left: 50%;
  margin-left: calc(-170 / 750 * 100vw);
  background-color: #fcf5f6;
  font-weight: bold;
}
.lp_contents .sec_compaign .limited_present .limited_present_ttl {
  font-size: calc(22 / 750 * 100vw);
  line-height: calc(22 / 750 * 100vw);
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  -moz-font-feature-settings: 'palt';
  letter-spacing: 0;
  margin-bottom: calc(25 / 750 * 100vw);
}
.lp_contents .sec_compaign .limited_present .limited_present_prod {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.lp_contents .sec_compaign .limited_present .limited_present_prod .present_prod_item {
  position: relative;
  margin-top: calc(35 / 750 * 100vw);
  width: calc(246 / 750 * 100vw);
}
.lp_contents .sec_compaign .limited_present .limited_present_prod .present_prod_item .prod_item_ttl {
  font-family: 'Montserrat' , sans-serif;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  font-size: calc(28 / 750 * 100vw);
  line-height: calc(28 / 750 * 100vw);
  font-weight: bold;
  margin: calc(10 / 750 * 100vw) 0;
}
.lp_contents .sec_compaign .limited_present .limited_present_prod .present_prod_item .prod_item_txt {
  font-size: calc(22 / 750 * 100vw);
  line-height: calc(22 / 750 * 100vw);
}
.lp_contents .sec_compaign .limited_present .limited_present_prod .present_prod_item .present_end span {
  font-size: calc(20 / 750 * 100vw) !important;
}
.lp_contents .sec_compaign .limited_present dl {
  margin-top: calc(40 / 750 * 100vw);
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  -moz-font-feature-settings: 'palt';
  text-align: left;
}
.lp_contents .sec_compaign .limited_present dl dt {
  font-size: calc(20 / 750 * 100vw);
  line-height: calc(36 / 750 * 100vw);
}
.lp_contents .sec_compaign .limited_present dl dd {
  font-size: calc(20 / 750 * 100vw);
  line-height: calc(30 / 750 * 100vw);
  margin-bottom: calc(10 / 750 * 100vw);
  padding-left: 1em;
  text-indent: -1em;
  letter-spacing: 0;
}
.lp_contents .sec_compaign .limited_present .limited_notes {
  margin: 0;
}
.lp_contents .sec_compaign .limited_present .limited_notes.marginTop {
  margin-top: calc(40 / 750 * 100vw);
}
.lp_contents .sec_compaign .limited_object {
  margin: calc(80 / 750 * 100vw) calc(25 / 750 * 100vw) calc(70 / 750 * 100vw);
  background-color: #fff;
  padding: calc(30 / 750 * 100vw) calc(35 / 750 * 100vw) calc(20 / 750 * 100vw);
  letter-spacing: 0.05em;
}
.lp_contents .sec_compaign .limited_object .limited_object_ttl {
  font-size: calc(28 / 750 * 100vw);
  line-height: calc(28 / 750 * 100vw);
  font-weight: bold;
  margin-bottom: calc(15 / 750 * 100vw);
}
.lp_contents .sec_compaign .limited_object ul {
  text-align: left;
}
.lp_contents .sec_compaign .limited_object ul li {
  font-size: calc(20 / 750 * 100vw);
  line-height: calc(34 / 750 * 100vw);
  padding-left: 1em;
  text-indent: -1em;
}
.lp_contents .sec_compaign .limited_notes {
  margin: 0 calc(25 / 750 * 100vw);
  text-align: left;
}
.lp_contents .sec_compaign .limited_notes li {
  font-size: calc(20 / 750 * 100vw);
  line-height: calc(28 / 750 * 100vw);
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.lp_contents .sec_compaign .limited_notes li + li {
  margin-top: calc(10 / 750 * 100vw);
}
.lp_contents .sec_item {
  padding: calc(160 / 750 * 100vw) calc(40 / 750 * 100vw);
  border-top: #3e2b2e solid calc(4 / 750 * 100vw);
  overflow: hidden;
  position: relative;
}
.lp_contents .sec_item.primer {
  background: #fff url(/sp/cms/onlineshop/lm/primer/20200129/img/primer/primer_bg1.jpg) repeat-y center top/cover;
}
.lp_contents .sec_item.primer .item_frame {
  padding-bottom: calc(5 / 750 * 100vw);
}
.lp_contents .sec_item.toneup {
  background: #fff url(/sp/cms/onlineshop/lm/primer/20200129/img/toneup/toneup_bg1.jpg) repeat-y center top/cover;
  border-top: #3e2b2e solid calc(4 / 750 * 100vw);
  padding-top: calc(202 / 750 * 100vw);
}
.lp_contents .sec_item.toneup .container {
  position: relative;
}
.lp_contents .sec_item.toneup .item_frame_img {
  width: calc(603 / 750 * 100vw);
  position: absolute;
  left: calc(-40 / 750 * 100vw);
  top: calc(-103 / 750 * 100vw);
  z-index: 12;
}
.lp_contents .sec_item.toneup .item_frame {
  border-color: #f5e7dc;
  padding-bottom: calc(76 / 750 * 100vw);
}
.lp_contents .sec_item.toneup .item_frame .item_intro {
  padding-top: calc(417 / 750 * 100vw);
}
.lp_contents .sec_item.toneup .item_frame .item_intro .item_intro-img {
  top: calc(-74 / 750 * 100vw);
}
.lp_contents .sec_item.toneup .item_frame .item_intro h2 {
  margin-top: calc(30 / 750 * 100vw);
}
.lp_contents .sec_item.toneup .item_frame .item_intro .item_intro-catch {
  margin-top: calc(23 / 750 * 100vw);
  line-height: calc(44 / 750 * 100vw);
}
.lp_contents .sec_item.toneup .item_frame .item_intro .item_intro-txt {
  margin-top: calc(16 / 750 * 100vw);
}
.lp_contents .sec_item.toneup .item_frame .cushion_main {
  margin-top: calc(26 / 750 * 100vw);
}
.lp_contents .sec_item.toneup .item_frame .cushion_main .mod-carousel-b .slick-dots li:nth-child(1) button {
  background: url(/sp/cms/onlineshop/lm/primer/20200129/img/toneup/toneup_img2.jpg) no-repeat center center;
  background-size: auto 100%;
}
.lp_contents .sec_item.toneup .item_frame .cushion_main .mod-carousel-b .slick-dots li:nth-child(2) button {
  background: url(/sp/cms/onlineshop/lm/primer/20200129/img/toneup/toneup_img1.jpg) no-repeat center center;
  background-size: auto 100%;
}
.lp_contents .sec_item.toneup .item_frame .cushion_main .mod-carousel-b .slick-dots li:nth-child(3) button {
  background: url(/sp/cms/onlineshop/lm/primer/20200129/img/toneup/toneup_img3.jpg) no-repeat center center;
  background-size: auto 100%;
}
.lp_contents .sec_item.toneup .item_frame .cushion_main .cushion_atten {
  margin: calc(36 / 750 * 100vw) 0 0;
  font-size: calc(20 / 750 * 100vw);
  line-height: calc(30 / 750 * 100vw);
  font-weight: 400;
  letter-spacing: 0;
  text-align: left;
}
.lp_contents .sec_item.toneup .item_frame .cushion_main .cushion_atten li {
  padding-left: 1em;
  text-indent: -1em;
}
.lp_contents .sec_item.toneup .item_frame .cushion_main .cushion_cont {
  margin-top: calc(70 / 750 * 100vw);
}
.lp_contents .sec_item.toneup .item_frame .cushion_main .cushion_cont .cushion_new span {
  font-size: calc(26 / 750 * 100vw);
  line-height: calc(26 / 750 * 100vw);
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #d63f18;
  border-bottom: calc(1 / 750 * 100vw) solid #d63f18;
}
.lp_contents .sec_item.toneup .item_frame .cushion_main .cushion_cont h3 {
  margin-top: calc(14 / 750 * 100vw);
}
.lp_contents .sec_item.toneup .item_frame .cushion_main .cushion_cont .cushion_detail {
  margin-top: calc(20 / 750 * 100vw);
}
.lp_contents .sec_item.toneup .item_frame .cushion_main .cushion_cont .cushion_price {
  margin-top: calc(32 / 750 * 100vw);
}
.lp_contents .sec_item.toneup .item_frame .cushion_main .cushion_cont .mod-acc_a .mod-acc_a--ttl a {
  padding: calc(36 / 750 * 100vw) 0;
}
.lp_contents .sec_item.toneup .item_frame .cushion_main .cushion_cont .mod-acc_a .mod-acc_a--ttl a::after {
  right: calc(20 / 750 * 100vw);
}
.lp_contents .sec_item.toneup .item_frame .cushion_main .cushion_cont .mod-acc_a .mod-acc_a--ttl a::before {
  right: calc(31 / 750 * 100vw);
}
.lp_contents .sec_item.toneup .item_frame .cushion_main .cushion_cont .mod-acc_a .cushion_select .cushion_color li span {
  font-size: calc(20 / 750 * 100vw);
  line-height: calc(28 / 750 * 100vw);
  font-weight: 400;
  letter-spacing: 0.1em;
}
.lp_contents .sec_item.toneup .item_frame .cushion_main .cushion_cont .mod-acc_a .cushion_select .cushion_color_info {
  margin: calc(40 / 750 * 100vw) calc(0 / 750 * 100vw) 0 calc(0 / 750 * 100vw);
  width: calc(590 / 750 * 100vw);
  margin-top: calc(37 / 750 * 100vw);
}
.lp_contents .sec_item.toneup .item_frame .cushion_main .cushion_cont .mod-acc_a .cushion_select .cushion_color_info .cushion_color-selected span strong {
  display: inline-block;
  margin: calc(10 / 750 * 100vw) 0 calc(10 / 750 * 100vw);
}
.lp_contents .sec_item.toneup .item_frame .cushion_product {
  border: calc(2 / 750 * 100vw) solid #deb4c0;
  padding-bottom: calc(49 / 750 * 100vw);
}
.lp_contents .sec_item.toneup .item_frame .cushion_product .cushion_product_ttl {
  width: calc(530 / 750 * 100vw);
  background-color: #ffeaf3;
  padding: calc(13 / 750 * 100vw) 0;
}
.lp_contents .sec_item.toneup .item_frame .cushion_product .cushion_product_img {
  margin: calc(0 / 750 * 100vw) auto 0;
  width: calc(453 / 750 * 100vw);
}
.lp_contents .sec_item.toneup .item_frame .cushion_product .cushion_name {
  margin-top: calc(-10 / 750 * 100vw);
}
.lp_contents .sec_item.toneup .item_frame .cushion_product .cushion_product_note {
  margin-top: calc(4 / 750 * 100vw);
}
.lp_contents .sec_item.toneup .item_frame .cushion_product .cushion_price {
  margin-top: calc(30 / 750 * 100vw);
}
.lp_contents .sec_item.toneup .item_frame .cushion_product .cushion_btn {
  margin-top: calc(40 / 750 * 100vw);
  width: calc(530 / 750 * 100vw);
}
.lp_contents .sec_item.toneup .item_frame .cushion_product .cushion_btn a, .lp_contents .sec_item.toneup .item_frame .cushion_product .cushion_btn div {
  display: block;
  padding-top: calc(26 / 750 * 100vw);
  width: 100%;
  height: calc(80 / 750 * 100vw);
  text-align: center;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  font-size: calc(26 / 750 * 100vw);
  font-weight: bold;
  line-height: 1.0;
}
.lp_contents .sec_item.toneup .item_frame .cushion_product .cushion_btn a span, .lp_contents .sec_item.toneup .item_frame .cushion_product .cushion_btn div span {
  color: #fff;
}
.lp_contents .sec_item.toneup .item_frame .cushion_product .cushion_btn a {
  position: relative;
  background-color: #d63f18;
}
.lp_contents .sec_item.toneup .item_frame .cushion_product .cushion_btn a span {
  display: block;
  margin-top: calc(10 / 750 * 100vw);
  font-size: .7em;
  color: #fff;
}
.lp_contents .sec_item.toneup .item_frame .cushion_product .cushion_btn a span.fontSize32 {
  font-size: calc(32 / 750 * 100vw);
  margin-top: 0;
  display: inline-block !important;
}
.lp_contents .sec_item.toneup .item_frame .cushion_product .cushion_btn a span.fontSize32 span {
  display: inline-block !important;
}
.lp_contents .sec_item.toneup .item_frame .cushion_product .cushion_btn a::after {
  position: absolute;
  right: 20px;
  top: 42%;
  content: '';
  display: inline-block;
  margin-top: -6px;
  width: calc(15 / 750 * 100vw);
  height: calc(25 / 750 * 100vw);
  background: url(/sp/cms/onlineshop/lm/primer/20200129/img/btn_arrow.svg) no-repeat center center;
  background-size: contain;
}
.lp_contents .sec_item.toneup .item_frame .cushion_product .cushion_btn a.zaikokbn2 {
  padding-top: calc(14 / 750 * 100vw);
}
.lp_contents .sec_item.toneup .item_frame .cushion_product .cushion_btn div {
  background-color: #8a8a8a;
}
.lp_contents .sec_item.toneup .item_btn a {
  padding: calc(20 / 750 * 100vw) calc(20 / 750 * 100vw) calc(16 / 750 * 100vw);
  border-width: calc(2 / 750 * 100vw);
}
.lp_contents .sec_item .toneup_kit {
  margin: calc(80 / 750 * 100vw) auto calc(70 / 750 * 100vw);
  width: calc(630 / 750 * 100vw);
}
.lp_contents .sec_item .toneup_cont {
  margin: calc(0 / 750 * 100vw) auto 0;
  background-color: #fcf4f2;
  box-shadow: 5px 10px 8px 0px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  width: calc(590 / 750 * 100vw);
  position: relative;
}
.lp_contents .sec_item .toneup_cont_inner {
  position: relative;
  border: calc(4 / 750 * 100vw) #fff solid;
  box-sizing: border-box;
  padding: calc(44 / 750 * 100vw) calc(0 / 750 * 100vw) calc(46 / 750 * 100vw);
  text-align: center;
  outline: calc(6 / 750 * 100vw) solid #fcf4f2;
}
.lp_contents .sec_item .toneup_cont_tag {
  width: calc(632 / 750 * 100vw);
  position: absolute;
  top: calc(-44 / 750 * 100vw);
  left: calc(-25 / 750 * 100vw);
}
.lp_contents .sec_item .toneup_cont_info .info_ttl {
  font-size: calc(24 / 750 * 100vw);
  line-height: calc(40 / 750 * 100vw);
  margin-bottom: calc(5 / 750 * 100vw);
  letter-spacing: 0;
}
.lp_contents .sec_item .toneup_cont_info .info_ttl span {
  font-weight: bold;
}
.lp_contents .sec_item .toneup_cont_info .info_catch {
  font-size: calc(26 / 750 * 100vw);
  line-height: calc(39 / 750 * 100vw);
  font-weight: bold;
  color: #d73f18;
  letter-spacing: -0.02em;
  font-feature-settings: "palt";
  margin-bottom: calc(7 / 750 * 100vw);
}
.lp_contents .sec_item .toneup_cont_info .info_catch span {
  font-size: calc(34 / 750 * 100vw);
  color: #d73f18;
  letter-spacing: -0.02em;
  margin-top: calc(6 / 750 * 100vw);
  display: inline-block;
}
.lp_contents .sec_item .toneup_cont_info .info_img {
  margin: calc(0 / 750 * 100vw) auto 0;
  width: calc(339 / 750 * 100vw);
  position: relative;
}
.lp_contents .sec_item .toneup_cont_info .info_img .info_icon {
  width: calc(96 / 750 * 100vw);
  height: calc(96 / 750 * 100vw);
  position: absolute;
  top: calc(5 / 750 * 100vw);
  right: calc(-5 / 750 * 100vw);
  z-index: 14;
}
.lp_contents .sec_item .toneup_cont_info .info_link {
  margin: calc(30 / 750 * 100vw) auto 0;
}
.lp_contents .sec_item .toneup_cont_info .info_link a {
  margin: calc(0 / 750 * 100vw) auto 0;
  display: block;
  position: relative;
  width: calc(520 / 750 * 100vw);
  height: calc(80 / 750 * 100vw);
  box-sizing: border-box;
  border: calc(2 / 750 * 100vw) solid #3e2b2e;
  background-color: #fff;
  text-decoration: none;
}
.lp_contents .sec_item .toneup_cont_info .info_link a .info_link_img {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 11;
  width: calc(143 / 750 * 100vw);
  height: calc(99 / 750 * 100vw);
}
.lp_contents .sec_item .toneup_cont_info .info_link a::after {
  content: '';
  display: block;
  position: absolute;
  width: calc(10 / 750 * 100vw);
  height: calc(10 / 750 * 100vw);
  border-right: calc(3 / 750 * 100vw) solid #3e2b2e;
  border-bottom: calc(3 / 750 * 100vw) solid #3e2b2e;
  top: 40%;
  right: calc(21 / 750 * 100vw);
  transform: rotate(45deg);
}
.lp_contents .sec_item .toneup_cont_info .info_link a span {
  margin-left: calc(100 / 750 * 100vw);
  display: inline-block;
  height: calc(80 / 750 * 100vw);
  font-size: calc(20 / 750 * 100vw);
  line-height: calc(36 / 750 * 100vw);
  font-weight: 700;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.lp_contents .sec_item .toneup_cont_info .info_link a + a {
  margin-top: calc(40 / 750 * 100vw);
}
.lp_contents .sec_item .toneup_cont_info .info_other {
  text-align: center;
  margin: calc(26 / 750 * 100vw) auto calc(0 / 750 * 100vw);
  font-size: calc(22 / 750 * 100vw);
  line-height: calc(33 / 750 * 100vw);
  font-weight: 400;
  letter-spacing: -0.02em;
}
.lp_contents .sec_item .toneup_cont_info .info_other a {
  display: inline;
  color: #d73f18;
}
.lp_contents .sec_item .toneup_cont_info .info_other a em {
  position: relative;
}
.lp_contents .sec_item .toneup_cont_info .info_other a em::after {
  content: '';
  display: block;
  position: absolute;
  width: calc(10 / 750 * 100vw);
  height: calc(10 / 750 * 100vw);
  border-right: calc(3 / 750 * 100vw) solid #d73f18;
  border-bottom: calc(3 / 750 * 100vw) solid #d73f18;
  top: 35%;
  right: calc(5 / 750 * 100vw);
  transform: rotate(-135deg);
}
.lp_contents .sec_item .toneup_cont .present_end {
  top: calc(-110 / 750 * 100vw);
}
.lp_contents .sec_item.cushion {
  padding-top: calc(242 / 750 * 100vw);
  background: #fff url(/sp/cms/onlineshop/lm/primer/20200129/img/cushion/cushion_bg1.jpg) repeat-y center top/100%;
}
.lp_contents .sec_item.cushion .container {
  position: relative;
}
.lp_contents .sec_item.cushion .item_frame {
  border-color: #f5e7dc;
  padding-bottom: calc(76 / 750 * 100vw);
}
.lp_contents .sec_item.cushion .item_frame_img {
  width: calc(603 / 750 * 100vw);
  position: absolute;
  left: calc(-40 / 750 * 100vw);
  top: calc(-144 / 750 * 100vw);
  z-index: 12;
}
.lp_contents .sec_item.cushion .item_intro .item_intro-img {
  margin-top: calc(16 / 750 * 100vw);
}
.lp_contents .sec_item.tlsp {
  background: #fff url(/sp/cms/onlineshop/lm/primer/20200129/img/tlsp/tlsp_bg.jpg) repeat-y center top/100%;
}
.lp_contents .sec_item.tlsp .toneup_kit2 {
  margin: calc(120 / 750 * 100vw) auto calc(70 / 750 * 100vw);
  width: calc(424 / 750 * 100vw);
}
.lp_contents .sec_item.tlsp .toneup_cont .info_link a::after {
  transform: rotate(-135deg);
  top: 42%;
}
.lp_contents .sec_item.tinted {
  background: #ffefeb;
  background-image: linear-gradient(to bottom, #ffefeb 94%, #ffffff 100%);
}
.lp_contents .sec_item.concealer {
  background: #fff url(/sp/cms/onlineshop/lm/primer/20200129/img/concealer/concealer_bg1.jpg) repeat-y center top;
  background-size: contain;
  position: relative;
  padding-bottom: calc(146 / 750 * 100vw);
}
.lp_contents .sec_item.concealer::after {
  content: '';
  height: calc(146 / 750 * 100vw);
  background: linear-gradient(to bottom, #fcfaf1 0%, #ffffff 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.lp_contents .sec_item.zaiko {
  position: relative;
  border: 0;
  padding: 0 calc(40 / 750 * 100vw) calc(110 / 750 * 100vw);
}
.lp_contents .sec_item .container {
  padding: calc(6 / 750 * 100vw);
  box-shadow: 0 calc(3 / 750 * 100vw) calc(4 / 750 * 100vw) 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  text-decoration: none;
}
.lp_contents .sec_item .container.blaring {
  margin-top: calc(200 / 750 * 100vw);
}
.lp_contents .sec_item .item_frame {
  border: #f0dadc solid calc(4 / 750 * 100vw);
}
.lp_contents .sec_item .item_frame + .item_frame {
  margin-top: calc(200 / 750 * 100vw);
}
.lp_contents .sec_item .item_frame#blaring {
  padding-bottom: calc(82 / 750 * 100vw);
}
.lp_contents .sec_item .item_intro {
  position: relative;
  padding: calc(420 / 750 * 100vw) calc(26 / 750 * 100vw) 0;
}
.lp_contents .sec_item .item_intro-img {
  position: absolute;
  top: calc(-90 / 750 * 100vw);
  left: 50%;
  transform: translateX(-50%);
  width: calc(590 / 750 * 100vw);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.07);
}
.lp_contents .sec_item .item_intro h2 {
  font-family: 'Montserrat' , sans-serif;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  font-size: calc(42 / 750 * 100vw);
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.075em;
  text-align: center;
}
.lp_contents .sec_item .item_intro-date + h2 {
  margin-top: calc(40 / 750 * 100vw);
}
.lp_contents .sec_item .item_intro-date {
  width: calc(180 / 750 * 100vw);
  height: calc(51 / 750 * 100vw);
  margin: 0 auto;
  background-color: #d63f18;
  color: #fff;
  font-size: calc(30 / 750 * 100vw);
  font-weight: bold;
  line-height: calc(51 / 750 * 100vw);
  text-align: center;
}
.lp_contents .sec_item .item_intro-catch {
  margin-top: calc(30 / 750 * 100vw);
  font-size: calc(26 / 750 * 100vw);
  font-weight: bold;
  letter-spacing: 0.08em;
  text-align: center;
}
.lp_contents .sec_item .item_intro-catch.letterSpacing {
  letter-spacing: 0.04em;
}
.lp_contents .sec_item .item_intro-txt {
  margin-top: calc(30 / 750 * 100vw);
  font-size: calc(22 / 750 * 100vw);
  line-height: 2.0;
  text-align: center;
}
.lp_contents .sec_item .item_intro .txt_ls0 {
  letter-spacing: -0.046em;
}
.lp_contents .sec_item .item_anchor {
  position: relative;
  margin: calc(77 / 750 * 100vw) calc(30 / 750 * 100vw) 0;
  padding-top: calc(60 / 750 * 100vw);
  border-top: #3e2b2e solid 1px;
}
.lp_contents .sec_item .item_anchor h3 {
  position: relative;
  font-size: calc(28 / 750 * 100vw);
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}
.lp_contents .sec_item .item_anchor ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  margin-top: calc(40 / 750 * 100vw);
}
.lp_contents .sec_item .item_anchor ul li {
  margin-top: calc(20 / 750 * 100vw);
  width: calc(285 / 750 * 100vw);
}
.lp_contents .sec_item .sec_item_wrapper {
  padding-top: calc(145 / 750 * 100vw);
}
.lp_contents .sec_item .sec_item_cont {
  position: relative;
  padding: calc(85 / 750 * 100vw) calc(60 / 750 * 100vw) calc(80 / 750 * 100vw);
}
.lp_contents .sec_item .sec_item_cont.padding30 {
  padding: calc(85 / 750 * 100vw) calc(30 / 750 * 100vw) calc(80 / 750 * 100vw);
}
.lp_contents .sec_item .sec_item_cont.primer1 {
  background-color: #fff6f2;
}
.lp_contents .sec_item .sec_item_cont.primer1 .product_flag {
  background-color: #d88c8c;
}
.lp_contents .sec_item .sec_item_cont.primer1 .product_function {
  border-top-color: #f9e0df;
  border-bottom-color: #f9e0df;
}
.lp_contents .sec_item .sec_item_cont.primer2 {
  background-color: #fcf4f8;
}
.lp_contents .sec_item .sec_item_cont.primer2 .product_flag {
  background-color: #e1a1b5;
}
.lp_contents .sec_item .sec_item_cont.primer2 .product_function {
  border-top-color: #f6e2e7;
  border-bottom-color: #f6e2e7;
}
.lp_contents .sec_item .sec_item_cont.primer3 {
  background-color: #f5f2fd;
}
.lp_contents .sec_item .sec_item_cont.primer3 .product_flag {
  background-color: #c19ecc;
}
.lp_contents .sec_item .sec_item_cont.primer3 .product_function {
  border-top-color: #ede2f6;
  border-bottom-color: #ede2f6;
}
.lp_contents .sec_item .sec_item_cont.primer3 .product_sub-catch {
  border-color: #ede2f6;
}
.lp_contents .sec_item .sec_item_cont.primer4 {
  background-color: #e9edf4;
}
.lp_contents .sec_item .sec_item_cont.primer4 .product_flag {
  background-color: #95b1d3;
}
.lp_contents .sec_item .sec_item_cont.primer4 .product_function {
  border-top-color: #becfe3;
  border-bottom-color: #becfe3;
}
.lp_contents .sec_item .sec_item_cont.primer4 .product_sub-catch {
  border-color: #becfe3;
}
.lp_contents .sec_item .sec_item_cont.primer5 {
  background-color: #f9edea;
}
.lp_contents .sec_item .sec_item_cont.primer5 .product_flag {
  background-color: #ddae98;
}
.lp_contents .sec_item .sec_item_cont.primer5 .product_function {
  border-top-color: #efcfc0;
  border-bottom-color: #efcfc0;
}
.lp_contents .sec_item .sec_item_cont.primer5 .product_sub-catch {
  border-color: #f9edea;
}
.lp_contents .sec_item .sec_item_cont.primer6 {
  background-color: #f9f3eb;
}
.lp_contents .sec_item .sec_item_cont.primer6 .product_flag {
  background-color: #d4b997;
}
.lp_contents .sec_item .sec_item_cont.primer6 .product_function {
  border-top-color: #efdac0;
  border-bottom-color: #efdac0;
}
.lp_contents .sec_item .sec_item_cont.tlsp01 {
  background-color: #f5efe4;
}
.lp_contents .sec_item .sec_item_cont.tlsp01 .product_flag {
  background-color: #c3ac80;
}
.lp_contents .sec_item .sec_item_cont.tlsp02 {
  background-color: #faeeec;
}
.lp_contents .sec_item .sec_item_cont.tlsp02 .product_flag {
  background-color: #d68d7e;
}
.lp_contents .sec_item .sec_item_cont.tlsp03 {
  background-color: #f3f3f3;
}
.lp_contents .sec_item .sec_item_cont.tlsp03 .product_flag {
  background-color: #898989;
}
.lp_contents .sec_item .sec_item_cont .product_flag {
  display: block;
  position: absolute;
  top: calc(-25 / 750 * 100vw);
  left: 50%;
  transform: translateX(-50%);
  padding: calc(15 / 750 * 100vw);
  width: calc(410 / 750 * 100vw);
  color: #fff;
  font-size: calc(26 / 750 * 100vw);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  box-sizing: border-box;
}
.lp_contents .sec_item .sec_item_cont .product_main_img {
  margin: 0 auto;
  width: calc(470 / 750 * 100vw);
}
.lp_contents .sec_item .sec_item_cont .product_catch {
  margin-top: calc(40 / 750 * 100vw);
  font-size: calc(26 / 750 * 100vw);
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: center;
}
.lp_contents .sec_item .sec_item_cont .product_name {
  margin-top: calc(50 / 750 * 100vw);
  font-size: calc(22 / 750 * 100vw);
  line-height: 1.75;
}
.lp_contents .sec_item .sec_item_cont .product_name span {
  display: inline-block;
  font-weight: normal;
}
.lp_contents .sec_item .sec_item_cont .product_detail {
  margin-top: calc(30 / 750 * 100vw);
  font-size: calc(20 / 750 * 100vw);
  line-height: 1.75;
}
.lp_contents .sec_item .sec_item_cont .product_price {
  display: inline-block;
  margin-top: calc(40 / 750 * 100vw);
  font-size: calc(36 / 750 * 100vw);
  line-height: 1;
  font-weight: bold;
}
.lp_contents .sec_item .sec_item_cont .product_price span {
  font-size: calc(24 / 750 * 100vw);
}
.lp_contents .sec_item .sec_item_cont .product_postage {
  display: inline-block;
  padding: calc(10 / 750 * 100vw) calc(30 / 750 * 100vw);
  margin-left: calc(20 / 750 * 100vw);
  border: solid 1px #3e2b2e;
  font-size: calc(24 / 750 * 100vw);
  line-height: 1;
  font-weight: bold;
}
.lp_contents .sec_item .sec_item_cont .product_cv_btn,
.lp_contents .sec_item .sec_item_cont .product_sub-cv_btn {
  margin-top: calc(40 / 750 * 100vw);
}
.lp_contents .sec_item .sec_item_cont .product_cv_btn a, .lp_contents .sec_item .sec_item_cont .product_cv_btn div,
.lp_contents .sec_item .sec_item_cont .product_sub-cv_btn a,
.lp_contents .sec_item .sec_item_cont .product_sub-cv_btn div {
  display: block;
  padding-top: calc(35 / 750 * 100vw);
  width: 100%;
  height: calc(100 / 750 * 100vw);
  text-align: center;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  font-size: calc(32 / 750 * 100vw);
  font-weight: bold;
  line-height: 1.0;
}
.lp_contents .sec_item .sec_item_cont .product_cv_btn a,
.lp_contents .sec_item .sec_item_cont .product_sub-cv_btn a {
  position: relative;
  background-color: #d63f18;
}
.lp_contents .sec_item .sec_item_cont .product_cv_btn a span,
.lp_contents .sec_item .sec_item_cont .product_sub-cv_btn a span {
  display: block;
  margin-top: calc(10 / 750 * 100vw);
  font-size: .7em;
  color: #fff;
}
.lp_contents .sec_item .sec_item_cont .product_cv_btn a::after,
.lp_contents .sec_item .sec_item_cont .product_sub-cv_btn a::after {
  position: absolute;
  right: 20px;
  top: 42%;
  content: '';
  display: inline-block;
  margin-top: -6px;
  width: calc(15 / 750 * 100vw);
  height: calc(25 / 750 * 100vw);
  background: url(/sp/cms/onlineshop/lm/primer/20200129/img/btn_arrow.svg) no-repeat center center;
  background-size: contain;
}
.lp_contents .sec_item .sec_item_cont .product_cv_btn a.zaikokbn2,
.lp_contents .sec_item .sec_item_cont .product_sub-cv_btn a.zaikokbn2 {
  padding-top: calc(20 / 750 * 100vw);
}
.lp_contents .sec_item .sec_item_cont .product_cv_btn div,
.lp_contents .sec_item .sec_item_cont .product_sub-cv_btn div {
  background-color: #8a8a8a;
}
.lp_contents .sec_item .sec_item_cont .product_sub-cv_btn {
  width: 100%;
}
.lp_contents .sec_item .sec_item_cont .product_function {
  margin-top: calc(60 / 750 * 100vw);
  border-top: solid 2px;
  border-bottom: solid 2px;
  padding: calc(40 / 750 * 100vw) 0;
}
.lp_contents .sec_item .sec_item_cont .product_function dt {
  margin-top: calc(40 / 750 * 100vw);
  font-family: 'Montserrat' , sans-serif;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  font-size: calc(22 / 750 * 100vw);
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.lp_contents .sec_item .sec_item_cont .product_function dt:first-child {
  margin-top: 0;
}
.lp_contents .sec_item .sec_item_cont .product_function dd {
  font-size: calc(20 / 750 * 100vw);
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.lp_contents .sec_item .sec_item_cont .product_sub {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  margin-top: calc(105 / 750 * 100vw);
  padding: calc(50 / 750 * 100vw) calc(30 / 750 * 100vw) calc(40 / 750 * 100vw);
  background-color: #fff;
}
.lp_contents .sec_item .sec_item_cont .product_sub-catch {
  position: absolute;
  top: calc(-25 / 750 * 100vw);
  left: 50%;
  transform: translateX(-50%);
  padding: calc(5 / 750 * 100vw) 0;
  width: calc(400 / 750 * 100vw);
  box-sizing: border-box;
  border: solid 2px;
  border-radius: calc(25 / 750 * 100vw);
  background-color: #fff;
  font-size: calc(24 / 750 * 100vw);
  font-weight: bold;
  text-align: center;
}
.lp_contents .sec_item .sec_item_cont .product_sub-img {
  width: calc(92 / 750 * 100vw);
}
.lp_contents .sec_item .sec_item_cont .product_sub-txt {
  width: calc(360 / 750 * 100vw);
}
.lp_contents .sec_item .sec_item_cont .product_sub-name span {
  display: inline-block;
  font-size: calc(22 / 750 * 100vw);
  font-weight: bold;
  line-height: 1.7;
}
.lp_contents .sec_item .sec_item_cont .product_sub-detail {
  margin-top: calc(10 / 750 * 100vw);
  font-size: calc(20 / 750 * 100vw);
}
.lp_contents .sec_item .sec_item_cont .product_sub-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: calc(20 / 750 * 100vw);
  font-size: calc(32 / 750 * 100vw);
  font-weight: bold;
  line-height: 1;
}
.lp_contents .sec_item .sec_item_cont .product_sub-price span {
  font-size: calc(22 / 750 * 100vw);
}
.lp_contents .sec_item .sec_item_cont .product_sub-price span.product_sub-postage {
  display: block;
  border: solid 1px #3e2b2e;
  padding: calc(10 / 750 * 100vw);
  font-size: calc(22 / 750 * 100vw);
  letter-spacing: 0.1em;
}
.lp_contents .sec_item .sec_item_cont .product_sub-cv_note {
  margin-top: calc(20 / 750 * 100vw);
  font-size: calc(20 / 750 * 100vw);
  line-height: 1;
  letter-spacing: -0.01em;
  text-align: right;
}
.lp_contents .sec_item.kit {
  padding: calc(140 / 750 * 100vw) calc(40 / 750 * 100vw) calc(100 / 750 * 100vw);
}
.lp_contents .sec_item .item_limit {
  margin: 0 0 0;
  padding: 0 0 calc(80 / 750 * 100vw);
  background-color: #f5efe4;
}
.lp_contents .sec_item .item_limit .item_limit_ttl {
  margin: 0 auto 0;
  width: calc(514 / 750 * 100vw);
  text-align: center;
}
.lp_contents .sec_item .item_limit .item_limit_cont {
  background-color: #fff;
  margin: calc(34 / 750 * 100vw) calc(30 / 750 * 100vw) 0;
  padding: calc(75 / 750 * 100vw) calc(34 / 750 * 100vw) calc(60 / 750 * 100vw);
  position: relative;
}
.lp_contents .sec_item .item_limit .item_limit_cont::after {
  background: url(/sp/cms/onlineshop/lm/primer/20200129/img/item_limit_cont_icon.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  left: calc(-11 / 750 * 100vw);
  top: calc(-15 / 750 * 100vw);
  content: '';
  width: calc(209 / 750 * 100vw);
  height: calc(155 / 750 * 100vw);
}
.lp_contents .sec_item .item_limit .item_limit_cont .cont_ttl {
  font-size: calc(24 / 750 * 100vw);
  font-weight: 400;
  line-height: calc(40 / 750 * 100vw);
  letter-spacing: 0;
  color: #8f7a52;
  text-align: center;
  margin: calc(0 / 750 * 100vw) calc(-30 / 750 * 100vw) 0;
}
.lp_contents .sec_item .item_limit .item_limit_cont .cont_ttl span {
  color: #8f7a52;
  font-weight: 700;
}
.lp_contents .sec_item .item_limit .item_limit_cont .cont_box {
  margin-top: calc(-10 / 750 * 100vw);
  text-align: left;
}
.lp_contents .sec_item .item_limit .item_limit_cont .cont_box .cont_img {
  margin: calc(0 / 750 * 100vw) auto 0;
  width: calc(470 / 750 * 100vw);
}
.lp_contents .sec_item .item_limit .item_limit_cont .cont_box .cont_data {
  margin: calc(0 / 750 * 100vw) 0 0;
}
.lp_contents .sec_item .item_limit .item_limit_cont .cont_box .cont_data_new {
  display: inline-block;
  color: #d63f18;
  border-bottom: calc(1 / 750 * 100vw) solid #d63f18;
  font-size: calc(26 / 750 * 100vw);
  font-weight: bold;
  line-height: calc(26 / 750 * 100vw);
  letter-spacing: 0.05em;
}
.lp_contents .sec_item .item_limit .item_limit_cont .cont_box .cont_data_catch {
  margin: calc(16 / 750 * 100vw) 0 0;
  font-size: calc(26 / 750 * 100vw);
  font-weight: bold;
  line-height: calc(45 / 750 * 100vw);
  letter-spacing: -0.02em;
}
.lp_contents .sec_item .item_limit .item_limit_cont .cont_box .cont_data_set {
  margin: calc(27 / 750 * 100vw) auto calc(15 / 750 * 100vw);
  position: relative;
  text-align: left;
}
.lp_contents .sec_item .item_limit .item_limit_cont .cont_box .cont_data_set::after {
  position: absolute;
  content: "";
  background-color: #3e2b2e;
  height: calc(2 / 750 * 100vw);
  left: calc(123 / 750 * 100vw);
  right: 0;
  top: calc(8 / 750 * 100vw);
}
.lp_contents .sec_item .item_limit .item_limit_cont .cont_box .cont_data_set span {
  font-size: calc(22 / 750 * 100vw);
  line-height: calc(22 / 750 * 100vw);
  letter-spacing: 0.05em;
  font-weight: 400;
}
.lp_contents .sec_item .item_limit .item_limit_cont .cont_box .cont_data_name dt {
  margin-top: calc(18 / 750 * 100vw);
  font-size: calc(22 / 750 * 100vw);
  letter-spacing: 0.05em;
  line-height: 1.75;
  font-weight: 400;
  padding-left: 1.0em;
  text-indent: -1.0em;
}
.lp_contents .sec_item .item_limit .item_limit_cont .cont_box .cont_data_name dd {
  margin-top: calc(-1 / 750 * 100vw);
  font-size: calc(20 / 750 * 100vw);
  letter-spacing: 0.05em;
  line-height: 1.75;
  font-weight: 400;
  padding-left: 1.0em;
}
.lp_contents .sec_item .item_limit .item_limit_cont .cont_box .cont_data_detail {
  margin-top: calc(10 / 750 * 100vw);
  font-size: calc(12 / 750 * 100vw);
  line-height: 1.75;
}
.lp_contents .sec_item .item_limit .item_limit_cont .cont_box .cont_data_price {
  display: inline-block;
  margin-top: calc(22 / 750 * 100vw);
  font-size: calc(36 / 750 * 100vw);
  line-height: calc(55 / 750 * 100vw);
  letter-spacing: 0;
  font-weight: bold;
}
.lp_contents .sec_item .item_limit .item_limit_cont .cont_box .cont_data_price span {
  font-size: calc(24 / 750 * 100vw);
}
.lp_contents .sec_item .item_limit .item_limit_cont .cont_box .cont_data_postage {
  display: inline-block;
  box-sizing: border-box;
  width: calc(165 / 750 * 100vw);
  margin-left: calc(10 / 750 * 100vw);
  text-align: center;
  border: solid calc(2 / 750 * 100vw) #3e2b2e;
  font-size: calc(24 / 750 * 100vw);
  line-height: calc(45 / 750 * 100vw);
  height: calc(45 / 750 * 100vw);
  letter-spacing: 0.05em;
  font-weight: bold;
}
.lp_contents .sec_item .item_limit .item_limit_cont .cont_box .cont_data_btn {
  margin: calc(30 / 750 * 100vw) auto 0;
}
.lp_contents .sec_item .item_limit .item_limit_cont .cont_box .cont_data_btn a, .lp_contents .sec_item .item_limit .item_limit_cont .cont_box .cont_data_btn div {
  display: block;
  width: calc(520 / 750 * 100vw);
  height: calc(100 / 750 * 100vw);
  text-align: center;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  font-size: calc(30 / 750 * 100vw);
  line-height: 1;
  font-weight: bold;
  padding: calc(36 / 750 * 100vw) 0;
}
.lp_contents .sec_item .item_limit .item_limit_cont .cont_box .cont_data_btn a {
  position: relative;
  background-color: #d63f18;
}
.lp_contents .sec_item .item_limit .item_limit_cont .cont_box .cont_data_btn a span {
  display: block;
  font-size: .7em;
  color: #fff;
}
.lp_contents .sec_item .item_limit .item_limit_cont .cont_box .cont_data_btn a::after {
  position: absolute;
  right: calc(20 / 750 * 100vw);
  top: 42%;
  content: '';
  display: inline-block;
  margin-top: calc(-6 / 750 * 100vw);
  width: calc(15 / 750 * 100vw);
  height: calc(25 / 750 * 100vw);
  background: url(/sp/cms/onlineshop/lm/primer/20200129/img/btn_arrow.svg) no-repeat center center;
  background-size: contain;
}
.lp_contents .sec_item .item_limit .item_limit_cont .cont_box .cont_data_btn a.zaikokbn2 {
  padding-top: calc(26 / 750 * 100vw);
}
.lp_contents .sec_item .item_limit .item_limit_cont .cont_box .cont_data_btn div {
  background-color: #8a8a8a;
}
.lp_contents .limit_prod {
  position: relative;
}
.lp_contents .limit_prod:first-child {
  margin-top: 0;
}
.lp_contents .limit_prod .limit_ttl h2 {
  position: relative;
  margin: 0 0 calc(70 / 750 * 100vw);
}
.lp_contents .limit_prod .limit_ttl h2::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #3e2b2e;
}
.lp_contents .limit_prod .limit_ttl h2 span {
  display: table;
  position: relative;
  margin: 0 auto;
  padding: 0 calc(40 / 750 * 100vw);
  background-color: #fff;
  font-family: 'Montserrat' , sans-serif;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  font-size: calc(50 / 750 * 100vw);
  font-weight: bold;
  line-height: calc(50 / 750 * 100vw);
  letter-spacing: 0.075em;
}
.lp_contents .limit_prod .limit_catch {
  display: table;
  margin: calc(70 / 750 * 100vw) auto calc(20 / 750 * 100vw);
  padding: calc(10 / 750 * 100vw) calc(20 / 750 * 100vw);
  background-color: #d63f18;
  color: #fff;
  font-size: calc(24 / 750 * 100vw);
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.lp_contents .limit_prod h2 {
  margin-top: calc(33 / 750 * 100vw);
  font-family: 'Montserrat' , sans-serif;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  font-size: calc(42 / 750 * 100vw);
  line-height: calc(44 / 750 * 100vw);
  text-align: center;
  letter-spacing: 0.075em;
}
.lp_contents .limit_prod .limit_sub {
  margin-top: calc(27 / 750 * 100vw);
  font-size: calc(24 / 750 * 100vw);
  letter-spacing: 0.05em;
  line-height: calc(40 / 750 * 100vw);
  letter-spacing: 0.05em;
  text-align: center;
}
.lp_contents .limit_prod .limit_sub span {
  color: #d63f18;
  font-weight: 600;
}
.lp_contents .limit_prod .limit_wrap {
  position: relative;
  margin: calc(95 / 750 * 100vw) auto 0;
  width: calc(600 / 750 * 100vw);
}
.lp_contents .limit_prod .limit_wrap .limit_icon {
  position: absolute;
  top: calc(-65 / 750 * 100vw);
  left: calc(-23 / 750 * 100vw);
  width: calc(272 / 750 * 100vw);
  z-index: -1;
}
.lp_contents .limit_prod .limit_cont {
  width: 420px;
}
.lp_contents .limit_prod .limit_name {
  margin-top: calc(38 / 750 * 100vw);
  font-size: calc(24 / 750 * 100vw);
  font-weight: bold;
  line-height: calc(34 / 750 * 100vw);
  letter-spacing: 0.05em;
  line-height: 1.75;
}
.lp_contents .limit_prod .limit_list {
  margin-top: calc(19 / 750 * 100vw);
  border-top: calc(2 / 750 * 100vw) solid #8b8082;
  border-bottom: calc(2 / 750 * 100vw) solid #8b8082;
  padding: calc(47 / 750 * 100vw) 0 calc(42 / 750 * 100vw);
  text-align: center;
}
.lp_contents .limit_prod .limit_list li {
  font-size: calc(22 / 750 * 100vw);
  font-weight: bold;
  line-height: calc(32 / 750 * 100vw);
  letter-spacing: 0.05em;
  margin-top: calc(27 / 750 * 100vw);
  padding-left: 1.0em;
  text-indent: -1.0em;
}
.lp_contents .limit_prod .limit_list li span {
  font-size: calc(20 / 750 * 100vw);
  font-weight: normal;
  line-height: 1.7;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  display: inline-block;
  margin-top: calc(7 / 750 * 100vw);
  letter-spacing: -0.02em;
}
.lp_contents .limit_prod .limit_list li:first-child {
  margin-top: 0;
}
.lp_contents .limit_prod .limit_price {
  margin-top: calc(40 / 750 * 100vw);
  font-size: calc(24 / 750 * 100vw);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
}
.lp_contents .limit_prod .limit_price--num {
  font-size: calc(40 / 750 * 100vw);
}
.lp_contents .limit_prod .limit_price--posage {
  display: inline-block;
  padding: calc(8 / 750 * 100vw) calc(30 / 750 * 100vw);
  margin-left: calc(20 / 750 * 100vw);
  border: solid 1px #3e2b2e;
  font-size: calc(24 / 750 * 100vw);
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.lp_contents .limit_prod .limit_btn {
  margin-top: calc(40 / 750 * 100vw);
}
.lp_contents .limit_prod .limit_btn a, .lp_contents .limit_prod .limit_btn div {
  display: block;
  padding-top: calc(35 / 750 * 100vw);
  width: 100%;
  height: calc(100 / 750 * 100vw);
  text-align: center;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  font-size: calc(32 / 750 * 100vw);
  font-weight: bold;
  line-height: 1.0;
}
.lp_contents .limit_prod .limit_btn a {
  position: relative;
  background-color: #d63f18;
}
.lp_contents .limit_prod .limit_btn a span {
  display: block;
  margin-top: calc(10 / 750 * 100vw);
  font-size: .7em;
  color: #fff;
}
.lp_contents .limit_prod .limit_btn a::after {
  position: absolute;
  right: 20px;
  top: 50%;
  content: '';
  display: inline-block;
  margin-top: -6px;
  width: calc(15 / 750 * 100vw);
  height: calc(25 / 750 * 100vw);
  background: url(/sp/cms/onlineshop/lm/primer/20200129/img/btn_arrow.svg) no-repeat center center;
  background-size: contain;
}
.lp_contents .limit_prod .limit_btn a.zaikokbn2 {
  padding-top: calc(20 / 750 * 100vw);
}
.lp_contents .limit_prod .limit_btn div {
  background-color: #8a8a8a;
}
.lp_contents .limit_prod .limit_detail {
  margin-top: calc(40 / 750 * 100vw);
  font-size: calc(24 / 750 * 100vw);
  font-weight: bold;
  line-height: 1.75;
  text-align: center;
}
.lp_contents .limit_prod .limit_cont2 {
  margin-top: 20px;
  padding: 20px 0;
  border-top: solid 1px #3e2b2e;
  border-bottom: solid 1px #3e2b2e;
}
.lp_contents .limit_prod .limit_cont2-txt {
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  text-indent: -1.0em;
  padding-left: 1.0em;
  text-align: left;
}
.lp_contents .limit_prod .limit_cont2-txt:first-child {
  margin-top: 0;
}
.lp_contents .limit_prod .limit_cont2-txt2 {
  margin-top: 3px;
  font-size: 12px;
  line-height: 1.4;
  padding-left: 10px;
  text-align: left;
}
.lp_contents .limit_prod .limit_cont2-txt2 + .limit_cont2-txt {
  margin-top: 15px;
}
.lp_contents .limit_prod .limit_cont2.limit_long {
  padding: 25px 0 25px;
}
.lp_contents .limit_prod .limit_cont3 {
  display: flex;
  justify-content: space-between;
  padding: calc(40 / 750 * 100vw) 0 calc(40 / 750 * 100vw) calc(20 / 750 * 100vw);
  border-bottom: calc(2 / 750 * 100vw) solid;
  border-top: calc(2 / 750 * 100vw) solid;
  margin-top: calc(34 / 750 * 100vw);
}
.lp_contents .limit_prod .limit_cont3 .limit_cont3-txt {
  font-size: calc(22 / 750 * 100vw);
  line-height: calc(32 / 750 * 100vw);
  font-weight: bold;
  font-weight: bold;
  text-indent: -1.1em;
}
.lp_contents .limit_prod .limit_cont3 .limit_cont3-txt2 {
  font-size: calc(20 / 750 * 100vw);
}
.lp_contents .limit_prod .limit_cont3 ul {
  font-size: calc(20 / 750 * 100vw);
  text-indent: 0.9em;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  letter-spacing: 0;
  margin-top: calc(5 / 750 * 100vw);
}
.lp_contents .limit_prod .limit_cont3-img {
  width: calc(164 / 750 * 100vw);
}
.lp_contents .limit_prod .limit_cont3 .readonly {
  color: #999999;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  letter-spacing: 0;
}
.lp_contents .limit_note {
  margin-top: calc(18 / 750 * 100vw);
}
.lp_contents .limit_note li {
  margin-top: calc(3 / 750 * 100vw);
  padding-left: 1.3em;
  text-indent: -1.3em;
  font-size: calc(20 / 750 * 100vw);
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: calc(30 / 750 * 100vw);
}
.lp_contents .present_end {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
}
.lp_contents .present_end span {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
  font-size: calc(36 / 750 * 100vw);
  line-height: calc(36 / 750 * 100vw);
  font-weight: bold;
}
.lp_contents .present_end.zIndex {
  z-index: 9999;
}
.lp_contents .lineup_item1 {
  margin-top: calc(60 / 750 * 100vw);
  padding: calc(80 / 750 * 100vw) calc(70 / 750 * 100vw) calc(80 / 750 * 100vw);
  background-color: #f3ece8;
}
.lp_contents .lineup_item1 h3 {
  font-size: calc(36 / 750 * 100vw);
  line-height: 1;
  text-align: center;
  margin-bottom: calc(22 / 750 * 100vw);
}
.lp_contents .lineup_item1 .lineup_list {
  padding-bottom: calc(20 / 750 * 100vw);
}
.lp_contents .lineup_item1 .lineup_list li {
  margin-top: calc(50 / 750 * 100vw);
}
.lp_contents .lineup_item1 .lineup_list li.mt {
  margin-top: calc(20 / 750 * 100vw);
}
.lp_contents .lineup_item1 .mod-acc_a {
  margin-top: calc(38 / 750 * 100vw);
}
.lp_contents .lineup_item1 .mod-acc_a--ttl a {
  display: block;
  background-color: #3e2b2e;
  color: #fff;
  text-align: center;
  font-size: calc(22 / 750 * 100vw);
  letter-spacing: 0.05em;
  height: calc(60 / 750 * 100vw);
  line-height: calc(60 / 750 * 100vw);
  font-weight: bold;
  position: relative;
}
.lp_contents .lineup_item1 .mod-acc_a--ttl a::after {
  content: '';
  display: block;
  width: calc(30 / 750 * 100vw);
  height: calc(30 / 750 * 100vw);
  background: red;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: url(/sp/cms/onlineshop/lm/primer/20200129/img/icn_open.png) no-repeat center center;
  background-size: calc(30 / 750 * 100vw);
}
.lp_contents .lineup_item1 .mod-acc_a--cont {
  padding: calc(15 / 750 * 100vw) 0 0 calc(34 / 750 * 100vw);
  line-height: calc(34 / 750 * 100vw);
}
.lp_contents .lineup_item1 .mod-acc_a--cont a {
  color: #3e2b2e;
  font-size: calc(20 / 750 * 100vw);
  letter-spacing: 0.05em;
  text-decoration: none;
  position: relative;
  font-weight: bold;
}
.lp_contents .lineup_item1 .mod-acc_a--cont a::before {
  content: '';
  position: absolute;
  width: calc(9 / 750 * 100vw);
  height: calc(14 / 750 * 100vw);
  background: url(/sp/cms/onlineshop/lm/primer/20200129/img/btn_arrow_brw.svg) no-repeat left top;
  background-size: contain;
  top: calc(6 / 750 * 100vw);
  left: calc(-18 / 750 * 100vw);
}
.lp_contents .lineup_item1 .mod-acc_a.m-opened .mod-acc_a--ttl a::after {
  background: url(/sp/cms/onlineshop/lm/primer/20200129/img/icn_close.png) no-repeat center center;
  background-size: calc(30 / 750 * 100vw);
}
.lp_contents .lineup_item1 .txtlink {
  margin-top: calc(40 / 750 * 100vw);
}
.lp_contents .lineup_item1 .txtlink dt {
  background-color: #3e2b2e;
  color: #fff;
  text-align: center;
  font-size: calc(22 / 750 * 100vw);
  letter-spacing: 0.05em;
  height: calc(60 / 750 * 100vw);
  line-height: calc(60 / 750 * 100vw);
  font-weight: bold;
  margin-bottom: calc(35 / 750 * 100vw);
}
.lp_contents .lineup_item1 .txtlink dd {
  padding-left: calc(20 / 750 * 100vw);
  line-height: calc(34 / 750 * 100vw);
}
.lp_contents .lineup_item1 .txtlink dd a {
  color: #3e2b2e;
  font-size: calc(20 / 750 * 100vw);
  letter-spacing: 0.05em;
  text-decoration: none;
  position: relative;
  font-weight: bold;
  padding-left: calc(15 / 750 * 100vw);
  text-indent: -1em;
}
.lp_contents .lineup_item1 .txtlink dd a::before {
  content: '';
  position: absolute;
  width: calc(9 / 750 * 100vw);
  height: calc(14 / 750 * 100vw);
  background: url(/sp/cms/onlineshop/lm/primer/20200129/img/btn_arrow_brw.svg) no-repeat left top;
  background-size: contain;
  top: calc(6 / 750 * 100vw);
  left: 0;
}
.lp_contents .lineup_item {
  margin-top: calc(80 / 750 * 100vw);
  padding: calc(80 / 750 * 100vw) calc(22 / 750 * 100vw) calc(80 / 750 * 100vw);
  background-color: #f4f9fc;
}
.lp_contents .lineup_item h3 {
  font-size: calc(36 / 750 * 100vw);
  line-height: 1;
  text-align: center;
  font-weight: bold;
}
.lp_contents .lineup_item h4 {
  margin-top: calc(36 / 750 * 100vw);
  padding: calc(12 / 750 * 100vw) calc(30 / 750 * 100vw) calc(10 / 750 * 100vw);
  font-size: calc(26 / 750 * 100vw);
  font-weight: bold;
  line-height: 1;
  background: #3e2b2e;
  color: #fff;
  letter-spacing: 0.075em;
}
.lp_contents .lineup_item .lineup_ttl {
  margin-top: calc(34 / 750 * 100vw);
  position: relative;
  padding-bottom: calc(52 / 750 * 100vw);
  width: calc(622 / 750 * 100vw);
  text-align: center;
}
.lp_contents .lineup_item .lineup_ttl::before {
  position: absolute;
  bottom: calc(0 / 750 * 100vw);
  left: 50%;
  content: "";
  transform: translateX(-50%);
  width: calc(32 / 750 * 100vw);
  height: calc(4 / 750 * 100vw);
  background-color: #3e2b2e;
}
.lp_contents .lineup_item .lineup_ttl::after {
  position: absolute;
  bottom: calc(-15 / 750 * 100vw);
  left: 50%;
  content: "";
  transform: translateX(-50%);
  width: calc(4 / 750 * 100vw);
  height: calc(32 / 750 * 100vw);
  background-color: #3e2b2e;
}
.lp_contents .lineup_item .lineup_ttl + .lineup_ttl::before, .lp_contents .lineup_item .lineup_ttl + .lineup_ttl::after {
  width: 0;
  height: 0;
  background: none;
}
.lp_contents .lineup_item .lineup_link {
  display: flex;
  flex-wrap: wrap;
  width: calc(622 / 750 * 100vw);
  justify-content: space-between;
  margin-top: calc(30 / 750 * 100vw);
}
.lp_contents .lineup_item .lineup_link .lineup_or {
  font-size: calc(24 / 750 * 100vw);
  line-height: 1;
  align-self: center;
  padding: calc(26 / 750 * 100vw) calc(14 / 750 * 100vw) calc(0 / 750 * 100vw);
  font-weight: bold;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  letter-spacing: 0;
  width: calc(24 / 750 * 100vw);
}
.lp_contents .lineup_item .lineup_link--img {
  width: calc(304 / 750 * 100vw);
  margin-top: calc(15 / 750 * 100vw);
}
.lp_contents .lineup_item .lineup_txt {
  font-size: calc(24 / 750 * 100vw);
  line-height: calc(38 / 750 * 100vw);
  padding: calc(20 / 750 * 100vw) 0 calc(25 / 750 * 100vw);
  font-weight: bold;
  text-align: center;
  margin-top: calc(18 / 750 * 100vw);
  letter-spacing: -0.009em;
}
.lp_contents .lineup_item .lineup_p {
  text-align: center;
  font-size: calc(20 / 750 * 100vw);
  font-weight: 600;
  margin-top: calc(30 / 750 * 100vw);
}
.lp_contents .lineup_item_list {
  width: calc(622 / 750 * 100vw);
  margin: calc(46 / 750 * 100vw) auto calc(60 / 750 * 100vw);
}
.lp_contents .lineup_item_list li + li {
  margin-top: calc(40 / 750 * 100vw);
}
.lp_contents .lineup_item_list li:last-child {
  margin-top: calc(26 / 750 * 100vw);
}
.lp_contents .lineup_item .lineup_list {
  padding: calc(16 / 750 * 100vw) 0 0 calc(60 / 750 * 100vw);
}
.lp_contents .lineup_item .lineup_list li {
  margin-top: calc(10 / 750 * 100vw);
}
.lp_contents .lineup_item .lineup_list li span {
  display: inline-block;
  font-size: calc(22 / 750 * 100vw);
  line-height: calc(32 / 750 * 100vw);
  font-weight: bold;
}
.lp_contents .lineup_item .lineup_list li span a {
  position: relative;
  color: #3e2b2e;
  text-decoration: none;
}
.lp_contents .lineup_item .lineup_list li span a::before {
  position: absolute;
  top: calc(5 / 750 * 100vw);
  left: calc(-28 / 750 * 100vw);
  content: "";
  width: calc(17 / 750 * 100vw);
  height: calc(21 / 750 * 100vw);
  background: url(/sp/cms/onlineshop/lm/primer/20200129/img/btn_arrow_brw.svg) no-repeat left top;
  background-size: contain;
}
.lp_contents .lineup_item .lineup_list + h4 {
  margin-top: calc(50 / 750 * 100vw);
}
.lp_contents .lineup_item + .limit_note {
  margin-top: calc(20 / 750 * 100vw);
}
.lp_contents .lineup_item .lineup_con {
  position: relative;
  display: flex;
  flex-direction: column;
  width: calc(534 / 750 * 100vw);
  margin: calc(40 / 750 * 100vw) auto 0;
  padding: calc(60 / 750 * 100vw) calc(28 / 750 * 100vw) calc(50 / 750 * 100vw);
  background-color: #fff;
  border: calc(2 / 750 * 100vw) solid #ccc;
}
.lp_contents .lineup_item .lineup_con + .lineup_con {
  padding: calc(46 / 750 * 100vw) calc(28 / 750 * 100vw) calc(50 / 750 * 100vw);
  margin: calc(92 / 750 * 100vw) auto 0;
}
.lp_contents .lineup_item .lineup_con + .lineup_con::before {
  position: absolute;
  top: calc(-46 / 750 * 100vw);
  left: 50%;
  content: "";
  transform: translateX(-50%);
  width: calc(32 / 750 * 100vw);
  height: calc(4 / 750 * 100vw);
  background-color: #3e2b2e;
}
.lp_contents .lineup_item .lineup_con + .lineup_con::after {
  position: absolute;
  top: calc(-60 / 750 * 100vw);
  left: 50%;
  content: "";
  transform: translateX(-50%);
  width: calc(4 / 750 * 100vw);
  height: calc(32 / 750 * 100vw);
  background-color: #3e2b2e;
}
.lp_contents .lineup_item .lineup_con + .lineup_con .prod_img {
  width: calc(320 / 750 * 100vw);
}
.lp_contents .lineup_item .lineup_con .prod_img {
  width: calc(297 / 750 * 100vw);
  margin: 0 auto;
}
.lp_contents .lineup_item .lineup_con .prod_info {
  margin-top: calc(30 / 750 * 100vw);
}
.lp_contents .lineup_item .lineup_con .prod_info .prod_name {
  font-size: calc(24 / 750 * 100vw);
  font-weight: bold;
  line-height: calc(42 / 750 * 100vw);
  letter-spacing: 0.05em;
}
.lp_contents .lineup_item .lineup_con .prod_info .prod_size {
  margin-top: calc(10 / 750 * 100vw);
  font-size: calc(20 / 750 * 100vw);
  font-weight: 300;
  line-height: calc(30 / 750 * 100vw);
}
.lp_contents .lineup_item .lineup_con .prod_info .prod_notes {
  font-size: calc(20 / 750 * 100vw);
  font-weight: 300;
  line-height: calc(30 / 750 * 100vw);
}
.lp_contents .lineup_item .lineup_con .prod_info .prod_price {
  font-weight: bold;
  font-size: calc(24 / 750 * 100vw);
  line-height: calc(55 / 750 * 100vw);
  margin: calc(30 / 750 * 100vw) 0;
}
.lp_contents .lineup_item .lineup_con .prod_info .prod_price em {
  font-style: normal;
  font-size: calc(36 / 750 * 100vw);
}
.lp_contents .lineup_item .lineup_con .prod_info .prod_price span {
  display: inline-block;
  font-size: calc(24 / 750 * 100vw);
  line-height: 1;
  border: calc(2 / 750 * 100vw) solid #3e2b2e;
  padding: calc(6 / 750 * 100vw) calc(16 / 750 * 100vw) calc(4 / 750 * 100vw);
}
.lp_contents .lineup_item .lineup_con .prod_info .prod_btn {
  width: 100%;
  height: calc(80 / 750 * 100vw);
  line-height: calc(80 / 750 * 100vw);
  background-color: #3e2b2e;
}
.lp_contents .lineup_item .lineup_con .prod_info .prod_btn a {
  display: block;
  color: #fff;
  text-align: center;
  font-size: calc(26 / 750 * 100vw);
  text-decoration: none;
  font-weight: 600;
  position: relative;
}
.lp_contents .lineup_item .lineup_con .prod_info .prod_btn a::after {
  content: '';
  width: calc(16 / 750 * 100vw);
  height: calc(26 / 750 * 100vw);
  position: absolute;
  top: 34%;
  right: calc(26 / 750 * 100vw);
  background: url(/sp/cms/onlineshop/lm/primer/20200129/img/btn_arrow.svg) no-repeat center center;
  background-size: contain;
}
.lp_contents .lineup_item .lineup_con .prod_info .prod_btn a span {
  display: inline-block;
  color: #fff;
  font-size: calc(22 / 750 * 100vw);
}
.lp_contents .lineup_item .lineup_con .prod_info .prod_btn .anchorLink::after {
  transform: rotate(-90deg);
}
.lp_contents .lineup_item .lineup_con .prod_info .prod_btn div {
  background-color: #8a8a8a;
  text-align: center;
  font-size: calc(26 / 750 * 100vw);
  font-weight: 600;
  color: #fff;
}
.lp_contents .lineup_item .lineup_con .prod_info .prod_set {
  border-top: calc(2 / 750 * 100vw) solid #3e2b2e;
  border-bottom: calc(2 / 750 * 100vw) solid #3e2b2e;
  margin: calc(36 / 750 * 100vw) 0 calc(30 / 750 * 100vw);
  position: relative;
  padding: calc(30 / 750 * 100vw) 0;
}
.lp_contents .lineup_item .lineup_con .prod_info .prod_set dt {
  position: absolute;
  left: 0;
  top: calc(-16 / 750 * 100vw);
  background-color: #fff;
  font-size: calc(22 / 750 * 100vw);
  font-weight: 600;
  padding-right: calc(20 / 750 * 100vw);
}
.lp_contents .lineup_item .lineup_con .prod_info .prod_set dd {
  font-size: calc(20 / 750 * 100vw);
  line-height: calc(30 / 750 * 100vw);
  text-indent: -1.0em;
  padding-left: 1.0em;
  letter-spacing: -0.05em;
}
.lp_contents .lineup_item .lineup_con .prod_info .prod_set dd + dd {
  margin-top: calc(22 / 750 * 100vw);
}
.lp_contents .lineup_item .lineup_con .prod_info .prod_set dd span {
  letter-spacing: -0.1em;
}
.lp_contents .item_btn {
  margin: calc(80 / 750 * 100vw) auto 0;
  width: calc(630 / 750 * 100vw);
}
.lp_contents .item_btn a {
  display: block;
  position: relative;
  padding: calc(20 / 750 * 100vw);
  box-sizing: border-box;
  border: solid 1px #3e2b2e;
  background-color: #fff;
  color: #3e2b2e;
  font-size: calc(28 / 750 * 100vw);
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
.lp_contents .item_btn a::before {
  position: absolute;
  top: 50%;
  right: calc(36 / 750 * 100vw);
  transform: rotate(-90deg);
  content: "";
  margin-top: calc(-10 / 750 * 100vw);
  width: calc(14 / 750 * 100vw);
  height: calc(20 / 750 * 100vw);
  background: url(/sp/cms/onlineshop/lm/primer/20200129/img/btn_arrow_brw.svg) no-repeat center center/contain;
}
.lp_contents .item_catch {
  position: relative;
  margin-top: calc(75 / 750 * 100vw);
  color: #d63f18;
  font-size: calc(32 / 750 * 100vw);
  font-weight: bold;
  text-align: center;
}
.lp_contents .tlsp_chart {
  border-top: calc(2 / 750 * 100vw) solid #3e2b2e;
  width: calc(590 / 750 * 100vw);
  margin: calc(65 / 750 * 100vw) auto 0;
  padding-top: calc(50 / 750 * 100vw);
  text-align: center;
}
.lp_contents .tlsp_chart h3 {
  font-size: calc(28 / 750 * 100vw);
  line-height: calc(42 / 750 * 100vw);
  letter-spacing: 0.1em;
}
.lp_contents .tlsp_chart .chart_att {
  margin-top: calc(20 / 750 * 100vw);
  margin-bottom: calc(25 / 750 * 100vw);
  display: inline-block;
  position: relative;
  font-size: calc(24 / 750 * 100vw);
  line-height: calc(34 / 750 * 100vw);
}
.lp_contents .tlsp_chart .chart_att::before, .lp_contents .tlsp_chart .chart_att::after {
  content: '';
  position: absolute;
  width: calc(28 / 750 * 100vw);
  height: calc(28 / 750 * 100vw);
  top: 0;
}
.lp_contents .tlsp_chart .chart_att::before {
  background: url(/sp/cms/onlineshop/lm/primer/20200129/img/tlsp/arrow_left.png) no-repeat center top/100%;
  left: calc(-40 / 750 * 100vw);
}
.lp_contents .tlsp_chart .chart_att::after {
  background: url(/sp/cms/onlineshop/lm/primer/20200129/img/tlsp/arrow_right.png) no-repeat center top/100%;
  right: calc(-40 / 750 * 100vw);
}
.lp_contents .tlsp_chart .chart_table {
  overflow: auto;
}
.lp_contents .tlsp_chart .chart_table table {
  width: calc(690 / 750 * 100vw);
}
.lp_contents .tlsp_chart .chart_table table th {
  vertical-align: middle;
  padding: calc(20 / 750 * 100vw) 0;
}
.lp_contents .tlsp_chart .chart_table table td {
  vertical-align: middle;
  padding: calc(10 / 750 * 100vw);
}
.lp_contents .tlsp_chart .chart_table table td {
  width: calc(200 / 750 * 100vw);
  text-align: center;
  font-size: calc(20 / 750 * 100vw);
  line-height: calc(44 / 750 * 100vw);
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  -moz-font-feature-settings: 'palt';
  letter-spacing: -0.02em;
  border-right: calc(2 / 750 * 100vw) solid #ccc;
  border-bottom: calc(2 / 750 * 100vw) solid #ccc;
  box-sizing: border-box;
}
.lp_contents .tlsp_chart .chart_table table .borderBottom {
  border-bottom: 0;
}
.lp_contents .tlsp_chart .chart_table table .borderRight {
  border-right: 0;
}
.lp_contents .tlsp_chart .chart_table table .chart_img {
  width: calc(180 / 750 * 100vw);
  margin: 0 auto;
}
.lp_contents .tlsp_chart .chart_table table .chart_tag {
  width: calc(180 / 750 * 100vw);
  margin: calc(10 / 750 * 100vw) auto 0;
  height: calc(70 / 750 * 100vw);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ece0c9;
}
.lp_contents .tlsp_chart .chart_table table .chart_tag.bgColor2 {
  background-color: #f3d5cf;
}
.lp_contents .tlsp_chart .chart_table table .chart_tag.bgColor3 {
  background-color: #dedede;
}
.lp_contents .tlsp_chart .chart_table table .chart_tag span {
  font-size: calc(22 / 750 * 100vw);
  line-height: calc(30 / 750 * 100vw);
  font-weight: bold;
  color: #3e2b2e;
  display: block;
  text-align: center;
}
.lp_contents .tlsp_chart .chart_table table .chart_ttl {
  width: calc(64 / 750 * 100vw);
}
.lp_contents .tlsp_chart .chart_table table .chart_details {
  position: relative;
  display: inline-block;
  font-size: calc(18 / 750 * 100vw);
  line-height: calc(64 / 750 * 100vw);
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  -moz-font-feature-settings: 'palt';
  letter-spacing: -0.05em;
  color: #ffffff;
  background: #3e2b2e;
  width: calc(180 / 750 * 100vw);
  height: calc(60 / 750 * 100vw);
  text-align: center;
  margin: 0 calc(10 / 750 * 100vw);
  padding-right: calc(5 / 750 * 100vw);
}
.lp_contents .tlsp_chart .chart_table table .chart_details::after {
  position: absolute;
  bottom: calc(22 / 750 * 100vw);
  right: calc(8 / 750 * 100vw);
  content: "";
  width: calc(18 / 750 * 100vw);
  height: calc(11 / 750 * 100vw);
  background: url(/sp/cms/onlineshop/lm/primer/20200129/img/btn_arrow_brw.png) no-repeat center center/contain;
}
.lp_contents .cushion_cosme {
  position: relative;
  margin: calc(70 / 750 * 100vw) calc(30 / 750 * 100vw) 0;
  padding-top: calc(60 / 750 * 100vw);
  border-top: #3e2b2e 1px solid;
}
.lp_contents .cushion_cosme h3 {
  position: relative;
  font-size: calc(28 / 750 * 100vw);
  font-weight: bold;
  line-height: calc(42 / 750 * 100vw);
  letter-spacing: 0.1em;
  text-align: center;
}
.lp_contents .cushion_cosme-sub {
  margin-top: calc(18 / 750 * 100vw);
  font-size: calc(20 / 750 * 100vw);
  text-align: center;
}
.lp_contents .cushion_cosme-col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  margin-top: calc(35 / 750 * 100vw);
  width: 100%;
}
.lp_contents .cushion_cosme-img1 {
  margin-left: calc(8 / 750 * 100vw);
  width: calc(121 / 750 * 100vw);
}
.lp_contents .cushion_cosme-img2 {
  width: calc(136 / 750 * 100vw);
}
.lp_contents .cushion_cosme-block {
  width: calc(430 / 750 * 100vw);
}
.lp_contents .cushion_cosme-catch {
  font-size: calc(24 / 750 * 100vw);
  font-weight: bold;
  line-height: 1.75;
}
.lp_contents .cushion_cosme-txt {
  margin-top: calc(20 / 750 * 100vw);
  font-size: calc(20 / 750 * 100vw);
  line-height: 1.75;
}
.lp_contents .cushion_main {
  position: relative;
  margin: calc(70 / 750 * 100vw) calc(30 / 750 * 100vw) 0;
}
.lp_contents .cushion_main.marginTop30 {
  margin-top: calc(-40 / 750 * 100vw) !important;
}
.lp_contents .cushion_main .cushion_cont {
  margin-top: calc(80 / 750 * 100vw);
}
.lp_contents .cushion_main .cushion_cont_tag {
  font-size: calc(28 / 750 * 100vw);
  display: inline-block;
  font-weight: bold;
  color: #d63f18;
  border-bottom: calc(2 / 750 * 100vw) solid #d63f18;
}
.lp_contents .cushion_main .cushion_date {
  display: table;
  padding: calc(10 / 750 * 100vw) calc(20 / 750 * 100vw);
  background-color: #d63f18;
  color: #fff;
  font-size: calc(24 / 750 * 100vw);
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.lp_contents .cushion_main h3 {
  margin-top: calc(40 / 750 * 100vw);
}
.lp_contents .cushion_main h3 span {
  display: inline-block;
  font-size: calc(26 / 750 * 100vw);
  line-height: 1.75;
  font-weight: bold;
}
.lp_contents .cushion_main .cushion_detail {
  margin-top: calc(30 / 750 * 100vw);
  font-size: calc(20 / 750 * 100vw);
  line-height: 1.75;
}
.lp_contents .cushion_main .cushion_des {
  border-top: calc(2 / 750 * 100vw) solid #3e2b2e;
  border-bottom: calc(2 / 750 * 100vw) solid #3e2b2e;
  position: relative;
  margin-top: calc(30 / 750 * 100vw);
  padding-bottom: calc(20 / 750 * 100vw);
  padding-top: calc(10 / 750 * 100vw);
}
.lp_contents .cushion_main .cushion_des .cushion_des_ttl {
  position: absolute;
  left: 0;
  top: calc(-15 / 750 * 100vw);
  font-size: calc(22 / 750 * 100vw);
  font-weight: bold;
  background-color: #fff0f5;
  padding-right: calc(10 / 750 * 100vw);
}
.lp_contents .cushion_main .cushion_des ul li {
  margin-top: calc(20 / 750 * 100vw);
  font-size: calc(22 / 750 * 100vw);
  /*font-weight: bold;*/
  line-height: calc(30 / 750 * 100vw);
  padding-left: 1em;
  text-indent: -1em;
}
.lp_contents .cushion_main .cushion_des ul li span {
  font-size: calc(18 / 750 * 100vw);
  font-weight: 400;
  letter-spacing: 0;
}
.lp_contents .cushion_main .cushion_price {
  margin-top: calc(30 / 750 * 100vw);
  font-weight: bold;
  font-size: calc(24 / 750 * 100vw);
  line-height: 1;
}
.lp_contents .cushion_main .cushion_price-num {
  font-size: calc(36 / 750 * 100vw);
}
.lp_contents .cushion_main .cushion_price-posage {
  display: inline-block;
  padding: calc(10 / 750 * 100vw) calc(30 / 750 * 100vw);
  border: solid 1px #3e2b2e;
  font-size: calc(24 / 750 * 100vw);
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.lp_contents .cushion_main .cushion_carousel {
  margin: 0 auto;
  width: calc(530 / 750 * 100vw);
}
.lp_contents .cushion_main .cushion_carousel img {
  width: 100%;
  height: auto;
}
.lp_contents .cushion_main .mod-carousel-b {
  opacity: 0;
}
.lp_contents .cushion_main .mod-carousel-b.slick-initialized {
  opacity: 1;
}
.lp_contents .cushion_main .mod-carousel-b .slick-slide {
  box-sizing: border-box;
}
.lp_contents .cushion_main .mod-carousel-b .slick-slide a {
  display: block;
  margin: auto;
}
.lp_contents .cushion_main .mod-carousel-b .slick-list {
  overflow: hidden;
}
.lp_contents .cushion_main .mod-carousel-b .slick-dots {
  display: flex;
  justify-content: center;
  margin: calc(36 / 750 * 100vw) 0 0;
}
.lp_contents .cushion_main .mod-carousel-b .slick-dots li {
  list-style: none;
}
.lp_contents .cushion_main .mod-carousel-b .slick-dots li + li {
  margin-left: calc(11 / 750 * 100vw);
}
.lp_contents .cushion_main .mod-carousel-b .slick-dots li button {
  border: 0 none;
  background: #ccc;
  outline: 0 none;
  padding: 0;
  width: calc(110 / 750 * 100vw);
  height: calc(110 / 750 * 100vw);
  border-radius: 0;
  text-indent: -10em;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.lp_contents .cushion_main .mod-carousel-b .slick-dots li button:hover {
  opacity: .8;
}
.lp_contents .cushion_main .mod-carousel-b .slick-dots li button::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: solid 1px transparent;
  transition: all .2s ease 0s;
}
.lp_contents .cushion_main .mod-carousel-b .slick-dots li.slick-active button::after {
  border-color: #d63f18;
}
.lp_contents .cushion_main .mod-carousel-b .slick-dots li:nth-child(1) button {
  background: url(/sp/cms/onlineshop/lm/primer/20200129/img/cushion/cushion_img1.jpg) no-repeat center center;
  background-size: auto 100%;
}
.lp_contents .cushion_main .mod-carousel-b .slick-dots li:nth-child(2) button {
  background: url(/sp/cms/onlineshop/lm/primer/20200129/img/cushion/cushion_img2.jpg) no-repeat center center;
  background-size: auto 100%;
}
.lp_contents .cushion_main .mod-carousel-b .slick-dots li:nth-child(3) button {
  background: url(/sp/cms/onlineshop/lm/primer/20200129/img/cushion/cushion_img3.jpg) no-repeat center center;
  background-size: auto 100%;
}
.lp_contents .cushion_main .mod-acc_a {
  margin-top: calc(40 / 750 * 100vw);
}
.lp_contents .cushion_main .mod-acc_a--ttl a {
  display: block;
  padding: calc(30 / 750 * 100vw) 0;
  position: relative;
  outline: 0 none;
  background-color: #d63f18;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: calc(28 / 750 * 100vw);
  font-weight: bold;
  line-height: 1;
}
.lp_contents .cushion_main .mod-acc_a--ttl a::before {
  display: block;
  position: absolute;
  right: calc(23 / 750 * 100vw);
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: calc(2 / 750 * 100vw);
  height: calc(26 / 750 * 100vw);
  background-color: #fff;
}
.lp_contents .cushion_main .mod-acc_a--ttl a::after {
  display: block;
  position: absolute;
  right: calc(10 / 750 * 100vw);
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: calc(26 / 750 * 100vw);
  height: calc(2 / 750 * 100vw);
  background-color: #fff;
}
.lp_contents .cushion_main .mod-acc_a--cont {
  padding-top: calc(40 / 750 * 100vw);
}
.lp_contents .cushion_main .mod-acc_a.m-opened .mod-acc_a--ttl a::before {
  opacity: 0;
}
.lp_contents .cushion_main .modalwin-btn {
  margin: calc(40 / 750 * 100vw) auto 0;
  width: calc(470 / 750 * 100vw);
}
.lp_contents .cushion_main .mod-modalwin--open {
  position: relative;
  display: block;
  padding: calc(20 / 750 * 100vw) 0;
  box-sizing: border-box;
  border: #3e2b2e solid 1px;
  background-color: #fff;
  color: #3e2b2e;
  font-size: calc(26 / 750 * 100vw);
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
.lp_contents .cushion_main .mod-modalwin--open::after {
  display: block;
  position: absolute;
  top: 50%;
  right: calc(15 / 750 * 100vw);
  content: '';
  transform: translateY(-50%);
  width: calc(30 / 750 * 100vw);
  height: calc(30 / 750 * 100vw);
  background: url(/sp/cms/onlineshop/lm/primer/20200129/img/icn_modalopen.svg) no-repeat center center;
  background-size: contain;
}
.lp_contents .cushion_main .mod-modalwin {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow-y: auto;
  padding: calc(50 / 750 * 100vw) 0;
  z-index: 2000;
}
.lp_contents .cushion_main .mod-modalwin::-webkit-scrollbar {
  display: none;
}
.lp_contents .cushion_main .mod-modalwin--cover {
  background-color: rgba(0, 0, 0, 0.7);
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.lp_contents .cushion_main .mod-modalwin--box {
  position: relative;
  margin: auto;
  background-color: #fff;
  width: calc(650 / 750 * 100vw);
  z-index: 2001;
  box-sizing: border-box;
  padding: calc(40 / 750 * 100vw);
}
.lp_contents .cushion_main .mod-modalwin--box.m-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.lp_contents .cushion_main .mod-modalwin--box img {
  height: auto;
}
.lp_contents .cushion_main .mod-modalwin--btn {
  position: absolute;
  top: calc(-25 / 750 * 100vw);
  right: calc(-25 / 750 * 100vw);
  width: calc(50 / 750 * 100vw);
  height: calc(50 / 750 * 100vw);
  background: url(/sp/cms/onlineshop/lm/primer/20200129/img/icn_modalclose.svg) no-repeat center center;
  background-size: contain;
}
.lp_contents .cushion_main .mod-modalwin--btn a {
  display: block;
  text-indent: -30em;
  overflow: hidden;
}
.lp_contents .cushion_main .cushion_select .cushion_color {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  text-align: center;
  margin-top: calc(-20 / 750 * 100vw);
}
.lp_contents .cushion_main .cushion_select .cushion_color li {
  width: calc(140 / 750 * 100vw);
  margin: calc(20 / 750 * 100vw) 0 0 calc(9 / 750 * 100vw);
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.lp_contents .cushion_main .cushion_select .cushion_color li:nth-child(4n+1) {
  margin-left: 0;
}
.lp_contents .cushion_main .cushion_select .cushion_color li img {
  margin-bottom: calc(10 / 750 * 100vw);
  width: 100%;
  height: auto;
}
.lp_contents .cushion_main .cushion_select .cushion_color li span {
  display: inline-block;
  font-size: calc(24 / 750 * 100vw);
  line-height: 1;
  color: #3e2b2e;
  transition: all .2s ease 0s;
}
.lp_contents .cushion_main .cushion_select .cushion_color li span span {
  color: #d63f18;
}
.lp_contents .cushion_main .cushion_select .cushion_color li::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: calc(140 / 750 * 100vw);
  height: calc(140 / 750 * 100vw);
  box-sizing: border-box;
  transition: all .2s ease 0s;
  border: solid 1px #d63f18;
  opacity: 0;
}
.lp_contents .cushion_main .cushion_select .cushion_color li:hover span, .lp_contents .cushion_main .cushion_select .cushion_color li.m-current span {
  color: #d63f18;
}
.lp_contents .cushion_main .cushion_select .cushion_color li:hover::after, .lp_contents .cushion_main .cushion_select .cushion_color li.m-current::after {
  opacity: 1;
}
.lp_contents .cushion_main .cushion_select-notes {
  margin-top: calc(35 / 750 * 100vw);
  color: #d63f18;
  font-size: calc(24 / 750 * 100vw);
  text-align: right;
}
.lp_contents .cushion_main .cushion_color_info {
  box-sizing: border-box;
  margin: calc(40 / 750 * 100vw) auto 0;
  width: calc(530 / 750 * 100vw);
  height: calc(220 / 750 * 100vw);
  position: relative;
}
.lp_contents .cushion_main .cushion_color_info .cushion_color-def {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(28 / 750 * 100vw);
  line-height: 1;
}
.lp_contents .cushion_main .cushion_color_info .cushion_color-selected {
  position: absolute;
  z-index: 2;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  background-color: #fff;
  display: flex;
  align-items: center;
  font-size: calc(24 / 750 * 100vw);
  line-height: 1.5;
  transition: all .2s ease 0s;
  opacity: 0;
}
.lp_contents .cushion_main .cushion_color_info .cushion_color-selected img {
  margin-right: calc(20 / 750 * 100vw);
  width: calc(220 / 750 * 100vw);
  height: auto;
}
.lp_contents .cushion_main .cushion_color_info .cushion_color-selected span strong {
  display: block;
  margin-bottom: calc(-25 / 750 * 100vw);
}
.lp_contents .cushion_main .cushion_color_info .cushion_color-selected span span {
  color: #d63f18;
  font-weight: bold;
}
.lp_contents .cushion_main .cushion_color_info.m-color1 .cushion_color-selected.color1 {
  opacity: 1;
}
.lp_contents .cushion_main .cushion_color_info.m-color2 .cushion_color-selected.color2 {
  opacity: 1;
}
.lp_contents .cushion_main .cushion_color_info.m-color3 .cushion_color-selected.color3 {
  opacity: 1;
}
.lp_contents .cushion_main .cushion_color_info.m-color4 .cushion_color-selected.color4 {
  opacity: 1;
}
.lp_contents .cushion_main .cushion_color_info.m-color5 .cushion_color-selected.color5 {
  opacity: 1;
}
.lp_contents .cushion_main .cushion_color_info.m-color6 .cushion_color-selected.color6 {
  opacity: 1;
}
.lp_contents .cushion_main .cushion_color_info.m-color7 .cushion_color-selected.color7 {
  opacity: 1;
}
.lp_contents .cushion_main .cushion_color_info.m-color8 .cushion_color-selected.color8 {
  opacity: 1;
}
.lp_contents .cushion_main .cushion_color_info .m-color_based span::before {
  content: '日本人の肌色のために\A開発された色';
  white-space: pre;
  display: inline-block;
  color: #d63f18;
  border: solid 1px #d63f18;
  font-size: calc(20 / 750 * 100vw);
  line-height: 1;
  font-feature-settings: 'palt';
  text-align: left;
  box-sizing: border-box;
  padding: .2em;
  margin-bottom: calc(14 / 750 * 100vw);
}
.lp_contents .cushion_main .mod-modalwin--box {
  position: relative;
  padding-bottom: calc(200 / 750 * 100vw);
}
.lp_contents .cushion_main .mod-modalwin--box .close_btn {
  position: absolute;
  top: calc(1040 / 750 * 100vw);
  left: 0;
  right: 0;
  margin: 0 auto 0;
  background: url(/sp/cms/onlineshop/lm/primer/20200129/img/close_img.jpg) no-repeat center center;
  background-size: 100%;
  height: calc(82 / 750 * 100vw);
  width: calc(442 / 750 * 100vw);
}
.lp_contents .cushion_main .mod-modalwin--box .close_btn a {
  height: calc(82 / 750 * 100vw);
  width: calc(442 / 750 * 100vw);
}
.lp_contents .tinted .mod-acc_a {
  width: calc(590 / 750 * 100vw);
  margin: 0 auto;
}
.lp_contents .tinted .mod-acc_a--ttl a {
  display: block;
  padding: calc(30 / 750 * 100vw) 0;
  position: relative;
  outline: 0 none;
  background-color: #d63f18;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: calc(28 / 750 * 100vw);
  font-weight: bold;
  line-height: 1;
}
.lp_contents .tinted .mod-acc_a--ttl a::before {
  display: block;
  position: absolute;
  right: calc(33 / 750 * 100vw);
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: calc(4 / 750 * 100vw);
  height: calc(32 / 750 * 100vw);
  background-color: #fff;
}
.lp_contents .tinted .mod-acc_a--ttl a::after {
  display: block;
  position: absolute;
  right: calc(20 / 750 * 100vw);
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: calc(32 / 750 * 100vw);
  height: calc(4 / 750 * 100vw);
  background-color: #fff;
}
.lp_contents .tinted .mod-acc_a--cont {
  padding-top: calc(40 / 750 * 100vw);
}
.lp_contents .tinted .mod-acc_a.m-opened .mod-acc_a--ttl a::before {
  opacity: 0;
}
.lp_contents .tinted .tinted_select .tinted_color {
  position: relative;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  text-align: center;
  margin-top: calc(-20 / 750 * 100vw);
}
.lp_contents .tinted .tinted_select .tinted_color li {
  width: calc(140 / 750 * 100vw);
  margin: calc(20 / 750 * 100vw) 0 0 calc(9 / 750 * 100vw);
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.lp_contents .tinted .tinted_select .tinted_color li:nth-child(4n+1) {
  margin-left: 0;
}
.lp_contents .tinted .tinted_select .tinted_color li img {
  margin-bottom: calc(10 / 750 * 100vw);
  width: 100%;
  height: auto;
}
.lp_contents .tinted .tinted_select .tinted_color li span {
  display: inline-block;
  font-size: calc(24 / 750 * 100vw);
  line-height: 1;
  color: #3e2b2e;
  transition: all .2s ease 0s;
}
.lp_contents .tinted .tinted_select .tinted_color li span span {
  color: #d63f18;
}
.lp_contents .tinted .tinted_select .tinted_color li::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: calc(140 / 750 * 100vw);
  height: calc(140 / 750 * 100vw);
  box-sizing: border-box;
  transition: all .2s ease 0s;
  border: solid 1px #d63f18;
  opacity: 0;
}
.lp_contents .tinted .tinted_select .tinted_color li:hover span, .lp_contents .tinted .tinted_select .tinted_color li.m-current span {
  color: #d63f18;
}
.lp_contents .tinted .tinted_select .tinted_color li:hover::after, .lp_contents .tinted .tinted_select .tinted_color li.m-current::after {
  opacity: 1;
}
.lp_contents .tinted .tinted_select-notes {
  margin-top: calc(35 / 750 * 100vw);
  color: #d63f18;
  font-size: calc(24 / 750 * 100vw);
  text-align: right;
}
.lp_contents .tinted .modalwin-btn {
  margin: calc(40 / 750 * 100vw) auto 0;
  width: calc(470 / 750 * 100vw);
}
.lp_contents .tinted .mod-modalwin--open {
  position: relative;
  display: block;
  padding: calc(20 / 750 * 100vw) 0;
  box-sizing: border-box;
  border: #3e2b2e solid 1px;
  background-color: #fff;
  color: #3e2b2e;
  font-size: calc(26 / 750 * 100vw);
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
.lp_contents .tinted .mod-modalwin--open::after {
  display: block;
  position: absolute;
  top: 50%;
  right: calc(15 / 750 * 100vw);
  content: '';
  transform: translateY(-50%);
  width: calc(30 / 750 * 100vw);
  height: calc(30 / 750 * 100vw);
  background: url(/sp/cms/onlineshop/lm/primer/20200129/img/icn_modalopen.svg) no-repeat center center;
  background-size: contain;
}
.lp_contents .tinted .mod-modalwin {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow-y: auto;
  padding: calc(50 / 750 * 100vw) 0;
  z-index: 2000;
}
.lp_contents .tinted .mod-modalwin::-webkit-scrollbar {
  display: none;
}
.lp_contents .tinted .mod-modalwin--cover {
  background-color: rgba(0, 0, 0, 0.7);
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.lp_contents .tinted .mod-modalwin--box {
  position: relative;
  margin: auto;
  background-color: #fff;
  width: calc(650 / 750 * 100vw);
  z-index: 2001;
  box-sizing: border-box;
  padding: calc(40 / 750 * 100vw);
}
.lp_contents .tinted .mod-modalwin--box.m-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.lp_contents .tinted .mod-modalwin--box img {
  height: auto;
}
.lp_contents .tinted .mod-modalwin--btn {
  position: absolute;
  top: calc(-25 / 750 * 100vw);
  right: calc(-25 / 750 * 100vw);
  width: calc(50 / 750 * 100vw);
  height: calc(50 / 750 * 100vw);
  background: url(/sp/cms/onlineshop/lm/primer/20200129/img/icn_modalclose.svg) no-repeat center center;
  background-size: contain;
}
.lp_contents .tinted .mod-modalwin--btn a {
  display: block;
  text-indent: -30em;
  overflow: hidden;
}
.lp_contents .tinted .tinted_select .tinted_color {
  position: relative;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  text-align: center;
  margin-top: calc(-20 / 750 * 100vw);
}
.lp_contents .tinted .tinted_select .tinted_color li {
  width: calc(140 / 750 * 100vw);
  margin: calc(20 / 750 * 100vw) 0 0 calc(9 / 750 * 100vw);
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.lp_contents .tinted .tinted_select .tinted_color li:nth-child(4n+1) {
  margin-left: 0;
}
.lp_contents .tinted .tinted_select .tinted_color li img {
  margin-bottom: calc(10 / 750 * 100vw);
  width: 100%;
  height: auto;
}
.lp_contents .tinted .tinted_select .tinted_color li span {
  display: inline-block;
  font-size: calc(24 / 750 * 100vw);
  line-height: 1;
  color: #3e2b2e;
  transition: all .2s ease 0s;
}
.lp_contents .tinted .tinted_select .tinted_color li span span {
  color: #d63f18;
}
.lp_contents .tinted .tinted_select .tinted_color li::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: calc(140 / 750 * 100vw);
  height: calc(140 / 750 * 100vw);
  box-sizing: border-box;
  transition: all .2s ease 0s;
  border: solid 1px #d63f18;
  opacity: 0;
}
.lp_contents .tinted .tinted_select .tinted_color li:hover span, .lp_contents .tinted .tinted_select .tinted_color li.m-current span {
  color: #d63f18;
}
.lp_contents .tinted .tinted_select .tinted_color li:hover::after, .lp_contents .tinted .tinted_select .tinted_color li.m-current::after {
  opacity: 1;
}
.lp_contents .tinted .tinted_select-notes {
  margin-top: calc(35 / 750 * 100vw);
  color: #d63f18;
  font-size: calc(24 / 750 * 100vw);
  text-align: right;
}
.lp_contents .tinted .tinted2_color_info {
  box-sizing: border-box;
  margin: calc(40 / 750 * 100vw) auto 0;
  width: calc(530 / 750 * 100vw);
  height: calc(240 / 750 * 100vw);
  position: relative;
}
.lp_contents .tinted .tinted2_color_info .tinted2_color-def {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(28 / 750 * 100vw);
  line-height: 1;
}
.lp_contents .tinted .tinted2_color_info .tinted_color-selected {
  position: absolute;
  z-index: 2;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: calc(24 / 750 * 100vw);
  line-height: calc(40 / 750 * 100vw);
  transition: all .2s ease 0s;
  opacity: 0;
}
.lp_contents .tinted .tinted2_color_info .tinted_color-selected strong {
  font-weight: 600;
  color: #3e2b2e;
}
.lp_contents .tinted .tinted2_color_info .tinted_color-selected img {
  margin-right: calc(9 / 750 * 100vw);
  width: calc(220 / 750 * 100vw);
  height: auto;
}
.lp_contents .tinted .tinted2_color_info .tinted_color-selected img img {
  width: 100%;
  height: auto;
}
.lp_contents .tinted .tinted2_color_info .tinted_color-selected .tinted_color-txt {
  width: calc(285 / 750 * 100vw);
}
.lp_contents .tinted .tinted2_color_info .tinted_color-selected .tinted_color-txt span {
  color: #d63f18;
  font-weight: bold;
}
.lp_contents .tinted .tinted2_color_info .tinted_color-selected .tinted_color-txt2 {
  display: flex;
  justify-content: space-between;
  width: calc(220 / 750 * 100vw);
}
.lp_contents .tinted .tinted2_color_info .tinted_color-selected .tinted_color-txt2 span {
  font-family: 'Montserrat' , sans-serif;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  font-size: calc(20 / 750 * 100vw);
  font-weight: bold;
  line-height: 1.0;
}
.lp_contents .tinted .tinted2_color_info.m-color1 .tinted_color-selected.color1 {
  opacity: 1;
}
.lp_contents .tinted .tinted2_color_info.m-color2 .tinted_color-selected.color2 {
  opacity: 1;
}
.lp_contents .tinted .tinted2_color_info.m-color3 .tinted_color-selected.color3 {
  opacity: 1;
}
.lp_contents .tinted .tinted2_color_info .m-color_based span::before {
  content: '色選びの基準色';
  display: block;
  color: #d63f18;
  border: solid 1px #d63f18;
  font-size: calc(20 / 750 * 100vw);
  line-height: 1;
  white-space: nowrap;
  font-feature-settings: 'palt';
  width: calc(180 / 750 * 100vw);
  text-align: center;
  box-sizing: border-box;
  padding-top: .5em;
  margin-bottom: calc(14 / 750 * 100vw);
}
.lp_contents .tinted .tinted_cartbtn .tinted2_cv_btn {
  margin-top: calc(40 / 750 * 100vw);
}
.lp_contents .tinted .tinted_cartbtn .tinted2_cv_btn a, .lp_contents .tinted .tinted_cartbtn .tinted2_cv_btn div {
  display: block;
  padding-top: calc(35 / 750 * 100vw);
  width: 100%;
  height: calc(100 / 750 * 100vw);
  text-align: center;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  font-size: calc(32 / 750 * 100vw);
  font-weight: bold;
  line-height: 1.0;
}
.lp_contents .tinted .tinted_cartbtn .tinted2_cv_btn a {
  position: relative;
  background-color: #d63f18;
}
.lp_contents .tinted .tinted_cartbtn .tinted2_cv_btn a span {
  display: block;
  margin-top: calc(10 / 750 * 100vw);
  font-size: .7em;
  color: #fff;
}
.lp_contents .tinted .tinted_cartbtn .tinted2_cv_btn a::after {
  position: absolute;
  right: 20px;
  top: 50%;
  content: '';
  display: inline-block;
  margin-top: -6px;
  width: calc(15 / 750 * 100vw);
  height: calc(25 / 750 * 100vw);
  background: url(/sp/cms/onlineshop/lm/primer/20200129/img/btn_arrow.svg) no-repeat center center;
  background-size: contain;
}
.lp_contents .tinted .tinted_cartbtn .tinted2_cv_btn a.zaikokbn2 {
  padding-top: calc(20 / 750 * 100vw);
}
.lp_contents .tinted .tinted_cartbtn .tinted2_cv_btn div {
  background-color: #8a8a8a;
}
.lp_contents .cushion_cartbtn .cushion_cv_btn {
  margin-top: calc(40 / 750 * 100vw);
}
.lp_contents .cushion_cartbtn .cushion_cv_btn a, .lp_contents .cushion_cartbtn .cushion_cv_btn div {
  display: block;
  padding-top: calc(35 / 750 * 100vw);
  width: 100%;
  height: calc(100 / 750 * 100vw);
  text-align: center;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  font-size: calc(32 / 750 * 100vw);
  font-weight: bold;
  line-height: 1.0;
}
.lp_contents .cushion_cartbtn .cushion_cv_btn a span, .lp_contents .cushion_cartbtn .cushion_cv_btn div span {
  color: #fff;
}
.lp_contents .cushion_cartbtn .cushion_cv_btn a {
  position: relative;
  background-color: #d63f18;
}
.lp_contents .cushion_cartbtn .cushion_cv_btn a span {
  display: block;
  margin-top: calc(10 / 750 * 100vw);
  font-size: .7em;
  color: #fff;
}
.lp_contents .cushion_cartbtn .cushion_cv_btn a span.fontSize32 {
  font-size: calc(32 / 750 * 100vw);
  margin-top: 0;
  display: inline-block !important;
}
.lp_contents .cushion_cartbtn .cushion_cv_btn a span.fontSize32 span {
  display: inline-block !important;
}
.lp_contents .cushion_cartbtn .cushion_cv_btn a::after {
  position: absolute;
  right: 20px;
  top: 50%;
  content: '';
  display: inline-block;
  margin-top: -6px;
  width: calc(15 / 750 * 100vw);
  height: calc(25 / 750 * 100vw);
  background: url(/sp/cms/onlineshop/lm/primer/20200129/img/btn_arrow.svg) no-repeat center center;
  background-size: contain;
}
.lp_contents .cushion_cartbtn .cushion_cv_btn a.zaikokbn2 {
  padding-top: calc(20 / 750 * 100vw);
}
.lp_contents .cushion_cartbtn .cushion_cv_btn div {
  background-color: #8a8a8a;
}
.lp_contents .cushion_limited {
  width: calc(590 / 750 * 100vw) !important;
  margin: calc(90 / 750 * 100vw) auto 0;
}
.lp_contents .cushion_limited .limited_box {
  background: url(/sp/cms/onlineshop/lm/primer/20200129/img/cushion_limited_bg.jpg) no-repeat center center;
  background-size: 100%;
  box-sizing: border-box;
  padding: calc(66 / 750 * 100vw) calc(30 / 750 * 100vw);
}
.lp_contents .cushion_limited .limited_box_ttl {
  margin-bottom: calc(20 / 750 * 100vw);
}
.lp_contents .cushion_limited .limited_box_catch {
  font-size: calc(24 / 750 * 100vw);
  line-height: calc(36 / 750 * 100vw);
  margin-bottom: calc(42 / 750 * 100vw);
  text-align: center;
}
.lp_contents .cushion_limited .limited_box dl {
  border-top: calc(2 / 750 * 100vw) #ec779b dotted;
  border-bottom: calc(2 / 750 * 100vw) #ec779b dotted;
  width: calc(490 / 750 * 100vw);
  margin: 0 auto calc(38 / 750 * 100vw);
  position: relative;
}
.lp_contents .cushion_limited .limited_box dl dt {
  position: absolute;
  background-color: #e6507e;
  display: inline-block;
  border-radius: calc(100 / 750 * 100vw);
  color: #fff;
  padding: 0 calc(18 / 750 * 100vw);
  font-size: calc(24 / 750 * 100vw);
  line-height: calc(38 / 750 * 100vw);
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  top: calc(-20 / 750 * 100vw);
}
.lp_contents .cushion_limited .limited_box dl dd {
  padding: calc(16 / 750 * 100vw) 0;
}
.lp_contents .cushion_limited .limited_box dl dd p {
  font-size: calc(20 / 750 * 100vw);
  line-height: calc(36 / 750 * 100vw);
  padding-top: calc(18 / 750 * 100vw);
}
.lp_contents .cushion_limited .limited_box dl dd p span {
  font-size: calc(24 / 750 * 100vw);
  color: #d73f18;
  font-weight: bold;
}
.lp_contents .cushion_limited .limited_box dl dd p + p {
  width: calc(196 / 750 * 100vw);
  margin-right: calc(-20 / 750 * 100vw);
  padding-top: 0;
}
.lp_contents .cushion_limited .limited_box a {
  width: 100%;
  height: calc(80 / 750 * 100vw);
  margin: 0 auto;
  background-color: #3e2b2e;
  color: #fff;
  text-decoration: none;
  font-size: calc(26 / 750 * 100vw);
  font-weight: bold;
  line-height: calc(80 / 750 * 100vw);
  display: block;
  text-align: center;
  position: relative;
}
.lp_contents .cushion_limited .limited_box a::after {
  display: block;
  position: absolute;
  top: 50%;
  right: calc(30 / 750 * 100vw);
  content: '';
  transform: translateY(-50%);
  width: calc(16 / 750 * 100vw);
  height: calc(24 / 750 * 100vw);
  background: url(/sp/cms/onlineshop/lm/primer/20200129/img/btn_arrow.svg) no-repeat center center;
  background-size: contain;
}
.lp_contents .cushion_limited .limited_notes {
  margin-top: calc(26 / 750 * 100vw);
  font-size: calc(20 / 750 * 100vw);
  line-height: calc(28 / 750 * 100vw);
  text-indent: -1.3em;
  padding-left: 1.3em;
}
.lp_contents .cushion_limited .flex {
  display: flex;
  justify-content: space-between;
}
.lp_contents .cushion_product {
  position: relative;
  margin: calc(96 / 750 * 100vw) calc(30 / 750 * 100vw) 0;
  padding: calc(72 / 750 * 100vw) calc(28 / 750 * 100vw) calc(50 / 750 * 100vw);
  border: #ccc 1px solid;
}
.lp_contents .cushion_product .cushion_product_ttl {
  position: absolute;
  top: calc(-30 / 750 * 100vw);
  left: 50%;
  transform: translateX(-50%);
  padding: calc(15 / 750 * 100vw) 0;
  min-width: calc(400 / 750 * 100vw);
  background-color: #f3ece8;
  border-radius: 25px;
  text-align: center;
  font-size: calc(24 / 750 * 100vw);
  font-weight: bold;
  font-feature-settings: 'palt';
  line-height: 1;
}
.lp_contents .cushion_product .cushion_product_ttl1 {
  font-size: calc(52 / 750 * 100vw);
  font-weight: bold;
  text-align: center;
  padding-bottom: calc(30 / 750 * 100vw);
}
.lp_contents .cushion_product .cushion_product_img {
  margin: 0 auto;
  width: calc(340 / 750 * 100vw);
}
.lp_contents .cushion_product .cushion_product_img img {
  width: 100%;
  max-width: 100%;
}
.lp_contents .cushion_product .cushion_product_img1 {
  margin: 0 auto;
  width: calc(451 / 750 * 100vw);
}
.lp_contents .cushion_product .cushion_product_img1 img {
  width: 100%;
  max-width: 100%;
}
.lp_contents .cushion_product .cushion_name {
  font-feature-settings: 'palt';
  margin-top: calc(20 / 750 * 100vw);
}
.lp_contents .cushion_product .cushion_name span {
  font-size: calc(24 / 750 * 100vw);
  line-height: 1.75;
  font-weight: bold;
}
.lp_contents .cushion_product .cushion_name .smaller {
  font-size: calc(20 / 750 * 100vw);
}
.lp_contents .cushion_product .cushion_price1 {
  margin-top: calc(10 / 750 * 100vw);
}
.lp_contents .cushion_product .cushion_price1 em {
  font-size: calc(36 / 750 * 100vw);
  line-height: 1;
  font-weight: bold;
  font-style: normal;
}
.lp_contents .cushion_product .cushion_price1 .taxin {
  font-size: calc(24 / 750 * 100vw);
  line-height: 1;
  font-weight: bold;
}
.lp_contents .cushion_product .cushion_price1 .postage {
  display: inline-block;
  padding: calc(10 / 750 * 100vw) calc(30 / 750 * 100vw);
  border: solid 1px #3e2b2e;
  font-size: calc(24 / 750 * 100vw);
  line-height: 1;
  font-weight: bold;
}
.lp_contents .cushion_product .cushion_price {
  margin-top: calc(36 / 750 * 100vw);
}
.lp_contents .cushion_product .cushion_price em {
  font-size: calc(36 / 750 * 100vw);
  line-height: 1;
  font-weight: bold;
  font-style: normal;
}
.lp_contents .cushion_product .cushion_price .taxin {
  font-size: calc(24 / 750 * 100vw);
  line-height: 1;
  font-weight: bold;
}
.lp_contents .cushion_product .cushion_price .postage {
  display: inline-block;
  padding: calc(10 / 750 * 100vw) calc(30 / 750 * 100vw);
  border: solid 1px #3e2b2e;
  font-size: calc(24 / 750 * 100vw);
  line-height: 1;
  font-weight: bold;
}
.lp_contents .cushion_product .cushion_product_note {
  margin-top: calc(10 / 750 * 100vw);
  font-size: calc(20 / 750 * 100vw);
}
.lp_contents .cushion_product .cushion_product_btn {
  display: flex;
  position: relative;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: calc(40 / 750 * 100vw);
  padding: calc(25 / 750 * 100vw) 0;
  background-color: #3e2b2e;
  color: #fff;
  text-decoration: none;
  font-size: calc(26 / 750 * 100vw);
  font-weight: bold;
  line-height: 1;
  box-sizing: border-box;
}
.lp_contents .cushion_product .cushion_product_btn::after {
  display: block;
  position: absolute;
  top: 50%;
  right: calc(30 / 750 * 100vw);
  content: '';
  transform: translateY(-50%);
  width: calc(18 / 750 * 100vw);
  height: calc(26 / 750 * 100vw);
  background: url(/sp/cms/onlineshop/lm/primer/20200129/img/btn_arrow.svg) no-repeat center center;
  background-size: contain;
}
.lp_contents .cushion_foundation {
  width: calc(590 / 750 * 100vw);
  margin: 0 auto;
  padding-top: calc(110 / 750 * 100vw);
  box-sizing: border-box;
  position: relative;
}
.lp_contents .cushion_foundation_inner {
  position: relative;
  text-align: center;
  background: url(/sp/cms/onlineshop/lm/primer/20200129/img/cushion_foundation_bg.jpg) no-repeat top center;
  background-size: 100% auto;
  padding: calc(70 / 750 * 100vw) 0 calc(66 / 750 * 100vw);
}
.lp_contents .cushion_foundation_ttl {
  position: absolute;
  top: calc(-39 / 750 * 100vw);
  left: calc(-18 / 750 * 100vw);
  width: calc(544 / 750 * 100vw);
  height: calc(64 / 750 * 100vw);
  padding: calc(12 / 750 * 100vw) 0 0 calc(24 / 750 * 100vw);
  background: url(/sp/cms/onlineshop/lm/primer/20200129/img/cushion_tag_bg.png) no-repeat top center;
  background-size: 100% auto;
  font-family: 'Montserrat' , sans-serif;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  font-size: calc(30 / 750 * 100vw);
  font-weight: bold;
  color: #fff;
  font-feature-settings: 'palt';
  -webkit-font-feature-settings: 'palt';
  letter-spacing: 0;
  text-align: left;
}
.lp_contents .cushion_foundation_txt {
  font-size: calc(24 / 750 * 100vw);
  line-height: calc(36 / 750 * 100vw);
  margin-bottom: calc(18 / 750 * 100vw);
}
.lp_contents .cushion_foundation_txt span {
  font-weight: 600;
}
.lp_contents .cushion_foundation_catch {
  font-size: calc(36 / 750 * 100vw);
  line-height: calc(50 / 750 * 100vw);
  font-weight: 600;
  color: #d73f18;
  margin-bottom: calc(26 / 750 * 100vw);
}
.lp_contents .cushion_foundation_img {
  width: calc(340 / 750 * 100vw);
  margin: 0 auto calc(20 / 750 * 100vw);
  position: relative;
  z-index: 10;
}
.lp_contents .cushion_foundation_size {
  width: calc(490 / 750 * 100vw);
  margin: 0 auto;
  border-top: calc(2 / 750 * 100vw) solid #978b8a;
  border-bottom: calc(2 / 750 * 100vw) solid #978b8a;
  padding: calc(18 / 750 * 100vw) 0;
  font-size: calc(20 / 750 * 100vw);
  line-height: calc(32 / 750 * 100vw);
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  letter-spacing: 0.05em;
}
.lp_contents .cushion_foundation_size span {
  font-weight: 600;
  letter-spacing: -0.05em;
}
.lp_contents .cushion_foundation_mask {
  position: absolute;
  top: calc(70 / 750 * 100vw);
  bottom: calc(-10 / 750 * 100vw);
  left: calc(-10 / 750 * 100vw);
  right: calc(-10 / 750 * 100vw);
  background: rgba(0, 0, 0, 0.7);
  z-index: 20;
}
.lp_contents .cushion_foundation_mask span {
  font-size: calc(36 / 750 * 100vw);
  line-height: calc(36 / 750 * 100vw);
  font-weight: 600;
  height: 100%;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.lp_contents .cushion_foundation .cushion_foundation_img_icon {
  width: calc(122 / 750 * 100vw);
  height: calc(122 / 750 * 100vw);
  position: absolute;
  top: calc(360 / 750 * 100vw);
  right: calc(38 / 750 * 100vw);
  background: url(/sp/cms/onlineshop/lm/primer/20200129/img/cp_icon_bg.png) no-repeat top center;
  background-size: 100% auto;
}
.lp_contents .cushion_foundation .cushion_foundation_img_icon span {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #d63f18;
  font-size: calc(30 / 750 * 100vw);
  line-height: calc(32 / 750 * 100vw);
  text-align: center;
  font-weight: bold;
}
.lp_contents .cushion_foundation .cushion_foundation_img_icon + .cushion_foundation_img_icon span {
  font-size: calc(24 / 750 * 100vw);
}
.lp_contents .cushion_foundation .cushion_foundation_img_icon2 {
  width: calc(113 / 750 * 100vw);
  position: absolute;
  top: calc(516 / 750 * 100vw);
  right: calc(38 / 750 * 100vw);
}
.lp_contents .cushion_foundation_notes {
  margin-top: calc(30 / 750 * 100vw);
}
.lp_contents .cushion_foundation_notes li {
  font-size: calc(20 / 750 * 100vw);
  line-height: calc(28 / 750 * 100vw);
  text-indent: -1.2em;
  margin-left: 1.2em;
}
.lp_contents .cushion_yukikashiwagi {
  width: calc(590 / 750 * 100vw);
  box-sizing: border-box;
  border: calc(4 / 750 * 100vw) solid #3e2b2e;
  padding: calc(4 / 750 * 100vw);
  margin: calc(84 / 750 * 100vw) auto;
}
.lp_contents .cushion_yukikashiwagi .inner {
  border: calc(2 / 750 * 100vw) solid #3e2b2e;
  text-align: center;
  padding-top: calc(134 / 750 * 100vw);
  position: relative;
}
.lp_contents .cushion_yukikashiwagi .inner::before {
  content: '';
  position: absolute;
  top: calc(0 / 750 * 100vw);
  left: calc(0 / 750 * 100vw);
  background: url(/sp/cms/onlineshop/lm/primer/20200129/img/cushion_yukikashiwagi_bg.png) no-repeat top center;
  background-size: 100%;
  width: calc(570 / 750 * 100vw);
  height: calc(420 / 750 * 100vw);
}
.lp_contents .cushion_yukikashiwagi .inner .yukikashiwagi_ttl {
  color: #3e2b2e;
  font-size: calc(38 / 750 * 100vw);
  line-height: calc(52 / 750 * 100vw);
  font-weight: 600;
  margin-bottom: calc(53 / 750 * 100vw);
}
.lp_contents .cushion_yukikashiwagi .inner .yukikashiwagi_ttl span {
  font-size: calc(34 / 750 * 100vw);
}
.lp_contents .cushion_yukikashiwagi .inner .yukikashiwagi_catch {
  font-size: calc(30 / 750 * 100vw);
  line-height: calc(51 / 750 * 100vw);
  color: #3e2b2e;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: calc(22 / 750 * 100vw);
}
.lp_contents .cushion_yukikashiwagi .inner .yukikashiwagi_catch span {
  color: #d73f18;
}
.lp_contents .cushion_yukikashiwagi .inner .yukikashiwagi_time {
  width: calc(510 / 750 * 100vw);
  margin: 0 auto;
}
.lp_contents .cushion_yukikashiwagi .inner .yukikashiwagi_btn {
  width: calc(510 / 750 * 100vw);
  margin: 0 auto calc(60 / 750 * 100vw);
  background: url(/sp/cms/onlineshop/lm/primer/20200129/img/yukikashiwagi_btn_bg.jpg) no-repeat top center;
  background-size: 100%;
  height: calc(100 / 750 * 100vw);
}
.lp_contents .cushion_yukikashiwagi .inner .yukikashiwagi_btn span {
  font-size: calc(26 / 750 * 100vw);
  line-height: calc(100 / 750 * 100vw);
  color: #ffffff;
  font-weight: 600;
  display: inline-block;
  transform: translateX(calc(10 / 750 * 100vw));
}
.lp_contents .cushion_yukikashiwagi .inner .yukikashiwagi_man {
  width: calc(510 / 750 * 100vw);
  margin: 0 auto calc(59 / 750 * 100vw);
  background: #f3ece8;
  padding: calc(40 / 750 * 100vw) calc(30 / 750 * 100vw) calc(30 / 750 * 100vw);
  box-sizing: border-box;
}
.lp_contents .cushion_yukikashiwagi .inner .yukikashiwagi_man .yukikashiwagi_man_img {
  width: calc(230 / 750 * 100vw);
  margin: 0 auto calc(32 / 750 * 100vw);
}
.lp_contents .cushion_yukikashiwagi .inner .yukikashiwagi_man h2 {
  font-size: calc(36 / 750 * 100vw);
  line-height: calc(50 / 750 * 100vw);
  color: #d73f18;
  text-align: left;
}
.lp_contents .cushion_yukikashiwagi .inner .yukikashiwagi_man .yukikashiwagi_man_text {
  font-size: calc(24 / 750 * 100vw);
  line-height: calc(36 / 750 * 100vw);
  text-align: left;
}
.lp_contents .cushion_yukikashiwagi .inner .yukikashiwagi_man .yukikashiwagi_man_text li {
  letter-spacing: 0.07em;
}
.lp_contents .cushion_yukikashiwagi .inner .yukikashiwagi_present {
  width: calc(510 / 750 * 100vw);
  margin: 0 auto calc(70 / 750 * 100vw);
  padding-top: calc(59 / 750 * 100vw);
}
.lp_contents .cushion_yukikashiwagi .inner .yukikashiwagi_present .present_icon {
  width: calc(160 / 750 * 100vw);
  margin: 0 auto calc(19 / 750 * 100vw);
}
.lp_contents .cushion_yukikashiwagi .inner .yukikashiwagi_present .present_ttl {
  font-size: calc(30 / 750 * 100vw);
  line-height: 1;
  color: #d63f18;
  margin-bottom: calc(12 / 750 * 100vw);
}
.lp_contents .cushion_yukikashiwagi .inner .yukikashiwagi_present .present_catch {
  font-size: calc(50 / 750 * 100vw);
  line-height: calc(64 / 750 * 100vw);
  color: #3e2b2e;
  margin-bottom: calc(43 / 750 * 100vw);
}
.lp_contents .cushion_yukikashiwagi .inner .yukikashiwagi_present .present_catch span {
  font-size: calc(42 / 750 * 100vw);
}
.lp_contents .cushion_yukikashiwagi .inner .yukikashiwagi_present .present_time {
  background: #f3ece8;
  padding: calc(20 / 750 * 100vw) 0 calc(19 / 750 * 100vw);
  color: #d73f18;
  font-size: calc(24 / 750 * 100vw);
  line-height: 1;
  font-weight: 600;
  margin-bottom: calc(12 / 750 * 100vw);
}
.lp_contents .cushion_yukikashiwagi .inner .yukikashiwagi_present .present_time .time_ttl {
  margin-bottom: calc(14 / 750 * 100vw);
}
.lp_contents .cushion_yukikashiwagi .inner .yukikashiwagi_present .present_time .time_line {
  width: calc(400 / 750 * 100vw);
  margin: 0 auto calc(14 / 750 * 100vw);
  border-top: calc(2 / 750 * 100vw) solid #d73f18;
}
.lp_contents .cushion_yukikashiwagi .inner .yukikashiwagi_present .present_text {
  font-size: calc(24 / 750 * 100vw);
  line-height: calc(36 / 750 * 100vw);
  color: #3e2b2e;
  letter-spacing: -0.035em;
}
.lp_contents .cushion_yukikashiwagi .inner .yukikashiwagi_way {
  width: calc(458 / 750 * 100vw);
  margin: 0 auto calc(50 / 750 * 100vw);
  border-top: calc(2 / 750 * 100vw) solid #3e2b2e;
  position: relative;
  padding-top: calc(47 / 750 * 100vw);
}
.lp_contents .cushion_yukikashiwagi .inner .yukikashiwagi_way .way_ttl {
  font-size: calc(36 / 750 * 100vw);
  line-height: 1;
  font-weight: 600;
  width: calc(363 / 750 * 100vw);
  background: #fff;
  position: absolute;
  top: calc(-19 / 750 * 100vw);
  left: 50%;
  transform: translateX(-50%);
}
.lp_contents .cushion_yukikashiwagi .inner .yukikashiwagi_way ul {
  display: flex;
  justify-content: flex-start;
  margin-bottom: calc(40 / 750 * 100vw);
}
.lp_contents .cushion_yukikashiwagi .inner .yukikashiwagi_way ul img {
  width: calc(178 / 750 * 100vw);
}
.lp_contents .cushion_yukikashiwagi .inner .yukikashiwagi_way ul .ttl_num {
  width: calc(120 / 750 * 100vw);
  height: calc(38 / 750 * 100vw);
  background: #3e2b2e;
  font-size: calc(20 / 750 * 100vw);
  line-height: calc(38 / 750 * 100vw);
  color: #ffffff;
  margin-bottom: calc(9 / 750 * 100vw);
}
.lp_contents .cushion_yukikashiwagi .inner .yukikashiwagi_way ul .ttl_text {
  font-size: calc(25 / 750 * 100vw);
  line-height: calc(44 / 750 * 100vw);
  color: #333333;
  font-weight: 300;
  letter-spacing: 0;
  text-align: left;
}
.lp_contents .cushion_yukikashiwagi .inner .yukikashiwagi_way ul .li_mt5 {
  margin-top: calc(5 / 750 * 100vw);
}
.lp_contents .cushion_yukikashiwagi .inner .yukikashiwagi_way ul .li_mt24 {
  margin-top: calc(24 / 750 * 100vw);
}
.lp_contents .cushion_yukikashiwagi .inner .yukikashiwagi_way ul .li_mt31 {
  margin-top: calc(31 / 750 * 100vw);
}
.lp_contents .cushion_yukikashiwagi .inner .yukikashiwagi_way .ul_mb0 {
  margin-bottom: 0;
}
.lp_contents .cushion_yukikashiwagi .inner .mod-acc_a {
  border: solid 1px #541c39;
  background-color: #fff;
  width: calc(510 / 750 * 100vw);
  color: #3e2b2e;
  margin: 0 auto calc(41 / 750 * 100vw);
}
.lp_contents .cushion_yukikashiwagi .inner .mod-acc_a--ttl a {
  display: block;
  outline: 0 none;
  text-align: center;
  text-decoration: none;
  font-size: calc(26 / 750 * 100vw);
  line-height: 1;
  padding: calc(35 / 750 * 100vw) 0;
  position: relative;
  color: #d63f18;
}
.lp_contents .cushion_yukikashiwagi .inner .mod-acc_a--ttl a::after {
  content: '';
  display: block;
  width: calc(34 / 750 * 100vw);
  height: calc(34 / 750 * 100vw);
  position: absolute;
  right: calc(31 / 750 * 100vw);
  top: 50%;
  transform: translateY(-50%);
  background: url(/sp/cms/onlineshop/lm/primer/20200129/img/icn_open.svg) no-repeat center center;
  background-size: calc(34 / 750 * 100vw);
}
.lp_contents .cushion_yukikashiwagi .inner .mod-acc_a--cont {
  border-top: solid 1px #541c39;
  padding: calc(30 / 750 * 100vw);
}
.lp_contents .cushion_yukikashiwagi .inner .mod-acc_a--cont .dl_text0 {
  text-align: left;
  font-size: calc(20 / 750 * 100vw);
  text-align: left;
}
.lp_contents .cushion_yukikashiwagi .inner .mod-acc_a--cont .dl_text0 dt {
  font-weight: bold;
  margin-top: calc(40 / 750 * 100vw);
}
.lp_contents .cushion_yukikashiwagi .inner .mod-acc_a--cont .dl_text0 dt:first-child {
  margin-top: 0;
}
.lp_contents .cushion_yukikashiwagi .inner .mod-acc_a--cont .dl_text0 dd {
  letter-spacing: -0.01em;
}
.lp_contents .cushion_yukikashiwagi .inner .mod-acc_a--cont .cont_tips0 {
  font-size: calc(20 / 750 * 100vw);
  margin-top: calc(40 / 750 * 100vw);
  text-align: left;
}
.lp_contents .cushion_yukikashiwagi .inner .mod-acc_a--cont .dl_text {
  text-align: left;
  font-size: calc(20 / 750 * 100vw);
}
.lp_contents .cushion_yukikashiwagi .inner .mod-acc_a--cont .dl_text dt {
  font-weight: bold;
  margin-top: calc(40 / 750 * 100vw);
}
.lp_contents .cushion_yukikashiwagi .inner .mod-acc_a--cont .dl_text dt:first-child {
  margin-top: 0;
}
.lp_contents .cushion_yukikashiwagi .inner .mod-acc_a--cont .dl_text dd {
  padding-left: 0.5em;
  text-indent: -0.5em;
  word-wrap: break-word;
  text-align: left;
  letter-spacing: -0.01em;
}
.lp_contents .cushion_yukikashiwagi .inner .mod-acc_a--cont .dl_text dd span {
  color: #db3f6f;
}
.lp_contents .cushion_yukikashiwagi .inner .mod-acc_a--cont .dd {
  margin-bottom: calc(40 / 750 * 100vw);
}
.lp_contents .cushion_yukikashiwagi .inner .mod-acc_a--cont .cont_tips {
  padding-left: 1.0em !important;
  text-indent: -1.0em !important;
  letter-spacing: 0;
}
.lp_contents .cushion_yukikashiwagi .inner .mod-acc_a--cont .cont_before {
  text-align: right;
}
.lp_contents .cushion_yukikashiwagi .inner .mod-acc_a.m-opened .mod-acc_a--ttl a::after {
  background: url(/sp/cms/onlineshop/lm/primer/20200129/img/icn_close.svg) no-repeat center center;
  background-size: calc(34 / 750 * 100vw);
}
.lp_contents .cushion_yukikashiwagi .inner .mod-acc_a1 {
  margin-bottom: calc(60 / 750 * 100vw);
}
.lp_contents .cushion_yukikashiwagi .inner .cmn_present_terms {
  font-size: calc(22 / 750 * 100vw);
  line-height: calc(32 / 750 * 100vw);
  text-align: left;
  padding: 0 calc(20 / 750 * 100vw) calc(50 / 750 * 100vw);
  letter-spacing: -0.05em;
}
.lp_contents .cushion_yukikashiwagi .inner .cmn_present_terms .present_terms_note {
  margin-top: calc(30 / 750 * 100vw);
}
.lp_contents .cushion_yukikashiwagi .inner .cmn_checkbox {
  font-size: calc(26 / 750 * 100vw);
  margin-bottom: calc(32 / 750 * 100vw);
}
.lp_contents .cushion_yukikashiwagi .inner .cmn_checkbox .checkbox_item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp_contents .cushion_yukikashiwagi .inner .cmn_checkbox .checkbox_item span {
  color: #541c39;
  font-weight: 600;
}
.lp_contents .cushion_yukikashiwagi .inner .cmn_checkbox input[type="checkbox"] {
  display: none;
}
.lp_contents .cushion_yukikashiwagi .inner .cmn_checkbox [id^="checkbox-1-"] + label {
  position: relative;
  background: #fff;
  width: calc(44 / 750 * 100vw);
  height: calc(44 / 750 * 100vw);
  border: 1px solid #541c39;
  display: inline-block;
  cursor: pointer;
}
.lp_contents .cushion_yukikashiwagi .inner .cmn_checkbox [id^="checkbox-1-"].available + label {
  background: #fff;
  border: 1px solid #727171;
  color: #c80423;
}
.lp_contents .cushion_yukikashiwagi .inner .cmn_checkbox [id^="checkbox-1-"].available + label:after {
  width: calc(31 / 750 * 100vw);
  height: calc(31 / 750 * 100vw);
  content: "";
  position: absolute;
  right: calc(6 / 750 * 100vw);
  top: calc(6 / 750 * 100vw);
  background: url(/sp/cms/onlineshop/lm/primer/20200129/img/checked.png) no-repeat top left;
  background-size: calc(31 / 750 * 100vw);
}
.lp_contents .cushion_yukikashiwagi .inner .cmn_checkbox span {
  margin-left: calc(10 / 750 * 100vw);
  letter-spacing: -0.05em;
}
.lp_contents .cushion_yukikashiwagi .inner .cmn_apply_btn {
  margin: 0 auto calc(50 / 750 * 100vw);
  text-align: center;
  width: calc(510 / 750 * 100vw);
  overflow: hidden;
}
.lp_contents .cushion_yukikashiwagi .inner .cmn_apply_btn a {
  position: relative;
  display: block;
  padding: calc(30 / 750 * 100vw) 0;
  color: #fff;
  font-size: calc(26 / 750 * 100vw);
  letter-spacing: 0.05em;
  text-decoration: none;
  margin: auto;
}
.lp_contents .cushion_yukikashiwagi .inner .cmn_apply_btn a.active {
  background-color: #3e2b2e;
}
.lp_contents .cushion_yukikashiwagi .inner .cmn_apply_btn a.active:after {
  content: '';
  display: block;
  position: absolute;
  width: calc(15 / 750 * 100vw);
  height: calc(15 / 750 * 100vw);
  margin-top: calc(-10 / 750 * 100vw);
  top: 50%;
  transform: translateY(-50%);
  right: calc(30 / 750 * 100vw);
  border-top: solid calc(5 / 750 * 100vw) #fff;
  border-right: solid calc(5 / 750 * 100vw) #fff;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 1;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.lp_contents .cushion_yukikashiwagi .inner .cmn_apply_btn a.inactive {
  background-color: #ccc;
  pointer-events: none;
}
.lp_contents .cushion_sub {
  position: relative;
  margin: calc(80 / 750 * 100vw) calc(30 / 750 * 100vw) 0;
  box-sizing: border-box;
  border: solid 2px #3e2b2e;
  background-color: #fff;
}
.lp_contents .cushion_sub + .cushion_sub {
  margin-top: calc(80 / 750 * 100vw);
}
.lp_contents .cushion_sub::before {
  position: absolute;
  top: 2px;
  left: 2px;
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  box-sizing: border-box;
  border: solid 1px #3e2b2e;
}
.lp_contents .cushion_sub-flag {
  position: absolute;
  top: calc(26 / 750 * 100vw);
  left: calc(-22 / 750 * 100vw);
  padding: calc(13 / 750 * 100vw) 0 0 calc(18 / 750 * 100vw);
  box-sizing: border-box;
  width: calc(250 / 750 * 100vw);
  height: calc(58 / 750 * 100vw);
  background: url(/sp/cms/onlineshop/lm/primer/20200129/img/cushion/cushion_bg2.png) no-repeat center center;
  background-size: contain;
  color: #fff;
  font-size: calc(24 / 750 * 100vw);
  font-weight: bold;
  line-height: 1.0;
}
.lp_contents .cushion_sub-inner {
  position: relative;
  padding: calc(112 / 750 * 100vw) calc(30 / 750 * 100vw) calc(47 / 750 * 100vw);
}
.lp_contents .cushion_sub-cont2 {
  margin-top: calc(55 / 750 * 100vw);
}
.lp_contents .cushion_sub-cont2 h4 {
  font-size: calc(24 / 750 * 100vw);
  font-weight: bold;
}
.lp_contents .cushion_sub-tit {
  padding: 0 calc(20 / 750 * 100vw);
  color: #d63f18;
  font-size: calc(32 / 750 * 100vw);
  font-weight: bold;
  line-height: 1.75;
}
.lp_contents .cushion_sub-tit2 {
  font-size: calc(32 / 750 * 100vw);
  font-weight: bold;
  text-align: center;
}
.lp_contents .cushion_sub-name {
  margin-top: calc(40 / 750 * 100vw);
  font-size: calc(24 / 750 * 100vw);
  font-weight: bold;
  line-height: 1.75;
}
.lp_contents .cushion_sub-name span {
  font-size: calc(20 / 750 * 100vw);
  font-weight: bold;
}
.lp_contents .cushion_sub-detail {
  margin-top: calc(10 / 750 * 100vw);
  font-size: calc(20 / 750 * 100vw);
}
.lp_contents .cushion_sub-item {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(40 / 750 * 100vw);
}
.lp_contents .cushion_sub-item dt {
  width: calc(120 / 750 * 100vw);
  font-size: calc(20 / 750 * 100vw);
}
.lp_contents .cushion_sub-item dd {
  width: calc(400 / 750 * 100vw);
  font-size: calc(20 / 750 * 100vw);
}
.lp_contents .cushion_sub-notes {
  margin-top: calc(30 / 750 * 100vw);
}
.lp_contents .cushion_sub-notes li {
  margin-top: 2px;
  padding-left: 1.3em;
  text-indent: -1.3em;
  font-size: calc(20 / 750 * 100vw);
  line-height: 1.7;
}
.lp_contents .cushion_sub-notes2 {
  margin-top: calc(18 / 750 * 100vw);
  padding-left: 1.3em;
  text-indent: -1.3em;
  font-size: calc(20 / 750 * 100vw);
}
.lp_contents .cushion_sub-notes3 {
  margin-top: calc(40 / 750 * 100vw);
}
.lp_contents .cushion_sub-notes3 li {
  color: #d63f18;
  font-weight: bold;
  padding-left: 1.3em;
  text-indent: -1.3em;
  font-size: calc(20 / 750 * 100vw);
}
.lp_contents .cushion_sub-catch {
  margin-top: calc(56 / 750 * 100vw);
  font-size: calc(24 / 750 * 100vw);
  font-weight: bold;
  line-height: 1.75;
}
.lp_contents .cushion_sub-block {
  position: relative;
  margin-top: calc(40 / 750 * 100vw);
}
.lp_contents .cushion_sub-img {
  margin: 0 auto;
  width: calc(340 / 750 * 100vw);
}
.lp_contents .cushion_sub-img2 {
  margin: calc(40 / 750 * 100vw) auto 0;
  width: calc(420 / 750 * 100vw);
}
.lp_contents .cushion_sub-campaign {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(40 / 750 * 100vw);
  border: #d63f18 solid 1px;
}
.lp_contents .cushion_sub-campaign dt {
  padding: calc(15 / 750 * 100vw);
  width: 100%;
  background-color: #d63f18;
  color: #fff;
  font-size: calc(24 / 750 * 100vw);
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
}
.lp_contents .cushion_sub-campaign dd {
  padding: calc(15 / 750 * 100vw);
  width: 100%;
  font-size: calc(20 / 750 * 100vw);
  font-weight: bold;
  box-sizing: border-box;
  text-align: center;
}
.lp_contents .cushion_sub-present dt {
  margin-top: calc(35 / 750 * 100vw);
  color: #d63f18;
  font-size: calc(24 / 750 * 100vw);
  font-weight: bold;
}
.lp_contents .cushion_sub-present dd {
  margin-top: calc(20 / 750 * 100vw);
  font-size: calc(22 / 750 * 100vw);
  line-height: 1.7;
}
.lp_contents .cushion_sub-contact {
  margin-top: calc(35 / 750 * 100vw);
  font-size: calc(20 / 750 * 100vw);
  font-weight: bold;
}
.lp_contents .cushion_sub-terms {
  font-size: calc(20 / 750 * 100vw);
  font-weight: bold;
  line-height: calc(30 / 750 * 100vw);
}
.lp_contents .cushion_sub-txt {
  margin-top: calc(30 / 750 * 100vw);
  font-size: calc(20 / 750 * 100vw);
  line-height: calc(30 / 750 * 100vw);
}
.lp_contents .cushion_sub-txt2 {
  margin-top: calc(20 / 750 * 100vw);
  font-size: calc(20 / 750 * 100vw);
  line-height: calc(30 / 750 * 100vw);
}
.lp_contents .cushion_sub-list {
  margin-top: calc(20 / 750 * 100vw);
}
.lp_contents .cushion_sub-list li {
  margin-top: calc(10 / 750 * 100vw);
  padding-left: 1.0em;
  text-indent: -1.0em;
  font-size: calc(20 / 750 * 100vw);
  line-height: calc(30 / 750 * 100vw);
}
.lp_contents .cushion_sub-list li span {
  font-size: calc(24 / 750 * 100vw);
}
.lp_contents .cushion_sub-list li span.date {
  font-size: calc(20 / 750 * 100vw);
  color: #d63f18;
}
.lp_contents .cushion_sub-less {
  position: absolute;
  top: calc(-4 / 750 * 100vw);
  right: calc(8 / 750 * 100vw);
  width: calc(133 / 750 * 100vw);
  height: calc(133 / 750 * 100vw);
}
.lp_contents .cushion_sub-end {
  position: absolute;
  width: calc(604 / 750 * 100vw);
  height: calc(100% + 4px);
  left: calc(-22 / 750 * 100vw);
  top: -2px;
  background: url(/sp/cms/onlineshop/lm/primer/20200129/img/present_none.png) no-repeat top left;
  background-size: 100% auto;
  z-index: 3;
}
.lp_contents .cushion_sub-end span {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
  font-size: calc(32 / 750 * 100vw);
  color: #fff;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.025em;
}
.lp_contents .cushion_sub-box {
  position: relative;
  padding: calc(112 / 750 * 100vw) calc(30 / 750 * 100vw) calc(47 / 750 * 100vw);
}
.lp_contents .cushion_sub-box h3 {
  font-size: calc(28 / 750 * 100vw);
  line-height: calc(42 / 750 * 100vw);
  text-align: center;
  letter-spacing: -0.05em;
}
.lp_contents .cushion_sub-box h3 span {
  display: block;
  padding-bottom: calc(10 / 750 * 100vw);
  font-size: calc(24 / 750 * 100vw);
  line-height: 1;
  color: #d63f18;
  font-weight: normal;
}
.lp_contents .cushion_sub-box .cushion_sub-img {
  position: relative;
  width: auto;
  margin: calc(30 / 750 * 100vw) 0 0;
}
.lp_contents .cushion_sub-box .tokuten_limited {
  width: calc(130 / 750 * 100vw);
  height: calc(130 / 750 * 100vw);
  position: absolute;
  top: 0;
  right: calc(40 / 750 * 100vw);
  text-align: center;
  background: #f7d9d1;
  border-radius: calc(100 / 750 * 100vw);
}
.lp_contents .cushion_sub-box .tokuten_limited span {
  display: block;
  padding-top: calc(34 / 750 * 100vw);
  font-size: calc(30 / 750 * 100vw);
  line-height: calc(36 / 750 * 100vw);
  font-weight: bold;
  color: #d63f18;
}
.lp_contents .cushion_sub-box .tokuten_limited span span {
  padding-top: 0;
  font-size: calc(24 / 750 * 100vw);
}
.lp_contents .cushion_sub-box .cushion_sub-name {
  margin-top: calc(30 / 750 * 100vw);
  font-size: calc(24 / 750 * 100vw);
  font-weight: bold;
  line-height: 1.7;
}
.lp_contents .cushion_sub-box .cushion_sub-name span {
  font-size: calc(20 / 750 * 100vw);
}
.lp_contents .cushion_sub-box dl {
  display: flex;
  margin-top: calc(20 / 750 * 100vw);
}
.lp_contents .cushion_sub-box dl dt {
  width: calc(110 / 750 * 100vw);
}
.lp_contents .cushion_sub-box dl dt, .lp_contents .cushion_sub-box dl dd {
  font-size: calc(20 / 750 * 100vw);
  line-height: 1.6;
}
.lp_contents .cushion_sub .mod-acc_a {
  margin-top: calc(45 / 750 * 100vw);
}
.lp_contents .cushion_sub .mod-acc_a--ttl a {
  display: block;
  padding: calc(20 / 750 * 100vw) 0;
  position: relative;
  outline: 0 none;
  border: #3e2b2e solid 1px;
  background-color: #fff;
  text-align: center;
  text-decoration: none;
  color: #d63f18;
  font-size: calc(26 / 750 * 100vw);
  font-weight: bold;
  line-height: 1;
}
.lp_contents .cushion_sub .mod-acc_a--ttl a span {
  display: block;
  margin-top: calc(10 / 750 * 100vw);
  color: #d63f18;
  font-size: calc(20 / 750 * 100vw);
  font-weight: bold;
}
.lp_contents .cushion_sub .mod-acc_a--ttl a::before {
  display: block;
  position: absolute;
  right: calc(44 / 750 * 100vw);
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 2px;
  height: 16px;
  background-color: #3e2b2e;
}
.lp_contents .cushion_sub .mod-acc_a--ttl a::after {
  display: block;
  position: absolute;
  right: calc(30 / 750 * 100vw);
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 16px;
  height: 2px;
  background-color: #3e2b2e;
}
.lp_contents .cushion_sub .mod-acc_a--cont {
  padding: calc(39 / 750 * 100vw) calc(30 / 750 * 100vw) calc(50 / 750 * 100vw);
  border: #3e2b2e solid;
  border-width: 0 1px 1px;
}
.lp_contents .cushion_sub .mod-acc_a.m-opened .mod-acc_a--ttl a::before {
  opacity: 0;
}
.lp_contents .concealer_function {
  position: relative;
  margin: calc(80 / 750 * 100vw) calc(30 / 750 * 100vw) 0;
  padding: calc(48 / 750 * 100vw) 0 calc(60 / 750 * 100vw);
  background-color: #fcf9f2;
}
.lp_contents .concealer_function-img {
  width: 100%;
}
.lp_contents .concealer_function-movie {
  margin: calc(43 / 750 * 100vw) auto 0;
  width: calc(400 / 750 * 100vw);
}
.lp_contents .concealer_function-movie a {
  text-decoration: none;
}
.lp_contents .concealer_function-movie span {
  display: block;
  margin-top: calc(20 / 750 * 100vw);
  font-size: calc(20 / 750 * 100vw);
}
.lp_contents .concealer_function .mod-movie {
  width: 100%;
  position: relative;
  height: 0;
  padding-top: 56.25%;
}
.lp_contents .concealer_function .mod-movie--player {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  transition: all 1s ease;
}
.lp_contents .concealer_function .mod-movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  cursor: pointer;
}
.lp_contents .concealer_function .mod-modalwin {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow-y: auto;
  padding: 50px 0;
  z-index: 2000;
}
.lp_contents .concealer_function .mod-modalwin::-webkit-scrollbar {
  display: none;
}
.lp_contents .concealer_function .mod-modalwin--cover {
  background-color: rgba(0, 0, 0, 0.7);
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.lp_contents .concealer_function .mod-modalwin--box {
  position: relative;
  margin: auto;
  background-color: #fff;
  width: calc(670 / 750 * 100vw);
  z-index: 2001;
}
.lp_contents .concealer_function .mod-modalwin--box.m-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.lp_contents .concealer_function .mod-modalwin--box img {
  width: 100%;
  height: auto;
}
.lp_contents .concealer_function .mod-modalwin--btn {
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: 10;
}
.lp_contents .concealer_function .mod-modalwin--btn a {
  display: block;
  width: 30px;
  height: 30px;
  background: url(/sp/cms/onlineshop/lm/primer/20200129/img/icn_modalclose.svg) no-repeat center center;
  background-size: contain;
  text-indent: -30em;
  overflow: hidden;
}
.lp_contents .concealer_main {
  position: relative;
  margin: calc(70 / 750 * 100vw) calc(30 / 750 * 100vw) 0;
}
.lp_contents .concealer_main .concealer_cont {
  margin-top: calc(80 / 750 * 100vw);
}
.lp_contents .concealer_main .concealer_date {
  display: table;
  padding: calc(10 / 750 * 100vw) calc(20 / 750 * 100vw);
  background-color: #d63f18;
  color: #fff;
  font-size: calc(24 / 750 * 100vw);
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.lp_contents .concealer_main h3 {
  margin-top: calc(40 / 750 * 100vw);
}
.lp_contents .concealer_main h3 span {
  display: inline-block;
  font-size: calc(26 / 750 * 100vw);
  line-height: 1.75;
  font-weight: bold;
}
.lp_contents .concealer_main .concealer_detail {
  margin-top: calc(30 / 750 * 100vw);
  font-size: calc(20 / 750 * 100vw);
  line-height: 1.75;
}
.lp_contents .concealer_main .concealer_price {
  margin-top: calc(30 / 750 * 100vw);
  font-weight: bold;
  font-size: calc(24 / 750 * 100vw);
  line-height: 1;
}
.lp_contents .concealer_main .concealer_price-num {
  font-size: calc(36 / 750 * 100vw);
}
.lp_contents .concealer_main .concealer_price-posage {
  display: inline-block;
  padding: calc(10 / 750 * 100vw) calc(30 / 750 * 100vw);
  border: solid 1px #3e2b2e;
  font-size: calc(24 / 750 * 100vw);
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.lp_contents .concealer_main .concealer_carousel {
  margin: 0 auto;
  width: calc(530 / 750 * 100vw);
}
.lp_contents .concealer_main .concealer_carousel img {
  width: 100%;
  height: auto;
}
.lp_contents .concealer_main .mod-carousel-b {
  opacity: 0;
}
.lp_contents .concealer_main .mod-carousel-b.slick-initialized {
  opacity: 1;
}
.lp_contents .concealer_main .mod-carousel-b .slick-slide {
  box-sizing: border-box;
}
.lp_contents .concealer_main .mod-carousel-b .slick-slide a {
  display: block;
  margin: auto;
}
.lp_contents .concealer_main .mod-carousel-b .slick-list {
  overflow: hidden;
}
.lp_contents .concealer_main .mod-carousel-b .slick-dots {
  display: flex;
  justify-content: center;
  margin: calc(36 / 750 * 100vw) 0 0;
}
.lp_contents .concealer_main .mod-carousel-b .slick-dots li {
  list-style: none;
}
.lp_contents .concealer_main .mod-carousel-b .slick-dots li + li {
  margin-left: calc(11 / 750 * 100vw);
}
.lp_contents .concealer_main .mod-carousel-b .slick-dots li button {
  border: 0 none;
  background: #ccc;
  outline: 0 none;
  padding: 0;
  width: calc(110 / 750 * 100vw);
  height: calc(110 / 750 * 100vw);
  border-radius: 0;
  text-indent: -10em;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.lp_contents .concealer_main .mod-carousel-b .slick-dots li button:hover {
  opacity: .8;
}
.lp_contents .concealer_main .mod-carousel-b .slick-dots li button::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: solid 1px transparent;
  transition: all .2s ease 0s;
}
.lp_contents .concealer_main .mod-carousel-b .slick-dots li.slick-active button::after {
  border-color: #d63f18;
}
.lp_contents .concealer_main .mod-carousel-b .slick-dots li:nth-child(1) button {
  background: url(/sp/cms/onlineshop/lm/primer/20200129/img/concealer/concealer_img1.jpg) no-repeat center center;
  background-size: auto 100%;
}
.lp_contents .concealer_main .mod-carousel-b .slick-dots li:nth-child(2) button {
  background: url(/sp/cms/onlineshop/lm/primer/20200129/img/concealer/concealer_img2.jpg) no-repeat center center;
  background-size: auto 100%;
}
.lp_contents .concealer_main .mod-carousel-b .slick-dots li:nth-child(3) button {
  background: url(/sp/cms/onlineshop/lm/primer/20200129/img/concealer/concealer_img3.jpg) no-repeat center center;
  background-size: auto 100%;
}
.lp_contents .concealer_main .mod-acc_a {
  margin-top: calc(40 / 750 * 100vw);
}
.lp_contents .concealer_main .mod-acc_a--ttl a {
  display: block;
  padding: calc(30 / 750 * 100vw) 0;
  position: relative;
  outline: 0 none;
  background-color: #d63f18;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: calc(28 / 750 * 100vw);
  font-weight: bold;
  line-height: 1;
}
.lp_contents .concealer_main .mod-acc_a--ttl a::before {
  display: block;
  position: absolute;
  right: 17px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 2px;
  height: 16px;
  background-color: #fff;
}
.lp_contents .concealer_main .mod-acc_a--ttl a::after {
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 16px;
  height: 2px;
  background-color: #fff;
}
.lp_contents .concealer_main .mod-acc_a--cont {
  padding-top: calc(40 / 750 * 100vw);
}
.lp_contents .concealer_main .mod-acc_a.m-opened .mod-acc_a--ttl a::before {
  opacity: 0;
}
.lp_contents .concealer_main .modalwin-btn {
  margin: calc(40 / 750 * 100vw) auto 0;
  width: calc(470 / 750 * 100vw);
}
.lp_contents .concealer_main .mod-modalwin--open {
  position: relative;
  display: block;
  padding: calc(20 / 750 * 100vw) 0;
  box-sizing: border-box;
  border: #3e2b2e solid 1px;
  background-color: #fff;
  color: #3e2b2e;
  font-size: calc(26 / 750 * 100vw);
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
.lp_contents .concealer_main .mod-modalwin--open::after {
  display: block;
  position: absolute;
  top: 50%;
  right: calc(15 / 750 * 100vw);
  content: '';
  transform: translateY(-50%);
  width: calc(30 / 750 * 100vw);
  height: calc(30 / 750 * 100vw);
  background: url(/sp/cms/onlineshop/lm/primer/20200129/img/icn_modalopen.svg) no-repeat center center;
  background-size: contain;
}
.lp_contents .concealer_main .mod-modalwin {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow-y: auto;
  padding: calc(50 / 750 * 100vw) 0;
  z-index: 2000;
}
.lp_contents .concealer_main .mod-modalwin::-webkit-scrollbar {
  display: none;
}
.lp_contents .concealer_main .mod-modalwin--cover {
  background-color: rgba(0, 0, 0, 0.7);
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.lp_contents .concealer_main .mod-modalwin--box {
  position: relative;
  margin: auto;
  background-color: #fff;
  width: calc(650 / 750 * 100vw);
  z-index: 2001;
  box-sizing: border-box;
  padding: calc(40 / 750 * 100vw);
}
.lp_contents .concealer_main .mod-modalwin--box.m-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.lp_contents .concealer_main .mod-modalwin--box img {
  height: auto;
}
.lp_contents .concealer_main .mod-modalwin--btn {
  position: absolute;
  top: calc(-25 / 750 * 100vw);
  right: calc(-25 / 750 * 100vw);
  width: calc(50 / 750 * 100vw);
  height: calc(50 / 750 * 100vw);
  background: url(/sp/cms/onlineshop/lm/primer/20200129/img/icn_modalclose.svg) no-repeat center center;
  background-size: contain;
}
.lp_contents .concealer_main .mod-modalwin--btn a {
  display: block;
  text-indent: -30em;
  overflow: hidden;
}
.lp_contents .concealer_main .concealer_select .concealer_color {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  text-align: center;
  margin-top: calc(-20 / 750 * 100vw);
}
.lp_contents .concealer_main .concealer_select .concealer_color li {
  width: calc(140 / 750 * 100vw);
  margin: calc(20 / 750 * 100vw) 0 0 calc(9 / 750 * 100vw);
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.lp_contents .concealer_main .concealer_select .concealer_color li:nth-child(4n+1) {
  margin-left: 0;
}
.lp_contents .concealer_main .concealer_select .concealer_color li img {
  margin-bottom: calc(10 / 750 * 100vw);
  width: 100%;
  height: auto;
}
.lp_contents .concealer_main .concealer_select .concealer_color li span {
  display: inline-block;
  font-size: calc(24 / 750 * 100vw);
  line-height: 1;
  color: #3e2b2e;
  transition: all .2s ease 0s;
}
.lp_contents .concealer_main .concealer_select .concealer_color li span span {
  color: #d63f18;
}
.lp_contents .concealer_main .concealer_select .concealer_color li::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: calc(140 / 750 * 100vw);
  height: calc(140 / 750 * 100vw);
  box-sizing: border-box;
  transition: all .2s ease 0s;
  border: solid 1px #d63f18;
  opacity: 0;
}
.lp_contents .concealer_main .concealer_select .concealer_color li:hover span, .lp_contents .concealer_main .concealer_select .concealer_color li.m-current span {
  color: #d63f18;
}
.lp_contents .concealer_main .concealer_select .concealer_color li:hover::after, .lp_contents .concealer_main .concealer_select .concealer_color li.m-current::after {
  opacity: 1;
}
.lp_contents .concealer_main .concealer_select-notes {
  margin-top: calc(35 / 750 * 100vw);
  color: #d63f18;
  font-size: calc(24 / 750 * 100vw);
  text-align: right;
}
.lp_contents .concealer_main .concealer_color_info {
  box-sizing: border-box;
  margin: calc(40 / 750 * 100vw) auto 0;
  width: calc(530 / 750 * 100vw);
  height: calc(240 / 750 * 100vw);
  position: relative;
}
.lp_contents .concealer_main .concealer_color_info .concealer_color-def {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(28 / 750 * 100vw);
  line-height: 1;
}
.lp_contents .concealer_main .concealer_color_info .concealer_color-selected {
  position: absolute;
  z-index: 2;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: calc(24 / 750 * 100vw);
  line-height: 1.5;
  transition: all .2s ease 0s;
  opacity: 0;
}
.lp_contents .concealer_main .concealer_color_info .concealer_color-selected .concealer_color-img {
  margin-right: calc(19 / 750 * 100vw);
  width: calc(220 / 750 * 100vw);
  height: auto;
}
.lp_contents .concealer_main .concealer_color_info .concealer_color-selected .concealer_color-img img {
  width: 100%;
  height: auto;
}
.lp_contents .concealer_main .concealer_color_info .concealer_color-selected .concealer_color-txt {
  width: calc(285 / 750 * 100vw);
}
.lp_contents .concealer_main .concealer_color_info .concealer_color-selected .concealer_color-txt span {
  color: #d63f18;
  font-weight: bold;
}
.lp_contents .concealer_main .concealer_color_info .concealer_color-selected .concealer_color-txt2 {
  display: flex;
  justify-content: space-between;
  width: calc(220 / 750 * 100vw);
}
.lp_contents .concealer_main .concealer_color_info .concealer_color-selected .concealer_color-txt2 span {
  font-family: 'Montserrat' , sans-serif;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  font-size: calc(20 / 750 * 100vw);
  font-weight: bold;
  line-height: 1.0;
}
.lp_contents .concealer_main .concealer_color_info.m-color1 .concealer_color-selected.color1 {
  opacity: 1;
}
.lp_contents .concealer_main .concealer_color_info.m-color2 .concealer_color-selected.color2 {
  opacity: 1;
}
.lp_contents .concealer_main .concealer_color_info.m-color3 .concealer_color-selected.color3 {
  opacity: 1;
}
.lp_contents .concealer_main .concealer_color_info.m-color4 .concealer_color-selected.color4 {
  opacity: 1;
}
.lp_contents .concealer_main .concealer_color_info.m-color5 .concealer_color-selected.color5 {
  opacity: 1;
}
.lp_contents .concealer_main .concealer_color_info.m-color6 .concealer_color-selected.color6 {
  opacity: 1;
}
.lp_contents .concealer_main .concealer_color_info.m-color7 .concealer_color-selected.color7 {
  opacity: 1;
}
.lp_contents .concealer_main .concealer_color_info.m-color8 .concealer_color-selected.color8 {
  opacity: 1;
}
.lp_contents .concealer_main .concealer_color_info.m-color9 .concealer_color-selected.color9 {
  opacity: 1;
}
.lp_contents .concealer_main .concealer_color_info.m-color10 .concealer_color-selected.color10 {
  opacity: 1;
}
.lp_contents .concealer_main .concealer_color_info.m-color11 .concealer_color-selected.color11 {
  opacity: 1;
}
.lp_contents .concealer_main .concealer_color_info.m-color12 .concealer_color-selected.color12 {
  opacity: 1;
}
.lp_contents .concealer_main .concealer_color_info .m-color_based span::before {
  content: '色選びの基準色';
  display: block;
  color: #d63f18;
  border: solid 1px #d63f18;
  font-size: calc(20 / 750 * 100vw);
  line-height: 1;
  white-space: nowrap;
  font-feature-settings: 'palt';
  width: calc(180 / 750 * 100vw);
  text-align: center;
  box-sizing: border-box;
  padding-top: .5em;
  margin-bottom: calc(14 / 750 * 100vw);
}
.lp_contents .tinted_main {
  position: relative;
  margin: calc(70 / 750 * 100vw) calc(30 / 750 * 100vw) calc(80 / 750 * 100vw);
}
.lp_contents .tinted_main .tinted_cont {
  margin-top: calc(80 / 750 * 100vw);
}
.lp_contents .tinted_main .tinted_date {
  display: table;
  padding: calc(10 / 750 * 100vw) calc(20 / 750 * 100vw);
  background-color: #d63f18;
  color: #fff;
  font-size: calc(24 / 750 * 100vw);
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.lp_contents .tinted_main h3 {
  margin-top: calc(40 / 750 * 100vw);
}
.lp_contents .tinted_main h3 span {
  display: inline-block;
  font-size: calc(26 / 750 * 100vw);
  letter-spacing: 0;
  line-height: 1.75;
  font-weight: bold;
}
.lp_contents .tinted_main .tinted_detail {
  margin-top: calc(30 / 750 * 100vw);
  font-size: calc(20 / 750 * 100vw);
  line-height: 1.75;
  letter-spacing: 0;
}
.lp_contents .tinted_main .tinted_price {
  margin-top: calc(30 / 750 * 100vw);
  font-weight: bold;
  font-size: calc(24 / 750 * 100vw);
  line-height: 1;
}
.lp_contents .tinted_main .tinted_price-num {
  font-size: calc(36 / 750 * 100vw);
}
.lp_contents .tinted_main .tinted_price-posage {
  display: inline-block;
  padding: calc(10 / 750 * 100vw) calc(30 / 750 * 100vw);
  border: solid 1px #3e2b2e;
  font-size: calc(24 / 750 * 100vw);
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.lp_contents .tinted_main .tinted_carousel {
  margin: 0 auto;
  width: calc(530 / 750 * 100vw);
}
.lp_contents .tinted_main .tinted_carousel img {
  width: 100%;
  height: auto;
}
.lp_contents .tinted_main .mod-carousel-b {
  opacity: 0;
}
.lp_contents .tinted_main .mod-carousel-b.slick-initialized {
  opacity: 1;
}
.lp_contents .tinted_main .mod-carousel-b .slick-slide {
  box-sizing: border-box;
}
.lp_contents .tinted_main .mod-carousel-b .slick-slide a {
  display: block;
  margin: auto;
}
.lp_contents .tinted_main .mod-carousel-b .slick-list {
  overflow: hidden;
}
.lp_contents .tinted_main .mod-carousel-b .slick-dots {
  display: flex;
  justify-content: center;
  margin: calc(36 / 750 * 100vw) 0 0;
}
.lp_contents .tinted_main .mod-carousel-b .slick-dots li {
  list-style: none;
}
.lp_contents .tinted_main .mod-carousel-b .slick-dots li + li {
  margin-left: calc(11 / 750 * 100vw);
}
.lp_contents .tinted_main .mod-carousel-b .slick-dots li button {
  border: 0 none;
  background: #ccc;
  outline: 0 none;
  padding: 0;
  width: calc(110 / 750 * 100vw);
  height: calc(110 / 750 * 100vw);
  border-radius: 0;
  text-indent: -10em;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.lp_contents .tinted_main .mod-carousel-b .slick-dots li button:hover {
  opacity: .8;
}
.lp_contents .tinted_main .mod-carousel-b .slick-dots li button::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: solid 1px transparent;
  transition: all .2s ease 0s;
}
.lp_contents .tinted_main .mod-carousel-b .slick-dots li.slick-active button::after {
  border-color: #d63f18;
}
.lp_contents .tinted_main .mod-carousel-b .slick-dots li:nth-child(1) button {
  background: url(/sp/cms/onlineshop/lm/primer/20200129/img/tinted/tinted_img1.jpg) no-repeat center center;
  background-size: auto 100%;
}
.lp_contents .tinted_main .mod-carousel-b .slick-dots li:nth-child(2) button {
  background: url(/sp/cms/onlineshop/lm/primer/20200129/img/tinted/tinted_img2.jpg) no-repeat center center;
  background-size: auto 100%;
}
.lp_contents .tinted_main .mod-carousel-b .slick-dots li:nth-child(3) button {
  background: url(/sp/cms/onlineshop/lm/primer/20200129/img/tinted/tinted_img3.jpg) no-repeat center center;
  background-size: auto 100%;
}
.lp_contents .tinted_main .mod-acc_a {
  margin-top: calc(40 / 750 * 100vw);
}
.lp_contents .tinted_main .mod-acc_a--ttl a {
  display: block;
  padding: calc(30 / 750 * 100vw) 0;
  position: relative;
  outline: 0 none;
  background-color: #d63f18;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: calc(28 / 750 * 100vw);
  font-weight: bold;
  line-height: 1;
}
.lp_contents .tinted_main .mod-acc_a--ttl a::before {
  display: block;
  position: absolute;
  right: calc(33 / 750 * 100vw);
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: calc(4 / 750 * 100vw);
  height: calc(32 / 750 * 100vw);
  background-color: #fff;
}
.lp_contents .tinted_main .mod-acc_a--ttl a::after {
  display: block;
  position: absolute;
  right: calc(20 / 750 * 100vw);
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: calc(32 / 750 * 100vw);
  height: calc(4 / 750 * 100vw);
  background-color: #fff;
}
.lp_contents .tinted_main .mod-acc_a--cont {
  padding-top: calc(40 / 750 * 100vw);
}
.lp_contents .tinted_main .mod-acc_a.m-opened .mod-acc_a--ttl a::before {
  opacity: 0;
}
.lp_contents .tinted_main .modalwin-btn {
  margin: calc(40 / 750 * 100vw) auto 0;
  width: calc(470 / 750 * 100vw);
}
.lp_contents .tinted_main .mod-modalwin--open {
  position: relative;
  display: block;
  padding: calc(20 / 750 * 100vw) 0;
  box-sizing: border-box;
  border: #3e2b2e solid 1px;
  background-color: #fff;
  color: #3e2b2e;
  font-size: calc(26 / 750 * 100vw);
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
.lp_contents .tinted_main .mod-modalwin--open::after {
  display: block;
  position: absolute;
  top: 50%;
  right: calc(15 / 750 * 100vw);
  content: '';
  transform: translateY(-50%);
  width: calc(30 / 750 * 100vw);
  height: calc(30 / 750 * 100vw);
  background: url(/sp/cms/onlineshop/lm/primer/20200129/img/icn_modalopen.svg) no-repeat center center;
  background-size: contain;
}
.lp_contents .tinted_main .mod-modalwin {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow-y: auto;
  padding: calc(50 / 750 * 100vw) 0;
  z-index: 2000;
}
.lp_contents .tinted_main .mod-modalwin::-webkit-scrollbar {
  display: none;
}
.lp_contents .tinted_main .mod-modalwin--cover {
  background-color: rgba(0, 0, 0, 0.7);
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.lp_contents .tinted_main .mod-modalwin--box {
  position: relative;
  margin: auto;
  background-color: #fff;
  width: calc(650 / 750 * 100vw);
  z-index: 2001;
  box-sizing: border-box;
  padding: calc(40 / 750 * 100vw);
}
.lp_contents .tinted_main .mod-modalwin--box.m-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.lp_contents .tinted_main .mod-modalwin--box img {
  height: auto;
}
.lp_contents .tinted_main .mod-modalwin--btn {
  position: absolute;
  top: calc(-25 / 750 * 100vw);
  right: calc(-25 / 750 * 100vw);
  width: calc(50 / 750 * 100vw);
  height: calc(50 / 750 * 100vw);
  background: url(/sp/cms/onlineshop/lm/primer/20200129/img/icn_modalclose.svg) no-repeat center center;
  background-size: contain;
}
.lp_contents .tinted_main .mod-modalwin--btn a {
  display: block;
  text-indent: -30em;
  overflow: hidden;
}
.lp_contents .tinted_main .tinted_select .tinted_color {
  position: relative;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  text-align: center;
  margin-top: calc(-20 / 750 * 100vw);
}
.lp_contents .tinted_main .tinted_select .tinted_color li {
  width: calc(180 / 750 * 100vw);
  padding: 0 calc(20 / 750 * 100vw);
  margin: calc(20 / 750 * 100vw) 0 0 calc(9 / 750 * 100vw);
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.lp_contents .tinted_main .tinted_select .tinted_color li:nth-child(4n+1) {
  margin-left: 0;
}
.lp_contents .tinted_main .tinted_select .tinted_color li img {
  margin-bottom: calc(10 / 750 * 100vw);
  width: 100%;
  height: auto;
}
.lp_contents .tinted_main .tinted_select .tinted_color li span {
  display: inline-block;
  font-size: calc(24 / 750 * 100vw);
  line-height: 1;
  color: #3e2b2e;
  transition: all .2s ease 0s;
}
.lp_contents .tinted_main .tinted_select .tinted_color li span span {
  color: #d63f18;
}
.lp_contents .tinted_main .tinted_select .tinted_color li::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
  box-sizing: border-box;
  transition: all .2s ease 0s;
  border: solid 1px #d63f18;
  opacity: 0;
}
.lp_contents .tinted_main .tinted_select .tinted_color li:hover span, .lp_contents .tinted_main .tinted_select .tinted_color li.m-current span {
  color: #d63f18;
}
.lp_contents .tinted_main .tinted_select .tinted_color li:hover::after, .lp_contents .tinted_main .tinted_select .tinted_color li.m-current::after {
  opacity: 1;
}
.lp_contents .tinted_main .tinted_select-notes {
  margin-top: calc(35 / 750 * 100vw);
  color: #d63f18;
  font-size: calc(24 / 750 * 100vw);
  text-align: right;
}
.lp_contents .tinted_main .tinted_color_info {
  box-sizing: border-box;
  margin: calc(40 / 750 * 100vw) auto 0;
  width: calc(530 / 750 * 100vw);
  height: calc(240 / 750 * 100vw);
  position: relative;
}
.lp_contents .tinted_main .tinted_color_info .tinted_color-def {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(28 / 750 * 100vw);
  line-height: 1;
}
.lp_contents .tinted_main .tinted_color_info .tinted_color-selected {
  position: absolute;
  z-index: 2;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: calc(24 / 750 * 100vw);
  line-height: calc(40 / 750 * 100vw);
  transition: all .2s ease 0s;
  opacity: 0;
}
.lp_contents .tinted_main .tinted_color_info .tinted_color-selected strong {
  font-weight: 600;
  color: #3e2b2e;
}
.lp_contents .tinted_main .tinted_color_info .tinted_color-selected img {
  margin-right: calc(9 / 750 * 100vw);
  width: calc(220 / 750 * 100vw);
  height: auto;
}
.lp_contents .tinted_main .tinted_color_info .tinted_color-selected img img {
  width: 100%;
  height: auto;
}
.lp_contents .tinted_main .tinted_color_info .tinted_color-selected .tinted_color-txt {
  width: calc(285 / 750 * 100vw);
}
.lp_contents .tinted_main .tinted_color_info .tinted_color-selected .tinted_color-txt span {
  color: #d63f18;
  font-weight: bold;
}
.lp_contents .tinted_main .tinted_color_info .tinted_color-selected .tinted_color-txt2 {
  display: flex;
  justify-content: space-between;
  width: calc(220 / 750 * 100vw);
}
.lp_contents .tinted_main .tinted_color_info .tinted_color-selected .tinted_color-txt2 span {
  font-family: 'Montserrat' , sans-serif;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  font-size: calc(20 / 750 * 100vw);
  font-weight: bold;
  line-height: 1.0;
}
.lp_contents .tinted_main .tinted_color_info.m-color1 .tinted_color-selected.color1 {
  opacity: 1;
}
.lp_contents .tinted_main .tinted_color_info.m-color2 .tinted_color-selected.color2 {
  opacity: 1;
}
.lp_contents .tinted_main .tinted_color_info.m-color3 .tinted_color-selected.color3 {
  opacity: 1;
}
.lp_contents .tinted_main .tinted_color_info .m-color_based span::before {
  content: '色選びの基準色';
  display: block;
  color: #d63f18;
  border: solid 1px #d63f18;
  font-size: calc(20 / 750 * 100vw);
  line-height: 1;
  white-space: nowrap;
  font-feature-settings: 'palt';
  width: calc(180 / 750 * 100vw);
  text-align: center;
  box-sizing: border-box;
  padding-top: .5em;
  margin-bottom: calc(14 / 750 * 100vw);
}
.lp_contents #revealer .tinted_main .mod-carousel-b {
  opacity: 0;
}
.lp_contents #revealer .tinted_main .mod-carousel-b.slick-initialized {
  opacity: 1;
}
.lp_contents #revealer .tinted_main .mod-carousel-b .slick-slide {
  box-sizing: border-box;
}
.lp_contents #revealer .tinted_main .mod-carousel-b .slick-slide a {
  display: block;
  margin: auto;
}
.lp_contents #revealer .tinted_main .mod-carousel-b .slick-list {
  overflow: hidden;
}
.lp_contents #revealer .tinted_main .mod-carousel-b .slick-dots {
  display: flex;
  justify-content: center;
  margin: calc(36 / 750 * 100vw) 0 0;
}
.lp_contents #revealer .tinted_main .mod-carousel-b .slick-dots li {
  list-style: none;
}
.lp_contents #revealer .tinted_main .mod-carousel-b .slick-dots li + li {
  margin-left: calc(11 / 750 * 100vw);
}
.lp_contents #revealer .tinted_main .mod-carousel-b .slick-dots li button {
  border: 0 none;
  background: #ccc;
  outline: 0 none;
  padding: 0;
  width: calc(110 / 750 * 100vw);
  height: calc(110 / 750 * 100vw);
  border-radius: 0;
  text-indent: -10em;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.lp_contents #revealer .tinted_main .mod-carousel-b .slick-dots li button:hover {
  opacity: .8;
}
.lp_contents #revealer .tinted_main .mod-carousel-b .slick-dots li button::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: solid 1px transparent;
  transition: all .2s ease 0s;
}
.lp_contents #revealer .tinted_main .mod-carousel-b .slick-dots li.slick-active button::after {
  border-color: #d63f18;
}
.lp_contents #revealer .tinted_main .mod-carousel-b .slick-dots li:nth-child(1) button {
  background: url(/sp/cms/onlineshop/lm/primer/20200129/img/tinted/tinted_revealer_img1.jpg) no-repeat center center;
  background-size: auto 100%;
}
.lp_contents #revealer .tinted_main .mod-carousel-b .slick-dots li:nth-child(2) button {
  background: url(/sp/cms/onlineshop/lm/primer/20200129/img/tinted/tinted_revealer_img2.jpg) no-repeat center center;
  background-size: auto 100%;
}
.lp_contents #revealer .tinted_main .mod-carousel-b .slick-dots li:nth-child(3) button {
  background: url(/sp/cms/onlineshop/lm/primer/20200129/img/tinted/tinted_revealer_img3.jpg) no-repeat center center;
  background-size: auto 100%;
}
.lp_contents #revealer .tinted_main .mod-carousel-b .slick-dots li:nth-child(4) button {
  background: url(/sp/cms/onlineshop/lm/primer/20200129/img/tinted/tinted_revealer_img4.jpg) no-repeat center center;
  background-size: auto 100%;
}
.lp_contents .tinted_cartbtn .tinted_cv_btn {
  margin-top: calc(40 / 750 * 100vw);
}
.lp_contents .tinted_cartbtn .tinted_cv_btn a, .lp_contents .tinted_cartbtn .tinted_cv_btn div {
  display: block;
  padding-top: calc(35 / 750 * 100vw);
  width: 100%;
  height: calc(100 / 750 * 100vw);
  text-align: center;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  font-size: calc(32 / 750 * 100vw);
  font-weight: bold;
  line-height: 1.0;
}
.lp_contents .tinted_cartbtn .tinted_cv_btn a {
  position: relative;
  background-color: #d63f18;
}
.lp_contents .tinted_cartbtn .tinted_cv_btn a span {
  display: block;
  margin-top: calc(10 / 750 * 100vw);
  font-size: .7em;
  color: #fff;
}
.lp_contents .tinted_cartbtn .tinted_cv_btn a::after {
  position: absolute;
  right: 20px;
  top: 50%;
  content: '';
  display: inline-block;
  margin-top: -6px;
  width: calc(15 / 750 * 100vw);
  height: calc(25 / 750 * 100vw);
  background: url(/sp/cms/onlineshop/lm/primer/20200129/img/btn_arrow.svg) no-repeat center center;
  background-size: contain;
}
.lp_contents .tinted_cartbtn .tinted_cv_btn a.zaikokbn2 {
  padding-top: calc(20 / 750 * 100vw);
}
.lp_contents .tinted_cartbtn .tinted_cv_btn div {
  background-color: #8a8a8a;
}
.lp_contents .tinted_text {
  width: calc(590 / 750 * 100vw);
  margin: 0 auto calc(80 / 750 * 100vw);
  padding: calc(40 / 750 * 100vw) 0;
  border-top: calc(2 / 750 * 100vw) solid #3e2b2e;
  border-bottom: calc(2 / 750 * 100vw) solid #3e2b2e;
  color: #3e2b2e;
}
.lp_contents .tinted_text h3 {
  font-size: calc(22 / 750 * 100vw);
  line-height: 1;
  margin-bottom: calc(10 / 750 * 100vw);
  font-weight: bold;
}
.lp_contents .tinted_text div {
  font-size: calc(20 / 750 * 100vw);
  line-height: calc(36 / 750 * 100vw);
  margin-bottom: calc(32 / 750 * 100vw);
  font-weight: 300;
  letter-spacing: 0.02em;
}
.lp_contents .tinted_text .mb0 {
  margin-bottom: 0;
}
.lp_contents .tinted_goods {
  width: calc(590 / 750 * 100vw);
  margin: 0 auto;
}
.lp_contents .tinted_goods .tinted_ttl {
  width: calc(524 / 750 * 100vw);
  height: calc(60 / 750 * 100vw);
  border-radius: calc(30 / 750 * 100vw);
  background: #f3ece8;
  font-size: calc(30 / 750 * 100vw);
  line-height: calc(60 / 750 * 100vw);
  font-weight: 600;
  color: #3e2b2e;
  text-align: center;
  margin: 0 auto calc(50 / 750 * 100vw);
}
.lp_contents .tinted_goods .tinted_list {
  display: flex;
  justify-content: space-between;
}
.lp_contents .tinted_goods .tinted_list .tinted_img {
  width: calc(226 / 750 * 100vw);
}
.lp_contents .tinted_goods .tinted_list .tinted_img img {
  width: 100%;
}
.lp_contents .tinted_goods .tinted_list .tinted_catch {
  font-size: calc(22 / 750 * 100vw);
  line-height: calc(36 / 750 * 100vw);
  margin-bottom: calc(5 / 750 * 100vw);
  font-weight: 600;
  letter-spacing: -0.012em;
}
.lp_contents .tinted_goods .tinted_list .tinted_size {
  font-size: calc(20 / 750 * 100vw);
  line-height: calc(36 / 750 * 100vw);
  margin-bottom: calc(40 / 750 * 100vw);
  font-weight: 300;
}
.lp_contents .tinted_goods .tinted_list .tinted_price em {
  font-size: calc(34 / 750 * 100vw);
  line-height: 1;
  font-weight: bold;
  font-style: normal;
}
.lp_contents .tinted_goods .tinted_list .tinted_price .taxin {
  font-size: calc(24 / 750 * 100vw);
  line-height: 1;
  font-weight: bold;
}
.lp_contents .tinted_goods .tinted_list .tinted_price .postage {
  display: inline-block;
  width: calc(115 / 750 * 100vw);
  height: calc(45 / 750 * 100vw);
  border: solid calc(2 / 750 * 100vw) #3e2b2e;
  font-size: calc(22 / 750 * 100vw);
  line-height: calc(45 / 750 * 100vw);
  text-align: center;
  font-weight: bold;
  box-sizing: border-box;
  position: relative;
  bottom: calc(5 / 750 * 100vw);
}
.lp_contents .concealer_cartbtn {
  margin-top: calc(40 / 750 * 100vw);
}
.lp_contents .concealer_cartbtn .concealer_cv_btn a, .lp_contents .concealer_cartbtn .concealer_cv_btn div {
  display: block;
  padding-top: calc(35 / 750 * 100vw);
  width: 100%;
  height: calc(100 / 750 * 100vw);
  text-align: center;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  font-size: calc(32 / 750 * 100vw);
  font-weight: bold;
  line-height: 1.0;
}
.lp_contents .concealer_cartbtn .concealer_cv_btn a {
  position: relative;
  background-color: #d63f18;
}
.lp_contents .concealer_cartbtn .concealer_cv_btn a span {
  display: block;
  margin-top: calc(10 / 750 * 100vw);
  font-size: .7em;
  color: #fff;
}
.lp_contents .concealer_cartbtn .concealer_cv_btn a::after {
  position: absolute;
  right: 20px;
  top: 50%;
  content: '';
  display: inline-block;
  margin-top: -6px;
  width: calc(15 / 750 * 100vw);
  height: calc(25 / 750 * 100vw);
  background: url(/sp/cms/onlineshop/lm/primer/20200129/img/btn_arrow.svg) no-repeat center center;
  background-size: contain;
}
.lp_contents .concealer_cartbtn .concealer_cv_btn a.zaikokbn2 {
  padding-top: calc(20 / 750 * 100vw);
}
.lp_contents .concealer_cartbtn .concealer_cv_btn div {
  background-color: #8a8a8a;
}
.lp_contents .concealer_sub {
  margin-top: calc(60 / 750 * 100vw);
}
.lp_contents .concealer_sub h3 {
  font-family: 'Montserrat' , sans-serif;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  font-size: calc(42 / 750 * 100vw);
  font-weight: bold;
  line-height: 1.0;
  letter-spacing: 0.075em;
  text-align: center;
}
.lp_contents .concealer_sub-txt {
  margin-top: calc(35 / 750 * 100vw);
  font-size: calc(24 / 750 * 100vw);
  font-weight: bold;
  text-align: center;
}
.lp_contents .concealer_sub .mod-carousel-b {
  position: relative;
  margin: calc(55 / 750 * 100vw) auto 0;
  width: calc(470 / 750 * 100vw);
  opacity: 0;
}
.lp_contents .concealer_sub .mod-carousel-b.slick-initialized {
  opacity: 1;
}
.lp_contents .concealer_sub .mod-carousel-b img {
  width: 100%;
  height: auto;
}
.lp_contents .concealer_sub .mod-carousel-b .slick-slide {
  box-sizing: border-box;
  border: #ccc solid 1px;
}
.lp_contents .concealer_sub .mod-carousel-b .slick-slide a {
  display: block;
  margin: auto;
}
.lp_contents .concealer_sub .mod-carousel-b .slick-list {
  overflow: hidden;
}
.lp_contents .concealer_sub .mod-carousel-b .slick-dots {
  display: flex;
  justify-content: center;
  margin: calc(58 / 750 * 100vw) 0 0;
}
.lp_contents .concealer_sub .mod-carousel-b .slick-dots li {
  list-style: none;
}
.lp_contents .concealer_sub .mod-carousel-b .slick-dots li + li {
  margin-left: calc(20 / 750 * 100vw);
}
.lp_contents .concealer_sub .mod-carousel-b .slick-dots li button {
  border: 0 none;
  background-color: #ccc;
  outline: 0 none;
  padding: 0;
  width: calc(16 / 750 * 100vw);
  height: calc(16 / 750 * 100vw);
  border-radius: 50%;
  text-indent: -10em;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.lp_contents .concealer_sub .mod-carousel-b .slick-dots li button:hover {
  background-color: #d63f18;
}
.lp_contents .concealer_sub .mod-carousel-b .slick-dots li.slick-active button {
  background-color: #d63f18;
}
.lp_contents .concealer_sub .mod-carousel-b .slick-prev, .lp_contents .concealer_sub .mod-carousel-b .slick-next {
  display: block;
  position: absolute;
  top: calc(240 / 750 * 100vw);
  width: calc(58 / 750 * 100vw);
  height: calc(58 / 750 * 100vw);
  background: none;
  border: none;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  z-index: 50;
  outline: none;
  transition: all .3s;
}
.lp_contents .concealer_sub .mod-carousel-b .slick-prev {
  left: calc(-60 / 750 * 100vw);
}
.lp_contents .concealer_sub .mod-carousel-b .slick-prev::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  width: calc(40 / 750 * 100vw);
  height: calc(40 / 750 * 100vw);
  border-top: 2px solid #3e2b2e;
  border-right: 2px solid #3e2b2e;
  transform: rotate(-135deg);
  transition: all .3s;
}
.lp_contents .concealer_sub .mod-carousel-b .slick-prev:hover::before {
  opacity: .8;
}
.lp_contents .concealer_sub .mod-carousel-b .slick-next {
  right: calc(-60 / 750 * 100vw);
}
.lp_contents .concealer_sub .mod-carousel-b .slick-next::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  width: calc(40 / 750 * 100vw);
  height: calc(40 / 750 * 100vw);
  border-top: 2px solid #3e2b2e;
  border-right: 2px solid #3e2b2e;
  transform: rotate(45deg);
  transition: all .3s;
}
.lp_contents .concealer_sub .mod-carousel-b .slick-next:hover::before {
  opacity: .8;
}
.lp_contents .concealer_product {
  position: relative;
  margin: calc(120 / 750 * 100vw) calc(30 / 750 * 100vw) 0;
  padding: calc(8 / 750 * 100vw) calc(29 / 750 * 100vw) calc(40 / 750 * 100vw);
  border: #ccc 1px solid;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.lp_contents .concealer_product .concealer_product_img {
  width: calc(200 / 750 * 100vw);
}
.lp_contents .concealer_product .concealer_name {
  width: calc(326 / 750 * 100vw);
  font-size: calc(28 / 750 * 100vw);
  font-weight: bold;
  line-height: 1.75;
}
.lp_contents .concealer_product .concealer_product_btn {
  margin-top: calc(17 / 750 * 100vw);
  width: 100%;
}
.lp_contents .concealer_product .concealer_product_btn a {
  display: block;
  position: relative;
  padding: calc(27 / 750 * 100vw) 0;
  height: calc(80 / 750 * 100vw);
  background-color: #3e2b2e;
  color: #fff;
  text-decoration: none;
  font-size: calc(26 / 750 * 100vw);
  font-weight: bold;
  line-height: 1;
  box-sizing: border-box;
  text-align: center;
}
.lp_contents .concealer_product .concealer_product_btn a::after {
  display: block;
  position: absolute;
  top: 50%;
  right: calc(20 / 750 * 100vw);
  content: '';
  transform: translateY(-50%);
  width: calc(18 / 750 * 100vw);
  height: calc(26 / 750 * 100vw);
  background: url(/sp/cms/onlineshop/lm/primer/20200129/img/btn_arrow.svg) no-repeat center center;
  background-size: contain;
}
.lp_contents .sec_check {
  background-color: #fbf0ed;
  text-align: center;
  margin: calc(50 / 750 * 100vw) 0 0;
  border-top: calc(4 / 750 * 100vw) solid #3e2b2e;
}
.lp_contents .sec_check .container {
  padding: 0 0 calc(70 / 750 * 100vw);
}
.lp_contents .sec_check h2 {
  margin: calc(85 / 750 * 100vw) 0 0;
  font-family: 'Montserrat' , sans-serif;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  font-size: calc(42 / 750 * 100vw);
  font-weight: bold;
  line-height: calc(62 / 750 * 100vw);
  letter-spacing: 0;
  color: #3e2b2e;
}
.lp_contents .sec_check .check_catch {
  margin: calc(22 / 750 * 100vw) 0 0;
  font-size: calc(24 / 750 * 100vw);
  font-weight: 400;
  line-height: calc(45 / 750 * 100vw);
  letter-spacing: 0;
  color: #3e2b2e;
}
.lp_contents .sec_check .check_vote {
  position: relative;
  border: calc(3 / 750 * 100vw) solid #f0d8d4;
  outline: calc(6 / 750 * 100vw) solid #fff;
  margin: calc(54 / 750 * 100vw) calc(45 / 750 * 100vw);
  background-color: #fff;
}
.lp_contents .sec_check .check_vote::before {
  content: "";
  position: absolute;
  background: url(/sp/cms/onlineshop/lm/primer/20200129/img/check_icon.png) no-repeat center center;
  background-size: 100%;
  top: calc(-15 / 750 * 100vw);
  left: calc(-15 / 750 * 100vw);
  width: calc(158 / 750 * 100vw);
  height: calc(159 / 750 * 100vw);
}
.lp_contents .sec_check .check_vote .check_vote_tw {
  margin: calc(42 / 750 * 100vw) auto 0;
  width: calc(328 / 750 * 100vw);
}
.lp_contents .sec_check .check_vote .check_vote_dtl {
  margin: calc(40 / 750 * 100vw) 0 0;
  font-size: calc(28 / 750 * 100vw);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  color: #3e2b2e;
}
.lp_contents .sec_check .check_vote .check_vote_dtl span {
  font-size: calc(38 / 750 * 100vw);
}
.lp_contents .sec_check .check_vote .check_vote_ttl {
  margin: calc(14 / 750 * 100vw) 0 0;
  font-size: calc(40 / 750 * 100vw);
  font-weight: bold;
  line-height: calc(60 / 750 * 100vw);
  letter-spacing: 0;
  color: #3e2b2e;
}
.lp_contents .sec_check .check_vote .check_vote_ttl span {
  position: relative;
}
.lp_contents .sec_check .check_vote .check_vote_ttl span::before {
  content: "";
  position: absolute;
  background-color: #d73f18;
  width: calc(10 / 750 * 100vw);
  height: calc(10 / 750 * 100vw);
  border-radius: calc(5 / 750 * 100vw);
  bottom: calc(-18 / 750 * 100vw);
  left: 0;
  right: 0;
  margin: 0 auto 0;
}
.lp_contents .sec_check .check_vote .check_vote_img {
  margin: calc(31 / 750 * 100vw) 0 0;
}
.lp_contents .sec_check .check_vote .check_vote_btn {
  margin: 0 auto calc(42 / 750 * 100vw);
  width: calc(530 / 750 * 100vw);
}
.lp_contents .sec_check .check_vote .check_vote_btn a {
  display: block;
  position: relative;
  height: calc(60 / 750 * 100vw);
  background-color: #3e2b2e;
  color: #fff;
  text-decoration: none;
  font-size: calc(26 / 750 * 100vw);
  font-weight: bold;
  line-height: calc(60 / 750 * 100vw);
  box-sizing: border-box;
  text-align: center;
}
.lp_contents .sec_check .check_vote .check_vote_btn a::after {
  display: block;
  position: absolute;
  top: 50%;
  right: calc(20 / 750 * 100vw);
  content: '';
  transform: translateY(-50%);
  width: calc(18 / 750 * 100vw);
  height: calc(26 / 750 * 100vw);
  background: url(/sp/cms/onlineshop/lm/primer/20200129/img/btn_arrow.svg) no-repeat center center;
  background-size: contain;
}
.lp_contents .sec_footer {
  background-color: #3e2b2e;
  padding: calc(70 / 750 * 100vw) 0 calc(80 / 750 * 100vw);
  text-align: center;
}
.lp_contents .sec_footer .container {
  padding: 0 calc(40 / 750 * 100vw);
}
.lp_contents .sec_footer h2 {
  font-size: calc(30 / 750 * 100vw);
  line-height: calc(50 / 750 * 100vw);
  letter-spacing: 0.075em;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  color: #fff;
  font-weight: bold;
}
.lp_contents .sec_footer .footer_main {
  display: flex;
  justify-content: space-between;
  margin-top: calc(26 / 750 * 100vw);
}
.lp_contents .sec_footer .footer_main .footer_main_link {
  width: calc(325 / 750 * 100vw);
  background-color: #fff;
}
.lp_contents .sec_footer .footer_main .footer_main_link a {
  display: block;
  position: relative;
  font-size: calc(22 / 750 * 100vw);
  line-height: calc(30 / 750 * 100vw);
  font-weight: bold;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  color: #3e2b2e;
  padding: calc(26 / 750 * 100vw) 0;
}
.lp_contents .sec_footer .footer_main .footer_main_link a::after {
  content: '';
  display: block;
  width: calc(15 / 750 * 100vw);
  height: calc(42 / 750 * 100vw);
  background: url(/sp/cms/onlineshop/lm/primer/20200129/img/btn_arrow_brw.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  right: calc(10 / 750 * 100vw);
  top: 50%;
  transform: translateY(-50%);
}
.lp_contents .sec_notes {
  padding: calc(80 / 750 * 100vw) calc(40 / 750 * 100vw) calc(40 / 750 * 100vw);
  border-top: solid 1px #ccc;
}
.lp_contents .sec_notes h2 {
  font-weight: normal;
}
.lp_contents .redF {
  color: #d4003b;
}
.lp_contents .cfrepeat {
  position: relative;
  width: calc(590 / 750 * 100vw);
  margin: calc(80 / 750 * 100vw) auto 0;
  box-sizing: border-box;
  border: solid calc(4 / 750 * 100vw) #3e2b2e;
  background-color: #fff;
}
.lp_contents .cfrepeat::before {
  position: absolute;
  top: calc(4 / 750 * 100vw);
  left: calc(4 / 750 * 100vw);
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  box-sizing: border-box;
  border: solid calc(2 / 750 * 100vw) #3e2b2e;
}
.lp_contents .cfrepeat_flag {
  position: absolute;
  top: calc(26 / 750 * 100vw);
  left: calc(-22 / 750 * 100vw);
  box-sizing: border-box;
  width: calc(300 / 750 * 100vw);
  height: calc(58 / 750 * 100vw);
  background: url(/sp/cms/onlineshop/lm/primer/20200129/img/cfrepeat_flag_bg.png) no-repeat center center;
  background-size: contain;
  color: #fff;
  font-size: calc(24 / 750 * 100vw);
  font-weight: bold;
  line-height: calc(54 / 750 * 100vw);
  text-align: center;
}
.lp_contents .cfrepeat_inner {
  position: relative;
  padding: calc(100 / 750 * 100vw) calc(36 / 750 * 100vw) calc(60 / 750 * 100vw);
  letter-spacing: 0.05em;
}
.lp_contents .cfrepeat_inner h3 {
  font-size: calc(36 / 750 * 100vw);
  line-height: calc(46 / 750 * 100vw);
  font-weight: bold;
  margin-bottom: calc(14 / 750 * 100vw);
  text-align: center;
}
.lp_contents .cfrepeat_inner h4 {
  font-size: calc(24 / 750 * 100vw);
  line-height: 1;
  font-weight: bold;
}
.lp_contents .cfrepeat_period {
  width: calc(510 / 750 * 100vw);
  font-size: calc(24 / 750 * 100vw);
  line-height: calc(50 / 750 * 100vw);
  font-weight: bold;
  margin: calc(18 / 750 * 100vw) auto calc(20 / 750 * 100vw);
  background-color: #f8f4f5;
  border-radius: calc(50 / 750 * 100vw);
  text-align: center;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  letter-spacing: 0em;
}
.lp_contents .cfrepeat_txt {
  margin-bottom: calc(24 / 750 * 100vw);
  font-size: calc(22 / 750 * 100vw);
  line-height: 1;
  text-align: center;
  color: #d73f18;
}
.lp_contents .cfrepeat_ttl {
  font-size: calc(24 / 750 * 100vw);
  line-height: calc(36 / 750 * 100vw);
  margin-top: calc(32 / 750 * 100vw);
  text-align: center;
}
.lp_contents .cfrepeat_ttl span {
  font-weight: bold;
}
.lp_contents .cfrepeat_catch {
  font-size: calc(36 / 750 * 100vw);
  line-height: calc(50 / 750 * 100vw);
  color: #d73f18;
  margin-top: calc(14 / 750 * 100vw);
  text-align: center;
  font-weight: bold;
}
.lp_contents .cfrepeat_notes {
  font-size: calc(20 / 750 * 100vw);
  line-height: 1;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: calc(18 / 750 * 100vw);
}
.lp_contents .cfrepeat_date {
  margin: calc(30 / 750 * 100vw) auto 0;
  padding: calc(38 / 750 * 100vw) 0 calc(30 / 750 * 100vw);
  background: #f8f4f5;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  letter-spacing: -0.06em;
}
.lp_contents .cfrepeat_date li {
  font-size: calc(22 / 750 * 100vw);
  line-height: calc(32 / 750 * 100vw);
  text-align: center;
}
.lp_contents .cfrepeat_date li span {
  display: block;
  font-weight: bold;
}
.lp_contents .cfrepeat_date li + li {
  margin-top: calc(6 / 750 * 100vw);
}
.lp_contents .cfrepeat_date li.notes {
  font-size: calc(22 / 750 * 100vw);
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  letter-spacing: 0.05em;
  margin-top: calc(14 / 750 * 100vw);
  color: #d73f18;
}
.lp_contents .cfrepeat_img {
  margin-top: calc(70 / 750 * 100vw);
}
.lp_contents .cfrepeat_item {
  margin: calc(92 / 750 * 100vw) auto 0;
}
.lp_contents .cfrepeat_item li {
  position: relative;
  padding: calc(48 / 750 * 100vw) 0 calc(22 / 750 * 100vw) calc(30 / 750 * 100vw);
  display: flex;
  align-items: center;
  border-top: calc(3 / 750 * 100vw) solid #d63f18;
  border-bottom: calc(3 / 750 * 100vw) solid #d63f18;
  background: #fff6f4;
}
.lp_contents .cfrepeat_item li + li {
  margin-top: calc(60 / 750 * 100vw);
}
.lp_contents .cfrepeat_item_flag {
  position: absolute;
  top: calc(-20 / 750 * 100vw);
  left: calc(130 / 750 * 100vw);
  width: calc(250 / 750 * 100vw);
  height: calc(44 / 750 * 100vw);
  text-align: center;
  background: #d63f18;
  border-radius: calc(30 / 750 * 100vw);
}
.lp_contents .cfrepeat_item_flag span {
  display: inline-block;
  font-size: calc(24 / 750 * 100vw);
  line-height: calc(44 / 750 * 100vw);
  color: #fff;
}
.lp_contents .cfrepeat_item_img {
  width: calc(104 / 750 * 100vw);
}
.lp_contents .cfrepeat_item_info {
  margin-left: calc(20 / 750 * 100vw);
  font-size: calc(20 / 750 * 100vw);
  line-height: calc(30 / 750 * 100vw);
  letter-spacing: -0.02em;
}
.lp_contents .cfrepeat_item_info span {
  display: block;
  padding-top: calc(4 / 750 * 100vw);
  font-size: calc(20 / 750 * 100vw);
}
.lp_contents .cfrepeat_cp {
  margin: calc(60 / 750 * 100vw) auto 0;
}
.lp_contents .cfrepeat_cp ul {
  margin-top: calc(10 / 750 * 100vw);
}
.lp_contents .cfrepeat_cp ul li {
  font-size: calc(20 / 750 * 100vw);
  line-height: calc(28 / 750 * 100vw);
  text-indent: -1.0em;
  padding-left: 1.0em;
}
.lp_contents .cfrepeat_cp ul li + li {
  margin-top: calc(6 / 750 * 100vw);
}
.lp_contents .cfrepeat_note {
  margin: calc(60 / 750 * 100vw) auto 0;
}
.lp_contents .cfrepeat_note_ttl {
  font-size: calc(20 / 750 * 100vw);
  line-height: 1;
}
.lp_contents .cfrepeat_note ul {
  margin-top: calc(20 / 750 * 100vw);
}
.lp_contents .cfrepeat_note ul li {
  font-size: calc(20 / 750 * 100vw);
  line-height: calc(28 / 750 * 100vw);
  text-indent: -1.3em;
  padding-left: 1.3em;
}
.lp_contents .cfrepeat_note ul li span {
  border-bottom: calc(2 / 750 * 100vw) solid #d63f18;
}
.lp_contents .cfrepeat_note ul li + li {
  margin-top: calc(10 / 750 * 100vw);
}
.lp_contents .cfrepeat_note ul li.spe_list {
  color: #d63f18;
}
.lp_contents .cfrepeat .present_end {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 11;
}
.lp_contents .cfrepeat .present_end span {
  font-size: calc(36 / 750 * 100vw);
  line-height: calc(36 / 750 * 100vw);
  font-weight: 600;
  height: 100%;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.lp_contents .sec_primer6_cp {
  background-color: #f9f3eb;
  padding-bottom: calc(70 / 750 * 100vw);
}
.lp_contents .sec_primer6_cp .primer6_cp {
  width: calc(610 / 750 * 100vw);
  margin: 0 auto;
  position: relative;
}
.lp_contents .sec_primer6_cp .primer6_cp .bgcolor {
  background-color: #fff;
}
.lp_contents .sec_primer6_cp .primer6_cp .primer6_cp_cont {
  padding: calc(80 / 750 * 100vw) 0;
}
.lp_contents .sec_primer6_cp .primer6_cp .primer6_cp_cont h5 {
  text-align: center;
  font-size: calc(24 / 750 * 100vw);
  font-weight: 600;
}
.lp_contents .sec_primer6_cp .primer6_cp .primer6_cp_cont h5 span {
  color: #d63f18;
  border-bottom: #d63f18 calc(2 / 750 * 100vw) solid;
}
.lp_contents .sec_primer6_cp .primer6_cp .primer6_cp_cont .primer6_cp_en {
  width: calc(556 / 750 * 100vw);
  margin: calc(25 / 750 * 100vw) auto 0;
}
.lp_contents .sec_primer6_cp .primer6_cp .primer6_cp_cont .primer6_cp_ttl {
  text-align: center;
  font-size: calc(24 / 750 * 100vw);
  font-weight: 600;
  margin-top: calc(15 / 750 * 100vw);
  margin-bottom: calc(10 / 750 * 100vw);
}
.lp_contents .sec_primer6_cp .primer6_cp .primer6_cp_cont .primer6_cp_catch {
  text-align: center;
  color: #d63f18;
  font-size: calc(22 / 750 * 100vw);
  font-weight: 600;
}
.lp_contents .sec_primer6_cp .primer6_cp .primer6_cp_cont .primer6_cp_img {
  width: calc(294 / 750 * 100vw);
  margin: calc(90 / 750 * 100vw) 0 calc(45 / 750 * 100vw) calc(172 / 750 * 100vw);
  position: relative;
}
.lp_contents .sec_primer6_cp .primer6_cp .primer6_cp_cont .primer6_cp_img--img {
  position: relative;
  z-index: 1;
}
.lp_contents .sec_primer6_cp .primer6_cp .primer6_cp_cont .primer6_cp_img--icon {
  width: calc(152 / 750 * 100vw);
  height: calc(152 / 750 * 100vw);
  position: absolute;
  top: calc(-50 / 750 * 100vw);
  left: calc(-132 / 750 * 100vw);
}
.lp_contents .sec_primer6_cp .primer6_cp .primer6_cp_cont .primer6_cp_info {
  text-align: center;
}
.lp_contents .sec_primer6_cp .primer6_cp .primer6_cp_cont .primer6_cp_info--ttl {
  font-size: calc(22 / 750 * 100vw);
  font-weight: 600;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  letter-spacing: 0;
  line-height: calc(34 / 750 * 100vw);
}
.lp_contents .sec_primer6_cp .primer6_cp .primer6_cp_cont .primer6_cp_info--text {
  font-size: calc(30 / 750 * 100vw);
  line-height: calc(40 / 750 * 100vw);
  font-weight: bold;
  margin-top: calc(15 / 750 * 100vw);
}
.lp_contents .sec_primer6_cp .primer6_cp .primer6_cp_cont .primer6_cp_set {
  border-top: calc(2 / 750 * 100vw) solid #3e2b2e;
  border-bottom: calc(2 / 750 * 100vw) solid #3e2b2e;
  padding: calc(30 / 750 * 100vw) 0 calc(20 / 750 * 100vw);
  position: relative;
  width: calc(520 / 750 * 100vw);
  margin: calc(45 / 750 * 100vw) auto 0;
}
.lp_contents .sec_primer6_cp .primer6_cp .primer6_cp_cont .primer6_cp_set--present {
  position: absolute;
  background-color: #fff;
  padding-right: calc(10 / 750 * 100vw);
  top: calc(-11 / 750 * 100vw);
  left: 0;
  width: calc(92 / 750 * 100vw);
}
.lp_contents .sec_primer6_cp .primer6_cp .primer6_cp_cont .primer6_cp_set--name {
  font-size: calc(22 / 750 * 100vw);
  line-height: calc(30 / 750 * 100vw);
  font-weight: 600;
}
.lp_contents .sec_primer6_cp .primer6_cp .primer6_cp_cont .primer6_cp_set--size {
  font-size: calc(22 / 750 * 100vw);
  font-weight: 300;
  margin-top: calc(10 / 750 * 100vw);
}
.lp_contents .sec_primer6_cp .primer6_cp .primer6_cp_notes {
  font-size: calc(20 / 750 * 100vw);
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  letter-spacing: 0;
  font-weight: 300;
  margin-top: calc(35 / 750 * 100vw);
}
.lp_contents .sec_primer6_cp .primer6_cp .primer6_cp_notes li {
  padding-left: 1.3em;
  text-indent: -1.3em;
  line-height: calc(28 / 750 * 100vw);
}
.lp_contents .sec_primer6_cp .primer6_cp_movie {
  margin-top: calc(70 / 750 * 100vw);
}
.lp_contents .sec_primer6_cp .primer6_cp_movie--ttl {
  text-align: center;
  font-size: calc(26 / 750 * 100vw);
  font-weight: 600;
  margin-bottom: calc(40 / 750 * 100vw);
}
.lp_contents .sec_primer6_cp .primer6_cp_movie .mod-movie {
  width: 100%;
  position: relative;
  height: 0;
  padding-top: 56.25%;
}
.lp_contents .sec_primer6_cp .primer6_cp_movie .mod-movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  cursor: pointer;
}
.lp_contents .spray_cont {
  position: relative;
  width: calc(590 / 750 * 100vw);
  margin: 0 auto;
}
.lp_contents .spray_cont .spray_box {
  position: relative;
  width: calc(590 / 750 * 100vw);
  margin: calc(86 / 750 * 100vw) auto 0;
  box-sizing: border-box;
  background-color: #f5f2fa;
  padding: calc(6 / 750 * 100vw);
}
.lp_contents .spray_cont .spray_box .spray_inner {
  padding: calc(44 / 750 * 100vw) 0;
  border: solid calc(4 / 750 * 100vw) #fff;
}
.lp_contents .spray_cont .spray_box .spray_flag {
  position: absolute;
  top: calc(-7 / 750 * 100vw);
  left: calc(-8 / 750 * 100vw);
  width: calc(202 / 750 * 100vw);
}
.lp_contents .spray_cont .spray_box .spray_flag_bottom {
  position: absolute;
  bottom: calc(-8 / 750 * 100vw);
  right: calc(-8 / 750 * 100vw);
  width: calc(204 / 750 * 100vw);
}
.lp_contents .spray_cont .spray_box .spray_catch {
  font-size: calc(24 / 750 * 100vw);
  line-height: calc(40 / 750 * 100vw);
  text-align: center;
}
.lp_contents .spray_cont .spray_box .spray_catch span {
  font-weight: bold;
}
.lp_contents .spray_cont .spray_box .spray_ttl {
  margin-top: calc(14 / 750 * 100vw);
  font-size: calc(24 / 750 * 100vw);
  line-height: calc(42 / 750 * 100vw);
  text-align: center;
  color: #d73f18;
  font-weight: bold;
}
.lp_contents .spray_cont .spray_box .spray_ttl span {
  display: inline-block;
  padding-top: calc(4 / 750 * 100vw);
  font-size: calc(34 / 750 * 100vw);
  color: #d73f18;
  letter-spacing: 0;
}
.lp_contents .spray_cont .spray_box .spray_img {
  width: calc(520 / 750 * 100vw);
  margin: calc(20 / 750 * 100vw) auto 0;
  position: relative;
}
.lp_contents .spray_cont .spray_box .spray_icon {
  position: absolute;
  width: calc(122 / 750 * 100vw);
  height: calc(122 / 750 * 100vw);
  top: calc(48 / 750 * 100vw);
  left: calc(72 / 750 * 100vw);
}
.lp_contents .spray_cont .spray_box .spray_icon span {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #d73f18;
  border-radius: calc(100 / 750 * 100vw);
  font-size: calc(32 / 750 * 100vw);
  line-height: calc(36 / 750 * 100vw);
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.lp_contents .spray_cont .spray_box .spray_icon.zaikokbn2 span {
  font-size: calc(28 / 750 * 100vw);
  line-height: calc(36 / 750 * 100vw);
}
.lp_contents .spray_cont .spray_box .spray_name {
  margin-top: calc(30 / 750 * 100vw);
  font-size: calc(22 / 750 * 100vw);
  line-height: calc(32 / 750 * 100vw);
  text-align: center;
}
.lp_contents .spray_cont .spray_box .spray_set {
  position: relative;
  width: calc(464 / 750 * 100vw);
  margin: calc(90 / 750 * 100vw) auto 0;
  padding: calc(350 / 750 * 100vw) calc(28 / 750 * 100vw) calc(60 / 750 * 100vw);
  background: #fff;
}
.lp_contents .spray_cont .spray_box .spray_set_img {
  position: absolute;
  width: calc(370 / 750 * 100vw);
  top: calc(-40 / 750 * 100vw);
  left: calc(75 / 750 * 100vw);
}
.lp_contents .spray_cont .spray_box .spray_set_ttl {
  font-family: 'Montserrat' , sans-serif;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  font-size: calc(33 / 750 * 100vw);
  line-height: calc(45 / 750 * 100vw);
  font-weight: bold;
}
.lp_contents .spray_cont .spray_box .spray_set_txt {
  margin-top: calc(20 / 750 * 100vw);
  font-size: calc(24 / 750 * 100vw);
  line-height: calc(40 / 750 * 100vw);
}
.lp_contents .spray_cont .spray_box .spray_set .set_use {
  margin-top: calc(60 / 750 * 100vw);
}
.lp_contents .spray_cont .spray_box .spray_set .set_use_ttl {
  position: relative;
  color: #b3a4c6;
  font-size: calc(28 / 750 * 100vw);
  font-family: 'Montserrat' , sans-serif;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  font-weight: bold;
}
.lp_contents .spray_cont .spray_box .spray_set .set_use_ttl::before, .lp_contents .spray_cont .spray_box .spray_set .set_use_ttl::after {
  position: absolute;
  content: "";
  width: calc(122 / 750 * 100vw);
  height: calc(10 / 750 * 100vw);
  top: calc(16 / 750 * 100vw);
  background: url(/sp/cms/onlineshop/lm/primer/20200129/img/use_ttl_line.png) no-repeat center center;
  background-size: 100% auto;
}
.lp_contents .spray_cont .spray_box .spray_set .set_use_ttl::before {
  left: 0;
}
.lp_contents .spray_cont .spray_box .spray_set .set_use_ttl::after {
  right: 0;
}
.lp_contents .spray_cont .spray_box .spray_set .set_use_list {
  padding: calc(40 / 750 * 100vw) 0 0 calc(40 / 750 * 100vw);
}
.lp_contents .spray_cont .spray_box .spray_set .set_use_list li {
  position: relative;
}
.lp_contents .spray_cont .spray_box .spray_set .set_use_list li + li {
  margin-top: calc(14 / 750 * 100vw);
}
.lp_contents .spray_cont .spray_box .spray_set .set_use_list li p:nth-child(1) {
  position: absolute;
  left: calc(-40 / 750 * 100vw);
  top: calc(2 / 750 * 100vw);
  display: inline-block;
  background-color: #b3a4c6;
  width: calc(30 / 750 * 100vw);
  height: calc(30 / 750 * 100vw);
  color: #fff;
  border-radius: 50%;
  font-weight: bold;
  font-size: calc(20 / 750 * 100vw);
  line-height: calc(32 / 750 * 100vw);
  text-align: center;
}
.lp_contents .spray_cont .spray_box .spray_set .set_use_list li p:nth-child(2) {
  font-size: calc(22 / 750 * 100vw);
  line-height: calc(38 / 750 * 100vw);
}
.lp_contents .spray_cont .spray_box .spray_set .spray_movie {
  width: calc(440 / 750 * 100vw);
  margin: calc(50 / 750 * 100vw) auto 0;
}
.lp_contents .spray_cont .spray_box .spray_set .spray_movie_ttl {
  margin: 0 auto calc(30 / 750 * 100vw);
  text-align: center;
  color: #b3a4c6;
  font-size: calc(24 / 750 * 100vw);
  line-height: 1;
  font-weight: bold;
}
.lp_contents .spray_cont .spray_box .spray_set .spray_movie .mod-movie {
  width: 100%;
  position: relative;
  height: 0;
  padding-top: 56.25%;
}
.lp_contents .spray_cont .spray_box .spray_set .spray_movie .mod-movie--player {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  transition: all 1s ease;
}
.lp_contents .spray_cont .spray_box .spray_set .spray_movie .mod-movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  cursor: pointer;
}
.lp_contents .spray_cont .spray_box .spray_set .spray_movie .mod-movie .mod-movie_thumb {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  cursor: pointer;
}
.lp_contents .spray_cont .spray_note {
  margin-top: calc(30 / 750 * 100vw);
}
.lp_contents .spray_cont .spray_note li {
  margin-top: calc(4 / 750 * 100vw);
  padding-left: 1.3em;
  text-indent: -1.3em;
  font-size: calc(20 / 750 * 100vw);
  line-height: calc(30 / 750 * 100vw);
}
.lp_contents .padding0 {
  padding: 0 !important;
}
.lp_contents .sec_flawless {
  background: url(/sp/cms/onlineshop/lm/primer/20200129/img/flawless/flawless_bg.jpg) repeat-y top center;
  background-size: 100% auto;
  padding: calc(6 / 750 * 100vw);
  margin: calc(80 / 750 * 100vw) auto 0;
  width: calc(618 / 750 * 100vw);
}
.lp_contents .sec_flawless .marginTop0 {
  margin-top: 0 !important;
}
.lp_contents .sec_flawless .paddingTop0 {
  padding-top: 0 !important;
}
.lp_contents .sec_flawless .flawless_con {
  background-color: #fff0f5;
  padding: calc(60 / 750 * 100vw) 0;
}
.lp_contents .sec_flawless .flawless_con .present_end {
  position: absolute;
  top: calc(-27 / 750 * 100vw);
  left: calc(-4 / 750 * 100vw);
  right: calc(-4 / 750 * 100vw);
  bottom: calc(-4 / 750 * 100vw);
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 11;
}
.lp_contents .sec_flawless .flawless_con .present_end span {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
  font-size: calc(24 / 750 * 100vw);
  font-weight: bold;
  line-height: 1.5;
}
.lp_contents .sec_flawless .flawless_con .flawless_wild {
  margin-bottom: calc(80 / 750 * 100vw);
}
.lp_contents .sec_flawless .flawless_con .flawless_wild .flawless_wild_ttl {
  width: calc(462 / 750 * 100vw);
  margin: 0 auto;
}
.lp_contents .sec_flawless .flawless_con .flawless_wild .flawless_wild_txt {
  margin: calc(25 / 750 * 100vw) 0 calc(40 / 750 * 100vw);
  text-align: center;
  font-size: calc(22 / 750 * 100vw);
  line-height: calc(34 / 750 * 100vw);
}
.lp_contents .sec_flawless .flawless_con .flawless_wild .flawless_wild_img {
  width: calc(458 / 750 * 100vw);
  margin: 0 auto;
}
.lp_contents .sec_flawless .flawless_con .flawless_wild .flawless_wild_present {
  width: calc(530 / 750 * 100vw);
  margin: calc(5 / 750 * 100vw) auto 0;
  background-color: #fff8ee;
  border: calc(4 / 750 * 100vw) solid #ffe9c5;
  padding: calc(15 / 750 * 100vw) calc(10 / 750 * 100vw) calc(15 / 750 * 100vw) calc(20 / 750 * 100vw);
  position: relative;
}
.lp_contents .sec_flawless .flawless_con .flawless_wild .flawless_wild_present .wild_present_ttl {
  position: absolute;
  top: calc(-20 / 750 * 100vw);
  left: 50%;
  color: #fff;
  background-color: #c89646;
  padding: calc(10 / 750 * 100vw) calc(20 / 750 * 100vw) calc(6 / 750 * 100vw);
  border-radius: calc(20 / 750 * 100vw);
  transform: translateX(-50%);
  font-size: calc(24 / 750 * 100vw);
  line-height: 1;
}
.lp_contents .sec_flawless .flawless_con .flawless_wild .flawless_wild_present .wild_present_con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: calc(20 / 750 * 100vw);
  line-height: calc(36 / 750 * 100vw);
}
.lp_contents .sec_flawless .flawless_con .flawless_wild .flawless_wild_present .wild_present_con span {
  font-size: calc(24 / 750 * 100vw);
  font-weight: bold;
  color: #d63f18;
}
.lp_contents .sec_flawless .flawless_con .flawless_wild .flawless_wild_present .wild_present_con .wild_present_img {
  width: calc(198 / 750 * 100vw);
}
.lp_contents .sec_flawless .flawless_con .wildflower_case {
  width: calc(350 / 750 * 100vw);
  margin: 0 auto;
}
.lp_contents .sec_flawless .flawless_con .mod-carousel-b {
  opacity: 0;
  width: calc(530 / 750 * 100vw);
  margin: calc(50 / 750 * 100vw) auto 0;
}
.lp_contents .sec_flawless .flawless_con .mod-carousel-b.slick-initialized {
  opacity: 1;
}
.lp_contents .sec_flawless .flawless_con .mod-carousel-b .slick-slide {
  box-sizing: border-box;
}
.lp_contents .sec_flawless .flawless_con .mod-carousel-b .slick-slide a {
  display: block;
  margin: auto;
}
.lp_contents .sec_flawless .flawless_con .mod-carousel-b .slick-list {
  overflow: hidden;
}
.lp_contents .sec_flawless .flawless_con .mod-carousel-b .slick-arrow {
  opacity: 0;
}
.lp_contents .sec_flawless .flawless_con .mod-carousel-b .slick-dots {
  display: flex;
  justify-content: center;
  margin: calc(20 / 750 * 100vw) 0 0;
}
.lp_contents .sec_flawless .flawless_con .mod-carousel-b .slick-dots li {
  list-style: none;
  margin: 0 calc(10 / 750 * 100vw);
}
.lp_contents .sec_flawless .flawless_con .mod-carousel-b .slick-dots li button {
  border: 0 none;
  background: #ccc;
  outline: 0 none;
  padding: 0;
  width: calc(138 / 750 * 100vw);
  height: calc(138 / 750 * 100vw);
  border-radius: 0;
  text-indent: -15em;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.lp_contents .sec_flawless .flawless_con .mod-carousel-b .slick-dots li button:hover {
  opacity: .8;
}
.lp_contents .sec_flawless .flawless_con .mod-carousel-b .slick-dots li button::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: solid 1px transparent;
  transition: all .2s ease 0s;
}
.lp_contents .sec_flawless .flawless_con .mod-carousel-b .slick-dots li.slick-active button::after {
  border-color: #d63f18;
}
.lp_contents .sec_flawless .flawless_con .mod-carousel-b .slick-dots li:nth-child(1) button {
  background: url(/sp/cms/onlineshop/lm/primer/20200129/img/flawless/flawless_img1.jpg) no-repeat center center;
  background-size: auto 100%;
}
.lp_contents .sec_flawless .flawless_con .mod-carousel-b .slick-dots li:nth-child(2) button {
  background: url(/sp/cms/onlineshop/lm/primer/20200129/img/flawless/flawless_img2.jpg) no-repeat center center;
  background-size: auto 100%;
}
.lp_contents .sec_flawless .flawless_con .cushion_select {
  background-color: #fff;
  padding-top: calc(20 / 750 * 100vw);
}
.lp_contents .sec_flawless .flawless_con .cushion_select .cushion_color {
  margin: 0 calc(20 / 750 * 100vw);
}
.lp_contents .sec_flawless .flawless_con .cushion_select .cushion_color li {
  width: calc(122 / 750 * 100vw);
}
.lp_contents .sec_flawless .flawless_con .cushion_select .cushion_color li::after {
  width: calc(122 / 750 * 100vw) !important;
  height: calc(122 / 750 * 100vw) !important;
}
.lp_contents .sec_flawless .flawless_con .cushion_select .cushion_select-notes {
  padding-right: calc(20 / 750 * 100vw);
}
.lp_contents .sec_flawless .flawless_con .flawless_item_ttl {
  margin: 0 calc(15 / 750 * 100vw) calc(20 / 750 * 100vw);
  text-align: center;
  position: relative;
}
.lp_contents .sec_flawless .flawless_con .flawless_item_ttl::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  height: calc(8 / 750 * 100vw);
  width: 100%;
  border-top: calc(2 / 750 * 100vw) solid #e6507e;
  border-bottom: calc(2 / 750 * 100vw) solid #e6507e;
  transform: translateY(-50%);
}
.lp_contents .sec_flawless .flawless_con .flawless_item_ttl span {
  position: relative;
  z-index: 1;
  font-size: calc(30 / 750 * 100vw);
  line-height: calc(40 / 750 * 100vw);
  font-weight: bold;
  color: #e6507e;
  display: inline-block;
  padding: 0 calc(20 / 750 * 100vw);
  background-color: #fff0f5;
  border-left: calc(2 / 750 * 100vw) solid #e6507e;
  border-right: calc(2 / 750 * 100vw) solid #e6507e;
  text-align: center;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  letter-spacing: 0;
}
.lp_contents .sec_flawless .flawless_con .letterspacing0 span {
  letter-spacing: 0;
}
.lp_contents .sec_flawless .flawless_con .flawless_item_catch {
  font-size: calc(22 / 750 * 100vw);
  line-height: calc(40 / 750 * 100vw);
  text-align: center;
  color: #e6507e;
}
.lp_contents .sec_flawless .flawless_con .flawless_special {
  width: calc(570 / 750 * 100vw);
  margin: calc(100 / 750 * 100vw) auto calc(70 / 750 * 100vw);
  position: relative;
}
.lp_contents .sec_flawless .flawless_con .flawless_special .flawless_special_con {
  background-color: #fff8ee;
  border: calc(4 / 750 * 100vw) solid #ffe9c5;
  padding: calc(65 / 750 * 100vw) 0 calc(50 / 750 * 100vw);
  position: relative;
  text-align: center;
}
.lp_contents .sec_flawless .flawless_con .flawless_special .flawless_special_con .flawless_special_icon {
  position: absolute;
  width: calc(454 / 750 * 100vw);
  left: 50%;
  top: calc(-27 / 750 * 100vw);
  transform: translateX(-50%);
}
.lp_contents .sec_flawless .flawless_con .flawless_special .flawless_special_con .flawless_special_ttl {
  font-size: calc(22 / 750 * 100vw);
  line-height: calc(30 / 750 * 100vw);
}
.lp_contents .sec_flawless .flawless_con .flawless_special .flawless_special_con .flawless_special_catch {
  font-size: calc(24 / 750 * 100vw);
  line-height: calc(40 / 750 * 100vw);
  font-weight: bold;
  color: #d63f18;
  margin-top: calc(10 / 750 * 100vw);
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  letter-spacing: -0.02em;
}
.lp_contents .sec_flawless .flawless_con .flawless_special .flawless_special_con .flawless_special_txt {
  font-size: calc(20 / 750 * 100vw);
  line-height: calc(30 / 750 * 100vw);
  margin-top: calc(20 / 750 * 100vw);
}
.lp_contents .sec_flawless .flawless_con .flawless_special .flawless_special_con .flawless_special_img {
  position: relative;
  width: calc(280 / 750 * 100vw);
  margin: calc(25 / 750 * 100vw) auto;
}
.lp_contents .sec_flawless .flawless_con .flawless_special .flawless_special_con .flawless_special_img .special_img_icon {
  position: absolute;
  left: 0;
  top: calc(22 / 750 * 100vw);
}
.lp_contents .sec_flawless .flawless_con .flawless_special .flawless_special_notes {
  margin-top: calc(30 / 750 * 100vw);
  font-size: calc(20 / 750 * 100vw);
  line-height: calc(30 / 750 * 100vw);
}
.lp_contents .sec_flawless .flawless_con .flawless_special .flawless_special_notes li {
  margin-bottom: calc(10 / 750 * 100vw);
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.lp_contents .sec_flawless .flawless_con .product_cv_btn {
  margin-top: calc(30 / 750 * 100vw);
}
.lp_contents .sec_flawless .flawless_con .product_cv_btn a, .lp_contents .sec_flawless .flawless_con .product_cv_btn div {
  width: 100%;
  height: calc(100 / 750 * 100vw);
  text-align: center;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  font-size: calc(28 / 750 * 100vw);
  line-height: 1;
  font-weight: bold;
}
.lp_contents .sec_flawless .flawless_con .product_cv_btn a span, .lp_contents .sec_flawless .flawless_con .product_cv_btn div span {
  height: 100%;
  display: flex !important;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.lp_contents .sec_flawless .flawless_con .product_cv_btn a span span, .lp_contents .sec_flawless .flawless_con .product_cv_btn div span span {
  font-size: .7em;
}
.lp_contents .sec_flawless .flawless_con .product_cv_btn a {
  position: relative;
  background-color: #d63f18;
}
.lp_contents .sec_flawless .flawless_con .product_cv_btn a::after {
  content: '';
  display: block;
  width: calc(15 / 750 * 100vw);
  height: calc(42 / 750 * 100vw);
  background: url(/sp/cms/onlineshop/lm/primer/20200129/img/btn_arrow.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  right: calc(30 / 750 * 100vw);
  top: 50%;
  transform: translateY(-50%);
}
.lp_contents .sec_flawless .flawless_con .product_cv_btn div {
  background-color: #8a8a8a;
}
.lp_contents .sec_flawless .flawless_con .product_cv_btn div span {
  color: #fff;
}
