@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 img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  transform: translateX(-50%);
  display: block;
  width: vwcalc(330);
}
.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/set201908/img/main_bg.jpg) no-repeat top center;
  height: 620px;
}
.lp_contents .sec_main .inner {
  position: relative;
}
.lp_contents .sec_main .inner .main_logo {
  position: absolute;
  top: 0;
  right: 0;
}
.lp_contents .sec_main .inner .main_ttl {
  padding: 50px 0 38px 17px;
}
.lp_contents .sec_anc {
  background: url(/cms/onlineshop/dp/i/set201908/img/sec_anc_bg.jpg) no-repeat center bottom;
}
.lp_contents .sec_anc .inner {
  padding: 70px 34px 32px 40px;
}
.lp_contents .sec_anc .inner .sec_anc_ttl {
  text-align: center;
  margin-bottom: 24px;
}
.lp_contents .sec_anc .inner ul {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.lp_contents .sec_anc .inner ul li {
  position: relative;
}
.lp_contents .sec_course {
  padding: 0 0 66px;
  background: url(/cms/onlineshop/dp/i/set201908/img/course_bgy.jpg) repeat-y top center;
}
.lp_contents .sec_course #anc-course1 {
  padding-top: 30px;
}
.lp_contents .sec_course #anc-course2 {
  padding-top: 30px;
  margin-top: 60px;
}
.lp_contents .sec_course #anc-course3 {
  padding-top: 30px;
  margin-top: 60px;
}
.lp_contents .sec_course .course_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);
  text-align: center;
}
.lp_contents .sec_course .course_box h2 {
  border-bottom: 4px solid #0c9eaf;
  position: relative;
  text-align: center;
  padding: 30px 0;
  margin-bottom: 45px;
}
.lp_contents .sec_course .course_box h2 img:first-child {
  display: block;
  position: absolute;
  top: -37px;
  left: -30px;
}
.lp_contents .sec_course .course_box .course_lead {
  margin-bottom: 33px;
}
.lp_contents .sec_course .course_box .course_img {
  margin-bottom: 40px;
}
.lp_contents .sec_course .course_box .course_about {
  border: solid 1px #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  width: 700px;
  margin: 40px auto;
  padding: 30px;
}
.lp_contents .sec_course .course_box .course_about dt {
  text-align: center;
  font-size: 20px;
  margin-bottom: 10px;
}
.lp_contents .sec_course .course_box .course_about dd {
  font-size: 16px;
  line-height: 26px;
  text-align: left;
}
.lp_contents .sec_course .course_box .course_btn {
  text-align: center;
}
.lp_contents .sec_course .course_box .course_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_course .course_box .course2_note {
  font-size: 12px;
  margin-top: 15px;
}
.lp_contents .sec_course .course_box .course_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 .sec_course .course_box .course_end img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  transform: translateX(-50%);
  display: block;
  width: vwcalc(330);
}
.lp_contents .sec_recommend {
  background: url(/cms/onlineshop/dp/i/set201908/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/set201908/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: #feecef url(/cms/onlineshop/dp/i/set201908/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/set201908/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;
}
