@charset "UTF-8";
/*　sass import　/　*/
/*　web font import　/　*/
/*　/ web font import　*/
/* common sass / */
/* / common sass */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
/*　/ sass import　*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

sup {
  vertical-align: super;
  font-size: 1.2rem;
}

sub {
  vertical-align: baseline;
  font-size: 1.2rem;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

a {
  color: #170062;
}

.hover_anim:hover {
  opacity: 0.8;
  transition: 0.5s;
}

.youtube_ctn {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube_ctn iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.google_map {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.google_map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.indent {
  padding-left: 1.4em;
  text-indent: -1.4em;
}

.d_flex {
  display: flex;
}

.align_items_center {
  align-items: center;
}

.h100 {
  height: 100%;
}

.ta_center {
  text-align: center !important;
}

.ta_right {
  text-align: right !important;
}

.ba_middle {
  vertical-align: middle !important;
}

.mb_2lh {
  margin-bottom: 3.2em !important;
}

.mb_lh {
  margin-bottom: 1.6em;
}

.mb_0 {
  margin-bottom: 0 !important;
}

.mt_5lh {
  margin-top: 8em !important;
}

.mt_3lh {
  margin-top: 4.8em !important;
}

.mt_2lh {
  margin-top: 3.2em !important;
}

.mt_lh {
  margin-top: 1.6em;
}

.mt_05rem {
  margin-top: 0.5rem;
}

.mt_nagative_1em {
  margin-top: -1em;
}

.common_ul {
  list-style: disc outside;
  margin-bottom: 1.6em;
}
.common_ul li {
  margin-left: 1.6em;
  line-height: 1.6em;
}

.common_ul_square {
  list-style-type: square;
  list-style-position: outside;
  margin-bottom: 1.6em;
}
.common_ul_square li {
  margin-left: 1.6em;
  line-height: 1.6em;
}

.common_ol {
  list-style: outside decimal;
  margin-bottom: 1.6em;
}
.common_ol li {
  margin-left: 1.6em;
  line-height: 1.6em;
}

.indent_ul {
  margin-left: 1em;
}
.indent_ul li {
  text-indent: -1em;
  line-height: 1.6em;
}

.indent_ul05 {
  margin-left: 0.5em;
}
.indent_ul05 li {
  text-indent: -0.5em;
  line-height: 1.6em;
}

.indent_ul2 {
  margin-left: 2em;
}
.indent_ul2 li {
  text-indent: -2em;
  line-height: 1.6em;
}

.indent_ul25 {
  margin-left: 2.5em;
}
.indent_ul25 li {
  text-indent: -2.5em;
  line-height: 1.6em;
}

.list_thumbnail2 {
  display: flex;
}

.link_icon:before {
  display: inline-block;
  height: 1.6em;
  width: 1.6em;
  border-radius: 50%;
  line-height: 1.6em;
  text-align: center;
  background-color: #e50012;
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
  font-weight: 700;
  content: ">";
  margin-right: 10px;
}

.w6em {
  width: 6em;
}

.w10em {
  width: 10em;
}

.attention_color {
  color: #e50012;
}

.va_middle {
  vertical-align: middle !important;
}

.fw_normal {
  font-weight: normal !important;
}

/*--=== SP ONLY max-width: 767px ===-- / */
@media screen and (max-width: 767px) {
  html {
    font-size: 62.5%;
    background-color: #fff;
  }

  body {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", YuGothic, sans-serif;
    color: #333333;
    font-size: 1.3rem;
    -webkit-text-size-adjust: 100%;
  }

  /*#gnav_button / */
  #gnav_button {
    display: block;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1000;
    background-color: transparent;
    transition: 0.5s;
  }
  #gnav_button span {
    display: block;
    background: #333333;
    width: 24px;
    height: 4px;
    position: absolute;
    left: 11px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
  }
  #gnav_button span:first-child {
    top: 10px;
  }
  #gnav_button span:nth-child(2) {
    margin-top: -2px;
    top: 50%;
  }
  #gnav_button span:last-child {
    bottom: 10px;
  }

  #gnav_button.active {
    background-color: #fff;
    transition: 0.5s;
  }
  #gnav_button.active span:first-child {
    transform: translateY(12px) rotate(45deg);
  }
  #gnav_button.active span:nth-child(2) {
    opacity: 0;
  }
  #gnav_button.active span:last-child {
    transform: translateY(-12px) rotate(-45deg);
  }

  /* / #gnav_button */
  .header_ctn {
    background-color: #f2f2f2;
  }

  .header_inner {
    position: relative;
  }
  .header_inner .header_title {
    height: 48px;
    max-width: calc(100% - 60px);
  }
  .header_inner .header_title a {
    display: block;
    padding: 15px 0 3px 5px;
  }
  .header_inner .header_title a img {
    width: 261px;
    max-height: 30px;
  }

  #gnav_ctn {
    display: none;
    padding-bottom: 50px;
  }
  #gnav_ctn a {
    text-decoration: none;
    color: #333333;
    display: block;
    font-size: 14px;
  }

  .gnav_sub {
    display: none;
  }

  #gnav_pc {
    display: none;
  }

  #gnav_sp {
    background-color: #fff;
    padding: 10px 5% 0 5%;
    width: 100%;
    display: block;
    font-weight: 700;
  }
  #gnav_sp > li {
    position: relative;
    transition: background-color 0.5s;
    display: block;
    border-bottom: 1px dotted #333333;
    padding: 3px 0;
  }
  #gnav_sp > li:last-child {
    border-bottom: none;
  }
  #gnav_sp > li > a {
    display: block;
    padding: 10px 0 10px 10px;
    font-size: 15px;
    border-left: 10px solid transparent;
  }
  #gnav_sp > li > a br {
    display: none;
  }
  #gnav_sp > li > ul {
    display: none;
    transition: 0.3s;
  }
  #gnav_sp > li > ul > li {
    width: 100%;
    border-top: 1px dotted #333333;
  }
  #gnav_sp > li > ul > li > a {
    display: block;
    padding: 10px 0 10px 25px;
    font-size: 13px;
    text-decoration: none;
  }

  .sub_navi_ctn {
    margin-top: 20px;
  }
  .sub_navi_ctn .exhibitor_language {
    width: 100%;
    padding: 0 5%;
    display: flex;
  }
  .sub_navi_ctn .exhibitor_language > li {
    width: 50%;
    text-align: center;
    position: relative;
    transition: background-color 0.5s;
  }
  .sub_navi_ctn .exhibitor_language > li.exhibitor a {
    background-color: #b3b3b3;
  }
  .sub_navi_ctn .exhibitor_language > li.language a {
    background-color: #dbdbdb;
  }
  .sub_navi_ctn .exhibitor_language > li > a {
    padding: 10px 15px;
    display: block;
    vertical-align: middle;
    text-align: center;
    color: #333333;
    transition: color 0.5s;
    text-decoration: none;
  }
  ul.sp_gnav_sub_menu {
    background-color: #f2f2f2;
    padding: 0 5% 0 5%;
    width: 100%;
    display: block;
  }
  ul.sp_gnav_sub_menu > li {
    position: relative;
    transition: background-color 0.5s;
    display: block;
    border-bottom: 1px dotted #333333;
    padding: 3px 0;
  }
  ul.sp_gnav_sub_menu > li:last-child {
    border-bottom: none;
  }
  ul.sp_gnav_sub_menu > li > a {
    display: block;
    padding: 10px 0 10px 10px;
    font-size: 14px;
    border-left: 10px solid transparent;
  }
  ul.sp_gnav_sub_menu > li > a br {
    display: none;
  }
  ul.sp_gnav_sub_menu > li > ul {
    display: none;
    transition: 0.3s;
  }
  ul.sp_gnav_sub_menu > li > ul > li {
    width: 100%;
    border-top: 1px dotted #333333;
  }
  ul.sp_gnav_sub_menu > li > ul > li > a {
    display: block;
    padding: 5px 0 5px 25px;
    font-size: 12px;
    text-decoration: none;
  }

  .footer_sub_nav {
    display: none;
  }

  ul#exhibitor_press_select > li {
    position: relative;
    transition: background-color 0.5s;
    display: block;
    border-bottom: 1px dotted #666666;
    padding: 3px 0;
  }
  ul#exhibitor_press_select > li:last-child {
    border-bottom: none;
  }
  ul#exhibitor_press_select > li > a {
    display: block;
    padding: 5px 0 5px 10px;
    color: #000;
    font-size: 14px;
    border-left: 10px solid transparent;
    text-decoration: none;
  }
  ul#exhibitor_press_select > li > a br {
    display: none;
  }
  ul#exhibitor_press_select ul#sp_gnav_sub_menu {
    background-color: #666666;
    padding: 0 5% 0 5%;
    width: 100%;
    display: block;
  }
  ul#exhibitor_press_select ul#sp_gnav_sub_menu > li {
    position: relative;
    transition: background-color 0.5s;
    display: block;
    border-bottom: 1px dotted #fff;
    padding: 3px 0;
  }
  ul#exhibitor_press_select ul#sp_gnav_sub_menu > li:last-child {
    border-bottom: none;
  }
  ul#exhibitor_press_select ul#sp_gnav_sub_menu > li > a {
    display: block;
    padding: 5px 0 5px 10px;
    font-size: 14px;
    border-left: 10px solid transparent;
  }
  ul#exhibitor_press_select ul#sp_gnav_sub_menu > li > a br {
    display: none;
  }
  ul#exhibitor_press_select ul#sp_gnav_sub_menu > li > ul {
    display: none;
    transition: 0.3s;
  }
  ul#exhibitor_press_select ul#sp_gnav_sub_menu > li > ul > li {
    width: 100%;
    border-top: 1px dotted #fff;
  }
  ul#exhibitor_press_select ul#sp_gnav_sub_menu > li > ul > li > a {
    display: block;
    padding: 5px 0 5px 25px;
    font-size: 12px;
    text-decoration: none;
  }

  #home #gnav_sp li.home > a {
    border-left: 10px solid #e50012;
  }

  #outline #gnav_sp li.outline > a {
    border-left: 10px solid #e50012;
  }

  #ticket #gnav_sp li.ticket > a {
    border-left: 10px solid #e50012;
  }

  #access #gnav_sp li.access > a {
    border-left: 10px solid #e50012;
  }

  #gallery #gnav_sp li.gallery > a {
    border-left: 10px solid #e50012;
  }

  #showguide #gnav_sp li.showguide > a {
    border-left: 10px solid #e50012;
  }

  #event #gnav_sp li.event > a {
    border-left: 10px solid #e50012;
  }

  #guide_book #gnav_sp li.guide_book > a {
    border-left: 10px solid #e50012;
  }

  #press_release #gnav_sp li.press_release > a {
    border-left: 10px solid #e50012;
  }

  #history #gnav_sp li.history > a {
    border-left: 10px solid #e50012;
  }

  #program #gnav_sp li.program > a {
    border-left: 10px solid #e50012;
  }

  #contents_ctn {
    width: 100%;
    padding: 0 5%;
    background-color: #f2f2f2;
  }
  #contents_ctn #contents {
    width: 100%;
    background-color: #fff;
    padding: 10px 2.5% 50px 2.5%;
  }

  #page_top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99999;
  }
  #page_top a {
    z-index: 99999;
    display: inline-block;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    background-color: #e50012;
    color: #fff;
    font-size: 1.6rem;
    text-decoration: none;
    font-weight: 700;
  }

  .footer_nav {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 1.1rem;
  }
  .footer_nav li {
    display: inline-block;
  }
  .footer_nav li a {
    display: inline-block;
    text-decoration: none;
    color: #333333;
  }
  .footer_nav li:after {
    content: "|";
    margin: 0 10px;
  }
  .footer_nav li:nth-child(3):after {
    content: "";
    margin: 0 20px;
  }
  .footer_nav li.hide_button:after {
    content: "";
    margin: 0 20px;
  }
  .footer_nav li.hide_button a {
    cursor: default;
  }

  .footer_nav2 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 1.3rem;
  }
  .footer_nav2 li {
    display: inline-block;
  }
  .footer_nav2 li a {
    display: inline-block;
    text-decoration: none;
    color: #333333;
  }
  .footer_nav2 li:after {
    margin: 0 20px;
  }
  .footer_nav2 li:last-child:after {
    content: "";
    margin: 0;
  }

  footer {
    text-align: center;
    margin-top: 100px;
  }
  footer .footer_OICA {
    width: 60%;
    display: block;
    margin: 0 auto;
  }
  footer .footer_jama {
    width: 80%;
    display: block;
    margin: 50px auto;
  }
  footer .footer_contact {
    color: #333333;
    font-size: 1.4rem;
    margin: 100px 0;
  }

  #all_nav {
    display: none;
  }

  /* common class / */
  .sp_none {
    display: none !important;
  }

  .fs_xs {
    font-size: 1rem !important;
  }

  .fs_s {
    font-size: 1.1rem !important;
  }

  .fs_l {
    font-size: 1.5rem !important;
  }

  /* / common class */
}
/*--=== / SP ONLY max-width: 767px ===-- */
/*--=== PC ONLY min-width: 768px ===-- / */
@media print, screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
    background-color: #fff;
  }

  body {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", YuGothic, sans-serif;
    color: #333333;
    font-size: 1.5rem;
  }

  .header_ctn {
    background-color: rgba(242, 242, 242, 0.95);
    position: fixed;
    z-index: 10000;
    width: 100%;
    top: 0;
    left: 0;
  }

  .header_inner {
    width: 100%;
    max-width: 1440px;
    min-width: 1100px;
    margin: 0 auto;
    padding: 0 0 0 15px;
    display: flex;
    align-items: center;
    position: relative;
  }
  .header_inner .header_title {
    width: 18%;
  }
  .header_inner .header_title a {
    padding: 15px 0 5px 0;
    display: block;
  }
  .header_inner .header_title a img {
    width: 350px;
  }
  .header_inner #gnav_button {
    display: none;
  }
  .header_inner #gnav_ctn {
    flex: 1;
    height: 100%;
    display: flex;
    align-items: flex-end;
    line-height: 1;
    font-weight: 700;
  }
  .header_inner #gnav_ctn #gnav_sp {
    display: none;
  }
  .header_inner #gnav_ctn .gnav {
    padding: 0 1em;
    display: flex;
    flex: 1;
  }
  .header_inner #gnav_ctn .gnav > li {
    display: inline-block;
    text-align: center;
    transition: background-color 0.5s;
    margin-left: 1.5rem;
  }
  .header_inner #gnav_ctn .gnav > li:hover > a {
    transition: background-color 0.5s;
    background-color: #3b3b3b;
    color: #fff;
  }
  .header_inner #gnav_ctn .gnav > li:hover > a:after {
    transition: background-color 0.5s;
    background-color: #3b3b3b !important;
    color: #fff;
  }
  .header_inner #gnav_ctn .gnav > li > a {
    font-size: 1.4rem;
    height: 100%;
    padding: 15px 10px;
    height: 50px;
    width: 100%;
    display: block;
    vertical-align: middle;
    text-align: center;
    color: #333333;
    transition: color 0.5s;
    text-decoration: none;
    border-bottom: 10px solid transparent;
  }
  .header_inner #gnav_ctn .gnav > li .gnav_sub_ctn {
    position: absolute;
    z-index: 100001;
    visibility: hidden;
    opacity: 0;
    background-color: #3b3b3b;
    width: 100%;
    left: 0;
    top: 100%;
    padding: 20px 20px 10px 20px;
  }
  .header_inner #gnav_ctn .gnav > li .gnav_sub_ctn .gnav_sub_title {
    color: #fff;
    margin-bottom: 2rem;
    font-size: 2.4rem;
    text-align: left;
  }
  .header_inner #gnav_ctn .gnav > li .gnav_sub_ctn a {
    text-decoration: none;
    color: #333333;
  }
  .header_inner #gnav_ctn .gnav > li .gnav_sub_ctn a:hover {
    opacity: 0.8;
    transition: 0.5s;
  }
  .header_inner #gnav_ctn .gnav > li .gnav_sub_ctn .gnav_sub_type1 {
    padding-left: 450px;
    background-repeat: no-repeat;
    background-size: 400px 255px;
    min-height: 255px;
    text-align: left;
  }
  .header_inner #gnav_ctn .gnav > li .gnav_sub_ctn .gnav_sub_type1.outline {
    background-image: url("/images/gnav_pc/outline_main_pic.png");
    column-count: 1;
  }
  .header_inner #gnav_ctn .gnav > li .gnav_sub_ctn .gnav_sub_type1.outline li {
    width: 80%;
  }
  .header_inner #gnav_ctn .gnav > li .gnav_sub_ctn .gnav_sub_type1.ticket {
    background-image: url("/images/gnav_pc/ticket_main_pic.jpg");
    column-count: 1;
  }
  .header_inner #gnav_ctn .gnav > li .gnav_sub_ctn .gnav_sub_type1.ticket li {
    width: 80%;
  }
  .header_inner #gnav_ctn .gnav > li .gnav_sub_ctn .gnav_sub_type1.showguide {
    background-image: url("/images/gnav_pc/showguide_main_pic.jpg");
    column-count: 1;
  }
  .header_inner #gnav_ctn .gnav > li .gnav_sub_ctn .gnav_sub_type1.showguide li {
    width: 80%;
  }
  .header_inner #gnav_ctn .gnav > li .gnav_sub_ctn .gnav_sub_type1.gallery {
    background-image: url("/images/gnav_pc/gallery_main_pic.jpg");
    column-count: 1;
  }
  .header_inner #gnav_ctn .gnav > li .gnav_sub_ctn .gnav_sub_type1.gallery li {
    width: 80%;
  }
  .header_inner #gnav_ctn .gnav > li .gnav_sub_ctn .gnav_sub_type1 li {
    margin-bottom: 10px;
    page-break-inside: avoid;
    break-inside: avoid;
    display: inline-block;
  }
  .header_inner #gnav_ctn .gnav > li .gnav_sub_ctn .gnav_sub_type1 li.hide_arrow a {
    text-align: center;
    padding-left: 10px !important;
  }
  .header_inner #gnav_ctn .gnav > li .gnav_sub_ctn .gnav_sub_type1 li.hide_arrow a:before {
    display: none;
  }
  .header_inner #gnav_ctn .gnav > li .gnav_sub_ctn .gnav_sub_type1 li.hide_arrow a:after {
    display: none;
  }
  .header_inner #gnav_ctn .gnav > li .gnav_sub_ctn .gnav_sub_type1 li.img75 a img {
    width: 75%;
  }
  .header_inner #gnav_ctn .gnav > li .gnav_sub_ctn .gnav_sub_type1 li a {
    background-color: #fff;
    font-size: 2rem;
    padding: 10px;
    display: block;
    width: 100%;
    position: relative;
    padding-left: 25px;
  }
  .header_inner #gnav_ctn .gnav > li .gnav_sub_ctn .gnav_sub_type1 li a:before {
    content: "";
    display: block;
    background-color: #e50012;
    width: 18px;
    height: calc(100% - 2px);
    left: 1px;
    top: 1px;
    position: absolute;
  }
  .header_inner #gnav_ctn .gnav > li .gnav_sub_ctn .gnav_sub_type1 li a:after {
    content: "";
    display: block;
    left: 7px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fff;
  }
  .header_inner #gnav_ctn .gnav > li .gnav_sub_ctn .gnav_sub_type2 {
    display: flex;
    flex-wrap: wrap;
  }
  .header_inner #gnav_ctn .gnav > li .gnav_sub_ctn .gnav_sub_type2 .gnav_sub_type1 {
    padding-left: 0 !important;
  }
  .header_inner #gnav_ctn .gnav > li .gnav_sub_ctn .gnav_sub_type2 .gnav_sub_type1 > li {
    width: 100%;
  }
  .header_inner #gnav_ctn .gnav > li .gnav_sub_ctn .gnav_sub_type2 .gnav_sub_type1 > li a {
    padding-left: 30px;
  }
  .header_inner #gnav_ctn .gnav > li .gnav_sub_ctn .gnav_sub_type2 > li {
    margin-bottom: 20px;
  }
  .header_inner #gnav_ctn .gnav > li .gnav_sub_ctn .gnav_sub_type2 > li a {
    background-color: #fff;
    height: 100%;
    display: block;
    padding: 5px;
    line-height: 1.6em;
  }
  .header_inner #gnav_ctn .gnav > li .gnav_sub_ctn .gnav_sub_type2 > li a .title {
    padding: 8px 0;
  }
  .header_inner #gnav_ctn .gnav > li .gnav_sub_ctn .gnav_sub_type2 > li a .txt {
    padding: 5px 0;
  }
  .header_inner #gnav_ctn .gnav > li .gnav_sub_ctn .gnav_sub_type2 > li a p {
    padding: 5px;
    font-size: 1.3rem;
    font-weight: normal;
    text-align: left;
    line-height: 1.4;
  }
  .header_inner #gnav_ctn .gnav > li .gnav_sub_ctn .gnav_sub_type2.clm2 > li {
    width: 49%;
    margin-right: 2%;
  }
  .header_inner #gnav_ctn .gnav > li .gnav_sub_ctn .gnav_sub_type2.clm2 > li:nth-child(2n) {
    margin-right: 0;
  }
  .header_inner #gnav_ctn .gnav > li .gnav_sub_ctn .gnav_sub_type2.clm3 > li {
    width: 32%;
    margin-right: 2%;
  }
  .header_inner #gnav_ctn .gnav > li .gnav_sub_ctn .gnav_sub_type2.clm3 > li:nth-child(3n) {
    margin-right: 0;
  }
  .header_inner #gnav_ctn .gnav > li .gnav_sub_ctn .gnav_sub_type2.clm4 > li {
    width: 24%;
    margin-right: 1.333%;
  }
  .header_inner #gnav_ctn .gnav > li .gnav_sub_ctn .gnav_sub_type2.clm4 > li:nth-child(4n) {
    margin-right: 0;
  }
  .header_inner #gnav_ctn .gnav > li .gnav_sub_ctn .gnav_sub_type2.clm6 > li {
    width: 15%;
    margin-right: 2%;
  }
  .header_inner #gnav_ctn .gnav > li .gnav_sub_ctn .gnav_sub_type2.clm6 > li:nth-child(6n) {
    margin-right: 0;
  }
  .header_inner #gnav_ctn .gnav > li .gnav_sub_ctn .gnav_sub_type3 {
    padding-left: 450px;
    background-repeat: no-repeat;
    background-size: 400px 255px;
    min-height: 255px;
    text-align: left;
    display: flex;
  }
  .header_inner #gnav_ctn .gnav > li .gnav_sub_ctn .gnav_sub_type3 .gnav_sub_type1 {
    padding: 0;
    width: 100%;
  }
  .header_inner #gnav_ctn .gnav > li .gnav_sub_ctn .gnav_sub_type3.showguide {
    background-image: url("/images/gnav_pc/showguide_main_pic.jpg");
    column-count: 1;
  }
  .header_inner #gnav_ctn .gnav > li .gnav_sub_ctn .gnav_sub_type3 li {
    margin-bottom: 10px;
    page-break-inside: avoid;
    break-inside: avoid;
    display: block;
    width: 90%;
  }
  .header_inner #gnav_ctn .gnav > li .gnav_sub_ctn .gnav_sub_type3 li.hide_arrow a {
    text-align: center;
    padding-left: 10px !important;
  }
  .header_inner #gnav_ctn .gnav > li .gnav_sub_ctn .gnav_sub_type3 li.hide_arrow a:before {
    display: none;
  }
  .header_inner #gnav_ctn .gnav > li .gnav_sub_ctn .gnav_sub_type3 li.hide_arrow a:after {
    display: none;
  }
  .header_inner #gnav_ctn .gnav > li .gnav_sub_ctn .gnav_sub_type3 li a {
    background-color: #fff;
    font-size: 2.2rem;
    padding: 10px;
    display: block;
    width: 100%;
    position: relative;
    padding-left: 25px;
  }
  .header_inner #gnav_ctn .gnav > li .gnav_sub_ctn .gnav_sub_type3 li a:before {
    content: "";
    display: block;
    background-color: #e50012;
    width: 18px;
    height: calc(100% - 2px);
    left: 1px;
    top: 1px;
    position: absolute;
  }
  .header_inner #gnav_ctn .gnav > li .gnav_sub_ctn .gnav_sub_type3 li a:after {
    content: "";
    display: block;
    left: 7px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fff;
  }
  .header_inner #gnav_ctn .gnav > li .gnav_sub_ctn .clm2_gnav_sub {
    display: flex;
    justify-content: space-between;
  }
  .header_inner #gnav_ctn .gnav > li .gnav_sub_ctn .clm2_gnav_sub > ul:nth-child(1) {
    width: 75%;
  }
  .header_inner #gnav_ctn .gnav > li .gnav_sub_ctn .clm2_gnav_sub > ul:nth-child(2) {
    width: 23%;
    padding-left: 0 !important;
  }
  .header_inner #gnav_ctn .gnav > li .gnav_sub_ctn .clm2_gnav_sub > ul:nth-child(2) > li {
    width: 100%;
  }
  .header_inner #gnav_ctn .gnav > li:hover .gnav_sub_ctn {
    visibility: visible;
    opacity: 1;
    transition: 0.5s;
  }
  .header_inner #gnav_ctn .gnav > li.home {
    display: none !important;
  }
  .header_inner #gnav_ctn .sub_navi_ctn {
    height: 100%;
  }
  .header_inner #gnav_ctn .sub_navi_ctn .exhibitor_language {
    display: flex;
    height: 100%;
  }
  .header_inner #gnav_ctn .sub_navi_ctn .exhibitor_language > li {
    text-align: center;
    position: relative;
    transition: background-color 0.5s;
  }
  .header_inner #gnav_ctn .sub_navi_ctn .exhibitor_language > li.press {
    border-right: 1px dotted #dbdbdb;
  }
  .header_inner #gnav_ctn .sub_navi_ctn .exhibitor_language > li.press a {
    background-color: #000000;
    color: #f2f2f2;
  }
  .header_inner #gnav_ctn .sub_navi_ctn .exhibitor_language > li.exhibitor a {
    background-color: #000000;
    color: #f2f2f2;
  }
  .header_inner #gnav_ctn .sub_navi_ctn .exhibitor_language > li.language a {
    background-color: #808080;
    color: #f2f2f2;
  }
  .header_inner #gnav_ctn .sub_navi_ctn .exhibitor_language > li > a {
    font-size: 1.3rem;
    padding: 21px 15px;
    display: block;
    vertical-align: middle;
    text-align: center;
    color: #333333;
    transition: color 0.5s;
    text-decoration: none;
  }
  .header_inner ul.sp_gnav_sub_menu {
    display: none;
  }

  /* #home ul#gnav_pc > li.home > a {
    border-bottom: 10px solid #333333;
  }

  #outline ul#gnav_pc > li.outline > a {
    border-bottom: 10px solid #333333;
  }

  #ticket ul#gnav_pc > li.ticket > a {
    border-bottom: 10px solid #333333;
  }

  #access ul#gnav_pc > li.access > a {
    border-bottom: 10px solid #333333;
  }

  #gallery ul#gnav_pc > li.gallery > a {
    border-bottom: 10px solid #333333;
  }

  #showguide ul#gnav_pc > li.showguide > a {
    border-bottom: 10px solid #333333;
  }

  #event ul#gnav_pc > li.event > a {
    border-bottom: 10px solid #333333;
  }

  #guide_book ul#gnav_pc > li.guide_book > a {
    border-bottom: 10px solid #333333;
  }

  #press_release ul#gnav_pc > li.press_release > a {
    border-bottom: 10px solid #333333;
  }

  #history ul#gnav_pc > li.history > a {
    border-bottom: 10px solid #333333;
  }

  #program ul#gnav_pc > li.program > a {
    border-bottom: 10px solid #333333;
  } */

  .contents_ctn {
    width: 100%;
    max-width: 1440px;
    min-width: 1100px;
    margin: 0 auto;
    padding: 20px 1.25%;
  }

  .footer_sub_nav {
    margin-top: 100px;
    background-color: rgba(242, 242, 242, 0.95);
  }
  .footer_sub_nav > ul {
    width: 100%;
    max-width: 1440px;
    min-width: 1100px;
    margin: 0 auto;
    padding: 20px 1.25%;
    padding: 0 2.5%;
    display: block;
    text-align: center;
    font-size: 1.4rem;
  }
  .footer_sub_nav > ul > li {
    display: inline-block;
    text-align: center;
    position: relative;
    transition: background-color 0.5s;
  }
  .footer_sub_nav > ul > li:hover {
    background-color: #333333;
  }
  .footer_sub_nav > ul > li:hover a {
    color: #fff;
  }
  .footer_sub_nav > ul > li > a {
    line-height: 1;
    padding: 11px 3vw 11px 3vw;
    display: block;
    vertical-align: middle;
    text-align: center;
    color: #333333;
    font-weight: bold;
    transition: color 0.5s;
    height: 16px;
    box-sizing: content-box;
    background-position: center center;
    background-repeat: no-repeat;
    text-decoration: none;
  }
  .footer_sub_nav > ul > li > a span {
    display: none;
  }
  .footer_sub_nav > ul > li > ul {
    border-bottom: 1px dotted #999999;
    position: absolute;
    z-index: 100001;
    visibility: hidden;
    opacity: 0;
    background-color: #333333;
    line-height: 1.6em;
    width: 100%;
    left: 0;
    bottom: 100%;
  }
  .footer_sub_nav > ul > li > ul > li {
    width: 100%;
    text-align: left;
    border-top: 1px dotted #999999;
    padding: 2px 0;
  }
  .footer_sub_nav > ul > li > ul > li:last-child {
    border-bottom: none;
  }
  .footer_sub_nav > ul > li > ul > li > a {
    display: block;
    padding: 3px 5px 3px 10px;
    font-size: 1.2rem;
    color: #fff;
    text-decoration: none;
    border-left: 7px solid transparent;
  }
  .footer_sub_nav > ul > li > ul > li > a:hover {
    border-left: 7px solid #e50012;
  }
  .footer_sub_nav > ul > li:hover ul {
    visibility: visible;
    opacity: 1;
    transition: 0.5s;
  }
  .footer_sub_nav > ul > li:active ul {
    visibility: visible;
    opacity: 1;
    transition: 0.5s;
  }

  .footer_nav {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 1.3rem;
  }
  .footer_nav li {
    display: inline-block;
  }
  .footer_nav li a {
    display: inline-block;
    text-decoration: none;
    color: #333333;
  }
  .footer_nav li:after {
    content: "|";
    margin: 0 20px;
  }
  .footer_nav li:nth-child(3):after {
    content: "";
    margin: 0 10px;
  }
  .footer_nav li.hide_button:after {
    content: "";
    margin: 0 10px;
  }
  .footer_nav li.hide_button a {
    cursor: default;
  }

  .footer_nav2 {
    text-align: center;
    margin-bottom: 100px;
    font-size: 1.3rem;
  }
  .footer_nav2 li {
    display: inline-block;
  }
  .footer_nav2 li a {
    display: inline-block;
    text-decoration: none;
    color: #333333;
  }
  .footer_nav2 li:after {
    margin: 0 20px;
  }
  .footer_nav2 li:last-child:after {
    content: "";
    margin: 0;
  }

  #page_top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99999;
  }
  #page_top a {
    z-index: 99999;
    display: inline-block;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    background-color: #e50012;
    color: #fff;
    font-size: 1.6rem;
    text-decoration: none;
    font-weight: 700;
  }

  footer {
    text-align: center;
    width: 100%;
    max-width: 1440px;
    min-width: 1100px;
    margin: 0 auto;
    padding: 20px 1.25%;
  }
  footer .footer_OICA {
    width: 445px;
    display: block;
    margin: 0 auto;
  }
  footer .footer_jama {
    width: 600px;
    display: block;
    margin: 50px auto;
  }
  footer .footer_contact {
    color: #333333;
    font-size: 1.6rem;
    margin: 100px 0;
  }

  #all_nav {
    width: 100%;
    max-width: 1440px;
    min-width: 1100px;
    margin: 0 auto;
    padding: 20px 1.25%;
    display: flex;
    padding: 30px;
  }
  #all_nav > ul {
    line-height: 1.6em;
  }
  #all_nav > ul:nth-child(1) {
    width: 30%;
  }
  #all_nav > ul:nth-child(2) {
    width: 30%;
  }
  #all_nav > ul:nth-child(3) {
    width: 25%;
  }
  #all_nav > ul:nth-child(4) {
    width: 15%;
  }
  #all_nav > ul a {
    color: #666;
    vertical-align: middle;
  }
  #all_nav > ul > li {
    margin-bottom: 1.6em;
  }
  #all_nav > ul > li > a {
    font-size: 1.4rem;
    font-weight: bold;
    position: relative;
    display: inline-block;
    padding-right: 20px;
    text-decoration: none;
  }
  #all_nav > ul > li > a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #e50012;
  }
  #all_nav > ul > li > a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1px;
    margin: auto;
    content: "";
    vertical-align: middle;
    box-sizing: border-box;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    border-left: 3px solid #fff;
  }
  #all_nav > ul > li span {
    font-size: 1.4rem;
    font-weight: bold;
  }
  #all_nav > ul > li > ul {
    font-size: 1.2rem;
  }
  #all_nav > ul > li > ul a {
    vertical-align: middle;
    position: relative;
    display: inline-block;
    padding-left: 20px;
    text-decoration: none;
  }
  #all_nav > ul > li > ul a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #e50012;
  }
  #all_nav > ul > li > ul a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 5px;
    box-sizing: border-box;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    border-left: 3px solid #fff;
  }

  /* common class / */
  .pc_none {
    display: none;
  }

  .fs_xs {
    font-size: 1.1rem !important;
  }

  .fs_s {
    font-size: 1.3rem !important;
  }

  .fs_l {
    font-size: 1.7rem !important;
  }

  /* / common class */
}
/*--=== / PC ONLY min-width: 768px ===-- */
/*--=== PC ONLY min-width: 768px ===-- / */
@media screen and (max-height: 736px) {
  .gnav_sub_title {
    display: none;
  }

  .program .gnav_sub_type1 {
    font-size: 1.8rem;
  }

  .img75 img {
    width: 50% !important;
  }
}

/*# sourceMappingURL=common.css.map */
