@charset "UTF-8";

/*-------------------------
__wrs2025_mrc_style
-------------------------*/

#content .page_ttl_wrap {
  height: 500px;
  display: flex;
}
#content .page_ttl_wrap > .inner {
  width: 100%;
  background: none;
  overflow: hidden;
  position: relative;
}
#content .page_ttl_wrap > .inner .bg {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  background: url(../images/aichi_page_ttl_bg.jpg) no-repeat center center;
  background-size: cover;
  animation: bgscale 15s linear both 0s;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}

@-webkit-keyframes bgscale {
  0% {
    transform:scale(1) rotate(0.001deg);
  }
  100% {
    transform:scale(1.2) rotate(0.001deg);
  }
}
@keyframes bgscale {
  0% {
    transform:scale(1) rotate(0.001deg);
  }
  100% {
    transform:scale(1.2) rotate(0.001deg);
  }
}

#content .page_ttl_wrap .page_ttl {
  margin-top: 90px;
}
#content .page_ttl_wrap .page_ttl .ens {
  display: block;
  font-size: 160%;
  margin-bottom: 10px;
}
#content .page_ttl_wrap .page_ttl .en {
  font-size: 240%;
  line-height: 1.4;
  font-weight: 700;
}

#content > .sec_wrap {
  padding-top: 500px;
}
#content > .sec_wrap >.inner {
  position: relative;
  z-index: 100;
}

#convention {
  background-color: #fff;
}
#convention > .inner {
  /* padding-bottom: 180px; */
  padding-bottom: 120px;
  padding-top: 100px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
#convention > .inner::before {
  content: "";
  display: block;
  background: url(../../../images/notice_bg02.png) repeat center 0;
  background-size: 305px auto;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
#convention > .inner::after {
  content: "";
  display: block;
  background-size: 100%;
  height: 900px;
  width: 1500px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  background: url(../images/aichi_bg.jpg) no-repeat center 0;
}
#convention .ttl_wrap {
  position: relative;
  z-index: 3;
}
#convention .ttl_wrap .ttl {
  font-size: 4.5em;
  line-height: 1.3;
  font-weight: 700;
  padding-bottom: 40px;
  background: linear-gradient(to right, rgba(98,122,247,1) 0%,rgba(128,89,217,1) 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
#convention .ttl_wrap .ttl::after {
  content: "";
  display: block;
  height: 85px;
  width: 85px;
  margin: 30px auto 0;
  background: url("../images/ico_industrial.png") no-repeat center / contain;
}
#convention .outline {
  text-align: left;
  display: inline-block;
  position: relative;
  z-index: 3;
}
#convention .outline dl > div:not(:last-child) {
  margin-bottom: 15px;
}
#convention .outline dl > div dt,
#convention .outline dl > div dd {
  font-size: 2em;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.04em;
}
#convention .outline dl > div dt::after {
  content: "";
  vertical-align: middle;
  display: inline-block;
  height: 7px;
  width: 7px;
  margin: -4px 15px 0;
  border-radius: 4px;
  background-color: var(--base-color-ppl);
}
#convention .outline dl > div dd {
  margin: -1.8em 0 0 5em;
}
#convention .outline dl > div dd .small {
  font-size: 80%;
  display: block;
}

#convention .btn {
  height: 70px;
  width: 320px;
  margin: 50px auto 0;
  position: relative;
  z-index: 30;
}
#convention .btn:not(:last-child) {
  margin: 0 30px 0 0;
}
#convention .btn a {
  font-size: 1.8em;
  line-height: 70px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.04em;
  text-decoration: none;
  display: block;
  background: linear-gradient(to right, rgba(198, 112, 255,1) 0%,rgba(147, 105, 255,1) 100%);
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  box-shadow: 0 10px 20px 5px rgba(12, 80, 66, .15);
  border-radius: 50px;
  position: relative;
  transition: transform .2s var(--easing);
}
@media screen and (min-width:768px) {
  #convention .btn a:hover {
    transform: scale(1.1);
  }
}
#convention .btn a::after {
  content: "";
  display: block;
  background: linear-gradient(to right, rgba(98,122,247,1) 0%,rgba(128,89,217,1) 100%);
  height: 100%;
  width: 100%;
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: opacity .2s var(--easing);
}
@media screen and (min-width:768px) {
  #convention .btn a:hover::after {
    opacity: 0;
  }
}
#convention .btn a > span {
  display: inline-block;
  position: relative;
  z-index: 2;
}

.mrc_menu {
  display: flex;
  position: relative;
  z-index: 20;
}
.mrc_menu .btn {
  width: 50%;
}
.mrc_menu .btn a {
  display: flex;
  background: linear-gradient(225deg, rgba(167, 76, 238, 1) 0%,rgba(211, 91, 241, 1) 100%);
  justify-content: center;
  height: 420px;
  width: 100%;
  text-decoration: none;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.mrc_menu .btn a::before {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.1);
  height: 420px;
  width: 150%;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: -60%;
  transform: translate(-50%, 0);
  z-index: 2;
}
.mrc_menu .btn a::after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: opacity .3s;
}
.mrc_menu .btn a::after {
  background: linear-gradient(225deg, rgba(167, 76, 238, 1) 0%,rgba(91, 112, 241, 1) 100%);
}
@media screen and (min-width:768px) {
  .mrc_menu .btn a:hover::after {
    opacity: 0;
  }
}
.mrc_menu .btn a > .inner {
  width: 100%;
  padding: 40px 0 0;
  box-sizing: border-box;
  position: relative;
  z-index: 100;
  transition: transform .2s var(--easing);
}
@media screen and (min-width:768px) {
  .mrc_menu .btn a:hover .inner {
    transform: scale(1.05);
  }
}
.mrc_menu .btn a .infog {
  font-size: 1px;
  line-height: 0;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 110px;
  width: 110px;
  margin: 0 auto 20px;
  border-radius: 55px;
  box-shadow: 0 10px 20px 5px rgba(12, 80, 66, .1);
}
.mrc_menu .btn.challenge a .infog img {
  margin: -8px 0 0 0;
  height: auto;
  width: 73px;
}
.mrc_menu .btn.event_access a .infog img {
  margin: -1px 0 0 -2px;
  height: auto;
  width: 53px;
}
.mrc_menu .btn a .txt {
  font-size: 2.7em;
  line-height: 1.3;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.04em;
}
.mrc_menu .btn.challenge a .txt {
  margin: -2px 0 0;
}
.mrc_menu .btn a .txt span {
  font-size: 75%;
  display: block;
}
.mrc_menu .btn a .txt_s {
  font-size: 1.6em;
  line-height: 1.5;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.04em;
  margin: 8px 0 0;
}
.mrc_menu .btn a .for_detail {
  font-size: 1.6em;
  font-weight: 1.3;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  border: 1px solid #fff;
  margin: 16px 0 0;
  padding: 12px 30px;
  border-radius: 30px;
}

#event {
  background-color: #e8ebfc;
  margin-top: -60px;
  padding: 80px 0 120px;
  box-sizing: border-box;
  border-radius: 60px;
  position: relative;
  z-index: 40;
}
#event > .inner {
  max-width: 1200px;
  margin: -140px auto 0;
  padding: 140px 0 0;
}
#event .ttl {
  font-size: 4.5em;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding-bottom: 40px;
  background: linear-gradient(to right, rgba(98,122,247,1) 0%,rgba(128,89,217,1) 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
#event .ttl02 {
  font-size: 2.4em;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.04em;
  background-color: var(--base-color-ppl);
  margin: 0 0 40px;
  padding: 12px 0;
  border-radius: 35px;
}
#event .ttl02 > span {
  display: inline-block;
}
#event .ttl03 {
  font-size: 2.2em;
  line-height: 1.3;
  font-weight: 500;
  color: var(--base-color-ppl);
  letter-spacing: 0.04em;
  margin: 0 0 15px;
}

#event .s_menu_box {
  display: flex;
  justify-content: center;
  margin: 0 0 60px;
}
#event .s_menu_box .s_menu {
  margin: 0 4px;
}
#event .s_menu_box .s_menu a {
  font-size: 1.6em;
  line-height: 52px;
  font-weight: 500;
  color: var(--base-color-ppl);
  text-decoration: none;
  display: block;
  background-color: #fff;
  height: 54px;
  padding: 0 30px;
  box-sizing: border-box;
  border: 1px solid;
  border-radius: 27px;
  transition: color .3s var(--easing), background-color .3s var(--easing);
}
@media screen and (min-width:768px) {
  #event .s_menu_box .s_menu a:hover {
    color: #fff;
    background-color: var(--base-color-ppl);
  }
}

#event #corporate_exhibition {
  margin-top: -140px;
  padding: 140px 0 50px;
}
#event #corporate_exhibition .lead {
  font-size: 2em;
  line-height: 1.8;
  letter-spacing: 0.04em;
  margin: 0 0 40px;
}
#event #corporate_exhibition .box_wrap {
  display: flex;
  flex-wrap: wrap;
}
#event #corporate_exhibition .box_wrap .box {
  background-color: #fff;
  width: calc(33.333% - 30px);
  margin: 0 15px 30px;
  padding: 18px 30px 30px;
  box-sizing: border-box;
  box-shadow: 0 5px 15px rgba(30, 12, 80, .05);
  border-radius: 24px;
}
#event #corporate_exhibition .box_wrap .box .number {
  font-size: 1.3em;
  line-height: 28px;
  letter-spacing: 0.04em;
  color: #fff;
  display: inline-block;
  background-color: var(--base-color-ppl);
  height: 28px;
  margin: 0 0 -10px;
  padding: 0 20px;
  border-radius: 14px;
}
#event #corporate_exhibition .box_wrap .box .box_ttl {
  font-size: 2em;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0.04em;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
  padding: 6px 0 0;
  box-sizing: border-box;
}
#event #corporate_exhibition .box_wrap .box .img {
  font-size: 1px;
  line-height: 0;
  margin: 0 0 15px;
  border: 1px solid #ddd;
}
#event #corporate_exhibition .box_wrap .box .img img {
  height: auto;
  width: 100%;
}
#event #corporate_exhibition .box_wrap .box .img.swiper .swiper-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  z-index: 10;
}
#event #corporate_exhibition .box_wrap .box .img.swiper .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 5px;
  background-color: #ccc;
  box-shadow: 0 10px 30px rgba(35, 79, 80, 0.1);
  opacity: .5;
  transition: background-color .2s, opacity .2s;
}
#event #corporate_exhibition .box_wrap .box .img.swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--base-color-ppl);
  opacity: .8;
}
@media screen and (min-width:768px) {
  #event #corporate_exhibition .box_wrap .box .img.swiper .swiper-pagination .swiper-pagination-bullet:hover {
    opacity: .8;
  }
  #event #corporate_exhibition .box_wrap .box .img.swiper .swiper-pagination .swiper-pagination-bullet-active:hover {
    opacity: .8;
  }
}
#event #corporate_exhibition .box_wrap .box .img.swiper .swiper-button-prev,
#event #corporate_exhibition .box_wrap .box .img.swiper .swiper-button-next {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  font-size: 18px;
  line-height: 1;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 999;
  color: var(--base-color-ppl);
  box-shadow: 0 10px 30px rgba(35, 79, 80, 0.1);
  opacity: 0.8;
}
#event #corporate_exhibition .box_wrap .box .img.swiper .swiper-button-prev {
  left: 10px;
  transform: translateX(25%) rotate(-135deg);
}
#event #corporate_exhibition .box_wrap .box .img.swiper .swiper-button-next {
  right: 10px;
  transform: translateX(-25%) rotate(45deg);
}
#event #corporate_exhibition .box_wrap .box .img.swiper .swiper-button-disabled {
  display: none;
}
@media screen and (min-width:768px) {
  #event #corporate_exhibition .box_wrap .box .img.swiper .swiper-button-prev,
  #event #corporate_exhibition .box_wrap .box .img.swiper .swiper-button-next {
    transition: transform .2s, opacity .2s;
  }
  #event #corporate_exhibition .box_wrap .box .img.swiper .swiper-button-prev:hover {
    transform: translateX(25%) rotate(-135deg) scale(1.1);
    opacity: 1;
  }
  #event #corporate_exhibition .box_wrap .box .img.swiper .swiper-button-next:hover {
    transform: translateX(-25%) rotate(45deg) scale(1.1);
    opacity: 1;
  }
}
#event #corporate_exhibition .box_wrap .box .img.swiper .swiper-button-prev::before,
#event #corporate_exhibition .box_wrap .box .img.swiper .swiper-button-prev::after,
#event #corporate_exhibition .box_wrap .box .img.swiper .swiper-button-next::before,
#event #corporate_exhibition .box_wrap .box .img.swiper .swiper-button-next::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 2px;
}
#event #corporate_exhibition .box_wrap .box .img.swiper .swiper-button-prev::before,
#event #corporate_exhibition .box_wrap .box .img.swiper .swiper-button-next::before {
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
}
#event #corporate_exhibition .box_wrap .box .img.swiper .swiper-button-prev::after,
#event #corporate_exhibition .box_wrap .box .img.swiper .swiper-button-next::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 3px;
}
#event #corporate_exhibition .box_wrap .box .txt {
  font-size: 1.6em;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: left;
}

#event #stage_program {
  margin-top: -140px;
  padding: 140px 0 80px;
}
#event #stage_program > .inner {
  display: flex;
  background-color: #fff;
  padding: 40px;
  box-shadow: 0 5px 15px rgba(30, 12, 80, .05);
  border-radius: 24px;
}
#event #stage_program > .inner:not(:last-child) {
  margin: 0 0 30px;
}
#event #stage_program .outline {
  width: 100%;
  flex: 1;
}
#event #stage_program .outline .box_ttl_wrap {
  background-color: var(--bg-color-gry);
  padding: 15px 20px;
  border-radius: 16px;
}
#event #stage_program .outline .box_ttl_wrap .date {
  font-size: 1.8em;
  line-height: 1.3;
  font-weight: 500;
  color: var(--base-color-ppl);
  letter-spacing: 0.04em;
  text-align: left;
  margin: 0 0 6px;
}
#event #stage_program .outline .box_ttl_wrap .box_ttl {
  font-size: 2.2em;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: left;
  margin: 0 0 3px;
}
#event #stage_program .outline .box_ttl_wrap .speaker {
  font-size: 1.6em;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: left;
  text-indent: -4em;
  padding: 0 0 0 4em;
}
#event #stage_program .outline .box_ttl_wrap .speaker span {
  font-size: 120%;
}
#event #stage_program .outline .lead {
  font-size: 1.6em;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: left;
  margin: 15px 0 0;
}
#event #stage_program .img_box {
  display: flex;
  margin: 0 0 0 25px;
}
#event #stage_program .img_box .img {
  font-size: 1px;
  line-height: 0;
}
#event #stage_program .img_box .img img {
  border-radius: 16px;
}
#event #stage_program .img_box .img:not(:last-child) {
  margin: 0 15px 0 0;
}
#event #stage_program .img_box .img .caption {
  display: block;
  font-size: 12px;
  line-height: 1.3;
  margin: 6px 0 0;
}

#event #visitor_experience {
  margin-top: -140px;
  padding: 140px 0 80px;
}
#event #visitor_experience > .inner {
  display: flex;
  background-color: #fff;
  padding: 40px;
  box-shadow: 0 5px 15px rgba(30, 12, 80, .05);
  border-radius: 24px;
}
#event #visitor_experience > .inner:not(:last-child) {
  margin: 0 0 30px;
}
#event #visitor_experience .outline {
  width: 100%;
  flex: 1;
}
#event #visitor_experience .outline .box_ttl_wrap {
  background-color: var(--bg-color-gry);
  padding: 20px;
  border-radius: 16px;
}
#event #visitor_experience .outline .box_ttl_wrap .box_ttl {
  font-size: 2.2em;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: left;
  margin: 0 0 3px;
}
#event #visitor_experience .outline .box_ttl_wrap .box_ttl span {
  font-size: 82%;
  vertical-align: middle;
  display: inline-block;
  margin: -2px 0.5em 0 0;
}
#event #visitor_experience .outline .box_ttl_wrap .sponsor {
  font-size: 1.6em;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: left;
}
#event #visitor_experience .outline .lead {
  font-size: 1.6em;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: left;
  margin: 15px 0 0;
}
#event #visitor_experience .img_box {
  margin: 0 0 0 25px;
}
#event #visitor_experience .img_box .img {
  font-size: 1px;
  line-height: 0;
}
#event #visitor_experience .img_box .img img {
  border: 1px solid #ddd;
  border-radius: 16px;
}
#event #visitor_experience .img_box .img .caption {
  display: block;
  font-size: 12px;
  line-height: 1.3;
  margin: 6px 0 0;
}
#event #visitor_experience .schedule {
  margin: 15px 0 0;
}
#event #visitor_experience .schedule .schedule_ttl {
  font-size: 1.8em;
  line-height: 1.3;
  font-weight: 700;
  color: var(--base-color-ppl);
  text-align: left;
  margin: 0 0 12px;
  padding: 0 0 0 6px;
  border-left: 5px solid var(--base-color-ppl);
}
#event #visitor_experience .schedule .schedule_ttl span {
  font-size: 84%;
  font-weight: 500;
  color: #000;
  display: block;
}
#event #visitor_experience .schedule .box_wrap {
  display: flex;
  margin: 0 -8px;
}
#event #visitor_experience .schedule .box_wrap .box {
  background-color: #e8ebfc;
  width: calc(33.333% - 16px);
  margin: 0 8px;
  padding: 15px 20px;
  border-radius: 16px;
}
#event #visitor_experience .schedule .box_wrap .box::after {
  content: "";
  display: block;
  clear: both;
}
#event #visitor_experience .schedule .box_wrap .box dt {
  font-size: 1.7em;
  line-height: 1.4;
  font-weight: 500;
  color: var(--base-color-ppl);
  margin: 0 0 2px 1em;
}
#event #visitor_experience .schedule .box_wrap .box dd {
  font-size: 1.6em;
  line-height: 1.4;
}

#event #demonstration {
  margin-top: -140px;
  padding: 140px 0 80px;
}
#event #demonstration > .inner {
  display: flex;
  background-color: #fff;
  padding: 40px;
  box-shadow: 0 5px 15px rgba(30, 12, 80, .05);
  border-radius: 24px;
}
#event #demonstration > .inner:not(:last-child) {
  margin: 0 0 30px;
}
#event #demonstration .outline {
  width: 100%;
  flex: 1;
}
#event #demonstration .outline .box_ttl_wrap {
  background-color: var(--bg-color-gry);
  padding: 20px;
  border-radius: 16px;
}
#event #demonstration .outline .box_ttl_wrap .box_ttl {
  font-size: 2.2em;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: left;
  margin: 0 0 3px;
}
#event #demonstration .outline .box_ttl_wrap .sponsor {
  font-size: 1.6em;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: left;
}
#event #demonstration .outline .lead {
  font-size: 1.6em;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: left;
  margin: 15px 0 0;
}
#event #demonstration .img_box {
  margin: 0 0 0 25px;
}
#event #demonstration .img_box .img {
  font-size: 1px;
  line-height: 0;
}
#event #demonstration .img_box .img img {
  border-radius: 16px;
}
#event #demonstration .img_box .img .caption {
  display: block;
  font-size: 12px;
  line-height: 1.3;
  margin: 6px 0 0;
}
#event #demonstration .schedule {
  margin: 15px 0 0;
}
#event #demonstration .schedule .schedule_ttl {
  font-size: 1.8em;
  line-height: 1.3;
  font-weight: 700;
  color: var(--base-color-ppl);
  text-align: left;
  margin: 0 0 12px;
  padding: 0 0 0 6px;
  border-left: 5px solid var(--base-color-ppl);
}
#event #demonstration .schedule .schedule_ttl span {
  font-size: 84%;
  font-weight: 500;
  color: #000;
  display: block;
}
#event #demonstration .schedule .box_wrap {
  display: flex;
  margin: 0 -8px;
}
#event #demonstration .schedule .box_wrap .box {
  background-color: #e8ebfc;
  width: calc(33.333% - 16px);
  margin: 0 8px;
  padding: 15px 20px;
  border-radius: 16px;
}
#event #demonstration .schedule .box_wrap .box::after {
  content: "";
  display: block;
  clear: both;
}
#event #demonstration .schedule .box_wrap .box dt {
  font-size: 1.7em;
  line-height: 1.4;
  font-weight: 500;
  color: var(--base-color-ppl);
  margin: 0 0 2px 1em;
}
#event #demonstration .schedule .box_wrap .box dd {
  font-size: 1.6em;
  line-height: 1.4;
  text-align: center;
  width: 50%;
  float: left;
}

#event #side_event {
  margin-top: -140px;
  padding: 140px 0 80px;
}
#event #side_event > .inner {
  background-color: #fff;
  padding: 40px 40px 10px;
  box-shadow: 0 5px 15px rgba(30, 12, 80, .05);
  border-radius: 24px;
}
#event #side_event .box_wrap {
  display: flex;
  margin: 0 -15px;
}
#event #side_event .box {
  background-color: #e8ebfc;
  margin: 0 0 30px;
  padding: 0 20px 30px;
  box-sizing: border-box;
  border-radius: 24px;
}
#event #side_event .box_wrap .box {
  width: calc(33.333% - 30px);
  margin: 0 15px 30px;
}
#event #side_event .box .logo {
  font-size: 1px;
  line-height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 95px;
}
#event #side_event .box .txt {
  font-size: 1.6em;
  line-height: 1.8;
  letter-spacing: 0.04em;
  margin: -10px 0 0;
}
#event #side_event .box.sileague .txt {
  padding: 0.95em 0;
}

#event #side_event .box .btn {
  max-width: 360px;
  margin: 20px auto 0;
}
#event #side_event .box .btn a {
  font-size: 1.6em;
  line-height: 1.2;
  font-weight: 700;
  text-decoration: none;
  color: #000;
  display: block;
  height: 60px;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(30, 12, 80, .05);
  border-radius: 30px;
  position: relative;
  transition: color .2s var(--easing);
}
@media screen and (min-width:768px) {
  #event #side_event .box .btn a:hover {
    color: var(--base-color-ppl);
  }
}
#event #side_event .box .btn a::after {
  content: "";
  display: block;
  background-color: var(--base-color-ppl);
  height: 12px;
  width: 12px;
  margin-top: -6px;
  border-radius: 6px;
  position: absolute;
  top: 50%;
  left: 24px;
  transition: transform .2s var(--easing);
}
@media screen and (min-width:768px) {
  #event #side_event .box .btn a:hover::after {
    transform: scale(1.8);
  }
}
#event #side_event .box .btn a span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 0 0 12px;
  box-sizing: border-box;
}

#event #access {
  margin-top: -140px;
  padding: 140px 0 0;
}
#event #access > .inner {
  background-color: #fff;
  padding: 30px 40px 40px;
  box-shadow: 0 5px 15px rgba(30, 12, 80, .05);
  border-radius: 24px;
}
#event #access .venue {
  margin: 0 0 30px;
}
#event #access .venue .txt_l {
  font-size: 2.7em;
  line-height: 1.5;
  font-weight: 500;
  margin: -5px 0 10px;
}
#event #access .venue .txt_l span {
  font-size: 67%;
  display: block;
}
#event #access .venue .txt {
  font-size: 1.6em;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
#event #access .box {
  background-color: #e8ebfc;
  padding: 25px 40px 40px;
  border-radius: 16px;
}
#event #access .box.train {
  margin: 0 0 30px;
}
#event #access .box .img {
  font-size: 1px;
  line-height: 0;
}
#event #access .box .img img {
  height: auto;
  width: 100%;
}
#event #access .note {
  font-size: 1.4em;
  line-height: 1.5;
  text-align: right;
  margin: 15px 0 0;
}

#event .txt_cs {
  font-size: 2.4em;
  line-height: 1.5;
  font-weight: 500;
  color: #999;
  padding: 60px 0;
}

#news {
  background-color: var(--bg-color-gry);
  margin-top: -60px;
  border-radius: 60px;
  overflow: hidden;
  position: relative;
  z-index: 50;
}
#news > .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
}
#news .news_lst {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
#news .news_lst li {
  width: calc(25% - 24px);
  margin: 0 12px 24px;
}
#news .news_lst li .box {
  text-align: left;
  text-decoration: none;
  display: block;
  height: 100%;
  width: 100%;
  padding: 25px;
  box-sizing: border-box;
  position: relative;
  transition: transform .2s var(--easing);
}
@media screen and (min-width:768px) {
  #news .news_lst li a.box:hover {
    transform: scale(1.1);
  }
}
#news .news_lst li .box::before {
  content: "";
  display: block;
  background-color: rgba(255, 255, 255, .75);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 24px;
  z-index: 2;
  transition: background-color .2s var(--easing);
}
@media screen and (min-width:768px) {
  #news .news_lst li a.box:hover::before {
    background-color: rgba(255, 255, 255, .6);
  }
}
#news .news_lst li .box::after {
  content: "";
  display: block;
  background: url(../../../images/bg_gra.png) no-repeat center 0;
  background-size: 100% 100%;
  position: absolute;
  left: -40px;
  right: -40px;
  bottom: -50px;
  top: -25px;
  z-index: 1;
}
#news .news_lst li .box > span {
  display: block;
  position: relative;
  z-index: 3;
}
#news .news_lst li .box > span.date {
  font-size: 1.6em;
  line-height: 1.5;
  font-weight: 700;
  color: var(--base-color-mar);
  margin-bottom: 3px;
}
#news .news_lst li .box.fcsc > span.date {
  color: var(--base-color-orn);
}
#news .news_lst li .box.f-rei > span.date {
  color: var(--base-color-grn);
}
#news .news_lst li .box.mrc > span.date {
  color: var(--base-color-ppl);
}
#news .news_lst li .box > span.cate {
  font-size: 1.4em;
  line-height: 1.5;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  background-color: var(--base-color-mar);
  padding: 1px 8px;
  border-radius: 6px;
}
#news .news_lst li .box.fcsc > span.cate {
  background-color: var(--base-color-orn);
}
#news .news_lst li .box.f-rei > span.cate {
  background-color: var(--base-color-grn);
}
#news .news_lst li .box.mrc > span.cate {
  background-color: var(--base-color-ppl);
}
#news .news_lst li .box > span.txt {
  font-size: 1.6em;
  line-height: 1.5;
  color: #000;
  /* text-overflow: ellipsis; */
  /* display: -webkit-box; */
  /* -webkit-box-orient: vertical; */
  /* -webkit-line-clamp: 3; */
  margin-top: 6px;
  /* overflow: hidden; */
}
#news .btn {
  margin: 15px 0 24px;
  position: relative;
  z-index: 10;
}
#news .btn a {
  font-size: 1.6em;
  line-height: 32px;
  font-weight: 700;
  text-align: right;
  letter-spacing: 0.04em;
  color: #000;
  display: block;
  text-decoration: none;
  padding-right: 45px;
  box-sizing: border-box;
  position: relative;
}
#news .btn a::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border: 1px solid;
  border-color: #000 #000 transparent transparent;
  transform: rotate(45deg);
  position: absolute;
  right: 14px;
  top: 11px;
  z-index: 1;
  transition: border-color .2s var(--easing);
}
@media screen and (min-width:768px) {
  #news .btn a:hover::before {
    border-color: #fff #fff transparent transparent;
  }
}
#news .btn a::after {
  content: "";
  display: block;
  height: 32px;
  width: 32px;
  box-sizing: border-box;
  border: 1px solid #000;
  border-radius: 16px;
  position: absolute;
  right: 0;
  top: 0;
  transition: background-color .2s var(--easing);
}
@media screen and (min-width:768px) {
  #news .btn a:hover::after {
    background-color: #000;
  }
}

@media screen and (max-width:767px) {
  #content .page_ttl_wrap {
    height: 350px;
  }
  #content .page_ttl_wrap .page_ttl {
    margin-top: 60px;
  }
  #content .page_ttl_wrap .page_ttl .ens {
    font-size: 120%;
  }
  #content .page_ttl_wrap .page_ttl .en {
    font-size: 200%;
  }

  #content > .sec_wrap {
    padding-top: 350px;
  }

  #convention > .inner {
    /* padding-bottom: 100px; */
    padding-bottom: 60px;
    padding-top: 60px;
    overflow: hidden;
    position: relative;
    z-index: 0;
  }
  #convention .ttl_wrap .ttl {
    font-size: 2.7em;
    line-height: 1.4;
    margin: 0 30px;
    padding-bottom: 30px;
  }
  #convention .ttl_wrap .ttl::after {
    height: 75px;
    width: 75px;
  }
  #convention .outline {
    display: block;
    margin: 0 30px;
  }
  #convention .outline dl > div dt,
  #convention .outline dl > div dd {
    font-size: 1.8em;
    line-height: 1.5;
  }
  #convention .outline dl > div dd {
    margin: -1.5em 0 0 5em;
  }
  #convention .btn {
    height: 60px;
    width: auto;
    margin: 40px 20px 0;
  }
  #convention .btn:not(:last-child) {
    margin: 0 0 15px;
  }
  #convention .btn a {
    font-size: 1.6em;
    line-height: 60px;
    box-shadow: 0 5px 15px rgba(12, 80, 66, .15)
  }
  .mrc_menu {
    display: block;
  }
  .mrc_menu .btn {
    width: auto;
  }
  .mrc_menu .btn a {
    height: auto;
  }
  .mrc_menu .btn a::before {
    height: 260px;
    top: -65%;
  }
  .mrc_menu .btn.event_access a::before {
    top: calc(-65% + 20px);
  }
  .mrc_menu .btn a > .inner {
    padding: 20px 0;
  }
  .mrc_menu .btn.event_access a > .inner {
    padding: 20px 0 60px;
  }
  .mrc_menu .btn a .infog {
    height: 80px;
    width: 80px;
    margin: 0 auto 16px;
  }
  .mrc_menu .btn.challenge a .infog img {
    margin: -6px 0 0 0;
    height: auto;
    width: 52px;
  }
  .mrc_menu .btn.event_access a .infog img {
    margin: -1px 0 0 -2px;
    height: auto;
    width: 38px;
  }
  .mrc_menu .btn a .txt {
    font-size: 2em;
    line-height: 1.3;
  }
  .mrc_menu .btn.challenge a .txt {
    margin: 0;
  }
  .mrc_menu .btn a .txt_s {
    font-size: 1.4em;
  }




.mrc_menu .btn a .for_detail {
  font-size: 1.4em;
  margin: 10px 0 0;
  padding: 10px 25px;
}



  #event {
    margin-top: -40px;
    padding: 40px 0 80px;
    border-radius: 40px;
  }
  #event > .inner {
    margin: -90px auto 0;
    padding: 90px 20px 0;
  }
  #event .ttl {
    font-size: 2.7em;
    line-height: 1.4;
    padding-bottom: 20px;
  }
  #event .ttl02 {
    font-size: 1.8em;
    line-height: 1.3;
    margin: 0 0 15px;
    padding: 12px 10px;
    border-radius: 8px;
  }  
  #event .ttl03 {
    font-size: 1.8em;
    margin: 0 0 15px;
  }

  #event .s_menu_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -4px 20px;
  }
  #event .s_menu_box .s_menu {
    width: calc(50% - 8px);
    margin: 0 4px 8px;
  }
  #event .s_menu_box .s_menu a {
    font-size: 1.4em;
    line-height: 40px;
    height: 42px;
    padding: 0;
  }

  #event #corporate_exhibition {
    margin-top: -90px;
    padding: 90px 0 25px;
  }
  #event #corporate_exhibition .lead {
    font-size: 1.6em;
    text-align: justify;
    margin: 0 5px 20px;
  }
  #event #corporate_exhibition .box_wrap {
    display: block;
  }
  #event #corporate_exhibition .box_wrap .box {
    width: auto;
    margin: 0 0 15px;
    padding: 20px;
    border-radius: 16px;
  }
  #event #corporate_exhibition .box_wrap .box .number {
    font-size: 1.2em;
    line-height: 24px;
    height: 24px;
    margin: -6px 0 10px;
  }
  #event #corporate_exhibition .box_wrap .box .box_ttl {
    font-size: 1.7em;
    display: block;
    height: auto;
    padding: 0;
    margin: 0 0 10px;
  }
  #event #corporate_exhibition .box_wrap .box .img {
    margin: 0 0 10px;
  }
  #event #corporate_exhibition .box_wrap .box .txt {
    font-size: 1.5em;
  }

  #event #stage_program {
    margin-top: -90px;
    padding: 90px 0 40px;
  }
  #event #stage_program > .inner {
    display: block;
    padding: 20px;
    border-radius: 16px;
  }
  #event #stage_program > .inner:not(:last-child) {
    margin: 0 0 15px;
  }
  #event #stage_program .outline .box_ttl_wrap {
    padding: 15px 20px;
    border-radius: 12px;
  }
  #event #stage_program .outline .box_ttl_wrap .date {
    font-size: 1.7em;
  }
  #event #stage_program .outline .box_ttl_wrap .box_ttl {
    font-size: 2em;
  }
  #event #stage_program .outline .box_ttl_wrap .speaker span {
    font-size: 100%;
  }
  #event #stage_program .outline .lead {
    margin: 12px 0 0;
  }
  #event #stage_program .img_box {
    display: block;
    margin: 15px 0 0 0;
  }
  #event #stage_program .img_box .img img {
    height: auto;
    width: 100%;
    border-radius: 12px;
  }
  #event #stage_program .img_box .img:not(:last-child) {
    margin: 0 0 15px;
  }
  
  #event #visitor_experience {
    margin-top: -90px;
    padding: 90px 0 40px;
  }
  #event #visitor_experience > .inner {
    display: block;
    padding: 20px;
    border-radius: 16px;
  }
  #event #visitor_experience > .inner:not(:last-child) {
    margin: 0 0 15px;
  }
  #event #visitor_experience .outline .box_ttl_wrap {
    padding: 15px 20px;
    border-radius: 12px;
  }
  #event #visitor_experience .outline .box_ttl_wrap .box_ttl {
    font-size: 2em;
  }
  #event #visitor_experience .outline .box_ttl_wrap .box_ttl span {
    display: block;
    margin: 0;
  }
  #event #visitor_experience .img_box {
    margin: 15px 0 0 0;
  }
  #event #visitor_experience .img_box .img img {
    height: auto;
    width: 100%;
    border-radius: 12px;
  }
  #event #visitor_experience .schedule .schedule_ttl {
    font-size: 1.7em;
    margin: 0 0 12px;
  }
  #event #visitor_experience .schedule .box_wrap {
    display: block;
    margin: 0;
  }
  #event #visitor_experience .schedule .box_wrap .box {
    width: auto;
    margin: 0;
    border-radius: 12px;
  }
  #event #visitor_experience .schedule .box_wrap .box:not(:last-child) {
    margin: 0 0 8px;
  }
  #event #visitor_experience .schedule .box_wrap .box dt {
    font-size: 1.6em;
  }
  #event #visitor_experience .schedule .box_wrap .box dd {
    font-size: 1.5em;
  }

  #event #demonstration {
    margin-top: -90px;
    padding: 90px 0 40px;
  }
  #event #demonstration > .inner {
    display: block;
    padding: 20px;
    border-radius: 16px;
  }
  #event #demonstration > .inner:not(:last-child) {
    margin: 0 0 15px;
  }
  #event #demonstration .outline .box_ttl_wrap {
    padding: 15px 20px;
    border-radius: 12px;
  }
  #event #demonstration .outline .box_ttl_wrap .box_ttl {
    font-size: 2em;
  }
  #event #demonstration .img_box {
    margin: 15px 0 0 0;
  }
  #event #demonstration .img_box .img img {
    height: auto;
    width: 100%;
    border-radius: 12px;
  }
  #event #demonstration .schedule .schedule_ttl {
    font-size: 1.7em;
    margin: 0 0 12px;
  }
  #event #demonstration .schedule .box_wrap {
    display: block;
    margin: 0;
  }
  #event #demonstration .schedule .box_wrap .box {
    width: auto;
    margin: 0;
    border-radius: 12px;
  }
  #event #demonstration .schedule .box_wrap .box:not(:last-child) {
    margin: 0 0 8px;
  }
  #event #demonstration .schedule .box_wrap .box dt {
    font-size: 1.6em;
  }
  #event #demonstration .schedule .box_wrap .box dd {
    font-size: 1.5em;
  }

  #event #side_event {
    margin-top: -90px;
    padding: 90px 0 40px;
  }
  #event #side_event > .inner {
    padding: 20px;
    border-radius: 16px;
  }
  #event #side_event .box_wrap {
    display: block;
    margin: 0;
  }
  #event #side_event .box {
    margin: 0 0 15px;
    padding: 20px;
    border-radius: 16px;
  }
  #event #side_event .box_wrap .box {
    width: auto;
    margin: 0 0 15px;
  }
  #event #side_event .box_wrap .box.batterygp {
    margin-bottom: 0;
  }
  #event #side_event .box .logo {
    display: block;
    height: auto;
  }
  #event #side_event .box.robofest .logo img {
    height: 9.6vw;
    width: auto;
  }
  #event #side_event .box.sileague .logo img {
    height: 10.666vw;
    width: auto;
  }
  #event #side_event .box.jiii .logo img {
    height: 9.066vw;
    width: auto;
  }
  #event #side_event .box.batterygp .logo img {
    height: 9.6vw;
    width: auto;
  }
  #event #side_event .box .txt {
    text-align: left;
    margin: 15px 5px 0;
  }
  #event #side_event .box.sileague .txt {
    padding: 0;
  }
  #event #side_event .box .btn {
    max-width: initial;
    margin: 15px auto 0;
  }
  #event #side_event .box .btn a {
    height: 54px;
  }
  
  #event #access {
    margin-top: -90px;
    padding: 90px 0 0;
  }
  #event #access > .inner {
    background-color: #fff;
    padding: 25px 20px 20px;
    border-radius: 16px;
  }
  #event #access .venue {
    margin: 0 0 20px;
  }
  #event #access .venue .txt_l {
    font-size: 2.4em;
  }
  #event #access .venue .txt_l span {
    font-size: 63%;
  }
  #event #access .box {
    padding: 15px 20px 20px;
    border-radius: 12px;
  }
  #event #access .box.train {
    margin: 0 0 15px;
  }
  #event #access .note {
    font-size: 1.3em;
    text-indent: -1em;
    text-align: left;
    margin: 10px 0 0 1em;
  }

  #event .txt_cs {
    font-size: 2em;
    padding: 40px 0;
  }
  
  #news {
    margin-top: -40px;
    border-radius: 40px;
  }  
  #news > .inner {
    padding: 50px 0;
  }
  #news .sec_ttl {
    margin-left: 30px;
    margin-right: 30px;
  }
  #news .news_lst {
    display: block;
    margin: 0 20px;
  }
  #news .news_lst li {
    width: auto;
    margin: 0 0 15px;
  }
  #news .news_lst li .box {
    padding: 20px 25px;
  }
  #news .news_lst li .box::after {
    left: -60px;
    right: -60px;
  }
  #news .news_lst li .box > span.txt {
    font-size: 1.5em;
    margin-top: 0.5em;
  }
  #news .btn {
    margin: 30px 30px 20px;
    position: relative;
    z-index: 10;
  }
  #news .btn a {
    padding-right: 35px
  }
  #news .btn a::before {
    width: 6px;
    height: 6px;
    right: 11px;
    top: 9px;
  }
  #news .btn a::after {
    height: 26px;
    width: 26px;
  }
}
