@charset "UTF-8";
/* base override */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
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;
}

.lp_contents {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #fff;
  color: #000;
}
.lp_contents * {
  box-sizing: border-box;
}
.lp_contents .inner {
  position: relative;
  margin: 0 auto;
  width: 960px;
  text-align: left;
  line-height: 1.5em;
}
.lp_contents h1, .lp_contents h2, .lp_contents h3, .lp_contents h4, .lp_contents h5, .lp_contents h6 {
  font-weight: normal;
}

.lp_contents {
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  letter-spacing: 0.06em;
  color: #595757;
}
.lp_contents .sec_about {
  padding: 100px 0;
}
.lp_contents .sec_about h2 {
  font-size: 40px;
  line-height: 1.5;
  font-weight: normal;
  text-align: center;
  margin-bottom: 35px;
}
.lp_contents .sec_about .about_lead {
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
}
.lp_contents .sec_about .about_lead em {
  font-style: normal;
  font-weight: normal;
  color: #e84388;
}
.lp_contents .sec_about .about_txt {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
.lp_contents .sec_about .about_dd {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  background: url(/cms/onlineshop/dp/i/common/img/dd_cross.png) no-repeat center center;
}
.lp_contents .sec_about .about_dd li + li {
  margin-left: 130px;
}
.lp_contents .sec_about .dd_notes {
  margin-top: 40px;
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
}
.lp_contents .sec_about h3 {
  margin-top: 80px;
  margin-bottom: 40px;
  text-align: center;
  font-size: 34px;
  line-height: 1.5;
  font-weight: normal;
}
.lp_contents .sec_about .about_delicate {
  width: 800px;
  margin: auto;
  box-sizing: border-box;
  border: solid 1px #ccc;
  border-radius: 8px;
}
.lp_contents .sec_about .about_delicate .delicate_check {
  padding: 29px 60px;
  display: flex;
  flex-wrap: wrap;
}
.lp_contents .sec_about .about_delicate .delicate_check li {
  font-size: 18px;
  line-height: 1.5;
  padding-left: 34px;
  position: relative;
  box-sizing: border-box;
}
.lp_contents .sec_about .about_delicate .delicate_check li:nth-child(2n + 1) {
  width: 412px;
}
.lp_contents .sec_about .about_delicate .delicate_check li:nth-child(n + 3) {
  margin-top: 20px;
}
.lp_contents .sec_about .about_delicate .delicate_check li::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url(/cms/onlineshop/dp/i/common/img/icn_check.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.lp_contents .sec_about .about_delicate .delicate_reason {
  background-color: #f2f2f2;
  padding: 20px 50px;
}
.lp_contents .sec_about .about_delicate .delicate_reason li {
  font-size: 16px;
  line-height: 1.5;
}
.lp_contents .sec_about .delicate_notes {
  width: 800px;
  margin: 20px auto 0;
}
.lp_contents .sec_about .delicate_notes li {
  font-size: 13px;
  line-height: 1.5;
}
.lp_contents .sec_lineup {
  background: url(/cms/onlineshop/dp/i/common/img/lineup_bg.png) #f7f7f7 no-repeat top right;
  padding: 80px 0 50px;
}
.lp_contents .sec_lineup h2 {
  font-size: 36px;
  line-height: 1;
  font-weight: normal;
  text-align: center;
  margin-bottom: 20px;
}
.lp_contents .sec_lineup .lineup_catch {
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 40px;
}
.lp_contents .sec_lineup .lineup_bnrs {
  display: flex;
  justify-content: space-between;
}
.lp_contents .sec_lineup .lineup_bnrs li {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 2px 3px 2px 0px rgba(204, 204, 204, 0.4);
}
.lp_contents .dp-cmn__bottom-link {
  background-color: #fff;
  padding: 30px 20px;
  box-sizing: border-box;
  min-width: 980px;
}
.lp_contents .dp-cmn__bottom-link * {
  box-sizing: border-box;
}
.lp_contents .dp-cmn__bottom-link ul {
  display: flex;
  justify-content: center;
  gap: 44px;
}
.lp_contents .dp-cmn__bottom-link ul li {
  flex-basis: 260px;
}
