/*
  Base Style
----------------------------------------------------------------------------------------------------*/
#expo2025 {
  color: #222;
  font-size: 14px;
  font-family: "Noto Sans JP","Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; 
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  overflow: hidden;
  background-color: #ffffff ;
}

#expo2025 a {
  text-decoration: none;
  color: #0066aa;
}

#expo2025 a:visited {
  color: #552277;
}

#expo2025 a:hover {
  color: #1d9bff;
}

#expo2025 img {
  max-width: 100%;
  vertical-align: middle;
}
#expo2025 sub {
  position: relative;
  bottom: -0.5em;
  font-size: 60%;
  line-height: 1;
}
* { outline: none!important; }
#expo2025 * { box-sizing: border-box; }

/*
  override Style
----------------------------------------------------------------------------------------------------*/
#expo2025 .TOPIC-PATH {
  background: #f1f2f6;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
#expo2025 .TOPIC-PATH.TOPIC-PATH_EN {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
#expo2025 .TOPIC-PATH-INNER{
  width: 1260px;
  padding: 0 30px;
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  #expo2025 .TOPIC-PATH-INNER{
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  #expo2025 .TOPIC-PATH {
    background: #f1f2f6;
  }
  #expo2025 .TOPIC-PATH-INNER{
    width: 100%;
    padding: 0;
  }
}

/*
  custum Style
----------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width: 768px){
  body{
    max-width: 1920px;
    margin: 0 auto;
  }

  #expo2025{
    font-size: 16px;
  }
  
  #expo2025 .expo2025-content-wrap{
    width: 100%;
    margin: 0 auto;
  }
  
  #expo2025 .expo2025-view-pc{
    display: block;
  }
  #expo2025 .expo2025-view-sp{
    display: none;
  }

  /* ----- expo2025-image ----- */
  #expo2025 .expo2025-image{
    width: 1920px;
    margin-left: calc(50% - 960px);
  }

  /* ----- expo2025-about-layout ----- */
  #expo2025 .expo2025-about-layout{
    position: relative;
  }
  #expo2025 .expo2025-about-button{
    position: absolute;
    top: 512px;
    left: calc(50% - 630px);
    display: flex;
    width: 1260px;
    padding: 0 30px;
  }
  #expo2025 .expo2025-about-button_item{
    width: 292px;
    margin-right: 35px;
  }
  #expo2025 .expo2025-about-button .expo2025-about-button_item [class*="_link"]{
    text-align: center;
    display: block;
    height: 58px;
    padding: 13px 26px 11px 15px;
    border-radius: 29px;
    background-color: #0e0d6a;
    color: #fff;
    font-size: 19px;
  }
  #expo2025 .expo2025-about-button .expo2025-about-button_item [class*="_link"]:hover{
    background-color: #575697;
  }
  #expo2025 .expo2025-about-button .expo2025-about-button_link-modal::after{
    position: relative;
    top: 2px;
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-left: 4px;
    background: url("/extlib/expo2025/img/index_ic01.svg") no-repeat left top/100%;
    content: "";
  }
  #expo2025 .expo2025-about-button .expo2025-about-button_link-blank::after{
    position: relative;
    top: -1px;
    display: inline-block;
    width: 11px;
    height: 10px;
    margin-left: 7px;
    background: url("/extlib/expo2025/img/index_ic02.svg") no-repeat left top/100%;
    content: "";
  }

  /* ----- expo2025-about-modal ----- */
  #expo2025 .expo2025-about-modal-wrap{
    display: none;
  }
  /* --- modaal --- */
  .modaal-wrapper .modaal-container {
    width: 1038px;
    max-width: 1038px;
    padding: 0;
    box-shadow: none;
  }
  .modaal-wrapper .modaal-close {
    position: absolute;
    top: 22px;
    right: 23px;
    width: 48px;
    height: 48px;
  }
  .modaal-wrapper .modaal-close::before,
  .modaal-wrapper .modaal-close::after {
    top: 8px;
    left: 24px;
    width: 32px;
    height: 4px;
    background: #0e0d6a;
    border-radius: 0;
  }
  .modaal-wrapper .modaal-close:hover {
    opacity: .7;
  }
  .modaal-wrapper .modaal-close>span {
    display: block;
    position: relative!important;
    width: 100%!important;
    height: 100%!important;
    overflow: hidden;
    text-indent: -9999px;
  }
  .modaal-content-container {
    padding: 51px 60px 60px;
  }
  .expo2025-about-modal_title {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #0e0d6a;
  }
  .expo2025-about-modal_description {
    margin-top: 15px;
  }
  .expo2025-about-modal_description > dt {
    font-size: 18px;
    font-weight: bold;
    color: #0e0d6a;
  }
  .expo2025-about-modal_description > dd {
    font-size: 16px;
  }
  .expo2025-about-modal_description + .expo2025-about-modal_description {
    margin-top: 11px;
  }
  .expo2025-about-modal_image {
    margin-top: 23px;
  }
  .expo2025-about-modal_image > img {
    max-width: 100%;
  }

  /* ----- expo2025-feature-layout ----- */
  #expo2025 .expo2025-feature-layout{
    position: relative;
  }
  #expo2025 .expo2025-feature-button{
    position: absolute;
    top: 602px;
    left: 0;
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 0 30px;
  }
  #expo2025 .expo2025-feature-button_item{
    width: 360px;
  }
  #expo2025 .expo2025-feature-button .expo2025-feature-button_item [class*="_link"]{
    position: relative;
    text-align: center;
    display: block;
    height: 58px;
    padding: 13px 10px 11px;
    border-radius: 29px;
    background-color: #0e0d6a;
    color: #fff;
    font-size: 19px;
  }
  #expo2025 .expo2025-feature-button .expo2025-feature-button_item [class*="_link"]:hover{
    background-color: #575697;
  }
  #expo2025 .expo2025-feature-button .expo2025-feature-button_link-blank::after{
    position: relative;
    top: -1px;
    display: inline-block;
    width: 11px;
    height: 10px;
    margin-left: 7px;
    background: url("/extlib/expo2025/img/index_ic02.svg") no-repeat left top/100%;
    content: "";
  }
  /* --- expo2025-news --- */
  #expo2025 .expo2025-news {
    width: 1260px;
    margin: 46px auto 0;
    padding: 0 30px;
  }
  #expo2025 .expo2025-news_article {
    border-bottom: 1px solid #ddd;
  }
  #expo2025 .expo2025-news_article > [class*="expo2025-news_type"] {
    display: flex;
    align-items: flex-start;
    background-color: #fff;
    padding: 36px 5px 37px;
  }
  #expo2025 .expo2025-news_article:first-child > [class*="expo2025-news_type"] {
    padding-top: 0;
  }
  #expo2025 .expo2025-news_article > [class*="expo2025-news_type"]:not(.expo2025-news_type-nolink) .expo2025-news_title {
    color: #0066aa;
  }
  #expo2025 .expo2025-news_article > .expo2025-news_type-nolink .expo2025-news_title {
    color: #222;
  }
  #expo2025 .expo2025-news_article > [class*="expo2025-news_type"]:not(.expo2025-news_type-nolink):hover .expo2025-news_title {
    color: #1eace5;
  }
  #expo2025 .expo2025-news_article > [class*="expo2025-news_type-"] .expo2025-news_title::after {
    position: relative;
    display: inline-block;
    content: "";
  }
  #expo2025 .expo2025-news_type-blank .expo2025-news_title::after {
    width: 11px;
    height: 10px;
    top: -1px;
    margin-left: 15px;
    background: url(/extlib/expo2025/img/index_ic03.svg) no-repeat center / contain;
  }
  #expo2025 .expo2025-news_type-pdf .expo2025-news_title::after {
    width: 14px;
    height: 14px;
    top: 2px;
    margin-left: 9px;
    background: url(/extlib/expo2025/img/index_ic04.svg) no-repeat center / contain;
  }
  #expo2025 .expo2025-news_body {
    display: flex;
    flex: 1 1;
    flex-flow: row nowrap;
    align-items: center;
    order: 1;
  }
  #expo2025 .expo2025-news_property {
    display: flex;
    align-items: center;
  }
  #expo2025 .expo2025-news_date {
    min-width: 8.5em;
    margin-right: 68px;
    color: #222;
    font-size: 15px;
    line-height: 24px;
    white-space: nowrap;
  }
  #expo2025 .expo2025-news_caption {
    flex: 1 1;
  }
  #expo2025 .expo2025-news_title {
    color: #0066aa;
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    transition: all .25s cubic-bezier(.4,0,.2,1) 0s;
  }
  
  /* ----- expo2025-related ----- */
  #expo2025 .expo2025-related{
    width: 100vw;
    margin-left: calc(50% - 50vw);
    background-color: #f1f2f6 ;
  }
  #expo2025 .expo2025-related .expo2025-related_inner{
    width: 1260px;
    margin: 0 auto;
    padding: 84px 30px 74px;
  }
  #expo2025 .expo2025-related .expo2025-related_head{
    text-align: center;
    margin: 0;
    font-size: 28px;
    font-weight: bold;
  }
  #expo2025 .expo2025-related .expo2025-related_body{
    margin-top: 28px;
  }
  #expo2025 .expo2025-related .expo2025-related_card{
    display: flex;
    flex-wrap: wrap;
  }
  #expo2025 .expo2025-related .expo2025-related_card_detail{
    margin-top: 13px;
  }
  #expo2025 .expo2025-related .expo2025-related_card_item{
    width: calc((100% - (34px * 4))/5);
    margin-left: 34px;
  }
  #expo2025 .expo2025-related .expo2025-related_card_item:nth-child(5n+1){
    margin-left: 0;
  }
  #expo2025 .expo2025-related [class*="expo2025-related_card_type"]:hover .expo2025-related_card_image{
    opacity: .7;
  }
  #expo2025 .expo2025-related [class*="expo2025-related_card_type"]:hover .expo2025-related_card_title{
    color: #1eace5;
  }
  #expo2025 .expo2025-related .expo2025-related_card_image{
    border-radius: 5px;
    overflow: hidden;
  }
  #expo2025 .expo2025-related .expo2025-related_card_title{
    font-size: 15px;
    color: #0066aa;
  }
  #expo2025 .expo2025-related_card_item > [class*="expo2025-related_card_type-"] .expo2025-related_card_title::after {
    position: relative;
    top: 2px;
    display: inline-block;
    margin-left: 9px;
    color: #0066aa;
    content: "";
  }
  #expo2025 .expo2025-related_card_type-blank .expo2025-related_card_title::after {
    width: 11px;
    height: 10px;
    background: url(/extlib/expo2025/img/index_ic03.svg) no-repeat center / contain;
  }
}

@media screen and (min-width: 768px) and (max-width: 1038px) {
  /* --- modaal --- */
  .modaal-wrapper .modaal-container {
    width: calc(100vw - 60px);
    max-width: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1260px) {
  /* ----- expo2025-image ----- */
  #expo2025 .expo2025-image{
    width: calc(1920 * (100vw / 1260));
    margin-left: calc(50% - (960 * (100vw / 1260)));
  }
  /* ----- expo2025-about-layout ----- */
  #expo2025 .expo2025-about-button{
    top: 40.63vw;
    left: 0;
    width: 100%;
  }
  #expo2025 .expo2025-about-button_item{
    width: 23.17vw;
    margin-right: 2.77vw;
  }
  #expo2025 .expo2025-about-button .expo2025-about-button_item [class*="_link"]{
    height: 4.603vw;
    padding: 1.03vw 2.06vw .87vw 1.19vw;
    border-radius: 2.301vw;
    font-size: 1.507vw;
  }
  /* ----- expo2025-feature-layout ----- */
  #expo2025 .expo2025-feature-button{
    top: 47.77vw;
  }
  #expo2025 .expo2025-feature-button_item{
    width: 28.57vw;
  }
  #expo2025 .expo2025-feature-button .expo2025-feature-button_item [class*="_link"]{
    height: 4.603vw;
    padding: 1.03vw .79vw .87vw;
    border-radius: 2.301vw;
    font-size: 1.507vw;
  }
  /* --- expo2025-news --- */
  #expo2025 .expo2025-news {
    width: 100%;
  }
  /* ----- expo2025-related ----- */
  #expo2025 .expo2025-related{
    width: 100vw;
  }
  #expo2025 .expo2025-related .expo2025-related_inner{
    width: 100%;
    padding: 6.66vw 2.38vw 5.87vw;
  }
  #expo2025 .expo2025-related .expo2025-related_card_item{
    width: calc((100% - (2.93vw * 4))/5);
    margin-left: 2.93vw;
  }
}

@media screen and (max-width: 767px) {
  #expo2025{
    font-size: 14px;
  }
  
  #expo2025 .expo2025-content-wrap{
    padding: 0 20px;
  }
  
  #expo2025 .expo2025-view-pc{
    display: none;
  }
  #expo2025 .expo2025-view-sp{
    display: block;
  }

  /* ----- expo2025-image ----- */
  #expo2025 .expo2025-hero,
  #expo2025 .expo2025-image{
    margin: 0 -20px;
  }

  /* ----- expo2025-about-layout ----- */
  #expo2025 .expo2025-about-layout{
    position: relative;
  }
  #expo2025 .expo2025-about-button{
    position: absolute;
    top: 122.4vw;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  #expo2025 .expo2025-about-button_item{
    width: 87%;
  }
  #expo2025 .expo2025-about-button_item + .expo2025-about-button_item{
    margin-top: 10px;
  }
  #expo2025 .expo2025-about-button .expo2025-about-button_item [class*="_link"]{
    text-align: center;
    display: block;
    height: 15.46vw;
    padding: 3.46vw 5.93vw 2.93vw 4vw;
    border-radius: 7.73vw;
    background-color: #0e0d6a;
    color: #fff;
    font-size: 5.06vw;
  }
  #expo2025 .expo2025-about-button .expo2025-about-button_item [class*="_link"]:hover{
    background-color: #575697;
  }
  #expo2025 .expo2025-about-button .expo2025-about-button_link-modal::after{
    position: relative;
    top: 2px;
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-left: 4px;
    background: url("/extlib/expo2025/img/index_ic01.svg") no-repeat left top/100%;
    content: "";
  }
  #expo2025 .expo2025-about-button .expo2025-about-button_link-blank::after{
    position: relative;
    top: 2px;
    display: inline-block;
    width: 11px;
    height: 10px;
    margin-left: 7px;
    background: url("/extlib/expo2025/img/index_ic02.svg") no-repeat left top/100%;
    content: "";
  }

  /* ----- expo2025-about-modal ----- */
  #expo2025 .expo2025-about-modal-wrap{
    display: none;
  }
  /* --- modaal --- */
  .modaal-wrapper .modaal-inner-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .modaal-wrapper .modaal-container {
    padding: 12px 14px 14px;
    box-shadow: none;
  }
  .modaal-wrapper .modaal-content-container {
    padding: 0;
  }
  .modaal-wrapper .modaal-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    transition: all .25s cubic-bezier(.4,0,.2,1) 0s;
  }
  .modaal-wrapper .modaal-close::before,
  .modaal-wrapper .modaal-close::after {
    top: 10px;
    left: 25px;
    width: 4px;
    height: 30px;
    background-color: #0e0d6a;
    border-radius: 0;
  }
  .modaal-wrapper .modaal-close::before {
  }
  .modaal-wrapper .modaal-close>span {
    display: block;
    position: relative!important;
    width: 100%!important;
    height: 100%!important;
    overflow: hidden;
    text-indent: -9999px;
  }
  .modaal-content-container {
    padding: 61px;
  }
  .expo2025-about-modal_title {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #0e0d6a;
  }
  .expo2025-about-modal_description {
    margin-top: 15px;
  }
  .expo2025-about-modal_description > dt {
    font-size: 15px;
    font-weight: bold;
    color: #0e0d6a;
    line-height: 1.4;
  }
  .expo2025-about-modal_description > dd {
    margin-top: 3px;
    font-size: 14px;
  }
  .expo2025-about-modal_description + .expo2025-about-modal_description {
    margin-top: 11px;
  }
  .expo2025-about-modal_image {
    margin-top: 7px;
    width: 100%;
  }
  .expo2025-about-modal_image > img {
    max-width: 100%;
  }

  /* ----- expo2025-feature-layout ----- */
  #expo2025 .expo2025-feature-layout{
    position: relative;
  }
  #expo2025 .expo2025-feature-button{
    position: absolute;
    top: 130.93vw;
    left: 0;
    display: flex;
    width: 100%;
    justify-content: center;
  }
  #expo2025 .expo2025-feature-button_item{
    width: 100%;
  }
  #expo2025 .expo2025-feature-button .expo2025-feature-button_item [class*="_link"]{
    text-align: center;
    display: block;
    height: 22.666vw;
    padding: 3.46vw 0 2.93vw;
    border-radius: 7.73vw;
    background-color: #0e0d6a;
    color: #fff;
    font-size: 5.06vw;
  }
  #expo2025 .expo2025-feature-button .expo2025-feature-button_item [class*="_link"]:hover{
    background-color: #575697;
  }
  #expo2025 .expo2025-feature-button .expo2025-feature-button_link-blank::after{
    position: relative;
    top: 2px;
    display: inline-block;
    width: 11px;
    height: 10px;
    margin-left: 7px;
    background: url("/extlib/expo2025/img/index_ic02.svg") no-repeat left top/100%;
    content: "";
  }

  /* ----- expo2025-news ----- */
	#expo2025 .expo2025-news {
		margin: 17px 0 0;
	}
	#expo2025 .expo2025-news_article {
		border-bottom: 1px solid #ddd;
	}
	#expo2025 .expo2025-news_article > [class*="expo2025-news_type"] {
		display: flex;
		align-items: flex-start;
		background-color: #fff;
		padding: 12px 0 15px;
	}
	#expo2025 .expo2025-news_article:first-child > [class*="expo2025-news_type"] {
		padding-top: 0;
	}
	#expo2025 .expo2025-news_article > [class*="expo2025-news_type-"] .expo2025-news_title::after {
		position: relative;
		top: 0;
		display: inline-block;
		margin-left: 8.5px;
		content: "";
	}
  #expo2025 .expo2025-news_article > [class*="expo2025-news_type"]:not(.expo2025-news_type-nolink) .expo2025-news_title {
    color: #0066aa;
  }
  #expo2025 .expo2025-news_article > .expo2025-news_type-nolink .expo2025-news_title {
    color: #222;
  }
	#expo2025 .expo2025-news_article > .expo2025-news_type-blank .expo2025-news_title::after {
    width: 11px;
    height: 10px;
		background: url("/extlib/expo2025/img/index_ic03.svg") no-repeat center / contain;
	}
	#expo2025 .expo2025-news_article > .expo2025-news_type-pdf .expo2025-news_title::after {
    width: 9px;
    height: 9px;
		background: url("/extlib/expo2025/img/index_ic04.svg") no-repeat center / contain;
	}
	#expo2025 .expo2025-news_body {
		flex: 1 1;
		order: 1;
	}
	#expo2025 .expo2025-news_property {
		display: flex;
		align-items: baseline;
	}
	#expo2025 .expo2025-news_date {
		min-width: 8.5em;
		margin-bottom: 9px;
		color: #222;
		font-size: 13px;
		line-height: 1.6;
		white-space: nowrap;
	}
	#expo2025 .expo2025-news_caption {
		flex: 1 1;
	}
	#expo2025 .expo2025-news_title {
		color: #0066aa;
		margin: 0;
		font-size: 13px;
		line-height: 1.6;
	}
  
  /* ----- expo2025-related ----- */
  #expo2025 .expo2025-related{
    margin: 0 -20px;
    background-color: #f1f2f6 ;
  }
  #expo2025 .expo2025-related .expo2025-related_inner{
    padding: 36px 20px 35px;
  }
  #expo2025 .expo2025-related .expo2025-related_head{
    text-align: center;
    margin: 0;
    font-size: 19px;
    font-weight: bold;
  }
  #expo2025 .expo2025-related .expo2025-related_body{
    margin-top: 25px;
  }
  #expo2025 .expo2025-related .expo2025-related_card{
    display: flex;
    flex-wrap: wrap;
  }
  #expo2025 .expo2025-related .expo2025-related_card_detail{
    margin-top: 8px;
  }
  #expo2025 .expo2025-related .expo2025-related_card_item{
    width: calc((100% - 15px)/2);
    margin-top: 28px;
    margin-left: 15px;
  }
  #expo2025 .expo2025-related .expo2025-related_card_item:nth-child(-n+2){
    margin-top: 0;
  }
  #expo2025 .expo2025-related .expo2025-related_card_item:nth-child(2n+1){
    margin-left: 0;
  }
  #expo2025 .expo2025-related .expo2025-related_card_image{
    border-radius: 4px;
    overflow: hidden;
  }
  #expo2025 .expo2025-related .expo2025-related_card_title{
    font-size: 15px;
    color: #0066aa;
    line-height: 1.4;
  }
  #expo2025 .expo2025-related_card_item > [class*="expo2025-related_card_type-"] .expo2025-related_card_title::after {
    position: relative;
    top: 2px;
    display: inline-block;
    margin-left: 9px;
    color: #0066aa;
    content: "";
  }
  #expo2025 .expo2025-related_card_type-blank .expo2025-related_card_title::after {
    width: 11px;
    height: 10px;
    background: url(/extlib/expo2025/img/index_ic03.svg) no-repeat center / contain;
  }
}
@media print {
}