@charset "UTF-8";

/*
化粧品DB1 アクネケア トータルセット
-------------------------------------------------- */

#primary {
    max-width: 1200px;
}

#db13981c img {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: bottom;
    line-height: 1;
}

#db13981c .m-ttl03 {
  background: #00c0ae!important;
}

#db13981c .m-ttl03 {
  background: #00c0ae!important;
}

.forSP {
  display: none;
}

/* 研究レポート
---------------------------------------------- */
.report_head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 40px 140px;
  text-align: center;
  letter-spacing: 0.05em;
}
.report_head h2 {
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.57;
  color: #00c0ae;
}
.report_head p {
  font-size: 16px;
  line-height: 1.75;
  color: #333;
}
.report_body {
  position: relative;
  padding: 0 40px 88px;
}
.report_figure {
  max-width: 1080px;
  margin: -106px auto 0;
}
.report_approach {
  max-width: 603px;
  margin: 30px auto;
}
.report_content {
  display: -ms-grid;
  display: grid;
  max-width: 960px;
  margin: 0 auto;
}
.report_content .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 0 10px;
  color: #00c0ae;
}
.report_content .title .num {
  position: relative;
  width: 90px;
}
.report_content .title h3 {
  margin: 0 0 0 20px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.33;
  letter-spacing: 0.05em;
}
.report_content .component {
  position: relative;
  height: 330px;
}
.report_content .component::before {
  position: absolute;
  top: calc(50% - 165px);
  z-index: -1;
  width: 330px;
  height: 330px;
  content: "";
  background-color: #f7f3e5;
  border-radius: 50%;
}
.report_content .component .photo,
.report_content .component .caption {
  position: absolute;
}
.report_content .component .caption {
  width: 100%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-align: center;
}
.report_content .sentence {
  letter-spacing: 0.05em;
}
.report_content .sentence .caption {
  margin-top: 1em;
  font-size: 12px;
  line-height: 1.2;
}
.report_content.approach01 {
  -ms-grid-rows: auto 0 auto 0 auto;
  -ms-grid-columns: 330px 40px 1fr;
  grid-template: "rp1_image ." auto "rp1_image rp1_title" auto "rp1_image rp1_text" auto/330px 1fr;
  grid-gap: 0 40px;
  padding: 0 55px 0 0;
}
.report_content.approach01 .title {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: rp1_title;
}
.report_content.approach01 .title h3 {
  margin: 0 0 0 5px;
}
.report_content.approach01 .component {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  grid-area: rp1_image;
}
.report_content.approach01 .component .photo {
  top: -37px;
  left: -8px;
  width: 270px;
}
.report_content.approach01 .component .caption {
  bottom: 30px;
}
.report_content.approach01 .sentence {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
  grid-area: rp1_text;
  margin: 0 0 10px;
}
.report_content.approach02 {
  -ms-grid-rows: auto 0 auto;
  -ms-grid-columns: 1fr 40px 330px;
  grid-template: "rp2_title rp2_image" auto "rp2_text rp2_image" auto/1fr 330px;
  grid-gap: 0 40px;
  padding: 0 0 0 65px;
  margin-top: 88px;
  margin-bottom: 5px;
}
.report_content.approach02 .title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: rp2_title;
}
.report_content.approach02 .component {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  grid-area: rp2_image;
}
.report_content.approach02 .component .photo {
  top: 72px;
  left: -25px;
  width: 380px;
}
.report_content.approach02 .component .caption {
  bottom: 10px;
}
.report_content.approach02 .sentence {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: rp2_text;
}
.report_content.approach03 {
  -ms-grid-rows: auto 0 auto 0 auto;
  -ms-grid-columns: 330px 40px 1fr;
  grid-template: "rp3_image ." auto "rp3_image rp3_title" auto "rp3_image rp3_text" auto/330px 1fr;
  grid-gap: 0 40px;
  padding: 0 45px 0 0;
}
.report_content.approach03 .title {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: rp3_title;
}
.report_content.approach03 .component {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  grid-area: rp3_image;
}
.report_content.approach03 .component .photo {
  top: 45px;
  left: -18px;
  width: 375px;
}
.report_content.approach03 .component .caption {
  bottom: -5px;
}
.report_content.approach03 .sentence {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
  grid-area: rp3_text;
  margin: 0 0 10px;
}

/* ファンケルの無添加
---------------------------------------------- */
.additiveFree {
  position: relative;
  margin: 0 0 60px;
  padding: 60px 40px 130px;
  text-align: center;
  letter-spacing: 0.05em;
  background: url(/items_ex/images_3981c/pc/additive-free_bg.jpg) no-repeat center bottom/cover;
}
.additiveFree h2 {
  position: absolute;
  top: -15px;
  left: calc(50% - 161px);
  width: 322px;
}
.additiveFree h3 {
  margin: 0 0 15px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  color: #3067aa;
}
.additiveFree p {
  margin: 0 0 10px;
  line-height: 1.81;
}
.additiveFree figure {
  max-width: 900px;
  margin: 0 auto;
}

/* ラインナップ（商品詳細）
---------------------------------------------- */
.lineup_body {
  padding: 0 40px;
}
.lineup_body_inner {
    max-width: 900px;
    margin: 30px auto 0;
}
.lineup_step {
  position: relative;
  margin: 75px 0 0;
}
.lineup_step::after {
  position: absolute;
  top: -40px;
  left: -44px;
  width: 14%;
  height: 128px;
  content: "";
  background: url(/items_ex/images_3981c/pc/lineup_ttl_step.png) no-repeat left top/contain;
}