@font-face {
  font-family: "Ivy Journal";
  src: url("assets/fonts/IvyJournal-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-family: "Noto Serif JP", serif, "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  background-color: #d9d9d9;
}

.page {
  width: 390px;
  margin: 0 auto;
  background-color: #fff;
}

.page .kv {
  width: 390px;
  height: 600px;
  overflow: hidden;
  position: sticky;
  top: 0;
  z-index: 0;
}

.kv__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: #edece5;
}

.kv__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform-origin: center;
  animation: kvZoomUp 6s ease-in-out;
  will-change: transform;
  animation-fill-mode: forwards;
}

body *[data-aos=fade-up] {
  transform: translateY(24px);
  /* ç§»å‹•è·é›¢ã‚’æŒ‡å®š */
}

@keyframes kvZoomUp {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.2);
  }
}

.kv__header {
  position: absolute;
  inset: 0;
  z-index: 1;
  /* pointer-events: none; */
}

.kv__names {
  position: absolute;
  left: 32px;
  top: 44px;
  color: #eff1f4;
  font-family: "Cormorant", serif;
  font-size: 14px;
  font-weight: 100;
  line-height: 1;
  /* opacity: 0.9; */
  mix-blend-mode: soft-light;
}

.kv__couple {
  margin-bottom: 0;
}

.kv__party {
  margin-top: 0;
}

.kv__date {
  position: absolute;
  left: 119px;
  top: 59px;
  color: #eff1f4;
  font-size: 12px;
  font-weight: 100;
  /* opacity: 0.9; */
  line-height: 1;
  mix-blend-mode: soft-light;
}

.kv__title {
  position: absolute;
  left: 40px;
  top: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 310px;
  height: 600px;
  color: #fff;
  font-family: "Cormorant", serif;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 1.28px;
  text-align: center;
  pointer-events: none;
}

.kv__title-line {
  line-height: 1.1;
  margin: 0;
}

.kv__title-line+.kv__title-line {
  margin-top: 0;
}

.concept {
  position: relative;
  width: 390px;
  min-height: 832px;
  overflow: hidden;
  background: #eeede4;
  color: #333431;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
}

.concept::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 22% 2%, rgba(255, 255, 255, 0.45), transparent 32%),
    radial-gradient(circle at 86% 20%, rgba(255, 255, 255, 0.28), transparent 36%);
  opacity: 0.75;
}

.concept__menu {
  position: absolute;
  top: 17px;
  right: 24px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 16px;
  /* padding: 1rem; */
  height: 8px;
  border: 0;
  background: transparent;
  /* padding: 1rem; */
  cursor: pointer;
}

.concept__menu.is-fixed {
  position: fixed;
  top: 17px;
  right: max(24px, calc((100vw - 390px) / 2 + 20px));
  z-index: 90;
}

.concept__menu span {
  display: block;
  width: 100%;
  height: 1px;
  background: #313331;
}

.concept__label {
  position: absolute;
  top: 87px;
  right: 23px;
  z-index: 1;
  color: #41413e;
  font-family: "Ivy Journal", "Cormorant Garamond", serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  writing-mode: vertical-rl;
}

.concept__inner {
  position: relative;
  z-index: 1;
  padding: 62px 0 48px;
}

.concept__title {
  margin-left: 43px;
  color: #333431;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
}

.concept__body {
  margin-top: 32px;
  margin-left: 40px;
  color: #333431;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.81;
  letter-spacing: 0.1em;
}

.concept__body p+p {
  margin-top: 26px;
}

.concept__photo {
  width: 310px;
  height: 279px;
  margin: 39px 0 0 40px;
  overflow: hidden;
}

.concept__photo img,
.profile-card__photo img,
.information__visual img,
.access__map img,
.rsvp__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.section-title {
  /* position: absolute; */
  left: 0;
  width: 100%;
  /* font-family: "Ivy Journal", "Cormorant Garamond", serif; */
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
}

.profile {
  position: relative;
  width: 390px;
  height: 892px;
  overflow: hidden;
  background: #aea699;
  color: #fff;
}

.profile__title {
  top: 75px;
  color: #6C6659;
  font-size: 25px;
  margin-top: 4rem;
}

.profile-card {
  position: absolute;
}

.profile-card--groom {
  top: 136px;
  left: 0;
  width: 351px;
  height: 324px;
}

.profile-card--bride {
  top: 510px;
  left: 33px;
  width: 357px;
  height: 330px;
}

.profile-card__photo {
  position: absolute;
}

.profile-card__photo:before {
  content: "";
  display: block;
  width: 217px;
  height: 228px;
  padding: 36px 0 0 78px;
  position: absolute;
  z-index: -1;
  background: rgb(143 116 85 / 30%);
  left: 59%;
  bottom: -9%;
  right: auto;
}

.profile-card__photo {
  top: 0;
  left: 0;
  z-index: 1;
  width: 220px;
  height: 300px;
}

.profile-card__photo--groom img {
  object-position: center top;
}

.profile-card__photo--bride {
  top: 0;
  right: 0;
  left: auto;
  z-index: 1;
  width: 220px;
  height: 300px;
}

.profile-card__photo--bride:before {
  left: auto;
  right: 63%;
  /* width: 229px; */
  bottom: -8%;
}

.profile-card__photo--bride img {
  object-position: center top;
}

.profile-card__panel {
  position: absolute;
  z-index: 2;
}

.profile-card__panel--groom {
  right: 0;
  bottom: 0;
  width: 255px;
  height: 217px;
  padding: 47px 0 0 107px;
}

.profile-card__panel--bride {
  left: 0;
  bottom: 0;
  width: 218px;
  height: 240px;
  padding: 50px 0 0 32px;
}

.profile-card__role {
  position: absolute;
  z-index: 3;
  color: rgb(255 255 255 / 62%);
  font-size: 17px;
  font-weight: 100;
  letter-spacing: 0.03em;
  font-family: "Cormorant", serif;
}

.profile-card__role::after {
  content: "";
  position: absolute;
  display: block;
  background: #cdcdcd7d;
}

.profile-card__role--vertical {
  top: 35px;
  left: 235px;
  line-height: 1;
  writing-mode: vertical-rl;
}

.profile-card__role--vertical::after {
  top: 57px;
  left: 5px;
  width: 1px;
  height: 32px;
}

.profile-card__role--horizontal {
  top: 24px;
  left: 68px;
  line-height: 1;
}

.profile-card__role--horizontal::after {
  top: 11px;
  left: 48px;
  width: 32px;
  height: 1px;
}

.profile-card__name-en {
  color: #ffffffcf;
  font-size: 13px;
  font-weight: 200;
  line-height: 1;
  letter-spacing: 0.04em;
  white-space: nowrap;
  margin-left: 2px;
}

.profile-card__name-ja {
  margin-top: 9px;
  color: #fff;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.13em;
  white-space: nowrap;
}

.profile-card__details {
  margin-top: 35px;
  color: #ffffffcf;
  font-size: 12px;
  font-weight: 200;
  line-height: 1;
  letter-spacing: 0.03em;
  transform: scaleY(1.1);
}

.profile-card__details div {
  display: flex;
  align-items: baseline;
}

.profile-card__details div+div {
  margin-top: 8px;
}

.profile-card__details dt {
  font-weight: 300;
}

.profile-card__details dd {
  position: relative;
  margin-left: 13px;
}

.profile-card__details dd::before {
  content: "";
  position: absolute;
  top: 1px;
  left: -8px;
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.8);
}

.profile-card__panel--bride .profile-card__name-ja {
  margin-top: 10px;
}

.information {
  position: relative;
  width: 390px;
  overflow: hidden;
  background: #e9e9df;
  color: #68635b;
}

.information__visual {
  position: absolute;
  top: 54px;
  left: 0;
  width: 390px;
  height: 347px;
  overflow: hidden;
  opacity: 0.82;
}

.information__visual::before,
.information__visual::after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  pointer-events: none;
}

.information__visual::before {
  top: 0;
  height: 70px;
  background: linear-gradient(180deg, #e9e9df 0%, rgba(233, 233, 223, 0) 100%);
}

.information__visual::after {
  bottom: 0;
  height: 110px;
  background: linear-gradient(180deg, rgba(233, 233, 223, 0) 0%, #e9e9df 100%);
}

.information__content {
  position: relative;
  z-index: 2;
  padding-top: 438px;
}

.information__title {
  color: #68635b;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-top: -4.6rem;
  font-size: 1.4rem;
  align-items: center;
}

.information__title span {
  color: #68635b;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
}

.information__year {
  margin-top: 21px;
  color: #68635b;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.16em;
  text-align: center;
}

.information__label {
  position: absolute;
  top: 513px;
  right: 28px;
  color: #49463f;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
  writing-mode: vertical-rl;
}

.information-date {
  position: relative;
  width: 206px;
  height: 150px;
  margin: 20px auto 0;
}

.information-date__month,
.information-date__day {
  position: absolute;
  color: #68635b;
  font-size: 67px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.02em;
}

.information-date__month {
  top: 8px;
  left: 5px;
}

.information-date__day {
  right: 25px;
  bottom: 1px;
}

.information-date__slash {
  position: absolute;
  top: 19px;
  left: 93px;
  width: 1px;
  height: 127px;
  background: #68635b;
  transform: rotate(42deg);
  transform-origin: center;
}

.information-date__weekday {
  position: absolute;
  right: 6px;
  bottom: 2px;
  color: #68635b;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
}

.information__reception {
  width: 242px;
  height: 45px;
  margin: 28px auto 0;
  background: #6c665d;
  color: #fff;
  /* font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif; */
  font-size: 15px;
  font-weight: 200;
  line-height: 45px;
  letter-spacing: 0.12em;
  text-align: center;
}

.information-schedule {
  width: 312px;
  margin: 40px auto 0;
  border: 1px solid rgba(104, 99, 91, 0.86);
  border-radius: 8px;
  padding: 1.5rem;
  color: #68635b;
}

.information-schedule__row {
  display: grid;
  grid-template-columns: 80px 72px 22px 72px;
  align-items: center;
}

.information-schedule__row+.information-schedule__row {
  margin-top: 31px;
}

.information-schedule__name {
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
}

.information-schedule__time {
  text-align: center;
}

.information-schedule__time span {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.12em;
}

.information-schedule__time strong {
  display: block;
  font-size: 21px;
  font-weight: 300;
  line-height: 0.82;
  letter-spacing: 0.1em;
}

.information-schedule__dash {
  align-self: end;
  padding-bottom: 8px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1;
  text-align: center;
}

.information-schedule__note {
  margin-top: 33px;
  /* padding-left: 11px; */
  /* font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif; */
  font-size: 14px;
  font-weight: 400;
  line-height: 1.48;
  letter-spacing: 0.08em;
}

.access {
  position: relative;
  width: 390px;
  /* height: 525px; */
  overflow: hidden;
  background: #e9e9df;
  color: #68635b;
  padding: 4rem 2.4rem 3.5rem;
  /* font-family: "Ivy Journal", "Cormorant Garamond", "Yu Mincho", "YuMincho", serif; */
}

.access__title {
  top: 59px;
  color: #68635b;
  font-size: 25px;
  /* margin-top: 4rem; */
}

.access-list {
  /* position: absolute; */
  top: 120px;
  left: 24px;
  /* width: 90%; */
  margin: 2.7rem auto 2rem;
}

.access-list__row {
  display: grid;
  grid-template-columns: 60px 1fr;
  column-gap: 16px;
  align-items: center;
}

.access-list__row+.access-list__row {
  margin-top: 18px;
}

.access-list__row dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 24px;
  background: #6c665d;
  color: #fff;
  /* font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif; */
  font-size: 13px;
  font-weight: 200;
  line-height: 1;
  letter-spacing: 0.08em;
}

.access-list__row dd {
  color: #68635b;
  /* font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif; */
  font-size: 15px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

.access-list__row:nth-child(3) dd,
.access-list__row--url dd {
  /* font-family: "Ivy Journal", "Cormorant Garamond", serif; */
  font-weight: 500;
  letter-spacing: 0.08em;
}

.access-list__row--url {
  align-items: start;
}

.access-list__row--url dt {
  height: 40px;
}

.access-list__row--url dd {
  padding-top: 2px;
  font-size: 10px;
  line-height: 1.75;
  white-space: normal;
}

.access__map {
  height: 10rem;
  margin: auto;
  overflow: hidden;
}

.rsvp {
  width: 390px;
  /* min-height: 2592px; */
  padding-bottom: 32px;
  background: #fff;
  color: #555750;
  /* font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif; */
  position: relative;
  /* z-index: 2; */
}

.rsvp__visual {
  width: 390px;
  /* height: 350px; */
  overflow: hidden;
  margin-top: -0.4rem;
}

.rsvp__intro {
  margin-top: 0px;
  text-align: center;
}

.rsvp__title {
  color: #6C6659;
  /* font-family: "Ivy Journal", "Cormorant Garamond", serif; */
  font-size: 25px;
  font-weight: 200;
  line-height: 1;
  letter-spacing: 0.03em;
}

.rsvp__intro p {
  margin-top: 65px;
  color: #555750;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.08em;
}

.rsvp__intro p+p {
  margin-top: 32px;
}

.rsvp__intro strong {
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.rsvp-form {
  margin-top: 42px;
}

.rsvp-attendance {
  display: flex;
  justify-content: center;
  gap: 55px;
  border: 0;
}

.rsvp-attendance label {
  display: block;
}

.rsvp-attendance input {
  position: absolute;
  opacity: 0;
}

.rsvp-attendance span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: auto;
  border: 1px solid transparent;
  border-radius: 100%;
  color: #555750;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.1em;
  aspect-ratio: 1/1;
  cursor: pointer;
}

.rsvp-attendance small {
  margin-top: 5px;
  font-family: "Ivy Journal", "Cormorant Garamond", serif;
  font-size: 14px;
  letter-spacing: 0.02em;
  opacity: 0.6;
}

.rsvp-attendance input:checked+span {
  border-color: rgba(85, 87, 80, 0.55);
  background: #d9d9d924;
  box-shadow: 0 0 6px #E6E5DA;
}

.rsvp-form__panel,
.rsvp-confirm__panel {
  width: 342px;
  margin: 45px auto 0;
  background: #E6E5DA;
  padding: 32px 16px 40px;
}

/* .rsvp-confirm__panel {
  margin-top: 0;
  max-height: 500px;
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
} */

.rsvp-form__required {
  margin-bottom: 40px;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 500;
}

.rsvp-form__required span,
.rsvp-field>span,
.rsvp-field legend span {
  color: #dc3d49;
}

.rsvp-field {
  display: block;
  margin: 0;
  border: 0;
  padding: 0px 0 14px;
  color: #555750;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
}

.rsvp-field+.rsvp-field,
.rsvp-companion {
  border-top: 1px solid rgba(255, 255, 255, 0.45);
  padding-top: 16px;
}

.rsvp-field legend,
.rsvp-field>p:first-child {
  margin-bottom: 17px;
  /* display: block; */
}

.rsvp-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.rsvp-field input[type="text"],
.rsvp-field input[type="email"],
.rsvp-field input[type="tel"],
.rsvp-field textarea {
  width: 100%;
  border: 0;
  border-radius: 4px;
  background: #fff;
  color: #555750;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.rsvp-field input[type="text"],
.rsvp-field input[type="email"],
.rsvp-field input[type="tel"] {
  height: 37px;
  margin-top: 17px;
  padding: 0 10px;
}

.rsvp-field textarea {
  height: 192px;
  margin-top: 17px;
  padding: 15px 11px;
  resize: vertical;
}

.rsvp-field input::placeholder,
.rsvp-field textarea::placeholder {
  color: rgba(85, 87, 80, 0.28);
}

.rsvp-radio-group {
  display: flex;
  gap: 41px;
  margin-top: 1.4rem;
  padding-left: 0.5rem;
}

.rsvp-radio-group--short {
  gap: 36px;
}

.rsvp-radio-group label {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  font-size: 14px;
  letter-spacing: 0.05em;
}

.rsvp-radio-group input {
  appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #555750;
  border-radius: 50%;
  background: transparent;
}

.rsvp-radio-group input:checked {
  border: 6px solid #555750;
}

.rsvp-upload__note {
  margin: 0px auto 18px;
  color: #d73844;
  font-size: 11px;
  line-height: 1.8;
  letter-spacing: 0.06em;
}

.rsvp-upload__box {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 197px;
  margin-top: 15px;
  border-radius: 4px;
  background: #fff;
  overflow: hidden;
}

.rsvp-upload__box span {
  position: absolute;
  top: 16px;
  left: 0;
  color: #555750;
  font-size: 13px;
}

.rsvp-upload__box input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.rsvp-upload__box em {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 106px;
  height: 25px;
  border-radius: 13px;
  background: #b9b7ae;
  color: #fff;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.rsvp-upload__files {
  margin-top: 10px;
  color: rgba(85, 87, 80, 0.72);
  font-size: 11px;
  line-height: 1.6;
}

.rsvp-upload__preview {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 10px;
}

.rsvp-upload__preview:empty {
  display: none;
}

.rsvp-upload__preview img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 4px;
  object-fit: cover;
}

.rsvp-companion {
  margin-bottom: 1rem;
}

.rsvp-form__confirm,
.rsvp-confirm__actions button {
  display: flex;
  width: 100%;
  height: 48px;
  border: 0;
  background: #555555;
  color: #fff;
  font-family: system-ui;
  font-size: 14px;
  letter-spacing: 0.08em;
  border-radius: 5rem;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1.3;
  font-weight: 400;
  font-size: 0.9rem;
  position: relative;
}

.rsvp-form__confirm {
  margin: 0 auto;
  margin-top: 2.5rem;
  border-radius: 0;
  max-width: 185px;
  font-size: 0.8rem;
  height: 2.5rem;
}

.rsvp-confirm {
  margin-top: 32px;
}

.rsvp-confirm[hidden] {
  display: none;
}

.rsvp [hidden] {
  display: none !important;
}

.rsvp-confirm__panel {
  margin-top: 0;
  background: white;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rsvp-confirm__panel h3 {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.08em;
}

.rsvp-confirm__panel dl {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px 10px;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-family: sans-serif;
}

.rsvp-confirm__panel dt {
  color: #918F8D;
  font-size: 0.9rem;
}

.rsvp-confirm__panel dd {
  margin: 0;
  word-break: break-word;
  font-weight: 400;
  border-bottom: #eeeeee 1px solid;
  padding-bottom: 0.7rem;
  color: #555555;
  font-size: 0.8rem;
}

.rsvp-confirm__status {
  min-height: 20px;
  /* margin-top: 24px; */
  font-size: 13px;
  line-height: 1.6;
  text-align: center;
}

.rsvp-confirm__actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 22px;
  flex-direction: column-reverse;
  align-items: center;
}

.rsvp-confirm__actions button:first-child {
  border: 1px solid rgba(85, 87, 80, 0.35);
  background: transparent;
  color: #555750;
}

.message {
  /* width: 390px; */
  /* min-height: 506px; */
  overflow: hidden;
  background: #fff;
  color: #555750;
  /* font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif; */
  padding-bottom: 1rem;
  padding-top: 2rem;
  position: relative;
}

.message__inner {
  padding: 0 0 0 41px;
}

.message__title {
  color: #555750;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.18em;
}

.message__text {
  margin-top: 34px;
  color: #555750;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.92;
  letter-spacing: 0.08em;
}

.message-slider {
  /* width: 390px; */
  margin-top: 30px;
  padding-bottom: 66px;
  overflow: visible;
}

.message-slider .swiper-wrapper {
  align-items: stretch;
  transition-timing-function: linear;
}

.message-slider__slide {
  width: auto;
  height: 193px;
}

.message-slider__slide img {
  display: block;
  width: auto;
  height: 193px;
  object-fit: cover;
}

.message-slider__progress {
  position: absolute;
  left: 0 !important;
  bottom: 24px !important;
  width: 100% !important;
  text-align: center;
}

.message-slider__progress .swiper-pagination-bullet {
  width: 14%;
  height: 1px;
  margin: 0 0px !important;
  background: rgb(85 87 80 / 20%);
  opacity: 1;
  border-radius: unset;
}

.message-slider__progress .swiper-pagination-bullet-active {
  background: #706b61;
}

.site-menu {
  position: fixed;
  inset: 0;
  z-index: 100;
  width: 100%;
  min-height: 100vh;
  overflow-y: auto;
  background: #e9e9df;
  color: #000;
  /* font-family: "Ivy Journal", "Cormorant Garamond", "Times New Roman", serif; */
}

.site-menu[hidden] {
  display: none;
}

.site-menu__bar {
  position: relative;
  width: 390px;
  height: 86px;
  margin: 0 auto;
}

.site-menu__logo {
  position: absolute;
  top: 16px;
  left: 15px;
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.03em;
  text-decoration: none;
  color: #6C6659;
  /* text-shadow: 0 0 9px #888888; */
}

.site-menu__lang {
  position: absolute;
  top: 20px;
  right: 54px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
}

.site-menu__close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 27px;
  height: 27px;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.site-menu__close span {
  position: absolute;
  top: 13px;
  left: -1px;
  display: block;
  width: 22px;
  height: 1px;
  background: #000;
}

.site-menu__close span:first-child {
  transform: rotate(45deg);
}

.site-menu__close span:last-child {
  transform: rotate(-45deg);
}

.site-menu__list {
  width: 390px;
  margin: 206px auto 0;
  padding-left: 18px;
  list-style: none;
}

.site-menu__list li+li {
  margin-top: 16px;
}

.site-menu__list a {
  color: #6C6659;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.01em;
  text-decoration: none;
}

.site-menu__copy {
  width: 390px;
  margin: 180px auto 28px;
  padding-left: 18px;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.01em;
}

.access__note {
  margin-bottom: 2rem;
  font-size: 0.8rem;
  letter-spacing: 0.1rem;
}

.access__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  pointer-events: auto;
}

.rsvp-required {
  color: #dc3d49;
}

.rsvp-upload__label {
  font-size: 0.75rem;
}

.rsvp-add-companion {
  background: none;
  border: 1px solid;
  padding: 0.4rem 1rem;
  border-radius: 5rem;
  font-size: 0.8rem;
}

.rsvp-add-companion {
  background: none;
  border: 1px solid #b7b7b7;
  padding: 0.4rem 1rem;
  border-radius: 5rem;
  font-size: 0.85rem;
  /* position: relative; */
  font-weight: 500;
  color: #555750;
  font-family: "Noto Serif JP", serif, "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  cursor: pointer;
  mar: 1rem;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.45); */
}

.rsvp-remove-companion {
  background: none;
  border: 1px solid #d73844;
  padding: 0.4rem 1rem;
  border-radius: 5rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: #d73844;
  font-family: "Noto Serif JP", serif, "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  margin-bottom: 1rem;
  cursor: pointer;
}

.access-list__row dd span {
  font-size: 0.8rem;
}

#rsvpBack:after,
#rsvpSend:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  width: 2rem;
  height: 1.4rem;
  background: url(assets/arrow1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
  top: 0;
  bottom: 0;
}

#rsvpBack:after {
  background-image: url(assets/arrow2.svg);
}

.rsvp-confirm__actions button span {
  font-size: 0.8rem;
  font-weight: 300;
}

.information-date img {
  margin-left: 0.6rem;
}

.profile-card__photo--groom:before {
  width: 229px;
  height: 216px;
}

.rsvp-field .no-label {
  margin-top: 0;
}

.rsvp-field:has(.no-label) {
  border-top: none;
  padding-top: 0.2rem;
}

.rsvp-add-companion-wrap {
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}

.page>section {
  position: relative;
  z-index: 1;
}

.kv__names img {
  max-width: 9rem;
}

body.is-menu-open {
  overflow: hidden;
}