@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;
}

.cp202507_powder 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;
}
@media screen and (min-width: 881px) {
  .cp202507_powder::before {
    content: "";
    width: 100%;
    height: 100vh;
    /* background-image: url(../cp202507_powder/bg.jpg); */
    background-image: url(../Contents/ImagesPkg/page/cp202507_powder/bg.jpg);
    background-size: cover;
    background-position: center;
    position: fixed;
    bottom: 0;
    left: 0;
  }
}

.cp202507_powder .kv {
  text-align: center;
  line-height: 0;
  position: relative;
  z-index: 1;
}
.cp202507_powder .kv > picture {
  position: relative;
  z-index: 2;
  display: block;
}

.cp202507_powder .bg_blue {
  background-color: #edf7fd;
}

.cp202507_powder .inner {
  padding: 0 50px;
}

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

.cp202507_powder .flex {
  display: flex;
}

.cp202507_powder .rel {
  position: relative;
}
.cp202507_powder .abs {
  position: absolute;
}

.cp202507_powder .txtRight {
  text-align: right;
}

.cp202507_powder .sp_on {
  display: none;
}

.cp202507_powder a {
  transition: .3s;
}

.cp202507_powder .bg_f6f3eb {
  background-color: #f6f3eb;
}

.cp202507_powder img {
  display: block;
  width: 100%;
}
.cp202507_powder .mt-1 {
  margin-top: -1px;
}

.cp202507_powder .contents {
  max-width: 880px;
  margin: auto;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 881px) {
  .cp202507_powder .contents {
    box-shadow: 0 0 30px rgba(84, 84, 84, .13);
  }
}

.cp202507_powder 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;
}


/* cv */
.cp202507_powder #cv > div {
  padding-top: var(--px110);
}
.cp202507_powder .cvBox {
  width: calc(100% - var(--px60));
  margin: auto;
  background-color: #fff;
  border: 2px solid #448aca;
  padding-bottom: var(--px50);
  position: relative;
}

.cp202507_powder .cvBox .cvBox_ttl {
  position: absolute;
  top: var(--px-110);
  width: calc(100% + var(--px60));
  left: var(--px-30);
}
.cp202507_powder .cv_bnr {
  padding: 0 var(--px40);
}
.cp202507_powder .cv_bnr a {
  display: block;
  margin-bottom: var(--px20);
}
.cp202507_powder .cv_bnr a:last-child {
  margin-bottom: 0;
}
/* 金額 ----------------------------- */
.cp202507_powder .cv_cart {
  padding: 0 var(--px40);
}
.cp202507_powder .price_area {
  margin-top: var(--px50);
  font-feature-settings: "palt";
}
.cp202507_powder .price_area.color_BK,
.cp202507_powder .price_area.cstm1 {
  margin-top: 0;
}

/* 合計価格 */
.cp202507_powder .price_total {
  font-size: 29px;
  letter-spacing: 0;
  margin-bottom: 1em;
}
.cp202507_powder .price_total span {
  font-size: 35px;
  font-weight: bold;
  position: relative;
  margin-left: .3em;
}
.cp202507_powder .price_total strong {
  font-size: 48px;
}
.cp202507_powder .price_total small {
  font-size: 23px;
}
.cp202507_powder .price_total span::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #d00746;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 3;
}
.cp202507_powder .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円おトク */
.cp202507_powder .price_save > * {
  font-weight: bold;
  min-width: 8em;
  border-radius: 8px;
  text-align: center;
}
.cp202507_powder .price_save dt {
  font-size: 33px;
  color: #fff;
  background-color: #d00746;
  padding: 0.2em;
}
.cp202507_powder .price_save.flex dt {
  margin-right: 0.3em;
}
.cp202507_powder .price_save dd {
  font-size: 29px;
  color: #d00746;
  border: 1px solid;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .2em;
}
.cp202507_powder .price_save dd + dd {
  margin-left: 0.3em;
}

/* 割引後の価格 */
.cp202507_powder .price_just_off_wrap {
  justify-content: space-between;
}
.cp202507_powder .price_just {
  font-feature-settings: "palt";
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--px30);
}
.cp202507_powder .price_just {
  font-size: 56px;
  font-weight: bold;
  color: #d00746;
}
.cp202507_powder .price_just strong {
  font-size: 140px;
  letter-spacing: 0;
}
.cp202507_powder .price_just small {
  font-size: 23px;
}

/* 00% OFF */
.cp202507_powder .price_off {
  background-color: #d00746;
  color: #fff;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cp202507_powder .price_off span {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.cp202507_powder .price_off strong {
  font-size: 58px;
  font-weight: 500;
}
.cp202507_powder .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;
}

/* 送料無料 */
.cp202507_powder .soryo {
  margin-bottom: var(--px20);
  position: relative;
}
.cp202507_powder .soryo .abso {
  position: absolute;
  bottom: 0;
  left: 70%;
  width: 18%;
}

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

/* 000円おトク（クーポン） */
.cp202507_powder .price_area_coupon .price_save * {
  min-width: auto;
  padding: 0.2em 0.3em;
}
.cp202507_powder .price_area_coupon .price_save dd {
  margin-top: 5px;
}
.cp202507_powder .price_area_coupon .price_just {
  font-size: 42px;
  margin: 0 .5em;
}
.cp202507_powder .price_area_coupon .price_just strong {
  font-size: 72px;
}

/* 割引後の価格（クーポン） */
.cp202507_powder .price_area.price_area_coupon {
  margin-bottom: var(--px30);
}
.cp202507_powder .price_area_coupon > .flex {
  align-items: end;
}
.cp202507_powder .price_area_coupon .price_just {
  color: #222;
}

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

/* 特別価格 （クーポン）*/
.cp202507_powder .priceCoupon_discount  {
  align-items: center;
  justify-content: center;
}
.cp202507_powder .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;
}
.cp202507_powder .priceCoupon_discount dd {
  color: #d00746;
  font-size: 56px;
  font-weight: bold;
  letter-spacing: 0;
}
.cp202507_powder .priceCoupon_discount strong {
  font-size: 140px;
  letter-spacing: 0;
}
.cp202507_powder .priceCoupon_discount small {
  font-size: 24px;
}
.cp202507_powder .priceCoupon_discount_txt {
  font-size: 24px;
  margin: var(--px10) 0;
}
/* 金額 ----------------------------- */


/* cv parts ------------------------ */
.cp202507_powder .cartBtn_wrap {
  margin-bottom: var(--px40);
}
.cp202507_powder .itemLink-btn {
  margin-bottom: var(--px40);
}
.cp202507_powder .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;
}
.cp202507_powder .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);
}
.cp202507_powder .select-btn-wrap {
  display: block;
  background: #fff;
  position: relative;
  /* margin-bottom: 50px; */
}
.cp202507_powder .select-btn-wrap select {
  width: 100%;
  font-size: 22px;
  font-weight: normal;
  color: #222;
  background-color: #fff;
  padding: 0.8em 0.5em;
  cursor: pointer;
  border: 1px solid #757575;
}
.cp202507_powder .select-btn-wrap:after {
  position: absolute;
  top: 36%;
  /* 矢印の位置 */
  right: 5%;
  /* 矢印の位置 */
  width: 10px;
  /* 矢印の大きさ */
  height: 10px;
  /* 矢印の大きさ */
  border-top: 3px solid #58504a;
  /* 矢印の線 */
  border-right: 3px 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;
  }

  .cp202507_powder .sp_on {
    display: block;
  }
  .cp202507_powder .inner {
    padding: 0 5.681vw;
  }
  .cp202507_powder .maxW740 {
    max-width: calc(100% - 15.909vw);
  }


  /* cv 金額 */
  .cp202507_powder .cv_bnr {
    margin-top: 5vw;
  }
  .cp202507_powder .price_total {
    font-size: 3.295vw;
  }
  .cp202507_powder .price_total span {
    font-size: 3.977vw;
  }
  .cp202507_powder .price_total strong {
    font-size: 5.454vw;
  }
  .cp202507_powder .price_total small {
    font-size: 2.613vw;
  }
  .cp202507_powder .price_total span::before {
    height: 1px;
  }
  .cp202507_powder .price_save > * {
    border-radius: 0.909vw;
  }
  .cp202507_powder .price_save dt {
    font-size: 3.5vw;
  }
  .cp202507_powder .price_save dd {
    font-size: 3.295vw;
  }
  .cp202507_powder .price_just {
    font-size: 6.363vw;
  }
  .cp202507_powder .price_just strong {
    font-size: 15.909vw;
  }
  .cp202507_powder .price_just small {
    font-size: 2.727vw;
  }
  .cp202507_powder .price_off {
    width: 18.181vw;
    height: 18.181vw;
  }
  .cp202507_powder .price_area_coupon .price_off {
    width: 17.045vw;
    height: 17.045vw;
  }
  .cp202507_powder .price_off span {
    font-size: 3.977vw;
  }
  .cp202507_powder .price_off strong {
    font-size: 6.59vw;
  }
  .cp202507_powder .price_area_coupon .price_just {
    font-size: 4.772vw;
  }
  .cp202507_powder .price_area_coupon .price_just strong {
    font-size: 8.181vw;
  }
  .cp202507_powder .priceCoupon_discount dt {
    font-size: 4.545vw;
  }
  .cp202507_powder .priceCoupon_discount dd {
    font-size: 5.454vw;
  }
  .cp202507_powder .priceCoupon_discount strong {
    font-size: 14.545vw;
  }
  .cp202507_powder .priceCoupon_discount small {
    font-size: 2.727vw;
  }
  .cp202507_powder .priceCoupon_discount_txt {
    font-size: 2.727vw;
  }

  /* cv parts */
  .cp202507_powder .select-btn-wrap {
    margin-bottom: 3vw;
  }
  .cp202507_powder .select-btn-wrap select {
    font-size: max(3vw, 18px);
  }
  .cp202507_powder .cartBtn_wrap {
    margin-bottom: 5vw;
  }
  .cp202507_powder .itemLink-btn a {
    font-size: 3.55vw;
    padding-bottom: 1vw;
    padding-right: 4vw;
    border-width: 1px;
  }
  .cp202507_powder .itemLink-btn a::after {
    width: 2.1vw;
    height: 2.1vw;
    top: calc(50% - 0.5vw);
  }

}

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


/* bnr_fv */
.bnr_fv {
  padding: var(--px60) var(--px90) 0;
}
.bnr_fv a {
  display: block;
  filter: drop-shadow(8px 8px 20px rgba(0, 0, 0, .2));
  transform: translateZ(0);
}


/* accordion */
.cp202507_powder .accordion {
  padding: 0 var(--px50) var(--px100);
  margin: 0 auto;
}
.cp202507_powder .accordion__title {
  cursor: pointer;
  position: relative;
  transition: .3s;
 }
 .cp202507_powder .accordion__title::before {
   content: "";
   width: 22px;
   height: 2px;
   background-color: #0363a7;
   position: absolute;
   top: 50%;
   right: 28px;
   transform: translateY(-50%);
 }
 .cp202507_powder .accordion__title::after {
   content: "";
   width: 22px;
   height: 2px;
   background-color: #0363a7;
   position: absolute;
   top: 50%;
   right: 28px;
   transform: translateY(-50%) rotate(90deg);
   transition: .3s;
 }
 .cp202507_powder .accordion__title.show::after {
   transform: translateY(-50%) rotate(0deg);
 }
 .cp202507_powder .accordion__title p {
  font-size: 30px;
  font-weight: 500;
  color: #0363a7;
  border: 2px solid #0363a7;
  padding: 1em;
  border-radius: 99px;
  background-color: #fff;
  text-align: center;
 }
 .cp202507_powder .accordion__content {
   display: none;
   padding: var(--px60) var(--px20) 0;
 }
 .cp202507_powder .accordion__content h6 {
  font-weight: bold;
  font-size: 30px;
  color: #e60012;
  margin-bottom: .5em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
 }
 .cp202507_powder .accordion__content ul + h6 {
  margin-top: 1.6em;
 }
 .cp202507_powder .accordion__content ul {
  font-size: 28px;
  font-size: 23px;
  line-height: 1.6;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
 }
 .cp202507_powder .accordion__content ul a {
  text-decoration: underline;
  font-weight: bold;
  margin: 0 3px;
 }
 .cp202507_powder .accordion__content ul span {
  font-weight: bold;
 }
 .cp202507_powder .accordion__content ul small {
  padding-right: .2em;
 }
 .cp202507_powder .accordion__title + .accordion__content .accordion__content__inner {
   opacity: 0;
   transition: .3s;
 }
 .cp202507_powder .accordion__title.show + .accordion__content .accordion__content__inner {
   opacity: 1;
 }
 @media screen and (min-width: 881px) {
  .cp202507_powder .accordion__title:hover,
  .cp202507_powder a:hover {
    opacity: .6;
  }
}
@media screen and (max-width: 880px) {
  .cp202507_powder .accordion__content {
    padding-top: 5.681vw;
  }
  .cp202507_powder .accordion__title p {
    font-size: clamp(16px, 3.409vw, 30px);
  }
  .cp202507_powder .accordion__title::before {
    width: min(3vw, 22px);
    right: min(4vw, 28px);
  }
  .cp202507_powder .accordion__title::after {
    width: min(3vw, 22px);
    right: min(4vw, 28px);
  }
  .cp202507_powder .accordion__content h6 {
    font-size: clamp(16px, 3.409vw, 30px);
  }
  .cp202507_powder .accordion__content ul {
    font-size: clamp(14px, 2.272vw, 23px);
  }
}


/* anc_area */
.cp202507_powder .anc_area {
  padding: 0 var(--px50);
}
.cp202507_powder .anc_area.btm {
  margin: 0 0 var(--px60);
}
.cp202507_powder .anc_area a {
  display: block;
  margin-bottom: var(--px30);
}
.cp202507_powder .anc_area a:last-child {
  margin-bottom: 0;
}


/* sec1 */
.cp202507_powder #sec1 .anc_cv {
  padding: var(--px100) 0;
}

/* sec2 */
.cp202507_powder #sec2 .swiper-container {
    position: absolute;
    top: 0;
    left: 50%;
    width: calc(100% - var(--px140));
    transform: translateX(-50%);
}
.cp202507_powder .swiper-slide {
  padding: 0 var(--px15);
}
.cp202507_powder .swiper-button-prev,
.cp202507_powder .swiper-button-next {
  width: var(--px90);
  height: var(--px90);
  top: 53%;
  transform: translateY(-50%);
}
.cp202507_powder .swiper-button-prev {
  left: var(--px-50);
}
.cp202507_powder .swiper-button-next {
  right: var(--px-50);
}
.cp202507_powder .swiper-button-prev:after,
.cp202507_powder .swiper-button-next:after {
  content: none;
}

/* cv5 */
.cp202507_powder #cv #cv5 {
  padding-top: var(--px70);
}
.cp202507_powder #cv5 .cvBox .cvBox_ttl {
  top: var(--px-70);
}


/* footer_nav */
.cp202507_powder .bnr_cam {
  padding: 0 var(--px50);
  margin-bottom: var(--px100);
}
.cp202507_powder .bnr_cam a {
  display: block;
}

@media screen and (max-width: 880px) {
  .cp202507_powder .swiper-button-prev {
    left: var(--px-50);
  }
  .cp202507_powder .swiper-button-next {
    right: var(--px-50);
  }
  .cp202507_powder .sp_none {
    display: none!important;
  }
}



