body{
  font-family:-apple-system,BlinkMacSystemFont,"Noto Sans JP",sans-serif;
  background:#fffafb;color:#4a4a4a;line-height:1.6
}
.hero{
  background:linear-gradient(rgba(255,255,255,.6),rgba(255,255,255,.6)),
    url("https://images.unsplash.com/photo-1522673607200-16488354435b?auto=format&fit=crop&q=80&w=2000")
    center/cover no-repeat;
  padding:60px 16px
}
.hero-inner{max-width:720px;margin:0 auto;text-align:center}
.hero-label{
  display:block;color:#db2777;font-weight:bold;letter-spacing:.3em;
  font-size:1.5rem;margin-bottom:12px;font-family: "Yu Mincho","游明朝体",Georgia,serif
}
.hero-title{font-size:2.7rem;font-weight:bold;margin-bottom:16px;font-family: "Yu Mincho","游明朝体",Georgia,serif;font-weight:bold}
.hero-lead{font-size:1.7rem;margin-bottom:24px}
.hero-nav a{
  display:inline-block;margin:0 4px 8px;padding:6px 16px;
  border:1px solid #f9a8d4;border-radius:999px;
  color:#db2777;font-size:1.5rem;text-decoration:none
}
.hero-nav a:hover{background:#fef2f2}
.intro{background:#fff;padding:40px 16px}
.intro-inner{max-width:640px;margin:0 auto;text-align:center;font-size:1.5rem}
.intro-divider{width:48px;height:2px;background:#f9a8d4;margin:16px auto 0}
.category-section{background:#fff3f7;padding:40px 16px;margin:20px 0}
.container{max-width:960px;margin:0 auto}
.category-block{margin-bottom:40px}
.section-title{
  font-size:20px;font-weight:bold;border-bottom:2px solid #e5989b;
  padding-bottom:8px;margin-bottom:24px
}
.section-title.center{text-align:center;border:none;margin-bottom:24px}
.card-grid{display:grid;gap:16px}
.card-grid-4{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}
.card-grid-3{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}
.card-grid-2{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}
.card{
  background:#fff;border-radius:16px;overflow:hidden;
  box-shadow:0 4px 20px rgba(220,150,160,.15)
}

.itemWrap .itemBlock {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.itemWrap .itemBlock .item {
  box-sizing:border-box;
  width:calc(33.333% - 10.7px); /* 3列になるよう調整 */
}
.itemWrap .itemBlock .item a {
    text-decoration: none;
}
.itemWrap .itemBlock .item a:hover {
    opacity: 0.6;
    color: #404040;
}
.itemWrap .itemBlock .item .image {
    text-align: center;
    margin-bottom: 20px;
}
.itemWrap .itemBlock .item  a .image img:hover {
    opacity: 1;
}
.itemWrap .itemBlock .item .box {
}
.itemWrap .itemBlock .item .name {
    font-size: 20px;
    margin-bottom: 10px;
}

.itemWrap .itemBlock .item .detail > li {
}
.itemWrap .itemBlock .item .detail > li dl {
    font-size: 16px;
    margin-top: 5px;
}
.itemWrap .itemBlock .item .detail > li dl dt {
    color: #c391be;
}
.itemWrap .itemBlock .item .detail > li dl dd {
}
.itemWrap .itemBlock .item .detail > li dl dd span {
    font-size: 16px;
}

.itemWrap .itemBlock .item .detail > li dl dd .color {
    display: flex;
    flex-wrap: wrap;
    gap: 0 6px;
}
.itemWrap .itemBlock .item .detail > li dl dd .color > li {
    width: 132px;
    text-align: center;
}
.itemWrap .itemBlock .item .detail > li dl dd .color > li span {
    font-size: 14px;
}


.container h3 {
    font-family: "Yu Mincho","游明朝体",Georgia,serif;
    font-size: 1.6rem;
    margin-bottom: 10px;
    font-weight:bold;
  padding-bottom: 6px;          /* 下線との余白 */
  border-bottom: 2px solid #e5989b; /* 枠内いっぱいの下線 */
  display: block;        /* 幅を親要素いっぱいに */
    
}

.more {
  font-size: 1.6rem;
  margin-top: 10px;
  padding-bottom: 6px;
    font-family: "Yu Mincho","游明朝体",Georgia,serif;
  text-align: right; /* 文字内の改行行揃え */
    
}



.card-disabled{opacity:.6}
.card-image{
  background:#f5f5f5;height:0;padding-bottom:100%;
  display:flex;align-items:center;justify-content:center;
  font-size:1.2rem;color:#999
}
.card-body{padding:12px}
.card-body h4{font-size:1.2rem;margin-bottom:4px}
.card-note{font-size:1rem;color:#6b7280;margin-bottom:8px}
.card-price{color:#db2777;font-weight:bold;font-size:14px}
.card-price span{font-size:1rempx;color:#9ca3af}
.category-b{background:#ffe4ea;padding:24px;border-radius:24px}
.two-col{display:grid;gap:24px}
.highlight{font-weight:bold;color:#b91c1c;margin-bottom:12px}
.feature-list{font-size:13px;color:#4b5563}
.feature-list li{margin-bottom:4px}
.mini-card{
  background:#fff;border-radius:12px;padding:12px;
  text-align:center;box-shadow:0 2px 8px rgba(0,0,0,.05)
}
.mini-image{
  background:#f9fafb;height:0;padding-bottom:100%;
  display:flex;align-items:center;justify-content:center;
  font-size:11px;color:#cbd5f5;margin-bottom:8px
}
.mini-title{font-size:12px;font-weight:bold}
.wide-card{
  display:flex;background:#fff;border-radius:16px;
  overflow:hidden;box-shadow:0 4px 20px rgba(220,150,160,.15)
}
.wide-image{
  flex:0 0 35%;background:#f3f4f6;display:flex;
  align-items:center;justify-content:center;font-size:11px;color:#9ca3af
}
.wide-body{flex:1;padding:16px}
.wide-body h4{font-size:14px;margin-bottom:4px}
.why{background:#fff;padding:40px 16px}
.reason{text-align:center}
.reason-icon{
  width:48px;height:48px;margin:0 auto 12px;
  border-radius:50%;background:#ffe4ef;color:#db2777;
  display:flex;align-items:center;justify-content:center;font-size:20px
}
.reason h4{font-size:13px;margin-bottom:4px}
.reason p{font-size:11px;color:#6b7280}
.footer{
  background:rgba(251,207,232,.6);text-align:center;
  padding:24px 16px;color:#374151
}
.footer p{margin-bottom:12px}
.btn{
  display:inline-block;padding:10px 32px;
  border-radius:999px;background:linear-gradient(135deg,#f08080,#e5989b);
  color:#fff;font-weight:bold;text-decoration:none;font-size:14px
}
.btn:hover{opacity:.9;transform:translateY(-1px)}
@media(min-width:768px){
  .hero{padding:80px 16px}
  .hero-title{font-size:36px}
  .hero-lead{font-size:18px}
  .two-col{grid-template-columns:1.2fr 1fr}
}