@charset "UTF-8";
/********************
        共通
********************/
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

main {
  line-height: 1.6;
}

/* タイトル*/
.H1 {
  margin: 0 0 1em;
}

.H2 {
  margin-bottom: 40px;
}
@media (max-width: 750px) {
  .H2 {
    margin-bottom: 24px;
  }
}
.H2 span {
  font-size: 24px;
  display: inline-block;
  margin-left: 8px;
}
@media (max-width: 750px) {
  .H2 span {
    font-size: 14px;
    margin-left: 4px;
  }
}

/* カテゴリ */
.anker {
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
  margin: 3em 0 6em;
}
@media (max-width: 750px) {
  .anker {
    display: flex;
    flex-wrap: wrap;
    row-gap: 12px;
    column-gap: 30px;
    margin: 1.5em 0 2.5em;
  }
}

.anker_list {
  margin: 0;
}
@media (max-width: 750px) {
  .anker_list {
    margin-left: -15px;
  }
}

/* セクション  */
.ProductSection {
  padding: 0 0 80px;
}
@media (max-width: 750px) {
  .ProductSection {
    padding: 0 0 60px;
  }
}
.ProductSection--100 {
  padding: 0 0 100px;
}
@media (max-width: 750px) {
  .ProductSection--100 {
    padding: 0 0 80px;
  }
}

/* 画像 */
.ProductImageSection__figure {
  display: block;
  margin: 0 0 60px 0;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 750px) {
  .ProductImageSection__figure {
    margin: 0 0 24px 0;
  }
}

.ProductImageSection__figure--item {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

/* 商品本文 */
.ProductsStatement {
  margin-top: 0;
  font-size: clamp(13px, 2.5vw, 21px);
  line-height: 1.6;
  margin-bottom: 40px;
}
@media (max-width: 750px) {
  .ProductsStatement {
    margin-bottom: 32px;
  }
}
.ProductsStatement br {
  display: block;
}

/* 商品説明&上付き文字 */
.ProductsStatement__sub {
  font-size: clamp(10px, 1.9vw, 14px);
}

/* お試しボタン */
.ProductsStatement__subNum {
  font-size: clamp(0.5em, 1.75vw, 0.7em);
  font-weight: normal;
}

.Products__section_linkwrap {
  margin-top: 60px;
}
@media (max-width: 750px) {
  .Products__section_linkwrap {
    margin-top: 40px;
  }
}

/* 商品使用段階 */
.ProductStep {
  margin-bottom: 46px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
}
@media (max-width: 750px) {
  .ProductStep {
    margin-bottom: 24px;
    gap: 15px;
  }
}
@media (max-width: 556px) {
  .ProductStep {
    justify-content: space-between;
  }
}
.ProductStep .ProductStep_stepItem {
  border: 1px solid #AABDCD;
  border-radius: 8px;
  position: relative;
  text-align: center;
}
@media (max-width: 556px) {
  .ProductStep .ProductStep_stepItem {
    width: 25%;
  }
}
.ProductStep .ProductStep_stepItem:after {
  content: "";
  position: absolute;
  border: 8px solid transparent;
  border-left: 10px solid #AABDCD;
  top: 30%;
  right: -36px;
}
@media (max-width: 750px) {
  .ProductStep .ProductStep_stepItem:after {
    border: 6px solid transparent;
    border-left: 8px solid #AABDCD;
    top: 32%;
    right: -19px;
  }
}
.ProductStep .ProductStep_stepItem:last-child::after {
  content: none;
}
@media (max-width: 556px) {
  .ProductStep .ProductStep_stepItem.-item3 {
    width: 33.3333333333%;
  }
}
.ProductStep .ProductStep_stepItem-name {
  display: block;
  padding: 12px 10px;
  font-size: clamp(11px, 2.2vw, 21px);
  line-height: 1;
}
@media (max-width: 750px) {
  .ProductStep .ProductStep_stepItem-name {
    padding: 10px 2px;
  }
}

/* 商品リスト */
.ProductItemList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.ProductItemList:after {
  content: "";
  display: block;
  width: calc((100% - 50px) / 4);
}
@media (max-width: 750px) {
  .ProductItemList:after {
    width: calc((100% - 30px) / 2);
  }
}
@media (max-width: 556px) {
  .ProductItemList:after {
    width: calc((100% - 15px) / 2);
  }
}
.ProductItemList--50width:after {
  content: "";
  display: block;
  width: 50%;
}
@media (max-width: 750px) {
  .ProductItemList--50width:after {
    width: calc((100% - 30px) / 2);
  }
}
@media (max-width: 556px) {
  .ProductItemList--50width:after {
    width: calc((100% - 15px) / 2);
  }
}

.ProductItemList_item {
  width: calc((100% - 72px) / 4);
  margin-bottom: 30px;
}
@media (max-width: 750px) {
  .ProductItemList_item {
    width: calc((100% - 15px) / 2);
  }
}
@media (max-width: 556px) {
  .ProductItemList_item {
    width: calc((100% - 15px) / 2);
    margin-bottom: 15px;
  }
}
.ProductItemList_item.-set4 {
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 750px) {
  .ProductItemList_item.-set4 {
    margin-bottom: 15px;
  }
}
.ProductItemList_item--nomargin {
  margin-bottom: 0;
}

.Card {
  color: #333333;
  display: flex;
  flex-direction: column;
  font-family: "A1 Mincho", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.Card.-set4 {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 0px 0px;
  grid-template-areas: "a b";
}
@media (max-width: 750px) {
  .Card.-set4 {
    display: flex;
  }
}
.Card--photo {
  background: #F5F5F5;
  margin: 0;
  text-align: center;
  min-height: 324px;
  position: relative;
}
@media (max-width: 750px) {
  .Card--photo {
    min-height: 185px;
  }
}
.Card--photo img {
  max-width: clamp(70px, 9vw, 120px);
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
}
@media (max-width: 750px) {
  .Card--photo img {
    bottom: 10px;
  }
}
.Card--photo.-set4 {
  grid-area: a;
}
@media (max-width: 750px) {
  .Card--photo.-set4 {
    min-height: 185px;
  }
}
.Card--photo.-set4 img {
  max-width: 312px;
}
@media (max-width: 750px) {
  .Card--photo.-set4 img {
    max-width: 220px;
  }
}
.Card--photo--90 img {
  max-width: clamp(90px, 9vw, 190px);
}
.Card--productInfo {
  padding: 8% 6.2%;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
@media (max-width: 750px) {
  .Card--productInfo {
    padding: 16px 7px;
  }
}
.Card--productInfo.-set4 {
  grid-area: b;
  padding-left: 10px;
  padding: 6%;
}
@media (max-width: 750px) {
  .Card--productInfo.-set4 {
    padding: 16px 7px;
  }
}
.Card--btn {
  border-top: 1px solid #DDDDDD;
  padding: 12px 24px;
  text-align: center;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
}
@media (max-width: 750px) {
  .Card--btn {
    padding: 8px 24px;
    font-size: 14px;
  }
}
.Card--btn p {
  position: relative;
  padding-right: 8px;
}
.Card--btn p:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  transform: rotate(45deg);
  right: 0;
  top: 6.5px;
}
@media (max-width: 750px) {
  .Card--btn p:after {
    width: 7px;
    height: 7px;
    top: 6px;
  }
}
.Card--btn.-set4 {
  grid-area: b;
  margin-top: auto;
}
@media (hover: hover) {
  .Card:hover {
    box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.2s, transform 0.2s;
  }
}

.ProductsItemList__title {
  font-size: clamp(16px, 2.2vw, 20px);
  line-height: 1.4;
  margin-bottom: 14px;
  flex: 1 1 auto;
}
.ProductsItemList__title.-set4 {
  flex: unset;
  font-size: clamp(18px, 2.4vw, 28px);
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  .ProductsItemList__title.-set4 {
    flex: 1 1 auto;
    margin-bottom: 14px;
  }
}
.ProductsItemList__title--height {
  min-height: 56px;
  max-height: 56px;
}
@media (max-width: 750px) {
  .ProductsItemList__title--height {
    min-height: 40px;
    max-height: 40px;
  }
}
.ProductsItemList__title .ProductsItemList__title-sub {
  font-size: clamp(12px, 1.9vw, 16px);
  display: block;
}

.ProductsItemList__title-sup {
  font-size: clamp(10px, 1.5vw, 14px);
  display: block;
  font-weight: normal;
  margin-top: 4px;
}

.ProductsItemList__info {
  margin-bottom: 14px;
  font-size: clamp(11px, 1.8vw, 16px);
}
.ProductsItemList__info.-set4 {
  margin-bottom: 0;
}
.ProductsItemList__info--height {
  flex: 1 1 auto;
}

.ProductsItemList__cost {
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1;
}
.ProductsItemList__cost.-set4 {
  margin-bottom: 16px;
  font-size: clamp(24px, 2.25vw, 32px);
}
@media (max-width: 750px) {
  .ProductsItemList__cost.-set4 {
    margin-bottom: 14px;
  }
}
.ProductsItemList__cost .ProductsItemList__cost-volume {
  font-size: clamp(12px, 1.4vw, 16px);
  margin-right: 5px;
}
.ProductsItemList__cost span {
  font-size: clamp(10px, 1.2vw, 14px);
}

/********************
ドモホルンリンクル全8点
********************/
.ProductsMvStatement {
  margin-top: 0;
  font-size: clamp(16px, 2.5vw, 21px);
  text-align: center;
  letter-spacing: -0.01em;
}
.ProductsMvStatement p {
  margin-bottom: 24px;
}
.ProductsMvStatement p:last-child {
  margin-bottom: 0;
}

.Products .ProductsList {
  margin-top: 0;
}
.Products .ProductsGuideItemLabel__txt:after {
  content: none;
}
.Products--following-pagetitle {
  padding-top: 60px;
}
@media (max-width: 750px) {
  .Products--following-pagetitle {
    padding: 40px 10px 0;
  }
}

.ProductsGuideItem {
  position: relative;
}
@media (max-width: 750px) {
  .ProductsGuideItem--3 {
    right: 10px;
  }
}
@media (max-width: 750px) {
  .ProductsGuideItem--1 {
    right: -18px;
  }
}

.ProductsListItem__hover {
  width: 100%;
  left: 0;
}

/********************
        Lashiku
********************/
.title_lashiku {
  margin-bottom: 40px;
}
@media (max-width: 750px) {
  .title_lashiku {
    margin-bottom: 24px;
  }
}
@media (min-width: 751px) {
  .title_lashiku {
    width: 522px;
  }
}
.title_lashiku img {
  vertical-align: bottom;
}

.lashiku .H2 {
  margin-bottom: 0;
}
.lashiku .ProductsLashiku {
  width: 100%;
  height: unset;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  gap: 8.5vw 1vw;
  margin: 66px 0 80px;
}
@media (max-width: 750px) {
  .lashiku .ProductsLashiku {
    margin: 24px 0 48px;
    gap: 8.5vw 3vw;
  }
}
.lashiku .ProductsLashiku__figure:after {
  height: 300px;
}
.lashiku .ProductsLashiku__figure:nth-child(10) {
  margin-right: 18px;
}
.lashiku .ProductsLashiku__figure:nth-child(10) img {
  width: 130px;
}
.lashiku .ProductsLashiku__figure:nth-child(10)::after {
  left: -11.5px;
  width: calc(100% + 23px);
}
@media (max-width: 750px) {
  .lashiku .ProductsLashiku__figure:nth-child(10) {
    width: 16vw;
  }
}
.lashiku .ProductsLashiku__figure:nth-child(3) {
  margin-right: 32px;
}
.lashiku .ProductsLashiku__figure:nth-child(3) img {
  width: 82px;
}
.lashiku .ProductsLashiku__figure:nth-child(3)::after {
  left: -20px;
  width: calc(100% + 40px);
}
@media (max-width: 750px) {
  .lashiku .ProductsLashiku__figure:nth-child(3) {
    width: 11.8vw;
  }
}
.lashiku .ProductsLashiku__figure:nth-child(1) {
  margin-right: 18px;
}
.lashiku .ProductsLashiku__figure:nth-child(1) img {
  width: 137px;
}
.lashiku .ProductsLashiku__figure:nth-child(1)::after {
  left: -12.5px;
  width: calc(100% + 25px);
}
@media (max-width: 750px) {
  .lashiku .ProductsLashiku__figure:nth-child(1) {
    width: 17vw;
  }
}
.lashiku .ProductsLashiku__figure:nth-child(2) {
  margin-right: 16px;
}
.lashiku .ProductsLashiku__figure:nth-child(2) img {
  width: 130px;
}
.lashiku .ProductsLashiku__figure:nth-child(2)::after {
  left: -11.5px;
  width: calc(100% + 23px);
}
@media (max-width: 750px) {
  .lashiku .ProductsLashiku__figure:nth-child(2) {
    width: 16vw;
  }
}
.lashiku .ProductsLashiku__figure:nth-child(12) {
  margin-right: 8px;
}
.lashiku .ProductsLashiku__figure:nth-child(12) img {
  width: 178px;
}
.lashiku .ProductsLashiku__figure:nth-child(12)::after {
  left: -7px;
  width: calc(100% + 14px);
}
@media (max-width: 750px) {
  .lashiku .ProductsLashiku__figure:nth-child(12) {
    width: 21vw;
  }
}
.lashiku .ProductsLashiku__figure:last-child {
  margin-right: 8px;
}
.lashiku .ProductsLashiku__figure:last-child img {
  width: 60px;
}
.lashiku .ProductsLashiku__figure:last-child::after {
  left: -7px;
  width: calc(100% + 14px);
}
@media (max-width: 750px) {
  .lashiku .ProductsLashiku__figure:last-child {
    width: 10vw;
  }
}
.lashiku .ProductsLashiku__figure:nth-child(4) img {
  width: 142px;
}
.lashiku .ProductsLashiku__figure:nth-child(4)::after {
  left: -7px;
  width: calc(100% + 14px);
}
@media (max-width: 750px) {
  .lashiku .ProductsLashiku__figure:nth-child(4) {
    width: 17vw;
  }
}
@media (max-width: 750px) {
  .lashiku .ProductsLashiku__figure:nth-child(n) {
    margin-right: 0;
  }
  .lashiku .ProductsLashiku__figure:nth-child(n):after {
    content: none;
  }
  .lashiku .ProductsLashiku__figure:nth-child(n) img {
    width: 100%;
  }
}
.lashiku .ProductsLashiku img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.lashiku .ProductsMvStatement {
  text-align: left;
}
.lashiku .ProductItemList {
  margin-top: 40px;
}
@media (min-width: 751px) {
  .lashiku .ProductItemList {
    justify-content: flex-start;
    gap: 0 30px;
  }
}
@media (max-width: 750px) {
  .lashiku .ProductItemList {
    margin-top: 24px;
  }
}
.lashiku .ProductItemList + .ProductItemList {
  padding-top: 40px;
  border-top: 1px solid #ddd;
}
@media (max-width: 750px) {
  .lashiku .ProductItemList + .ProductItemList {
    padding-top: 24px;
  }
}
.lashiku .ProductItemList_item {
  width: calc((100% - 60px) / 3);
}
@media (max-width: 750px) {
  .lashiku .ProductItemList_item {
    width: calc((100% - 30px) / 2);
  }
}
@media (max-width: 750px) {
  .lashiku .ProductItemList_item {
    width: calc((100% - 15px) / 2);
  }
}
.lashiku .ProductItemList_item:first-child .Card--photo--90 img {
  max-width: clamp(90px, 8.5vw, 190px);
}
.lashiku .ProductsItemList__cost {
  margin-bottom: 4px;
}
.lashiku .ProductsItemList__cost:last-child {
  margin-bottom: 0;
}
.lashiku .Products__section_linkwrap {
  margin-bottom: 35px;
}
@media (min-width: 751px) {
  .lashiku .Products__section_linkwrap {
    margin-right: auto;
    margin-left: auto;
    width: 470px;
  }
}
.lashiku .Products__section_linkwrap a {
  transition: 0.2s;
}
.lashiku .Products__section_linkwrap a:hover {
  opacity: 0.6;
}

/********************
       バナー
********************/
.Campaign_Banner {
  margin-top: 0;
}
.Campaign_Banner a {
  transition: 0.2s;
}
@media (hover: hover) {
  .Campaign_Banner a:hover {
    opacity: 0.6;
  }
}
.Campaign_Banner img {
  vertical-align: bottom;
}

/********************
    よくあるご質問
********************/
.CommonSubsection--product {
  margin: 0;
}
.CommonSubsection--product .InfoListItemContent__txt p span {
  display: block;
  margin-bottom: 18px;
}
@media (max-width: 750px) {
  .CommonSubsection--product .InfoListItemContent__txt p span {
    font-size: 14px;
  }
}
.CommonSubsection--product .InfoListItemContent__txt p span:last-child {
  margin-bottom: 0;
}
.CommonSubsection--product .CommonSubsection__content {
  padding-top: 0;
}

/*# sourceMappingURL=style_20250925.css.map */
