@charset "UTF-8";
header {
  margin-bottom: 35px;
}
/*-----  ブランドリスト  -----*/
.brandLst .selectAlf {
  margin-bottom: 15px;
}
.brandLst .selectAlf a {
  display: inline-block;
  border-radius: 100%;
  line-height: 1;
  padding: 7.5px 0 0;
  margin-right: 9.4px;
  margin-bottom: 15px;
  background-color: #6d6d6d;
  width: 30px;
  height: 30px;
  text-align: center;
}
.brandLst .selectAlf a span {
  color: #fff;
  font-size: 15px;
  display: inline-block;
}
.brandLst .selectAlf a.ETC {
  width: auto;
  padding: 7.5px 15px 0;
  margin-right: 0;
  border-radius: 20px;
}
.brandLst .selectAlf a:hover {
  opacity: 0.8;
  cursor: pointer;
}
.brandLst .brandBlc .box {
  display: inline-block;
  width: 20%;
  margin-right: 6.666%;
  margin-bottom: 30px;
}
.brandLst .brandBlc .box .inner {
  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);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}
.brandLst .brandBlc .box .inner img {
  max-width: 85%;
  max-height: 85%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.brandLst .brandBlc .box .inner.noImg {
  background-image: url("../img/common/noimage.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40% auto;
}
.brandLst .brandBlc .box .inner:after {
  content: "";
  display: inline-block;
  width: 100%;
  padding-top: 100%;
}
.brandLst .brandBlc .box .inner:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #c4c4c4;
  border: 6px solid #fff;
  border-radius: 100%;
  position: absolute;
  top: 13px;
  right: 13px;
  z-index: 2;
}
.brandLst .brandBlc .box .bName {
  font-size: 14px;
  text-align: center;
}
.brandLst .brandBlc .box .cName {
  font-size: 13px;
  text-align: center;
}
.brandLst .brandBlc .box.active .inner:before {
  background-color: #43a838;
  border: 6px solid #d7efd4;
}
.brandLst .brandBlc .box.active .cName {
  color: #43a838;
}
.brandLst .brandBlc .box.box4n {
  margin-right: 0;
}
.brandLst .resultArea {
  border: 1px solid #6d6d6d;
  text-align: center;
  margin-bottom: 40px;
  width: 100%;
	position: relative;
}
.brandLst .resultArea .ttl {
  background-color: #fe4949;
  text-align: center;
  color: #ffffff;
  padding: 5px 0;
}
.brandLst .resultArea .ttl span {
  color: #ffffff;
  background-image: url("../img/exhi/icon2.png");
  background-repeat: no-repeat;
  background-size: 21px auto;
  background-position: left center;
  padding-left: 30px;
}
.brandLst .resultArea .btm {
  padding: 20px 0 30px;
  line-height: 1;
  background-color: #fff;
}
.brandLst .resultArea .btm p {
  /*font-weight: bold;*/
  font-size: 18px;
}
.brandLst .resultArea .btm .btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -6px;
}
.brandLst .resultArea .btm .btn a {
    color: #fff;
    background-color: #6d6d6d;
    border-radius: 5px;
    line-height: 1;
    padding: 7px 40px;
    font-size: 14px;
}
.brandLst .resultArea .btm span.num {
  font-size: 22px;
 /* font-weight: bold;*/
  display: inline-block;
  margin: 0 5px;
}
.brandLst .resultArea .btm span.icon {
  display: inline-block;
  margin: 0 5px;
}
.brandLst .resultArea .btm span.icon img {
  vertical-align: middle;
  width: 100%;
  margin-top: -3px;
}
.brandLst .resultArea .zone_ttl {
    margin-right: 7px;
}
.brandLst .resultArea .zone_ttl.online {
    color: #43a838;
}
/*.brandLst .resultArea .zone_ttl {
  font-size: 13px;
  line-height: 2.5;
  padding: 11px 10px;
  padding: 3px 20px;
  background-color: #ffffff;
  width: auto;
  margin: 0 1%;
  border-radius: 3px;
  text-align: center;
  color: #43a838;
  border: 1px solid #43a838;
  position: relative;
}
.brandLst .resultArea .zone_ttl:after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 100%;
  background-color: #43a838;
  position: absolute;
  right: -6.5px;
  top: -6.5px;
}*/
/*-----  出展者リスト  -----*/
.exhiLst .ttlBlc {
  padding-bottom: 25px;
}
.exhiLst .selectCate {
  margin-bottom: 35px;
  display: flex;
  flex-wrap: wrap;
}
.exhiLst .selectCate span {
  color: #fff;
  font-size: 13px;
  line-height: 1;
  padding: 11px 0;
  margin-right: 9.4px;
  background-color: #6d6d6d;
  width: 10%;
  margin-right: 1.25%;
  border-radius: 20px;
  text-align: center;
  display: inline-block;
}
.exhiLst .selectCate span:last-child {
  margin-right: 0;
}
.exhiLst .selectCate span:hover {
  opacity: 0.8;
  cursor: pointer;
}
.exhiLst .con h2 {
  font-size: 20px;
  color: #43a838;
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
}
.exhiLst .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%);
}
.exhiLst .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;
}
.exhiLst .con .flxB div.box .flxB {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.exhiLst .con .flxB div.box .flxB > div {
  width: 50%;
}
.exhiLst .con .flxB div.box .flxB .img > div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 50%;
}
.exhiLst .con .flxB div.box .flxB .txt {
  padding: 25px 30px;
  position: relative;
  line-height: 1.6;
}
.exhiLst .con .flxB div.box .flxB .txt .cName {
  font-size: 17px;
  text-align: center;
  margin-bottom: 20px;
}
.exhiLst .con .flxB div.box .flxB .txt .statusBox {
  padding: 5px 0;
  position: relative;
  border: 1px solid #b7b7b7;
  margin-bottom: 20px;
  position: relative;
}
.exhiLst .con .flxB div.box .flxB .txt .statusBox p {
  text-align: center;
  font-size: 14px;
}
.exhiLst .con .flxB div.box .flxB .txt .statusBox p.st01 {
  color: #8d8d8d;
}
.exhiLst .con .flxB div.box .flxB .txt .statusBox p.st02 {
  color: #000;
}
.exhiLst .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;
}
.exhiLst .con .flxB div.box .flxB .txt .introTxt {
  border-left: 1px solid #000;
  padding-left: 5px;
  /*margin-bottom: 20px;*/
margin-bottom: 15px;
    max-height: 7.8em;
    overflow: hidden;
}
.exhiLst .con .flxB div.box .flxB .txt .brandBox .ttl {
  margin-bottom: 10px;
}
.exhiLst .con .flxB div.box .flxB .txt .brandBox .ttl p {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  display: inline-block;
}
.exhiLst .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;
}
.exhiLst .con .flxB div.box .flxB .txt .brandBox .bName span:after {
  content: "/";
  display: inline-block;
  margin: 0 3px;
}
.exhiLst .con .flxB div.box .flxB .txt .btnLnk {
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 30px;
  left: 0;
}
.exhiLst .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;
}
.exhiLst .con .flxB div.box.active .flxB .txt .statusBox {
  border: 1px solid #43a838;
}
.exhiLst .con .flxB div.box.active .flxB .txt .statusBox p {
  color: #43a838;
}
.exhiLst .con .flxB div.box.active .flxB .txt .statusBox:after {
  background-color: #43a838;
}
.exhiLst .con .flxB div.box.active .flxB .txt .btnLnk a {
  background-color: #43a838;
}
.exhiLst .con .flxB div.box:before {
  content: "";
  display: inline-block;
  padding-top: 100%;
  width: 100%;
}
.exhiLst .con .flxB div.box:nth-child(2n) {
  margin-right: 0;
}
.exhiLst .resultArea {
  border: 1px solid #6d6d6d;
  text-align: center;
  margin-bottom: 40px;
  width: 100%;
	position: relative;
}
.exhiLst .resultArea .ttl {
  background-color: #fe4949;
  text-align: center;
  color: #ffffff;
  padding: 5px 0;
}
.exhiLst .resultArea .ttl span {
  color: #ffffff;
  background-image: url("../img/exhi/icon2.png");
  background-repeat: no-repeat;
  background-size: 21px auto;
  background-position: left center;
  padding-left: 30px;
}
.exhiLst .resultArea .btm {
  padding: 20px 0 30px;
  line-height: 1;
  background-color: #fff;
}
.exhiLst .resultArea .btm p {
  /*font-weight: bold;*/
  font-size: 18px;
}
.exhiLst .resultArea .btm span.num {
  font-size: 22px;
 /* font-weight: bold;*/
  display: inline-block;
  margin: 0 5px;
}
.exhiLst .resultArea .btm span.icon {
  display: inline-block;
  margin: 0 5px;
}
.exhiLst .resultArea .btm span.icon img {
  vertical-align: middle;
  width: 100%;
  margin-top: -3px;
}
.exhiLst .resultArea .btm .btn {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -6px;
}
.exhiLst .resultArea .btm .btn a {
	color: #fff;
	background-color: #6d6d6d;
	border-radius: 5px;
	line-height: 1;
	padding: 7px 40px;
	font-size: 14px;
}
.exhiLst .resultArea .btm .btn a:hover {
	background-color: #898989;
	opacity: 1;
}
.exhiLst .resultArea .zone_ttl {
/*
	margin-right: 7px;
  font-size: 13px;
  color: #fff;
  line-height: 2.5;
  padding: 11px 0;
  background-color: #6d6d6d;
  width: 10%;
  margin: 0 1%;
  border-radius: 20px;
  text-align: center;
*/
}
.exhiLst .resultArea .zone_ttl.online {
  color: #43a838;
/*
  border: 1px solid #43a838;
  background-color: #fff;
  padding: 3px 20px;
  border-radius: 3px;
  position: relative;
*/
}
/*.exhiLst .resultArea .zone_ttl.online:after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 100%;
  background-color: #43a838;
  position: absolute;
  right: -6.5px;
  top: -6.5px;
}*/
@media screen and (min-width: 768px) and (max-width: 1200px) {
  /*-----  出展者リスト  -----*/
  .exhiLst .con .flxB div.box .flxB {
    position: relative;
  }
  .exhiLst .con .flxB div.box .flxB .txt .btnLnk {
    position: relative;
    bottom: 0;
    margin-top: 20px;
  }
  .exhiLst .con .flxB div.box .flxB .txt .btnLnk a {
    width: 100%;
    display: inline-block;
  }
  .exhiLst .con .flxB div.box:before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  /*-----  ブランドリスト  -----*/
  .brandLst .selectAlf {
    margin-bottom: 4vw;
    display: flex;
    flex-wrap: wrap;
  }
  .brandLst .selectAlf a {
    padding: 8px 0 0;
    margin-bottom: 2.5vw;
    margin-right: 2.3vw;
    width: 7vw;
    height: 7vw;
  }
  .brandLst .selectAlf a span {
    font-size: 3.5vw;
  }
  .brandLst .selectAlf a:nth-child(10n) {
    margin-right: 0;
  }
  .brandLst .selectAlf a.ETC {
    width: auto;
    padding: 7.5px 15px 0;
    margin-right: 0;
    border-radius: 20px;
  }
  .brandLst .brandBlc .box {
    display: inline-block;
    width: 47%;
    margin-right: 6%;
    margin-bottom: 4vw;
  }
  .brandLst .brandBlc .box .bName {
    font-size: 3vw;
  }
  .brandLst .brandBlc .box .cName {
    font-size: 3vw !important;
      line-height: 4vw;
      padding-top: 3px;
  }
  .brandLst .brandBlc .box.active .inner:before {
    background-color: #43a838;
    border: 6px solid #d7efd4;
  }
  .brandLst .brandBlc .box.active .cName {
      font-size: 3vw !important;
    color: #43a838;
  }
  .brandLst .brandBlc .box.box2n {
    margin-right: 0;
  }
  .brandLst .resultArea .zone_ttl {
   /* margin-right: 15px;*/
		margin-right: 0;
  }
  .brandLst .con .flxB div.box:nth-child(2n) {
    margin-right: 0;
  }
	.brandLst .resultArea .btm .btn {
		bottom: -14px;
	}
	.brandLst .resultArea .btm .btn a {
		font-size: 3.5vw;
	}
	.brandLst .resultArea .btm p {
		font-size: 3.6vw;
		line-height: 1.4;
	}
	.brandLst .resultArea .btm span.num {
		font-size: 4.5vw;
		margin: 0;
	}

  /*-----  出展者リスト  -----*/
  .exhiLst .selectCate {
    margin-bottom: 2vw;
  }
  .exhiLst .selectCate span {
    font-size: 3.0vw;
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 4vw;
  }
  .exhiLst .selectCate span:nth-child(3n) {
    margin-right: 0;
  }
  .exhiLst .con .flxB div.box {
    margin-bottom: 14vw;
    overflow: inherit;
		border-radius: 20px;
  }
  .exhiLst .con .flxB div.box .flxB > div {
    width: 100%;
  }
  .exhiLst .con .flxB div.box .flxB .img {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
  }
  .exhiLst .con .flxB div.box .flxB .img > div {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 50%;
    position: relative;
  }
  .exhiLst .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;
  }
  .exhiLst .con .flxB div.box .flxB .img > div:after {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .exhiLst .con .flxB div.box .flxB .txt {
    padding: 0;
    position: absolute;
    height: 100%;
    z-index: 1;
  }
  .exhiLst .con .flxB div.box .flxB .txt .cName {
    color: #fff;
    margin-bottom: 0;
    height: 50%;
    position: relative;
  }
	.exhiLst .con .flxB div.box .flxB .txt .cName a {
		color: #fff;
		display: inline-block;
		width: 100%;
		height: 100%;
	}
  .exhiLst .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;
  }
  .exhiLst .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;
  }
  .exhiLst .con .flxB div.box .flxB .txt .statusBox {
    margin-bottom: 0;
    border: none !important;
  }
  .exhiLst .con .flxB div.box .flxB .txt .statusBox p {
    font-size: 3.0vw;
  }
  .exhiLst .con .flxB div.box .flxB .txt .statusBox:after {
    display: none;
  }
  .exhiLst .con .flxB div.box .flxB .txt .introTxt {
    display: none;
  }
  .exhiLst .con .flxB div.box .flxB .txt .brandBox {
    display: none;
  }
  .exhiLst .con .flxB div.box .flxB .txt .brandBoxsp {
    width: 100%;
    position: absolute;
    bottom: -8vw;
    text-align: center;
  }
  .exhiLst .con .flxB div.box .flxB .txt .brandBoxsp p {
    display: inline-block;
    font-size: 3.3vw;
  }
  .exhiLst .con .flxB div.box .flxB .txt .brandBoxsp p #icon_search {
    vertical-align: top;
  }
  .exhiLst .con .flxB div.box .flxB .txt .brandBoxsp p #icon_search .cls-1, .exhiLst .con .flxB div.box .flxB .txt .brandBoxsp p #icon_search .cls-2 {
    fill: #444444;
  }
  .exhiLst .con .flxB div.box .flxB .txt .brandBoxsp p #icon_search .cls-1 {
    fill-opacity: 0;
    stroke: #444444;
    stroke-linejoin: round;
    stroke-width: 2px;
  }
  .exhiLst .con .flxB div.box .flxB .txt .brandBoxsp p #icon_search .cls-2 {
    fill-rule: evenodd;
  }
  .exhiLst .con .flxB div.box .flxB .txt .brandBoxsp span {
	  font-size: 2.9vw;
    background-color: #fff;
    border: 1px solid #444;
    border-radius: 5px;
    margin-left: 5px;
    padding: 3px 5px;
  }
  .exhiLst .con .flxB div.box .flxB .txt .btnLnk {
    position: inherit;
    bottom: auto;
  }
  .exhiLst .con .flxB div.box .flxB .txt .btnLnk a {
    font-size: 3.0vw;
    padding: 7px 0;
  }
  .exhiLst .con .flxB div.box.active .flxB .txt .cName:after {
    background-color: #43a838;
  }
  .exhiLst .con .flxB div.box.active .flxB .txt .btnLnk a {
    background-color: #43a838;
  }
  .exhiLst .con .flxB div.box:before {
    content: "";
    display: inline-block;
    padding-top: 100%;
    width: 100%;
  }
  .exhiLst .con .flxB div.box:nth-child(2n) {
    margin-right: 0;
  }
	.exhiLst .resultArea .btm .btn {
		bottom: -14px;
	}
	.exhiLst .resultArea .btm .btn a {
		font-size: 3.5vw;
	}
	.exhiLst .resultArea .btm p {
		font-size: 3.6vw;
		line-height: 1.4;
	}
	.exhiLst .resultArea .btm span.num {
		font-size: 4.5vw;
		margin: 0;
	}
}