@charset "UTF-8";
.mplu {
  color: #333;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
}

.mplu *,
.mplu::before,
.mplu::after {
  box-sizing: border-box;
}

.mplu sup {
  display: inline-block;
  font-size: 1em;
  font-weight: normal !important;
  margin-right: -0.3em;
}

.mplu sup small {
  display: block;
  line-height: 1em;
  padding: 0;
  text-indent: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: 0 0.5em;
          transform-origin: 0 0.5em;
}

.mplu sub {
  display: inline-block;
  font-size: 1em;
  font-weight: normal !important;
  margin-right: -0.5em;
}

.mplu sub small {
  display: block;
  line-height: 1em;
  padding: 0;
  text-indent: 0;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transform-origin: 0 1em;
          transform-origin: 0 1em;
}

.mplu p,
.mplu li,
.mplu h1,
.mplu h2,
.mplu h3,
.mplu h4,
.mplu h5 {
  font-weight: 500;
  line-height: 1.55;
  list-style: none;
  margin: 0;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

/* ------------------------------------------------- */
.mplu-contents {
  margin: 3em auto;
  max-width: 960px;
}

.mplu-sec01 {
  background: url(/drphil/images/goods/MPLU/sec01-bg.jpg) no-repeat center center/cover;
  height: 520px;
  margin-bottom: 60px;
  padding-left: 30px;
  padding-top: 30px;
  position: relative;
}

.mplu .sec01-title {
  color: #001c7f;
  font-size: 56px;
  line-height: 1.2;
  margin-bottom: 10px;
  padding: 0;
  text-align: left;
}

.sec01-sub {
  color: #001c7f;
  font-size: 34px;
}

.mplu .sec01-tag {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  background: #fff;
  border: 1px solid #001c7f;
  color: #001c7f;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-size: 17px;
  font-weight: 700;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin-bottom: 10px;
  width: 190px;
}

.mplu .sec01-name {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
}

.sec01-data {
  margin-top: 50px;
}

.sec01-data .note {
  font-size: 10px;
}

.sec01-item {
  position: absolute;
  right: 0;
  top: -40px;
}

.sec01-point {
  bottom: 35px;
  left: 300px;
  position: absolute;
}

.sec01-release {
  bottom: 0;
  position: absolute;
  right: 0;
}

.mplu-sec02 {
  background: #ebf2fc;
  margin-bottom: 60px;
  padding: 50px 40px;
  position: relative;
}

.sec02-tag {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  margin-bottom: 20px;
}

.sec02-tag p {
  background: #001c7f;
  border-radius: 16px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  margin-right: 10px;
  padding: 0.2em 20px;
}

.mplu-sec02 > p {
  font-family: 'Zen Kaku Gothic New', '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

.mplu .mplu-sec02 > h2 {
  color: #001c7f;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
}

.sec02-img {
  position: absolute;
  right: 0;
  top: 25px;
}

.mplu-sec02 ul {
  margin-top: 30px;
}

.mplu-sec02 ul li {
  font-size: 15px;
  line-height: 1.6;
  padding-left: 1em;
  text-indent: -1em;
}

.mplu-sec03 {
  /* background-image: url(/drphil/images/goods/MPLU/sec03-head.png), url(/drphil/images/goods/MPLU/sec03-bg.jpg); */
  background-image: url(/drphil/images/goods/MPLU/sec03-bg.jpg);
  background-position: top center, center center;
  background-repeat: no-repeat, no-repeat;
  background-size: 960px auto, cover;
  margin-bottom: 90px;
  padding-bottom: 65px;
  padding-left: 60px;
  padding-right: 60px;
  /* padding-top: 30px; */
  padding-top: 65px;
  position: relative;
}

.sec03-release {
  margin-bottom: 40px;
}

.sec03-release h3 {
  border-bottom: 2px solid #fff;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  margin: 0 auto 3px;
  padding-bottom: 3px;
  text-align: center;
  width: 408px;
}

.sec03-release p {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

.cart-inner .brand {
  font-size: 18px;
  font-weight: 700;
}

.cart-inner .name {
  font-size: 24px;
  font-weight: 700;
}

.cart-inner .size {
  font-size: 18px;
}

.cart-buttons {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-top: 60px;
}

.teiki-button {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  background: url(/drphil/images/goods/MPLU/teiki-icon.png) no-repeat left 30px center/44px auto;
  background-color: #fff;
  color: #001c7f;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  font-size: 21px;
  font-weight: 700;
  height: 98px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin-right: 25px;
  outline: 3px solid #001c7f;
  outline-offset: -3px;
  padding-left: 115px;
  position: relative;
  width: 300px;
}

.teiki-button img {
  height: auto;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -26px;
  width: 294px;
}

.cart-button {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  background: url(/drphil/images/goods/MPLU/cart-icon.png) no-repeat left 30px center/41px auto;
  background-color: #001250;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  font-size: 21px;
  font-weight: 700;
  height: 98px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  padding-left: 120px;
  position: relative;
  width: 300px;
}

.sec03-item {
  position: absolute;
  right: 40px;
  top: 40px;
}

.sec03-merit {
  background: #fff;
  border-radius: 10px;
  margin-top: 45px;
  padding: 20px;
  position: relative;
  width: 628px;
}

.sec03-merit::before {
  background: url(/drphil/images/goods/MPLU/sec03-fukidashi.png) no-repeat center center/42px auto;
  content: '';
  display: block;
  height: 36px;
  left: 132px;
  position: absolute;
  top: -35px;
  width: 42px;
}

.sec03-merit > h3 {
  color: #347eaf;
  font-family: 'Zen Kaku Gothic New', '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
}

.merit-items {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin-bottom: 20px;
}

.merit-items > div {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  background: #347eaf;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 96px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  width: 280px;
}

.merit-items > div p {
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
  margin-left: 10px;
}

.teiki-info {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}

.teiki-info > a {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  background: url(/drphil/images/goods/MPLU/arrow-white.png) no-repeat right 10px center/10px auto;
  background-color: #aaa;
  border-radius: 4px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  height: 42px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin-right: 20px;
  width: 198px;
}

.teiki-info ul li {
  font-size: 9px;
  line-height: 1.7;
}

.mplu-sec04 {
  margin: 0 auto 65px;
  width: 848px;
}

.sec04-heading {
  margin-bottom: 30px;
}

.sec04-title {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  position: relative;
}

.sec04-title h2 {
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 20px;
  text-align: center;
}

.sec04-title h2 span {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff00));
  background: linear-gradient(transparent 60%, #ffff00 60%);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}

.sec04-title h2 span small {
  font-size: 22px;
}

.sec04-title > img {
  height: auto;
  width: 192px;
}

.sec04-title > p {
  bottom: -40px;
  font-size: 18px;
  position: absolute;
  right: 0;
}

.sec04-inner {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  border-bottom: 2px solid #333;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 40px;
  position: relative;
}

.sec04-inner > img {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 104px;
}

.sec04-skin {
  width: 395px;
}

.sec04-skin > h3 {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-size: 21px;
  font-weight: 700;
  height: 58px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin-bottom: 325px;
  width: 100%;
}

.sec04-skin__left {
  background: #6187b0;
}

.sec04-skin__right {
  background: #3f4c6d;
}

.sec04-skin ul li {
  font-size: 18px;
  font-weight: 700;
  padding-left: 1em;
  text-indent: -1em;
}

.sec04-text .lead {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

.sec04-text > img {
  display: block;
  margin: 0 auto;
}

.sec04-text h3 {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}

.sec04-text h3 > span {
  display: block;
  margin: 10px 0;
}

.sec04-text h3 .tag {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  background: #2164c1;
  border-radius: 10px;
  color: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  height: 57px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  width: 232px;
}

.sec04-text h3 span img {
  margin: 0 5px;
}

.mplu-sec05 {
  background: url(/drphil/images/goods/MPLU/sec05-bg.png) no-repeat center center/cover;
  border-radius: 20px;
  margin-bottom: 80px;
  padding-bottom: 25px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 45px;
}

.sec05-copy {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.sec05-copy__text {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}

.mplu .sec05-copy__fukidashi {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  background: #fff;
  color: #001c7f;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-size: 24px;
  font-weight: 700;
  height: 46px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin-bottom: 20px;
  position: relative;
  width: 500px;
}

.mplu .sec05-copy__fukidashi::after {
  background: url(/drphil/images/goods/MPLU/sec05-fukidashi.png) no-repeat center center/26px auto;
  bottom: -19px;
  content: '';
  display: block;
  height: 20px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 26px;
}

.sec05-copy__text h2 {
  color: #fff;
  font-family: 'Zen Kaku Gothic New', '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
  font-size: 66px;
  font-weight: 700;
  white-space: nowrap;
}

.sec05-copy__text .sec05-copy__name {
  color: #fff;
  font-family: 'Zen Kaku Gothic New', '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.sec05-point {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.mplu-sec05 .note {
  color: #fff;
  font-size: 10px;
  text-align: right;
}

.mplu-sec06 {
  background: url(/drphil/images/goods/MPLU/sec06-bg.jpg) no-repeat center center/cover;
  margin-bottom: 70px;
  padding: 60px 65px 50px;
  position: relative;
}

.sec06-moist {
  position: absolute;
  right: 10px;
  top: 40px;
}

.mplu-sec06 > h2 {
  color: #001c7f;
  font-family: 'Zen Kaku Gothic New', '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}

.mplu-sec06 > h2 .text-dot {
  position: relative;
}

.mplu-sec06 > h2 .text-dot::before {
  background: #001c7f;
  border-radius: 50%;
  content: '';
  display: block;
  height: 6px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 6px;
}

.mplu-sec06 > .lead {
  color: #001c7f;
  font-family: 'Zen Kaku Gothic New', '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
  font-size: 18px;
  line-height: 2;
}

.sec06-oil {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin-bottom: 90px;
  margin-top: 50px;
}

.sec06-oil__contents {
  position: relative;
  width: 380px;
}

.sec06-oil__contents h3 {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  background: #001c7f;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-family: 'Zen Kaku Gothic New', '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
  font-size: 20px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  line-height: 1.2;
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
}

.mplu .sec06-oil__contents p {
  font-family: 'Zen Kaku Gothic New', '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
  font-size: 16px;
  text-align: center;
  white-space: nowrap;
}

.sec06-oil__contents .comment {
  position: absolute;
  right: -115px;
  top: 25px;
}

.sec06-block.block01 {
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: 55px;
  padding-bottom: 48px;
}

.sec06-block.block02 {
  margin-bottom: 75px;
}

.sec06-block .pickup {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin-bottom: 40px;
}

.sec06-block__title {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  margin-bottom: 30px;
}

.sec06-block__title img {
  margin-right: 30px;
}

.sec06-block__title h3 {
  color: #001c7f;
  font-family: 'Zen Kaku Gothic New', '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
  font-size: 28px;
}

.sec06-block__text > p {
  font-family: 'Zen Kaku Gothic New', '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

.sec06-block__text > p + p {
  margin-top: 30px;
}

.sec06-block__text > p.note {
  font-size: 10px;
}

.block02-cleansing {
  margin-top: 35px;
}

.block02-cleansing h3 {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  background: #001c7f;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-family: 'Zen Kaku Gothic New', '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
  font-size: 20px;
  font-weight: 700;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin-bottom: 30px;
  width: 100%;
}

.block02-cleansing > div {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 70px;
  position: relative;
}

.block02-cleansing > div > img:first-child {
  margin-right: 30px;
}

.block02-cleansing > div p {
  position: absolute;
  right: 0;
  top: 0;
}

.sec06-movie {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  background: #fff;
  border-radius: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 40px 40px 30px 35px;
}

.sec06-movie__text h2 {
  color: #fff;
  display: inline-block;
  font-family: 'Zen Kaku Gothic New', '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
  font-size: 31px;
  font-weight: 700;
  margin-bottom: 20px;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}

.sec06-movie__text h2 span:first-child {
  display: block;
}

.sec06-movie__text h2 span {
  background: #2164c1;
  display: inline-block;
  padding: 0 10px;
}

.sec06-movie__text h2 span + span {
  margin-top: 5px;
}

.sec06-movie__text h3 {
  font-family: 'Zen Kaku Gothic New', '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 10px;
}

.sec06-movie__text p {
  font-family: 'Zen Kaku Gothic New', '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.sec06-block.block03 .notes {
  margin-top: 30px;
}

.sec06-block.block03 .notes li {
  font-size: 10px;
  line-height: 1.8;
}

.mplu-sec07 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  background: #e7f0fc;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  margin-bottom: 110px;
  padding: 30px 0 40px 80px;
  position: relative;
}

.mplu-sec07 h2 {
  margin-bottom: 20px;
  padding-left: 28px;
}

.mplu-sec07 > img {
  position: absolute;
  right: 105px;
  top: 58px;
}

.mplu-sec07 p {
  font-family: 'Zen Kaku Gothic New', '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.mplu-sec08 {
  margin: 0 auto 100px;
  padding-bottom: 50px;
  position: relative;
  width: 909px;
}

.mplu-sec08::after {
  background: #e5e5e5;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 899px;
}

.mplu-sec08 h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}

.mplu-sec08 ul {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}

.mplu-sec08 ul li {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  border: 1px solid;
  border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-size: 15px;
  height: 65px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  line-height: 1.2;
  margin: 0 5px 10px;
  text-align: center;
  width: 293px;
}

.mplu-sec08 ul li sup {
  margin-top: -1em;
}

.mplu-sec08 p {
  font-size: 11px;
  text-align: right;
}

.mplu-sec09 > h3 {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-size: 26px;
  font-weight: 700;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin-bottom: 40px;
}

.mplu-sec09 > h3 span {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  position: relative;
}

.mplu-sec09 > h3 span::before {
  background: #333;
  content: '';
  display: block;
  height: 4px;
  margin-right: 20px;
  width: 162px;
}

.mplu-sec09 > h3 span::after {
  background: #333;
  content: '';
  display: block;
  height: 4px;
  margin-left: 20px;
  width: 162px;
}

.sec09-cart {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin: 0 auto;
  width: 840px;
}

.sec09-cart__item {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  width: 388px;
}

.sec09-cart__item h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
}

.sec09-cart__item h4 {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  border-radius: 20px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-size: 21px;
  font-weight: 700;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin-bottom: 20px;
  width: 100%;
}

.sec09-cart__item.cream h4 {
  background: #001c7f;
}

.sec09-cart__item.oil h4 {
  background: #398ac3;
}

.sec09-cart__item .brand {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.sec09-cart__item .name {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
  text-align: center;
}

.sec09-cart__item .size {
  font-size: 18px;
  margin-bottom: 20px;
}

.sec09-cart__item.cream a {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  background: #cccccc;
  border-radius: 16px;
  color: #333;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-size: 14px;
  height: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  width: 300px;
}

.sec09-cart__item.oil .cart-buttons {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  margin-top: 0;
  width: 100%;
}

.sec09-cart__item.oil .cart-buttons a {
  background-position: left 93px center;
  background-size: 33px auto;
  font-size: 18px;
  height: 54px;
  padding-left: 158px;
  width: 100%;
}

.sec09-cart__item.oil .cart-buttons .cart-button {
  margin-bottom: 45px;
}

.sec09-cart__item.oil .cart-buttons .teiki-button {
  margin-right: 0;
}

.sec09-merit {
  background: #efefef;
  border-radius: 20px;
  margin: 40px auto 20px;
  padding: 30px 40px;
  position: relative;
  width: 840px;
}

.sec09-merit::before {
  background: url(/drphil/images/goods/MPLU/arrow-gray.png) no-repeat center center/28px auto;
  content: '';
  display: block;
  height: 26px;
  position: absolute;
  right: 165px;
  top: -25px;
  width: 28px;
}

.sec09-merit > h3 {
  color: #347eaf;
  font-family: 'Zen Kaku Gothic New', '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}

.sec09-merit .merit-items > div {
  height: 80px;
  width: 370px;
}

.sec09-merit .merit-items > div img {
  height: auto;
  width: 54px;
}

.sec09-merit .merit-items > div p {
  font-size: 23px;
}

.sec09-merit .teiki-info a {
  font-size: 16px;
  height: 46px;
  width: 300px;
}

.sec09-merit .teiki-info ul li {
  font-size: 11px;
  white-space: nowrap;
}

.mplu-sec09 > p {
  font-size: 11px;
  padding-right: 60px;
  text-align: right;
}

.mplu-detail {
  border-top: 1px solid #8c8c8c;
  margin: 50px auto 60px;
  padding-top: 40px;
  width: 900px;
}

.mplu .mplu-detail .c-drphil-detail__title {
  border: none;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  padding: 0;
}

.mplu .mplu-detail .c-drphil-detail__data {
  margin-bottom: 40px;
}

.mplu .mplu-detail .c-drphil-detail__data dt {
  font-size: 15px;
  font-weight: 700;
}

.mplu .mplu-detail .c-drphil-detail__data dd {
  font-size: 15px;
  font-weight: 700;
  margin: 0;
}

.mplu .mplu-detail .c-drphil-detail__ingredients {
  border: 1px solid #d51348;
  border-radius: 5px;
  padding: 8px;
}

.mplu .mplu-detail .c-drphil-detail__ingredients .c-drphil-detail__heading {
  border: none;
  color: #d51348;
  cursor: pointer;
  font-size: 15px;
  padding: 0;
  text-align: center;
}

.mplu .mplu-detail .c-drphil-detail__text {
  display: none;
  margin-top: 8px;
}

.mplu .mplu-detail .c-drphil-detail__text p {
  font-size: 14px;
}

.mplu .mplu-detail02 .c-drphil-detail__title {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin: 0 0 24px;
  padding: 15px 20px;
  position: relative;
}

.mplu-detail__steps {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin-bottom: 50px;
}

.mplu-detail__step {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  width: 270px;
}

.mplu-detail__step p {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8;
  margin-top: 10px;
}

.mplu-detail__step p span {
  display: block;
  font-size: 18px;
  text-align: center;
}

.mplu-detail__contents + .mplu-detail__contents {
  margin-top: 60px;
}

.mplu .mplu-detail__contents p {
  font-size: 15px;
  padding-left: 25px;
}

.mplu-detail__contents ul {
  padding-left: 40px;
}

.mplu .mplu-detail__contents ul li {
  font-size: 15px;
  line-height: 1.8;
  padding-left: -1em;
  text-indent: -1em;
}

.mplu .mplu-detail__contents ul li span {
  color: #d51348;
  font-weight: 700;
  text-decoration: underline;
}
