/*** THEME ***/
/*** THEME ***/
#body-wrapper .exhibitorlist {
  letter-spacing: -0.5em;
}
#body-wrapper .exhibitorlist article {
  display: inline-block;
  vertical-align: top;
  font-size: 0.75rem;
  line-height: 1em;
  letter-spacing: 0;
  color: #FFF;
  margin-bottom: 2.25rem;
}
#body-wrapper .exhibitorlist article a {
  display: block;
  background-image: url("");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  background-color: #f1f1f1;
}
#body-wrapper .exhibitorlist article a::before {
  content: "";
  display: block;
  padding-top: 100%;
}
#body-wrapper .exhibitorlist article a::after {
  content: "";
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition-property: background-color;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-delay: 0;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-property: background-color;
  -moz-transition-duration: 0.2s;
  -moz-transition-delay: 0;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-property: background-color;
  -o-transition-duration: 0.2s;
  -o-transition-delay: 0;
  -o-transition-timing-function: ease-in-out;
  transition-property: background-color;
  transition-duration: 0.2s;
  transition-delay: 0;
  transition-timing-function: ease-in-out;
  z-index: 1;
}
#body-wrapper .exhibitorlist article a .icon {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  z-index: 2;
}
#body-wrapper .exhibitorlist article a .icon::before {
  content: "";
  display: block;
  background-color: #e60000;
  width: 5.5em;
  height: 4.5833333333em;
  transform: translateY(-50%) skewY(40deg);
  z-index: -1;
}
#body-wrapper .exhibitorlist article a .icon span {
  position: absolute;
  top: 30%;
  right: 3%;
  transform: translate(-50%, -50%);
  width: 1.5833333333em;
  height: 1.5833333333em;
}
#body-wrapper .exhibitorlist article a .info {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.75rem 0.9375rem;
  text-align: left;
  z-index: 2;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25), 0 0 0.75em rgba(0, 0, 0, 0.8);
}
#body-wrapper .exhibitorlist article a .info .title {
  font-weight: bold;
  margin-bottom: 0.25em;
}
#body-wrapper .exhibitorlist article a .info .terms {
  list-style: none;
  font-size: 0.8333333333em;
}
#body-wrapper .exhibitorlist article a .info .terms li {
  display: inline-block;
}
#body-wrapper .exhibitorlist article a .info .terms li:not(:first-child)::before {
  content: ",";
}
#body-wrapper .exhibitorlist article a:hover::after {
  background-color: rgba(230, 0, 0, 0.25);
}
#body-wrapper .exhibitorlist article .info {
  margin-top: 0.625rem;
  color: #000000;
  text-align: left;
}
#body-wrapper .exhibitorlist article .info .title {
  font-size: 0.9375rem;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 0.625rem;
}
#body-wrapper .exhibitorlist article .info .terms {
  list-style: none;
  font-size: 10px;
}
#body-wrapper .exhibitorlist article .info .terms li {
  display: inline-block;
  border: 1px solid #DDDDDD;
  padding: 0.125rem;
  margin-right: 0.3125rem;
}
#body-wrapper .exhibitorlist article .info .terms li:last-child {
  margin-right: 0;
}
#body-wrapper .exhibitorlist article .info .terms li:not(:first-child)::before {
  content: "";
}
@media only screen and (min-width: 737px) {
  #body-wrapper .exhibitorlist:not(.cols2) article {
    width: 17.6470588235%;
  }
  #body-wrapper .exhibitorlist:not(.cols2) article:not(:nth-child(5n)) {
    padding-right: 2.9411764706%;
  }
  #body-wrapper .exhibitorlist.cols2 article {
    width: 47.1428571429%;
  }
  #body-wrapper .exhibitorlist.cols2 article:nth-child(2n+1) {
    padding-right: 5.7142857143%;
  }
}
@media only screen and (max-width: 736px) {
  #body-wrapper .exhibitorlist article {
    width: 47.1428571429%;
  }
  #body-wrapper .exhibitorlist article:nth-child(2n+1) {
    padding-right: 5.7142857143%;
  }
}
#body-wrapper .nopots {
  margin-bottom: 3.75rem;
  text-align: center;
}

#body-wrapper .top_image {
  width: 100%;
  height: 30rem;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 736px) {
  #body-wrapper .top_image {
    height: 20rem;
  }
}
#body-wrapper .txt_wrap.top h4 {
  font-size: 1.3125rem;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
}
#body-wrapper .txt_wrap.top .lead {
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  line-height: 2;
  max-width: 36.25rem;
  margin: auto;
  margin-top: 1.875rem;
}
#body-wrapper .txt_wrap.top .att {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  line-height: 2;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 1.5625rem;
  color: #FF0000;
  font-weight: bold;
}
#body-wrapper .txt_wrap.top .att svg {
  margin-right: 0.625rem;
  margin-top: 0.3125rem;
}
@media only screen and (max-width: 736px) {
  #body-wrapper .txt_wrap.top h4 {
    font-size: 2.1176470588rem;
  }
  #body-wrapper .txt_wrap.top .lead {
    font-size: 1.6470588235rem;
    margin-top: 2.3529411765rem;
  }
  #body-wrapper .txt_wrap.top .att {
    font-size: 1.4117647059rem;
    margin-top: 2.9411764706rem;
  }
  #body-wrapper .txt_wrap.top .att svg {
    width: 1.6470588235rem;
    min-width: 1.6470588235rem;
    height: auto;
    margin-right: 1.1764705882rem;
    margin-top: 0.5882352941rem;
  }
}
#body-wrapper .search_wrap {
  width: 100%;
  max-width: 60rem;
  margin: 3.75rem auto;
  padding: 1.875rem;
  background-color: #eeeeee;
  box-sizing: border-box;
  /* ===== Select Box ===== */
  /* ----- Select Box Black Panther ----- */
  /*.sel {
    border-bottom: 4px solid rgba(0, 0, 0, 0.3);
  }*/
  /* ----- Select Box Superman ----- */
  /* ===== Keyframes ===== */
}
#body-wrapper .search_wrap h4 {
  font-size: 1.0625rem;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
}
#body-wrapper .search_wrap .morebtn {
  margin-top: 1.875rem;
}
#body-wrapper .search_wrap .morebtn a {
  width: 11.875rem;
}
#body-wrapper .search_wrap #search-form {
  margin-top: 1.25rem;
  text-align: center;
}
#body-wrapper .search_wrap .submit_btn {
  cursor: pointer;
  outline: 0;
  z-index: 2;
  box-sizing: border-box;
  -webkit-appearance: none;
  text-decoration: none;
  position: relative;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  line-height: 1;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #000000;
  border: none;
  width: 5rem;
  height: 1.875rem;
  border-radius: 0.1875rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all .6s;
  transition: all .6s;
}
#body-wrapper .search_wrap .submit_btn:hover {
  color: #FFFFFF;
  background-color: #666666;
}
#body-wrapper .search_wrap .sel {
  display: inline-block;
  width: auto;
  min-width: 9.375rem;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  background-color: #ffffff;
  padding: 0.625rem 0.9375rem;
  padding-right: 1.875rem;
  margin-right: 0.3125rem;
}
#body-wrapper .search_wrap .sel::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.625rem;
  height: 0.4375rem;
  background: url(../img/base/pulldown_off.svg) no-repeat center center;
  background-size: contain;
  right: 0.625rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all .5s;
  transition: all .5s;
}
#body-wrapper .search_wrap .mw_wp_form_preview .sel::before,
#body-wrapper .search_wrap .mw_wp_form_preview .sel.active::before {
  display: none;
}
#body-wrapper .search_wrap .sel.active::before {
  background: url(../img/base/pulldown_on.svg) no-repeat center center;
  background-size: cover;
}
#body-wrapper .search_wrap .sel__placeholder {
  display: block;
  font-size: 0.75rem;
  font-weight: bold;
  white-space: nowrap;
  line-height: 1;
  text-align: left;
  pointer-events: none;
  user-select: none;
  visibility: visible;
}
#body-wrapper .search_wrap .sel.active .sel__placeholder {
  visibility: hidden;
}
#body-wrapper .search_wrap .sel__placeholder::before {
  position: absolute;
  top: 0.625rem;
  bottom: 0;
  left: 0.9375rem;
  right: 0;
  content: attr(data-placeholder);
  visibility: hidden;
}
#body-wrapper .search_wrap .sel.active .sel__placeholder::before {
  display: block;
  font-size: 0.75rem;
  font-weight: bold;
  white-space: nowrap;
  line-height: 1;
  text-align: left;
  pointer-events: none;
  user-select: none;
  visibility: visible;
}
#body-wrapper .search_wrap .sel__box {
  position: absolute;
  top: calc(100%);
  left: 0;
  display: none;
  list-style-type: none;
  text-align: left;
  font-size: 0.75rem;
  background-color: #FFF;
  /*width: calc(100% + 0.2rem);*/
  /*width:100%;*/
  box-sizing: border-box;
  z-index: 100;
}
#body-wrapper .search_wrap .sel.attribute .sel__box {
  z-index: 110;
}
#body-wrapper .search_wrap .sel.date .sel__box {
  z-index: 109;
}
#body-wrapper .search_wrap .sel.genre .sel__box {
  z-index: 108;
}
#body-wrapper .search_wrap .sel.active .sel__box {
  display: block;
  animation: fadeInUp 500ms;
}
#body-wrapper .search_wrap .sel__box__options {
  min-width: 9.375rem;
  box-sizing: border-box;
  display: list-item;
  font-size: 0.75rem;
  font-weight: bold;
  white-space: nowrap;
  line-height: 1;
  padding: 0.625rem 0.9375rem;
  user-select: none;
  border: 1px solid #ffffff;
  margin-top: -1px;
}
#body-wrapper .search_wrap .sel__box__options::after {
  content: '\f00c';
  font-family: 'FontAwesome';
  font-size: 0.5rem;
  margin-left: 5px;
  display: none;
}
#body-wrapper .search_wrap .sel__box__options.selected::after {
  display: inline;
}
#body-wrapper .search_wrap .sel__box__options:hover {
  background-color: #eeeeee;
}
#body-wrapper .search_wrap .sel__box__options.selected {
  background-color: #eeeeee;
}
#body-wrapper .search_wrap .sel--black-panther {
  z-index: 3;
  padding-left: 1rem;
}
#body-wrapper .search_wrap .sel--black-panther.active {
  z-index: 4;
}
#body-wrapper .search_wrap .sel--superman {
  /*   display: none; */
  z-index: 2;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@media only screen and (max-width: 736px) {
  #body-wrapper .search_wrap {
    width: 114%;
    margin: 7.0588235294rem auto 5.8823529412rem;
    margin-left: -7%;
    padding: 4.7058823529rem 2.3529411765rem;
  }
  #body-wrapper .search_wrap h4 {
    font-size: 2rem;
  }
  #body-wrapper .search_wrap .morebtn {
    margin-top: 2.3529411765rem;
  }
  #body-wrapper .search_wrap .morebtn a {
    font-size: 2.1176470588rem;
    width: auto;
    border: none;
  }
  #body-wrapper .search_wrap .morebtn a:hover {
    background-color: transparent;
    color: #999999;
  }
  #body-wrapper .search_wrap #search-form {
    margin-top: 2.3529411765rem;
    text-align: center;
  }
  #body-wrapper .search_wrap .submit_btn {
    font-size: 2rem;
    color: #FFFFFF;
    background-color: #000000;
    border: none;
    width: 25.2941176471rem;
    height: 5.8823529412rem;
    border-radius: 0.7058823529rem;
    margin-top: 3.5294117647rem;
  }
  #body-wrapper .search_wrap .submit_btn:hover {
    color: #FFFFFF;
    background-color: #666666;
  }
  #body-wrapper .search_wrap .sel {
    display: block;
    width: 100%;
    padding: 1.7647058824rem 1.7647058824rem;
    padding-right: 7.0588235294rem;
    margin-right: 0;
    margin-bottom: 1.1764705882rem;
  }
  #body-wrapper .search_wrap .sel::before {
    width: 1.4117647059rem;
    height: 0.9411764706rem;
    right: 2.9411764706rem;
  }
  #body-wrapper .search_wrap .sel__placeholder::before {
    top: 1.7647058824rem;
    left: 1.7647058824rem;
  }
  #body-wrapper .search_wrap .sel.active .sel__box {
    width: 100%;
    padding-top: 0.5882352941rem;
    padding-bottom: 0.5882352941rem;
  }
  #body-wrapper .search_wrap .sel__box__options {
    width: 100%;
    padding: 1.1764705882rem 1.7647058824rem;
    font-size: 2rem;
  }
  #body-wrapper .search_wrap .sel__placeholder {
    font-size: 2rem;
  }
  #body-wrapper .search_wrap .sel.active .sel__placeholder::before {
    font-size: 2rem;
  }
  #body-wrapper .search_wrap .sel__box__options {
    font-size: 2rem;
  }
}
#body-wrapper .area_map {
  padding-top: 3.75rem;
  margin-bottom: 5.625rem;
}
#body-wrapper .area_map .base {
  width: 63.75rem;
  max-width: 100%;
  margin: auto;
}
#body-wrapper .area_map .base .map_base {
  position: relative;
}
#body-wrapper .area_map .base .map_base::before {
  content: "";
  display: block;
  padding-top: 66.6666666667%;
}
#body-wrapper .area_map .base .map_base iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#body-wrapper .area_map .base .map_link {
  text-align: right;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  line-height: 1em;
  margin-top: 1em;
}
#body-wrapper .area_map .base .map_link a {
  -webkit-transition-property: color;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-delay: 0;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-property: color;
  -moz-transition-duration: 0.2s;
  -moz-transition-delay: 0;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-property: color;
  -o-transition-duration: 0.2s;
  -o-transition-delay: 0;
  -o-transition-timing-function: ease-in-out;
  transition-property: color;
  transition-duration: 0.2s;
  transition-delay: 0;
  transition-timing-function: ease-in-out;
}
#body-wrapper .area_map .base .map_link a:hover {
  color: rgba(0, 0, 0, 0.6);
}
@media only screen and (max-width: 736px) {
  #body-wrapper .area_map .base .map_base::before {
    padding-top: 100%;
  }
  #body-wrapper .area_map .base .map_link {
    padding-right: 2em;
  }
}
#body-wrapper .exhibitorlist article .info {
  margin-top: 0.625rem;
  color: #000000;
  text-align: left;
}
#body-wrapper .exhibitorlist article .info .title {
  font-size: 0.9375rem;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 0.625rem;
}
#body-wrapper .exhibitorlist article .info .terms {
  list-style: none;
  font-size: 10px;
}
#body-wrapper .exhibitorlist article .info .terms li {
  display: inline-block;
  border: 1px solid #DDDDDD;
  padding: 0.125rem;
  margin-right: 0.3125rem;
  margin-bottom: 0.3125rem;
}
#body-wrapper .exhibitorlist article .info .terms li:last-child {
  margin-right: 0;
}
#body-wrapper .exhibitorlist article .info .terms li:not(:first-child)::before {
  content: "";
}
@media only screen and (max-width: 736px) {
  #body-wrapper .exhibitorlist article .info {
    margin-top: 1.1764705882rem;
  }
  #body-wrapper .exhibitorlist article .info .title {
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 0.9411764706rem;
  }
  #body-wrapper .exhibitorlist article .info .terms {
    list-style: none;
    font-size: 10px;
  }
  #body-wrapper .exhibitorlist article .info .terms li {
    padding: 0.3529411765rem;
    padding-top: 0.4117647059rem;
    line-height: 1;
  }
  #body-wrapper .exhibitorlist article .info .terms li:last-child {
    margin-right: 0;
  }
  #body-wrapper .exhibitorlist article .info .terms li:not(:first-child)::before {
    content: "";
  }
}
