/*========================================== 
  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;
}
#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;
}

/*========================================== 
  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 {
  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: 45px;
}
#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:nth-of-type(3), #natura .nav li:nth-of-type(4) {
  margin-top: 24px;
}
#natura .nav li a {
  width: 100%;
  height: 100%;
  min-height: 83px;
}

/*========================================== 
  5.FEATURE/ANXIETY/POINT (PC)
========================================== */
#natura .feature,
#natura .anxiety,
#natura .point {
  max-width: 900px;
  margin: auto;
  text-align: center;
}
#natura .feature h2,
#natura .anxiety h2,
#natura .point h2 {
  width: 633px;
  margin: auto;
}
#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;
}

/*========================================== 
  6.FEATURE (PC)
========================================== */
#natura .feature {
  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;
  text-align: center;
}
#natura .feature figure {
  margin-top: 54px;
}
#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;
}

/*========================================== 
  7.ANXIETY (PC)
========================================== */
#natura .anxiety {
  background: -ms-linear-gradient(60.12deg, 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(29.88deg, 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: 62px 0;
}
#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 li p {
  font-size: 20px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -1px;
  color: #3F1377;
  margin-top: 10px;
}
/*========================================== 
  8.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: 64px 0 86px;
}
#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%;
}
/*========================================== 
  9.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) {
/*========================================== 
  10.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;
  }

/*========================================== 
  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: 39.6875vw;
    margin-top: 0;
  }
  #natura .mvMain .woman {
    width: 42.1875vw;
    position: absolute;
    top: 4.375vw;
    right: -13.75vw;
  }
  #natura .mvMain .productList {
    width: 100vw;
    margin: 1.25vw calc(50% - 50vw) 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/img/catch_bg.png") 0 0 no-repeat;
    background-size: contain;
    background-position: center;
    margin-top: 30px;
  }
  #natura .mvBody .catch {
    width: 84.375vw;
    margin: auto;
  }
  #natura .mvBody .catchSub {
    width: 83.125vw;
    margin: 3.75vw auto 0;
  }
  #natura .contentWrap {
    max-width: 87.5vw;
    margin: auto;
    padding: 0;
  }

/*========================================== 
  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 li:nth-of-type(2), #natura .nav li:nth-of-type(3), #natura .nav 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: 70.9375vw;
  }
  #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;
  }

/*========================================== 
  15.FEATURE (SP)
========================================== */
  #natura .feature {
    padding: 8.125vw 0 9.375vw;
  }
  #natura .feature figure {
    margin: 6.25vw auto 0;
    width: 100%;
  }
  #natura .feature .col2 {
    display: block;
    margin-top: 8.75vw;
  }
  #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;
  }
  #natura .feature .col2 dd {
    font-size: 3.75vw;
    letter-spacing: 0.75vw;
  }

/*========================================== 
  16.ANXIETY (SP)
========================================== */
  #natura .anxiety {
    padding: 8.4375vw 0 4.375vw;
  }
  #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: 8.75vw 0 14.0625vw;
  }
  #natura .point h3 {
    font-size: 5.625vw;
    letter-spacing: 1.125vw;
    margin-top: 7.8125vw;
  }
  #natura .point h3:nth-of-type(2) {
    margin-top: 11.25vw;
  }
  #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: 2.8125vw;
    margin-top: 3.75vw;
  }
  #natura .point .packagePoint {
    margin-top: 10.9375vw;
    padding-left: 3.125vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #natura .point .packagePoint p {
    width: 53.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;
  }
}
