@charset "utf-8";

/* Document
    ========================================================================== */
/**
    * 1. Correct the line height in all browsers.
    * 2. Prevent adjustments of font size after orientation changes in iOS.
    */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
    ========================================================================== */
/**
    * Remove the margin in all browsers.
    */
body {
  margin: 0;
}

/**
    * Render the `main` element consistently in IE.
    */
main {
  display: block;
}

/**
    * Correct the font size and margin on `h1` elements within `section` and
    * `article` contexts in Chrome, Firefox, and Safari.
    */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
    ========================================================================== */
/**
    * 1. Add the correct box sizing in Firefox.
    * 2. Show the overflow in Edge and IE.
    */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
    * 1. Correct the inheritance and scaling of font size in all browsers.
    * 2. Correct the odd `em` font sizing in all browsers.
    */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
    ========================================================================== */
/**
    * Remove the gray background on active links in IE 10.
    */
a {
  background-color: transparent;
}

/**
    * 1. Remove the bottom border in Chrome 57-
    * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
    */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
    * Add the correct font weight in Chrome, Edge, and Safari.
    */
b,
strong {
  font-weight: bolder;
}

.cp202510_sheer-moist strong {
  font-weight: bold;
}

/**
    * 1. Correct the inheritance and scaling of font size in all browsers.
    * 2. Correct the odd `em` font sizing in all browsers.
    */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
    * Add the correct font size in all browsers.
    */
small {
  font-size: 80%;
}

/**
    * Prevent `sub` and `sup` elements from affecting the line height in
    * all browsers.
    */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
    ========================================================================== */
/**
    * Remove the border on images inside links in IE 10.
    */
img {
  border-style: none;
}

/* Forms
    ========================================================================== */
/**
    * 1. Change the font styles in all browsers.
    * 2. Remove the margin in Firefox and Safari.
    */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
    * Show the overflow in IE.
    * 1. Show the overflow in Edge.
    */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
    * Remove the inheritance of text transform in Edge, Firefox, and IE.
    * 1. Remove the inheritance of text transform in Firefox.
    */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
    * Correct the inability to style clickable types in iOS and Safari.
    */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
    * Remove the inner border and padding in Firefox.
    */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
    * Restore the focus styles unset by the previous rule.
    */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
    * Correct the padding in Firefox.
    */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
    * 1. Correct the text wrapping in Edge and IE.
    * 2. Correct the color inheritance from `fieldset` elements in IE.
    * 3. Remove the padding so developers are not caught out when they zero out
    *    `fieldset` elements in all browsers.
    */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
    * Add the correct vertical alignment in Chrome, Firefox, and Opera.
    */
progress {
  vertical-align: baseline;
}

/**
    * Remove the default vertical scrollbar in IE 10+.
    */
textarea {
  overflow: auto;
}

/**
    * 1. Add the correct box sizing in IE 10.
    * 2. Remove the padding in IE 10.
    */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
    * Correct the cursor style of increment and decrement buttons in Chrome.
    */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
    * 1. Correct the odd appearance in Chrome and Safari.
    * 2. Correct the outline style in Safari.
    */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
    * Remove the inner padding in Chrome and Safari on macOS.
    */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
    * 1. Correct the inability to style clickable types in iOS and Safari.
    * 2. Change font properties to `inherit` in Safari.
    */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
    ========================================================================== */
/*
    * Add the correct display in Edge, IE 10+, and Firefox.
    */
details {
  display: block;
}

/*
    * Add the correct display in all browsers.
    */
summary {
  display: list-item;
}

/* Misc
    ========================================================================== */
/**
    * Add the correct display in IE 10+.
    */
template {
  display: none;
}

/**
    * Add the correct display in IE 10.
    */
[hidden] {
  display: none;
}

#tblLayout {
  width: 100%;
}

img {
  width: 100%;
  height: auto;
}

ul {
  list-style: none;
}

dd {
  margin-left: 0;
}

#Wrap_lower.onlyDefault {
  margin-bottom: 0;
}

#Wrap_lower.onlyDefault .btn_notice {
  position: relative;
  background: #fff;
  margin-top: 50px;
}

#tblLayout {
  border-collapse: collapse;
  border-spacing: 0;
}

#pagetop {
  display: none;
}




/* *************************************** */

.cp202510_sheer-moist .inner {
  padding: 0 50px;
}

.cp202510_sheer-moist .maxW740 {
  max-width: calc(100% - 140px);
  margin: auto;
}

.cp202510_sheer-moist .flex {
  display: flex;
}

.cp202510_sheer-moist .rel {
  position: relative;
}

.cp202510_sheer-moist .abs {
  position: absolute;
}
.cp202510_sheer-moist .abs.tl0 {
  top: 0;
  left: 0;
}

.cp202510_sheer-moist .txtRight {
  text-align: right;
}

.cp202510_sheer-moist .txtCenter {
  text-align: center;
}

.cp202510_sheer-moist .sp_on {
  display: none;
}

.cp202510_sheer-moist a {
  transition: .3s;
}

.cp202510_sheer-moist .bg_f6f3eb {
  background-color: #f6f3eb;
}

.cp202510_sheer-moist img {
  display: block;
  width: 100%;
}

.cp202510_sheer-moist .mt-1 {
  margin-top: -1px;
}

.cp202510_sheer-moist .contents {
  max-width: 880px;
  margin: auto;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 881px) {
  .cp202510_sheer-moist .contents {
    box-shadow: 0 0 30px rgba(84, 84, 84, .13);
    position: relative;
  }
}

.cp202510_sheer-moist section {
  overflow: hidden;
}

:root {
  --px10: 10px;
  --px15: 15px;
  --px20: 20px;
  --px30: 30px;
  --px40: 40px;
  --px50: 50px;
  --px60: 60px;
  --px70: 70px;
  --px80: 80px;
  --px90: 90px;
  --px100: 100px;
  --px110: 110px;
  --px140: 140px;
  --px-30: -30px;
  --px-40: -40px;
  --px-45: -45px;
  --px-50: -50px;
  --px-60: -60px;
  --px-70: -70px;
  --px-100: -100px;
  --px-110: -110px;
}


/* KV　アンカーボタン *************************************** */
@media screen and (min-width: 881px) {
  .cp202510_sheer-moist::before {
    content: "";
    width: 100%;
    height: 100vh;
    background-image: url(/Contents/ImagesPkg/page/cp202510_sheer-moist/bg.png);
    /* background-image: url(../cp202510_sheer-moist/bg.png); */
    background-size: cover;
    background-position: center;
    position: fixed;
    bottom: 0;
    left: 0;
  }
}
.cp202510_sheer-moist .kv {
  text-align: center;
  line-height: 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.cp202510_sheer-moist .kv>picture {
  position: relative;
  z-index: 2;
  display: block;
}


/* セットCV　アンカーボタン *************************************** */
.cp202510_sheer-moist .cv_anc_btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 50px;
  margin-bottom: 50px;
}
.cp202510_sheer-moist .cv_anc_btns a {
  width: calc(50% - 16px);
  margin-bottom: 30px;
}
.cp202510_sheer-moist .cv_anc_btns .w100 {
  width: 100%;
}
@media screen and (max-width: 880px) {
  .cp202510_sheer-moist .cv_anc_btns {
    padding: 0 5.681vw;
    margin-bottom: 5.681vw;
  }
  .cp202510_sheer-moist .cv_anc_btns a {
    width: calc(50% - 1.818vw);
    margin-bottom: 3.409vw;
  }
}

/* コンテンツアンカーボタン *************************************** */
.cp202510_sheer-moist .cont_anc {
  background-color: #f2f2f0;
}
.cp202510_sheer-moist .cont_anc_btns {
  padding: 80px 50px;
}
.cp202510_sheer-moist .cont_anc_btns a {
  display: block;
}
.cp202510_sheer-moist .cont_anc_btns .no1 {
  margin-bottom: 30px;
}
.cp202510_sheer-moist .cont_anc_btns .no2 {
  margin-bottom: 23px;
}
.cp202510_sheer-moist .cont_anc_btns .no3 {
  margin-bottom: 28px;
}
.cp202510_sheer-moist .cont_anc_btns .no4 {
  margin-bottom: 40px;
}
@media screen and (max-width: 880px) {
  .cp202510_sheer-moist .cont_anc_btns {
    padding: 9.09vw 5.681vw;
  }
  .cp202510_sheer-moist .cont_anc_btns .no1 {
    margin-bottom: 3.409vw;
  }
  .cp202510_sheer-moist .cont_anc_btns .no2 {
    margin-bottom: 2.613vw;
  }
  .cp202510_sheer-moist .cont_anc_btns .no3 {
    margin-bottom: 3.181vw;
  }
  .cp202510_sheer-moist .cont_anc_btns .no4 {
    margin-bottom: 4.545vw;
  }
}

/* 推し座談会  *************************************** */
.cp202510_sheer-moist .powder_gd03 {
  margin-top: -145px;
  z-index: 10;
}
.cp202510_sheer-moist .powder_gd_cont {
  margin: -62px 30px 80px;
  border: 2px solid #ca9d6e;
}
.cp202510_sheer-moist .powder_gd_bnr {
  padding: 0 50px;
  margin-bottom: 60px;
}
@media screen and (max-width: 880px) {
  .cp202510_sheer-moist .powder_gd03 {
    margin-top: -16.477vw;
  }
  .cp202510_sheer-moist .powder_gd_cont {
    margin: -7.045vw 3.409vw 9.09vw;
  }
  .cp202510_sheer-moist .powder_gd_bnr {
    padding: 0 5.681vw;
    margin-bottom: 6.818vw;
  }
}

/* 推しポイント  *************************************** */
.cp202510_sheer-moist .powder_point_cont {
  margin-top: -265px;
}
.cp202510_sheer-moist .powder_point_cont > * {
  margin-top: -10px;
}
.cp202510_sheer-moist .powder_point_cont > .mt0 {
  margin-top: 0;
}
.cp202510_sheer-moist .powder_point .tl0 {
  z-index: 10;
}
.cp202510_sheer-moist .powder_point .video {
  bottom: 10%;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  max-width: 730px;
  overflow: hidden;
}
.cp202510_sheer-moist .powder_point .video video {
  width: 110%;
  margin-left: -5%;
}
@media screen and (max-width: 880px) {
  .cp202510_sheer-moist .powder_point_cont > * {
    margin-top: -1.136vw;
  }
}

/* 推しBEST  *************************************** */
.cp202510_sheer-moist .powder_best .rel {
  margin-top: -1px;
}
@media screen and (max-width: 880px) {
  .cp202510_sheer-moist .powder_point_cont {
    margin-top: -30.113vw;
  }
}

/* リピーターの声  *************************************** */
.cp202510_sheer-moist .powder_repeater .rel {
  margin-top: -1px;
}
.cp202510_sheer-moist .powder_repeater_cont .abs {
  top: -20px;
  z-index: 10;
}
.cp202510_sheer-moist .powder_repeater_swiper .abs {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.cp202510_sheer-moist .powder_repeater_swiper .swiper-container {
  width: 84.09%;
  margin: auto;
}
.cp202510_sheer-moist .powder_repeater_swiper .swiperA {
  box-shadow: 3px 3px 14px rgba(113, 101, 97, 0.5);
}
.cp202510_sheer-moist .powder_repeater_swiper .swiper-button-next {
  right: 40px;
  width: 60px;
  height: 60px;
  top: calc(50% - 60px);
}
.cp202510_sheer-moist .powder_repeater_swiper .swiper-button-prev {
  left: 40px;
  width: 60px;
  height: 60px;
  top: calc(50% - 60px);
}
.cp202510_sheer-moist .powder_repeater_swiper .swiper-button-next:after,
.cp202510_sheer-moist .powder_repeater_swiper .swiper-button-prev:after {
  content: none;
}
@media screen and (max-width: 880px) {
  .cp202510_sheer-moist .powder_repeater_cont .abs {
    top: -2.272vw;
  }
  .cp202510_sheer-moist .powder_repeater_swiper .swiper-button-next {
    right: 4vw;
    width: 8vw;
    height: 8vw;
    top: calc(50% - 5vw);
  }
  .cp202510_sheer-moist .powder_repeater_swiper .swiper-button-prev {
    left: 4vw;
    width: 8vw;
    height: 8vw;
    top: calc(50% - 5vw);
  }
}

/* how to  *************************************** */
.cp202510_sheer-moist .powder_howto {
  background-color: #feedf0;
}

/* footer bnr  *************************************** */
.cp202510_sheer-moist .campaignbnr {
      padding: 0 50px 80px;
}
@media screen and (max-width: 880px) {
  .cp202510_sheer-moist .campaignbnr {
    padding: 0 5.681vw 9.09vw;
  }
}

/* 追従ボタン  *************************************** */
.cp202510_sheer-moist .fix_btn {
  position: fixed;
  bottom: 30px;
  right: calc((100% - 880px) / 2 - 184px);
  max-width: 134px;
  visibility: hidden;
  opacity: 0;
  transition: .5s;
  z-index: 2;
}
.is-fixed.cp202510_sheer-moist .fix_btn {
  visibility: visible;
  opacity: 1;
}
.cp202510_sheer-moist .fix_btn a {
  filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.25));
}
.is-fixed.cp202510_sheer-moist .fix_btn.off {
  visibility: hidden;
  opacity: 0;
}


/* 追従バナー  *************************************** */
.cp202510_sheer-moist .fk_bnr_pc {
  position: fixed;
  top: 45%;
  right: 50px;
  width: 360px;
  padding: 1em;
  border-radius: .5em;
  visibility: hidden;
  opacity: 0;
  transition: .5s;
  z-index: 2;
}
.is-fixed.cp202510_sheer-moist .fk_bnr_pc {
  visibility: visible;
  opacity: 1;
}
.cp202510_sheer-moist .fk_bnr_pc .fk_ttl {
  text-align: center;
  margin-bottom: .5em;
}
.cp202510_sheer-moist .fk_bnr_pc .fk_ttl img {
  max-width: max-content;
  margin: auto;
}
.cp202510_sheer-moist .fk_bnr_pc .fk_btn a {
  margin-bottom: 0.5em;
  display: block;
}
.is-fixed.cp202510_sheer-moist .fk_bnr_pc.off {
  visibility: hidden;
  opacity: 0;
}

/*  モーダル btn *************************************** */
.cp202510_sheer-moist .modal_btn {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.cp202510_sheer-moist .modal_btn a {
  max-width: 340px;
}
@media screen and (max-width: 880px) {
  .cp202510_sheer-moist .modal_btn {
    gap: 2.666vw;
  }
  .cp202510_sheer-moist .modal_btn a {
    max-width: 45.333vw;
  }
}


/*   *************************************** */

/* cv */
.cp202510_sheer-moist #cv>div {
  padding-top: var(--px100);
  margin-top: var(--px-100);
}

.cp202510_sheer-moist .cvBox {
  width: calc(100% - var(--px60));
  margin: var(--px40) auto 0;
  background-color: #fcf9ef;
  border: 2px solid #ca9d6e;
  border-radius: 12px;
  padding-bottom: var(--px50);
  position: relative;
}

.cp202510_sheer-moist .cvBox .cvBox_ttl {
  margin: var(--px-40) auto 0;
}

.cp202510_sheer-moist .cv_bnr {
  padding: 0 var(--px40);
}

.cp202510_sheer-moist .cv_bnr a {
  display: block;
  margin-bottom: var(--px30);
}

.cp202510_sheer-moist .cv_bnr a:last-child {
  margin-bottom: 0;
}

/* 金額 ----------------------------- */
.cp202510_sheer-moist .cv_cart {
  padding: 0 var(--px40);
}

.cp202510_sheer-moist .price_area {
  font-feature-settings: "palt";
}

.cp202510_sheer-moist .price_area.color_BK,
.cp202510_sheer-moist .price_area.cstm1 {
  margin-top: 0;
}

/* 合計価格 */
.cp202510_sheer-moist .price_total {
  font-size: 29px;
  letter-spacing: 0;
  margin-bottom: 1em;
  padding-top: 1em;
}

.cp202510_sheer-moist .price_total span {
  font-size: 35px;
  font-weight: bold;
  position: relative;
  margin-left: .3em;
}

.cp202510_sheer-moist .price_total strong {
  font-size: 48px;
}

.cp202510_sheer-moist .price_total small {
  font-size: 23px;
}

.cp202510_sheer-moist .price_total span::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #d00746;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 3;
}

.cp202510_sheer-moist .price_total span::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.6em 0.4em 0 0.4em;
  border-color: #d00746 transparent transparent transparent;
  position: absolute;
  top: calc(50% - 0.2em);
  right: -1.2em;
}

/* 000円おトク */
.cp202510_sheer-moist .price_save>* {
  font-weight: bold;
  min-width: 8em;
  border-radius: 8px;
  text-align: center;
}

.cp202510_sheer-moist .price_save dt {
  font-size: 33px;
  color: #fff;
  background-color: #d00746;
  padding: 0.2em;
}

.cp202510_sheer-moist .price_save.flex dt {
  margin-right: 0.3em;
}

.cp202510_sheer-moist .price_save dd {
  font-size: 29px;
  color: #d00746;
  background-color: #fff;
  border: 1px solid;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .2em;
}

.cp202510_sheer-moist .price_save dd+dd {
  margin-left: 0.3em;
}

/* 割引後の価格 */
.cp202510_sheer-moist .price_just_off_wrap {
  justify-content: space-between;
}

.cp202510_sheer-moist .price_just {
  font-feature-settings: "palt";
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--px40);
}

.cp202510_sheer-moist .price_just {
  font-size: 56px;
  font-weight: bold;
  color: #d00746;
}

.cp202510_sheer-moist .price_just.fm {
  font-size: 50px;
}

.cp202510_sheer-moist .price_just strong {
  font-size: 135px;
  letter-spacing: 0;
}

.cp202510_sheer-moist .price_just small {
  font-size: 23px;
}

/* 00% OFF */
.cp202510_sheer-moist .price_off {
  background-color: #d00746;
  color: #fff;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cp202510_sheer-moist .price_off span {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

.cp202510_sheer-moist .price_off strong {
  font-size: 58px;
  font-weight: 500;
}

.cp202510_sheer-moist .cstm1 .price_off {
  background-color: #ffffff;
  color: #d00746;
  width: auto;
  height: auto;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid;
  padding: min(10px, 1vw) min(40px, 4vw);
  font-size: var(--px30);
  font-weight: bold;
  margin-right: var(--px20);
  line-height: 1;
}

/* 送料無料 */
.cp202510_sheer-moist .soryo {
  margin-bottom: var(--px20);
  position: relative;
}

.cp202510_sheer-moist .soryo .abso {
  position: absolute;
  bottom: 0;
  left: 70%;
  width: 18%;
}

/* price_area_coupon */
.cp202510_sheer-moist .price_area_coupon>.flex {
  justify-content: space-between;
}

/* 000円おトク（クーポン） */
.cp202510_sheer-moist .price_area_coupon .price_save * {
  min-width: auto;
  padding: 0.2em 0.3em;
}

.cp202510_sheer-moist .price_area_coupon .price_save dd {
  margin-top: 5px;
}

.cp202510_sheer-moist .price_area_coupon .price_just {
  font-size: 42px;
  margin: 0 .5em;
}

.cp202510_sheer-moist .price_area_coupon .price_just strong {
  font-size: 72px;
}

/* 割引後の価格（クーポン） */
.cp202510_sheer-moist .price_area.price_area_coupon {
  margin-bottom: var(--px30);
}

.cp202510_sheer-moist .price_area_coupon>.flex {
  align-items: end;
}

.cp202510_sheer-moist .price_area_coupon .price_just {
  color: #222;
}

/* 00% OFF（クーポン） */
.cp202510_sheer-moist .price_area_coupon .price_off {
  width: 150px;
  height: 150px;
}

/* 特別価格 （クーポン）*/
.cp202510_sheer-moist .priceCoupon_discount {
  align-items: center;
  justify-content: center;
}

.cp202510_sheer-moist .priceCoupon_discount dt {
  font-size: 40px;
  color: #d00746;
  font-weight: bold;
  text-align: center;
  border-radius: 4px;
  border: 1px solid;
  padding: 0.4em 0.5em;
  margin-right: 0.5em;
  letter-spacing: 0.1em;
}

.cp202510_sheer-moist .priceCoupon_discount dd {
  color: #d00746;
  font-size: 56px;
  font-weight: bold;
  letter-spacing: 0;
}

.cp202510_sheer-moist .priceCoupon_discount strong {
  font-size: 140px;
  letter-spacing: 0;
}

.cp202510_sheer-moist .priceCoupon_discount small {
  font-size: 24px;
}

.cp202510_sheer-moist .priceCoupon_discount_txt {
  font-size: 24px;
  margin: var(--px10) 0;
}

/* 金額 ----------------------------- */


/* cv parts ------------------------ */
.cp202510_sheer-moist .cartBtn_wrap {
  margin-bottom: var(--px40);
}

.cp202510_sheer-moist .itemLink-btn {
  padding-bottom: var(--px50);
}

.cp202510_sheer-moist .itemLink-btn a {
  font-size: 31px;
  font-weight: bold;
  color: #1d1d1d;
  border-bottom: 2px solid;
  display: inline-block;
  padding: 0 25px 7px 0;
  position: relative;
}

.cp202510_sheer-moist .itemLink-btn a::after {
  content: "";
  width: .6em;
  height: .6em;
  border-top: 2px solid;
  border-right: 2px solid;
  display: inline-block;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  right: 7px;
  top: calc(50% - 5px);
}

.cp202510_sheer-moist .select-btn-wrap {
  display: block;
  background: #fff;
  position: relative;
  /* margin-bottom: 50px; */
}

.cp202510_sheer-moist .select-btn-wrap select {
  width: 100%;
  font-size: 22px;
  font-weight: normal;
  color: #222;
  background-color: #fff;
  padding: 1em 0.5em;
  cursor: pointer;
  border: 1px solid #757575;
}

.cp202510_sheer-moist .select-btn-wrap:after {
  position: absolute;
  top: 36%;
  /* 矢印の位置 */
  right: 5%;
  /* 矢印の位置 */
  width: 15px;
  /* 矢印の大きさ */
  height: 15px;
  /* 矢印の大きさ */
  border-top: 2px solid #58504a;
  /* 矢印の線 */
  border-right: 2px solid #58504a;
  /* 矢印の線 */
  -webkit-transform: rotate(135deg);
  /* 矢印の傾き */
  transform: rotate(135deg);
  /* 矢印の傾き */
  pointer-events: none;
  /* 矢印部分もクリック可能にする */
  content: "";
}


@media screen and (max-width: 880px) {
  :root {
    --px10: 1.136vw;
    --px15: 1.704vw;
    --px20: 2.272vw;
    --px30: 3.409vw;
    --px40: 4.545vw;
    --px50: 5.681vw;
    --px60: 6.818vw;
    --px70: 7.954vw;
    --px80: 9.09vw;
    --px90: 10.227vw;
    --px100: 11.363vw;
    --px110: 12.5vw;
    --px140: 15.909vw;
    --px-30: -3.409vw;
    --px-40: -4.545vw;
    --px-45: -5.113vw;
    --px-50: -5.681vw;
    --px-60: -6.818vw;
    --px-70: -7.954vw;
    --px-100: -11.363vw;
    --px-110: -12.5vw;
  }

  .cp202510_sheer-moist .sp_on {
    display: block;
  }

  .cp202510_sheer-moist .inner {
    padding: 0 5.681vw;
  }

  .cp202510_sheer-moist .maxW740 {
    max-width: calc(100% - 15.909vw);
  }

  /* cv 金額 */

  .cp202510_sheer-moist .price_total {
    font-size: 4vw;
  }

  .cp202510_sheer-moist .price_total span {
    font-size: 6vw;
  }

  .cp202510_sheer-moist .price_total strong {
    font-size: 6vw;
  }

  .cp202510_sheer-moist .price_total.ctr strong {
    font-size: 8.18vw;
  }

  .cp202510_sheer-moist .price_total small {
    font-size: 2.613vw;
  }

  .cp202510_sheer-moist .price_total.ctr span::before {
    content: none;
  }

  .cp202510_sheer-moist .price_total.ctr span::after {
    content: none;
  }

  .cp202510_sheer-moist .price_save>* {
    border-radius: 0.909vw;
  }

  .cp202510_sheer-moist .price_save dt {
    font-size: 3.5vw;
  }

  .cp202510_sheer-moist .price_save dd {
    font-size: 3.295vw;
  }

  .cp202510_sheer-moist .price_just {
    font-size: 6.363vw;
  }

  .cp202510_sheer-moist .price_just strong {
    font-size: 15vw;
  }

  .cp202510_sheer-moist .price_just small {
    font-size: 2.727vw;
  }

  .cp202510_sheer-moist .price_off {
    width: 18.181vw;
    height: 18.181vw;
  }

  .cp202510_sheer-moist .price_area_coupon .price_off {
    width: 17.045vw;
    height: 17.045vw;
  }

  .cp202510_sheer-moist .price_off span {
    font-size: 3.977vw;
  }

  .cp202510_sheer-moist .price_off strong {
    font-size: 6.59vw;
  }

  .cp202510_sheer-moist .price_area_coupon .price_just {
    font-size: 4.772vw;
  }

  .cp202510_sheer-moist .price_area_coupon .price_just strong {
    font-size: 8.181vw;
  }

  .cp202510_sheer-moist .priceCoupon_discount dt {
    font-size: 4.545vw;
  }

  .cp202510_sheer-moist .priceCoupon_discount dd {
    font-size: 5.454vw;
  }

  .cp202510_sheer-moist .priceCoupon_discount strong {
    font-size: 14.545vw;
  }

  .cp202510_sheer-moist .priceCoupon_discount small {
    font-size: 2.727vw;
  }

  .cp202510_sheer-moist .priceCoupon_discount_txt {
    font-size: 2.727vw;
  }

  /* cv parts */
  .cp202510_sheer-moist .select-btn-wrap {
    margin-bottom: 0;
  }

  .cp202510_sheer-moist .select-btn-wrap select {
    font-size: max(3vw, 18px);
  }

  .cp202510_sheer-moist .cartBtn_wrap {
    margin-bottom: 5vw;
  }

  .cp202510_sheer-moist .itemLink-btn a {
    font-size: 3.55vw;
    padding-bottom: 1vw;
    padding-right: 4vw;
    border-width: 1px;
  }

  .cp202510_sheer-moist .itemLink-btn a::after {
    width: 2.1vw;
    height: 2.1vw;
    top: calc(50% - 0.5vw);
  }

}

/* ------------------------------------------------ */


/* modal */
.cp202510_sheer-moist .modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1005;
}

.cp202510_sheer-moist .modal__bg {
  background: rgba(0, 0, 0, .6);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.cp202510_sheer-moist .modal__content {
  /* overflow: hidden; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 500px;
}

.cp202510_sheer-moist .modal__inner {
  overflow-x: hidden;
  padding: var(--px70) var(--px50) 70px;
  /* background-color: #fff; */
}

.cp202510_sheer-moist .modal__inner {
  padding: 0 0 50px;
}

.cp202510_sheer-moist .modal__inner img {
  margin: 0 auto var(--px30);
  max-width: 500px;
}

.cp202510_sheer-moist .modal__inner .voice_ttl {
  max-width: 330px;
  margin: 0 auto var(--px30);
}

.cp202510_sheer-moist .modal__content .js-modal-close {
  position: absolute;
  top: -15px;
  right: 30px;
  z-index: 99;
  width: 50px;
}

@media screen and (min-width: 881px) {
  .cp202510_sheer-moist .modal__content .js-modal-close:hover {
    color: #fff;
    opacity: .8;
  }

  .cp202510_sheer-moist .modal__content .js-modal-close:hover::before,
  .cp202510_sheer-moist .modal__content .js-modal-close:hover::after {
    background-color: #fff;
  }
}

.cp202510_sheer-moist .modal_wrap a {
  display: block;
  transition: .3s;
}

.cp202510_sheer-moist .modal_wrap a:hover {
  opacity: .7;
}

.cp202510_sheer-moist.modal_wrap>img {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 880px) {
  .cp202510_sheer-moist .modal__content {
    top: 50%;
  }

  .cp202510_sheer-moist .modal__inner {
    padding-bottom: 50px;
  }

  .cp202510_sheer-moist .voice_ttl {
    width: 37.5vw;
  }

  .cp202510_sheer-moist .modal__content .js-modal-close {
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    right: 20px;
  }
}


/* 20250725 */
.cp202510_sheer-moist .flex.jc_sb {
  justify-content: space-between;
}

.cp202510_sheer-moist .icn {
  position: relative;
}

.cp202510_sheer-moist .icn::after {
  animation: 4s 0s shine linear infinite;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, .6) 50%, rgba(255, 255, 255, 0) 75%);
  content: '';
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transform: skewX(-15deg);
  width: 100%;
}

@keyframes shine {
  20% {
    left: 100%;
  }

  100% {
    left: 100%;
  }
}

.cp202510_sheer-moist .modal__inner {
  /* background: #e9f5f1; */
  overflow-y: scroll;
  overflow-x: hidden;
  border-radius: 10px;
  height: 80vh;
  padding: 0;
}

.cp202510_sheer-moist .modal__inner img {
  margin: 0;
  /* line-height: 0; */
}

@media screen and (min-width: 881px) {

  .cp202510_sheer-moist .icn {
    width: 11%;
    position: absolute;
    top: 23%;
    left: 38%;
    /* max-width: 100%; */
    z-index: 5;
    overflow: hidden;
    filter: drop-shadow(5px 10px 5px rgba(0, 0, 0, 0.25));
    border-radius: 99%;
  }

  .cp202510_sheer-moist .cv_cart p.ann {
    font-size: 26px;
    margin-bottom: 30px;
  }

  .cp202510_sheer-moist .accordion__title p.btn02 {
    font-size: 36px;
    font-weight: 600;
    color: #0363a7;
    border: 2px solid #0363a7;
    border-radius: inherit;
    padding: .7em;
    background-color: #e7f5fc;
    text-align: center;
  }

  .cp202510_sheer-moist .acc02 .accordion__title::before,
  .cp202510_sheer-moist .acc02 .accordion__title::after {
    width: 32px;
  }

  .cp202510_sheer-moist .price_total.ctr {
    font-size: 36px;
    letter-spacing: 0;
    margin-bottom: 1.4em;
    margin-top: 1em;
    padding-top: 0;
  }

  .cp202510_sheer-moist .price_total.ctr span {
    font-size: 48px;
    font-weight: bold;
    position: relative;
    margin-left: .3em;
  }

  .cp202510_sheer-moist .price_total.ctr strong {
    font-size: 72px;
  }

  .cp202510_sheer-moist .price_total.ctr span::before,
  .cp202510_sheer-moist .price_total.ctr span::after {
    content: none;
  }

  .cp202510_sheer-moist .arw {
    position: absolute;
    top: 126px;
    left: 252px;
    width: 96px;
  }

  .cp202510_sheer-moist .fkArea .fk_base {
    position: absolute;
    top: 288px;
    left: 461px;
    width: 260px;
    height: 260px;
    overflow: hidden;
    border-radius: 99%;
  }

  .cp202510_sheer-moist .fkArea .fk_base img {
    position: absolute;
    top: 0;
    left: 64%;
    transform: translate(-50%, 0);
    width: 470px;
    overflow: hidden;
  }

  .cp202510_sheer-moist .fkArea .fk {
    position: absolute;
    top: 250px;
    left: 632px;
  }

  .cp202510_sheer-moist .m0 {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 880px) {
  .cp202510_sheer-moist .countdown span {
    font-size: 6vw;
  }

  .cp202510_sheer-moist .countdown span#days {
    top: 50%;
    left: 39.5%;
    transform: translate(-49%, -50%);
  }

  .cp202510_sheer-moist .countdown span#hours {
    top: 50%;
    left: 53.5%;
    transform: translate(-49%, -50%);
  }

  .cp202510_sheer-moist .countdown span#minutes {
    top: 50%;
    left: 72.1%;
    transform: translate(-49%, -50%);
  }

  .cp202510_sheer-moist .countdown span#seconds {
    top: 50%;
    left: 87.5%;
    transform: translate(-49%, -50%);
  }

  .cp202510_sheer-moist .icn {
    width: 32%;
    position: absolute;
    top: 73%;
    left: 11%;
    /* max-width: 100%; */
    z-index: 10;
    filter: drop-shadow(5px 10px 5px rgba(0, 0, 0, 0.25));
    border-radius: 99%;
    overflow: hidden;
  }


  .cp202510_sheer-moist .price_just.fm {
    font-size: 5vw;
  }

  .cp202510_sheer-moist .arw {
    position: absolute;
    top: 14vw;
    left: 29vw;
    width: 11vw;
  }

  .cp202510_sheer-moist #modal3 .modal__content {
    transform: translate(-50%, -55%);

  }

  .cp202510_sheer-moist .modal__inner {
    height: 80vh;
  }
}

/* 初期状態 */
.cp202510_sheer-moist .js-fadein {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  will-change: opacity, transform;
}

/* 表示時 */
.cp202510_sheer-moist .js-fadein.is-inview {
  opacity: 1;
  transform: translateY(0);
}

/* 動きを減らしたい環境向け */
@media (prefers-reduced-motion: reduce) {
  .cp202510_sheer-moist .js-fadein {
    transition: none;
    transform: none;
    opacity: 1;
  }
}

.cp202510_sheer-moist {
  position: relative;
}

.cp202510_sheer-moist .tC {
  margin-left: auto;
  margin-right: auto;
  margin-top: -0.38em;
}

.cp202510_sheer-moist .fk_bnr_sp {
  display: none;
}

@media screen and (max-width: 880px) {
  .cp202510_sheer-moist .fk_bnr_pc {
    display: none;
  }

  .cp202510_sheer-moist .fk_bnr_sp {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 5;
    display: block;
    box-shadow: 0px 22px 15px 20px #654540;
  }

  .cp202510_sheer-moist .fk_bnr_sp .fk_btn {
    display: flex;
    justify-content: space-between;
    background: #fff;
  }

  .cp202510_sheer-moist .fk_bnr_sp .fk_btn>a {
    margin-right: .2em;
  }

  .cp202510_sheer-moist .fk_bnr_sp .fk_btn>a:last-child {
    margin-right: 0;
  }
}
.cp202510_sheer-moist #cv4 .itemLink-btn,
.cp202510_sheer-moist #cv5 .itemLink-btn {
  padding-bottom: 0;
}