@charset "UTF-8";

body.wwd {
  color: #50514F;
}

body.wwd .wwd__loading {
  background-color: #d6d6d6;
  background-image: url("../img/ring.svg");
}

img {
  max-width: 100%;
}

.wwd__nav__link {
  font-family: -apple-system, "SF UI Text", Sans-Serif;
  font-size: 19px;
}

.wwd__nav {
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  -ms-animation-delay: 1.2s;
}

.wwd__editorial__header .efe-scroll-fade-in-up {
  -webkit-transition-duration: 2s;
  -moz-transition-duration: 2s;
  -ms-transition-duration: 2s;
  -o-transition-duration: 2s;
  transition-duration: 2s;
  -webkit-transition-delay: -0.75s;
  -moz-transition-delay: -0.75s;
  -o-transition-delay: -0.75s;
  -ms-transition-delay: -0.75s;
  transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
}

.wwd__editorial {
  font-family: "Hiragino Sans", "Helvetica Neue", sans-serif;
}

.wwd__editorial__item {
  background: #fff;
  color: #50514F;
}

.wwd__editorial__item__title {
  font-size: 36px;
  font-weight: 300;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .wwd__editorial__item__title {
    font-size: 1.5em;
  }
}

.wwd__editorial__item__text {
  line-height: 1.8rem;
}

.wwd__editorial__item__body {
  width: 100%;
}

.wwd__editorial__item__content {
    text-align: center;
    padding: 60px 10px 90px;
    line-height: 1.8em;
    margin-bottom: 0;
}

.wwd__editorial__item__content .wwd__editorial__item__title {
    line-height: 1.4;
}

@media screen and (min-width: 992px) {
  .wwd__editorial__item__content {
    width: 900px;
    margin: 0 auto;
    padding: 115px 0 0;
  }
}

.wwd__editorial__link {
  text-decoration: none;
}

.wwd__editorial__link--btn {
  color: #fff;
  background: #858585;
  display: block;
  padding: 16px 0;
  text-align: center;
  margin-top: 60px;
}

@media screen and (min-width: 768px) {
  .wwd__editorial__link--btn {
    width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 768px) {
  .wwd__editorial__section__body--text .wwd__editorial__item__title {
    line-height: 3rem;
    font-size: 2rem;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .wwd__editorial__section__body--text .wwd__editorial__item__title {
    line-height: 2rem;
    font-size: 1.4rem;
    margin-bottom: 50px;
  }
}

.wwd__editorial__thumbnails {
  margin-top: 60px;
  padding: 0 10px 20px;
}

.wwd__editorial__thumbnails .col-sm-gap {
  padding: 0 10px;
}

.wwd__editorial__thumbnail {
  position: relative;
  display: block;
}
.wwd__editorial__thumbnail:before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  transition: all ease 0.15s;
}

.wwd__editorial__thumbnail:hover:before {
  opacity: 0;
}

.wwd__editorial__thumbnail--1:before {
  background: rgba(209,191,149,0.50);
}

.wwd__editorial__thumbnail--2:before {
  background: rgba(226, 203, 201, 0.50);
}

.wwd__editorial__thumbnail--3:before {
  background: rgba(208,223,221,0.50);
}

.wwd__editorial__thumbnail--4:before {
  background: rgba(195,213,222,0.50);
}

.wwd__editorial__thumbnail__img {
  position: relative;
  z-index: 0;
  line-height: 0;
  width: 100%;
}

.wwd__editorial__thumbnail__img img {
  width: 100%;
}

.wwd__editorial__thumbnail__logo {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.wwd__editorial__thumbnail__logo img {
  height: 100%;
}

.wwd__daimaru {
  font-weight: 300;
  font-family: "Hiragino Sans", "Helvetica Neue", sans-serif;
  font-size: 16px;
}

.wwd__main__daimaru__list__sp {
  width: 100%;
  position: relative;
  z-index: 50;
  padding: 0;
}

.wwd__main__daimaru__list__sp:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

.wwd__main__daimaru__list__sp01:before {
  background: rgba(209,191,149,0.50);
}

.wwd__main__daimaru__list__sp02:before {
  background: rgba(226, 203, 201, 0.50);
}

.wwd__main__daimaru__list__sp03:before {
  background: rgba(208,223,221,0.50);
}

.wwd__main__daimaru__list__sp04:before {
  background: rgba(195,213,222,0.50);
}

.wwd__main__daimaru__list__sp01 {
  background: url(../img/thumbnail/sp/sp_thumbnail_01.png) no-repeat;
  background-size: contain;
}

.wwd__main__daimaru__list__sp02 {
  background: url(../img/thumbnail/sp/sp_thumbnail_02.png) no-repeat;
  background-size: contain;
}

.wwd__main__daimaru__list__sp03 {
  background: url(../img/thumbnail/sp/sp_thumbnail_03.png) no-repeat;
  background-size: contain;
}

.wwd__main__daimaru__list__sp04 {
  background: url(../img/thumbnail/sp/sp_thumbnail_04.png) no-repeat;
  background-size: contain;
}

.wwd__main__report__lecture-Inner {
  width: 100%;
  padding: 0;
}

.wwd__main__daimaru__list__sp__caption {
  margin-bottom: 0;
}

.wwd__main__report__lecture__movie__background {
  background: none;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .wwd__main__report__lecture__movie__background {
    display: block;
  }
}

.wwd__main__daimaru__list__sp__caption__inner {
  position: relative;
  padding: 0;
  margin: 0;
  z-index: 50;
}

.wwd__main__daimaru__list__sp__caption__inner img {
  max-width: 100%;
}

.wwd__main__report__lecture__movie__title__icon {
  position: absolute;
  font-size: 40px;
  line-height: 1;
  padding: 0;
  margin: 0;
  bottom: 20px;
  width: 100%;
  z-index: 30;
}

.wwd__daimaru .wwd__main__report__lecture-Inner .wwd__main__report__lecture-sp__closebtn {
  color: #50514F;
}

@media screen and (max-width: 767px) {
  .wwd__main__report__lecture-Inner .wwd__main__report__lecture-sp__closebtn {
    position: absolute;
    bottom: 22px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 30;
  }
  .open .wwd__main__report__lecture-Inner .wwd__main__report__lecture-sp__closebtn {
    opacity: 1;
  }
}

.wwd__daimaru__title {
  margin: 0;
  text-align: center;
  position: relative;
  margin-top: -50px;
}

@media screen and (max-width: 767px) {
    .wwd__daimaru__title {
        /*height: 63px;*/
        margin-top: -20px;
    }

    .wwd__daimaru__title img {
        max-width: 100%;
    }
}

.wwd__daimaru__sub-title {
  text-align: center;
  position: relative;
  margin: 50px 0 35px;
}

.wwd__daimaru__sub-title img {
  position: relative;
  z-index: 10;
  background: #fff;
  padding: 0 50px;
  box-sizing: border-box;
}

.wwd__daimaru__sub-title:before {
  content: '';
  display: block;
  position: absolute;
  border-width: 0 0 1px;
  border-style: solid;
  width: 80%;
  top: calc(50% - 3px);
  left: 10%;
}
@media screen and (max-width: 767px) {
    .wwd__daimaru__sub-title {
        height: auto;
    }

    .wwd__daimaru__sub-title img {
        padding: 0 10px;
    }

    .wwd__daimaru__sub-title--howto img {
        padding: 0 20px;
    }

    .wwd__daimaru__sub-title:before {
        width: calc(100% + 60px);
        top: calc(50% + 10px);
        left: -10px;
    }
}

.wwd__daimaru__intro {
  color: #50514F;
  font-size: 1.25em;
  font-family: Hiragino Sans;
  font-weight: 300;
  text-align: center;
  margin: 32px 0;
  float: none;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
    .wwd__daimaru__intro {
        font-size: 1.15em;
        letter-spacing: 0;
        font-weight: 300;
        line-height: 1.67;
        margin: 45px 0 50px;
    }
}

.wwd__daimaru__product {
  text-align: center;
  padding: 0;
  margin-left: -20px;
  margin-right: -20px;
}

.wwd__daimaru__product li {
  padding: 0 20px;
}
.wwd__daimaru__product img {
  border-radius: 0;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
}

.wwd__daimaru__product h3,
.wwd__daimaru__product h4 span {
  display: block;
  font-family: "Helvetica Neue";
  font-size: 1.25rem;
  font-weight: 100;
  margin: 0 0 20px;
}

.wwd__daimaru__product h3 {
  letter-spacing: 1px;
}

.wwd__daimaru__product h4 {
  font-family: "Hiragino Sans",sans-serif;
  font-weight: 200;
  font-size: 18px;
  letter-spacing: 1px;
  margin-top: 0;
}

.wwd__daimaru__text {
  color: #50514F;
  font-size: 15px;
  text-align: center;
  line-height: 1.8rem;
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .wwd__daimaru__text {
    margin-bottom: 60px;
  }
}

.wwd__daimaru__link-wrapper {
    padding: 0 20px;
    height: 60px;
    margin-top: 60px;
    margin-bottom: -60px;
}

.wwd__daimaru__link--btn {
  color: #fff;
  margin: 0;
}

@media screen and (max-width: 767px) {
    .wwd__daimaru__link-wrapper {
        margin-bottom: 60px;
        padding: 0;
    }
    .wwd__daimaru__link--btn {
        margin-bottom: 60px;
    }
}

.wwd__daimaru__border--1 {
  background: #e8dfca;
}

.wwd__daimaru__border--1 .wwd__daimaru__sub-title:before,
.wwd__daimaru__border--1 .wwd__daimaru__product img {
  border-color: #8A6D2D;
}

.wwd__daimaru__border--1 .wwd__daimaru__link--btn {
  background: #8A6D2D;
}

.wwd__daimaru__border--2 {
  background: #e2cbc9;
}

.wwd__daimaru__border--2 .wwd__daimaru__sub-title:before,
.wwd__daimaru__border--2 .wwd__daimaru__product img {
  border-color: #C76063;
}

.wwd__daimaru__border--2 .wwd__daimaru__link--btn {
  background: #C76063;
}

.wwd__daimaru__border--3 {
  background: #D0DFDD;
}

.wwd__daimaru__border--3 .wwd__daimaru__sub-title:before,
.wwd__daimaru__border--3 .wwd__daimaru__product img {
  border-color: #4C726D;
}

.wwd__daimaru__border--3 .wwd__daimaru__link--btn {
  background: #4C726D;
}

.wwd__daimaru__border--4 {
  background: #C4D5DE;
}

.wwd__daimaru__border--4 .wwd__daimaru__sub-title:before,
.wwd__daimaru__border--4 .wwd__daimaru__product img {
  border-color: #3A7486;
}

.wwd__daimaru__border--4 .wwd__daimaru__link--btn {
  background: #3A7486;
}

.wwd__daimaru__border__container {
  background-clip: padding-box;
  padding: 0 50px;
  position: relative;
  z-index: 20;
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}

body.wwd .wwd__daimaru__border__container .wwd__wrap {
  width: 100%;
}

.wwd__daimaru__border {
  padding: 120px;
  position: relative;
  overflow: hidden;
}

.wwd__daimaru__border:before {
  display: block;
  content: '';
  position: absolute;
  height: calc(100% - 240px);
  width: calc(100% - 240px);
  max-width: 1000px;
  margin: 0 auto;
  top: 120px;
  left: 0;
  right: 0;
  z-index: 10;
  background: #fff;
  box-shadow: 0 0 0 40px rgba(255,255,255,0.45), 0 0 0 80px rgba(255,255,255,0.45);
}

@media screen and (max-width: 767px) {
  .wwd__daimaru__border {
    padding: 60px;
  }
  .wwd__daimaru__border:before {
    display: block;
    content: '';
    position: absolute;
    height: calc(100% - 120px);
    width: calc(100% - 120px);
    left: 0;
    right: 0;
    top: 60px;
    background: #fff;
    box-shadow: 0 0 0 20px rgba(255,255,255,0.45), 0 0 0 40px rgba(255,255,255,0.45);
  }
  .wwd__daimaru__border__container {
    box-shadow: none;
    background: none;
    padding: 0;
    position: relative;
    z-index: 20;
    margin-left: -50px;
    margin-right: -50px;
  }
}

.wwd__daimaru__howto {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .wwd__daimaru__howto {
    display: block;
  }
}

.wwd__daimaru__howto__video {
  padding-right: 40px;
}

#wwd__daimaru__sp__none__01,
#wwd__daimaru__sp__none__02,
#wwd__daimaru__sp__none__03,
#wwd__daimaru__sp__none__04 {
  background: none !important;
}

.wwd__daimaru__howto__video .wwd__editorial__video__toggle {
  padding: 0;
  border: none;
  line-height: 0;
  position: relative;
  z-index: 0;
}

.wwd__daimaru__howto__video .wwd__editorial__video__toggle img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .wwd__daimaru__howto__video {
    padding-right: 0;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 15px;
    overflow: hidden;
  }
}

.wwd__daimaru__howto__detail__text {
  font-size: 15px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .wwd__daimaru__howto__detail__text {
        margin: 5px 0 30px;
    }
}

.wwd__daimaru__howto__detail__title {
    margin: 0;
}
wwd__editorial__thumbnail__logo

.wwd__daimaru__product dl dt,
.wwd__daimaru__product dl dd {
  color: #50514F;
  padding: 0;
  margin: 0;
}

.wwd__daimaru__product dl dt {
    font-weight: 300;
    font-weight: 300;
}

.wwd__daimaru__product dl dd {
  padding-top: 15px;
  font-size: 15px;
}

@media screen and (max-width: 767px) {
    .wwd__daimaru__product dl dd {
        padding: 10px 0 20px;
    }
}

.wwd__daimaru__product dl dd span {
  font-size: 10px;
}

@media screen and (max-width: 767px) {
  .wwd__daimaru__product dl dt {
    padding: 0 25px;
  }
}

.wwd__editorial__shares, .wwd__editorial__shares .circles,
.wwd__editorial__shares .heading {
  color: inherit;
}

.wwd__editorial__aside {
  background-color: #fff;
  color: #50514F;
}

.wwd__editorial__aside a.wwd__daimaru_inquiry {
  color: inherit;
}
.wwd__editorial__shares .circles .icon {
  color: #50514F;
  border-color: #50514F;
}

.wwd__editorial__shares .circles .text {
  color: #50514F;
  font-size: 14px;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .wwd__editorial__shares .circles .icon {
    width: 56px;
    height: 56px;
  }
  .wwd__editorial__shares .circles .icon:before {
    font-size: 21pt;
    line-height: 56px;
  }
  .wrap-line {
    display: none;
  }
}

.wwd__daimaru__outbound__title {
  font-weight: 200;
  font-size: 1.5em;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid #50514F;
}

.wwd__daimaru__outbound__text img {
  max-height: 102px;
}

.wwd__daimaru__outbound__link {
    border-width: 1px;
    font-weight: 500;
}

.wwd__daimaru__outbound__aside {
  position: absolute;
  bottom: 14px;
  max-width: 1080px;
  text-align: right;
  font-size: 12px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.wwd__daimaru__outbound__link {
  width: 350px;
}

@media screen and (max-width: 767px) {
    .wwd__daimaru__outbound__body {
        padding: 20px;
        margin: 35px 20px;
    }
    .wwd__daimaru__outbound__title {
        font-weight: 300;
        font-size: 1.15em;
    }
    .wwd__daimaru__outbound__content {
        padding: 25px 5px 20px;
        box-sizing: border-box;
     }
    .wwd__daimaru__outbound__text {
        margin-left: -15px;
        margin-right: -15px;
    }
    .wwd__daimaru__outbound__aside {
        bottom: 10px;
        text-align: center;
        font-size: 0.6rem;
    }
    .wwd__daimaru__outbound__link {
        display: block;
        width: calc(100% - 124px);
        margin: 0 auto;
    }
}

@media screen and (min-width: 992px) {
  .wwd__daimaru__outbound__body {
    max-width: 1000px;
  }
  .wwd__daimaru__outbound__content {
    padding: 25px 5px 20px;
    box-sizing: border-box;
    max-width: 1000px;
    margin: 0 auto;
  }
}

.wwd__daimaru__outbound__text {
  margin-top: 25px;
  margin-bottom: 25px;
}

.wwd__daimaru__outbound__link {
  font-size: 0.95em;
}

.wwd__editorial__section--aside {
  padding-top: 40px;
}

.wwd__editorial__section--aside .wwd__editorial__item__title-text {
  font-size: 0.55em;
  font-weight: 100;
  letter-spacing: 1px;
}

.wwd__editorial__item__aside {
  font-size: 0.85rem
}

.wwd__editorial__aside__text {
  font-size: 1.1rem;
}

@media screen and (max-width: 767px) {
    .wwd__editorial__section--aside .wwd__editorial__item__title-text {
        font-size: 0.85em;
    }
}

/*
 スマホ用フッター調整上書きCSS
 (common/css/footer.css、common/css/footer.common.css)
*/

@media screen and (max-width: 767px) {
  div.a-footer__bg {
    display: none;
  }
}


#productsInfomationM {
	background-image: url(../img/skincare/sp_skincare.png);
}

#productsInfomationP {
	background-image: url(../img/skincare/pc_skincare.png);
}

#headerGifs {
    background-image: url(../video/header.gif);
}
