@charset "UTF-8";
@media (max-width: 767px) {
  .new-product .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  .new-product {
    padding-top: 62px;
  }
  .new-product .container {
    max-width: 1100px;
  }
}
.new-product .icon-tax {
  display: inline-block;
  border: 1px solid #757879;
  border-radius: 3px;
  padding: 2px 5px;
  line-height: 1;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .new-product .icon-tax {
    font-size: 8px;
  }
}
@media (min-width: 768px) {
  .new-product .icon-tax {
    font-size: 1.2rem;
  }
}
.new-product .product-name {
  line-height: 1.9;
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .new-product .product-name {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .new-product .product-name {
    font-size: 22px;
  }
}
.new-product .product-name-sub {
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .new-product .product-name-sub {
    font-size: 10px;
  }
}
@media (min-width: 768px) {
  .new-product .product-name-sub {
    font-size: 12px;
  }
}
.new-product .intro {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.new-product .intro.-bg01 {
  background-image: url("/product/img/clearpeel-mask/header-bg.webp");
}
.new-product .intro.-bg02 {
  background-image: url("/product/img/moistbarrier-mask/header-bg.webp");
}
@media (max-width: 767px) {
  .new-product .intro {
    margin-bottom: 75px;
    background-position: center top;
    background-size: auto 250px;
  }
  .new-product .intro__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .new-product .intro__data {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .new-product .intro__image {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    padding-top: 50px;
  }
  .new-product .intro__size {
    margin-top: 20px;
    line-height: 1;
    font-size: 10px;
  }
  .new-product .intro__price {
    line-height: 1;
    font-size: 15px;
  }
  .new-product .intro__buttons {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .new-product .intro {
    margin-bottom: 62px;
    padding-top: 60px;
  }
  .new-product .intro__inner {
    display: grid;
    grid-template-columns: 37.27% 1fr;
  }
  .new-product .intro__name-sub {
    margin-top: 5px;
  }
  .new-product .intro__size {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #9a9a9a;
    letter-spacing: 0.1em;
  }
  .new-product .intro__price {
    line-height: 1;
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .new-product .intro02 {
    overflow: hidden;
    margin-bottom: 20px;
  }
  .new-product .intro02__title {
    margin-right: -30px;
    margin-bottom: 40px;
    margin-left: -30px;
  }
}
@media (min-width: 768px) {
  .new-product .intro02 {
    margin-bottom: 120px;
  }
  .new-product .intro02__title {
    margin-bottom: 40px;
  }
  .new-product .intro02__inner {
    padding-left: 37.27%;
  }
}
.new-product .section-heading {
  line-height: 1;
  color: #caced0;
  font-weight: 300;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .new-product .section-heading {
    margin-bottom: 25px;
    margin-left: -20px;
    font-size: 47px;
  }
}
@media (min-width: 768px) {
  .new-product .section-heading {
    margin-bottom: 25px;
    font-size: 72px;
  }
}
.new-product .section-subtitle {
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .new-product .section-subtitle {
    margin-bottom: 10px;
    line-height: 1.5;
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .new-product .section-subtitle {
    margin-bottom: 30px;
    line-height: 1;
    font-size: 30px;
  }
}
.new-product .section-notice {
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .new-product .section-notice {
    font-size: 8px;
  }
}
@media (min-width: 768px) {
  .new-product .section-notice {
    font-size: 12px;
  }
}
.new-product .list-dot {
  list-style: none;
}
.new-product .list-dot > li {
  position: relative;
  padding-left: 20px;
}
.new-product .list-dot > li::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 0.9em;
  height: 0.9em;
  background-color: #4c4948;
  border-radius: 50%;
}
.new-product .list-dot.-c01 > li::before {
  background-color: #40cacf;
}
.new-product .list-dot.-c02 > li::before {
  background-color: #aed154;
}
.new-product .content {
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .new-product .content {
    background-position: center top;
    background-size: 100% auto;
    padding-top: calc(80.666vw + 40px);
  }
  .new-product .content.-bg01 {
    background-image: url("/product/img/clearpeel-mask/content-bg-sp.webp");
  }
  .new-product .content.-bg02 {
    background-image: url("/product/img/moistbarrier-mask/content-bg-sp.webp");
  }
}
@media (min-width: 768px) {
  .new-product .content {
    background-position: left calc(50% + 420px) top;
    background-size: 840px auto;
  }
  .new-product .content.-bg01 {
    background-image: url("/product/img/clearpeel-mask/content-bg.webp");
  }
  .new-product .content.-bg02 {
    background-image: url("/product/img/moistbarrier-mask/content-bg.webp");
  }
}
@media (min-width: 768px) {
  .new-product .section__inner {
    padding-left: 50px;
  }
}
@media (max-width: 767px) {
  .new-product .features {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .new-product .features {
    margin-top: 120px;
  }
}
@media (max-width: 767px) {
  .new-product .mechanism {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .new-product .mechanism {
    margin-top: 120px;
  }
}
@media (max-width: 767px) {
  .new-product .key-ingredients {
    margin-top: 30px;
  }
  .new-product .key-ingredients__image {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .new-product .key-ingredients {
    margin-top: 136px;
  }
}
.new-product .recommend__list > li {
  margin-bottom: 0.5em;
  border-bottom: 1px solid #9a9a9a;
  color: #4c4948;
  letter-spacing: 0.2em;
}
.new-product .recommend__list > li::before {
  content: "";
  position: relative;
  top: 0.1em;
  display: inline-block;
  margin-right: 0.5em;
  width: 0.9em;
  height: 0.9em;
  border: 1px solid #4c4948;
}
.new-product .recommend__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .new-product .recommend {
    margin-top: 100px;
  }
  .new-product .recommend__list {
    font-size: 12px;
  }
  .new-product .recommend__list > li {
    padding-left: 15px;
  }
  .new-product .recommend__bg {
    margin-top: 26px;
    margin-bottom: 50px;
    height: 146px;
  }
}
@media (min-width: 768px) {
  .new-product .recommend {
    margin-top: 120px;
  }
  .new-product .recommend__inner {
    display: grid;
    grid-template-columns: 37.27% 1fr;
  }
  .new-product .recommend__col:nth-child(1) {
    padding-right: 30px;
  }
  .new-product .recommend__col:nth-child(2) {
    padding-left: 53px;
  }
  .new-product .recommend__list {
    font-size: 18px;
  }
  .new-product .recommend__bg {
    margin-top: 40px;
    height: 400px;
  }
}
@media (max-width: 767px) {
  .new-product .point-list .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .new-product .point-list .i01 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .new-product .point-list .i02 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .new-product .point-list .i03 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .new-product .point-list .i04 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .new-product .point-list .i05 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media (max-width: 767px) {
  .new-product .point-block {
    margin-top: 50px;
  }
  .new-product .point-block__body {
    padding-right: 15px;
    padding-left: 15px;
  }
  .new-product .point-block__title {
    margin-bottom: 0.5em;
    border-bottom: 1px solid #9a9a9a;
    padding-top: 0.5em;
    padding-bottom: 0.2em;
    font-size: 15px;
    letter-spacing: 0.2em;
  }
  .new-product .point-block__text {
    color: #4c4948;
    letter-spacing: 0.2em;
    font-size: 12px;
  }
  .new-product .point-block__notice {
    margin-top: 0.5em;
    line-height: 1.5;
    font-size: 8px;
    letter-spacing: 0.2em;
  }
  .new-product .point-block .checkbox {
    margin-top: 1em;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .new-product .point-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 27px;
       -moz-column-gap: 27px;
            column-gap: 27px;
    margin-top: 50px;
  }
  .new-product .point-block__number {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 258px;
        -ms-flex: 0 0 258px;
            flex: 0 0 258px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .new-product .point-block__body {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: 636px;
  }
  .new-product .point-block__title {
    border-bottom: 1px solid #9a9a9a;
    padding-top: 0.5em;
    padding-bottom: 0.2em;
    font-size: 20px;
    letter-spacing: 0.2em;
  }
  .new-product .point-block__text {
    color: #4c4948;
    letter-spacing: 0.2em;
  }
  .new-product .point-block__notice {
    margin-top: 0.5em;
    line-height: 1.5;
    font-size: 12px;
    letter-spacing: 0.2em;
  }
  .new-product .point-block .checkbox {
    margin-top: 1em;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    font-size: 16px;
  }
}
.new-product .point-number {
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.05em;
}
.new-product .point-number__number {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.new-product .point-number__number::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.new-product .point-number__number.c01::before {
  background-color: #c9e8eb;
}
.new-product .point-number__number.c02::before {
  background-color: #dfead2;
}
@media (max-width: 767px) {
  .new-product .point-number {
    width: 50px;
  }
  .new-product .point-number__point {
    display: block;
    -webkit-transform: translateY(0.7em);
            transform: translateY(0.7em);
    text-align: center;
    font-size: 12px;
  }
  .new-product .point-number__number {
    height: 50px;
    font-size: 25px;
  }
  .new-product .point-number__number::before {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 768px) {
  .new-product .point-number {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .new-product .point-number__point {
    -webkit-transform: translateX(1em);
            transform: translateX(1em);
    font-size: 18px;
  }
  .new-product .point-number__number {
    width: 96px;
    height: 96px;
    font-size: 48px;
  }
  .new-product .point-number__number::before {
    width: 100%;
    height: 100%;
  }
}
.new-product .point-image {
  float: right;
}
@media (max-width: 767px) {
  .new-product .point-image {
    height: 172px;
  }
  .new-product .point-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
  }
}
@media (min-width: 768px) {
  .new-product .point-image {
    margin-left: 1em;
    padding-right: 105px;
  }
  .new-product .point-image img {
    width: 380px;
  }
}
@media (max-width: 767px) {
  .new-product .howto {
    margin-top: 70px;
  }
  .new-product .howto__notice {
    font-size: 8px;
    letter-spacing: 0.2em;
  }
}
@media (min-width: 768px) {
  .new-product .howto {
    margin-top: 190px;
  }
  .new-product .howto__inner {
    display: grid;
    grid-template-columns: 37.27% 1fr;
  }
  .new-product .howto__flow {
    padding-top: 30px;
  }
  .new-product .howto__notice {
    font-size: 12px;
    letter-spacing: 0.2em;
  }
}
.new-product .flowlist__number {
  aspect-ratio: 1/1;
  font-weight: 300;
}
.new-product .flowlist__text {
  color: #4c4948;
}
@media (max-width: 767px) {
  .new-product .flowlist {
    margin-top: 15px;
  }
  .new-product .flowlist__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    margin-bottom: 24px;
  }
  .new-product .flowlist__number {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #bcc0c2;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 32px;
        -ms-flex: 0 0 32px;
            flex: 0 0 32px;
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .new-product .flowlist__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 23px;
       -moz-column-gap: 23px;
            column-gap: 23px;
    margin-bottom: 30px;
  }
  .new-product .flowlist__number {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #bcc0c2;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60px;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
    font-size: 30px;
  }
  .new-product .flowlist__text {
    padding-top: 0.8em;
  }
}
.new-product .product-block__name-en {
  line-height: 1.5;
}
.new-product .product-block__name-jp {
  line-height: 1.5;
}
.new-product .product-block__button a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  border-radius: 3px;
}
.new-product .product-block__button .c01 {
  background-color: #40cacf;
}
.new-product .product-block__button .c02 {
  background-color: #aed154;
}
@media (max-width: 767px) {
  .new-product .product-block {
    margin-top: 70px;
  }
  .new-product .product-block__image {
    margin-right: -30px;
    margin-bottom: 20px;
    margin-left: -30px;
  }
  .new-product .product-block__data-size {
    line-height: 1.5;
    font-size: 10px;
    letter-spacing: 0.1em;
  }
  .new-product .product-block__data-price {
    margin-bottom: 30px;
    line-height: 1;
    font-size: 15px;
  }
  .new-product .product-block__button a {
    height: 38px;
    font-size: 12px;
    letter-spacing: 0.2em;
  }
}
@media (min-width: 768px) {
  .new-product .product-block {
    overflow: hidden;
    margin-top: 85px;
  }
  .new-product .product-block__name-en {
    margin-top: 24px;
  }
  .new-product .product-block__name-jp {
    margin-bottom: 20px;
  }
  .new-product .product-block__data {
    float: left;
    width: 223px;
  }
  .new-product .product-block__data-size {
    line-height: 1.5;
    font-size: 16px;
    color: #9a9a9a;
    letter-spacing: 0.1em;
  }
  .new-product .product-block__data-price {
    line-height: 1;
    font-size: 24px;
  }
  .new-product .product-block__button a {
    height: 60px;
    font-size: 24px;
    letter-spacing: 0.2em;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .new-product .product-block__button a:hover {
    opacity: 0.7;
  }
}
.new-product .ingredient__text {
  color: #4c4948;
}
@media (max-width: 767px) {
  .new-product .ingredient {
    margin-top: 75px;
  }
  .new-product .ingredient__inner {
    border-top: 1px solid #d4d8d9;
    padding-top: 25px;
    padding-inline: 15px;
  }
}
@media (min-width: 768px) {
  .new-product .ingredient {
    margin-top: 150px;
  }
  .new-product .ingredient__inner {
    padding-left: 37.27%;
  }
}
.new-product {
  /* 注釈リスト */
}
.new-product .notice-list {
  counter-reset: list-counter;
  list-style: none;
  color: #4c4948;
}
.new-product .notice-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.new-product .notice-list li::before {
  content: "＊" counter(list-counter, decimal) "：";
  counter-increment: list-counter;
  letter-spacing: normal;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .new-product .notice-list {
    margin-top: 50px;
    font-size: 1rem;
    line-height: 1.67;
    letter-spacing: 0.1em;
  }
}
@media (min-width: 768px) {
  .new-product .notice-list {
    margin-top: 40px;
    font-size: 1.2rem;
    line-height: 1.67;
    letter-spacing: 0.2em;
  }
}