/* =========================
   Mango House Designer Common
   scope: #mh-akino-renewal
   ========================= */
#mh-akino-renewal,
#mh-akino-renewal *{
  box-sizing:border-box;
}
#mh-akino-renewal{
  --mh-red:#a32328;
  --mh-ink:#2c2f36;
  --mh-muted:#5f6978;
  --mh-line:#d9dfe7;
  --mh-shadow:0 12px 32px rgba(44,47,54,.08);
  --mh-max:1180px;


  --mh-designer-overlay:
    linear-gradient(135deg, rgba(255,255,255,.82), rgba(248,246,242,.62)),
    radial-gradient(circle at 88% 18%, rgba(255,255,255,.58), transparent 24%),
    radial-gradient(circle at 10% 82%, rgba(255,255,255,.38), transparent 22%);
  --mh-designer-overlay-sp:
    linear-gradient(5deg, rgb(255 255 255), rgb(248 246 242 / 74%)),
    radial-gradient(circle at 86% 18%, rgba(255,255,255,.55), transparent 24%),
    radial-gradient(circle at 10% 82%, rgba(255,255,255,.34), transparent 22%);

  color:var(--mh-ink);
  line-height:1.8;
  margin:0 auto;
}
#mh-akino-renewal img{
  max-width:100%;
  height:auto;
  display:block;
}

#mh-akino-renewal .mh-hero{
  position:relative;
  overflow:hidden;
  background:var(--mh-designer-bg-pc) center center / cover no-repeat;
  color:var(--mh-ink);
}

#mh-akino-renewal .mh-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:var(--mh-designer-overlay);
  pointer-events:none;
}

#mh-akino-renewal .mh-hero-inner{
  position:relative;
  z-index:1;
  width:min(calc(100% - 32px), var(--mh-max));
  margin:0 auto;
  padding:56px 0 64px;
}

#mh-akino-renewal .mh-hero-grid{
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:32px;
  align-items:center;
}

#mh-akino-renewal .mh-eyebrow{
  display:inline-flex;
  align-items:center;
  padding:8px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.88);
  border:1px solid rgba(236,231,223,.95);
  font-size:13px;
  font-weight:700;
  color:var(--mh-red);
  letter-spacing:.04em;
}

#mh-akino-renewal .mh-hero-copy h1{
  margin:14px 0 16px;
  font-size:clamp(30px,5vw,52px);
  line-height:1.22;
  letter-spacing:.03em;
  color:var(--mh-ink);
}

#mh-akino-renewal .mh-hero-copy h1 span,
#mh-akino-renewal .mh-hero-copy h1 strong{
  color:var(--mh-red);
}

#mh-akino-renewal .mh-hero-copy p{
  margin:0;
  font-size:16px;
  line-height:1.95;
}

#mh-akino-renewal .mh-hero-card{
  background:rgba(255,255,255,.92);
  border:1px solid rgba(217,223,231,.95);
  border-radius:28px;
  padding:26px;
  box-shadow:var(--mh-shadow);
  backdrop-filter:blur(4px);
}

#mh-akino-renewal .mh-hero-card-top{
  display:grid;
  grid-template-columns:196px 1fr;
  gap:18px;
  align-items:center;
}

#mh-akino-renewal .mh-hero-face{
  width:196px;
  height:196px;
  border-radius:24px;
  overflow:hidden;
  background:#f3f3f3;
  border:1px solid var(--mh-line);
}

#mh-akino-renewal .mh-hero-face img{
  width:100%;
  height:100%;
  object-fit:cover;
}

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

#mh-akino-renewal .mh-name{
  margin:0 0 6px;
  font-size:32px;
  line-height:1.15;
  color:var(--mh-ink);
  font-weight:800;
}

#mh-akino-renewal .mh-sub{
  margin:0;
  color:var(--mh-muted);
  font-size:14px;
  line-height:1.7;
}

#mh-akino-renewal .mh-mini-message{
  margin:18px 0 0;
  padding-top:18px;
  border-top:1px solid var(--mh-line);
  font-size:15px;
  color:var(--mh-ink);
  line-height:1.95;
}

#mh-akino-renewal .mh-hero-visumo{
  margin-top:28px;
  background:rgba(255,255,255,.88);
  border:1px solid rgba(217,223,231,.95);
  border-radius:24px;
  padding:18px;
  box-shadow:var(--mh-shadow);
}

#mh-akino-renewal .mh-hero-visumo .vsm-slider{
  width:100%;
}

#mh-akino-renewal .ecbn-selection-widget{
  display:block !important;
}

@media (max-width: 960px){
  #mh-akino-renewal .mh-hero-grid{
    grid-template-columns:1fr;
  }

  #mh-akino-renewal .mh-hero-copy{
    order:2;
  }

  #mh-akino-renewal .mh-hero-card{
    order:1;
  }
}

@media (max-width: 767px){
  #mh-akino-renewal{
    padding:0 0 40px;
  }

  #mh-akino-renewal .mh-hero{
    background:var(--mh-designer-bg-sp) center center / cover no-repeat;
  }

  #mh-akino-renewal .mh-hero::before{
    background:var(--mh-designer-overlay-sp);
  }

  #mh-akino-renewal .mh-hero-inner{
    width:min(calc(100% - 24px), var(--mh-max));
    padding:40px 0 44px;
  }

  #mh-akino-renewal .mh-hero-copy h1{
    margin:12px 0 14px;
    font-size:32px;
  }

  #mh-akino-renewal .mh-hero-card{
    padding:20px;
    border-radius:22px;
  }

  #mh-akino-renewal .mh-hero-card-top{
    grid-template-columns:148px 1fr;
    gap:14px;
  }

  #mh-akino-renewal .mh-hero-face{
    width:148px;
    height:148px;
    border-radius:18px;
  }

  #mh-akino-renewal .mh-name{
    font-size:28px;
  }

  #mh-akino-renewal .mh-hero-visumo{
    margin-top:20px;
    padding:12px;
    border-radius:18px;
  }
}
#mh-akino-renewal .designercomment{
  margin-top:24px;
  display:flex;
  align-items:center;
  gap:18px;
  padding:18px 20px;
  background:rgba(255,255,255,.90);
  border:1px solid rgba(217,223,231,.95);
  border-radius:24px;
  box-shadow:0 12px 32px rgba(44,47,54,.08);
  backdrop-filter:blur(4px);
}

#mh-akino-renewal .designercomment__img{
  flex:0 0 92px;
  margin:0;
  text-align:center;
  font-size:14px;
  font-weight:700;
  color:#2c2f36;
  line-height:1.5;
}

#mh-akino-renewal .designercomment__img img{
  width:80px;
  height:80px;
  margin:0 auto 8px;
  display:block;
  object-fit:cover;
  border-radius:50%;
  border:1px solid #d9dfe7;
  background:#f7f7f7;
}

#mh-akino-renewal .designercomment__chats{
  position:relative;
  flex:1 1 auto;
  min-width:0;
  padding:16px 18px;
  background:linear-gradient(180deg,#fff 0%,#faf8f4 100%);
  border:1px solid #e8e1d8;
  border-radius:20px;
}

#mh-akino-renewal .designercomment__chats::before{
  content:"";
  position:absolute;
  left:-10px;
  top:26px;
  width:18px;
  height:18px;
  background:linear-gradient(180deg,#fff 0%,#faf8f4 100%);
  border-left:1px solid #e8e1d8;
  border-bottom:1px solid #e8e1d8;
  transform:rotate(45deg);
}

#mh-akino-renewal .designercomment__chats p{
  margin:0;
  font-size:15px;
  line-height:1.9;
  color:#2c2f36;
}

@media (max-width: 767px){
  #mh-akino-renewal .designercomment{
    margin-top:20px;
    gap:12px;
    padding:14px;
    border-radius:18px;
    align-items:flex-start;
  }

  #mh-akino-renewal .designercomment__img{
    flex:0 0 72px;
    font-size:13px;
  }

  #mh-akino-renewal .designercomment__img img{
    width:64px;
    height:64px;
    margin-bottom:6px;
  }

  #mh-akino-renewal .designercomment__chats{
    padding:14px 14px 14px 16px;
    border-radius:16px;
  }

  #mh-akino-renewal .designercomment__chats::before{
    left:-8px;
    top:20px;
    width:14px;
    height:14px;
  }

  #mh-akino-renewal .designercomment__chats p{
    font-size:14px;
    line-height:1.8;
  }
}
@media (min-width: 767px){
#mh-akino-renewal .mh-hero{
  padding:100px 0 100px;
}
#mh-akino-renewal{
  margin:0 auto 50px;
}
}
.pattern-sec .tab-nav{
  grid-template-columns: repeat(2, 1fr)!important;
  margin-bottom:7%!important;
}