body {
	text-align: center;
  background: #eee;
}

.container-fluid {
  padding: 0;
  position: relative;

}

.wrap-narrow {
  width: 100%;
  margin: 0 auto;
  background: #fff;
}

/* デスクトップ等（768px以上）はモバイル幅のカラム表示にして左右に余白を出す。
   モバイル（767px以下）は画面幅いっぱいに表示する。 */
@media (min-width: 768px) {
  .wrap-narrow {
    max-width: 390px;
  }
}

.coupon-wrapper {
  position: relative;
  width: 100%;
  display: block;
  margin: 0; /* ← 隙間防止 */
  padding: 0;
  line-height: 0; /* ← imgの下にできる余白を防ぐ */
}

.coupon-wrapper img {
  width: 100%;
  display: block;
}

.bottom-space {
  padding-bottom: 10px; /* or margin-bottom */
}

.coupon-wrapper .overlay {
  position: absolute;
  bottom: 5%; /* 好みで調整（下から10%の場所に配置） */
  right: 10%;  /* 好みで調整（右から10%の場所に配置） */
  width: 80%;  /* CTA画像のサイズを調整 */
  cursor: pointer;
}

h2 {
  font-weight: bolder;
}

.container-fluid 
  img {
  width: 100%;
  display: block;
}


.hero img {
	width: 100%;
}

.coupon-wrap {
  position: relative;
  padding: 40px;
}

.code {
  position: absolute;
  width: 106px;
  height: 24px;
  left: 45%;
  top: 87%;
  font-size: 1.5em;
  font-weight: 700;
  color: #F1682D;
}

.code2 {
  position: absolute;
  width: 106px;
  height: 24px;
  left: 45%;
  top: 70%;
  font-size: 1.5em;
  font-weight: 700;
  color: #F1682D;
}


.term {
  position: absolute;
  bottom: 74px;
  left: 72px;

  font-size: 14px;
  color: #F1682D;
}


h2 {
  font-size: 22px;
}


.areamap dl {
  font-size: 12px;
  text-align: left;
  border-bottom: 2px solid rgba(238, 120, 0, 0.53);
  border-left: 2px solid rgba(238, 120, 0, 0.53);
  border-right: 2px solid rgba(238, 120, 0, 0.53);
  border-top: 2px solid rgba(238, 120, 0, 0.53);
  padding:  18px 18px 0;
  margin-top: 30px;
  margin-bottom: 80px;
}

.areamap dt {
  margin-bottom: 1px solid;
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.areamap dd {
  margin-bottom: 20px;
}


.footer-download-wrapper {
  padding: 40px 0;
  font-size: 32px;
  font-weight: bolder;
  color: white;
  margin-bottom: 0px;
}

.footer-dl {
  background: url('../img/footer-bg.jpg'), rgba(0,0,0,.5);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 60px;
  padding-bottom: 30px;
  box-shadow: inset 2000px 0 0 0 rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 1);
}

.footer-dl .icon {
  width: 86px;
}

footer {
  color: #fff;
  background: #F1682D;
  padding: 40px 0;
}

footer h2 {
  margin-bottom: 28px;
}

footer table {
  text-align: left;
  font-size: 14px;
}

footer td {
  padding: 8px 0;
  vertical-align: text-top;
}

footer a {
  color: #fff;
}

footer .logo {
  width: 180px;
  margin: 80px 0 18px;
}

.copyright {
  font-size: 12px;
  letter-spacing: 1px;
}

.coupon img {
  padding: 30px 40px 0;
}

.sd[above]{
    --s-font-7b85b942: 'M PLUS 1p';
    --s-font-a7967b0d: 'Noto Sans JP';
    --s-font-2b8541c8: Inter;
    --s-font-90bf98df: Lato;
    --s-font-62a499c6: Poppins;
    --s-font-f08f122e: '新ゴ L JIS2004';
    visibility: visible!important;
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    transition: .3s cubic-bezier(.4,.4,0,1);
    word-spacing: 1px;
    -webkit-backface-visibility: hidden;
    z-index: 0;
    pointer-events: all;
    flex-wrap: nowrap;
    position: relative;
    flex: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    overflow: visible;
    word-break: break-word;
    word-wrap: anywhere;
    color: #313541;
    font-family: var(--s-font-7b85b942);
    font-weight: 2400;
    height: auto;
    line-height: 1.4;
    text-align: center;
    width: auto;
    max-width: 100%;
    justify-content: center;
    font-size: 24px;
}

.sd[above2]{
    color: #ffffff;
    max-width: 100%;
    justify-content: center;
    font-size: 24px;
}

.sd[downward]{
    --s-font-7b85b942: 'M PLUS 1p';
    --s-font-a7967b0d: 'Noto Sans JP';
    --s-font-2b8541c8: Inter;
    --s-font-90bf98df: Lato;
    --s-font-62a499c6: Poppins;
    --s-font-f08f122e: '新ゴ L JIS2004';
    visibility: visible!important;
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    transition: .3s cubic-bezier(.4,.4,0,1);
    word-spacing: 1px;
    -webkit-backface-visibility: hidden;
    z-index: 0;
    pointer-events: all;
    flex-wrap: nowrap;
    position: relative;
    flex: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    overflow: visible;
    word-break: break-word;
    word-wrap: anywhere;
    color: #313541;
    font-family: var(--s-font-7b85b942);
    font-weight: 1200;
    height: auto;
    line-height: 1.4;
    text-align: center;
    width: auto;
    max-width: 100%;
    justify-content: center;
    font-size: 14px;
}

.sd[downward2]{
    color: #ffffff;
    max-width: 100%;
    justify-content: center;
    font-size: 31px;

}


.container{
    --s-font-7b85b942: 'M PLUS 1p';
    --s-font-a7967b0d: 'Noto Sans JP';
    --s-font-2b8541c8: Inter;
    --s-font-90bf98df: Lato;
    --s-font-62a499c6: Poppins;
    --s-font-f08f122e: '新ゴ L JIS2004';
    visibility: visible!important;
    margin: 0;
    border: 0;
    list-style: none;
    font-family: sans-serif;
    line-height: 1;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    transition: .3s cubic-bezier(.4,.4,0,1);
    color: #333;
    word-spacing: 1px;
    -webkit-backface-visibility: hidden;
    z-index: 0;
    pointer-events: all;
    display: flex;
    position: relative;
    align-content: center;
    align-items: center;
    background: #f9f9f9;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    height: auto;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    padding: 10px 20px 60px;
    font-weight: 800;
}
.back{
  background: #eb6419;
    width: 100%;
    max-width: 100%;
    color: #ffffff;

}

.install{
    --s-font-7b85b942: 'M PLUS 1p';
    --s-font-a7967b0d: 'Noto Sans JP';
    --s-font-2b8541c8: Inter;
    --s-font-90bf98df: Lato;
    --s-font-62a499c6: Poppins;
    --s-font-f08f122e: '新ゴ L JIS2004';
    visibility: visible!important;
    border: 0;
    list-style: none;
    font-family: sans-serif;
    line-height: 1;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    transition: .3s cubic-bezier(.4,.4,0,1);
    color: #333;
    word-spacing: 1px;
    -webkit-backface-visibility: hidden;
    max-width: 100%;
    z-index: 0;
    pointer-events: all;
    display: flex;
    position: relative;
    flex: none;
    align-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 33px 20px 25px 20px;
    height: auto;
    display:flex;
}

.faq-section {
  background-color: #FFD8D7;
  padding: 0 1rem 2rem 1rem;
  font-family: 'Zen Maru Gothic', sans-serif;

}

.faq-item {
  background-color: #fff;
  border: 2px solid #e05555;
  border-radius: 16px;
  margin: 16px 16px;
  overflow: hidden;
}

.faq-question {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 20px;
  cursor: pointer;
  background-color: #FFEBEB;
  align-items: flex-start;
}

.q-label {
  color: #e05555;
  font-weight: bold;
  flex-shrink: 0;
}

.q-text {
  color: #000000;
  font-size: 1rem;
  line-height: 1.6;
  flex: 1;
  font-family: 'Zen Maru Gothic', sans-serif !important;
  text-align: left;


}

.arrow {
  color: #e05555;
  font-size: 18px;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.faq-item.open .arrow {
  transform: rotate(180deg);
}

.faq-answer {
  display: flex;
  gap: 8px;
  padding: 0px 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  align-items: flex-start;
}

.faq-item.open .faq-answer {
  max-height: 300px;
  padding:  16px 20px;
}

.a-label {
  color: #e05555;
  font-weight: bold;
  flex-shrink: 0;
}

.a-text {
  color: #333;
  font-size: 0.95rem;
  line-height: 1.8;
  text-align: left;

  
}
.form-section {
  background-color: #FFFFFFFF;
  padding: 2rem 1rem;
  font-family: 'Zen Maru Gothic', sans-serif;


}

.apply-section {
  background-color: #FFD8D7;
  padding: 2rem 1rem;
  font-family: 'Zen Maru Gothic', sans-serif;


}
/* 対面選択時のみ表示する住所詳細 */
.address-details[hidden] {
  display: none;
}

.form-group {
  padding: 1rem 0.5rem 0;
}

.form-label {
  font-size: 0.8rem;
  font-weight: bold;
  color: #333;
  display: block;
  margin-bottom: 4px;
  white-space: normal;
  text-align: left;
}

.required {
  background-color: #e05555;
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 2px 8px;
  border-radius: 4px;
  margin-right: 6px;
}

.form-note {
  font-size: 0.8rem;
  color: #888;
  margin: 0 0 8px;
  white-space: normal;
  text-align: left;
}

.form-note.red {
  color: #e05555;
  white-space: normal; /* 注意書きは折り返しあり */
}

.select-wrap {
  position: relative;
}

.select-wrap::after {
  content: '▼';
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #888;
  pointer-events: none;
  font-size: 12px;
}

.form-select {
  width: 100%;
  padding: 14px 40px 14px 16px;
  border: 2px solid #ccc;
  border-radius: 12px;
  font-size: 1rem;
  color: #333;
  background-color: #fff;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

/* ↓ 追加分 */
.input-row {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}

.form-input {
  width: 100%;
  padding: 12px 14px;
  border: 1.5px solid #ccc;
  border-radius: 10px;
  font-size: 0.95rem;
  color: #333;
  box-sizing: border-box;
}

.form-input::placeholder {
  color: #aaa;
}

.schedule-candidates {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.schedule-candidate {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 0.85rem;
  font-weight: bold;
  color: #333;
}

.schedule-status.is-loading {
  color: #666;
}

.schedule-status.is-error {
  color: #c24032;
}

.form-input:focus,
.form-select:focus {
  border-color: #e05555;
  box-shadow: 0 0 0 3px rgba(224, 85, 85, 0.12);
  outline: none;
}

.form-input.is-invalid,
.form-select.is-invalid,
.checkbox-list.is-invalid .checkbox-item,
.radio-list.is-invalid .radio-item {
  border-color: #c82020;
  box-shadow: 0 0 0 3px rgba(200, 32, 32, 0.14);
}

.section-lead {
  color: #FB0000;
  font-weight: bold;
  margin: 16px 16px 0;
    font-size: 0.9rem;

}
.checkbox-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.checkbox-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border: 1.5px solid #ccc;
  border-radius: 10px;
  cursor: pointer;
  font-size: 0.95rem;
  color: #333;
  background-color: #fff;
}

.checkbox-item input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #e05555;
  flex-shrink: 0;
  cursor: pointer;
}

.checkbox-item:has(input:checked) {
  background-color: #FFEBEB;
}
.radio-list {
  display: flex;
  flex-direction: row;
  gap: 8px;
}

.radio-item {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border: 1.5px solid #ccc;
  border-radius: 10px;
  cursor: pointer;
  font-size: 0.95rem;
  color: #333;
  background-color: #fff;
}

.radio-item input[type="radio"] {
  width: 18px;
  height: 18px;
  accent-color: #e05555;
  flex-shrink: 0;
  cursor: pointer;
}

.radio-item:has(input:checked) {
  background-color: #FFEBEB;
}
.form-notes {
  width: 100%;
  max-height: 120px;
  overflow-y: auto;
  margin: 0;
  padding: 12px 14px 12px 28px;
  border: 1.5px solid #ccc;
  border-radius: 10px;
  font-size: 0.85rem;
  color: #333;
  line-height: 1.8;
  box-sizing: border-box;
  background-color: #fff;
  text-align: left;
  list-style: disc;
}

.form-notes li {
  margin: 0 0 4px;
}

.form-notes li:last-child {
  margin-bottom: 0;
}

.privacy-link {
  text-align: center;
  font-size: 0.9rem;
  color: #333;
  margin-top: 1rem;
}

.privacy-link a {
  color: #e05555;
  font-weight: bold;
  text-decoration: underline;
}
.form-button {
  width: 100%;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  margin-top: 1.5rem;
  display: block;
}

.form-button img {
  width: 100%;
  height: auto;
}

.form-button:hover {
  opacity: 0.85;
}

.form-button:disabled {
  cursor: wait;
  opacity: 0.6;
}

.form-status {
  display: none;
  margin: 0.75rem 0 0;
  padding: 0.75rem 1rem;
  border-radius: 10px;
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}

.form-status.visible {
  display: block;
}

.form-status.pending {
  background: #fff6dd;
  color: #8a5a00;
}

.form-status.success {
  background: #e8f7ee;
  color: #176637;
}

.form-status.error {
  background: #ffebeb;
  color: #c82020;
}

.form-notice {
  font-size: 0.6rem;
  color: #e05555;
  text-align: center; /* center → left に変更 */
  margin-bottom: 1rem;
  line-height: 1.8;
  font-weight: bold;
}
@media (max-width: 769px) {
  .intro p {
    font-size: 22px;
  }

  .lineup-img,
  .free-shipping .iphone2 {
    width: 100%;
  }


  .download-button {
    --s-font-7b85b942: 'M PLUS 1p';
    --s-font-a7967b0d: 'Noto Sans JP';
    --s-font-2b8541c8: Inter;
    --s-font-90bf98df: Lato;
    --s-font-62a499c6: Poppins;
    --s-font-f08f122e: '新ゴ L JIS2004';
    visibility: visible!important;
    border: 0;
    list-style: none;
    font-family: sans-serif;
    line-height: 1;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    transition: .3s cubic-bezier(.4,.4,0,1);
    color: #333;
    word-spacing: 1px;
    -webkit-backface-visibility: hidden;
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    -webkit-tap-highlight-color: rgba(0,0,0,.15);
    z-index: 0;
    pointer-events: all;
    flex-wrap: nowrap;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    position: relative;
    height: 50px;
    flex: none;
    width: 160px;
    max-width: 100%;
  }



  .recommand-box h3 {
    margin-bottom: 40px;
  }

  .orange-wrap .iphone1 {
    margin-top: 30px;
    width: 60%;
  }

  .merit h3 {
    margin-bottom: 10px;
  }

  .merit p {
    margin-bottom: 30px;
  }

  .cta {
    margin: 60px auto;
  }

  .row {
    margin: 0 auto;
    display:flex;
  }

  .cta h2 {
    font-size: 28px;
  }

  .cta p {
    font-size: 24px;
  }

  .cta p .logo {
    width: 110px;
  }
  
}
