/*

	Explore 2023
	Showcase
	rev.1
	date 2023.11.06

*/

/*============================================================
	[showcase] announcement
*/
.content-showcase-announcement .wrap {
	display: flex;
	margin: 0 auto;
	max-width: 1040px;
}
.content-showcase-announcement .image {
	flex-basis: 402px;
	max-width: 402px;
}
.content-showcase-announcement .image img {
	width: 100%;
}
.content-showcase-announcement .detail {
	flex: 1;
	padding-left: 30px;
}
.content-showcase-announcement .detail .h {
	font-size: 24px;
}
.content-showcase-announcement .detail .date {
	margin: 10px 0;
}
@media screen and (max-width: 767px) {
	.content-showcase-announcement .wrap {
		display: block;
	}
	.content-showcase-announcement .image {
		margin: 0 auto;
	}
	.content-showcase-announcement .detail {
		padding: 20px 0 0 0;
	}
	.content-showcase-announcement .detail .h {
		text-align: center;
		font-size: 18px;
	}
	.content-showcase-announcement .detail .h span {
		display: inline-block;
	}
	.content-showcase-announcement .detail .date {
		text-align: center;
	}
}

/*============================================================
	[showcase] map
*/
.content-showcase-map .map {
	position: relative;
	overflow: hidden;
	height: 450px;
	background-color: #f4f8fa;
}
.content-showcase-map .map-elem {
	position: relative;
}
.content-showcase-map .map-base {
}
.content-showcase-map .map-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	pointer-events: none;
}
.content-showcase-map .map .zoom-in,
.content-showcase-map .map .zoom-out {
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	font-size: 28px;
	line-height: 1;
	color: #1d428a !important;
}
.content-showcase-map .map .zoom-in i,
.content-showcase-map .map .zoom-out i {
	display: block;
}
.content-showcase-map .map .zoom-out {
	top: 46px;
}
.content-showcase-map .map-elem .links {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.content-showcase-map .map-elem .links .link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}
.content-showcase-map .map-elem .links .link img {
	display: block;
	width: 100%;
	transition: transform 0.3s ease;
}
.os-pc .content-showcase-map .map-elem .links .link:hover img {
	transform: scale(1.1);
}
.content-showcase-map .map-elem .links .link01 {
	top: calc(182 / 429.33 * 100%);
	left: calc(332 / 771.32 * 100%);
	width: calc(103.81 / 771.32 * 100%);
}
.content-showcase-map .map-elem .links .link02 {
	top: calc(61 / 429.33 * 100%);
	left: calc(339 / 771.32 * 100%);
	width: calc(97.58 / 771.32 * 100%);
}
.content-showcase-map .map-elem .links .link03 {
	top: calc(281 / 429.33 * 100%);
	left: calc(396 / 771.32 * 100%);
	width: calc(97.58 / 771.32 * 100%);
}
.content-showcase-map .map-elem .links .link04 {
	top: calc(48 / 429.33 * 100%);
	left: calc(29 / 771.32 * 100%);
	width: calc(61.26 / 771.32 * 100%);
}
.content-showcase-map .map-elem .links .link05 {
	top: calc(186 / 429.33 * 100%);
	left: calc(110 / 771.32 * 100%);
	width: calc(153.55 / 771.32 * 100%);
}
.content-showcase-map .map-elem .links .link06 {
	top: calc(110 / 429.33 * 100%);
	left: calc(86 / 771.32 * 100%);
	width: calc(185 / 771.32 * 100%);
}
.content-showcase-map .map-elem .links .link07 {
	top: calc(250 / 429.33 * 100%);
	left: calc(159 / 771.32 * 100%);
	width: calc(114 / 771.32 * 100%);
}
.content-showcase-map .map-elem .links .link08 {
	top: calc(65 / 429.33 * 100%);
	left: calc(167 / 771.32 * 100%);
	width: calc(120 / 771.32 * 100%);
}
.content-showcase-map .map-elem .links .link09 {
	top: calc(148 / 429.33 * 100%);
	left: calc(26 / 771.32 * 100%);
	width: calc(82.51 / 771.32 * 100%);
}
.content-showcase-map .map-elem .links .link10 {
	top: calc(173 / 429.33 * 100%);
	left: calc(550 / 771.32 * 100%);
	width: calc(93 / 771.32 * 100%);
}
.content-showcase-map .map-elem .links .link11 {
	top: calc(210 / 429.33 * 100%);
	left: calc(234 / 771.32 * 100%);
	width: calc(89 / 771.32 * 100%);
}
.content-showcase-map .map-elem .links .link12 {
	top: calc(285 / 429.33 * 100%);
	left: calc(150 / 771.32 * 100%);
	width: calc(92 / 771.32 * 100%);
}
.content-showcase-map .map .icon-pinch {
	display: none;
	position: absolute;
	bottom: 10px;
	right: 0;
	pointer-events: none;
}
.touch-device .content-showcase-map .map .icon-pinch {
	display: block;
}
.content-showcase-map .map .icon-pinch img {
	width: 100%;
}
.content-showcase-map .caption {
	margin-top: 5px;
	text-align: right;
	font-size: 16px;
}
.content-showcase-map .debug {
	position: absolute;
	top: 0;
	left: 0;
}
@media screen and (max-width: 767px) {
	.content-showcase-map .container {
		padding: 0;
	}
	.content-showcase-map .map {
		height: 82vw;
	}
	.content-showcase-map .map-base {
		width: 88vw;
	}
	.content-showcase-map .map .icon-pinch {
		bottom: 5px;
		width: 44px;
	}
	.content-showcase-map .caption {
		text-align: center;
	}
}

/*============================================================
	[showcase] info
*/
.content-showcase-info img {
	width: 100%;
}
.content-showcase-info .list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.content-showcase-info .list > li {
	margin: 30px 0 0 0;
	padding: 0 10px;
	flex-basis: 25%;
}
.content-showcase-info .list .block {
	height: 100%;
	background-color: #fff;
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.32);
	line-height: 1.7;
}
.content-showcase-info .list .thumb {
	position: relative;
	padding: 0 0 30px 0;
}
.content-showcase-info .list .thumb::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background-position: 0 0;
	background-image: url('../img/about-line.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.content-showcase-info .list .detail {
	padding: 0 20px 25px 20px;
}
.content-showcase-info .list .title {
	margin: 0 0 10px 0;
	text-align: center;
	font-size: 20px;
	line-height: 1.4;
}
.content-showcase-info .list .point {
	display: flex;
	justify-content: center;
	margin: 10px 0 15px 0;
}
.content-showcase-info .list .more {
	margin: 20px 0 0 0;
}
.content-showcase-info .list .more i {
	display: inline;
	padding-left: 0.4em;
}
.content-showcase-info .list .more li {
	padding-bottom: 0.4em;
}
@media screen and (max-width: 1309px) {
	.content-showcase-info .list > li {
		flex-basis: 50%;
		max-width: 50%;
	}
}
@media screen and (max-width: 767px) {
	.content-showcase-info .list > li {
		margin: 20px 0 0 0;
	}
	.content-showcase-info .list .detail {
		padding: 0 15px 20px 15px;
	}
	.content-showcase-info .list .title {
		font-size: 16px;
	}
}
@media screen and (max-width: 575px) {
	.content-showcase-info .list {
		display: block;
		margin: 0;
	}
	.content-showcase-info .list > li {
		padding: 0;
		max-width: 100%;
	}
}

/*============================================================
	[showcase] modal
*/
.modal-showcase-window .modal-showcase-window-body {
	height: 100%;
}
.modal-showcase-window .wrapper {
	max-width: 1006px;
}
.modal-showcase-window .inner {
	display: flex;
	flex-direction: column;
	max-height: 720px;
	height: 100%;
	background-color: #fff;
	line-height: 1.5;
}
.modal-showcase-window .scroll {
	flex: 1;
}
/**/
.modal-showcase-window .head {
	position: relative;
	padding: 30px 45px 20px 45px;
}
.modal-showcase-window .head .type {
	margin-bottom: 5px;
	color: #000;
}
.modal-showcase-window .head .title {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.modal-showcase-window .head .title .h {
	margin-right: 20px;
	font-size: 24px;
}
.modal-showcase-window .head .anchor {
	display: flex;
	margin-top: 20px;
}
.modal-showcase-window .head .anchor li {
	margin-right: 30px;
}
.modal-showcase-window .head .anchor li:last-child{
	margin: 0;
}
.modal-showcase-window .head-icon {
	padding-left: 140px;
}
.modal-showcase-window .head-icon .icon {
	position: absolute;
	top: 35px;
	left: 45px;
	width: 88px;
}
.modal-showcase-window .head-icon .icon img {
	width: 100%;
}
.modal-showcase-window .detail {
	padding: 0 45px 30px 45px;
}
@media screen and (max-width: 767px) {
	.modal-showcase-window .head {
		padding: 10px 15px 15px 15px;
	}
	.modal-showcase-window .head .title {
		display: block;
	}
	.modal-showcase-window .head .title .h {
		margin: 0 0 10px 0;
		font-size: 20px;
	}
	.modal-showcase-window .detail {
		padding: 0 15px 20px 15px;
	}
	.modal-showcase-window .head .anchor {
		margin-top: 10px;
	}
	.modal-showcase-window .head .anchor li {
		margin-right: 20px;
	}
	.modal-showcase-window .head-icon {
		padding-left: 15px;
	}
	.modal-showcase-window .head-icon .icon {
		position: static;
		margin: 0 auto;
	}
}
/**/
.modal-showcase-window .showcase-timetable {
	padding-bottom: 20px;
}
.modal-showcase-window .showcase-timetable .h {
	margin-bottom: 20px;
	padding-top: 20px;
	font-size: 16px;
}
.modal-showcase-window .showcase-timetable .list {
	display: table;
	width: 100%;
	border-top: 1px solid #d6d6d6;
}
.modal-showcase-window .showcase-timetable .list li {
	display: table-row;
}
.modal-showcase-window .showcase-timetable .list li > div {
	display: table-cell;
	padding: 15px;
	border-bottom: 1px solid #d6d6d6;
}
.modal-showcase-window .showcase-timetable .list li .time {
	white-space: nowrap;
	padding-left: 0;
	width: 20px;
	color: #000;
}
.modal-showcase-window .showcase-timetable .list li .title {
	color: #000;
}
.modal-showcase-window .showcase-timetable .list li .category {
	padding-right: 0;
	vertical-align: middle;
}
.modal-showcase-window .showcase-timetable .list li .category .tag {
	display: flex;
}
.modal-showcase-window .showcase-timetable .list li .category span {
	display: block;
	padding: 0.2em 1em;
	border: 1px solid #717074;
	border-radius: 99em;
	white-space: nowrap;
	font-size: 12px;
}
@media screen and (max-width: 991px) {
	.modal-showcase-window .showcase-timetable .list {
		display: block;
	}
	.modal-showcase-window .showcase-timetable .list li {
		display: block;
		padding: 10px 0 15px 0;
		border-bottom: 1px solid #d6d6d6;
	}
	.modal-showcase-window .showcase-timetable .list li > div {
		display: block;
		padding: 0;
		border: 0;
	}
	.modal-showcase-window .showcase-timetable .list li .title {
		margin: 5px 0 0 0;
	}
	.modal-showcase-window .showcase-timetable .list li .category {
		display: flex;
		margin: 10px 0 0 0;
	}
}
/**/
.modal-showcase-window .library {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px 45px;
	background-color: #f4f8fa;
}
.modal-showcase-window .library .icon {
	margin-right: 5px;
}
.modal-showcase-window .library .icon img {
	width: 38px;
}
.modal-showcase-window .library dl {
	display: flex;
	flex-wrap: wrap;
}
.modal-showcase-window .library dl dt {
	margin-right: 20px;
	color: #000;
}
@media screen and (max-width: 991px) {
	.modal-showcase-window .library dl {
		display: block;
	}
}
@media screen and (max-width: 767px) {
	.modal-showcase-window .library {
		padding: 10px 15px;
	}
}
/**/
.modal-showcase-window .showcase-exhibition {
	padding: 30px 0 0 0;
}
.modal-showcase-window .showcase-exhibition .h {
	margin-bottom: 15px;
	font-size: 16px;
}
.modal-showcase-window .showcase-exhibition .list li {
	padding: 10px 0;
	border-top: 1px solid #d6d6d6;
}
.modal-showcase-window .showcase-exhibition .list li .title {
	margin-bottom: 5px;
	font-size: 18px;
	color: #000;
}
@media screen and (max-width: 767px) {
	.modal-showcase-window .showcase-exhibition {
		padding: 15px 0 0 0;
	}
}
/**/
.modal-showcase-window .showcase-boothtour .block {
	padding: 20px 0;
	border-bottom: 1px solid #d6d6d6;
}
.modal-showcase-window .showcase-boothtour .block:first-child {
	padding-top: 0;
}
.modal-showcase-window .showcase-boothtour .block:last-child {
	padding-bottom: 10px;
	border-bottom: 0;
}
.modal-showcase-window .showcase-boothtour .block .h {
	margin-bottom: 10px;
	font-size: 16px;
}

/*============================================================
	[showcase] スポンサー メイン
*/
.content-showcase-sponsor .main {
	display: flex;
	align-items: center;
	position: relative;
	margin: 0 0 60px 0;
	padding: 30px 60px;
	min-height: 260px;
	background-position: 50% 50%;
	background-image: url(../img/showcase-sponsor-bg.jpg);
	background-size: cover;
	color: #fff;
}
.content-showcase-sponsor .main::before {
	content: '';
	display: block;
	position: absolute;
	right: 15px;
	bottom: -48px;
	width: 264px;
	height: 234px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-image: url(../img/showcase-sponsor-kv.png);
	background-size: contain;
}
.content-showcase-sponsor .main .inner {
	position: relative;
	width: 530px;
}
.content-showcase-sponsor .main .h2 {
	margin-bottom: 20px;
	font-size: 34px;
	color: #fff;
}
@media screen and (max-width: 1309px) {
	.content-showcase-sponsor .main .inner {
		width: 380px;
	}
}
@media screen and (max-width: 991px) {
	.content-showcase-sponsor .main {
		margin: 0 0 40px 0;
		padding: 20px 30px;
		min-height: 220px;
	}
	.content-showcase-sponsor .main::before {
		bottom: -28px;
		width: 184px;
		height: 164px;
	}
	.content-showcase-sponsor .main .h2 {
		font-size: 32px;
	}
}
@media screen and (max-width: 767px) {
	.content-showcase-sponsor .main {
		margin: 0 -15px 40px -15px;
		background-position: 0% 0%;
		background-size: 240% 100%;
	}
	.content-showcase-sponsor .main .inner {
		padding-right: 180px;
		width: 100%;
	}
}
@media screen and (max-width: 575px) {
	.content-showcase-sponsor .main {
		display: block;
		margin-bottom: 20px;
		padding: 30px 20px 110px 20px;
		min-height: initial;
	}
	.content-showcase-sponsor .main::before {
		bottom: -10px;
		width: 117px;
		height: 104px;
	}
	.content-showcase-sponsor .main .inner {
		padding: 0;
	}
	.content-showcase-sponsor .main .h2 {
		margin-bottom: 5px;
		font-size: 28px;
	}
}
