@charset "UTF-8";
/*
 * mixin用SCSS
 *
 */
/********************************************
		Common
********************************************/

/*
Theme Name: Deaflympics Child
Template: sti
Version: 1.0
*/


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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  line-height: 1.6;
}

h1,
h2 {
  letter-spacing: 0.05em;
}

p,
dd,
dl,
dt,
label,
ul,
ol {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  cursor: pointer;
}

img {
  vertical-align: top;
}

html {
  font-size: 62.5%;
}

body,
html {
  width: 100%;
  height: 100%;
  margin: 0;
}
#c-header div,
#c-header span,
#c-header applet,
#c-header object,
#c-header iframe,
#c-header h1,
#c-header h2,
#c-header h3,
#c-header h4,
#c-header h5,
#c-header h6,
#c-header p,
#c-header blockquote,
#c-header pre,
#c-header a,
#c-header abbr,
#c-header acronym,
#c-header address,
#c-header big,
#c-header cite,
#c-header code,
#c-header del,
#c-header dfn,
#c-header em,
#c-header img,
#c-header ins,
#c-header kbd,
#c-header q,
#c-header s,
#c-header samp,
#c-header small,
#c-header strike,
#c-header strong,
#c-header sub,
#c-header sup,
#c-header tt,
#c-header var,
#c-header b,
#c-header u,
#c-header i,
#c-header center,
#c-header dl,
#c-header dt,
#c-header dd,
#c-header ol,
#c-header ul,
#c-header li,
#c-header fieldset,
#c-header form,
#c-header label,
#c-header legend,
#c-header table,
#c-header caption,
#c-header tbody,
#c-header tfoot,
#c-header thead,
#c-header tr,
#c-header th,
#c-header td,
#c-header article,
#c-header aside,
#c-header canvas,
#c-header details,
#c-header embed,
#c-header figure,
#c-header figcaption,
#c-header hgroup,
#c-header menu,
#c-header nav,
#c-header output,
#c-header ruby,
#c-header section,
#c-header summary,
#c-header time,
#c-header mark,
#c-header audio,
#c-header video,
#c-header input,
#c-header textarea,
#c-header button,
#c-header select {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 108%;
  line-height: inherit;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", sans-serif !important;
  vertical-align: baseline;
}
body {
  color: #000;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif !important;
  line-height: 1.6;
  letter-spacing: 0.08em;
  background: transparent;
}

button,
input,
optgroup,
select,
textarea {
  color: #000;
  font-family: inherit;
  font-size: 18px;
  font-size: 1.8rem;
}

button,
input[type="button"],
input[type="submit"] {
  border: none;
}

iframe {
  vertical-align: top;
}

.l-bodyInner {
  display: flex;
  min-height: 100%;
  flex-direction: column;
}

.l-container--single {
  position: relative;
  width: 100%;
}
.l-container--main {
  position: relative;
}

.footerBanner {
  /*background-color: #e9e9e9;*/
  background-image: url(../images/top/partner-bg.svg),
    linear-gradient(
      to right,
      #FD7D7F,
      #FDC4C5
    );
  background-position: center top 56%;
  background-repeat: no-repeat;
}

.footerBanner-inner {
  justify-content: center;
  gap: 24px 4%;
  flex-wrap: wrap;
}

.deaflympics-banners {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.deaflympics-banners a {
  display: block;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.deaflympics-banners a:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

.deaflympics-banners img {
  height: auto;
  max-height: 60px;
  width: auto;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.header {
  z-index: 102;
  background-color: #FFD9DD;
}
.header-text {
  width: min(100%, 1000px);
  margin-inline: auto;
}
.header-text p {
  color: #C64C4C;
  font-weight: 400;
}

.headerNav {
  z-index: 101;
  background-color: #FFD9DD;
}
.headerNav > ul {
  width: min(100%, 1000px);
  margin-inline: auto;
}
.headerNav-item {
  position: relative;
  color: #C64C4C;
  font-size: 14px;
  text-align: center;
}
.headerNav-item > a {
  display: flex;
  transition: 0.3s opacity;
}
.headerNav-item > a:hover {
  opacity: 0.7;
}
.headerNav-item:hover > .headerNav-switch::after {
  bottom: 12px;
}
.headerNav-switch {
  display: flex;
  cursor: pointer;
}
.headerNav-switch::after {
  position: absolute;
  rotate: 45deg;
  content: "";
}

.headerNav-child {
  display: grid;
  grid-template-rows: 0fr;
  background-color: #faf6ea;
  transition: 0.3s all;
}
.headerNav-child ul {
  overflow: hidden;
}
.headerNav-child li + li {
  border-top: 1px dotted #C64C4C;
}
.headerNav-child a {
  transition: 0.3s opacity;
}
.headerNav-child a:hover {
  opacity: 0.7;
}

.container--single {
  width: min(100%, 1032px);
  margin-inline: auto;
}

.pageHeader {
  position: relative;
}
.pageHeader__inner {
  display: flex;
}
.pageHeader__heading {
  display: flex;
  padding-top: 1em;
  color: #002063;
  font-weight: 700;
  line-height: 1.5;
  writing-mode: vertical-rl;
  text-indent: -1em;
  letter-spacing: 0.3em;
  flex-direction: column;
}
.pageHeader__heading--sub {
  color: #aa8532;
  writing-mode: vertical-rl;
  letter-spacing: 0.2em;
}
.pageHeader-reverse {
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
}
.pageSwitch {
  gap: 0 32px;
}
.pageSwitch li + li {
  display: flex;
  align-items: center;
  gap: 0 32px;
}
.pageSwitch li + li::before {
  display: block;
  rotate: 30deg;
  width: 1px;
  height: 22px;
  background-color: #ccc;
  content: "";
}
.pageSwitch a {
  opacity: 0.5;
  color: #aa8532;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 600;
  font-style: italic;
  font-optical-sizing: auto;
  letter-spacing: 0.04em;
  transition: 0.3s opacity;
}
.pageSwitch a:hover {
  opacity: 1;
  background: transparent;
}
.pageSwitch .is-current a {
  opacity: 1;
  position: relative;
  color: #aa8532;
}
.pageSwitch .is-current a::after {
  position: absolute;
  top: calc(100% + 4px);
  left: 50%;
  translate: -50% 0;
  width: 100%;
  height: 4px;
  background-color: #aa8532;
  content: "";
}

.athlete-list {
  gap: 40px 4%;
}
.athlete-item a {
  transition: 0.3s opacity;
}
.athlete-item a:hover {
  opacity: 0.7;
}
.athlete-picture {
  width: 100%;
  /* aspect-ratio: 1/1.22; */
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 18px;
}
.athlete-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.athlete-summary {
  margin-top: 12px;
}
.athlete-summary h2 {
  font-weight: 700;
}
.athlete-summary h2 span {
  font-weight: 500;
  font-size: 67%;
}

.info-calendar {
  width: 100%;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.info-calendar::-webkit-scrollbar {
  display: none;
}
.info-calendar__table {
  width: 1000px;
  border-bottom: 1px solid #d7c57a;
  border-collapse: collapse;
  font-size: 160%;
}
.info-calendar__table td {
  width: 38px;
  color: #aa8532;
  font-size: 1.6rem;
  text-align: center;
}
.info-calendar__table thead th {
  padding-block: 8px;
  font-weight: 500;
}
.info-calendar__table thead tr:first-child {
  text-align: left;
}
.info-calendar__table thead tr:first-child th {
  padding: 0 6px;
}
.info-calendar__table tbody tr {
  border-top: 1px solid #d7c57a;
}
.info-calendar__table tbody th:not(:has(a)),
.info-calendar__table tbody td {
  padding-block: 12px;
}
.info-calendar__table tbody th {
  position: sticky;
  top: 0;
  left: 0;
  font-weight: 500;
  text-align: left;
}
.info-calendar__table tbody th::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #f8f6ea;
  content: "";
}
.info-calendar__table tbody th:not(:has(a)) {
  padding-inline: 16px;
}
.info-calendar__table tbody th a {
  display: flex;
  padding: 12px 16px;
  color: #aa8532;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 4px;
  transition: 0.3s opacity;
}
.info-calendar__table tbody th a::after {
  width: 12px;
  height: 12px;
  background-image: url(../images/common/symbol-blank.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
}
.info-calendar__table tbody th a:hover {
  opacity: 0.7;
}
.info-link {
  margin-top: 80px;
}
.info-link__list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 16px;
}
.info-link__list li {
  display: inline-flex;
  gap: 0 16px;
}
.info-link__list li::after {
  display: block;
  rotate: 30deg;
  width: 1px;
  height: 26px;
  background: #ccc;
  content: "";
}
.info-link__list a:hover {
  text-decoration: underline;
}

.interview-list {
  gap: 40px 4%;
}
.interview-item a {
  transition: 0.3s opacity;
}
.interview-item a:hover {
  opacity: 0.7;
}
.interview-picture {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  border-radius: 24px;
}
.interview-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.interview-text {
  margin-top: 12px;
}
.interview-title {
  font-weight: 700;
  letter-spacing: 0.1em;
}
.interview-info {
  margin-top: 10px;
}
.interview-info dt {
  width: 100%;
}
.interview-info__area {
  display: flex;
  margin-left: 0.5em;
  padding-inline: 10px;
  background-color: #d7c57a;
  align-items: center;
  justify-content: center;
}
.interview-article__title {
  color: #002063;
  font-weight: 700;
}
.interview-article__eyecatch {
  width: 100%;
}
.interview-article__eyecatch img {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  object-fit: contain;
}
.interview-article__info dt {
  margin-right: 1em;
}
.interview-article__body h3 {
  position: relative;
  padding-bottom: 12px;
  border-bottom: 1px solid #aa8532;
  font-weight: 700;
}
.interview-article__body h3::after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: #aa8532;
  content: "";
}
.interview-article__body p {
  line-height: 2;
}
.interview-article__body img {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
  border-radius: 24px;
}

.news-sort {
  display: flex;
  margin-bottom: 40px;
  padding: 16px;
  border-radius: 8px;
  background-color: #f7f7f7;
  flex-direction: column;
  gap: 16px 0;
}
.news-sort > ul + ul {
  padding-top: 16px;
  border-top: 1px dotted #ccc;
}
.news-category,
.news-status {
  flex-wrap: wrap;
}
.news-category__button,
.news-status__button {
  display: flex;
  border: 1px solid #002063;
  border-radius: 4px;
  background-color: #fff;
  color: #002063;
  font-weight: 700;
  font-size: 140%;
  align-items: center;
  justify-content: center;
  transition: 0.3s opacity;
}
.news-category__button.is-current,
.is-current.news-status__button {
  background-color: #002063;
  color: #fff;
}
.news-category__button.-olympic,
.-olympic.news-status__button {
  border-color: #4f9ec3;
  color: #4f9ec3;
}
.news-category__button.-olympic.is-current,
.-olympic.is-current.news-status__button {
  background-color: #4f9ec3;
  color: #fff;
}
.news-category__button.-paralympic,
.-paralympic.news-status__button {
  border-color: #d66062;
  color: #d66062;
}
.news-category__button.-paralympic.is-current,
.-paralympic.is-current.news-status__button {
  background-color: #d66062;
  color: #fff;
}
.news-category__button:hover,
.news-status__button:hover {
  opacity: 0.7;
}

/* ========================================
   News Item スタイル
======================================== */
.news-item {
  display: flex;
  padding-block: 16px;
  border-bottom: 1px solid #ccc;
  align-items: center;
  gap: 20px;
}

.news-item time {
  flex: 0 0 auto;
}

.news-item__category {
  display: flex;
  width: 100px;
  padding: 8px 12px;
  color: #C64C4C;
  font-size: 12px;
  border: 1px solid #C64C4C;
  border-radius: 4px;
  background-color: #fff;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
}

.news-item__category.-olympic {
  background-color: #4f9ec3;
}

.news-item__category.-paralympic {
  background-color: #d66062;
}

.news-item__category.-olympic-paralympic {
  border: 1px solid #efdbef;
  color: #800080;
  background: #efdbef;
}

.news-item__title {
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
}

.news-item__title a {
  color: #C64C4C;
}

.news-item__title a:hover {
  text-decoration: underline;
}
.news-article__header {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 16px 0;
}
.news-article__info {
  gap: 0 1em;
}
.news-article__info time {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 600;
  font-size: 180%;
  font-optical-sizing: auto;
}
.news-article__category {
  display: flex;
  width: fit-content;
  padding: 0 0.5em;
  color: #fff;
  font-size: 140%;
  align-items: center;
  justify-content: center;
}
.news-article__category.-olympic {
  background-color: #4f9ec3;
}
.news-article__category.-paralympic {
  background-color: #d66062;
}
.news-article__title {
  border-bottom: 2px solid #d7c57a;
  color: #002063;
  font-weight: 700;
}
.news-article__body p {
  line-height: 2;
}

.result-list {
  gap: 40px 4%;
}
.result-item time {
  display: block;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  letter-spacing: 0.08em;
  color: #666666;
}
.result-item > p {
  padding-top: 8px;
  border-top: 1px solid #D6D6D6;
  color: #333;
}
.result-link {
  transition: 0.3s opacity;
}
.result-link:hover {
  opacity: 0.7;
}
.result-picture {
  position: relative;
  aspect-ratio: 306/204;
  overflow: hidden;
  background-color: rgba(215, 197, 122, 0.16);
}
.result-picture img {
  max-width: 100%;
}
.result-picture p {
  position: absolute;
  bottom: -0.2em;
  left: 50%;
  translate: -50% 0;
  width: 100%;
  color: rgba(170, 133, 50, 0.24);
  font-family: "Source Sans 3", sans-serif;
  font-weight: 700;
  font-size: clamp(2.3rem, 3.52vw, 4.4rem);
  font-optical-sizing: auto;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}
.result-summary {
  margin-top: 12px;
}
.result-summary dd {
  font-weight: 700;
}
.result-summary dd span {
  font-weight: normal;
}
.schedule-list article {
  display: flex;
  flex-direction: column;
}
.schedule-time {
  display: flex;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-optical-sizing: auto;
  color: #aa8532;
  align-items: baseline;
  gap: 0 0.25em;
}
.schedule-body {
  background-color: rgba(215, 197, 122, 0.16);
  flex: 1 1 auto;
}
.schedule-body dl + dl {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #aa8532;
}
.schedule-body dl > * + * {
  border-top: 1px dotted #aa8532;
}
.schedule-body dt:nth-child(1) {
  font-weight: 700;
}
.schedule-body p {
  font-weight: 700;
}
.top-hero__inner {
  display: flex;
  margin-inline: auto;
}
.top-hero__copy {
  background-color: #fff;
  color: #002063;
  font-weight: 900;
  letter-spacing: 0.3em;
  writing-mode: vertical-rl;
  white-space: nowrap;
}
.top-hero__title {
  background-color: #aa8532;
  color: #fff;
  text-align: right;
}
.top-hero__picture {
  flex: 0 0 auto;
}
.top-hero__picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-partner {
  position: relative;
  width: 100%;
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.08);
  background-attachment: fixed;
  background-position: center top 56%;
  background-repeat: no-repeat;
}
.top-partner__inner {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.top-section__title {
  display: flex;
  flex-direction: row-reverse;
  flex: 0 0 auto;
  gap: 0 24px;
}
.top-section__summary {
  margin-top: 40px;
  letter-spacing: 0.3em;
  writing-mode: vertical-rl;
  white-space: nowrap;
}
.top-section__select {
  width: 100%;
  gap: 24px 40px;
}
.top-section__select__item {
  position: relative;
}
.top-section__select a {
  display: flex;
  width: 100%;
  aspect-ratio: 372/458;
}
.top-section__select a:hover .top-section__select__picture::before {
  opacity: 0;
}
.top-section__select__picture {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
  border-radius: 24px;
}
.top-section__select__picture img {
  max-width: 100%;
}
.top-section__select__picture::before {
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: #d7c57a;
  transition: 0.3s opacity;
  content: "";
}
.top-section__select__picture::after {
  opacity: 0.64;
  position: absolute;
  top: 0;
  right: -9px;
  z-index: 2;
  color: #fff;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: clamp(8.2em, 7.2vw, 9rem);
  font-optical-sizing: auto;
  line-height: 1;
  writing-mode: vertical-rl;
}
.-olympic .top-section__select__picture::after {
  content: "Olympic";
}

.-paralympic .top-section__select__picture::after {
  content: "Paralympic";
}

.top-section__select dl {
  margin-top: auto;
  color: #fff;
  font-weight: 700;
  font-size: 240%;
}
.top-section__select dt {
  font-weight: 600;
  font-family: "Source Sans 3", sans-serif;
  font-style: italic;
  font-optical-sizing: auto;
}
.top-news {
  width: 100%;
}
.top-news__more {
  margin-top: 16px;
  text-align: right;
}
.top-news__more a {
  display: inline-flex;
  font-weight: 700;
  font-size: 200%;
  align-items: center;
  gap: 0 16px;
  transition: 0.3s opacity;
}
.top-news__more a::after {
  display: block;
  rotate: 45deg;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  content: "";
}
.top-news__more a:hover {
  opacity: 0.7;
}
.top-interview__item a {
  display: block;
  height: 100%;
  transition: 0.3s opacity;
}
.top-interview__item a:hover {
  opacity: 0.7;
}
.top-interview__item img {
  max-width: 100%;
  border-radius: 24px;
  height: auto;
}
.top-interview__item dl {
  display: flex;
  margin-top: 8px;
  font-size: 180%;
  flex-direction: column;
  gap: 4px 0;
}
.top-interview__item dt {
  font-weight: 700;
}
.top-interview__item dd strong {
  font-size: 133%;
}
.top-result {
  flex-direction: column;
  justify-content: center;
}
.top-result__heading {
  display: flex;
  color: #002063;
  font-weight: 700;
  letter-spacing: 0.4em;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.top-result__heading span {
  color: #aa8532;
  letter-spacing: 0.2em;
}
.top-result__button a {
  display: block;
  position: relative;
  padding-block: 16px;
  border-radius: 100vw;
  background-color: #aa8532;
  color: #fff;
  text-align: center;
  transition: 0.3s opacity;
}
.top-result__button a::after {
  position: absolute;
  top: 50%;
  right: 24px;
  translate: 0 -50%;
  rotate: 45deg;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
}
.top-result__button a:hover {
  opacity: 0.7;
}

.flex {
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}

.notice-category.flex {
  display: flex;
  width: 292.81px;
  align-items: center;
  gap: 20px;
}

.justify-center {
  justify-content: center;
}

.col-3 > * {
  width: 30.6666666667%;
  flex: 0 0 auto;
}

.col-2 > * {
  width: 48%;
  flex: 0 0 auto;
}

.justify--start {
  justify-content: flex-start;
}

@media screen and (min-width: 768px) {
  main {
    padding-bottom: 80px;
  }
  .is-sp {
    display: none;
  }
  
  /* PCではページトップに戻るボタンを非表示 */
  .scroll-to-top {
    display: none !important;
  }
  .l-container--single {
    max-width: 1260px;
    margin: 0 auto;
    padding-right: 30px;
    padding-left: 30px;
  }
  .l-container--main {
    width: 100%;
    max-width: 900px;
    margin-left: calc((100vw - 940px) / 2);
  }
  .footerBanner {
    padding-block: 40px;
  }
  .footerBanner img {
    max-width: 420px;
  }
  .header {
    position: relative;
  }
  .header-text {
    padding-block: 28px;
    text-align: right;
  }
  .header-text p {
    font-size: 200%;
  }
  .header-toggle {
    display: none;
  }
  .headerNav {
    position: sticky;
    top: 0;
    width: 100%;
    background-color: #FFD9DD;
    z-index: 101;
  }
  .headerNav-item {
    font-size: 150%;
    flex: 1 1 auto;
    position: relative;
  }
  .headerNav-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 20%;
    bottom: 20%;
    width: 1px;
    background-color: rgba(198, 76, 76, 0.3);
  }
  .headerNav-item > a {
    height: 100%;
    padding-block: 24px;
    align-items: center;
    justify-content: center;
  }
  .headerNav-item:hover > .headerNav-child {
    padding-block: 16px;
    grid-template-rows: 1fr;
  }
  .headerNav-switch {
    height: 100%;
    padding-block: 24px;
    align-items: center;
    justify-content: center;
  }
  .headerNav-switch::after {
    bottom: 14px;
    left: 50%;
    translate: -50% 0;
    width: 8px;
    height: 8px;
    border-right: 2px solid #002063;
    border-bottom: 2px solid #002063;
    transition: 0.3s bottom;
  }
  .headerNav-child {
    position: absolute;
    width: 180px;
    padding-inline: 16px;
  }
  .headerNav-child li + li {
    margin-top: 16px;
    padding-top: 16px;
  }
  .container--single {
    padding-inline: 16px;
  }
  .pageHeader {
    height: 386px;
  }
  .pageHeader::before {
    position: absolute;
    top: 0;
    left: calc((100vw - 100%) / -2);
    z-index: 1;
    width: 100vw;
    max-width: 984px;
    height: 100%;
    background-image: linear-gradient(to right, transparent, #fff);
    content: "";
  }
  .pageHeader::after {
    opacity: 0.48;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    translate: -50% 0;
    width: 100vw;
    height: 100%;
    background-image: url(../images/common/bg-pageHeader.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    content: "";
  }
  .pageHeader__inner {
    position: relative;
    z-index: 1;
    padding-block: 40px 28px;
    justify-content: flex-end;
  }
  .pageHeader__heading {
    font-size: 320%;
  }
  .pageHeader__heading--sub {
    font-size: 56%;
  }
  .pageHeader + *:not(.pageSwitch) {
    margin-top: 64px;
  }
  .pageSwitch {
    margin-bottom: 80px;
  }
  .pageSwitch a {
    font-size: 320%;
  }
  .athlete-summary {
    margin-inline: 5.2%;
    font-size: 200%;
  }
  .athlete-summary h2 {
    font-size: 120%;
  }
  .info-link {
    display: flex;
    gap: 0 32px;
  }
  .info-link__list ul {
    margin-top: 50px;
    font-size: 180%;
  }
  .interview-text {
    margin-inline: 3.4%;
  }
  .interview-title {
    font-size: 240%;
  }
  .interview-info {
    font-size: 200%;
  }
  .interview-info__area {
    font-size: 80%;
  }
  .interview-article__title {
    font-size: 280%;
  }
  .interview-article__eyecatch {
    margin-block: 28px 24px;
  }
  .interview-article__info {
    font-size: 180%;
    justify-content: flex-end;
  }
  .interview-article__body {
    margin-top: 48px;
  }
  .interview-article__body > * + * {
    margin-top: 32px;
  }
  .interview-article__body h3 {
    margin-block: 64px 32px;
    font-size: 240%;
  }
  .interview-article__body h3::after {
    width: 240px;
  }
  .interview-article__body p {
    font-size: 180%;
  }
  .news-category,
  .news-status {
    gap: 0 16px;
  }
  .news-category__button,
  .news-status__button {
    padding: 0.5em 1em;
  }
  .news-item time {
    font-size: 180%;
  }
  .news-item__title {
    font-size: 180%;
  }
  .news-article__title {
    padding-bottom: 20px;
    font-size: 280%;
  }
  .news-article__body * + * {
    margin-top: 32px;
  }
  .news-article__body p {
    font-size: 180%;
  }
  .result-item time {
    font-size: 240%;
  }
  .result-item > p {
    font-size: 160%;
  }
  .result-picture {
    border-radius: 24px;
  }
  .result-summary {
    margin-inline: 5.2%;
    font-size: 200%;
  }

  .result-summary dd span {
    font-size: 67%;
  }
  .schedule-list {
    gap: 40px 4%;
  }
  .schedule-time {
    margin: 0 16px 8px;
    font-size: 320%;
  }
  .schedule-time span {
    font-size: 75%;
  }
  .schedule-body {
    padding: 24px 7.8%;
    border-radius: 24px;
  }
  .schedule-body dl > * + * {
    margin-top: 16px;
    padding-top: 16px;
  }
  .schedule-body dt:nth-child(1) {
    font-size: 200%;
  }
  .schedule-body dt:nth-child(2) {
    font-size: 220%;
  }
  .schedule-body dd {
    font-size: 180%;
  }
  .schedule-body p {
    font-size: 200%;
  }
  .top-hero {
    background-color: rgba(215, 197, 122, 0.5);
  }
  .top-hero__inner {
    position: relative;
    width: min(100%, 940px);
    justify-content: space-between;
  }
  .top-hero__copy {
    display: flex;
    width: 18%;
    max-width: 218px;
    padding-top: 32px;
    font-size: clamp(400%, 3.6vw, 450%);
    align-items: center;
  }
  .top-hero__title {
    padding: 15px 14% 16px 0;
    font-size: 200%;
    flex: 0 0 auto;
  }
  .top-hero__picture.-sub {
    width: 25%;
    max-width: 304px;
  }
  .top-hero__picture.-main {
    display: flex;
    width: 58%;
    max-width: 694px;
    flex-direction: column;
  }
  .-sub .top-hero__picture__item {
    height: 33.3333333333%;
  }
  .-main .top-hero__picture__item {
    flex: 1 1 auto;
  }
  .top-partner {
    margin-top: 220px;
    padding-block: 35px;
    background-image: url(../images/top/partner-bg.svg),
      linear-gradient(
        to right,
        rgba(215, 197, 122, 0.5),
        rgba(183, 220, 224, 0.5)
      );
  }
  .top-partner img {
    width: 340px;
  }
  .top-section {
    margin-top: 80px;
    align-items: flex-start;
    gap: 0 32px;
  }
  .top-section.-reverse {
    flex-direction: row-reverse;
  }
  .top-section > * + * {
    margin-top: 40px;
  }
  .top-section__summary {
    font-size: 180%;
  }
  .top-section__select {
    margin-right: auto;
  }
  .top-section__select__item {
    width: 46%;
    max-width: 372px;
    aspect-ratio: 372/458;
  }
  .top-section__select__item + .top-section__select__item {
    margin-top: 40px;
  }
  .top-section__select a {
    padding: 6%;
  }
  .top-interview {
    flex-wrap: wrap;
    gap: 40px 4%;
  }
  .top-interview__item {
    width: 48%;
  }
  .top-interview__item dl {
    margin-inline: 6%;
  }
  .top-result {
    padding-block: 72px;
    background-image: url(../images/top/result-bg.jpg);
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
  }
  .top-result__heading {
    font-size: 320%;
  }
  .top-result__heading span {
    font-size: 56%;
  }
  .top-result__button {
    margin-top: 48px;
  }
  .top-result__button a {
    width: 300px;
    font-size: 240%;
  }
}

@media screen and (max-width: 767px) {
  main {
    padding-bottom: 64px;
  }
  button,
  input,
  optgroup,
  select,
  textarea {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .is-pc {
    display: none;
  }
  .l-container--single {
    padding-right: 15px;
    padding-left: 15px;
  }
  .l-container--main {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .footerBanner {
    padding-block: 24px;
  }
  .footerBanner img {
    max-width: 240px;
  }
  
  .deaflympics-banners {
    gap: 12px;
    flex-direction: column;
  }
  
  .deaflympics-banners img {
    max-height: 60px;
  }
  .header {
    position: sticky;
    top: 0;
    width: 100%;
  }
  .header-text {
    display: flex;
    width: 100%;
    padding: 8px 16px;
    align-items: center;
    justify-content: space-between;
  }
  .header-text p {
    font-size: 140%;
  }
  .header-toggle {
    display: flex;
    position: relative;
    height: 100%;
    aspect-ratio: 1/1;
    padding: 8px 10px 6px;
    border-radius: 8px;
    background-color: #fff;
    color: #aa8532;
    font-family: "Source Sans 3", sans-serif;
    font-weight: 400;
    font-optical-sizing: auto;
    text-align: center;
    line-height: 1;
    align-items: flex-end;
    cursor: pointer;
    z-index: 101;
  }
  .header-toggle span {
    position: absolute;
    left: 50%;
    translate: -50% 0;
    width: 50%;
    height: 2px;
    border-radius: 100vw;
    background-color: #aa8532;
    transition: 0.3s all;
  }
  .header-toggle span:nth-child(1) {
    top: 16%;
  }
  .is-active.header-toggle span:nth-child(1) {
    top: 32%;
    rotate: 135deg;
  }
  .header-toggle span:nth-child(2) {
    top: 32%;
  }
  .is-active.header-toggle span:nth-child(2) {
    opacity: 0;
    rotate: 45deg;
  }
  .header-toggle span:nth-child(3) {
    top: 48%;
  }
  .is-active.header-toggle span:nth-child(3) {
    top: 32%;
    rotate: -135deg;
  }
  .headerNav {
    display: grid;
    grid-template-rows: 0fr;
    position: fixed;
    top: 64px;
    width: 100%;
    transition: 0.3s all;
  }
  .headerNav.is-open {
    grid-template-rows: 1fr;
  }
  .headerNav > ul {
    overflow: hidden;
    flex-direction: column;
    font-size: 140%;
  }
  .headerNav-item + .headerNav-item {
    border-top: 1px solid rgba(250, 246, 234, 0.5);
  }
  .headerNav-item > a {
    padding: 16px;
  }
  .headerNav-switch {
    position: relative;
    padding: 16px;
  }
  .headerNav-switch::before {
    position: absolute;
    top: 50%;
    right: 16px;
    translate: 0 -50%;
    height: 18px;
    aspect-ratio: 1/1;
    border-radius: 100%;
    background-color: #002063;
    content: "";
  }
  .headerNav-switch::after {
    top: 50%;
    right: 22px;
    translate: 0 calc(-50% - 1px);
    width: 6px;
    height: 6px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .is-open.headerNav-switch::after {
    transform: scale(-1);
    translate: 0 calc(-50% + 1px);
  }
  .headerNav-child.is-open {
    grid-template-rows: 1fr;
  }
  .headerNav-child a {
    display: block;
    padding: 16px calc(16px + 1em);
  }
  .container--single {
    padding-inline: 4.3%;
  }
  .pageHeader__inner {
    padding-block: 64px;
    justify-content: center;
  }
  .pageHeader__heading {
    font-size: 280%;
  }
  .pageHeader__heading--sub {
    font-size: 64%;
  }
  .pageSwitch {
    margin-bottom: 40px;
  }
  .pageSwitch a {
    font-size: 280%;
  }
  .athlete-summary {
    margin-inline: 4.6%;
    font-size: 160%;
  }
  .athlete-summary h2 {
    font-size: 150%;
  }
  .info-link__list ul {
    margin-top: 40px;
    font-size: 140%;
  }
  .interview-text {
    margin-inline: 4.6%;
  }
  .interview-title {
    font-size: 200%;
  }
  .interview-info {
    font-size: 150%;
  }
  .interview-info__area {
    font-size: 87%;
  }
  .interview-article__title {
    font-size: 200%;
  }
  .interview-article__eyecatch {
    margin-block: 18px 12px;
  }
  .interview-article__info {
    font-size: 140%;
  }
  .interview-article__body {
    margin-top: 24px;
  }
  .interview-article__body > * + * {
    margin-top: 24px;
  }
  .interview-article__body h3 {
    margin-block: 40px 16px;
    font-size: 180%;
  }
  .interview-article__body h3::after {
    width: 40%;
  }
  .interview-article__body p {
    font-size: 160%;
  }
  .news-category,
  .news-status {
    gap: 8px 8px;
  }
  .news-category__button,
  .news-status__button {
    padding: 0.5em;
  }
  .news-item {
    flex-wrap: wrap;
    align-items: center;
  }
  .news-item time {
    font-size: 160%;
  }
  .news-item__title {
    font-size: 160%;
  }
  .news-article__title {
    padding-bottom: 12px;
    font-size: 200%;
  }

  .news-article__body * + * {
    margin-top: 24px;
  }
  .news-article__body p {
    font-size: 160%;
  }
  .result-item time {
    font-size: 160%;
  }
  .result-item > p {
    font-size: 120%;
  }
  .result-picture {
    border-radius: 16px;
  }
  .result-summary {
    margin-inline: 4.6%;
    font-size: 130%;
  }
  .result-summary dd {
    font-size: 138%;
  }
  .result-summary dd span {
    font-size: 72%;
  }
  .schedule-list {
    gap: 32px 4%;
  }
  .schedule-time {
    margin: 0 10px 4px;
    font-size: 180%;
  }
  .schedule-time span {
    font-size: 67%;
  }
  .schedule-body {
    padding: 16px 10%;
    border-radius: 16px;
  }
  .schedule-body dl > * + * {
    margin-top: 8px;
    padding-top: 8px;
  }
  .schedule-body dt:nth-child(1) {
    font-size: 140%;
  }
  .schedule-body dt:nth-child(2) {
    font-size: 120%;
  }
  .schedule-body dd {
    font-size: 120%;
  }
  .schedule-body p {
    font-size: 140%;
  }
  .top-hero__inner {
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .top-hero__copy {
    display: flex;
    width: 39%;
    padding-top: 24px;
    font-size: 320%;
    align-items: center;
  }
  .top-hero__picture.-sub {
    display: flex;
    width: 100vw;
  }
  .top-hero__picture.-main {
    width: 61%;
    max-height: 540px;
    aspect-ratio: 230/412;
  }
  .-main .top-hero__picture__item {
    height: 100%;
  }
  .top-partner {
    margin-top: 64px;
    padding-block: 58px;
    background-image: url(../images/top/partner-bg_sp.svg),
      linear-gradient(
        to right,
        rgba(215, 197, 122, 0.5),
        rgba(183, 220, 224, 0.5)
      );
  }
  .top-partner img {
    width: 240px;
  }
  .top-section {
    margin-top: 64px;
    flex-direction: column;
    align-items: center;
  }
  .top-section__title {
    margin-bottom: 40px;
  }
  .top-section__summary {
    font-size: 160%;
    line-height: 2;
  }
  .top-section__select {
    flex-direction: column;
  }
  .top-section__select a {
    padding: 7%;
  }
  .top-interview {
    flex-direction: column;
    gap: 32px 0;
  }
  .top-interview__item dl {
    margin-inline: 4.6%;
  }
  .top-result {
    position: relative;
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
    width: 100%;
    aspect-ratio: 1/1;
  }
  .top-result::after {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    inset: 0;
    background-image: url(../images/top/result-bg.jpg);
    background-position: left 32% center;
    background-repeat: no-repeat;
    background-size: auto 100lvh;
    content: "";
  }
  .top-result__heading {
    font-size: 280%;
  }
  .top-result__heading span {
    font-size: 64%;
  }
  .top-result__button {
    width: 100%;
    margin-top: 40px;
    padding-inline: 13%;
  }
  .top-result__button a {
    width: 100%;
    font-size: 200%;
  }
  .sp\:col-1 > * {
    width: 100%;
  }
  .sp\:col-2 > * {
    width: 48%;
  }
}
.-main .top-hero__picture__item.size-xs {
  display: none;
}
@media screen and (max-width: 800px) {
  .-main .top-hero__picture__item.size-xs {
    display: block;
  }
  .-main .top-hero__picture__item:not(.size-xs) {
    display: none;
  }
}
.preparation-message {
  width: 100%;
}
.preparation-message p {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
#c-gNav li.miru a {
  background: #fff;
  color: #002063;
}



.schedule-buttons {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.pagination {
 text-align:center;
padding-top:20px;
font-size:150%;
}

.pagination span.page-numbers {
border:1px solid #C64C4C;
background-color:#C64C4C;
color:#ffffff;
font-size:14px;

padding:0px 10px 5px;
}

.pagination a.page-numbers {

margin-right:5px;
padding:0px 10px 5px;
}



@media screen and (max-width: 767px) {
  .info-calendar__table tbody th::before {
    content: "";
  }
  .info-calendar__table tbody th {
    background-color: #f8f6ea;
    width: 120px;
    white-space: normal;
  }
}

/* ========================================
   TOPページ専用スタイル - Figmaデザイン準拠
   （既存HTML構造に合わせて調整）
   ======================================== */

/* トップバナーwrapper - グラデーション背景 */
.top-banner-wrapper {
  background: linear-gradient(to right, #FD7D7F, #FFB6B8);
  overflow: hidden;
}

/* トップバナー（既存のtop-bannerクラス） */
.top-banner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  min-height: auto;
  overflow: hidden;

  z-index: 1;
}

.top-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255,255,255,0.1) 10px, rgba(255,255,255,0.1) 20px);
  background-size: auto;
  opacity: 0.3;
  z-index: 1;
}

/* swiper ナビゲーションボタン */
.top-banner .swiper-button-next,
.top-banner .swiper-button-prev {
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  width: 44px;
  height: 44px;
}

.top-banner .swiper-button-next:after,
.top-banner .swiper-button-prev:after {
  font-size: 18px;
  font-weight: bold;
}



/* 大会情報セクション（既存のevent-infoクラス） */
.event-info {
  width: min(100%, 940px);
  margin: 0 auto;
  padding: 100px 20px;
}

.event-info h2 {
  color: #C64C4C;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 40px;
}



/* event-schedule系のCSSを削除 - HTMLのみの状態 */

/* 最新情報セクション（既存のlatest-newsクラス） */
.latest-news {
  width: 100%;
  padding: 100px 0;
  background-color: #FEF4F4;
  text-align: center;
}

.latest-news .latest-news-inner {
  width: min(100%, 940px);
  margin: 0 auto;
}

/* 読み込み中メッセージのスタイル */
.loading-message {
  font-size: 16px;
  color: #666;
  text-align: center;
  margin: 20px 0;
}

/* latest-news-headerのスタイル */
.latest-news-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 40px;
  flex-wrap: wrap;
  gap: 30px;
}

.latest-news > .latest-news-inner > .latest-news-header > h2 {
  color: #C64C4C;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-style: normal;
  margin: 0;
  font-weight: 600;
  line-height: 100%;
}

/* Xボタンのスタイル */
.x-button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 20px;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.x-button:hover {
  background-color: #333;
  text-decoration: none;
  color: #fff;
}

.x-logo {
  width: 16px;
  height: 16px;
  color: #fff; /* SVGのfill="currentColor"で白色にする */
  flex-shrink: 0;
}

.x-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

/* notice-sort（フィルターボタン）の間隔 */
.latest-news .notice-sort,
.wrap .notice-sort {
  margin-bottom: 20px; /* notice-sortとnews-listの間隔 */
  padding: 15px 0; 
}

/* タブナビゲーション */
.news-tabs {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

.news-tab {
  display: flex;
  padding: 7px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 2px;
  border: 1px solid #C64C4C;
  background: #FFF;
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.news-tab.active,
.news-tab:hover {
  background-color: #C64C4C;
  color: #fff;
  border-color: #C64C4C;
}

/* notice-filter内のボタン */
.notice-filter .btn{
  display: flex;
  padding: 7px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  border: 1px solid #C64C4C;
  background: #FFF;
  color: #C64C4C;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}

.notice-filter .btn:hover,
.notice-filter .btn.is-active {
  background-color: #C64C4C;
  color: #fff;
  border-color: #C64C4C;
}

/* ニュースリスト */
ul.news-list {
  background-color: transparent;
  font-size:18px;
  padding:16px 0 16px 0px;
  border-top: 1px solid #CCC;
}

ul.news-list .news-item {
  display: flex;
  padding: 16px 0;
  align-items: center;
  gap: 20px;
  align-self: stretch;
  border-bottom: 1px solid #CCC;
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28.8px;
  letter-spacing: 0.8px;
}

.notice-tags {
  display: inline-flex !important;
  gap: 10px !important;
  align-items: center !important;
  margin-left: 0.5rem !important;
  width: 110px !important;
  flex-shrink: 0 !important;
}

.notice-category__button{
  background-color: #fff !important;
  border: 1px solid #C64C4C !important;
  color: #C64C4C !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  padding: 7px 15px !important;
  border-radius: 4px !important;
  text-align: center !important;
  flex: 1 !important;
  min-width: max-content !important;
  white-space: nowrap !important;
  margin-left: 0 !important;
  transition: all 0.3s ease !important;
}

.notice-category__button:hover {
  background-color: #f5f5f5 !important;
}

.notice-category__button.is-current,
.notice-category__button.active {
  background-color: #C64C4C !important;
  color: #fff !important;
  font-weight: 600 !important;
}

/* news-title内のリンクスタイル */
.news-title a {
  color: #C64C4C !important;
  text-decoration: none !important;
}

.news-title a:hover {
  color: #A03A3A !important;
  text-decoration: underline !important;
}

/* Front Page News Item Title */
.news-item h2 {
  font-size: 18px !important;
  color: #000 !important;
  font-weight: 500!important;
  font-family: "Noto Sans JP", sans-serif !important;
}

/* ===== Single Athlete Styles ===== */
.athlete-single {
  width: 100%;
}

.athlete-single .wrap {
  max-width: 940px;
  margin: 0 auto;
  padding: 32px 16px;
}

/* Profile Image */
.athlete-profile-image {
  width: 100%;
  height: auto;
  display: block;
}

/* Content Grid */
.athlete-content-grid {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 24px;
  align-items: start;
}
/* 
.athlete-image-container {
  /* Container for the profile image */
 */

/* Info Table - 縦並び */
.athlete-info-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  table-layout: fixed;
}

.athlete-info-table tr {
  display: block;
  margin-bottom: 10px;
}

.athlete-info-header {
  display: block;
  text-align: left;
  background: #fee;
  padding: 8px;
  width: 100%;
  font-weight: 500;
  color: #C64C4C;
  font-size: 16px;
  border-bottom: none;
}

.athlete-info-data {
  display: block;
  padding: 8px;
  color: #333;
  font-size: 16px;
  width: 100%;
  border-top: none;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}

/* Sections */
.athlete-section {
  margin-top: 24px;
}





/* Responsive */
@media (max-width: 768px) {
  .athlete-content-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  
  .athlete-info-table {
    font-size: 12px;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
  
  .athlete-info-header {
    padding: 6px;
    font-size: 14px;
  }
  
  .athlete-info-data {
    padding: 6px;
    font-size: 14px;
  }
  
  .athlete-section {
    margin-top: 0;
  }
}

/* ===== Event Schedule Search Form Styles ===== */
.schedule-search-section {
  margin-bottom: 20px;
}

.schedule-search-title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 12px;
  font-family: "Noto Sans JP", sans-serif;
}

.schedule-search-inputs {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
}

.schedule-input-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
  min-width: 200px;
}

.schedule-label {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.schedule-select {
  padding: 12px 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  width: 100%;
  background: #fff;
}

.schedule-search-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.schedule-search-half {
  flex: 1;
  min-width: 300px;
}

.schedule-input-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.schedule-input {
  padding: 12px 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  width: 100%;
  background: #fff;
}

/* schedule-inputのプレースホルダー色 */
.schedule-input::placeholder {
  color: #ACACAC;
}

.schedule-search-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-top: 30px;
}

/* Responsive */
@media (max-width: 768px) {
  .schedule-search-inputs {
    flex-direction: column;
    gap: 16px;
  }
  
  .schedule-input-group {
    min-width: 100%;
  }
  
  .schedule-search-row {
    flex-direction: column;
    gap: 10px;
  }
  
  .schedule-search-half {
    min-width: auto;
    margin-bottom: 20px;
  }
  
  .schedule-search-buttons {
    flex-direction: column;
    align-items: center;
    margin-top:0px
  }
}

/* Back Button */
.back-button-container {
  text-align: center;
  margin-top: 32px;
}

.back-button {
  display: inline-block;
  padding: 10px 24px;
  border-radius: 24px;
  background: #C64C4C;
  width: 200px;
  color: #fff;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

.back-button:hover {
  background: rgba(198, 76, 76, 0.8);
  text-decoration: none;
}

/* ===== Event Result Styles ===== */
.result-info-box {
  display: flex;
  padding: 20px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 4px;
  border: 1px solid #D5383B;
  background: #FEF4F4;
  margin-top: 60px;
  margin-bottom: 10px;
}

.result-info-text {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.42px;
  text-align: center;
}

.result-info-link {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.54px;
  text-align: center;
}

.result-link {
  color: #C64C4C;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.54px;
  text-decoration: none;
}

.result-link:hover {
  text-decoration: underline;
}

.result-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  width: 100%;
}

.result-item {
  flex: 0 0 calc(33.333% - 16px);
  min-width: 280px;
  background: #fff;
  border-radius: 8px;
  transition: box-shadow 0.3s ease;
}

/* カード全体のホバーエフェクトを削除 */

.result-date {
  display: block;
  font-size: 14px;
  color: #666;
  margin-bottom: 16px;
  font-family: "Noto Sans JP", sans-serif;
}

/* result-linkは削除済み */

.result-picture {
  text-align: center;
  margin-bottom: 16px;
  border-radius: 6px;
}

.result-picture img {
  width: 100%;

}

.medal-text {
  font-size: 12px;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
}

.result-summary {
  margin: 0;
}

.result-title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin: 0 0 8px 0;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
}

.result-summary__sport {
  font-size: 16px;
  color: #000;
  margin: 0 0 4px 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.result-summary__event {
  font-size: 16px;
  color: #000;
  margin: 0 0 8px 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.result-summary__name {
  font-size: 14px;
  color: #666;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
}

.result-summary__name span {
  font-size: 12px;
  color: #999;
}

.result-athlete-link {
  margin-top: 8px;
  font-size: 14px;
  color: #666;
  font-family: "Noto Sans JP", sans-serif;
  padding-bottom: 10px;
}

.result-athlete-link a {
  color: #000;
  text-decoration: none;
  font-weight: 600;
  font-size:20px;
}

.result-athlete-link a:hover {
  color: #555;
  text-decoration: underline;
}

.result-athlete-link span {
  font-size: 12px;
  color: #333;
}

.result-comment {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
}

.preparation-message {
  text-align: center;
  padding: 60px 20px;
  border-radius: 8px;
  margin: 20px 0;
}

.result-list .preparation-message {
  width: 100%;
}

.preparation-message p {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
}

@media (max-width: 768px) {
  .result-list .preparation-message {
    grid-column: 1 / -1;
  }
}

/* Responsive */
@media (max-width: 1024px) {
  .result-item {
    flex: 0 0 calc(50% - 12px);
  }
}

@media (max-width: 768px) {
  .result-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  
  .result-item {
    flex: none;
    min-width: auto;
  }
  
  .result-picture img {
    width: 60px;
    height: 60px;
  }
  
  .result-title {
    font-size: 14px;
  }
}

/* ===== Single Interview Styles ===== */
.interview-single {
  width: 100%;
}

.interview-single .wrap {
  max-width: 940px;
  margin: 0 auto;
  padding: 32px 16px;
}

/* ===== Olympic Schedule Table Styles ===== */

/* Container */
.schedule-container {
  width: 940px;
  max-width: 100%;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
}

/* 月ヘッダー行のスタイル */
.month-row .month-header {
  background: #fff;
  border: none;
  width: 220px;
  padding: 12px 16px;
  font-weight: 600;
  color: #333;
}

.month-cell {
  background: #fff;
  border: none;
  padding: 12px 4px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  min-width: 45px;
  white-space: nowrap;
  writing-mode: horizontal-tb;
}

.month-cell.empty {
  background: #fff;
}

/* Main table */
.schedule-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: none;
}

/* Table headers */
.date-row .sport-header {
  background: #fff;
  border: none;
  border-bottom: 2px solid #ddd;
  width: 220px;
  padding: 12px 16px;
  font-weight: 600;
  color: #333;
}

.date-header {
  background: #fff;
  border: none;
  border-bottom: 2px solid #ddd;
  padding: 12px 8px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  width: 45px;
}

.date-header.weekend {
  color: #C64C4C;
  font-weight: 700;
}

.date-header.blue {
  color: #0066CC;
  font-weight: 700;
}

/* Sport rows */
.sport-row {
  border-bottom: 1px solid #e5e5e5;
}

.sport-row:hover {
  background: #f0f8ff;
}

.sport-name {
  background: #FEF4F4 !important;
  border: none;
  padding: 14px 16px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  text-align: left;
  width: 220px;
  min-width: 220px;
  white-space: nowrap;
}

.sport-name a {
  color: #000;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.sport-name a:hover {
  color: #C64C4C;
  text-decoration: underline;
}

/* 競技名のリンクに外部リンクアイコンを追加 */
.sport-name a::after {
  content: "\f08e";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 12px;
  margin-left: 6px;
  color: #666;
  transition: all 0.3s ease;
}

.sport-name a:hover::after {
  color: #C64C4C;
}

.schedule-cell {
  background: #fff !important;
  border: none;
  padding: 14px 8px;
  text-align: center;
  vertical-align: middle;
}

.schedule-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #C64C4C;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(198, 76, 76, 0.3);
}

/* Responsive */
@media (max-width: 768px) {
  .schedule-container {
    width: 100%;
    padding: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  .schedule-table {
    width: 100%;
    min-width: 800px;
    font-size: 12px;
    display: table;
  }
  
  /* 月ヘッダー行 */
  .month-row .month-header {
    position: sticky;
    left: 0;
    z-index: 3;
    background: #fff;
    width: 160px;
    min-width: 160px;
    box-shadow: 1px 0 0 #fff;
  }
  
  .month-cell {
    min-width: 35px;
    padding: 8px 2px;
    font-size: 14px;
  }
  
  /* 日付ヘッダー行 */
  .date-row .sport-header {
    position: sticky;
    left: 0;
    z-index: 3;
    background: #fff;
    width: 160px;
    min-width: 160px;
    padding: 8px 12px;
    font-size: 12px;
    box-shadow: 1px 0 0 #fff;
  }
  
  .date-header {
    min-width: 35px;
    padding: 8px 2px;
    font-size: 12px;
  }
  
  /* スポーツ行 */
  .sport-name {
    position: sticky;
    left: 0;
    z-index: 2;
    background: #FEF4F4 !important;
    width: 160px;
    min-width: 160px;
    padding: 8px 12px;
    font-size: 12px;
    white-space: nowrap;
    box-shadow: 1px 0 0 #FEF4F4, 2px 0 4px rgba(0,0,0,0.1);
    border-right: 1px solid #e5e5e5;
  }
  
  .schedule-cell {
    min-width: 35px;
    padding: 8px 2px;
  }
  
  .schedule-dot {
    width: 8px;
    height: 8px;
  }
}

/* ページネーションスタイル */
.pagination,
.navigation.pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 30px 0;
}

.navigation.pagination {
  margin: 30px 0;
}

.pagination .page-numbers,
.navigation.pagination .nav-links .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #C64C4C;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.pagination .page-numbers:hover,
.navigation.pagination .nav-links .page-numbers:hover {
  background-color: #f5f5f5;
  border-color: #C64C4C;
  color: #C64C4C;
}

.pagination .page-numbers.current,
.navigation.pagination .nav-links .page-numbers.current {
  background-color: #C64C4C;
  border-color: #C64C4C;
  color: #fff;
}

/* news-itemのレイアウト調整は上部のNews Itemスタイルセクションに統合済み */

.news-item .news-title {
  flex: 1 !important;
}

/* 前へ・次へボタンを完全に非表示 */
.pagination .page-numbers.prev,
.pagination .page-numbers.next,
.navigation.pagination .nav-links .page-numbers.prev,
.navigation.pagination .nav-links .page-numbers.next,
.navigation.pagination .nav-links a[class*="prev"],
.navigation.pagination .nav-links a[class*="next"] {
  display: none !important;
}



/* 全ての更新情報を見るボタン */
.news-archive-link {
  text-align: center;
  margin-top: 2rem;
}

.news-archive-link a {
  display: inline-block;
  padding: 12px 24px;
  background: #C64C4C;
  color: #fff;
  text-decoration: none;
  border-radius: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
  transition: background-color 0.3s ease;
  white-space: nowrap;
}

.news-archive-link a:hover {
  background: rgba(198, 76, 76, 0.8);
  text-decoration: none;
  color: #fff;
}

/* インタビュー一覧へボタン */
.interview-archive-link {
  text-align: center;
  margin-top: 2rem;
}

.interview-archive-link a {
  display: inline-block;
  padding: 12px 24px;
  background: #C64C4C;
  color: #fff;
  text-decoration: none;
  border-radius: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
  transition: background-color 0.3s ease;
  white-space: nowrap;
}

.interview-archive-link a:hover {
  background: rgba(198, 76, 76, 0.8);
  text-decoration: none;
  color: #fff;
}

.news-list .news-item time {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  flex-shrink: 0;
}

.news-list .news-item .news-title {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  flex: 1;
  text-align: left;
}

.news-list .news-item .news-category {
  color: #C64C4C;
  font-size: 16px;
  font-weight: 600;
  flex-shrink: 0;
}

.athlete-list-cta {
  background-image: url('../images/top/athlete-list-cta.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 20px 80px 20px;
  margin-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.athlete-list-cta h2 {
  color: #fff;
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

.athlete-list-cta h3 {
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

.athlete-list-cta-inner {
  text-align: center;
  position: relative;
  z-index: 1;
}

.athlete-list-btn {
  display: inline-block;
  background-color: #fff;
  color: #ff6b6b;
  font-weight: 700;
  font-size: 1.8rem;
  padding: 12px 40px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.athlete-list-btn:hover {
  background-color: #f5f5f5;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255,255,255,0.4);
}

/* インタビューセクション（既存のinterview-listクラス） */
.interview-list {
  width: min(100%, 940px);
  margin: 0 auto 80px;
  padding: 0 20px;
}

.interview-list h2 {
  color: #C64C4C;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 40px;
}





/* インタビューカードのスタイル */
.iv-card {
  text-decoration: none;
  color: inherit;
  border: 1px solid #ddd;
  border-radius: 10px;
}

/* 動画コンテナ（16:9比率） */
.iv-card .video-container {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

/* アイキャッチ画像の角丸 */
.iv-card > img {
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: auto;
  display: block;
}

.iv-card .video-container iframe,
.iv-card .video-container embed,
.iv-card .video-container object,
.iv-card .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.iv-card-content {
  padding: 20px;
}

/* tags-container は解除 */

/* タグ風のスタイル（競技名と区） */
.iv-card .sport-tag {
  display: block;
  color: #C64C4C;
  font-size: 14px;
  font-family: "Noto Sans JP";
  font-weight: 500;
  margin-bottom: 5px;
}

.iv-card .district-tags-wrapper {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.iv-card .district-tag {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #C64C4C;
  color: #C64C4C;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  border-radius: 4px;
  letter-spacing: 0.42px;
  white-space: nowrap;
}

/* 名前コンテナ（名前と選手を横並び） */
.iv-card .name-container {
  display: flex;
  align-items: baseline;
  gap: 0.1em;
  margin-bottom: 10px;
}

/* 名前のスタイル */
.iv-card .athlete-name {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.54px;
  margin: 0;
  display: flex;
  align-items: baseline;
  gap: 0.25em;
}

/* 選手のスタイル */
.iv-card .athlete-label {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.42px;
  flex-shrink: 0;
}

/* タイトル内の「選手」を小さくするスタイル */
.iv-card .athlete-name .small-sensu {
  font-size: 14px;
  font-weight: 400;
}

/* 更新日のスタイル */
.iv-card .update-date {
  color: rgba(0, 0, 0, 0.60);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.48px;
  margin: 0;
}

/* iv-grid内の空メッセージのスタイル */
.iv-grid > p {
  font-size: 16px;
}


.result-athlete {
  font-size: 18px!important;
  font-weight: 700;
  color:#C64C4C;
  margin-bottom: 5px;
}

.result-sports {
  font-size: 14px;
  color:#C64C4C;
  display: inline-block;
  font-weight: 500;
  margin-bottom: 5px;
  background-color: #FEF4F4;
  padding: 5px 10px;
  border-radius: 4px;
}

.result-comment {
  font-size: 16px;
  color:#000;
  font-weight: 500;
  margin-bottom: 5px;
}

.result-date {
  font-size: 14px;
  color:#666;
  font-weight: 500;
  margin-bottom: 5px;
}

.rl-heading {
  font-size: 20px;
  color:#C64C4C;
  font-weight: 700;
  margin-bottom: 5px;
  background-color: #FEF4F4;
}

.rl-grid {
  font-size:16px;
}


/* レスポンシブ対応 */
@media screen and (max-width: 767px) {
  .top-banner {
    max-width: 100%;
    min-height: auto;
  }
  
  /* スマホでのナビゲーションボタン調整 */
  .top-banner .swiper-button-next,
  .top-banner .swiper-button-prev {
    width: 35px;
    height: 35px;
  }
  
  .top-banner .swiper-button-next:after,
  .top-banner .swiper-button-prev:after {
    font-size: 14px;
  }
  
  .event-info h2,
  .latest-news h2,
  .athlete-list-cta h2,
  .interview-list h2 {
    font-size: 30px;
  }
  
  .latest-news > .latest-news-inner > .latest-news-header > h2 {
    font-size: 30px;
  }
  
  /* スマホでのlatest-news-headerレイアウト調整 */
  .latest-news-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  
  .x-button {
    align-self: flex-start;
  }
  
  .athlete-list-cta h2,
  .athlete-list-cta h3 {
    margin-bottom: 15px;
  }
  
  /* スマホでのnotice-category調整 */
  .notice-category.flex {
    width: 100%;
    flex-wrap: wrap;
    gap: 10px 10px;
    row-gap: 25px;
  }
  
  .notice-category__button {
    font-size: 12px !important;
    padding: 8px 12px !important;
    min-width: auto !important;
    flex-shrink: 0 !important;
  }
  
  /* スマホでのnews-item__title調整 */
  .news-item__title {
    font-size: 16px !important;
    text-align: left !important;
  }
  
  /* スマホでのh1フォントサイズ調整 */
  h1,
  .container h1,
  main h1,
  #primary h1 {
    font-size: 30px !important;
  }
  
  /* スマホでのh1::after擬似要素のフォントサイズ調整 */
  /* 擬似要素は削除済み - Forced Colors対応 */
  
  /* スマホでのh1パディング調整 */
  .container h1,
  main h1,
  #primary h1 {
    font-size: 30px !important;
    padding: 50px 0 !important;
    margin-left: calc(-50vw + 50%) !important;
    width: 100vw !important;
    background-image: url('../images/page-header-bg.jpg') !important;
    background-size: cover !important;
    background-position: center !important;
    color: #fff !important;
    text-align: left !important;
    position: relative !important;
    z-index: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  
  /* スマホ版も背景オーバーレイを削除 */
  /* .container h1::before は削除済み */
  
  /* スマホでの.search-formパディング調整 */
  .search-form {
    padding: 15px !important;
  }
  
  /* スマホでのresult-info-linkフォントサイズ調整 */
  .result-info-link {
    font-size: 16px !important;
  }
  
  /* スマホでのresult-info-boxパディング調整 */
  .result-info-box {
    padding: 15px !important;
  }
  
  /* スマホでのresult-picture調整 */
  .result-picture {
    width: 100% !important;
    margin: 0 auto !important;
  }
  
  .result-picture img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 306/204 !important;
    object-fit: cover !important;
  }
  
  /* single interviewページのスマホ調整 */
  .sport-tag {
    font-size: 14px !important;
  }
  
  .athlete-name {
    font-size: 24px !important;
  }
  
  .athlete-label {
    font-size: 16px !important;
  }
  
  .interview-profile-title {
    font-size: 14px !important;
  }
  
  /* スマホでのnews-item__category調整 */
  .news-item__category {
    width: auto !important;
    min-width: max-content !important;
  }
  
  /* スマホでのnews-itemレイアウト調整 */
  .news-item {
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 10px !important;
  }
  
  .news-item time {
    order: 1;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
  }
  
  .news-item .news-item__category {
    order: 2;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
  }
  
  .news-item .news-item__title {
    order: 3;
    width: 100%;
    flex-basis: 100%;
    margin-top: 5px;
    font-size: 16px!important;
  }
  
  /* スマホでのnews-archive-link中央配置 */
  .news-archive-link {
    text-align: center !important;
    margin-top: 2rem !important;
  }
  
  /* スマホでのinterview-archive-link中央配置 */
  .interview-archive-link {
    text-align: center !important;
    margin-top: 2rem !important;
  }
  

  
  .event-schedule-ul li {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  
  .event-date {
    align-self: flex-end;
  }
  
  .event-archive-link a,
  .athlete-list-btn {
    font-size: 1.6rem;
    padding: 15px 30px;
  }
  
  .event-info {
    padding: 60px 15px;
  }
  
  .latest-news {
    padding: 60px 0;
  }
  
  .latest-news .latest-news-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .athlete-list-cta,
  .interview-list {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 480px) {
  .event-archive-link a,
  .athlete-list-btn {
    font-size: 1.4rem;
    padding: 12px 24px;
  }
}

/* 全ページ共通の背景画像とh1 */
.page-header-banner {
  position: relative;
  width: 100%;
  height: 300px;
  background-image: url('../images/page-header.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}

.page-header-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(196, 76, 76, 0.8);
  z-index: 1;
}

/* h1の次の要素をwrapする設定 */
.container h1 + .wrap,
main h1 + .wrap,
#primary h1 + .wrap,
.athlete-single h1 + .wrap {
  max-width: 940px;
  margin: 0 auto;
  padding: 60px 20px;
}

/* 選手検索フォームのスタイル */
.search-form {
  background: #fff;
  border: 1px solid #C64C4C;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 40px;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

/* 検索結果の余白を強制する */
.search-result-count {
  margin-bottom: 16px !important;
  font-size: 16px;
}

.search-section {
  margin-bottom: 30px;
}

.search-section:last-child {
  margin-bottom: 0;
}

.search-title,.schedule-search-title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  color: #C64C4C;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  background-color: #FEF4F4;
  padding: 10px 20px;
  border-radius: 4px;
  gap: 8px;
}

.schedule-search-title::before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url('../images/uis_calender.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}

.schedule-search-title.name-search::before {
  background-image: url('../images/ooui_user-active.svg');
}

.schedule-search-title.sports-search::before {
  background-image: url('../images/fluent_run-32-filled.svg');
}

.search-title::before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url('../images/bi_geo-alt-fill.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}

.search-title.name-search::before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url('../images/ooui_user-active.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}

.search-title.sports-search::before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url('../images/fluent_run-32-filled.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}

.search-inputs {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
}

.search-field-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.search-field-label {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.search-field,
.search-select {
  padding: 12px 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  width: 100%;
  background: #fff;
}

.search-field:focus,
.search-select:focus {
  outline: none;
  border-color: #C64C4C;
  box-shadow: 0 0 0 2px rgba(196, 76, 76, 0.1);
}

/* search-fieldのプレースホルダー色 */
.search-field::placeholder {
  color: #ACACAC;
}

/* search-selectの未選択状態（プレースホルダー）の色 */
.search-select option[value=""] {
  color: #ACACAC;
}

.search-select:invalid {
  color: #ACACAC;
}

.search-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
}

.search-btn {
  padding: 12px 40px;
  border-radius: 25px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease;
  letter-spacing: 0.05em;

}

.search-btn.primary {
  background: #C64C4C;
  color: #fff;
  width: 200px;
}

.search-btn.primary:hover {
  background: #D17070;
}

.search-btn.secondary {
  background: #fff;
  color: #C64C4C;
  border: 1px solid #C64C4C;
  width: 200px;
}

.search-btn.secondary:hover {
  background: #f8f8f8;
}

/* 選手名と競技を横並びにする */
.search-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

/* ===== Athlete Card Styles ===== */
.athlete-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 30px;
}

.athlete-card {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 8px;
  transition: all 0.3s ease;
  gap:10px;
}

.athlete-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.athlete-card.is-disabled {
  pointer-events: none;
  cursor: default;
}

.athlete-card-image {
  margin-bottom: 0.5rem;
  text-align: center;
}

.athlete-photo,
.athlete-card .attachment-medium,
.athlete-card .size-medium {
  width: 100% !important;
  height: 200px !important;
  object-fit: cover !important;
  aspect-ratio: 1 / 1;
  display: block !important;
  margin: 0 auto !important;
  border-radius: 4px;
}

.athlete-card-content {
  text-align: left;
  margin-top: 10px;
  padding:10px;
}

.athlete-name {
  font-size: 1rem;
  margin: 0.5rem 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}

.athlete-furigana {
  margin: 0;
  color: #888;
  font-size: 12px!important;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-size:14px;
}

.athlete-sports,
.athlete-district {
  margin: 0;
  color: #555;
  font-size: 0.9rem;
  font-family: "Noto Sans JP", sans-serif;
}

/* Archive-athlete.php専用のスタイル */
.athlete-sports-info,
.athlete-district-info {
  margin: 0;
  color: #555;
}

.athlete-sports-tag {
  color: #C64C4C;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.42px;
  margin: 0.5rem 0;
}

.athlete-title {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 180%;
  letter-spacing: 0.54px;
  display: flex;
  align-items: baseline;
  gap: 0.25em;
}

.athlete-label {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.42px;
}

.athlete-district-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 0.5rem 0;
}

.athlete-district-tag {
  display: inline-block;
  padding: 0 10px;
  color: #C64C4C;
  border: 1px solid #C64C4C;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.42px;
  border-radius: 4px;
  margin: 0;
}

.search-row .search-section {
  flex: 1;
  width: calc(50% - 20px);
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .search-inputs {
    flex-direction: column;
    align-items: stretch;
  }
  
  .search-buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .search-btn {
    width: 100%;
    max-width: 300px;
  }
  
  .search-row {
    flex-direction: column;
    gap:0px;
  }
  
  .search-row .search-section {
    width: 100%;
  }
  
  /* athlete-gridをスマホで2カラムに */
  .athlete-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  
  /* ページトップに戻るボタン（スマホのみ） */
  .scroll-to-top {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: #F4A5A5; /* ピンク色 */
    border: none;
    border-radius: 50%;
    color: #000; /* 黒い矢印 */
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  }
  
  .scroll-to-top.show {
    opacity: 1;
    visibility: visible;
  }
  
  .scroll-to-top:hover {
    background-color: #F28C8C; /* ホバー時少し濃いピンク */
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  }
  
  .scroll-to-top svg {
    width: 24px;
    height: 24px;
  }
}



/* 各ページのcontainer内のh1に背景画像を適用 - Forced Colors対応版 */
.container h1,
main h1,
#primary h1 {
  position: relative;
  background-image: url('../images/page-header-bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0;
  padding: 100px 0;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  text-align: left;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: calc((100vw - 940px) / 2 + 20px);
  padding-right: calc((100vw - 940px) / 2 + 20px);
}

/* 背景オーバーレイを削除 - 背景画像をそのまま表示 */
/* .container h1::before は削除済み */

/* 競技スケジュールグリッドのスタイル */
.schedule-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin: 20px 0;
  font-size: 16px;
}

/* 競技スケジュールカードのスタイル */
.schedule-card {
  display: flex;
  width: 100%;
  max-width: 455px;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;

  background: #fff;
  border: 1px solid #CBCBCB;

}

.schedule-card-header {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  align-self: stretch;
  background: linear-gradient(180deg, #FF737B 0%, #FFB9BD 100%);
  color: #fff;
  text-align: center;
  flex-shrink: 0;
}

.schedule-content-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  background: #fff;
}

.schedule-time-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.schedule-date {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 1.2;
}

.schedule-open-time {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 1;
}

.schedule-divider {
  display: none;
}

.schedule-details-section {
  padding: 20px;
}

.schedule-sport {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

.schedule-title-row {
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  color: #000;
  padding: 0;
  border: none;
}

.schedule-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #000;
  margin: 0;
}

.schedule-status {
  font-family: "Noto Sans JP", sans-serif;
  background: #fff;
  color: #000;
  border: none;
  padding: 0;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  margin: 0;
}

.schedule-participants {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: 700;
  margin-top: 0.5rem;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}

.schedule-venue {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #666;
  margin-top: 10px;
}

.schedule-result-section {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  flex: 1 0 0;
  background: #fff;
}

.schedule-result-section h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin: 1rem 0 0.5rem 0;
}



.schedule-result-label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #C64C4C;
  font-size: 16px;
  margin-bottom: 0.5rem;
}

.schedule-result-text {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  font-size: 16px;
  font-weight: 400;
}

/* レスポンシブ対応 */
@media (max-width: 1024px) {
  .schedule-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

@media (max-width: 768px) {
  .schedule-card-header {
    flex-direction: column;
    gap: 1rem;
  }
  
  .schedule-divider {
    width: 100%;
    height: 1px;
    margin: 0;
  }
  
  .schedule-card {
    width: 100%;
  }
  
  .schedule-time-section {
    text-align: left;
    min-width: auto;
  }
  
  .schedule-title-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  
  .schedule-status {
    align-self: flex-start;
  }
  
  .schedule-result-content {
    /* レスポンシブでもFlexレイアウトなし */
  }
}

/* ===== Interview Video Container ===== */
.interview-video-container {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.interview-video-container iframe,
.interview-video-container video,
.interview-video-container embed,
.interview-video-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* ===== Interview Meta Styles ===== */
.interview-meta {
  margin-bottom: 2rem;
}

.interview-meta .sport-tag {
  display: inline-block;
  color: #C64C4C;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.interview-meta .name-container {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 20px;
}

.interview-meta .athlete-name {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 36px;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}

.interview-meta .athlete-label {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.interview-publish-date {
  font-size: 14px;
  color: #666;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 2rem;
  margin-bottom: 0;
}

.interview-single .wrap p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 1.5rem;
}

/* ===== Interview Profile Styles ===== */
.interview-profile {
  margin: 2rem 0;
  padding: 20px;
  border: 1px solid #C64C4C;
  border-radius: 4px;
}

.interview-profile-title {
  color: #C64C4C;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 15px 0;
  padding: 0;
}

.interview-profile-content {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  margin: 0;
}

.interview-profile-content p {
  margin-bottom: 1rem;
}

.interview-profile-content p:last-child {
  margin-bottom: 0;
}

/* ===== Schedule View Button ===== */
.schedule-view-button-container {
  text-align: center;
  margin-top: 2rem;
}

.schedule-view-button {
  display: inline-block;
  padding: 12px 24px;
  background: #C64C4C;
  color: #fff;
  text-decoration: none;
  border-radius: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
  transition: background-color 0.3s ease;
  white-space: nowrap;
}

.schedule-view-button:hover {
  background: rgba(198, 76, 76, 0.8);
  text-decoration: none;
  color: #fff;
}

/* ===== Related Links Styles ===== */
.related-links {
  width: 100%;
}

.link-category-section {
  margin: 1.5rem 0;
}

.link-category-title {
  margin: 0.5rem 0;
  padding: 5px 10px;
  background: #fee;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #C64C4C;
}

.link-grid {
  display: grid;
  gap: 0.5rem 2rem;
  margin-top: 1rem;
}

.link-grid[data-columns="1"] {
  grid-template-columns: 1fr;
}

.link-grid[data-columns="2"] {
  grid-template-columns: repeat(2, 1fr);
}

.link-grid[data-columns="3"] {
  grid-template-columns: repeat(3, 1fr);
}

.link-grid[data-columns="4"] {
  grid-template-columns: repeat(4, 1fr);
}

.link-item {
  padding: 0.5rem 0;
}

.link-item-anchor {
  color: #000;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.link-item-anchor:hover {
  color: #C64C4C;
  text-decoration: underline;
}

.link-item-text {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.link-empty-message {
  color: #666;
  font-style: italic;
  margin: 1rem 0;
  font-family: "Noto Sans JP", sans-serif;
}

/* リンク集のレスポンシブ対応 */
@media (max-width: 768px) {
  .link-grid[data-columns="2"],
  .link-grid[data-columns="3"],
  .link-grid[data-columns="4"] {
    grid-template-columns: 1fr;
  }
  
  .link-category-title {
    font-size: 14px;
    padding: 0.25rem 0.5rem;
  }
}

/* 東京2025デフリンピック応援セクション */
.deaflympics-support {
  padding: 100px 0;
  background-color: #FEF4F4;
}

.deaflympics-support-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.deaflympics-support-title {
  font-size: 40px;
  font-weight: bold;
  color: #C64C4C;
  margin-bottom: 40px;
  line-height: 1.4;
}

.deaflympics-support-title .mobile-title {
  display: none;
}

.deaflympics-support-title .desktop-title {
  display: inline;
  font-size: 40px;
}

.deaflympics-support-content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.deaflympics-support-content p {
  font-size: 17px;
  line-height: 1.8;
  color: #333;
  margin: 0;
}

.deaflympics-support-content a {
  color: #C64C4C;
  text-decoration: none;
}

.deaflympics-support-content a:hover {
  text-decoration: underline;
}

/* Archive Athlete ページ専用スタイル */
.archive.post-type-archive-athlete .deaflympics-support-content {
  text-align: left;
}

.archive.post-type-archive-event_schedule .deaflympics-support-content {
  display: inline-block;
  text-align: left;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {

  
  .deaflympics-support {
    padding: 60px 0;
  }
  
  .deaflympics-support-inner {
    padding: 0 15px;
  }
  
  .deaflympics-support-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  
  .deaflympics-support-title .desktop-title {
    display: none;
  }
  
  .deaflympics-support-title .mobile-title {
    display: inline;
  }
  
  .deaflympics-support-content p {
    font-size: 16px;
    line-height: 1.7;
  }
  
  .athlete-title {
    font-size: 20px;
  }
  
  .athlete-label {
    font-size: 12px!important;
  }
}

