@charset "UTF-8";
/* base override */
body {
  margin-left: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  font-family: 'メイリオ',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 */
.cf:before, .cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/*---------- #main02.lp_contents ----------*/
.lp_contents {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #fff;
}
.lp_contents .inner {
  position: relative;
  margin: 0 auto;
  width: 960px;
  text-align: left;
  line-height: 1.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*---------- footer_parts ----------*/
.footer_parts {
  border-top: solid 1px #b3b3b3;
}
.footer_parts .relation_btns {
  margin: 60px 0;
}
.footer_parts .relation_btns ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer_parts .relation_btns ul li + li {
  margin-left: 40px;
}

.lp_contents .cmn_end {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 15px;
  text-align: center;
}
.lp_contents .cmn_end span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  transform: translateX(-50%);
  display: block;
  width: vwcalc(330);
}
.lp_contents .cmn_benefit .cmn_benefit_box {
  position: relative;
  background-color: #fff;
  padding-bottom: 75px;
  margin: 0 40px;
  border: 4px solid #0c9eaf;
  border-radius: 20px;
  box-shadow: 6px 6px rgba(102, 102, 102, 0.2);
}
.lp_contents .cmn_benefit .cmn_benefit_box .cmn_benefit_ttl {
  border-bottom: 4px solid #0c9eaf;
  position: relative;
  text-align: center;
}
.lp_contents .cmn_benefit .cmn_benefit_box .cmn_benefit_ttl:before {
  position: absolute;
  top: -29px;
  left: -30px;
  content: "";
  width: 203px;
  height: 127px;
}
.lp_contents .cmn_benefit .cmn_benefit_box .cmn_benefit_txt {
  margin: 44px 0 32px;
  text-align: center;
}
.lp_contents .cmn_benefit .cmn_benefit_box .cmn_benefit_detail {
  position: absolute;
  border: 1px solid #ccc;
  border-radius: 6px;
}
.lp_contents .cmn_benefit .cmn_benefit_box .cmn_benefit_detail li {
  margin-bottom: 10px;
  line-height: 1;
}
.lp_contents .cmn_benefit .cmn_benefit_box .cmn_benefit_detail li:last-child {
  margin-bottom: 0;
}
.lp_contents .cmn_benefit .cmn_benefit_box .cmn_benefit_btn {
  text-align: center;
}
.lp_contents .cmn_benefit .cmn_benefit_box .cmn_benefit_btn a {
  display: inline-block;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.2);
  border-radius: 10px 10px 8px 8px;
}
.lp_contents .cmn_benefit .cmn_benefit_box .cmn_benefit_note {
  font-size: 12px;
  color: #666;
  padding-left: 1.4em;
  text-indent: -1.4em;
  margin: 13px 0 0;
  text-align: center;
  line-height: 1;
}
.lp_contents .cmn_benefit .cmn_benefit_box .cmn_benefit_note li {
  margin-bottom: vwcalc(11);
}
.lp_contents .cmn_recommend {
  margin: 0 40px;
}
.lp_contents .cmn_recommend dt {
  padding: 25px 0 30px;
  text-align: center;
  border-radius: 20px 20px 0 0;
}
.lp_contents .cmn_recommend dd {
  border-radius: 0 0 20px 20px;
  padding-bottom: 75px;
}
.lp_contents .cmn_recommend dd .cmn_recommend_item {
  display: flex;
  align-items: flex-end;
  margin-bottom: 40px;
}
.lp_contents .cmn_recommend dd .cmn_recommend_item li {
  width: 50%;
  padding: 35px 0 0;
  text-align: left;
}
.lp_contents .cmn_recommend dd .cmn_recommend_item li:last-child {
  text-align: right;
}
.lp_contents .cmn_recommend dd .cmn_recommend_product_btn {
  text-align: center;
  margin-bottom: 14px;
}
.lp_contents .cmn_recommend dd .cmn_recommend_product_btn a {
  display: inline-block;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.2);
  border-radius: 10px 10px 8px 8px;
}
.lp_contents .cmn_recommend dd .cmn_recommend_note {
  font-size: 12px;
  color: #666;
  text-align: center;
}
.lp_contents .sec_main {
  background: url(/cms/onlineshop/dp/i/set201907/img/sec_main_bg.jpg) no-repeat top center;
  height: 480px;
}
.lp_contents .sec_main .inner {
  position: relative;
}
.lp_contents .sec_main .inner .sec_logo {
  position: absolute;
  top: 0;
  right: 0;
}
.lp_contents .sec_main .inner .sec_txt {
  padding: 98px 0 27px 79px;
}
.lp_contents .sec_main .inner .sec_ttl {
  padding: 0 0 0 16px;
}
.lp_contents .sec_anc .inner {
  padding: 40px 34px 32px 40px;
}
.lp_contents .sec_anc .inner .sec_anc_ttl {
  text-align: center;
  margin-bottom: 10px;
}
.lp_contents .sec_anc .inner ul {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.lp_contents .sec_benefit {
  padding: 0 0 80px;
  background: url(/cms/onlineshop/dp/i/set201907/img/sec_benefit_bg.jpg) no-repeat top center;
  background-size: cover;
}
.lp_contents .sec_benefit .sec_benefitA {
  padding-top: 80px;
}
.lp_contents .sec_benefit .sec_benefitA .cmn_benefit_ttl {
  padding: 27px 0 25px;
}
.lp_contents .sec_benefit .sec_benefitA .cmn_benefit_ttl::before {
  background: url(/cms/onlineshop/dp/i/set201907/img/sec_benefitA_icon.png) no-repeat 0 0;
  background-size: 100%;
}
.lp_contents .sec_benefit .sec_benefitA .cmn_benefit_img {
  margin: 0 0 30px 86px;
}
.lp_contents .sec_benefit .sec_benefitA .cmn_benefit_detail {
  bottom: 253px;
  left: 86px;
  padding: 16px 15px 15px 17px;
}
.lp_contents .sec_benefit .sec_benefitA .cmn_benefit_note {
  text-align: left;
  line-height: 1.5;
  padding-left: 140px;
}
.lp_contents .sec_benefit .sec_benefitB {
  padding-top: 60px;
}
.lp_contents .sec_benefit .sec_benefitB .cmn_benefit_ttl {
  padding: 26px 0 18px;
}
.lp_contents .sec_benefit .sec_benefitB .cmn_benefit_ttl::before {
  background: url(/cms/onlineshop/dp/i/set201907/img/sec_benefitB_icon.png) no-repeat 0 0;
  background-size: 100%;
}
.lp_contents .sec_benefit .sec_benefitB .cmn_benefit_img {
  margin: 0 0 82px 26px;
}
.lp_contents .sec_benefit .sec_benefitB .cmn_benefit_detail {
  bottom: 210px;
  right: 90px;
  padding: 16px 18px 15px 17px;
}
.lp_contents .sec_benefit .sec_benefitC {
  padding-top: 60px;
}
.lp_contents .sec_benefit .sec_benefitC .cmn_benefit_ttl {
  padding: 25px 0 17px;
}
.lp_contents .sec_benefit .sec_benefitC .cmn_benefit_ttl::before {
  background: url(/cms/onlineshop/dp/i/set201907/img/sec_benefitC_icon.png) no-repeat 0 0;
  background-size: 100%;
}
.lp_contents .sec_benefit .sec_benefitC .cmn_benefit_img {
  margin: 0 0 30px 86px;
}
.lp_contents .sec_benefit .sec_benefitC .cmn_benefit_detail {
  bottom: 190px;
  left: 86px;
  padding: 16px 23px 15px 17px;
}
.lp_contents .sec_recommend {
  background: url(/cms/onlineshop/dp/i/set201907/img/sec_recommend_bg.jpg) no-repeat top center;
  border-top: 2px solid #ccc;
}
.lp_contents .sec_recommend .inner {
  padding: 80px 0 0;
}
.lp_contents .sec_recommend .inner .sec_recommend_ttl {
  text-align: center;
  margin-bottom: 30px;
}
.lp_contents .sec_recommend .inner .sec_recommend_txt {
  text-align: center;
  margin-bottom: 40px;
}
.lp_contents .sec_recommend .inner .lotion dt {
  border: 4px solid #66d2d9;
  border-bottom: none;
  background-color: #e5f7f9;
}
.lp_contents .sec_recommend .inner .lotion dd {
  border: 4px solid #66d2d9;
  border-top: none;
}
.lp_contents .sec_recommend .inner .lotion dd .cmn_recommend_item li .cmn_recommend_lead {
  margin: 0 0 20px 176px;
}
.lp_contents .sec_recommend .inner .lotion dd .cmn_recommend_item li .cmn_recommend_img {
  margin: 0 0 0 147px;
}
.lp_contents .sec_recommend .inner .lotion dd .cmn_recommend_item li:last-child .cmn_recommend_lead {
  margin: 0 146px 20px 0;
}
.lp_contents .sec_recommend .inner .lotion dd .cmn_recommend_item li:last-child .cmn_recommend_img {
  margin: 0 146px 0 0;
}
.lp_contents .sec_recommend .inner .basemake {
  margin-top: 60px;
}
.lp_contents .sec_recommend .inner .basemake dt {
  border: 4px solid #efc3b4;
  border-bottom: none;
  background-color: #fee6e4;
}
.lp_contents .sec_recommend .inner .basemake dd {
  border: 4px solid #efc3b4;
  border-top: none;
}
.lp_contents .sec_recommend .inner .basemake dd .cmn_recommend_item li .cmn_recommend_lead {
  margin: 0 0 20px 105px;
}
.lp_contents .sec_recommend .inner .basemake dd .cmn_recommend_item li .cmn_recommend_img {
  margin: 0 0 0 149px;
}
.lp_contents .sec_recommend .inner .basemake dd .cmn_recommend_item li:last-child .cmn_recommend_lead {
  margin: 0 128px 20px 0;
}
.lp_contents .sec_recommend .inner .basemake dd .cmn_recommend_item li:last-child .cmn_recommend_img {
  margin: 0 161px 0 0;
}
.lp_contents .sec_recommend .inner .sec_recommend_list {
  background: url(/cms/onlineshop/dp/i/set201907/img/sec_recommend_list_bg.jpg) no-repeat top center;
  padding: 80px 0;
}
.lp_contents .sec_recommend .inner .sec_recommend_list .sec_recommend_list_ttl {
  margin-bottom: 30px;
  text-align: center;
}
.lp_contents .sec_recommend .inner .sec_recommend_list .sec_recommend_list_btn {
  text-align: center;
  margin-bottom: 14px;
}
.lp_contents .sec_recommend .inner .sec_recommend_list .sec_recommend_list_btn a {
  display: inline-block;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.2);
  border-radius: 10px 10px 8px 8px;
}
.lp_contents .sec_recommend .inner .sec_recommend_list .sec_recommend_list_note {
  color: #666;
  text-indent: -1.3em;
  padding-left: 1.3em;
  margin-left: 180px;
}
.lp_contents .sec_insta {
  background: #f4f4f8 url(/cms/onlineshop/dp/i/set201907/img/sec_insta_bg.png) no-repeat top center;
}
.lp_contents .sec_insta .inner {
  padding: 80px 48px;
}
.lp_contents .sec_insta .inner .sec_insta_ttl {
  margin-bottom: 40px;
  text-align: center;
}
.lp_contents .sec_about {
  padding: 80px 0;
}
.lp_contents .sec_about .about_inner {
  border: solid 1px #aaabab;
  border-radius: 13px;
  overflow: hidden;
  padding-bottom: 39px;
}
.lp_contents .sec_about .about_inner h2 {
  background-color: #aaabab;
  padding: 20px 0;
  margin-bottom: 40px;
  text-align: center;
}
.lp_contents .sec_about .about_inner .about_catch {
  text-align: center;
  margin: 0 auto 28px;
}
.lp_contents .sec_about .about_inner .about_cont {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp_contents .sec_about .about_inner .about_cont > div {
  width: 360px;
}
.lp_contents .sec_about .about_inner .about_img {
  width: vwcalc(490);
  margin-right: 50px;
}
.lp_contents .sec_about .about_inner .about_notes {
  width: 360px;
  box-sizing: border-box;
  border: solid 1px #56bed7;
  border-radius: 10px;
}
.lp_contents .sec_about .about_inner .about_notes li {
  width: 310px;
  margin: 0 auto;
}
.lp_contents .sec_about .about_inner .about_notes li + li::before {
  content: '';
  display: block;
  height: 3px;
  background: url(/cms/onlineshop/dp/i/set201907/img/about_dotline.png) no-repeat center center;
}
.lp_contents .sec_about .about_inner .about_madein {
  text-align: center;
  margin-top: 30px;
}
.lp_contents .sec_about .about_note {
  color: #666;
  margin-top: 20px;
  font-size: 12px;
  line-height: 1;
  text-indent: -1.3em;
  padding-left: 1.3em;
}
.lp_contents .sec_lineup {
  background-color: #f5f5f5;
  padding: 80px 0;
}
.lp_contents .sec_lineup h2 {
  text-align: center;
  margin: 0 auto 40px;
}
.lp_contents .sec_lineup ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.lp_contents .sec_lineup ul li {
  width: vwcalc(310);
}
.lp_contents .sec_lineup ul li:nth-child(n + 3) {
  margin-top: vwcalc(30);
}
.lp_contents .footer_notes {
  border-top: solid 1px #b3b3b3;
  padding: 1px 0 80px;
}
.lp_contents .footer_notes h2 {
  margin-top: 40px;
  margin-bottom: 25px;
}
.lp_contents .footer_notes h3 {
  margin: 30px 0 5px;
  font-size: 14px;
  line-height: 1;
}
.lp_contents .footer_notes ul + ul {
  margin: 25px 0 0;
}
.lp_contents .footer_notes li {
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  text-indent: -1.3em;
  padding-left: 1.3em;
}
.lp_contents .footer_parts .relation_btns {
  margin: 80px 0;
}
