@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap");
/* base override */
body {
  margin-left: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

p {
  padding: 0;
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

li {
  margin: 0;
  padding: 0;
}

dl {
  margin: 0;
  padding: 0;
}

dt {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0;
  padding: 0;
}

#body {
  min-height: 0 !important;
  padding: 15px 0 10px !important;
}

#body .group {
  padding-bottom: 0;
}

.footer_script {
  height: 0 !important;
  overflow: hidden;
}

/*---------- ヘルパークラス ----------*/
/* hover */
.hover {
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  -ms-filter: "alpha( opacity=100 )";
  filter: alpha(opacity=100);
}
.hover:hover {
  opacity: 0.8;
  -ms-filter: "alpha( opacity=80 )";
  filter: alpha(opacity=80);
}

/* clearfix */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.floatL {
  float: left;
}

.floatR {
  float: right;
}

/*---------- #main02.lp_contents ----------*/
.lp_contents {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #fff;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
.lp_contents .inner {
  position: relative;
  margin: 0 auto;
  width: 960px;
  text-align: left;
  line-height: 1.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.btn_brown {
  display: inline-block;
  width: 390px;
  height: 54px;
  background-color: #3e2b2f;
  color: #fff !important;
  text-decoration: none;
  font-size: 20px;
  line-height: 54px;
  text-align: center;
  position: relative;
}

.btn_brown::after {
  content: '';
  display: block;
  width: 11px;
  height: 19px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/cms/onlineshop/lm/primer/20200129/img/btn_arrow.svg) no-repeat center center;
  -webkit-background-size: 11px;
  -o-background-size: 11px;
  background-size: 11px;
}

.btn_white {
  display: inline-block;
  width: 390px;
  height: 54px;
  -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: 20px;
  line-height: 54px;
  text-align: center;
  position: relative;
}

.btn_white::after {
  content: '';
  display: block;
  width: 11px;
  height: 19px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/cms/onlineshop/lm/primer/20200129/img/btn_arrow_brw.svg) no-repeat center center;
  -webkit-background-size: 11px;
  -o-background-size: 11px;
  background-size: 11px;
}

.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;
}
.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%);
}
.mod_anchor .mod_anchor_nav {
  width: 220px;
  margin-left: auto;
}
.mod_anchor .mod_anchor_nav a {
  display: block;
  width: 220px;
  height: 90px;
  text-decoration: none;
  position: relative;
  background-color: #d73f18;
  border-radius: 45px 0 0 45px;
  box-sizing: border-box;
  text-align: center;
}
.mod_anchor .mod_anchor_nav a::before, .mod_anchor .mod_anchor_nav a::after {
  content: '';
  display: block;
  position: absolute;
}
.mod_anchor .mod_anchor_nav a::before {
  width: 92px;
  height: 64px;
  background: url(/cms/onlineshop/lm/primer/20200129/img/anchor_nav_img.png) no-repeat;
  background-size: 100% 100%;
  top: -38px;
  right: 77px;
}
.mod_anchor .mod_anchor_nav a::after {
  width: 34px;
  height: 34px;
  background: url(/cms/onlineshop/lm/primer/20200129/img/anchor_nav_icon.png) no-repeat;
  background-size: 100% 100%;
  top: 23px;
  right: 13px;
}
.mod_anchor .mod_anchor_nav a span {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  font-weight: bold;
  margin-top: 36px;
}

.sec_revision {
  background-color: #3e2b2e;
  padding: 20px 0;
}
.sec_revision * {
  box-sizing: border-box;
}
.sec_revision .inner {
  text-align: center;
}
.sec_revision .revision_main {
  border: 1px solid #3e2b2e;
  background-color: #fff;
  width: 960px;
  margin: 0 auto;
  padding: 22px 50px 30px;
}
.sec_revision .revision_main h2 {
  text-align: center;
}
.sec_revision .revision_main h2 span {
  display: inline-block;
  font-size: 18px;
  line-height: 32px;
  color: #3e2b2e;
  letter-spacing: 0.03em;
  font-weight: 600;
  position: relative;
  padding: 0 20px;
}
.sec_revision .revision_main h2 span::before, .sec_revision .revision_main h2 span::after {
  content: '';
  display: block;
  width: 30px;
  height: 4px;
  border-top: 1px solid #3e2b2e;
  border-bottom: 1px solid #3e2b2e;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.sec_revision .revision_main h2 span::before {
  right: 100%;
}
.sec_revision .revision_main h2 span::after {
  left: 100%;
}
.sec_revision .revision_main .revision_main_des {
  margin-top: 10px;
}
.sec_revision .revision_main .revision_main_des p {
  font-size: 14px;
  line-height: 20px;
  color: #3e2b2e;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  letter-spacing: 0.05em;
}
.sec_revision .revision_main .revision_main_des p span {
  color: #c92323;
}
.sec_revision .revision_main .revision_main_des p + p {
  margin-top: 8px;
}
.sec_revision .revision_main .revision_main_btn a {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  border-bottom: 1px solid #3e2b2e;
  position: relative;
  padding-right: 20px;
  margin-top: 8px;
}
.sec_revision .revision_main .revision_main_btn a::after {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #3e2b2e;
  border-right: 2px solid #3e2b2e;
  position: absolute;
  top: 50%;
  transform: translateY(-86%) rotate(135deg);
  right: 0;
}
.sec_revision.white {
  background-color: #fff;
}

.sec_bottom {
  padding: 20px 0;
}
.sec_bottom .sec_bottom_title {
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 0.03em;
  font-weight: bold;
  margin-top: 20px;
}
.sec_bottom .sec_bottom_text {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.01em;
  margin-bottom: 12px;
}
.sec_bottom table {
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
.sec_bottom table tr:first-child {
  background-color: #000;
}
.sec_bottom table tr:first-child td {
  color: #ffffff;
  padding: 0px 10px;
  line-height: 30px;
}
.sec_bottom table tr td {
  line-height: 24px;
}

.lp_contents * {
  color: #3e2b2e;
  letter-spacing: 0.05em;
}
.lp_contents a {
  display: block;
}
.lp_contents .sec_logo {
  background-color: #3e2b2e;
  padding: 20px 0;
}
.lp_contents .sec_logo img {
  display: block;
  margin: 0 auto;
}
.lp_contents .sec_attention {
  background: #3e2b2e;
  padding: 20px 0;
}
.lp_contents .sec_attention .inner {
  background: #fff;
  text-align: center;
  padding: 30px 0;
}
.lp_contents .sec_attention .inner .attention_ttl {
  margin-bottom: 20px;
}
.lp_contents .sec_attention .inner div {
  font-size: 14px;
  line-height: 20px;
}
.lp_contents .sec_attention .inner .attention_text {
  margin-bottom: 7px;
}
.lp_contents .sec_attention .inner .attention_text span {
  color: #c92323;
}
.lp_contents .sec_attention .inner .attention_notes {
  margin-bottom: 18px;
}
.lp_contents .sec_attention_down {
  padding: 80px 0;
}
.lp_contents .sec_attention_down .inner {
  font-size: 14px;
}
.lp_contents .sec_attention_down .inner .attention_down_ttl, .lp_contents .sec_attention_down .inner .qa_ttl {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1;
  text-decoration: underline;
}
.lp_contents .sec_attention_down .inner .attention_txt {
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: 0;
}
.lp_contents .sec_attention_down .inner .txt_mb20 {
  margin-bottom: 20px;
}
.lp_contents .sec_attention_down .inner .attention_q {
  line-height: 1;
  margin-bottom: 10px;
}
.lp_contents .sec_attention_down .inner .attention_a {
  line-height: 1;
  margin-bottom: 20px;
}
.lp_contents .sec_attention_down .inner .a_mb0 {
  margin-bottom: 0;
}
.lp_contents .sec_attention_down .inner table {
  margin-left: 0;
  margin-bottom: 30px;
  font-size: 14px;
}
.lp_contents .sec_attention_down .inner table th {
  padding: 5px;
}
.lp_contents .sec_attention_down .inner table td {
  padding: 5px;
}
.lp_contents .sec_header {
  background-color: #3e2b2e;
  padding: 20px 0px;
}
.lp_contents .sec_header .header_content {
  background-color: #ffffff;
  padding: 30px 124px 30px 122px;
  text-align: center;
  color: #3e2b2e;
}
.lp_contents .sec_header .header_content .sec_header_title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  position: relative;
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 0.03em;
  font-weight: bold;
}
.lp_contents .sec_header .header_content .sec_header_title::before {
  content: "";
  margin-right: -240px;
  width: 30px;
  height: 2px;
  border-top: 1px solid #3e2b2e;
  border-bottom: 1px solid #3e2b2e;
}
.lp_contents .sec_header .header_content .sec_header_title::after {
  content: "";
  margin-left: -240px;
  width: 30px;
  height: 2px;
  border-top: 1px solid #3e2b2e;
  border-bottom: 1px solid #3e2b2e;
}
.lp_contents .sec_header .header_content .sec_header_text {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
  margin-bottom: 12px;
}
.lp_contents .sec_header .header_content .sec_header_text span {
  color: #c92323;
}
.lp_contents .sec_header .header_content .sec_header_text a {
  text-decoration: none;
  border-bottom: 1px #000 solid;
  display: inline-block;
  padding-right: 18px;
}
.lp_contents .sec_header .header_content .sec_header_text a::after {
  position: absolute;
  transform: rotate(90deg);
  content: "";
  width: 8px;
  height: 12px;
  margin-left: 7px;
  margin-top: 3px;
  background: url(/cms/onlineshop/lm/primer/20200129/img/btn_arrow_brw.svg) no-repeat center center/contain;
}
.lp_contents .sec_wrapper {
  padding-bottom: 74px;
  border-top: #e5e5e5 solid 1px;
  background: #fff url(/cms/onlineshop/lm/primer/20200129/img/main_bg1.jpg) no-repeat center top;
}
.lp_contents .sec_main {
  position: relative;
  box-sizing: border-box;
  padding-top: 38px;
  margin: 0 auto;
  width: 960px;
}
.lp_contents .sec_main .inner {
  width: 960px;
}
.lp_contents .sec_main .inner .main_logo {
  margin-left: auto;
  width: 180px;
}
.lp_contents .sec_main .inner h2 {
  font-family: 'Montserrat' , sans-serif;
  letter-spacing: 0.01em;
  display: table;
  position: relative;
  margin: 497px 0 0 auto;
  color: #fff;
  font-size: 58px;
  font-weight: bold;
  line-height: 66px;
  letter-spacing: 0.075em;
}
.lp_contents .sec_main .inner h3 {
  font-family: 'Montserrat' , sans-serif;
  letter-spacing: 0.01em;
  position: relative;
  margin: 205px 0 0 -.4em;
  padding-left: .58em;
  text-indent: -.58em;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  line-height: 44px;
  letter-spacing: 0.075em;
}
.lp_contents .sec_main .inner .main_catch {
  margin-top: 12px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}
.lp_contents .sec_main .inner .main_txt {
  margin-top: 15px;
  font-size: 14px;
  line-height: 2.0;
}
.lp_contents .sec_feature {
  margin-top: 34px;
  position: relative;
}
.lp_contents .sec_feature h2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  position: relative;
  font-family: 'Montserrat' , sans-serif;
  letter-spacing: 0.01em;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.0;
  letter-spacing: 0.075em;
}
.lp_contents .sec_feature h2::before {
  content: "";
  margin-right: 33px;
  width: 308px;
  height: 1px;
  background-color: #3e2b2e;
}
.lp_contents .sec_feature h2::after {
  content: "";
  margin-left: 33px;
  width: 308px;
  height: 1px;
  background-color: #3e2b2e;
}
.lp_contents .sec_feature .feature_anchor ul {
  display: flex;
  justify-content: center;
  margin-top: 25px;
  margin-left: -14px;
  flex-wrap: wrap;
}
.lp_contents .sec_feature .feature_anchor ul li {
  margin-left: 14px;
  width: 230px;
}
.lp_contents .sec_feature .feature_anchor ul li:nth-child(n+4) {
  margin-top: 20px;
}
.lp_contents .sec_feature .feature_anchor ul li a {
  display: block;
  position: relative;
  padding: 10px 10px 30px;
  background-color: #fff;
  text-decoration: none;
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.05);
}
.lp_contents .sec_feature .feature_anchor ul li a::before {
  position: absolute;
  top: 4px;
  left: 4px;
  content: "";
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: #f5e7dc solid 2px;
  box-sizing: border-box;
}
.lp_contents .sec_feature .feature_anchor ul li a .feature_tag {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 7px 10px 5px;
  background-color: #d63f18;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.0;
}
.lp_contents .sec_feature .feature_anchor ul li a .feature_catch {
  display: block;
  margin-top: 25px;
  font-family: 'Montserrat' , sans-serif;
  letter-spacing: 0.01em;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.0;
  letter-spacing: 0.05em;
  text-align: center;
}
.lp_contents .sec_feature .feature_anchor ul li a .feature_catch_second {
  margin-top: 15px;
}
.lp_contents .sec_feature .feature_anchor ul li a .feature_txt {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}
.lp_contents .sec_feature .feature_anchor ul li a .feature_txt_second {
  margin-top: 3px;
}
.lp_contents .sec_toneup {
  margin: 100px auto 0;
}
.lp_contents .sec_toneup .toneup_box {
  width: 840px;
  margin: 0 auto;
  background-color: #fcf4f3;
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  padding: 4px;
  position: relative;
}
.lp_contents .sec_toneup .toneup_box_inner {
  border: 2px #fffefd solid;
  box-sizing: border-box;
  padding: 60px 54px 48px;
}
.lp_contents .sec_toneup .toneup_box_tag {
  position: absolute;
  top: -20px;
  left: -60px;
}
.lp_contents .sec_toneup .toneup_box_ttl {
  font-family: 'Montserrat' , sans-serif;
  letter-spacing: 0.01em;
  font-size: 28px;
  line-height: 30px;
  text-align: center;
  color: #3e2b2e;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.lp_contents .sec_toneup .toneup_box_info {
  margin: 38px auto 0;
  text-align: left;
}
.lp_contents .sec_toneup .toneup_box_info .info_ttl {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 8px;
}
.lp_contents .sec_toneup .toneup_box_info .info_ttl span {
  font-weight: bold;
}
.lp_contents .sec_toneup .toneup_box_info .info_tag {
  width: 110px;
  height: 30px;
  background-color: #d73f18;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 18px;
}
.lp_contents .sec_toneup .toneup_box_info .info_catch {
  font-size: 16px;
  line-height: 26px;
  color: #3e2b2e;
  letter-spacing: 0;
  margin-bottom: 22px;
}
.lp_contents .sec_toneup .toneup_box_info .info_catch span {
  font-weight: bold;
  color: #3e2b2e;
}
.lp_contents .sec_toneup .toneup_box_info .info_img {
  position: absolute;
  top: 120px;
  right: 30px;
  z-index: 11;
}
.lp_contents .sec_toneup .toneup_box_info .info_icon {
  position: absolute;
  top: 120px;
  right: 54px;
  z-index: 1;
}
.lp_contents .sec_toneup .toneup_box .toneup_box_body {
  margin: 36px auto 0;
  padding: 30px 0 1px;
  background-color: #f7e3e2;
  text-align: center;
}
.lp_contents .sec_toneup .toneup_box .toneup_box_body .body_ttl {
  margin: 0 auto 0px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #b57b72;
}
.lp_contents .sec_toneup .toneup_box .toneup_box_body .body_catch {
  margin: 17px auto 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0;
}
.lp_contents .sec_toneup .toneup_box .toneup_box_body .body_info {
  margin: 9px auto 27px;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.lp_contents .sec_toneup .toneup_box .toneup_box_item {
  margin: 40px 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: 1px;
  left: 0;
  right: 0;
  top: 7px;
  margin: auto;
}
.lp_contents .sec_toneup .toneup_box .toneup_box_item .item_ttl span {
  display: inline-block;
  width: 137px;
  margin: 0 auto;
  background-color: #fcf4f2;
  position: relative;
  z-index: 11;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  font-weight: 400;
}
.lp_contents .sec_toneup .toneup_box .toneup_box_item .item_catch {
  margin: 14px auto 0px;
  font-size: 14px;
  line-height: 22px;
  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 {
  margin: 24px auto 0;
}
.lp_contents .sec_toneup .toneup_box .toneup_box_item .item_link {
  margin: 24px auto 0;
  display: flex;
  justify-content: center;
}
.lp_contents .sec_toneup .toneup_box .toneup_box_item .item_link a {
  position: relative;
  width: 330px;
  height: 50px;
  margin: 0 10px 0;
  box-sizing: border-box;
  border: 1px 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;
}
.lp_contents .sec_toneup .toneup_box .toneup_box_item .item_link a::after {
  content: '';
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-right: 2px solid #3e2b2e;
  border-bottom: 2px solid #3e2b2e;
  top: 40%;
  right: 15px;
  transform: rotate(45deg);
}
.lp_contents .sec_toneup .toneup_box .toneup_box_item .item_link a span {
  margin-left: 58px;
  display: inline-block;
  height: 50px;
  font-size: 14px;
  line-height: 20px;
  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_other {
  text-align: center;
  margin: 18px auto 0px;
  font-size: 14px;
  line-height: 22px;
  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: 17px auto 0;
  width: 683px;
}
.lp_contents .sec_toneup .toneup_box .toneup_box_list {
  margin: 36px auto 0;
  font-size: 12px;
  line-height: 21px;
  font-weight: 400;
  letter-spacing: 0;
}
.lp_contents .sec_toneup .toneup_atten {
  margin: 16px auto 0;
  width: 840px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.lp_contents .sec_toneup .present_end {
  bottom: -220px;
}
.lp_contents .feature_details {
  position: relative;
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #ffffff;
  background: #3e2b2e;
  width: 170px;
  height: 30px;
  margin: auto;
  margin-top: 19px;
}
.lp_contents .feature_details::after {
  position: absolute;
  bottom: 11px;
  right: 14px;
  content: "";
  width: 12px;
  height: 8px;
  background: url(/cms/onlineshop/lm/primer/20200129/img/btn_arrow_brw.png) no-repeat center center/contain;
}
.lp_contents .feature_details_second {
  margin-top: 18px;
}
.lp_contents .feature_details_alone {
  margin-top: 10px;
}
.lp_contents .sec_cpNav {
  margin: 82px auto 0;
  width: 740px;
  position: relative;
}
.lp_contents .sec_cpNav .cpNav_ttl span {
  font-size: 16px;
  line-height: 1;
  color: #3e2b2e;
  font-weight: 600;
  text-align: center;
  position: relative;
}
.lp_contents .sec_cpNav .cpNav_ttl span::before {
  content: '';
  background: url(/cms/onlineshop/lm/primer/20200129/img/cpNav_ttl_icon1.png);
  width: 12px;
  height: 17px;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}
.lp_contents .sec_cpNav .cpNav_ttl span::after {
  content: '';
  background: url(/cms/onlineshop/lm/primer/20200129/img/cpNav_ttl_icon2.png);
  width: 10px;
  height: 17px;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}
.lp_contents .sec_cpNav .cpNav_bg {
  margin-top: 38px;
  box-sizing: border-box;
  border: 6px solid #fcf5f6;
  background: #e4afb6;
  padding: 2px;
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.05);
  position: relative;
}
.lp_contents .sec_cpNav .cpNav_bg::before {
  position: absolute;
  top: -34px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 432px;
  height: 48px;
  background: url(/cms/onlineshop/lm/primer/20200129/img/cpNav_ribbon.png) no-repeat center center;
  background-size: 100% 100%;
  z-index: 1;
}
.lp_contents .sec_cpNav .inner {
  width: 100%;
  background: #fcf5f6;
  display: flex;
  justify-content: space-between;
}
.lp_contents .sec_cpNav .inner .cpNav_cont {
  margin-left: 32px;
  padding-top: 42px;
}
.lp_contents .sec_cpNav .inner .cpNav_cont h2 {
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  background: #d73f18;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  letter-spacing: 0.04em;
  color: #fff;
  padding: 0 17px;
}
.lp_contents .sec_cpNav .inner .cpNav_cont p {
  margin-top: 7px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  color: #3e2b2e;
}
.lp_contents .sec_cpNav .inner .cpNav_cont p span {
  font-size: 20px;
  font-weight: 600;
  color: #3e2b2e;
}
.lp_contents .sec_cpNav .inner .cpNav_cont .cpNav_cont_btn {
  width: 220px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #3e2b2e;
  font-size: 14px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  font-weight: bold;
  margin: 13px auto 0;
}
.lp_contents .sec_cpNav .inner .cpNav_cont .cpNav_cont_btn a {
  color: #fff;
  text-decoration: none;
  position: relative;
}
.lp_contents .sec_cpNav .inner .cpNav_cont .cpNav_cont_btn a::after {
  position: absolute;
  bottom: 11px;
  right: 14px;
  content: "";
  width: 12px;
  height: 8px;
  background: url(/cms/onlineshop/lm/primer/20200129/img/btn_arrow_brw.png) no-repeat center center/contain;
  background-size: 100% 100%;
}
.lp_contents .sec_cpNav .inner .cpNav_img {
  margin-right: 23px;
  position: relative;
}
.lp_contents .sec_cpNav .inner .cpNav_img .cpNav_img_relative {
  position: relative;
  z-index: 1;
  padding: 24px 0 12px;
}
.lp_contents .sec_cpNav .inner .cpNav_img .cpNav_img_icon {
  position: absolute;
  top: 36px;
  left: -8px;
}
.lp_contents .sec_cpNav_bottom {
  margin: 60px auto 0;
  width: 840px;
  position: relative;
}
.lp_contents .sec_cpNav_bottom .cpNav_ttl {
  text-align: center;
}
.lp_contents .sec_cpNav_bottom .cpNav_ttl span {
  font-size: 16px;
  line-height: 1;
  color: #3e2b2e;
  font-weight: 600;
  position: relative;
}
.lp_contents .sec_cpNav_bottom .cpNav_ttl span::before {
  content: '';
  background: url(/cms/onlineshop/lm/primer/20200129/img/cpNav_ttl_icon1.png);
  width: 12px;
  height: 17px;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}
.lp_contents .sec_cpNav_bottom .cpNav_ttl span::after {
  content: '';
  background: url(/cms/onlineshop/lm/primer/20200129/img/cpNav_ttl_icon2.png);
  width: 10px;
  height: 17px;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}
.lp_contents .sec_cpNav_bottom .cpNav_bg {
  margin-top: 59px;
  box-sizing: border-box;
  border: 6px solid #fcf5f6;
  background: #e4afb6;
  padding: 2px;
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.05);
  position: relative;
}
.lp_contents .sec_cpNav_bottom .cpNav_bg::before {
  position: absolute;
  top: -54px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 532px;
  height: 68px;
  background: url(/cms/onlineshop/lm/primer/20200129/img/cpNav_ribbon2.png) no-repeat center center;
  background-size: 100% 100%;
  z-index: 1;
}
.lp_contents .sec_cpNav_bottom .inner {
  width: 100%;
  background: #fcf5f6;
  padding-bottom: 50px;
}
.lp_contents .sec_cpNav_bottom .inner .cpNav_cont_list {
  display: flex;
  justify-content: space-between;
}
.lp_contents .sec_cpNav_bottom .inner .cpNav_cont {
  margin-left: 43px;
  padding-top: 63px;
}
.lp_contents .sec_cpNav_bottom .inner .cpNav_cont h2 {
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  background: #d73f18;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  letter-spacing: 0.04em;
  color: #fff;
  padding: 0 17px;
}
.lp_contents .sec_cpNav_bottom .inner .cpNav_cont .cont_catch {
  margin-top: 17px;
  font-family: 'Montserrat' , sans-serif;
  letter-spacing: 0.01em;
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.lp_contents .sec_cpNav_bottom .inner .cpNav_cont .cont_text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 300;
  color: #3e2b2e;
}
.lp_contents .sec_cpNav_bottom .inner .cpNav_cont .cont_text span {
  font-size: 16px;
  font-weight: 500;
  color: #3e2b2e;
}
.lp_contents .sec_cpNav_bottom .inner .cpNav_img {
  margin-right: 32px;
  position: relative;
}
.lp_contents .sec_cpNav_bottom .inner .cpNav_img .cpNav_img_relative {
  position: relative;
  z-index: 1;
  padding-top: 54px;
}
.lp_contents .sec_cpNav_bottom .inner .cpNav_img .cpNav_img_icon {
  position: absolute;
  top: 36px;
  left: -8px;
}
.lp_contents .sec_cpNav_bottom .inner .cpNav_present {
  margin-top: 58px;
  padding: 0 42px;
}
.lp_contents .sec_cpNav_bottom .inner .cpNav_present_ttl {
  position: relative;
  text-align: center;
}
.lp_contents .sec_cpNav_bottom .inner .cpNav_present_ttl span {
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  color: #3e2b2e;
  font-family: 'Montserrat' , sans-serif;
  letter-spacing: 0.01em;
  letter-spacing: 0.075em;
}
.lp_contents .sec_cpNav_bottom .inner .cpNav_present_ttl::before {
  content: '';
  border-top: 1px solid #3e2b2e;
  width: 230px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.lp_contents .sec_cpNav_bottom .inner .cpNav_present_ttl::after {
  content: '';
  border-top: 1px solid #3e2b2e;
  width: 230px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.lp_contents .sec_cpNav_bottom .inner .cpNav_present_catch {
  margin-top: 30px;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
}
.lp_contents .sec_cpNav_bottom .inner .cpNav_present_list {
  margin-top: 36px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.lp_contents .sec_cpNav_bottom .inner .cpNav_present_list ul {
  width: 342px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.lp_contents .sec_cpNav_bottom .inner .cpNav_present_list ul .cpNav_present_info {
  padding-top: 44px;
}
.lp_contents .sec_cpNav_bottom .inner .cpNav_present_list ul .cpNav_present_info .cpNav_present_name {
  font-family: 'Montserrat' , sans-serif;
  letter-spacing: 0.01em;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.lp_contents .sec_cpNav_bottom .inner .cpNav_present_list ul .cpNav_present_info .cpNav_present_text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
}
.lp_contents .sec_cpNav_bottom .inner .cpNav_present_list ul:nth-child(n+3) {
  margin-top: 46px;
}
.lp_contents .sec_cpNav_bottom .inner .cpNav_present_note {
  margin-top: 20px;
  font-size: 14px;
  text-align: center;
}
.lp_contents .sec_cpNav_bottom .inner .cpNav_present_des {
  margin-top: 46px;
}
.lp_contents .sec_cpNav_bottom .inner .cpNav_present_des dt {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}
.lp_contents .sec_cpNav_bottom .inner .cpNav_present_des dd {
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 0.05em;
}
.lp_contents .sec_cpNav_bottom .inner .cpNav_present_notes {
  margin-top: 10px;
}
.lp_contents .sec_cpNav_bottom .inner .cpNav_present_notes li {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0;
  text-indent: -1.2em;
  margin-left: 1.2em;
}
.lp_contents .sec_cpNav_bottom .inner .cpNav_present_notes li + li {
  margin-top: 5px;
}
.lp_contents .sec_cpNav_bottom .inner .cpNav_present_box {
  margin-top: 68px;
  position: relative;
  background: #fff;
  padding: 40px 55px 37px;
}
.lp_contents .sec_cpNav_bottom .inner .cpNav_present_box::before {
  content: '';
  border-top: 1px solid #3e2b2e;
  position: absolute;
  top: -41px;
  left: 0;
  right: 0;
}
.lp_contents .sec_cpNav_bottom .inner .cpNav_present_box dt {
  text-align: center;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
}
.lp_contents .sec_cpNav_bottom .inner .cpNav_present_box dd {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.05em;
}
.lp_contents .sec_cpNav_bottom .inner .cpNav_present_box dd + dd {
  margin-top: 4px;
}
.lp_contents .sec_cpNav_bottom .inner .cpNav_present_box + .cpNav_present_notes {
  margin-top: 37px;
}
.lp_contents .sec_ttl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  position: relative;
  font-family: 'Montserrat' , sans-serif;
  letter-spacing: 0.01em;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.0;
  letter-spacing: 0.075em;
  position: relative;
}
.lp_contents .sec_ttl::before {
  content: "";
  right: 0;
  width: 330px;
  height: 1px;
  background-color: #3e2b2e;
  position: absolute;
}
.lp_contents .sec_ttl::after {
  content: "";
  left: 0;
  width: 330px;
  height: 1px;
  background-color: #3e2b2e;
  position: absolute;
}
.lp_contents .present_end {
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 11;
}
.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: 24px;
  font-weight: bold;
  line-height: 1.5;
}
.lp_contents .sec_anchor {
  margin-top: 80px;
}
.lp_contents .sec_anchor h2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  position: relative;
  font-family: 'Montserrat' , sans-serif;
  letter-spacing: 0.01em;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.0;
  letter-spacing: 0.075em;
}
.lp_contents .sec_anchor h2::before {
  content: "";
  margin-right: 33px;
  width: 308px;
  height: 1px;
  background-color: #3e2b2e;
}
.lp_contents .sec_anchor h2::after {
  content: "";
  margin-left: 33px;
  width: 308px;
  height: 1px;
  background-color: #3e2b2e;
}
.lp_contents .sec_anchor .anchor_item {
  display: flex;
  position: relative;
}
.lp_contents .sec_anchor .anchor_item .zaikokbn1, .lp_contents .sec_anchor .anchor_item .zaikokbn2 {
  position: absolute;
  top: 60px;
  left: 188px;
}
.lp_contents .sec_anchor .anchor_item .anchor_box {
  margin: 25px auto 0;
  width: 740px;
}
.lp_contents .sec_anchor .anchor_item .anchor_box a {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 20px 70px 17px 78px;
  background-color: #fff;
  text-decoration: none;
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.05);
}
.lp_contents .sec_anchor .anchor_item .anchor_box a::before {
  position: absolute;
  top: 6px;
  left: 6px;
  content: "";
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  border: #f0dadc solid 2px;
  box-sizing: border-box;
}
.lp_contents .sec_anchor .anchor_item .anchor_box a .anchor_detail {
  display: block;
  padding-top: 20px;
  text-align: center;
}
.lp_contents .sec_anchor .anchor_item .anchor_box a .anchor_detail_first {
  padding-top: 20px;
}
.lp_contents .sec_anchor .anchor_item .anchor_box a .anchor_tag {
  display: inline-block;
  color: #d73f18;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.0;
  padding-bottom: 4px;
  border-bottom: 1px solid;
}
.lp_contents .sec_anchor .anchor_item .anchor_box a .anchor_catch {
  display: block;
  margin-top: 10px;
  font-family: 'Montserrat' , sans-serif;
  letter-spacing: 0.01em;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.0;
  letter-spacing: 0.05em;
  text-align: center;
}
.lp_contents .sec_anchor .anchor_item .anchor_box a .anchor_catch_last {
  margin-top: 10px;
}
.lp_contents .sec_anchor .anchor_item .anchor_box a .anchor_txt {
  display: block;
  position: relative;
  margin-top: 5px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}
.lp_contents .sec_anchor .anchor_item .anchor_box a .anchor_txt_last {
  margin-top: 6px;
  letter-spacing: 0.01em;
}
.lp_contents .sec_anchor .anchor_item .anchor_box2 a {
  padding: 20px 35px 20px 110px;
}
.lp_contents .sec_anchor .anchor_item_new .anchor_box {
  margin: 25px auto 0;
  width: 740px;
}
.lp_contents .sec_anchor .anchor_item_new .anchor_box a {
  display: block;
  position: relative;
  padding: 45px 99px 30px 81px;
  background-color: #fff;
  text-decoration: none;
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.05);
}
.lp_contents .sec_anchor .anchor_item_new .anchor_box a::before {
  position: absolute;
  top: 6px;
  left: 6px;
  content: "";
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  border: #f0dadc solid 2px;
  box-sizing: border-box;
}
.lp_contents .sec_anchor .anchor_item_new .anchor_box a .anchor_box_top {
  position: relative;
}
.lp_contents .sec_anchor .anchor_item_new .anchor_box a .anchor_box_top-img1 {
  position: absolute;
  width: 120px;
  height: 120px;
  top: -11px;
  left: -68px;
}
.lp_contents .sec_anchor .anchor_item_new .anchor_box a .anchor_box_top-img2 {
  position: absolute;
  width: 140px;
  height: 160px;
  top: -25px;
  right: -90px;
}
.lp_contents .sec_anchor .anchor_item_new .anchor_box a .anchor_box_top-txt {
  color: #3e2b2e;
  letter-spacing: 0.01em;
  font-weight: bold;
  text-align: center;
}
.lp_contents .sec_anchor .anchor_item_new .anchor_box a .anchor_box_top-txt::before {
  position: absolute;
  top: -14px;
  left: 42px;
  content: "";
  width: 26px;
  height: 37px;
  background: url(/cms/onlineshop/lm/primer/20200129/img/anchor_top_line1.png) no-repeat center center;
  background-size: 100%;
}
.lp_contents .sec_anchor .anchor_item_new .anchor_box a .anchor_box_top-txt::after {
  position: absolute;
  bottom: -14px;
  right: 42px;
  content: "";
  width: 25px;
  height: 37px;
  background: url(/cms/onlineshop/lm/primer/20200129/img/anchor_top_line2.png) no-repeat center center;
  background-size: 100%;
}
.lp_contents .sec_anchor .anchor_item_new .anchor_box a .anchor_box_top-txt dt {
  font-size: 20px;
  position: relative;
}
.lp_contents .sec_anchor .anchor_item_new .anchor_box a .anchor_box_top-txt dt::before {
  position: absolute;
  top: -12px;
  left: 25%;
  content: "";
  width: 27px;
  height: 31px;
  background: url(/cms/onlineshop/lm/primer/20200129/img/anchor_top_tv.png) no-repeat center center;
  background-size: 100%;
}
.lp_contents .sec_anchor .anchor_item_new .anchor_box a .anchor_box_top-txt dd {
  font-size: 28px;
  margin-top: 15px;
}
.lp_contents .sec_anchor .anchor_item_new .anchor_box a .anchor_box_notes {
  font-size: 14px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  color: #3e2b2e;
  text-align: center;
  margin: 10px 0 20px;
}
.lp_contents .sec_anchor .anchor_item_new .anchor_box a .feature_details_alone {
  margin-top: 0;
}
.lp_contents .anchor_box_bottom {
  background-color: #ffefeb;
  padding: 9px 0 13px 52px;
  display: flex;
  justify-content: flex-start;
  margin-top: 40px;
}
.lp_contents .anchor_box_bottom dd {
  margin-left: 18px;
  padding-top: 9px;
  font-feature-settings: "palt";
  letter-spacing: 0.025em;
  font-weight: bold;
}
.lp_contents .anchor_box_bottom-txt1 {
  color: #d63f18;
  font-size: 16px;
}
.lp_contents .anchor_box_bottom-txt2 {
  color: #3e2b2e;
  font-size: 20px;
  margin-top: 12px;
}
.lp_contents .anchor_box_bottom-txt2 span {
  font-size: 26px;
}
.lp_contents .sec_item {
  padding: 100px 0;
  border-top: #3e2b2e solid 2px;
  overflow: hidden;
  position: relative;
}
.lp_contents .sec_item.primer {
  background: #fff url(/cms/onlineshop/lm/primer/20200129/img/primer/primer_bg1.jpg) no-repeat center top/cover;
}
.lp_contents .sec_item.cushion {
  background: #fff url(/cms/onlineshop/lm/primer/20200129/img/cushion/cushion_bg1.jpg) no-repeat center top/cover;
}
.lp_contents .sec_item.cushion .item_frame {
  padding-top: 110px;
}
.lp_contents .sec_item.cushion .item_frame .item_intro .item_intro-img {
  top: -39px;
}
.lp_contents .sec_item.toneup {
  background: #fff url(/cms/onlineshop/lm/primer/20200129/img/toneup_bg1.jpg) no-repeat center top/cover;
}
.lp_contents .sec_item.toneup .item_frame {
  padding-top: 100px;
}
.lp_contents .sec_item.toneup .item_frame .item_intro .item_intro-img {
  top: -20px;
}
.lp_contents .sec_item.toneup .item_frame .item_intro .item_intro-date {
  margin: 0 auto 8px;
  display: inline-block;
  background-color: #d63f18;
  color: #fff;
  font-size: 20px;
  line-height: 34px;
  width: 120px;
  height: 34px;
  text-align: center;
  box-sizing: border-box;
  padding: initial;
}
.lp_contents .sec_item.toneup .item_frame .cushion_main {
  margin-top: 80px;
}
.lp_contents .sec_item.toneup .item_frame .cushion_main .mod-carousel-b .slick-dots li:nth-child(1) button {
  background: url(/cms/onlineshop/lm/primer/20200129/img/cushion_img11.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(/cms/onlineshop/lm/primer/20200129/img/cushion_img12.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(/cms/onlineshop/lm/primer/20200129/img/cushion_img13.jpg) no-repeat center center;
  background-size: auto 100%;
}
.lp_contents .sec_item.toneup .item_frame .cushion_main .cushion_detail {
  margin-top: 9px;
}
.lp_contents .sec_item.toneup .item_frame .cushion_main .cushion_price {
  margin-top: 10px;
}
.lp_contents .sec_item.toneup .item_frame .cushion_main .cushion_cont {
  margin-top: 10px;
}
.lp_contents .sec_item.toneup .item_frame .cushion_main .cushion_cont .mod-acc_a .cushion_select .cushion_color_info {
  margin-top: 46px;
}
.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: 10px 0 10px;
}
.lp_contents .sec_item.concealer {
  background: #fff url(/cms/onlineshop/lm/primer/20200129/img/concealer/concealer_bg1.jpg) no-repeat center top/cover;
}
.lp_contents .sec_item.tlsp {
  background: #fff url(/cms/onlineshop/lm/primer/20200129/img/tlsp/tlsp_bg1.png) repeat-y center top;
  background-size: 100%;
}
.lp_contents .sec_item.zaiko {
  padding: 0;
}
.lp_contents .sec_item.zaiko .inner {
  position: static;
  padding: 100px 0;
}
.lp_contents .sec_item .item_frame {
  position: relative;
  padding: 75px 60px 80px;
  background-color: #fff;
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.05);
}
.lp_contents .sec_item .item_frame .item_frame_img {
  position: absolute;
  left: -20px;
  top: 18px;
}
.lp_contents .sec_item .item_frame::before {
  position: absolute;
  top: 6px;
  left: 6px;
  content: "";
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  border: #f5e7dc solid 2px;
  box-sizing: border-box;
}
.lp_contents .sec_item .item_frame + .item_frame {
  margin-top: 100px;
}
.lp_contents .sec_item .item_frame .item_result {
  margin-top: 70px;
  text-align: center;
}
.lp_contents .sec_item .item_frame .item_result .result_ttl {
  font-family: 'Montserrat' , sans-serif;
  letter-spacing: 0.01em;
  font-size: 28px;
  line-height: 40px;
  font-weight: bold;
  letter-spacing: 0.075em;
  margin-bottom: 20px;
}
.lp_contents .sec_item .item_frame .item_result .result_list {
  display: flex;
  justify-content: space-between;
}
.lp_contents .sec_item .item_intro {
  position: relative;
}
.lp_contents .sec_item .item_intro h2 {
  font-family: 'Montserrat' , sans-serif;
  letter-spacing: 0.01em;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.075em;
}
.lp_contents .sec_item .item_intro-date + h2 {
  margin-top: 15px;
}
.lp_contents .sec_item .item_intro-date {
  display: inline-block;
  padding: 5px 8px 3px;
  background-color: #d63f18;
  color: #fff;
  font-size: 14px;
  line-height: 1;
}
.lp_contents .sec_item .item_intro-catch {
  margin-top: 30px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
.lp_contents .sec_item .item_intro-txt {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.7;
}
.lp_contents .sec_item .item_intro-img {
  position: absolute;
  top: 0;
  right: -110px;
  box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.07);
}
.lp_contents .sec_item .item_anchor {
  margin-top: 175px;
}
.lp_contents .sec_item .item_anchor h3 {
  position: relative;
  text-align: center;
}
.lp_contents .sec_item .item_anchor h3::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  margin-top: -1px;
  width: 100%;
  height: 1px;
  background-color: #3e2b2e;
}
.lp_contents .sec_item .item_anchor h3 span {
  display: table;
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
  background-color: #fff;
  font-family: 'Montserrat' , sans-serif;
  letter-spacing: 0.01em;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
.lp_contents .sec_item .item_anchor ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  margin-top: 30px;
}
.lp_contents .sec_item .item_anchor ul li {
  margin-top: 10px;
}
.lp_contents .sec_item .limit_prod {
  position: relative;
  margin-top: 66px;
}
.lp_contents .sec_item .limit_prod:first-child {
  margin-top: 0;
}
.lp_contents .sec_item .limit_prod .limit_catch {
  display: table;
  padding: 0 5px;
  background-color: #d63f18;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0.075em;
  text-align: center;
}
.lp_contents .sec_item .limit_prod h2 {
  margin-top: 17px;
  font-family: 'Montserrat' , sans-serif;
  letter-spacing: 0.01em;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.075em;
  text-align: left;
  font-weight: bold;
  color: #3e2b2e;
}
.lp_contents .sec_item .limit_prod .limit_sub {
  margin-top: 9px;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
  text-align: left;
}
.lp_contents .sec_item .limit_prod .limit_sub span {
  color: #d54017;
  font-weight: 600;
}
.lp_contents .sec_item .limit_prod .limit_cart {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.lp_contents .sec_item .limit_prod .limit_box {
  display: flex;
  justify-content: space-between;
}
.lp_contents .sec_item .limit_prod .limit_box .limit_ttl {
  align-self: center;
  width: 390px;
  padding-top: 20px;
}
.lp_contents .sec_item .limit_prod .limit_box .limit_wrap {
  position: relative;
  width: 524px;
  margin-right: 38px;
}
.lp_contents .sec_item .limit_prod .limit_img2 {
  margin-top: 0;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 1;
}
.lp_contents .sec_item .limit_prod .limit_icon {
  position: absolute;
  top: -25px;
  left: -23px;
  z-index: 0;
}
.lp_contents .sec_item .limit_prod .limit_cont {
  width: 420px;
}
.lp_contents .sec_item .limit_prod .limit_kind {
  margin-top: 93px;
  padding: 31px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.lp_contents .sec_item .limit_prod .limit_kind dl {
  text-align: center;
}
.lp_contents .sec_item .limit_prod .limit_kind dl dt {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.lp_contents .sec_item .limit_prod .limit_kind dl dd {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 300;
}
.lp_contents .sec_item .limit_prod .limit_kind dl + dl {
  margin-top: 29px;
}
.lp_contents .sec_item .limit_prod .limit_kind.limit_long {
  padding: 25px 0 25px;
}
.lp_contents .sec_item .limit_prod .limit_name {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.625;
  letter-spacing: 0;
}
.lp_contents .sec_item .limit_prod .limit_list {
  margin-top: 30px;
  border-top: solid 1px #3e2b2e;
  border-bottom: solid 1px #3e2b2e;
  padding: 25px 0;
}
.lp_contents .sec_item .limit_prod .limit_list li {
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0;
  padding-left: 1.3em;
  text-indent: -1.3em;
  white-space: nowrap;
}
.lp_contents .sec_item .limit_prod .limit_list li:first-child {
  margin-top: 0;
}
.lp_contents .sec_item .limit_prod .limit_list li span {
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.05em;
}
.lp_contents .sec_item .limit_prod .limit_txtlink {
  width: 760px;
  margin: 40px auto 0;
}
.lp_contents .sec_item .limit_prod .limit_txtlink.mt {
  margin-top: 25px;
}
.lp_contents .sec_item .limit_prod .limit_txtlink_ttl {
  background-color: #3e2b2e;
  color: #fff;
  height: 25px;
  line-height: 25px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.lp_contents .sec_item .limit_prod .limit_txtlink_cont {
  padding: 0 20px;
  display: flex;
}
.lp_contents .sec_item .limit_prod .limit_txtlink_cont ul {
  width: 50%;
}
.lp_contents .sec_item .limit_prod .limit_txtlink_cont ul li a {
  text-decoration: none;
  font-size: 12px;
  line-height: 16px;
  color: #3e2b2e;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 15px;
}
.lp_contents .sec_item .limit_prod .limit_txtlink_cont ul li a::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 6px;
  height: 9px;
  background: url(/cms/onlineshop/lm/primer/20200129/img/btn_arrow_brw.svg) no-repeat center center/contain;
}
.lp_contents .sec_item .limit_prod .limit_txtlink_cont ul li + li {
  margin-top: 6px;
}
.lp_contents .sec_item .limit_prod .limit_price {
  margin-top: 30px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
}
.lp_contents .sec_item .limit_prod .limit_price--num {
  font-size: 22px;
}
.lp_contents .sec_item .limit_prod .limit_price--posage {
  display: inline-block;
  padding: 7px 20px 5px;
  margin-left: 10px;
  border: solid 1px #3e2b2e;
  font-size: 14px;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.lp_contents .sec_item .limit_prod .limit_btn {
  margin-top: 20px;
}
.lp_contents .sec_item .limit_prod .limit_btn a, .lp_contents .sec_item .limit_prod .limit_btn div {
  display: block;
  width: 370px;
  height: 50px;
  text-align: center;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  padding: 16px 0;
}
.lp_contents .sec_item .limit_prod .limit_btn a {
  position: relative;
  background-color: #d63f18;
}
.lp_contents .sec_item .limit_prod .limit_btn a span {
  display: block;
  font-size: .7em;
  color: #fff;
}
.lp_contents .sec_item .limit_prod .limit_btn a::after {
  position: absolute;
  right: 20px;
  top: 50%;
  content: '';
  display: inline-block;
  margin-top: -6px;
  width: 8px;
  height: 13px;
  background: url(/cms/onlineshop/lm/primer/20200129/img/btn_arrow.svg) no-repeat center center;
  background-size: contain;
}
.lp_contents .sec_item .limit_prod .limit_btn a.zaikokbn2 {
  padding-top: 12px;
}
.lp_contents .sec_item .limit_prod .limit_btn div {
  background-color: #8a8a8a;
}
.lp_contents .sec_item .limit_prod .limit_detail {
  margin-top: 25px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.75;
  text-align: center;
  color: #3e2b2e;
}
.lp_contents .sec_item .lineup_item {
  margin-top: 60px;
  padding: 40px 105px 60px;
  background-color: #f3ece8;
}
.lp_contents .sec_item .lineup_item h3 {
  font-size: 20px;
  line-height: 1;
  text-align: center;
}
.lp_contents .sec_item .lineup_item .lineup_list {
  display: flex;
  justify-content: space-between;
}
.lp_contents .sec_item .lineup_item .lineup_list li {
  margin-top: 25px;
}
.lp_contents .sec_item .lineup_item .lineup_list--height {
  margin-top: 11px;
}
.lp_contents .sec_item .limit_cont3 {
  margin-top: 15px;
  padding: 30px 0 30px;
  border-top: solid 1px #3e2b2e;
  border-bottom: solid 1px #3e2b2e;
  display: flex;
  justify-content: center;
  color: #3e2b2e;
}
.lp_contents .sec_item .limit_cont3-txt {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.75;
  text-align: left;
  text-indent: -0.6em;
  padding-left: 0.6em;
}
.lp_contents .sec_item .limit_cont3-txt :first-child {
  margin-top: 0;
}
.lp_contents .sec_item .limit_cont3-txt2 {
  margin-top: 10px;
  line-height: 1.0;
  text-align: left;
  margin-left: 10px;
}
.lp_contents .sec_item .limit_cont3-box {
  padding-left: 44px;
}
.lp_contents .sec_item .limit_cont3 ul {
  display: inline-block;
  margin-left: 30px;
  line-height: 1.75;
  margin-top: 10px;
}
.lp_contents .sec_item .limit_cont3 ul:last-child {
  margin-left: 60px;
}
.lp_contents .sec_item .limit_cont3 .readonly {
  color: #999999;
}
.lp_contents .sec_item .lineup_item1 {
  margin-top: 55px;
  padding: 41px 0 40px;
  background-color: #f3ece8;
}
.lp_contents .sec_item .lineup_item1 h3 {
  font-size: 20px;
  line-height: 1;
  text-align: center;
}
.lp_contents .sec_item .lineup_item1 h4 {
  margin-top: 30px;
  padding: 6px 20px 4px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  background: #3e2b2e;
  color: #fff;
  letter-spacing: 0.075em;
}
.lp_contents .sec_item .lineup_item1 .lineup_ttl {
  margin-top: 25px;
  position: relative;
  padding-bottom: 44px;
  width: 100%;
  text-align: center;
}
.lp_contents .sec_item .lineup_item1 .lineup_ttl::before {
  position: absolute;
  bottom: 9px;
  left: 50%;
  content: "";
  transform: translateX(-50%);
  width: 32px;
  height: 4px;
  background-color: #3e2b2e;
}
.lp_contents .sec_item .lineup_item1 .lineup_ttl::after {
  position: absolute;
  bottom: -5px;
  left: 50%;
  content: "";
  transform: translateX(-50%);
  width: 4px;
  height: 32px;
  background-color: #3e2b2e;
}
.lp_contents .sec_item .lineup_item1 .lineup_link {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 760px;
  margin: 15px auto 0;
  margin-top: 15px;
}
.lp_contents .sec_item .lineup_item1 .lineup_link p {
  margin-top: 15px;
}
.lp_contents .sec_item .lineup_item1 .lineup_txt {
  font-size: 16px;
  line-height: 21px;
  margin-top: 10px;
  font-weight: bold;
  text-align: center;
}
.lp_contents .sec_item .lineup_item1 .lineup_img {
  margin-top: 15px;
  text-align: center;
}
.lp_contents .sec_item .lineup_item1 .lineup_btn {
  margin-top: 15px;
  text-align: center;
}
.lp_contents .sec_item .lineup_item1 .lineup_info {
  width: 740px;
  margin: 0 auto;
}
.lp_contents .sec_item .lineup_item1 .lineup_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 35px 0;
}
.lp_contents .sec_item .lineup_item1 .lineup_list li {
  width: 290px;
}
.lp_contents .sec_item .lineup_item1 .lineup_list li span {
  display: inline-block;
  font-size: 12px;
  line-height: 22px;
  font-weight: bold;
}
.lp_contents .sec_item .lineup_item1 .lineup_list li span a {
  position: relative;
  color: #3e2b2e;
  text-decoration: none;
}
.lp_contents .sec_item .lineup_item1 .lineup_list li span a::before {
  position: absolute;
  top: 50%;
  left: -16px;
  content: "";
  margin-top: -5px;
  width: 6px;
  height: 10px;
  background: url(/cms/onlineshop/lm/primer/20200129/img/btn_arrow_brw.svg) no-repeat left center/contain;
}
.lp_contents .sec_item .lineup_item1 .lineup_list + h4 {
  margin-top: 23px;
}
.lp_contents .sec_item .lineup_item1 .lineup_list:last-of-type li {
  width: 100%;
}
.lp_contents .sec_item .lineup_item1 .lineup_list:nth-of-type(2) li {
  width: 100%;
}
.lp_contents .sec_item .lineup_item1 + .limit_note {
  margin-top: 15px;
}
.lp_contents .sec_item .limit_note {
  margin-top: 55px;
}
.lp_contents .sec_item .limit_note li {
  text-indent: -1.5em;
  padding-left: 1.5em;
  letter-spacing: 0.05em;
  font-size: 12px;
  color: #3e2b2e;
  line-height: 1.6;
}
.lp_contents .sec_item .limit_note li + li {
  margin-top: 2px;
}
.lp_contents .sec_item .product_function {
  margin-top: 37px;
  border-top: solid 2px;
  border-bottom: solid 2px;
  padding: 25px 0;
}
.lp_contents .sec_item .product_function dt {
  margin-top: 15px;
  font-family: 'Montserrat' , sans-serif;
  letter-spacing: 0.01em;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: 0.075em;
}
.lp_contents .sec_item .product_function dt:first-child {
  margin-top: 0;
}
.lp_contents .sec_item .product_function dd {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.02em;
}
.lp_contents .sec_item .product_function dd span {
  font-size: 12px;
}
.lp_contents .sec_item .product_limited {
  margin: 60px auto 54px;
  position: relative;
}
.lp_contents .sec_item .product_limited .product_limited_bg {
  background-color: #ffffff;
  padding: 40px 40px 40px 50px;
}
.lp_contents .sec_item .product_limited .product_limited_tag {
  font-size: 14px;
  color: #d63f18;
  line-height: 1;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  font-weight: bold;
}
.lp_contents .sec_item .product_limited .product_limited_tag::after {
  width: 94px;
  height: 1px;
  content: '';
  position: absolute;
  background-color: #d63f18;
  bottom: -4px;
  left: 273px;
}
.lp_contents .sec_item .product_limited .product_limited_ttl {
  text-align: center;
  color: #3e2b2e;
  font-size: 26px;
  line-height: 1;
  font-family: 'Montserrat' , sans-serif;
  letter-spacing: 0.01em;
  letter-spacing: 0.075em;
  margin-bottom: 8px;
  font-weight: bold;
}
.lp_contents .sec_item .product_limited .product_limited_subttl {
  text-align: center;
  font-size: 14px;
  line-height: 1;
  color: #3e2b2e;
  margin-bottom: 20px;
  font-weight: bold;
}
.lp_contents .sec_item .product_limited .product_limited_catch {
  text-align: center;
  font-size: 14px;
  color: #d63f18;
  line-height: 1;
  margin-bottom: 37px;
  font-weight: bold;
}
.lp_contents .sec_item .product_limited .product_limited_cont {
  display: flex;
}
.lp_contents .sec_item .product_limited .product_limited_cont-icon {
  position: relative;
}
.lp_contents .sec_item .product_limited .product_limited_cont--zaiko {
  position: absolute;
  top: 0;
  left: 0;
}
.lp_contents .sec_item .product_limited .product_limited_cont-txt {
  text-align: left;
}
.lp_contents .sec_item .product_limited .product_limited_cont--ttl {
  font-size: 16px;
  line-height: 22px;
  color: #3e2b2e;
  margin-bottom: 10px;
  font-weight: bold;
  letter-spacing: -0.03em;
}
.lp_contents .sec_item .product_limited .product_limited_cont--catch {
  font-size: 20px;
  line-height: 26px;
  color: #3e2b2e;
  margin-bottom: 24px;
  font-weight: bold;
}
.lp_contents .sec_item .product_limited .product_limited_cont--dec {
  border-top: #3e2b2e 1px solid;
  border-bottom: #3e2b2e 1px solid;
  position: relative;
  padding: 16px 0 20px;
}
.lp_contents .sec_item .product_limited .product_limited_cont--dec dt {
  color: #d63f18;
  font-size: 16px;
  line-height: 1;
  position: absolute;
  top: -10px;
  left: 0;
  font-weight: 500;
  font-family: 'Montserrat' , sans-serif;
  letter-spacing: 0.01em;
  background-color: #ffffff;
  padding-right: 10px;
}
.lp_contents .sec_item .product_limited .product_limited_cont--name {
  color: #3e2b2e;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  margin-bottom: 8px;
}
.lp_contents .sec_item .product_limited .product_limited_cont--dose {
  color: #3e2b2e;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.05em;
}
.lp_contents .sec_item .product_limited .product_limited_notes {
  font-size: 12px;
  line-height: 18px;
  color: #3e2b2e;
  margin-top: 18px;
  text-indent: -1.3em;
  padding-left: 1.3em;
}
.lp_contents .sec_item .product_movie {
  text-align: center;
}
.lp_contents .sec_item .product_movie .product_movie_ttl {
  color: #3e2b2e;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
  font-weight: bold;
}
.lp_contents .sec_item .product_movie .mod-movie {
  width: 100%;
  position: relative;
  height: 0;
  padding-top: 56.25%;
}
.lp_contents .sec_item .product_movie .mod-movie--player {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  transition: all 1s ease;
}
.lp_contents .sec_item .product_movie .mod-movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  cursor: pointer;
}
.lp_contents .sec_item .product_movie .mod-movie .mod-movie_thumb {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  cursor: pointer;
}
.lp_contents .sec_item .product_function_bottom {
  margin-top: 60px;
  border-top: solid 1px;
  border-bottom: solid 1px;
  padding-left: 40px;
}
.lp_contents .sec_item .sec_item_cont {
  position: relative;
  margin-top: 60px;
  padding: 30px 50px 60px;
}
.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.primer6 {
  background-color: #f9f3eb;
  padding-bottom: 80px;
}
.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;
  padding-bottom: 60px;
}
.lp_contents .sec_item .sec_item_cont.tlsp01 .product_flag {
  background-color: #c3ac80;
}
.lp_contents .sec_item .sec_item_cont.tlsp02 {
  background-color: #faeeec;
  padding-bottom: 60px;
}
.lp_contents .sec_item .sec_item_cont.tlsp02 .product_main .product_catch {
  letter-spacing: 0em;
}
.lp_contents .sec_item .sec_item_cont.tlsp02 .product_flag {
  background-color: #d68d7e;
}
.lp_contents .sec_item .sec_item_cont.tlsp03 {
  background-color: #f3f3f3;
  padding-bottom: 60px;
}
.lp_contents .sec_item .sec_item_cont.tlsp03 .product_flag {
  background-color: #898989;
}
.lp_contents .sec_item .sec_item_cont .product_flag {
  display: block;
  margin: 0 auto;
  padding: 8px 12px 5px;
  width: 260px;
  color: #fff;
  font-size: 16px;
  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 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.lp_contents .sec_item .sec_item_cont .product_main .product_main_img {
  padding-left: 20px;
}
.lp_contents .sec_item .sec_item_cont .product_main .product_main_data {
  width: 370px;
}
.lp_contents .sec_item .sec_item_cont .product_main .product_catch {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.lp_contents .sec_item .sec_item_cont .product_main .product_name {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.75;
}
.lp_contents .sec_item .sec_item_cont .product_main .product_name span {
  display: inline-block;
  font-weight: normal;
}
.lp_contents .sec_item .sec_item_cont .product_main .product_detail {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.75;
}
.lp_contents .sec_item .sec_item_cont .product_main .product_price {
  display: inline-block;
  margin-top: 20px;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: bold;
}
.lp_contents .sec_item .sec_item_cont .product_main .product_price span {
  font-size: 16px;
}
.lp_contents .sec_item .sec_item_cont .product_main .product_postage {
  display: inline-block;
  padding: 7px 20px 5px;
  margin-left: 10px;
  border: solid 1px #3e2b2e;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.1em;
  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: 20px;
}
.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;
  height: 50px;
  text-align: center;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  padding: 16px 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;
  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: 50%;
  content: '';
  display: inline-block;
  margin-top: -6px;
  width: 8px;
  height: 13px;
  background: url(/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: 12px;
}
.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_cv_btn {
  width: 370px;
}
.lp_contents .sec_item .sec_item_cont .product_sub-cv_btn {
  margin-top: 15px;
  width: 240px;
}
.lp_contents .sec_item .sec_item_cont .product_sub {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 55px;
  padding: 16px 20px 8px 85px;
  background-color: #fff;
}
.lp_contents .sec_item .sec_item_cont .product_sub-catch {
  position: absolute;
  top: -15px;
  left: 50%;
  margin-left: -200px;
  padding: 7px 10px 5px;
  width: 400px;
  box-sizing: border-box;
  border: solid 2px #f9edea;
  border-radius: 16px;
  background-color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.lp_contents .sec_item .sec_item_cont .product_sub-img {
  width: 95px;
}
.lp_contents .sec_item .sec_item_cont .product_sub-txt {
  width: 260px;
}
.lp_contents .sec_item .sec_item_cont .product_sub-name span {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.75;
}
.lp_contents .sec_item .sec_item_cont .product_sub-detail {
  margin-top: 10px;
  font-size: 12px;
}
.lp_contents .sec_item .sec_item_cont .product_sub-cv {
  width: 240px;
}
.lp_contents .sec_item .sec_item_cont .product_sub-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.lp_contents .sec_item .sec_item_cont .product_sub-price span {
  font-size: 12px;
}
.lp_contents .sec_item .sec_item_cont .product_sub-price span.product_sub-postage {
  display: block;
  border: solid 1px #3e2b2e;
  padding: 7px 23px 5px;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.lp_contents .sec_item .sec_item_cont .product_sub-cv_note {
  margin-top: 15px;
  font-size: 10px;
  line-height: 1;
  text-align: right;
}
.lp_contents .sec_item .item_limit {
  margin: 0 0 0;
  padding: 0 0 60px;
  background-color: #f5efe4;
}
.lp_contents .sec_item .item_limit .item_limit_ttl {
  margin: 0 24px 0;
  text-align: center;
}
.lp_contents .sec_item .item_limit .item_limit_cont {
  background-color: #fff;
  margin: 20px 25px 0;
  padding: 36px 0 40px;
  position: relative;
}
.lp_contents .sec_item .item_limit .item_limit_cont::after {
  background: url(/cms/onlineshop/lm/primer/20200129/img/item_limit_cont_icon.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  left: -8px;
  top: -11px;
  content: '';
  width: 160px;
  height: 119px;
}
.lp_contents .sec_item .item_limit .item_limit_cont .cont_ttl {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0;
  color: #8f7a52;
  text-align: center;
}
.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 {
  display: flex;
  margin-top: 52px;
}
.lp_contents .sec_item .item_limit .item_limit_cont .cont_box .cont_img {
  padding-left: 20px;
}
.lp_contents .sec_item .item_limit .item_limit_cont .cont_box .cont_data {
  margin: -22px 0 0;
  width: 370px;
}
.lp_contents .sec_item .item_limit .item_limit_cont .cont_box .cont_data_new {
  display: inline-block;
  color: #d63f18;
  border-bottom: 1px solid #d63f18;
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: 0.05em;
}
.lp_contents .sec_item .item_limit .item_limit_cont .cont_box .cont_data_catch {
  margin: 12px 0 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.lp_contents .sec_item .item_limit .item_limit_cont .cont_box .cont_data_set {
  margin: 10px auto 15px;
  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: 1px;
  left: 80px;
  right: 0;
  top: 6px;
}
.lp_contents .sec_item .item_limit .item_limit_cont .cont_box .cont_data_set span {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.lp_contents .sec_item .item_limit .item_limit_cont .cont_box .cont_data_name dt {
  margin-top: 11px;
  font-size: 14px;
  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: -1px;
  font-size: 12px;
  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: 10px;
  font-size: 12px;
  line-height: 1.75;
}
.lp_contents .sec_item .item_limit .item_limit_cont .cont_box .cont_data_price {
  display: inline-block;
  margin-top: 12px;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: bold;
}
.lp_contents .sec_item .item_limit .item_limit_cont .cont_box .cont_data_price span {
  font-size: 16px;
}
.lp_contents .sec_item .item_limit .item_limit_cont .cont_box .cont_data_postage {
  display: inline-block;
  padding: 7px 20px 5px;
  margin-left: 10px;
  border: solid 1px #3e2b2e;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.lp_contents .sec_item .item_limit .item_limit_cont .cont_box .cont_data_btn {
  margin: 20px 0 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: 370px;
  height: 50px;
  text-align: center;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  padding: 16px 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: 20px;
  top: 50%;
  content: '';
  display: inline-block;
  margin-top: -6px;
  width: 8px;
  height: 13px;
  background: url(/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: 12px;
}
.lp_contents .sec_item .item_limit .item_limit_cont .cont_box .cont_data_btn div {
  background-color: #8a8a8a;
}
.lp_contents .sec_item .toneup_product {
  position: relative;
  margin: 77px auto 0;
  padding-top: 16px;
  padding-bottom: 0;
  width: 740px;
  border: #deb4c0 1px solid;
  box-sizing: border-box;
  display: flex;
}
.lp_contents .sec_item .toneup_product .toneup_product_ttl {
  position: absolute;
  top: -17px;
  left: 50%;
  padding: 10px 0;
  transform: translateX(-50%);
  min-width: 400px;
  background-color: #ffeaf3;
  border-radius: 25px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}
.lp_contents .sec_item .toneup_product .toneup_product_box {
  width: 298px;
  text-align: center;
}
.lp_contents .sec_item .toneup_product .toneup_name {
  margin-top: 34px;
}
.lp_contents .sec_item .toneup_product .toneup_name span {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.75;
}
.lp_contents .sec_item .toneup_product .toneup_price {
  margin-top: 17px;
}
.lp_contents .sec_item .toneup_product .toneup_price em {
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
}
.lp_contents .sec_item .toneup_product .toneup_price .taxin {
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
}
.lp_contents .sec_item .toneup_product .toneup_price .postage {
  display: inline-block;
  margin-left: 10px;
  padding: 7px 20px 5px;
  border: solid 1px #3e2b2e;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.lp_contents .sec_item .toneup_product .toneup_product_note {
  margin-top: 10px;
  font-size: 12px;
}
.lp_contents .sec_item .toneup_product .toneup_product_btn {
  margin-top: 20px;
}
.lp_contents .sec_item .toneup_product .toneup_product_btn a, .lp_contents .sec_item .toneup_product .toneup_product_btn div {
  display: block;
  height: 50px;
  text-align: center;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  padding: 16px 0;
}
.lp_contents .sec_item .toneup_product .toneup_product_btn a {
  position: relative;
  background-color: #d63f18;
}
.lp_contents .sec_item .toneup_product .toneup_product_btn a span {
  display: block;
  font-size: .7em;
  color: #fff;
}
.lp_contents .sec_item .toneup_product .toneup_product_btn a::after {
  position: absolute;
  right: 20px;
  top: 50%;
  content: '';
  display: inline-block;
  margin-top: -6px;
  width: 8px;
  height: 13px;
  background: url(/cms/onlineshop/lm/primer/20200129/img/btn_arrow.svg) no-repeat center center;
  background-size: contain;
}
.lp_contents .sec_item .toneup_product .toneup_product_btn a.zaikokbn2 {
  padding-top: 12px;
}
.lp_contents .sec_item .toneup_product .toneup_product_btn div {
  background-color: #8a8a8a;
}
.lp_contents .sec_item .toneup_kit {
  margin: 56px auto 34px;
  text-align: center;
}
.lp_contents .sec_item .toneup_kit1 {
  margin: 60px auto 34px;
  text-align: center;
}
.lp_contents .sec_item .toneup_kit2 {
  margin: 60px auto 34px;
  text-align: center;
}
.lp_contents .sec_item .toneup_cont {
  width: 740px;
  margin: 0 auto;
  background-color: #fcf4f3;
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  padding: 4px;
  position: relative;
}
.lp_contents .sec_item .toneup_cont_inner {
  border: 2px #fffefd solid;
  box-sizing: border-box;
  padding: 50px 0 28px 34px;
}
.lp_contents .sec_item .toneup_cont_tag {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.lp_contents .sec_item .toneup_cont_info {
  text-align: left;
}
.lp_contents .sec_item .toneup_cont_info .info_ttl {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 6px;
}
.lp_contents .sec_item .toneup_cont_info .info_ttl span {
  font-weight: bold;
}
.lp_contents .sec_item .toneup_cont_info .info_catch {
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  color: #d73f18;
  letter-spacing: -0.02em;
  font-feature-settings: "palt";
  margin-bottom: 22px;
}
.lp_contents .sec_item .toneup_cont_info .info_catch span {
  font-size: 22px;
  color: #d73f18;
  letter-spacing: -0.02em;
  margin-top: 0px;
  display: inline-block;
}
.lp_contents .sec_item .toneup_cont_info .info_catch em {
  font-size: 18px;
  color: #d73f18;
  letter-spacing: -0.02em;
}
.lp_contents .sec_item .toneup_cont_info .info_link {
  margin: 30px auto 0;
}
.lp_contents .sec_item .toneup_cont_info .info_link a {
  position: relative;
  width: 330px;
  height: 40px;
  margin: 0 0 0;
  box-sizing: border-box;
  border: 1px 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: -6px;
  z-index: 11;
}
.lp_contents .sec_item .toneup_cont_info .info_link a::after {
  content: '';
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-right: 2px solid #3e2b2e;
  border-bottom: 2px solid #3e2b2e;
  top: 35%;
  right: 15px;
  transform: rotate(45deg);
}
.lp_contents .sec_item .toneup_cont_info .info_link a span {
  margin-left: 52px;
  display: inline-block;
  height: 40px;
  font-size: 14px;
  line-height: 20px;
  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_img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.lp_contents .sec_item .toneup_cont_info .info_icon {
  position: absolute;
  top: 50px;
  right: 65px;
  z-index: 11;
}
.lp_contents .sec_item .toneup_cont_info .info_other {
  text-align: left;
  margin: 20px auto 0px;
  font-size: 14px;
  line-height: 22px;
  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 {
  color: #d73f18;
  font-weight: 700;
  position: relative;
}
.lp_contents .sec_item .toneup_cont_info .info_other a em::after {
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-right: 2px solid #d73f18;
  border-bottom: 2px solid #d73f18;
  top: 34%;
  right: 2px;
  transform: rotate(-135deg);
}
.lp_contents .sec_item .toneup_cont .present_end {
  top: -60px;
}
.lp_contents .sec_item .toneup_cont2 {
  width: 840px;
}
.lp_contents .sec_item .toneup_cont2 .info_link a::after {
  transform: rotate(-135deg);
  top: 42%;
}
.lp_contents .sec_item .toneup_cont2 .info_link a span {
  margin-left: 60px;
}
.lp_contents .item_btn {
  margin: 80px auto 0;
  width: 400px;
}
.lp_contents .item_btn a {
  display: block;
  position: relative;
  padding: 10px;
  border: solid 1px #3e2b2e;
  background-color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
.lp_contents .item_btn a:hover {
  color: #3e2b2e;
}
.lp_contents .item_btn a::before {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: rotate(-90deg);
  content: "";
  margin-top: -4px;
  width: 8px;
  height: 12px;
  background: url(/cms/onlineshop/lm/primer/20200129/img/btn_arrow_brw.svg) no-repeat center center/contain;
}
.lp_contents .item_catch {
  position: relative;
  margin-top: 45px;
  color: #d63f18;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.lp_contents .item_table {
  margin-top: 150px;
  text-align: center;
}
.lp_contents .item_table .table_ttl {
  position: relative;
}
.lp_contents .item_table .table_ttl::before {
  content: '';
  width: 128px;
  border-top: 1px solid #3e2b2e;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.lp_contents .item_table .table_ttl::after {
  content: '';
  width: 128px;
  border-top: 1px solid #3e2b2e;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.lp_contents .item_table .table_ttl span {
  font-size: 20px;
  line-height: 1;
}
.lp_contents .item_table .table_inner {
  margin-top: 32px;
}
.lp_contents .item_table .table_inner + .table_inner {
  margin-top: 0;
}
.lp_contents .item_table .table_btn {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}
.lp_contents .item_table .table_btn li {
  width: 228px;
}
.lp_contents .item_table .table_btn li a {
  width: 228px;
  height: 30px;
  background: #3e2b2e;
  position: relative;
  z-index: 10;
}
.lp_contents .item_table .table_btn li a::after {
  content: '';
  background: url(/cms/onlineshop/lm/primer/20200129/img/table_btn_arrow.png);
  background-size: 100%;
  width: 12px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.lp_contents .item_table .table_btn li a span {
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  letter-spacing: 0.05em;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.lp_contents .item_table .table_btn li + li {
  margin-left: 20px;
}
.lp_contents .cushion_cosme {
  position: relative;
  margin-top: 70px;
}
.lp_contents .cushion_cosme h3 {
  position: relative;
  text-align: center;
}
.lp_contents .cushion_cosme h3::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  margin-top: -1px;
  width: 100%;
  height: 1px;
  background-color: #3e2b2e;
}
.lp_contents .cushion_cosme h3 span {
  display: table;
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
  background-color: #fff;
  font-family: 'Montserrat' , sans-serif;
  letter-spacing: 0.01em;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
.lp_contents .cushion_cosme-sub {
  margin-top: 17px;
  font-size: 14px;
  text-align: center;
}
.lp_contents .cushion_cosme-wrap {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.lp_contents .cushion_cosme-col {
  display: flex;
  justify-content: space-between;
  width: 420px;
}
.lp_contents .cushion_cosme-img1 {
  margin-right: 18px;
  width: 93px;
}
.lp_contents .cushion_cosme-img2 {
  margin-right: 18px;
  width: 108px;
}
.lp_contents .cushion_cosme-block {
  width: 298px;
}
.lp_contents .cushion_cosme-catch {
  margin-top: 28px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: 0.01em;
}
.lp_contents .cushion_cosme-txt {
  margin-top: 10px;
  font-size: 10px;
  line-height: 1.75;
}
.lp_contents .cushion_main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  margin-top: 40px;
}
.lp_contents .cushion_main .cushion_cont {
  width: 420px;
}
.lp_contents .cushion_main .cushion_main_list {
  width: 340px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.5px;
  letter-spacing: 0;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 32px;
}
.lp_contents .cushion_main .cushion_date {
  display: inline-block;
  padding: 5px 8px 3px;
  background-color: #d63f18;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}
.lp_contents .cushion_main .cushion_new {
  margin: -19px 0 0;
  display: inline-block;
  color: #d63f18;
  border-bottom: 1px solid #d63f18;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 0.05em;
}
.lp_contents .cushion_main h3 {
  margin-top: 15px;
}
.lp_contents .cushion_main h3 span {
  display: inline-block;
  font-size: 16px;
  line-height: 1.75;
  font-weight: bold;
  letter-spacing: 0.04em;
}
.lp_contents .cushion_main h3.marginTop0 {
  margin-top: 0;
}
.lp_contents .cushion_main .cushion_detail {
  margin-top: 15px;
  font-size: 12px;
  line-height: 1.75;
}
.lp_contents .cushion_main .cushion_detail.marginTop0 {
  margin-top: 0;
}
.lp_contents .cushion_main .cushion_detail.marginTop5 {
  margin-top: 5px;
}
.lp_contents .cushion_main .cushion_des {
  border-top: 1px solid #3e2b2e;
  position: relative;
  margin-top: 30px;
}
.lp_contents .cushion_main .cushion_des .cushion_des_ttl {
  position: absolute;
  left: 0;
  top: -8px;
  font-size: 14px;
  /*font-weight: bold;*/
  background-color: #fff0f5;
  padding-right: 10px;
}
.lp_contents .cushion_main .cushion_des ul li {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding-left: 1em;
  text-indent: -1em;
}
.lp_contents .cushion_main .cushion_des ul li span {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
}
.lp_contents .cushion_main .cushion_price {
  margin-top: 15px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
}
.lp_contents .cushion_main .cushion_price-num {
  font-size: 22px;
}
.lp_contents .cushion_main .cushion_price-posage {
  display: inline-block;
  padding: 7px 20px 5px;
  border: solid 1px #3e2b2e;
  font-size: 14px;
  -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 {
  width: 380px;
}
.lp_contents .cushion_main .cushion_carousel img {
  width: 380px;
  height: auto;
}
.lp_contents .cushion_main .mod-carousel-b {
  opacity: 0;
  width: 380px;
}
.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: 20px 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: 11px;
}
.lp_contents .cushion_main .mod-carousel-b .slick-dots li button {
  border: 0 none;
  background: #ccc;
  outline: 0 none;
  padding: 0;
  width: 90px;
  height: 90px;
  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(/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(/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(/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: 40px;
}
.lp_contents .cushion_main .mod-acc_a--ttl a {
  display: block;
  padding: 17px 10px;
  position: relative;
  outline: 0 none;
  background-color: #d63f18;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.lp_contents .cushion_main .mod-acc_a--ttl a::before {
  display: block;
  position: absolute;
  right: 27px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 2px;
  height: 16px;
  background-color: #fff;
}
.lp_contents .cushion_main .mod-acc_a--ttl a::after {
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 16px;
  height: 2px;
  background-color: #fff;
}
.lp_contents .cushion_main .mod-acc_a--cont {
  padding-top: 20px;
}
.lp_contents .cushion_main .mod-acc_a.m-opened .mod-acc_a--ttl a::before {
  opacity: 0;
}
.lp_contents .cushion_main .modalwin-btn {
  margin: 25px auto 0;
  width: 350px;
}
.lp_contents .cushion_main .mod-modalwin--open {
  position: relative;
  display: block;
  padding: 10px;
  box-sizing: border-box;
  border: #3e2b2e solid 1px;
  background-color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
.lp_contents .cushion_main .mod-modalwin--open:hover {
  color: #3e2b2e;
}
.lp_contents .cushion_main .mod-modalwin--open::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 19px;
  content: '';
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: url(/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: 50px 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: 800px;
  z-index: 2001;
}
.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 {
  width: 100%;
  height: auto;
}
.lp_contents .cushion_main .mod-modalwin--btn {
  position: absolute;
  top: -15px;
  right: -15px;
}
.lp_contents .cushion_main .mod-modalwin--btn a {
  display: block;
  width: 30px;
  height: 30px;
  background: url(/cms/onlineshop/lm/primer/20200129/img/icn_modalclose.svg) no-repeat center center;
  background-size: contain;
  text-indent: -30em;
  overflow: hidden;
}
.lp_contents .cushion_main .cushion_select {
  background-color: #fff;
}
.lp_contents .cushion_main .cushion_select .cushion_color {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  text-align: center;
  margin-top: -20px;
}
.lp_contents .cushion_main .cushion_select .cushion_color li {
  width: 80px;
  margin: 20px 0 0 5px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.lp_contents .cushion_main .cushion_select .cushion_color li:nth-child(5n+1) {
  margin-left: 0;
}
.lp_contents .cushion_main .cushion_select .cushion_color li img {
  margin-bottom: 10px;
  width: 80px;
  height: auto;
}
.lp_contents .cushion_main .cushion_select .cushion_color li span {
  display: inline-block;
  font-size: 12px;
  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: 80px;
  height: 80px;
  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: 17px;
  color: #d63f18;
  font-size: 14px;
  text-align: right;
  padding-right: 10px;
}
.lp_contents .cushion_main .cushion_color_info {
  box-sizing: border-box;
  margin: 20px auto 0;
  width: 350px;
  height: 120px;
  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: 16px;
  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: 16px;
  line-height: 1.5;
  transition: all .2s ease 0s;
  opacity: 0;
}
.lp_contents .cushion_main .cushion_color_info .cushion_color-selected img {
  margin-right: 10px;
  width: 110px;
  height: auto;
}
.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: '日本人の肌色のために開発された色';
  display: block;
  color: #d63f18;
  border: solid 1px #d63f18;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  font-feature-settings: 'palt';
  width: 230px;
  height: 26px;
  text-align: center;
  box-sizing: border-box;
  padding-top: .5em;
  margin-bottom: 8px;
}
.lp_contents .cushion_cartbtn {
  width: 100%;
}
.lp_contents .cushion_cartbtn .cushion_cv_btn {
  margin-top: 20px;
  height: 50px;
}
.lp_contents .cushion_cartbtn .cushion_cv_btn.marginTop0 {
  margin-top: 0;
}
.lp_contents .cushion_cartbtn .cushion_cv_btn.marginTop0 a, .lp_contents .cushion_cartbtn .cushion_cv_btn.marginTop0 div {
  margin-top: -16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp_contents .cushion_cartbtn .cushion_cv_btn.marginTop0 a span, .lp_contents .cushion_cartbtn .cushion_cv_btn.marginTop0 div span {
  font-size: 16px !important;
  color: #fff !important;
}
.lp_contents .cushion_cartbtn .cushion_cv_btn.marginTop0 a span span, .lp_contents .cushion_cartbtn .cushion_cv_btn.marginTop0 div span span {
  font-size: 0.7em !important;
}
.lp_contents .cushion_cartbtn .cushion_cv_btn .color_white {
  color: #fff !important;
}
.lp_contents .cushion_cartbtn .cushion_cv_btn .padding0 {
  padding: 0;
}
.lp_contents .cushion_cartbtn .cushion_cv_btn a, .lp_contents .cushion_cartbtn .cushion_cv_btn div {
  display: block;
  height: 50px;
  text-align: center;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  padding: 16px 0;
}
.lp_contents .cushion_cartbtn .cushion_cv_btn a {
  position: relative;
  background-color: #d63f18;
}
.lp_contents .cushion_cartbtn .cushion_cv_btn a span {
  display: block;
  font-size: .7em;
  color: #fff;
}
.lp_contents .cushion_cartbtn .cushion_cv_btn a::after {
  position: absolute;
  right: 20px;
  top: 50%;
  content: '';
  display: inline-block;
  margin-top: -6px;
  width: 8px;
  height: 13px;
  background: url(/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: 12px;
}
.lp_contents .cushion_cartbtn .cushion_cv_btn div {
  background-color: #8a8a8a;
}
.lp_contents .zaiko {
  width: 100%;
}
.lp_contents .cushion_limited {
  width: 740px !important;
  margin: 54px auto 0;
}
.lp_contents .cushion_limited .limited_inner {
  background: url(/cms/onlineshop/lm/primer/20200129/img/cushion_limited_bg.jpg) no-repeat center center;
  background-size: 100%;
  box-sizing: border-box;
  padding: 42px 30px 34px 46px;
}
.lp_contents .cushion_limited .limited_inner .limited_box {
  padding: 9px 0 25px;
}
.lp_contents .cushion_limited .limited_inner .limited_box_ttl {
  margin-bottom: 14px;
}
.lp_contents .cushion_limited .limited_inner .limited_box_catch {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 32px;
}
.lp_contents .cushion_limited .limited_inner .limited_box dl {
  border-top: 2px #ec779b dotted;
  border-bottom: 2px #ec779b dotted;
  width: 326px;
  margin: 0 auto;
  position: relative;
}
.lp_contents .cushion_limited .limited_inner .limited_box dl dt {
  position: absolute;
  background-color: #e6507e;
  display: inline-block;
  border-radius: 50px;
  color: #fff;
  padding: 0 12px;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  left: 0;
  top: -12px;
}
.lp_contents .cushion_limited .limited_inner .limited_box dl dd {
  padding: 10px 0;
}
.lp_contents .cushion_limited .limited_inner .limited_box dl dd p {
  font-size: 14px;
  line-height: 24px;
  padding-top: 12px;
}
.lp_contents .cushion_limited .limited_inner .limited_box dl dd p span {
  font-size: 16px;
  color: #d73f18;
  font-weight: bold;
}
.lp_contents .cushion_limited .limited_inner .limited_box dl dd p + p {
  margin-right: -15px;
  padding-top: 0;
}
.lp_contents .cushion_limited .limited_inner a {
  width: 364px;
  height: 40px;
  margin: 0 auto;
  background-color: #3e2b2e;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;
  display: block;
  text-align: center;
  position: relative;
}
.lp_contents .cushion_limited .limited_inner a::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  content: '';
  transform: translateY(-50%);
  width: 9px;
  height: 13px;
  background: url(/cms/onlineshop/lm/primer/20200129/img/btn_arrow.svg) no-repeat center center;
  background-size: contain;
}
.lp_contents .cushion_limited .limited_notes {
  margin-top: 8px;
  font-size: 12px;
  line-height: 20px;
  text-indent: -1.3em;
  padding-left: 1.3em;
}
.lp_contents .cushion_limited .flex {
  display: flex;
  justify-content: space-between;
}
.lp_contents .cushion_product1 {
  position: relative;
  margin: 77px auto 0;
  padding-top: 16px;
  width: 740px;
  border: #ccc 1px solid;
  box-sizing: border-box;
  display: flex;
}
.lp_contents .cushion_product1 .cushion_product_ttl {
  position: absolute;
  top: -17px;
  left: 50%;
  padding: 10px 0;
  transform: translateX(-50%);
  min-width: 400px;
  background-color: #f3ece8;
  border-radius: 25px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}
.lp_contents .cushion_product1 .cushion_product_img {
  padding: 15px 15px 15px 38px;
}
.lp_contents .cushion_product1 .cushion_product_box {
  width: 298px;
  text-align: center;
}
.lp_contents .cushion_product1 .cushion_product_icon {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.lp_contents .cushion_product1 .cushion_product_icon span {
  align-self: center;
  font-size: 36px;
  line-height: 1;
  color: #3e2b2e;
}
.lp_contents .cushion_product1 .cushion_name {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.75;
}
.lp_contents .cushion_product1 .cushion_price {
  margin-top: 15px;
}
.lp_contents .cushion_product1 .cushion_price em {
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
}
.lp_contents .cushion_product1 .cushion_price .taxin {
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
}
.lp_contents .cushion_product1 .cushion_price .postage {
  display: inline-block;
  margin-left: 10px;
  padding: 7px 20px 5px;
  border: solid 1px #3e2b2e;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.lp_contents .cushion_product1 .cushion_product_note {
  margin-top: 10px;
  font-size: 12px;
}
.lp_contents .cushion_product1 .cushion_product_btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 12px 0;
  width: 264px;
  height: 40px;
  background-color: #3e2b2e;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  margin-left: 16px;
  box-sizing: border-box;
}
.lp_contents .cushion_product1 .cushion_product_btn::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  content: '';
  transform: translateY(-50%);
  width: 9px;
  height: 13px;
  background: url(/cms/onlineshop/lm/primer/20200129/img/btn_arrow.svg) no-repeat center center;
  background-size: contain;
}
.lp_contents .cushion_product {
  position: relative;
  margin: 77px auto 0;
  padding-top: 16px;
  padding-bottom: 25px;
  width: 740px;
  border: #ccc 1px solid;
  box-sizing: border-box;
  display: flex;
}
.lp_contents .cushion_product .cushion_product_ttl {
  position: absolute;
  top: -17px;
  left: 50%;
  padding: 10px 0;
  transform: translateX(-50%);
  min-width: 400px;
  background-color: #f3ece8;
  border-radius: 25px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}
.lp_contents .cushion_product .cushion_product_img {
  margin-left: 84px;
  margin-right: 38px;
}
.lp_contents .cushion_product .cushion_product_box {
  width: 298px;
  text-align: center;
}
.lp_contents .cushion_product .cushion_name {
  margin-top: 25px;
}
.lp_contents .cushion_product .cushion_name span {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.75;
}
.lp_contents .cushion_product .cushion_price {
  margin-top: 15px;
}
.lp_contents .cushion_product .cushion_price em {
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
}
.lp_contents .cushion_product .cushion_price .taxin {
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
}
.lp_contents .cushion_product .cushion_price .postage {
  display: inline-block;
  margin-left: 10px;
  padding: 7px 20px 5px;
  border: solid 1px #3e2b2e;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.lp_contents .cushion_product .cushion_product_note {
  margin-top: 10px;
  font-size: 12px;
}
.lp_contents .cushion_product .cushion_product_btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 12px 0;
  width: 264px;
  height: 40px;
  background-color: #3e2b2e;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  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: 20px;
  content: '';
  transform: translateY(-50%);
  width: 9px;
  height: 13px;
  background: url(/cms/onlineshop/lm/primer/20200129/img/btn_arrow.svg) no-repeat center center;
  background-size: contain;
}
.lp_contents .cushion_product2 {
  padding-bottom: 12px;
}
.lp_contents .cushion_product2 .cushion_product_img {
  margin: 0;
}
.lp_contents .cushion_kit {
  position: relative;
  z-index: 0;
  width: 740px !important;
  margin: 80px auto 0;
}
.lp_contents .cushion_kit_inner {
  background: url(/cms/onlineshop/lm/primer/20200129/img/cushion_kit_bg.png) no-repeat top center;
  padding: 54px 56px 25px 42px;
}
.lp_contents .cushion_kit_tag {
  position: absolute;
  top: -22px;
  left: 158px;
  width: 438px;
  height: 48px;
  padding-top: 12px;
  background: url(/cms/onlineshop/lm/primer/20200129/img/cushion_tag_bg.png) no-repeat top center;
  font-family: 'Montserrat' , sans-serif;
  letter-spacing: 0.01em;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  font-feature-settings: 'palt';
  -webkit-font-feature-settings: 'palt';
  letter-spacing: 0.05em;
}
.lp_contents .cushion_kit_cont {
  display: flex;
  justify-content: space-between;
}
.lp_contents .cushion_kit_cont-info {
  padding-top: 10px;
  font-feature-settings: 'palt';
  -webkit-font-feature-settings: 'palt';
  color: #3e2b2e;
}
.lp_contents .cushion_kit_cont-info dl {
  border-top: 2px #978b8a solid;
  border-bottom: 2px #978b8a solid;
  width: 290px;
  margin: 24px auto 0;
  padding: 10px 0;
  letter-spacing: 0.05em;
  font-size: 12px;
  line-height: 20px;
}
.lp_contents .cushion_kit_cont-info dl dt {
  font-weight: bold;
  letter-spacing: -0.04em;
}
.lp_contents .cushion_kit_cont--name {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 6px;
}
.lp_contents .cushion_kit_cont--name span {
  font-weight: bold;
}
.lp_contents .cushion_kit_cont--catch {
  color: #d63f18;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
}
.lp_contents .cushion_kit_cont-icon {
  position: relative;
  z-index: 1;
}
.lp_contents .cushion_kit_cont--img {
  padding-top: 50px;
}
.lp_contents .cushion_kit_cont--limited {
  position: absolute;
  top: -4px;
  left: -72px;
  width: 92px;
  height: 92px;
  z-index: -1;
  background: url(/cms/onlineshop/lm/primer/20200129/img/cp_icon_bg.png) no-repeat top center;
}
.lp_contents .cushion_kit_cont--limited span {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #d63f18;
  font-size: 21px;
  line-height: 24px;
  text-align: center;
  font-weight: bold;
}
.lp_contents .cushion_kit_cont--txt {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.05em;
  margin-top: 7px;
}
.lp_contents .cushion_kit .zaikokbn2 .cushion_kit_cont--limited span {
  font-size: 19px;
}
.lp_contents .cushion_kit_notes {
  margin-top: 10px;
  font-size: 12px;
  line-height: 20px;
  text-indent: -1.3em;
  padding-left: 1.3em;
}
.lp_contents .cushion_live {
  position: relative;
  margin: 80px auto 0;
  width: 840px;
  box-sizing: border-box;
  border: solid 2px #3e2b2e;
  background-color: #fff;
}
.lp_contents .cushion_live::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_live .cushion_live_inner {
  padding: 32px 50px 58px;
  position: relative;
}
.lp_contents .cushion_live .cushion_live_inner .cushion_live_info {
  border-bottom: #3e2b2e 1px solid;
  padding-bottom: 42px;
}
.lp_contents .cushion_live .cushion_live_inner .cushion_live_info .info_ttl dt, .lp_contents .cushion_live .cushion_live_inner .cushion_live_info .info_ttl img {
  width: 39px;
  margin: 0 auto;
}
.lp_contents .cushion_live .cushion_live_inner .cushion_live_info .info_ttl dd {
  font-size: 34px;
  line-height: 48px;
  position: relative;
  text-align: center;
  margin-top: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.lp_contents .cushion_live .cushion_live_inner .cushion_live_info .info_ttl dd::before {
  position: absolute;
  top: -11px;
  left: 75px;
  content: "";
  width: 34px;
  height: 50px;
  background: url(/cms/onlineshop/lm/primer/20200129/img/info_ttl_line1.png) no-repeat center center;
  background-size: 100%;
}
.lp_contents .cushion_live .cushion_live_inner .cushion_live_info .info_ttl dd::after {
  position: absolute;
  bottom: -14px;
  right: 75px;
  content: "";
  width: 34px;
  height: 50px;
  background: url(/cms/onlineshop/lm/primer/20200129/img/info_ttl_line2.png) no-repeat center center;
  background-size: 100%;
}
.lp_contents .cushion_live .cushion_live_inner .cushion_live_info .info_ttl dd span {
  font-size: 24px;
  line-height: 40px;
}
.lp_contents .cushion_live .cushion_live_inner .cushion_live_info .info_dec {
  margin: 40px 0 14px;
  text-align: center;
  position: relative;
}
.lp_contents .cushion_live .cushion_live_inner .cushion_live_info .info_dec-img1 {
  position: absolute;
  width: 200px;
  height: 200px;
  top: -16px;
  left: -31px;
}
.lp_contents .cushion_live .cushion_live_inner .cushion_live_info .info_dec-img2 {
  position: absolute;
  width: 144px;
  height: 282px;
  top: -22px;
  right: 0px;
}
.lp_contents .cushion_live .cushion_live_inner .cushion_live_info .info_dec-txt {
  font-size: 24px;
  color: #3e2b2e;
  line-height: 40px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
.lp_contents .cushion_live .cushion_live_inner .cushion_live_info .info_dec-txt span {
  color: #d73f18;
}
.lp_contents .cushion_live .cushion_live_inner .cushion_live_info .intro_time {
  width: 230px;
  margin: 0 auto;
  margin-bottom: 6px;
}
.lp_contents .cushion_live .cushion_live_inner .cushion_live_info .info_link {
  background-image: -moz-linear-gradient(-10deg, #ef5b44 0%, #e24568 14%, #d42f8b 34%, #9443ad 66%, #5456ce 90%);
  background-image: -webkit-linear-gradient(-10deg, #ef5b44 0%, #e24568 14%, #d42f8b 34%, #9443ad 66%, #5456ce 90%);
  background-image: -ms-linear-gradient(-10deg, #ef5b44 0%, #e24568 14%, #d42f8b 34%, #9443ad 66%, #5456ce 90%);
  width: 350px;
  height: 40px;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  line-height: 40px;
  color: #ffffff;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 50px;
}
.lp_contents .cushion_live .cushion_live_inner .cushion_live_info .info_link::before {
  position: absolute;
  top: 7px;
  left: 99px;
  content: "";
  width: 27px;
  height: 27px;
  background: url(/cms/onlineshop/lm/primer/20200129/img/info_link_camera.png) no-repeat center center;
  background-size: 100%;
}
.lp_contents .cushion_live .cushion_live_inner .cushion_live_info .info_link::after {
  position: absolute;
  top: 14px;
  right: 24px;
  content: "";
  width: 8px;
  height: 13px;
  background: url(/cms/onlineshop/lm/primer/20200129/img/info_link_arrow.png) no-repeat center center;
  background-size: 100%;
}
.lp_contents .cushion_live .cushion_live_inner .cushion_live_info .info_intro {
  padding: 20px;
  background-color: #f3ece8;
  display: flex;
  justify-content: flex-start;
  margin-top: 26px;
}
.lp_contents .cushion_live .cushion_live_inner .cushion_live_info .info_intro dt img {
  width: 132px;
  margin-right: 30px;
}
.lp_contents .cushion_live .cushion_live_inner .cushion_live_info .info_intro dd {
  padding: 5px 50px 0 0;
}
.lp_contents .cushion_live .cushion_live_inner .cushion_live_info .info_intro dd p {
  letter-spacing: 0.05em;
}
.lp_contents .cushion_live .cushion_live_inner .cushion_live_info .info_intro dd p:nth-child(1) {
  color: #d73f18;
  font-size: 24px;
  font-weight: bold;
}
.lp_contents .cushion_live .cushion_live_inner .cushion_live_info .info_intro dd p:nth-child(2) {
  color: #3e2b2e;
  font-size: 14px;
  line-height: 22px;
  margin-top: 10px;
}
.lp_contents .cushion_live .cushion_live_inner .cushion_live_cont {
  padding-top: 40px;
}
.lp_contents .cushion_live .cushion_live_inner .cushion_live_cont .cont_catch {
  background-color: #ffffff;
  padding: 0;
  margin-top: 0px;
  padding-left: 157px;
}
.lp_contents .cushion_live .cushion_live_inner .cushion_live_cont .cont_catch dd .cont_catch_txt1 {
  font-size: 20px;
}
.lp_contents .cushion_live .cushion_live_inner .cushion_live_cont .cont_catch dd .cont_catch_txt2 {
  font-size: 28px;
  line-height: 40px;
}
.lp_contents .cushion_live .cushion_live_inner .cushion_live_cont .cont_catch dd .cont_catch_txt2 span {
  font-size: 34px;
}
.lp_contents .cushion_live .cushion_live_inner .cushion_live_cont .cont_time {
  width: 550px;
  margin: 16px auto 10px;
  height: 40px;
  background-color: #f3ece8;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
}
.lp_contents .cushion_live .cushion_live_inner .cushion_live_cont .cont_time dt {
  width: 178px;
  color: #d73f18;
}
.lp_contents .cushion_live .cushion_live_inner .cushion_live_cont .cont_time dd {
  width: 372px;
  position: relative;
  color: #d73f18;
}
.lp_contents .cushion_live .cushion_live_inner .cushion_live_cont .cont_time dd::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 26px;
  background-color: #d73f18;
  top: 7px;
  left: 0px;
}
.lp_contents .cushion_live .cushion_live_inner .cushion_live_cont .cont_text {
  font-size: 14px;
  line-height: 22px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  text-align: center;
}
.lp_contents .cushion_live .cushion_live_inner .cushion_live_cont .cont_title {
  width: 230px;
  margin: 46px auto 28px;
  border-top: 2px #3e2b2e solid;
  position: relative;
}
.lp_contents .cushion_live .cushion_live_inner .cushion_live_cont .cont_title span {
  color: #3e2b2e;
  width: 156px;
  height: 18px;
  background-color: #ffffff;
  position: absolute;
  top: -10px;
  left: 38px;
  text-align: center;
  line-height: 18px;
  font-size: 18px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  font-weight: bold;
}
.lp_contents .cushion_live .cushion_live_inner .cushion_live_cont .cont_step {
  display: flex;
  justify-content: flex-start;
  width: 680px;
  margin: 0 auto;
}
.lp_contents .cushion_live .cushion_live_inner .cushion_live_cont .cont_step .cont_step_dec {
  width: 180px;
  position: relative;
}
.lp_contents .cushion_live .cushion_live_inner .cushion_live_cont .cont_step .cont_step_dec::before {
  position: absolute;
  left: -50px;
  top: 40%;
  content: '';
  width: 41px;
  height: 15px;
  background: url(/cms/onlineshop/lm/primer/20200129/img/cont_step_arrow.png) no-repeat center center;
  background-size: contain;
}
.lp_contents .cushion_live .cushion_live_inner .cushion_live_cont .cont_step .cont_step_dec dt {
  background-color: #3e2b2e;
  width: 60px;
  margin: 0 auto;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
}
.lp_contents .cushion_live .cushion_live_inner .cushion_live_cont .cont_step .cont_step_dec dd p:nth-child(1) {
  width: 130px;
  margin: 0 auto;
}
.lp_contents .cushion_live .cushion_live_inner .cushion_live_cont .cont_step .cont_step_dec dd p:nth-child(2) {
  line-height: 24px;
  text-align: center;
  font-size: 16px;
  color: #3e2b2e;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  margin-top: 16px;
}
.lp_contents .cushion_live .cushion_live_inner .cushion_live_cont .cont_step .cont_step_dec:first-child::before {
  background: none;
}
.lp_contents .cushion_live .cushion_live_inner .cushion_live_cont .cont_step .cont_step_dec:nth-child(2) {
  margin: 0 70px;
}
.lp_contents .cushion_live .cushion_live_inner .cushion_live_cont .cont_step .cont_step_dec:nth-child(3) dd p:nth-child(2) {
  margin-top: 10px;
}
.lp_contents .cushion_live .cushion_live_inner .present_request dl {
  color: #3e2b2e;
}
.lp_contents .cushion_live .cushion_live_inner .present_request dl dt {
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
}
.lp_contents .cushion_live .cushion_live_inner .present_request dl dt:nth-of-type(4) {
  letter-spacing: -0.02em;
}
.lp_contents .cushion_live .cushion_live_inner .present_request dl dd {
  margin-bottom: 28px;
  font-size: 16px;
  line-height: 28px;
}
.lp_contents .cushion_live .cushion_live_inner .present_request dl dd:last-child {
  margin-bottom: 0;
}
.lp_contents .cushion_live .cushion_live_inner .present_request dl dd:nth-of-type(3), .lp_contents .cushion_live .cushion_live_inner .present_request dl dd:nth-of-type(4) {
  margin-bottom: 0;
}
.lp_contents .cushion_live .cushion_live_inner .present_request dl dd ul li {
  text-indent: -1.0em;
  padding-left: 1.0em;
}
.lp_contents .cushion_live .cushion_live_inner .present_request dl dd ul li span {
  color: #db3f6f;
}
.lp_contents .cushion_live .cushion_live_inner .present_request .present_request_txt {
  text-align: right;
}
.lp_contents .cushion_live .cushion_live_inner .cmn_present_terms {
  margin-top: 20px;
  text-align: center;
}
.lp_contents .cushion_live .cushion_live_inner .cmn_present_terms .present_terms_txt {
  font-size: 14px;
  line-height: 24px;
}
.lp_contents .cushion_live .cushion_live_inner .cmn_present_terms .present_terms_note {
  margin-top: 10px;
  font-size: 12px;
}
.lp_contents .cmn_apply_btn {
  width: 264px;
  margin: 15px auto 0;
  text-align: center;
}
.lp_contents .cmn_apply_btn a {
  position: relative;
  display: block;
  padding: 11px 0;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  text-decoration: none;
  margin: auto;
}
.lp_contents .cmn_apply_btn a::after {
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  margin-top: -6px;
  top: 54%;
  transform: translateY(-50%);
  right: 20px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 1;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.lp_contents .cmn_apply_btn a.active {
  background-color: #3e2b2e;
}
.lp_contents .cmn_apply_btn a.inactive {
  background-color: #8a8a8a;
  pointer-events: none;
}
.lp_contents .cmn_checkbox {
  margin-top: 35px;
  text-align: center;
}
.lp_contents .cmn_checkbox .checkbox_item {
  width: 290px;
  margin: auto;
  cursor: pointer;
}
.lp_contents .cmn_checkbox span {
  display: inline-block;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
  color: #541c39;
  vertical-align: top;
}
.lp_contents .cmn_checkbox input[type="checkbox"] {
  display: none;
}
.lp_contents .cmn_checkbox [id^="checkbox-1-"] + label {
  position: relative;
  background: #fff;
  padding: 9px;
  margin-top: 10px;
  border: 1px solid #541c39;
  display: inline-block;
  cursor: pointer;
}
.lp_contents .cmn_checkbox [id^="checkbox-1-"].available + label {
  background: #fff;
  border: 1px solid #541c39;
  color: #c80423;
}
.lp_contents .cmn_checkbox [id^="checkbox-1-"].available + label:after {
  width: 16px;
  height: 12px;
  content: "";
  position: absolute;
  right: 1px;
  top: 3px;
  background: url(/cms/onlineshop/lm/primer/20200129/img/checked.png) no-repeat top left;
}
.lp_contents .mod-acc_c {
  margin-top: 25px;
}
.lp_contents .mod-acc_c--ttl a {
  display: block;
  padding: 17px 50px 16px 0;
  position: relative;
  outline: 0 none;
  border: #541c39 solid 1px;
  background-color: #fff;
  text-align: center;
  text-decoration: none;
  color: #d63f18;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}
.lp_contents .mod-acc_c--ttl a::before {
  display: block;
  position: absolute;
  right: 28px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 2px;
  height: 18px;
  background-color: #541c39;
}
.lp_contents .mod-acc_c--ttl a::after {
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 18px;
  height: 2px;
  background-color: #541c39;
}
.lp_contents .mod-acc_c--cont {
  padding: 25px 30px;
  border: #541c39 solid;
  border-width: 0 1px 1px;
  background: rgba(255, 255, 255, 0.08);
}
.lp_contents .mod-acc_c.m-opened .mod-acc_c--ttl a::before {
  opacity: 0;
}
.lp_contents .cushion_sub {
  position: relative;
  margin: 80px auto 0;
  width: 840px;
  box-sizing: border-box;
  border: solid 2px #3e2b2e;
  background-color: #fff;
}
.lp_contents .cushion_sub + .cushion_sub {
  margin-top: 40px;
}
.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: 20px;
  left: -20px;
  padding: 8px 0 0 14px;
  box-sizing: border-box;
  width: 175px;
  height: 36px;
  background: url(/cms/onlineshop/lm/primer/20200129/img/cushion/cushion_bg2.png) no-repeat center center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.0;
}
.lp_contents .cushion_sub-inner {
  position: relative;
  padding: 68px 48px 40px;
}
.lp_contents .cushion_sub-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.lp_contents .cushion_sub-cont {
  width: 520px;
}
.lp_contents .cushion_sub-cont2 {
  margin-top: 30px;
  width: 420px;
}
.lp_contents .cushion_sub-cont2 h4 {
  font-size: 14px;
  font-weight: bold;
}
.lp_contents .cushion_sub-tit {
  color: #d63f18;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.7;
}
.lp_contents .cushion_sub-tit2 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.lp_contents .cushion_sub-name {
  margin-top: 22px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.7;
}
.lp_contents .cushion_sub-name span {
  font-size: 14px;
  font-weight: bold;
}
.lp_contents .cushion_sub-item {
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
  line-height: 1.7;
}
.lp_contents .cushion_sub-item dt {
  width: 70px;
}
.lp_contents .cushion_sub-item dd {
  width: calc(100% - 70px);
}
.lp_contents .cushion_sub-notes {
  margin-top: 20px;
}
.lp_contents .cushion_sub-notes li {
  margin-top: 2px;
  padding-left: 1.3em;
  text-indent: -1.3em;
  line-height: 1.7;
}
.lp_contents .cushion_sub-notes2 {
  margin-top: 18px;
  text-align: center;
}
.lp_contents .cushion_sub-notes3 {
  margin-top: 30px;
}
.lp_contents .cushion_sub-notes3 li {
  margin-top: 2px;
  color: #d63f18;
  font-weight: bold;
  padding-left: 1.0em;
  text-indent: -1.0em;
  line-height: 1.7;
}
.lp_contents .cushion_sub-catch {
  margin-top: 25px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
}
.lp_contents .cushion_sub-img {
  width: 190px;
}
.lp_contents .cushion_sub-img2 {
  margin-top: 30px;
  width: 290px;
}
.lp_contents .cushion_sub-campaign {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  border: #d63f18 solid 2px;
}
.lp_contents .cushion_sub-campaign dt {
  padding: 8px;
  width: 216px;
  background-color: #d63f18;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
}
.lp_contents .cushion_sub-campaign dd {
  padding: 8px;
  width: calc(100% - 216px);
  font-size: 16px;
  font-weight: bold;
  box-sizing: border-box;
  text-align: center;
}
.lp_contents .cushion_sub-present dt {
  margin-top: 25px;
  color: #d63f18;
  font-size: 16px;
  font-weight: bold;
}
.lp_contents .cushion_sub-present dd {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.7;
}
.lp_contents .cushion_sub-contact {
  margin-top: 20px;
  font-weight: bold;
  line-height: 1.7;
}
.lp_contents .cushion_sub-terms {
  font-size: 14px;
  font-weight: bold;
}
.lp_contents .cushion_sub-txt {
  margin-top: 20px;
  font-size: 14px;
}
.lp_contents .cushion_sub-txt2 {
  margin-top: 10px;
  font-size: 14px;
}
.lp_contents .cushion_sub-list {
  margin-top: 10px;
}
.lp_contents .cushion_sub-list li {
  margin-top: 5px;
  padding-left: 1.0em;
  text-indent: -1.0em;
  font-size: 14px;
  line-height: 1.7;
}
.lp_contents .cushion_sub-list li span {
  font-size: 12px;
}
.lp_contents .cushion_sub-list li span.date {
  font-size: 14px;
  color: #d63f18;
}
.lp_contents .cushion_sub-less {
  position: absolute;
  top: 23px;
  right: 13px;
}
.lp_contents .cushion_sub-end {
  position: absolute;
  width: 860px;
  height: calc(100% + 4px);
  left: -22px;
  top: -2px;
  background-color: #000;
  background: url(/cms/onlineshop/lm/primer/20200129/img/present_none.png) no-repeat top left;
  background-size: cover;
  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: 20px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.025em;
}
.lp_contents .cushion_sub-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 72px 48px 40px;
}
.lp_contents .cushion_sub-box h3 {
  font-size: 16px;
  line-height: 26px;
}
.lp_contents .cushion_sub-box h3 span {
  display: block;
  padding-bottom: 5px;
  font-size: 14px;
  line-height: 1;
  color: #d63f18;
}
.lp_contents .cushion_sub-box .cushion_sub-name {
  margin-top: 15px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.7;
}
.lp_contents .cushion_sub-box .cushion_sub-name span {
  font-size: 12px;
  font-weight: normal;
}
.lp_contents .cushion_sub-box dl {
  display: flex;
  margin-top: 10px;
}
.lp_contents .cushion_sub-box dl dt, .lp_contents .cushion_sub-box dl dd {
  font-size: 12px;
  line-height: 1.7;
}
.lp_contents .cushion_sub-box .cushion_sub-img {
  position: relative;
}
.lp_contents .cushion_sub-box .cushion_sub-img .tokuten_limited {
  width: 90px;
  height: 65px;
  padding-top: 25px;
  position: absolute;
  top: 0;
  right: -20px;
  text-align: center;
  background: #f7d9d1;
  border-radius: 50px;
}
.lp_contents .cushion_sub-box .cushion_sub-img .tokuten_limited span {
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
  color: #d63f18;
}
.lp_contents .cushion_sub-box .cushion_sub-img .tokuten_limited span span {
  font-size: 16px;
}
.lp_contents .cushion_sub-info {
  width: 510px;
}
.lp_contents .cushion_sub .mod-acc_a {
  margin-top: 43px;
}
.lp_contents .cushion_sub .mod-acc_a--ttl a {
  display: block;
  padding: 18px 50px 16px 0;
  position: relative;
  outline: 0 none;
  border: #3e2b2e solid 1px;
  background-color: #fff;
  text-align: center;
  text-decoration: none;
  color: #d63f18;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}
.lp_contents .cushion_sub .mod-acc_a--ttl a::before {
  display: block;
  position: absolute;
  right: 27px;
  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: 20px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 16px;
  height: 2px;
  background-color: #3e2b2e;
}
.lp_contents .cushion_sub .mod-acc_a--cont {
  padding: 30px;
  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 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  margin-top: 55px;
  padding: 39px 50px 20px;
  background-color: #fcf9f2;
}
.lp_contents .concealer_function-img {
  width: 460px;
}
.lp_contents .concealer_function-movie {
  width: 220px;
}
.lp_contents .concealer_function-movie a {
  text-decoration: none;
}
.lp_contents .concealer_function-movie span {
  display: block;
  margin-top: 5px;
  font-size: 10px;
}
.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: 800px;
  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(/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 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  margin-top: 40px;
}
.lp_contents .concealer_main .concealer_cont {
  width: 420px;
}
.lp_contents .concealer_main .concealer_date {
  display: inline-block;
  padding: 5px 8px 3px;
  background-color: #d63f18;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}
.lp_contents .concealer_main h3 {
  margin-top: 15px;
}
.lp_contents .concealer_main h3 span {
  display: inline-block;
  font-size: 16px;
  line-height: 1.75;
  font-weight: bold;
}
.lp_contents .concealer_main .concealer_detail {
  margin-top: 15px;
  font-size: 12px;
  line-height: 1.75;
}
.lp_contents .concealer_main .concealer_price {
  margin-top: 15px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
}
.lp_contents .concealer_main .concealer_price-num {
  font-size: 22px;
}
.lp_contents .concealer_main .concealer_price-posage {
  display: inline-block;
  padding: 7px 20px 5px;
  border: solid 1px #3e2b2e;
  font-size: 14px;
  -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 {
  width: 380px;
}
.lp_contents .concealer_main .concealer_carousel img {
  width: 380px;
  height: auto;
}
.lp_contents .concealer_main .mod-carousel-b {
  opacity: 0;
  width: 380px;
}
.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: 20px 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: 11px;
}
.lp_contents .concealer_main .mod-carousel-b .slick-dots li button {
  border: 0 none;
  background: #ccc;
  outline: 0 none;
  padding: 0;
  width: 90px;
  height: 90px;
  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(/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(/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(/cms/onlineshop/lm/primer/20200129/img/concealer/concealer_img3.jpg) no-repeat center center;
  background-size: auto 100%;
}
.lp_contents .concealer_main .mod-carousel-c {
  opacity: 0;
  width: 380px;
}
.lp_contents .concealer_main .mod-carousel-c.slick-initialized {
  opacity: 1;
}
.lp_contents .concealer_main .mod-carousel-c .slick-slide {
  box-sizing: border-box;
}
.lp_contents .concealer_main .mod-carousel-c .slick-slide a {
  display: block;
  margin: auto;
}
.lp_contents .concealer_main .mod-carousel-c .slick-list {
  overflow: hidden;
}
.lp_contents .concealer_main .mod-carousel-c .slick-dots {
  display: flex;
  justify-content: center;
  margin: 20px 0 0;
}
.lp_contents .concealer_main .mod-carousel-c .slick-dots li {
  list-style: none;
}
.lp_contents .concealer_main .mod-carousel-c .slick-dots li + li {
  margin-left: 11px;
}
.lp_contents .concealer_main .mod-carousel-c .slick-dots li button {
  border: 0 none;
  background: #ccc;
  outline: 0 none;
  padding: 0;
  width: 90px;
  height: 90px;
  border-radius: 0;
  text-indent: -10em;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.lp_contents .concealer_main .mod-carousel-c .slick-dots li button:hover {
  opacity: .8;
}
.lp_contents .concealer_main .mod-carousel-c .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-c .slick-dots li.slick-active button::after {
  border-color: #d63f18;
}
.lp_contents .concealer_main .mod-carousel-c .slick-dots li:nth-child(1) button {
  background: url(/cms/onlineshop/lm/primer/20200129/img/tinted/tinted_img1.jpg) no-repeat center center;
  background-size: auto 100%;
}
.lp_contents .concealer_main .mod-carousel-c .slick-dots li:nth-child(2) button {
  background: url(/cms/onlineshop/lm/primer/20200129/img/tinted/tinted_img2.jpg) no-repeat center center;
  background-size: auto 100%;
}
.lp_contents .concealer_main .mod-carousel-c .slick-dots li:nth-child(3) button {
  background: url(/cms/onlineshop/lm/primer/20200129/img/tinted/tinted_img3.jpg) no-repeat center center;
  background-size: auto 100%;
}
.lp_contents .concealer_main_top {
  margin-top: 110px;
}
.lp_contents .concealer_main_tinted {
  margin-top: 0px;
  padding: 15px 0 28px;
}
.lp_contents .concealer_main_tinted .concealer_detail {
  margin-top: 10px;
}
.lp_contents .concealer_color_info {
  box-sizing: border-box;
  margin: 20px auto 0;
  width: 350px;
  height: 150px;
  position: relative;
}
.lp_contents .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: 16px;
  line-height: 1;
}
.lp_contents .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: 16px;
  line-height: 1.5;
  transition: all .2s ease 0s;
  opacity: 0;
}
.lp_contents .concealer_color_info .concealer_color-selected .concealer_color-img {
  margin-right: 10px;
  width: 140px;
  height: auto;
}
.lp_contents .concealer_color_info .concealer_color-selected .concealer_color-img img {
  width: 140px;
  height: auto;
}
.lp_contents .concealer_color_info .concealer_color-selected .concealer_color-txt {
  width: 200px;
}
.lp_contents .concealer_color_info .concealer_color-selected .concealer_color-txt span {
  color: #d63f18;
  font-weight: bold;
}
.lp_contents .concealer_color_info .concealer_color-selected .concealer_color-txt2 {
  display: flex;
  justify-content: space-between;
  width: 140px;
}
.lp_contents .concealer_color_info .concealer_color-selected .concealer_color-txt2 span {
  font-family: 'Montserrat' , sans-serif;
  letter-spacing: 0.01em;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.0;
}
.lp_contents .concealer_color_info.m-color1 .concealer_color-selected.color1 {
  opacity: 1;
}
.lp_contents .concealer_color_info.m-color2 .concealer_color-selected.color2 {
  opacity: 1;
}
.lp_contents .concealer_color_info.m-color3 .concealer_color-selected.color3 {
  opacity: 1;
}
.lp_contents .concealer_color_info.m-color4 .concealer_color-selected.color4 {
  opacity: 1;
}
.lp_contents .concealer_color_info.m-color5 .concealer_color-selected.color5 {
  opacity: 1;
}
.lp_contents .concealer_color_info.m-color6 .concealer_color-selected.color6 {
  opacity: 1;
}
.lp_contents .concealer_color_info.m-color7 .concealer_color-selected.color7 {
  opacity: 1;
}
.lp_contents .concealer_color_info.m-color8 .concealer_color-selected.color8 {
  opacity: 1;
}
.lp_contents .concealer_color_info.m-color9 .concealer_color-selected.color9 {
  opacity: 1;
}
.lp_contents .concealer_color_info.m-color10 .concealer_color-selected.color10 {
  opacity: 1;
}
.lp_contents .concealer_color_info.m-color11 .concealer_color-selected.color11 {
  opacity: 1;
}
.lp_contents .concealer_color_info.m-color12 .concealer_color-selected.color12 {
  opacity: 1;
}
.lp_contents .concealer_color_info .m-color_based span::before {
  content: '色選びの基準色';
  display: block;
  color: #d63f18;
  border: solid 1px #d63f18;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  font-feature-settings: 'palt';
  width: 100px;
  height: 26px;
  text-align: center;
  box-sizing: border-box;
  padding-top: .5em;
  margin-bottom: 8px;
}
.lp_contents .concealer_color_info1 {
  box-sizing: border-box;
  margin: 20px auto 0;
  width: 350px;
  height: 109px;
  position: relative;
}
.lp_contents .concealer_color_info1 .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: 16px;
  line-height: 1;
}
.lp_contents .concealer_color_info1 .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: 16px;
  line-height: 1.5;
  transition: all .2s ease 0s;
  opacity: 0;
}
.lp_contents .concealer_color_info1 .concealer_color-selected .concealer_color-img {
  margin-right: 10px;
  width: 109px;
  height: auto;
}
.lp_contents .concealer_color_info1 .concealer_color-selected .concealer_color-img img {
  width: 109px;
  height: auto;
}
.lp_contents .concealer_color_info1 .concealer_color-selected .concealer_color-txt {
  width: 202px;
}
.lp_contents .concealer_color_info1 .concealer_color-selected .concealer_color-txt span {
  color: #d63f18;
  font-weight: bold;
}
.lp_contents .concealer_color_info1.m-color1 .concealer_color-selected.color1 {
  opacity: 1;
}
.lp_contents .concealer_color_info1.m-color2 .concealer_color-selected.color2 {
  opacity: 1;
}
.lp_contents .concealer_color_info1.m-color3 .concealer_color-selected.color3 {
  opacity: 1;
}
.lp_contents .concealer_color_info1 .m-color_based span::before {
  content: '色選びの基準色';
  display: block;
  color: #d63f18;
  border: solid 1px #d63f18;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  font-feature-settings: 'palt';
  width: 100px;
  height: 26px;
  text-align: center;
  box-sizing: border-box;
  padding-top: .5em;
  margin-bottom: 8px;
}
.lp_contents .concealer_color_info2 {
  box-sizing: border-box;
  margin: 20px auto 0;
  width: 350px;
  height: 109px;
  position: relative;
}
.lp_contents .concealer_color_info2 .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: 16px;
  line-height: 1;
}
.lp_contents .concealer_color_info2 .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: 16px;
  line-height: 1.5;
  transition: all .2s ease 0s;
  opacity: 0;
}
.lp_contents .concealer_color_info2 .concealer_color-selected .concealer_color-img {
  margin-right: 10px;
  width: 109px;
  height: auto;
}
.lp_contents .concealer_color_info2 .concealer_color-selected .concealer_color-img img {
  width: 109px;
  height: auto;
}
.lp_contents .concealer_color_info2 .concealer_color-selected .concealer_color-txt {
  width: 202px;
}
.lp_contents .concealer_color_info2 .concealer_color-selected .concealer_color-txt span {
  color: #d63f18;
  font-weight: bold;
}
.lp_contents .concealer_color_info2.m-color1 .concealer_color-selected.color1 {
  opacity: 1;
}
.lp_contents .concealer_color_info2.m-color2 .concealer_color-selected.color2 {
  opacity: 1;
}
.lp_contents .concealer_color_info2.m-color3 .concealer_color-selected.color3 {
  opacity: 1;
}
.lp_contents .concealer_color_info2 .m-color_based span::before {
  content: '色選びの基準色';
  display: block;
  color: #d63f18;
  border: solid 1px #d63f18;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  font-feature-settings: 'palt';
  width: 100px;
  height: 26px;
  text-align: center;
  box-sizing: border-box;
  padding-top: .5em;
  margin-bottom: 8px;
}
.lp_contents .mod-acc_a {
  margin-top: 40px;
}
.lp_contents .mod-acc_a--ttl a {
  display: block;
  padding: 17px 10px;
  position: relative;
  outline: 0 none;
  background-color: #d63f18;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.lp_contents .mod-acc_a--ttl a::before {
  display: block;
  position: absolute;
  right: 27px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 2px;
  height: 16px;
  background-color: #fff;
}
.lp_contents .mod-acc_a--ttl a::after {
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 16px;
  height: 2px;
  background-color: #fff;
}
.lp_contents .mod-acc_a--cont {
  padding-top: 20px;
}
.lp_contents .mod-acc_a.m-opened .mod-acc_a--ttl a::before {
  opacity: 0;
}
.lp_contents .mod_tinted {
  width: 420px;
  margin-top: 20px;
}
.lp_contents .modalwin-btn {
  margin: 25px auto 0;
  width: 350px;
}
.lp_contents .mod-modalwin--open {
  position: relative;
  display: block;
  padding: 10px;
  box-sizing: border-box;
  border: #3e2b2e solid 1px;
  background-color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
.lp_contents .mod-modalwin--open:hover {
  color: #3e2b2e;
}
.lp_contents .mod-modalwin--open::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 19px;
  content: '';
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: url(/cms/onlineshop/lm/primer/20200129/img/icn_modalopen.svg) no-repeat center center;
  background-size: contain;
}
.lp_contents .mod-modalwin {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow-y: auto;
  padding: 50px 0;
  z-index: 2000;
}
.lp_contents .mod-modalwin::-webkit-scrollbar {
  display: none;
}
.lp_contents .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 .mod-modalwin--box {
  position: relative;
  margin: auto;
  background-color: #fff;
  width: 800px;
  z-index: 2001;
}
.lp_contents .mod-modalwin--box.m-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.lp_contents .mod-modalwin--box img {
  width: 100%;
  height: auto;
}
.lp_contents .mod-modalwin--btn {
  position: absolute;
  top: -15px;
  right: -15px;
}
.lp_contents .mod-modalwin--btn a {
  display: block;
  width: 30px;
  height: 30px;
  background: url(/cms/onlineshop/lm/primer/20200129/img/icn_modalclose.svg) no-repeat center center;
  background-size: contain;
  text-indent: -30em;
  overflow: hidden;
}
.lp_contents .concealer_select .concealer_color {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  text-align: center;
  margin-top: -20px;
}
.lp_contents .concealer_select .concealer_color li {
  width: 80px;
  margin: 20px 0 0 5px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.lp_contents .concealer_select .concealer_color li:nth-child(5n+1) {
  margin-left: 0;
}
.lp_contents .concealer_select .concealer_color li img {
  margin-bottom: 10px;
  width: 80px;
  height: auto;
}
.lp_contents .concealer_select .concealer_color li span {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  color: #3e2b2e;
  transition: all .2s ease 0s;
}
.lp_contents .concealer_select .concealer_color li span span {
  color: #d63f18;
}
.lp_contents .concealer_select .concealer_color li::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 80px;
  height: 80px;
  box-sizing: border-box;
  transition: all .2s ease 0s;
  border: solid 1px #d63f18;
  opacity: 0;
}
.lp_contents .concealer_select .concealer_color li:hover span, .lp_contents .concealer_select .concealer_color li.m-current span {
  color: #d63f18;
}
.lp_contents .concealer_select .concealer_color li:hover::after, .lp_contents .concealer_select .concealer_color li.m-current::after {
  opacity: 1;
}
.lp_contents .concealer_select-notes {
  margin-top: 17px;
  color: #d63f18;
  font-size: 14px;
  text-align: right;
}
.lp_contents .concealer_select_top .concealer_color {
  display: flex;
  justify-content: space-between;
}
.lp_contents .concealer_select_top .concealer_color li {
  width: 136px;
  margin: 20px 0 0 6px;
}
.lp_contents .concealer_select_top .concealer_color li:first-child {
  margin-left: 0;
}
.lp_contents .concealer_select_top .concealer_color li img {
  width: 136px;
}
.lp_contents .concealer_select_top .concealer_color li::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 136px;
  height: 80px;
  box-sizing: border-box;
  transition: all .2s ease 0s;
  border: solid 1px #d63f18;
  opacity: 0;
}
.lp_contents .concealer_cartbtn {
  width: 100%;
}
.lp_contents .concealer_cartbtn .concealer_cv_btn {
  margin-top: 20px;
  height: 50px;
}
.lp_contents .concealer_cartbtn .concealer_cv_btn a, .lp_contents .concealer_cartbtn .concealer_cv_btn div {
  display: block;
  height: 50px;
  text-align: center;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  padding: 16px 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;
  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: 8px;
  height: 13px;
  background: url(/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: 12px;
}
.lp_contents .concealer_cartbtn .concealer_cv_btn div {
  background-color: #8a8a8a;
}
.lp_contents .zaiko {
  width: 100%;
}
.lp_contents .concealer_sub {
  margin-top: 80px;
}
.lp_contents .concealer_sub h3 {
  font-family: 'Montserrat' , sans-serif;
  letter-spacing: 0.01em;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.075em;
  text-align: center;
}
.lp_contents .concealer_sub-txt {
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.lp_contents .concealer_sub .mod-carousel-b {
  position: relative;
  margin: 30px -8px 0;
  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;
  margin: 0 8px;
  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: 40px 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: 11px;
}
.lp_contents .concealer_sub .mod-carousel-b .slick-dots li button {
  border: 0 none;
  background-color: #ccc;
  outline: 0 none;
  padding: 0;
  width: 8px;
  height: 8px;
  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;
  bottom: -12px;
  width: 30px;
  height: 50px;
  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: 350px;
}
.lp_contents .concealer_sub .mod-carousel-b .slick-prev::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  width: 20px;
  height: 20px;
  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: 345px;
}
.lp_contents .concealer_sub .mod-carousel-b .slick-next::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  width: 20px;
  height: 20px;
  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: 60px auto 0;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 560px;
  border: #ccc 1px solid;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp_contents .concealer_product .concealer_name {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
}
.lp_contents .concealer_product .concealer_product_btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 12px 0;
  width: 264px;
  height: 40px;
  background-color: #3e2b2e;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  box-sizing: border-box;
}
.lp_contents .concealer_product .concealer_product_btn::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  content: '';
  transform: translateY(-50%);
  width: 9px;
  height: 13px;
  background: url(/cms/onlineshop/lm/primer/20200129/img/btn_arrow.svg) no-repeat center center;
  background-size: contain;
}
.lp_contents .sec_check {
  background-color: #fbf0ed;
  padding-top: 70px;
  padding-bottom: 100px;
  color: #3e2b2e;
  box-sizing: border-box;
}
.lp_contents .sec_check * {
  box-sizing: border-box;
}
.lp_contents .sec_check h2 {
  font-size: 28px;
  line-height: 42px;
  font-weight: bold;
  font-family: 'Montserrat' , sans-serif;
  letter-spacing: 0.01em;
}
.lp_contents .sec_check .check_des {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  margin-top: 18px;
}
.lp_contents .sec_check .check_main {
  width: 660px;
  height: 254px;
  position: relative;
  background-color: #fff;
  margin: 30px auto 0;
  z-index: 0;
  padding: 4px;
}
.lp_contents .sec_check .check_main::before, .lp_contents .sec_check .check_main::after {
  content: '';
  display: block;
  position: absolute;
}
.lp_contents .sec_check .check_main::before {
  width: 96px;
  height: 96px;
  background: url(/cms/onlineshop/lm/primer/20200129/img/check_main_icon.png) no-repeat;
  background-size: 100%;
  top: -4px;
  left: -4px;
  z-index: 2;
}
.lp_contents .sec_check .check_main a {
  text-decoration: none;
  border: 1px solid #f0d8d4;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.lp_contents .sec_check .check_main .check_main_info {
  width: 250px;
  text-align: left;
}
.lp_contents .sec_check .check_main .check_main_info .check_main_info_ttl {
  font-size: 16px;
  line-height: 34px;
  font-weight: 600;
  margin-top: 14px;
}
.lp_contents .sec_check .check_main .check_main_info .check_main_info_ttl span {
  font-size: 24px;
  vertical-align: top;
}
.lp_contents .sec_check .check_main .check_main_info .check_main_info_des {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  position: relative;
  white-space: nowrap;
}
.lp_contents .sec_check .check_main .check_main_info .check_main_info_des::before, .lp_contents .sec_check .check_main .check_main_info .check_main_info_des::after {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background-color: #d73f18;
  border-radius: 50%;
  position: absolute;
  bottom: -8px;
}
.lp_contents .sec_check .check_main .check_main_info .check_main_info_des::before {
  left: 9px;
}
.lp_contents .sec_check .check_main .check_main_info .check_main_info_des::after {
  left: 30px;
}
.lp_contents .sec_check .check_main .check_main_info .check_main_info_btn {
  width: 200px;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background-color: #3e2b2e;
  position: relative;
  margin-top: 24px;
}
.lp_contents .sec_check .check_main .check_main_info .check_main_info_btn::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(45deg);
}
.lp_contents .sec_footer {
  background-color: #3e2b2e;
  padding: 50px 0 62px;
}
.lp_contents .sec_footer .inner {
  width: 780px;
}
.lp_contents .sec_footer h2 {
  color: #fff;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  margin-bottom: 26px;
}
.lp_contents .sec_footer .footer_link {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.lp_contents .sec_footer .footer_link li {
  width: 380px;
}
.lp_contents .sec_footer .footer_link li a {
  position: relative;
  display: block;
  text-decoration: none;
  background-color: #fff;
  text-align: center;
}
.lp_contents .sec_footer .footer_link li a::after {
  content: '';
  display: block;
  width: 11px;
  height: 21px;
  background: url(/cms/onlineshop/lm/primer/20200129/img/btn_arrow_brw.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.lp_contents .sec_footer .footer_link li a > span {
  display: inline-block;
  padding: 25px 0;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  position: relative;
}
.lp_contents .sec_footer .footer_notes {
  margin-top: 24px;
  text-align: center;
}
.lp_contents .sec_footer .footer_notes li {
  color: #fff;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.075em;
}
.lp_contents .sec_bottom {
  padding: 20px 0;
}
.lp_contents .sec_bottom .sec_bottom_title {
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 0.03em;
  font-weight: bold;
  margin-top: 20px;
}
.lp_contents .sec_bottom .sec_bottom_text {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.01em;
  margin-bottom: 12px;
}
.lp_contents .sec_bottom table {
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
.lp_contents .sec_bottom table tr:first-child {
  background-color: #000;
}
.lp_contents .sec_bottom table tr:first-child td {
  color: #ffffff;
  padding: 0px 10px;
  line-height: 30px;
}
.lp_contents .sec_bottom table tr td {
  line-height: 24px;
}
.lp_contents .btn_onlineshop_top {
  padding-bottom: 80px;
}
.lp_contents .btn_onlineshop_top .btn_brown {
  width: 336px;
  height: 40px;
  font-size: 12px;
  line-height: 40px;
  letter-spacing: 0.14em;
  font-weight: bold;
}
.lp_contents .btn_onlineshop_top .btn_brown::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  width: 9px;
  height: 13px;
  position: relative;
  right: auto;
  top: auto;
  transform: translateY(0);
  background: url(/cms/onlineshop/lm/primer/20200129/img/btn_arrow.svg) no-repeat center center;
  background-size: contain;
}
.lp_contents .sec_notes {
  padding: 80px 0;
  border-top: solid 1px #d6d6d6;
}
.lp_contents .sec_notes h2 {
  font-weight: normal;
  font-size: 12px;
}
.lp_contents .sec_notes ul li {
  font-size: 12px;
  color: #d4003b;
}
.lp_contents .redF {
  color: #d4003b;
}
.lp_contents .fdpresent {
  position: relative;
  margin: 80px auto 0;
  width: 840px;
  box-sizing: border-box;
  border: solid 2px #3e2b2e;
  background-color: #fff;
}
.lp_contents .fdpresent::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 .fdpresent-flag {
  position: absolute;
  top: 20px;
  left: -20px;
  padding: 8px 0 0 14px;
  box-sizing: border-box;
  width: 110px;
  height: 36px;
  background: url(/cms/onlineshop/lm/primer/20200129/img/fdpresent_bg.png) no-repeat center center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.0;
}
.lp_contents .fdpresent-inner {
  position: relative;
  padding: 68px 48px 40px;
  letter-spacing: 0.05em;
  position: relative;
}
.lp_contents .fdpresent-inner h5 {
  font-weight: 600;
  font-size: 14px;
  color: #d63f18;
  margin-bottom: 5px;
}
.lp_contents .fdpresent-inner h4 {
  color: #3e2b2e;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
}
.lp_contents .fdpresent-inner h4 span {
  font-size: 18px;
}
.lp_contents .fdpresent-inner .fdpresent_img {
  position: absolute;
  top: 55px;
  right: 47px;
}
.lp_contents .fdpresent-inner .fdpresent_img .limit_icon {
  position: absolute;
  top: 0;
  right: -18px;
}
.lp_contents .fdpresent-inner .inner_text {
  border-top: 1px solid #3e2b2e;
  border-bottom: 1px solid #3e2b2e;
  width: 430px;
  padding-top: 25px;
  font-size: 12px;
  line-height: 1.7;
  margin-top: 15px;
  margin-bottom: 25px;
}
.lp_contents .fdpresent-inner .inner_text p {
  margin-bottom: 25px;
  padding-left: 0.5em;
  text-indent: -0.5em;
}
.lp_contents .fdpresent-inner ul li {
  font-size: 12px;
  color: #3e2b2e;
  line-height: 1.7;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.lp_contents .tsuyahadakit {
  background-color: #f4f9fc;
  padding-top: 40px;
  padding-bottom: 60px;
  margin-top: 60px;
}
.lp_contents .tsuyahadakit h3 {
  font-size: 20px;
  flex-wrap: 600;
  text-align: center;
  color: #3e2b2e;
  letter-spacing: 0.05em;
}
.lp_contents .tsuyahadakit .notes {
  text-align: center;
  margin-top: 10px;
}
.lp_contents .tsuyahadakit .add {
  position: relative;
  margin: 35px 0 35px;
  height: 32px;
}
.lp_contents .tsuyahadakit .add::before {
  position: absolute;
  bottom: 9px;
  left: 50%;
  content: "";
  transform: translateX(-50%);
  width: 32px;
  height: 4px;
  background-color: #3e2b2e;
}
.lp_contents .tsuyahadakit .add::after {
  position: absolute;
  bottom: -5px;
  left: 50%;
  content: "";
  transform: translateX(-50%);
  width: 4px;
  height: 32px;
  background-color: #3e2b2e;
}
.lp_contents .tsuyahadakit .tsuyahadakit_con {
  background-color: #fff;
  width: 620px;
  margin: 35px auto 0;
  border: 1px solid #ccc;
  display: flex;
  padding: 30px 60px 10px;
}
.lp_contents .tsuyahadakit .tsuyahadakit_con .prod_info {
  margin-left: 35px;
  letter-spacing: 0.05em;
  color: #3e2b2e;
}
.lp_contents .tsuyahadakit .tsuyahadakit_con .prod_info .prod_name {
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 5px;
}
.lp_contents .tsuyahadakit .tsuyahadakit_con .prod_info .prod_size {
  font-size: 12px;
  font-weight: 300;
  line-height: 22px;
}
.lp_contents .tsuyahadakit .tsuyahadakit_con .prod_info .prod_notes {
  font-size: 12px;
  font-weight: 300;
  line-height: 22px;
}
.lp_contents .tsuyahadakit .tsuyahadakit_con .prod_info .prod_text {
  border-top: 1px solid #3e2b2e;
  border-bottom: 1px solid #3e2b2e;
  margin: 20px 0 30px;
  position: relative;
  padding: 20px 0;
}
.lp_contents .tsuyahadakit .tsuyahadakit_con .prod_info .prod_text dt {
  position: absolute;
  left: 0;
  top: -12px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding-right: 20px;
}
.lp_contents .tsuyahadakit .tsuyahadakit_con .prod_info .prod_text dd {
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0;
}
.lp_contents .tsuyahadakit .tsuyahadakit_con .prod_info .prod_price {
  font-weight: 600;
  font-size: 16px;
  margin: 20px 0;
  display: flex;
}
.lp_contents .tsuyahadakit .tsuyahadakit_con .prod_info .prod_price em {
  font-style: normal;
  font-size: 22px;
}
.lp_contents .tsuyahadakit .tsuyahadakit_con .prod_info .prod_price span {
  font-size: 14px;
  border: 1px solid #3e2b2e;
  padding: 7px 20px 5px;
  display: inline-block;
  margin-top: -10px;
  margin-left: 10px;
}
.lp_contents .tsuyahadakit .tsuyahadakit_con .prod_info .prod_btn {
  width: 264px;
  height: 40px;
  line-height: 40px;
  background-color: #3e2b2e;
  margin-bottom: 20px;
}
.lp_contents .tsuyahadakit .tsuyahadakit_con .prod_info .prod_btn a {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 14px;
  text-decoration: none;
  font-weight: 600;
  position: relative;
}
.lp_contents .tsuyahadakit .tsuyahadakit_con .prod_info .prod_btn a::after {
  content: '';
  width: 8px;
  height: 13px;
  position: absolute;
  top: 50%;
  right: 18px;
  background: url(/cms/onlineshop/lm/primer/20200129/img/btn_arrow.svg) no-repeat center center;
  background-size: contain;
  margin-top: -5px;
}
.lp_contents .tsuyahadakit .tsuyahadakit_con .prod_info .prod_btn .anchorLink::after {
  transform: rotate(-90deg);
  margin-top: -7px;
}
.lp_contents .tsuyahadakit .tsuyahadakit_con .prod_info .prod_btn div {
  background-color: #8a8a8a;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
.lp_contents .cfrepeat_cont {
  position: relative;
  margin: 0 auto;
  width: 740px;
}
.lp_contents .cfrepeat_cont .cfrepeat {
  position: relative;
  margin: 58px auto 0;
  width: 740px;
  box-sizing: border-box;
  background-color: #f5f2fa;
  padding: 4px;
}
.lp_contents .cfrepeat_cont .cfrepeat::before {
  position: absolute;
  top: 4px;
  left: 4px;
  content: "";
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  box-sizing: border-box;
  border: solid 2px #ffffff;
}
.lp_contents .cfrepeat_cont .cfrepeat_flag {
  position: absolute;
  top: -5px;
  left: -5px;
}
.lp_contents .cfrepeat_cont .cfrepeat_flag_bottom {
  bottom: -5px;
  right: -5px;
  position: absolute;
}
.lp_contents .cfrepeat_cont .cfrepeat_inner {
  position: relative;
  padding: 32px 20px 34px 34px;
  letter-spacing: 0.05em;
}
.lp_contents .cfrepeat_cont .cfrepeat_inner h3 {
  font-size: 26px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}
.lp_contents .cfrepeat_cont .cfrepeat_inner h4 {
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
}
.lp_contents .cfrepeat_cont .cfrepeat_period {
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  background-color: #f8f4f5;
  border-radius: 50px;
  width: 420px;
  margin: 20px auto 0;
  font-weight: bold;
}
.lp_contents .cfrepeat_cont .cfrepeat_txt {
  font-size: 16px;
  line-height: 1;
  color: #d73f18;
  text-align: center;
  margin-top: 10px;
}
.lp_contents .cfrepeat_cont .cfrepeat_info {
  display: flex;
  justify-content: space-between;
}
.lp_contents .cfrepeat_cont .cfrepeat_info_text {
  padding: 12px 0 0 20px;
}
.lp_contents .cfrepeat_cont .cfrepeat_info_text-ttl {
  font-size: 16px;
  line-height: 26px;
}
.lp_contents .cfrepeat_cont .cfrepeat_info_text-ttl span {
  font-weight: bold;
}
.lp_contents .cfrepeat_cont .cfrepeat_info_text-catch {
  font-size: 16px;
  line-height: 28px;
  color: #d73f18;
  font-weight: bold;
  margin-top: 14px;
  font-feature-settings: 'palt';
  letter-spacing: 0;
}
.lp_contents .cfrepeat_cont .cfrepeat_info_text-catch span {
  color: #d73f18;
  font-size: 22px;
  display: inline-block;
  margin-top: 6px;
  letter-spacing: 0;
}
.lp_contents .cfrepeat_cont .cfrepeat_info_text-note {
  font-size: 12px;
  line-height: 20px;
  margin-top: 10px;
}
.lp_contents .cfrepeat_cont .cfrepeat_info_img {
  position: relative;
}
.lp_contents .cfrepeat_cont .cfrepeat_info_img-icon {
  position: absolute;
  left: 0;
  top: 30px;
}
.lp_contents .cfrepeat_cont .cfrepeat_set {
  background-color: #ffffff;
  width: 660px;
  margin: 47px auto 0;
  box-sizing: border-box;
  padding: 26px 40px 40px;
}
.lp_contents .cfrepeat_cont .cfrepeat_set .set_info {
  display: flex;
  justify-content: space-between;
}
.lp_contents .cfrepeat_cont .cfrepeat_set .set_info_img {
  display: block;
  margin-top: -56px;
}
.lp_contents .cfrepeat_cont .cfrepeat_set .set_info_dec {
  padding-left: 20px;
}
.lp_contents .cfrepeat_cont .cfrepeat_set .set_info_dec p:nth-child(1) {
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  font-family: 'Montserrat' , sans-serif;
  letter-spacing: 0.01em;
}
.lp_contents .cfrepeat_cont .cfrepeat_set .set_info_dec p:nth-child(2) {
  font-size: 14px;
  line-height: 24px;
  margin-top: 8px;
  font-feature-settings: 'palt';
  letter-spacing: 0;
}
.lp_contents .cfrepeat_cont .cfrepeat_set .set_use {
  margin-top: 24px;
}
.lp_contents .cfrepeat_cont .cfrepeat_set .set_use_ttl {
  position: relative;
  color: #b3a4c6;
  font-size: 18px;
  font-family: 'Montserrat' , sans-serif;
  letter-spacing: 0.01em;
  text-align: center;
  font-weight: bold;
}
.lp_contents .cfrepeat_cont .cfrepeat_set .set_use_ttl::before, .lp_contents .cfrepeat_cont .cfrepeat_set .set_use_ttl::after {
  position: absolute;
  content: "";
  width: 216px;
  height: 5px;
  top: 6px;
  background: url(/cms/onlineshop/lm/primer/20200129/img/set_use_ttl_line.png) no-repeat center center;
}
.lp_contents .cfrepeat_cont .cfrepeat_set .set_use_ttl::before {
  left: 0;
}
.lp_contents .cfrepeat_cont .cfrepeat_set .set_use_ttl::after {
  right: 0;
}
.lp_contents .cfrepeat_cont .cfrepeat_set .set_use_list {
  padding: 26px 0 0 30px;
}
.lp_contents .cfrepeat_cont .cfrepeat_set .set_use_list li {
  position: relative;
}
.lp_contents .cfrepeat_cont .cfrepeat_set .set_use_list li + li {
  margin-top: 13px;
}
.lp_contents .cfrepeat_cont .cfrepeat_set .set_use_list li p:nth-child(1) {
  position: absolute;
  left: -30px;
  top: 0;
  display: inline-block;
  background-color: #b3a4c6;
  width: 20px;
  height: 20px;
  color: #fff;
  border-radius: 50%;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.lp_contents .cfrepeat_cont .cfrepeat_set .set_use_list li p:nth-child(2) {
  font-size: 14px;
  line-height: 22px;
}
.lp_contents .cfrepeat_cont .cfrepeat_set .set_movie {
  margin-top: 34px;
}
.lp_contents .cfrepeat_cont .cfrepeat_set .set_movie_ttl {
  text-align: center;
  color: #b3a4c6;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
}
.lp_contents .cfrepeat_cont .cfrepeat_set .set_movie .mod-movie {
  width: 440px;
  margin: 10px auto 0;
  width: 100%;
  position: relative;
  height: 0;
  padding-top: 56.25%;
}
.lp_contents .cfrepeat_cont .cfrepeat_set .set_movie .mod-movie--player {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  transition: all 1s ease;
}
.lp_contents .cfrepeat_cont .cfrepeat_set .set_movie .mod-movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  cursor: pointer;
}
.lp_contents .cfrepeat_cont .cfrepeat_set .set_movie .mod-movie .mod-movie_thumb {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  cursor: pointer;
}
.lp_contents .cfrepeat_cont .cfrepeat_date {
  width: 640px;
  margin: 29px auto 0;
  padding: 18px 42px 14px 62px;
  background: #f8f4f5;
  box-sizing: border-box;
}
.lp_contents .cfrepeat_cont .cfrepeat_date li {
  font-size: 16px;
  line-height: 26px;
}
.lp_contents .cfrepeat_cont .cfrepeat_date li span {
  font-weight: bold;
}
.lp_contents .cfrepeat_cont .cfrepeat_date li.notes {
  margin-top: 3px;
  padding-left: 5px;
  font-size: 14px;
  color: #d73f18;
}
.lp_contents .cfrepeat_cont .cfrepeat_img {
  margin-top: 40px;
}
.lp_contents .cfrepeat_cont .cfrepeat_item {
  width: 740px;
  margin: 43px auto 0;
  display: flex;
  justify-content: space-between;
}
.lp_contents .cfrepeat_cont .cfrepeat_item li {
  position: relative;
  width: 340px;
  padding: 22px 0 13px 20px;
  display: flex;
  align-items: center;
  border-top: 1px solid #d63f18;
  border-bottom: 1px solid #d63f18;
  background: #fff6f4;
}
.lp_contents .cfrepeat_cont .cfrepeat_item_flag {
  position: absolute;
  top: -14px;
  left: 105px;
  width: 150px;
  height: 26px;
  text-align: center;
  background: #d63f18;
  border-radius: 30px;
}
.lp_contents .cfrepeat_cont .cfrepeat_item_flag span {
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
}
.lp_contents .cfrepeat_cont .cfrepeat_item_info {
  margin-left: 20px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.02em;
}
.lp_contents .cfrepeat_cont .cfrepeat_item_info span {
  display: block;
  padding-top: 3px;
  font-size: 12px;
}
.lp_contents .cfrepeat_cont .cfrepeat_cp {
  width: 740px;
  margin: 52px auto 0;
}
.lp_contents .cfrepeat_cont .cfrepeat_cp ul {
  margin-top: 10px;
}
.lp_contents .cfrepeat_cont .cfrepeat_cp ul li {
  font-size: 14px;
  line-height: 20px;
  text-indent: -1.0em;
  padding-left: 1.0em;
}
.lp_contents .cfrepeat_cont .cfrepeat_cp ul li + li {
  margin-top: 5px;
}
.lp_contents .cfrepeat_cont .cfrepeat_note {
  width: 740px;
  margin: 20px auto 0;
}
.lp_contents .cfrepeat_cont .cfrepeat_note_ttl {
  font-size: 12px;
  line-height: 20px;
}
.lp_contents .cfrepeat_cont .cfrepeat_note ul li {
  font-size: 12px;
  line-height: 20px;
  text-indent: -1.3em;
  padding-left: 1.3em;
}
.lp_contents .cfrepeat_cont .cfrepeat_note ul li span {
  border-bottom: 1px solid #d63f18;
}
.lp_contents .cfrepeat_cont .cfrepeat_note ul li + li {
  margin-top: 2px;
}
.lp_contents .cfrepeat_cont .cfrepeat_note ul li.spe_list {
  color: #d63f18;
}
.lp_contents .cfrepeat_action .cfrepeat {
  position: relative;
  margin: 80px auto 0;
  width: 840px;
  box-sizing: border-box;
  border: solid 2px #3e2b2e;
  background-color: #fff;
}
.lp_contents .cfrepeat_action .cfrepeat::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 .cfrepeat_action .cfrepeat_flag {
  position: absolute;
  top: 0;
  left: 0;
}
.lp_contents .cfrepeat_action .cfrepeat_inner {
  position: relative;
  padding: 68px 45px 56px;
  letter-spacing: 0.05em;
}
.lp_contents .cfrepeat_action .cfrepeat_inner h3 {
  font-size: 26px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}
.lp_contents .cfrepeat_action .cfrepeat_inner h4 {
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
}
.lp_contents .cfrepeat_action .cfrepeat_period {
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  background-color: #f8f4f5;
  border-radius: 50px;
  width: 420px;
  margin: 20px auto 0;
  font-weight: bold;
}
.lp_contents .cfrepeat_action .cfrepeat_txt {
  font-size: 16px;
  line-height: 1;
  color: #d73f18;
  text-align: center;
  margin-top: 10px;
}
.lp_contents .cfrepeat_action .cfrepeat_info {
  display: flex;
  justify-content: space-between;
  width: 640px;
  margin: 20px auto 0;
}
.lp_contents .cfrepeat_action .cfrepeat_info_text {
  padding-top: 12px;
}
.lp_contents .cfrepeat_action .cfrepeat_info_text-ttl {
  font-size: 16px;
  line-height: 26px;
}
.lp_contents .cfrepeat_action .cfrepeat_info_text-ttl span {
  font-weight: bold;
}
.lp_contents .cfrepeat_action .cfrepeat_info_text-catch {
  font-size: 20px;
  line-height: 30px;
  color: #d73f18;
  font-weight: bold;
  margin-top: 8px;
}
.lp_contents .cfrepeat_action .cfrepeat_info_text-note {
  font-size: 12px;
  line-height: 1;
  margin-top: 10px;
}
.lp_contents .cfrepeat_action .cfrepeat_info_img {
  padding-right: 13px;
}
.lp_contents .cfrepeat_action .cfrepeat_date {
  width: 640px;
  margin: 29px auto 0;
  padding: 18px 42px 14px 62px;
  background: #f8f4f5;
  box-sizing: border-box;
}
.lp_contents .cfrepeat_action .cfrepeat_date li {
  font-size: 16px;
  line-height: 26px;
}
.lp_contents .cfrepeat_action .cfrepeat_date li span {
  font-weight: bold;
}
.lp_contents .cfrepeat_action .cfrepeat_date li.notes {
  margin-top: 3px;
  padding-left: 5px;
  font-size: 14px;
  color: #d73f18;
}
.lp_contents .cfrepeat_action .cfrepeat_img {
  margin-top: 40px;
}
.lp_contents .cfrepeat_action .cfrepeat_item {
  width: 740px;
  margin: 43px auto 0;
  display: flex;
  justify-content: space-between;
}
.lp_contents .cfrepeat_action .cfrepeat_item li {
  position: relative;
  width: 340px;
  padding: 22px 0 13px 20px;
  display: flex;
  align-items: center;
  border-top: 1px solid #d63f18;
  border-bottom: 1px solid #d63f18;
  background: #fff6f4;
}
.lp_contents .cfrepeat_action .cfrepeat_item_flag {
  position: absolute;
  top: -14px;
  left: 105px;
  width: 150px;
  height: 26px;
  text-align: center;
  background: #d63f18;
  border-radius: 30px;
}
.lp_contents .cfrepeat_action .cfrepeat_item_flag span {
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
}
.lp_contents .cfrepeat_action .cfrepeat_item_info {
  margin-left: 20px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.02em;
}
.lp_contents .cfrepeat_action .cfrepeat_item_info span {
  display: block;
  padding-top: 3px;
  font-size: 12px;
}
.lp_contents .cfrepeat_action .cfrepeat_cp {
  width: 740px;
  margin: 52px auto 0;
}
.lp_contents .cfrepeat_action .cfrepeat_cp ul {
  margin-top: 10px;
}
.lp_contents .cfrepeat_action .cfrepeat_cp ul li {
  font-size: 14px;
  line-height: 20px;
  text-indent: -1.0em;
  padding-left: 1.0em;
}
.lp_contents .cfrepeat_action .cfrepeat_cp ul li + li {
  margin-top: 5px;
}
.lp_contents .cfrepeat_action .cfrepeat_note {
  width: 740px;
  margin: 45px auto 0;
}
.lp_contents .cfrepeat_action .cfrepeat_note_ttl {
  font-size: 12px;
  line-height: 20px;
}
.lp_contents .cfrepeat_action .cfrepeat_note ul {
  margin-top: 10px;
}
.lp_contents .cfrepeat_action .cfrepeat_note ul li {
  font-size: 12px;
  line-height: 20px;
  text-indent: -1.3em;
  padding-left: 1.3em;
}
.lp_contents .cfrepeat_action .cfrepeat_note ul li span {
  border-bottom: 1px solid #d63f18;
}
.lp_contents .cfrepeat_action .cfrepeat_note ul li + li {
  margin-top: 2px;
}
.lp_contents .cfrepeat_action .cfrepeat_note ul li.spe_list {
  color: #d63f18;
}
.lp_contents .sec_campaign {
  padding: 69px 0 63px;
}
.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.01em;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.0;
  letter-spacing: 0.075em;
  margin-bottom: 60px;
}
.lp_contents .sec_campaign h2::before, .lp_contents .sec_campaign h2::after {
  content: "";
  position: absolute;
  width: 348px;
  height: 1px;
  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 {
  width: 840px;
  margin: 0 auto 60px;
  background-color: #e9f8f7;
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  padding: 4px;
  position: relative;
}
.lp_contents .sec_campaign .samp_box .samp_box_inner {
  background-color: #edf6f8;
  border: 2px #fffefd solid;
  box-sizing: border-box;
  padding: 40px 34px 34px;
}
.lp_contents .sec_campaign .samp_box .samp_box_tag {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.lp_contents .sec_campaign .samp_box .samp_box_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lp_contents .sec_campaign .samp_box .samp_box_info .box_info_txt .info_txt_sub {
  font-size: 18px;
  line-height: 26px;
  color: #4c8b97;
  font-weight: bold;
  border-bottom: 2px solid #4e8c97;
  display: inline-block;
  padding: 0 2px;
}
.lp_contents .sec_campaign .samp_box .samp_box_info .box_info_txt .info_txt_ttl {
  font-size: 16px;
  line-height: 26px;
  color: #3e2b2e;
  margin-top: 26px;
  white-space: nowrap;
}
.lp_contents .sec_campaign .samp_box .samp_box_info .box_info_txt .info_txt_des {
  font-size: 22px;
  line-height: 30px;
  color: #d73f18;
  letter-spacing: -0.02em;
  font-weight: bold;
  margin-top: 6px;
}
.lp_contents .sec_campaign .samp_box .samp_box_info .box_info_img {
  flex: none;
}
.lp_contents .sec_campaign .samp_box .samp_box_priv {
  width: 760px;
  margin: 25px auto 0;
  background-color: #e0f1f6;
  position: relative;
  text-align: center;
  padding: 36px 0 26px;
}
.lp_contents .sec_campaign .samp_box .samp_box_priv .box_priv_ttl {
  font-size: 16px;
  line-height: 1;
  color: #4d8b97;
  font-weight: bold;
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
}
.lp_contents .sec_campaign .samp_box .samp_box_priv .box_priv_txt {
  font-size: 14px;
  line-height: 20px;
  color: #3e2b2e;
  font-weight: bold;
}
.lp_contents .sec_campaign .samp_box .samp_box_priv .box_priv_detail {
  font-size: 12px;
  line-height: 1.5;
  color: #3e2b2e;
  letter-spacing: 0.05em;
}
.lp_contents .sec_campaign .samp_box .samp_box_priv .box_priv_detail + .box_priv_txt {
  margin-top: 20px;
}
.lp_contents .sec_campaign .samp_box .samp_box_btn a {
  display: block;
  width: 320px;
  height: 30px;
  line-height: 30px;
  margin: 30px auto 0;
  text-align: center;
  background-color: #3e2b2e;
  font-size: 13px;
  font-feature-settings: "palt";
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  position: relative;
}
.lp_contents .sec_campaign .samp_box .samp_box_btn a::after {
  position: absolute;
  bottom: 11px;
  right: 14px;
  content: "";
  width: 12px;
  height: 8px;
  background: url(/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: 12px;
  line-height: 20px;
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.lp_contents .sec_campaign .campaign_box {
  width: 840px;
  margin: 0 auto;
  background-color: #fcf4f3;
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  padding: 4px;
  position: relative;
}
.lp_contents .sec_campaign .campaign_box_inner {
  border: 2px #fffefd solid;
  box-sizing: border-box;
  padding: 50px 0 34px 34px;
}
.lp_contents .sec_campaign .campaign_box_tag {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.lp_contents .sec_campaign .campaign_box_info {
  text-align: left;
}
.lp_contents .sec_campaign .campaign_box_info .info_ttl {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 6px;
}
.lp_contents .sec_campaign .campaign_box_info .info_ttl span {
  font-weight: bold;
}
.lp_contents .sec_campaign .campaign_box_info .info_catch {
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  color: #d73f18;
  letter-spacing: -0.02em;
  font-feature-settings: "palt";
  margin-bottom: 22px;
}
.lp_contents .sec_campaign .campaign_box_info .info_catch span {
  font-size: 22px;
  color: #d73f18;
  letter-spacing: -0.02em;
  margin-top: 0px;
  display: inline-block;
}
.lp_contents .sec_campaign .campaign_box_info .info_catch em {
  font-size: 18px;
  color: #d73f18;
  letter-spacing: -0.02em;
}
.lp_contents .sec_campaign .campaign_box_info .info_btn {
  width: 290px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #3e2b2e;
  font-size: 14px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  font-weight: bold;
}
.lp_contents .sec_campaign .campaign_box_info .info_btn a {
  color: #fff;
  text-decoration: none;
  position: relative;
}
.lp_contents .sec_campaign .campaign_box_info .info_btn a::after {
  position: absolute;
  bottom: 11px;
  right: 14px;
  content: "";
  width: 12px;
  height: 8px;
  background: url(/cms/onlineshop/lm/primer/20200129/img/btn_arrow_brw.png) no-repeat center center/contain;
  background-size: 100% 100%;
}
.lp_contents .sec_campaign .campaign_box_info .info_img {
  position: absolute;
  top: 50px;
  right: 35px;
  z-index: 11;
}
.lp_contents .sec_campaign .campaign_box_info .info_icon {
  position: absolute;
  top: 50px;
  right: 65px;
  z-index: 1;
}
.lp_contents .sec_campaign .campaign_box2 {
  margin-top: 63px;
  background-color: #fcf5f6;
}
.lp_contents .sec_campaign .campaign_box2 .campaign_box_inner {
  padding: 65px 0 36px 32px;
  border: 2px #fff solid;
}
.lp_contents .sec_campaign .campaign_box2 .campaign_box_tag {
  top: -16px;
}
.lp_contents .sec_campaign .campaign_box2 .info_tag {
  width: 78px;
  height: 24px;
  background-color: #d73f18;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  font-weight: bold;
  margin-bottom: 14px;
}
.lp_contents .sec_campaign .campaign_box2 .info_txt {
  color: #d73f18;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
.lp_contents .sec_campaign .campaign_box2 .info_txt span {
  color: #d73f18;
  font-size: 16px;
}
.lp_contents .sec_campaign .campaign_box2 .info_img {
  top: 67px;
}
.lp_contents .sec_flawless {
  background: url(/cms/onlineshop/lm/primer/20200129/img/flawless/flawless_bg.jpg) repeat-y top center;
  background-size: 100% auto;
  padding: 4px;
  margin-top: 55px;
  margin-left: -27px;
  width: 880px;
}
.lp_contents .sec_flawless .flawless_con {
  background-color: #fff0f5;
  padding-top: 58px;
}
.lp_contents .sec_flawless .flawless_con .present_end {
  position: absolute;
  top: -13px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  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: 16px;
  font-weight: bold;
  line-height: 1.5;
}
.lp_contents .sec_flawless .flawless_con .present_end span.fontSize20 {
  font-size: 20px;
}
.lp_contents .sec_flawless .flawless_con .flawless_wild .flawless_wild_ttl {
  text-align: center;
}
.lp_contents .sec_flawless .flawless_con .flawless_wild .flawless_wild_con {
  display: flex;
  padding-left: 34px;
  margin: 43px 15px 0;
}
.lp_contents .sec_flawless .flawless_con .flawless_wild .flawless_wild_con .flawless_wild_txt {
  font-size: 16px;
  line-height: 27px;
}
.lp_contents .sec_flawless .flawless_con .flawless_wild .flawless_wild_con .flawless_wild_img {
  margin-left: 53px;
}
.lp_contents .sec_flawless .flawless_con .flawless_wild .flawless_wild_present {
  margin-top: 30px;
  width: 345px;
  background-color: #fff8ee;
  border: 4px solid #ffe9c5;
  padding: 10px 9px 6px 24px;
  position: relative;
}
.lp_contents .sec_flawless .flawless_con .flawless_wild .flawless_wild_present .wild_present_ttl {
  position: absolute;
  top: -13px;
  left: 50%;
  color: #fff;
  background-color: #c89646;
  line-height: 26px;
  padding: 0 10px;
  border-radius: 14px;
  transform: translateX(-50%);
  font-size: 16px;
}
.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: 14px;
  line-height: 24px;
}
.lp_contents .sec_flawless .flawless_con .flawless_wild .flawless_wild_present .wild_present_con span {
  font-size: 16px;
  font-weight: bold;
  color: #d63f18;
}
.lp_contents .sec_flawless .flawless_con .cushion_main {
  justify-content: flex-start;
}
.lp_contents .sec_flawless .flawless_con .cushion_main .cushion_carousel {
  margin-left: 50px;
  margin-right: 35px;
  width: 340px;
}
.lp_contents .sec_flawless .flawless_con .cushion_main .cushion_carousel img {
  width: 340px;
  height: auto;
}
.lp_contents .sec_flawless .flawless_con .cushion_main .wildflower_case {
  margin-left: 105px;
  margin-right: 55px;
}
.lp_contents .sec_flawless .flawless_con .mod-carousel-b {
  opacity: 0;
  width: 340px;
}
.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: 20px 0 0;
}
.lp_contents .sec_flawless .flawless_con .mod-carousel-b .slick-dots li {
  list-style: none;
}
.lp_contents .sec_flawless .flawless_con .mod-carousel-b .slick-dots li + li {
  margin-left: 11px;
}
.lp_contents .sec_flawless .flawless_con .mod-carousel-b .slick-dots li button {
  border: 0 none;
  background: #ccc;
  outline: 0 none;
  padding: 0;
  width: 90px;
  height: 90px;
  border-radius: 0;
  text-indent: -10em;
  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(/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(/cms/onlineshop/lm/primer/20200129/img/flawless/flawless_img2.jpg) no-repeat center center;
  background-size: auto 100%;
}
.lp_contents .sec_flawless .flawless_con .flawless_item_ttl {
  margin: 5px 30px 15px;
  text-align: center;
  position: relative;
}
.lp_contents .sec_flawless .flawless_con .flawless_item_ttl::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  height: 3px;
  width: 100%;
  border-top: 1px solid #e6507e;
  border-bottom: 1px solid #e6507e;
}
.lp_contents .sec_flawless .flawless_con .flawless_item_ttl span {
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-weight: bold;
  color: #e6507e;
  display: inline-block;
  padding: 0 20px;
  background-color: #fff0f5;
}
.lp_contents .sec_flawless .flawless_con .flawless_item_ttl span::before, .lp_contents .sec_flawless .flawless_con .flawless_item_ttl span::after {
  content: '';
  position: absolute;
  top: 3px;
  width: 1px;
  height: 10px;
  background-color: #e6507e;
}
.lp_contents .sec_flawless .flawless_con .flawless_item_ttl span::before {
  left: 0;
}
.lp_contents .sec_flawless .flawless_con .flawless_item_ttl span::after {
  right: 0;
}
.lp_contents .sec_flawless .flawless_con .letterspacing0 span {
  letter-spacing: 0;
}
.lp_contents .sec_flawless .flawless_con .flawless_item_catch {
  font-size: 14px;
  text-align: center;
  color: #e6507e;
}
.lp_contents .sec_flawless .flawless_con .flawless_special {
  width: 750px;
  margin: 50px auto 60px;
  position: relative;
}
.lp_contents .sec_flawless .flawless_con .flawless_special .flawless_special_con {
  margin-top: 30px;
  background-color: #fff8ee;
  border: 4px solid #ffe9c5;
  padding: 25px 0;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.lp_contents .sec_flawless .flawless_con .flawless_special .flawless_special_con .flawless_special_icon {
  position: absolute;
  left: 50%;
  top: -17px;
  transform: translateX(-50%);
}
.lp_contents .sec_flawless .flawless_con .flawless_special .flawless_special_con .flawless_special_text {
  margin-left: 35px;
}
.lp_contents .sec_flawless .flawless_con .flawless_special .flawless_special_con .flawless_special_text .flawless_special_ttl {
  font-size: 16px;
  line-height: 24px;
  margin-top: 15px;
}
.lp_contents .sec_flawless .flawless_con .flawless_special .flawless_special_con .flawless_special_text .flawless_special_catch {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  color: #d63f18;
  margin-top: 5px;
}
.lp_contents .sec_flawless .flawless_con .flawless_special .flawless_special_con .flawless_special_text .flawless_special_txt {
  font-size: 12px;
  line-height: 20px;
  margin-top: 10px;
}
.lp_contents .sec_flawless .flawless_con .flawless_special .flawless_special_con .flawless_special_img {
  margin-right: 50px;
  position: relative;
}
.lp_contents .sec_flawless .flawless_con .flawless_special .flawless_special_con .flawless_special_img .special_img_icon {
  position: absolute;
  left: 0;
  top: 15px;
}
.lp_contents .sec_flawless .flawless_con .flawless_special .flawless_special_notes {
  margin-top: 15px;
  font-size: 12px;
  line-height: 20px;
  padding-left: 22px;
}
.lp_contents .sec_flawless .flawless_con .flawless_special .flawless_special_notes li {
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.lp_contents .sec_flawless .flawless_con .product_cv_btn {
  margin-top: 15px;
}
.lp_contents .sec_flawless .flawless_con .product_cv_btn a, .lp_contents .sec_flawless .flawless_con .product_cv_btn div {
  display: block;
  height: 50px;
  text-align: center;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  padding: 16px 0;
}
.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 span {
  display: block;
  font-size: .7em;
  color: #fff;
}
.lp_contents .sec_flawless .flawless_con .product_cv_btn a::after {
  position: absolute;
  right: 20px;
  top: 50%;
  content: '';
  display: inline-block;
  margin-top: -6px;
  width: 8px;
  height: 13px;
  background: url(/cms/onlineshop/lm/primer/20200129/img/btn_arrow.svg) no-repeat center center;
  background-size: contain;
}
.lp_contents .sec_flawless .flawless_con .product_cv_btn a.zaikokbn2 {
  padding-top: 12px;
}
.lp_contents .sec_flawless .flawless_con .product_cv_btn div {
  background-color: #8a8a8a;
}
