/*==========================================
  0.reset
========================================== */
#natura div, #natura span, #natura object, #natura iframe, #natura h1, #natura h2, #natura h3, #natura h4, #natura h5, #natura h6, #natura p, #natura blockquote, #natura pre, #natura abbr, #natura address, #natura cite, #natura code, #natura del, #natura dfn, #natura em, #natura img, #natura ins, #natura kbd, #natura q, #natura samp, #natura small, #natura strong, #natura sub, #natura sup, #natura var, #natura b, #natura i, #natura dl, #natura dt, #natura dd, #natura ol, #natura ul, #natura li, #natura fieldset, #natura form, #natura label, #natura legend, #natura table, #natura caption, #natura tbody, #natura tfoot, #natura thead, #natura tr, #natura th, #natura td, #natura article, #natura aside, #natura canvas, #natura details, #natura figcaption, #natura figure, #natura footer, #natura header, #natura hgroup, #natura menu, #natura nav, #natura section, #natura summary, #natura time, #natura mark, #natura audio, #natura video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}
#natura *,
#natura *::before,
#natura *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
#natura article, #natura aside, #natura details, #natura figcaption, #natura figure, #natura footer, #natura header, #natura hgroup, #natura menu, #natura nav, #natura section, #natura main {
  display: block;
}
#natura ul, #natura li {
  list-style: none;
}
#natura blockquote, #natura q {
  quotes: none;
}
#natura blockquote::before, #natura blockquote::after, #natura q::before, #natura q::after {
  content: "";
  content: none;
}
#natura a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  background: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
}
#natura address {
  font-style: normal;
}
#natura ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
#natura mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
#natura del {
  text-decoration: line-through;
}
#natura table {
  border-collapse: collapse;
  border-spacing: 0;
}
#natura hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #444;
  margin: 1em 0;
  padding: 0;
}
#natura input, #natura select {
  vertical-align: middle;
}
#natura button {
  margin: 0;
}
#natura a,
#natura a:link,
#natura a:visited {
  text-decoration: none;
}
#natura img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/*==========================================
  1.Common (PC)
========================================== */
#natura {
  max-width: 1920px;
  margin: 0 auto 30px;
}
#natura .-tb,
#natura .-sp {
  display: none !important;
}
#natura .-pc {
  display: block !important;
}
#natura .wrap {
  max-width: 1000px;
  margin: auto;
  position: relative;
  overflow: hidden;
  overflow: visible;
}
#natura .col2 {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.el-d-heading {
  width: 34.666vw;
  margin: 0 auto;
  padding-bottom: 5.6vw;
}
.el-d-productsItem__text1 {
  text-align: center;
}

/*==========================================
  2.MV (PC)
========================================== */
#natura .mv {
  padding: 60px 0 40px;
  position: relative;
  z-index: 1;
}
#natura .background {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#natura .background figure {
  width: 100%;
}
#natura .background figure img {
  width: 100%;
}
#natura .background .flare {
  position: absolute;
  top: 240px;
  left: 370px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 0;
  background: radial-gradient(circle, hsl(0, 0%, 100%) 20%, transparent 60%);
  -webkit-animation: flareAnimation 0.8s linear 2.5s forwards;
          animation: flareAnimation 0.8s linear 2.5s forwards;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="1" /></filter></svg>#filter');
  -webkit-filter: blur(1px);
          filter: blur(1px);
}
#natura .background .backgroundWrap {
  position: relative;
  overflow: hidden;
}
#natura .background .backgroundWrap::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-animation: whiteAnimation 0.8s linear 2.5s forwards;
          animation: whiteAnimation 0.8s linear 2.5s forwards;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#natura .background .backgroundWrap .night {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-animation: fadeAnimation 2s linear 0.8s forwards;
          animation: fadeAnimation 2s linear 0.8s forwards;
}
#natura .background .backgroundWrap .night2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-animation: fadeAnimation 2s linear 1s forwards;
          animation: fadeAnimation 2s linear 1s forwards;
}
#natura .background .backgroundWrap .morning {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  -webkit-animation: fadeAnimation 2s linear 3s forwards;
          animation: fadeAnimation 2s linear 3s forwards;
}
#natura .mvMain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
}
#natura .mvMain h1 {
  margin-top: 35px;
}
#natura .mvMain .woman {
  opacity: 0;
  -webkit-animation: fadeAnimation 3s linear 4s forwards;
          animation: fadeAnimation 3s linear 4s forwards;
}
#natura .mvMain .productList .ribbon {
  position: relative;
  overflow: visible;
}
#natura .mvMain .productList .ribbon::before {
  content: "";
  position: absolute;
  top: -35px;
  right: -20px;
  width: 92px;
  height: 48px;
  background-image: url(/_var/natura/yoruasapad/update202507/img/product310_ribbon.png);
  background-repeat: no-repeat;
}
#natura .mvMain .productList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#natura .mvMain .productList li:nth-of-type(2) {
  position: relative;
  right: 35px;
}
#natura .mvBody {
  position: relative;
  z-index: 10;
  margin-top: 30px;
  text-align: center;
}
#natura .mvBody .catchSub {
  margin-top: 100px;
}
#natura .contentWrap {
  max-width: 800px;
  margin: auto;
  padding: 0 10px;
}

/*==========================================
  3.CONCEPT (PC)
========================================== */
#natura .concept {
  background: #fff url("/_var/natura/yoruasapad/img/concept_bg.png") 0 0 no-repeat;
  background-size: contain;
  padding: 64px 0 43px;
  text-align: center;
  position: relative;
  z-index: 2;
}
#natura .concept::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1));
}
#natura .concept h2 {
  text-align: center;
}
#natura .concept .movieWapper {
  width: 622px;
  margin: auto;
}
#natura .concept .movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-top: 48px;
}
#natura .concept .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*==========================================
  4.NAV (PC)
========================================== */
#natura .nav {
  max-width: 790px;
  padding: 42px 10px;
  margin: auto;
}
#natura .nav ul {
  width: 100%;
}
#natura .nav li {
  width: 48.1338481338%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#natura .nav li:hover {
  opacity: 0.7;
}
#natura .nav li a {
  width: 100%;
  height: 100%;
  min-height: 83px;
}
#natura .nav .col2 li:nth-child(1) { order: 1; } /* 商品特長 */
#natura .nav .col2 li:nth-child(3) { order: 2; } /* パッケージの工夫 */
#natura .nav .col2 li:nth-child(2) { order: 3;margin-top: 24px; } /* こんなときの不安にも */
#natura .nav .col2 li:nth-child(4) { order: 4;margin-top: 24px; } /* ラインナップ */

/*==========================================
  5.LEAD/ANXIETY/POINT (PC)
========================================== */
#natura .lead,
#natura .feature,
#natura .anxiety,
#natura .point {
  max-width: 900px;
  margin: auto;
  text-align: center;
}
#natura .lead h2{
  width: 100%;
  margin: auto;
}
#natura .lead .lead-img,
#natura .feature .lead-img,
#natura .anxiety .lead-img,
#natura .point .lead-img {
  width: 497px;
  margin: 64px auto 0;
}
#natura .lead .col2 .lead-img {
  width: 24.75%;
  margin: 0;
}
#natura .lead .col2 .lead-img:nth-child(1)  {
  width: 27.625%;
}
#natura .lead .col2 .lead-img:nth-child(3) {
  width: 28.25%;
}
#natura .lead .lead-mechanism-wrap {
  margin-inline: 20px;
  background: #fff;
  position: relative;
}
#natura .lead .lead-mechanism-wrap::after {
  content: "";
  position: absolute;
  bottom: -32px;
  left: 50%;
  transform: translate(-50%, 0) rotate(-45deg);
  width: 64px;
  height: 64px;
  background: #fff;
}
#natura .lead .lead-title {
  background: #a3619e;
  padding: 1rem ;
  font-size: 25px;
  font-family: "Noto sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.03em;
  color: #ffffff;
  margin-top: 30px;
}
#natura .lead-txt4 {
  padding-top: 112px;
}
#natura .lead-txt6 {
  padding-top: 72px;
}
#natura .lead-txt5 {
  padding-top: 56px;
}
#natura .lead-txt3 {
  padding-top: 40px;
}
#natura .lead-img6 {
  padding-top: 24px;
}

/*==========================================
  6.LEAD (PC)
========================================== */
#natura .lead {
  background: -ms-linear-gradient(69.05deg, rgb(200, 231, 242) 0%, rgb(207, 222, 237) 46.23%, rgb(221, 206, 229) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#C8E7F2', endColorstr='#DDCEE5' ,GradientType=0)";
  background: linear-gradient(20.95deg, rgb(200, 231, 242) 0%, rgb(207, 222, 237) 46.23%, rgb(221, 206, 229) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#C8E7F2",endColorstr="#DDCEE5" , GradientType=1);
  padding: 65px 0 62px;
  margin-top: 80px;
  text-align: center;
}
#natura .lead .col2 {
  margin: 45px auto 70px;
  -ms-flex-pack: distribute;
      justify-content: center;
      align-items: flex-start;
}
#natura .lead .col2.lead-mechanism {
  margin: 0 auto;
  padding: 50px 0;
}
#natura .lead .col2.lead-mechanism p {
  font-size: 25px;
  font-family: "Noto sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.03em;
  color: #595757;
}
#natura .lead .col2.lead-mechanism li:nth-child(2) p {
    font-weight: 700;
    color: #a3619e;
}
#natura .lead ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  gap: 46px;
}
#natura .lead ul li {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: space-between;
  min-height: 450px;
}

/*==========================================
  7.FEATURE/ANXIETY/POINT/LEAD (PC)
========================================== */
#natura .lead,
#natura .feature,
#natura .anxiety,
#natura .point {
  max-width: 900px;
  margin: auto;
  text-align: center;
}
#natura .feature h2 {
  padding-bottom: 56px;
}
#natura .feature .omamoriTxt,
#natura .anxiety .omamoriTxt,
#natura .point .omamoriTxt {
  width: 497px;
  margin: 64px auto 0;
}
#natura .feature .col2 .omamoriTxt,
#natura .anxiety .col2 .omamoriTxt,
#natura .point .col2 .omamoriTxt {
  width: 47.3076923077%;
  margin: 0;
}

/*==========================================
  8.FEATURE (PC)
========================================== */
#natura .feature .contentWrap {
display: flex;
justify-content: center;
align-items: center;
flex-flow: column;
gap: 30px;
}
#natura .feature .contentWrap .feature-point1,
#natura .feature .contentWrap .feature-point2,
#natura .feature .contentWrap .feature-point3 {
  background: #fff;
  width: 750px;
  height: 674px;
  position: relative;
  padding: 124px 35px 57px;
}
#natura .feature .contentWrap .feature-point1 .point-img {
  position: absolute;
  width: 96px;
  height: 93px;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
#natura .feature .contentWrap .feature-point2 .point-img {
  position: absolute;
  width: 96px;
  height: 93px;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
#natura .feature .contentWrap .feature-point3 .point-img {
  position: absolute;
  width: 96px;
  height: 93px;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

#natura .feature {
  background: -ms-linear-gradient(249.05deg, rgb(200, 231, 242) 0%, rgb(207, 222, 237) 46.23%, rgb(221, 206, 229) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#C8E7F2', endColorstr='#DDCEE5' ,GradientType=0)";
  background: linear-gradient(200.95deg, rgb(200, 231, 242) 0%, rgb(207, 222, 237) 46.23%, rgb(221, 206, 229) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#C8E7F2",endColorstr="#DDCEE5" , GradientType=1);
  padding: 0 0 62px;
  text-align: center;
}
#natura .feature .feature-img2 {
  margin-top: 45px;
}
#natura .feature .feature-img3 {
  margin-top: 55px;
}
#natura .feature .feature-img5 {
  margin-top: 45px;
}
#natura .feature .feature-img6 {
  margin-top: 32px;
}
#natura .feature .feature-img8 {
  margin-top: 43px;
}
#natura .feature .feature-img9 {
  margin-top: 15px;
}
#natura .feature .col2 {
  margin-top: 48px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
#natura .feature .col2 dl {
  width: 37.8205128205%;
  margin: 0;
}
#natura .feature .col2 dt {
  font-size: 40px;
  line-height: 1.15;
  letter-spacing: 8px;
}
#natura .feature .col2 dd {
  font-size: 22px;
  line-height: 1.13;
  letter-spacing: 2.5px;
}

/*==========================================
  9.ANXIETY (PC)
========================================== */
#natura .anxiety {
  background: -ms-linear-gradient(249.05deg, rgb(200, 231, 242) 0%, rgb(207, 222, 237) 46.23%, rgb(221, 206, 229) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#C8E7F2', endColorstr='#DDCEE5' ,GradientType=0)";
  background: linear-gradient(200.95deg, rgb(200, 231, 242) 0%, rgb(207, 222, 237) 46.23%, rgb(221, 206, 229) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#C8E7F2",endColorstr="#DDCEE5" , GradientType=1);
  margin-top: 25px;
  padding: 0 0 62px;
}
#natura .anxiety ul {
  background: #fff;
  -webkit-box-shadow: 0 0 20px #fff;
          box-shadow: 0 0 20px #fff;
  border-radius: 19px;
  margin-top: 62px;
  padding: 75px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#natura .anxiety p {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #231815;
  margin-top: 10px;
}
#natura .anxiety .col2 {
  width: 800px;
  flex-wrap: wrap;
  row-gap: 20px;
  padding-top: 65px;
}
#natura .anxiety .col2 figure img {
  width: 100%;
}
/*==========================================
  10.POINT (PC)
========================================== */
#natura .point {
  background: -ms-linear-gradient(113.35deg, rgb(200, 231, 242) 0%, rgb(207, 222, 237) 46.23%, rgb(221, 206, 229) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#C8E7F2', endColorstr='#DDCEE5' ,GradientType=0)";
  background: linear-gradient(-23.35deg, rgb(200, 231, 242) 0%, rgb(207, 222, 237) 46.23%, rgb(221, 206, 229) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#C8E7F2",endColorstr="#DDCEE5" , GradientType=1);
  margin-top: 25px;
  padding: 0 0 62px;
}
#natura .point p {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #231815;
  margin-top: 30px;
}
#natura .point h3 {
  font-size: 34px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 6.8px;
  color: #584B8C;
  margin-top: 65px;
}
#natura .point .package {
  max-width: 587px;
  margin: 60px auto 0;
}
#natura .point .package li {
  width: 42.5894378194%;
}
#natura .point .package li p {
  font-size: 25px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  color: #A4619F;
  margin-top: 16px;
}
#natura .point .packagePoint {
  margin-top: 37px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
#natura .point .packagePoint p {
  font-size: 19px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.9px;
  color: #584B8C;
  margin-top: 35px;
}
#natura .point .packagePoint li:nth-of-type(2) figure {
  position: relative;
  left: 20px;
}
#natura .point .packagePoint li:nth-of-type(2).triangle::before {
  top: 45%;
}
#natura .point .packagePoint li:nth-of-type(3) figure {
  position: relative;
  left: 15px;
}
#natura .point .packagePoint .triangle {
  position: relative;
}
#natura .point .packagePoint .triangle::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 20px solid #584b8c;
  border-right: 0;
  position: absolute;
  top: 35%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -40%;
}
/*==========================================
  11.ANIMATION
========================================== */
@-webkit-keyframes flareAnimation {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(100);
            transform: scale(100);
    opacity: 1;
  }
}
@keyframes flareAnimation {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(100);
            transform: scale(100);
    opacity: 1;
  }
}
@-webkit-keyframes whiteAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes whiteAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}
@-webkit-keyframes fadeAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 700px) {
/*==========================================
  12.Common (SP)
========================================== */
  #natura {
    max-width: 100%;
    margin: 0 auto 30px;
  }
  #natura .-pc,
  #natura .-tb {
    display: none !important;
  }
  #natura .-sp {
    display: block !important;
  }
  #natura img {
    width: 100%;
  }
  #natura .wrap {
    max-width: 1000px;
    margin: auto;
    position: relative;
    overflow: hidden;
  }
.el-d-productsItem__text1 {
  font-size: 12px;
}


/*==========================================
  11.MV (SP)
========================================== */
  #natura .mv {
    padding: 6.25vw 0;
  }
  #natura .background .flare {
    position: absolute;
    top: 12.5vw;
    left: 31.25vw;
    width: 2.5vw;
    height: 2.5vw;
  }
  #natura .mvMain {
    width: 68.75vw;
    margin: auto;
    display: block;
  }
  #natura .mvMain h1 {
    width: 33.6875vw;
    margin-top: 0;
  }
  #natura .mvMain .woman {
    width: 42.1875vw;
    position: absolute;
    top: 1.375vw;
    right: -7.75vw;
  }
  #natura .mvMain .productList {
    width: 100vw;
    margin: 1.25vw calc(50% - 56vw) 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 15.625vw;
  }
  #natura .mvMain .productList li {
    width: 40.625vw;
  }
  #natura .mvMain .productList li:nth-of-type(2) {
    right: 5.3125vw;
  }
  #natura .mvBody {
    background: url("/_var/natura/yoruasapad/update202507/img/catch_bg.png") 0 0 no-repeat;
    background-size: contain;
    background-position: 110px;
    margin-top: 30px;
  }
  #natura .mvBody .catch {
    width: 84.375vw;
    margin: auto;
  }
  #natura .mvBody .catchSub {
    width: 83.125vw;
    margin: 6.75vw auto 0;
  }
  #natura .contentWrap {
    max-width: 83.540vw;
    margin: auto;
    padding: 0;
  }
  #natura .mvMain .productList .ribbon::before {
  content: "";
  position: absolute;
  top: -23px;
  right: -20px;
  width: 62px;
  height: 48px;
  background-image: url(/_var/natura/yoruasapad/update202507/img/product310_ribbon.png);
  background-repeat: no-repeat;
  background-size: contain;
  }

/*==========================================
  12.CONCEPT (SP)
========================================== */
  #natura .concept {
    background-position: bottom;
    padding: 6.25vw 0;
  }
  #natura .concept::before {
    display: none;
  }
  #natura .concept h2 {
    width: 56.25vw;
    margin: 0 auto 5vw;
  }
  #natura .concept .movieWapper {
    width: 96.25vw;
  }
  #natura .concept .movie {
    margin-top: 10px;
  }

/*==========================================
  13.NAV (SP)
========================================== */
  #natura .nav {
    max-width: 96.25vw;
    padding: 0;
  }
  #natura .nav ul {
    width: 100%;
  }
  #natura .nav li {
    width: 100%;
  }
  #natura .nav li:hover {
    opacity: 1;
  }
  #natura .nav .col2 li:nth-of-type(2), #natura .nav .col2 li:nth-of-type(3), #natura .nav .col2 li:nth-of-type(4) {
    margin-top: 1.25vw;
  }
  #natura .nav li a {
    font-size: 7.1875vw;
    min-height: 21.875vw;
  }
  #natura .nav li a span {
    font-size: 4.0625vw;
    letter-spacing: 0.9375vw;
  }
  #natura .nav li a::before {
    width: 6.25vw;
    height: 6.25vw;
    right: 5.625vw;
  }
  #natura .nav li:nth-of-type(1) {
    order: 1;
  }
  #natura .nav li:nth-of-type(2) {
    order: 3;
  }
  #natura .nav li:nth-of-type(3) {
    order: 2;
  }
  #natura .nav li:nth-of-type(4) {
    order: 4;
  }


/*==========================================
  14.FEATURE/ANXIETY/POINT (SP)
========================================== */
  #natura .feature,
  #natura .anxiety,
  #natura .point {
    max-width: 96.25vw;
    margin: 1.25vw auto;
  }
  #natura .feature h2,
  #natura .anxiety h2,
  #natura .point h2 {
    width: 100%;

  }
  #natura .feature .omamoriTxt,
  #natura .anxiety .omamoriTxt,
  #natura .point .omamoriTxt {
    width: 66.875vw;
    margin-top: 5.625vw;
  }
  #natura .feature .col2 .omamoriTxt,
  #natura .anxiety .col2 .omamoriTxt,
  #natura .point .col2 .omamoriTxt {
    width: 66.875vw;
    margin: auto;
  }
  #natura .feature .col2 .omamoriTxt + .omamoriTxt,
  #natura .anxiety .col2 .omamoriTxt + .omamoriTxt,
  #natura .point .col2 .omamoriTxt + .omamoriTxt {
    margin-top: 10.9375vw;
  }
  #natura .lead .col2 .lead-img {
  width: 25vw;
  margin: 0;
}
#natura .lead .col2 .lead-img:nth-child(1)  {
  width: 29.2857vw;
}
#natura .lead .col2 .lead-img:nth-child(3) {
  width: 29vw;
}
#natura .lead .lead-mechanism-wrap {
  margin-inline: 5%;
  background: #fff;
  position: relative;
}
#natura .lead .lead-mechanism-wrap::after {
  bottom: -28px;
  left: 50%;
  width: 15.336vw;
  height: 15.336vw;
}
#natura .lead .lead-title {
  font-size: 4.4285vw;
}
#natura .lead-txt4 {
  padding-top: 14.2857vw;
  width: 73.5714vw;
  margin: 0 auto;
}
#natura .lead-txt5 {
  padding-top: 4.2857vw;
  width: 73.5714vw;
  margin: 0 auto;
}
#natura .lead-txt6 {
  padding-top: 7.0666vw;
  width: 76.5714vw;
  margin: 0 auto;
}
#natura .lead-txt3 {
  width: 66.7142vw;
  margin: 0 auto;
  padding-top: 3.5714vw;
}
#natura .lead-img6 {
  padding-top: 24px;
}



/*==========================================
  15.FEATURE (SP)
========================================== */

#natura .feature {
  margin: 6.9333vw auto 0;
  padding-bottom: 10.6666vw;
}


#natura .feature .col2 {
  display: block;
  margin-top: 8.75vw;
  justify-content: space-around;
}

#natura .feature .col2 dl {
  width: 100%;
  margin: 0;
}

#natura .feature .col2 dl + dl {
  margin-top: 10.9375vw;
}

#natura .feature .col2 dt {
  font-size: 7.5vw;
  letter-spacing: 1.5vw;
  line-height: 1.15;
}

#natura .feature .col2 dd {
  font-size: 3.75vw;
  letter-spacing: 0.75vw;
  line-height: 1.13;
}

#natura .feature .contentWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  gap: 4vw;
}

#natura .feature .contentWrap .feature-point1,
#natura .feature .contentWrap .feature-point2,
#natura .feature .contentWrap .feature-point3 {
  width: 100%;
  height: 100%;
  padding: 16.533vw 4.667vw 7.6vw;
}
#natura .feature .contentWrap figure {
  margin: 0 auto;
}
#natura .feature .contentWrap .feature-img1  {
  width: 45.333vw;
}
#natura .feature .contentWrap .feature-img2  {
  width: 47.607vw;
}
#natura .feature .contentWrap .feature-img3 {
  width: 75.411vw;
}

#natura .feature .contentWrap .feature-point1 .point-img {
  width: 12.8vw;
  height: 12.4vw;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
#natura .feature .contentWrap .feature-point2 .point-img {
  width: 12.8vw;
  height: 12.4vw;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
#natura .feature .contentWrap .feature-point3 .point-img {
  width: 12.8vw;
  height: 12.4vw;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

#natura .feature .contentWrap figure.feature-img2 {
  margin-top: 3.0666vw;
}
#natura .feature .contentWrap figure.feature-img3 {
  margin-top: 8.4vw;
}
#natura .feature .contentWrap figure.feature-img4 {
  width: 49.162vw;
}
#natura .feature .contentWrap figure.feature-img5 {
  margin-top: 6vw;
  width: 63.719vw;
}
#natura .feature .contentWrap figure.feature-img6 {
  margin-top: 6vw;
}
#natura .feature .contentWrap figure.feature-img7 {
  width: 45.487vw;
}
#natura .feature .contentWrap figure.feature-img8 {
  margin-top: 2.666vw;
  width: 51.659vw;
}
#natura .feature .contentWrap figure.feature-img9 {
  margin-top: 4.9333vw;
  width: 35.404vw;
}



  /*==========================================
  16.LEAD (SP)
  ========================================== */
  #natura .lead {
    padding: 7vw 0 7vw;
    margin-top: 0;
    text-align: center;
    margin-inline: 3%;
  }
  #natura .lead h2 img {
    width: 69.2857vw;
  }
  #natura .lead .col2 {
    margin: 7vw auto 1.4285vw;
    -ms-flex-pack: distribute;
        justify-content: center;
        align-items: flex-start;
  }
  #natura .lead .col2.lead-mechanism {
    margin: 0 auto;
    padding: 6.14285vw 0 7.14285vw;
  }
  #natura .lead .col2.lead-mechanism p {
    font-size: 3.25vw;
    font-family: "Noto sans JP", sans-serif;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.03em;
    color: #595757;
  }
  #natura .lead .col2.lead-mechanism li:nth-child(2) p {
      font-weight: 700;
      color: #a3619e;
  }
  #natura .lead ul {
    display: none;;
  }
/*==========================================
  16.ANXIETY (SP)
========================================== */
  #natura .anxiety {
    padding: 0 0 4.375vw;
    margin-top: 3.7333vw;
  }
  #natura .anxiety .col2 {
    flex-flow: column nowrap;
    width: 53.7330vw;
    margin: 0 auto;
    padding-top: 7.3333vw;
  }
  #natura .anxiety .col2 figure {

  }
  #natura .anxiety ul {
    -webkit-box-shadow: 0 0 3.125vw #fff;
            box-shadow: 0 0 3.125vw #fff;
    border-radius: 3.75vw;
    margin: 5vw auto;
    padding: 7.5vw 0 5.625vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #natura .anxiety li {
    margin-top: 5.625vw;
  }
  #natura .anxiety li p {
    font-size: 3.75vw;
    margin-top: 3.125vw;
  }
  #natura .anxiety li figure {
    margin: auto;
  }
  #natura .anxiety li:nth-of-type(1) {
    margin: 0;
  }
  #natura .anxiety li:nth-of-type(1) figure {
    width: 27.5vw;
  }
  #natura .anxiety li:nth-of-type(2) figure {
    width: 28.125vw;
  }
  #natura .anxiety li:nth-of-type(3) figure {
    width: 27.8125vw;
  }

/*==========================================
  17.POINT (SP)
========================================== */
  #natura .point {
    padding: 0 0 7.0666vw;
    margin-top: 3.7333vw;
  }
  #natura .point p.note {
    width: 79.997vw;
    font-size: 12px;
  }
  #natura .point h3 {
    font-size: 5vw;
    letter-spacing: 0.65vw;
    margin-top: 7.1999vw;
  }
  #natura .point h3:nth-of-type(2) {
    margin-top: 9.333vw;
  }
  #natura .point .package {
    max-width: 61.875vw;
    margin: 2.5vw auto 0;
  }
  #natura .point .package li {
    width: 30vw;
  }
  #natura .point .package li p {
    font-size: 3vw;
    margin-top: 3.75vw;
  }
  #natura .point .packagePoint {
    margin-top: 6.666vw;
    padding-left: 3.125vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #natura .point .packagePoint p {
    width: 48.125vw;
    font-size: 4.0625vw;
    letter-spacing: 0.40625vw;
    margin-top: 6.25vw;
  }
  #natura .point .packagePoint li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #natura .point .packagePoint li:nth-of-type(1) figure {
    width: 16.875vw;
  }
  #natura .point .packagePoint li:nth-of-type(2) {
    margin-top: 4.375vw;
  }
  #natura .point .packagePoint li:nth-of-type(2) figure {
    width: 26.25vw;
    left: 4vw;
  }
  #natura .point .packagePoint li:nth-of-type(2).triangle::before {
    top: 28.125vw;
  }
  #natura .point .packagePoint li:nth-of-type(3) {
    margin-top: 6.25vw;
  }
  #natura .point .packagePoint li:nth-of-type(3) figure {
    width: 18.4375vw;
    position: relative;
    left: 4vw;
  }
  #natura .point .packagePoint .triangle::before {
    border-top: 2.5vw solid transparent;
    border-bottom: 2.5vw solid transparent;
    border-left: 4.375vw solid #584b8c;
    border-right: 0;
    position: absolute;
    top: 28.125vw;
    left: 22.8125vw;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    right: auto;
  }
}
