@charset "UTF-8";
/* reset */
#tblLayout {
  width: 100%;
}

#Wrap {
  width: auto !important;
}

body {
  overflow-x: hidden;
}

/* ページ共通 */
#featureArticle {
  max-width: 100%;
  overflow: hidden;
  color: #333;
  font-size: 16px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

#featureArticle * {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

#featureArticle img {
  vertical-align: top;
}

#featureArticle h1,
#featureArticle h2,
#featureArticle h3 {
  font-size: 1em;
}

#featureArticle sup {
  font-size: 0.5em;
  vertical-align: super;
}

#featureArticle p,
#featureArticle dd {
  text-align: justify;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

#featureArticle s {
  text-decoration: none;
  display: inline-block;
  position: relative;
}

#featureArticle s::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #444;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

#featureArticle ul::after {
  content: none;
}

#featureArticle .caution {
  margin: 1em 0;
  font-size: 0.85em;
}

#featureArticle a {
  display: block;
}

#featureArticle ul.caution,
#featureArticle ol.caution {
  text-indent: -1em;
  padding-left: 1em;
  letter-spacing: 0;
}

#featureArticle ul.caution li,
#featureArticle ol.caution li {
  line-height: 1.5;
}

#featureArticle ul.caution li + li,
#featureArticle ol.caution li + li {
  margin-top: 0.2em;
}

#featureArticle ul.caution li > span,
#featureArticle ol.caution li > span {
  margin-left: 0.2em;
  padding: 0 0.2em;
  border: 1px solid #999;
}

#featureArticle dd {
  position: relative;
}

#featureArticle .db {
  display: block;
}

#featureArticle .tac {
  text-align: center;
}

#featureArticle .tar {
  text-align: right;
}

#featureArticle .cRed {
  color: #b81649;
}

#featureArticle .btnWhite {
  display: block;
  border: 1px solid #333;
  padding: .5em;
  text-align: center;
  color: #333;
  font-family: "Hiragino Kaku Gothic W5 JIS2004";
  line-height: 1.5;
  border-radius: 2px;
  position: relative;
}

#featureArticle .btnWhite span {
  padding-top: 0.2em;
  display: block;
}

#featureArticle .btnWhite::after {
  content: "";
  width: .5em;
  height: .5em;
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#featureArticle .ffReiminR {
  font-family: 'Reimin Regular JIS2004';
}

#featureArticle .ffReiminM {
  font-family: 'Reimin Medium JIS2004';
}

#featureArticle .ffReiminB {
  font-family: "Reimin Bold JIS2004";
}

#featureArticle .ffHirakaku4 {
  font-family: "Hiragino Kaku Gothic W4 JIS2004";
}

#featureArticle .ffHirakaku5 {
  font-family: "Hiragino Kaku Gothic W5 JIS2004";
}

#featureArticle .ffHirakaku6 {
  font-family: "Hiragino Kaku Gothic W6 JIS2004";
}

#featureArticle {
  overflow: hidden;
}

#featureArticle #articleHeader {
  width: 960px;
  padding-top: 40px;
  margin: auto;
  text-align: center;
  background: url("../img/pc/articleHeadBG.png") no-repeat;
}

#featureArticle #articleHeader p {
  margin-top: -1em;
  padding-bottom: 2.5em;
  text-align: center;
}

#featureArticle #articleHeader p b {
  background-color: #f9e3cc;
}

#featureArticle .secWrap {
  width: 844px;
  margin: 120px auto 0;
}

#featureArticle .secWrap h2 {
  margin-bottom: 80px;
}

#featureArticle .secContent {
  position: relative;
}

#featureArticle .photo {
  position: absolute;
}

#featureArticle .acBody {
  padding: 50px 50px 0;
  overflow: hidden;
  max-height: 7em;
  position: relative;
  -webkit-transition: 1s;
  transition: 1s;
}

#featureArticle .acBody p {
  line-height: 1.6;
}

#featureArticle .acBody::after {
  content: "";
  display: block;
  width: 100%;
  height: 3.6em;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: 1.4s;
  transition: 1.4s;
}

#featureArticle .acBody.open {
  max-height: 18em;
}

#featureArticle .acBody.open::after {
  height: 0;
}

#featureArticle .acBody.open + .acTrigger .open {
  display: none;
}

#featureArticle .acBody.open + .acTrigger .close {
  display: block;
}

#featureArticle .acBody.open + .acTrigger::before {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

#featureArticle .acBody.open + .acTrigger::after {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

#featureArticle .acTrigger {
  width: 8em;
  padding: 1em 0;
  text-align: center;
  margin: 0 auto 30px;
  font-family: "Hiragino Kaku Gothic W6 JIS2004";
  position: relative;
  z-index: 10;
  cursor: pointer;
}

#featureArticle .acTrigger .close {
  display: none;
}

#featureArticle .acTrigger::before, #featureArticle .acTrigger::after {
  content: "";
  display: block;
  width: 1em;
  height: 2px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: .6s;
  transition: .6s;
}

#featureArticle .acTrigger::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#featureArticle .product {
  width: 740px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#featureArticle .product .image {
  width: 290px;
}

#featureArticle .product .data {
  width: 450px;
  position: relative;
  z-index: 2;
}

#featureArticle .product .data .point {
  text-align: center;
  margin-bottom: 1em;
}

#featureArticle .product .data ul {
  text-align: right;
  font-size: 18px;
}

#featureArticle .product .data ul a {
  text-decoration: underline;
}

#featureArticle .product .data ul a::after {
  content: " >";
}

#featureArticle .product .data ul a span {
  font-size: 0.85em;
}

#featureArticle .product .data ul a span::after {
  content: " ";
}

#featureArticle .product .data .bannerWrap {
  margin-top: 1.5em;
  text-align: right;
}

#featureArticle #secSkincare .product a {
  color: #cc9781;
}

#featureArticle #secSkincare p > b {
  background-color: #fff5c9;
}

#featureArticle #secSkincare .acTrigger {
  color: #cc9781;
}

#featureArticle #secSkincare .acTrigger::before, #featureArticle #secSkincare .acTrigger::after {
  background: #cc9781;
}

#featureArticle #secMake .product a {
  color: #a07791;
}

#featureArticle #secMake p > b {
  background-color: #fbebf4;
}

#featureArticle #secMake .acTrigger {
  color: #a07791;
}

#featureArticle #secMake .acTrigger::before, #featureArticle #secMake .acTrigger::after {
  background: #a07791;
}

#featureArticle #skincare01 {
  margin-bottom: 120px;
}

#featureArticle #skincare01 .photo {
  left: 560px;
  top: -42px;
}

#featureArticle #skincare01 .product .image {
  margin-left: -50px;
}

#featureArticle #skincare01 .product .caution {
  font-size: 0.75em;
  line-height: 1.5;
}

#featureArticle #skincare02 .photo {
  right: 534px;
  top: 32px;
}

#featureArticle #skincare02 .product {
  height: 280px;
}

#featureArticle #make01 .photo {
  left: 524px;
  top: -30px;
}

#featureArticle #make01 .product {
  height: 420px;
}

#featureArticle #make02 .photo {
  right: 382px;
  top: -12px;
}
/*# sourceMappingURL=pc.css.map */