.contact-page{
  padding:0;
  max-width:none;
  margin:0 auto;
  box-sizing:border-box;
  height:calc(100vh - 54px);
  overflow:hidden;
}
#cop{
  background:#ffffff;
  height:calc(100vh - 54px);
  overflow:hidden;
}
body.page-contact{
  background:#ffffff;
}
html body.page-contact{
  background:#ffffff !important;
}
body.page-contact header{
  background:#ffffff;
  border-bottom:1px solid #000;
}
html body.page-contact header{
  background:#ffffff !important;
}
html body.page-contact .hdr-right,
html body.page-contact nav,
html body.page-contact .ham-menu{
  background:#ffffff !important;
}
body.page-contact nav a,
body.page-contact .logo,
body.page-contact .ham-btn{
  color:#1a1a2e;
}
body.page-contact .ham-btn{
  border-color:#000;
}
body.page-contact .ham-menu{
  border-color:#000;
  box-shadow:none;
}
body.page-contact .hm-row,
body.page-contact .hm-txt,
body.page-contact .hm-version-tag,
body.page-contact .hm-version-arrow{
  color:#1a1a2e !important;
}
body.page-contact .hm-row{
  border-color:#000;
}
body.page-contact .hm-row:hover{
  background:#f4f4f5;
}
body.page-contact .logo-image{
  mix-blend-mode:multiply !important;
  filter:none !important;
  opacity:1 !important;
}
body.page-contact nav a:hover,
body.page-contact nav a.active{
  background:#f4f4f5;
  color:#1a1a2e;
}
body.page-contact #cartBadge{
  background:#fff;
  color:#1a1a2e;
  border-color:#000;
}
/* master 仕様 (2026-05-10): お問い合わせタブ自体がヘルプなので
   右上 ? ボタンは非表示にして二重表示感を解消 */
body.page-contact #guideBtn,
body.page-contact .guide-pixel-btn{
  display:none !important;
}
.contact-shell{
  max-width:1180px;
  margin:0 auto;
  height:100%;
  padding:22px 24px 18px;
  display:grid;
  grid-template-rows:auto 1fr;
  box-sizing:border-box;
  overflow:visible;
}
.contact-hero{
  text-align:center;
  margin:0 auto 18px;
  max-width:760px;
}
.contact-kicker{
  font-family:'Press Start 2P','DotGothic16','Noto Sans JP',monospace;
  font-size:10px;
  line-height:1.9;
  letter-spacing:.14em;
  color:#ffffff;
  margin-bottom:10px;
  opacity:.92;
}
.contact-layout{
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(320px,.8fr);
  gap:16px;
  align-items:start;
  min-height:0;
  overflow:visible;
}
.contact-side{
  display:grid;
  gap:16px;
  min-height:0;
  overflow:visible;
}
.contact-card{
  position:relative;
  background:#000;
  border:2px solid #000;
  border-radius:0;
  box-shadow:0 0 0 2px #fff, inset 0 0 0 2px #fff;
  padding:28px 18px 18px;
  min-height:0;
  overflow:visible;
}
.contact-card::before{
  content:'';
  position:absolute;
  inset:-6px;
  border:2px solid #000;
  pointer-events:none;
}
.contact-card-title{
  position:absolute;
  top:0;
  left:18px;
  transform:translateY(-50%);
  display:inline-flex;
  align-items:center;
  font-family:'Press Start 2P','DotGothic16','Noto Sans JP',monospace;
  font-size:12px;
  line-height:1.9;
  font-weight:700;
  color:#fff;
  margin:0;
  padding:0 8px;
  background:#fff;
  border:none;
  box-shadow:none;
  z-index:2;
}
.contact-card-title::before,
.contact-card-title::after{
  content:none;
}
.contact-title{
  font-family:'Press Start 2P','DotGothic16','Noto Sans JP',monospace;
  font-size:30px;
  line-height:1.35;
  font-weight:700;
  color:#fff;
  margin-bottom:10px;
}
.contact-lead{
  margin:0;
  color:#fff;
  font-family:'DotGothic16','Noto Sans JP',sans-serif;
  font-size:15px;
  line-height:1.75;
  font-weight:700;
}
.contact-brand{
  font-family:'Press Start 2P','DotGothic16','Noto Sans JP',monospace;
  letter-spacing:.04em;
}
.contact-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
.contact-field{
  display:flex;
  flex-direction:column;
  gap:8px;
}
.contact-field-wide{
  grid-column:1 / -1;
}
.contact-field label{
  font-family:'Press Start 2P','DotGothic16','Noto Sans JP',monospace;
  font-size:10px;
  line-height:1.7;
  font-weight:700;
  color:#fff;
}
.contact-req{
  color:#ff4d4f;
}
.contact-optional{
  color:rgba(255,255,255,.68);
  font-size:9px;
  font-weight:700;
  margin-left:6px;
}
.contact-field input,
.contact-field select,
.contact-field textarea{
  width:100%;
  min-height:44px;
  background:#000;
  border:2px solid #000;
  border-radius:0 !important;
  box-shadow:0 0 0 1.5px #fff, inset 0 0 0 1.5px #fff;
  padding:10px 12px;
  font-size:14px;
  color:#fff;
  box-sizing:border-box;
  outline:none;
  font-family:'DotGothic16','Noto Sans JP',sans-serif;
  font-weight:700;
  transition:transform .12s, box-shadow .12s;
}
.contact-field textarea{
  min-height:112px;
  max-height:112px;
}
.contact-field input::placeholder,
.contact-field textarea::placeholder{
  color:#d0d0d0;
  opacity:1;
  transition:opacity .12s ease;
}
.contact-field input:focus::placeholder,
.contact-field textarea:focus::placeholder{
  opacity:0;
}
#cop input:hover,
#cop input:focus,
#cop select:hover,
#cop select:focus,
#cop textarea:hover,
#cop textarea:focus{
  background:#000 !important;
  border:2px solid #000 !important;
  border-radius:0 !important;
  box-shadow:0 0 0 2px #fff, inset 0 0 0 2px #fff !important;
  outline:none !important;
}
#contactSubject,
#contactCategory{
  color:#fff !important;
}
#contactSubject option,
#contactCategory option{
  background:#111;
  color:#fff;
}
.contact-field textarea{
  resize:none;
  line-height:1.6;
}
.contact-status{
  margin-top:16px;
  padding:10px 12px;
  font-family:'DotGothic16','Noto Sans JP',sans-serif;
  font-size:13px;
  line-height:1.6;
  border-radius:0;
}
.contact-actions{
  display:flex;
  gap:10px;
  margin-top:12px;
  flex-wrap:wrap;
}
#contactSubmitBtn{
  width:100%;
  justify-content:center;
  min-height:48px;
  border-radius:0 !important;
  border:2px solid #000 !important;
  box-shadow:0 0 0 2px #fff, inset 0 0 0 2px #000;
  font-family:'Press Start 2P','DotGothic16','Noto Sans JP',monospace !important;
  font-size:10px !important;
  line-height:1.7;
}
#contactSubmitBtn:hover,
#contactSubmitBtn:focus{
  background:#fff !important;
  color:#fff !important;
  box-shadow:0 0 0 2px #fff, inset 0 0 0 2px #000 !important;
}
.contact-info-list,
.contact-faq-list{
  display:grid;
  gap:0;
  min-height:0;
}
.contact-info-row{
  display:flex;
  justify-content:space-between;
  gap:16px;
  padding:10px 0;
  border-top:1px solid #000;
  font-family:'DotGothic16','Noto Sans JP',sans-serif;
  font-size:14px;
  line-height:1.55;
  color:#fff;
  font-weight:700;
}
.contact-info-row:first-child{
  border-top:none;
  padding-top:0;
}
.contact-info-row strong{
  font-family:'Press Start 2P','DotGothic16','Noto Sans JP',monospace;
  font-size:9px;
  line-height:1.7;
  font-weight:400;
  text-align:right;
}
.contact-faq-item{
  padding:10px 0;
  border-top:1px solid #000;
}
.contact-faq-item:first-child{
  border-top:none;
  padding-top:0;
}
.contact-faq-q{
  margin-bottom:8px;
  color:#fff;
  font-family:'Press Start 2P','DotGothic16','Noto Sans JP',monospace;
  font-size:9px;
  line-height:1.8;
  font-weight:700;
}
.contact-faq-item p{
  margin:0;
  color:#fff;
  font-family:'DotGothic16','Noto Sans JP',sans-serif;
  font-size:13px;
  line-height:1.55;
  font-weight:700;
}
@media (max-width: 720px){
  .contact-shell{
    height:auto;
    min-height:100%;
    padding:18px 12px 18px;
    overflow:auto;
  }
  .contact-layout{
    grid-template-columns:1fr;
    overflow:visible;
  }
  .contact-grid{
    grid-template-columns:1fr;
  }
  .contact-title{
    font-size:22px;
  }
  .contact-lead{
    font-size:14px;
  }
  .contact-card{
    padding:16px 14px;
  }
  .contact-info-row{
    flex-direction:column;
    gap:6px;
  }
  .contact-info-row strong{
    text-align:left;
  }
}

.deadline-split{
  position:relative;
  display:flex;
  align-items:center;
  gap:6px;
  width:100%;
  background:#fff;
  border:1px solid #d4d4dc;
  color:#2a2a3e;
  border-radius:var(--r-sm);
  padding:4px 30px 4px 9px;
  box-sizing:border-box;
  min-height:26px;
  font-family:'Space Grotesk',monospace;
  font-size:12px;
  font-weight:500;
}
#jobWorker{
  height:26px;
  min-height:26px;
  padding-top:4px;
  padding-bottom:4px;
  box-sizing:border-box;
  line-height:1.2;
}
.deadline-sep{
  font-size:12px;
  font-weight:500;
  color:#8888a8;
  flex:0 0 auto;
}
.deadline-year-input,
.deadline-part-input{
  border:0 !important;
  background:transparent !important;
  padding:0 !important;
  text-align:center;
  font-family:'Space Grotesk',monospace;
  font-size:12px;
  font-weight:500;
  color:#1a1a2e;
  border-radius:0 !important;
  line-height:1.2;
}
.deadline-year-input{
  width:42px !important;
  min-width:42px;
  flex:0 0 42px;
}
.deadline-part-input{
  width:20px !important;
  min-width:20px;
  flex:0 0 20px;
}
.deadline-year-input:focus,
.deadline-part-input:focus{
  outline:none;
}
.deadline-picker-btn{
  position:absolute;
  right:8px;
  top:50%;
  transform:translateY(-50%);
  background:#fff;
  border:0;
  color:#4b5563;
  border-radius:8px;
  width:18px;
  height:18px;
  padding:0;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-left:0;
}
.deadline-picker-btn:hover{
  background:#f4f4f6;
  color:#1a1a2e;
}
.deadline-picker-btn svg{
  width:14px;
  height:14px;
  fill:currentColor;
}
.deadline-native-picker{
  position:absolute !important;
  opacity:0 !important;
  pointer-events:none !important;
  width:1px !important;
  height:1px !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
}

