@charset "UTF-8";
/*共通*/
.breadcrumbs:empty {
  margin: 8px 0 0;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .breadcrumbs:empty {
    margin-top: 20px;
  }
}

/*PC*/
/*TAB*/
/*SP*/
.page-default {
  margin: 0 auto;
  padding: 80px 0 72px 0;
  width: 1000px;
  box-sizing: border-box;
}

h1 {
  margin: 0 0 56px 0;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 30px;
  line-height: 1;
  text-align: center;
}

h1 em {
  font-size: 17px;
  font-style: normal;
}

img {
  border: none;
  height: auto;
  vertical-align: top;
}

.aligncenter {
  margin: auto;
  display: block;
  clear: both;
}

.clearfix:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*/ /*/
height: auto;
overflow: hidden;
/**/
}

/*2025.07追加********************************************************************/
.one-day-step {
  /*リンクエリア*/
  /*KV*/
  /*care-skincare*/
  /*背景*/
  /*simple skinkcare*/
  /*regular_skincare*/
  /*Plus／Special SKINCARE*/
  /*TAB*/
  /*SP*/
}
@media screen and (min-width: 769px) {
  .one-day-step .pc_hidden {
    display: none !important;
  }
}
.one-day-step .main {
  overflow: hidden;
  color: #727171;
  background: #dbe5ea;
}
@media only screen and (min-width: 1024px) {
  .one-day-step .main.is-fixed {
    margin-top: 80px;
  }
}
.one-day-step .main .page-default {
  padding: 0;
  width: 100%;
}
.one-day-step .main .inner {
  margin-right: auto;
  margin-left: auto;
  width: 1000px;
}
.one-day-step .main h1 {
  margin-bottom: 16px;
  font-weight: bold;
}
.one-day-step .main h1 small {
  display: block;
  letter-spacing: 0.08em;
  font-size: 22px;
}
.one-day-step .main h1 em {
  margin-top: 0.4em;
  display: block;
  font-size: 25px;
}
.one-day-step .linkarea {
  padding: 40px 0 56px;
  background: #e6ebed;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
}
.one-day-step .linkarea p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.88888889;
}
.one-day-step .linkarea ul {
  margin: 35px auto 0;
  display: flex;
  justify-content: space-between;
  width: 910px;
}
.one-day-step .linkarea ul li {
  width: 420px;
  background: #f7fafd;
}
.one-day-step .linkarea ul li a {
  padding: 0.4em 0.2em 0.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 50px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.one-day-step .kv {
  display: flex;
  justify-content: center;
}
.one-day-step .kv-lead {
  margin-top: 16px;
  padding-bottom: 27px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8888888889;
  text-align: center;
}
.one-day-step .care-skincare {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  width: calc(100% - 20px);
  max-width: 940px;
}
.one-day-step .care-skincare > li {
  width: calc(50% - 20px);
}
.one-day-step .care-skincare .care-caption {
  width: 100%;
  text-align: center;
}
.one-day-step .care-skincare .care-caption span {
  position: relative;
  z-index: 1;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.075em;
}
.one-day-step .care-skincare .care-caption span:before {
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 6px;
  background: #aaabab;
  content: "";
}
.one-day-step .bg-content,
.one-day-step .bg-content-sp {
  position: relative;
  z-index: 1;
}
.one-day-step .bg-content:before,
.one-day-step .bg-content-sp:before {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  width: 150vw;
  width: 150dvw;
  height: 100%;
  content: "";
}
.one-day-step .bg-content .care-caption,
.one-day-step .bg-content-sp .care-caption {
  position: absolute;
  top: 27px;
  width: calc(200% + 40px);
}
.one-day-step .bg-content.simple_skincare:before,
.one-day-step .bg-content-sp.simple_skincare:before {
  background: #dcdddd;
}
.one-day-step .bg-content.regular_skincare .care-caption,
.one-day-step .bg-content-sp.regular_skincare .care-caption {
  top: -17px;
}
.one-day-step .bg-content.regular_skincare:before,
.one-day-step .bg-content-sp.regular_skincare:before {
  background: #e6ebed;
}
.one-day-step .bg-content.plus_skincare .care-caption,
.one-day-step .bg-content-sp.plus_skincare .care-caption {
  top: -17px;
}
.one-day-step .bg-content.plus_skincare:before,
.one-day-step .bg-content-sp.plus_skincare:before {
  background: #c9dae3;
}
.one-day-step .bg-content-sp:before {
  content: none;
}
.one-day-step .simple_skincare {
  padding: 82px 0 45px;
  position: relative;
}
.one-day-step .simple_skincare .simple-step {
  padding: 18px 20px 38px;
  position: relative;
  z-index: 1;
  background: url(../images/one-day-step/index/simple-step-bgi.png) no-repeat center bottom;
  background-size: 100% auto;
  text-align: center;
}
.one-day-step .simple_skincare .simple-step:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 50%;
  background: #fff;
  pointer-events: none;
  content: "";
}
.one-day-step .simple_skincare .simple-step h3 {
  margin-top: 4px;
}
.one-day-step .simple_skincare .simple-step h3 span {
  padding-bottom: 0.25em;
  border-bottom: solid 7px #727171;
  display: inline-block;
  line-height: 1.1;
}
.one-day-step .simple_skincare .simple-step h3 small {
  display: block;
  font-size: 15px;
  font-weight: 200;
  text-align: left;
}
.one-day-step .simple_skincare .simple-step h3 b {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 22px;
  font-weight: bold;
}
.one-day-step .simple_skincare .simple-step .simple-lead {
  margin-top: 0.95em;
  margin-bottom: 0.65em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.6666666667;
}
.one-day-step .simple_skincare .simple-step.is-night .simple-icon img {
  margin: 2px 0 0 -2px;
  width: 34px;
}
.one-day-step .simple-icon {
  margin: 0 auto;
  border: solid 1px #727171;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  text-align: center;
}
.one-day-step .simple-icon img {
  width: 40px;
  height: auto;
}
.one-day-step .simple-icon.-is-night {
  padding: 9px 0 0 3px;
  display: block;
}
.one-day-step .simple-icon.-is-night img {
  width: 35px;
}
.one-day-step .panel-contents li .simple-icon {
  position: absolute;
  top: 20px;
  right: 20px;
}
.one-day-step .panel-contents li .notice.is-left {
  padding-left: 35px;
  font-size: 14px;
}
.one-day-step .panel-contents li .notice.is-left em {
  font-style: normal;
}
.one-day-step .care-skincare .panel-contents {
  padding: 45px 15px;
  position: relative;
  z-index: 1;
}
.one-day-step .care-skincare .panel-contents h4 {
  margin-bottom: 12px;
  padding-left: 2px;
  display: flex;
  align-items: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 21px;
  font-weight: bold;
}
.one-day-step .care-skincare .panel-contents h4 small {
  font-size: 17px;
}
.one-day-step .care-skincare .panel-contents h4 .regular-subtitle {
  border-bottom: solid 1px #727171;
  display: block;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
.one-day-step .care-skincare .panel-contents h4 .ls1 {
  letter-spacing: 0.1em;
}
.one-day-step .care-skincare .panel-contents h4 .ls2 {
  letter-spacing: 0.2em;
}
.one-day-step .care-skincare .panel-contents .icon-step {
  margin-right: 1em;
  padding-top: 0.5em;
  border: solid 1px #727171;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 63px;
  height: 63px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.one-day-step .care-skincare .panel-contents .icon-step em {
  display: block;
  font-size: 1.1em;
  font-style: normal;
}
.one-day-step .care-skincare .panel-contents .icon-step:empty {
  border: none;
}
.one-day-step .care-skincare .panel-contents .icon-step + span {
  letter-spacing: 0.05em;
}
.one-day-step .care-skincare .panel-contents li {
  padding: 17px 25px 1em;
  display: flex;
  flex-direction: column;
  position: relative;
  background: #f7fafd;
}
.one-day-step .care-skincare .panel-contents li:before {
  display: block;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 1em;
  height: 1em;
  background: url(../images/one-day-step/index/icon-arrow.svg) no-repeat;
  background-size: contain;
  font-size: 22px;
}
.one-day-step .care-skincare .panel-contents li.is-or:before {
  background: url(../images/one-day-step/index/icon-or.svg) no-repeat;
  background-size: contain;
  font-size: 30px;
}
.one-day-step .care-skincare .panel-contents li + li {
  margin-top: 44px;
}
.one-day-step .care-skincare .panel-contents li + li:before {
  content: "";
}
.one-day-step .care-skincare .panel-contents .regular-lead {
  margin-top: 1em;
  padding: 0 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.44;
}
.one-day-step .care-skincare .panel-contents .regular-thin {
  margin-top: 0.9em;
  font-size: 18px;
  font-weight: 100;
  line-height: 1.33333333;
  text-align: center;
}
.one-day-step .care-skincare .panel-contents .panel-highlight {
  margin-top: 0.3em;
  font-size: 21.6px;
  line-height: 1.15;
  text-align: center;
}
.one-day-step .care-skincare .panel-contents .panel-highlight em {
  padding: 0 0.8em;
  display: inline-block;
  background: #dbe5ea;
  font-style: normal;
  white-space: nowrap;
}
.one-day-step .care-skincare .panel-contents .panel-highlight.is-left {
  text-align: left;
}
.one-day-step .care-skincare .panel-contents .panel-highlight.is-left em {
  padding: 0 0.3em 0 1.8em;
}
.one-day-step .care-skincare .panel-contents .panel-highlight.is-gray em {
  background: #eceef0;
}
.one-day-step .care-skincare .panel-contents .panel-highlight.is-line {
  padding-left: 42px;
  font-size: 18px;
}
.one-day-step .care-skincare .panel-contents .panel-highlight.is-line em {
  padding: 0;
  position: relative;
  z-index: 1;
  background: none;
}
.one-day-step .care-skincare .panel-contents .panel-highlight.is-line em:after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 0.25em;
  background: #dbe5ea;
  content: "";
}
.one-day-step .care-skincare .panel-contents .panel-highlight + .regular-thin {
  margin-top: 0.5em;
}
.one-day-step .care-skincare .panel-contents .panel-with_item {
  margin-bottom: 1em;
  position: relative;
}
.one-day-step .care-skincare .panel-contents .panel-link {
  margin: auto -4px 0 0;
  font-size: 17px;
  text-align: right;
}
.one-day-step .care-skincare .panel-contents .panel-link a {
  border-bottom: solid 1px #727171;
  display: inline-block;
  color: inherit;
  line-height: 1.3;
}
.one-day-step .care-skincare .panel-contents .is-moisture-lotion .panel-with_item {
  padding: 0 0 0 34px;
}
.one-day-step .care-skincare .panel-contents .is-moisture-lotion .panel-item {
  position: absolute;
  top: 10px;
  left: -4px;
}
.one-day-step .care-skincare .panel-contents .is-moisture-lotion .is-ion_gel {
  margin-top: 18px;
}
.one-day-step .care-skincare .panel-contents .is-premium-lotion .panel-with_item {
  padding: 4px 0 0 34px;
}
.one-day-step .care-skincare .panel-contents .is-premium-lotion .panel-item {
  position: absolute;
  top: 9px;
  left: 11px;
}
.one-day-step .care-skincare .panel-contents .is-premium-lotion .is-ion_gel {
  margin-top: 18px;
}
.one-day-step .care-skincare .panel-contents .is-cleansing-water .panel-with_item {
  padding: 3px 0 0 52px;
  letter-spacing: -0.01em;
}
.one-day-step .care-skincare .panel-contents .is-cleansing-water .panel-item {
  position: absolute;
  top: 7px;
  left: 31px;
}
.one-day-step .care-skincare .panel-contents .is-cleansing-water .panel-highlight.is-left em {
  padding-left: 35px;
}
.one-day-step .care-skincare .panel-contents .is-cleansing-water .panel-highlight.is-margin {
  margin-top: 0.5em;
}
.one-day-step .care-skincare .panel-contents .is-cleansing-water .panel-highlight.is-line {
  margin-top: 0.6em;
  padding-left: 33px;
}
.one-day-step .care-skincare .panel-contents .is-cleansing-water .panel-highlight.is-line em {
  padding-left: 0;
}
.one-day-step .care-skincare .panel-contents .is-cleansing-water .is-seibun {
  margin-top: 25px;
}
.one-day-step .care-skincare .panel-contents .is-soap .panel-with_item {
  margin-bottom: 3px;
  padding: 0 0 0 130px;
  letter-spacing: -0.2em;
}
.one-day-step .care-skincare .panel-contents .is-soap .panel-with_item.is-under {
  margin: 0;
  padding: 0 0 0 4px;
}
.one-day-step .care-skincare .panel-contents .is-soap .panel-with_item.is-under .panel-highlight em {
  padding: 0 11px;
  letter-spacing: -0.033em;
}
.one-day-step .care-skincare .panel-contents .is-soap .panel-item {
  position: absolute;
  top: 12px;
  left: 9px;
}
.one-day-step .care-skincare .panel-contents .is-soap .panel-highlight.is-left.is-gray {
  margin: 0 -4px;
}
.one-day-step .care-skincare .panel-contents .is-soap .panel-highlight.is-left.is-gray em {
  padding: 4px 6px;
  line-height: 1.05;
}
.one-day-step .care-skincare .panel-contents .is-serum .panel-with_item {
  padding: 2px 0 0 43px;
}
.one-day-step .care-skincare .panel-contents .is-serum .panel-with_item em {
  padding-left: 30px;
}
.one-day-step .care-skincare .panel-contents .is-serum .panel-item {
  position: absolute;
  top: 5px;
  left: 14px;
}
.one-day-step .care-skincare .panel-contents .is-serum .plain-text {
  padding: 5px 0 0 32px;
  font-size: 18px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
.one-day-step .care-skincare .panel-contents .is-serum .plain-text span {
  position: relative;
  z-index: 1;
}
.one-day-step .care-skincare .panel-contents .is-serum .plain-text span:before {
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 5px;
  background: #dbe5ea;
  pointer-events: none;
  content: "";
}
.one-day-step .care-skincare .panel-contents .is-serum .is-ion_gel {
  margin-top: 10px;
}
.one-day-step .care-skincare .panel-contents .is-serum .is-bihada + .plain-text {
  margin-top: 0.4em;
}
.one-day-step .panel-contents .simple-icon-wrap {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 20px;
  right: 11px;
  width: 146px;
  height: 64px;
}
.one-day-step .panel-contents .simple-icon-wrap .simple-icon {
  position: static;
}
.one-day-step .plus_skincare .panel-contents li:first-child:before {
  top: -53px;
  content: "";
}
.one-day-step .plus_skincare .panel-contents li + li:before {
  content: none;
}
.one-day-step .plus_skincare .notice {
  display: table;
}
.one-day-step .plus_skincare .notice:before {
  display: table-cell;
  width: 1em;
  content: "※";
}
.one-day-step .plus_skincare .panel-contents li {
  padding: 20px 10px 1em;
}
.one-day-step .plus_skincare .panel-contents .plus-headline {
  display: block;
}
.one-day-step .plus_skincare .panel-contents .plus-headline > span {
  display: flex;
  justify-content: space-between;
}
.one-day-step .plus_skincare .panel-contents .plus-headline > span > span, .one-day-step .plus_skincare .panel-contents .plus-headline > span small {
  padding: 0 0.25em;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 87px;
  height: 29px;
  color: #fff;
  background: #727171;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  letter-spacing: -0.02em;
}
.one-day-step .plus_skincare .panel-contents .plus-headline > span > span {
  flex-shrink: 0;
}
.one-day-step .plus_skincare .panel-contents .plus-headline > span small {
  margin-left: 5px;
  padding: 0 8px;
  display: inline-flex;
  width: auto;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1;
}
.one-day-step .plus_skincare .panel-contents .plus-headline > span small + small {
  margin-top: 6px;
}
.one-day-step .plus_skincare .panel-contents .plus-headline > span .highlight-wrap {
  margin-right: auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  min-width: 0;
  height: auto;
  background: none;
}
.one-day-step .plus_skincare .panel-contents .plus-headline > span.is-special > span:not(.highlight-wrap) {
  margin-left: -3px;
  width: 87px;
  letter-spacing: 0.05em;
}
.one-day-step .plus_skincare .panel-contents .plus-headline > span.is-special > small {
  width: 100%;
  font-size: 17px;
}
.one-day-step .plus_skincare .panel-contents .plus-headline .plus-subtitle {
  margin-top: 10px;
  display: block;
  text-align: center;
  letter-spacing: 0.1em;
}
.one-day-step .plus_skincare .panel-contents .plus-headline .plus-subtitle span {
  padding-bottom: 1px;
  border-bottom: solid 1px #727171;
  display: inline-block;
  line-height: 1;
}
.one-day-step .plus_skincare .panel-contents .border-headline {
  padding-left: 26px;
  display: inline-block;
  position: relative;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Noto Sans JP", sans-serif;
}
.one-day-step .plus_skincare .panel-contents .border-headline small {
  padding: 0 1em;
  display: inline-block;
  position: relative;
  font-size: 21px;
  line-height: 1.2;
  text-align: center;
}
.one-day-step .plus_skincare .panel-contents .border-headline small:before, .one-day-step .plus_skincare .panel-contents .border-headline small:after {
  display: block;
  position: absolute;
  width: 0.75em;
  height: 0.75em;
  content: "";
}
.one-day-step .plus_skincare .panel-contents .border-headline small:before {
  border-left: 1px solid #727171; /* 左の線 */
  left: 0;
  top: 0;
  border-top: 1px solid #727171; /* 上の線 */
}
.one-day-step .plus_skincare .panel-contents .border-headline small:after {
  border-right: 1px solid #727171; /* 左の線 */
  right: 0;
  top: 0;
  border-top: 1px solid #727171; /* 上の線 */
}
.one-day-step .plus_skincare .panel-contents .border-headline small span:before, .one-day-step .plus_skincare .panel-contents .border-headline small span:after {
  display: block;
  position: absolute;
  width: 0.75em;
  height: 0.75em;
  content: "";
}
.one-day-step .plus_skincare .panel-contents .border-headline small span:before {
  border-left: 1px solid #727171; /* 左の線 */
  left: 0;
  bottom: 0;
  border-bottom: 1px solid #727171; /* 上の線 */
}
.one-day-step .plus_skincare .panel-contents .border-headline small span:after {
  border-right: 1px solid #727171; /* 左の線 */
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #727171; /* 上の線 */
}
.one-day-step .plus_skincare .panel-contents .border-headline b {
  margin: 15px 0 0 69px;
  padding: 0 0.5em 2px;
  border-bottom: solid 1px #727171;
  display: inline-block;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
}
.one-day-step .plus_skincare .panel-contents .plus-lead {
  margin-top: 10px;
  padding: 0 14px;
}
.one-day-step .plus_skincare .panel-contents .notice-wrap {
  margin-top: 4px;
  padding: 0 0 0 14px;
  font-size: 15.5px;
  line-height: 1.3;
}
.one-day-step .plus_skincare .panel-contents .panel-link {
  margin-right: 9px;
}
.one-day-step .plus_skincare .panel-contents .is-prime-essence {
  right: 33px;
  transform: translateX(-50%);
}
.one-day-step .plus_skincare .panel-contents .is-prime-essence:before {
  left: calc(100% + 33px);
}
.one-day-step .plus_skincare .panel-contents .is-prime-essence.is-morning {
  background: none;
}
.one-day-step .plus_skincare .panel-contents .is-prime-essence.is-morning > * {
  opacity: 0;
}
.one-day-step .plus_skincare .panel-contents .is-prime-essence .plus-headline .plus-subtitle {
  margin-top: 19px;
}
.one-day-step .plus_skincare .panel-contents .is-prime-essence .panel-with_item {
  padding: 7px 0 0 45px;
}
.one-day-step .plus_skincare .panel-contents .is-prime-essence .panel-with_item .is-ion_gel {
  margin-top: 10px;
}
.one-day-step .plus_skincare .panel-contents .is-prime-essence .panel-item {
  position: absolute;
  top: -15px;
  left: -6px;
}
.one-day-step .plus_skincare .is-sunscreen .panel-with_item {
  padding: 1px 0 0 116px;
}
.one-day-step .plus_skincare .is-sunscreen .panel-highlight.is-left.is-line {
  padding-left: 32px;
  letter-spacing: 0.04em;
}
.one-day-step .plus_skincare .is-sunscreen .panel-item {
  position: absolute;
  top: -1px;
  left: 24px;
}
.one-day-step .plus_skincare .is-mask .panel-with_item {
  padding: 13px 0 0 61px;
}
.one-day-step .plus_skincare .is-mask .panel-with_item .panel-highlight em {
  padding-left: 58px;
}
.one-day-step .plus_skincare .is-mask .panel-with_item .panel-highlight.is-line {
  padding-left: 0;
}
.one-day-step .plus_skincare .is-mask .panel-with_item .panel-highlight.is-line em {
  padding: 0;
}
.one-day-step .plus_skincare .is-mask .panel-item {
  position: absolute;
  top: 27px;
  left: -9px;
}
@media screen and (max-width: 1050px) {
  .one-day-step .wrapper .header-new .header-cart__new-member {
    height: 24px;
  }
  .one-day-step .linkarea ul {
    padding: 0 20px;
    width: 100%;
  }
  .one-day-step .linkarea ul li {
    width: calc(50% - 10px);
  }
  .one-day-step .linkarea ul li a {
    font-size: 14px;
  }
  .one-day-step .linkarea ul li a:hover {
    color: inherit;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .one-day-step .main .inner {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .one-day-step .simple-step-morning,
  .one-day-step .simple-step-night {
    width: 100%;
    height: auto;
  }
  .one-day-step .kv-btn-area {
    display: none;
  }
  .one-day-step .care-skincare > li {
    width: calc(50% - 10px);
  }
  .one-day-step .care-skincare .panel-contents {
    padding-right: 10px;
    padding-left: 10px;
  }
  .one-day-step .care-skincare .panel-contents li {
    padding: 20px 1em;
  }
  .one-day-step .care-skincare .panel-contents h4 {
    font-size: min(2.1vw, 18px);
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) and (max-width: 840px) {
  .one-day-step .care-skincare .panel-contents h4 .icon-step {
    margin-right: 0.5em;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .one-day-step .care-skincare .panel-contents .simple-icon-wrap {
    top: 20px;
    right: 12px;
    width: 110px;
  }
  .one-day-step .care-skincare .panel-contents .simple-icon-wrap .simple-icon {
    margin: 0;
  }
  .one-day-step .care-skincare .panel-contents .simple-icon {
    width: 52px;
    height: 52px;
  }
  .one-day-step .care-skincare .panel-contents .simple-icon img {
    width: 32px;
    height: auto;
  }
  .one-day-step .care-skincare .panel-contents .simple-icon.-is-night img {
    width: 27px;
  }
  .one-day-step .care-skincare .panel-contents .regular-lead {
    font-size: 15px;
  }
  .one-day-step .care-skincare .panel-contents .regular-thin {
    font-size: 16px;
  }
  .one-day-step .care-skincare .panel-contents .panel-highlight {
    font-size: 18px;
  }
  .one-day-step .care-skincare .panel-contents .plus-headline > span span {
    min-width: 70px;
    font-size: 1.8vw;
  }
  .one-day-step .care-skincare .panel-contents .plus-headline > span small {
    font-size: 1.64vw;
  }
  .one-day-step .care-skincare .panel-contents .plus-headline > span.is-special small {
    font-size: 1.64vw;
  }
  .one-day-step .care-skincare .panel-contents .border-headline small {
    font-size: min(2.3vw, 20px);
  }
  .one-day-step .care-skincare .panel-contents .is-mask .panel-highlight.is-line {
    font-size: min(1.9vw, 15px);
  }
  .one-day-step .care-skincare .panel-contents .is-mask .panel-item {
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .one-day-step {
    /*リンクエリア*/
  }
  .one-day-step .sp_hidden {
    display: none !important;
  }
  .one-day-step .main .page-default h1 {
    margin-bottom: 13px;
  }
  .one-day-step .main .inner {
    width: calc(100% - 40px);
  }
  .one-day-step .main h1 small {
    font-size: 17.6px;
  }
  .one-day-step .main h1 em {
    margin-top: 0.5em;
    font-size: 20px;
  }
  .one-day-step .linkarea {
    padding: 30px 0 35px;
  }
  .one-day-step .linkarea p {
    font-size: 14.4px;
  }
  .one-day-step .linkarea ul {
    margin: 30px auto 0;
    padding: 0 20px;
    display: block;
    width: 100%;
  }
  .one-day-step .linkarea ul li {
    width: 100%;
  }
  .one-day-step .linkarea ul li + li {
    margin-top: 15px;
  }
  .one-day-step .linkarea ul li a {
    padding: 0.4em 0.2em 0.2em;
    min-height: 40px;
    font-size: 14.4px;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .one-day-step {
    /*KV*/
    /*care-skincare*/
    /*背景*/
    /*simple skinkcare*/
    /*regular_skincare*/
    /*Plus／Special SKINCARE*/
  }
  .one-day-step .main .page-default img {
    max-width: 100%;
    height: auto;
  }
  .one-day-step .kv {
    display: block;
  }
  .one-day-step .kv img {
    width: 100%;
    height: auto;
  }
  .one-day-step .kv-lead {
    margin-top: 25px;
    padding-bottom: 27px;
    font-size: 15px;
    line-height: 1.8133333333;
  }
  .one-day-step .kv-btn-area {
    margin-top: 20px;
    padding: 0 46px;
  }
  .one-day-step .kv-btn-area a {
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 300px;
  }
  .one-day-step .kv-btn-area a ~ a {
    margin-top: 11px;
  }
  .one-day-step .care-skincare {
    padding: 0 10px;
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .one-day-step .care-skincare > li {
    margin: 0 auto;
    position: relative;
    width: 100%;
  }
  .one-day-step .care-skincare .care-caption {
    width: 100%;
  }
  .one-day-step .care-skincare .care-caption span {
    font-size: 16px;
  }
  .one-day-step .care-skincare .care-caption span:before {
    bottom: -1px;
    height: 5px;
  }
  .one-day-step .bg-content-sp:before {
    content: "";
  }
  .one-day-step .bg-content .care-caption,
  .one-day-step .bg-content-sp .care-caption {
    position: relative;
    width: 100%;
  }
  .one-day-step .bg-content.simple_skincare .care-caption,
  .one-day-step .bg-content-sp.simple_skincare .care-caption {
    top: 2px;
  }
  .one-day-step .bg-content.regular_skincare .care-caption,
  .one-day-step .bg-content-sp.regular_skincare .care-caption {
    top: -16px;
  }
  .one-day-step .bg-content.plus_skincare .care-caption,
  .one-day-step .bg-content-sp.plus_skincare .care-caption {
    top: -16px;
  }
  .one-day-step .simple_skincare {
    padding: 20px 0 36px;
  }
  .one-day-step .simple_skincare .simple-step-wrap {
    margin-top: 21px;
  }
  .one-day-step .simple_skincare .simple-step {
    padding: 20px 0 32px;
    width: 100%;
  }
  .one-day-step .simple_skincare .simple-step .simple-icon {
    width: 52px;
    height: 52px;
  }
  .one-day-step .simple_skincare .simple-step .simple-icon img {
    width: 32px;
    height: auto;
  }
  .one-day-step .simple_skincare .simple-step h3 {
    margin-top: 2px;
  }
  .one-day-step .simple_skincare .simple-step h3 span {
    border-bottom: solid 5px #727171;
  }
  .one-day-step .simple_skincare .simple-step h3 small {
    font-size: 11.76px;
  }
  .one-day-step .simple_skincare .simple-step h3 b {
    font-size: 17.64px;
  }
  .one-day-step .simple_skincare .simple-step .simple-lead {
    margin-bottom: 0.4em;
    font-size: 17px;
  }
  .one-day-step .simple_skincare .simple-step .simple-step-morning {
    width: calc(100% - 23px);
    max-width: 416px;
  }
  .one-day-step .simple_skincare .simple-step .simple-step-night {
    margin-left: 8px;
    width: calc(100% - 18px);
    max-width: 420px;
  }
  .one-day-step .simple_skincare .simple-step.is-night .simple-icon img {
    margin: 2px 0 0 -1px;
    width: 28px;
  }
  .one-day-step .simple_skincare .simple-step.is-night .simple-lead {
    margin-bottom: 0.4em;
  }
  .one-day-step .regular_skincare {
    padding-bottom: 25px;
  }
  .one-day-step .care-skincare .panel-contents {
    padding: 10px;
  }
  .one-day-step .care-skincare .panel-contents h4 {
    padding-left: 2px;
    display: flex;
    align-items: center;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 16.8px;
    font-weight: bold;
  }
  .one-day-step .care-skincare .panel-contents h4 small {
    font-size: 13.6px;
  }
  .one-day-step .care-skincare .panel-contents h4 .regular-subtitle {
    line-height: 1;
  }
  .one-day-step .care-skincare .panel-contents .icon-step {
    width: 51px;
    height: 51px;
    font-size: 14.4px;
  }
  .one-day-step .care-skincare .panel-contents .icon-step + span {
    letter-spacing: 0.05em;
  }
  .one-day-step .care-skincare .panel-contents .notice.is-left {
    padding-left: 20px;
    font-size: 12px;
    font-feature-settings: "palt";
  }
  .one-day-step .care-skincare .panel-contents .simple-icon {
    top: 14px;
    right: 14px;
    width: 52px;
    height: 52px;
  }
  .one-day-step .care-skincare .panel-contents .simple-icon img {
    width: 32px;
  }
  .one-day-step .care-skincare .panel-contents .simple-icon.-is-night img {
    width: 27px;
  }
  .one-day-step .care-skincare .panel-contents li {
    padding: 12px 20px 20px;
  }
  .one-day-step .care-skincare .panel-contents li:before {
    top: -24px;
    font-size: 16px;
  }
  .one-day-step .care-skincare .panel-contents li.is-or:before {
    font-size: 24px;
  }
  .one-day-step .care-skincare .panel-contents li + li {
    margin-top: 35px;
  }
  .one-day-step .care-skincare .panel-contents .regular-lead {
    margin-top: 1em;
    padding-bottom: 32px;
    font-size: 13.6px;
    line-height: 1.54;
  }
  .one-day-step .care-skincare .panel-contents .regular-thin {
    margin-top: 1em;
    font-size: 14.4px;
  }
  .one-day-step .care-skincare .panel-contents .panel-highlight {
    margin-top: 0.35em;
    font-size: 17.28px;
  }
  .one-day-step .care-skincare .panel-contents .panel-highlight + .regular-thin {
    margin-top: 0.5em;
  }
  .one-day-step .care-skincare .panel-contents .panel-highlight.is-line {
    padding-left: 34px;
    font-size: 14px;
  }
  .one-day-step .care-skincare .panel-contents .panel-with_item {
    margin: 0 auto 23px;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .one-day-step .care-skincare .panel-contents .panel-link {
    margin: auto -4px 0 0;
    font-size: 13.6px;
    line-height: 1.25;
  }
  .one-day-step .care-skincare .panel-contents .is-moisture-lotion .panel-with_item {
    padding: 0 0 0 18px;
  }
  .one-day-step .care-skincare .panel-contents .is-moisture-lotion .panel-item {
    top: 8px;
    left: -11px;
    width: 68px;
  }
  .one-day-step .care-skincare .panel-contents .is-moisture-lotion .is-ion_gel {
    margin-top: 11px;
  }
  .one-day-step .care-skincare .panel-contents .is-premium-lotion .panel-with_item {
    padding: 0 0 0 20px;
  }
  .one-day-step .care-skincare .panel-contents .is-premium-lotion .panel-item {
    top: 3px;
    left: 2px;
    width: 62px;
  }
  .one-day-step .care-skincare .panel-contents .is-premium-lotion .is-ion_gel {
    margin-top: 10px;
  }
  .one-day-step .care-skincare .panel-contents .is-cleansing-water .panel-with_item {
    padding: 0 0 0 8px;
  }
  .one-day-step .care-skincare .panel-contents .is-cleansing-water .panel-item {
    top: 9px;
    left: -7px;
    width: 52px;
  }
  .one-day-step .care-skincare .panel-contents .is-cleansing-water .panel-highlight.is-left em {
    padding-left: 27px;
  }
  .one-day-step .care-skincare .panel-contents .is-cleansing-water .panel-highlight.is-left.is-line {
    padding: 0 0 0 27px;
  }
  .one-day-step .care-skincare .panel-contents .is-cleansing-water .panel-highlight.is-left.is-line em {
    padding: 0;
  }
  .one-day-step .care-skincare .panel-contents .is-cleansing-water .panel-highlight.is-margin {
    margin-top: 0.35em;
  }
  .one-day-step .care-skincare .panel-contents .is-cleansing-water .notice.is-left {
    padding-left: 27px;
    line-height: 1;
  }
  .one-day-step .care-skincare .panel-contents .is-cleansing-water .is-seibun {
    margin-top: 20px;
  }
  .one-day-step .care-skincare .panel-contents .is-soap h4 {
    margin-bottom: 8px;
  }
  .one-day-step .care-skincare .panel-contents .is-soap .panel-with_item {
    margin-bottom: 3px;
    padding: 0 0 0 94px;
    letter-spacing: -0.15em;
  }
  .one-day-step .care-skincare .panel-contents .is-soap .panel-with_item.is-under {
    margin: -1px auto 23px;
    padding: 0 0 0 5px;
  }
  .one-day-step .care-skincare .panel-contents .is-soap .panel-with_item.is-under .panel-highlight em {
    padding: 2px 8px 1px;
    line-height: 1;
    letter-spacing: -1px;
  }
  .one-day-step .care-skincare .panel-contents .is-soap .panel-with_item.is-under .panel-highlight + .panel-highlight {
    margin-top: 4px;
  }
  .one-day-step .care-skincare .panel-contents .is-soap .panel-item {
    position: absolute;
    top: 12px;
    left: 4px;
    width: 93px;
  }
  .one-day-step .care-skincare .panel-contents .is-soap .panel-highlight.is-left.is-gray {
    margin: -3px 0 0;
  }
  .one-day-step .care-skincare .panel-contents .is-soap .panel-highlight.is-left.is-gray em {
    padding: 3px 2px;
    font-size: 17px;
    line-height: 1.1;
  }
  .one-day-step .care-skincare .panel-contents .is-serum .panel-with_item {
    padding: 0 0 0 9px;
  }
  .one-day-step .care-skincare .panel-contents .is-serum .panel-with_item em {
    padding-left: 25px;
  }
  .one-day-step .care-skincare .panel-contents .is-serum .panel-item {
    top: 5px;
    left: -11px;
    width: 67px;
  }
  .one-day-step .care-skincare .panel-contents .is-serum .plain-text {
    padding-left: 28px;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.075em;
    font-feature-settings: "palt";
  }
  .one-day-step .care-skincare .panel-contents .is-serum .plain-text span {
    position: relative;
    z-index: 1;
  }
  .one-day-step .care-skincare .panel-contents .is-serum .plain-text span:before {
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 5px;
    background: #dbe5ea;
    pointer-events: none;
    content: "";
  }
  .one-day-step .care-skincare .panel-contents .is-serum .is-ion_gel {
    margin-top: 6px;
  }
  .one-day-step .care-skincare .panel-contents .is-serum .is-bihada + .plain-text {
    margin-top: 0.25em;
  }
  .one-day-step .plus_skincare {
    padding-bottom: 25px;
  }
  .one-day-step .plus_skincare .panel-contents li:first-child:before, .one-day-step .plus_skincare .panel-contents li + li:before {
    content: none;
  }
  .one-day-step .plus_skincare .notice {
    display: table;
  }
  .one-day-step .plus_skincare .notice:before {
    display: table-cell;
    width: 1em;
    content: "※";
  }
  .one-day-step .plus_skincare .panel-contents li {
    padding: 20px 10px;
  }
  .one-day-step .plus_skincare .panel-contents .plus-headline {
    margin-left: -3px;
    display: block;
  }
  .one-day-step .plus_skincare .panel-contents .plus-headline > span {
    display: flex;
    justify-content: space-between;
  }
  .one-day-step .plus_skincare .panel-contents .plus-headline > span > span, .one-day-step .plus_skincare .panel-contents .plus-headline > span small {
    padding: 0 0.25em;
    min-width: 70px;
    height: 23px;
    font-size: 16px;
  }
  .one-day-step .plus_skincare .panel-contents .plus-headline > span > span {
    flex-shrink: 0;
  }
  .one-day-step .plus_skincare .panel-contents .plus-headline > span small {
    margin-left: 3px;
    font-size: 13.6px;
    letter-spacing: -0.02em;
  }
  .one-day-step .plus_skincare .panel-contents .plus-headline > span.is-special > span:not(.highlight-wrap) {
    width: 72px;
  }
  .one-day-step .plus_skincare .panel-contents .plus-headline .plus-subtitle {
    margin-top: 5px;
  }
  .one-day-step .plus_skincare .panel-contents .border-headline {
    margin-bottom: 8px;
    padding: 0 0 0 20px;
    display: flex;
    flex-direction: column;
  }
  .one-day-step .plus_skincare .panel-contents .border-headline small {
    margin-right: auto;
    font-size: 17px;
    line-height: 1.25;
  }
  .one-day-step .plus_skincare .panel-contents .border-headline small span {
    flex-shrink: 0;
  }
  .one-day-step .plus_skincare .panel-contents .border-headline b {
    margin: 12px 0 0 -20px;
    font-size: 19px;
    line-height: 1;
  }
  .one-day-step .plus_skincare .panel-contents .plus-lead {
    margin-top: 8px;
    padding: 0 10px;
    font-size: 13.6px;
    line-height: 1.4117647059;
  }
  .one-day-step .plus_skincare .panel-contents .notice-wrap {
    margin-top: 6px;
    padding: 0 0 0 10px;
    font-size: 12.4px;
  }
  .one-day-step .plus_skincare .panel-contents .panel-link {
    margin-right: 9px;
  }
  .one-day-step .plus_skincare .panel-contents .is-prime-essence {
    left: 0;
    transform: none;
  }
  .one-day-step .plus_skincare .panel-contents .is-prime-essence .panel-with_item {
    padding: 0 0 0 31px;
  }
  .one-day-step .plus_skincare .panel-contents .is-prime-essence .panel-with_item .is-ion_gel {
    margin-top: 7px;
  }
  .one-day-step .plus_skincare .panel-contents .is-prime-essence .simple-icon-wrap {
    top: 20px;
    right: 12px;
    width: 110px;
  }
  .one-day-step .plus_skincare .panel-contents .is-prime-essence .simple-icon-wrap .simple-icon {
    margin: 0;
  }
  .one-day-step .plus_skincare .panel-contents .is-prime-essence .plus-headline .plus-subtitle {
    margin-top: 11px;
  }
  .one-day-step .plus_skincare .panel-contents .is-prime-essence .panel-item {
    top: -16px;
    left: -10px;
    width: 87px;
  }
  .one-day-step .plus_skincare .panel-contents .is-prime-essence.is-morning {
    background: #fff;
  }
  .one-day-step .plus_skincare .panel-contents .is-prime-essence.is-morning > * {
    opacity: 1;
  }
  .one-day-step .plus_skincare .panel-contents .is-sunscreen .panel-with_item {
    padding: 0 0 0 74px;
  }
  .one-day-step .plus_skincare .panel-contents .is-sunscreen .panel-with_item .panel-highlight em {
    padding-left: 20px;
  }
  .one-day-step .plus_skincare .panel-contents .is-sunscreen .panel-with_item .panel-highlight.is-line {
    padding: 0 0 0 13px;
  }
  .one-day-step .plus_skincare .panel-contents .is-sunscreen .panel-with_item .panel-highlight.is-line em {
    padding: 0;
  }
  .one-day-step .plus_skincare .panel-contents .is-sunscreen .panel-item {
    top: -8px;
    left: -11px;
    width: 120px;
  }
  .one-day-step .plus_skincare .panel-contents .is-mask .panel-with_item {
    padding: 0 0 0 41px;
  }
  .one-day-step .plus_skincare .panel-contents .is-mask .panel-with_item .panel-highlight em {
    padding-left: 46px;
  }
  .one-day-step .plus_skincare .panel-contents .is-mask .panel-with_item .panel-highlight.is-line {
    padding-left: 0;
  }
  .one-day-step .plus_skincare .panel-contents .is-mask .panel-with_item .panel-highlight.is-line em {
    padding: 0;
    letter-spacing: 0.025em;
  }
  .one-day-step .plus_skincare .panel-contents .is-mask .panel-item {
    top: 5px;
    left: -3px;
    width: 116px;
  }
}
