body.lang-en .page-title {
  font-size: clamp(40px, 5vw, 50px);
  line-height: 1.2;
  padding: 142px 0 1%;
  @media (max-width: 1280px) {
    font-size: 43px;
    padding: 120px 0 1% 4%;
  }
  @media (max-width: 768px) {
    font-size: 34px;
    padding: 97px 0 1% 32px;
    font-weight: 400;
  }
  @media (max-width: 640px) {
    font-size: 30px;
  }
  @media (max-width: 480px) {
    font-size: 26px;
    padding: 53px 0 1% 32px;
  }
  @media (max-width: 375px) {
    font-size: 23px;
  }
}

.section-title {
  padding: 7% 0 20px;
}

.guidelines-table {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  padding-bottom: 50px;
  white-space: nowrap;
  padding-top: 40px;
  @media (max-width: 1280px) {
    font-size: 14px;
    letter-spacing: 0.03em;
  }
  @media (max-width: 768px) {
    padding-top: 20px;
  }
  @media (max-width: 640px) {
    font-size: 12px;
    padding-bottom: 20px;
  }
  @media (max-width: 480px) {
    letter-spacing: 0.01em;
  }
  @media (max-width: 375px) {
    letter-spacing: 0em;
    font-size: 11px;
  }
}
.guidelines-table-row {
  display: flex;
  align-items: stretch;
  width: 100%;
  @media (max-width: 1280px) {
  }
  @media (max-width: 768px) {
    gap: 15px;
  }
  @media (max-width: 480px) {
    gap: 10px;
  }
}
.guidelines-table-label-wrap {
  display: flex;
  width: 80%;
  gap: 15px;
  justify-content: center;
  @media (max-width: 768px) {
    gap: 0;
    flex-direction: column;
    width: 36%;
    border-top: 1px solid color-mix(in srgb, var(--color-accent), white 50%);
  }
  @media (max-width: 480px) {
    width: 30%;
  }
}

.guidelines-table-label {
  border-top: 1px solid color-mix(in srgb, var(--color-accent), white 50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35%;
  color: var(--color-accent);
  @media (max-width: 768px) {
    width: 100%;
    border-top: none;
    padding-bottom: 7px;
  }
}

.guidelines-venue {
  border-top: 1px solid color-mix(in srgb, var(--color-accent), white 50%);
  display: flex;
  align-items: center;
  width: 100%;
  flex: 1;
  color: #4d4d4d;
  padding-left: 10%;
  @media (max-width: 1280px) {
    padding-left: 7%;
  }
  @media (max-width: 768px) {
    border-top: none;
    padding-left: 0;
    justify-content: center;
    text-align: center;
    flex: 0 0 auto;
  }
}

.guidelines-dates {
  border-top: 1px solid color-mix(in srgb, var(--color-accent), white 50%);
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  padding: 1.5% 3% 1.5% 0;
  min-height: 5em;
  color: #4d4d4d;
  @media (max-width: 1280px) {
    padding-left: 7%;
  }
  @media (max-width: 768px) {
    flex: 1;
    width: 100%;
    padding: 1.5% 0;
    min-height: 7.2em;
  }
}

.guidelines-table .guidelines-table-row:last-of-type .guidelines-table-label,
.guidelines-table .guidelines-table-row:last-of-type .guidelines-venue,
.guidelines-table .guidelines-table-row:last-of-type .guidelines-dates {
  border-bottom: 1px solid color-mix(in srgb, var(--color-accent), white 50%);
  @media (max-width: 768px) {
    border-bottom: none;
  }
}

@media (max-width: 768px) {
  .guidelines-table
    .guidelines-table-row:last-child
    .guidelines-table-label-wrap,
  .guidelines-table .guidelines-table-row:last-child .guidelines-dates {
    border-bottom: 1px solid color-mix(in srgb, var(--color-accent), white 50%);
  }
}

.timetable {
  padding-top: 20px;
}

.timetable-block {
  display: flex;
  /* align-items: center; */
  align-items: stretch;
  /* height: 100%; */
  @media (max-width: 768px) {
    border-top: 1px solid color-mix(in srgb, var(--color-accent), white 50%);
  }
}

.timetable-month {
  font-family: "adobe-garamond-pro", serif;
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-top: 1px solid color-mix(in srgb, var(--color-accent), white 50%);
  padding-left: 3%;
  color: color-mix(in srgb, var(--color-accent), white 60%);
  font-size: 22px;
  @media (max-width: 1280px) {
    font-size: 19px;
  }
  @media (max-width: 768px) {
    border-top: none;
    padding-left: 5%;
    width: 30%;
  }
}

.timetable-info {
  display: flex;
  flex-direction: column;
  flex: 1;
  font-size: 16px;
  @media (max-width: 1280px) {
    font-size: 14px;
    letter-spacing: 0.03em;
  }
  @media (max-width: 768px) {
    font-size: 13px;
  }
}
.timetable-info-row {
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  /* height: 100px; */
  @media (max-width: 768px) {
    flex-direction: column;
    padding: 2.5% 0 2.5% 5%;
  }
}

.timetable-date {
  display: flex;
  align-items: center;
  padding-left: 7%;
  width: 40%;
  height: 100%;
  border-top: 1px solid color-mix(in srgb, var(--color-accent), white 50%);
  color: var(--color-accent);
  @media (max-width: 1280px) {
    padding-left: 5%;
    width: 40%;
  }
  @media (max-width: 768px) {
    padding-left: 0;
    border-top: none;
    width: 100%;
  }
}
.timetable-detail {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-top: 1px solid color-mix(in srgb, var(--color-accent), white 50%);
  margin-left: 20px;
  padding: 2% 2% 2% 5%;
  font-weight: 300;
  /* min-height: 5em; */
  color: #4d4d4d;
  @media (max-width: 1280px) {
    padding: 2% 2% 2% 3%;
    margin-left: 15px;
  }
  @media (max-width: 768px) {
    padding: 0;
    margin-left: 0;
    border-top: none;
  }
  @media (min-width: 768px) {
    min-height: 5em;
  }
}

/* .timetable .timetable-block:last-child .timetable-month, */
.timetable
  .timetable-block:last-child
  .timetable-info
  .timetable-info-row:last-child
  /* .timetable-date, */
.timetable
  .timetable-block:last-child
  .timetable-info
  .timetable-info-row:last-child
  .timetable-detail {
  border-top: 1px solid color-mix(in srgb, var(--color-accent), white 50%);
  @media (max-width: 768px) {
    border-bottom: none;
  }
}
@media (max-width: 768px) {
  .timetable .timetable-block:last-child {
    border-top: 1px solid color-mix(in srgb, var(--color-accent), white 50%);
  }
  .timetable-info .timetable-info-row:not(:first-child) {
    border-top: 1px solid color-mix(in srgb, var(--color-accent), white 50%);
  }
}

@media (max-width: 768px) {
  .minato-city {
    display: inline-block;
    line-height: 1.3;
    padding-top: 5px;
  }
  .sp-line-height {
    display: inline-block; /* または block */
    line-height: 1.3;
  }
  .text-body-400.sp-line-height .marker-square {
    top: 0.3em;
  }
}

.md-block {
  display: none;
}
.md-none {
  display: block;
}

@media (min-width: 768px) {
  .md-block {
    display: block;
  }
  .md-none {
    display: none;
  }
}
/* enページ */
.en .guidelines-venue {
  padding-left: 5%;
  line-height: 1;
}
.en .guidelines-table-label {
  width: 210px;
  text-align: center;
  @media (max-width: 768px) {
    width: 100%;
  }
}
.en .guidelines-dates {
  padding-left: 10px;
}
.en .guidelines-dates {
  text-align: right;
}
.en .guidelines-table-label-wrap {
  @media (max-width: 768px) {
    width: 50%;
  }
}

.gl > div.indent-left {
  padding-left: 1em;
}

.gb-gray {
  background: #333;
  color: #fff;
  font-size: 1.2em;
  font-weight: 500;
}

h5.under {
  border-bottom: rgb(77, 77, 77) solid 1px;
  margin-bottom: 8px;
  font-size: 1.25em;
  padding-left: 0;
}

.piano-template .section-title {
  font-size: clamp(20px, 4vw, 32px);
  color: #666666;
  padding: 40px 0;
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 16px;
  @media (max-width: 480px) {
    letter-spacing: -2px !important;
  }
}
.piano-template .section-title::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #333;
}

.gl ol.photo-list li {
  margin-left: 0px;
  padding-left: 3.2em;
  text-indent: -3.2em;
}

.accordion-block {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  max-width: 650px;
  padding-top: 1rem;
  padding-left: 2rem;
  color: #4d4d4d;
}

details.accordion {
  padding-left: 2rem;
  margin-bottom: 7px;
  @media (max-width: 768px) {
    font-size: 13px;
    padding-left: 0;
  }
}

.accordion summary {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0;
  cursor: pointer;
  border-bottom: solid 1px #333;
}

.accordion summary::-webkit-details-marker {
  display: none;
}

.accordion summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #333333b3;
  border-right: 3px solid #333333b3;
  content: "";
  transition: transform 0.3s;
}

.accordion[open] summary::after {
  transform: rotate(225deg);
}

.accordion p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0.3em 2em 1.5em;
  color: #333333;
  transition:
    transform 0.5s,
    opacity 0.5s;
}

.accordion[open] p {
  transform: none;
  opacity: 1;
}

.accordion ul {
  color: var(--color-accent);
  background: var(--color-accent-back);
  padding: 1rem;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition:
    max-height 0.8s ease,
    /* ← 0.4s → 0.8s に延長 */ opacity 0.5s ease; /* ← 0.25s → 0.5s に延長 */
}

.accordion[open] ul {
  max-height: 2000px; /* 十分大きい値にする */
  opacity: 1;
}

.accordion ul li {
  padding-bottom: 8px;
}

a.under {
  text-decoration: underline;
  text-decoration-color: #333;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

/* =========================================
参加申込ボタン
========================================= */
.piano-template #gl-apply-scope-2026 {
  position: relative;
}

.piano-template #gl-apply-scope-2026 .gl-cta-holder {
  position: relative;
  height: 0;
}

.piano-template #gl-apply-scope-2026 .gl-cta {
  /* display: flex; */
  display: none;
  justify-content: flex-end;
  pointer-events: none;

  width: 100%;
  max-width: 1280px;
  margin: 0 auto 14px;
  padding: 0 5% 0 10%;
}

.piano-template #gl-apply-scope-2026 .gl-cta.is-fixed {
  position: fixed;
  top: calc(var(--gl-top) + 3.5%);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
  padding: 0 5% 0 10%;
  z-index: 999999;
  pointer-events: none;
}

@media (min-width: 769px) {
  .piano-template #gl-apply-scope-2026 .gl-cta.is-fixed {
    left: auto;
    right: calc(var(--gl-right) + 3.85%);
    margin: 0;
    width: auto;
    max-width: none;
    padding: 0;
  }
}

.piano-template #gl-apply-scope-2026 .gl-cta__btn {
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
  color: var(--color-accent-back);
  background: var(--color-accent);
  border: solid 2px var(--color-accent-back);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
  transform: translateY(0);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background-color 0.18s ease;
}

.piano-template #gl-apply-scope-2026 .gl-cta__btn:hover {
  color: var(--color-accent);
  background: var(--color-accent-back);
  border: solid 2px var(--color-accent);
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22);
}

.piano-template #gl-apply-scope-2026 .gl-cta__btn:focus-visible {
  outline: 2px solid #000;
  outline-offset: 3px;
}
