/*共通部分*/
body {
  font-family: 'Noto Sans JP',sans-serif;
}

dl, dt, dd, ul, ol, li, 
p, a, span, th, td {
  font-size: 1.125rem;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

h1.title {
  width: 50%;
  background: none;
  padding: 80px 0 0;
  margin: 0 auto;
}

h1 .title-en {
  color: #E37724;
  font-size: 3.125rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: .05em;
}

h1 .title-ja {
  font-size: 2.3125rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: .05em;
}

.l-main div#contentsMain h2 {
  position: relative;
  font-size: 2.5rem !important;
  font-weight: bold;
  padding: 0 0 21px;
  border: none;
  margin: 0 0 24px;
  background: none;
  text-align: center;
  line-height: 1.586;
}

.l-main div#contentsMain h2::before {
  position: absolute;
  content: "";
  background: url(/sports/expo2025/img/titile_01.png);
  background-size: 100%;
  width: 49px;
  height: 13px;
  bottom: 0;
  left: calc(50% - 0.784546em);
}

.l-main div#contentsMain h3 {
  position: relative;
  padding: 0;
  margin: 0 0 15px 15px;
  background: none;
  font-size: 1.875rem;
  font-weight: bold;
}

.l-main div#contentsMain h3::before {
  position: absolute;
  content: "";
  background: url(/sports/expo2025/img/titile_02.png);
  background-size: 100%;
  width: 40px;
  height: 21px;
  bottom: calc(50% - 0.45em);
  left: -43px;
}

.l-main div#contentsMain h3.text-center {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.1em;
}

.l-main div#contentsMain h3.text-center::before {
  content: none;
}

.l-main div#contentsMain h3.text-center .text-center-img {
  position: relative;
  background: url(/sports/expo2025/img/titile_02.png);
  background-size: 100%;
  width: 40px;
  height: 21px;
  margin-bottom: -6px;
}

.l-main div#contentsMain h3.text-center .text-center-text {
  font-size: 1.875rem;
}

div#contentsMain p {
  margin: 0 0 24px;
}

.text-large {
  font-size: 1.8125rem;
}

.text-center {
  text-align: center;
}

a {
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a[target="_blank"] {
  padding-right: 0;
  background: none;
}

img {
  width: 100%;
}

.l-main div#contentsMain ul {
  align-items: center;
  margin: 0 0 24px;
}

.l-main div#contentsMain ul li {
  list-style: none;
  padding-left: 6px;
  margin-bottom: 12px;
}

.l-main div#contentsMain ul li a {
  position: relative;
  text-decoration: underline;
}

.l-main div#contentsMain ul li a:hover {
  text-decoration: none;
}

.l-main div#contentsMain ul li a::before {
  position: absolute;
  content: "";
  background: url(/sports/expo2025/img/bullet.png);
  background-size: 100%;
  width: 0.87489em;
  height: 0.87489em;
  top: calc(50% - 0.374953em);
  margin-left: -20px;
}

div#contentsMain dl {
  display: flex;
  padding: 0;
  margin: 0;
}

div#contentsMain dl dd a {
  text-decoration: underline;
}

div#contentsMain dl dd a:hover {
  text-decoration: none;
}

/*ヘッダー*/

.l-header {
  border-bottom: 1px solid #707070;
}

.l-container {
  border-top: 0;
}

.header-row {
  padding-top: 0;
  padding-bottom: 0;
  max-width: 100%;
}

.logo-block {
  margin: 0 auto;
  float: none;
  width: 100%;
  height: auto;
  max-width: 1280px;
}

.logo-block a {
  display: flex;
  flex-direction: column;
  width: 25.9%;
  padding: 1em 0;
}

.logo-block a span {
  width: 50%;
  font-size: 0.65rem;
  text-align: right;
}

.logo-block-img img {
  width: 100%;
}

/*コンテンツ部分*/

.title-block {
  text-align: center;
}

div#contents {
  max-width: 100%;
  margin: 0 auto;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 249, 242, 1) 100%);
}

#contentsInner {
  background:url(/sports/expo2025/img/bg_pc.png) center 20px repeat-y;
  padding-bottom: 35px;
  line-height: 1.625;
  letter-spacing: .05em;
}

.detailInner #contentsInner {
  padding-bottom: 0;
}

.contentsMain {
  width: 100%;
  min-width: 960px;
  margin: 0 auto;
}

.contents-block {
  width: 46.875%;
  margin: 0 auto 67px;
  min-width: 900px;
}

.contents-block.w1040 {
  width: 50%;
  min-width: 1040px;
}

.contents-block.w100 {
  width: 100%;
  max-width: 100%;
  /*margin: 0 auto 80px;*/
}

.detailInner .contents-block {
  margin: 0 auto 80px;
}

.contents-column {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 2.5em;
  margin-bottom: 24px;
}

.column  {
  flex-direction: column;
}

.column-between {
  justify-content: space-between;
}

.contents-column.column-between:last-child {
  margin-bottom: 12px;
}

.contents-column-text {
  width: 63.6666%;
}

.contents-column.column .contents-column-text {
  width: 100%;
}

.l-main div#contentsMain .contents-listDisc {
  margin: 0 0 24px;
}

.l-main div#contentsMain .contents-listDisc li {
  padding-left: 0;
  margin: 0 0 0 16px;
  list-style: disc;
}

.l-main div#contentsMain .contents-column-text ul li::before {
  background: none;
}

.l-main div#contentsMain .contents-listDisc li dl {
  display: block !important;
}

.l-main div#contentsMain .contents-listDisc li dl dt {
  position: relative;
  float: left;
  font-size: 1.8125rem;
  font-weight: bold;
  width: 21%;
}

.l-main div#contentsMain .contents-listDisc li dl dt::before {
  position: absolute;
  content: ":";
  font-size: 1em;
  top: -0.1em;
  right: 7px;
}

.l-main div#contentsMain .contents-listDisc li dl dd {
  margin: 0 !important;
  font-size: 1.8125rem;
}

.contents-column-img {
  text-align: center;
  width: 33.3333%;
}

.contents-column.column .contents-column-img {
  width: 100%;
  max-width: 640px;
  text-align: center;
  margin-bottom: 24px;
}

.contents-column-img img {
  width: 100%;
}

.contents-column-img span {
  font-size: 1rem;
}

.contents-column.reverse {
  flex-direction: row-reverse;
}

.contents-map-img {
  margin-bottom: 24px;
}

.contents-map-links {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.contents-map-links ul {
  display: flex;
  gap: 1em 2.6em;
  justify-content: space-between;
}

.l-main div#contentsMain .contents-map-links ul li {
  width: 22%;
  margin-bottom: 0;
}

.l-main div#contentsMain .contents-map-links ul li a {
  font-size: 1.8125rem;
}

.l-main div#contentsMain .contents-map-links ul li a::before {
  margin-left: -35px;
}

.contents-box {
  width: 32.6666%;
  text-align: center;
}

.contents-box-link {
  display: inline-block;
  width: 100%;
  padding: 1rem .625rem;
  border: 1px solid #111;
  border-radius: 9px;
  box-shadow: 2px 2px #000;
  background-color: #fff;
  transition: background-color .3s, box-shadow .3s;
}

.contents-box-link:hover,
.contents-box-link:focus,
.contents-column.booth-box .contents-box:first-child .contents-box-link:hover,
.contents-column.booth-box .contents-box:first-child .contents-box-link:focus,
.contents-column.booth-box .contents-box:nth-child(2) .contents-box-link:hover,
.contents-column.booth-box .contents-box:nth-child(2) .contents-box-link:focus,
.contents-column.booth-box .contents-box:nth-child(3) .contents-box-link:hover,
.contents-column.booth-box .contents-box:nth-child(3) .contents-box-link:focus {
  box-shadow: 0px 0px #000;
  background-color: #f0f0f0;
}

.contents-column.booth-box .contents-box:first-child .contents-box-link {
  border: 2px solid #00a749;
  box-shadow: 3px 3px #000;
}

.contents-column.booth-box .contents-box:nth-child(2) .contents-box-link {
  border: 2px solid #1a73d4;
  box-shadow: 3px 3px #000;
}

.contents-column.booth-box .contents-box:nth-child(3) .contents-box-link {
  border: 2px solid #ffcc10;
  box-shadow: 3px 3px #000;
}

.contents-box-title {
  display: block;
  margin-bottom: 8px;
  color: #E37724;
  font-size: 1.8125rem;
  font-weight: bold;
  line-height: 1.583;
  text-shadow: 1px 1px 0px #333, -1px -1px 0px #333, -1px 1px 0px #333,  1px -1px 0px #333, 1px 0px 0px #333, -1px  0px 0px #333, 0px 1px 0px #333,  0px -1px 0px #333;
  letter-spacing: 0.07em;
}

.contents-column.booth-box .contents-box:first-child .contents-box-link .contents-box-title {
  color:#00a749;
}

.contents-column.booth-box .contents-box:nth-child(2) .contents-box-link .contents-box-title {
  color:#1a73d4;
}

.contents-column.booth-box .contents-box:nth-child(3) .contents-box-link .contents-box-title {
  color:#ffcc10;
}

.contents-info dl {
  flex-direction: column;
  border-bottom: 1px solid #E77E2E;
  margin-bottom: 14px !important;
}

.contents-info dl dt {
  color: #666;
  font-size: 1rem;
  line-height: 1.571;
  margin-bottom: 5px;
}

.contents-info dl dd {
  padding-bottom: 0.675em;
}

.l-main div#contentsMain .contents-summary ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 0;
  list-style: none;
}

.l-main div#contentsMain .contents-summary ul li::before {
  position: absolute;
  content: "";
  width: 1em;
  height: 1em;
  margin-left: 0;
  background: #222;
  top: calc(50% - 0.5em);
  left: 0;
}

.contents-summary-link {
  margin-bottom: 24px;
}

.l-main div#contentsMain .contents-summary .contents-summary-link dl {
  display: flex;
  gap: 0 0.425em;
  margin-bottom: 16px;
  line-height: 1;
}

.l-main div#contentsMain .contents-summary .contents-summary-link dl dt {
  padding-right: .225em;
  border-right: 1px solid #333;
  font-weight: normal;
  width: 9.2%;
}

.l-main div#contentsMain .contents-summary .contents-summary-link dl dd {
  padding-left: 0;
}

.contents-button {
  text-align: center;
}

.contents-button a {
  display: inline-block;
  color: #333;
  position: relative;
  padding: 1rem 4rem 1rem 1.5rem;
  border: 1px solid #111;
  border-radius: 9px;
  box-shadow: 2px 2px #000;
  font-size: 1.5rem;
  line-height: 1.583;
  text-decoration: none;
  background-color: #fff;
  transition: background-color .3s, box-shadow .3s;
}

.contents-button a::before {
  position: absolute;
  content: "";
  background: url(/sports/expo2025/img/arrow.png);
  background-size: 100%;
  width: 29px;
  height: 9px;
  top: calc(50% - 4.5px);
  right: 24px;
}

.contents-button a:hover,
.contents-button a:focus {
  box-shadow: 0px 0px #000;
  background-color: #f0f0f0;
}

.contents-column .contents-button {
  width: 32.6666%;
}

.contents-column .contents-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4.5em;
}

/*フッター*/
.l-footer {
  border-top: 1px solid #707070;
}

.footer-region .ttl-footer .txt-border {
  font-size: 1.25rem;
}

.footer-region .footer-address dl {
  display: block;
}

.footer-region .footer-address dt,
.footer-region .footer-address dd,
.footer-region .footer-address dd a {
  font-size: 0.875rem;
}

.footer-region .txt-copyright {
  font-size: 0.875rem;
}

/*詳細ページ*/
.contents-detail {
  border-bottom: 1px solid #E77E2E;
  margin-bottom: 24px;
}

.contents-detail-summary {
  margin-bottom: 12px;
}

.contents-detail-summary + .contents-detail-summary {
  margin-bottom: 24px;
}

.contents-detail-summary dl {
  display: block !important;
}

.contents-detail-summary dl dt {
  position: relative;
  float: left;
  font-weight: bold;
  width: 15%;
}

.contents-detail-summary dl dt::before {
  position: absolute;
  content: ":";
  font-size: 1em;
  top: -0.1em;
  right: 7px;
}

.contents-detail-summary dl dd {
  margin: 0 !important;
}


@media screen and (max-width: 1024px) {
  .text-large {
    font-size: 1.5rem;
  }

  .contentsMain {
    min-width: 0;
    width: 91.4666%;
  }

  .contents-block {
    width: 100%;
    margin-bottom: 60px;
    min-width: 100%;
  }

  .contents-block.w1040 {
    width: 100%;
    min-width: 100%;
  }

  .contents-block.w100 {
    margin: 0 auto 60px;
  }

  .contents-column .contents-button {
    width: 40%;
  }

  .l-main div#contentsMain .contents-listDisc li dl dt {
    float: none;
    width: 150px;
    font-size: 1.5rem;
  }

  .l-main div#contentsMain .contents-listDisc li dl dd {
    font-size: 1.5rem;
  }

  /*詳細ページ*/
  .contents-detail-summary dl dt {
    float: none;
    width: 137px;
  }
}

@media screen and (max-width: 768px) {
  /*共通部分*/
  dl, dt, dd, ul, ol, li, 
  p, a, span, th, td {
    font-size: 1rem;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
  h1.title {
    width: 100%;
    padding: 4.3em 0 0;
  }

  h1 .title-en {
    font-size: 2.125rem;
    line-height: 1.588;
  }

  h1 .title-ja {
    font-size: 1.625rem;
    line-height: 1.4;
  }

  .l-main div#contentsMain h2 {
    font-size: 2.125rem !important;
    padding: 0 0 30px;
    line-height: 1.615;
  }

  .l-main div#contentsMain h2::before {
    left: calc(50% - 0.9231em);
  }

  .l-main div#contentsMain h3 {
    position: relative;
    font-size: 1.625rem;
    margin: 0 0 15px 30px;
  }

  .l-main div#contentsMain h3::before {
    left: -45px;
  }

  .l-main div#contentsMain h3.text-center {
    justify-content: flex-start;
    margin: 0 0 15px;
  }

  .l-main div#contentsMain h3.text-center .text-center-img {
    margin-bottom: -2px;
  }

  .l-main div#contentsMain h3.text-center .text-center-text {
    font-size: 1.625rem;
  }

  ul {
    margin-bottom: 24px;
  }

  .l-main div#contentsMain ul li a::before {
    top: 0.35em;
  }

  dl {
    display: flex;
  }

  div#contentsMain dl dd {
    padding: 0;
    border-bottom: 0;
  }

  /*ヘッダー*/

  .header-row {
    padding: 0;
  }

  .logo-block {
    max-width: 100%;
  }

  .logo-block a {
    width: 50.93333%;
    padding:  0.23122rem 0;
  }

  .logo-block-img {
    position: relative;
    padding: 0;
  }

  .logo-block-img::before {
    position: absolute;
    content: "";
    background: #000;
    width: 1px;
    height: 40px;
    top: calc(50% - 20px);
    right: 0;
  }

  .logo-block-img:last-child::before {
    background: none;
  }

  .logo-block a .logo-block-spFlex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  /*コンテンツ部分*/

  #contentsInner {
    background: url(/sports/expo2025/img/bg_sp.png) center 100px/100%;
    padding-bottom: 40px;
  }

  .contentsMain {
    width: 91.4666%;
  }

  .contents-block {
    width: 100%;
    margin-bottom: 60px;
    min-width: 100%;
  }

  .contents-block.w1040 {
    width: 100%;
    min-width: 100%;
  }

  .contents-block.w100 {
    margin: 0 auto 60px;
  }

  .detailInner .contents-block {
    margin: 0 auto 60px;
  }

  .contents-column {
    flex-direction: column;
    margin-bottom: 24px;
  }

  .contents-column-text {
    width: 100%;
  }

  .contents-column-img {
    width: 100%;
    margin-bottom: 24px;
  }

  .contents-column-img img {
    width: 100%;
  }

  .contents-column.reverse {
    flex-direction: column-reverse;
  }

  .contents-column.reverse .contents-column-img {
    margin-bottom: 24px;
  }

  .contents-column .contents-button {
    margin-bottom: 24px;
  }

  .contents-column .contents-button:last-child {
    margin-bottom: 0;
  }

  .l-main div#contentsMain .contents-map-links ul {
    gap: 1em 2.4em;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 0 24px 14px;
  }

  .l-main div#contentsMain .contents-map-links ul li {
    width: 44%;
  }

  .l-main div#contentsMain .contents-map-links ul li a {
    font-size: 1rem;
  }

  .l-main div#contentsMain .contents-map-links ul li a::before {
    margin-left: -20px;
  }

  .contents-box {
    width: 100%;
    margin-bottom: 22px;
  }

  .contents-box-link {
    display: inline-block;
    padding: 1.03122rem;
  }

  .contents-box-title {
    font-size: 1.625rem;
    line-height: 1.619;
  }

  .l-main div#contentsMain .contents-info dl dd {
    padding-bottom: 1em;
  }

  .l-main div#contentsMain .contents-summary .contents-summary-link dl {
    flex-direction: column;
    width: 100%;
  }

  .l-main div#contentsMain .contents-summary .contents-summary-link dl dt {
    width: 21.3%;
    margin-bottom: 10px;
  }

  .contents-summary .contents-column .contents-column-img {
    margin-bottom: 24px;
  }

  .l-main div#contentsMain .contents-summary .contents-summary-link dl dd {
    padding-left: 0;
  }

  .l-main div#contentsMain .contents-summary ul li {
    width: 100%;
  }

  .l-main div#contentsMain .contents-summary ul li::before {
    top: 0.35em;
  }

  .contents-column .contents-button {
    width: 100%;
  }

  /*フッター*/

  .footer-region .footer-address {
    display: block;
  }

  .footer-region .footer-address dt,
  .footer-region .footer-address dd,
  .footer-region .footer-address dd a {
    font-size: 0.75rem;
  }

  .footer-region .txt-copyright {
    font-size: 0.75rem;
  }

  /*詳細ページ*/
  .contents-detail .contents-column {
    margin-bottom: 0;
  }
}