@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: #1f2140;
  font-family: "Hiragino Sans", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  background: url(https://d20dfxyuz7q532.cloudfront.net/sakata/2026/bg-base_s.jpg) repeat center 3%;
  background-size: cover;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

input,
textarea,
select {
  appearance: none;
  -webkit-appearance: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.surveyPage {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  padding: 56px 20px 40px;
}
@media screen and (max-width: 767px) {
  .surveyPage {
    padding: 28px 14px 20px;
  }
}
.surveyPage__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.5;
  background: linear-gradient(90deg, transparent 0, transparent calc(100% - 36px), rgba(156, 107, 68, 0.04) calc(100% - 36px), rgba(156, 107, 68, 0.04) 100%), repeating-linear-gradient(0deg, rgba(140, 110, 80, 0.035) 0 1px, transparent 1px 34px);
}

.surveyContainer {
  position: relative;
  z-index: 1;
  width: min(100%, 900px);
  margin: 0 auto;
}

.surveyHero {
  position: relative;
  width: min(100%, 900px);
  margin: 0 auto 32px;
  padding: 42px 48px;
  border: 1px solid rgba(156, 107, 68, 0.16);
  border-radius: 32px;
  background: url("https://d20dfxyuz7q532.cloudfront.net/sakata/2026/bg-hero.jpg");
  background-size: cover;
  box-shadow: 0 0px 12px rgba(255, 255, 255, 0.32);
}
@media screen and (max-width: 767px) {
  .surveyHero {
    padding: 28px 25px;
    border-radius: 22px;
    margin-bottom: 18px;
  }
}
.surveyHero::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 24px;
  background: rgba(0, 0, 0, 0.3882352941);
}
@media screen and (max-width: 767px) {
  .surveyHero::before {
    inset: 8px;
    border-radius: 16px;
  }
}
.surveyHero__sub, .surveyHero__title, .surveyHero__lead, .surveyHero__period {
  position: relative;
  z-index: 1;
}
.surveyHero__sub {
  margin: 0 0 6px;
  color: #ff5673;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  letter-spacing: 0.18em;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .surveyHero__sub {
    font-size: 1.5rem;
  }
}
.surveyHero__title {
  margin: 0;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  color: #fff;
  font-size: clamp(2.8rem, 4vw, 4.6rem);
  line-height: 1.3;
  letter-spacing: 0.08em;
}
.surveyHero__lead {
  margin: 18px 0 0;
  color: #d0d0d0;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .surveyHero__lead {
    font-size: 1.4rem;
    margin-top: 14px;
  }
}
.surveyHero__period {
  position: absolute;
  right: 50px;
  bottom: 4rem;
  display: inline-flex;
  width: auto;
  text-align: center;
  align-items: center;
  gap: 8px;
  margin: 18px 0 0;
  padding: 8px 25px;
  border-radius: 999px;
  background: rgba(205, 205, 205, 0.95);
  font-size: 2rem;
  border-radius: 999px;
  color: #07206e;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .surveyHero__period {
    position: relative;
    right: auto;
    bottom: auto;
    display: block;
    font-size: 1.5rem;
    width: 100%;
  }
}

.surveyCard {
  width: min(100%, 900px);
  margin: 0 auto;
  padding: 36px 40px 42px;
  border: 1px solid rgba(7, 32, 110, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 248, 250, 0.88));
  box-shadow: 0 0px 12px rgba(255, 255, 255, 0.32);
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .surveyCard {
    padding: 22px 16px 28px;
  }
}
.surveyCard__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 18px;
  margin-bottom: 26px;
  border-bottom: 1px solid rgba(124, 83, 53, 0.14);
}
@media screen and (max-width: 767px) {
  .surveyCard__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 20px;
    padding-bottom: 14px;
  }
}
.surveyCard__stamp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  padding: 7px 14px;
  border: 2px solid rgba(194, 51, 75, 0.44);
  border-radius: 999px;
  color: #c2334b;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  transform: rotate(-6deg);
}
.surveyCard__title {
  margin: 0;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.4;
  letter-spacing: -0.01em;
}

.surveyNotes {
  display: grid;
  gap: 10px;
  margin-top: 8px;
}
.surveyNotes li {
  position: relative;
  padding-left: 1.6em;
  color: #5b4f6f;
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .surveyNotes li {
    font-size: 1.5rem;
    line-height: 1.75;
  }
}
.surveyNotes li::before {
  content: "✦";
  position: absolute;
  top: 0.05em;
  left: 0;
  color: #c2334b;
  font-size: 1.1em;
  line-height: 1;
}

.surveyForm {
  display: block;
}

.surveyField {
  padding: 22px 0;
  border-bottom: 1px dashed rgba(124, 83, 53, 0.2);
}
@media screen and (max-width: 767px) {
  .surveyField {
    padding: 15px 0;
  }
}
.surveyField:first-child {
  padding-top: 0;
}
.surveyField:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.surveyField__label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .surveyField__label {
    margin-bottom: 12px;
    font-size: 1.6rem;
  }
}
.surveyField__label.required::after {
  content: "必須";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 24px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(185, 77, 77, 0.12);
  color: #c2334b;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.surveyField__label.optional::after {
  content: "任意";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 24px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(123, 103, 87, 0.12);
  color: #5b4f6f;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.surveyField__sub {
  margin: -4px 0 14px;
  color: #5b4f6f;
  font-size: 1.8rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .surveyField__sub {
    font-size: 1.5rem;
  }
}
.surveyField__note {
  margin-top: 10px;
  color: #5b4f6f;
  font-size: 1.2rem;
  line-height: 1.6;
}

.formInput,
.formTextarea,
.formSelect {
  width: 100%;
  border: 1px solid rgba(124, 83, 53, 0.18);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  color: #1f2140;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.formInput:focus,
.formTextarea:focus,
.formSelect:focus {
  outline: none;
  border-color: rgba(156, 107, 68, 0.8);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(156, 107, 68, 0.12);
}
.formInput::placeholder,
.formTextarea::placeholder,
.formSelect::placeholder {
  color: rgba(123, 103, 87, 0.72);
}

.formInput,
.formSelect {
  height: 56px;
  padding: 0 16px;
}
@media screen and (max-width: 767px) {
  .formInput,
  .formSelect {
    height: 50px;
    padding: 0 14px;
  }
}

.formTextarea {
  min-height: 150px;
  padding: 16px;
  resize: vertical;
}
@media screen and (max-width: 767px) {
  .formTextarea {
    min-height: 130px;
    padding: 14px;
  }
}

.formCount {
  margin-top: 8px;
  text-align: right;
  color: #5b4f6f;
  font-size: 1.2rem;
  line-height: 1;
}

.surveyChecks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
@media screen and (max-width: 767px) {
  .surveyChecks {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.checkTicket {
  position: relative;
  display: block;
  cursor: pointer;
}
.checkTicket input {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}
.checkTicket span {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 66px;
  padding: 16px 18px 16px 56px;
  border: 1px solid rgba(124, 83, 53, 0.18);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.28)), #faf5ea;
  font-size: 1.5rem;
  line-height: 1.5;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
@media screen and (max-width: 767px) {
  .checkTicket span {
    min-height: 58px;
    padding: 14px 14px 14px 48px;
    border-radius: 14px;
    font-size: 1.4rem;
  }
}
.checkTicket span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 18px;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(124, 83, 53, 0.3);
  border-radius: 50%;
  background: #fff;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .checkTicket span::before {
    left: 14px;
  }
}
.checkTicket span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 24px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: transparent;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .checkTicket span::after {
    left: 20px;
  }
}
.checkTicket input:checked + span {
  border-color: rgba(156, 107, 68, 0.6);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.34)), #f7ecd8;
  box-shadow: 0 8px 18px rgba(156, 107, 68, 0.12);
  transform: translateY(-1px);
}
.checkTicket input:checked + span::after {
  background: #c2334b;
}
.checkTicket input:focus-visible + span {
  outline: none;
  box-shadow: 0 0 0 4px rgba(156, 107, 68, 0.12);
}

.itemChecks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
@media screen and (max-width: 767px) {
  .itemChecks {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    display: grid;
    gap: 5px;
  }
}

.checkList {
  position: relative;
  display: block;
  cursor: pointer;
}
.checkList input {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}
.checkList span {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 54px;
  padding: 13px 16px 13px 48px;
  border: 1px solid rgba(124, 83, 53, 0.16);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.54);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.checkList span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(124, 83, 53, 0.34);
  border-radius: 6px;
  background: #fff;
  transform: translateY(-50%);
}
.checkList span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 21px;
  width: 10px;
  height: 6px;
  border-left: 2px solid transparent;
  border-bottom: 2px solid transparent;
  transform: translateY(-58%) rotate(-45deg);
}
.checkList input:checked + span {
  border-color: rgba(156, 107, 68, 0.5);
  background: rgba(247, 236, 216, 0.7);
}
.checkList input:checked + span::before {
  border-color: rgba(156, 107, 68, 0.8);
  background: #c2334b;
}
.checkList input:checked + span::after {
  border-left-color: #fff;
  border-bottom-color: #fff;
}
.checkList input:focus-visible + span {
  box-shadow: 0 0 0 4px rgba(156, 107, 68, 0.12);
}

.speechNote {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  padding: 10px 14px;
  border: 1px solid rgba(194, 51, 75, 0.18);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  color: #5b4f6f;
  font-size: 1.25rem;
  line-height: 1.7;
  box-shadow: 0 4px 10px rgba(7, 32, 110, 0.06);
}
.speechNote::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 18px;
  width: 12px;
  height: 12px;
  border-top: 1px solid rgba(194, 51, 75, 0.18);
  border-left: 1px solid rgba(194, 51, 75, 0.18);
  background: rgba(255, 255, 255, 0.92);
  transform: rotate(45deg);
}
.speechNote--mini {
  margin: 6px 0 10px 10px;
  padding: 7px 11px;
  font-size: 1.15rem;
  line-height: 1.5;
}

.inlineTextField {
  margin-top: 14px;
}
.inlineTextField__label {
  display: block;
  margin-bottom: 8px;
  color: #5b4f6f;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .inlineTextField__label {
    font-size: 1.5rem;
  }
}
.inlineTextField__label::after {
  content: "任意";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 24px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(123, 103, 87, 0.12);
  color: #5b4f6f;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.surveyActions {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}
@media screen and (max-width: 767px) {
  .surveyActions {
    margin-top: 26px;
  }
}

.btnPrimary {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  min-height: 62px;
  padding: 0 28px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #c2334b 0%, #07206e 100%);
  box-shadow: 0 14px 24px rgba(7, 32, 110, 0.24);
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .btnPrimary:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 30px rgba(7, 32, 110, 0.3);
  }
}
.btnPrimary:active {
  transform: translateY(0);
}
.btnPrimary:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .btnPrimary {
    width: 100%;
    min-width: 0;
    min-height: 56px;
    font-size: 1.5rem;
  }
}

.formErrorBox {
  margin-bottom: 20px;
  padding: 16px 18px;
  border: 1px solid rgba(185, 77, 77, 0.22);
  border-radius: 16px;
  background: rgba(185, 77, 77, 0.06);
}
.formErrorBox__title {
  margin: 0 0 8px;
  color: #c2334b;
  font-size: 1.4rem;
  font-weight: 700;
}
.formErrorBox ul {
  display: grid;
  gap: 4px;
  padding-left: 1.4em;
  list-style: disc;
}
.formErrorBox li {
  color: #c2334b;
  font-size: 1.3rem;
  line-height: 1.7;
}

.completeCard {
  width: min(100%, 760px);
  margin: 0 auto;
  padding: 40px 32px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.15)), #fffaf8;
  box-shadow: 0 0px 12px rgba(255, 255, 255, 0.32);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .completeCard {
    padding: 28px 18px;
    border-radius: 20px;
  }
}
.completeCard__stamp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 130px;
  margin-bottom: 20px;
  border: 3px solid rgba(156, 107, 68, 0.34);
  border-radius: 50%;
  color: #c2334b;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  transform: rotate(-10deg);
}
@media screen and (max-width: 767px) {
  .completeCard__stamp {
    width: 100px;
    height: 100px;
    margin-bottom: 16px;
    font-size: 1.2rem;
  }
}
.completeCard__title {
  margin: 0;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: clamp(2.6rem, 4vw, 3.8rem);
  line-height: 1.4;
}
.completeCard__text {
  margin: 16px 0 0;
  color: #5b4f6f;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .completeCard__text {
    font-size: 1.4rem;
  }
}

.copyrights {
  margin-top: 50px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .copyrights {
    margin-top: 35px;
    font-size: 1.2rem;
  }
}

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