:root {
  --burgundy: #6a1435;
  --burgundy-dark: #3f0820;
  --gold: #b48b1b;
  --gold-bright: #d8ad3c;
  --cream: #fff8eb;
  --cream-deep: #f3e6c9;
  --ink: #1f1a18;
  --muted: #6f625f;
  --white: #ffffff;
  --phone-width: 430px;
  --shadow: 0 16px 34px rgba(55, 21, 11, 0.16);
  --font-serif: "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", serif;
  --font-sans: "Helvetica Neue", Arial, "Hiragino Sans", "Yu Gothic", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(180, 139, 27, 0.18), transparent 34%),
    linear-gradient(90deg, #eee7d8, #ffffff 18%, #ffffff 82%, #eee7d8);
  font-family: var(--font-sans);
  letter-spacing: 0;
}

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

.page-shell {
  display: flex;
  justify-content: center;
  min-height: 100vh;
}

.lp {
  width: min(100%, var(--phone-width));
  overflow: hidden;
  background: var(--cream);
  box-shadow: 0 0 42px rgba(0, 0, 0, 0.16);
}

.hero {
  position: relative;
  line-height: 0;
  overflow: hidden;
  background: var(--cream);
}

.hero__design {
  display: block;
  width: 100%;
  height: auto;
}

.hero__hotspot {
  position: absolute;
  right: 4%;
  bottom: 4.1%;
  left: 4%;
  height: 9%;
  border-radius: 24px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.empathy {
  line-height: 0;
  background: var(--cream);
}

.empathy__design {
  display: block;
  width: 100%;
  height: auto;
}

.intro-visual {
  position: relative;
  margin-top: -1px;
  padding-top: 44px;
  line-height: 0;
  background: #ffffff;
}

.intro-visual::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 54px;
  background: #efebe5;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}

.intro-visual__design {
  display: block;
  width: 100%;
  height: auto;
}

.recommend-visual {
  margin-top: -1px;
  line-height: 0;
  overflow: hidden;
  background: #ffffff;
}

.recommend-visual__design {
  display: block;
  width: 118%;
  height: auto;
  margin-left: -9%;
}

.experience-visual {
  margin-top: -1px;
  line-height: 0;
  overflow: hidden;
  background: #ffffff;
}

.experience-visual__design {
  display: block;
  width: 100%;
  height: auto;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 68px;
  border: 2px solid #f2ca65;
  border-radius: 24px;
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), transparent 36%),
    linear-gradient(135deg, #be173f, var(--burgundy) 52%, #4c0927);
  box-shadow: 0 10px 24px rgba(89, 15, 39, 0.28), inset 0 0 0 1px rgba(255, 255, 255, 0.28);
  font-weight: 900;
}

.section {
  position: relative;
  padding: 46px 24px;
  background: var(--cream);
}

.section:nth-of-type(odd) {
  background: #ffffff;
}

.section-kicker {
  display: inline-flex;
  margin: 0 0 12px;
  padding: 5px 12px;
  border: 1px solid rgba(180, 139, 27, 0.45);
  border-radius: 999px;
  color: var(--gold);
  background: rgba(255, 255, 255, 0.72);
  font-family: Georgia, var(--font-serif);
  font-size: 12px;
  font-weight: 700;
}

.section h2 {
  margin: 0 0 18px;
  color: var(--burgundy);
  font-family: var(--font-serif);
  font-size: 28px;
  line-height: 1.35;
}

.section p,
.section li,
.section dd {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.85;
}

.worry-list {
  display: grid;
  gap: 12px;
}

.worry-list p,
.check-list li,
.note-list li {
  margin: 0;
  padding: 14px 15px;
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.intro {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(255, 248, 235, 0.96)),
    repeating-linear-gradient(-12deg, rgba(180, 139, 27, 0.08) 0 8px, transparent 8px 22px);
}

.stamp-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.stamp-row span {
  padding: 9px 12px;
  border: 2px solid rgba(106, 20, 53, 0.88);
  border-radius: 8px;
  color: var(--burgundy);
  background: rgba(255, 255, 255, 0.7);
  font-family: Georgia, var(--font-serif);
  font-weight: 700;
  transform: rotate(-3deg);
}

.check-list,
.note-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  padding-left: 44px;
}

.check-list li::before {
  position: absolute;
  margin-left: -28px;
  color: var(--gold);
  content: "✓";
}

.activity-grid {
  display: grid;
  gap: 14px;
}

.activity-grid article,
.price-card,
.info-list div {
  border: 1px solid rgba(180, 139, 27, 0.25);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.activity-grid article {
  padding: 18px;
}

.activity-grid span {
  color: var(--gold);
  font-family: Georgia, var(--font-serif);
  font-size: 24px;
  font-weight: 700;
}

.activity-grid h3 {
  margin: 4px 0 4px;
  color: var(--burgundy);
  font-family: Georgia, var(--font-serif);
  font-size: 20px;
}

.activity-grid p {
  margin: 0;
}

.schedule-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px 14px;
  padding-top: 8px;
}

.schedule__title-image {
  display: block;
  width: min(100%, 360px);
  height: auto;
  margin: 0 auto 22px;
}

.schedule-card {
  position: relative;
  display: flex;
  min-height: 326px;
  flex-direction: column;
  align-items: center;
  padding: 28px 10px 16px;
  border: 1px dashed rgba(180, 139, 27, 0.52);
  border-radius: 8px;
  color: var(--burgundy);
  background:
    radial-gradient(circle at 50% 14%, rgba(255, 255, 255, 0.96), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 252, 246, 0.94));
  box-shadow: 0 8px 18px rgba(94, 56, 24, 0.08);
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.schedule-card:focus-visible {
  outline: 3px solid rgba(180, 139, 27, 0.45);
  outline-offset: 3px;
}

.schedule-card:active {
  transform: translateY(1px);
}

.schedule-card__number {
  position: absolute;
  top: -18px;
  left: 50%;
  display: grid;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--burgundy);
  box-shadow: 0 2px 0 rgba(180, 139, 27, 0.48);
  font-family: Georgia, var(--font-serif);
  font-size: 27px;
  font-weight: 700;
  line-height: 0.9;
  padding-bottom: 2px;
  transform: translateX(-50%);
}

.schedule-card__date {
  color: var(--burgundy);
  font-family: Georgia, var(--font-serif);
  font-size: clamp(34px, 9.7vw, 41px);
  font-weight: 700;
  line-height: 0.96;
  white-space: nowrap;
}

.schedule-card__date small {
  margin-left: 2px;
  font-family: var(--font-serif);
  font-size: 18px;
}

.schedule-card__line {
  position: relative;
  display: block;
  width: 82%;
  height: 1px;
  margin: 13px 0 10px;
  border-top: 1px dashed rgba(180, 139, 27, 0.52);
}

.schedule-card__line::after {
  position: absolute;
  top: -4px;
  left: 50%;
  width: 8px;
  height: 8px;
  background: var(--gold);
  content: "";
  transform: translateX(-50%) rotate(45deg);
}

.schedule-card__visual {
  position: relative;
  display: block;
  width: 88px;
  height: 58px;
  margin: 0 auto 9px;
}

.schedule-card__visual::before,
.schedule-card__visual::after {
  position: absolute;
  content: "";
}

.schedule-card__visual--game::before {
  left: 5px;
  top: 12px;
  width: 36px;
  height: 45px;
  border-radius: 7px;
  background: linear-gradient(145deg, #f17f79, #f8b4aa);
  box-shadow: 22px -7px 0 #f4cc55, 44px 1px 0 #7a96d4;
  transform: rotate(-15deg);
}

.schedule-card__visual--game::after {
  right: 4px;
  bottom: 2px;
  width: 31px;
  height: 31px;
  border-radius: 7px;
  background:
    radial-gradient(circle at 9px 9px, #231f20 0 3px, transparent 4px),
    radial-gradient(circle at 22px 9px, #231f20 0 3px, transparent 4px),
    radial-gradient(circle at 16px 17px, #231f20 0 3px, transparent 4px),
    radial-gradient(circle at 9px 24px, #231f20 0 3px, transparent 4px),
    #fffdf7;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
  transform: rotate(13deg);
}

.schedule-card__visual--science::before {
  left: 10px;
  bottom: 0;
  width: 48px;
  height: 43px;
  border: 3px solid rgba(179, 198, 199, 0.7);
  border-radius: 5px 5px 18px 18px;
  background:
    linear-gradient(180deg, transparent 0 28%, rgba(103, 195, 235, 0.72) 29%),
    linear-gradient(90deg, transparent 16px, rgba(103, 195, 235, 0.28) 16px 28px, transparent 28px);
  clip-path: polygon(31% 0, 69% 0, 69% 30%, 100% 100%, 0 100%, 31% 30%);
}

.schedule-card__visual--science::after {
  right: 4px;
  top: 10px;
  width: 28px;
  height: 28px;
  border: 5px solid #d7a62c;
  border-radius: 50%;
  box-shadow: 19px 19px 0 -12px #8b6a35;
  transform: rotate(-22deg);
}

.schedule-card__visual--body::before,
.schedule-card__visual--body::after {
  width: 50px;
  height: 35px;
  border-radius: 50%;
}

.schedule-card__visual--body::before {
  left: 4px;
  top: 10px;
  background:
    radial-gradient(circle at 20px 18px, #ffffff 0 4px, transparent 5px),
    radial-gradient(circle at 32px 18px, #ffffff 0 4px, transparent 5px),
    #f4b5c4;
}

.schedule-card__visual--body::after {
  right: 4px;
  top: 18px;
  background:
    radial-gradient(circle at 20px 17px, #ffffff 0 4px, transparent 5px),
    radial-gradient(circle at 32px 17px, #ffffff 0 4px, transparent 5px),
    #a9dadd;
}

.schedule-card__visual--hobbies::before {
  left: 4px;
  top: 8px;
  width: 50px;
  height: 37px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 15px 15px, #f3a6ac 0 5px, transparent 6px),
    radial-gradient(circle at 31px 13px, #f4cd50 0 5px, transparent 6px),
    radial-gradient(circle at 38px 26px, #9d7241 0 5px, transparent 6px),
    radial-gradient(circle at 23px 27px, #64b9d8 0 5px, transparent 6px),
    #f3dfb7;
  box-shadow: inset 0 0 0 2px rgba(176, 132, 61, 0.24);
}

.schedule-card__visual--hobbies::after {
  right: 4px;
  top: 5px;
  width: 34px;
  height: 45px;
  border-radius: 4px;
  background:
    linear-gradient(90deg, transparent 0 9px, rgba(180, 139, 27, 0.18) 9px 11px, transparent 11px),
    repeating-linear-gradient(180deg, #ffffff 0 7px, #eadcc4 8px 9px);
  box-shadow: -10px 22px 0 -15px #8b5a2b;
  transform: rotate(7deg);
}

.schedule-card__title {
  display: flex;
  min-height: 43px;
  align-items: center;
  justify-content: center;
  color: var(--burgundy);
  font-family: Georgia, var(--font-serif);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.16;
}

.schedule-card__time {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  color: var(--burgundy);
  font-family: Georgia, var(--font-serif);
  font-size: 18px;
  line-height: 1.1;
  white-space: nowrap;
}

.schedule-card__time span {
  position: relative;
  display: inline-block;
  width: 19px;
  height: 19px;
  border: 2px solid #e0a92c;
  border-radius: 50%;
}

.schedule-card__time span::before,
.schedule-card__time span::after {
  position: absolute;
  left: 8px;
  top: 4px;
  width: 2px;
  height: 6px;
  border-radius: 999px;
  background: #e0a92c;
  content: "";
}

.schedule-card__time span::after {
  top: 9px;
  width: 5px;
  height: 2px;
}

.schedule-card__capacity {
  margin-top: 7px;
  padding: 3px 10px;
  border: 1px solid rgba(180, 139, 27, 0.42);
  border-radius: 999px;
  color: var(--burgundy);
  background: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
}

.schedule-card__payment {
  position: relative;
  display: grid;
  width: 100%;
  height: 52px;
  margin-top: 10px;
  overflow: hidden;
  place-items: center;
}

.schedule-card__reserve {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 144px);
  min-height: 44px;
  border: 1.5px solid var(--gold);
  border-radius: 999px;
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), transparent 42%),
    linear-gradient(135deg, #b11b51 0%, #7b103d 58%, #641032 100%);
  box-shadow: 0 7px 14px rgba(106, 20, 53, 0.22), inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  font-family: var(--font-sans);
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0;
}

.schedule-card__reserve:active {
  transform: translateY(1px);
}

.schedule--overview .schedule-card {
  min-height: 268px;
  padding-bottom: 20px;
}

.schedule-list {
  grid-template-columns: 1fr;
  gap: 18px;
  padding-top: 8px;
}

.schedule-card {
  display: block;
  min-height: 0;
  padding: 24px 18px 20px;
  border: 1px solid rgba(180, 139, 27, 0.48);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 251, 243, 0.96)),
    radial-gradient(circle at 100% 0, rgba(180, 139, 27, 0.14), transparent 30%);
  box-shadow: 0 10px 22px rgba(86, 52, 22, 0.1);
  text-align: left;
}

.schedule-card__number {
  top: 14px;
  left: 16px;
  width: 42px;
  height: 42px;
  font-size: 19px;
  line-height: 1;
  padding-bottom: 0;
  transform: none;
}

.schedule-card__header {
  display: grid;
  gap: 6px;
  min-height: 42px;
  padding-left: 56px;
  margin-bottom: 16px;
}

.schedule-card__date {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-size: 36px;
  line-height: 0.95;
}

.schedule-card__date small {
  margin-left: 0;
  color: var(--gold);
  font-family: Georgia, var(--font-serif);
  font-size: 17px;
  font-weight: 700;
}

.schedule-card__time {
  margin-top: 0;
  color: #3a2a2c;
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
}

.schedule-card__time span {
  width: 17px;
  height: 17px;
}

.schedule-card__time span::before {
  left: 7px;
  top: 3px;
}

.schedule-card__time span::after {
  left: 7px;
  top: 8px;
}

.schedule-card__category {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 5px 12px;
  border: 1px solid rgba(180, 139, 27, 0.52);
  border-radius: 999px;
  color: var(--gold);
  background: rgba(255, 248, 235, 0.8);
  font-family: Georgia, var(--font-serif);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
}

.schedule-card__title {
  display: block;
  min-height: 0;
  margin: 0 0 6px;
  color: var(--burgundy);
  font-family: Georgia, var(--font-serif);
  font-size: 27px;
  line-height: 1.12;
  text-align: left;
}

.schedule-card__subtitle {
  margin: 0 0 14px;
  color: #4a2631;
  font-family: var(--font-serif);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.45;
}

.schedule-card__description,
.schedule-card__note,
.schedule-card__activity {
  margin: 0;
  color: #342527;
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.72;
}

.schedule-card__description span,
.schedule-card__note span {
  color: var(--burgundy);
}

.schedule-card__note {
  margin-top: 12px;
  padding: 12px;
  border-left: 3px solid var(--gold);
  border-radius: 0 8px 8px 0;
  background: rgba(255, 248, 235, 0.72);
  font-size: 12px;
}

.schedule-card__activity {
  margin-top: 12px;
  color: var(--burgundy);
}

.schedule-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.schedule-card__condition,
.schedule-card__capacity {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 12px;
  border: 1px solid rgba(180, 139, 27, 0.46);
  border-radius: 999px;
  color: var(--burgundy);
  background: rgba(255, 255, 255, 0.82);
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
}

.schedule-card__condition {
  color: var(--white);
  background: var(--burgundy);
  border-color: var(--burgundy);
}

.schedule-card__line,
.schedule-card__visual,
.schedule-card__payment {
  display: none;
}

.schedule--overview .schedule-list {
  grid-template-columns: 1fr;
  gap: 18px;
}

.schedule--overview .schedule-card {
  display: block;
  min-height: 0;
  padding: 24px 18px 20px;
}

.schedule--overview .schedule-card__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 92px;
  gap: 14px;
  align-items: center;
  padding-left: 56px;
  margin-bottom: 18px;
}

.schedule-card__illo {
  position: relative;
  display: block;
  width: 90px;
  height: 82px;
  overflow: hidden;
  border-radius: 18px;
  background: rgba(255, 248, 235, 0.76);
  box-shadow: inset 0 0 0 1px rgba(180, 139, 27, 0.28);
}

.schedule-card__illo img,
.schedule-card__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.schedule-card--hobbies .schedule-card__illo::before {
  left: 12px;
  top: 18px;
  width: 43px;
  height: 34px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 13px 14px, #f3a6ac 0 5px, transparent 6px),
    radial-gradient(circle at 28px 12px, #f4cd50 0 5px, transparent 6px),
    radial-gradient(circle at 31px 24px, #9d7241 0 5px, transparent 6px),
    radial-gradient(circle at 20px 24px, #64b9d8 0 5px, transparent 6px),
    #f3dfb7;
  box-shadow: inset 0 0 0 2px rgba(176, 132, 61, 0.22);
}

.schedule-card--hobbies .schedule-card__illo::after {
  right: 12px;
  top: 14px;
  width: 25px;
  height: 42px;
  border-radius: 3px;
  background: repeating-linear-gradient(180deg, #ffffff 0 7px, #eadcc4 8px 9px);
  transform: rotate(7deg);
}

.schedule--repeat .schedule-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px 14px;
}

.schedule--repeat .schedule-card {
  display: flex;
  min-height: 328px;
  flex-direction: column;
  align-items: center;
  padding: 28px 10px 16px;
  border: 1px dashed rgba(180, 139, 27, 0.52);
  border-radius: 8px;
  text-align: center;
}

.schedule--repeat .schedule-card__number {
  top: -18px;
  left: 50%;
  width: 38px;
  height: 38px;
  font-size: 24px;
  transform: translateX(-50%);
}

.schedule--repeat .schedule-card__date {
  display: flex;
  justify-content: center;
  gap: 5px;
  font-size: clamp(32px, 8.8vw, 38px);
  line-height: 0.96;
}

.schedule--repeat .schedule-card__date small {
  color: var(--burgundy);
  font-size: 16px;
}

.schedule--repeat .schedule-card__line {
  display: block;
}

.schedule--repeat .schedule-card__visual {
  display: block;
}

.schedule--repeat .schedule-card__category,
.schedule--repeat .schedule-card__subtitle,
.schedule--repeat .schedule-card__description,
.schedule--repeat .schedule-card__note,
.schedule--repeat .schedule-card__activity,
.schedule--repeat .schedule-card__meta {
  display: none;
}

.schedule--repeat .schedule-card__title {
  display: flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-size: 18px;
  line-height: 1.08;
  text-align: center;
}

.schedule--repeat .schedule-card__time {
  margin-top: auto;
  color: var(--burgundy);
  font-family: Georgia, var(--font-serif);
  font-size: 17px;
}

.schedule--repeat .schedule-card__capacity {
  margin-top: 8px;
}

.schedule--repeat .schedule-card__payment {
  display: grid;
}

.schedule--repeat .schedule-card--island .schedule-card__visual::before {
  left: 5px;
  top: 12px;
  width: 36px;
  height: 45px;
  border-radius: 7px;
  background: linear-gradient(145deg, #f17f79, #f8b4aa);
  box-shadow: 22px -7px 0 #f4cc55, 44px 1px 0 #7a96d4;
  transform: rotate(-15deg);
}

.schedule--repeat .schedule-card--island .schedule-card__visual::after {
  right: 4px;
  bottom: 2px;
  width: 31px;
  height: 31px;
  border-radius: 7px;
  background:
    radial-gradient(circle at 9px 9px, #231f20 0 3px, transparent 4px),
    radial-gradient(circle at 22px 9px, #231f20 0 3px, transparent 4px),
    radial-gradient(circle at 16px 17px, #231f20 0 3px, transparent 4px),
    radial-gradient(circle at 9px 24px, #231f20 0 3px, transparent 4px),
    #fffdf7;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
  transform: rotate(13deg);
}

.schedule--repeat .schedule-card--reading .schedule-card__visual::before {
  left: 10px;
  bottom: 0;
  width: 48px;
  height: 43px;
  border: 3px solid rgba(179, 198, 199, 0.7);
  border-radius: 5px 5px 18px 18px;
  background:
    linear-gradient(180deg, transparent 0 28%, rgba(103, 195, 235, 0.72) 29%),
    linear-gradient(90deg, transparent 16px, rgba(103, 195, 235, 0.28) 16px 28px, transparent 28px);
  clip-path: polygon(31% 0, 69% 0, 69% 30%, 100% 100%, 0 100%, 31% 30%);
}

.schedule--repeat .schedule-card--reading .schedule-card__visual::after {
  right: 4px;
  top: 10px;
  width: 28px;
  height: 28px;
  border: 5px solid #d7a62c;
  border-radius: 50%;
  box-shadow: 19px 19px 0 -12px #8b6a35;
  transform: rotate(-22deg);
}

.schedule--repeat .schedule-card--body .schedule-card__visual::before,
.schedule--repeat .schedule-card--body .schedule-card__visual::after {
  width: 50px;
  height: 35px;
  border-radius: 50%;
}

.schedule--repeat .schedule-card--body .schedule-card__visual::before {
  left: 4px;
  top: 10px;
  background:
    radial-gradient(circle at 20px 18px, #ffffff 0 4px, transparent 5px),
    radial-gradient(circle at 32px 18px, #ffffff 0 4px, transparent 5px),
    #f4b5c4;
}

.schedule--repeat .schedule-card--body .schedule-card__visual::after {
  right: 4px;
  top: 18px;
  background:
    radial-gradient(circle at 20px 17px, #ffffff 0 4px, transparent 5px),
    radial-gradient(circle at 32px 17px, #ffffff 0 4px, transparent 5px),
    #a9dadd;
}

.schedule--repeat .schedule-card--hobbies .schedule-card__visual::before {
  left: 4px;
  top: 8px;
  width: 50px;
  height: 37px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 15px 15px, #f3a6ac 0 5px, transparent 6px),
    radial-gradient(circle at 31px 13px, #f4cd50 0 5px, transparent 6px),
    radial-gradient(circle at 38px 26px, #9d7241 0 5px, transparent 6px),
    radial-gradient(circle at 23px 27px, #64b9d8 0 5px, transparent 6px),
    #f3dfb7;
  box-shadow: inset 0 0 0 2px rgba(176, 132, 61, 0.24);
}

.schedule--repeat .schedule-card--hobbies .schedule-card__visual::after {
  right: 4px;
  top: 5px;
  width: 34px;
  height: 45px;
  border-radius: 4px;
  background:
    linear-gradient(90deg, transparent 0 9px, rgba(180, 139, 27, 0.18) 9px 11px, transparent 11px),
    repeating-linear-gradient(180deg, #ffffff 0 7px, #eadcc4 8px 9px);
  box-shadow: -10px 22px 0 -15px #8b5a2b;
  transform: rotate(7deg);
}

.schedule--overview .schedule-card__date {
  margin-bottom: 8px;
}

.schedule--overview .schedule-card__time {
  margin-top: 8px;
}

.schedule--repeat .schedule-card__date {
  margin-bottom: 12px;
}

.schedule--repeat .schedule-card__line {
  margin-top: 0;
  margin-bottom: 12px;
}

.schedule-card__illo::before,
.schedule-card__illo::after,
.schedule-card__visual::before,
.schedule-card__visual::after {
  display: none !important;
  content: none !important;
}

.schedule--repeat .schedule-card__visual {
  width: 92px;
  height: 74px;
  margin-bottom: 10px;
}

.schedule--repeat .schedule-card--body .schedule-card__visual,
.schedule--repeat .schedule-card--reading .schedule-card__visual {
  width: 84px;
}

.schedule-card__illo img,
.schedule-card__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.entry-visual {
  margin-top: -1px;
  line-height: 0;
  overflow: hidden;
  background: #ffffff;
}

.entry-visual__design {
  display: block;
  width: 106%;
  height: auto;
  margin-left: -3%;
}

.price-visual {
  margin-top: -1px;
  line-height: 0;
  overflow: hidden;
  background: #fff8eb;
}

.price-visual__design {
  display: block;
  width: 100%;
  height: auto;
}

.application-visual {
  margin-top: -1px;
  line-height: 0;
  overflow: hidden;
  background: #fffdf8;
}

.application-visual__design {
  display: block;
  width: 100%;
  height: auto;
}

.footer-visual {
  position: relative;
  margin-top: -1px;
  overflow: hidden;
  background: #fff8eb;
}

.footer-visual__design {
  display: block;
  width: 100%;
  height: auto;
}

.footer-visual__hotspot {
  position: absolute;
  z-index: 1;
  top: 44.5%;
  right: 7%;
  left: 7%;
  height: 15%;
  border-radius: 999px;
}

.footer-info {
  position: relative;
  z-index: 2;
  padding: 24px 26px 30px;
  color: var(--burgundy);
  background: #fff8eb;
  font-family: var(--font-serif);
  text-align: center;
  line-height: 1.7;
}

.footer-info__law {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--burgundy);
  font-size: 13px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.footer-info__address {
  margin: 0 0 16px;
  color: #4a2631;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
}

.footer-info__copyright {
  margin: 18px -26px -30px;
  padding: 14px 16px;
  color: var(--white);
  background: var(--burgundy);
  font-size: 11px;
  font-weight: 700;
}

@media (min-width: 431px) {
  body {
    padding: 24px 0;
  }

  .lp {
    border-radius: 18px;
  }
}

@media (max-width: 360px) {
}
