@charset "UTF-8";
body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  min-width: 1000px;
}
body.fixed {
  width: 100%;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  body {
    min-width: auto;
  }
}
#mega_expo {
  overflow-x: hidden;
  position: relative;
  color: #333;
  text-align: justify;
}
#mega_expo section {
  min-width: 950px;
  position: relative;
  scroll-margin-top: 140px;
}
#mega_expo .inner {
  width: 950px;
  padding: 80px 0;
  margin: 0 auto;
  position: relative;
}
#mega_expo .inner:last-of-type {
  padding-bottom: 230px;
}
#mega_expo .bg-white {
  background-color: #fff;
}
#mega_expo .bg-white h2 {
  background-color: #fff;
}
#mega_expo .bg-blue {
  background-color: #c2e4fc;
}
#mega_expo .bg-blue h2 {
  background-color: #c2e4fc;
}
#mega_expo .bg-blue h3::before {
  color: #00abeb;
}
#mega_expo .bg-pink {
  background-color: #fee6ee;
}
#mega_expo .bg-pink h2 {
  background-color: #fee6ee;
}
#mega_expo .bg-yellow {
  background-color: #f9f3c8;
}
#mega_expo .bg-yellow h2 {
  background-color: #f9f3c8;
}
#mega_expo h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 660px;
  height: 101px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}
#mega_expo h2::before, #mega_expo h2::after {
  content: "";
  position: absolute;
  top: -30px;
  width: 144px;
  height: 90px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#mega_expo h2::before {
  background-image: url(../img/h2_megapon_left.png);
  left: 13px;
}
#mega_expo h2::after {
  background-image: url(../img/h2_megapon_right.png);
  right: 12px;
}
#mega_expo h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  margin: 0 auto 90px;
  width: 527px;
  height: 80px;
  border-radius: 40px;
  border: 3px solid #666;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
  background-color: #fff;
}
#mega_expo h3::before {
  content: attr(data-sub);
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #e50012;
}
#mega_expo h2 + h3 {
  margin-top: -50px;
}
#mega_expo p {
  margin-bottom: 1em;
}
#mega_expo p:last-child {
  margin-bottom: 0;
}
#mega_expo .bold {
  font-weight: bold;
}
#mega_expo em {
  font-style: normal;
}
#mega_expo .link__top {
  position: fixed;
  right: 30px;
  bottom: 260px;
  width: 52px;
  height: 52px;
  z-index: 100;
  opacity: 0;
  transition-duration: 0.3s;
}
#mega_expo .link__top.show {
  opacity: 1;
}
#mega_expo .link__top a:hover {
  opacity: 0.5;
}
#mega_expo .link__top img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #mega_expo .sp {
    display: none;
  }
}
@media screen and (orientation: landscape) {
  #mega_expo .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #mega_expo .pc {
    display: none;
  }
  #mega_expo section {
    min-width: auto;
    scroll-margin-top: 30.6666666667vw;
  }
  #mega_expo .inner {
    width: calc(100% - 10.6666666667vw);
    padding: 6.6666666667vw 0 10.6666666667vw;
  }
  #mega_expo .inner:last-of-type {
    padding-bottom: 36vw;
  }
  #mega_expo h2 {
    border-top-left-radius: 5.3333333333vw;
    border-top-right-radius: 5.3333333333vw;
    top: -10.6666666667vw;
    width: 89.3333333333vw;
    height: 21.4666666667vw;
    font-size: 5.3333333333vw;
  }
  #mega_expo h2::before, #mega_expo h2::after {
    top: -7.6vw;
    width: 27.2vw;
    height: 17.6vw;
  }
  #mega_expo h2::before {
    background-image: url(../img/sp_h2_megapon_left.png);
    left: 5.3333333333vw;
  }
  #mega_expo h2::after {
    background-image: url(../img/sp_h2_megapon_right.png);
    right: 5.3333333333vw;
    width: 27.4666666667vw;
  }
  #mega_expo h3 {
    font-size: 4.2666666667vw;
    margin: 0 auto 14.4vw;
    width: 70.2666666667vw;
    height: 16vw;
    border-radius: 8vw;
    gap: 1.2vw;
  }
  #mega_expo h3::before {
    font-size: 3.4666666667vw;
  }
  #mega_expo h2 + h3 {
    margin-top: -6.6666666667vw;
  }
  #mega_expo .link__top {
    position: fixed;
    right: -52px;
    bottom: 140px;
    width: 50px;
    height: 50px;
    z-index: 100;
    opacity: 0;
    transition-duration: 0.4s;
  }
  #mega_expo .link__top.show {
    right: 2.4vw;
    opacity: 1;
  }
  #mega_expo .link__top img {
    width: 100%;
  }
}
#mega_expo header .inner {
  height: 80px;
  display: flex;
  align-items: center;
  padding: 0 !important;
  border: none;
  background-color: #fff;
}
#mega_expo header img {
  width: 185px;
}
#mega_expo footer {
  position: relative;
}
#mega_expo footer .inner {
  height: 60px;
  padding: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
#mega_expo footer p {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #mega_expo header .inner {
    height: 60px;
  }
  #mega_expo header img {
    width: 123px;
  }
  #mega_expo footer .inner {
    height: 13.3333333333vw;
  }
  #mega_expo footer p {
    font-size: 2.6666666667vw;
  }
}
#mega_expo #menu {
  position: absolute;
  top: 70px;
  right: 30px;
  z-index: 10;
}
#mega_expo #menu.fixed {
  position: fixed;
  top: 0;
}
#mega_expo #btn_menu {
  width: 114px;
  height: 98px;
  background-image: url(../img/menu_btn_whole.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  transition: all 0.3s;
  z-index: 11;
}
#mega_expo #btn_menu span {
  display: block;
  width: 34px;
  height: 4px;
  margin: 4px 0;
  transition: 0.3s;
}
#mega_expo #btn_menu span:nth-child(1) {
  background-color: #00abeb;
}
#mega_expo #btn_menu span:nth-child(2) {
  background-color: #e50012;
}
#mega_expo #btn_menu.isOpen {
  background-image: url(../img/menu_btn_close_whole.png);
}
#mega_expo #btn_menu.isOpen span {
  background: #fff;
}
#mega_expo #btn_menu.isOpen span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
#mega_expo #btn_menu.isOpen span:nth-child(2) {
  transform: translateY(-6px) rotate(-45deg);
}
@media (hover: hover) {
  #mega_expo #btn_menu {
    transition: transform 0.3s;
  }
  #mega_expo #btn_menu:hover {
    transform: scale(1.05);
  }
}
#mega_expo #gnav {
  position: absolute;
  top: 43px;
  right: 30px;
  display: none;
  background: linear-gradient(to bottom, #fff, #c2eeff);
  border: 2px solid #666;
  border-radius: 24px;
  padding: 48px 48px 55px;
  width: 400px;
}
#mega_expo #gnav .logo {
  width: 140px;
  display: block;
  margin: 0 auto 30px;
}
#mega_expo #gnav ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#mega_expo #gnav ul li {
  border-radius: 25px;
  width: 100%;
  height: 50px;
  border: 2px solid #666;
  background-color: #fff;
}
#mega_expo #gnav ul li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 40px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  position: relative;
}
#mega_expo #gnav ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-image: url(../img/gnav_arrow.png);
  background-repeat: no-repeat;
  background-position: right 17px center;
  background-size: 18px auto;
  pointer-events: none;
}
@media (hover: hover) {
  #mega_expo #gnav ul li a::after {
    transition: transform 0.3s;
  }
  #mega_expo #gnav ul li a:hover::after {
    transform: translateY(3px);
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #mega_expo #menu {
    top: 50px;
    right: 2.4vw;
  }
  #mega_expo #menu.fixed {
    top: 0;
  }
  #mega_expo #btn_menu {
    width: 21.7333333333vw;
    height: 18.6666666667vw;
    padding-top: 1.7333333333vw;
  }
  #mega_expo #btn_menu span {
    width: 5.3333333333vw;
    height: 0.5333333333vw;
    margin: 0.6666666667vw 0;
  }
  #mega_expo #btn_menu.isOpen span:nth-child(1) {
    transform: translateY(0.9333333333vw) rotate(45deg);
  }
  #mega_expo #btn_menu.isOpen span:nth-child(2) {
    transform: translateY(-0.9333333333vw) rotate(-45deg);
  }
  #mega_expo #gnav {
    top: 8vw;
    right: 2.9333333333vw;
    border-radius: 4vw;
    padding: 6.6666666667vw 4.5333333333vw 11.7333333333vw;
    width: 89.3333333333vw;
  }
  #mega_expo #gnav .logo {
    width: 30.4vw;
    margin: 0 auto 4.5333333333vw;
  }
  #mega_expo #gnav ul {
    gap: 2.6666666667vw;
  }
  #mega_expo #gnav ul li {
    border-radius: 5.4666666667vw;
    height: 12vw;
  }
  #mega_expo #gnav ul li a {
    font-size: 4vw;
    padding: 0 8vw;
  }
  #mega_expo #gnav ul li a::after {
    background-image: url(../img/sp_gnav_arrow.png);
    background-position: right 5.3333333333vw center;
    background-size: 3.7333333333vw auto;
  }
}
#mega_expo .mv {
  background-image: url(../img/mv_bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #fff;
  scroll-margin-top: initial;
}
#mega_expo .mv .inner {
  padding-top: 117px;
}
#mega_expo .mv h1 {
  width: 421px;
  margin: 0 auto 30px;
  display: block;
  position: relative;
}
#mega_expo .mv h1::after {
  content: "";
  position: absolute;
  right: -50px;
  bottom: -35px;
  width: 157px;
  height: 104px;
  display: block;
  background-image: url(../img/h1_megapon.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#mega_expo .mv h1 img {
  width: 100%;
  margin-bottom: 60px;
}
#mega_expo .mv h1 .area {
  font-size: 64px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  display: flex;
  justify-content: center;
  gap: 2px;
}
#mega_expo .mv h1 .area span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: #e50012;
}
#mega_expo .mv .date {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 13px;
  text-align: center;
}
#mega_expo .mv .date em {
  font-size: 60px;
}
#mega_expo .mv .date .week {
  font-size: 26px;
}
#mega_expo .mv .date .time {
  font-size: 24px;
}
#mega_expo .mv .place {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #mega_expo .mv {
    background-image: url(../img/sp_mv_bg.jpg);
    background-size: 200% auto;
  }
  #mega_expo .mv .inner {
    padding-top: 26.1333333333vw;
  }
  #mega_expo .mv h1 {
    width: 63.2vw;
    margin: 0 auto 4vw;
  }
  #mega_expo .mv h1::after {
    right: -9.8666666667vw;
    bottom: -5.3333333333vw;
    width: 26.2666666667vw;
    height: 17.3333333333vw;
  }
  #mega_expo .mv h1 img {
    margin-bottom: 9.3333333333vw;
  }
  #mega_expo .mv h1 .area {
    font-size: 10.6666666667vw;
    gap: 0.2666666667vw;
  }
  #mega_expo .mv h1 .area span {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
  #mega_expo .mv .date {
    font-size: 5.3333333333vw;
    margin-bottom: 2.4vw;
  }
  #mega_expo .mv .date em {
    font-size: 10.6666666667vw;
  }
  #mega_expo .mv .date .week {
    font-size: 4.2666666667vw;
  }
  #mega_expo .mv .date .time {
    font-size: 5.3333333333vw;
    display: block;
    margin-top: 1.3333333333vw;
  }
  #mega_expo .mv .place {
    font-size: 5.0666666667vw;
  }
}
#mega_expo #highlight {
  padding-top: 24px;
}
#mega_expo #highlight h3 {
  width: 500px;
  height: 60px;
  border-radius: 30px;
  margin-bottom: 20px;
}
#mega_expo #highlight h3::before {
  display: none;
}
#mega_expo #highlight .lead {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}
#mega_expo #highlight .collection {
  display: flex;
  gap: 10px;
  margin-top: 85px;
}
#mega_expo #highlight .collection li {
  flex: 1;
  border: 3px solid #666;
  border-radius: 20px;
  padding: 55px 25px 22px;
  background-color: #fff;
  position: relative;
}
#mega_expo #highlight .collection li::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -40px;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  z-index: 1;
  border-radius: 50%;
  border: 3px solid #4dc4f1;
  background-color: #fff;
  background-image: url(../img/highlight_megapon_right.png);
  background-repeat: no-repeat;
  background-size: 51px auto;
  background-position: center;
}
#mega_expo #highlight .collection li:nth-child(1) .ph {
  width: 99px;
  top: 34px;
}
#mega_expo #highlight .collection li:nth-child(1) .ttl,
#mega_expo #highlight .collection li:nth-child(1) .info {
  padding-left: 114px;
}
#mega_expo #highlight .collection li:nth-child(1) .ttl {
  margin-bottom: 28px;
}
#mega_expo #highlight .collection li:nth-child(2)::before {
  background-image: url(../img/highlight_megapon_left.png);
}
#mega_expo #highlight .collection li:nth-child(2) .ph {
  width: 120px;
}
#mega_expo #highlight .collection li:nth-child(2) .ttl,
#mega_expo #highlight .collection li:nth-child(2) .info {
  padding-left: 135px;
}
#mega_expo #highlight .collection li:nth-child(3) .ph {
  width: 60px;
}
#mega_expo #highlight .collection li:nth-child(3) .ttl,
#mega_expo #highlight .collection li:nth-child(3) .info {
  padding-left: 75px;
}
#mega_expo #highlight .collection li .ph {
  position: absolute;
  left: 25px;
  top: 17px;
}
#mega_expo #highlight .collection li p {
  font-size: 14px;
  line-height: 1.5714285714;
}
#mega_expo #highlight .collection li .ttl {
  color: #00abeb;
  font-size: 19.5px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 17px;
}
#mega_expo #highlight .collection li .ttl.-large {
  font-size: 23px;
}
#mega_expo #highlight .collection li .info {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4285714286;
  margin: -15px 0 28px;
}
#mega_expo #highlight .collection li a {
  color: #00abeb;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.8461538462;
  text-decoration: underline;
  margin-top: 0.5em;
  display: block;
}
@media (hover: hover) {
  #mega_expo #highlight .collection li a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #mega_expo #highlight {
    padding-top: 4.1333333333vw;
    padding-bottom: 3.6vw;
  }
  #mega_expo #highlight h3 {
    width: 100%;
    height: 12vw;
    border-radius: 6vw;
    margin-bottom: 3.8666666667vw;
  }
  #mega_expo #highlight .lead {
    font-size: 3.4666666667vw;
    line-height: 1.7692307692;
  }
  #mega_expo #highlight .collection {
    flex-direction: column;
    gap: 9.8666666667vw;
    margin-top: 11.0666666667vw;
  }
  #mega_expo #highlight .collection li {
    border-radius: 4vw;
    padding: 8.8vw 4.6666666667vw 3.3333333333vw 31.2vw;
  }
  #mega_expo #highlight .collection li::before {
    top: -7.3333333333vw;
    width: 14.6666666667vw;
    height: 14.6666666667vw;
    border-width: 2px;
    background-size: 10.2666666667vw auto;
  }
  #mega_expo #highlight .collection li:nth-child(1) .ph {
    width: 23.6vw;
    top: 5.3333333333vw;
  }
  #mega_expo #highlight .collection li:nth-child(2)::before {
    background-image: url(../img/highlight_megapon_left.png);
  }
  #mega_expo #highlight .collection li:nth-child(2) .ph {
    width: 24vw;
  }
  #mega_expo #highlight .collection li:nth-child(3) {
    padding-left: 4.6666666667vw !important;
  }
  #mega_expo #highlight .collection li:nth-child(3) .ph {
    width: 14.2666666667vw;
    top: 2.1333333333vw;
    left: 11.3333333333vw;
  }
  #mega_expo #highlight .collection li:nth-child(3) .ttl {
    margin-bottom: 5.0666666667vw !important;
    padding-left: 26.5333333333vw !important;
  }
  #mega_expo #highlight .collection li .ph {
    left: 4.5333333333vw;
    top: 3.2vw;
  }
  #mega_expo #highlight .collection li p {
    font-size: 3.4666666667vw;
    line-height: 1.5384615385;
    margin: 0;
  }
  #mega_expo #highlight .collection li .ttl {
    font-size: 5.0666666667vw;
    line-height: 1.2105263158;
    margin-bottom: 2vw !important;
    padding-left: 0 !important;
  }
  #mega_expo #highlight .collection li .ttl.-large {
    font-size: 5.0666666667vw;
  }
  #mega_expo #highlight .collection li .info {
    font-size: 3.4666666667vw;
    line-height: 1.5384615385;
    margin: 0;
    padding-left: 0 !important;
  }
  #mega_expo #highlight .collection li a {
    font-size: 3.2vw;
    line-height: 1.25;
    margin-top: 0.5em;
  }
}
#mega_expo #company .num {
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  background-color: #1e9fd9;
  border-radius: 20px;
  width: 180px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -104px auto 15px;
  position: relative;
  z-index: 1;
}
#mega_expo #company .note {
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 20px;
}
#mega_expo #company .comingsoon {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.875;
  text-align: center;
}
#mega_expo #company .companies {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 15px;
  margin-top: 30px;
}
#mega_expo #company .companies li {
  width: calc((100% - 60px) / 5);
}
#mega_expo #company .companies li img {
  width: 100%;
  aspect-ratio: 356/240;
  border-radius: 14px;
  margin-bottom: 11px;
}
#mega_expo #company .companies li p {
  font-size: 13px;
  line-height: 1.5384615385;
  text-align: center;
  margin: 0;
}
#mega_expo #company .companies a {
  text-decoration: none;
}
@media (hover: hover) {
  #mega_expo #company .companies a:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
  }
}
#mega_expo #company .companies + dl {
  margin-top: 55px;
}
#mega_expo #company dl {
  border-radius: 14px;
  background-color: #fff;
}
#mega_expo #company dl.isOpen dt::after {
  background-image: url(../img/occupation_minus.png);
  rotate: -180deg;
}
#mega_expo #company dl + dl {
  margin-top: 10px;
}
#mega_expo #company dt {
  min-height: 60px;
  display: flex;
  align-items: center;
  padding: 0 40px;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
#mega_expo #company dt::after {
  content: "";
  width: 36px;
  height: 36px;
  border-radius: 18px;
  background-color: #4dc4f1;
  background-image: url(../img/occupation_plus.png);
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: center;
  display: block;
  position: absolute;
  right: 40px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: all 0.2s;
}
@media (hover: hover) {
  #mega_expo #company dt {
    transition: color 0.2s;
  }
  #mega_expo #company dt:hover {
    color: #00abeb;
  }
  #mega_expo #company dt:hover::after {
    scale: 1.1;
  }
}
#mega_expo #company dd {
  display: none;
  padding-bottom: 40px;
}
#mega_expo #company dd ul li a {
  display: block;
  width: 100%;
  padding: 0.75em 80px 0.75em 60px;
  border-top: 1px solid #c2e4fc;
  font-size: 14px;
  line-height: 1.3;
  background-image: url(../img/company_arrow.png);
  background-repeat: no-repeat;
  background-size: 9px auto;
  background-position: right 53px center;
}
#mega_expo #company dd ul li:last-child a {
  border-bottom: 1px solid #c2e4fc;
}
@media (hover: hover) {
  #mega_expo #company dd ul li a {
    transition: background-position 0.2s;
  }
  #mega_expo #company dd ul li a:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
    background-position: right 48px center;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #mega_expo #company .inner {
    padding-bottom: 40vw;
  }
  #mega_expo #company .num {
    font-size: 4vw;
    border-radius: 4vw;
    width: 31.4666666667vw;
    height: 8vw;
    margin: -12.2666666667vw auto 1.0666666667vw;
  }
  #mega_expo #company .note {
    font-size: 2.9333333333vw;
    line-height: 2.0909090909;
    margin-bottom: 4vw;
  }
  #mega_expo #company .comingsoon {
    font-size: 3.4666666667vw;
    line-height: 1.5384615385;
  }
  #mega_expo #company .companies {
    gap: 2.9333333333vw 2.6666666667vw;
    margin-top: 4.6666666667vw;
  }
  #mega_expo #company .companies li {
    width: calc((100% - 5.3333333333vw) / 3);
  }
  #mega_expo #company .companies li img {
    width: 100%;
    height: 24vw;
    aspect-ratio: auto;
    border-radius: 2.6666666667vw;
    margin-bottom: 2.4vw;
    padding: 4vw calc((100% - 23.7333333333vw) / 2);
    background-color: #fff;
  }
  #mega_expo #company .companies li p {
    font-size: 2.6666666667vw;
    line-height: 1.3;
  }
  #mega_expo #company .companies + dl {
    margin-top: 8vw;
  }
  #mega_expo #company dl {
    border-radius: 2.6666666667vw;
  }
  #mega_expo #company dl + dl {
    margin-top: 2.6666666667vw;
  }
  #mega_expo #company dt {
    min-height: 10.6666666667vw;
    padding: 0 5.3333333333vw;
    font-size: 3.4666666667vw;
  }
  #mega_expo #company dt::after {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    border-radius: 3.3333333333vw;
    background-size: 3.2vw auto;
    right: 4vw;
  }
  #mega_expo #company dd {
    padding-bottom: 6.4vw;
  }
  #mega_expo #company dd ul li a {
    padding: 0.725em 13.3333333333vw 0.725em 5.3333333333vw;
    font-size: 3.2vw;
    line-height: 1.4;
    background-image: url(../img/company_arrow.png);
    background-size: 2vw auto;
    background-position: right 6.2666666667vw center;
  }
}
#mega_expo #content .collection {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 30px;
}
#mega_expo #content .collection > li {
  width: calc((100% - 30px) / 2);
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
  position: relative;
}
#mega_expo #content .collection > li.-wide {
  width: 100%;
}
#mega_expo #content .collection > li.-wide .cols {
  display: flex;
}
#mega_expo #content .collection > li.-wide .col {
  width: 510px;
  padding-right: 20px;
  border-right: 1px dotted #333;
}
#mega_expo #content .collection > li.-wide .profile {
  flex: 1;
  flex-direction: column;
  border-top: none;
  padding-left: 20px;
  padding-top: 0;
  margin-top: 0;
  display: flex;
  gap: 0;
}
#mega_expo #content .collection > li.-wide .profile p {
  font-size: 13px;
  line-height: 1.8461538462;
}
#mega_expo #content .collection > li.-wide .profile .name {
  width: auto;
  font-size: 14px;
  line-height: 1.7142857143;
}
#mega_expo #content .collection .ph {
  width: 140px;
  position: absolute;
  top: -38px;
  left: 0;
}
#mega_expo #content .collection p {
  font-size: 14px;
  line-height: 1.8571428571;
}
#mega_expo #content .collection .ttl {
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  padding-left: 120px;
  min-height: 55px;
}
#mega_expo #content .collection .ttl .note {
  display: block;
  font-size: 14px;
  line-height: 1.4285714286;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 0.8em;
}
#mega_expo #content .collection .notes {
  display: flex;
  flex-direction: column;
  gap: 0.25em;
}
#mega_expo #content .collection .notes > li {
  font-size: 12px;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
}
#mega_expo #content .collection .profile {
  border-top: 1px dotted #333;
  padding-top: 15px;
  margin-top: 15px;
  display: flex;
  gap: 20px;
}
#mega_expo #content .collection .profile p {
  font-size: 12px;
  line-height: 1.6666666667;
  flex: 1;
}
#mega_expo #content .collection .profile .name {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5384615385;
  width: 165px;
  flex: none;
}
#mega_expo #content .childcare h4 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  width: max-content;
  height: 100px;
  margin: 0 auto;
  padding-left: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#mega_expo #content .childcare h4::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 128px;
  height: 115px;
  display: block;
  background-image: url(../img/childcare_illust.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#mega_expo #content .childcare .card {
  width: 800px;
  background-color: #fff;
  border-radius: 20px;
  padding: 15px 30px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
#mega_expo #content .childcare .card p {
  font-size: 16px;
  line-height: 1.6923076923;
}
#mega_expo #content .childcare .card .notes {
  display: flex;
  flex-direction: column;
  gap: 0.25em;
}
#mega_expo #content .childcare .card .notes li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 13px;
  line-height: 1.4;
}
#mega_expo #content .childcare .card .link {
  background-color: #f8b551;
  border-radius: 20px;
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 9px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3333333333;
}
#mega_expo #content .childcare .card .link::after {
  content: "";
  width: 12px;
  height: 17px;
  display: block;
  background-image: url(../img/childcare_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (hover: hover) {
  #mega_expo #content .childcare .card .link {
    transition: opacity 0.2s;
  }
  #mega_expo #content .childcare .card .link:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #mega_expo #content .collection {
    flex-direction: column;
    gap: 12vw;
  }
  #mega_expo #content .collection > li {
    width: 100%;
    border-radius: 5.3333333333vw;
    padding: 5.3333333333vw 5.3333333333vw 6.4vw;
  }
  #mega_expo #content .collection > li.-wide .cols {
    flex-direction: column;
  }
  #mega_expo #content .collection > li.-wide .col {
    width: 100%;
    padding-right: 0;
    border-right: none;
  }
  #mega_expo #content .collection > li.-wide .profile {
    border-top: 1px dotted #333;
    padding-top: 2.6666666667vw;
    margin-top: 2.6666666667vw;
    flex-direction: column;
    gap: 1.3333333333vw;
  }
  #mega_expo #content .collection > li.-wide .profile p {
    font-size: 3.2vw;
    line-height: 1.6666666667;
  }
  #mega_expo #content .collection > li.-wide .profile .name {
    font-size: 3.2vw;
    line-height: 1.6666666667;
  }
  #mega_expo #content .collection .ph {
    width: 33.3333333333vw;
    top: -8vw;
  }
  #mega_expo #content .collection p {
    font-size: 3.4666666667vw;
    line-height: 1.6923076923;
  }
  #mega_expo #content .collection .ttl {
    font-size: 4vw;
    line-height: 1.4666666667;
    padding-left: 30.6666666667vw;
    min-height: 14.6666666667vw;
  }
  #mega_expo #content .collection .ttl .note {
    font-size: 3.2vw;
    line-height: 1.5;
    margin: 0.4em 0 -0.5em;
  }
  #mega_expo #content .collection p + .notes {
    margin-top: -0.4em;
  }
  #mega_expo #content .collection .notes {
    gap: 0.1em;
  }
  #mega_expo #content .collection .notes > li {
    font-size: 2.9333333333vw;
    line-height: 1.7272727273;
  }
  #mega_expo #content .collection .profile {
    padding-top: 2.6666666667vw;
    margin-top: 2.6666666667vw;
    flex-direction: column;
    gap: 1.3333333333vw;
  }
  #mega_expo #content .collection .profile p {
    font-size: 3.2vw;
    line-height: 1.6666666667;
  }
  #mega_expo #content .collection .profile .name {
    font-size: 3.2vw;
    line-height: 1.6666666667;
    width: auto;
    margin-bottom: 0;
  }
  #mega_expo #content #seminar {
    scroll-margin-top: 2.6666666667vw;
  }
  #mega_expo #content .childcare h4 {
    font-size: 4.5333333333vw;
    height: 13.3333333333vw;
    padding-left: 18.6666666667vw;
  }
  #mega_expo #content .childcare h4::before {
    width: 17.2vw;
    height: 15.6vw;
  }
  #mega_expo #content .childcare .card {
    width: 84vw;
    border-radius: 5.3333333333vw;
    padding: 6.6666666667vw 6.6666666667vw 4.6666666667vw;
    flex-direction: column;
    gap: 2.6666666667vw;
  }
  #mega_expo #content .childcare .card p {
    font-size: 3.4666666667vw;
    line-height: 1.6923076923;
    margin-bottom: 0.5em;
  }
  #mega_expo #content .childcare .card .notes {
    gap: 0.1em;
  }
  #mega_expo #content .childcare .card .notes li {
    font-size: 2.9333333333vw;
    line-height: 1.7272727273;
  }
  #mega_expo #content .childcare .card .link {
    border-radius: 4.6666666667vw;
    width: 42.6666666667vw;
    height: 9.3333333333vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 3.2vw;
    font-size: 3.4666666667vw;
    line-height: 1;
    margin-top: 0.6666666667vw;
  }
  #mega_expo #content .childcare .card .link::after {
    width: 2vw;
    height: 2.9333333333vw;
    background-image: url(../img/sp_childcare_arrow.png);
  }
}
#mega_expo #overview .inner {
  padding-bottom: 100px !important;
}
#mega_expo #overview dl {
  border-top: 1px dotted #333;
  display: flex;
  align-items: flex-start;
  gap: 30px;
  padding: 12px 0;
}
#mega_expo #overview dl:last-of-type {
  border-bottom: 1px dotted #333;
}
#mega_expo #overview dt {
  font-size: 16px;
  line-height: 1.75;
  font-weight: bold;
  width: 160px;
  display: block;
}
#mega_expo #overview dd {
  font-size: 16px;
  line-height: 1.75;
  flex: 1;
}
#mega_expo #overview dd ul li {
  text-indent: -1em;
  padding-left: 1em;
}
#mega_expo #overview dd a {
  color: #00abeb;
  text-decoration: underline;
}
@media (hover: hover) {
  #mega_expo #overview dd a:hover {
    text-decoration: none;
  }
}
#mega_expo #overview .x-share {
  background-color: #4dc4f1;
  border-radius: 16px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3333333333;
  padding: 0 80px;
  margin: 60px auto 0;
  width: 400px;
  height: 80px;
  display: flex;
  align-items: center;
  background-image: url(../img/x_logo.png), url(../img/share_icon.png);
  background-repeat: no-repeat;
  background-size: 29px auto, 29px auto;
  background-position: 30px center, right 30px center;
}
@media (hover: hover) {
  #mega_expo #overview .x-share {
    transition: opacity 0.2s;
  }
  #mega_expo #overview .x-share:hover {
    opacity: 0.8;
  }
}
#mega_expo #overview .link {
  margin: 60px auto 0;
  display: block;
  width: max-content;
  color: #00abeb;
  text-decoration: underline;
}
@media (hover: hover) {
  #mega_expo #overview .link:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #mega_expo #overview .inner {
    padding-top: 8vw;
    padding-bottom: 10.6666666667vw !important;
  }
  #mega_expo #overview dl {
    gap: 4vw;
    padding: 2.5333333333vw 0;
  }
  #mega_expo #overview dt {
    font-size: 3.4666666667vw;
    line-height: 1.5384615385;
    width: 21.3333333333vw;
  }
  #mega_expo #overview dd {
    font-size: 3.4666666667vw;
    line-height: 1.5384615385;
  }
  #mega_expo #overview .x-share {
    border-radius: 2.6666666667vw;
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
    padding: 0 16.2666666667vw;
    margin: 10.6666666667vw auto 0;
    width: 80vw;
    height: 17.3333333333vw;
    background-size: 6.4vw auto, 6.5333333333vw auto;
    background-position: 6.5333333333vw center, right 6.2666666667vw center;
  }
  #mega_expo #overview .link {
    margin-top: 8vw;
    line-height: 1.4;
  }
}
#mega_expo #footer_menu_wrapper {
  height: 180px;
}
#mega_expo #footer_menu {
  min-width: 1000px;
  transition: opacity 0.3s;
  background-color: #fff;
  pointer-events: none;
  opacity: 0;
}
#mega_expo #footer_menu.show {
  pointer-events: all;
  opacity: 1;
}
#mega_expo #footer_menu.isFixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 9;
}
#mega_expo #footer_menu .entry {
  width: 100%;
  height: 120px;
  margin: 0 auto;
  color: #fff;
  font-size: 34px;
  font-weight: bold;
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background: linear-gradient(to right, #e50012, #00abeb);
}
#mega_expo #footer_menu .entry .small {
  font-size: 18px;
  display: block;
  margin-top: 14px;
}
@media (hover: hover) {
  #mega_expo #footer_menu .entry {
    transition: opacity 0.2s;
  }
  #mega_expo #footer_menu .entry:hover {
    opacity: 0.85;
  }
}
#mega_expo #footer_menu nav {
  background: linear-gradient(to right, #f1a1c5, #a6dbf4);
}
#mega_expo #footer_menu nav .links {
  width: 950px;
  display: flex;
  gap: 7px;
  padding: 8px 0;
  margin: 0 auto;
}
#mega_expo #footer_menu nav .links li {
  flex: 1;
}
#mega_expo #footer_menu nav .links li a {
  background-color: #fff;
  border-radius: 10px;
  height: 44px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (hover: hover) {
  #mega_expo #footer_menu nav .links li a {
    transition: opacity 0.2s;
  }
  #mega_expo #footer_menu nav .links li a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #mega_expo #footer_menu_wrapper {
    height: 38.6666666667vw;
  }
  #mega_expo #footer_menu {
    min-width: 0;
  }
  #mega_expo #footer_menu .entry {
    height: 26.6666666667vw;
    font-size: 5.8666666667vw;
  }
  #mega_expo #footer_menu .entry .small {
    font-size: 3.7333333333vw;
    margin-top: 2.6666666667vw;
  }
  #mega_expo #footer_menu nav .links {
    width: 100%;
    gap: 1.0666666667vw;
    padding: 2vw 5.3333333333vw;
  }
  #mega_expo #footer_menu nav .links li a {
    border-radius: 1.8666666667vw;
    height: 8vw;
    font-size: 3.2vw;
  }
}