@charset "utf-8";
/* --- body直下 --- */
#expo2025 .VIRTUALMIRAICITYGUIDE-CONTAINER {
  position: relative;
  z-index: 100;
  line-height: 1.6;
  color: #222;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
.Main_body .contents-base {
  background: linear-gradient(135deg, #9edae4, #caa3e2);
  margin: 0 auto;
}
/* --- Parts --- */
.VIRTUALMIRAICITYGUIDE-CONTAINER img {
  max-width: 100%;
  height: auto;
  margin: 0;
}
.VIRTUALMIRAICITYGUIDE-CONTAINER .figure-wrap {
  display: flex;
  justify-content: center;
  margin: 20px 0 0;
}
.VIRTUALMIRAICITYGUIDE-CONTAINER .figure {
  margin: 0;
  text-align: center;
}
.VIRTUALMIRAICITYGUIDE-CONTAINER [class*="figure_frame"] {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align:top;
}
.VIRTUALMIRAICITYGUIDE-CONTAINER .figure_frame--border {
  border: 1px solid #ddd;
}
.VIRTUALMIRAICITYGUIDE-CONTAINER .arrow {
  position: relative;
  margin-top: 70px;
}
.VIRTUALMIRAICITYGUIDE-CONTAINER .column--small {
  display: flex;
  align-items: center;
}
.VIRTUALMIRAICITYGUIDE-CONTAINER .column--small .column_item:not(:first-child) {
  margin-left: 30px;
}
.VIRTUALMIRAICITYGUIDE-CONTAINER * + p {
  margin-top: 15px;
}
.VIRTUALMIRAICITYGUIDE-CONTAINER p.text{
  color: #222;
}
.VIRTUALMIRAICITYGUIDE-CONTAINER p.text--center{
  color: #222;
  text-align: center;
}
.VIRTUALMIRAICITYGUIDE-CONTAINER p.lead{
  font-size: 24px;
  color: #784296;
  font-weight: bold;
}
.VIRTUALMIRAICITYGUIDE-CONTAINER section.hLevel3-wrap {
  margin-top: 30px;
}
.VIRTUALMIRAICITYGUIDE-CONTAINER .hLevel3 {
  font-weight: bold;
}
.VIRTUALMIRAICITYGUIDE-CONTAINER .list-wrap > *:first-child {
  margin-top: 0;
}
.VIRTUALMIRAICITYGUIDE-CONTAINER .unorder-list,
.VIRTUALMIRAICITYGUIDE-CONTAINER .unorder-list-v2,
.VIRTUALMIRAICITYGUIDE-CONTAINER .note-list {
  padding: 0;
  list-style: none;
}
.VIRTUALMIRAICITYGUIDE-CONTAINER .unorder-list > li,
.VIRTUALMIRAICITYGUIDE-CONTAINER .unorder-list-v2 > li,
.VIRTUALMIRAICITYGUIDE-CONTAINER .note-list > li {
  position: relative;
  color: #222;
  line-height: 1.6;
  list-style: none;
  box-sizing: border-box;
}
.VIRTUALMIRAICITYGUIDE-CONTAINER .unorder-list-v2 > li > .unorder-list-v2_nest >:first-child {
  margin-top: 0;
}
.VIRTUALMIRAICITYGUIDE-CONTAINER .note-list_mark {
  position: absolute;
  top: 0;
  left: 0;
 }
.VIRTUALMIRAICITYGUIDE-CONTAINER .util-link--blank {
  color: #0066aa !important;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.VIRTUALMIRAICITYGUIDE-CONTAINER .util-link--blank:hover {
  color: #1eace5 !important;
}
.VIRTUALMIRAICITYGUIDE-CONTAINER .util-link--blank::after {
  content: "";
  position: relative;
  top: -1px;
  display: inline-block;
  width: 11px;
  height: 10px;
  margin: 0 5px;
  background: url(/extlib/expo2025/virtualmiraicity-guide/img/index_ic01.svg) no-repeat center / contain;
}
/* --- VIRTUALMIRAICITYGUIDE-CONTAINER --- */
.VIRTUALMIRAICITYGUIDE-CONTAINER {
  background-color: #fff;
}
/* --- modaal --- */
.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #784296;
}
/* --- header-navi --- */
.VIRTUALMIRAICITYGUIDE-CONTAINER .navi-anchor {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.VIRTUALMIRAICITYGUIDE-CONTAINER .navi-anchor a, .VIRTUALMIRAICITYGUIDE-CONTAINER .navi-button a {
  color: #fff;
  font-weight: bold;
}
.VIRTUALMIRAICITYGUIDE-CONTAINER .navi-anchor .navi-anchor_list {
  display: flex;
  flex-wrap: wrap;
}
.VIRTUALMIRAICITYGUIDE-CONTAINER .navi-anchor .navi-anchor_list li a {
  color: #fff;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
.VIRTUALMIRAICITYGUIDE-CONTAINER .navi-anchor .navi-anchor_list li a.current {
  color: #784296;
}
.VIRTUALMIRAICITYGUIDE-CONTAINER .navi-button .navi-button_list {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.VIRTUALMIRAICITYGUIDE-CONTAINER .navi-button [class*="_link"] {
  display: block;
  height: auto;
  text-align: center;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
.VIRTUALMIRAICITYGUIDE-CONTAINER .navi-button .navi-button_item-v1 a {
  background-color: #784296;
}
.VIRTUALMIRAICITYGUIDE-CONTAINER .navi-button .navi-button_item-v2 a {
  color: #222;
  background-color: #fff200;
}
/* ----- navi-modal ----- */
#expo2025 .navi-modal-wrap {
  display: none;
}
.navi-modal_head, .navi-modal_body {
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
.navi-modal_head {
  padding: 24px 60px;
  background-color: #caa4e1;
  border-radius: 20px 20px 0 0;
}
.navi-modal_head .navi-modal_figure img {
  border-radius: 30px;
  box-shadow: 2px 2px 10px rgba(48,26,60,0.5);
}
.navi-modal_head .navi-modal_text p + p {
  margin-top: 10px;
}
.navi-modal_head .navi-modal_text .navi-modal_budge {
  display: inline-block;
  padding: 2px 20px 5px;
  font-weight: 600;
  color: #fff;
  background-color: #784296;
}
.navi-modal_head .navi-modal_text .navi-modal_title {
  font-weight: 600;
  color: #fff;
  text-shadow: 2px 2px 8px rgba(120,66,150,0.3), -2px 2px 8px rgba(120,66,150,0.3), 2px -2px 8px rgba(120,66,150,0.3), -2px -2px 8px rgba(120,66,150,0.3);
}
.navi-modal_head .navi-modal_text .navi-modal_description {
  font-size: 14px;
  color: #222;
}
.navi-modal_body {
  padding: 40px 60px;
  border-radius: 0 0 20px 20px;
}
.navi-modal_body .navi-modal_box .navi-modal_box-item .navi-modal_figure + .navi-modal_figure {
  margin-top: 20px;
}
.navi-modal_body .navi-modal_box .navi-modal_box-item > dt {
  font-weight: bold;
  color: #784296;
  margin-bottom: 25px;
}
/* --- lead-message --- */
.lead-message {
  text-align: center;
}
.lead-message .lead-message_text {
  margin: 46px auto 0;
  padding: 0 30px 70px;
  background: linear-gradient(0deg, #9edae4, #ffffff);
}
.lead-message .lead-message_text p.lead {
  text-shadow: 2px 2px 10px rgba(255,255,255,0.6), -2px 2px 10px rgba(255,255,255,0.6), 2px -2px 10px rgba(255,255,255,0.6), -2px -2px 10px rgba(255,255,255,0.6);
}
/* --- lead-about --- */
.lead-about {
  text-align: center;
  background-image: url("/extlib/expo2025/virtualmiraicity-guide/img/index_bg01.png");
  background-size: 287px;
}
.lead-about .lead-about_text {
  background: url("/extlib/expo2025/virtualmiraicity-guide/img/index_bg02.png") no-repeat center;
}
.lead-about .lead-about_title {
  color: #784296;
  font-weight: bold;
}
/* --- contents-tips --- */
.contents-tips {
  margin: 40px auto 0;
  padding: 50px 77px 30px;
  border-radius: 20px;
  background-image: url("/extlib/expo2025/virtualmiraicity-guide/img/index_bg03.png");
  text-align: center;
  position: relative;
}
.contents-tips .hLevel3 {
  display: inline-block;
  color: #784296;
  text-align: center;
  position: relative;
}
/* --- contents-hint --- */
.VIRTUALMIRAICITYGUIDE-CONTAINER .contents-hint {
  margin: 30px auto 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 32px;
}
.VIRTUALMIRAICITYGUIDE-CONTAINER .contents-hint_item {
  display: flex;
  flex-direction: column;
  width: calc((100% - (32px)) / 2);
}
.VIRTUALMIRAICITYGUIDE-CONTAINER .contents-hint_item > dt {
  padding: 8px 10px;
  text-align: center;
  background-color: #caa4e1;
  color: #fff;
  font-weight: 600;
  text-shadow: 2px 2px 8px rgba(120,66,150,0.3), -2px 2px 8px rgba(120,66,150,0.3), 2px -2px 8px rgba(120,66,150,0.3), -2px -2px 8px rgba(120,66,150,0.3);
}
.VIRTUALMIRAICITYGUIDE-CONTAINER .contents-hint_item > dd {
  flex-grow: 1;
  padding: 20px 32px;
  background-image: url("/extlib/expo2025/virtualmiraicity-guide/img/index_bg06.png");
  background-size: 287px;
}
/* --- contents-button --- */
.VIRTUALMIRAICITYGUIDE-CONTAINER .contents-button .button {
  display: inline-block;
}
.VIRTUALMIRAICITYGUIDE-CONTAINER .button .button_item [class*="_link"]{
  position: relative;
  text-align: left;
  display: block;
  padding: 26px 60px;
  height: auto;
  border-radius: 50px;
  background-color: #784296;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}
.VIRTUALMIRAICITYGUIDE-CONTAINER .button .button_item [class*="_link"]:hover{
  opacity: .7;
}
.VIRTUALMIRAICITYGUIDE-CONTAINER .button .button_link::after{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  display: inline-block;
  width: 41px;
  height: 30px;
  margin-left: 40px;
  background: url("/extlib/expo2025/img/index_ic05.png") no-repeat left top/100%;
  content: "";
}
/* --- Main_foot --- */
.Main_foot {
  margin: 80px auto 0;
}
.footer-copyright {
  text-align: center;
}
.footer-copyright small {
  color: #fff;
}

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  .util-pc-hidden {
    display: none !important;
  }
  #expo2025 .VIRTUALMIRAICITYGUIDE-CONTAINER {
    font-size: 20px;
  }
  /* --- Parts --- */
  .VIRTUALMIRAICITYGUIDE-CONTAINER .column {
	margin-top: 30px;
    display: flex;
	flex-flow: row wrap;
	justify-content: center;
	gap: 30px 20px;
  }
  .VIRTUALMIRAICITYGUIDE-CONTAINER .column .column_item {
    width: calc((100% - (20px)) / 2);
  }
  .VIRTUALMIRAICITYGUIDE-CONTAINER .column .figure-wrap {
	margin-top: 0!important;
  }
  .VIRTUALMIRAICITYGUIDE-CONTAINER .figure_caption{
    margin: 15px 0 0;
    font-size: 16px;
  }
  .lead-about .lead-about_title {
    font-size: 40px;
  }
  .VIRTUALMIRAICITYGUIDE-CONTAINER .arrow::before {
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -47px;
    border: 26px solid transparent;
    border-top: 30px solid #784296; 
    content: "";
  }
  .VIRTUALMIRAICITYGUIDE-CONTAINER .contentsBase {
    padding: 80px 20px;
    margin: 0 auto;
  }
  .VIRTUALMIRAICITYGUIDE-CONTAINER .hLevel2Wrap {
    margin-bottom: 50px;
  }
  .VIRTUALMIRAICITYGUIDE-CONTAINER .hLevel2 {
    font-size: 40px;
  }
  .VIRTUALMIRAICITYGUIDE-CONTAINER .hLevel3 {
    font-size: 24px;
  }
  .VIRTUALMIRAICITYGUIDE-CONTAINER .list-wrap {
    margin: 25px 0 0 0;
  }
  .VIRTUALMIRAICITYGUIDE-CONTAINER .unorder-list, .VIRTUALMIRAICITYGUIDE-CONTAINER .unorder-list-v2 {
    margin: 15px 0 0 0;
    padding: 0;
    list-style: none;
  }
  .VIRTUALMIRAICITYGUIDE-CONTAINER .unorder-list > li {
    margin-top: 9px;
    padding-left: 21px;
    font-size: 20px;
  }
  .VIRTUALMIRAICITYGUIDE-CONTAINER .unorder-list-v2 > li {
    margin-top: 9px;
    padding-left: 17px;
    font-size: 16px;
  }
  .VIRTUALMIRAICITYGUIDE-CONTAINER .unorder-list > li::before {
    display: inline-block;
    position: absolute;
    left: 0;
	top: 12px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #222;
    content: "";
  }
  .VIRTUALMIRAICITYGUIDE-CONTAINER .unorder-list-v2 > li::before {
    display: inline-block;
    position: absolute;
    left: 0;
	top: 10px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #222;
    content: "";
  }
  .VIRTUALMIRAICITYGUIDE-CONTAINER .note-list > li {
    margin-top: 9px;
    padding-left: 24px;
    font-size: 16px;
  }
  .VIRTUALMIRAICITYGUIDE-CONTAINER .button .button_item [class*="_link"] {
    padding: 26px 70px 26px 50px;
    height: auto;
    border-radius: 66px;
  }
  /* --- Main_head --- */
  .VIRTUALMIRAICITYGUIDE-CONTAINER .Main_head {
    position: sticky;
    z-index: 100;
    top: 0;
	background-color: #caa4e1;
    box-shadow: 0 8px 8px 0 rgba(89,76,96,0.4);
  }
  .VIRTUALMIRAICITYGUIDE-CONTAINER .Main_head .header-navi {
    max-width: 1200px;
    margin: 0 auto;
    padding: 25px 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
  }
  .VIRTUALMIRAICITYGUIDE-CONTAINER .navi-anchor {
	width: 540px;
	height: auto;
	margin-right: 20px;
  }
  .VIRTUALMIRAICITYGUIDE-CONTAINER .navi-anchor .navi-anchor_list li {
	font-size: 20px;
	padding: 0 20px;
  }
  .VIRTUALMIRAICITYGUIDE-CONTAINER .navi-anchor .navi-anchor_list li a:hover {
    color: #784296;
  }
  .VIRTUALMIRAICITYGUIDE-CONTAINER .navi-anchor .navi-anchor_list li:not(:last-child)::after {
    content: "";
    position: relative;
    top: 3px;
    right: -20px;
    display: inline-block;
    width: 2px;
    height: 20px;
    background-color: #fff;
  }
  .VIRTUALMIRAICITYGUIDE-CONTAINER .navi-button .navi-button_list li{
	min-width: 170px;
  }
  .VIRTUALMIRAICITYGUIDE-CONTAINER .navi-button [class*="_link"] {
	padding: 15px 25px;
	font-size: 20px;
    border-radius: 50px;
  }
  .VIRTUALMIRAICITYGUIDE-CONTAINER .navi-button [class*="navi-button_item"]:hover{
    opacity: .7;
  }
  .VIRTUALMIRAICITYGUIDE-CONTAINER .navi-button .navi-button_item-v1 {
	box-shadow: 5px 5px #fff200;
	border-radius: 64px;
  }
  .VIRTUALMIRAICITYGUIDE-CONTAINER .navi-button .navi-button_item-v2 {
	box-shadow: 5px 5px #784296;
	border-radius: 64px;
	margin-left: 25px;
  }
  .VIRTUALMIRAICITYGUIDE-CONTAINER .navi-button .navi-button_link-blank::after {
	position: relative;
	top: -1px;
	display: inline-block;
	width: 11px;
	height: 10px;
	margin-left: 7px;
	background: url(/extlib/expo2025/virtualmiraicity-guide/img/index_ic01.svg) no-repeat left top / 100%;
	content: "";
  }
  /* --- modaal --- */
  .modaal-wrapper .modaal-container {
    width: 680px;
    max-width: 680px;
    padding: 0;
    box-shadow: none;
	border-radius: 20px;
  }
  .modaal-wrapper .modaal-close {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 48px;
    height: 48px;
  }
  .modaal-wrapper .modaal-close::before,
  .modaal-wrapper .modaal-close::after {
    top: 8px;
    left: 24px;
    width: 32px;
    height: 4px;
    background: #fff;
    border-radius: 0;
  }
  .modaal-wrapper .modaal-close:hover {
    opacity: .7;
  }
  .modaal-close:focus,
  .modaal-close:hover {
	background: transparent;
  }
  .modaal-wrapper .modaal-close>span {
    display: block;
    position: relative!important;
    width: 25px!important;
    height: 25px!important;
	top: -15px;
	left: 27px;
    overflow: hidden;
    text-indent: -9999px;
  }
  .modaal-content-container {
    padding: 0;
  }
  /* ----- navi-modal ----- */
  .navi-modal_head {
    display: flex;
    align-items: center;
  }
  .navi-modal_head .navi-modal_text {
    margin-left: 40px;
  }
  .navi-modal_head .navi-modal_text .navi-modal_budge {
    font-size: 28px;
  }
  .navi-modal_head .navi-modal_text .navi-modal_title {
    font-size: 28px;
  }
  .navi-modal_body {
    padding: 40px 60px;
    border-radius: 0 0 20px 20px;
  }
  .navi-modal_body .navi-modal_box {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .navi-modal_body .navi-modal_box .navi-modal_box-item {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 212px;
  }
  .navi-modal_body .navi-modal_box .navi-modal_box-item:not(:first-child)::before {
    content: "";
    position: absolute;
    top: 0;
    right: 50%;
    transform: translateX(-50%);
    display: inline-block;
    width: 2px;
    height: 100%;
    background-color: #ddd;
  }
  .navi-modal_body .navi-modal_box .navi-modal_box-item > dt {
    font-size: 20px;
  }
  .navi-modal_body .navi-modal_box .navi-modal_box-item > dd {
    display: flex;
    flex-direction: column;
  }
  .navi-modal_body .navi-modal_box .navi-modal_box-item > dd > * {
    flex-grow: 1;
  }
  /* --- mainVisual --- */
  .VIRTUALMIRAICITYGUIDE-CONTAINER .mainVisual {
    background-image: url("/extlib/expo2025/virtualmiraicity-guide/img/index_bg01.png");
	background-size: 287px;
  }
  .VIRTUALMIRAICITYGUIDE-CONTAINER .mainVisual h1 {
    max-width: 1920px;
	margin: 0 auto;
  }
  /* --- lead-message --- */
  .lead-message {
    margin: 40px auto 0;
  }
  .lead-message .lead-message_text p.lead {
    max-width: 1200px;
	margin: 15px auto 0;
  }
  /* --- lead-about --- */
  .lead-about .lead-about_text {
    padding: 60px;
  }
  /* --- contents-main --- */
  .Main_body .contents-base {
    padding: 0 30px 50px;
  }
  .Main_body .contents-main {
    max-width: 1200px;
	margin: 0 auto;
  }
  .Main_body .contents-main > .section_wrap {
	width: 100%;
	padding-top: 70px;
  }
  .Main_body .contents-main .section_title {
	border-radius: 24px 24px 0 0;
	border: solid #784296;
	border-width: 2px 2px 0 2px;
  }
  .Main_body .contents-main .section_title .hLevel2 {
	padding: 25px 30px;
	background: linear-gradient(90deg, #784296, #fff);
	border-radius: 22px 22px 0 0;
    display: flex;
	align-items: center;
	font-weight: 600;
  }
  .Main_body .contents-main .section_title .hLevel2_budge {
	min-width: 86px;
	padding: 5px 20px;
	background-color: #fff;
	border-radius: 40px;
    font-size: 26px;
	color: #784296;
	margin-right: 30px;
	text-align: center;
	line-height: 1.2;
  }
  .Main_body .contents-main .section_title .hLevel2_title {
	font-size: 30px;
	color: #fff;
	text-shadow: 2px 2px 8px rgba(120,66,150,0.3), -2px 2px 8px rgba(120,66,150,0.3), 2px -2px 8px rgba(120,66,150,0.3), -2px -2px 8px rgba(120,66,150,0.3);
  }
  .Main_body .contents-main .section_contents {
	padding: 40px 50px;
	background-color: #fff;
	border-radius: 0 0 24px 24px;
	border: solid #784296;
	border-width: 0 2px 2px 2px;
  }
  .Main_body .contents-main .section_contents p.lead {
	margin-top: 34px;
  }
  /* --- contents-tips --- */
  .contents-tips {
    padding: 50px 77px 30px;
  }
  .contents-tips > section::before {
    content: "";
    position: absolute;
    width: 45px;
    height: calc(100% - 24px);
    top: 10px;
    left: 10px;
    background-image: radial-gradient(#928a96 30%, transparent 30%);
    background-size: 60px 60px;
  }
  .contents-tips [class*="text"] {
    font-size: 16px;
  }
  .contents-tips .hLevel3Wrap {
    margin: 0 auto 64px;
  }
  .contents-tips .hLevel3_title::before {
    content: "";
    position: absolute;
    top: -15px;
    left: -58px;
    display: inline-block;
    width: 48px;
    height: 59px;
    background: url(/extlib/expo2025/virtualmiraicity-guide/img/index_bg04.svg) no-repeat center / contain;
	z-index: 1;
  }
  .contents-tips .hLevel3_title::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 177px;
    width: 100%;
    height: 22px;
    display: inline-block;
    margin: 12px 0 30px;
    background: url(/extlib/expo2025/virtualmiraicity-guide/img/index_bg05.svg) no-repeat center / contain;
  }
  /* --- contents-hint --- */
  .VIRTUALMIRAICITYGUIDE-CONTAINER .contents-hint_item .text {
    font-size: 16px;
  }
  .VIRTUALMIRAICITYGUIDE-CONTAINER .contents-hint_item > dt {
    font-size: 24px;
  }
  /* --- contents-attention --- */
  .contents-attention {
    max-width: 1200px;
    margin: 70px auto;
    padding: 0 15px;
  }
  /* --- contents-button --- */
  .Main_body .contents-button {
    padding: 0 30px;
	text-align: right;
  }
}

/* ======================================================
 * Tab
====================================================== */
@media print, screen and (min-width: 960px) {
  .VIRTUALMIRAICITYGUIDE-CONTAINER .figure-right_wrap {
    display: flex;
	justify-content: space-between;
  }
  .VIRTUALMIRAICITYGUIDE-CONTAINER .contents_text-left {
    width: 865px;
  }
  .VIRTUALMIRAICITYGUIDE-CONTAINER .contents_figure-right {
    margin: -90px 0 0 45px;
  }
}
@media print, screen and (max-width: 959.98px) {
  .VIRTUALMIRAICITYGUIDE-CONTAINER .figure-right_wrap {
    display: block;;
  }
  .VIRTUALMIRAICITYGUIDE-CONTAINER .contents_figure-right {
    margin: 20px 0 0;
  }
}

/* ======================================================
 * SP
====================================================== */
@media print, screen and (max-width: 767.98px) {
  .util-sp-hidden {
    display: none !important;
  }
  #expo2025 .VIRTUALMIRAICITYGUIDE-CONTAINER {
    font-size: 14px;
  }
  .Main_body {
    margin-top: 54px;
  }
  /* --- Parts --- */
  .VIRTUALMIRAICITYGUIDE-CONTAINER .column {
	margin-top: 30px;
    display: block;
	width: 100%;
	text-align: center;
  }
  .VIRTUALMIRAICITYGUIDE-CONTAINER .column .column_item {
    width: 100%;
  }
  .VIRTUALMIRAICITYGUIDE-CONTAINER .column .column_item:not(:first-child) {
	margin-top: 20px;
  }
  .VIRTUALMIRAICITYGUIDE-CONTAINER .figure_caption{
    margin: 8.5px 0 0;
    font-size: 12px;
  }
  .VIRTUALMIRAICITYGUIDE-CONTAINER .arrow::before {
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -47px;
    border: 20px solid transparent;
    border-top: 24px solid #784296; 
    content: "";
  }
  .VIRTUALMIRAICITYGUIDE-CONTAINER p.lead{
    font-size: 18px;
  }
  .lead-about .lead-about_title {
    font-size: 20px;
  }
  .VIRTUALMIRAICITYGUIDE-CONTAINER .contentsBase {
    padding: 50px 20px;
  }
  .VIRTUALMIRAICITYGUIDE-CONTAINER .hLevel2Wrap {
    margin-bottom: 40px;
  }
  .VIRTUALMIRAICITYGUIDE-CONTAINER .hLevel2 {
    font-size: 20px;
  }
  .VIRTUALMIRAICITYGUIDE-CONTAINER .hLevel3 {
    font-size: 16px;
  }
  .VIRTUALMIRAICITYGUIDE-CONTAINER .list-wrap {
    margin: 15px 0 0 0;
  }
  .VIRTUALMIRAICITYGUIDE-CONTAINER .unorder-list, .VIRTUALMIRAICITYGUIDE-CONTAINER .unorder-list-v2 {
    margin: 14px 0 0 0;
  }
  .VIRTUALMIRAICITYGUIDE-CONTAINER .unorder-list > li {
    margin-top: 5.5px;
    padding-left: 18px;
    font-size: 14px;
  }
  .VIRTUALMIRAICITYGUIDE-CONTAINER .unorder-list-v2 > li {
    margin-top: 5.5px;
    padding-left: 15px;
    font-size: 12px;
  }
  .VIRTUALMIRAICITYGUIDE-CONTAINER .unorder-list > li::before {
    display: inline-block;
    position: absolute;
    left: 0;
	top: 6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #222;
    content: "";
  }
  .VIRTUALMIRAICITYGUIDE-CONTAINER .unorder-list-v2 > li::before {
    display: inline-block;
    position: absolute;
    left: 0;
	top: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #222;
    content: "";
  }
  .VIRTUALMIRAICITYGUIDE-CONTAINER .note-list > li {
    margin-top: 5.5px;
    padding-left: 20px;
    font-size: 12px;
  }
  .VIRTUALMIRAICITYGUIDE-CONTAINER .util-link--blank::after {
	margin: 0 8.5px;  
  }
  /* --- mainVisual --- */
  .VIRTUALMIRAICITYGUIDE-CONTAINER .mainVisual h1 {
    width: 100%;
	height: auto;
	text-align: center;
  }
  /* --- header-navi-list --- */
  .VIRTUALMIRAICITYGUIDE-CONTAINER .navi-anchor {
	position: fixed;
	z-index: 100;
    top: 0;
    width: 100%;
    background-color: #caa4e1;
    box-shadow: 0 8px 8px 0 rgba(89,76,96,0.4);
  }
  .VIRTUALMIRAICITYGUIDE-CONTAINER .header-navi .navi-anchor_list {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	line-height: 1.3;
	align-items: center;
  }
  .VIRTUALMIRAICITYGUIDE-CONTAINER .navi-anchor .navi-anchor_list li {
	width: 25%;
	margin: 5px 0;
	font-size: 12px;
	padding: 0 8px;
  }
  .VIRTUALMIRAICITYGUIDE-CONTAINER .navi-anchor .navi-anchor_list li:not(:nth-child(4n+1)) {
    border-left: 2px solid #fff;
  }
  .VIRTUALMIRAICITYGUIDE-CONTAINER .navi-button {
	position: fixed;
	z-index: 100;
    bottom: 0;
	width: 100%;
  }
  .VIRTUALMIRAICITYGUIDE-CONTAINER .header-navi .navi-button_list {
	background-color: #784296;
  }
  .VIRTUALMIRAICITYGUIDE-CONTAINER .navi-button .navi-button_list li{
	width: 50%;
  }
  .VIRTUALMIRAICITYGUIDE-CONTAINER .navi-button [class*="_link"] {
	padding: 12px 17px;
	font-size: 14px;
  }
  .VIRTUALMIRAICITYGUIDE-CONTAINER .navi-button .navi-button_link-blank::after {
	position: relative;
	top: 2px;
	display: inline-block;
	width: 11px;
	height: 10px;
	margin-left: 7px;
	background: url(/extlib/expo2025/virtualmiraicity-guide/img/index_ic01.svg) no-repeat left top / 100%;
	content: "";
  }
  /* ----- modaal ----- */
  .modaal-container {
    border-radius: 20px;
  }
  .modaal-content-container {
	padding: 0;
  }
  .modaal-wrapper .modaal-close {
	position: absolute;
	right: 10px;
	top: 10px;
  }
  /* ----- navi-modal ----- */
  .navi-modal_head {
    display: block;
    text-align: center;
  }
  .navi-modal_head .navi-modal_text {
    margin-top: 30px;
  }
  .navi-modal_head .navi-modal_text .navi-modal_budge {
    font-size: 18px;
  }
  .navi-modal_head .navi-modal_text .navi-modal_title {
    font-size: 18px;
  }
  .navi-modal_body .navi-modal_box {
    display: block;
	position: relative;
	text-align: center;
  }
  .navi-modal_body .navi-modal_box .navi-modal_box-item:not(:first-child) {
    margin-top: 40px;
  }
  .navi-modal_body .navi-modal_box .navi-modal_box-item:not(:first-child)::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: #ddd;
  }
  .navi-modal_body .navi-modal_box .navi-modal_box-item > dt {
    font-size: 18px;
  }
  .VIRTUALMIRAICITYGUIDE-CONTAINER .l_blueBg .contentsBase {
    padding: 70px 20px;
  }
  /* --- lead-message --- */
  .lead-message .figure-wrap {
    padding: 0 40px;
  }
  .lead-message .lead-message_text p.lead {
    width: 100%;
  }
  /* --- lead-about --- */
  .lead-about .lead-about_text {
    padding: 30px;
  }
  /* --- contents-main --- */
  .Main_body .contents-base {
    padding: 0 30px 100px;
  }
  .Main_body .contents-main {
    width: 100%;
  }
  .Main_body .contents-main > .section_wrap {
	width: 100%;
	padding-top: 70px;
  }
  .Main_body .contents-main .section_title {
	border-radius: 24px 24px 0 0;
	border: solid #784296;
	border-width: 2px 2px 0 2px;
  }
  .Main_body .contents-main .section_title .hLevel2 {
	padding: 20px 15px;
	background: linear-gradient(90deg, #784296, #fff);
	border-radius: 22px 22px 0 0;
    display: flex;
	align-items: center;
	font-weight: 600;
  }
  .Main_body .contents-main .section_title .hLevel2_budge {
	min-width: 60px;
	padding: 5px 8px;
	background-color: #fff;
	border-radius: 20px;
    font-size: 18px;
	color: #784296;
	margin-right: 15px;
	text-align: center;
	line-height: 1.3;
  }
  .Main_body .contents-main .section_title .hLevel2_title {
	font-size: 20px;
	color: #fff;
	text-shadow: 2px 2px 8px rgba(120,66,150,0.3), -2px 2px 8px rgba(120,66,150,0.3), 2px -2px 8px rgba(120,66,150,0.3), -2px -2px 8px rgba(120,66,150,0.3);
  }
  .Main_body .contents-main .section_contents {
	padding: 20px 15px;
	background-color: #fff;
	border-radius: 0 0 24px 24px;
	border: solid #784296;
	border-width: 0 2px 2px 2px;
  }
  .Main_body .contents-main .section_contents p.lead {
	margin-top: 20px;
  }
  /* --- contents-tips --- */
  .contents-tips {
    padding: 40px 20px 30px 40px;
  }
  .contents-tips > section::before {
    content: "";
    position: absolute;
    width: 30px;
    height: calc(100% - 32px);
    top: 10px;
    left: 5px;
    background-image: radial-gradient(#928a96 30%, transparent 30%);
    background-size: 30px 30px;
  }
  .contents-tips .hLevel3Wrap {
    margin: 0 auto 40px;
  }
  .contents-tips .hLevel3_title {
    font-size: 18px;
	padding-left: 36px;
  }
  .contents-tips [class*="text"] {
    font-size: 14px;
  }
  .contents-tips .hLevel3_title::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 30px;
    height: 37px;
    background: url(/extlib/expo2025/virtualmiraicity-guide/img/index_bg04.svg) no-repeat center / contain;
	z-index: 1;
  }
  .contents-tips .hLevel3_title::after {
    content: "";
    position: absolute;
    top: 100%;
    left: calc(50% + 18px);
    transform: translateX(-50%);
    min-width: 177px;
    width: 100%;
    height: 22px;
    display: inline-block;
    background: url(/extlib/expo2025/virtualmiraicity-guide/img/index_bg05.svg) no-repeat center / contain;
  }
  /* --- contents-hint --- */
  .VIRTUALMIRAICITYGUIDE-CONTAINER .contents-hint_item .text {
    font-size: 14px;
  }
  .VIRTUALMIRAICITYGUIDE-CONTAINER .contents-hint {
    display: block;
  }
  .VIRTUALMIRAICITYGUIDE-CONTAINER .contents-hint_item {
    display: block;
    width: 100%;
  }
  .VIRTUALMIRAICITYGUIDE-CONTAINER .contents-hint_item:not(:first-child) {
    margin-top: 30px;
  }
  .VIRTUALMIRAICITYGUIDE-CONTAINER .contents-hint_item > dd {
    padding: 15px;
  }
  /* --- contents-button --- */
  .Main_body .contents-button {
    padding: 0 30px;
	text-align: center;
  }
  .VIRTUALMIRAICITYGUIDE-CONTAINER .contents-button .button {
    display: block;
    text-align: center;
  }
  .VIRTUALMIRAICITYGUIDE-CONTAINER .button .button_item [class*="_link"]{
    padding: 15px 50px 15px 20px;
    font-size: 16px;
	text-align: center;
    height: auto;
    border-radius: 50px;
  }
  .VIRTUALMIRAICITYGUIDE-CONTAINER .button .button_link::after{
    right: 20px;
    width: 20px;
    height: 15px;
    margin-left: 20px;
  }
  /* --- contents-hint --- */
  .VIRTUALMIRAICITYGUIDE-CONTAINER .contents-hint_item .text {
    font-size: 14px;
  }
  /* --- contents-attention --- */
  .contents-attention {
    width: 100%;
    margin: 70px auto;
    padding: 0;
  }
}