*,:before,:after{box-sizing:border-box}
.hj-wrap{
  font-family:'游明朝','Yu Mincho','YuMincho','Hiragino Mincho ProN','HG明朝E','MS P明朝',serif;
  color:#333;
  margin:20px auto;
  max-width:1100px;
  width:100%;
  padding:0;
  font-size:16px;
  line-height:1.8;
}
.hj-wrap > .hj-card{
  width:100%;
  max-width:1100px;
  margin:0 auto;
  padding:40px 50px;
  background:#fff;
  border-radius:12px;
  box-shadow:0 2px 12px rgba(0,0,0,.04);
  border:1px solid #f0f0f0;
}

.hj-wrap #hj-header{ 
  margin:0 -30px 18px;
  overflow:hidden;
}
.hj-wrap #hj-header img{ 
  width:100%;
  display:block;
  border-radius:0;
}

.hj-wrap .maker-logo-wrap{
  margin:18px auto 20px;
  text-align:center;
  padding:15px 0;
}
.hj-wrap .maker-logo-wrap img{
  max-width:100%;
  height:auto;
  opacity:.9;
}

.hj-wrap > .hj-card h1{
  font-size:2.2em;
  font-weight:700;
  margin:0 0 16px;
  text-align:center;
  color:#2c3e50;
  letter-spacing:0.05em;
}
.hj-wrap > .hj-card .sub{
  text-align:left;
  margin:0 0 35px;
  opacity:.88;
  font-size:1.05em;
  line-height:1.9;
}
.hj-wrap > .hj-card .sub b{
  background: linear-gradient(transparent 60%, #f5e6b3 60%);
  font-weight: 700;
  padding: 0 2px;
}

.hj-step{display:none}
.hj-step[data-step="1"]{display:block}
.hj-step.active{display:block}
.hj-step h2{
  font-size:1.5em;
  font-weight:700;
  margin:0 0 16px;
  color:#2c3e50;
  border-left:5px solid #c9a43c;
  padding-left:14px;
  letter-spacing:0.03em;
}
.hj-step .req{
  font-size:13px;
  color:#c9a43c;
  border:1px solid #c9a43c;
  border-radius:3px;
  padding:3px 8px;
  margin-left:10px;
  font-weight:600;
}
.hj-step .desc{
  margin:0 0 24px;
  opacity:.85;
  font-size:1em;
}
.hj-options{
  margin:0 0 20px;
}
.hj-opt{
  display:block;
  padding:18px 22px;
  margin:0 0 12px;
  border:1px solid #e0e0e0;
  border-radius:8px;
  cursor:pointer;
  transition:all 0.2s;
  background:#fff;
  font-size:1.05em;
}
.hj-opt:hover{
  border-color:#c9a43c;
  background:#fffbf2;
}
.hj-opt input{
  margin-right:12px;
  transform:scale(1.2);
}
.hj-opt span{
  font-weight:500;
}
.hj-other{
  margin:18px 0;
  padding:18px;
  background:#f9f9f9;
  border-radius:8px;
}
.hj-other-label{
  font-weight:600;
  margin-bottom:10px;
  color:#555;
  font-size:1em;
}
.hj-other input[type="text"]{
  width:100%;
  padding:12px 16px;
  border:1px solid #ddd;
  border-radius:6px;
  font-size:1em;
  font-family:inherit;
}
.hj-error{
  display:none;
  color:#c9343c;
  font-weight:600;
  margin:14px 0;
  padding:12px;
  background:#ffe6e6;
  border-radius:6px;
  font-size:0.95em;
}
.hj-error.show{display:block}
.hj-nav{
  display:flex;
  gap:14px;
  justify-content:space-between;
  margin:30px 0 0;
}
.hj-btn{
  flex:1;
  padding:16px 28px;
  font-size:1.1em;
  font-weight:700;
  border:none;
  border-radius:999px;
  cursor:pointer;
  transition:all 0.3s;
  background:linear-gradient(135deg,#c9a43c,#e8c468);
  color:#fff;
  box-shadow:0 4px 12px rgba(201,164,60,0.3);
  font-family:inherit;
  letter-spacing:0.05em;
}
.hj-btn:hover{
  transform:translateY(-2px);
  box-shadow:0 6px 20px rgba(201,164,60,0.4);
}
.hj-btn--ghost{
  background:#fff;
  color:#c9a43c;
  border:2px solid #c9a43c;
  box-shadow:none;
}
.hj-btn--ghost:hover{
  background:#fffbf2;
}

.hj-present-banner{
  margin:20px -30px 0;
  text-align:center;
}
.hj-present-banner img{
  max-width:100%;
  width:100%;
  height:auto;
  border-radius:0;
  box-shadow:0 4px 12px rgba(0,0,0,0.05);
  display:block;
}

.hj-my-answers .hj-list li{margin-bottom:8px;list-style:none;padding-bottom:8px;border-bottom:1px dashed #eee;font-size:1em}

.hj-recommend-text-arrow{
  text-align:center;
  font-size:1.4em;
  font-weight:800;
  color:#333;
  margin:50px 0 20px;
}
.hj-arrow-down{
  display:block;
  margin:10px auto 0;
}

.hj-stats-box{
  max-width:1100px;
  width:100%;
  padding:30px 25px;
  background:#ffffff;
  border-radius:12px;
  box-shadow:0 2px 12px rgba(0,0,0,.04);
  border:1px solid #f0f0f0;
  font-family:'游明朝','Yu Mincho','YuMincho','Hiragino Mincho ProN','HG明朝E','MS P明朝',serif;
}

.hj-stats-section{
  margin-bottom:30px;
  padding:0;
}

.hj-stats-title{
  font-weight:700;
  margin-bottom:25px;
  font-size:1.5em;
  color:#2c3e50;
  padding-bottom:12px;
  border-bottom:2px solid #e0e0e0;
  letter-spacing:0.03em;
}

.hj-stats-total{
  display:none;
}

.hj-stats-subtitle{
  font-size:1.3em;
  color:#2c3e50;
  margin-bottom:6px;
  font-weight:700;
  padding:0;
  background:none;
  border-left:none;
  letter-spacing:0.02em;
}

.hj-stats-respondents{
  font-size:0.8em;
  color:#999;
  margin-bottom:14px;
}

.hj-bar-row{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:8px;
  padding-bottom:0;
  border-bottom:none;
}

.hj-bar-row:last-child{
  margin-bottom:0;
}

.hj-bar-label{
  font-weight:400;
  color:#555;
  font-size:0.8em;
  line-height:1.4;
  flex:0 0 260px;
  min-width:260px;
}

.hj-bar-track{
  flex:1;
  max-width:70%;
  height:14px;
  background:#f5f5f5;
  border-radius:7px;
  overflow:hidden;
  position:relative;
}

.hj-bar-fill{
  height:100%;
  background:linear-gradient(90deg,#c9a43c 0%,#e8c468 100%);
  border-radius:7px;
  transition:width 0.8s ease-out;
  position:relative;
  display:block;
  float:left;
}

.hj-bar-fill::after{
  display:none;
}

.hj-bar-num{
  flex:0 0 80px;
  text-align:right;
  font-weight:500;
  font-size:0.8em;
  color:#888;
  white-space:nowrap;
}

.hj-result-wrap{
  max-width:1100px;
  margin:0 auto;
  padding:24px;
  width:100%;
  font-family:'游明朝','Yu Mincho','YuMincho','Hiragino Mincho ProN','HG明朝E','MS P明朝',serif;
}
.hj-cards-block{
  width:100%;
  margin:20px 0;
}
.hj-block-title{
  font-weight:700;
  margin:18px 0 15px;
  font-size:1.3em;
  color:#2c3e50;
  letter-spacing:0.03em;
}
.hj-type-title{
  font-size:1.6em;
  font-weight:700;
  margin:0 0 10px;
  color:#2c3e50;
  letter-spacing:0.03em;
}
.hj-type-copy{
  line-height:1.9;
  opacity:.88;
  color:#555;
  margin-bottom:20px;
  font-size:1.05em;
}

.hj-result-wrap .hj-cards-wrap{
  position:relative;
  max-width:100%;
  margin:20px 0;
  overflow:visible;
  padding:0 50px;
}
.hj-result-wrap .hj-cards{
  display:flex;
  flex-wrap:nowrap;
  gap:16px;
  overflow-x:auto;
  overflow-y:visible;
  scroll-snap-type:x mandatory;
  scroll-behavior:smooth;
  padding:12px 0 20px;
  -webkit-overflow-scrolling:touch;
  width:100%;
  scrollbar-width:none;
  -ms-overflow-style:none;
}
.hj-result-wrap .hj-cards::-webkit-scrollbar{
  display:none;
}
.hj-result-wrap .hj-card{
  flex:0 0 auto;
  width:300px;
  min-width:300px;
  max-width:300px;
  scroll-snap-align:start;
  border:1px solid rgba(0,0,0,.12);
  border-radius:16px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 2px 8px rgba(0,0,0,0.08);
  transition:all 0.3s ease;
}
.hj-result-wrap .hj-card:hover{
  box-shadow:0 6px 20px rgba(201,164,60,0.3);
  transform:translateY(-4px);
}
.hj-result-wrap .hj-card-media img{
  width:100%;
  height:180px;
  object-fit:cover;
  display:block;
  background:#f8f6f2;
}
.hj-result-wrap .hj-card-body{
  padding:16px;
}
.hj-result-wrap .hj-card-id{
  font-size:12px;
  opacity:.75;
  margin:0 0 6px;
  color:#c9a43c;
}
.hj-result-wrap .hj-card-title{
  font-weight:800;
  margin:0 0 8px;
  font-size:16px;
  color:#2c3e50;
}
.hj-result-wrap .hj-card-text{
  margin:0;
  line-height:1.6;
  opacity:.92;
  font-size:14px;
  color:#555;
}

.hj-result-wrap .hj-cards-btn{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:44px;
  height:44px;
  border-radius:50%;
  border:2px solid #c9a43c;
  background:#fff;
  color:#c9a43c;
  font-size:24px;
  font-weight:bold;
  cursor:pointer;
  z-index:10;
  transition:all 0.3s;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 2px 8px rgba(0,0,0,0.1);
}
.hj-result-wrap .hj-cards-btn:hover{
  background:#c9a43c;
  color:#fff;
  transform:translateY(-50%) scale(1.1);
}
.hj-result-wrap .hj-prev{left:0}
.hj-result-wrap .hj-next{right:0}

.hj-specs{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.hj-spec-chip{
  display:inline-block;
  border:1px solid rgba(0,0,0,.14);
  border-radius:999px;
  padding:6px 10px;
  font-size:13px;
  opacity:.92;
}
.hj-cta{
  margin-top:30px;
  text-align:center;
}

.hj-result-type{margin:10px 0 0;padding:16px;border:1px solid #f2ead7;background:#fbf9f4;border-radius:14px}
.hj-result-badge{display:inline-block;font-weight:900;padding:6px 12px;border-radius:999px;background:#c9a43c;color:#fff;font-size:1.05em;margin-bottom:10px}
.hj-result-score{margin-top:8px;color:#777;font-weight:700;font-size:0.95em}
.hj-result-copy{margin-top:10px;color:#444;line-height:1.7}
.hj-result-sub{margin-top:12px;font-weight:800;color:#6d5b28}
.hj-result-specs{margin:10px 0 0;padding-left:18px}
.hj-result-specs li{margin:6px 0}

@media (max-width:768px){
  .hj-wrap > .hj-card{padding:25px 20px;width:94%}
  .hj-wrap > .hj-card h1{font-size:1.6em}
  .hj-wrap #hj-header{margin:0 -20px 15px}
  .hj-wrap .maker-logo-wrap{margin:15px auto 15px;padding:10px 0}
  .hj-wrap .maker-logo-wrap img{width:min(360px,92%)}
  .hj-present-banner{margin:15px -20px 0}
  .hj-step h2{font-size:1.2em}
  .hj-opt{padding:14px 16px;font-size:1em}
  .hj-stats-box{padding:20px 15px}
  .hj-stats-section{margin-bottom:20px}
  .hj-stats-title{font-size:1.3em}
  .hj-stats-subtitle{font-size:1em}
  .hj-stats-subtitle{font-size:1.1em}
  .hj-bar-row{flex-wrap:wrap;gap:6px}
  .hj-bar-label{flex:0 0 100%;min-width:100%;font-size:0.8em}
  .hj-bar-track{flex:1;max-width:none;height:12px}
  .hj-bar-num{flex:0 0 70px;font-size:0.75em}
  .hj-wrap .hj-btn{padding:14px 20px;min-width:110px;font-size:1em}
  .hj-recommend-text-arrow{font-size:1.2em;margin:40px 0 15px}
  .hj-result-wrap{padding:15px}
  .hj-result-wrap .hj-card{width:280px;min-width:280px;max-width:280px}
  .hj-result-wrap .hj-cards-wrap{padding:0 40px}
  .hj-result-wrap .hj-cards-btn{width:36px;height:36px;font-size:20px}
  .hj-result-wrap .hj-prev{left:0}
  .hj-result-wrap .hj-next{right:0}
  .hj-type-title{font-size:1.3em}
  .hj-block-title{font-size:1.1em}
}