/* 1dayパスLP */
:root {
  --main: #95233b;
  --orange: #ff721a;
  --teal: #05bcb3;
  --blue: #155ca2;
  --dark: #2b1805;
  --cream: #f8f6f0;
}

.text-main {
  color: var(--main) !important;
}
.text-orange {
  color: var(--orange) !important;
}
.text-teal {
  color: var(--teal) !important;
}
.text-blue {
  color: var(--blue) !important;
}
.text-dark {
  color: var(--dark) !important;
}

a:hover {
  opacity: 0.7;
}

.pc-hidden {
  display: block;
}
@media (min-width: 1100px) {
  .pc-hidden {
    display: none;
  }
}

/* KV */
.hero-container {
  width: 100%;
  background-color: var(--cream);
  padding: 20px 20px 40px;
  position: relative;
}
@media (min-width: 1100px) {
  .hero-container {
    padding: 60px 170px;
  }
}

.inner-wrapper {
  width: 100%;
  max-width: 550px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin: 0 auto;
}
@media (min-width: 1100px) {
  .inner-wrapper {
    max-width: 1100px;
  }
}

.hero-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-title {
  position: relative;
  z-index: 1;
  margin: 0 30px;
}

.hero-title-text {
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  font-size: 2.2rem;
  display: none;
}
@media (min-width: 1100px) {
  .hero-title-text {
    line-height: 1.5;
    font-size: 3.2rem;
  }
}
html:lang(en) .hero-title-text.en,
html:lang(ko) .hero-title-text.ko,
html:lang(kr) .hero-title-text.ko,
html:lang(th) .hero-title-text.th,
html:lang(zh-Hans) .hero-title-text.ch,
html:lang(zh-Hant) .hero-title-text.zh,
html:lang(ja) .hero-title-text.ja {
  display: block;
}

.hero-title-text .text-orange,
.hero-title-text .text-teal,
.hero-title-text .text-blue {
  font-size: 3.8rem;
}
@media (min-width: 1100px) {
  .hero-title-text .text-orange,
  .hero-title-text .text-teal,
  .hero-title-text .text-blue {
    font-size: 4.8rem;
  }
}

.hero-title::before,
.hero-title::after {
  content: '';
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.hero-title::before {
  width: 42px;
  aspect-ratio: 184 / 208;
  top: -14px;
  right: calc(100% + 3px);
  background-image: url('../img/hankyu1daypass/hero_title_01.png');
}
.hero-title::after {
  width: 62px;
  aspect-ratio: 90 / 91;
  top: -20px;
  left: calc(100% - 16px);
  background-image: url('../img/hankyu1daypass/hero_title_02.png');
}
@media (min-width: 1100px) {
  .hero-title::before {
    width: 92px;
    top: auto;
    bottom: 20%;
    right: 100%;
  }
  .hero-title::after {
    width: 90px;
    top: -44px;
    left: calc(100% - 22px);
  }
}

/* Map Container */
.kv-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.kv-container .kv-img {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.kv-container .kv-img::before {
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  background-image: url('../img/hankyu1daypass/kv_map-design_sp01.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: calc(55 / 335 * 100%);
  height: auto;
  aspect-ratio: 110 / 180;
  transform: translate(80%, -50%);
}
.kv-container .kv-img::after {
  content: '';
  position: absolute;
  bottom: 100%;
  right: 0;
  background-image: url('../img/hankyu1daypass/kv_map-design_sp02.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: calc(48 / 335 * 100%);
  height: auto;
  aspect-ratio: 97 / 123;
  transform: translateY(20%);
}
@media (min-width: 1100px) {
  .kv-container .kv-img {
    width: 648px;
  }
  .kv-container .kv-img::before {
    top: -23px;
    right: auto;
    background-image: url('../img/hankyu1daypass/kv_map-design.png');
    width: 1100px;
    height: 460px;
    aspect-ratio: auto;
    transform: none;
  }
  .kv-container .kv-img::after {
    content: none;
  }
}

.kv-container .kv-img img {
  width: 100%;
  height: auto;
}
.kv-container .kv-text {
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
@media (min-width: 1100px) {
  .kv-container .kv-text {
    width: 648px;
  }
}

.kv-container .kv-text svg g,
.course-map-image .map-text svg g {
  display: none;
}

html:lang(en) .kv-container .kv-text svg .map_text_en,
html:lang(ko) .kv-container .kv-text svg .map_text_ko,
html:lang(kr) .kv-container .kv-text svg .map_text_ko,
html:lang(th) .kv-container .kv-text svg .map_text_th,
html:lang(zh-Hans) .kv-container .kv-text svg .map_text_ch,
html:lang(ch) .kv-container .kv-text svg .map_text_ch,
html:lang(zh-Hant) .kv-container .kv-text svg .map_text_zh,
html:lang(zh) .kv-container .kv-text svg .map_text_zh,
html:lang(ja) .kv-container .kv-text svg .map_text_ja,
html:lang(en) .course-map-image .map-text svg .map_text_en,
html:lang(ko) .course-map-image .map-text svg .map_text_ko,
html:lang(kr) .course-map-image .map-text svg .map_text_ko,
html:lang(th) .course-map-image .map-text svg .map_text_th,
html:lang(zh-Hans) .course-map-image .map-text svg .map_text_ch,
html:lang(ch) .course-map-image .map-text svg .map_text_ch,
html:lang(zh-Hant) .course-map-image .map-text svg .map_text_zh,
html:lang(zh) .course-map-image .map-text svg .map_text_zh,
html:lang(ja) .course-map-image .map-text svg .map_text_ja {
  display: block;
}
svg .map_text_ja {
  font-family: TsukuARdGothic-Regular-83pv-RKSJ-H, 'Tsukushi A Round Gothic';
}
.kv-container .kv-text tspan {
  fill: #221815;
}

.kv-container::before {
  content: '';
  position: absolute;
  top: -60px;
  left: auto;
  width: calc(459 / 335 * 100%);
  height: auto;
  aspect-ratio: 888 / 671;
  background: url('../img/hankyu1daypass/kv_bg.svg') no-repeat center / contain;
  z-index: 0;
}
@media (min-width: 1100px) {
  .kv-container::before {
    top: -100px;
    width: 888px;
  }
}

/* Features */
.features {
  position: relative;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  justify-content: center;
  margin: 20px 0;
  z-index: 1;
}
@media (min-width: 1100px) {
  .features {
    gap: 60px;
  }
}

.feature-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.8rem;
}

.feature-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 61px;
}
@media (min-width: 1100px) {
  .feature-icon {
    height: 90px;
  }
}

.feature-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.feature-text {
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
  color: var(--dark);
  line-height: 1.5em;
}
@media (min-width: 1100px) {
  .feature-text {
    font-size: 1.8rem;
  }
}

/* Purchase Button */
a.purchase-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: var(--main);
  color: white;
  padding: 16px;
  border-radius: 6px;
  text-decoration: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.05);
  border: 1px solid #e0e0e0;
  transition: background-color 0.3s;
  min-height: 60px;
  width: 347px;
}
.purchase-button.orange {
  background-color: var(--orange);
}
.purchase-button.teal {
  background-color: var(--teal);
}
.purchase-button.blue {
  background-color: var(--blue);
}

.purchase-button:hover {
  opacity: 0.7;
}

.arrow-icon {
  position: absolute;
  top: auto;
  right: 16px;
  width: 10px;
  height: 10px;
}

/* Courses Section */
.courses-section {
  width: 100%;
  padding: 60px 0;
}

.courses-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.section-subtitle {
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: var(--dark);
}

.section-title {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: bold;
  text-align: center;
  font-size: 2.7rem;
  line-height: 1.5;
}
.section-title .large {
  font-size: 3.2rem;
}
.section-title .text-blue {
  font-size: 2.8rem;
}
.section-title .text-small {
  font-size: 1.8rem;
}
@media (min-width: 1100px) {
  .section-title {
    font-size: 3.2rem;
  }

  .section-title .large {
    font-size: 4.6rem;
  }

  .section-title .text-blue {
    font-size: 4.2rem;
  }
  .section-title .text-small {
    font-size: inherit;
  }
}

/* Course Cards */
.course-cards {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 375px;
  margin-top: 20px;
  padding: 0 20px;
}
@media (min-width: 1100px) {
  .course-cards {
    flex-direction: row;
    gap: 20px;
    width: 1100px;
    padding: 0;
  }
}

.course-card {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.course-card:hover {
  opacity: 0.7;
}

.course-card-header {
  background-color: white;
  border: 1px solid #e4e4e4;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  padding: 10px 65px 10px 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}
html:lang(ja) .course-card-header {
  padding: 10px 15px;
}
@media (min-width: 1100px) {
  .course-card-header {
    padding: 20px 150px 20px 20px;
    flex-direction: column;
    align-items: normal;
  }
  html:lang(ja) .course-card-header {
    padding: 20px;
  }
}

.course-cards .course-card {
  position: relative;
}
.course-cards .course-card::after {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.course-cards .course-card:nth-child(1)::after {
  width: 87px;
  top: -5px;
  right: -8px;
  background-image: url('../img/hankyu1daypass/course-card01_sp.png');
  aspect-ratio: 368 / 281;
}
.course-cards .course-card:nth-child(2)::after {
  width: 57px;
  top: -26px;
  right: 5px;
  background-image: url('../img/hankyu1daypass/course-card02.png');
  aspect-ratio: 224 / 250;
}
.course-cards .course-card:nth-child(3)::after {
  width: 85px;
  top: -26px;
  right: -8px;
  background-image: url('../img/hankyu1daypass/course-card03.png');
  aspect-ratio: 340 / 268;
}
@media (min-width: 1100px) {
  .course-cards .course-card:nth-child(1)::after {
    background-image: url('../img/hankyu1daypass/course-card01.png');
    width: 184px;
    top: -20px;
    right: -15px;
  }
  .course-cards .course-card:nth-child(2)::after {
    width: 112px;
    top: -5px;
    right: 5px;
  }
  .course-cards .course-card:nth-child(3)::after {
    width: 170px;
    top: -20px;
    right: -25px;
  }
}

.course-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 13px 5px;
  border-radius: 100px;
  color: white;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-weight: 900;
  font-size: 1rem;
  width: fit-content;
  height: fit-content;
}
@media (min-width: 1100px) {
  .course-badge {
    font-size: 1.3rem;
  }
}

.course-badge.orange {
  background-color: var(--orange);
}
.course-badge.teal {
  background-color: var(--teal);
}
.course-badge.blue {
  background-color: var(--blue);
}

.course-title {
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: var(--dark);
  line-height: 1.5;
}

.course-card-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px;
  border-radius: 0 0 10px 10px;
}
@media (min-width: 1100px) {
  .course-card-footer {
    padding: 10px;
  }
}

.course-card-footer.orange {
  background-color: var(--orange);
}
.course-card-footer.teal {
  background-color: var(--teal);
}
.course-card-footer.blue {
  background-color: var(--blue);
}

.course-card-footer svg {
  width: 10px;
  height: 10px;
  transform: rotate(90deg);
}

/* Course Details Section */
.course-details-section {
  width: 100%;
  padding: 60px 0;
}

.course-details-container {
  width: 100%;
  max-width: 590px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 1100px) {
  .course-details-container {
    width: 1100px;
    max-width: none;
  }
}

.course-detail {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.course-detail-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.course-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 20px 5px;
  border-radius: 100px;
  color: white;
  font-family: 'Zen Kaku Gothic Antique', 'Zen Kaku Gothic New', sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
}
.course-number span {
  font-size: 2.2rem;
}
@media (min-width: 1100px) {
  .course-number {
    font-size: 2.4rem;
  }
  .course-number span {
    font-size: 2.8rem;
  }
}

.course-number.orange {
  background-color: var(--orange);
}
.course-number.teal {
  background-color: var(--teal);
}
.course-number.blue {
  background-color: var(--blue);
}

.course-detail-title {
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-weight: bold;
  font-size: 2.8rem;
  text-align: center;
  line-height: 1.5;
}
@media (min-width: 1100px) {
  .course-detail-title {
    font-size: 3.2rem;
  }
}

.course-detail-title.orange {
  color: var(--orange);
}
.course-detail-title.teal {
  color: var(--teal);
}
.course-detail-title.blue {
  color: var(--blue);
}

/* Course Overview */
.course-overview {
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
}
@media (min-width: 1100px) {
  .course-overview {
    flex-direction: row;
    align-items: center;
  }
}

.course-map-image {
  position: relative;
  max-width: 550px;
  width: 100%;
  height: auto;
}
@media (min-width: 1100px) {
  .course-map-image {
    width: 550px;
    height: auto;
  }
}
.course-map-image img {
  width: 100%;
  height: auto;
}
.course-map-image .map-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.course-description {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 1100px) {
  .course-description {
    position: relative;
  }
  #course02 .course-description::before,
  #course03 .course-description::before {
    content: '';
    position: absolute;
    bottom: calc(100% + 31px);
    right: 25px;
    width: 60px;
    height: auto;
    aspect-ratio: 60 / 33;
    background-image: url('../img/hankyu1daypass/course-description_01.png');
    background-position: center;
    background-size: contain;
  }
}

.course-description p {
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5;
  color: var(--dark);
}

.course-info {
  display: flex;
  align-items: start !important;
}

.info-icon {
  width: 18px;
  height: 21px;
  flex-shrink: 0;
}

.course-info strong {
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-weight: bold;
  font-size: 16px;
}

.course-info span {
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 16px;
  color: var(--dark);
}

/* Itinerary */
.itinerary {
  display: flex;
  flex-direction: column;
}

.itinerary-start,
.itinerary-goal {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.start-badge,
.goal-badge.step-number {
  width: fit-content;
  height: fit-content;
  color: white;
  padding: 2px 23px 5px;
  border-radius: 100px;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-weight: bold;
  font-size: 2.3rem;
}

.start-badge.orange,
.goal-badge.orange {
  background-color: var(--orange);
}
.start-badge.teal,
.goal-badge.teal {
  background-color: var(--teal);
}
.start-badge.blue,
.goal-badge.blue {
  background-color: var(--blue);
}

.itinerary-start h3,
.itinerary-goal h3 {
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-weight: bold;
  font-size: 2.8rem;
  color: var(--dark);
}

.itinerary-step {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  padding-top: 20px;
  border-radius: 10px;
  position: relative;
}

.itinerary-step.step01::before {
  content: '';
  position: absolute;
  top: 10px;
  left: -85px;
  width: 640px;
  height: auto;
  aspect-ratio: 895 / 863;
  display: block;
  background: url('../img/hankyu1daypass/step01_bg.svg') no-repeat 0 0 / contain;
  z-index: 0;
}
#course01 .itinerary-step.step01::before {
  top: 2%;
  left: -50%;
  width: auto;
  height: calc(100% - 50px);
}
.itinerary-step.step02::before {
  content: '';
  position: absolute;
  top: 90px;
  left: auto;
  right: auto;
  height: calc(100% - 85px);
  aspect-ratio: 857 / 683;
  display: block;
  background: url('../img/hankyu1daypass/step02_bg.svg') no-repeat 0 0 / contain;
  z-index: 0;
}
.itinerary-step.step03::before {
  content: '';
  position: absolute;
  top: 10%;
  left: calc(50% - 300px);
  height: 95%;
  aspect-ratio: 803 / 718;
  display: block;
  background: url('../img/hankyu1daypass/step03_bg.svg') no-repeat 0 0 / contain;
  z-index: 0;
}
.itinerary-step.step04::before {
  content: '';
  position: absolute;
  top: 3%;
  left: -260px;
  height: 92%;
  aspect-ratio: 833 / 644;
  display: block;
  background: url('../img/hankyu1daypass/step04_bg.svg') no-repeat 0 0 / contain;
  z-index: 0;
}
.itinerary-step.step05::before {
  content: '';
  position: absolute;
  top: -3%;
  left: -100px;
  height: 105%;
  aspect-ratio: 759 / 676;
  display: block;
  background: url('../img/hankyu1daypass/step05_bg.svg') no-repeat 0 0 / contain;
  z-index: 0;
}
@media (min-width: 1100px) {
  .itinerary-step.step01::before {
    left: -105px;
    width: 710px;
    height: auto;
  }
  #course01 .itinerary-step.step01::before {
    left: -130px;
    width: 870px;
    height: auto;
  }
  .itinerary-step.step02::before {
    width: 857px;
    height: auto;
    top: -50px;
    right: -90px;
  }
  .itinerary-step.step03::before {
    width: 803px;
    height: auto;
    top: -20px;
    left: -105px;
  }
  .itinerary-step.step04::before {
    width: 833px;
    height: auto;
    left: auto;
    right: -155px;
    top: -20px;
  }
  .itinerary-step.step05::before {
    width: 759px;
    height: auto;
    top: 40px;
    left: -120px;
  }
}

.step-number {
  position: relative;
  width: 42px;
  height: 42px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-weight: bold;
  font-size: 2.5rem;
  margin: 0 auto;
}

.step-number::after {
  content: '';
  position: absolute;
  bottom: calc(100% + 5px);
  left: calc(50% - 60px);
  width: 60px;
  height: 108px;
  background: url('../img/hankyu1daypass/rail.svg') no-repeat center / contain;
}
.itinerary > .itinerary-step:nth-child(odd) .step-number::after {
  transform: scaleX(-1);
  left: calc(50% - 5px);
}

.step-number.orange {
  background-color: var(--orange);
}
.step-number.teal {
  background-color: var(--teal);
}
.step-number.blue {
  background-color: var(--blue);
}

.itinerary-step h4 {
  position: relative;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-weight: bold;
  font-size: 2.6rem;
  font-size: 2.2rem;
  color: var(--dark);
  text-align: center;
  margin-top: 15px;
  width: 100%;
}
@media (min-width: 1100px) {
  .itinerary-step h4 {
    font-size: 2.6rem;
    width: fit-content;
  }
}
.itinerary-step h4::after {
  content: '';
  position: absolute;
}

#course01 .step01 h4::after {
  bottom: calc(100% + 40px);
  left: calc(50% + 30px);
  width: 135px;
  height: 64px;
  background: url('../img/hankyu1daypass/course01-step01-01.png') no-repeat center / contain;
}
#course01 .step02 h4::after {
  bottom: 100%;
  right: calc(50% - 180px);
  width: 145px;
  height: 95px;
  background: url('../img/hankyu1daypass/course01-step02-01.png') no-repeat center / contain;
}
#course01 .step03 h4::after {
  bottom: 100%;
  right: calc(50% + 35px);
  width: 128px;
  height: 84px;
  background: url('../img/hankyu1daypass/course01-step03-01.png') no-repeat center / contain;
}
#course01 .step04 h4::after {
  bottom: 100%;
  right: calc(50% - 170px);
  width: 81px;
  height: 89px;
  background: url('../img/hankyu1daypass/course01-step04-01.png') no-repeat center / contain;
}
#course01 .step05 h4::after {
  bottom: calc(100% + 25px);
  left: calc(50% - 180px);
  width: 147px;
  height: 64px;
  background: url('../img/hankyu1daypass/course01-step05-01.png') no-repeat center / contain;
}
@media (min-width: 1100px) {
  #course01 .step01 h4::after {
    width: 200px;
    bottom: calc(100% + 27px);
    height: 95px;
    right: 152px;
    left: auto;
  }
  #course01 .step02 h4::after {
    width: 189px;
    height: 124px;
    bottom: -43px;
    right: auto;
  }
  #course01 .step03 h4::after {
    width: 222px;
    height: 146px;
    bottom: -35px;
    right: calc(100% + 31px);
    left: auto;
  }
  #course01 .step04 h4::after {
    width: 104px;
    height: 115px;
    top: -50px;
    bottom: auto;
    right: auto;
    left: calc(100% + 26px);
  }
  #course01 .step05 h4::after {
    bottom: 0;
    left: auto;
    right: calc(100% + 12px);
    width: 187px;
    height: 82px;
  }
}
#course02 .step01 h4::after {
  bottom: 100%;
  left: calc(50% - 170px);
  width: 115px;
  height: 130px;
  background: url('../img/hankyu1daypass/course02-step01-01.png') no-repeat center / contain;
}
#course02 .step02 h4::after {
  bottom: calc(100% + 7px);
  right: calc(50% - 180px);
  width: 115px;
  height: 127px;
  background: url('../img/hankyu1daypass/course02-step02-01.png') no-repeat center / contain;
}
#course02 .step03 h4::after {
  bottom: 100%;
  left: calc(50% - 160px);
  width: 129px;
  height: 116px;
  background: url('../img/hankyu1daypass/course02-step03-01.png') no-repeat center / contain;
}
@media (min-width: 1100px) {
  #course02 .step01 h4::after {
    width: 149px;
    height: 168px;
    bottom: -26px;
    left: -114px;
  }
  #course02 .step02 h4::after {
    width: 170px;
    height: auto;
    aspect-ratio: 192 / 213;
    bottom: -40px;
    right: -223px;
  }
  #course02 .step03 h4::after {
    width: 205px;
    height: 184px;
    bottom: -9px;
    left: -153px;
  }
}
#course03 .step01 h4::after {
  bottom: 100%;
  left: calc(50% - 170px);
  width: 137px;
  height: 111px;
  background: url('../img/hankyu1daypass/course03-step01-01.png') no-repeat center / contain;
}
#course03 .step02 h4::after {
  bottom: 100%;
  right: calc(50% - 170px);
  width: 129px;
  height: 112px;
  background: url('../img/hankyu1daypass/course03-step02-01.png') no-repeat center / contain;
}
#course03 .step03 h4::after {
  bottom: 100%;
  left: calc(50% - 170px);
  width: 136px;
  height: 107px;
  background: url('../img/hankyu1daypass/course03-step03-01.png') no-repeat center / contain;
}
@media (min-width: 1100px) {
  #course03 .step01 h4::after {
    width: 184px;
    height: 150px;
    bottom: -26px;
    left: -150px;
  }
  #course03 .step02 h4::after {
    width: 180px;
    height: auto;
    aspect-ratio: 209 / 183;
    bottom: -40px;
    right: -223px;
  }
  #course03 .step03 h4::after {
    width: 216px;
    height: 169px;
    bottom: 10px;
    left: -216px;
  }
}

.step-image {
  width: 100%;
  height: auto;
  aspect-ratio: 6 / 4;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 1100px) {
  .step-image {
    width: 560px;
  }
}
.step-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.itinerary-step.step01 .step-images {
  display: grid;
  grid-template-rows: auto auto;
  row-gap: 6px;
  width: 100%;
  height: auto;
  align-self: center;
}
.itinerary-step.step01 .step-images-top {
  display: grid;
  grid-template-columns: calc(40 / 335 * 100%) 1fr calc(37 / 335 * 100%);
  column-gap: 8px;
}
.itinerary-step.step01 .step-images-top img {
  grid-column: 2 / 3;
}
.itinerary-step.step01 .step-images-bottom {
  display: grid;
  grid-template-columns: 1.8fr 1fr;
  column-gap: 8px;
}
@media (min-width: 1100px) {
  .itinerary-step.step01 .step-images {
    align-self: baseline;
    row-gap: 10px;
    width: 592px;
  }
  .itinerary-step.step01 .step-images-top {
    grid-template-columns: 60px 1fr 55px;
    column-gap: 17px;
  }
  .itinerary-step.step01 .step-images-bottom {
    grid-template-columns: 370px 205px;
    column-gap: 17px;
  }
}

.itinerary-step.step01 .step-images img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

.step-details {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
@media (min-width: 1100px) {
  .step-details {
    flex-direction: row;
    gap: 40px;
    margin-top: 40px;
  }
  .itinerary > .itinerary-step:nth-child(even) .step-details {
    flex-direction: row-reverse;
  }
}
.step-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1100px) {
  .step-info {
    gap: 40px;
  }
}
.info-text {
  font-size: 1.6rem;
}

@media (min-width: 1100px) {
  .info-text {
    font-size: 1.8rem;
  }
}

.info-list {
  width: 100%;
  table-layout: auto;
  border-collapse: separate;
  border-spacing: 0 4px;
}

.info-label {
  white-space: nowrap;
  padding-right: 12px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
#course01 .info-label {
  color: var(--orange);
}
#course02 .info-label {
  color: var(--teal);
}
#course03 .info-label {
  color: var(--blue);
}

.info-label svg {
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.info-label strong {
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-weight: bold;
  font-size: 16px;
}

.info-value {
  width: 100%;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 16px;
  color: var(--dark);
  white-space: wrap;
}

/* Point Box */
.point-box {
  background-color: white;
  border-radius: 10px;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.point-header {
  display: flex;
  align-items: center;
  gap: 5px;
}

.point-header strong {
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: var(--orange);
}

.point-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.point-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: var(--dark);
  line-height: 1.5;
}

.point-list li::before {
  content: '';
  width: 24px;
  height: 24px;
  background-color: var(--orange);
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.8rem;
  font-weight: bold;
}

.point-list li:first-child::before {
  content: '1';
}

.point-list li:nth-child(2)::before {
  content: '2';
}

/* Detail Button */
a.detail-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 32px 18px 16px;
  border-radius: 6px;
  color: white;
  text-decoration: none;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-weight: bold;
  font-size: 16px;
  border: 1px solid transparent;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.05);
  transition: opacity 0.3s;
  width: 346px;
  min-height: 60px;
  align-self: flex-start;
  margin: 0 auto;
}
.detail-link-button::after {
  position: absolute;
  top: auto;
  right: 16px;
  content: '';
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  background: url('../img/hankyu1daypass/link-icon.svg') no-repeat center / contain;
}
@media (min-width: 1100px) {
  .detail-button {
    width: 346px;
  }
}

.detail-button.orange {
  background-color: var(--orange);
}
.detail-button.teal {
  background-color: var(--teal);
}
.detail-button.blue {
  background-color: var(--blue);
}

.detail-button.outline {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.05);
  color: var(--dark);
}

.detail-button.outline.orange {
  color: var(--orange);
  border-color: var(--orange);
}
.detail-button.outline.teal {
  color: var(--teal);
  border-color: var(--teal);
}
.detail-button.outline.blue {
  color: var(--blue);
  border-color: var(--blue);
}

.step-goal {
  gap: 30px;
}
.goal-description {
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 1.8rem;
  color: var(--dark);
  line-height: 1.5;
  text-align: center;
}

.goal-actions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media (min-width: 1100px) {
  .goal-actions {
    flex-direction: row;
    gap: 30px;
  }
}
.detail-button:hover {
  opacity: 0.9;
}
/* Caution */
ul.caution {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
ul.caution li {
  display: flex;
  gap: 5px;
  font-size: 1.2rem;
}
.caution a.text-main {
  text-decoration: underline;
}
/* Tourist Center */
.tourist-center-section {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: var(--cream);
}

.tourist-center-container {
  width: 100%;
  max-width: 590px;
  padding: 60px 20px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}
@media (min-width: 1100px) {
  .tourist-center-container {
    max-width: 1100px;
  }
}

.tourist-center-section .section-title {
  font-size: 2.8rem;
}
@media (min-width: 1100px) {
  .tourist-center-section .section-title {
    font-size: 3.2rem;
  }
}

.tourist-cards {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.tourist-card {
  width: 100%;
  display: flex;
  gap: 20px;
  align-items: center;
}
.tourist-image {
  width: 157px;
  height: 95px;
  flex-shrink: 0;
}
.tourist-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
@media (min-width: 1100px) {
  .tourist-cards {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px 60px;
  }
  .tourist-card {
    width: calc(50% - 35px);
  }
  .tourist-image {
    width: 250px;
    height: 151px;
  }
}

.tourist-card p {
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5;
  color: var(--dark);
}

.tourist-center-cta {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.tourist-note {
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: var(--orange);
  display: flex;
  gap: 10px;
  align-items: end;
}
.tourist-note::before,
.tourist-note::after {
  content: '';
  width: 23px;
  height: 25px;
}
.tourist-note::before {
  background: url('../img/hankyu1daypass/tourist-note-before.svg') no-repeat center bottom / contain;
}
.tourist-note::after {
  background: url('../img/hankyu1daypass/tourist-note-after.svg') no-repeat center bottom / contain;
}

.tourist-center-cta .detail-button {
  padding: 21px 21px 21px 16px;
  font-size: 1.4rem;
  background-color: var(--main);
  color: white;
}

/* FAQ */
.faq-section {
  width: 100%;
  display: flex;
  justify-content: center;
}

.faq-container {
  width: 100%;
  max-width: 590px;
  padding: 60px 20px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 1100px) {
  .faq-container {
    max-width: 1100px;
  }
}

.faq-title {
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-weight: bold;
  font-size: 2.8rem;
  text-align: center;
  color: var(--dark);
}
@media (min-width: 1100px) {
  .faq-title {
    font-size: 3.2rem;
  }
}

.faq-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.faq-q,
.faq-a {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.faq-badge {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid var(--main);
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-weight: bold;
  font-size: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.faq-q .faq-badge {
  background-color: var(--main);
  color: white;
}
.faq-a .faq-badge {
  color: var(--main);
  background-color: white;
}

.faq-q p,
.faq-a p {
  flex: 1;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  color: var(--dark);
}
.faq-q p {
  font-weight: bold;
}
