@charset "UTF-8";
/* CSS Document */

.mv {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
  position: relative;
}
.mv h1 {
  position: relative;
  z-index: 4;
}
.mv .title_bg {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
}
.mv .title_bg.deactive {
  opacity: 0;
}
.mv .movie_cover {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(1, 17, 28, 0.6);
}
.mv .movie_box {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.mv .movie_box #top_moive {
  width: 120%;
  height: auto;
  display: block;
}

.thanks .thanks_ttl {
  max-width: 876px;
  width: 90%;
  margin: 0 auto;
}
.thanks .thanks_block {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-top: 45px;
}
.thanks .thanks_block_per {
  margin-right: 30px;
  padding-right: 30px;
  border-right: 1px solid #000;
}
.thanks .thanks_block_ttl {
  font-size: 13.5px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #000;
  padding: 0.1em 1em;
  display: inline-block;
}
.thanks .thanks_block_num {
  display: flex;
  align-items: baseline;
}
.thanks .thanks_block_num .num {
  font-size: 72px;
  font-weight: bold;
  line-height: 1;
  color: #0062a8;
}
.thanks .thanks_block_num .unit {
  font-size: 23.4px;
  font-weight: bold;
  line-height: 1;
  color: #0062a8;
  margin-left: 5px;
}
.thanks_pdfBtn {
  max-width: 430px;
  width: 90%;
  margin: 70px auto 0;
}
.thanks_pdfBtn a {
  display: block;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  border-radius: 2em;
  background: #2dc8f0;
  background: -moz-linear-gradient(left, #2dc8f0 30%, #1e44a7 100%);
  background: -webkit-linear-gradient(left, #2dc8f0 30%, #1e44a7 100%);
  background: linear-gradient(to right, #2dc8f0 30%, #1e44a7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2dc8f0', endColorstr='#1e44a7',GradientType=1 );
  display: block;
  padding: 2px;
  transition-duration: 0.3s;
}
.thanks_pdfBtn a:hover {
  opacity: 0.6;
}
.thanks_pdfBtn a span {
  display: block;
  width: 100%;
  background-color: #fff;
  color: #333;
  border-radius: 2em;
  padding: 0.8em 0;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
}
.thanks .thanks_sns {
  max-width: 500px;
  width: 90%;
  margin: 90px auto 0;
  text-align: center;
}
.thanks .thanks_sns_ttl {
  font-size: 19px;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
}
.thanks .thanks_sns_link {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-top: 20px;
  padding-bottom: 90px;
}
.thanks .thanks_sns_link a {
  transition-duration: 0.3s;
  opacity: 1;
}
.thanks .thanks_sns_link a:hover {
  opacity: 0.6;
}
.thanks .thanks_sns_link .facebook {
  width: 60px;
  margin-right: 27px;
}
.thanks .thanks_sns_link .linkedin {
  width: 68px;
}
.thanks .movieArea {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
.thanks .movie_iframe {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.thanks .movie_iframe iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.about_contents .txt02 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #192563;
  line-height: 1.5em;
  margin-bottom: 40px;
}
.about_contents .logo {
  width: 423px;
  margin-left: auto;
  margin-right: auto;
}
.about_contents .txt01 {
  font-size: 19px;
  line-height: 2.2em;
  text-align: center;
  margin-top: 40px;
}
.about_contents .btn01 {
  width: 371px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
}

.concept {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 86px;
}

.news_box {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news_box .news_block {
  width: 47.6%;
}
.news_box .news_block h2 {
  font-size: 17px;
  text-align: center;
  margin-bottom: 0.5em;
}
.news_box .news_block .line {
  margin-bottom: 18px;
}
.news_box .news_block li {
  border-bottom: 1px solid #bfc0c0;
}
.news_box .news_block li a {
  font-size: 13px;
  padding: 16px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news_box .news_block li a .date {
  width: 17.7%;
  color: #0068b7;
  padding-left: 0.3em;
  padding-right: 0.5em;
}
.news_box .news_block li a .title {
  width: 82.3%;
}
.news_box .news_block .link {
  font-size: 13px;
  font-weight: 500;
  margin-top: 1.5em;
  text-align: right;
}
.news_box .news_block .link a {
  display: inline-block;
  font-weight: 500;
  padding-right: 1em;
  background-image: url("../images/common/sankaku.svg");
  background-repeat: no-repeat;
  background-size: 5px auto;
  background-position: right 0.6em;
}

.components {
  margin-top: 75px;
}
.components h2.stitle {
  margin-bottom: 40px;
}
.components .list01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.components .list01 li {
  width: 49%;
}
.components .list01 li:nth-child(2n) {
  margin-left: 2%;
}
.components .list01 li:nth-child(n + 3) {
  margin-top: 20px;
}
.components .list01 li a {
  width: 100%;
  height: 100%;
}
.components .list01 li a .ban_txt {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.components .list01 li a .ban_txt .en {
  position: relative;
  display: inline-block;
  font-style: normal;
  padding-left: 60px;
  font-size: 24px;
  text-align: center;
  color: #fff;
  line-height: 1.2em;
}
.components .list01 li a .ban_txt .en .icon {
  width: 45px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.components .list01 li a .ban_txt .jp {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 1.2em;
  margin-top: 0.4em;
}

.components .list02 {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.components .list02 li {
  width: 31.5%;
}
.components .list02 li a .ban_txt {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 1.3em;
}

#speaker #speaker_slide,
#exhibitors #exhibitors_slide,
#news #news_slide {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
#speaker #speaker_slide .speaker_block,
#exhibitors #exhibitors_slide .exhibitors_block,
#news #news_slide .news_block {
  width: 268px;
  background-color: #f9f9f9;
  margin-left: 24px;
  margin-right: 24px;
}
#speaker #speaker_slide .speaker_block a,
#exhibitors #exhibitors_slide .exhibitors_block .slide_bg,
#news #news_slide .news_block a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 20px 21px 30px;
}
#speaker #speaker_slide .speaker_block .pho01 {
  width: 120px;
  margin-left: auto;
  margin-right: auto;
}
#speaker #speaker_slide .speaker_block .pho01 img {
  width: 100%;
  height: 144px;
  object-fit: cover;
}
#speaker #speaker_slide .speaker_block .company {
  font-size: 13px;
  font-weight: 500;
  margin-top: 0em;
}
#speaker #speaker_slide .speaker_block .position {
  font-size: 11px;
  font-weight: 500;
  margin-top: 0em;
}
#speaker #speaker_slide .speaker_block .name {
  font-size: 18px;
  font-weight: bold;
  margin-top: 0.5em;
}
#speaker #speaker_slide .speaker_block .logo01 {
  width: 120px;
  margin-top: 5px;
}
#speaker #speaker_slide .speaker_block h3 {
  font-size: 18px;
  font-weight: bold;
  color: #0068b7;
  line-height: 1.4em;
  margin-top: 0.8em;
}
#speaker #speaker_slide .speaker_block .more,
#exhibitors #exhibitors_slide .exhibitors_block .more,
#news #news_slide .news_block .more {
  position: absolute;
  right: 15px;
  bottom: 10px;
  display: inline-block;
  font-size: 11px;
  padding-right: 1.2em;
  background-image: url("../images/common/sankaku.svg");
  background-repeat: no-repeat;
  background-size: 6px auto;
  background-position: right center;
}
#speaker .link01,
#exhibitors .link01,
#news .link01 {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  text-align: right;
}
#speaker .link01 a,
#exhibitors .link01 a,
#news .link01 a {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  padding-right: 1.2em;
  background-image: url("../images/common/sankaku.svg");
  background-repeat: no-repeat;
  background-size: 6px auto;
  background-position: right 0.7em;
}
#speaker .link01 a + a,
#exhibitors .link01 a + a,
#news .link01 a + a {
  margin-left: 1em;
}

#speaker,
#exhibitors,
#news {
  margin-top: 75px;
}
#exhibitors #exhibitors_slide .exhibitors_block .slide_bg {
  display: block;
  width: 100%;
  position: relative;
  padding: 35px 21px 30px;
}
#exhibitors #exhibitors_slide .exhibitors_block .pho01 {
  width: 166px;
  margin-left: auto;
  margin-right: auto;
}
#exhibitors #exhibitors_slide .exhibitors_block .pho01 img {
  width: 100%;
  height: 110px;
  object-fit: cover;
}
#exhibitors #exhibitors_slide .exhibitors_block h3 {
  font-size: 12px;
  text-align: center;
  margin-top: 0.8em;
}
#exhibitors #exhibitors_slide .exhibitors_block .category_txt {
  font-size: 11px;
  font-weight: 500;
  margin-top: 0.8em;
  margin-left: -0.5em;
}
#exhibitors #exhibitors_slide .exhibitors_block .category {
  font-size: 14px;
  line-height: 1.3em;
  font-weight: bold;
}
#exhibitors #exhibitors_slide .exhibitors_block .desc {
  font-size: 13px;
  margin-top: 0.2em;
}
#exhibitors #exhibitors_slide .exhibitors_block .category_a {
  color: #e9589a;
}
#exhibitors #exhibitors_slide .exhibitors_block .category_b {
  color: #ef7f42;
}
#exhibitors #exhibitors_slide .exhibitors_block .category_c {
  color: #00baef;
}
#exhibitors #exhibitors_slide .exhibitors_block .category_d {
  color: #6fba2c;
}
#exhibitors #exhibitors_slide .exhibitors_block .category_e {
  color: #4e85c0;
}
#exhibitors #exhibitors_slide .exhibitors_block .category_f {
  color: #7c4497;
}
#exhibitors #exhibitors_slide .exhibitors_block .category_g {
  color: #fbc93e;
}
#exhibitors #exhibitors_slide .exhibitors_block .category_h {
  color: #7f4f00;
}
#exhibitors #exhibitors_slide .exhibitors_block .category_j {
  color: #00502d;
}

#news #news_slide .news_block a {
  display: block;
  width: 100%;
  position: relative;
  padding: 9px 9px 45px;
}
#news #news_slide .news_block .pho01 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#news #news_slide .news_block .pho01 img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}
#news #news_slide .news_block .date,
#news #news_slide .news_block h3 {
  width: 85.8%;
  margin-left: auto;
  margin-right: auto;
}
#news #news_slide .news_block .date {
  font-size: 13px;
  color: #0068b7;
  margin-top: 17px;
}
#news #news_slide .news_block h3 {
  font-size: 13px;
  line-height: 1.4em;
  margin-top: 0.3em;
}
#news #news_slide .news_block.no_pho a {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.slick-track {
  display: flex;
}
.slick-slide {
  height: auto !important;
}

#aichi {
  padding: 5px;
  margin-top: 115px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2dc8f0+30,1e44a7+100 */
  background: #2dc8f0; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #2dc8f0 30%,
    #1e44a7 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #2dc8f0 30%,
    #1e44a7 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #2dc8f0 30%,
    #1e44a7 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2dc8f0', endColorstr='#1e44a7',GradientType=1 ); /* IE6-9 */
}
#aichi h2 {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 1em 0 1.1em;
}
#aichi .bg {
  background-color: #f9f9f9;
}
#aichi .content {
  max-width: 820px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0 60px;
}
#aichi .a_txt01 {
  font-size: 15px;
  line-height: 1.7em;
}
#aichi .pho_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 45px;
}
#aichi .pho_list li {
  width: 30.7%;
}
#aichi .pho_list li .txt_note {
  font-size: 12px;
  text-align: center;
  margin-top: 5px;
}
#aichi .pho_list li:nth-child(n + 4) {
  margin-top: 30px;
}
#aichi .aichi_bus {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
#aichi .aichi_bus .aichi_bus_fb {
  width: 48%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#aichi .aichi_bus .aichi_bus_img {
  width: 62%;
}
#aichi .aichi_bus .aichi_bus_qrArea {
  width: 32%;
}
#aichi .aichi_bus .aichi_bus_qrArea a {
  pointer-events: none;
}
#aichi .aichi_bus .aichi_bus_qrArea .txt {
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
}
#aichi .aichi_bus .aichi_bus_txtArea {
  width: 48%;
}
#aichi .aichi_bus .aichi_bus_txtArea p {
  font-size: 14px;
  text-align: justify;
}
#aichi .aichi_bus .aichi_bus_btn {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
#aichi .aichi_bus .aichi_bus_btn a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  border-radius: 2em;
  background: #2dc8f0;
  background: -moz-linear-gradient(left, #2dc8f0 30%, #1e44a7 100%);
  background: -webkit-linear-gradient(left, #2dc8f0 30%, #1e44a7 100%);
  background: linear-gradient(to right, #2dc8f0 30%, #1e44a7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2dc8f0', endColorstr='#1e44a7',GradientType=1 );
  display: block;
  padding: 2px;
}
#aichi .aichi_bus .aichi_bus_btn a .bg {
  display: block;
  width: 100%;
  background-color: #fff;
  color: #333;
  border-radius: 2em;
  padding: 0.6em 0;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
}

#sponsor {
  margin-top: 75px;
}
#sponsor .day_block {
  margin-top: 30px;
}
#sponsor .day_block + .day_block {
  margin-top: 80px;
}
#sponsor .day_block h3 {
  font-size: 39px;
}
#sponsor .day_block h3 .day01 {
  font-family: "Montserrat", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN",
    "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  font-weight: 800;
}
#sponsor .day_block h3 .day02 {
  font-size: 15px;
  font-weight: bold;
}
#sponsor .day_block h3 .title_txt01 {
  font-size: 21px;
  font-weight: bold;
  margin-left: 1em;
}
#sponsor .day_block .stage_block {
  margin-top: 30px;
}
#sponsor .day_block .stage_block + .stage_block {
  margin-top: 60px;
}
#sponsor .day_block .stage_block h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1em;
}
#sponsor .day_block .stage_block .program_section + .program_section {
  margin-top: 50px;
}
#sponsor .day_block .stage_block .program_section h5 {
  font-size: 15px;
  font-weight: bold;
  background-color: #000;
  color: #fff;
  margin-bottom: 25px;
  padding: 0.4em 0.7em 0.5em;
  display: flex;
  flex-wrap: wrap;
}
#sponsor .day_block .stage_block .program_section h5 .time {
  font-size: 13px;
  font-weight: normal;
  width: 8.8%;
}
#sponsor .day_block .stage_block .program_section h5 .title {
  width: 91.2%;
}
#sponsor .day_block .stage_block .program_section .speaker {
  font-size: 13px;
  margin-bottom: 1.5em;
}
#sponsor .day_block .stage_block .program_section .speaker span {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 0.2em 0.7em 0.3em;
}
#sponsor .day_block .stage_block .program_section .speaker_box {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#sponsor .day_block .stage_block .program_section .speaker_box .speaker_block {
  display: block;
  width: 33.3333%;
}
#sponsor
  .day_block
  .stage_block
  .program_section
  .speaker_box
  .speaker_block.seaker_logo_block {
  width: 50%;
}
#sponsor
  .day_block
  .stage_block
  .program_section
  .speaker_box
  .speaker_block.seaker_logo_block.seaker_blogo_block {
  width: 33.3333%;
}
#sponsor
  .day_block
  .stage_block
  .program_section
  .speaker_box
  .speaker_block.seaker_logo_block.seaker_slogo_block {
  width: 20%;
}
#sponsor
  .day_block
  .stage_block
  .program_section
  .speaker_box
  .speaker_block.seaker_logo_block.seaker_slogo_block
  + hr.tate {
  display: block;
  width: 5.3%;
  margin: 0;
}
#sponsor
  .day_block
  .stage_block
  .program_section
  .speaker_box
  .speaker_block
  .pho {
  max-width: 119px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#sponsor
  .day_block
  .stage_block
  .program_section
  .speaker_box
  .speaker_block
  .logo {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#sponsor
  .day_block
  .stage_block
  .program_section
  .speaker_box
  .speaker_block
  .txt_box
  .txt01 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5em;
  margin-top: 1em;
}
#sponsor
  .day_block
  .stage_block
  .program_section
  .speaker_box
  .speaker_block
  .txt_box
  .txt02 {
  font-size: 12px;
  line-height: 1.5em;
  text-align: center;
  margin-top: 1em;
}

#sponsor .day_block .stage_block .program_section .speaker_box hr.tate {
  display: none;
  width: 1px;
  height: auto;
  background-color: #fff;
  border: none;
  margin: 0 20px;
}
#sponsor .day_block .stage_block .program_section .speaker_box hr.yoko {
  width: 100%;
  height: 1.2px;
  background-color: #fff;
  border: none;
  margin: 25px auto;
}

#sponsor .day_block .stage_block .program_section .sponsor_btn01 {
  max-width: 317px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 55px;
}
#sponsor .day_block .stage_block .program_section .sponsor_btn01 a {
  display: block;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  border-radius: 2em;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2dc8f0+30,1e44a7+100 */
  background: #2dc8f0; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #2dc8f0 30%,
    #1e44a7 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #2dc8f0 30%,
    #1e44a7 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #2dc8f0 30%,
    #1e44a7 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2dc8f0', endColorstr='#1e44a7',GradientType=1 ); /* IE6-9 */
  display: block;
  padding: 2px;
}
#sponsor .day_block .stage_block .program_section .sponsor_btn01 a .bg {
  display: block;
  width: 100%;
  background-color: #fff;
  color: #333;
  border-radius: 2em;
  padding: 0.9em 0 1em;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
}

#sponsor
  .day_block
  .stage_block
  .program_section
  .speaker_box
  .speaker_block
  .logo01 {
  max-width: 162px;
}
#sponsor
  .day_block
  .stage_block
  .program_section
  .speaker_box
  .speaker_block
  .logo02 {
  max-width: 129px;
}
#sponsor
  .day_block
  .stage_block
  .program_section
  .speaker_box
  .speaker_block
  .logo03 {
  max-width: 231px;
}
#sponsor
  .day_block
  .stage_block
  .program_section
  .speaker_box
  .speaker_block
  .logo04 {
  max-width: 232px;
}
#sponsor
  .day_block
  .stage_block
  .program_section
  .speaker_box
  .speaker_block
  .logo05 {
  max-width: 217px;
}
#sponsor
  .day_block
  .stage_block
  .program_section
  .speaker_box
  .speaker_block
  .logo06 {
  max-width: 112px;
}
#sponsor
  .day_block
  .stage_block
  .program_section
  .speaker_box
  .speaker_block
  .logo07 {
  max-width: 242px;
}
#sponsor
  .day_block
  .stage_block
  .program_section
  .speaker_box
  .speaker_block
  .logo08 {
  max-width: 162px;
}
#sponsor
  .day_block
  .stage_block
  .program_section
  .speaker_box
  .speaker_block
  .logo09 {
  max-width: 240px;
}
#sponsor
  .day_block
  .stage_block
  .program_section
  .speaker_box
  .speaker_block
  .logo10 {
  max-width: 240px;
}
#sponsor
  .day_block
  .stage_block
  .program_section
  .speaker_box
  .speaker_block
  .logo11 {
  max-width: 233px;
}
#sponsor
  .day_block
  .stage_block
  .program_section
  .speaker_box
  .speaker_block
  .logo12 {
  max-width: 233px;
}
#sponsor
  .day_block
  .stage_block
  .program_section
  .speaker_box
  .speaker_block
  .logo13 {
  max-width: 233px;
}
#sponsor
  .day_block
  .stage_block
  .program_section
  .speaker_box
  .speaker_block
  .logo14 {
  max-width: 186px;
}
#sponsor
  .day_block
  .stage_block
  .program_section
  .speaker_box
  .speaker_block
  .logo15 {
  max-width: 204px;
}
#sponsor
  .day_block
  .stage_block
  .program_section
  .speaker_box
  .speaker_block
  .logo16 {
  max-width: 136px;
}

#sponsor
  .day_block
  .stage_block
  .program_section
  .speaker_box
  .speaker_block
  .logo01
  img,
#sponsor
  .day_block
  .stage_block
  .program_section
  .speaker_box
  .speaker_block
  .logo02
  img {
  height: 129px;
  object-fit: contain;
}
#sponsor
  .day_block
  .stage_block
  .program_section
  .speaker_box
  .speaker_block
  .logo03
  img,
#sponsor
  .day_block
  .stage_block
  .program_section
  .speaker_box
  .speaker_block
  .logo04
  img,
#sponsor
  .day_block
  .stage_block
  .program_section
  .speaker_box
  .speaker_block
  .logo05
  img {
  height: 99px;
  object-fit: contain;
}
#sponsor
  .day_block
  .stage_block
  .program_section
  .speaker_box
  .speaker_block
  .logo06
  img,
#sponsor
  .day_block
  .stage_block
  .program_section
  .speaker_box
  .speaker_block
  .logo07
  img,
#sponsor
  .day_block
  .stage_block
  .program_section
  .speaker_box
  .speaker_block
  .logo08
  img {
  height: 116px;
  object-fit: contain;
}
#sponsor
  .day_block
  .stage_block
  .program_section
  .speaker_box
  .speaker_block
  .logo09
  img,
#sponsor
  .day_block
  .stage_block
  .program_section
  .speaker_box
  .speaker_block
  .logo10
  img,
#sponsor
  .day_block
  .stage_block
  .program_section
  .speaker_box
  .speaker_block
  .logo11
  img,
#sponsor
  .day_block
  .stage_block
  .program_section
  .speaker_box
  .speaker_block
  .logo12
  img {
  height: 94px;
  object-fit: contain;
}
#sponsor
  .day_block
  .stage_block
  .program_section
  .speaker_box
  .speaker_block
  .logo13
  img,
#sponsor
  .day_block
  .stage_block
  .program_section
  .speaker_box
  .speaker_block
  .logo14
  img,
#sponsor
  .day_block
  .stage_block
  .program_section
  .speaker_box
  .speaker_block
  .logo15
  img,
#sponsor
  .day_block
  .stage_block
  .program_section
  .speaker_box
  .speaker_block
  .logo16
  img {
  height: 124px;
  object-fit: contain;
}
#sponsor
  .day_block
  .stage_block
  .program_section
  .speaker_box
  .speaker_block
  .logo19
  img,
#sponsor
  .day_block
  .stage_block
  .program_section
  .speaker_box
  .speaker_block
  .logo20
  img,
#sponsor
  .day_block
  .stage_block
  .program_section
  .speaker_box
  .speaker_block
  .logo21
  img,
#sponsor
  .day_block
  .stage_block
  .program_section
  .speaker_box
  .speaker_block
  .logo22
  img {
  height: 60px;
  object-fit: contain;
}
#sponsor
  .day_block
  .stage_block
  .program_section
  .speaker_box
  .speaker_block
  .logo23 {
  max-width: 162px;
}
#sponsor
  .day_block
  .stage_block
  .program_section
  .speaker_box
  .speaker_block
  .logo23
  img {
  height: 134px;
  object-fit: contain;
}

#sponsor .day_block .stage_block.main h4 {
  color: #88282c;
}
#sponsor .day_block .stage_block.main .program_section h5 {
  background-color: #88282c;
}
#sponsor .day_block .stage_block.agora h4 {
  color: #182563;
}
#sponsor .day_block .stage_block.agora .program_section h5 {
  background-color: #182563;
}

#map {
  margin-top: 100px;
}
#map .map_img {
  max-width: 746px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
#map .map_txt {
  max-width: 750px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  text-align: right;
}
#map .map_txt span {
  font-size: 14px;
  border: 1px solid #e60012;
  color: #e60012;
  padding: 0.2em 0.7em 0.3em;
}
#map .map_txt_box {
  max-width: 746px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 54px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#map .map_txt_box .map_txt_block:nth-child(2n + 1) {
  width: 54.6%;
}
#map .map_txt_box .map_txt_block:nth-child(2n) {
  width: 40.6%;
}
#map .map_txt_box .map_txt_block:nth-child(n + 3) {
  margin-top: 24px;
}
#map .map_txt_box .map_txt_block h3 {
  font-size: 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#map .map_txt_box .map_txt_block h3 .icon {
  width: 30px;
  display: inline-block;
  margin-right: 4px;
}
#map .map_txt_box .map_txt_block h3 .txt {
  display: inline-block;
  letter-spacing: -0.05em;
}

#map .map_txt_box #map_a h3 .txt {
  color: #e9589a;
}
#map .map_txt_box #map_b h3 .txt {
  color: #ef7f42;
}
#map .map_txt_box #map_c h3 .txt {
  color: #00baef;
}
#map .map_txt_box #map_d h3 .txt {
  color: #6fba2c;
}
#map .map_txt_box #map_e h3 .txt {
  color: #4e85c0;
}
#map .map_txt_box #map_f h3 .txt {
  color: #7c4497;
}
#map .map_txt_box #map_g h3 .txt {
  color: #fbc93e;
}

#map .map_btn {
  max-width: 420px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 55px;
}
#map .map_btn a {
  display: block;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  border-radius: 2em;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2dc8f0+30,1e44a7+100 */
  background: #2dc8f0; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #2dc8f0 30%,
    #1e44a7 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #2dc8f0 30%,
    #1e44a7 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #2dc8f0 30%,
    #1e44a7 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2dc8f0', endColorstr='#1e44a7',GradientType=1 ); /* IE6-9 */
  display: block;
  padding: 2px;
}
#map .map_btn a .bg {
  display: block;
  width: 100%;
  background-color: #fff;
  color: #333;
  border-radius: 2em;
  padding: 0.9em 0 1em;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1060px) {
  #sponsor {
    margin-top: 7.1vw;
  }
  #sponsor .day_block {
    margin-top: 2.8vw;
  }
  #sponsor .day_block + .day_block {
    margin-top: 7.5vw;
  }
  #sponsor .day_block h3 {
    font-size: 3.7vw;
  }
  #sponsor .day_block h3 .day02 {
    font-size: 1.4vw;
  }
  #sponsor .day_block h3 .title_txt01 {
    font-size: 2vw;
  }
  #sponsor .day_block .stage_block {
    margin-top: 2.8vw;
  }
  #sponsor .day_block .stage_block + .stage_block {
    margin-top: 5.7vw;
  }
  #sponsor .day_block .stage_block h4 {
    font-size: 1.7vw;
  }
  #sponsor .day_block .stage_block .program_section + .program_section {
    margin-top: 4.7vw;
  }
  #sponsor .day_block .stage_block .program_section h5 {
    font-size: 1.4vw;
    margin-bottom: 2.4vw;
  }
  #sponsor .day_block .stage_block .program_section h5 .time {
    font-size: 1.2vw;
  }
  #sponsor .day_block .stage_block .program_section .speaker {
    font-size: 1.2vw;
  }
  #sponsor .day_block .stage_block .program_section .speaker_box {
    margin-top: 1.4vw;
  }
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .pho {
    max-width: 11.2vw;
    width: 100%;
  }
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .txt_box
    + .txt_box {
    margin-left: 2.4vw;
  }
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .txt_box
    .txt01 {
    font-size: 1.5vw;
  }
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .txt_box
    .txt02 {
    font-size: 1.2vw;
  }

  #sponsor .day_block .stage_block .program_section .speaker_box hr.tate {
    margin: 0 20/10.6vw;
  }
  #sponsor .day_block .stage_block .program_section .speaker_box hr.yoko {
    margin: 2.4vw auto;
  }

  #sponsor .day_block .stage_block .program_section .sponsor_btn01 {
    max-width: 29.9vw;
    width: 100%;
    margin-top: 5.2vw;
  }
  #sponsor .day_block .stage_block .program_section .sponsor_btn01 a {
    font-size: 1.9vw;
  }
  #sponsor .day_block .stage_block .program_section .sponsor_btn01 a .bg {
    font-size: 1.9vw;
  }

  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .logo01 {
    max-width: 15.2vw;
  }
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .logo02 {
    max-width: 12.1vw;
  }
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .logo03 {
    max-width: 21.8vw;
  }
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .logo04 {
    max-width: 21.9vw;
  }
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .logo05 {
    max-width: 20.5vw;
  }
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .logo06 {
    max-width: 10.6vw;
  }
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .logo07 {
    max-width: 22.8vw;
  }
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .logo08 {
    max-width: 15.3vw;
  }
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .logo09 {
    max-width: 22.6vw;
  }
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .logo10 {
    max-width: 22.6vw;
  }
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .logo11 {
    max-width: 22vw;
  }
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .logo12 {
    max-width: 22vw;
  }
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .logo13 {
    max-width: 22vw;
  }
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .logo14 {
    max-width: 17.5vw;
  }
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .logo15 {
    max-width: 19.2vw;
  }
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .logo16 {
    max-width: 12.8vw;
  }

  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .logo01
    img,
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .logo02
    img {
    height: 12.2vw;
  }
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .logo04
    img,
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .logo05
    img {
    height: 9.3vw;
  }
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .logo06
    img,
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .logo07
    img,
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .logo08
    img {
    height: 10.9vw;
  }
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .logo09
    img,
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .logo10
    img,
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .logo11
    img,
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .logo12
    img {
    height: 8.9vw;
  }
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .logo13
    img,
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .logo14
    img,
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .logo15
    img,
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .logo16
    img {
    height: 11.7vw;
  }
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .logo19
    img,
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .logo20
    img,
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .logo21
    img,
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .logo22
    img {
    height: 5.8px;
  }
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .logo23 {
    max-width: 15.2vw;
  }
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .logo23
    img {
    height: 12.6vw;
  }
}

@media screen and (max-width: 900px) {
  .mv {
    margin-bottom: 8.4vw;
  }
  .mv .movie_box #top_moive {
    width: 210%;
    height: auto;
  }

  .thanks .thanks_ttl {
    width: 100%;
  }
  .thanks .thanks_block {
    margin-top: 10vw;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .thanks .thanks_block_per {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
    border-bottom: 1px solid #000;
    padding-bottom: 5vw;
    margin-bottom: 5vw;
  }
  .thanks .thanks_sns {
    margin-top: 16vw;
    width: 100%;
  }
  .thanks .thanks_sns_link {
    padding-bottom: 22vw;
  }
  .thanks .thanks_block_num .num {
    font-size: 17vw;
  }
  .thanks .thanks_block_num .unit {
    font-size: 6vw;
  }
  .thanks_pdfBtn {
    margin-top: 14vw;
  }
  .thanks_pdfBtn a span {
    font-size: 5vw;
  }

  .about_contents .txt02 {
    font-size: 4vw;
    margin-bottom: 6vw;
  }
  .about_contents .logo {
    width: 90.9%;
  }
  .about_contents .txt01 {
    font-size: 5.1vw;
    line-height: 2em;
    text-align: justify;
    margin-top: 8.8vw;
    letter-spacing: -0.05em;
  }
  .about_contents .btn01 {
    width: 57.3%;
    margin-top: 6.4vw;
  }

  .concept {
    margin-top: 13.3vw;
  }

  .news_box {
    margin-top: 12.8vw;
    display: block;
  }
  .news_box .news_block {
    width: 100%;
  }
  .news_box .news_block + .news_block {
    margin-top: 10.4vw;
  }
  .news_box .news_block h2 {
    font-size: 4.5vw;
    margin-bottom: 0.5em;
  }
  .news_box .news_block .line {
    margin-bottom: 5.3vw;
  }
  .news_box .news_block li a {
    font-size: 3vw;
    padding: 3vw 0;
  }
  .news_box .news_block li a .date {
    width: 20%;
    padding-left: 0em;
    padding-right: 0em;
  }
  .news_box .news_block li a .title {
    width: 79%;
  }
  .news_box .news_block .link {
    font-size: 3vw;
    margin-top: 1.2em;
  }
  .news_box .news_block .link a {
    background-size: 1.5vw auto;
    background-position: right 0.6em;
  }

  .components {
    margin-top: 12.9vw;
  }
  .components h2.stitle {
    margin-bottom: 6.6vw;
  }
  .components .list01 {
    display: block;
  }
  .components .list01 li {
    width: 100%;
  }
  .components .list01 li:nth-child(2n) {
    margin-left: 0;
  }
  .components .list01 li:nth-child(n + 2) {
    margin-top: 3.3vw;
  }
  .components .list01 li a .ban_txt .en {
    padding-left: 10.9vw;
    font-size: 4.5vw;
    line-height: 1.2em;
  }
  .components .list01 li a .ban_txt .en .icon {
    width: 8.2vw;
  }
  .components .list01 li a .ban_txt .jp {
    font-size: 3.5vw;
    margin-top: 0.6em;
  }
  .components .list02 {
    margin-top: 3.3vw;
    display: block;
  }
  .components .list02 li {
    width: 100%;
  }
  .components .list02 li + li {
    margin-top: 3.3vw;
  }
  .components .list02 li a .ban_txt {
    font-size: 3.8vw;
    line-height: 1.3em;
  }
  #speaker #speaker_slide,
  #exhibitors #exhibitors_slide,
  #news #news_slide {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8vw;
  }
  #speaker #speaker_slide .speaker_block,
  #exhibitors #exhibitors_slide .exhibitors_block,
  #news #news_slide .news_block {
    width: 81.2%;
    background-color: #f9f9f9;
    margin-left: 8vw;
    margin-right: 8vw;
  }
  #speaker #speaker_slide .speaker_block a,
  #exhibitors #exhibitors_slide .exhibitors_block .slide_bg,
  #news #news_slide .news_block a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 5.3vw 8.2vw 8.4vw;
  }
  #speaker #speaker_slide .speaker_block .pho01 {
    width: 32vw;
  }
  #speaker #speaker_slide .speaker_block .pho01 img {
    height: 38.4vw;
  }
  #speaker #speaker_slide .speaker_block .company {
    font-size: 3.5vw;
  }
  #speaker #speaker_slide .speaker_block .position {
    font-size: 2.9vw;
  }
  #speaker #speaker_slide .speaker_block .name {
    font-size: 4.8vw;
  }
  #speaker #speaker_slide .speaker_block h3 {
    font-size: 4.8vw;
  }
  #speaker #speaker_slide .speaker_block .logo01 {
    width: 35.9vw;
    margin-top: 1vw;
  }
  #speaker #speaker_slide .speaker_block .more,
  #exhibitors #exhibitors_slide .exhibitors_block .more,
  #news #news_slide .news_block .more {
    right: 2vw;
    bottom: 1.8vw;
    font-size: 2.9vw;
    padding-right: 1.1em;
    line-height: 1.2em;
    background-size: 1.3vw auto;
    background-position: right 1.2vw;
  }
  #speaker .link01,
  #exhibitors .link01,
  #news .link01 {
    width: 100%;
    margin-top: 2vw;
  }
  #speaker .link01 a,
  #exhibitors .link01 a,
  #news .link01 a {
    font-size: 3.3vw;
    padding-right: 1.1em;
    background-size: 1.4vw auto;
    background-position: right 2.4vw;
  }
  #speaker .link01 a + a,
  #exhibitors .link01 a + a,
  #news .link01 a + a {
    margin-left: 1em;
  }

  #speaker,
  #exhibitors,
  #news {
    margin-top: 12.8vw;
  }
  #exhibitors #exhibitors_slide .exhibitors_block .slide_bg {
    display: block;
    width: 100%;
    position: relative;
    padding: 9.1vw 6vw 8.7vw;
  }
  #exhibitors #exhibitors_slide .exhibitors_block .pho01 {
    width: 44.3vw;
  }
  #exhibitors #exhibitors_slide .exhibitors_block .pho01 img {
    height: 29.3vw;
  }
  #exhibitors #exhibitors_slide .exhibitors_block h3 {
    font-size: 3.2vw;
  }
  #exhibitors #exhibitors_slide .exhibitors_block .category_txt {
    font-size: 2.9vw;
    font-weight: 500;
    margin-top: 0.8em;
    margin-left: -0.5em;
  }
  #exhibitors #exhibitors_slide .exhibitors_block .category {
    font-size: 3.6vw;
  }
  #exhibitors #exhibitors_slide .exhibitors_block .desc {
    font-size: 3.5vw;
  }

  #news #news_slide .news_block a {
    padding: 2.4vw 2.4vw 11.7vw;
  }
  #news #news_slide .news_block .pho01 img {
    height: 40vw;
  }
  #news #news_slide .news_block .date,
  #news #news_slide .news_block h3 {
    width: 92%;
  }
  #news #news_slide .news_block .date {
    font-size: 3.5vw;
    margin-top: 4.3vw;
  }
  #news #news_slide .news_block h3 {
    font-size: 3.5vw;
  }

  #aichi {
    padding: 0.7vw;
    margin-top: 12vw;
  }
  #aichi h2 {
    font-size: 5.2vw;
    line-height: 1.4em;
    letter-spacing: 0;
    padding: 0.9em 0 1em;
  }
  #aichi .content {
    max-width: none;
    width: 83.3%;
    padding: 4.9vw 0 8.9vw;
  }
  #aichi .a_txt01 {
    font-size: 4vw;
    line-height: 1.5em;
  }
  #aichi .pho_list {
    margin-top: 5.3vw;
  }
  #aichi .pho_list li {
    width: 46.3%;
  }
  #aichi .pho_list li:nth-child(n + 3) {
    margin-top: 5.3vw;
  }
  #aichi .aichi_bus {
    margin-top: 8vw;
    flex-direction: column;
  }
  #aichi .aichi_bus .aichi_bus_fb {
    width: 100%;
  }
  #aichi .aichi_bus .aichi_bus_qrArea a {
    pointer-events: unset;
  }
  #aichi .aichi_bus .aichi_bus_qrArea .txt {
    font-size: 2.5vw;
    margin-top: 1vw;
  }
  #aichi .aichi_bus .aichi_bus_txtArea {
    width: 100%;
    margin-top: 4vw;
  }
  #aichi .aichi_bus .aichi_bus_txtArea p {
    font-size: 3.2vw;
  }
  #aichi .aichi_bus .aichi_bus_btn {
    width: 90%;
    margin-top: 4vw;
  }
  #aichi .aichi_bus .aichi_bus_btn a {
    font-size: 3.5vw;
    padding: 2px;
  }
  #aichi .aichi_bus .aichi_bus_btn a .bg {
    font-size: 3.5vw;
    padding: 0.45em 0;
  }

  #sponsor {
    margin-top: 12.8vw;
  }
  #sponsor .day_block {
    margin-top: 6.7vw;
  }
  #sponsor .day_block + .day_block {
    margin-top: 15.3vw;
  }
  #sponsor .day_block h3 {
    font-size: 9.7vw;
  }
  #sponsor .day_block h3 .day02 {
    font-size: 4vw;
  }
  #sponsor .day_block h3 .title_txt01 {
    font-size: 5.3vw;
    margin-left: 0;
    display: inline-block;
    padding-top: 1em;
  }
  #sponsor .day_block .stage_block {
    margin-top: 7.53vw;
  }
  #sponsor .day_block .stage_block + .stage_block {
    margin-top: 10vw;
  }
  #sponsor .day_block .stage_block h4 {
    font-size: 4.8vw;
    line-height: 1.5em;
  }
  #sponsor .day_block .stage_block .program_section + .program_section {
    margin-top: 9.3vw;
  }
  #sponsor .day_block .stage_block .program_section h5 {
    font-size: 4vw;
    line-height: 1.4em;
    margin-bottom: 4.3vw;
    padding: 0.4em 0.7em 0.5em;
  }
  #sponsor .day_block .stage_block .program_section h5 .time {
    font-size: 3.5vw;
    width: 100%;
  }
  #sponsor .day_block .stage_block .program_section h5 .title {
    width: 100%;
    margin-top: 0.2em;
  }
  #sponsor .day_block .stage_block .program_section .speaker {
    font-size: 3.5vw;
    margin-bottom: 1.2em;
  }
  #sponsor .day_block .stage_block .program_section .speaker_box {
    margin-top: 3.3vw;
    display: block;
  }
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block {
    width: 100%;
  }
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block.seaker_logo_block {
    width: 100%;
  }
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block.seaker_logo_block.seaker_blogo_block {
    width: 100%;
  }
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block.seaker_logo_block.seaker_slogo_block {
    width: 100%;
  }
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block.seaker_logo_block {
    display: block;
    text-align: center;
  }
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .pho {
    max-width: none;
    width: 30.1vw;
    margin-left: auto;
    margin-right: auto;
  }
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .logo {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .txt_box {
    width: 100%;
    margin-top: 3.7vw;
  }
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .txt_box
    + .txt_box {
    margin: 0;
    margin-top: 3.7vw;
  }
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .txt_box
    .txt01 {
    font-size: 3.9vw;
  }
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .txt_box
    .txt02 {
    font-size: 3.3vw;
    line-height: 1.5em;
  }
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block.seaker_logo_block
    .txt_box {
    display: inline-block;
  }

  #sponsor .day_block .stage_block .program_section .speaker_box hr.tate,
  #sponsor .day_block .stage_block .program_section .speaker_box hr.yoko,
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block.seaker_logo_block.seaker_slogo_block
    + hr.tate {
    display: block;
    width: 100%;
    height: 1.2px;
    margin: 7vw auto;
  }

  #sponsor .day_block .stage_block .program_section .sponsor_btn01 {
    max-width: none;
    width: 70.7vw;
    margin-top: 6vw;
  }
  #sponsor .day_block .stage_block .program_section .sponsor_btn01 a {
    font-size: 3.7vw;
    padding: 2px;
  }
  #sponsor .day_block .stage_block .program_section .sponsor_btn01 a .bg {
    font-size: 3.7vw;
  }

  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block320,
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block370,
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block530 {
    width: 100%;
  }

  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .logo01 {
    max-width: 40.8vw;
  }
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .logo02 {
    max-width: 32.7vw;
  }
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .logo03 {
    max-width: 58.5vw;
  }
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .logo04 {
    max-width: 58.5vw;
  }
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .logo05 {
    max-width: 59.9vw;
  }
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .logo06 {
    max-width: 33.3vw;
  }
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .logo07 {
    max-width: 67.9vw;
  }
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .logo08 {
    max-width: 41.9vw;
  }
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .logo09 {
    max-width: 65.5vw;
  }
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .logo10 {
    max-width: 65.6vw;
  }
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .logo11 {
    max-width: 56.5vw;
  }
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .logo12 {
    max-width: 58.9vw;
  }
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .logo13 {
    max-width: 63.6vw;
  }
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .logo14 {
    max-width: 49.1vw;
  }
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .logo15 {
    max-width: 55.7vw;
  }
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .logo16 {
    max-width: 36.7vw;
  }
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .logo19 {
    max-width: 70vw;
  }
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .logo20 {
    max-width: 80vw;
  }
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .logo21 {
    max-width: 60vw;
  }
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .logo22 {
    max-width: 56vw;
  }

  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .logo01
    img,
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .logo02
    img,
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .logo04
    img,
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .logo05
    img,
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .logo06
    img,
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .logo07
    img,
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .logo08
    img,
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .logo09
    img,
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .logo10
    img,
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .logo11
    img,
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .logo12
    img,
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .logo13
    img,
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .logo14
    img,
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .logo15
    img,
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .logo16
    img,
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .logo19
    img,
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .logo20
    img,
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .logo21
    img,
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .logo22
    img {
    height: auto;
  }
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .logo23 {
    max-width: 40.8vw;
  }
  #sponsor
    .day_block
    .stage_block
    .program_section
    .speaker_box
    .speaker_block
    .logo23
    img {
    height: auto;
  }
  #map {
    margin-top: 13.3vw;
  }
  #map .map_img {
    width: 100%;
    margin-top: 8vw;
  }
  #map .map_txt {
    max-width: none;
    width: 100%;
    margin-top: 6vw;
  }
  #map .map_txt span {
    font-size: 2.8vw;
    text-align: center;
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  #map .map_txt_box {
    margin-top: 8vw;
    display: block;
  }
  #map .map_txt_box .map_txt_block:nth-child(2n + 1),
  #map .map_txt_box .map_txt_block:nth-child(2n) {
    width: 100%;
  }
  #map .map_txt_box .map_txt_block:nth-child(n + 2) {
    margin-top: -0.8vw;
  }
  #map .map_txt_box .map_txt_block h3 {
    font-size: 4vw;
    padding-bottom: 3.7vw;
    margin-bottom: 4.7w;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  #map .map_txt_box .map_txt_block h3 .icon {
    width: 10%;
    margin-right: 4px;
  }
  #map .map_txt_box .map_txt_block h3 .txt {
    width: 88%;
    letter-spacing: -0.05em;
  }
  #map .map_btn {
    max-width: none;
    width: 70.7vw;
    margin-top: 6vw;
  }
  #map .map_btn a {
    font-size: 3.7vw;
    padding: 2px;
  }
  #map .map_btn a .bg {
    font-size: 3.7vw;
  }
}