@charset "UTF-8";
/*-----  出展者詳細  -----*/
.exhiDetail .info {
  padding: 15px 0 25px;
}
.exhiDetail .info .leftBlc {
  width: 69%;
}
.exhiDetail .info .leftBlc h2 {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  vertical-align: middle;
	margin-right: 15px;
}
.exhiDetail .info .leftBlc .time {
    margin-left: 10px;
    color: #6d6d6d;
  }
.exhiDetail .info .leftBlc span.rightsp {
  display: inline;
}
.exhiDetail .info .leftBlc span {
  display: inline-block;
  /*margin-left: 15px;*/
  font-size: 15px;
  font-weight: 600;
  vertical-align: middle;
  line-height: 1;
}
.exhiDetail .info .leftBlc .status {
  background-color: #fff;
  line-height: 1;
  padding: 3px 20px;
  border: 1px solid #6d6d6d;
  position: relative;
  border-radius: 3px;
    color: #6d6d6d;
}
.exhiDetail .info .leftBlc .status:after {
  content: "";
  display: block;
  background-color: #6d6d6d;
  width: 13px;
  height: 13px;
  border-radius: 100%;
  position: absolute;
  right: -6px;
  top: -6px;
}

.exhiDetail .info .leftBlc.active span {
  color: #43a838;
}
.exhiDetail .info .leftBlc.active .status {
  border: 1px solid #43a838;
  color: #43a838;
}
.exhiDetail .info .leftBlc.active .status:after {
  background-color: #43a838;
}
.exhiDetail .info .rightBlc {
  width: 31%;
  text-align: right;
  padding-top: 5px;
}
.exhiDetail .info .rightBlc a {
  display: inline-block;
  margin-left: 15px;
  border-radius: 3px;
  font-size: 15px;
  color: #fff;
  line-height: 1;
  padding: 4px 20px;
  vertical-align: middle;
}
.exhiDetail .info .rightBlc a img {
  margin-right: 8px;
}
.exhiDetail .info .rightBlc a.addReview {
  background-color: #fe6e6e;
}
.exhiDetail .info .rightBlc a.contact {
  background-color: #43a838;
}
.exhiDetail .kv {
  position: relative;
  margin-bottom: 30px;
}
.exhiDetail .kv .inner {
  width: 100%;
  height: 100%;
  box-shadow: 0 -5px 10px 7px rgba(150, 150, 150, 0.15), 0 5px 10px 7px rgba(150, 150, 150, 0.15);
  overflow: hidden;
  border-radius: 25px;
  position: absolute;
  left: 0;
  top: 0;
}
.exhiDetail .kv .inner > div {
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.exhiDetail .kv:after {
  content: "";
  display: block;
  width: 100%;
 /* padding-top: 30%;*/
	padding-top: 31.666666%;
}
.exhiDetail .brandImg {
  padding-bottom: 10px;
}
.exhiDetail .brandImg .box {
  width: 10%;
  margin-right: 2.85%;
  margin-bottom: 25px;
  height: 100%;
  position: relative;
}
.exhiDetail .brandImg .box .thum {
  box-shadow: 0 -5px 10px 5px rgba(150, 150, 150, 0.15), 0 5px 10px 5px rgba(150, 150, 150, 0.15);
  overflow: hidden;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.exhiDetail .brandImg .box .thum img {
  max-width: 100%;
  max-height: 100%;
}
.exhiDetail .brandImg .box .thum:hover {
  opacity: 0.8;
  cursor: pointer;
}
.exhiDetail .brandImg .box:before {
  content: "+";
  display: block;
  color: #fff;
  background-color: #b4b4b4;
  width: 25px;
  height: 26px;
  border: 5px solid #e7e7e7;
  border-radius: 100%;
  position: absolute;
  bottom: 5px;
  right: 0;
  text-align: center;
  font-size: 20px;
  line-height: 1;
  padding-top: 1px;
  z-index: 1;
}
.exhiDetail .brandImg .box:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.exhiDetail .brandImg .box:nth-child(8n) {
  margin-right: 0;
}
.exhiDetail .brandImg .modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  display: none;
}
.exhiDetail .brandImg .modal .mInner {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.exhiDetail .brandImg .modal .bigImg {
  max-width: 800px;
  max-height: 494px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-size: contain;
}
.exhiDetail .brandImg .modal .bigImg .btnCls {
  position: absolute;
  top: -32px;
  right: -32px;
  display: block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  z-index: 3;
  text-align: center;
  z-index: 150;
}
.exhiDetail .brandImg .modal .bigImg .btnCls span {
  top: 17.5px;
  display: block;
  position: absolute;
  width: 100%;
  border-bottom: solid 2px #fff;
  left: 0;
}
.exhiDetail .brandImg .modal .bigImg .btnCls span:nth-child(1) {
  left: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.exhiDetail .brandImg .modal .bigImg .btnCls span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.exhiDetail .borderBlc {
  border-left: 1px solid #5e5e5e;
  margin-left: 10px;
  margin-bottom: 40px;
  padding: 15px 0 15px 20px;
}
.exhiDetail .borderBlc p {
  font-size: 16px;
}
.exhiDetail .borderBlc .mvBox {
  margin-top: 30px;
  position: relative;
}
.exhiDetail .borderBlc .mvBox iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.exhiDetail .borderBlc .mvBox:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 50%;
}
.exhiDetail .brandLogo h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.exhiDetail .brandLogo .box {
  width: 20%;
  margin-right: 6.666%;
  margin-bottom: 40px;
}
.exhiDetail .brandLogo .box .logo {
  margin-bottom: 15px;
  box-shadow: 0 -5px 10px 5px rgba(150, 150, 150, 0.15), 0 5px 10px 5px rgba(150, 150, 150, 0.15);
  overflow: hidden;
  border-radius: 30px;
  width: 100%;
  height: -moz-calc(100% - 30px);
  height: -o-calc(100% - 30px);
  height: -webkit-calc(100% - 30px);
  height: calc(100% - 30px);
  position: relative;
  background-color: #fff;
  padding-bottom: 100%;
}
.exhiDetail .brandLogo .box .logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
}
.exhiDetail .brandLogo .box .logo.noimg img {
	width: 40%;
}
.exhiDetail .brandLogo .box p {
  text-align: center;
	color: #4c4c4c;
}
.exhiDetail .brandLogo .box p.icon {
	color: #43a838;	
}
.exhiDetail .brandLogo .box p.icon img {
	width: 20px;
	height: auto;
	vertical-align: middle;
	margin-right: 10px;
}

.exhiDetail .brandLogo .box:nth-child(4n) {
  margin-right: 0;
}
.exhiDetail .catalogBlc h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.exhiDetail .catalogBlc .box {
  width: 20%;
  height: 100%;
  margin-right: 6.666%;
  margin-bottom: 40px;
  position: relative;
}
.exhiDetail .catalogBlc .box .logo {
  width: 100%;
  margin-bottom: 15px;
  box-shadow: 0 -5px 10px 5px rgba(150, 150, 150, 0.15), 0 5px 10px 5px rgba(150, 150, 150, 0.15);
  width: 100%;
  height: -moz-calc(100% - 30px);
  height: -o-calc(100% - 30px);
  height: -webkit-calc(100% - 30px);
  height: calc(100% - 30px);
  position: relative;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.exhiDetail .catalogBlc .box .logo a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
	color: #4c4c4c;
}
.exhiDetail .catalogBlc .box .logo:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 141.666%;
}
.exhiDetail .catalogBlc .box .logo:before {
  content: "";
  display: inline-block;
  width: 57px;
  height: 57px;
  border-radius: 100%;
  border: 5px solid #e7e7e7;
  background-color: #adadad;
  background-repeat: no-repeat;
  background-image: url("../img/common/icon_dwn.svg");
  background-position: center;
  position: absolute;
  right: -25px;
  bottom: -25px;
  z-index: 1;
}
.exhiDetail .catalogBlc .box .logo:hover {
  opacity: 0.8;
}
.exhiDetail .catalogBlc .box p {
  text-align: center;
}
.exhiDetail .catalogBlc .box:nth-child(4n) {
  margin-right: 0;
}
.exhiDetail .btnBlc {
  display: block;
  width: 46.666%;
  margin: 0 auto 20px;
  border-radius: 50px;
  background-color: #6d6d6d;
}
.exhiDetail .txtAtn {
	text-align: center;
	margin: 0 0 80px;
}
.exhiDetail .btnBlc a {
  font-size: 20px;
  color: #fff;
  text-align: center;
  width: 100%;
  height: 100%;
  display: inline-block;
  padding: 27px 0 15px;
  position: relative;
}
.exhiDetail .btnBlc a span.comName {
  font-size: 20px;
  color: #fff;
  display: block;
}
.exhiDetail .btnBlc a span.status {
  font-size: 15px;
  font-weight: bold;
  background-color: #fff;
  padding: 1px 20px;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #6d6d6d;
  border: 1px solid #6d6d6d;
}
.exhiDetail .btnBlc a span.status:after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 100%;
  position: absolute;
  top: -6px;
  right: -6px;
  background-color: #6d6d6d;
}
.exhiDetail .btnBlc.active {
  background-color: #43a838;
}
.exhiDetail .btnBlc.active a span.status {
  color: #43a838;
  border: 1px solid #43a838;
}
.exhiDetail .btnBlc.active a span.status:after {
  background-color: #43a838;
}
@media screen and (max-width: 767px) {
  .exhiDetail .info {
    padding: 4vw 0 3vw;
  }
  .exhiDetail .info .leftBlc {
    width: 100%;
    margin-bottom: 3vw;
    display: flex;
    flex-wrap: wrap;
  }
  .exhiDetail .info .leftBlc h2 {
    font-size: 4vw;
	  line-height: 5vw;
    display: block;
    margin-top: 0.5vw;
    width: 65%;
	  width: 60%;
		width: 59%;
  }
  .exhiDetail .info .leftBlc span.rightsp {
    display: block;
    width: 35%;
	  width: 36%;
    margin-left: 0;
    text-align: right;
  }
  .exhiDetail .info .leftBlc span {
    margin-left: 15px;
    font-size: 3vw;
  }
  .exhiDetail .info .leftBlc .status {
    margin-left: 0;
    padding: 3px 3.5vw;
  }
  .exhiDetail .info .leftBlc .time {
    margin-left: 0;
    display: block;
    margin-top: 5px;
  }
  .exhiDetail .info .rightBlc {
    width: 100%;
    text-align: left;
    padding-top: 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.5vw;
  }
  .exhiDetail .info .rightBlc a {
    width: 50%;
    width: -moz-calc(50% - 10px);
    width: -o-calc(50% - 10px);
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    margin-left: 10px;
    font-size: 3.1vw;
    padding: 7px 0;
    text-align: center;
  }
  .exhiDetail .info .rightBlc a img {
    width: auto;
    vertical-align: sub;
  }
  .exhiDetail .info .rightBlc a.addReview {
    margin-right: 10px;
    margin-left: 0;
  }
  .exhiDetail .kv {
    margin-bottom: 4vw;
  }
  .exhiDetail .kv .inner {
    border-radius: 15px;
  }
  .exhiDetail .brandImg {
    padding-bottom: 3vw;
  }
  .exhiDetail .brandImg .box {
    width: 22%;
    margin-right: 4%;
    margin-bottom: 3vw;
  }
  .exhiDetail .brandImg .box:before {
    width: 17px;
    height: 17px;
    border: 4px solid #e7e7e7;
    bottom: 3px;
    font-size: 14px;
    padding-top: 0;
  }
  .exhiDetail .brandImg .box:nth-child(4n) {
    margin-right: 0;
  }
  .exhiDetail .brandImg .modal .bigImg {
    max-width: none;
    max-height: none;
  }
  .exhiDetail .brandImg .modal .bigImg img {
    max-width: 100vw;
    max-height: 100vw;
    width: auto;
  }
  .exhiDetail .brandImg .modal .bigImg .btnCls {
    position: absolute;
    top: -32px;
    right: -32px;
    display: block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    z-index: 3;
    text-align: center;
    z-index: 150;
  }
  .exhiDetail .brandImg .modal .bigImg .btnCls span {
    top: 17.5px;
    display: block;
    position: absolute;
    width: 100%;
    border-bottom: solid 2px #fff;
    left: 0;
  }
  .exhiDetail .brandImg .modal .bigImg .btnCls span:nth-child(1) {
    left: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .exhiDetail .brandImg .modal .bigImg .btnCls span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .exhiDetail .borderBlc {
    margin-bottom: 6vw;
    padding: 1vw 0 2vw 3.5vw;
  }
  .exhiDetail .borderBlc p {
    font-size: 3.6vw;
  }
  .exhiDetail .borderBlc p iframe {
    width: 100%;
    height: 47.5vw;
  }
  .exhiDetail .borderBlc .mvBox {
    margin-top: 4vw;
  }
	.exhiDetail .brandLogo {
		margin-bottom: 3vw;
	}
  .exhiDetail .brandLogo h2 {
    font-size: 4vw;
    margin-bottom: 3vw;
  }
  .exhiDetail .brandLogo .box {
    margin-bottom: 3vw;
    /*
    			width: 23%;
    			margin-right: 2.6666%;
    */
    width: 47%;
    margin-right: 6%;
  }
  .exhiDetail .brandLogo .box a {
    width: 100%;
  }
  .exhiDetail .brandLogo .box .logo {
    margin-bottom: 2vw;
    border-radius: 20px;
    height: -moz-calc(100% - 14vw);
    height: -o-calc(100% - 14vw);
    height: -webkit-calc(100% - 14vw);
    height: calc(100% - 14vw);
  }
  .exhiDetail .brandLogo .box .logo img {
    max-width: 80%;
    max-height: 80%;
  }
  .exhiDetail .brandLogo .box p {
    font-size: 3vw;
  }
  .exhiDetail .brandLogo .box:nth-child(2n) {
    margin-right: 0;
  }
	.exhiDetail .catalogBlc {
		margin-bottom: 6vw;
	}
  .exhiDetail .catalogBlc h2 {
    font-size: 4vw;
    margin-bottom: 3vw;
  }
  .exhiDetail .catalogBlc .box {
    height: 100%;
    width: 46%;
    margin-right: 8%;
    margin-bottom: 4vw;
  }
  .exhiDetail .catalogBlc .box .logo {
    margin-bottom: 3vw;
    height: -moz-calc(100% - 3vw);
    height: -o-calc(100% - 3vw);
    height: -webkit-calc(100% - 3vw);
    height: calc(100% - 3vw);
  }
  .exhiDetail .catalogBlc .box .logo:after {
    content: "";
    display: block;
    width: 100%;
    padding-top: 141.666%;
  }
  .exhiDetail .catalogBlc .box .logo:before {
    width: 40px;
    height: 40px;
    background-size: 40%;
    right: -15px;
    bottom: -15px;
  }
  .exhiDetail .catalogBlc .box p {
    font-size: 3vw;
    line-height: 1.3;
    margin-bottom: 2vw;
  }
  .exhiDetail .catalogBlc .box:nth-child(2n) {
    margin-right: 0;
  }
  .exhiDetail .btnBlc {
    width: 100%;
    margin: 0 auto 3vw;
    background-color: #6d6d6d;
  }
  .exhiDetail .txtAtn {
    text-align: center;
    margin: 0 0 7vw;
		font-size: 3vw;
  }
  .exhiDetail .btnBlc a {
    font-size: 3.8vw;
    padding: 20px 0 10px;
  }
  .exhiDetail .btnBlc a span.comName {
    font-size: 3.8vw;
  }
  .exhiDetail .btnBlc a span.status {
    font-size: 3vw;
    padding: 1px 20px;
    border: 1px solid #6d6d6d;
    color: #6d6d6d;
  }
  .exhiDetail .btnBlc a span.status:after {
    background-color: #6d6d6d;
  }
  .exhiDetail .btnBlc.active {
    background-color: #43a838;
  }
  .exhiDetail .btnBlc.active a span.status {
    color: #43a838;
    border: 1px solid #43a838;
  }
  .exhiDetail .btnBlc.active a span.status:after {
    background-color: #43a838;
  }
	#lightBox {
		position: relative;
	}
	.lightboxOverlay {
		max-width: 100vw;
	}
	.lb-nav a.lb-prev {
		left: 0!important;
		background-size: 30px auto!important;
	}
	.lb-nav a.lb-next {
		right: 0!important;
		background-size: 30px auto!important;
	}
	.lb-dataContainer {
		top: auto!important;
	}
	.lb-data .lb-close {
		float: none!important;
		margin-right: 0!important;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}
}