@charset "UTF-8";
body {
}
.bgWrp {
	background-color: #e7e7e7;
}
/*-----  共通設定  -----*/
.wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
header {
  background-color: #fff;
  padding: 0px !important;
  box-shadow: 5px 0 20px 10px rgba(150, 150, 150, 0.4);
  margin-bottom: 20px;
}
header a {
  color: #4c4c4c;
}
header .leftBlc {
  width: -moz-calc(69.16% - 1px);
  width: -o-calc(69.16% - 1px);
  width: -webkit-calc(69.16% - 1px);
  width: calc(69.16% - 1px);
  border-right: 1px solid #4c4c4c;
}
header .leftBlc h1 {
  width: 52.89%;
  line-height: 1;
  padding-right: 25px;
}
header .leftBlc h1 img {
  width: 100%;
}
header .leftBlc .leftTxt {
  width: -moz-calc(100% - 52.89%);
  width: -o-calc(100% - 52.89%);
  width: -webkit-calc(100% - 52.89%);
  width: calc(100% - 52.89%);
  margin-top: 0px !important;
    padding-top: 20px;
}
header .leftBlc .leftTxt p {
  font-size: 15px;
  display: inline-block;
  margin-right: 10px;
}
header .leftBlc .leftTxt .btnDetail a {
  color: #fff;
  font-size: 13px;
  background-color: #000000;
  line-height: 1;
  padding: 7px 13px;
  display: inline-block;
  border-radius: 5px;
}
header .rightBlc {
  width: -moz-calc(100% - 69.16%);
  width: -o-calc(100% - 69.16%);
  width: -webkit-calc(100% - 69.16%);
  width: calc(100% - 69.16%);
}
header .rightBlc nav {
  text-align: right;
  margin-top: 15px;
}
header .rightBlc nav a {
  display: inline-block;
  font-size: 14px;
  margin-left: 45px;
}
header .rightBlc nav a span {
  display: none;
}
header .rightBlc nav a:nth-child(1) {
  margin-left: 0;
}
header .rightBlc nav a.active {
  color: #ff0125;
  position: relative;
}
header .rightBlc nav a.active span {
  color: #fff;
  background-color: #ff0125;
  font-size: 12px;
  padding-top: 2px;
  letter-spacing: -1px;
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}
header .rightBlc nav a.active:before {
  content: "";
  display: inline-block;
  background-color: #ff0125;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  position: absolute;
  top: -8px;
  right: -8px;
}
footer {
  background-color: #fff;
}
footer .wrapper.flxB {
  padding: 30px 0;
}
footer .wrapper.flxB > div {
  border-right: 1px solid #d4d4d4;
  padding-left: 43px;
}
footer .wrapper.flxB > div p.ttl {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
}
footer .wrapper.flxB > div ul li {
  margin-bottom: 20px;
}
footer .wrapper.flxB > div ul li a {
  color: #555555;
}
footer .wrapper.flxB > div .sns a {
  display: inline-block;
}
footer .wrapper.flxB > div .sns a.lnkYT {
  vertical-align: middle;
}
footer .wrapper.flxB > div .sns a.lnkYT img {
  width: 79px;
  height: auto;
  display: inline-block;
}
footer .wrapper.flxB > div .sns a.lnkFB {
  vertical-align: middle;
}
footer .wrapper.flxB > div .sns a.lnkFB #logo_x5F_fb {
  width: 28px;
  height: auto;
  fill: #555555;
  display: inline-block;
  margin-left: 28px;
}
footer .wrapper.flxB > div:nth-child(1) {
  width: 23.3333%;
  padding-left: 0;
}
footer .wrapper.flxB > div:nth-child(2) {
  width: 26.6666%;
}
footer .wrapper.flxB > div:nth-child(3) {
  width: 26.6666%;
}
footer .wrapper.flxB > div:nth-child(4) {
  width: 23.3333%;
  border-right: none;
}
footer .copy {
  background-color: #303030;
  text-align: center;
  font-size: 14px;
  padding: 30px 0;
  color: #c6c6c6;
}
footer #pageTop {
  position: fixed;
  right: 30px;
  bottom: 80px;
  width: 80px;
  height: 80px;
  z-index: 10;
}
footer #pageTop a img {
  width: 100%;
  height: auto;
}
input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input:focus, button:focus, textarea:focus, select:focus {
  outline: none;
}
input[type="radio"] {
  position: absolute;
  opacity: 0;
}
input[type="radio"] + .radio-label:before {
  content: '';
  background: #ffffff;
  border-radius: 100%;
  /*border: 1px solid darken($color1, 25%);*/
  border: 5px solid #fff !important;
  display: inline-block;
  width: 15px;
  height: 15px;
  position: relative;
  top: 0;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
input[type="radio"]:checked + .radio-label:before {
  background-color: #8a8a8a;
  border: 5px solid #fff;
  /*box-shadow: inset 0 0 0 4px $color1;*/
}
input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: #8a8a8a;
}
input[type="radio"]:disabled + .radio-label:before {
  /* box-shadow: inset 0 0 0 4px $color1;*/
  border: 5px solid #fff;
  border-color: #bfbfbf;
  background: #bfbfbf;
}
input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}
input[type="text"] {
  font-size: 20px;
  background-color: #fff !important;
  padding: 20px 30px;
  border-radius: 30px;
  width: 100%;
  border: none;
}
input[type="password"] {
  font-size: 20px;
  background-color: #fff !important;
  padding: 20px 30px;
  border-radius: 30px;
  width: 100%;
  border: none;
}
input:-internal-autofill-selected {
  background-color: #fff !important;
}
input::placeholder {
  color: #a7a7a7;
}
input::-ms-placeholder {
  color: #a7a7a7;
}
input:-ms-placeholder {
  color: #a7a7a7;
}
input[type="button"]:hover {
  cursor: pointer;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #ffffff;
  background-image: url("../img/common/select_bg.svg") !important;
  background-position: center right 4px;
  background-repeat: no-repeat;
  /*background-size: 12px 25px;*/
  background-size: 9px auto;
  font-size: 16px;
  height: 36px;
  border-radius: 0 !important;
  border: none;
  padding: 5px 28px 5px 10px;
}
select::-ms-expand {
  display: none;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000000;
}
select.off {
  background-color: #ffffff;
  background-image: url("../img/common/select_bg.png") !important;
  border: 2px solid #cecece !important;
}
select.error {
  background-color: #ffffff;
  background-image: url("../img/common/select_bg.png") !important;
  border: 2px solid #e2195b !important;
}
textarea {
  border: none;
  border-radius: 30px;
  padding: 20px;
}
input[type="submit"],
input[type="button"] {
  color: #fff;
  background-color: #43a838;
  padding: 20px 50px;
  font-size: 20px;
  border-radius: 50px;
  border: none;
}
.sysMsg {
  color: #6b6b6b;
  margin: 20px auto;
  padding: 20px 0px;
  border: 2px solid #6b6b6b;
  width: 97%;
  text-align: center;
  background-color: #fff;
  font-weight: bold;
  font-size: 16px;
}
/*-----  PRE  -----*/
.pre {
  /*-----  KV  -----*/
  /*----- bxslider KV  -----*/
  /*-----  CateBlock  -----*/
  /*-----  Contents  -----*/
}
.pre .kv {
  padding-top: 30px;
  padding-bottom: 35px;
}
.pre .kv .slider {
  border-radius: 30px;
}
.pre .kv .slider .swiper-container {
  box-shadow: 0 -5px 10px 7px rgba(150, 150, 150, 0.15), 0 5px 10px 7px rgba(150, 150, 150, 0.15);
  border-radius: 25px;
}
.pre .kv .slider .swiper-container .swiper-wrapper .swiper-slide {
  box-shadow: 5px -5px 10px 7px rgba(150, 150, 150, 0.15), -5px 5px 10px 7px rgba(150, 150, 150, 0.15);
  background-size: cover;
  background-position: center;
}
.pre .kv .slider .swiper-container .swiper-wrapper .swiper-slide:after {
  content: "";
  display: inline-block;
  padding-top: 35%;
}
.pre .kv .slider .swiper-container .swiper-button-prev, .pre .kv .slider .swiper-container .swiper-button-next {
  width: 41px;
  height: 41px;
}
.pre .kv .slider .swiper-container .swiper-button-prev:after {
  content: "";
  display: inline-block;
  width: 41px;
  height: 41px;
  background-image: url("../img/common/arrwL.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.pre .kv .slider .swiper-container .swiper-button-next:after {
  content: "";
  display: inline-block;
  width: 41px;
  height: 41px;
  background-image: url("../img/common/arrwR.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.pre .kv .slider .swiper-container .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 1;
  vertical-align: middle;
}
.pre .kv .slider .swiper-container .swiper-pagination-bullet-active {
  background-color: #000;
  border: 3px solid #fff;
  width: 13px;
  height: 13px;
}
.pre #KV {
  padding-top: 0!important;
  margin-bottom: 35px;
}
.pre #KV .bxslider {
  height: 420px;
  overflow: hidden;
}
.pre #KV .bx-wrapper {
  margin: 0 auto;
}
.pre #KV .bx-wrapper .bx-viewport {
  border-radius: 30px;
  margin-bottom: 0;
  overflow: hidden;
  box-shadow: 0 -5px 10px 7px rgba(150, 150, 150, 0.15), 0 5px 10px 7px rgba(150, 150, 150, 0.15);
}
.pre #KV .bx-wrapper .bx-controls-direction a {
  width: 41px;
  height: 41px;
  margin-top: 0;
  transform: translateY(-50%);
  background-position: center;
  background-size: 100% auto;
  z-index: 5;
}
.pre #KV .bx-wrapper .bx-controls-direction a.bx-next {
  background-image: url("../img/common/arrwR.png");
}
.pre #KV .bx-wrapper .bx-controls-direction a.bx-prev {
  background-image: url("../img/common/arrwL.png");
}
.pre #KV .bx-wrapper .bx-pager.bx-default-pager {
  bottom: 4px !important;
}
.pre #KV .bx-wrapper .bx-pager.bx-default-pager a {
  background-color: #ffffff !important;
  border-radius: 15px;
}
.pre #KV .bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: #000000 !important;
  border: 3px solid #ffffff;
  border-radius: 15px;
  width: 15px;
  height: 15px;
}
.pre #KV .bx-wrapper .bx-controls-auto {
  bottom: 4px !important;
}
.pre #KV .bxslider div.mvmv .mvIn iframe {
  height: 420px;
  width: 746.69px;
  left: 50%;
  transform: translateX(-50%);
}
.pre #KV .bxslider div.mv {
  background-color: #000;
  /*
              position: relative;
              width: 100%;
              .btnImg {
                position: absolute;
                top: 0;
                left: 0;
                z-index: 10;
                img {
                  width: 100%;
                }
              }
      */
}
.pre #KV .bxslider div.mv .mvIn iframe {
  height: 420px;
  width: 746.69px;
  left: 50%;
  transform: translateX(-50%);
}
.pre .cateBlc {
  margin-bottom: 35px;
}
.pre .cateBlc .wrapper span {
  display: inline-block;
  text-align: center;
  font-size: 13px;
  color: #fff;
  background-color: #5e5e5e;
  padding: 10px 0;
  line-height: 1;
  border-radius: 17.5px;
  width: 10%;
  margin-right: 1.25%;
}
.pre .cateBlc .wrapper span:last-child {
  margin-right: 0;
}
.pre .cateBlc .wrapper span:hover {
  cursor: pointer;
  opacity: 0.8;
}
.pre .con h2 {
  font-size: 20px;
  color: #43a838;
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
}
.pre .con h2:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #43a838;
  border: 7px solid #b4ceb1;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.pre .con .flxB div.box {
  width: 46.666%;
  margin-bottom: 80px;
  margin-right: 6.668%;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 5px -5px 5px 3px rgba(150, 150, 150, 0.1), -5px 5px 5px 3px rgba(150, 150, 150, 0.1);
  overflow: hidden;
  position: relative;
  line-height: 1;
}
.pre .con .flxB div.box .flxB {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pre .con .flxB div.box .flxB > div {
  width: 50%;
}
.pre .con .flxB div.box .flxB .img > div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 50%;
}
.pre .con .flxB div.box .flxB .txt {
  padding: 25px 30px;
  position: relative;
  line-height: 1.6;
}
.pre .con .flxB div.box .flxB .txt .cName {
  font-size: 17px;
  text-align: center;
  margin-bottom: 20px;
}
.pre .con .flxB div.box .flxB .txt .statusBox {
  padding: 5px 0;
  position: relative;
  border: 1px solid #b7b7b7;
  margin-bottom: 20px;
  position: relative;
}
.pre .con .flxB div.box .flxB .txt .statusBox p {
  text-align: center;
  font-size: 14px;
}
.pre .con .flxB div.box .flxB .txt .statusBox p.st01 {
  color: #8d8d8d;
}
.pre .con .flxB div.box .flxB .txt .statusBox p.st02 {
  color: #000;
}
.pre .con .flxB div.box .flxB .txt .statusBox:after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  background-color: #b7b7b7;
  border-radius: 100%;
  border: 5px solid #fff;
  position: absolute;
  right: -12px;
  top: -12px;
}
.pre .con .flxB div.box .flxB .txt .introTxt {
  border-left: 1px solid #000;
  padding-left: 5px;
  margin-bottom: 20px;
  /*
                        max-height: 11.0em;
                        overflow-y: hidden;
          */
}
.pre .con .flxB div.box .flxB .txt .brandBox .ttl {
  margin-bottom: 10px;
}
.pre .con .flxB div.box .flxB .txt .brandBox .ttl p {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  display: inline-block;
}
.pre .con .flxB div.box .flxB .txt .brandBox .ttl span {
  color: #fff;
  background-color: #5e5e5e;
  line-height: 1;
  padding: 4px 15px 4px 28px;
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
  border-radius: 5px;
  background-image: url("../img/common/icon_search.svg");
  background-size: 17px auto;
  background-repeat: no-repeat;
  background-position: left 8px center;
}
.pre .con .flxB div.box .flxB .txt .brandBox .bName span:after {
  content: "/";
  display: inline-block;
  margin: 0 3px;
}
.pre .con .flxB div.box .flxB .txt .btnLnk {
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 30px;
  left: 0;
}
.pre .con .flxB div.box .flxB .txt .btnLnk a {
  color: #fff;
  background-color: #6d6d6d;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  padding: 10px 0;
  border-radius: 17.5px;
  width: 78.57%;
  display: inline-block;
}
.pre .con .flxB div.box.active .flxB .txt .statusBox {
  border: 1px solid #43a838;
}
.pre .con .flxB div.box.active .flxB .txt .statusBox p {
  color: #43a838;
}
.pre .con .flxB div.box.active .flxB .txt .statusBox:after {
  background-color: #43a838;
}
.pre .con .flxB div.box.active .flxB .txt .btnLnk a {
  background-color: #43a838;
}
.pre .con .flxB div.box:before {
  content: "";
  display: inline-block;
  padding-top: 100%;
  width: 100%;
  line-height: 1;
}
.pre .con .flxB div.box:nth-child(2n) {
  margin-right: 0;
}
.pre .stBox {
  padding-bottom: 15px;
}
.pre .stBox .mvSt {
  width: 50%;
}
.pre .stBox .mvSt .status {
  color: #ff0125;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  padding-left: 35px;
  vertical-align: middle;
}
.pre .stBox .mvSt .status:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #fd5c31;
  border: 7px solid #feb6a3;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.pre .stBox .mvSt .statusQ {
  color: #fff;
  background-color: #ff0125;
  font-size: 15px;
  line-height: 1;
  padding: 5px 15px;
  border-radius: 7px;
  margin-left: 15px;
  vertical-align: middle;
}
.pre .stBox .lnktopics {
  text-align: right;
  width: 50%;
}
.pre .stBox .lnktopics a {
  color: #ff0125;
  font-size: 15px;
  line-height: 1;
  background-color: #fff;
  padding: 3px 30px;
  position: relative;
  border: 1px solid #ff0125;
  border-radius: 3px;
  display: inline-block;
  margin: 4px 0 0 auto;
	vertical-align: middle;
}
.pre .stBox .lnktopics a:after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 100%;
  background-color: #ff0125;
  position: absolute;
  right: -6.5px;
  top: -6.5px;
}

/*-----  TOP  -----*/
.top {
  /*	.mvBlc:after {
  		content: "";
  		display: inline-block;
  		width: 100%;
  		padding-top: 39.1666%;
  	}*/
}
.top .stBox {
  padding-bottom: 15px;
}
.top .stBox .mvSt {
  width: 50%;
}
.top .stBox .mvSt .status {
  color: #ff0125;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  padding-left: 40px;
  vertical-align: middle;
}
.top .stBox .mvSt .status:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #fd5c31;
  border: 10px solid #feb6a3;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.top .stBox .mvSt .statusQ {
  color: #fff;
  background-color: #ff0125;
  font-size: 15px;
  line-height: 1;
  padding: 5px 15px;
  border-radius: 7px;
  margin-left: 15px;
  vertical-align: middle;
}
.top .stBox .lnktopics {
  text-align: right;
  width: 50%;
}
.top .stBox .lnktopics a {
  color: #ff0125;
  font-size: 15px;
  line-height: 1;
  background-color: #fff;
  padding: 3px 30px;
  position: relative;
  border: 1px solid #ff0125;
  border-radius: 3px;
  display: inline-block;
  margin: 4px 0 0 auto;
}
.top .stBox .lnktopics a:after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 100%;
  background-color: #ff0125;
  position: absolute;
  right: -6.5px;
  top: -6.5px;
}
.top .mvBlc .mvFrm {
  position: relative;
  box-shadow: 0 -5px 10px 7px rgba(150, 150, 150, 0.15), 0 5px 10px 7px rgba(150, 150, 150, 0.15);
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
  line-height: 1;
}
.top .mvBlc .mvFrm .flxB {
  /*
            position: absolute;
            left: 0;
            top: 0;
      */
  width: 100%;
  height: 469px;
}
.top .mvBlc .mvFrm .flxB .lnktopics {
  width: 50%;
}
.top .mvBlc .mvFrm .flxB .ytBlc {
  width: 69.5%;
}
.top .mvBlc .mvFrm .flxB .ytBlc iframe {
  width: 100%;
  height: -moz-calc(100% + 1px);
  height: -o-calc(100% + 1px);
  height: -webkit-calc(100% + 1px);
  height: calc(100% + 1px);
}
.top .mvBlc .mvFrm .flxB .chatBlc {
  width: -moz-calc(100% - 69.5%);
  width: -o-calc(100% - 69.5%);
  width: -webkit-calc(100% - 69.5%);
  width: calc(100% - 69.5%);
}
.top .mvBlc .mvFrm .flxB .chatBlc .spInner {
  height: 100%;
}
.top .mvBlc .mvFrm .flxB .chatBlc iframe {
  width: 100%;
  height: -moz-calc(100% + 1px);
  height: -o-calc(100% + 1px);
  height: -webkit-calc(100% + 1px);
  height: calc(100% + 1px);
}
.top .mvBlc .mblBlc {
  display: none;
}
.top .mvBlc.ChatNone {
  padding: 0;
}
.top .mvBlc.ChatNone .mvFrm {
  border-radius: 0;
}
.top .mvBlc.ChatNone .mvFrm .flxB .ytBlc {
  width: 100%;
}
.top .mvBlc.ChatNone .mvFrm .flxB .ytBlc iframe {
  height: 100%;
}
.top .mvBlc.ChatNone .mvFrm .flxB .chatBlc {
  display: none;
}
.top .con > .wrapper {
  width: 1200px;
}
.top .con .exhibitorBlc {
  /*width: 26.666%;*/
  width: 100%;
}
.top .con .exhibitorBlc .ttlBlc {
  margin-bottom: 15px;
}
.top .con .exhibitorBlc .ttlBlc .ttl {
  color: #366e30;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  padding-left: 40px;
  vertical-align: middle;
}
.top .con .exhibitorBlc .ttlBlc .ttl:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #43a838;
  border: 10px solid #b4ceb1;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.top .con .exhibitorBlc .ttlBlc a {
  color: #366e30;
  background-color: #fff;
  border: 1px solid #366e30;
  font-size: 15px;
  line-height: 1;
  padding: 3px 10px;
  border-radius: 7px;
  margin-left: 15px;
  vertical-align: middle;
}
.top .con .exhibitorBlc .comBlc {
  width: 20%;
  width: 75%;
  margin-bottom: 35px;
  display: inline-block;
  margin-right: 6.2%;
}
.top .con .exhibitorBlc .comBlc .comBox {
  background-color: #fff;
  /*border-radius: 20px;*/
  border-radius: 30px;
  box-shadow: 0 -5px 5px 5px rgba(150, 150, 150, 0.1), 0 5px 5px 5px rgba(150, 150, 150, 0.1);
  overflow: hidden;
  position: relative;
  margin-bottom: 5px;
}
.top .con .exhibitorBlc .comBlc .comBox .inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.top .con .exhibitorBlc .comBlc .comBox .inner .upBox {
  width: 100%;
  height: 50%;
}
.top .con .exhibitorBlc .comBlc .comBox .inner .upBox .cName {
  font-size: 16px;
  color: #fff;
  position: absolute;
  top: 25%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  text-shadow: 0px 0px 6px #020000;
}
.top .con .exhibitorBlc .comBlc .comBox .inner .upBox .flxB {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
}
.top .con .exhibitorBlc .comBlc .comBox .inner .upBox .flxB > div {
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.top .con .exhibitorBlc .comBlc .comBox .inner .upBox:before {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.top .con .exhibitorBlc .comBlc .comBox .inner .upBox:after {
  content: "";
  display: block;
  padding-top: 50%;
}
.top .con .exhibitorBlc .comBlc .comBox .inner .btmBox {
  text-align: center;
  padding-top: 15px;
}
.top .con .exhibitorBlc .comBlc .comBox .inner .btmBox .txt01 {
  color: #8d8d8d;
  margin-bottom: 3px;
}
.top .con .exhibitorBlc .comBlc .comBox .inner .btmBox .txt02 {
  color: #333;
  margin-bottom: 15px;
}
.top .con .exhibitorBlc .comBlc .comBox .inner .btmBox a {
  background-color: #6d6d6d;
  color: #fff;
  width: 79.1666%;
  display: inline-block;
  border-radius: 20px;
  padding: 7px 0;
}
.top .con .exhibitorBlc .comBlc .comBox:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.top .con .exhibitorBlc .comBlc .comBox:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #c4c4c4;
  border: 3px solid #fff;
  border-radius: 100%;
  position: absolute;
  top: 13px;
  right: 13px;
  z-index: 2;
}
.top .con .exhibitorBlc .comBlc .searchB {
  padding: 5px 0;
  text-align: center;
  vertical-align: middle;
}
.top .con .exhibitorBlc .comBlc .searchB #icon_search {
  vertical-align: middle;
  margin-top: -4px;
}
.top .con .exhibitorBlc .comBlc .searchB #icon_search .cls-1, .top .con .exhibitorBlc .comBlc .searchB #icon_search .cls-2 {
  fill: #676767;
}
.top .con .exhibitorBlc .comBlc .searchB #icon_search .cls-1 {
  stroke: #676767;
}
.top .con .exhibitorBlc .comBlc .searchB #icon_search .cls-1 {
  fill-opacity: 0;
  stroke-linejoin: round;
  stroke-width: 2px;
}
.top .con .exhibitorBlc .comBlc .searchB #icon_search .cls-2 {
  fill-rule: evenodd;
}
.top .con .exhibitorBlc .comBlc .searchB a {
  background-color: #fff;
  border: 1px solid #333;
  color: #333;
  line-height: 1;
  padding: 2px 5px;
  border-radius: 4px;
  margin-left: 7px;
}
.top .con .exhibitorBlc .comBlc.active .comBox .inner .btmBox .txt01 {
  color: #43a838;
}
.top .con .exhibitorBlc .comBlc.active .comBox .inner .btmBox .txt02 {
  color: #43a838;
}
.top .con .exhibitorBlc .comBlc.active .comBox .inner .btmBox a {
  background-color: #43a838;
}
.top .con .exhibitorBlc .comBlc.active .comBox:before {
  background-color: #43a838;
}
.top .con .exhibitorBlc .comBlc:nth-child(4n) {
  margin-bottom: 0;
}
.top .con .exhibitorBlc .timeTbl {
  width: 73.333%;
  float: right;
}
.top .con .exhibitorBlc .timeTbl .ttlBlc .ttl {
  color: #2660ad;
}
.top .con .exhibitorBlc .timeTbl .ttlBlc .ttl:before {
  background-color: #2660ad;
  border: 10px solid #b6cae4;
}
.top .con .exhibitorBlc .timeTbl .ttlBlc a {
  color: #2660ad;
  border: 1px solid #2660ad;
}
.top .con .exhibitorBlc .timeTbl .inner {
  border-radius: 20px;
  box-shadow: 0 -5px 5px 5px rgba(150, 150, 150, 0.1), 0 5px 5px 5px rgba(150, 150, 150, 0.1);
  overflow: hidden;
}
.top .con .exhibitorBlc .timeTbl .inner table {
  width: 100%;
}
.top .con .exhibitorBlc .timeTbl .inner table thead th {
  width: 30%;
  background-color: #ecf3fd;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  padding: 15px 0;
  border-bottom: 1px solid #b0b0b0;
  border-right: 1px solid #b0b0b0;
}
.top .con .exhibitorBlc .timeTbl .inner table thead th p.day {
  font-size: 14px;
  font-weight: 700;
  border-top: 1px solid #4468a1;
  border-bottom: 1px solid #4468a1;
  color: #4468a1;
  display: inline-block;
  padding: 3px 7px;
  margin-bottom: 8px;
}
.top .con .exhibitorBlc .timeTbl .inner table thead th:nth-child(1) {
  width: 10%;
  background-color: #6e8ab5;
  border: none;
}
.top .con .exhibitorBlc .timeTbl .inner table thead th:nth-child(4) {
  border-right: none;
}
.top .con .exhibitorBlc .timeTbl .inner table tbody tr th {
  background-color: #6e8ab5;
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: normal;
  position: relative;
}
.top .con .exhibitorBlc .timeTbl .inner table tbody tr th span {
  position: absolute;
  top: -7px;
  left: 0;
  width: 100%;
}
.top .con .exhibitorBlc .timeTbl .inner table tbody tr td {
  text-align: center;
  font-size: 11px;
  padding: 6px 5px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #b0b0b0;
  background-color: #fff;
  vertical-align: middle;
  word-break: break-all;
}
.top .con .exhibitorBlc .timeTbl .inner table tbody tr:nth-child(even) td {
  background-color: #f9f9f9;
}
.top .con .exhibitorBlc .timeTbl .inner table tbody tr:nth-child(4n) td {
  border-bottom: 1px solid #b0b0b0;
}
.top .con .exhibitorBlc .timeTbl .inner table tbody tr:nth-child(29) td:last-child {
  background-color: #fff;
  border-bottom: none;
}
.top .con .exhibitorBlc .timeTbl .inner table tbody tr:nth-child(30) td:last-child {
  background-color: #fff;
  border-bottom: none;
}
.top .con .exhibitorBlc .timeTbl .inner table tbody tr:nth-child(31) td:last-child {
  background-color: #fff;
  border-bottom: none;
}
.top .con .exhibitorBlc .timeTbl .inner table tbody tr:nth-child(32) td:last-child {
  background-color: #fff;
  border-bottom: none;
}
.top .con .exhibitorBlc .timeTbl .inner table tbody tr:nth-child(33) td:last-child {
  background-color: #fff;
  border-bottom: none;
}
.top .con .exhibitorBlc .timeTbl .inner table tbody tr:nth-child(34) td:last-child {
  background-color: #fff;
  border-bottom: none;
}
.top .con .exhibitorBlc .timeTbl .inner table tbody tr:nth-child(35) td:last-child {
  background-color: #fff;
  border-bottom: none;
}
.top .con .exhibitorBlc .timeTbl .inner table tbody tr:nth-child(36) td:last-child {
  background-color: #fff;
}
.top .con .exhibitorBlc .exhiBox {
  width: -moz-calc(100% - 73.333%);
  width: -o-calc(100% - 73.333%);
  width: -webkit-calc(100% - 73.333%);
  width: calc(100% - 73.333%);
}
.top .con .exhiBoxBtm {
  padding-top: 35px;
}
.top .con .exhiBoxBtm .comBlc {
  width: 20%;
  margin-bottom: 35px;
  display: inline-block;
  margin-right: 6.3%;
}
.top .con .exhiBoxBtm .comBlc .comBox {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 -5px 5px 5px rgba(150, 150, 150, 0.1), 0 5px 5px 5px rgba(150, 150, 150, 0.1);
  overflow: hidden;
  position: relative;
  margin-bottom: 5px;
}
.top .con .exhiBoxBtm .comBlc .comBox .inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.top .con .exhiBoxBtm .comBlc .comBox .inner .upBox {
  width: 100%;
  height: 50%;
}
.top .con .exhiBoxBtm .comBlc .comBox .inner .upBox .cName {
  font-size: 16px;
  color: #fff;
  position: absolute;
  top: 25%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
 text-shadow: 0px 0px 6px #020000;
}
.top .con .exhiBoxBtm .comBlc .comBox .inner .upBox .flxB {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
}
.top .con .exhiBoxBtm .comBlc .comBox .inner .upBox .flxB > div {
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.top .con .exhiBoxBtm .comBlc .comBox .inner .upBox:before {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.top .con .exhiBoxBtm .comBlc .comBox .inner .upBox:after {
  content: "";
  display: block;
  padding-top: 50%;
}
.top .con .exhiBoxBtm .comBlc .comBox .inner .btmBox {
  text-align: center;
  padding-top: 15px;
}
.top .con .exhiBoxBtm .comBlc .comBox .inner .btmBox .txt01 {
  color: #8d8d8d;
  margin-bottom: 3px;
}
.top .con .exhiBoxBtm .comBlc .comBox .inner .btmBox .txt02 {
  color: #333;
  margin-bottom: 15px;
}
.top .con .exhiBoxBtm .comBlc .comBox .inner .btmBox a {
  background-color: #6d6d6d;
  color: #fff;
  width: 79.1666%;
  display: inline-block;
  border-radius: 20px;
  padding: 7px 0;
}
.top .con .exhiBoxBtm .comBlc .comBox:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.top .con .exhiBoxBtm .comBlc .comBox:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #c4c4c4;
  border: 3px solid #fff;
  border-radius: 100%;
  position: absolute;
  top: 13px;
  right: 13px;
  z-index: 2;
}
.top .con .exhiBoxBtm .comBlc .searchB {
  padding: 5px 0;
  text-align: center;
  vertical-align: middle;
}
.top .con .exhiBoxBtm .comBlc .searchB #icon_search {
  vertical-align: middle;
  margin-top: -4px;
}
.top .con .exhiBoxBtm .comBlc .searchB #icon_search .cls-1, .top .con .exhiBoxBtm .comBlc .searchB #icon_search .cls-2 {
  fill: #676767;
}
.top .con .exhiBoxBtm .comBlc .searchB #icon_search .cls-1 {
  stroke: #676767;
}
.top .con .exhiBoxBtm .comBlc .searchB #icon_search .cls-1 {
  fill-opacity: 0;
  stroke-linejoin: round;
  stroke-width: 2px;
}
.top .con .exhiBoxBtm .comBlc .searchB #icon_search .cls-2 {
  fill-rule: evenodd;
}
.top .con .exhiBoxBtm .comBlc .searchB a {
  background-color: #fff;
  border: 1px solid #333;
  color: #333;
  line-height: 1;
  padding: 2px 5px;
  border-radius: 4px;
  margin-left: 7px;
}
.top .con .exhiBoxBtm .comBlc.active .comBox .inner .btmBox .txt01 {
  color: #43a838;
}
.top .con .exhiBoxBtm .comBlc.active .comBox .inner .btmBox .txt02 {
  color: #43a838;
}
.top .con .exhiBoxBtm .comBlc.active .comBox .inner .btmBox a {
  background-color: #43a838;
}
.top .con .exhiBoxBtm .comBlc.active .comBox:before {
  background-color: #43a838;
}
.top .con .exhiBoxBtm .comBlc:nth-child(4n) {
  margin-right: 0;
}
/*-----  下層共通  -----*/
.sub .ttlBlc {
  padding-bottom: 20px;
}
.sub .ttlBlc .wrapper.flxB > div {
  width: 50%;
}
.sub .ttlBlc .wrapper.flxB > div.leftBlc h2 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.sub .ttlBlc .wrapper.flxB > div.rightBlc {
  text-align: right;
}
.sub .ttlBlc .wrapper.flxB > div.rightBlc a {
  color: #6d6d6d;
  font-size: 15px;
  line-height: 1;
  background-color: #fff;
  padding: 3px 20px;
  position: relative;
  border: 1px solid #6d6d6d;
  border-radius: 3px;
  display: inline-block;
  margin: 4px 0 0 auto;
}
.sub .ttlBlc .wrapper.flxB > div.rightBlc a:after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 100%;
  background-color: #6d6d6d;
  position: absolute;
  right: -6.5px;
  top: -6.5px;
}
.sub .ttlBlc .wrapper.flxB > div.rightBlc a.active {
  color: #43a838;
  border: 1px solid #43a838;
}
.sub .ttlBlc .wrapper.flxB > div.rightBlc a.active:after {
  background-color: #43a838;
}
.sub .ttlBlc h2 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.sub .ttlBlc h2 span {
  font-size: 18px;
  font-weight: bold;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 10px;
  line-height: 1;
  padding: 8px 15px;
  margin-left: 15px;
}
.sub .subCon h3 {
  font-size: 20px;
  font-weight: bold;
  color: #666666;
  position: relative;
  width: 100%;
  margin-bottom: 35px;
}
.sub .subCon h3 span {
  display: inline-block;
  background-color: #e7e7e7;
  z-index: 1;
  position: relative;
  padding-right: 10px;
}
.sub .subCon h3:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #bcbcbc;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 0;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  /*-----  共通設定  -----*/
  .wrapper {
    padding: 0 10px;
    }
	header .leftBlc {
		width: 50%;
	}
	header .rightBlc {
		width: 50%;
	}
	header .leftBlc .leftTxt {
		width: 100%;
	}
  footer .wrapper.flxB {
    padding: 30px 10px;
  }
  /*-----  PRE  -----*/
  .pre .con .flxB div.box .flxB > div {
    height: 100%;
  }
  .pre .con .flxB div.box .flxB .txt {
    padding: 25px 15px;
    overflow-y: auto;
  }
  .pre .con .flxB div.box .flxB .txt .brandBox .ttl span {
    margin-right: 0;
    padding: 4px 5px 4px 24px;
    background-position: left 3px center;
    margin-left: 3px;
  }
  .pre .con .flxB div.box .flxB .txt .btnLnk {
    position: relative;
    bottom: 0;
    margin-top: 20px;
  }
  .pre .con .flxB div.box .flxB .txt .btnLnk a {
    width: 100%;
    display: inline-block;
  }
  .pre .con .flxB div.box:before {
    /*display: none;*/
  }
  /*-----  TOP  -----*/
  .top .mvBlc .mvFrm .flxB {
    height: auto;
  }
  .top .mvBlc .mvFrm .flxB .ytBlc {
    padding-top: 39.30%;
    position: relative;
  }
  .top .mvBlc .mvFrm .flxB .ytBlc iframe {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .top .con .exhibitorBlc .ttlBlc .ttl {
    display: block;
  }
  .top .con .exhibitorBlc .ttlBlc a {
    margin-left: 40px;
  }
  .top .con .exhibitorBlc .comBlc .comBox .inner {
    position: relative;
    line-height: 1;
  }
  .top .con .exhibitorBlc .comBlc .comBox .inner .upBox {
    line-height: 1;
  }
  .top .con .exhibitorBlc .comBlc .comBox .inner .btmBox {
    padding-bottom: 10px;
  }
  .top .con .exhibitorBlc .comBlc .comBox:after {
    display: none;
  }
  .top .con .exhiBoxBtm .comBlc {
    margin-right: 6.0%;
  }
  .top .con .exhiBoxBtm .comBlc .comBox .inner {
    position: relative;
    line-height: 1;
  }
  .top .con .exhiBoxBtm .comBlc .comBox .inner .upBox {
    line-height: 1;
  }
  .top .con .exhiBoxBtm .comBlc .comBox .inner .btmBox {
    padding-bottom: 10px;
  }
  .top .con .exhiBoxBtm .comBlc .comBox:after {
    display: none;
  }
}
/* スマホ・タブレット */
@media screen and (max-width: 1200px) {
  /*-----  TOP  -----*/
  .top .mvBlc.ChatNone {
    background-color: #fff;
    margin-bottom: 30px;
  }
  .top .mvBlc.ChatNone .mvFrm .flxB {
    height: auto;
  }
  .top .mvBlc.ChatNone .mvFrm .flxB .ytBlc {
    padding-top: 56.25%;
    position: relative;
  }
  .top .mvBlc.ChatNone .mvFrm .flxB .ytBlc iframe {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .top .mvBlc.ChatNone .mblBlc {
    text-align: center;
  }
  .top .mvBlc.ChatNone .mblBlc a.lnkYt {
    display: inline-block;
    background-color: #ebebeb;
    line-height: 1;
    padding: 25px 0;
    width: 80%;
    border-radius: 10px;
    margin-bottom: 30px;
    line-height: 1;
    color: #333;
    font-size: 20px;
  }
  .top .mvBlc.ChatNone .mblBlc a.lnkYt span {
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url("../img/common/icon_yt.svg");
    background-size: 47px 33px;
    background-position: left center;
    padding: 10px 0 10px 57px;
  }
  .top .mvBlc.ChatNone .mblBlc .lnkApp {
    padding-bottom: 30px;
  }
  .top .mvBlc.ChatNone .mblBlc .lnkApp a {
    display: inline-block;
    margin: 0 25px;
  }
}
/* //スマホ・タブレット */
@media screen and (min-width: 768) and (max-width: 1200px) {
  header {
    padding: 5px 0 5px;
    margin-bottom: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    height: 11vw;
    width: 100%;
  }
  header .sp {
    display: block !important;
  }
  header .pc {
    display: none !important;
  }
  header .wrapper {
    height: 100%;
  }
  header .leftBlc {
    width: 40%;
    border-right: none;
    position: relative;
  }
  header .leftBlc h1 {
    width: 100%;
    padding-right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  header .leftBlc h1 a {
    display: inline-block;
    width: 100%;
  }
  header .rightBlc {
    width: 30%;
  }
  header .rightBlc nav a {
    margin-left: 0;
    font-size: 18px;
    position: relative;
    top: -8px;
  }
  header .rightBlc nav a.active {
    top: 0;
  }
  header .rightBlc nav a.active span {
    padding-top: 6px;
    font-size: 16px;
    width: 36px;
    height: 36px;
    bottom: -36px;
  }
  header .rightBlc nav a.active:before {
    top: -3px;
    right: -4px;
  }
  header .navBlc {
    width: 30%;
    height: 100%;
    text-align: left;
    position: relative;
  }
  header .navBlc .navToggle {
    position: relative;
    display: block;
    width: 28px;
    height: 18px;
    cursor: pointer;
    z-index: 3;
    text-align: center;
    z-index: 150;
    top: 50%;
    transform: translateY(-50%);
  }
  header .navBlc .navToggle span {
    display: block;
    position: absolute;
    width: 100%;
    border-bottom: solid 2px #000;
    transition: all .4s;
    left: 0;
  }
  header .navBlc .navToggle span:nth-child(1) {
    top: 8px;
  }
  header .navBlc .navToggle span:nth-child(2) {
    top: 16px;
  }
  header .navBlc .navToggle.active span:nth-child(1) {
    top: 9px;
    left: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  header .navBlc .navToggle.active span:nth-child(2) {
    opacity: 0;
  }
  header .navBlc .navToggle.active span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .sp.gnav {
    display: block !important;
    width: 100%;
    position: fixed;
    left: 0;
    /*
    top: -100%;
    min-height: 100vh;
    */
    top: 0;
    height: 0;
    padding-top: 15vw;
    background-color: #fff;
    z-index: 7;
    overflow-y: scroll;
  }
  .sp.gnav .wrapper {
    padding: 1.5vw 10vw 4.5vw;
  }
  .sp.gnav .wrapper p.ttl {
    border-bottom: 1px solid #cccccc;
    font-size: 20px;
    font-size: 3.5vw;
    font-weight: bold;
    padding-bottom: 0.8vh;
    margin-bottom: 3vw;
    margin-top: 3vw;
  }
  .sp.gnav .wrapper ul li {
    margin-bottom: 1.5vh;
  }
  .sp.gnav .wrapper ul li a {
    font-size: 16px;
    font-size: 3.5vw;
    color: #555;
  }
  main {
    padding-top: 15vw;
  }
  footer .wrapper.flxB > div .sns {
    display: flex;
    flex-wrap: wrap;
  }
  footer .wrapper.flxB > div .sns a.lnkYT {
    width: 60%;
    display: inline-block;
    vertical-align: middle;
    margin-top: 3px;
  }
  footer .wrapper.flxB > div .sns a.lnkYT img {
    vertical-align: middle;
  }
  footer .wrapper.flxB > div .sns a.lnkFB {
    width: 40%;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    padding-left: 15px;
  }
  footer .wrapper.flxB > div .sns a.lnkFB #logo_x5F_fb {
    margin-left: 0;
    vertical-align: middle;
  }
}
@media screen and (max-width: 767px) {
  /*-----  共通設定  -----*/
  .wrapper {
    padding: 0 4.5vw;
  }
  input[type="radio"] + .radio-label:before {
    width: 3vw;
    height: 3vw;
    margin-right: 0.5rem;
  }
  input[type="text"] {
    font-size: 3.5vw;
    padding: 4vw 3vw;
  }
  input[type="password"] {
    font-size: 3.5vw;
    padding: 4vw 3vw;
  }
  input {
    font-size: 3.5vw;
  }
  textarea {
    padding: 3vw 3vw;
    font-size: 3.5vw;
  }
  select {
    font-size: 3.5vw;
  }
  header {
    padding: 4.5vw 0 3.5vw;
    margin-bottom: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    height: 14.6vw;
    width: 100%;
  }
  header .wrapper {
    padding: 0 3.5vw;
  }
  header .leftBlc {
    width: 59%;
    border-right: none;
  }
  header .leftBlc h1 {
    width: 100%;
    padding-right: 0;
  }
  header .rightBlc {
    width: 23%;
  }
  header .rightBlc nav {
    margin-top: 0;
  }
  header .rightBlc nav a {
    margin-left: 0;
    font-size: 3.5vw;
    position: relative;
    top: -0.2vw;
  }
  header .rightBlc nav a.active.mes {
    top: -2.1vw;
  }
  header .rightBlc nav a.active {
    top: -0.2vw;
  }
  header .rightBlc nav a.active span {
    padding-top: 1px;
    font-size: 3vw;
    width: 5vw;
    height: 5vw;
    bottom: -4.5vw;
  }
  header .rightBlc nav a.active:before {
    top: -4px;
    right: -7px;
  }
  header .navBlc {
    width: 18%;
    text-align: left;
    position: relative;
  }
  header .navBlc .navToggle {
    position: relative;
    display: block;
    width: 28px;
    height: 18px;
    cursor: pointer;
    z-index: 3;
    text-align: center;
    z-index: 150;
  }
  header .navBlc .navToggle span {
    display: block;
    position: absolute;
    width: 100%;
    border-bottom: solid 2px #000;
    transition: all .4s;
    left: 0;
  }
  header .navBlc .navToggle span:nth-child(1) {
    top: 8px;
  }
  header .navBlc .navToggle span:nth-child(2) {
    top: 16px;
  }
  header .navBlc .navToggle.active span:nth-child(1) {
    top: 9px;
    left: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  header .navBlc .navToggle.active span:nth-child(2) {
    opacity: 0;
  }
  header .navBlc .navToggle.active span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .gnav {
    width: 100%;
    position: fixed;
    left: 0;
    /*
    top: -100%;
    min-height: 100vh;
    */
    top: 0;
    height: 0;
    padding-top: 14.6vw;
    background-color: #fff;
    z-index: 7;
    overflow-y: scroll;
  }
  .gnav .wrapper {
    padding: 4.5vw 10vw;
  }
  .gnav .wrapper p.ttl {
    border-bottom: 1px solid #cccccc;
    font-size: 3.5vw;
    font-weight: bold;
    padding-bottom: 0.8vh;
    margin-bottom: 3vw;
  }
  .gnav .wrapper ul li {
    margin-bottom: 1.5vh;
  }
  .gnav .wrapper ul li a {
    font-size: 3.5vw;
    color: #555;
  }
  main {
    padding-top: 14.6vw;
  }
  footer .wrapper.flxB {
    padding: 4.5vw 4vw;
  }
  footer .wrapper.flxB > div {
    width: 50% !important;
    padding-left: 5.5vw;
  }
  footer .wrapper.flxB > div p.ttl {
    font-size: 3.5vw;
    margin-bottom: 3vw;
  }
  footer .wrapper.flxB > div ul li {
    margin-bottom: 3vw;
    font-size: 3.1vw;
  }
  footer .wrapper.flxB > div .sns {
    display: flex;
    flex-wrap: wrap;
  }
  footer .wrapper.flxB > div .sns a.lnkYT {
    width: 60%;
    display: inline-block;
    vertical-align: middle;
    margin-top: 2px;
  }
  footer .wrapper.flxB > div .sns a.lnkYT img {
    vertical-align: middle;
  }
  footer .wrapper.flxB > div .sns a.lnkFB {
    width: 40%;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
  }
  footer .wrapper.flxB > div .sns a.lnkFB #logo_x5F_fb {
    margin-left: 0;
    vertical-align: middle;
  }
  footer .wrapper.flxB > div:nth-child(2n) {
    border-right: none;
  }
  footer .wrapper.flxB > div:nth-child(3) {
    padding-left: 0;
  }
  footer .copy {
    font-size: 3.1vw;
    padding: 20px 0;
  }
  footer #pageTop {
    position: fixed;
    right: 2vw;
    bottom: 11px;
    width: 12vw;
    height: 12vw;
  }
  footer #pageTop a {
    display: inline-block;
  }
  .anc {
    padding-top: 16.6vw;
    margin-top: -14.6vw;
  }
  /*-----  PRE  -----*/
  .pre {
    /*-----  KV  -----*/
    /*----- bxslider KV  -----*/
    /*-----  CateBlock  -----*/
    /*-----  Contents  -----*/
  }
  .pre .kv {
    padding-top: 0;
    padding-bottom: 0;
  }
  .pre .kv .wrapper {
    padding: 0;
  }
  .pre .kv .slider {
    border-radius: 0;
  }
  .pre .kv .slider .swiper-container {
    border-radius: 0;
  }
  .pre .kv .slider .swiper-container .swiper-wrapper .swiper-slide {
    border-radius: 0;
  }
  .pre .kv .slider .swiper-container .swiper-wrapper .swiper-slide:after {
    padding-top: 48%;
  }
  .pre .kv .slider .swiper-container .swiper-button-prev, .pre .kv .slider .swiper-container .swiper-button-next {
    width: 41px;
    height: 41px;
  }
  .pre .kv .slider .swiper-container .swiper-button-prev:after {
    content: "";
    display: inline-block;
    width: 41px;
    height: 41px;
    background-image: url("../img/common/arrwL.png");
    background-repeat: no-repeat;
    background-size: contain;
  }
  .pre .kv .slider .swiper-container .swiper-button-next:after {
    content: "";
    display: inline-block;
    width: 41px;
    height: 41px;
    background-image: url("../img/common/arrwR.png");
    background-repeat: no-repeat;
    background-size: contain;
  }
  .pre .kv .slider .swiper-container .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #fff;
    opacity: 1;
    vertical-align: middle;
  }
  .pre .kv .slider .swiper-container .swiper-pagination-bullet-active {
    background-color: #000;
    border: 3px solid #fff;
    width: 13px;
    height: 13px;
  }
  .pre #KV {
    padding-top: 0;
    margin-bottom: 4vw;
  }
  .pre #KV .bxslider_sp {
    height: 48vw;
    overflow: hidden;
  }
  .pre #KV .wrapper {
    padding: 0 !important;
  }
  .pre #KV .bx-wrapper {
    margin-bottom: 0;
  }
  .pre #KV .bx-wrapper .bx-viewport {
    border-radius: 0;
    box-shadow: none;
    height: 48vw !important;
  }
  .pre #KV .bx-wrapper .bx-viewport .bxslider_sp > div {
    height: 48vw !important;
  }
  .pre #KV .bx-wrapper .bx-viewport .bxslider_sp > div.mv {
    background-color: #000;
  }
  .pre #KV .bx-wrapper .bx-viewport .bxslider_sp > div.mv .mvIn iframe {
    width: auto;
    height: 48vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .pre #KV .bx-wrapper .bx-controls-direction a {
    width: 29px;
    height: 29px;
  }
  .pre #KV .bx-wrapper .bx-pager.bx-default-pager a {
    width: 7px;
    height: 7px;
  }
  .pre #KV .bx-wrapper .bx-pager.bx-default-pager a.active {
    width: 11px;
    height: 11px;
    border: 2px solid #fff;
  }
  .pre .dateBlc {
    margin: 5.5vw 0 7vw;
  }
  .pre .dateBlc .wrapper {
    padding: 4vw 0;
    margin: 0 4.5vw;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 -5px 10px 7px rgba(150, 150, 150, 0.15), 0 5px 10px 7px rgba(150, 150, 150, 0.15);
  }
  .pre .dateBlc p {
    font-size: 3.6vw;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 3vw;
  }
  .pre .dateBlc .btnDetail a {
    color: #fff;
    font-size: 3vw;
    background-color: #000000;
    line-height: 1;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 5px;
  }
  .pre .dateBlc nav {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .pre .dateBlc nav a {
    width: 33.333%;
    text-align: center;
  }
  .pre .cateBlc {
    margin-bottom: 3vw;
  }
  .pre .cateBlc .wrapper span {
    font-size: 3.0vw;
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 4vw;
  }
  .pre .cateBlc .wrapper span:nth-child(3n) {
    margin-right: 0;
  }
  .pre .con h2 {
    font-size: 4.3vw;
    padding-left: 28px;
  }
  .pre .con h2:before {
   width: 2.8vw;
    height: 2.8vw;
    border: 6px solid #b4ceb1;
  }
  .pre .con .flxB {
    /*div.box {
      	width: 100%;
      	height: 100%;
      	margin-right: 0;
      	.flxB {
      		> .img {
      			height: 100%;
      		}
      		> .txt {
      			padding: 25px 15px;
      			height: 100%;
      			overflow-y: auto;
      			.brandBox {
      				.ttl {
      					span {
      						margin-left: 3px;
      						padding: 4px 10px 4px 25px;
      					}
      				}
      			}
      			.brandBoxsp {
      				display: none!important;
      			}
      			.btnLnk {
      				position: relative;
      				bottom: auto;
      				margin-top: 15px;
      			}
      		}
      	}
      }*/
  }
  .pre .con .flxB div.box {
    margin-bottom: 14vw;
    overflow: inherit;
		border-radius: 20px;
  }
  .pre .con .flxB div.box .flxB > div {
    width: 100%;
  }
  .pre .con .flxB div.box .flxB .img {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
  }
  .pre .con .flxB div.box .flxB .img > div {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 50%;
    position: relative;
  }
  .pre .con .flxB div.box .flxB .img > div:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
  .pre .con .flxB div.box .flxB .img > div:after {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .pre .con .flxB div.box .flxB .txt {
    padding: 0;
    position: absolute;
    height: 100%;
    z-index: 1;
  }
  .pre .con .flxB div.box .flxB .txt .cName {
    color: #fff;
    margin-bottom: 0;
    height: 50%;
    position: relative;
  }
  .pre .con .flxB div.box .flxB .txt .cName span {
    font-size: 3.4vw;
	line-height: 4.1vw;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 0px 0px 6px #020000;
	  padding: 0 10px;
  }
	.pre .con .flxB div.box .flxB .txt .cName.sp a {
		width: 100%;
		height: 100%;
	}
	.pre .con .flxB div.box .flxB .txt .cName.sp a span {
		color: #fff;
	}
  .pre .con .flxB div.box .flxB .txt .cName:after {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    background-color: #b7b7b7;
    border-radius: 100%;
    border: 2px solid #fff;
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .pre .con .flxB div.box .flxB .txt .statusBox {
    margin-bottom: 0;
    border: none !important;
  }
  .pre .con .flxB div.box .flxB .txt .statusBox p {
    font-size: 3.0vw;
  }
  .pre .con .flxB div.box .flxB .txt .statusBox:after {
    display: none;
  }
  .pre .con .flxB div.box .flxB .txt .introTxt {
    display: none;
  }
  .pre .con .flxB div.box .flxB .txt .brandBox {
    display: none;
  }
  .pre .con .flxB div.box .flxB .txt .brandBoxsp {
    width: 100%;
    position: absolute;
    bottom: -8vw;
    text-align: center;
  }
  .pre .con .flxB div.box .flxB .txt .brandBoxsp p {
    display: inline-block;
    font-size: 3.3vw;
  }
  .pre .con .flxB div.box .flxB .txt .brandBoxsp p #icon_search {
    vertical-align: top;
  }
  .pre .con .flxB div.box .flxB .txt .brandBoxsp p #icon_search .cls-1, .pre .con .flxB div.box .flxB .txt .brandBoxsp p #icon_search .cls-2 {
    fill: #444444;
  }
  .pre .con .flxB div.box .flxB .txt .brandBoxsp p #icon_search .cls-1 {
    fill-opacity: 0;
    stroke: #444444;
    stroke-linejoin: round;
    stroke-width: 2px;
  }
  .pre .con .flxB div.box .flxB .txt .brandBoxsp p #icon_search .cls-2 {
    fill-rule: evenodd;
  }
  .pre .con .flxB div.box .flxB .txt .brandBoxsp span {
	  font-size: 2.9vw;
    background-color: #fff;
    border: 1px solid #444;
    border-radius: 5px;
    margin-left: 4px;
    padding: 3px 5px;
  }
  .pre .con .flxB div.box .flxB .txt .btnLnk {
    position: inherit;
    bottom: auto;
  }
  .pre .con .flxB div.box .flxB .txt .btnLnk a {
    font-size: 3.0vw;
    padding: 7px 0;
  }
  .pre .con .flxB div.box.active .flxB .txt .cName:after {
    background-color: #43a838;
  }
  .pre .con .flxB div.box.active .flxB .txt .btnLnk a {
    background-color: #43a838;
  }
  .pre .con .flxB div.box:before {
    content: "";
    display: inline-block;
    padding-top: 100%;
    width: 100%;
  }
  .pre .con .flxB div.box:nth-child(2n) {
    margin-right: 0;
  }
	  .pre .stBox {
    padding: 4vw 0;
  }
  .pre .stBox .mvSt {
    width: 75%;
  }
  .pre .stBox .mvSt .status {
/*    font-size: 4vw;
    padding-left: 6vw;*/
		font-size: 4.3vw;
		padding-left: 28px;
  }
  .pre .stBox .mvSt .status:before {
    width: 2.8vw;
    height: 2.8vw;
    border: 6px solid #feb6a3;
  }
  .pre .stBox .mvSt .statusQ {
    font-size: 2.7vw;
    padding: 5px 2.1vw;
    margin-left: 2vw;
  }
  .pre .stBox .lnktopics {
    width: 25%;
  }
  .pre .stBox .lnktopics a {
    font-size: 3.2vw;
    padding: 3.5px 4.5vw;
    margin-top: 2px;
  }
  .pre .stBox .lnktopics a:after {
    width: 10px;
    height: 10px;
    right: -5px;
    top: -5px;
  }

  /*-----  TOP  -----*/
  .top {
    /*
      .mvBlc:after {
        display: none;
      }
    */
  }
  .top .stBox {
    padding: 4vw 0;
  }
  .top .stBox .mvSt {
    width: 75%;
  }
  .top .stBox .mvSt .status {
    font-size: 4vw;
    padding-left: 6vw;
  }
  .top .stBox .mvSt .status:before {
    width: 2.5vw;
    height: 2.5vw;
    border: 5px solid #feb6a3;
  }
  .top .stBox .mvSt .statusQ {
    font-size: 2.7vw;
    padding: 5px 2.1vw;
    margin-left: 2vw;
  }
  .top .stBox .lnktopics {
    width: 25%;
  }
  .top .stBox .lnktopics a {
    font-size: 3.2vw;
    padding: 3.5px 4.5vw;
    margin-top: 2px;
  }
  .top .stBox .lnktopics a:after {
    width: 10px;
    height: 10px;
    right: -5px;
    top: -5px;
  }
  .top .mvBlc .mvFrm {
    border-radius: 0;
    margin-bottom: 30px;
    padding: 0;
  }
  .top .mvBlc .mvFrm .flxB {
    position: relative;
  }
  .top .mvBlc .mvFrm .flxB .ytBlc {
    width: 100%;
  }
  .top .mvBlc .mvFrm .flxB .ytBlc iframe {
    height: 57.3vw;
  }
  .top .mvBlc .mvFrm .flxB .chatBlc {
    width: 100%;
    background-color: #fff;
  }
  .top .mvBlc .mvFrm .flxB .chatBlc .spInner {
    padding: 0;
  }
  .top .mvBlc .mvFrm .flxB .chatBlc .spInner .btnClose {
    text-align: center;
    padding: 1vw 0 5vw;
    font-size: 3vw;
  }
  .top .mvBlc .mvFrm .flxB .chatBlc iframe {
    height: 100vw;
  }
  .top .con .exhibitorBlc {
    width: 100%;
  }
  .top .con .exhibitorBlc .ttlBlc {
    margin-bottom: 3.5vw;
  }
  .top .con .exhibitorBlc .ttlBlc .ttl {
    font-size: 4vw;
    padding-left: 6vw;
  }
  .top .con .exhibitorBlc .ttlBlc .ttl:before {
    width: 2.5vw;
    height: 2.5vw;
    border: 5px solid #b4ceb1;
  }
  .top .con .exhibitorBlc .ttlBlc a {
    font-size: 3.2vw;
  }
  .top .con .exhibitorBlc .timeTbl {
    width: 100%;
    float: none;
    margin-bottom: 4.5vw;
  }
  .top .con .exhibitorBlc .timeTbl .ttlBlc .ttl {
    color: #2660ad;
    font-size: 4vw;
    padding-left: 6vw;
  }
  .top .con .exhibitorBlc .timeTbl .ttlBlc .ttl:before {
    background-color: #2660ad;
    width: 2.5vw;
    height: 2.5vw;
    border: 5px solid #b6cae4;
  }
  .top .con .exhibitorBlc .timeTbl .ttlBlc a {
    color: #2660ad;
    border: 1px solid #2660ad;
    font-size: 3.2vw;
  }
  .top .con .exhibitorBlc .timeTbl .inner {
    border-radius: 0;
    box-shadow: none;
    overflow: inherit;
  }
  .top .con .exhibitorBlc .timeTbl .inner .spTbl {
    border-radius: 20px;
    box-shadow: 0 -5px 5px 5px rgba(150, 150, 150, 0.1), 0 5px 5px 5px rgba(150, 150, 150, 0.1);
    overflow: hidden;
    margin-bottom: 5.5vw;
  }
  .top .con .exhibitorBlc .timeTbl .inner .ttlDate {
    color: #fff;
    background-color: #6e8ab5;
    font-size: 4vw;
    border-radius: 20px;
    text-align: center;
    line-height: 1;
    padding: 3vw;
    position: relative;
    z-index: 5;
  }
  .top .con .exhibitorBlc .timeTbl .inner .ttlDate span {
    border-left: 1px solid #fff;
    padding-left: 12px;
  }
  .top .con .exhibitorBlc .timeTbl .inner .ttlDate:after {
    content: "";
    display: inline-block;
    background-image: url("../img/common/icon_tglDwn.png");
    width: 15.5px;
    height: 9.5px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
  }
  .top .con .exhibitorBlc .timeTbl .inner .ttlDate.active:after {
    background-image: url("../img/common/icon_tglUp.png");
  }
  .top .con .exhibitorBlc .timeTbl .inner .tblBox {
    display: none;
  }
  .top .con .exhibitorBlc .timeTbl .inner table {
    width: 100%;
    margin-top: -5vw;
  }
  .top .con .exhibitorBlc .timeTbl .inner table tbody tr th {
    background-color: #ecf3fd;
    color: #333333;
    width: 17.9%;
    font-size: 3.5vw;
  }
  .top .con .exhibitorBlc .timeTbl .inner table tbody tr th span {
    top: -10px;
  }
  .top .con .exhibitorBlc .timeTbl .inner table tbody tr td {
    border-right: none;
    font-size: 3.2vw;
  }
  .top .con .exhibitorBlc .timeTbl .inner table tbody tr:nth-child(1) td {
    height: 10vw;
  }
  .top .con .exhibitorBlc .timeTbl .inner table tbody tr:nth-child(4n) td {
    border-bottom: 1px solid #dddddd;
  }
  .top .con .exhibitorBlc .timeTbl .inner table tbody tr:nth-child(4n + 1) td {
    border-bottom: 1px solid #b0b0b0;
  }
  .top .con .exhibitorBlc .timeTbl .inner table tbody tr:nth-child(29) td:last-child {
    background-color: #fff;
    border-bottom: 1px solid #b0b0b0;
  }
  .top .con .exhibitorBlc .timeTbl .inner table tbody tr:nth-child(30) td:last-child {
    background-color: #f9f9f9;
    border-bottom: 1px solid #b0b0b0;
  }
  .top .con .exhibitorBlc .timeTbl .inner table tbody tr:nth-child(31) td:last-child {
    background-color: #fff;
    border-bottom: 1px solid #b0b0b0;
  }
  .top .con .exhibitorBlc .timeTbl .inner table tbody tr:nth-child(32) td:last-child {
    background-color: #f9f9f9;
    border-bottom: 1px solid #b0b0b0;
  }
  .top .con .exhibitorBlc .timeTbl .inner table tbody tr:nth-child(33) td:last-child {
    background-color: #fff;
    border-bottom: 1px solid #b0b0b0;
  }
  .top .con .exhibitorBlc .timeTbl .inner table tbody tr:nth-child(34) td:last-child {
    background-color: #f9f9f9;
    border-bottom: 1px solid #b0b0b0;
  }
  .top .con .exhibitorBlc .timeTbl .inner table tbody tr:nth-child(35) td:last-child {
    background-color: #fff;
    border-bottom: 1px solid #b0b0b0;
  }
  .top .con .exhibitorBlc .timeTbl .inner table tbody tr:nth-child(36) td:last-child {
    background-color: #f9f9f9;
  }
  .top .con .exhibitorBlc .timeTbl .inner table tbody tr:nth-child(38) td:last-child {
    background-color: #fff;
  }
  .top .con .exhibitorBlc .exhiBox {
    width: 100%;
  }
  .top .con .exhibitorBlc .exhiBox .exhiInner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .top .con .exhibitorBlc .exhiBox .exhiInner .comBlc {
    width: 47%;
    margin-bottom: 5.9vw;
    margin-right: 6%;
  }
  .top .con .exhibitorBlc .exhiBox .exhiInner .comBlc .comBox {
    margin-bottom: 5px;
		border-radius: 20px;
  }
	.top .con .exhibitorBlc .exhiBox .exhiInner .comBlc .comBox .inner .upBox {
		position: relative;
	}
	.top .con .exhibitorBlc .exhiBox .exhiInner .comBlc .comBox .inner .upBox:before {
		height: 100%;
	}

	.top .con .exhibitorBlc .exhiBox .exhiInner .comBlc .comBox .inner .upBox .flxB {
		height: 100%;
	}
  .top .con .exhibitorBlc .exhiBox .exhiInner .comBlc .comBox .inner .upBox .cName {
    font-size: 3.4vw;
	  line-height: 4.2vw;
	  padding: 0 10px;
		height: 100%;
		top: 0;
		left: 0;
		transform: translate(0,0);
  }
	.top .con .exhibitorBlc .exhiBox .exhiInner .comBlc .comBox .inner .upBox .cName a {
		color: #fff;
		display: inline-block;
		width: 100%;
		height: 100%;
		position: relative;
	}
	.top .con .exhibitorBlc .exhiBox .exhiInner .comBlc .comBox .inner .upBox .cName a span {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50% , -50%);
		width: 100%;
	}
  .top .con .exhibitorBlc .exhiBox .exhiInner .comBlc .comBox .inner .btmBox {
    padding-top: 5px;
  }
  .top .con .exhibitorBlc .exhiBox .exhiInner .comBlc .comBox .inner .btmBox .txt01 {
    font-size: 3vw;
    margin-bottom: 0;
  }
  .top .con .exhibitorBlc .exhiBox .exhiInner .comBlc .comBox .inner .btmBox .txt02 {
    font-size: 3vw;
    margin-bottom: 5px;
  }
  .top .con .exhibitorBlc .exhiBox .exhiInner .comBlc .comBox .inner .btmBox a {
    padding: 7px 0;
    font-size: 3vw;
		width: 78.57%;
		line-height: 1;
  }
  .top .con .exhibitorBlc .exhiBox .exhiInner .comBlc .comBox:before {
    width: 13px;
    height: 13px;
    border: 2px solid #fff;
    top: 10px;
    right: 10px;
  }
  .top .con .exhibitorBlc .exhiBox .exhiInner .comBlc .searchB {
   font-size: 3.3vw;
  }
  .top .con .exhibitorBlc .exhiBox .exhiInner .comBlc .searchB #icon_search {
    vertical-align: middle;
    margin-top: -4px;
  }
  .top .con .exhibitorBlc .exhiBox .exhiInner .comBlc .searchB #icon_search .cls-1, .top .con .exhibitorBlc .exhiBox .exhiInner .comBlc .searchB #icon_search .cls-2 {
    fill: #676767;
  }
  .top .con .exhibitorBlc .exhiBox .exhiInner .comBlc .searchB #icon_search .cls-1 {
    stroke: #676767;
  }
  .top .con .exhibitorBlc .exhiBox .exhiInner .comBlc .searchB #icon_search .cls-1 {
    fill-opacity: 0;
    stroke-linejoin: round;
    stroke-width: 2px;
  }
  .top .con .exhibitorBlc .exhiBox .exhiInner .comBlc .searchB #icon_search .cls-2 {
    fill-rule: evenodd;
  }
  .top .con .exhibitorBlc .exhiBox .exhiInner .comBlc .searchB a {
    font-size: 2.9vw;
	  padding: 3px 5px;
  }
  .top .con .exhibitorBlc .exhiBox .exhiInner .comBlc.active .comBox .inner .btmBox .txt01 {
    color: #43a838;
  }
  .top .con .exhibitorBlc .exhiBox .exhiInner .comBlc.active .comBox .inner .btmBox .txt02 {
    color: #43a838;
  }
  .top .con .exhibitorBlc .exhiBox .exhiInner .comBlc.active .comBox .inner .btmBox a {
    background-color: #43a838;
  }
  .top .con .exhibitorBlc .exhiBox .exhiInner .comBlc.active .comBox:before {
    background-color: #43a838;
  }
  .top .con .exhibitorBlc .exhiBox .exhiInner .comBlc:nth-child(2n) {
    margin-right: 0;
  }
  .top .con .exhiBoxBtm {
    padding-top: 0;
  }
  .top .con .exhiBoxBtm .exhiInner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .top .con .exhiBoxBtm .exhiInner .comBlc {
    width: 47%;
    margin-bottom: 4.5vw;
    margin-right: 6%;
  }
  .top .con .exhiBoxBtm .exhiInner .comBlc .comBox {
    margin-bottom: 5px;
  }
  .top .con .exhiBoxBtm .exhiInner .comBlc .comBox .inner .upBox .cName {
    font-size: 3.4vw;
	  line-height: 4.2vw;
	  padding: 0 10px;
  }
  .top .con .exhiBoxBtm .exhiInner .comBlc .comBox .inner .btmBox {
    padding-top: 2vw;
  }
  .top .con .exhiBoxBtm .exhiInner .comBlc .comBox .inner .btmBox .txt01 {
    font-size: 3vw;
    margin-bottom: 0;
  }
  .top .con .exhiBoxBtm .exhiInner .comBlc .comBox .inner .btmBox .txt02 {
    font-size: 3vw;
    margin-bottom: 1.5vw;
  }
  .top .con .exhiBoxBtm .exhiInner .comBlc .comBox .inner .btmBox a {
    padding: 5px 0;
    font-size: 3vw;
  }
  .top .con .exhiBoxBtm .exhiInner .comBlc .comBox:before {
    width: 13px;
    height: 13px;
    border: 2px solid #fff;
    top: 10px;
    right: 10px;
  }
  .top .con .exhiBoxBtm .exhiInner .comBlc .searchB {
    font-size: 3.3vw;
  }
  .top .con .exhiBoxBtm .exhiInner .comBlc .searchB #icon_search {
    vertical-align: middle;
    margin-top: -4px;
  }
  .top .con .exhiBoxBtm .exhiInner .comBlc .searchB #icon_search .cls-1, .top .con .exhiBoxBtm .exhiInner .comBlc .searchB #icon_search .cls-2 {
    fill: #676767;
  }
  .top .con .exhiBoxBtm .exhiInner .comBlc .searchB #icon_search .cls-1 {
    stroke: #676767;
  }
  .top .con .exhiBoxBtm .exhiInner .comBlc .searchB #icon_search .cls-1 {
    fill-opacity: 0;
    stroke-linejoin: round;
    stroke-width: 2px;
  }
  .top .con .exhiBoxBtm .exhiInner .comBlc .searchB #icon_search .cls-2 {
    fill-rule: evenodd;
  }
  .top .con .exhiBoxBtm .exhiInner .comBlc .searchB a {
    font-size: 2.9vw;
	 padding: 3px 5px;
  }
  .top .con .exhiBoxBtm .exhiInner .comBlc.active .comBox .inner .btmBox .txt01 {
    color: #43a838;
  }
  .top .con .exhiBoxBtm .exhiInner .comBlc.active .comBox .inner .btmBox .txt02 {
    color: #43a838;
  }
  .top .con .exhiBoxBtm .exhiInner .comBlc.active .comBox .inner .btmBox a {
    background-color: #43a838;
  }
  .top .con .exhiBoxBtm .exhiInner .comBlc.active .comBox:before {
    background-color: #43a838;
  }
  .top .con .exhiBoxBtm .exhiInner .comBlc:nth-child(2n) {
    margin-right: 0;
  }
  /*-----  TOP  スマホ only -----*/
  .top .mvBlc.ChatNone .mvFrm {
    margin-bottom: 5vw;
  }
  .top .mvBlc.ChatNone .mblBlc a.lnkYt {
    width: 85%;
    font-size: 3.7vw;
    padding: 4vw 0;
    margin-bottom: 4vw;
  }
  .top .mvBlc.ChatNone .mblBlc a.lnkYt span {
    background-size: 8vw auto;
    padding: 2vw 0 2vw 10vw;
  }
  .top .mvBlc.ChatNone .mblBlc .lnkApp {
    padding-bottom: 4vw;
  }
  .top .mvBlc.ChatNone .mblBlc .lnkApp a {
    margin: 0 3.33%;
  }
  .top .mvBlc.ChatNone .mblBlc .lnkApp a:first-child {
    width: 25%;
  }
  .top .mvBlc.ChatNone .mblBlc .lnkApp a:last-child {
    width: 28.125%;
  }
  /*-----  下層共通  -----*/
  .sub .ttlBlc {
    padding: 4vw 0;
  }
  .sub .ttlBlc .wrapper.flxB > div.leftBlc h2 {
    font-size: 4.5vw;
  }
  .sub .ttlBlc .wrapper.flxB > div.rightBlc a {
    font-size: 3.2vw;
	  padding: 4px 15px;
  }
  .sub .ttlBlc h2 {
    font-size: 4.5vw;
  }
  .sub .subCon h3 {
    font-size: 4vw;
    margin-bottom: 3.5vw;
  }
}