@charset "UTF-8";
:root {
  --navy: #1f3a5f;
  --navy-deep: #142a47;
  --brick: #9c5b34;
  --brick-deep: #7e4526;
  --ink: #222;
  --grey: #555;
  --grey-light: #8a8a8a;
  --line: #e4ded4;
  --bg: #fff;
  --bg-soft: #f3eee7;
  --bg-navy: #1f3a5f;
  --white: #fff;
  --font-jp: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  --font-serif: "Cormorant Garamond", "Times New Roman", "YuMincho", serif;
  --maxw: 1120px;
  --maxw-narrow: 780px;
  --gutter: 20px;
  --radius: 6px;
  --radius-lg: 12px;
  --shadow: 0 6px 24px rgba(20, 42, 71, 0.08);
  --shadow-hover: 0 10px 32px rgba(20, 42, 71, 0.16);
  --section-y: 64px;
}

body {
  margin: 0;
}
body * {
  box-sizing: border-box;
}

.alert.entry .preset {
  display: none;
}

form.table fieldset {
  margin: 0;
  padding: 0;
}
form.table table, form.table table tbody, form.table table tr, form.table table th, form.table table td {
  display: block;
  border: none;
}
form.table table tbody tr {
  margin-bottom: 18px;
}
form.table table tbody tr th {
  padding: 0;
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 7px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
form.table table tbody tr th .required {
  order: 2;
  color: var(--brick);
  font-size: 0.72rem;
  margin-left: 6px;
}
form.table table tbody tr td {
  padding: 0;
}
form.table table tbody tr td input,
form.table table tbody tr td select,
form.table table tbody tr td textarea {
  width: 100% !important;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-family: var(--font-jp);
  font-size: 0.95rem;
  color: var(--ink);
  background: #fff;
}
form.table table tbody tr td input:focus,
form.table table tbody tr td select:focus,
form.table table tbody tr td textarea:focus {
  outline: none;
  border-color: var(--brick);
  box-shadow: 0 0 0 3px rgba(156, 91, 52, 0.15);
}
form.table table tbody tr td select {
  padding: 13px 14px;
  font-size: 1rem;
  font-family: var(--font-jp);
  color: var(--navy);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  appearance: none;
  -webkit-appearance: none;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%231F3A5F' d='M1 1l5 5 5-5'/%3E%3C/svg%3E") no-repeat right 16px center;
}
form.table table tbody tr td:has(.sub) {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
form.table table tbody tr td:has(.sub) .sub {
  display: none;
}
form.table table tbody tr td:has(.sub) input {
  min-width: 0;
  width: auto !important;
}
form.table table tbody tr td:has(input[type="radio"]) {
  display: flex;
  gap: 22px;
  align-items: center;
  padding-top: 6px;
}
form.table table tbody tr td:has(input[type="radio"]) label {
  width: auto;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  font-size: 0.95rem;
  font-weight: 400;
  color: var(--ink);
  margin: 0;
  cursor: pointer;
}
form.table table tbody tr td:has(input[type="radio"]) input[type="radio"] {
  width: 18px !important;
  height: 18px;
  accent-color: var(--brick);
  margin: 0;
}
form.table table tbody tr td .example {
  display: none;
}
form.table table tbody tr.error th, form.table table tbody tr.error td {
  background-color: inherit;
}
form.table tr.zipcode td {
  display: flex;
  gap: 10px;
}
form.table tr.zipcode td [name="zipcode"] {
  flex: 0 0 200px;
}
form.table tr.zipcode td button {
  border: none;
  border-radius: var(--radius);
  color: white;
  cursor: pointer;
  padding: 0 10px;
  font-weight: 700;
  background: var(--brick);
}
form.table div.submit {
  margin-top: 8px;
}
form.table div.submit input {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 30px;
  font-family: var(--font-jp);
  font-weight: 700;
  font-size: 0.98rem;
  letter-spacing: 0.06em;
  border-radius: var(--radius);
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, filter .18s ease;
  text-align: center;
  background: var(--brick);
  color: #fff;
  padding: 18px 40px;
  font-size: 1.05rem;
}
form.table div.submit input:hover {
  filter: brightness(1.08);
  box-shadow: 0 8px 22px rgba(156, 91, 52, 0.4);
  transform: translateY(-1px);
}
form.table .form-privacy {
  font-size: 0.76rem;
  color: var(--grey-light);
  margin-top: 14px;
  text-align: center;
}
form.table .form-privacy a {
  color: inherit;
  text-decoration: underline;
}
form.table.confirm .submit {
  display: flex;
  flex-direction: column-reverse;
  gap: 20px;
}
form.table.confirm .submit .modify {
  color: #333;
  display: inline;
  background: transparent;
}
form.table.confirm .submit .modify:hover {
  box-shadow: none;
  transform: none;
}

/*# sourceMappingURL=flat_style_catalog.css.map */
