﻿.moist {
  width: 900px;
  color: #111;
  letter-spacing: normal;
}
.moist a:hover {
  text-decoration: none;
}

.moist-ttl {
  margin: 0 0 24px;
  color: #333;
  font-size: 28px;
  font-weight: bold;
}

.moist-kv {
  margin: 0 0 64px;
}

.moist-intro {
  position: relative;
  margin: 0 0 88px;
  color: #58504B;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.moist-intro:after {
  content: "";
  display: block;
  position: absolute;
  top: -23px;
  left: 40px;
  width: 165px;
  height: 158px;
  background: url(../../../img/medical_feature/moist/intro_01.png) no-repeat 0 0;
  background-size: 100% 100%;
}
.moist-intro span {
  color: #CC6161;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, transparent), color-stop(90%, #CC6161));
  background: linear-gradient(transparent 90%, #CC6161 90%);
}

.moist-reason {
  position: relative;
  margin: 0 0 32px;
  padding: 56px 50px 50px;
  background: -webkit-gradient(linear, left top, right top, from(#faf2e7), to(#dbedff));
  background: linear-gradient(90deg, #faf2e7 0%, #dbedff 100%);
}

.moist-reason-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 50%;
  width: 360px;
  height: 40px;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background: #5476BE;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.moist-reason-head:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -13px;
  left: 50%;
  width: 19px;
  height: 15px;
  background: #5476BE;
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
          clip-path: polygon(0 0, 100% 0%, 50% 100%);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.moist-reason-ttl {
  margin: 0 0 43px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.moist-reason-ttl span {
  display: inline-block;
  position: relative;
  color: #5476BE;
  font-size: 24px;
  z-index: 0;
}
.moist-reason-ttl span:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 230px;
  height: 20px;
  background: url(../../../img/medical_feature/moist/reason_01.png) no-repeat 0 0;
  background-size: 100% 100%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.moist-reason-factors {
  padding: 24px 40px 30px;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.moist-reason-factors h3 {
  position: relative;
  margin: 0 0 30px;
  padding: 0 0 7px;
  color: #7E7773;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.moist-reason-factors h3:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 410px;
  height: 1px;
  background: #7E7773;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.moist-reason-factors-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.moist-reason-factors-list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #58504B;
  font-size: 15px;
  font-weight: bold;
}
.moist-reason-factors-list li {
  position: relative;
  padding: 0 0 0 32px;
}
.moist-reason-factors-list li + li {
  margin: 9px 0 0;
}
.moist-reason-factors-list li:before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 22px;
  height: 21px;
  background: url(../../../img/medical_feature/moist/reason_02.png) no-repeat 0 0;
  background-size: 100% 100%;
}

.moist-reason-factors-img {
  width: 320px;
}

.moist-nav {
  margin: 0 0 60px;
}

.moist-nav-lead {
  position: relative;
  line-height: 2;
  margin: 0 0 22px;
  color: #58504B;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  z-index: 0;
}
.moist-nav-lead span {
  display: inline-block;
  position: relative;
  line-height: 2.8;
  color: #5476BE;
  font-size: 22px;
  z-index: -1;
}
.moist-nav-lead span:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 169px;
  height: 96px;
  background: url(../../../img/medical_feature/moist/nav_01.png) no-repeat 0 0;
  background-size: 100% 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.moist-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 16px;
  margin: 40px 0 0;
}

.moist-nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.moist-nav-item a {
  display: block;
  position: relative;
  padding: 24px 0;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background: #E68C8C;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.moist-nav-item a:before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  border: 1px solid #fff;
}
.moist-nav-item a:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 auto 0;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.moist-product {
  padding: 50px 40px 60px;
}
.moist-product#moist1, .moist-product#moist3 {
  background: #FCEDE4;
}
.moist-product#moist2, .moist-product#moist4 {
  background: #FDFBF4;
}

.moist-product-ttl {
  line-height: 1.4;
  margin: 0 0 24px;
  text-align: center;
}

.moist-product-ttl-en {
  display: block;
  color: #CC6161;
  font-size: 43px;
  font-weight: normal;
}

.moist-product-ttl-ja {
  display: block;
  color: #58504B;
  font-size: 20px;
  font-weight: bold;
}

.moist-product-subttl {
  margin: 40px 0;
  padding: 10px 0;
  border-top: 1px solid #CC6161;
  border-bottom: 1px solid #CC6161;
  color: #58504B;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.moist-product-lead {
  margin: 0 0 32px;
  font-size: 16px;
  font-weight: 500;
}

.moist-product-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px 20px;
  margin: 0 0 60px;
}
.moist-product-list:last-child {
  margin: 0;
}

.moist-product-item {
  padding: 20px 30px 30px;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.moist-product-item-img {
  margin: 0 0 12px;
  text-align: center;
}

.moist-product-item-txt {
  line-height: 1.6;
  font-size: 15px;
  font-weight: 500;
}
.moist-product-item-txt span {
  color: #CC6161;
  font-size: 16px;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #F8E9DD));
  background: linear-gradient(transparent 50%, #F8E9DD 50%);
}

.moist-product-item-notes {
  margin: 4px 0 0;
  font-size: 12px;
  font-weight: 500;
}

.moist-product-item-data {
  margin: 10px 0;
  padding: 12px 0 0;
  border-top: 1px solid #E5E5E5;
}

.moist-product-item-name {
  line-height: 1.7;
  margin: 0 0 3px;
  font-size: 15px;
  font-weight: bold;
}

.moist-product-item-price-regular {
  display: inline-block;
  margin: 0 8px 0 0;
  font-size: 13px;
  font-weight: 500;
  text-decoration: line-through;
}

.moist-product-item-price-sale {
  display: inline-block;
  color: #D51E21;
  font-size: 19px;
  font-weight: bold;
}
.moist-product-item-price-sale span {
  font-size: 15px;
}

.moist-product-item-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 54px;
  border-radius: 40px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: #E68C8C;
}
.moist-product-item-btn a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.moist-introduced {
  padding: 40px 100px 60px;
  background: -webkit-gradient(linear, left top, right top, from(#fadecc), color-stop(49.26%, #faf2e7), to(#dbedff));
  background: linear-gradient(90deg, #fadecc 0%, #faf2e7 49.26%, #dbedff 100%);
}

.moist-introduced-ttl {
  margin: 0 0 32px;
  color: #58504B;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.moist-introduced-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

.moist-introduced-item a {
  display: block;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}