@charset "UTF-8";
#wrapper {
  background-color: transparent !important;
}

.search-result-title {
  display: none !important;
}

.pt_product-search-result #secondary {
  display: none !important;
}

#secondary.refinements {
  display: none !important;
}

.pt_product-search-result .primary-content {
  margin-left: 0px;
  width: 100%;
}

.pt_product-search-result .primary-content {
  margin-top: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.dermacept-aohal-content {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.dermacept-aohal-content sup {
  font-size: 0.6em;
  vertical-align: super;
}
.dermacept-aohal-content img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  font-size: 0;
}
.dermacept-aohal-content a {
  text-decoration: none;
}
.dermacept-aohal-content a:hover img {
  opacity: 0.7;
}
.dermacept-aohal-content .por {
  position: relative;
}
.dermacept-aohal-content .poa {
  position: absolute;
}
.dermacept-aohal-content .header {
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 38px;
}
.dermacept-aohal-content .header h2 {
  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;
  width: 100%;
  padding-top: 23px;
  padding-bottom: 23px;
  border-top: 1px solid #f3f2ee;
  border-bottom: 1px solid #f3f2ee;
  font-size: 26px;
  font-weight: bold;
  font-family: "Hiragino Mincho ProN", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, "Noto Serif JP", serif, メイリオ, Meiryo;
  text-align: center;
}
.dermacept-aohal-content .header-note {
  font-size: 12px;
  color: #333333;
  margin-top: 10px;
  display: inline-block;
}
.dermacept-aohal-content .product-list {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.dermacept-aohal-content .product-list::before {
  content: "";
  position: absolute;
  display: block;
  background-color: #f3f2ee;
  inset: 0;
  margin: 0 calc(50% - 50vw);
  z-index: -1;
}
.dermacept-aohal-content .product-card {
  display: -ms-grid;
  display: grid;
}
.dermacept-aohal-content .product-card__header {
  grid-area: header;
}
.dermacept-aohal-content .product-card__visual {
  grid-area: visual;
}
.dermacept-aohal-content .product-card__body {
  grid-area: body;
}
.dermacept-aohal-content .product-card__title {
  font-size: 18px;
  font-weight: bold;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 12px;
}
.dermacept-aohal-content .product-card__label {
  border: 1px solid #333333;
  font-size: 14px;
  line-height: 1;
  padding: 5px 11px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  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;
}
.dermacept-aohal-content .product-card__spec {
  font-size: 14px;
}
.dermacept-aohal-content .product-card__desc {
  font-size: 16px;
  padding-bottom: 12px;
}
.dermacept-aohal-content .product-card__btn {
  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;
  width: 270px;
  background-color: #665743;
  border-radius: 10em;
  color: #fff;
  font-size: 14px;
  font-family: "Hiragino Mincho ProN", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, "Noto Serif JP", serif, メイリオ, Meiryo;
  padding-left: 23px;
  padding-right: 23px;
  height: 48px;
  line-height: 1;
}
.dermacept-aohal-content .product-card__btn i {
  display: inline-block;
  width: 1em;
  margin-left: 0;
  margin-right: auto;
}
.dermacept-aohal-content .product-card__btn img {
  margin-left: auto;
  margin-right: 0;
  width: 13px;
}
.dermacept-aohal-content .product-notes {
  font-size: 12px;
}
.dermacept-aohal-content .kit-list {
  max-width: 680px;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}
.dermacept-aohal-content .kit-list h2 {
  font-family: "Hiragino Mincho ProN", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, "Noto Serif JP", serif, メイリオ, Meiryo;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 40px;
}
.dermacept-aohal-content .kit-list h2 .ja {
  font-size: 30px;
  color: #665743;
}
.dermacept-aohal-content .kit-list h2 .en {
  font-size: 12px;
  text-transform: uppercase;
}
.dermacept-aohal-content .kit-list ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 46px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 46px;
}
.dermacept-aohal-content .kit-list ul li p {
  padding-bottom: 20px;
}
.dermacept-aohal-content .aohal365 {
  position: relative;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 0;
}
.dermacept-aohal-content .aohal365::before {
  content: "";
  position: absolute;
  display: block;
  background-color: #f3f2ee;
  inset: 0;
  margin: 0 calc(50% - 50vw);
  z-index: -1;
}
.dermacept-aohal-content .aohal365-in {
  background-color: #fff;
  border-radius: 10px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
.dermacept-aohal-content .aohal365-logo {
  margin-left: auto;
  margin-right: auto;
  background-color: #f3f2ee;
  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;
  width: 268px;
  height: 62px;
}
.dermacept-aohal-content .aohal365-logo span {
  width: 136px;
}
.dermacept-aohal-content .aohal365-logo img {
  aspect-ratio: 136/32;
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.dermacept-aohal-content .aohal365-text {
  padding-top: 40px;
  padding-bottom: 40px;
}
.dermacept-aohal-content .aohal365-btn {
  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-radius: 30em;
  border: 1px solid #9e7f56;
  width: 348px;
  height: 60px;
  aspect-ratio: 348/60;
  margin-left: auto;
  margin-right: auto;
  font-family: "Hiragino Mincho ProN", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, "Noto Serif JP", serif, メイリオ, Meiryo;
}
@media screen and (min-width: 767px) {
  .cmn-contents .contents-category {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .dermacept-aohal-content .header {
    padding-top: calc(88 * 100vw / 750);
    padding-bottom: calc(88 * 100vw / 750);
    gap: calc(58 * 100vw / 750);
  }
  .dermacept-aohal-content .header h2 {
    padding-top: calc(35 * 100vw / 750);
    padding-bottom: calc(35 * 100vw / 750);
  }
  .dermacept-aohal-content .header-note {
    font-size: calc(18 * 100vw / 750);
    margin-top: calc(10 * 100vw / 750);
  }
  .dermacept-aohal-content .product-list {
    padding-top: calc(88 * 100vw / 750);
    padding-bottom: calc(88 * 100vw / 750);
    gap: calc(88 * 100vw / 750);
  }
  .dermacept-aohal-content .product-card {
    -ms-grid-columns: calc(280 * 100vw / 750) calc(35 * 100vw / 750) 1fr;
    grid-template-columns: calc(280 * 100vw / 750) 1fr;
    gap: calc(18 * 100vw / 750) calc(35 * 100vw / 750);
    -ms-grid-rows: auto calc(18 * 100vw / 750) auto;
        grid-template-areas: "header header" "visual body";
  }
  .dermacept-aohal-content .product-card__header {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .dermacept-aohal-content .product-card__visual {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .dermacept-aohal-content .product-card__body {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .dermacept-aohal-content .product-card__body {
    margin-top: auto;
    margin-bottom: auto;
  }
  .dermacept-aohal-content .product-card__title {
    font-size: calc(28 * 100vw / 750);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-bottom: calc(8 * 100vw / 750);
  }
  .dermacept-aohal-content .product-card__label {
    line-height: 1;
    font-size: calc(18 * 100vw / 750);
    padding: calc(0 * 100vw / 750) calc(6 * 100vw / 750);
    margin-left: calc(11 * 100vw / 750);
  }
  .dermacept-aohal-content .product-card__spec {
    font-size: calc(22 * 100vw / 750);
  }
  .dermacept-aohal-content .product-card__desc {
    font-size: calc(26 * 100vw / 750);
    padding-bottom: calc(30 * 100vw / 750);
  }
  .dermacept-aohal-content .product-card__btn {
    font-size: calc(24 * 100vw / 750);
    width: calc(355 * 100vw / 750);
    padding-left: calc(35 * 100vw / 750);
    padding-right: calc(35 * 100vw / 750);
    height: calc(80 * 100vw / 750);
  }
  .dermacept-aohal-content .product-card__btn img {
    width: calc(22 * 100vw / 750);
  }
  .dermacept-aohal-content .product-notes {
    font-size: calc(18 * 100vw / 750);
  }
  .dermacept-aohal-content .kit-list {
    padding-top: calc(88 * 100vw / 750);
    padding-bottom: calc(88 * 100vw / 750);
  }
  .dermacept-aohal-content .kit-list h2 {
    padding-bottom: calc(60 * 100vw / 750);
  }
  .dermacept-aohal-content .kit-list h2 .ja {
    font-size: calc(45 * 100vw / 750);
  }
  .dermacept-aohal-content .kit-list h2 .en {
    font-size: calc(20 * 100vw / 750);
  }
  .dermacept-aohal-content .kit-list ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: calc(80 * 100vw / 750);
  }
  .dermacept-aohal-content .kit-list ul li p {
    padding-bottom: calc(30 * 100vw / 750);
  }
  .dermacept-aohal-content .aohal365 {
    padding: calc(50 * 100vw / 750) 0;
  }
  .dermacept-aohal-content .aohal365-in {
    padding-bottom: calc(63 * 100vw / 750);
    padding-left: calc(50 * 100vw / 750);
    padding-right: calc(50 * 100vw / 750);
  }
  .dermacept-aohal-content .aohal365-logo {
    margin-top: -1px;
    width: calc(290 * 100vw / 750);
    height: calc(96 * 100vw / 750);
  }
  .dermacept-aohal-content .aohal365-logo span {
    width: calc(227 * 100vw / 750);
  }
  .dermacept-aohal-content .aohal365-text {
    padding-top: calc(50 * 100vw / 750);
    padding-bottom: calc(50 * 100vw / 750);
  }
  .dermacept-aohal-content .aohal365-btn {
    width: calc(570 * 100vw / 750);
    height: calc(90 * 100vw / 750);
  }
}
@media screen and (min-width: 768px) {
  .dermacept-aohal-content .product-card {
    -ms-grid-columns: 240px 40px 1fr;
    grid-template-columns: 240px 1fr;
    gap: 16px 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-grid-rows: auto 16px auto;
        grid-template-areas: "visual header" "visual body";
  }
  .dermacept-aohal-content .product-card__header {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .dermacept-aohal-content .product-card__visual {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .dermacept-aohal-content .product-card__body {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}