/* ============================================================
   Specialty service cards
   Used by: asaka_staff.html / soccer_world_staff.html / solution.html
   Card-level markup/classes (.top-service-card*) are shared with the
   #top_service section on page-stg-asaka.php / page-stg-world.php,
   defined below — kept as one implementation so mobile fixes apply
   everywhere at once.
   ============================================================ */
.specialty-services {
  margin: clamp(50px, 6.5vw, 88px) 0 0;
}

.specialty-services__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 0 0 clamp(16px, 2.4vw, 28px);
  color: #09245f;
  font-size: clamp(22px, 2.4vw, 36px) !important;
  line-height: 1.4;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.04em;
}

.specialty-services__title::before,
.specialty-services__title::after {
  content: "";
  width: clamp(28px, 4vw, 64px);
  height: 2px;
  background: #4ab7de;
}

.specialty-services__list {
  display: grid;
  gap: clamp(14px, 2vw, 22px);
  width: min(100%, 1120px);
  margin: 0 auto;
}

.specialty-services__title-break,
.staff-support-ribbon-break {
  display: none;
}

@media (max-width: 767px) {
  .specialty-services__title {
    gap: 10px;
  }

  .specialty-services__list {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .specialty-services__title-break,
  .staff-support-ribbon-break {
    display: inline;
  }
}

/* ============================================================
   Top page specialty service cards (#top_service)
   Used by: page-stg-asaka.php / page-stg-world.php, and reused for
   the .specialty-services__list cards above (asaka_staff.html /
   soccer_world_staff.html / solution.html)
   ============================================================ */
.top-service-cards {
  display: grid;
  gap: clamp(18px, 2.2vw, 26px);
  width: min(100%, 1100px);
  margin: clamp(30px, 4vw, 50px) auto 0;
}

.top-service-card {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: minmax(160px, 20%) minmax(220px, 28%) minmax(0, 1fr);
  min-height: 190px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #d9e6ef;
  box-shadow: 0 10px 24px rgba(13, 45, 86, .1);
}

.top-service-card__label {
  display: grid;
  align-content: center;
  justify-items: center;
  padding: 22px 14px;
  color: #fff;
  background: #15b8be;
}

.top-service-card--marking .top-service-card__label {
  background: #2276bd;
}

.top-service-card--teamwear .top-service-card__label {
  background: #ef7b22;
}

.top-service-card--staff .top-service-card__label {
  background: #8055b8;
}

.top-service-card__label h3 {
  margin: 0;
  color: inherit;
  font-size: clamp(20px, 1.55vw, 28px);
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
}

.top-service-card__image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
}

.top-service-card__body {
  display: grid;
  align-content: center;
  gap: 20px;
  min-width: 0;
  padding: clamp(22px, 2.5vw, 34px);
}

.top-service-card__body p {
  margin: 0;
  color: #09245f;
  font-size: clamp(16px, 1.2vw, 19px);
  font-weight: 800;
  line-height: 1.8;
}

.top-service-card__body a {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 270px);
  min-height: 44px;
  padding: 9px 20px;
  color: #fff;
  background: #15b8be;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.4;
  text-decoration: none;
}

.top-service-card--marking .top-service-card__body a {
  background: #2276bd;
}

.top-service-card--teamwear .top-service-card__body a {
  background: #ef7b22;
}

.top-service-card--staff .top-service-card__body a {
  background: #8055b8;
}

@media (max-width: 767px) {
  .top-service-cards {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 28px;
    padding-inline: 15px;
    box-sizing: border-box;
  }

  .top-service-card {
    display: grid;
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .top-service-card__label {
    justify-items: start;
    padding: 16px 18px;
  }

  .top-service-card__label h3 {
    font-size: 18px;
    text-align: left;
  }

  .top-service-card--teamwear .top-service-card__label h3 br {
    display: none;
  }

  .top-service-card__image {
    height: 280px;
    min-height: 0;
  }

  .top-service-card__body {
    align-content: start;
    gap: 14px;
    padding: 18px 16px;
  }

  .top-service-card__body p {
    font-size: 14px;
    line-height: 1.65;
  }

  .top-service-card__body a {
    width: 100%;
    padding-inline: 8px;
    min-height: 40px;
    font-size: 13px;
  }
}

/* ============================================================
   Contact section (#contact)
   Used by: marking.html / diagnosis.html
   ============================================================ */
#contact {
  padding-top: 50px !important;
  background: #ffffff !important;
}

#contact::before,
#contact::after,
#contact.effect-section--blue::before,
#contact.effect-section--blue::after {
  display: none !important;
}

#contact .ttl h2 img {
  width: 480px !important;
  max-width: 480px !important;
  height: auto !important;
}

#contact .contact_blc {
  background: #ffffff;
  border: 1px solid #d9e6ef;
  border-radius: 12px;
  box-shadow: 0 14px 34px rgba(13, 45, 86, 0.1);
}

#contact .map {
  min-width: 0;
}

#contact .box_border {
  box-sizing: border-box;
  display: inline-block;
  padding: 0;
  background: transparent;
  border: 0 !important;
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
}

#contact .box_border::before {
  display: none;
}

#contact .box_border iframe {
  display: block;
  width: 450px;
  max-width: 100%;
  height: 530px;
  border: 0 !important;
  border-radius: 8px 0 0 8px;
}

#contact .store_img,
#contact .contact_info .store_img {
  box-sizing: border-box;
  display: block;
  position: static;
  clear: both;
  width: 100%;
  max-width: 420px;
  margin: 0 0 6px;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  overflow: visible;
  line-height: 0;
  transform: translate(-30px, -5px);
}

#contact .store_img img,
#contact .contact_info .store_img img {
  display: block;
  border: 0 !important;
  box-shadow: none !important;
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 0;
}

#contact .contact_info .store_sns_box {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px !important;
  justify-content: flex-start;
  margin-bottom: 18px;
}

#contact .contact_info .store_sns_box a,
#contact .contact_info .store_sns_box .nav,
#contact .contact_info .store_sns_box .has-sub {
  display: block;
  flex: 0 0 auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0;
}

#contact .contact_info .store_sns_box img {
  display: block;
  width: 36px !important;
  height: auto !important;
  max-height: none;
}

.store_name,
.store_adress {
  margin-top: 0;
}

.store_time {
  margin-bottom: 0 !important;
}

.store_tel {
  margin-bottom: 22px !important;
}

@media (max-width: 767px) {
  #contact {
    padding: 55px 0 46px !important;
  }

  #contact .box_border iframe {
    width: 100% !important;
    max-width: none;
    height: 360px;
    border-radius: 8px 8px 0 0;
  }

  #contact .ttl h2 img {
    width: 90% !important;
    max-width: 90% !important;
    height: auto !important;
  }

  #contact .ttl h2 {
    margin-bottom: 32px !important;
  }

  #contact .map,
  #contact .box_border {
    box-sizing: border-box;
    display: block;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
  }

  #contact .box_border {
    border-radius: 8px 8px 0 0;
  }

  #contact .store_name,
  #contact .store_time,
  #contact .store_adress {
    margin-right: 20px;
    margin-left: 20px;
  }

  #contact .contact_blc .contact_info .store_name {
    font-size: 27px;
  }

  #contact .store_tel {
    margin-left: 20px;
  }

  #contact .store_tel img {
    display: block;
    width: 80% !important;
    max-width: 80%;
    height: auto;
  }

  #contact .contact_info .store_sns_box, #contact .store_sns_box {
    gap: 6px !important;
    margin-left: 20px !important;
    margin-bottom: 16px;
  }

  #contact .contact_info .store_img {
    max-width: 100%;
    margin-bottom: 6px;
    transform: none;
  }
}

/* ============================================================
   Staff page (rate / consultation / staff grid / support / store card)
   Used by: asaka_staff.html / soccer_world_staff.html
   ============================================================ */
.staff-rate-section {
  position: relative;
  z-index: 2;
  margin: 0 calc(clamp(8px, 1.2vw, 16px) * -1);
  padding: clamp(34px, 4.4vw, 58px) clamp(10px, 1.8vw, 26px) clamp(26px, 3.6vw, 44px);
  background: #fdfaf5;
  transform: none;
}

.staff-rate-box {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: clamp(16px, 2vw, 28px);
  width: min(100%, 1120px);
  min-width: 0;
  margin: 0 auto;
  padding: clamp(18px, 1.7vw, 26px) clamp(18px, 2.2vw, 34px);
  color: var(--staff-navy);
  background: rgba(255, 255, 255, 0.96);
  border: 2px solid var(--staff-soccer-soft);
  border-radius: 7px;
  box-shadow: 0 12px 30px rgba(16, 34, 63, 0.16);
}

.staff-rate-label {
  margin: 0;
  line-height: 1.45;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.staff-rate-label-line1,
.staff-rate-label-line2 {
  display: block;
}

.staff-rate-label-line1 {
  font-size: clamp(14px, 1.4vw, 19px);
}

.staff-rate-label-line2 {
  font-size: clamp(20px, 2.2vw, 32px);
}

.staff-rate-number-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 1.2vw, 14px);
  min-width: 0;
  text-align: center;
}

.staff-rate-deco {
  display: block;
  width: clamp(30px, 4.2vw, 58px);
  height: auto;
  flex-shrink: 0;
}

.staff-rate-number {
  color: #087f86;
  font-size: clamp(44px, 6vw, 82px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.staff-rate-underline {
  display: none;
}

.staff-rate-text {
  padding-left: clamp(16px, 2vw, 28px);
  border-left: 1px solid #cbdde7;
  color: var(--staff-navy);
  font-size: clamp(13px, 1.2vw, 18px);
  line-height: 1.75;
  font-weight: 800;
}

.staff-section,
.staff-support-section {
  margin: clamp(34px, 5vw, 64px) calc(clamp(8px, 1.2vw, 16px) * -1) 0;
  padding: clamp(24px, 3.6vw, 44px) clamp(10px, 1.8vw, 26px) clamp(28px, 4vw, 48px);
}

.staff-section {
  margin-top: 0;
  background: #fdfaf5;
}

.staff-support-section {
  margin-top: 0;
}

.staff-section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 0 0 clamp(16px, 2.4vw, 28px);
  color: var(--staff-navy);
  font-size: clamp(22px, 2.4vw, 36px) !important;
  line-height: 1.4;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.04em;
}

.staff-section-title::before,
.staff-section-title::after {
  content: "";
  width: clamp(28px, 4vw, 64px);
  height: 2px;
  background: linear-gradient(90deg, var(--staff-soccer), var(--staff-baseball), var(--staff-basketball), var(--staff-running));
}

.staff-consultation-section {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  width: min(100%, 860px);
  margin: 0 auto clamp(22px, 3vw, 34px);
  padding: clamp(14px, 2vw, 20px) clamp(16px, 2.4vw, 28px);
  background: rgba(255, 255, 255, 0.84);
  border: 2px solid var(--staff-baseball-soft);
  border-radius: 50px;
  box-shadow: 0 12px 24px rgba(13, 45, 86, 0.1);
}

.consultation-content {
  min-width: 0;
  text-align: center;
}

.consultation-text1,
.consultation-text2 {
  margin: 0;
  color: var(--staff-navy);
  font-weight: 900;
}

.consultation-text1 {
  color: var(--staff-teal);
  margin-bottom: 8px;
  font-size: clamp(13px, 1.4vw, 17px);
  line-height: 1.55;
}

.consultation-text2 {
  font-size: clamp(18px, 2vw, 26px);
  line-height: 1.45;
}

.staff-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(12px, 1.4vw, 18px);
  width: min(100%, 1120px);
  margin: 0 auto;
}

.staff-card {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-width: 0;
  position: relative;
  background: rgba(255, 255, 255, 0.96);
  border: 2px solid var(--staff-card-soft, var(--staff-soccer-soft));
  border-radius: 9px;
  box-shadow: 0 12px 30px rgba(13, 45, 86, 0.1);
}

.staff-card::before {
  display: none;
  content: none;
}

.staff-card:nth-child(4n + 1) {
  --staff-card-accent: var(--staff-soccer);
  --staff-card-soft: var(--staff-soccer-soft);
}

.staff-card:nth-child(4n + 2) {
  --staff-card-accent: var(--staff-baseball);
  --staff-card-soft: var(--staff-baseball-soft);
}

.staff-card:nth-child(4n + 3) {
  --staff-card-accent: var(--staff-basketball);
  --staff-card-soft: var(--staff-basketball-soft);
}

.staff-card:nth-child(4n) {
  --staff-card-accent: var(--staff-running);
  --staff-card-soft: var(--staff-running-soft);
}

.staff-photo-wrap {
  width: 100%;
  aspect-ratio: 4 / 4.2;
  overflow: hidden;
  flex-shrink: 0;
}

.staff-photo-wrap .staff-photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.staff-header {
  display: grid;
  gap: 4px;
  padding: 10px 12px;
  background: var(--staff-card-accent, var(--staff-navy));
}

.staff-role {
  margin: 0;
  color: #fff;
  font-size: clamp(10px, 0.9vw, 11px);
  line-height: 1.35;
  font-weight: 900;
}

.staff-name {
  margin: 0;
  color: #fff;
  font-size: clamp(20px, 1.7vw, 26px);
  line-height: 1.15;
  font-weight: 900;
}

.staff-description {
  margin: 0;
  padding: 14px 12px 16px;
  color: var(--staff-navy);
  font-size: clamp(12px, 0.9vw, 14px);
  line-height: 1.75;
  font-weight: 800;
}

.staff-support-box {
  box-sizing: border-box;
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: clamp(22px, 3vw, 34px);
  background: rgba(255, 255, 255, 0.94);
  border: 2px solid var(--staff-running-soft);
  border-radius: 9px;
  box-shadow: 0 12px 30px rgba(13, 45, 86, 0.1);
}

.staff-support-ribbon {
  margin: 0 0 clamp(18px, 2.4vw, 28px);
  color: var(--staff-navy);
  font-size: clamp(22px, 2.4vw, 36px);
  line-height: 1.4;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.04em;
}

.staff-support-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 24px);
}

.staff-support-item {
  box-sizing: border-box;
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 10px;
  padding: clamp(16px, 2vw, 22px);
  text-align: center;
  border: 2px solid var(--support-soft, var(--staff-soccer-soft));
  border-radius: 8px;
  background: #fff;
}

.staff-support-item:nth-child(4n + 1) {
  --support-accent: var(--staff-soccer);
  --support-soft: var(--staff-soccer-soft);
}

.staff-support-item:nth-child(4n + 2) {
  --support-accent: var(--staff-baseball);
  --support-soft: var(--staff-baseball-soft);
}

.staff-support-item:nth-child(4n + 3) {
  --support-accent: var(--staff-basketball);
  --support-soft: var(--staff-basketball-soft);
}

.staff-support-item:nth-child(4n) {
  --support-accent: var(--staff-running);
  --support-soft: var(--staff-running-soft);
}

.staff-support-icon {
  display: block;
  box-sizing: border-box;
  width: clamp(68px, 6.4vw, 88px);
  height: clamp(68px, 6.4vw, 88px);
  padding: 12px;
  background: var(--support-soft, var(--staff-soccer-soft));
  border: 2px solid var(--support-soft, var(--staff-soccer-soft));
  border-radius: 50%;
  object-fit: contain;
}

.staff-support-icon2 {
  padding: 8px;
  object-position: calc(50%) 50%;
}

.staff-support-icon1 {
  object-position: 50% 50%;
  padding-right: 7px;
}

.staff-support-icon3 {
  padding: 12px;
}

.staff-support-title {
  margin: 0;
  color: var(--support-accent, var(--staff-navy));
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.55;
  font-weight: 900;
}

.staff-support-text {
  color: var(--staff-navy);
  font-size: clamp(13px, 1vw, 15px);
  line-height: 1.75;
  font-weight: 800;
}

.store-section {
  width: min(100%, 1120px);
  margin: clamp(60px, 2.6vw, 60px) auto 0;
}

.store-section a {
  color: inherit;
  text-decoration: none;
}

.store-item {
  width: min(100%, 1040px);
  margin: 0 auto clamp(18px, 2.4vw, 28px);
}

.store-card {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: minmax(240px, 38%) minmax(0, 1fr);
  align-items: center;
  gap: clamp(18px, 2.8vw, 34px);
  padding: clamp(18px, 2.4vw, 28px);
  background: #fff;
  border: 1px solid #d9e6ef;
  border-radius: 12px;
  box-shadow: 0 14px 34px rgba(13, 45, 86, 0.1);
  color: var(--staff-navy);
}

.store-card-image {
  min-width: 0;
}

.store-card-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 12px 30px rgba(13, 45, 86, 0.1);
}

.store-card-image--run {
  transform: scale(1.02);
}

.store-card-body {
  min-width: 0;
}

.store-card-kicker {
  color: #15b8be;
  font-size: clamp(13px, 1vw, 15px);
  line-height: 1.6;
  font-weight: 900;
}

.store-card-title {
  position: relative;
  margin: 6px 0 12px;
  padding-bottom: 12px;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 900;
}

.store-card-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 48px;
  height: 2px;
  background: #4ab7de;
}

.store-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 18px;
}

.store-card-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 6px 12px;
  color: var(--staff-navy);
  background: #f6fdff;
  border: 1px solid #d9e6ef;
  border-radius: 999px;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
}

.store-card-text {
  color: #282828;
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.85;
  font-weight: 400;
}

@media (max-width: 900px) {
  .staff-rate-box {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .staff-rate-text {
    padding: 16px 0 0;
    border-top: 1px solid #cbdde7;
    border-left: 0;
  }

  .staff-grid,
  .staff-support-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .store-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  section.page-header {
    margin-top: 85px;
  }

  .staff-rate-section {
    margin-top: 0;
    padding-top: 24px;
    transform: none;
    margin-bottom: 0;
  }

  .staff-rate-box,
  .staff-support-grid {
    grid-template-columns: 1fr;
  }

  .staff-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .staff-section-title {
    gap: 10px;
  }

  .staff-consultation-section {
    padding: 14px 12px;
  }

  .consultation-text2 br {
    display: block;
  }

  .staff-photo-wrap {
    aspect-ratio: 4 / 3.25;
  }
}

/* ============================================================
   Staff page hero (.staff-mv__*)
   Used by: asaka_staff.html / soccer_world_staff.html
   ============================================================ */
.staff-mv__copy {
  box-sizing: border-box;
  position: absolute;
  top: 29%;
  left: 8.1%;
  z-index: 2;
  width: 36%;
  color: #073171;
  text-align: center;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}

.staff-mv__heading {
  margin: 0;
}

.staff-mv__lead {
  display: block;
  margin: 0 0 0.8cqw;
  font-size: clamp(14px, 2.6cqw, 40px);
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.staff-mv__title {
  display: block;
  margin: 0 0 1.1cqw;
  font-size: clamp(28px, 5.2cqw, 84px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

.staff-mv__tagline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1cqw;
  margin: 0 0 1.2cqw;
  font-size: clamp(8px, 1.2cqw, 20px);
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.staff-mv__tagline::before,
.staff-mv__tagline::after {
  content: "";
  width: 3.5cqw;
  height: 1px;
  flex: 0 0 auto;
  background: #073171;
}

.staff-mv__body {
  margin: 0;
  font-size: clamp(8px, 1.5cqw, 22px);
  line-height: 1.65;
  font-weight: 800;
  letter-spacing: 0.035em;
  white-space: nowrap;
}

.staff-mv__body span {
  color: #0caaa9;
}

.page-header.staff-mv__img-sp1,
.page-header.staff-mv__img-sp2 {
  display: none !important;
}

.page-header.staff-mv__img-sp2 {
  width: 120% !important;
  max-width: 120% !important;
  margin-top: -1px;
  margin-left: -8%;
}

@media (max-width: 768px) {
  .page-header.staff-mv__img-pc {
    display: none !important;
  }

  .page-header.staff-mv__img-sp1,
  .page-header.staff-mv__img-sp2 {
    display: block !important;
  }

  .staff-mv__copy {
    top: 20cqw;
    left: 2%;
    right: 2%;
    width: auto;
    transform: none;
  }

  .staff-mv__copy .staff-mv__lead {
    font-size: 5.8cqw;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .staff-mv__copy .staff-mv__title {
    font-size: 8.4cqw;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .staff-mv__copy .staff-mv__tagline {
    margin-top: 4cqw;
    font-size: 3.3cqw;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .staff-mv__copy .staff-mv__body {
    margin-top: 12px;
    font-size: 3.5cqw;
    white-space: normal;
    overflow-wrap: anywhere;
  }
}

/* ============================================================
   Store pages shared styles (page-stg-world.php / page-stg-asaka.php)
   Page-specific overrides live in world.css / asaka.css
   ============================================================ */

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

#store_world .world-main-visual,
#store_asaka .asaka-main-visual {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
  background: #f7f4ef;
  container-type: inline-size;
}

#store_world .world-main-visual__image,
#store_asaka .asaka-main-visual__image {
  display: block;
  width: 100%;
  height: auto;
}

#store_world .world-main-visual__image--sp2,
#store_asaka .asaka-main-visual__image--sp2 {
  margin-top: -1px;
}

@media (max-width: 1000px) {
  #store_world .world-main-visual,
  #store_asaka .asaka-main-visual {
    display: flex;
    flex-direction: column;
  }
}

#store_world .world-store-intro,
#store_asaka .asaka-store-intro {
  position: relative;
  padding: clamp(54px, 6vw, 92px) 24px;
  overflow: hidden;
}

#store_world .world-store-intro::after,
#store_asaka .asaka-store-intro::after {
  position: absolute;
  right: -12px;
  bottom: -38px;
  font-family: Arial, sans-serif;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .02em;
  pointer-events: none;
}

#store_world .world-store-intro__inner,
#store_asaka .asaka-store-intro__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 28px;
  justify-items: center;
  align-items: center;
  max-width: 840px;
  margin: 0 auto;
  text-align: center;
}

#store_world .world-store-intro__content,
#store_asaka .asaka-store-intro__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(100%, 760px);
  text-align: center;
}

#store_world .world-store-intro__lead,
#store_asaka .asaka-store-intro__lead {
  display: inline-block;
  max-width: 100%;
  margin: 0;
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: clamp(21px, 2vw, 30px);
  font-weight: 800;
  line-height: 1.7;
}

#store_world .world-store-intro__body,
#store_asaka .asaka-store-intro__body {
  margin: 24px 0 0;
  font-size: clamp(15px, 1.25vw, 18px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: .04em;
  text-align: center;
}

#store_world .world-store-intro__view,
#store_asaka .asaka-store-intro__view {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 18px;
}

#store_world .world-store-intro__view img,
#store_asaka .asaka-store-intro__view img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  #store_world .world-store-intro,
  #store_asaka .asaka-store-intro {
    padding: 48px 20px 56px;
  }

  #store_world .world-store-intro__inner,
  #store_asaka .asaka-store-intro__inner {
    display: block;
  }

  #store_world .world-store-intro__lead,
  #store_asaka .asaka-store-intro__lead {
    font-size: 21px;
    line-height: 1.65;
  }

  #store_world .world-store-intro__body,
  #store_asaka .asaka-store-intro__body {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.9;
  }

  #store_world .world-store-intro__view,
  #store_asaka .asaka-store-intro__view {
    margin-top: 20px;
    border-radius: 12px;
  }
}
