:root{
  --pd-ink:#191615;
  --pd-muted:#7c7470;
  --pd-line:#ece5e1;
  --pd-soft:#fbf8f6;
  --pd-blush:#fff2f5;
  --pd-pink:#cf5871;
  --pd-teal:#2c8c86;
  --pd-gold:#d99a38;
  --pd-serif:"Yu Mincho","Hiragino Mincho ProN","YuMincho","Cormorant Garamond",serif;
  --pd-sans:"Noto Sans JP","Hiragino Sans","Yu Gothic",YuGothic,Meiryo,sans-serif;
}
*{box-sizing:border-box}
html{background:#fff}
body{
  margin:0;
  background:#fff;
  color:var(--pd-ink);
  font-family:var(--pd-sans);
  letter-spacing:0;
  -webkit-font-smoothing:antialiased;
}
a{color:inherit}
.pd-main{
  max-width:1040px;
  margin:0 auto;
  padding:12px 18px 92px;
}
.pd-layout{
  display:block;
}
.pd-content{
  min-width:0;
}
.pd-sidebar{
  display:none;
}
.pd-breadcrumb{
  margin:0 0 10px;
  color:#8f8782;
  font-size:10px;
  line-height:1.6;
}
.pd-breadcrumb ol{
  display:flex;
  flex-wrap:wrap;
  gap:5px;
  margin:0;
  padding:0;
  list-style:none;
}
.pd-breadcrumb li{
  display:flex;
  align-items:center;
  gap:5px;
}
.pd-breadcrumb li+li::before{
  content:">";
  color:#aaa;
}
.pd-breadcrumb a{
  color:inherit;
  text-decoration:none;
}
.pd-breadcrumb a:hover{
  color:#c1546d;
}
.pd-breadcrumb [aria-current="page"]{
  color:#6e6661;
}
.pd-hero{
  display:grid;
  grid-template-columns:minmax(300px,420px) minmax(0,1fr);
  gap:28px;
  align-items:start;
  margin-bottom:18px;
}
.pd-image-panel{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:420px;
  border:1px solid var(--pd-line);
  border-radius:8px;
  background:
    radial-gradient(circle at 25% 60%, rgba(210,234,232,.52) 0 9%, transparent 10%),
    radial-gradient(circle at 82% 34%, rgba(210,234,232,.46) 0 7%, transparent 8%),
    linear-gradient(145deg,#fff,#f8fbfa);
  overflow:hidden;
}
.pd-image-slider{
  display:flex;
  width:100%;
  height:100%;
  min-height:420px;
  overflow-x:auto;
  overflow-y:hidden;
  scroll-snap-type:x mandatory;
  scrollbar-width:none;
  -webkit-overflow-scrolling:touch;
}
.pd-image-slider::-webkit-scrollbar{display:none}
.pd-image-slide{
  flex:0 0 100%;
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  height:100%;
  min-height:420px;
  scroll-snap-align:center;
}
.pd-image-slide img{
  display:block;
  width:min(82%,400px);
  max-height:400px;
  object-fit:contain;
}
.pd-image-dots{
  position:absolute;
  left:50%;
  bottom:13px;
  display:flex;
  gap:12px;
  transform:translateX(-50%);
  pointer-events:none;
}
.pd-image-dots span{
  width:6px;
  height:6px;
  border-radius:50%;
  background:#d7ccc7;
  box-shadow:0 0 0 1px rgba(255,255,255,.7);
}
.pd-image-dots span.is-active{background:#c1546d}
.pd-product-summary{
  padding:6px 0 0;
}
.pd-brand{
  margin:0 0 7px;
  color:#625b56;
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
}
.pd-product-summary h1{
  margin:0 0 12px;
  font-size:28px;
  font-weight:800;
  line-height:1.35;
}
.pd-official-name{
  margin:-3px 0 13px;
  color:#4f4743;
  font-size:13px;
  font-weight:700;
  line-height:1.6;
}
.pd-official-name span{
  color:#8a7c76;
  font-size:11px;
  font-weight:800;
  letter-spacing:.04em;
}
.pd-count-emphasis{
  color:#c1546d;
  font-weight:800;
}
.pd-chip-row{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin:0 0 13px;
}
.pd-chip{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:27px;
  padding:0 10px;
  border:1px solid #eadde0;
  border-radius:999px;
  background:#fff;
  color:#655653;
  font-size:11px;
  font-weight:800;
  text-decoration:none;
}
.pd-chip.is-main{
  background:#fdebf0;
  border-color:#f5d8df;
  color:#bf5069;
}
.pd-lead{
  margin:0 0 18px;
  color:#4e4845;
  font-size:13px;
  line-height:1.9;
}
.pd-quick-buy{
  display:inline-flex;
  align-items:center;
  flex-wrap:wrap;
  width:fit-content;
  max-width:100%;
  gap:6px;
  margin:2px 0 18px;
  padding:8px 10px;
  border:0;
  border-radius:8px;
  background:#f7f7f7;
  color:#171211;
  font-size:11px;
  line-height:1;
}
.pd-quick-buy span,
.pd-quick-buy a{
  display:inline-flex;
  align-items:center;
  min-height:18px;
  font-size:11px;
  line-height:1;
}
.pd-quick-buy span{
  font-weight:400;
}
.pd-quick-buy span::after{
  content:"：";
}
.pd-quick-buy a{
  color:#171211;
  font-weight:400;
  text-decoration:none;
  border-bottom:1px solid currentColor;
  padding-bottom:1px;
}
.pd-quick-buy a+a::before{
  content:"/";
  display:inline-flex;
  align-items:center;
  min-height:18px;
  margin:0 6px 0 0;
  color:#9b928d;
  text-decoration:none;
  border-bottom:0;
  padding-bottom:0;
}

.pd-actions{
  display:grid;
  gap:8px;
  margin:0 0 7px;
}
.pd-shop-btn{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 34px 0 44px;
  border:1.25px solid #d45f7a;
  border-radius:8px;
  background:#fff8fa;
  color:#171211;
  font-size:14px;
  text-decoration:none;
  box-shadow:0 4px 12px rgba(70,45,40,.06);
}
.pd-shop-btn::before{
  content:"";
  position:absolute;
  left:13px;
  top:50%;
  width:25px;
  height:25px;
  border-radius:50%;
  background:#d75f79 url("/images/shop-icon-bag-user.png?v=20260628-supplied-bag-1") center/16px 16px no-repeat;
  transform:translateY(-50%);
}
.pd-shop-btn.amazon{
  border-color:#e2b653;
  background:#fffdf7;
}
.pd-shop-btn.amazon::before{
  background:#e4ae43 url("/images/shop-icon-cart-user.png?v=20260628-supplied-cart-1") center/16px 16px no-repeat;
}
.pd-shop-btn.amazon::after{color:#c9891d}
.pd-shop-btn.official{
  border-color:#d6c6c2;
  background:#fff;
}
.pd-shop-btn.official::before{
  background:#8b7c76;
}
.pd-shop-btn.official::after{color:#8b7c76}
.pd-shop-btn::after{
  content:"›";
  position:absolute;
  right:13px;
  top:50%;
  color:#c34e68;
  font-size:21px;
  font-weight:700;
  transform:translateY(-52%);
}
.pd-shop-btn .shop-brand{font-weight:650}
.pd-shop-btn .shop-suffix{font-size:12px;font-weight:500}
.pd-pr-note{
  margin:0;
  color:#9b928d;
  font-size:10px;
  text-align:center;
}
.pd-bottom-actions{
  padding:0;
  border:0;
  background:transparent;
}
.pd-bottom-actions .pd-actions{
  grid-template-columns:repeat(2,minmax(0,1fr));
  margin-bottom:7px;
}
.pd-bottom-actions .pd-actions:has(> .pd-shop-btn:only-child){
  grid-template-columns:1fr;
}
.pd-bottom-actions .pd-shop-btn{
  width:100%;
}
.pd-card{
  margin:18px 0;
  padding:18px;
  border:1px solid var(--pd-line);
  border-radius:8px;
  background:#fff;
}
.pd-celeb-section.is-frameless{
  padding:4px 0;
  border:0;
  background:transparent;
}
.pd-section-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin:0 0 14px;
}
.pd-section-head h2{
  margin:0;
  font-size:16px;
  font-weight:800;
}
.pd-section-head a{
  color:#2c8c86;
  font-size:11px;
  font-weight:800;
  text-decoration:none;
}
.pd-feature-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
}
.pd-feature{
  min-height:98px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:13px 9px;
  border:1px solid #edf2f1;
  border-radius:7px;
  background:#fbfefd;
  text-align:center;
}
.pd-feature span{
  display:block;
  margin:0 0 6px;
  color:#2c8c86;
  font-size:12px;
  font-weight:800;
  line-height:1.45;
}
.pd-feature-icon{
  display:none;
}
.pd-feature-icon.is-accent{
  display:none;
}
.pd-feature p{
  margin:0;
  color:#5b5652;
  font-size:11px;
  line-height:1.65;
}
.pd-recommend ul{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px 14px;
  margin:0;
  padding:0;
  list-style:none;
}
.pd-recommend li{
  position:relative;
  padding-left:28px;
  color:#4e4845;
  font-size:13px;
  line-height:1.7;
}
.pd-recommend li::before{
  content:"";
  position:absolute;
  left:0;
  top:.45em;
  width:13px;
  height:8px;
  border-left:2px solid var(--pd-teal);
  border-bottom:2px solid var(--pd-teal);
  transform:rotate(-45deg);
}
.pd-faq-list{
  display:grid;
  gap:10px;
}
.pd-faq-list article{
  padding:13px 14px;
  border:1px solid #edf2f1;
  border-radius:8px;
  background:#fbfefd;
}
.pd-faq-list h3{
  margin:0 0 7px;
  color:#2c716c;
  font-size:13px;
  font-weight:800;
  line-height:1.55;
}
.pd-faq-list p{
  margin:0;
  color:#514b47;
  font-size:12px;
  line-height:1.85;
}
.pd-celeb-list{
  display:grid;
  gap:10px;
}
.pd-celeb{
  padding:12px;
  border:1px solid #f0e8e5;
  border-radius:8px;
  background:#fff;
}
.pd-celeb h3{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin:0 0 2px;
  font-size:14px;
  font-weight:800;
}
.pd-celeb h3 a{text-decoration:none}
.pd-celeb-page-link{
  flex:0 0 auto;
  color:#b74f67;
  font-size:11px;
  font-weight:400;
}
.pd-role{
  margin:0 0 8px;
  color:#8b827d;
  font-size:10px;
}
.pd-comment{
  margin:0 0 7px;
  padding:10px 12px;
  border-radius:7px;
  background:#fff3f6;
  color:#4e4845;
  font-size:12px;
  line-height:1.8;
}
.pd-comment span{
  display:block;
  margin-bottom:3px;
  color:#b74f67;
  font-size:11px;
  font-weight:800;
}
.pd-source{
  margin:0;
  color:#746c68;
  font-size:11px;
  line-height:1.7;
}
.pd-source a{
  color:inherit;
  font-weight:400;
  text-decoration:underline;
  text-underline-offset:2px;
}
.pd-legacy-uses{
  margin-top:14px;
  padding:14px;
  border:1px solid var(--pd-line);
  border-radius:8px;
  background:#fff;
}
.pd-legacy-uses p{
  margin:0 0 10px;
  color:#2d2926;
  font-size:13px;
  font-weight:700;
}
.pd-legacy-uses ul{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  column-gap:14px;
  row-gap:7px;
  margin:0;
  padding:0;
  list-style:none;
}
.pd-legacy-uses li{
  color:#514b47;
  font-size:12px;
  line-height:1.7;
}
.pd-legacy-uses a{
  color:inherit;
  text-decoration:underline;
  text-underline-offset:2px;
}
.pd-legacy-uses span{
  color:#746c68;
}
.pd-celeb-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  margin-top:10px;
  padding:0 14px;
  border:1px solid #e7d5d9;
  border-radius:8px;
  background:#fff;
  color:#171211;
  font-size:12px;
  font-weight:700;
  text-decoration:none;
}
.pd-celeb-cta::after{
  content:"›";
  margin-left:6px;
  color:#b74f67;
  font-size:16px;
  line-height:1;
}
.pd-person-nav{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.pd-person-nav p{
  margin:0;
  color:#514b47;
  font-size:12px;
  line-height:1.8;
}
.pd-person-actions{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.pd-person-nav .pd-celeb-cta{
  margin-top:0;
}
.pd-source a[target="_blank"]::after,
.pd-accordion a[target="_blank"]::after{
  content:"";
  display:inline-block;
  width:12px;
  height:12px;
  margin-left:3px;
  background:currentColor;
  vertical-align:-1px;
  -webkit-mask:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M15%203h6v6'/%3E%3Cpath%20d='M10%2014%2021%203'/%3E%3Cpath%20d='M21%2014v5a2%202%200%200%201-2%202H5a2%202%200%200%201-2-2V5a2%202%200%200%201%202-2h5'/%3E%3C/svg%3E") center/contain no-repeat;
  mask:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M15%203h6v6'/%3E%3Cpath%20d='M10%2014%2021%203'/%3E%3Cpath%20d='M21%2014v5a2%202%200%200%201-2%202H5a2%202%200%200%201-2-2V5a2%202%200%200%201%202-2h5'/%3E%3C/svg%3E") center/contain no-repeat;
}
.pd-accordion a[target="_blank"]{
  color:inherit;
  font-weight:400;
  text-decoration:underline;
  text-underline-offset:2px;
}
.pd-more-celebs{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:38px;
  margin:12px 0 0;
  border:1px solid #e7d5d9;
  border-radius:8px;
  background:#fff;
  color:#b74f67;
  font:800 12px/1 var(--pd-sans);
}
.pd-more-celebs[hidden],
.pd-celeb[hidden]{
  display:none!important;
}
.pd-accordion{
  padding:0;
  overflow:hidden;
}
.pd-accordion details+details{border-top:1px solid var(--pd-line)}
.pd-accordion summary{
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:48px;
  padding:0 16px;
  font-size:13px;
  font-weight:800;
  cursor:pointer;
}
.pd-accordion summary::after{
  content:"";
  width:8px;
  height:8px;
  border-right:1.5px solid #222;
  border-bottom:1.5px solid #222;
  transform:rotate(45deg);
}
.pd-accordion details[open] summary::after{transform:rotate(225deg)}
.pd-accordion p{
  margin:0;
  padding:0 16px 16px;
  color:#514b47;
  font-size:12px;
  line-height:1.9;
}
.pd-info-list{
  display:grid;
  gap:8px;
  margin:0;
  padding:0 16px 16px 34px;
  color:#514b47;
  font-size:12px;
  line-height:1.9;
}
.pd-info-list li{
  padding-left:2px;
}
.pd-use-flow{
  display:inline-flex;
  flex-wrap:nowrap;
  align-items:stretch;
  gap:7px;
  margin:0 16px 12px;
  padding:10px 8px;
  border:1px solid var(--pd-line);
  border-radius:8px;
  background:linear-gradient(180deg,#fff,#fbf8f6);
  max-width:calc(100% - 32px);
  overflow-x:auto;
  overflow-y:hidden;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:thin;
}
.pd-use-flow span,
.pd-use-flow b{
  position:relative;
  flex:0 0 44px;
  width:44px;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:112px;
  padding:8px 3px;
  border:1px solid #eadde0;
  border-radius:7px;
  background:#fff;
  color:#5b5652;
  font-size:12px;
  font-weight:800;
  line-height:1.35;
  text-align:center;
  writing-mode:vertical-rl;
  text-orientation:mixed;
}
.pd-use-flow span:not(:last-child)::after,
.pd-use-flow b::after{
  content:"";
  position:absolute;
  right:-10px;
  top:50%;
  width:5px;
  height:5px;
  border-top:1.5px solid #b7aaa4;
  border-right:1.5px solid #b7aaa4;
  transform:translateY(-50%) rotate(45deg);
}
.pd-use-flow b{
  border-color:#151936;
  background:#151936;
  color:#fff;
}
.pd-related-tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.pd-related-tags a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:30px;
  padding:0 12px;
  border:1px solid #d8eeeb;
  border-radius:999px;
  background:#fbfefd;
  color:#2c716c;
  font-size:12px;
  font-weight:800;
  text-decoration:none;
}
@media(min-width:1024px){
  .pd-main{
    max-width:1160px;
    padding:18px 24px 96px;
  }
  .pd-layout{
    display:grid;
    grid-template-columns:minmax(0,1fr) 304px;
    gap:34px;
    align-items:start;
  }
  .pd-sidebar{
    position:sticky;
    top:104px;
    display:grid;
    gap:14px;
  }
  .pd-side-section{
    border:1px solid #e5e0d8;
    border-radius:8px;
    background:#fff;
    padding:16px;
  }
  .pd-side-section h2{
    margin:0 0 12px;
    color:#111;
    font-family:Georgia,"Times New Roman",serif;
    font-size:14px;
    font-weight:400;
    letter-spacing:.08em;
    line-height:1;
  }
  .pd-side-tags{
    display:flex;
    flex-wrap:wrap;
    gap:7px;
  }
  .pd-side-tags a{
    display:inline-flex;
    align-items:center;
    min-height:27px;
    padding:0 12px;
    border:1px solid #ddd;
    border-radius:999px;
    background:#fff;
    color:#111;
    font-size:12px;
    line-height:1;
    text-decoration:none;
  }
  .pd-side-links{
    display:grid;
    gap:8px;
  }
  .pd-side-links a{
    display:flex;
    align-items:center;
    justify-content:space-between;
    min-height:42px;
    padding:0 12px;
    border:1px solid #e5e0d8;
    border-radius:8px;
    background:#fff;
    color:#211d1b;
    font-size:12px;
    font-weight:500;
    text-decoration:none;
  }
  .pd-side-links a::after{
    content:">";
    color:#c1546d;
    font-size:12px;
  }
  .pd-hero{
    grid-template-columns:minmax(260px,340px) minmax(0,1fr);
    gap:24px;
  }
  .pd-image-panel,
  .pd-image-slider,
  .pd-image-slide{
    min-height:360px;
  }
  .pd-image-slide img{
    width:min(82%,340px);
    max-height:340px;
  }
}
@media(max-width:767px){
  body{
    max-width:480px;
    margin:0 auto;
    padding-bottom:env(safe-area-inset-bottom);
  }
  .pd-header{
    grid-template-columns:42px minmax(0,1fr) 78px;
    min-height:54px;
    padding:7px 14px;
  }
  .pd-logo{font-size:23px}
  .pd-main{
    padding:8px 14px 92px;
  }
  .pd-breadcrumb{
    margin:2px 0 8px;
    font-size:9px;
    white-space:nowrap;
    overflow:hidden;
  }
  .pd-hero{
    display:block;
    margin-bottom:16px;
  }
  .pd-image-panel{
    min-height:292px;
    margin:0 0 10px;
    border-radius:6px;
  }
  .pd-image-slider,
  .pd-image-slide{
    min-height:292px;
  }
  .pd-image-slide img{
    width:min(78%,300px);
    max-height:300px;
  }
  .pd-image-dots{bottom:10px}
  .pd-brand{
    margin-bottom:5px;
    font-size:11px;
  }
  .pd-product-summary h1{
    margin-bottom:10px;
    font-size:18px;
    line-height:1.45;
  }
  .pd-official-name{
    margin:-2px 0 11px;
    font-size:12px;
    line-height:1.55;
  }
  .pd-official-name span{
    font-size:10px;
  }
  .pd-chip-row{
    gap:6px;
    margin-bottom:10px;
  }
  .pd-chip{
    min-height:24px;
    padding:0 9px;
    font-size:10px;
  }
  .pd-lead{
    margin-bottom:14px;
    font-size:12px;
    line-height:1.85;
  }
  .pd-shop-btn{
    min-height:44px;
    font-size:13px;
  }
  .pd-use-flow{
    display:inline-flex;
    flex-wrap:nowrap;
    gap:10px;
    margin:0 13px 12px;
    padding:9px 6px;
    max-width:calc(100% - 26px);
    overflow-x:auto;
    overflow-y:hidden;
  }
  .pd-use-flow span,
  .pd-use-flow b{
    flex:0 0 38px;
    width:38px;
    min-height:102px;
    padding:7px 2px;
    font-size:11px;
    line-height:1.3;
  }
  .pd-use-flow span:not(:last-child)::after,
  .pd-use-flow b::after{
    right:-8px;
    top:50%;
    bottom:auto;
    width:6px;
    height:6px;
    transform:translateY(-50%) rotate(45deg);
  }

  .pd-bottom-actions{
    padding:0;
    border:0;
    background:transparent;
  }
  .pd-bottom-actions .pd-actions{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:8px;
    margin-bottom:7px;
  }
  .pd-bottom-actions .pd-actions:has(> .pd-shop-btn:only-child){
    grid-template-columns:1fr;
  }
  .pd-card{
    margin:16px 0;
    padding:15px;
    border-radius:7px;
  }
  .pd-section-head{
    margin-bottom:12px;
  }
  .pd-section-head h2{
    font-size:14px;
  }
  .pd-feature-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:7px;
  }
  .pd-feature{
    min-height:96px;
    justify-content:center;
    padding:11px 8px;
  }
  .pd-feature-icon{
    display:none;
  }
  .pd-feature-icon.is-accent{
    display:none;
  }
  .pd-feature p{
    font-size:10.5px;
    line-height:1.6;
  }
  .pd-recommend ul{
    display:block;
  }
  .pd-recommend li+li{margin-top:6px}
  .pd-celeb{
    padding:10px;
  }
  .pd-comment{
    padding:9px 10px;
    font-size:11.5px;
  }
  .pd-person-nav{
    display:block;
  }
  .pd-person-nav p{
    margin-bottom:10px;
  }
  .pd-person-actions{
    display:grid;
    grid-template-columns:1fr;
    gap:8px;
  }
  .pd-person-actions .pd-celeb-cta{
    width:100%;
  }
  .bottom-nav{display:flex}
}
@media(min-width:768px){
  .bottom-nav{display:none!important}
}

@media(max-width:767px){
  .pd-person-nav .pd-person-actions{
    display:grid;
    grid-template-columns:1fr;
    gap:8px;
  }
  .pd-person-nav .pd-person-actions .pd-celeb-cta{
    width:100%;
  }
}
