@media print, screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 960px) {
  .pc {
    display: none !important;
  }
}

@media print, screen and (min-width: 961px) {
  .contents .products_top {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 960px) {
  .contents .products_top {
    padding: 12.8vw 0 17.3333333333vw;
  }
}
.contents .products_top h1 {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.075em;
  text-align: center;
}
@media print, screen and (min-width: 961px) {
  .contents .products_top h1 {
    font-size: 56px;
  }
}
@media screen and (max-width: 960px) {
  .contents .products_top h1 {
    font-size: 10.6666666667vw;
    -webkit-transform: translateX(-0.8vw);
            transform: translateX(-0.8vw);
  }
}
.contents .products_top h1 small {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.03em;
}
@media print, screen and (min-width: 961px) {
  .contents .products_top h1 small {
    margin-top: 10px;
    font-size: 18px;
  }
}
@media screen and (max-width: 960px) {
  .contents .products_top h1 small {
    margin-top: 1.8666666667vw;
    font-size: 3.4666666667vw;
  }
}
.contents .products_top ul.category_nv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 961px) {
  .contents .products_top ul.category_nv {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 87px;
  }
}
@media screen and (max-width: 960px) {
  .contents .products_top ul.category_nv {
    margin-top: 15.7333333333vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media print, screen and (min-width: 961px) {
  .contents .products_top ul.category_nv li + li {
    margin-left: 58px;
  }
}
.contents .products_top ul.category_nv li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  cursor: pointer;
}
@media print, screen and (min-width: 961px) {
  .contents .products_top ul.category_nv li a {
    width: 90px;
    min-width: 90px;
    max-width: 90px;
  }
}
@media screen and (max-width: 960px) {
  .contents .products_top ul.category_nv li a {
    width: 17.3333333333vw;
    min-width: 17.3333333333vw;
    max-width: 17.3333333333vw;
  }
}
.contents .products_top ul.category_nv li a::before {
  content: "";
  display: block;
  border-radius: 100%;
  border: 1px solid #eef1f2;
  background-color: #eef1f2;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
@media print, screen and (min-width: 961px) {
  .contents .products_top ul.category_nv li a::before {
    width: 90px;
    height: 90px;
  }
}
@media screen and (max-width: 960px) {
  .contents .products_top ul.category_nv li a::before {
    width: 17.3333333333vw;
    height: 17.3333333333vw;
  }
}
.contents .products_top ul.category_nv li a img {
  position: absolute;
  opacity: 0.5;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media print, screen and (min-width: 961px) {
  .contents .products_top ul.category_nv li a img {
    bottom: 48px;
    -webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.2));
  }
}
@media screen and (max-width: 960px) {
  .contents .products_top ul.category_nv li a img {
    bottom: 10vw;
    -webkit-filter: drop-shadow(0 0.5333333333vw 0.5333333333vw rgba(0, 0, 0, 0.2));
            filter: drop-shadow(0 0.5333333333vw 0.5333333333vw rgba(0, 0, 0, 0.2));
  }
}
.contents .products_top ul.category_nv li a p {
  white-space: nowrap;
  font-weight: 700;
}
@media print, screen and (min-width: 961px) {
  .contents .products_top ul.category_nv li a p {
    margin-top: 16px;
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  .contents .products_top ul.category_nv li a p {
    margin-top: 2.4vw;
    font-size: 3.4666666667vw;
  }
}
.contents .products_top ul.category_nv li a::after {
  content: "";
  display: block;
  border: solid #000000;
  position: absolute;
  left: 50%;
}
@media print, screen and (min-width: 961px) {
  .contents .products_top ul.category_nv li a::after {
    padding: 4px;
    border-width: 0 2px 2px 0;
    bottom: -20px;
    -webkit-transform: translateX(-3px) rotate(45deg);
            transform: translateX(-3px) rotate(45deg);
  }
}
@media screen and (max-width: 960px) {
  .contents .products_top ul.category_nv li a::after {
    padding: 1.0666666667vw;
    border-width: 0 1px 1px 0;
    bottom: -3.4666666667vw;
    -webkit-transform: translateX(-0.5333333333vw) rotate(45deg);
            transform: translateX(-0.5333333333vw) rotate(45deg);
  }
}
.contents .products_top ul.category_nv li a:hover {
  color: #000;
}
.contents .products_top ul.category_nv li a:hover::before {
  background-color: #dde1e5;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.contents .products_top ul.category_nv li a:hover::after {
  border-color: #000;
}
@media print, screen and (min-width: 961px) {
  .contents .products_top ul.category_nv li a:hover::after {
    -webkit-transform: translateX(-3px) translateY(3px) rotate(45deg);
            transform: translateX(-3px) translateY(3px) rotate(45deg);
  }
}
@media screen and (max-width: 960px) {
  .contents .products_top ul.category_nv li a:hover::after {
    -webkit-transform: translateX(-0.5333333333vw) translateY(0.5333333333vw) rotate(45deg);
            transform: translateX(-0.5333333333vw) translateY(0.5333333333vw) rotate(45deg);
  }
}
.contents .products_top ul.category_nv li a:hover img {
  opacity: 1;
}
@media print, screen and (min-width: 961px) {
  .contents .products_top ul.category_nv li.skincare img {
    width: 48px;
  }
}
@media screen and (max-width: 960px) {
  .contents .products_top ul.category_nv li.skincare img {
    width: 10.3333333333vw;
  }
}
@media print, screen and (min-width: 961px) {
  .contents .products_top ul.category_nv li.deodorant img {
    width: 41px;
  }
}
@media screen and (max-width: 960px) {
  .contents .products_top ul.category_nv li.deodorant img {
    width: 7.8666666667vw;
  }
}
@media print, screen and (min-width: 961px) {
  .contents .products_top ul.category_nv li.styling img {
    width: 50px;
  }
}
@media screen and (max-width: 960px) {
  .contents .products_top ul.category_nv li.styling img {
    width: 9.8666666667vw;
    bottom: 9.3333333333vw;
  }
}
@media print, screen and (min-width: 961px) {
  .contents .products_top ul.category_nv li.haircolor img {
    width: 43px;
  }
}
@media screen and (max-width: 960px) {
  .contents .products_top ul.category_nv li.haircolor img {
    width: 8.5333333333vw;
  }
}
.contents .products_top ul.category_nv li.is-active {
  pointer-events: none;
}
.contents .products_top ul.category_nv li.is-active a::before {
  background-color: #dde1e5;
}
.contents .products_top ul.category_nv li.is-active img {
  opacity: 1;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.lineup {
  position: relative;
}
.lineup h2 {
  position: relative;
  padding-left: 1.24em;
  line-height: 1.2;
}
@media print, screen and (min-width: 961px) {
  .lineup h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 960px) {
  .lineup h2 {
    font-size: 6.1333333333vw;
  }
}
.lineup h2::before {
  content: "";
  display: inline-block;
  background-color: #000000;
  -webkit-transform: skewX(-37deg);
          transform: skewX(-37deg);
  position: absolute;
  top: 0.12em;
  left: 0;
}
@media print, screen and (min-width: 961px) {
  .lineup h2::before {
    margin-left: 13.5px;
    margin-right: 17px;
    width: 6px;
    height: 31px;
  }
}
@media screen and (max-width: 960px) {
  .lineup h2::before {
    margin-left: 1.8666666667vw;
    margin-right: 3.2vw;
    width: 1.3333333333vw;
    height: 5.8666666667vw;
  }
}
.lineup button.search {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #eef1f2;
  border-radius: 100px;
  overflow: hidden;
  font-weight: 700;
}
@media print, screen and (min-width: 961px) {
  .lineup button.search {
    position: absolute;
    top: -6px;
    right: 45px;
    width: 160px;
    height: 58px;
    font-size: 18px;
  }
}
@media screen and (max-width: 960px) {
  .lineup button.search {
    margin: 6vw 0 0 auto;
    width: 33.3333333333vw;
    height: 12vw;
    font-size: 3.7333333333vw;
  }
}
.lineup button.search::before {
  content: "";
  display: inline-block;
  background-color: #000000;
  -webkit-mask-image: url(../img/common/icon_refine.svg);
          mask-image: url(../img/common/icon_refine.svg);
}
@media print, screen and (min-width: 961px) {
  .lineup button.search::before {
    margin-right: 8px;
    width: 29px;
    height: 19px;
  }
}
@media screen and (max-width: 960px) {
  .lineup button.search::before {
    margin-right: 1.8666666667vw;
    width: 6.1333333333vw;
    height: 4vw;
  }
}
.lineup button.search:hover {
  background-color: #dde1e5;
  color: inherit;
}
.lineup button.search span:nth-child(1) {
  display: inline;
}
.lineup button.search span:nth-child(2) {
  display: none;
}
.lineup button.search.is-selected {
  border: 1px solid #000000;
  background-color: #fff;
}
.lineup button.search.is-selected span:nth-child(1) {
  display: none;
}
.lineup button.search.is-selected span:nth-child(2) {
  display: inline;
}
.lineup button.search.is-selected:hover {
  border-color: #aaaaaa;
  color: #aaaaaa;
}
.lineup button.search.is-selected:hover::before {
  background-color: #aaaaaa;
}
.lineup .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media print, screen and (min-width: 961px) {
  .lineup .list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: -10px;
    margin-left: -48px;
  }
}
@media screen and (max-width: 960px) {
  .lineup .list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: -4.2666666667vw;
  }
}
.lineup .list a {
  position: relative;
  -webkit-transition: 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940);
  transition: 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
@media print, screen and (min-width: 961px) {
  .lineup .list a {
    margin-top: 80px;
    margin-left: 48px;
    width: calc((100% - 144px) / 4);
    max-width: 220px;
  }
}
@media screen and (max-width: 960px) {
  .lineup .list a {
    margin-top: 10.6666666667vw;
    width: 41.3333333333vw;
  }
}
.lineup .list a picture {
  display: block;
  position: relative;
  width: 100%;
  background-image: linear-gradient(-61deg, rgb(246, 249, 250) 0%, rgb(230, 235, 236) 100%);
  overflow: hidden;
}
@media print, screen and (min-width: 961px) {
  .lineup .list a picture {
    height: 296px;
  }
}
@media screen and (max-width: 960px) {
  .lineup .list a picture {
    height: 55.6vw;
  }
}
.lineup .list a picture img {
  -webkit-filter: drop-shadow(0 10px 12px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 10px 12px rgba(0, 0, 0, 0.1));
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media print, screen and (min-width: 961px) {
  .lineup .list a picture img {
    max-width: 120px;
    max-height: 240px;
  }
}
@media screen and (max-width: 960px) {
  .lineup .list a picture img {
    max-width: 22.4vw;
    max-height: 44vw;
  }
}
.lineup .list a .series {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #000000;
  color: #fff;
}
@media print, screen and (min-width: 961px) {
  .lineup .list a .series {
    margin-top: 26px;
    padding: 8px 14px;
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  .lineup .list a .series {
    margin-top: 5.3333333333vw;
    padding: 1.2vw 2.6666666667vw;
    font-size: 3.4666666667vw;
  }
}
.lineup .list a .product_name {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 700;
}
@media print, screen and (min-width: 961px) {
  .lineup .list a .product_name {
    margin-top: 10px;
    font-size: 20px;
    line-height: 32px;
  }
}
@media screen and (max-width: 960px) {
  .lineup .list a .product_name {
    margin-top: 2.4vw;
    font-size: 3.7333333333vw;
    line-height: 5.8666666667vw;
  }
}
.lineup .list a .text {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media print, screen and (min-width: 961px) {
  .lineup .list a .text {
    margin-top: 7px;
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (max-width: 960px) {
  .lineup .list a .text {
    margin-top: 1.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 5.8666666667vw;
  }
}
.lineup .list a .note {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.5 !important;
}
@media print, screen and (min-width: 961px) {
  .lineup .list a .note {
    margin-top: 8px;
    font-size: 11px !important;
  }
}
@media screen and (max-width: 960px) {
  .lineup .list a .note {
    margin-top: 1.3333333333vw;
    font-size: 2.6666666667vw !important;
  }
}
.lineup .list a .note sup {
  max-width: 3em;
}
.lineup .list a .note span {
  width: calc(100% - 2em);
}
.lineup .list a .tag {
  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;
}
@media print, screen and (min-width: 961px) {
  .lineup .list a .tag {
    margin-top: 18px;
  }
}
@media screen and (max-width: 960px) {
  .lineup .list a .tag {
    margin-top: 2.6666666667vw;
  }
}
.lineup .list a .tag .q-drug {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid #14152e;
}
@media print, screen and (min-width: 961px) {
  .lineup .list a .tag .q-drug {
    padding: 4px 9px 5px;
    font-size: 12.5px;
  }
}
@media screen and (max-width: 960px) {
  .lineup .list a .tag .q-drug {
    padding: 0.5333333333vw 0.8vw;
    font-size: 2.8vw;
  }
}
.lineup .list a .tag .type {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #eef1f2;
  border-radius: 100px;
}
@media print, screen and (min-width: 961px) {
  .lineup .list a .tag .type {
    padding: 8px 20px 9px;
    font-size: 14px;
  }
}
@media screen and (max-width: 960px) {
  .lineup .list a .tag .type {
    padding: 1.3333333333vw 2.6666666667vw 1.6vw;
    font-size: 3.2vw;
  }
}
.lineup .list a .status {
  display: -ms-grid;
  display: grid;
  place-items: center;
  border-radius: 100%;
  border-color: #cc0000;
  border-style: solid;
  background-color: #fff;
  position: absolute;
}
@media print, screen and (min-width: 961px) {
  .lineup .list a .status {
    width: 90px;
    height: 90px;
    border-width: 2px;
    top: -30px;
    left: -30px;
  }
}
@media screen and (max-width: 960px) {
  .lineup .list a .status {
    width: 14.4vw;
    height: 14.4vw;
    border-width: 1px;
    top: -2.6666666667vw;
    left: -2.6666666667vw;
  }
}
.lineup .list a .status span {
  color: #cc0000;
  font-weight: 700;
  text-align: center;
}
@media print, screen and (min-width: 961px) {
  .lineup .list a .status span {
    font-size: 18px;
    line-height: 18px;
  }
}
@media screen and (max-width: 960px) {
  .lineup .list a .status span {
    font-size: 2.9333333333vw;
    line-height: 2.9333333333vw;
  }
}
.lineup .list a .status span small {
  display: block;
}
@media print, screen and (min-width: 961px) {
  .lineup .list a .status.status_renew span {
    font-size: 15px;
  }
}
@media screen and (max-width: 960px) {
  .lineup .list a .status.status_renew span {
    font-size: 2.4vw;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
.lineup .list a:hover .series {
  background-color: #aaaaaa;
}
.lineup .list a:hover .product_name,
.lineup .list a:hover .text,
.lineup .list a:hover .q-drug,
.lineup .list a:hover .type {
  color: #aaaaaa;
}
.lineup .list a:hover .q-drug {
  border-color: #aaaaaa;
}
.lineup .list a:hover picture img {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
          transform: translate(-50%, -50%) scale(1.05);
}
.lineup .list a.is-change {
  -webkit-transform: translateY(10px) scale(0.99);
          transform: translateY(10px) scale(0.99);
  opacity: 0;
}

#search_bg {
  z-index: 200;
}

.modal_search {
  display: -ms-grid;
  display: grid;
  place-items: center;
  position: fixed;
  z-index: 201;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: scroll;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.modal_search.is-active {
  pointer-events: auto;
  opacity: 1;
}
.modal_search .dialog {
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
@media print, screen and (min-width: 961px) {
  .modal_search .dialog {
    padding: 45px 60px 0;
    max-width: 1024px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 960px) {
  .modal_search .dialog {
    padding: 8.6666666667vw 6.6666666667vw 0;
    width: 89.3333333333vw;
    border-radius: 2.6666666667vw;
  }
}
.modal_search .dialog h3 {
  font-weight: 700;
  text-align: center;
}
@media print, screen and (min-width: 961px) {
  .modal_search .dialog h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 960px) {
  .modal_search .dialog h3 {
    font-size: 4.8vw;
  }
}
.modal_search .dialog h4 {
  font-weight: 700;
}
@media print, screen and (min-width: 961px) {
  .modal_search .dialog h4 {
    margin-top: 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  .modal_search .dialog h4 {
    margin-top: 6.6666666667vw;
    font-size: 3.4666666667vw;
  }
}
.modal_search .dialog ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media print, screen and (min-width: 961px) {
  .modal_search .dialog ul {
    margin-top: 15px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 960px) {
  .modal_search .dialog ul {
    margin-top: 3.3333333333vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media print, screen and (min-width: 961px) {
  .modal_search .dialog ul li {
    margin-right: 11px;
  }
  .modal_search .dialog ul li:nth-child(5n) {
    margin-right: 0;
  }
  .modal_search .dialog ul li:nth-child(n+6) {
    margin-top: 11px;
  }
}
@media screen and (max-width: 960px) {
  .modal_search .dialog ul li:nth-child(n+3) {
    margin-top: 1.3333333333vw;
  }
}
.modal_search .dialog ul li label {
  display: -ms-grid;
  display: grid;
  place-items: center;
  background-color: #eef1f2;
  border: 1px solid #eef1f2;
  border-radius: 100px;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}
@media print, screen and (min-width: 961px) {
  .modal_search .dialog ul li label {
    width: 172px;
    height: 40px;
    font-size: 16px;
  }
  .modal_search .dialog ul li label:hover {
    background-color: #dde1e5;
  }
}
@media screen and (max-width: 960px) {
  .modal_search .dialog ul li label {
    width: 37.3333333333vw;
    height: 9.8666666667vw;
    font-size: 3.4666666667vw;
  }
}
@media print, screen and (min-width: 961px) {
  .modal_search .dialog ul li label.wide {
    width: 220px;
  }
}
@media screen and (max-width: 960px) {
  .modal_search .dialog ul li label.wide {
    font-size: 2.9333333333vw;
  }
}
.modal_search .dialog ul li label.is-active {
  background-color: #fff;
  border-color: #aaaaaa;
  color: #aaaaaa;
}
.modal_search .dialog ul li input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 100px;
  display: none;
}
.modal_search .dialog ul li label.checked {
  background-color: #fff;
  border-color: #000;
  color: #000;
}
.modal_search .dialog ul li label.disabled {
  background-color: #eef1f2;
  border-color: #eef1f2;
  color: #a0a0a0;
  opacity: 0.5;
  cursor: default;
}
.modal_search .dialog .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #e0e0e0;
}
@media print, screen and (min-width: 961px) {
  .modal_search .dialog .btn {
    margin: 40px -60px 0;
    width: calc(100% + 120px);
  }
}
@media screen and (max-width: 960px) {
  .modal_search .dialog .btn {
    margin: 6.6666666667vw -6.6666666667vw 0;
    width: calc(100% + 13.3333333333vw);
  }
}
.modal_search .dialog .search_refine,
.modal_search .dialog .search_reset {
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 100%;
  background-color: #fff;
  font-weight: 500;
}
@media print, screen and (min-width: 961px) {
  .modal_search .dialog .search_refine,
  .modal_search .dialog .search_reset {
    height: 65px;
    font-size: 17px;
  }
  .modal_search .dialog .search_refine:hover,
  .modal_search .dialog .search_reset:hover {
    background-color: #dde1e5;
    color: inherit;
  }
}
@media screen and (max-width: 960px) {
  .modal_search .dialog .search_refine,
  .modal_search .dialog .search_reset {
    height: 16vw;
    font-size: 3.7333333333vw;
  }
}
.modal_search .dialog .search_refine.search_refine,
.modal_search .dialog .search_reset.search_refine {
  border-left: #e0e0e0 1px solid;
  background-color: #eef1f2;
  font-weight: 700;
}
.modal_search .dialog .search_refine.search_refine:hover,
.modal_search .dialog .search_reset.search_refine:hover {
  background-color: #dde1e5;
}
.modal_search .dialog .close {
  position: absolute;
  background: url(../img/common/icon_cross.svg) no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
@media print, screen and (min-width: 961px) {
  .modal_search .dialog .close {
    width: 24px;
    height: 24px;
    top: 30px;
    right: 30px;
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  }
  .modal_search .dialog .close:hover {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@media screen and (max-width: 960px) {
  .modal_search .dialog .close {
    width: 5.6vw;
    height: 5.6vw;
    top: 5.3333333333vw;
    right: 5.3333333333vw;
  }
}
.modal_search .dialog .close span {
  display: none;
}

.lineup .list a picture,
.product_image {
  display: block;
  position: relative;
}
.lineup .list a picture::before, .lineup .list a picture::after,
.product_image::before,
.product_image::after {
  content: "";
  display: block;
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}

#perfect_cream_ex.badge_ldk picture img,
#perfect_cream_ex .badge_ldk picture img {
  position: relative;
}
@media print, screen and (min-width: 961px) {
  #perfect_cream_ex.badge_ldk picture img,
  #perfect_cream_ex .badge_ldk picture img {
    margin-top: -16px;
  }
}
@media screen and (max-width: 960px) {
  #perfect_cream_ex.badge_ldk picture img,
  #perfect_cream_ex .badge_ldk picture img {
    width: 20.6666666667vw;
    height: 33.2vw;
    margin-top: -1.8666666667vw;
  }
}
#perfect_cream_ex.badge_ldk picture::before,
#perfect_cream_ex .badge_ldk picture::before {
  display: block;
  background-image: url(../img/badge/perfect_cream_ex__ldk.png);
}
@media print, screen and (min-width: 961px) {
  #perfect_cream_ex.badge_ldk picture::before,
  #perfect_cream_ex .badge_ldk picture::before {
    width: 56px;
    height: 49px;
    left: 6px;
    bottom: 10px;
  }
}
@media screen and (max-width: 960px) {
  #perfect_cream_ex.badge_ldk picture::before,
  #perfect_cream_ex .badge_ldk picture::before {
    width: 11.0666666667vw;
    height: 9.7333333333vw;
    left: 0.8vw;
    bottom: 1.3333333333vw;
  }
}
#perfect_cream_ex.badge_ldk .product_image img,
#perfect_cream_ex .badge_ldk .product_image img {
  position: relative;
}
@media print, screen and (min-width: 961px) {
  #perfect_cream_ex.badge_ldk .product_image img,
  #perfect_cream_ex .badge_ldk .product_image img {
    width: 250px;
    height: 406px;
    margin-top: 10px;
    margin-left: -16px;
  }
}
@media screen and (max-width: 960px) {
  #perfect_cream_ex.badge_ldk .product_image img,
  #perfect_cream_ex .badge_ldk .product_image img {
    width: 44vw;
    height: 71.6vw;
    margin-left: -3.2vw;
  }
}
#perfect_cream_ex.badge_ldk .product_image::before,
#perfect_cream_ex .badge_ldk .product_image::before {
  display: block;
  background-image: url(../img/badge/perfect_cream_ex__ldk.png);
}
@media print, screen and (min-width: 961px) {
  #perfect_cream_ex.badge_ldk .product_image::before,
  #perfect_cream_ex .badge_ldk .product_image::before {
    width: 110px;
    height: 97px;
    right: 0;
    bottom: 28px;
  }
}
@media screen and (max-width: 960px) {
  #perfect_cream_ex.badge_ldk .product_image::before,
  #perfect_cream_ex .badge_ldk .product_image::before {
    width: 21.3333333333vw;
    height: 18.8vw;
    right: 0;
    bottom: 0;
  }
}

#perfect_cream_ex.badge_amazon picture::after,
#perfect_cream_ex .badge_amazon picture::after {
  display: block;
  background-image: url(../img/badge/perfect_cream_ex__amazon_h.png);
}
@media print, screen and (min-width: 961px) {
  #perfect_cream_ex.badge_amazon picture::after,
  #perfect_cream_ex .badge_amazon picture::after {
    width: 140px;
    height: 52px;
    left: 70px;
    bottom: 8px;
  }
}
@media screen and (max-width: 960px) {
  #perfect_cream_ex.badge_amazon picture::after,
  #perfect_cream_ex .badge_amazon picture::after {
    width: 28vw;
    height: 10.2666666667vw;
    left: 12.5333333333vw;
    bottom: 1.0666666667vw;
  }
}
#perfect_cream_ex.badge_amazon .product_image::after,
#perfect_cream_ex .badge_amazon .product_image::after {
  display: block;
  background-image: url(../img/badge/perfect_cream_ex__amazon_v.png);
}
@media print, screen and (min-width: 961px) {
  #perfect_cream_ex.badge_amazon .product_image::after,
  #perfect_cream_ex .badge_amazon .product_image::after {
    width: 110px;
    height: 139px;
    right: 0;
    bottom: 150px;
  }
}
@media screen and (max-width: 960px) {
  #perfect_cream_ex.badge_amazon .product_image::after,
  #perfect_cream_ex .badge_amazon .product_image::after {
    width: 21.3333333333vw;
    height: 26.9333333333vw;
    right: 0;
    bottom: 22.6666666667vw;
  }
}

#q10_lotion.badge_monoqlo picture::before,
#q10_lotion .badge_monoqlo picture::before {
  display: block;
  background-image: url(../img/badge/q10_lotion__monoqlo.png);
}
@media print, screen and (min-width: 961px) {
  #q10_lotion.badge_monoqlo picture::before,
  #q10_lotion .badge_monoqlo picture::before {
    width: 60px;
    height: 58px;
    left: 6px;
    bottom: 10px;
  }
}
@media screen and (max-width: 960px) {
  #q10_lotion.badge_monoqlo picture::before,
  #q10_lotion .badge_monoqlo picture::before {
    width: 11.2vw;
    height: 10.4vw;
    left: 0.8vw;
    bottom: 1.3333333333vw;
  }
}
#q10_lotion.badge_monoqlo .product_image::before,
#q10_lotion .badge_monoqlo .product_image::before {
  display: block;
  background-image: url(../img/badge/q10_lotion__monoqlo.png);
}
@media print, screen and (min-width: 961px) {
  #q10_lotion.badge_monoqlo .product_image::before,
  #q10_lotion .badge_monoqlo .product_image::before {
    width: 110px;
    height: 97px;
    right: 20px;
    bottom: 28px;
  }
}
@media screen and (max-width: 960px) {
  #q10_lotion.badge_monoqlo .product_image::before,
  #q10_lotion .badge_monoqlo .product_image::before {
    width: 21.3333333333vw;
    height: 18.8vw;
    right: 0;
    bottom: 0;
  }
}

#m_sc_water.badge_sriplus picture img,
#m_sc_water .badge_sriplus picture img {
  position: relative;
}
@media print, screen and (min-width: 961px) {
  #m_sc_water.badge_sriplus picture img,
  #m_sc_water .badge_sriplus picture img {
    margin-left: 36px;
  }
}
@media screen and (max-width: 960px) {
  #m_sc_water.badge_sriplus picture img,
  #m_sc_water .badge_sriplus picture img {
    margin-left: 5.3333333333vw;
  }
}
#m_sc_water.badge_sriplus picture::before,
#m_sc_water .badge_sriplus picture::before {
  display: block;
  background-image: url(../img/badge/m_sc_water__sriplus.png);
}
@media print, screen and (min-width: 961px) {
  #m_sc_water.badge_sriplus picture::before,
  #m_sc_water .badge_sriplus picture::before {
    width: 70px;
    height: 102px;
    left: 10px;
    bottom: 10px;
  }
}
@media screen and (max-width: 960px) {
  #m_sc_water.badge_sriplus picture::before,
  #m_sc_water .badge_sriplus picture::before {
    width: 12vw;
    height: 17.3333333333vw;
    left: 1.3333333333vw;
    bottom: 1.3333333333vw;
  }
}
#m_sc_water.badge_sriplus .product_image::before,
#m_sc_water .badge_sriplus .product_image::before {
  display: block;
  background-image: url(../img/badge/m_sc_water__sriplus.png);
}
@media print, screen and (min-width: 961px) {
  #m_sc_water.badge_sriplus .product_image::before,
  #m_sc_water .badge_sriplus .product_image::before {
    width: 100px;
    height: 146px;
    right: 14px;
    bottom: -16px;
  }
}
@media screen and (max-width: 960px) {
  #m_sc_water.badge_sriplus .product_image::before,
  #m_sc_water .badge_sriplus .product_image::before {
    width: 21.3333333333vw;
    height: 31.0666666667vw;
    right: 0;
    bottom: 0;
  }
}

#basic_hair_tonic.badge_sriplus picture img,
#basic_hair_tonic .badge_sriplus picture img {
  position: relative;
}
@media print, screen and (min-width: 961px) {
  #basic_hair_tonic.badge_sriplus picture img,
  #basic_hair_tonic .badge_sriplus picture img {
    margin-left: 30px;
  }
}
@media screen and (max-width: 960px) {
  #basic_hair_tonic.badge_sriplus picture img,
  #basic_hair_tonic .badge_sriplus picture img {
    margin-left: 3.2vw;
  }
}
#basic_hair_tonic.badge_sriplus picture::before,
#basic_hair_tonic .badge_sriplus picture::before {
  display: block;
  background-image: url(../img/badge/basic_hair_tonic__sriplus.png);
}
@media print, screen and (min-width: 961px) {
  #basic_hair_tonic.badge_sriplus picture::before,
  #basic_hair_tonic .badge_sriplus picture::before {
    width: 70px;
    height: 102px;
    left: 10px;
    bottom: 10px;
  }
}
@media screen and (max-width: 960px) {
  #basic_hair_tonic.badge_sriplus picture::before,
  #basic_hair_tonic .badge_sriplus picture::before {
    width: 12vw;
    height: 17.3333333333vw;
    left: 1.3333333333vw;
    bottom: 1.3333333333vw;
  }
}
#basic_hair_tonic.badge_sriplus .product_image::before,
#basic_hair_tonic .badge_sriplus .product_image::before {
  display: block;
  background-image: url(../img/badge/basic_hair_tonic__sriplus.png);
}
@media print, screen and (min-width: 961px) {
  #basic_hair_tonic.badge_sriplus .product_image::before,
  #basic_hair_tonic .badge_sriplus .product_image::before {
    width: 100px;
    height: 146px;
    right: 14px;
    bottom: -16px;
  }
}
@media screen and (max-width: 960px) {
  #basic_hair_tonic.badge_sriplus .product_image::before,
  #basic_hair_tonic .badge_sriplus .product_image::before {
    width: 21.3333333333vw;
    height: 31.0666666667vw;
    right: 0;
    bottom: 0;
  }
}

#n_black.badge_mybest picture img,
#n_black .badge_mybest picture img {
  position: relative;
}
@media print, screen and (min-width: 961px) {
  #n_black.badge_mybest picture img,
  #n_black .badge_mybest picture img {
    margin-left: 40px;
  }
}
@media screen and (max-width: 960px) {
  #n_black.badge_mybest picture img,
  #n_black .badge_mybest picture img {
    margin-left: 4.8vw;
  }
}
#n_black.badge_mybest picture::before,
#n_black .badge_mybest picture::before {
  display: block;
  background-image: url(../img/badge/n_black__mybest.png);
}
@media print, screen and (min-width: 961px) {
  #n_black.badge_mybest picture::before,
  #n_black .badge_mybest picture::before {
    width: 80px;
    height: 80px;
    left: 8px;
    bottom: 10px;
  }
}
@media screen and (max-width: 960px) {
  #n_black.badge_mybest picture::before,
  #n_black .badge_mybest picture::before {
    width: 13.6vw;
    height: 13.6vw;
    left: 1.3333333333vw;
    bottom: 2.6666666667vw;
  }
}
#n_black.badge_mybest .product_image::before,
#n_black .badge_mybest .product_image::before {
  display: block;
  background-image: url(../img/badge/n_black__mybest.png);
}
@media print, screen and (min-width: 961px) {
  #n_black.badge_mybest .product_image::before,
  #n_black .badge_mybest .product_image::before {
    width: 110px;
    height: 110px;
    right: 18px;
    bottom: -10px;
  }
}
@media screen and (max-width: 960px) {
  #n_black.badge_mybest .product_image::before,
  #n_black .badge_mybest .product_image::before {
    width: 21.3333333333vw;
    height: 21.3333333333vw;
    right: 2.6666666667vw;
    bottom: 0;
  }
}