/* =========================
   Mango House Designer Page
   simple photo version
   scope: #mh-designer-renewal
   ========================= */
#mh-designer-renewal,
#mh-designer-renewal *{
  box-sizing:border-box;
}

#mh-designer-renewal{
  --mh-red:#a32328;
  --mh-red-dark:#941b22;
  --mh-ink:#2c2f36;
  --mh-muted:#5f6978;
  --mh-line:#d9dfe7;
  --mh-white:#ffffff;
  --mh-shadow:0 10px 30px rgba(44,47,54,.08);
  --mh-max:1180px;
  color:var(--mh-ink);
  line-height:1.8;
  margin:0 auto;
  padding:0 0 72px;
}

#mh-designer-renewal img{
  max-width:100%;
  height:auto;
  display:block;
}

#mh-designer-renewal a{
  color:inherit;
  text-decoration:none;
}

#mh-designer-renewal .mh-inner{
  width:min(calc(100% - 32px), var(--mh-max));
  margin:0 auto;
}

#mh-designer-renewal .mh-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:7px 12px;
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(182,35,42,.12);
  color:var(--mh-red);
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
}

#mh-designer-renewal .mh-section-head{
  margin:0 0 24px;
}

#mh-designer-renewal .mh-section-head h2{
  margin:10px 0 10px;
  font-size:clamp(26px, 3vw, 42px);
  line-height:1.28;
  letter-spacing:.02em;
}

#mh-designer-renewal .mh-section-head p{
  margin:0;
  color:var(--mh-muted);
  font-size:15px;
}

#mh-designer-renewal .mh-hero{
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(90deg, rgba(255,250,245,.94) 0%, rgba(255,250,245,.88) 34%, rgba(255,250,245,.70) 56%, rgba(255,250,245,.34) 100%),
    linear-gradient(180deg, rgba(255,255,255,.14) 0%, rgba(255,255,255,.06) 100%),
    url("https://www.mangohouse.jp/asset2023/images/common/designer-hero.jpg") center center / cover no-repeat;
  padding:48px 0 42px;
}

#mh-designer-renewal .mh-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 86% 18%, rgba(255,255,255,.18) 0%, rgba(255,255,255,0) 30%),
    radial-gradient(circle at 72% 72%, rgba(182,35,42,.08) 0%, rgba(182,35,42,0) 26%);
  pointer-events:none;
}

#mh-designer-renewal .mh-hero::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(44,47,54,.06) 0%, rgba(44,47,54,0) 24%, rgba(44,47,54,0) 100%);
  pointer-events:none;
}

#mh-designer-renewal .mh-hero-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:28px;
  align-items:center;
}

#mh-designer-renewal .mh-hero-copy h1{
  margin:14px 0 16px;
  font-size:clamp(32px, 4.5vw, 56px);
  line-height:1.14;
  letter-spacing:.02em;
}

#mh-designer-renewal .mh-hero-copy p{
  margin:0;
  color:var(--mh-muted);
  font-size:16px;
}

#mh-designer-renewal .mh-hero-copy h1,
#mh-designer-renewal .mh-hero-copy p{
  text-shadow:0 1px 0 rgba(255,255,255,.38);
}

#mh-designer-renewal .mh-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:24px;
}

#mh-designer-renewal .mh-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:50px;
  padding:0 18px;
  border-radius:999px;
  font-size:14px;
  font-weight:800;
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}

#mh-designer-renewal .mh-btn:hover{
  transform:translateY(-2px);
}

#mh-designer-renewal .mh-btn-primary{
  background:var(--mh-red);
  color:#fff;
  box-shadow:0 10px 22px rgba(182,35,42,.18);
  margin:5px auto 5px;
  width:80%;
}

#mh-designer-renewal .mh-btn-primary:hover{
  background:var(--mh-red-dark);
}

#mh-designer-renewal .mh-btn-secondary{
  background:#fff;
  color:var(--mh-ink);
  border:1px solid var(--mh-line);
}

#mh-designer-renewal .mh-hero-panel{
  background:rgba(255,255,255,.82);
  backdrop-filter:blur(6px);
  border:1px solid rgba(255,255,255,.96);
  box-shadow:var(--mh-shadow);
  border-radius:26px;
  padding:22px;
}

#mh-designer-renewal .mh-hero-panel-title{
  margin:0 0 12px;
  font-size:14px;
  font-weight:800;
  color:var(--mh-red);
  letter-spacing:.08em;
}

#mh-designer-renewal .mh-hero-points{
  display:grid;
  gap:12px;
  margin:0;
  padding:0;
  list-style:none;
}

#mh-designer-renewal .mh-hero-points li{
  display:grid;
  grid-template-columns:40px 1fr;
  gap:12px;
  align-items:start;
}

#mh-designer-renewal .mh-hero-icon{
  width:40px;
  height:40px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#fff4f4;
  color:var(--mh-red);
  font-size:18px;
  font-weight:900;
}

#mh-designer-renewal .mh-hero-points strong{
  display:block;
  font-size:15px;
  line-height:1.5;
}

#mh-designer-renewal .mh-hero-points span{
  display:block;
  color:var(--mh-muted);
  font-size:13px;
  line-height:1.65;
}

#mh-designer-renewal .mh-story{
  padding:56px 0 8px;
}

#mh-designer-renewal .mh-story-box{
	position:relative;
	overflow:hidden;
	padding:28px 22px;
	background-color: #F7F3E7;
	border: 2px solid #E0D6AF;
	box-shadow: 0 0 0 7px #F7F3E7;
	position: relative;
    border-radius:20px;
}

#mh-designer-renewal .mh-story-text{
  color:var(--mh-muted);
  font-size:15px;
}

#mh-designer-renewal .mh-story-text p{
  margin:0 0 12px;
}

#mh-designer-renewal .mh-card-section{
  padding:28px 0 24px;
}

#mh-designer-renewal .mh-card-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:18px;
}

#mh-designer-renewal .mh-card{
  display:flex;
  flex-direction:column;
  min-height:100%;
  background:#fff;
  border:1px solid #ece7e0;
  border-radius:24px;
  overflow:hidden;
  box-shadow:var(--mh-shadow);
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

#mh-designer-renewal .mh-card:hover{
  transform:translateY(-4px);
  border-color:#dcc8b3;
  box-shadow:0 16px 34px rgba(44,47,54,.12);
}

#mh-designer-renewal .mh-card-photo{
  position:relative;
  aspect-ratio:1 / 1;
  overflow:hidden;
  background:linear-gradient(135deg, #fff3ee 0%, #fffaf5 100%);
}

#mh-designer-renewal .mh-card-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .35s ease;
}

#mh-designer-renewal .mh-card:hover .mh-card-photo img{
  transform:scale(1.05);
}

#mh-designer-renewal .mh-card-photo-badge{
  position:absolute;
  left:14px;
  top:14px;
  z-index:2;
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:0 10px;
  border-radius:999px;
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(4px);
  color:var(--mh-red);
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
}

#mh-designer-renewal .mh-photo-placeholder{
  width:100%;
  height:100%;
  display:grid;
  place-items:center;
  background:
    radial-gradient(circle at 30% 30%, rgba(255,255,255,.65), rgba(255,255,255,0) 30%),
    linear-gradient(135deg, #fff0ea 0%, #fff9f5 100%);
  color:var(--mh-red);
  font-size:42px;
  font-weight:900;
}

#mh-designer-renewal .mh-card-top{
  padding:20px 22px 14px;
  background:
    radial-gradient(circle at right top, rgba(255,215,176,.25) 0, rgba(255,215,176,0) 35%),
    linear-gradient(180deg, #fffefc 0%, #fff7f0 100%);
}

#mh-designer-renewal .mh-role{
  margin:0 0 4px;
  color:var(--mh-red);
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

#mh-designer-renewal .mh-name{
  margin:0 0 8px;
  font-size:24px;
  line-height:1.3;
}

#mh-designer-renewal .mh-catch{
  margin:0;
  font-size:14px;
  font-weight:700;
  color:#7a4a30;
}

#mh-designer-renewal .mh-card-body{
  padding:14px 22px 18px;
  display:flex;
  flex-direction:column;
  flex:1;
}

#mh-designer-renewal .mh-summary{
  margin:0;
  color:var(--mh-muted);
  font-size:14px;
  line-height:1.9;
  min-height:5.7em;
}

#mh-designer-renewal .mh-card-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:18px;
}

#mh-designer-renewal .mh-linkbtn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 14px;
  border-radius:999px;
  font-size:13px;
  font-weight:800;
  border:1px solid var(--mh-line);
  background:#fff;
}

#mh-designer-renewal .mh-linkbtn-primary{
  color:#fff;
  background:var(--mh-red);
  border-color:var(--mh-red);
}

#mh-designer-renewal .mh-linkbtn-secondary{
  color:var(--mh-ink);
  background:#fff;
}

#mh-designer-renewal .mh-linkbtn:hover{
  opacity:.92;
}

#mh-designer-renewal .mh-bottom{
  padding:36px 0 0;
}

#mh-designer-renewal .mh-bottom-box{
  background:linear-gradient(135deg, #fff6f6 0%, #fffaf3 100%);
  border:1px solid #f0dfd9;
  border-radius:30px;
  padding:30px;
  text-align:center;
  box-shadow:var(--mh-shadow);
}

#mh-designer-renewal .mh-bottom-box h2{
  margin:0 0 10px;
  font-size:clamp(24px, 3vw, 38px);
  line-height:1.35;
}

#mh-designer-renewal .mh-bottom-box p{
  margin:0 auto;
  max-width:720px;
  color:var(--mh-muted);
  font-size:15px;
}

@media (max-width: 980px){
  #mh-designer-renewal .mh-hero-grid{
    grid-template-columns:1fr;
  }
  #mh-designer-renewal .mh-card-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px){
  #mh-designer-renewal{
    padding-bottom:56px;
  }
  #mh-designer-renewal .mh-inner{
    width:min(calc(100% - 24px), var(--mh-max));
  }
  #mh-designer-renewal .mh-hero{
    padding:28px 0 26px;
    background:
      linear-gradient(180deg, rgba(255,250,245,.93) 0%, rgba(255,250,245,.84) 11%, rgba(255,250,245,.62) 100%),
      url("https://www.mangohouse.jp/asset2023/images/common/designer-hero2.jpg") center center / cover no-repeat;
  }
  #mh-designer-renewal .mh-story{
    padding-top:40px;
  }
  #mh-designer-renewal .mh-story-box,
  #mh-designer-renewal .mh-bottom-box{
    padding:22px 18px;
    border-radius:22px;
  }
  #mh-designer-renewal .mh-card-grid{
    grid-template-columns:1fr;
    gap:14px;
  }
  #mh-designer-renewal .mh-card-top,
  #mh-designer-renewal .mh-card-body{
    padding-left:18px;
    padding-right:18px;
  }
}

@media screen and (min-width: 768px) {
	.store-about-txt{
		max-width: 560px;
		margin-left: 7%;
		width: 52%;
	}
	.store-about-img{
		max-width: 320px;
		width: 30%;
		position: absolute;
		top: 50%;
		right: 7%;
		transform: translateY(-50%);
	}
}
@media screen and (max-width: 767px) {
	.store-about-sec h2{
		font-size: 22px;
	}
	.store-about-txt p{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.store-about-img{
		width: 90%;
		margin: 20px auto 0;
	}
	.store-about-sec{
		padding: 20px 0;
	}
}
.news-item-link {
	margin:0 auto 0!important;
	color:#a32328!important;
}