@charset "utf-8";

#whatsnew .section-heading {
  margin-top: 40px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Nunito Sans", sans-serif;
  font-size: 25px;
  letter-spacing: 0.03em;
  line-height: 1.2;
}
#whatsnew .width-wrapper {
  max-width: 650px;
  margin: 0 auto;
}
#whatsnew .sp {
  display: none;
}

@media (max-width: 750px) {
  #whatsnew .section-heading {
    margin-top: 25px;
    font-size: 18px;
  }
  #whatsnew .width-wrapper {
    max-width: 100%;
    padding: 0 25px;
  }
  #whatsnew .pc {
    display: none;
  }
  #whatsnew .sp {
    display: block;
  }
}

#whatsnew img {
  max-width: 100%;
  width: auto;
  height: auto;
}
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  /* Chrome only hacks */
  #whatsnew img {
    image-rendering: -webkit-optimize-contrast;
  }
}

/*----------------------------
Intro
------------------------------*/
#whatsnew {
  line-height: 1.5;
  font-size: 14px;
  color: #000;
  overflow-x: hidden;
  padding-bottom: 50px;
}
@media (max-width: 750px) {
  #whatsnew {
    min-width: 0;
    font-size: 14px;
  }

  #whatsnew main img {
    width: 100%;
  }
}

#whatsnew .intro .mainvisual {
  margin: 30px auto;
}

#whatsnew .intro .intro-time {
  font-size: 13px;
  color: #646464;
}

#whatsnew .intro .intro-category {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.67;
}

#whatsnew .intro .intro-title {
  margin-bottom: 30px;
  font-size: 40px;
  line-height: 1.375;
  font-weight: normal;
}

#whatsnew .intro .intro-txt {
  font-size: 15px;
  line-height: 1.67;
}

@media (max-width: 750px) {
  #whatsnew .intro .mainvisual {
    width: calc(100% + 50px);
    margin: 23px auto;
    margin-left: -25px;
  }

  #whatsnew .intro .intro-time {
    font-size: 13px;
  }

  #whatsnew .intro .intro-category {
    font-size: 15px;
  }

  #whatsnew .intro .intro-title {
    margin-bottom: 10px;
    font-size: 25px;
    font-weight: bold;
  }

  #whatsnew .intro .intro-txt {
    font-size: 15px;
  }
}

/*----------------------------
Product list
------------------------------*/
#whatsnew .product-list {
  margin-top: 90px;
}

#whatsnew .product-list .product + .product {
  margin-top: 95px;
}

#whatsnew .product-list .product-title {
  font-size: 25px;
  line-height: 1.6;
  font-weight: bold;
}

#whatsnew .product-list .product-pic {
  margin: 20px auto 25px;
}

#whatsnew .product-list .product-txt {
  font-size: 15px;
  line-height: 1.67;
}
#whatsnew .product-list .itme_txt >.product-txt {
  margin-top: 15px;
}

@media (max-width: 750px) {
  #whatsnew .product-list {
    margin-top: 55px;
  }

  #whatsnew .product-list .product + .product {
    margin-top: 55px;
  }

  #whatsnew .product-list .product-title {
    font-size: 20px;
  }

  #whatsnew .product-list .product-pic {
    margin: 20px auto 13px;
  }

  #whatsnew .product-list .product-txt {
    font-size: 15px;
  }
}

#whatsnew .product-info {
  display: flex;
  column-gap: 10px;
  align-items: center;
  justify-content: left;
  flex-wrap: wrap;
}
#whatsnew .product-txt + .product-info {
  margin-top: 20px;
}

.notes {
  padding:30px 0 20px;
}
.notes  ul {
  line-height: 1.8;
}
.notes  ul li {
  padding-left: 1em;
  text-indent: -1em;
}
@media (max-width: 480px) {
  .notes {
    padding: 50px 0 0;
  }
  .notes  ul {
    line-height: 1.5;
  }
  .notes  ul li {
      font-size: 13px;
  }
}