@charset "UTF-8";
.l-content-wrap,
.l-hero-content-wrap {
  background-color: #fff;
}

.p-feature-body-btn {
  width: 100%;
  padding: 26px 18px 0;
}
.p-feature-body-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 52px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #001388;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  -webkit-box-shadow: 1px 1px 6px 1px rgba(1, 1, 1, 0.1);
          box-shadow: 1px 1px 6px 1px rgba(1, 1, 1, 0.1);
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.p-feature-body-btn a span {
  display: inline-block;
  padding-right: 1em;
  position: relative;
}
.p-feature-body-btn a span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-4px);
          transform: rotate(45deg) translateY(-4px);
  -webkit-transform-origin: right 50% 0;
          transform-origin: right 50% 0;
}
.p-feature-body-btn a:hover {
  background-color: #1f34b1;
  color: #fff;
}

.p-hero-headline {
  font-size: 24px;
  line-height: 1.4;
  color: #001388;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 0.1em;
}
.p-hero-headline small {
  display: inline-block;
  position: relative;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.1;
}
.p-hero-headline small:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  border-top: 1px solid #001388;
}
.p-hero-headline b {
  position: relative;
  font-size: 28.8px;
  margin-left: 0;
  line-height: 1.1;
}
.p-hero-headline sup {
  display: inline-block;
  font-size: 8px;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.p-hero-parts-main {
  width: 100%;
  position: relative;
}

.p-hero-image img {
  max-width: 100%;
}

.l-hero-main-content-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.l-hero-text-wrap {
  position: absolute;
  left: 0;
  top: 360px;
  width: 100%;
  opacity: 0;
}
.l-hero-text-wrap.is-visible {
  -webkit-animation: fadeIn 1.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s forwards;
          animation: fadeIn 1.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.p-hero-subhead {
  font-size: 25px;
  text-align: center;
  font-family: "Ryumin Medium KL", "Hiragino Mincho ProN", "Hiragino Mincho Pro", YuMincho, serif;
  font-weight: 500;
  line-height: 1.1;
  color: #001388;
  letter-spacing: 0.05em;
}
.p-hero-subhead b {
  display: inline-block;
  font-size: 32.5px;
  font-weight: 700;
  line-height: 1.1;
  font-family: "Ryumin Bold KL", "Hiragino Mincho ProN", "Hiragino Mincho Pro", YuMincho, serif;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
.p-hero-subhead b .is-num {
  display: inline-block;
  font-size: 42.5px;
  font-family: "Ryumin Medium KL", "Hiragino Mincho ProN", "Hiragino Mincho Pro", YuMincho, serif;
  font-weight: 500;
  line-height: 1.1;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.p-hero-subhead sup {
  display: inline-block;
  font-size: 8px;
  vertical-align: text-top;
}

.p-hero-product-name {
  padding: 5px 0 0;
  font-size: 16px;
  text-align: center;
  font-family: "Ryumin Medium KL", "Hiragino Mincho ProN", "Hiragino Mincho Pro", YuMincho, serif;
  font-weight: 500;
  color: #001388;
  line-height: 1.1;
  letter-spacing: 0.1em;
}

.p-hero-spec {
  padding: 8px 0 0;
  font-size: 12px;
  text-align: center;
  font-family: "Ryumin Medium KL", "Hiragino Mincho ProN", "Hiragino Mincho Pro", YuMincho, serif;
  font-weight: 500;
  color: #001388;
  line-height: 1.1;
  letter-spacing: 0.05em;
}
.p-hero-spec small {
  font-size: 9.6px;
}

.p-hero-info {
  padding: 15px 0 0;
  font-size: 13px;
  text-align: center;
  line-height: 1.1;
  letter-spacing: 0.075em;
}

.l-hero-campaign-wrap {
  width: 100%;
  padding: 0 13px 30px;
  opacity: 1;
  position: relative;
  z-index: 10;
}
.l-hero-campaign-wrap.is-visible {
  -webkit-animation: fadeInUp 1.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s forwards;
          animation: fadeInUp 1.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s forwards;
}
.l-hero-campaign-wrap.hiteiki {
  margin-top: -100px;
}
.l-hero-campaign-wrap.is-teiki {
  margin-top: -90px;
}
.l-hero-campaign-wrap.is-teiki .p-hero-campaign-link {
  margin-top: -92px;
}
.l-hero-campaign-wrap.is-login {
  margin-top: -110px;
}
.l-hero-campaign-wrap.is-notlogin {
  margin-top: -90px;
}
.l-hero-campaign-wrap.is-notlogin .p-hero-campaign-link {
  margin-top: -92px;
}
.l-hero-campaign-wrap.is-notlogin-no-param {
  margin-top: -86px;
}
.l-hero-campaign-wrap.is-notlogin-no-param .p-hero-campaign-banner-box {
  background-color: #fefbdd;
}
.l-hero-campaign-wrap.is-notlogin-no-param .p-hero-campaign-link {
  margin-top: 0;
}

.p-hero-campaign-banner-box {
  width: 100%;
  height: 100%;
  padding: 0 0 14px;
  position: relative;
  z-index: 1;
  background-color: #f0f5fc;
  border: 1px solid #001388;
}

.p-hero-campaign-image {
  width: 100%;
}
.p-hero-campaign-image img {
  max-width: 100%;
  vertical-align: top;
}

.p-hero-campaign-link {
  margin-top: -86px;
  width: 100%;
}

.p-hero-campaign-btn {
  position: relative;
  z-index: 10;
  padding: 0 38px;
  width: 100%;
  height: 52px;
}
.p-hero-campaign-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #3466ab;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.p-hero-campaign-btn a:after {
  content: "";
  display: block;
  position: absolute;
  left: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAmCAYAAAC29NkdAAAEi0lEQVRYhWL4////mv+o4Of///+v////X+D///8g+YHD//8zAAAAAP//YmJgYGBhQAVsDAwMGgwMDIFo4vQHDAwMAAAAAP//AjkwgIGBQQgJV0HlQOIDCxgYGAAAAAD//2IEBSMaEGZgYHjDwMDwGxqaAwcYGBgAAAAA///C5kAQuMHAwKDOwMAQysDAsH2AXPifgYHhGwAAAP//wuXAJgYGhlr6uwkOvjIwMPxkYGCYCAAAAP//AqVBbGDTADoOBLjB+YGBwRQAAAD//8IVgiDwgYGBgZ+BgcGCgYHhJh0d952BgeEkAwODPgMDgy8AAAD//8JXxi2AFo9JdC4Lmf7///8PjP//ZwcAAAD//8IVxSAAi+ZUOoUcDMQzMDAwMjAw7GJgYPgJAAAA///C58DdUBoUxaCophfwg1q0noGBgQEAAAD//8LnwM8MDAxHoWx3OrmOmYGBwRvK3sbAwMAAAAAA///C50AQWAul/WnrLjiwY2BgYGVgYLjDwMDwmIGBgQEAAAD//yLkwC1Q2pc+7oNH72owycDAAAAAAP//IiZXPYbmZnM65GCYXZZg/v//DAAAAAD//yIUgiCwBkr70CbQ4ECFgYFBBlS9MTAwHAeLMjAwAAAAAP//IsaBW6E0qF6mJfCCGr4RbgkDAwMAAAD//yLGgQcYGBj+QBsP0jR0YQiU3gwXYWBgAAAAAP//IsaBIMfBWjSwIoDagIeBgcEWaugOuOEMDAwAAAAA//8ixoEgAAt2WhU3rlD6NAMDw3u4KAMDAwAAAP//ItaB4EKThgU2rHiBZUgIYGBgAAAAAP//wteaQQfXGBgYNBkYGMKRMg41AKhgfgCtTrUYGBiuww1lYGAAAAAA//8ipYxqROv9URt8wLDz/38GAAAAAP//IjaKQQAld1EZgOr9FgwzGRgYAAAAAP//IiWKQQCUgAUYGBgsMaKCfABqWv1jYGD4hGEEAwMDAAAA//9C7xMTAusYGBiSGBgYtBkYGE7QMEQhgIGBAQAAAP//IjUEQcXMBgYGhgtI5RalANRBwu4IBgYGAAAAAP//ItWBnNC6kpoA1HsDeRZUBqICBgYGAAAAAP//IiWTgACoQzOFgYHhBxVdyM7AwIDdHQwMDAAAAAD//yI1BNEBKEQ5yNAHyhQfCapiYGAAAAAA//8ix4F8DAwMUtAc/ZIMxyED0CDVFwYGhidYZRkYGAAAAAD//yK1QdmEVjrv/v//vxAZDVPizPn/nwEAAAD//yLF0DwkA0//////C5R99f///+CYoNCcaxjm/P/PAAAAAP//ItZQ9v////+CGhQMFeP/////DaiYP5HmsEEHSJHN4cNpzv//DAAAAAD//yI2F4tBK/VfSD09UCJfDmUbkmAOaEgP2RxQDbICqzkMDAwAAAAA//8i1oGvoQ1XkOGwHh4XAwNDGJR9kQRzYOOOyObAuhOo5jAwMAAAAAD//yIlDRYjpZ3L/////wFl34KOp1DDHNQ0+P8/AwAAAP//IjX3dSAZCAIH/v//L0ZGLibOnP//GQAAAAD//wMAhHwCH/dbieoAAAAASUVORK5CYII=") no-repeat center center;
  background-size: 100% auto;
}
.p-hero-campaign-btn a:hover {
  background-color: #1f34b1;
  color: #fff;
}

.p-hero-campaign-not-btn {
  padding: 0 38px;
}
.p-hero-campaign-not-btn .is-text {
  width: 100%;
  height: 59px;
  position: relative;
  -ms-flex-line-pack: center;
      align-content: center;
  background-color: #fefbdd;
  border: 1px solid #001388;
  font-size: 11px;
  text-align: center;
  line-height: 1.8;
}
.p-hero-campaign-not-btn .is-text a {
  display: inline-block;
  position: relative;
  color: #001388;
  text-decoration: none;
}
.p-hero-campaign-not-btn .is-text a:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 3px;
  width: 100%;
  height: 0;
  border-top: 1px solid #001388;
}
.p-hero-campaign-text {
  padding: 24px 0 0;
  font-size: 11px;
  text-align: center;
}

.p-hero-campaign-annotation {
  padding: 10px 10px 0;
}
.p-hero-campaign-annotation .is-text {
  position: relative;
  padding-left: 1.5em;
  font-size: 9px;
}
.p-hero-campaign-annotation .is-text:before {
  content: "※";
  position: absolute;
  left: 0;
}

.p-hero-campaign-message {
  padding: 14px 0 0;
  font-size: 12px;
  text-align: center;
  line-height: 1.8;
}

.p-hero-spec-annotation {
  padding: 16px 13px 0;
}
.p-hero-spec-annotation .is-text {
  font-size: 8.5px;
}

.l-ce-caution-wrap {
  background: none;
  padding: 20px 0 0;
}

.p-ce-caution-flex {
  height: 95px;
  padding: 10px 0;
}

.p-ce-caution-inner .is-caution {
  font-size: 13px;
}
.p-ce-caution-inner .is-link {
  font-size: 11px;
}

.l-fixed-menu {
  background-color: #ebf1f8;
}

.p-fixed-menu-list {
  background: #ebf1f8;
}

.p-fixed-menu-item span {
  font-size: 16px;
  color: #001388;
}

.p-feature01-header {
  padding: 60px 0 0;
}

.p-feature01-headline {
  padding: 0;
  font-size: 32.2px;
  line-height: 1.1;
}
.p-feature01-headline small {
  display: inline-block !important;
}
.p-feature01-headline sub {
  font-size: 8px;
  vertical-align: baseline;
  letter-spacing: 0;
}

.p-feature01-subhead {
  padding: 12px 0 0;
  font-size: 21px;
  font-family: "Ryumin Medium KL", "Hiragino Mincho ProN", "Hiragino Mincho Pro", YuMincho, serif;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: #001388;
  letter-spacing: 0.075em;
  opacity: 0;
}
.p-feature01-subhead.is-visible {
  -webkit-animation: fadeInUp 1.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s forwards;
          animation: fadeInUp 1.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s forwards;
}
.p-feature01-subhead sub {
  font-size: 8px;
  vertical-align: baseline;
  letter-spacing: 0;
}

.p-feature01-body-lead {
  padding: 0 0 0 22px;
}
.p-feature01-body-lead .is-text {
  font-size: 13px;
}
.p-feature01-body-lead .is-text sup {
  top: -0.1em;
}

.p-feature02-header {
  height: auto;
  background: #f0e6b5 url(/assets/img/special/essence_5ce/0804/feature02_header_bg.png) no-repeat center center;
  background-size: 100% 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.p-feature02-headline {
  padding: 18px 0 17px;
  font-family: "Ryumin Medium KL", "Hiragino Mincho ProN", "Hiragino Mincho Pro", YuMincho, serif;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #001388;
}
.p-feature02-headline b {
  font-size: 30.8px;
  font-weight: 500;
}
.p-feature02-headline small {
  font-size: 22px;
  letter-spacing: 0.06em;
}

.l-feature-new-wrap {
  width: 100%;
  background-color: #fff;
}
.l-feature-new-wrap .p-feature06-header {
  padding-top: 0;
}

.p-point-label {
  font-size: 19px;
  font-family: "Ryumin Medium KL", "Hiragino Mincho ProN", "Hiragino Mincho Pro", YuMincho, serif;
  font-weight: 500;
  line-height: 1.1;
}
.p-point-label span {
  display: inline-block;
}
.p-point-label span img {
  max-width: 102px;
}

.p-point-num {
  position: absolute;
  width: 100%;
  right: 10px;
  top: 50px;
  z-index: -1;
  text-align: right;
}
.p-point-num:before {
  content: "01";
  display: block;
  position: absolute;
  right: -14px;
  top: -40px;
  font-size: 150px;
  color: #fdf9c6;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  font-family: "Ryumin Regular KL", "Hiragino Mincho ProN", "Hiragino Mincho Pro", YuMincho, serif;
  font-weight: 400;
  line-height: 1.1;
}
.p-point-num span {
  display: inline-block;
  -webkit-transform: rotate(8deg);
          transform: rotate(8deg);
  font-size: 20px;
  color: #001388;
}

.l-point01-content-wrap {
  width: 100%;
  position: relative;
}

.p-point01-header {
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 40px 0 0 18px;
  overflow: hidden;
}

.p-point01-headline {
  padding: 20px 0 0;
  font-size: 31px;
  font-family: "Ryumin Regular KL", "Hiragino Mincho ProN", "Hiragino Mincho Pro", YuMincho, serif;
  color: #001388;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.1em;
  opacity: 0;
}
.p-point01-headline.is-visible {
  -webkit-animation: fadeInUp 1.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s forwards;
          animation: fadeInUp 1.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s forwards;
}
.p-point01-headline small {
  font-size: 24.8px;
}
.p-point01-headline sub {
  font-size: 8px;
  vertical-align: baseline;
}

.p-point01-header-lead {
  padding: 20px 0 0;
  opacity: 0;
}
.p-point01-header-lead.is-visible {
  -webkit-animation: fadeInUp 1.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s forwards;
          animation: fadeInUp 1.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s forwards;
}
.p-point01-header-lead .is-text {
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.05em;
}
.p-point01-header-lead .is-text sup {
  top: -0.1em;
}

.p-point01-image-header {
  width: 100%;
  padding: 20px 18px 0;
  position: relative;
  opacity: 0;
}
.p-point01-image-header.is-visible {
  -webkit-animation: fadeInUp 1.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s forwards;
          animation: fadeInUp 1.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s forwards;
}

.p-point01-image-headline {
  width: 100%;
  position: absolute;
  left: 0;
  top: 26px;
  z-index: 2;
  font-size: 20px;
  text-align: center;
  font-family: "Ryumin Medium KL", "Hiragino Mincho ProN", "Hiragino Mincho Pro", YuMincho, serif;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.075em;
}
.p-point01-image-headline span {
  font-size: 24px;
  line-height: 1.1;
}

.p-point01-image-body {
  position: relative;
  z-index: 1;
}
.p-point01-image-body img {
  max-width: 100%;
}

.p-point01-subhead {
  width: 100%;
  padding: 60px 0 0;
  position: relative;
  background: url(/assets/img/special/essence_5ce/0804/icon_doble_arrow.svg) no-repeat center 18px;
  background-size: 41px 26px;
  font-size: 22px;
  font-family: "Ryumin Regular KL", "Hiragino Mincho ProN", "Hiragino Mincho Pro", YuMincho, serif;
  color: #001388;
  font-weight: 400;
  line-height: 1.1;
  text-align: center;
  letter-spacing: 0.075em;
  opacity: 0;
}
.p-point01-subhead.is-visible {
  -webkit-animation: fadeInUp 1.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s forwards;
          animation: fadeInUp 1.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s forwards;
}
.p-point01-subhead b {
  font-size: 26.4px;
  font-weight: 400;
}
.p-point01-subhead sup {
  font-size: 8px;
  vertical-align: text-top;
  letter-spacing: 0;
}

.p-point01-image {
  width: 100%;
  padding: 10px 20px 0;
  opacity: 0;
}
.p-point01-image.is-visible {
  -webkit-animation: fadeInUp 1.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s forwards;
          animation: fadeInUp 1.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s forwards;
}
.p-point01-image img {
  max-width: 100%;
}

.p-point01-message {
  width: 100%;
  padding: 40px 20px 0;
  opacity: 0;
}
.p-point01-message.is-visible {
  -webkit-animation: fadeInUp 1.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s forwards;
          animation: fadeInUp 1.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s forwards;
}
.p-point01-message .is-text {
  padding-left: 0.5em;
  text-indent: -0.6em;
  font-size: 23px;
  font-family: "Ryumin Regular KL", "Hiragino Mincho ProN", "Hiragino Mincho Pro", YuMincho, serif;
  color: #001388;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.075em;
}
.p-point01-message .is-who {
  font-size: 15px;
  font-family: "Ryumin Regular KL", "Hiragino Mincho ProN", "Hiragino Mincho Pro", YuMincho, serif;
  color: #001388;
  font-weight: 400;
  line-height: 1.1;
  text-align: right;
}

.l-point01-system-wrap {
  width: 100%;
  padding: 30px 13px 60px;
  opacity: 0;
}
.l-point01-system-wrap.is-visible {
  -webkit-animation: fadeInUp 1.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s forwards;
          animation: fadeInUp 1.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s forwards;
}

.p-point01-system-inner {
  width: 100%;
  border: 2px solid #001388;
  padding: 28px 0 0;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(95%, transparent), color-stop(95%, #ebebeb)), -webkit-gradient(linear, left top, right top, color-stop(95%, transparent), color-stop(95%, #ebebeb));
  background-image: linear-gradient(0deg, transparent 95%, #ebebeb 95%), linear-gradient(90deg, transparent 95%, #ebebeb 95%);
  background-size: 15px 15px;
}

.p-point01-system-headline {
  font-size: 20px;
  text-align: center;
  color: #001388;
  font-weight: 400;
  line-height: 2;
}
.p-point01-system-headline span {
  display: inline-block;
  background: #001388;
  padding: 0.4em 2.6em 0.38em;
  border-radius: 14px/50%;
  font-size: 16px;
  line-height: 1.1;
  color: #fff;
}

.p-point01-system-contents dd {
  display: none;
  position: relative;
  padding: 0 0 40px;
}

.p-point01-system-switch {
  display: block;
  position: relative;
  z-index: 10;
  width: 132px;
  height: 30px;
  margin: 14px auto 22px;
  background-color: #001388;
  border: 1px solid #001388;
  border-radius: 5px;
  text-align: center;
  line-height: 1.1;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.p-point01-system-switch:after {
  content: "詳しく見る";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -ms-flex-line-pack: center;
      align-content: center;
  font-size: 14px;
  text-align: center;
}
.p-point01-system-switch span {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
}
.p-point01-system-switch span:before, .p-point01-system-switch span:after {
  content: "";
  display: block;
  position: absolute;
  right: 8px;
  top: 50%;
  width: 11px;
  height: 0;
  border-top: 2px solid #fff;
  -webkit-transition: border-top 0.4s ease;
  transition: border-top 0.4s ease;
}
.p-point01-system-switch span:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.p-point01-system-switch.is-open {
  background-color: #fff;
  color: #001388;
}
.p-point01-system-switch.is-open:after {
  content: "閉じる";
}
.p-point01-system-switch.is-open span:before, .p-point01-system-switch.is-open span:after {
  border-top: 2px solid #001388;
}
.p-point01-system-switch.is-open span:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.p-point01-system-switch.is-open + dd .p-point01-system-image img {
  opacity: 1;
}

.p-point01-system-lead {
  padding: 0 17px;
}
.p-point01-system-lead .is-text {
  font-size: 11.5px;
}

.p-point01-system-contents-list {
  padding: 0 17px;
}

.p-point01-system-contents-item {
  padding: 16px 0 0;
}
.p-point01-system-contents-item .is-headline {
  padding: 0 0 0 35px;
  background: url(/assets/img/special/essence_5ce/0804/icon_check.png) no-repeat left 35%;
  background-size: auto 26px;
  font-size: 16px;
  color: #001388;
  font-weight: 400;
}
.p-point01-system-contents-item .is-headline span {
  position: relative;
  z-index: 1;
}
.p-point01-system-contents-item .is-headline span:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 11px;
  background-color: #fdf9c6;
}
.p-point01-system-contents-item .is-text {
  margin-top: 8px;
  padding: 0 0 0 14px;
  position: relative;
  font-size: 12px;
}
.p-point01-system-contents-item .is-text:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 6px);
  border: 6px solid transparent;
  border-left: 10px solid #001388;
  width: 0;
  height: 0;
}

.p-point01-system-image {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
}
.p-point01-system-image img {
  max-width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}

.l-hada-wrap {
  width: 100%;
}

.p-hada-header {
  width: 100%;
  position: relative;
  opacity: 0;
}
.p-hada-header.is-visible {
  -webkit-animation: fadeInUp 1.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s forwards;
          animation: fadeInUp 1.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s forwards;
}

.p-hada-headline {
  width: 100%;
}
.p-hada-headline img {
  max-width: 100%;
}

.p-hada-header-annotation {
  position: absolute;
  left: 0;
  bottom: 9px;
  width: 100%;
  padding: 0 10px;
}
.p-hada-header-annotation .is-text {
  padding-left: 1em;
  font-size: 9px;
  text-indent: -1em;
}

.p-hada-body {
  padding: 40px 0 0;
}

.p-hada-list-flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 24px;
}

.p-hada-list-image {
  width: 34%;
  opacity: 0;
}
.p-hada-list-image.is-visible {
  -webkit-animation: fadeInUp 1.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s forwards;
          animation: fadeInUp 1.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s forwards;
}
.p-hada-list-image img {
  max-width: 90%;
}

.p-hada-list {
  width: 66%;
}

.p-hada-item {
  padding: 0 0 0 36px;
  background: url(/assets/img/special/essence_5ce/0804/icon_check02.png) no-repeat left 2px;
  background-size: auto 22.5px;
  opacity: 0;
}
.p-hada-item.is-visible {
  -webkit-animation: fadeInUp 1.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s forwards;
          animation: fadeInUp 1.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s forwards;
}
.p-hada-item + .p-hada-item {
  margin-top: 22px;
}
.p-hada-item:nth-of-type(1) .p-hada-item-text:after {
  width: 95%;
}
.p-hada-item:nth-of-type(2) .p-hada-item-text:after {
  width: 85%;
}
.p-hada-item:nth-of-type(3) .p-hada-item-text:after {
  width: 75%;
}

.p-hada-item-text {
  position: relative;
  padding: 0 0 30px;
  font-size: 23px;
  font-family: "Ryumin Regular KL", "Hiragino Mincho ProN", "Hiragino Mincho Pro", YuMincho, serif;
  font-weight: 400;
  line-height: 1.1;
}
.p-hada-item-text sup {
  font-size: 8px;
  vertical-align: top;
}
.p-hada-item-text:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20px;
  background: linear-gradient(135deg, #f0e6b5 0, #f0e6b5 35%, #f8f3e1 45%, #fcf9f4 50%, #f8f3e1 55%, #f0e6b5 65%, #f0e6b5 100%);
}

.p-hada-subhead {
  width: 100%;
  padding: 60px 0 0;
  position: relative;
  background: url(/assets/img/special/essence_5ce/0804/icon_doble_arrow.svg) no-repeat center 18px;
  background-size: 41px 26px;
  font-size: 27px;
  font-family: "Ryumin Regular KL", "Hiragino Mincho ProN", "Hiragino Mincho Pro", YuMincho, serif;
  font-weight: 400;
  color: #001388;
  line-height: 1.1;
  text-align: center;
  letter-spacing: 0.05em;
  opacity: 0;
}
.p-hada-subhead.is-visible {
  -webkit-animation: fadeInUp 1.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s forwards;
          animation: fadeInUp 1.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s forwards;
}
.p-hada-subhead small {
  display: inline-block !important;
  font-size: 21.6px;
}
.p-hada-subhead span {
  font-size: 24.3px;
}

.p-hada-after-image {
  width: 100%;
  padding: 30px 42.5px 0;
  opacity: 0;
}
.p-hada-after-image.is-visible {
  -webkit-animation: fadeInUp 1.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s forwards;
          animation: fadeInUp 1.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s forwards;
}
.p-hada-after-image img {
  max-width: 100%;
}

.l-point02-content-wrap {
  width: 100%;
  position: relative;
}

.p-point02-header {
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 90px 0 0;
  overflow: hidden;
}
.p-point02-header .p-point-label {
  padding-left: 18px;
}
.p-point02-header .p-point-num {
  right: 0;
  top: 107px;
}
.p-point02-header .p-point-num:before {
  content: "02";
}
.p-point02-header .p-feature04-headline {
  padding-top: 2px;
  letter-spacing: 0.075em;
}
.p-point02-header .p-feature04-headline small {
  display: inline-block !important;
}
.p-point02-header .p-feature04-headline br {
  line-height: 0;
}
.p-point02-header .p-feature04-header-lead .is-text {
  font-size: 14px;
}

.p-point02-body {
  width: 100%;
  padding: 0;
  position: relative;
}
.p-point02-body .p-feature04-body-item-headline span {
  padding: 0.4em 0.1em 0.35em 0.4em;
}
.p-point02-body .p-feature04-body-item-headline sup {
  top: -0.1em;
}

.p-point02-body-image {
  width: 100%;
  padding: 88px 0 0;
}
.p-point02-body-image img {
  max-width: 100%;
}

.p-point02-body-text {
  width: 100%;
  position: absolute;
  left: 0;
  top: 40px;
}

.l-approach-wrap {
  width: 100%;
  position: relative;
  z-index: 10;
  padding-top: 16px;
}

.p-papproach-headline {
  margin-top: -60px;
  font-size: 23px;
  text-align: center;
  font-family: "Ryumin Regular KL", "Hiragino Mincho ProN", "Hiragino Mincho Pro", YuMincho, serif;
  font-weight: 400;
  color: #001388;
  line-height: 1.2;
  letter-spacing: 0.1em;
  opacity: 0;
}
.p-papproach-headline.is-visible {
  -webkit-animation: fadeInUp 1.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s forwards;
          animation: fadeInUp 1.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s forwards;
}
.p-papproach-headline span {
  display: inline-block;
  margin-right: 0.1em;
  font-size: 50.6px;
  line-height: 1.1;
}
.p-papproach-headline b {
  font-size: 31px;
  font-weight: 400;
  line-height: 1.1;
}
.p-papproach-headline sup {
  font-size: 8px;
  vertical-align: text-top;
  top: -0.1em;
  letter-spacing: 0;
}

.p-papproach-lead {
  padding: 22px 0 0;
  opacity: 0;
}
.p-papproach-lead.is-visible {
  -webkit-animation: fadeInUp 1.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s forwards;
          animation: fadeInUp 1.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s forwards;
}
.p-papproach-lead .is-text {
  font-size: 13.5px;
  text-align: center;
  line-height: 1.9;
}
.p-papproach-lead .is-text sup {
  top: -0.1em;
}

.p-papproach-illust-box {
  width: 100%;
  position: relative;
  padding: 0 12.5px;
  margin-top: 24px;
  opacity: 0;
}
.p-papproach-illust-box.is-visible {
  -webkit-animation: fadeInUp 1.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s forwards;
          animation: fadeInUp 1.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s forwards;
}

.p-papproach-image {
  width: 100%;
}
.p-papproach-image img {
  max-width: 100%;
}

.p-papproach-text {
  width: 50%;
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 12.5px;
}

.p-papproach-spec-list {
  width: 100%;
  padding: 0 25px 0 12.5px;
}

.p-papproach-spec-item {
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
}
.p-papproach-spec-item + .p-papproach-spec-item {
  margin-top: 10px;
}
.p-papproach-spec-item dt {
  background-color: #001388;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
.p-papproach-spec-item dt small {
  font-size: 12px;
}
.p-papproach-spec-item dt sup {
  font-size: 8px;
}
.p-papproach-spec-item dd {
  padding: 6px 18px 3px;
  font-size: 13px;
}
.p-papproach-spec-item dd p {
  line-height: 1.6;
}

.l-message-wrap {
  width: 100%;
  padding: 40px 12.5px 0;
  opacity: 0;
}
.l-message-wrap.is-visible {
  -webkit-animation: fadeInUp 1.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s forwards;
          animation: fadeInUp 1.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s forwards;
}

.p-message-box {
  width: 100%;
  border: 2px solid #001388;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  background: #fefbdd url(/assets/img/special/essence_5ce/0804/message_bg.webp) no-repeat center top;
  background-size: 100% auto;
}

.p-message-header {
  padding: 39px 0 0 0;
  width: 69%;
  margin: 0 0 0 auto;
}

.p-message-headline {
  font-size: 19px;
  font-family: "Ryumin Regular KL", "Hiragino Mincho ProN", "Hiragino Mincho Pro", YuMincho, serif;
  font-weight: 400;
  color: #001388;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.p-message-headline span {
  position: relative;
  z-index: 1;
}
.p-message-headline span:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 11px;
  background-color: #fdf9c6;
}
.p-message-headline span:nth-of-type(2) {
  display: inline-block;
  padding-left: 0.5em;
}

.p-message-who {
  padding: 4px 0 0 3em;
  font-size: 11.5px;
  text-decoration: underline;
}

.p-message-body {
  padding: 40px 0 0;
}
.p-message-body dl .is-switch {
  display: block;
  position: relative;
  z-index: 10;
  width: 132px;
  height: 30px;
  margin: 14px auto 22px;
  background-color: #001388;
  border: 1px solid #001388;
  border-radius: 5px;
  text-align: center;
  line-height: 1.1;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.p-message-body dl .is-switch:after {
  content: "詳しく見る";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -ms-flex-line-pack: center;
      align-content: center;
  font-size: 14px;
  text-align: center;
}
.p-message-body dl .is-switch span {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
}
.p-message-body dl .is-switch span:before, .p-message-body dl .is-switch span:after {
  content: "";
  display: block;
  position: absolute;
  right: 8px;
  top: 50%;
  width: 11px;
  height: 0;
  border-top: 2px solid #fff;
  -webkit-transition: border-top 0.4s ease;
  transition: border-top 0.4s ease;
}
.p-message-body dl .is-switch span:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.p-message-body dl .is-switch.is-open {
  background-color: #fff;
  color: #001388;
}
.p-message-body dl .is-switch.is-open:after {
  content: "閉じる";
}
.p-message-body dl .is-switch.is-open span:before, .p-message-body dl .is-switch.is-open span:after {
  border-top: 2px solid #001388;
}
.p-message-body dl .is-switch.is-open span:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.p-message-body dl .is-switch.is-open + dd .p-point01-system-image img {
  opacity: 1;
}
.p-message-body dl dd {
  display: none;
  padding: 0 12px 30px;
}

.p-message-info-box {
  width: 100%;
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 7px 8px 0 rgba(1, 1, 1, 0.1);
          box-shadow: 7px 8px 0 rgba(1, 1, 1, 0.1);
  padding: 30px 16px;
}

.p-message-info-lead .is-text {
  font-size: 12px;
  font-family: "Ryumin Regular KL", "Hiragino Mincho ProN", "Hiragino Mincho Pro", YuMincho, serif;
  font-weight: 400;
  line-height: 1.9;
}
.p-message-info-lead .is-text span {
  color: #001388;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-10%, #fdf9c6), color-stop(90%, #fdf9c6), to(#ff0));
  background: linear-gradient(to bottom, #fdf9c6 -10%, #fdf9c6 90%, #ff0 100%);
}
.p-message-info-lead .is-text sup {
  top: -0.1em;
}

.p-message-info-list {
  padding: 24px 6px 0;
  width: 100%;
}
.p-message-info-list + .p-message-info-lead {
  padding-top: 18px;
}

.p-message-info-item {
  background-color: #f4f5f8;
  padding: 10px 24px;
  position: relative;
}
.p-message-info-item + .p-message-info-item {
  margin-top: 8px;
}

.p-message-info-num {
  position: absolute;
  width: 49px;
  height: 49px;
  z-index: 2;
  left: -4px;
  top: -4px;
  -ms-flex-line-pack: center;
      align-content: center;
  font-size: 10px;
  text-align: center;
  color: #fff;
  line-height: 1.1;
  font-family: "Ryumin Regular KL", "Hiragino Mincho ProN", "Hiragino Mincho Pro", YuMincho, serif;
  font-weight: 400;
}
.p-message-info-num span {
  display: block;
  font-size: 30px;
  font-family: "Ryumin Medium KL", "Hiragino Mincho ProN", "Hiragino Mincho Pro", YuMincho, serif;
  font-weight: 500;
  line-height: 1.1;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
.p-message-info-num:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #1c2b64;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-message-info-item-headline {
  padding: 0 0 20px;
  background: url(/assets/img/special/essence_5ce/0804/naminami.svg) no-repeat center bottom 10px;
  background-size: 152.5px auto;
  font-size: 18px;
  font-family: "Ryumin Regular KL", "Hiragino Mincho ProN", "Hiragino Mincho Pro", YuMincho, serif;
  font-weight: 400;
  text-align: center;
  color: #001388;
}

.p-message-info-text {
  font-size: 11px;
  font-family: "Ryumin Regular KL", "Hiragino Mincho ProN", "Hiragino Mincho Pro", YuMincho, serif;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

.l-point03-content-wrap {
  width: 100%;
  position: relative;
}

.p-point03-header {
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 80px 0 0 18px;
  overflow: hidden;
}
.p-point03-header .p-point-num {
  right: 6px;
  top: 107px;
}
.p-point03-header .p-point-num:before {
  content: "03";
}

.p-point03-headline {
  padding: 20px 0 0;
  font-size: 31px;
  font-family: "Ryumin Regular KL", "Hiragino Mincho ProN", "Hiragino Mincho Pro", YuMincho, serif;
  color: #001388;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.125em;
  opacity: 0;
}
.p-point03-headline.is-visible {
  -webkit-animation: fadeInUp 1.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s forwards;
          animation: fadeInUp 1.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s forwards;
}
.p-point03-headline br {
  line-height: 1;
}

.p-point03-header-lead {
  padding: 20px 0 0;
  opacity: 0;
}
.p-point03-header-lead.is-visible {
  -webkit-animation: fadeInUp 1.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s forwards;
          animation: fadeInUp 1.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s forwards;
}
.p-point03-header-lead .is-text {
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.05em;
}

.p-point03-body {
  width: 100%;
  padding: 26px 0 70px;
  background-color: #fff;
  background-image: url(/assets/img/special/essence_5ce/0804/point03_body_bg_bottom.png), url(/assets/img/special/essence_5ce/0804/point03_body_bg.webp);
  background-position: center bottom, center 136px;
  background-repeat: no-repeat;
  background-size: 100% auto, 100% auto;
}
.p-point03-body .p-feature03-body-list {
  padding: 25px 0 0;
}
.p-point03-body .p-feature03-body-item:nth-of-type(2) {
  margin-top: 8px;
  margin-right: 60px;
}
.p-point03-body .p-feature03-body-item:nth-of-type(3) {
  margin-top: -30px;
  margin-left: 82px;
}
.p-point03-body .p-feature03-body-headline {
  letter-spacing: 0.125em;
}

.p-point03-body-subhead {
  width: 100%;
  height: 40px;
  margin-bottom: 24px;
  font-size: 21px;
  line-height: 40px;
  text-align: center;
  font-family: "Ryumin Regular KL", "Hiragino Mincho ProN", "Hiragino Mincho Pro", YuMincho, serif;
  font-weight: 400;
  letter-spacing: 0.075em;
  opacity: 0;
}
.p-point03-body-subhead.is-visible {
  -webkit-animation: fadeInUp 1.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s forwards;
          animation: fadeInUp 1.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s forwards;
}
.p-point03-body-subhead span {
  display: inline-block;
  padding: 0 1em;
  background: red;
  border-radius: 4px;
  -webkit-box-shadow: 1px 2px 2px 1px rgba(1, 1, 1, 0.1);
          box-shadow: 1px 2px 2px 1px rgba(1, 1, 1, 0.1);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #f0e6b5), color-stop(10%, #f0e6b5), color-stop(50%, #fff), color-stop(90%, #f0e6b5), to(#f0e6b5));
  background: linear-gradient(90deg, #f0e6b5 0, #f0e6b5 10%, #fff 50%, #f0e6b5 90%, #f0e6b5 100%);
}
.p-point03-body-subhead span b {
  font-size: 25.2px;
  font-weight: 400;
}

.l-point03-prescription-wrap {
  width: 100%;
  padding: 30px 12px 0;
}

.p-point03-prescription-box {
  width: 100%;
  background-color: #fff;
  padding: 24px 6px;
  border-radius: 6px;
}

.p-point03-prescription-headline {
  font-size: 17px;
  font-family: "Ryumin Regular KL", "Hiragino Mincho ProN", "Hiragino Mincho Pro", YuMincho, serif;
  font-weight: 400;
  text-align: center;
  color: #001388;
  letter-spacing: 0.075em;
}

.p-point03-prescription-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0 0;
}

.p-point03-prescription-item {
  width: 25%;
  font-size: 11px;
  color: #001388;
  text-align: center;
  line-height: 1.3;
}
.p-point03-prescription-item img {
  width: 65px;
  margin-bottom: 4px;
}
.p-point03-prescription-item span {
  display: block;
  width: 100%;
  height: 3em;
  -ms-flex-line-pack: center;
      align-content: center;
  line-height: 1.3;
}
.p-point03-prescription-item sup {
  top: -0.1em;
}

.p-point03-prescription-annotation {
  padding: 20px 10px 0;
}
.p-point03-prescription-annotation .is-text {
  font-size: 9px;
}

.p-btn-on-image {
  position: absolute;
  left: 0;
  bottom: 46px;
  width: 100%;
}

.p-caution-on-image {
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  padding: 0 1em 0.6em 0;
  font-size: 9px;
  text-align: right;
}

.p-feature06-headline {
  letter-spacing: 0.1em;
}
.p-feature06-headline small {
  display: inline-block !important;
  letter-spacing: 0.1em;
}
.p-feature06-headline br {
  line-height: 1;
}
.p-feature06-headline sup {
  position: relative;
  left: initial;
  top: -6px;
}

.l-feature07-wrap.has-border {
  width: 350px;
  margin: 50px auto 40px;
  border: 1px solid #ccc;
  padding-bottom: 0;
  opacity: 0;
}
.l-feature07-wrap.has-border.is-visible {
  -webkit-animation: fadeInUp 1.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s forwards;
          animation: fadeInUp 1.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s forwards;
}
.l-feature07-wrap.has-border .p-feature07-header {
  padding-top: 36px;
  padding-bottom: 0;
  background: url(/assets/img/special/essence_5ce/bottle.webp) no-repeat right 18px top 8px;
  background-size: 33.5px auto;
}
.l-feature07-wrap.has-border .p-feature07-headline br {
  line-height: 1;
}
.l-feature07-wrap.has-border .p-feature07-headline small {
  display: inline-block !important;
  font-size: 17px;
}

.p-feature07-body .is-switch {
  display: block;
  position: relative;
  z-index: 10;
  width: 132px;
  height: 30px;
  margin: 14px auto 22px;
  background-color: #001388;
  border: 1px solid #001388;
  border-radius: 5px;
  text-align: center;
  line-height: 1.1;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.p-feature07-body .is-switch:after {
  content: "詳しく見る";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -ms-flex-line-pack: center;
      align-content: center;
  font-size: 14px;
  text-align: center;
}
.p-feature07-body .is-switch span {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
}
.p-feature07-body .is-switch span:before, .p-feature07-body .is-switch span:after {
  content: "";
  display: block;
  position: absolute;
  right: 8px;
  top: 50%;
  width: 11px;
  height: 0;
  border-top: 2px solid #fff;
  -webkit-transition: border-top 0.4s ease;
  transition: border-top 0.4s ease;
}
.p-feature07-body .is-switch span:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.p-feature07-body .is-switch.is-open {
  background-color: #fff;
  color: #001388;
}
.p-feature07-body .is-switch.is-open:after {
  content: "閉じる";
}
.p-feature07-body .is-switch.is-open span:before, .p-feature07-body .is-switch.is-open span:after {
  border-top: 2px solid #001388;
}
.p-feature07-body .is-switch.is-open span:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.p-feature07-body .is-switch-target {
  display: none;
  padding: 0 0 30px;
}

.l-feature08-wrap {
  padding-top: 60px;
}

.l-osusume-wrap {
  width: 100%;
  position: relative;
}

.p-osusume-image {
  width: 100%;
  opacity: 0;
}
.p-osusume-image.is-visible {
  -webkit-animation: fadeInUp 1.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s forwards;
          animation: fadeInUp 1.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s forwards;
}
.p-osusume-image img {
  max-width: 100%;
}

.p-osusume-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 30px 0 0 16px;
  opacity: 0;
}
.p-osusume-text.is-visible {
  -webkit-animation: fadeInUp 1.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s forwards;
          animation: fadeInUp 1.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s forwards;
}

.p-osusume-headline {
  width: 247px;
  height: 50px;
  background: url(/assets/img/special/essence_5ce/0804/osusume_title_bg.png) no-repeat center center;
  background-size: 100% 100%;
  padding-top: 6px;
  font-size: 17px;
  color: #fff;
  font-family: "Ryumin Regular KL", "Hiragino Mincho ProN", "Hiragino Mincho Pro", YuMincho, serif;
  font-weight: 400;
  line-height: 1.1;
  text-align: center;
  letter-spacing: 0.05em;
}
.p-osusume-headline b {
  font-size: 20.4px;
  font-weight: 400;
  line-height: 1.1;
}

.p-osusume-item {
  margin-top: 12px;
  padding: 0 0 0 30px;
  background: url(/assets/img/special/essence_5ce/0804/icon_check.png) no-repeat left center;
  background-size: 20px 21px;
  font-size: 14px;
  line-height: 1.4;
}
.p-osusume-item small {
  display: inline-block !important;
  font-size: 12px;
  font-weight: 400;
}
.p-osusume-item sup {
  top: -0.1em;
}

.l-bottom-campaign-wrap {
  width: 100%;
  padding: 22px 13px 30px;
  opacity: 1;
}
.l-bottom-campaign-wrap.is-visible {
  -webkit-animation: fadeInUp 1.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s forwards;
          animation: fadeInUp 1.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s forwards;
}
.l-bottom-campaign-wrap.is-teiki .p-bottom-campaign-link {
  margin-top: -250px;
}
.l-bottom-campaign-wrap.is-teiki .p-hero-campaign-btn + .p-hero-campaign-btn {
  margin-top: 96px;
}
.l-bottom-campaign-wrap.is-notlogin .p-bottom-campaign-link {
  margin-top: -100px;
}
.l-bottom-campaign-wrap.is-notlogin .p-bottom-campaign-link .p-hero-campaign-not-btn {
  padding: 0 24px;
}
.l-bottom-campaign-wrap.is-notlogin .p-bottom-cartin-box dd {
  padding: 14px 24px 20px;
}
.l-bottom-campaign-wrap.is-notlogin .l-bottom-cartin-wrap .p-hero-campaign-not-btn {
  padding: 20px 0 0;
}
.l-bottom-campaign-wrap.is-notlogin-no-param .p-hero-campaign-banner-box {
  background-color: #fefbdd;
}
.l-bottom-campaign-wrap.is-notlogin-no-param .p-bottom-campaign-link {
  margin-top: 0;
}
.l-bottom-campaign-wrap .p-hero-campaign-annotation {
  padding-top: 48px;
}
.l-bottom-campaign-wrap .p-hero-campaign-not-btn {
  padding: 0 24px;
}

.p-bottom-campaign-link {
  margin-top: 0;
  width: 100%;
}

.p-teiki-waribiki-catch {
  padding: 0 0 20px;
  font-size: 17px;
  text-align: center;
  line-height: 1.1;
  color: #c50000;
  font-family: "Ryumin Regular KL", "Hiragino Mincho ProN", "Hiragino Mincho Pro", YuMincho, serif;
  font-weight: 400;
}

.l-bottom-cartin-wrap {
  padding: 28px 0 0;
}

.p-bottom-cartin-box {
  width: 100%;
}
.p-bottom-cartin-box dt {
  background-color: #f1f1f1;
  font-size: 16px;
  text-align: center;
}
.p-bottom-cartin-box dd {
  width: 100%;
  position: relative;
  border: 1px solid #ccc;
  border-top: none;
  padding: 14px 10px 20px;
}

.p-bottom-cartin-image {
  width: 100%;
}
.p-bottom-cartin-image img {
  max-width: 100%;
}

.p-bottom-cartin-link {
  position: absolute;
  width: 100%;
  left: 0;
  top: 162px;
}
.p-bottom-cartin-link .p-hero-campaign-btn {
  padding: 0 24px;
}
.p-bottom-cartin-link .p-hero-campaign-btn + .p-hero-campaign-btn {
  margin-top: 100px;
}

.p-bottom-coming-soon {
  padding: 26px 0;
}
.p-bottom-coming-soon img {
  max-width: 100%;
}

.l-usage-wrap {
  width: 100%;
  background: #fdfad1;
  padding: 50px 0;
}

.p-usage-headline {
  font-size: 22px;
  font-family: "リュウミン R-KL", "Ryumin Regular KL", "Hiragino Mincho ProN", "Hiragino Mincho Pro", YuMincho, serif;
  font-weight: 400;
  color: #001388;
  text-align: center;
}

.p-usage-flow-image {
  padding: 34px 0 0;
  text-align: center;
}
.p-usage-flow-image img {
  width: 329.5px;
}

.p-use-list-wrap {
  overflow-x: auto;
  padding: 0 22px 10px;
}

.p-use-list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 40px 0 14px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.p-usage-item {
  width: 250px;
}

.p-use-card {
  background-color: #fff;
  height: 330px;
  padding: 14px;
  position: relative;
  overflow: hidden;
}
.p-use-card:after {
  content: "";
  display: block;
  position: absolute;
  left: -0.5px;
  top: -8.5px;
  width: 0;
  height: 0;
  border: 16px solid transparent;
  border-bottom: 16px solid #001388;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}

.p-use-card-heading {
  padding-left: 4px;
  font-family: "リュウミン R-KL", "Ryumin Regular KL", "Hiragino Mincho ProN", "Hiragino Mincho Pro", YuMincho, serif;
  color: #001388;
  font-weight: 400;
}
.p-use-card-heading em {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
}
.p-use-card-heading span {
  font-size: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: min(1.0666666667vw, 8px);
     -moz-column-gap: min(1.0666666667vw, 8px);
          column-gap: min(1.0666666667vw, 8px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-use-card-thumb {
  width: 100%;
  padding: 10px 0 0;
  text-align: center;
}
.p-use-card-thumb img {
  width: 210px;
}

.p-use-card-text-wrap {
  padding: 20px 0 0;
}
.p-use-card-text-wrap .a-text {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  text-align: justify;
}

.l-faq-wrap {
  width: 100%;
  background: #fff;
}

.p-faq-headline {
  font-size: 22px;
  font-family: "Ryumin Regular KL", "Hiragino Mincho ProN", "Hiragino Mincho Pro", YuMincho, serif;
  font-weight: 400;
  text-align: center;
}

.info_skinpeel {
  padding: 50px 20px;
  margin-bottom: 0px;
}
.info_skinpeel .q {
  position: relative;
  padding: 0.5em;
  padding-left: 0.5em;
  border: solid 1px #1b224e;
  border-radius: 5px;
  font-weight: 400;
  color: #333;
  -webkit-perspective: 800px;
          perspective: 800px;
  margin-top: 20px;
  padding-left: 3rem;
  font-size: 15px;
}
.info_skinpeel .q:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
  -webkit-transition-property: background, opacity, -webkit-transform;
  transition-property: background, opacity, -webkit-transform;
  transition-property: background, opacity, transform;
  transition-property: background, opacity, transform, -webkit-transform;
  will-change: transform;
}
.info_skinpeel .q:before {
  content: "Q.";
  position: absolute;
  left: calc(1em - 1px);
  z-index: 1;
  font-weight: 400;
}
.info_skinpeel .q.open {
  border-style: dashed;
  border-color: transparent;
  border-bottom-color: transparent;
  border-bottom-color: #e5e5e5;
  border-radius: 0;
}
.info_skinpeel .q.open:after {
  opacity: 0;
  background: #2f609a;
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}
.info_skinpeel .q.open > div:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.info_skinpeel .q.open > div:after {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.info_skinpeel .q > div {
  position: relative;
  z-index: 1;
  padding-right: 2.5rem;
}
.info_skinpeel .q > div:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1em;
  width: 0.5em;
  height: 1px;
  background: #777;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  will-change: transform;
}
.info_skinpeel .q > div:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1em;
  width: 0.5em;
  height: 1px;
  background: #777;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  will-change: transform;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.info_skinpeel .a {
  position: relative;
  padding: 0.5em 0 40px 2.5em;
  font-size: 14px;
}
.info_skinpeel .a:before {
  content: "A.";
  position: absolute;
  left: 1.2em;
  font-weight: 400;
}
.info_skinpeel .a .mark-kome li {
  font-size: 12px;
}
.info_skinpeel .a b {
  font-weight: 400;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-10%, #fdf9c6), color-stop(90%, #fdf9c6), to(#ff0));
  background: linear-gradient(to bottom, #fdf9c6 -10%, #fdf9c6 90%, #ff0 100%);
  color: #001388;
}
.info_skinpeel .a sup {
  top: -0.1em;
}

.js-accordion-content {
  display: none;
}

.p-outer-movie {
  width: 100%;
}

.p-last-message-box {
  width: 100%;
  background: #fff url(/assets/img/special/essence_5ce/0804/last_bg.webp) no-repeat center top;
  background-size: 100% auto;
  padding: 70px 0 0;
}

.p-last-message-headline {
  font-size: 24px;
  color: #001388;
  text-align: center;
  font-family: "Ryumin Medium KL", "Hiragino Mincho ProN", "Hiragino Mincho Pro", YuMincho, serif;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

.p-last-message-lead {
  padding: 24px 0 0;
}
.p-last-message-lead .is-text {
  font-size: 13px;
  line-height: 2;
  text-align: center;
  font-family: "Ryumin Medium KL", "Hiragino Mincho ProN", "Hiragino Mincho Pro", YuMincho, serif;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.p-last-message-lead .is-text + .is-text {
  margin-top: 1.5em;
}

.p-last-message-logo {
  padding: 20px 0 0;
  text-align: center;
}
.p-last-message-logo img {
  width: 55px;
}