@charset "UTF-8";
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?dlnjoj");
  src: url("fonts/icomoon.eot?dlnjoj#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?dlnjoj") format("truetype"), url("fonts/icomoon.woff?dlnjoj") format("woff"), url("fonts/icomoon.svg?dlnjoj#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

.contents {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .contents {
    margin-top: 30px;
  }
}

.figure, .figure--full {
  margin-bottom: 40px;
}

.notes > li {
  padding-left: 1em;
}

.notes > li:before {
  content: "*";
}

.notes--order > li {
  padding-left: 2em;
}

.notes--order > li:before {
  content: "*" counter(cnt) "：";
}

.bottomNav {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .contents__main .bottomNav {
    margin-bottom: 40px;
  }
}

.productTable__info > ul {
  padding-right: 0;
}

.h2,
.h2--bdr {
  margin-bottom: 40px;
}

ul.tagWrap .tag--new,
ul.tagWrap .tag--category {
  font-size: 10px;
  height: 16px;
  margin-right: 0;
  padding-top: 3px;
}

@media screen and (max-width: 768px) {
  .beautyNews__link {
    padding: 10px 0;
  }
}

.contents__sub .beautyNews__txt p.beautyNews__ttl {
  min-height: auto;
  margin-bottom: 14px;
}

@media screen and (max-width: 768px) {
  .contents__sub .beautyNews__txt p.beautyNews__ttl {
    min-height: 50px;
  }
}

.beautyNews__txt p.beautyNews__ttl {
  line-height: 1.5;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .beautyNews__view {
    bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .beautyNews__favorite {
    bottom: 7px;
  }
}

.beautyNews__date {
  top: 10px;
  line-height: 1.3;
}

.beautyNews__link .tagWrap li {
  font-size: 10px;
}

.archiveMain__img {
  margin-bottom: 26px;
}

.archiveMain__img img {
  width: 100%;
}

.archiveTtl__head {
  padding-right: 30px;
}

.archiveTtl__head .favoriteBtnAlert__close img {
  width: 15px;
  height: 15px;
}

.favoriteBtnAlertWrap .favoriteBtnAlert {
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  z-index: 10;
}

.favoriteBtnAlertWrap .favoriteBtnAlert .balloon--right .balloon__inner::before {
  top: auto;
  right: 50%;
  bottom: -26px;
  border-top: 10px solid #e0e0e0;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  -webkit-transform: scale(1, 0.7) translate(50%, -50%);
          transform: scale(1, 0.7) translate(50%, -50%);
}

.favoriteBtnAlertWrap .favoriteBtnAlert .balloon--right .balloon__inner::after {
  top: auto;
  right: 50%;
  bottom: -24px;
  border-top: 10px solid #fafafa;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  -webkit-transform: scale(1, 0.7) translate(50%, -50%);
          transform: scale(1, 0.7) translate(50%, -50%);
}

.acording-item {
  position: relative;
  overflow: hidden;
  height: 700px;
}

.acording-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 180px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(19%, rgba(255, 255, 255, 0.9)), to(#fff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 19%, #fff 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 19%, #fff 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 19%, #fff 100%);
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .acording-item::before {
    height: 170px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0.8)), color-stop(52.8%, rgba(255, 255, 255, 0.9)), color-stop(54.8%, white), to(#fff));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0.9) 52.8%, white 54.8%, #fff 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0.9) 52.8%, white 54.8%, #fff 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0.9) 52.8%, white 54.8%, #fff 100%);
  }
}

.acording-item.is-show {
  height: auto;
}

.acording-item.is-show::before {
  display: none;
}

.read-more {
  position: absolute;
  bottom: 20px;
  left: 50%;
  cursor: pointer;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}

.read-more p {
  text-decoration: underline;
}

.lead-app {
  position: absolute;
  bottom: 20px;
  width: 324px;
  background: #5c5a5a;
  left: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}

.lead-app .link--nextWhite {
  color: white;
}

@media screen and (max-width: 768px) {
  .lead-app {
    width: 100%;
  }
}

.appMore.is-hide {
  display: none;
}

.appQrImagesContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 630px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
}

.appQrImagesContainer__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 280px;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .appQrImagesContainer__box__imgContainer {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .appQrImagesContainer__box {
    margin-top: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
  }
}

.appQrImagesContainer__box__caption {
  margin-bottom: 5px !important;
  margin-top: 0px !important;
}

@media screen and (max-width: 768px) {
  .appQrImagesContainer__box__caption {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

.appQrImagesContainer--button img {
  width: 150px;
  height: 50px;
}

.app-continue {
  text-align: center;
  border-bottom: solid 1px;
  width: 350px;
  margin: auto;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .app-continue {
    display: none;
  }
}

p.app-download {
  max-width: 630px;
  margin: auto;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  p.app-download {
    margin-top: 0px;
    text-align: center;
  }
}
