@charset "UTF-8";
/* line 3, app/assets/stylesheets/campaigns/keycoffee_inageya/keycoffee.scss */
body {
  background-color: #f6efe4;
  background-image: linear-gradient(180deg, #faf6ef 0%, #f5ecdf 55%, #f2e6d7 100%), radial-gradient(1200px 560px at 15% 10%, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
  background-attachment: fixed;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, arial;
  color: #3b2e25;
  line-height: 1.5;
}

/* line 14, app/assets/stylesheets/campaigns/keycoffee_inageya/keycoffee.scss */
.invalid-feedback {
  display: block;
}

/* line 18, app/assets/stylesheets/campaigns/keycoffee_inageya/keycoffee.scss */
.banner {
  max-width: 100%;
}

/* line 22, app/assets/stylesheets/campaigns/keycoffee_inageya/keycoffee.scss */
.text-bold {
  font-weight: bold;
}

/* line 26, app/assets/stylesheets/campaigns/keycoffee_inageya/keycoffee.scss */
a {
  color: #5c4a3b;
}

/* line 30, app/assets/stylesheets/campaigns/keycoffee_inageya/keycoffee.scss */
a:hover {
  color: #43362b;
}

/* line 34, app/assets/stylesheets/campaigns/keycoffee_inageya/keycoffee.scss */
.btn-primary {
  background-color: #5c4a3b;
  border-color: #5c4a3b;
  letter-spacing: 0.05em;
}

/* line 40, app/assets/stylesheets/campaigns/keycoffee_inageya/keycoffee.scss */
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #43362b;
  border-color: #43362b;
}

/* line 47, app/assets/stylesheets/campaigns/keycoffee_inageya/keycoffee.scss */
.btn-primary:disabled,
.btn-primary.disabled {
  background-color: #9f8169;
  border-color: #94775f;
  color: #f7f1e8;
  opacity: 1;
  cursor: not-allowed;
}

/* line 56, app/assets/stylesheets/campaigns/keycoffee_inageya/keycoffee.scss */
.form-control:focus,
.form-select:focus {
  border-color: #9f8169;
  box-shadow: 0 0 0 0.2rem rgba(92, 74, 59, 0.18);
}
/* line 3, app/assets/stylesheets/campaigns/keycoffee_inageya/show.scss */
.container {
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 840px;
  width: 90%;
}

/* line 10, app/assets/stylesheets/campaigns/keycoffee_inageya/show.scss */
.banner-container {
  width: 100%;
  margin-top: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* line 19, app/assets/stylesheets/campaigns/keycoffee_inageya/show.scss */
.form-container {
  border: 2px solid #b49063;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(92, 74, 59, 0.08);
}

/* line 26, app/assets/stylesheets/campaigns/keycoffee_inageya/show.scss */
.form-container hr {
  border-top-color: rgba(197, 167, 122, 0.35);
  opacity: 1;
}

/* line 31, app/assets/stylesheets/campaigns/keycoffee_inageya/show.scss */
.form-container .form-text {
  color: #766556;
}

/* line 35, app/assets/stylesheets/campaigns/keycoffee_inageya/show.scss */
.form-container .text-center > .btn {
  min-width: 132px;
}

/* line 39, app/assets/stylesheets/campaigns/keycoffee_inageya/show.scss */
.banner {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 6px 16px rgba(40, 27, 20, 0.15);
}

/* line 47, app/assets/stylesheets/campaigns/keycoffee_inageya/show.scss */
.banner-step {
  width: 94%;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 768px) {
  /* line 54, app/assets/stylesheets/campaigns/keycoffee_inageya/show.scss */
  .banner-container {
    gap: 8px;
  }
  /* line 58, app/assets/stylesheets/campaigns/keycoffee_inageya/show.scss */
  .banner {
    border-radius: 8px;
  }
}

/* line 63, app/assets/stylesheets/campaigns/keycoffee_inageya/show.scss */
.keycoffee-inageya-header {
  word-break: keep-all;
  overflow-wrap: anywhere;
  color: #3b2e25;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  letter-spacing: 0.03em;
}

/* line 71, app/assets/stylesheets/campaigns/keycoffee_inageya/show.scss */
.footer-container {
  border: 1px solid #b49063;
  background-color: #ffffff;
  color: #4c3b2f;
  font-size: 0.8em;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
}

/* line 79, app/assets/stylesheets/campaigns/keycoffee_inageya/show.scss */
.terms-scroll {
  max-height: 520px;
  overflow-y: auto;
  padding: 18px 20px;
  border: 1px solid rgba(197, 167, 122, 0.8);
  border-radius: 12px;
  background: linear-gradient(180deg, #fffdf9 0%, #fbf7ef 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85), 0 6px 16px rgba(60, 45, 32, 0.08);
  scrollbar-width: thin;
  scrollbar-color: #bca07a #f1e8da;
}

/* line 91, app/assets/stylesheets/campaigns/keycoffee_inageya/show.scss */
.terms-scroll a {
  color: #4f3c2f;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* line 98, app/assets/stylesheets/campaigns/keycoffee_inageya/show.scss */
.terms-body .terms-title {
  margin: 24px 0 10px;
  color: #3a2b21;
  font-size: 1.03rem;
  font-weight: 700;
}

/* line 105, app/assets/stylesheets/campaigns/keycoffee_inageya/show.scss */
.terms-body .terms-subtitle {
  margin: 14px 0 6px;
  color: #5a4435;
  font-size: 0.96rem;
  font-weight: 700;
}

/* line 112, app/assets/stylesheets/campaigns/keycoffee_inageya/show.scss */
.terms-body .terms-paragraph,
.terms-body .terms-list-item {
  margin: 0 0 12px;
  color: #3f332a;
  font-size: 0.95rem;
  line-height: 1.8;
}

/* line 120, app/assets/stylesheets/campaigns/keycoffee_inageya/show.scss */
.terms-body .terms-list-item {
  margin-bottom: 6px;
}

/* line 124, app/assets/stylesheets/campaigns/keycoffee_inageya/show.scss */
.terms-body .placeholder-mark {
  color: #c5342f;
  font-weight: 700;
}

/* line 129, app/assets/stylesheets/campaigns/keycoffee_inageya/show.scss */
.terms-scroll::-webkit-scrollbar {
  width: 10px;
}

/* line 133, app/assets/stylesheets/campaigns/keycoffee_inageya/show.scss */
.terms-scroll::-webkit-scrollbar-track {
  background: #f1e8da;
  border-radius: 999px;
}

/* line 138, app/assets/stylesheets/campaigns/keycoffee_inageya/show.scss */
.terms-scroll::-webkit-scrollbar-thumb {
  background: #bca07a;
  border-radius: 999px;
  border: 2px solid #f1e8da;
}

/* line 144, app/assets/stylesheets/campaigns/keycoffee_inageya/show.scss */
.age-field {
  max-width: 120px;
}

/* line 148, app/assets/stylesheets/campaigns/keycoffee_inageya/show.scss */
.keycoffee-file-upload {
  max-width: 560px;
}

/* line 152, app/assets/stylesheets/campaigns/keycoffee_inageya/show.scss */
.keycoffee-file-upload .keycoffee-file-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 157, app/assets/stylesheets/campaigns/keycoffee_inageya/show.scss */
.keycoffee-file-upload .keycoffee-file-name {
  border-left: 0;
  background-color: #fffdf8;
}

/* line 162, app/assets/stylesheets/campaigns/keycoffee_inageya/show.scss */
.keycoffee-file-upload .keycoffee-file-clear {
  border: 1px solid #b49063;
  border-left: 0;
  background-color: #f9f2e7;
  color: #5c4a3b;
}

/* line 169, app/assets/stylesheets/campaigns/keycoffee_inageya/show.scss */
.keycoffee-file-upload .keycoffee-file-clear:hover,
.keycoffee-file-upload .keycoffee-file-clear:focus {
  background-color: #f0e4d3;
  color: #4d3d30;
}

/* line 175, app/assets/stylesheets/campaigns/keycoffee_inageya/show.scss */
.questionnaire-section {
  margin: 0.75rem 0;
}

/* line 179, app/assets/stylesheets/campaigns/keycoffee_inageya/show.scss */
.questionnaire-section-title {
  margin: 0 0 12px;
  color: #3a2b21;
  font-size: 1.02rem;
  font-weight: 700;
}

/* line 186, app/assets/stylesheets/campaigns/keycoffee_inageya/show.scss */
.questionnaire-card,
.questionnaire-confirm-card {
  margin-bottom: 12px;
  border: 1px solid rgba(197, 167, 122, 0.34);
  border-radius: 12px;
  background-color: #fffefe;
}

/* line 194, app/assets/stylesheets/campaigns/keycoffee_inageya/show.scss */
.questionnaire-card-header {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(197, 167, 122, 0.18);
  background: linear-gradient(180deg, rgba(244, 235, 220, 0.28) 0%, rgba(255, 255, 255, 0.08) 100%);
  border-radius: 12px 12px 0 0;
}

/* line 204, app/assets/stylesheets/campaigns/keycoffee_inageya/show.scss */
.questionnaire-number {
  display: inline-block;
  min-width: 40px;
  padding: 2px 8px;
  border-radius: 999px;
  background-color: rgba(92, 74, 59, 0.16);
  color: #4f4136;
  font-size: 0.82rem;
  font-weight: 700;
  text-align: center;
}

/* line 216, app/assets/stylesheets/campaigns/keycoffee_inageya/show.scss */
.questionnaire-title-wrap {
  flex: 1;
}

/* line 220, app/assets/stylesheets/campaigns/keycoffee_inageya/show.scss */
.questionnaire-title {
  display: block;
  margin: 0;
  color: #3b2e25;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.6;
}

/* line 229, app/assets/stylesheets/campaigns/keycoffee_inageya/show.scss */
.questionnaire-note {
  margin-top: 2px;
  color: #6a5849;
  font-size: 0.84rem;
}

/* line 235, app/assets/stylesheets/campaigns/keycoffee_inageya/show.scss */
.questionnaire-card-body,
.questionnaire-confirm-body {
  padding: 12px 14px 14px;
}

/* line 240, app/assets/stylesheets/campaigns/keycoffee_inageya/show.scss */
.questionnaire-option-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px 20px;
}

/* line 246, app/assets/stylesheets/campaigns/keycoffee_inageya/show.scss */
.questionnaire-confirm-body {
  color: #3f332a;
  line-height: 1.7;
}

/* line 251, app/assets/stylesheets/campaigns/keycoffee_inageya/show.scss */
.success-container {
  max-width: 760px;
}

/* line 255, app/assets/stylesheets/campaigns/keycoffee_inageya/show.scss */
.success-header {
  margin-bottom: 18px;
}

/* line 259, app/assets/stylesheets/campaigns/keycoffee_inageya/show.scss */
.success-subtitle {
  margin: 0 0 6px;
  color: #7a6652;
  font-size: 0.9rem;
  letter-spacing: 0.03em;
}

/* line 266, app/assets/stylesheets/campaigns/keycoffee_inageya/show.scss */
.success-title {
  margin: 0 0 10px;
  color: #3a2b21;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
}

/* line 274, app/assets/stylesheets/campaigns/keycoffee_inageya/show.scss */
.success-lead {
  margin: 0;
  color: #4d3d30;
  line-height: 1.7;
}

/* line 280, app/assets/stylesheets/campaigns/keycoffee_inageya/show.scss */
.confirm-form .confirm-value-col {
  display: flex;
  align-items: center;
  min-height: 1.75rem;
  padding-left: 1.35rem;
  border-left: 1px solid rgba(197, 167, 122, 0.35);
}

@media (max-width: 768px) {
  /* line 289, app/assets/stylesheets/campaigns/keycoffee_inageya/show.scss */
  .confirm-form .confirm-value-col {
    padding-left: 0.75rem;
    border-left: 0;
  }
}

@media (min-width: 768px) {
  /* line 296, app/assets/stylesheets/campaigns/keycoffee_inageya/show.scss */
  .questionnaire-option-grid {
    grid-template-columns: 1fr 1fr;
  }
}
/*


 */
