/*----------------------------------------
*    オンライン展示会共通
*    common
------------------------------------------*/

/*----------------------------------------
*    common > btn_cmn共通部
------------------------------------------*/
.zoom_cmn {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  cursor: pointer;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.zoom_cmn p {
  width: 55px;
  height: 55px;
  border: 4px solid #FEC000;
  border-radius: 50%;
  background: url(/exhibition/img/icon_zoom.png) no-repeat center bottom 10px;
  background-size: cover;
  background-size: 28px;
}

.btn_cmn {
	height: 35px;
	border-radius: 100px;
	background: #fff;
	position: relative;
	z-index: 2;
}
.btn_cmn a {
	height: 35px;
	border: 3px solid #FEC000;
	border-radius: 100px;
	color: #09255C;
}
.btn_cmn p {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
	padding: 4px 20px 0 0;
}
.btn_cmn img {
	width: 23px;
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 3;
  fill: #FEC000;
  color: #FEC000;
}
.btn_cmn .tag {
	position: absolute;
	left: -6px;
	top: -12px;
	z-index: 3;
	font-size: 10px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	background-color: #D50101;
	padding: 0px 4px;
}

.btn_cmn .ripple {
	position: absolute;
	right: 0px;
	top: -3px;
}
.btn_cmn.btn_dsi .ripple {
	right: 0px;
	top: -3px;
}
.btn_cmn.btn_designer .ripple {
  right: 0px;
	top: 6px;
}
.btn_cmn.btn_mlEquip .ripple {
  right: 0px;
  top: 6px;
}

.btn_cmn_l {
	height: 45px;
	border-radius: 30px;
	background: #fff;
	position: relative;
}
.btn_cmn_l a {
	height: 45px;
	border-radius: 30px;
	border: 3px solid #FEC000;
	color: #09255C;
}
.btn_cmn_l p {
	font-weight: bold;
	padding: 4px 20px 0 0;
}
.btn_cmn_l img {
	width: 30px;
	position: absolute;
	right: 10px;
	top: 7px;
	z-index: 3;
}
.btn_cmn_l .ripple {
	right: 5px;
	top: 2px;
}


/*----------------------------------------
*    common > mv_ttl共通部
------------------------------------------*/
.ttl01 {
	line-height: 1.1;
	letter-spacing: .03em;
}
.ttl02 {
	line-height: 2.3;
	letter-spacing: .03em;
}
@keyframes balloon_txt_basic {
	0% {
			opacity: 0;
	}
	1% {
			opacity: 1;
	}
	25% {
			opacity: 1;
	}
	26% {
			opacity: 0;
	}
	100% {
			opacity: 0;
	}
}
@keyframes balloon_txt_advanced {
	0% {
			opacity: 0;
	}
	1% {
			opacity: 1;
	}
	33% {
			opacity: 1;
	}
	34% {
			opacity: 0;
	}
	100% {
			opacity: 0;
	}
}



/*----------------------------------------
*    common > pickup
------------------------------------------*/
.exhiCommon_pickup{
	background-color: #E8EFF4;
}
.exhiCommon_pickup.section_space {
  padding: 30px 15px 70px;
}
@media screen and (max-width:768px) {
	.exhiCommon_pickup.section_space {
    padding: 30px 15px 50px;
  }
}
.exhiPickup_ttlWrap{
	width: 100%;
	max-width: 1100px;
  margin: 0 auto 20px;
}
@media screen and (max-width:768px) {
  .exhiPickup_ttlWrap{
    max-width: 400px;
  }
}
.exhiPickup_ttlWrap .ttlJp{
	font-size: 28px;
	font-weight: 700;
	color: #09255C;
}
@media screen and (max-width:768px) {
  .exhiPickup_ttlWrap .ttlJp{
    font-size: 20px;
  }
}
.exhiPickup_ttlWrap .ttlEn{
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 700;
}
@media screen and (max-width:768px) {
  .exhiPickup_ttlWrap .ttlEn{
    font-size: 14px;
  }
}

.exhiPickup_conts{
}
/* ピックアップ_リスト */
ul.exhiPickup_list{
  max-width: 1000px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  /* align-items: start; */
  gap: 20px;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  ul.exhiPickup_list{
    max-width: 400px;
    flex-direction: column;
    gap: 20px;
  }
}
ul.exhiPickup_list li.exhiPickup_item{
  width: 33%;
  background-color: #fff;
  padding: 20px 15px 30px;
}
@media screen and (max-width:768px) {
  ul.exhiPickup_list li.exhiPickup_item{
    width: 100%;
  }
}
li.exhiPickup_item .imgWrap{
  position: relative;
  margin-bottom: 15px;
}
li.exhiPickup_item .imgWrap img.exhiPickup_item_img{
}
li.exhiPickup_item .imgWrap img.exhiPickup_item_imgIcon{
  width: 50px;
  position: absolute;
  top: -9%;
  left: -5%;
}
li.exhiPickup_item .textWrap{
  text-align: left;
}
li.exhiPickup_item .textWrap ul.tagList{
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
li.exhiPickup_item .textWrap li.tagItem{
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  background-color: #14479F;
  padding: 1px 8px;
}
li.exhiPickup_item .textWrap .ttl{
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 8px;
}
@media screen and (max-width:768px) {
  li.exhiPickup_item .textWrap .ttl{
    font-size: 16px;
    margin-bottom: 5px;
  }
}
li.exhiPickup_item .textWrap .detail{
  min-height: 120px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width:768px) {
  li.exhiPickup_item .textWrap .detail{
    min-height: auto;
    font-size: 13px;
    margin-bottom: 20px;
  }
}
li.exhiPickup_item .textWrap .comment{
	width: 200px;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	color: #FEC000;
	border: 3px solid #FEC000;
	border-radius: 100px;
	padding: 2px;
	margin: 0 auto;
}
@media screen and (max-width:768px) {
	li.exhiPickup_item .textWrap .comment{
		padding-top: 0px;
	}
}
/* ピックアップ共通ボタン */
.btn_exhiPickup{
  width: 200px;
  margin: 0 auto;
}
.btn_exhiPickup img{
  max-width: 20px;
}
.btn_exhiPickup.disp_none{
	display: none;
}

/*----------------------------------------
*    common > exhiSec_ttlWrap
------------------------------------------*/
.exhiSec_ttlWrap{
  text-align: center;
  margin: 0 auto 40px;
}
@media screen and (max-width:768px) {
  .exhiSec_ttlWrap{
    margin: 0 auto 30px;
  }
}
.exhiSec_ttlMain{
  display: inline-block;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  background-color: #14479F;
  padding: 3px 36px 6px;
  margin: 0 auto 15px;
}
@media screen and (max-width:768px) {
  .exhiSec_ttlMain{
    width: 100%;
    font-size: 24px;
    padding: 4px 10px 7px;
    margin: 0 auto 10px;
  }
}
.exhiSec_ttlSub{
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #14479F;
  margin-bottom: 10px;
}
@media screen and (max-width:768px) {
  .exhiSec_ttlSub{
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 7px;
  }
}
.exhiSec_ttlLead{
  font-size: 16px;
  font-weight: 400;
  color: #333;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .exhiSec_ttlLead{
    font-size: 14px;
    text-align: center;
    margin-bottom: 0px;
  }
}



/*----------------------------------------
*		OLED、MS共通 >
*		ページ内セクションへのリンクリスト
------------------------------------------*/
.exhi_secLink{
	background-color: #D9D9D9;
}
.exhi_secLink.section_space {
  padding: 40px 15px;
}
@media screen and (max-width:768px) {
	.exhi_secLink.section_space {
    padding: 20px 15px;
  }
}
.exhi_secLink_contsWrap{
  width: 100%;
  max-width: 1100px;
  padding: 0;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .exhi_secLink_contsWrap{
    max-width: 500px;
    padding: 0;
    margin: 0 auto;
  }
}
ul.exhi_secLink_list{
	display: flex;
	justify-content: start;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}
@media screen and (max-width:768px) {
	ul.exhi_secLink_list{
		gap: 10px 10px;
	}
}
li.exhi_secLink_item {
	width: 24%;
	max-height: 80px;
	border: 1px solid #707070;
	background-color: #fff;
	overflow: hidden;
}
@media screen and (max-width:1050px) {
	li.exhi_secLink_item {
		width: 32%;
	}
}
@media screen and (max-width:768px) {
	li.exhi_secLink_item {
		width: 48%;
		max-height: 80px;
	}
}
li.exhi_secLink_item a{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0;
	margin: 0 auto;
}
li.exhi_secLink_item:hover img{
}
li.exhi_secLink_item .imgWrap{
	width: 29%;
	margin: 0 auto;
}
li.exhi_secLink_item .imgWrap img{
	object-fit: cover;
	margin-left: -1px;
}
li.exhi_secLink_item .textWrap{
	display: block;
	width: 70%;
	height: 100%;
	max-height: 80px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
	overflow: hidden;
	padding: 8px 10px;
	margin: 0 auto;
}
@media screen and (max-width:1050px) {
	li.exhi_secLink_item .textWrap{
		font-size: 14px;
		line-height: 1.1;
	}
}
@media screen and (max-width:768px) {
	li.exhi_secLink_item .textWrap{
		width: 70%;
		height: 100%;
		max-height: 50px;
		font-size: 12px;
		line-height: 1.1;
		padding: 3px 5px;
		margin: 0 auto;
	}
}
