@charset "UTF-8";

/* ------------------------------------------------
                    IHM
--------------------------------------------------- */

/*---------- MV ----------*/
.sec-mv {
	width: 100%;
	padding: 35px 0 65px;
	background: url("../img/bg_mv.jpg") center center no-repeat;
	background-size: cover;
}
.sec-mv .mv-inn {
	width: 80%;
	max-width: 878px;
	margin: 0 auto;
	padding: 90px 40px 85px;
	position: relative;
	background: url("../img/bg_mv_txt.png") center center no-repeat;
	background-size: contain;
}
.sec-mv .mv-txt-01 {
	width: 70%;
	max-width: 550px;
	margin: 0 auto;
}
.sec-mv h1 {
	width: 40%;
	max-width: 402px;
	margin: -40px auto 20px;
}
.sec-mv .mv-txt-02 {
	width: 70%;
	max-width: 680px;
	margin: 0 auto 10px;
}
.sec-mv .mv-txt-03 {
	width: 70%;
	max-width: 680px;
	margin: 0 auto 20px;
}
.sec-mv .mv-txt-04 {
	text-align: center;
	font-weight: 700;
}

.sec-mv .float-label-01 {
	width: 25%;
	max-width: 198px;
	position: absolute;
	top: -15px;
	left: -30px;
}
.sec-mv .float-label-02 {
	width: 30%;
	max-width: 291px;
	position: absolute;
	top: 140px;
	right: -80px;
}

@media (max-width: 768px) {
	.sec-mv {
		width: 100%;
		padding: 6vw 0 5vw;
		background: url("../img/bg_mv.jpg") center center no-repeat;
		background-size: cover;
	}
	.sec-mv .mv-inn {
		width: 96%;
		max-width: initial;
		margin: 0 auto;
		padding: 16vw 4vw 13vw;
		position: relative;
		background: url("../img/bg_mv_txt_sp.png") center center no-repeat;
		background-size: contain;
	}
	.sec-mv .mv-txt-01 {
		width: 60%;
		max-width: 550px;
		margin: 0 auto;
	}
	.sec-mv h1 {
		width: 50%;
		max-width: 402px;
		margin: -3vw auto 3vw;
	}
	.sec-mv .mv-txt-02 {
		width: 70%;
		max-width: 680px;
		margin: 0 auto 2vw;
	}
	.sec-mv .mv-txt-03 {
		width: 70%;
		max-width: 680px;
		margin: 0 auto 2vw;
	}
	.sec-mv .mv-txt-04 {
		font-size: 3.0vw;
	}

	.sec-mv .float-label-01 {
		width: 28%;
		max-width: 198px;
		position: absolute;
		top: -1vw;
		left: -4%;
	}
	.sec-mv .float-label-02 {
		width: 35%;
		max-width: 291px;
		position: absolute;
		top: auto;
		bottom: -12vw;
		right: -2%;
		z-index: 3;
	}
}



/*---------- お知らせ ----------*/
.sec-news {
	width: 100%;
	padding: 80px 0;
	background: #e7dfe9;
	position: relative;
}
.sec-news::after {
	content: '';
	width: 100%;
	height: 60px;
	background: url("../img/bg_purple_bottom.png") left top repeat-x;
	background-size: auto 60px;
	position: absolute;
	bottom: -20px;
	left: 0;
	z-index: 4;
}
.sec-news h2 {
	margin-bottom: 40px;
}
.sec-news h2 img {
	width: 124px;
	margin: 0 auto;
}
.sec-news h2 span {
	margin: 20px auto 0;
	display: block;
	text-align: center;
	font-size: 22px;
	font-weight: 500;
}

.sec-news .flex-box {
	justify-content: space-between;
	align-items: flex-start;
}
.sec-news .flex-box .box-left {
	width: calc(100% - 340px);
}
.sec-news .flex-box .box-right {
	width: 300px;
}


.sec-news .news-list {
	background: #fff;
	height:600px;
	overflow-y:scroll
}
.sec-news .news-list li {
	width: 100%;
	padding: 30px 50px;
	display: flex;
	align-items: flex-start;
	border-bottom: 1px solid #e6e6e6;
}
.sec-news .news-list li:last-child {
	border-bottom: none;
}
.sec-news .news-list li .news-date {
	width: 120px;
	font-size: 17px;
}
.sec-news .news-list li .news-cate {
	width: 110px;
	margin-right: 15px;
	padding: 5px;
	background: #da4614;
	border-radius: 40px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
}
.sec-news .news-list li .news-cate.info { background: #da4614;}
.sec-news .news-list li .news-cate.exhibitors { background: #f1af00;}
.sec-news .news-list li .news-cate.visitors { background: #a88bb2;}

.sec-news .news-list li .news-ttl {
	width: calc(100% - 245px);
	font-size: 14px;
	font-weight: 400;
}

.sec-news .sns-btn-area {
	width: 100%;
	max-width: 300px;
	margin: 15px auto 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.sec-news .sns-btn-area a {
	width: 38px;
	display: block;
	margin-left: 20px;
}

@media (max-width: 960px) {

	.sec-news .flex-box {
		flex-wrap: wrap;
	}
	.sec-news .flex-box .box-left {
		width: 100%;
		margin-bottom: 30px;
	}
	.sec-news .flex-box .box-right {
		width: 100%;
		text-align: center;
	}
	.sec-news .flex-box .box-right .twitter-timeline {
		margin: 0 auto;
	}
}

@media (max-width: 768px) {
	.sec-news {
		width: 100%;
		padding: 12vw 0;
	}
	.sec-news h2 {
		margin-bottom: 8vw;
	}
	.sec-news h2 img {
		width: 100%;
		max-width: 124px;
		margin: 0 auto;
	}
	.sec-news h2 span {
		margin: 3vw auto 0;
		display: block;
		text-align: center;
		font-size: 4.0vw;
	}
	.sec-news .flex-box .box-left {
		margin-bottom: 8vw;
	}


	.sec-news .news-list {
		background: #fff;
		height:80vh
	}
	.sec-news .news-list li {
		width: 100%;
		padding: 5vw;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		border-bottom: 1px solid #e6e6e6;
	}
	.sec-news .news-list li:last-child {
		border-bottom: none;
	}
	.sec-news .news-list li .news-date {
		width: 24vw;
		font-size: 3.6vw;
	}
	.sec-news .news-list li .news-cate {
		width: 25vw;
		margin-right: 0;
		padding: 1vw;
		background: #da4614;
		border-radius: 8vw;
		text-align: center;
		color: #fff;
		font-size: 3.4vw;
	}

	.sec-news .news-list li .news-ttl {
		width: 100%;
		margin-top: 2vw;
		font-size: 3.4vw;
	}

	.sec-news .sns-btn-area {
		width: 100%;
		margin: 6vw auto 0;
	}
	.sec-news .sns-btn-area a {
		width: 6vw;
		display: block;
		margin-left: 4vw;
	}
    
}



/*---------- 開催概要 ----------*/
.sec-summary {
	width: 100%;
	padding: 100px 0 60px;
	background: url("../img/bg_wallpaper.png") left top repeat;
	position: relative;
	z-index: 3;
}
.sec-summary::after {
	content: '';
	width: 100%;
	height: 60px;
	background: url("../img/bg_wallpaper_bottom.png") left top repeat-x;
	background-size: 1400px;
	position: absolute;
	bottom: -20px;
	left: 0;
	z-index: 4;
	
}


.sec-summary h2 {
	margin-bottom: 40px;
}
.sec-summary h2 img {
	width: 226px;
	margin: 0 auto;
}
.sec-summary h2 span {
	margin: 20px auto 0;
	display: block;
	text-align: center;
	font-size: 22px;
	font-weight: 500;
}

.sec-summary .cont-introduction {
	width: 100%;
	margin-bottom: 60px;
	padding: 70px 0;
	background: url("../img/bg_summary.jpg") center center no-repeat;
	background-size: cover;
}
.sec-summary .cont-introduction .summary-intro-txt-01 {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}
.sec-summary .cont-introduction .summary-intro-txt-02 {
	width: 100%;
	max-width: 1030px;
	margin: -10px auto 0;
	position: relative;
	z-index: 2;
}
.sec-summary .cont-introduction .txt-box {
	width: 100%;
	margin: 0 auto;
	padding: 40px;
	text-align: center;
	background: #fff;
	border-radius: 20px;
	position: relative;
	z-index: 3;
}

.sec-summary .outline-wrap {
	justify-content: space-between;
	align-content: flex-start;
	flex-wrap:wrap
}
.sec-summary .outline-wrap .box-left {
	/*width:67%;*/
	width: 80%;
	margin: 0 auto 50px
}
.sec-summary .outline-wrap .table-wrap {
	width: 100%;
}
.sec-summary .outline-wrap .table-wrap dl {
	width: 100%;
	display: flex;
	border-bottom: 1px solid #e6e6e6;
}
.sec-summary .outline-wrap .table-wrap dl.last {
	border-bottom: none;
}
.sec-summary .outline-wrap .table-wrap dl dt {
	width: 190px;
	padding: 30px;
	background: #da4614;
	color: #fff;
	font-weight: 400;
}
.sec-summary .outline-wrap .table-wrap dl dd {
	width: calc(100% - 190px);
	padding: 30px;
	background: #fff;
	font-weight: 400;
}


.sec-summary .outline-wrap .box-right {
	/*width: calc(33% - 40px);*/
	width:80%;
	margin: 0 auto
}
.sec-summary .outline-wrap .map-wrap {
	width: 100%;
	height: 375px;
	margin-bottom: 20px;
	border: 10px solid #fff;
	position: relative;
}
.sec-summary .outline-wrap .map-wrap iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

@media (max-width: 960px) {

	.sec-summary .outline-wrap {
		justify-content: space-between;
		align-content: flex-start;
		flex-wrap: wrap;
	}
	.sec-summary .outline-wrap .box-left {
		width: 100%;
	}
	.sec-summary .outline-wrap .box-right {
		width: 100%;
		margin-top: 50px;
	}
}

@media (max-width: 768px) {
	.sec-summary {
		width: 100%;
		padding: calc(12vw + 20px) 0 12vw;
		background: url("../img/bg_wallpaper.png") left top repeat;
		position: relative;
		/*z-index: 2;*/
	}
	.sec-summary h2 {
		margin-bottom: 8vw;
	}
	.sec-summary h2 img {
		width: 100%;
		max-width: 226px;
		margin: 0 auto;
	}
	.sec-summary h2 span {
		margin: 3vw auto 0;
		display: block;
		text-align: center;
		font-size: 4.0vw;
	}

	.sec-summary .cont-introduction {
		width: 100%;
		margin-bottom: 12vw;
		padding: 12vw 0;
	}
	.sec-summary .cont-introduction .summary-intro-txt-01 {
		width: 100%;
		max-width: 775px;
		margin: 0 auto;
		position: relative;
		z-index: 3;
	}
	.sec-summary .cont-introduction .summary-intro-txt-02 {
		width: 100%;
		max-width: 1030px;
		margin: 0 auto 0;
		position: relative;
		z-index: 2;
	}
	.sec-summary .cont-introduction .txt-box {
		width: 100%;
		margin: 0 auto;
		padding: 8vw 5vw;
		border-radius: 4vw;
	}
	.sec-summary .outline-wrap .table-wrap dl {
		width: 100%;
		display: block;
		border-bottom: none;
	}
	.sec-summary .outline-wrap .table-wrap dl.last {
		border-bottom: none;
	}
	.sec-summary .outline-wrap .table-wrap dl dt {
		width: 100%;
		padding: 4vw;
	}
	.sec-summary .outline-wrap .table-wrap dl dd {
		width: 100%;
		padding: 4vw;
	}


	.sec-summary .outline-wrap .box-right {
		width: 100%;
		margin-top: 8vw;
	}
	.sec-summary .outline-wrap .map-wrap {
		width: 100%;
		height: 80vw;
		margin-bottom: 8vw;
	}
    
}



/*---------- 出展者紹介 ----------*/
.sec-artists {
	width: 100%;
	padding: 100px 0 80px;
	background:#e7dfe9;
	position: relative;
	z-index: 2;
}
.sec-artists::after {
	content: '';
	width: 100%;
	height: 60px;
	background: url("../img/bg_purple_bottom.png") left top repeat-x;
	background-size: 1400px;
	position: absolute;
	bottom: -20px;
	left: 0;
	z-index: 3;
}
.sec-artists h2 {
	margin-bottom: 40px;
}
.sec-artists h2 img {
	width: 225px;
	margin: 0 auto;
}
.sec-artists h2 span {
	margin: 20px auto 0;
	display: block;
	text-align: center;
	font-size: 22px;
	font-weight: 500;
}
.sec-artists .artists-wrap {
	width: 100%;
	position: relative;
	/* flex-wrap: wrap;
	justify-content: flex-start; */
}
.sec-artists .artists-wrap .artists-box {
	padding: 0 10px;
}
.sec-artists .artists-wrap .artists-box .artists-box-inn {
	padding: 10px;
	border: 1px solid #3a302e;
	background: url("../img/bg_wallpaper.png") left top repeat;
}
.sec-artists .artists-wrap .artists-box .artists-name {
	margin: 5px 0;
	font-weight: 500;
	color: #da4614;
}
.sec-artists .artists-wrap .artists-box .artists-txt {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
}


@media (max-width: 768px) {
	.sec-artists {
		width: 100%;
		padding: calc(12vw + 20px) 0 12vw;
		position: relative;
		z-index: 2;
	}
	.sec-artists h2 {
		margin-bottom: 8vw;
	}
	.sec-artists h2 img {
		width: 100%;
		max-width: 225px;
		margin: 0 auto;
	}
	.sec-artists h2 span {
		margin: 3vw auto 0;
		display: block;
		text-align: center;
		font-size: 4.0vw;
	}
	.sec-artists .artists-wrap {
		width: 100%;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.sec-artists .artists-wrap .artists-box {
		padding: 0 2vw;
	}
	.sec-artists .artists-wrap .artists-box .artists-box-inn {
		padding: 2vw;
	}
	.sec-artists .artists-wrap .artists-box .artists-name {
		margin: 1vw 0;
	}
	.sec-artists .artists-wrap .artists-box .artists-txt {
		font-size: 3.0vw;
	}
    
}
.artists-wrap {
	display: none;
}
.artists-wrap.slick-initialized {
	display: block; /*slick-initializedが付与されたら表示*/
}

.slide-arrow {
	width: 50px;
	height: 50px;
	position: absolute;
	top: calc(50% - 25px);
	z-index: 5;
	cursor: pointer;
}
.arrow-prev {
	background: url("../img/icon_prev.svg") center center no-repeat;
	background-size: 100%;
	left: -3%;
}
.arrow-next {
	background: url("../img/icon_next.svg") center center no-repeat;
	background-size: 100%;
	right: -3%;
}


.slick-dots {
    position: absolute;
    bottom: -30px;
	left: 5%;

    display: block;
    width: 90%;
    padding: 0;
    margin: 0;
    list-style: none;
	text-align: center;
	z-index: 4;
}
.slick-dots li {
    position: relative;

    display: inline-block;

    width: 7px;
    height: 7px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;

    display: block;

    width: 7px;
    height: 7px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:before{
    line-height: 1;

    position: absolute;
    top: 0;
    left: 0;

    width: 7px;
    height: 7px;

    content: '';
    text-align: center;

    opacity: 1;
    background: #3a302e;
	border-radius: 50%;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    background: #da4614;
}

@media (max-width: 768px) {
	.slide-arrow {
		width: 6vw;
		height: 6vw;
		position: absolute;
		top: calc(50% - 3vw);
		z-index: 5;
		cursor: pointer;
	}
	.arrow-prev {
		left: -3%;
	}
	.arrow-next {
		right: -3%;
	}


	.slick-dots {
		position: absolute;
		bottom: -6vw;
		left: 5%;

		display: block;
		width: 90%;
		padding: 0;
		margin: 0;
		list-style: none;
		text-align: center;
		z-index: 4;
	}
	.slick-dots li {
		width: 1vw;
		height: 1vw;
		margin: 0 0.6vw;
	}
	.slick-dots li button {
		width: 1vw;
		height: 1vw;
	}
	.slick-dots li button:before{
		width: 1vw;
		height: 1vw;
	}
    
}


/*----------出展者紹介 スペースレイアウト図面 (240412追加）----------*/

.sec-artists .layout-wrap {
	background: #fff;
	padding: 20px
}
.sec-artists .layout-wrap .layout-space{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 10px;
	font-size:0.7em;
	line-height: 1.4
}
.sec-artists .layout-wrap .layout-space .item-box{
	width:calc(100% / 6);
	border-left:2px #333 solid;
	display: flex;
	flex-direction: column;
	justify-content: space-between
}
.sec-artists .layout-wrap .layout-space .item-box > div{
	display: flex;
	padding: 0.2em 
}
.sec-artists .layout-wrap .layout-space .item-box p:first-child{
	display: block;
	border-right:1px #A6A6A6 solid;
	margin-right: 0.5em;
	min-width:2.2em;
}
.sec-artists .layout-wrap .layout-space .item-box p span{
	display: inline-block
}
.sec-artists .layout-wrap .layout-space .item-box:nth-child(4) p:first-child{
	min-width:4em;
}

@media (max-width: 960px) {
	.sec-artists .layout-wrap .layout-space{
		
	}
	.sec-artists .layout-wrap .layout-space .item-box{
		width:calc(100% / 3);
	}
	.sec-artists .layout-wrap .layout-space .item-box:nth-child(1){order:1}
	.sec-artists .layout-wrap .layout-space .item-box:nth-child(2){order:4}
	.sec-artists .layout-wrap .layout-space .item-box:nth-child(3){order:2}
	.sec-artists .layout-wrap .layout-space .item-box:nth-child(4){order:5}
	.sec-artists .layout-wrap .layout-space .item-box:nth-child(5){order:3}
	.sec-artists .layout-wrap .layout-space .item-box:nth-child(6){order:6}
	.sec-artists .layout-wrap .layout-space .item-box:nth-child(3) p:first-child{
		min-width:4em;
	}

}
@media (max-width: 768px) {
	.sec-artists .layout-wrap .img-wrap{
		overflow-x: scroll
	}
	.sec-artists .layout-wrap .img-wrap img{
		width:150%;
		height:auto
	}
			
	.sec-artists .layout-wrap .layout-space .item-box{
		width:calc(100% / 2);
	}
	.sec-artists .layout-wrap .layout-space .item-box:nth-child(1){order:1}
	.sec-artists .layout-wrap .layout-space .item-box:nth-child(2){order:3}
	.sec-artists .layout-wrap .layout-space .item-box:nth-child(3){order:5}
	.sec-artists .layout-wrap .layout-space .item-box:nth-child(4){order:2}
	.sec-artists .layout-wrap .layout-space .item-box:nth-child(5){order:4}
	.sec-artists .layout-wrap .layout-space .item-box:nth-child(6){order:6}
	.sec-artists .layout-wrap .layout-space .item-box:nth-child(3) p:first-child{
		min-width:2.2em;
	}
	.sec-artists .layout-wrap .layout-space .item-box:nth-child(5) p:first-child,
	.sec-artists .layout-wrap .layout-space .item-box:nth-child(6) p:first-child{
		min-width:4em;
	}

}
	
/*---------- 出展者さまへ ----------*/
.sec-exhibitors {
	width: 100%;
	padding: 100px 0 20px;
	background: url("../img/bg_ex.png") left top repeat;
	position: relative;
	z-index: 1;
}
.sec-exhibitors h2 {
	margin-bottom: 40px;
}
.sec-exhibitors h2 img {
	width: 294px;
	margin: 0 auto;
}
.sec-exhibitors h2 span {
	margin: 20px auto 0;
	display: block;
	text-align: center;
	font-size: 22px;
	font-weight: 500;
}

.sec-exhibitors .flex-box {
	justify-content: space-between;
	align-items: flex-start;
		flex-wrap:wrap
}
.sec-exhibitors .flex-box .box-left {
	/*width: 67%;*/
	width:80%;
	margin: 0 auto 50px
}
.sec-exhibitors .flex-box .box-right {
	/*width: calc(33% - 40px);*/
	width:80%
}


.sec-exhibitors .exhibitors-box {
	width: 100%;
	margin-bottom: 60px;
}
.sec-exhibitors .exhibitors-box h3 {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #000;
}
.sec-exhibitors .exhibitors-box h3 img {
	max-width: 295px;
}

.sec-exhibitors .exhibitors-box .flex-box {
	align-items: stretch;
	justify-content: space-between;
}
.sec-exhibitors .exhibitors-box .box-white {
	width: 49%;
	padding: 30px;
	background: #fff;
	border-radius: 20px;
    align-items:normal;
}
.sec-exhibitors .exhibitors-box .box-purple {
	padding: 40px;
	background: #e7dfe9;
	border-radius: 20px;
}

/* イベントスペース */
.sec-exhibitors .flex-box.event-space{
	align-items: center
}
.sec-exhibitors .event-space-left{
	width:54.5%;
}
.sec-exhibitors .event-space-right{
	width:43%;
}
.sec-exhibitors .event-space-area{
	margin-top: 50px;
	width:100%
}


/* ブース */
.sec-exhibitors .booth-left{
	width:65%
}
.sec-exhibitors .booth-right{
	width:33%
}



/* ブース　old
.sec-exhibitors .exhibitors-box .box-booth {
	width: 280px;
	padding:  0;
	background: #f6f5ef;
	display: flex;
	align-items: center
}
.sec-exhibitors .exhibitors-box .box-booth .booth-txt {
	padding: 20px 20px 0;
	font-weight: 400;
}
.sec-exhibitors .exhibitors-box .flex-box{
	flex-wrap: wrap
}
.sec-exhibitors .exhibitors-box .box-canter{
	width:100%;
	padding:0 5% 30px
}
.sec-exhibitors .exhibitors-box .box-right {
	width: calc(100% - 320px);
}
.sec-exhibitors .exhibitors-box .booth-price {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.sec-exhibitors .exhibitors-box .booth-price dt {
	width: 190px;
	margin-right: 20px;
	padding: 5px;
	color: #fff;
	background: #000;
	text-align: center;
	line-height: 1;
}
.sec-exhibitors .exhibitors-box .booth-price dd {
	font-size: 24px;
	line-height: 1;
}
.sec-exhibitors .exhibitors-box .booth-price.booth-price-special {
	margin-bottom: 30px;
}
.sec-exhibitors .exhibitors-box .booth-price.booth-price-special dt {
	background: #da4614;
	width:11em
}
.sec-exhibitors .exhibitors-box .booth-price.booth-price-special dd {
	color: #da4614;
	font-size: 32px;
}
.sec-exhibitors .exhibitors-box .booth-price.booth-price-special dd span{font-size:16px;}
.sec-exhibitors .exhibitors-box .ex-txt {
	margin-top: 5px;
}
.sec-exhibitors .exhibitors-box .booth-ttl {
	width: 100%;
	margin-bottom: 15px;
	padding: 20px 10px;
	background: #221714;
	color: #f0ff00;
	line-height: 1.2;
}
.sec-exhibitors .exhibitors-box .booth-txt {
	width: 100%;
	margin-bottom: 15px;
	line-height: 1.6;
}
.sec-exhibitors .exhibitors-box .booth-img {
	margin-bottom: 10px;
}
 */

.sec-exhibitors .exhibitors-box .ex-txt {
	font-size: 14px;
	margin-top: 5px;
}


.sec-exhibitors .exhibitors-box .table-wrap {
	width: 100%;
}
.sec-exhibitors .exhibitors-box .table-wrap dl {
	width: 100%;
	display: flex;
	border-bottom: 1px solid #e6e6e6;
}
.sec-exhibitors .exhibitors-box .table-wrap dl.last {
	border-bottom: none;
}
.sec-exhibitors .exhibitors-box .table-wrap dl dt {
	width: 190px;
	padding: 30px;
	background: #f1af00;
	color: #fff;
	font-weight: 400;
}
.sec-exhibitors .exhibitors-box .table-wrap dl dd {
	width: calc(100% - 190px);
	padding: 30px;
	background: #fff;
	font-weight: 400;
}
.sec-exhibitors .exhibitors-box .box-beige {
	width: 100%;
	margin: 20px auto;
	padding: 30px 30px 0;
	background: #f6f5ef;
	border: 2px solid #da4614;
}
.sec-exhibitors .exhibitors-box .box-beige .box-beige-ttl {
	margin-bottom: 15px;
	color: #da4614;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.6;
}
.sec-exhibitors .exhibitors-box .box-beige .box-beige-txt {
	margin-bottom: 30px;
	padding-left: 20px;
}

.sec-exhibitors .exhibitors-box .img-creditcard {
	margin-top: 20px;
	max-width: 465px;
}


/* 出展までの流れ */

.sec-exhibitors .exhibitors-box .flow-wrap {
	width: 100%;
	position: relative;
}
.sec-exhibitors .exhibitors-box .flow-line {
	width: 2px;
	height: 100%;
	background: #000;
	display: block;
	position: absolute;
	top: 0;
	left: 29px;
}
.sec-exhibitors .exhibitors-box .flow-wrap .flow-box {
	width: 100%;
	margin-bottom: 30px;
	padding-left: 70px;
	position: relative;
}
.sec-exhibitors .exhibitors-box .flow-wrap .flow-box.flow-box-06 {
	margin-bottom: 0;
}
.sec-exhibitors .exhibitors-box .flow-wrap .flow-box::before {
	content: '';
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	left: 0;
}
.sec-exhibitors .exhibitors-box .flow-wrap .flow-box-01::before {
	background: url("../img/icon_flow_01.svg") 0 0 no-repeat;
	background-size: 100%;
}
.sec-exhibitors .exhibitors-box .flow-wrap .flow-box-02::before {
	background: url("../img/icon_flow_02.svg") 0 0 no-repeat;
	background-size: 100%;
}
.sec-exhibitors .exhibitors-box .flow-wrap .flow-box-03::before {
	background: url("../img/icon_flow_03.svg") 0 0 no-repeat;
	background-size: 100%;
}
.sec-exhibitors .exhibitors-box .flow-wrap .flow-box-04::before {
	background: url("../img/icon_flow_04.svg") 0 0 no-repeat;
	background-size: 100%;
}
.sec-exhibitors .exhibitors-box .flow-wrap .flow-box-05::before {
	background: url("../img/icon_flow_05.svg") 0 0 no-repeat;
	background-size: 100%;
}
.sec-exhibitors .exhibitors-box .flow-wrap .flow-box-06::before {
	background: url("../img/icon_flow_06.svg") 0 0 no-repeat;
	background-size: 100%;
}


.sec-exhibitors .exhibitors-box .flow-wrap .flow-box .flow-box-ttl {
	width: 100%;
	max-width: 290px;
	padding: 15px 0 0 10px;
	margin-bottom: 20px;
}
.sec-exhibitors .exhibitors-box .flow-wrap .flow-box .flow-box-txt {
	width: 100%;
	padding: 20px;
	background: #fff;
	border-radius: 0 20px 20px 20px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
}

@media (max-width: 960px) {
	.sec-exhibitors {
		width: 100%;
		padding: 100px 0 100px;
	}

	.sec-exhibitors .flex-box {
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	.sec-exhibitors .flex-box .box-left {
		width: 100%;
	}
	.sec-exhibitors .flex-box .box-right {
		width: 100%;
	}
	
	
/*	.sec-exhibitors .flex-box .box-left.box-booth {
		width: 200px;
		padding: 30px 0;
		background: #f6f5ef;
	}*/
	
	
	.sec-exhibitors .exhibitors-box .box-right {
		width: calc(100% - 240px);
	}
}


@media (max-width: 768px) {
	.sec-exhibitors {
		width: 100%;
		padding: calc(12vw + 20px) 0 0vw;
		background: url("../img/bg_ex.png") left top repeat;
		position: relative;
		z-index: 1;
	}
	.sec-exhibitors h2 {
		margin-bottom: 8vw;
	}
	.sec-exhibitors h2 img {
		width: 100%;
		max-width: 294px;
		margin: 0 auto;
	}
	.sec-exhibitors h2 span {
		margin: 3vw auto 0;
		display: block;
		text-align: center;
		font-size: 4.0vw;
	}

	.sec-exhibitors .flex-box {
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
	}


	.sec-exhibitors .exhibitors-box {
		width: 100%;
		margin-bottom: 60px;
	}
	.sec-exhibitors .exhibitors-box h3 {
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #000;
	}
	.sec-exhibitors .exhibitors-box h3 img {
		width: 50%;
		max-width: 295px;
	}

	.sec-exhibitors .exhibitors-box .box-white {
		padding: 5vw;
		border-radius: 4vw;
	}
	.sec-exhibitors .exhibitors-box .box-purple {
		padding: 5vw;
		border-radius: 4vw;
	}
	
	/* イベントスペース */
	.sec-exhibitors .event-space-left{
		width:100%;
	}
	.sec-exhibitors .event-space-right{
		margin-top: 5vw;
		width:100%;
	}
	.sec-exhibitors .event-space-area{
	margin-top: 5vw;
	}

/* ブース */
.sec-exhibitors .booth-left{
	width:100%
}
.sec-exhibitors .booth-right{
	margin-top: 5vw;
	width:50%
}
	/* ブース old
	.sec-exhibitors .flex-box .box-left.box-booth {
		width: 100%;
		padding:  0;
		margin-bottom: 5vw;
	}
	.sec-exhibitors .exhibitors-box .box-booth .booth-txt {
		padding: 4vw 4vw 0;
	}
	.sec-exhibitors .exhibitors-box .box-canter{
		width:100%;
		padding:0 0 5vw
	}
	.sec-exhibitors .exhibitors-box .box-right {
		width: 100%;
	}
	.sec-exhibitors .exhibitors-box .booth-price {
		margin-top: 5vw;
		display: flex;
		align-items: center;
	}
	.sec-exhibitors .exhibitors-box .booth-price dt {
		width: 35vw;
		margin-right: 4vw;
		padding: 1vw;
	}
	.sec-exhibitors .exhibitors-box .booth-price dd {
		font-size: 4.2vw;
		line-height: 1;
	}
	.sec-exhibitors .exhibitors-box .booth-price.booth-price-special {
		margin-bottom: 5vw;
	}
	
	.sec-exhibitors .exhibitors-box .booth-price.booth-price-special dd {
		font-size: 4.6vw;
	}
    .sec-exhibitors .exhibitors-box .booth-price.booth-price-special dd span{font-size:4vw;}
	*/
	
	.sec-exhibitors .exhibitors-box .ex-txt {
		margin-top: 1vw;
	}
	
	

	.sec-exhibitors .exhibitors-box .table-wrap {
		width: 100%;
	}
	.sec-exhibitors .exhibitors-box .table-wrap dl {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		border-bottom: none;
	}
	.sec-exhibitors .exhibitors-box .table-wrap dl dt {
		width: 100%;
		padding: 4vw;
	}
	.sec-exhibitors .exhibitors-box .table-wrap dl dd {
		width: 100%;
		padding: 4vw;
	}
	.sec-exhibitors .exhibitors-box .box-beige {
		width: 100%;
		margin: 4vw auto;
		padding: 5vw 5vw 0;
	}
	.sec-exhibitors .exhibitors-box .box-beige .box-beige-ttl {
		margin-bottom: 3vw;
		color: #da4614;
		font-size: 3.8vw;
	}
	.sec-exhibitors .exhibitors-box .box-beige .box-beige-txt {
		margin-bottom: 5vw;
		padding-left: 4vw;
	}

	.sec-exhibitors .exhibitors-box .img-creditcard {
		margin-top: 4vw;
		max-width: 465px;
	}

	/* 20230920修正 */
	.sec-exhibitors .exhibitors-box .box-white {
		width: 100%;
	}
	.sec-exhibitors .exhibitors-box .box-white:first-child {
		margin-bottom: 8vw;
	}
	.sec-exhibitors .exhibitors-box .booth-ttl {
		width: 100%;
		margin-bottom: 3vw;
		padding: 3vw;
	}
	.sec-exhibitors .exhibitors-box .booth-txt {
		margin-bottom: 3vw;
	}
	.sec-exhibitors .exhibitors-box .booth-img {
		margin-bottom: 3vw;
	}
	.sec-exhibitors .exhibitors-box .ex-txt {
		font-size: 3.2vw;
		margin-top: 1vw;
	}


	/* 出展までの流れ */

	.sec-exhibitors .exhibitors-box .flow-wrap {
		width: 100%;
		position: relative;
	}
	.sec-exhibitors .exhibitors-box .flow-line {
		width: 2px;
		height: 100%;
		background: #000;
		display: block;
		position: absolute;
		top: 0;
		left: calc(6vw - 1px);
	}
	.sec-exhibitors .exhibitors-box .flow-wrap .flow-box {
		width: 100%;
		margin-bottom: 8vw;
		padding-left: 14vw;
		position: relative;
	}
	.sec-exhibitors .exhibitors-box .flow-wrap .flow-box.flow-box-06 {
		margin-bottom: 0;
	}
	.sec-exhibitors .exhibitors-box .flow-wrap .flow-box::before {
		content: '';
		width: 12vw;
		height: 12vw;
		position: absolute;
		top: 0;
		left: 0;
	}


	.sec-exhibitors .exhibitors-box .flow-wrap .flow-box .flow-box-ttl {
		width: 100%;
		padding: 3vw 0 0 2vw;
		margin-bottom: 4vw;
	}
	.sec-exhibitors .exhibitors-box .flow-wrap .flow-box .flow-box-txt {
		width: 100%;
		padding: 4vw;
		background: #fff;
		border-radius: 0 4vw 4vw 4vw;
		font-size: 3.2vw;
	}
    
}



/*---------- 来場者さまへ ----------*/
.sec-visitors {
	width: 100%;
	padding: 80px 0 60px;
	background: url("../img/bg_paper.png") left top repeat;
	position: relative;
	z-index: 2;
}
.sec-visitors::after {
	content: '';
	width: 100%;
	height: 60px;
	background: url("../img/bg_paper_bottom.png") left top repeat-x;
	background-size: 1400px;
	position: absolute;
	bottom: -20px;
	left: 0;
	z-index: 3;
}
.sec-visitors h2 {
	margin-bottom: 40px;
}
.sec-visitors h2 img {
	width: 258px;
	margin: 0 auto;
}
.sec-visitors h2 span {
	margin: 20px auto 0;
	display: block;
	text-align: center;
	font-size: 22px;
	font-weight: 500;
}

.sec-visitors .cont-introduction {
	width: 100%;
	margin-bottom: 60px;
	padding: 70px 0;
	background: url("../img/bg_visitors.jpg") center center no-repeat;
	background-size: cover;
}
.sec-visitors .cont-introduction .txt-box {
	width: 100%;
	margin: 0 auto;
	padding: 40px;
	text-align: center;
	background: #fff;
	border-radius: 20px;
	position: relative;
	z-index: 3;
}
.sec-visitors .flex-box {
	width: 100%;
	justify-content: space-between;
	flex-wrap: wrap
}
/*.sec-visitors .flex-box .box-left, 
.sec-visitors .flex-box .box-right {
	width: calc((100% - 40px) / 2);
}
*/
.sec-visitors .notes-box {
	/*width: 100%;*/
	width: calc((100% - 40px) / 2);
	margin-bottom: 40px;
	padding: 30px 0 25px;
	border-radius: 20px;
	background: #fff;
}
.sec-visitors .notes-box .notes-ttl {
	width: 100%;
	margin-bottom: 20px;
	padding: 10px 30px;
	background: #000;
	color: #f0ff00;
	font-size: 20px;
	line-height: 1.2;
}
.sec-visitors .notes-box .notes-txt {
	padding: 0 30px;
	margin-bottom: 5px;
}
.sec-visitors .caution-box {
	width: 100%;
	margin-bottom: 40px;
	padding: 30px 30px 25px;
	border-radius: 20px;
	background: #e7dfe9;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap
}
.sec-visitors .caution-box p.img {
	width: 10%;
	/*max-width: 94px;*/
}
.sec-visitors .caution-box p.caution-txt {
	width:90%;
	max-width: 800px;
	text-align: center;
	font-size: 20px;
}
	.tb-br{
		display: none!important
	}
@media screen and (max-width: 1023px){
	.sec-visitors .caution-box p.caution-txt {
		width:100%;
		margin-top: 30px
	}
	.tb-br{
		display: block!important
	}
}

@media (max-width: 768px) {
	.sec-visitors {
		width: 100%;
		padding: 12vw 0 4vw;
	}
	.sec-visitors h2 {
		margin-bottom: 8vw;
	}
	.sec-visitors h2 img {
		width: 100%;
		max-width: 258px;
		margin: 0 auto;
	}
	.sec-visitors h2 span {
		margin: 3vw auto 0;
		display: block;
		text-align: center;
		font-size: 4.0vw;
	}

	.sec-visitors .cont-introduction {
		width: 100%;
		margin-bottom: 12vw;
		padding: 12vw 0;
	}
	.sec-visitors .cont-introduction .txt-box {
		width: 100%;
		margin: 0 auto;
		padding: 8vw;
		border-radius: 4vw;
	}
	.sec-visitors .flex-box {
		width: 100%;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
	}
/*	.sec-visitors .flex-box .box-left, 
	.sec-visitors .flex-box .box-right {
		width: 100%;
	}*/
	.sec-visitors .notes-box {
		width: 100%;
		margin-bottom: 8vw;
		padding: 5vw 0;
		border-radius: 4vw;
	}
	.sec-visitors .notes-box .notes-ttl {
		width: 100%;
		margin-bottom: 4vw;
		padding: 2vw 5vw;
		font-size: 3.8vw;
	}
	.sec-visitors .notes-box .notes-txt {
		padding: 0 5vw;
		margin-bottom: 1vw;
	}
	.sec-visitors .caution-box {
		width: 100%;
		margin-bottom: 8vw;
		padding: 5vw 4vw;
		border-radius: 4vw;
	}
	.sec-visitors .caution-box p.img {
		width: 30%;
		max-width: 94px;
	}
	.sec-visitors .caution-box p.caution-txt {
		text-align: center;
		font-size: 3.8vw;
		margin-top: 6vw
	}
    
}






/*---------- お問い合わせ ----------*/
.sec-contact {
	width: 100%;
	padding: 100px 0 80px;
	background: #e7dfe9;
	position: relative;
	z-index: 1;
}

.sec-contact h2 {
	margin-bottom: 40px;
}
.sec-contact h2 img {
	width: 228px;
	margin: 0 auto;
}
.sec-contact h2 span {
	margin: 20px auto 0;
	display: block;
	text-align: center;
	font-size: 22px;
	font-weight: 500;
}
.sec-contact .contact-txt {
	margin-bottom: 40px;
	text-align: center;
	font-size: 22px;
}
.sec-contact .contact-btn-wrap {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}
.sec-contact .contact-btn-wrap div {
	width: calc((100% - 40px) / 2);
}

.sec-contact .contact-btn-wrap a.btn-contact {
	display: flex;
	align-items: center;
	justify-content: center;
	background: url("../img/bg_btn_contact.png") 0 0 no-repeat;
	background-size: cover;
	border: 3px solid #f19576;
	text-align: center;
	color: #fff;
	font-size: 26px;
	line-height: 1;
	position: relative;
	height:100%
}
.sec-contact .contact-btn-wrap a.btn-contact::after {
	content: '';
	width: 34px;
	height: 34px;
	background: url("../img/icon_mail.svg") center center no-repeat;
	background-size: 100%;
	position: absolute;
	top: calc(50% - 17px);
	right: 15px;
}

@media (max-width: 960px) {
	.sec-contact .contact-btn-wrap a.btn-contact {
		font-size: 20px;
	}
}


@media (max-width: 768px) {
	.sec-contact {
		width: 100%;
		padding: calc(12vw + 20px) 0 12vw;
	}

	.sec-contact h2 {
		margin-bottom: 8vw;
	}
	.sec-contact h2 img {
		width: 100%;
		max-width: 228px;
		margin: 0 auto;
	}
	.sec-contact h2 span {
		margin: 3vw auto 0;
		display: block;
		text-align: center;
		font-size: 4.0vw;
	}
	.sec-contact .contact-txt {
		margin-bottom: 8vw;
		text-align: center;
		font-size: 4.0vw;
	}
	.sec-contact .contact-btn-wrap {
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.sec-contact .contact-btn-wrap div {
		width: 100%;
	}
	.sec-contact .contact-btn-wrap div:first-child{
		margin-bottom: 5vw
	}
	.sec-contact .contact-btn-wrap a.btn-contact {
		margin-bottom: 5vw;
		padding: 5vw;
		font-size: 4.2vw;
	}
	.sec-contact .contact-btn-wrap a.btn-contact::after {
		content: '';
		width: 5vw;
		height: 5vw;
		background: url("../img/icon_mail.svg") center center no-repeat;
		background-size: 100%;
		position: absolute;
		top: calc(50% - 2.5vw);
		right: 4vw;
	}
}


/*---------- 未定 背景gray ----------*/
.box-gray{
    height:100%;
    background: gray;
    position: relative;
}
.box-gray span{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
}

/*---------- 申込リンク準備中 ----------*/
.no_entry{
	position: relative;
	display: block;
	 pointer-events: none;
}
.no_entry::after{
	/*content:'Coming Soon';*/
	content:'';
	position: absolute;
	background:rgba(0,0,0,0.60);
	width:100%;
	height:100%;
	top:0;
	left:0;
	color:#fff;
	display: flex;
	align-items: center;
	justify-content: center
}

/*---------- pdf リンク----------*/
.pdf_link {
	font-weight: normal;
	
}
.pdf_link.notice {
	font-size:0.8em;
	text-align: center
}

.pdf_link a{
	text-decoration: underline;
	padding-right: 1.5em;
	position: relative;
	color: #da4614;
}
.pdf_link a::after{
	content:'';
	position: absolute;
	width:1.0em;
	height:100%;
	right:0;
	top:0;
	bottom:0;
	margin: auto;
	background-image: url("../img/icon_pdf.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center bottom 2px;
}
