@charset "UTF-8";
/*
$serif: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
$sansSerif: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
$sansSerifBold: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
$msSerif: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
$msSansSerif: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
*/
@import url("tabpanel.css");
@font-face {
  font-family: Futura;
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
  src: url("./fonts/futura_n4.woff2") format("woff2");
}

@font-face {
  font-family: "Century Gothic";
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
  src: url("./fonts/centurygothic_n4.woff2") format("woff2");
}

@font-face {
  font-family: "Century Gothic";
  font-weight: 700;
  font-style: normal;
  font-display: fallback;
  src: url("./fonts/centurygothic_n4.woff2") format("woff2");
}

@font-face {
  font-family: "Century Gothic";
  font-weight: 400;
  font-style: italic;
  font-display: fallback;
  src: url("./fonts/centurygothic_n4.woff2") format("woff2");
}

@font-face {
  font-family: "Century Gothic";
  font-weight: 700;
  font-style: italic;
  font-display: fallback;
  src: url("./fonts/centurygothic_n4.woff2") format("woff2");
}

:root {
  --heading-font-family: Futura, sans-serif;
  --heading-font-weight: 400;
  --heading-font-style: normal;
  --text-font-family: "Century Gothic", sans-serif;
  --text-font-weight: 400;
  --text-font-style: normal;
  --base-text-font-size: 15px;
  --default-text-font-size: 14px;
  --background: #ffffff;
  --background-rgb: 255, 255, 255;
  --light-background: #ffffff;
  --light-background-rgb: 255, 255, 255;
  --heading-color: #5c5c5c;
  --text-color: #5c5c5c;
  --text-color-rgb: 92, 92, 92;
  --text-color-light: #939393;
  --text-color-light-rgb: 147, 147, 147;
  --link-color: #323232;
  --link-color-rgb: 50, 50, 50;
  --border-color: #e7e7e7;
  --border-color-rgb: 231, 231, 231;
  --button-background: #5c5c5c;
  --button-background-rgb: 92, 92, 92;
  --button-text-color: #ffffff;
  --header-background: #ffffff;
  --header-heading-color: #5c5c5c;
  --header-light-text-color: #939393;
  --header-border-color: #e7e7e7;
  --footer-background: #ffffff;
  --footer-text-color: #939393;
  --footer-heading-color: #5c5c5c;
  --footer-border-color: #efefef;
  --navigation-background: #ffffff;
  --navigation-background-rgb: 255, 255, 255;
  --navigation-text-color: #5c5c5c;
  --navigation-text-color-light: rgba(92, 92, 92, 0.5);
  --navigation-border-color: rgba(92, 92, 92, 0.25);
  --newsletter-popup-background: #ffffff;
  --newsletter-popup-text-color: #1c1b1b;
  --newsletter-popup-text-color-rgb: 28, 27, 27;
  --secondary-elements-background: #5c5c5c;
  --secondary-elements-background-rgb: 92, 92, 92;
  --secondary-elements-text-color: #ffffff;
  --secondary-elements-text-color-light: rgba(255, 255, 255, 0.5);
  --secondary-elements-border-color: rgba(255, 255, 255, 0.25);
  --product-sale-price-color: #f94c43;
  --product-sale-price-color-rgb: 249, 76, 67;
  /* Products */
  --horizontal-spacing-four-products-per-row: 40px;
  --horizontal-spacing-two-products-per-row: 40px;
  --vertical-spacing-four-products-per-row: 60px;
  --vertical-spacing-two-products-per-row: 75px;
  /* Animation */
  --drawer-transition-timing: cubic-bezier(0.645, 0.045, 0.355, 1);
  --header-base-height: 80px;
  /* We set a default for browsers that do not support CSS variables */
  /* Cursors */
  --cursor-zoom-in-svg: url(../img/cursor-zoom-in.svg?v=12237874970155644060);
  --cursor-zoom-in-2x-svg: url(../img/cursor-zoom-in-2x.svg?v=5083552326767623967);
}

* {
  box-sizing: border-box;
}

.sp-only {
  display: none;
}

@media (max-width: 768px) {
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none !important;
  }
}

:root,
html {
  font-size: 100px;
}

@media screen and (max-width: 1110px) and (min-width: 769px) {
  :root,
  html {
    font-size: 9.00901vw;
  }
}

@media screen and (max-width: 768px) {
  :root,
  html {
    font-size: 26.62044vw;
  }
}

body {
  color: #5C5C5C;
  font-weight: 500;
  line-height: 1.4;
  font-family: "Futura", sans-serif;
  font-size: 0.14rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wrap {
  max-width: 9.75rem;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .wrap {
    padding-right: 0.18rem;
    padding-left: 0.18rem;
  }
}

img,
video {
  max-width: 100%;
}

img[src$="_sp.jpg"], img[src$="_sp.png"], img[src$="_sp.svg"] {
  display: none;
}

@media screen and (max-width: 768px) {
  img[src$="_sp.jpg"], img[src$="_sp.png"], img[src$="_sp.svg"] {
    display: inline-block;
  }
  img[src$="_sp.jpg"] + img, img[src$="_sp.png"] + img, img[src$="_sp.svg"] + img {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  br.sp {
    display: inline;
  }
}

html:not(.mobile) a[href^="tel:"] {
  pointer-events: none;
}

.element {
  opacity: 0;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

.pa-center, .nilre_facewash_wrap .area-coverTxt .ac-box, .nilre_facewash_wrap .area-item .item-contents .item-details .cart-box .qty-box .down-btn:before, .nilre_facewash_wrap .area-item .item-contents .item-details .cart-box .qty-box .up-btn:before, .nilre_facewash_wrap .area-item .item-contents .item-details .cart-box .qty-box .up-btn:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.pa-center-lr, .nilre_facewash_wrap .area-fv h2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

em {
  font-style: normal;
}

@media screen and (min-width: 1140px) {
  .HorizontalList--spacingExtraLoose {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.shopify-section--header {
  position: sticky;
}

.inner {
  max-width: 10.00rem;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .inner {
    padding: 0 .25rem;
  }
}

.picture {
  display: block;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.mincho {
  font-family: "Noto Serif JP", serif;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #000;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #333333;
  opacity: 1;
  background: #333333;
}

@keyframes zoomout {
  0% {
    transform: scale(1.3);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 0.8;
  }
}

.nilre_facewash_wrap {
  width: 99vw;
  min-width: 1100px;
  background-color: white;
  overflow: hidden;
  margin-top: -139px;
}

.nilre_facewash_wrap .nilre_facewash_iframe01 {
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 229%;
}

.nilre_facewash_wrap .nilre_facewash_iframe01 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 4000;
}

.nilre_facewash_wrap .nilre_facewash_iframe02 {
  position: relative;
  width: 100%;
  height: 2159px;
}

.nilre_facewash_wrap .nilre_facewash_iframe02 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.nilre_facewash_wrap h2 {
  font-family: '游明朝';
}

.nilre_facewash_wrap li {
  list-style: none;
}

.nilre_facewash_wrap h2 {
  color: #5c5c5c;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: 19.2px;
}

.nilre_facewash_wrap h2 span {
  font-size: 15px;
  display: block;
}

.nilre_facewash_wrap h2 em {
  font-size: 23px;
  display: block;
  margin-top: 16px;
}

.nilre_facewash_wrap p {
  font-family: "Century Gothic", sans-serif;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.8;
}

.nilre_facewash_wrap .txt-center {
  text-align: center;
}

.nilre_facewash_wrap .b-bottom {
  border-bottom: 1px solid #e7e7e7;
}

.nilre_facewash_wrap .table {
  display: table;
  width: 100%;
}

.nilre_facewash_wrap .area-fv {
  background-color: #444400;
  height: 100vh;
  max-height: 100vh;
  position: relative;
  overflow: hidden;
}

.nilre_facewash_wrap .area-fv div {
  width: 100%;
  height: 100vh;
  max-height: 100vh;
}

.nilre_facewash_wrap .area-fv h2 {
  position: absolute;
  color: #fff;
  font-size: 50px;
  top: 178px;
  left: 374px;
}

.nilre_facewash_wrap .area-text01 {
  padding: 170px 0;
}

.nilre_facewash_wrap .area-text02 {
  padding: 170px 0 80px;
}

.nilre_facewash_wrap .area-text {
  position: relative;
}

.nilre_facewash_wrap .area-text .side-txt {
  position: absolute;
  left: 0;
  top: 0;
}

.nilre_facewash_wrap .area-text h3 {
  font-size: 22px;
  font-weight: normal;
  background-color: #B2B2B2;
  width: 200px;
  margin: 0 auto;
  color: white;
  letter-spacing: 1px;
  padding: 6px 0 4px 0;
}

.nilre_facewash_wrap .area-text h2 {
  margin: 70px 0 50px;
  font-size: 64px;
  color: #666666;
  letter-spacing: 0;
  line-height: 84px;
}

.nilre_facewash_wrap .area-text p {
  font-size: 20px;
  line-height: 46px;
}

.nilre_facewash_wrap .area-text div {
  max-width: 920px;
  margin: 25px auto;
  color: #666666;
}

.nilre_facewash_wrap .area-sec03 {
  position: relative;
}

.nilre_facewash_wrap .area-sec03 ul {
  position: absolute;
  right: 260px;
  top: 50%;
  transform: translateY(-50%);
  color: white;
}

.nilre_facewash_wrap .area-sec03 h2, .nilre_facewash_wrap .area-sec03 p {
  position: static;
}

.nilre_facewash_wrap .area-sec03 h2 {
  font-size: 45px;
  text-align: left;
  line-height: 89px;
  letter-spacing: 21px;
  transform: none;
}

.nilre_facewash_wrap .area-sec03 p {
  font-family: '游明朝';
  font-size: 22px;
  letter-spacing: 3px;
}

.nilre_facewash_wrap .area-imgTxt02 {
  align-items: top !important;
  flex-wrap: nowrap;
}

.nilre_facewash_wrap .area-imgTxt02.margin-top {
  margin-top: 80px;
}

.nilre_facewash_wrap .area-imgTxt02.img-left {
  padding: 0 0% 0 4.5%;
}

.nilre_facewash_wrap .area-imgTxt02 img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .nilre_facewash_wrap .area-imgTxt02 {
    display: block;
  }
}

.nilre_facewash_wrap .area-imgTxt02 .imgTxt-img {
  width: 57.85%;
}

@media screen and (max-width: 768px) {
  .nilre_facewash_wrap .area-imgTxt02 .imgTxt-img {
    width: 100%;
  }
}

.nilre_facewash_wrap .area-imgTxt02 .imgTxt-img img {
  width: 100%;
}

.nilre_facewash_wrap .area-imgTxt02 .imgTxt-txt02 {
  width: 50%;
  align-items: top !important;
  position: relative;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .nilre_facewash_wrap .area-imgTxt02 .imgTxt-txt02 {
    width: 100%;
  }
}

.nilre_facewash_wrap .area-imgTxt02 .imgTxt-txt02 > div {
  max-width: 730px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  padding: 50px;
  color: white;
  top: 48%;
  left: 47%;
  transform: translateY(-50%) translateX(-50%);
}

.nilre_facewash_wrap .area-imgTxt02 .imgTxt-txt02 > div .ing_wrap h2 {
  padding-bottom: 1%;
}

.nilre_facewash_wrap .area-imgTxt02 .imgTxt-txt02 > div .txt01 {
  font-size: 37px;
  margin: 0% 0 2% 0;
  letter-spacing: 3px;
}

.nilre_facewash_wrap .area-imgTxt02 .imgTxt-txt02 > div .txt-info01 {
  width: 82%;
}

.nilre_facewash_wrap .area-imgTxt02 .imgTxt-txt02 > div .txt-info02 {
  width: 89%;
}

.nilre_facewash_wrap .area-imgTxt02 .imgTxt-txt02 > div .txt-info03 {
  width: 86%;
}

.nilre_facewash_wrap .area-imgTxt02 .imgTxt-txt02 > div .txt-info04 {
  width: 92%;
  margin-bottom: 10%;
}

.nilre_facewash_wrap .area-imgTxt02 .imgTxt-txt02 > div .txt-info05 {
  width: 88%;
}

.nilre_facewash_wrap .area-imgTxt02 .imgTxt-txt02 > div .txt-info06 {
  width: 90%;
  margin-bottom: 16%;
}

.nilre_facewash_wrap .area-imgTxt02 .imgTxt-txt02 > div .txt-info07 {
  width: 86%;
}

.nilre_facewash_wrap .area-imgTxt02 .imgTxt-txt02 > div .txt-info01, .nilre_facewash_wrap .area-imgTxt02 .imgTxt-txt02 > div .txt-info02, .nilre_facewash_wrap .area-imgTxt02 .imgTxt-txt02 > div .txt-info03, .nilre_facewash_wrap .area-imgTxt02 .imgTxt-txt02 > div .txt-info05, .nilre_facewash_wrap .area-imgTxt02 .imgTxt-txt02 > div .txt-info07 {
  margin-bottom: 6%;
}

.nilre_facewash_wrap .area-imgTxt02 .imgTxt-txt02 > div h2 {
  text-align: left;
  color: white;
}

@media screen and (max-width: 768px) {
  .nilre_facewash_wrap .area-imgTxt02 .imgTxt-txt02 > div h2 {
    text-align: center;
  }
}

.nilre_facewash_wrap .area-imgTxt02 .imgTxt-txt02 > div > p {
  font-size: 14px;
  line-height: 240%;
}

.nilre_facewash_wrap .area-imgTxt02 .imgTxt-txt02 > div p {
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .nilre_facewash_wrap .area-imgTxt02 .imgTxt-txt02 > div p {
    text-align: center;
  }
}

.nilre_facewash_wrap .area-imgTxt02 .imgTxt-txt02 > div p:nth-last-child(1) {
  margin-bottom: 0;
}

.nilre_facewash_wrap .area-imgTxt02 .imgTxt-txt02 > div .ing_wrap h2 {
  text-align: left;
  color: white;
  border-bottom: 1px solid white;
  width: 77%;
  font-family: "ヒラギノ角ゴ Pro";
  font-size: 14px;
  padding-bottom: 1%;
}

@media screen and (max-width: 768px) {
  .nilre_facewash_wrap .area-imgTxt02 .imgTxt-txt02 > div .ing_wrap h2 {
    text-align: center;
  }
}

.nilre_facewash_wrap .area-imgTxt02 .imgTxt-txt02 > div .ing_wrap ul {
  display: flex;
  justify-content: flex-start;
  padding: 0 7% 0 0;
}

.nilre_facewash_wrap .area-imgTxt02 .imgTxt-txt02 > div .ing_wrap ul li:nth-child(2), .nilre_facewash_wrap .area-imgTxt02 .imgTxt-txt02 > div .ing_wrap ul li:nth-child(3), .nilre_facewash_wrap .area-imgTxt02 .imgTxt-txt02 > div .ing_wrap ul li:nth-child(4), .nilre_facewash_wrap .area-imgTxt02 .imgTxt-txt02 > div .ing_wrap ul li:nth-child(5) {
  margin-left: 9px;
  text-align: center;
}

.nilre_facewash_wrap .area-imgTxt02 .imgTxt-txt02 > div .ing_wrap ul li {
  width: 13.8%;
}

.nilre_facewash_wrap .area-imgTxt02 .imgTxt-txt02 > div .ing_wrap ul li img {
  width: 88%;
}

.nilre_facewash_wrap .area-imgTxt02 .imgTxt-txt02 > div .ing_wrap ul li p {
  font-size: 10px;
  text-align: center;
  margin-top: 10px;
  line-height: 150%;
}

.nilre_facewash_wrap .area-imgTxt02.img-right {
  flex-direction: row-reverse;
  padding: 0 4.8% 0 0;
}

.nilre_facewash_wrap .area-imgTxt02.img-right .imgTxt-txt02 > div {
  top: 50%;
  left: 57%;
  transform: translateY(-50%) translateX(-50%);
}

.nilre_facewash_wrap .steps {
  margin-bottom: 120px;
}

.nilre_facewash_wrap .steps ul {
  display: flex;
  padding: 0 10%;
  justify-content: space-between;
}

.nilre_facewash_wrap .steps ul li {
  position: relative;
}

.nilre_facewash_wrap .steps ul li p {
  width: 77%;
  color: white;
  position: absolute;
  top: 80%;
  left: 57%;
  transform: translateX(-50%);
  font-size: 19px;
}

.nilre_facewash_wrap .area-imgFixed {
  min-height: 600px;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}

.nilre_facewash_wrap .area-txtSlick {
  padding: 120px 0 160px;
  overflow-x: hidden;
  background-color: #E8EBED;
}

.nilre_facewash_wrap .area-txtSlick .ttl-box {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.nilre_facewash_wrap .area-txtSlick .ttl-box h2 {
  text-align: left;
  font-size: 33px;
  font-family: "ヒラギノ角ゴ Pro";
  width: 23%;
}

.nilre_facewash_wrap .area-txtSlick .slick-txt {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.nilre_facewash_wrap .area-txtSlick .slick-txt .slick-review01 {
  display: flex;
  justify-content: space-between;
}

.nilre_facewash_wrap .area-txtSlick .slick-txt .slick-review01 li {
  position: relative;
  z-index: 1000;
  max-width: 380px;
  width: 100%;
}

.nilre_facewash_wrap .area-txtSlick .slick-txt .slick-review01 li:nth-child(2) {
  margin: 0 2%;
}

.nilre_facewash_wrap .area-txtSlick .slick-txt .slick-review01 li > p {
  position: absolute;
  width: 85%;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
}

.nilre_facewash_wrap .area-txtSlick .slick-txt .slick-review01 li .star-box {
  position: absolute;
  bottom: 3%;
  width: 85%;
  left: 50%;
  transform: translateX(-50%);
}

.nilre_facewash_wrap .area-txtSlick .slick-txt .slick-review01 li .star-box p {
  margin-bottom: 5%;
  font-size: 16px;
}

.nilre_facewash_wrap .area-txtSlick .slick-txt .slick-review01 li .star-box img {
  width: 40%;
}

.nilre_facewash_wrap .qa-wrap {
  position: relative;
  padding-bottom: 3em;
}

.nilre_facewash_wrap .qa-wrap .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.nilre_facewash_wrap .qa-wrap .qa-ttl {
  font-family: "ヒラギノ角ゴ Pro";
  font-size: 14px;
  color: #333333;
  text-align: left;
}

.nilre_facewash_wrap .qa-title {
  position: absolute;
  top: -1em;
  width: 70%;
  left: 2em;
  transform: translateX(-50%);
}

.nilre_facewash_wrap .qa-list {
  padding: 5em 3% 0 3%;
  position: relative;
}

.nilre_facewash_wrap .qa-list .open dt::after {
  background: url(../img/qa_active.png) top center no-repeat;
  background-size: contain;
  height: 2px;
}

.nilre_facewash_wrap .qa-list dl {
  margin: 0;
  cursor: pointer;
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  padding: 3% 0 3% 50px;
}

.nilre_facewash_wrap .qa-list dt {
  position: relative;
  margin: 0;
  font-size: 20px;
}

.nilre_facewash_wrap .qa-list dt::before {
  content: "";
  position: absolute;
  background: url(../img/Q.png) top center no-repeat;
  background-size: contain;
  width: 26px;
  height: 24px;
  left: -35px;
  top: -4px;
}

.nilre_facewash_wrap .qa-list dt::after {
  position: absolute;
  background: url(../img/qa_no_actove.png) top center no-repeat;
  background-size: contain;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 15px;
  height: 15px;
  margin: auto;
  content: '';
  z-index: 9;
}

.nilre_facewash_wrap .qa-list dd {
  position: relative;
  display: none;
  height: auto;
  margin: 5% 0 0;
}

.nilre_facewash_wrap .qa-list dd::before {
  content: "";
  position: absolute;
  background: url(../img/A.png) top center no-repeat;
  background-size: contain;
  width: 26px;
  height: 24px;
  left: -35px;
  top: -1px;
}

.nilre_facewash_wrap .qa-list dd p {
  margin: 30px 0 0;
  font-size: 16px;
  line-height: 240%;
}

.nilre_facewash_wrap .qa-list::before {
  top: 30px;
  right: 20px;
  width: 15px;
  height: 15px;
}

.nilre_facewash_wrap .qa-list dt {
  font-size: 16px;
}

.nilre_facewash_wrap dd {
  position: relative;
  display: none;
  height: auto;
  margin: 20px 0 0;
}

.nilre_facewash_wrap dd p {
  margin: 30px 0 0;
}

.nilre_facewash_wrap dd p:first-child {
  margin-top: 0;
}

.nilre_facewash_wrap dt {
  padding: 0;
  font-size: 14px;
}

.nilre_facewash_wrap .area-coverTxt {
  background-color: #000;
  min-height: 600px;
  position: relative;
  overflow: hidden;
}

.nilre_facewash_wrap .area-coverTxt .back-img {
  width: 100%;
  opacity: 0.8;
  background-size: cover;
  background-position: center center;
  min-height: 600px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.nilre_facewash_wrap .area-coverTxt .ac-box {
  position: absolute;
  color: #fff;
  max-width: 425px;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
}

.nilre_facewash_wrap .area-coverTxt h2 {
  color: #fff;
}

.nilre_facewash_wrap .area-coverTxt p {
  padding: 0 15px;
  text-shadow: 0 1px rgba(0, 0, 0, 0.5);
}

.nilre_facewash_wrap .item-wrap {
  margin-bottom: 80px;
}

.nilre_facewash_wrap .item-wrap ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.nilre_facewash_wrap .item-wrap ul li {
  width: 30%;
}

.nilre_facewash_wrap .item-wrap ul li a img {
  width: 86%;
}

.nilre_facewash_wrap .item-wrap ul li p, .nilre_facewash_wrap .item-wrap ul li a img {
  margin-left: 14%;
}

.nilre_facewash_wrap .item-wrap ul li p {
  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.nilre_facewash_wrap .area-item {
  padding: 80px 0;
}

.nilre_facewash_wrap .area-item header {
  margin-bottom: 70px;
}

.nilre_facewash_wrap .area-item .item-contents {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .nilre_facewash_wrap .area-item .item-contents {
    display: block;
    padding: 0 20px;
  }
}

.nilre_facewash_wrap .area-item .item-contents .item-img {
  width: 45%;
}

@media screen and (max-width: 768px) {
  .nilre_facewash_wrap .area-item .item-contents .item-img {
    width: 100%;
  }
}

.nilre_facewash_wrap .area-item .item-contents .item-details {
  width: 55%;
  padding-left: 80px;
}

@media screen and (max-width: 768px) {
  .nilre_facewash_wrap .area-item .item-contents .item-details {
    width: 100%;
    padding: 20px;
  }
}

.nilre_facewash_wrap .area-item .item-contents .item-details h3 {
  font-weight: 400;
  letter-spacing: 0.2em;
  color: #5C5C5C;
}

@media screen and (max-width: 768px) {
  .nilre_facewash_wrap .area-item .item-contents .item-details h3 {
    text-align: center;
  }
}

.nilre_facewash_wrap .area-item .item-contents .item-details h3 span {
  font-size: 15px;
  display: block;
  margin-bottom: 20px;
}

.nilre_facewash_wrap .area-item .item-contents .item-details h3 em {
  font-size: 22px;
  display: block;
}

.nilre_facewash_wrap .area-item .item-contents .item-details .item-price {
  font-size: 19px;
  margin-top: 15px;
  color: #939393;
}

@media screen and (max-width: 768px) {
  .nilre_facewash_wrap .area-item .item-contents .item-details .item-price {
    text-align: center;
    display: block;
  }
}

.nilre_facewash_wrap .area-item .item-contents .item-details .item-price:before {
  content: "\0a5";
}

.nilre_facewash_wrap .area-item .item-contents .item-details .item-cap {
  font-size: 15px;
  color: #5C5C5C;
  margin: 0 0 24px;
  display: block;
}

.nilre_facewash_wrap .area-item .item-contents .item-details .cart-btn {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 13px;
  border: 1px solid #efefef;
  background: #fff;
}

.nilre_facewash_wrap .area-item .item-contents .item-details .cart-btn.sold-out {
  color: #939393;
}

.nilre_facewash_wrap .area-item .item-contents .item-details .item-link {
  display: inline-block;
  font-size: 15px;
  margin-top: 34px;
}

.nilre_facewash_wrap .area-item .item-contents .item-details .item-link span {
  border-bottom: 1px solid #5C5C5C;
  padding-bottom: 3px;
}

@media screen and (max-width: 768px) {
  .nilre_facewash_wrap .area-item .item-contents .item-details .item-link {
    display: block;
    text-align: center;
  }
}

.nilre_facewash_wrap .area-item .item-contents .item-details .cart-box {
  border-top: 1px solid #efefef;
  padding-top: 24px;
  margin-top: 24px;
}

.nilre_facewash_wrap .area-item .item-contents .item-details .cart-box .qty-box {
  justify-content: flex-start;
  margin-bottom: 25px;
}

.nilre_facewash_wrap .area-item .item-contents .item-details .cart-box .qty-box .kazu {
  width: 50px;
  height: 45px;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  border-left: none;
  border-right: none;
  text-align: center;
}

.nilre_facewash_wrap .area-item .item-contents .item-details .cart-box .qty-box .down-btn {
  width: 50px;
  display: block;
  position: relative;
}

.nilre_facewash_wrap .area-item .item-contents .item-details .cart-box .qty-box .down-btn:before {
  content: "";
  width: 10px;
  height: 0.005rem;
  background: #666;
  display: block;
  position: absolute;
}

.nilre_facewash_wrap .area-item .item-contents .item-details .cart-box .qty-box .up-btn {
  width: 50px;
  display: block;
  position: relative;
}

.nilre_facewash_wrap .area-item .item-contents .item-details .cart-box .qty-box .up-btn:before {
  content: "";
  width: 10px;
  height: 0.005rem;
  background: #666;
  display: block;
  position: absolute;
}

.nilre_facewash_wrap .area-item .item-contents .item-details .cart-box .qty-box .up-btn:after {
  content: "";
  width: 0.005rem;
  height: 10px;
  background: #666;
  display: block;
  position: absolute;
}

.nilre_facewash_wrap .area-item .item-contents .item-details .cart-box .qty-box .spinner_down {
  position: relative;
  display: block;
  width: 50px;
  height: 45px;
  background: transparent;
  cursor: pointer;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  border-left: 1px solid #efefef;
  border-right: none;
}

.nilre_facewash_wrap .area-item .item-contents .item-details .cart-box .qty-box .spinner_up {
  width: 50px;
  height: 45px;
  background: #fff;
  cursor: pointer;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  border-left: none;
  border-right: 1px solid #efefef;
}

.nilre_facewash_wrap :focus {
  outline: none;
}

.nilre_facewash_wrap #sec-01 div {
  background: url("../img/fv_bg.jpg") top center no-repeat;
  background-size: cover;
  background-position: center center;
}

.nilre_facewash_wrap #sec-02 {
  background-image: url("../img/amino_1500x.jpg");
}

.nilre_facewash_wrap #sec-03 {
  background: url("../img/sec03_bg.jpg") top center no-repeat;
  background-size: cover;
  background-position: center center;
}

.nilre_facewash_wrap #sec-04 {
  background-color: #333333;
}

.nilre_facewash_wrap #sec-04 h2 {
  margin: auto;
}

.nilre_facewash_wrap #sec-04 h2 img {
  max-width: 1000px;
  width: 100%;
}

.nilre_facewash_wrap #sec-05 {
  background-image: url("../img/move_bg_01.jpg");
}

.nilre_facewash_wrap #sec-06 {
  background-image: url("../img/move_bg_02.jpg");
}

.nilre_facewash_wrap #sec-07 {
  background-image: url("../img/move_bg_03.jpg");
}

.nilre_facewash_wrap #sec-08 {
  background-image: url("../img/move_bg_04.jpg");
}

.nilre_facewash_wrap #sec-09 {
  background-image: url("../img/move_bg_05.jpg");
}

.nilre_facewash_wrap #sec-10 {
  background-image: url("../img/move_bg_06.jpg");
}

.nilre_facewash_wrap #sec-11 {
  background-image: url("../img/move_bg_07.jpg");
}

.nilre_facewash_wrap #sec-08 .back-img {
  background-image: url("../img/th_1500x.jpg");
}

.nilre_facewash_wrap .btn_hamburger {
  display: none;
}

@media screen and (max-width: 768px) {
  .nilre_facewash_wrap .btn_hamburger {
    display: block;
    width: .50rem;
    height: .50rem;
    background: #383E5F;
    position: absolute;
    z-index: 9999;
    right: 0;
    transition: all 0.2s linear;
  }
}

.nilre_facewash_wrap .btn_hamburger.menu-txt {
  background: #fff;
}

.nilre_facewash_wrap .btn_hamburger a {
  position: relative;
  display: block;
  width: 40%;
  height: 16px;
  transition: all .4s;
  box-sizing: border-box;
  z-index: 99999;
  top: 50%;
  left: 50%;
  color: #fff;
  /* Safari用 */
  transform: translate(-50%, -50%);
}

.nilre_facewash_wrap .btn_hamburger a:after {
  display: block;
  position: absolute;
  bottom: -28px;
  left: 50%;
  /* Safari用 */
  transform: translate(-50%, -50%);
  font-size: 0.8rem;
}

.nilre_facewash_wrap .btn_hamburger span {
  position: absolute;
  display: inline-block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  transition: all .4s;
  box-sizing: border-box;
}

.nilre_facewash_wrap .btn_hamburger.menu-txt span {
  background-color: #5C5C5C;
}

.nilre_facewash_wrap .btn_hamburger span:nth-of-type(1) {
  top: 0;
}

.nilre_facewash_wrap .btn_hamburger span:nth-of-type(2) {
  top: 7px;
}

.nilre_facewash_wrap .btn_hamburger span:nth-of-type(3) {
  bottom: 0;
}

.nilre_facewash_wrap .btn_hamburger span:nth-of-type(2)::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  transition: all .4s;
}

.nilre_facewash_wrap .btn_hamburger.menu-txt span:nth-of-type(2)::after {
  background-color: #5C5C5C;
}

.nilre_facewash_wrap .btn_hamburger .active span:nth-of-type(2) {
  transform: rotate(-45deg);
}

.nilre_facewash_wrap .btn_hamburger .active span:nth-of-type(2)::after {
  transform: rotate(90deg);
}

.nilre_facewash_wrap .btn_hamburger .active span:nth-of-type(1) {
  transform: translateY(20px) scale(0);
}

.nilre_facewash_wrap .btn_hamburger .active span:nth-of-type(3) {
  transform: translateY(-20px) scale(0);
}

.nilre_facewash_wrap .sp-menu {
  display: none;
}

.nilre_facewash_wrap #sp-menu {
  top: .50rem;
  max-width: 100%;
  width: 100%;
  background: #383E5F;
  padding: 0;
  overflow: hidden;
  position: absolute;
  color: #fff;
}

.nilre_facewash_wrap #sp-nav {
  padding-top: .15rem;
}

.nilre_facewash_wrap #sp-nav ul {
  text-align: left;
  width: 100%;
  margin-left: 0;
}

.nilre_facewash_wrap #sp-nav ul:nth-child(1) li {
  display: block;
  font-size: .14rem;
  text-align: left;
  margin: .25rem 0;
  padding-left: .50rem;
}

.nilre_facewash_wrap #sp-nav ul:nth-child(1) li a {
  display: block;
}

.nilre_facewash_footer {
  background-color: white;
  display: none;
}
/*# sourceMappingURL=style.css.map */
