@charset "utf-8";

@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");

html {
	/* font-size: 62.5%; */
}

body, a.pseudo {
	color: #000;
}

.fw-3 {font-weight: 300;}
.fw-4 {font-weight: 400;}
.fw-5 {font-weight: 500;}
.fw-6 {font-weight: 600;}
.fw-7 {font-weight: 700;}
.fw-8 {font-weight: 800;}
.fw-9 {font-weight: 900;}

.fs-10 {font-size: 1.0rem;}
.fs-11 {font-size: 1.1rem;}
.fs-12 {font-size: 1.2rem;}
.fs-13 {font-size: 1.3rem;}
.fs-14 {font-size: 1.4rem;}
.fs-15 {font-size: 1.5rem;}
.fs-16 {font-size: 1.6rem;}
.fs-17 {font-size: 1.7rem;}
.fs-18 {font-size: 1.8rem;}
.fs-19 {font-size: 1.9rem;}
.fs-20 {font-size: 2.0rem;}
.fs-21 {font-size: 2.1rem;}
.fs-22 {font-size: 2.2rem;}
.fs-23 {font-size: 2.3rem;}
.fs-24 {font-size: 2.4rem;}
.fs-25 {font-size: 2.5rem;}
.fs-26 {font-size: 2.6rem;}
.fs-27 {font-size: 2.7rem;}
.fs-28 {font-size: 2.8rem;}
.fs-29 {font-size: 2.9rem;}
.fs-30 {font-size: 3.0rem;}

body{
	background:#B6CDE8 url("/expon-visitor/img/jsa74-bg.webp") no-repeat center bottom/cover fixed;
	margin: 0 auto;
	width: 100%;
	height: 100%;
}

.entranceBtnWrap {
	background-size: auto auto;
	/*background-image: url("/expon-visitor/img/entrance_bg_29hainyo.jpg");*/
	background-size: cover;
	background-position: center center;
	background: #122F66;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 15px 0 30px 0;
	color: #333333;
	font-weight: normal;
	line-height: 1.3;
}

.modal-header .close {
	font-size: 24px;
}

.modal h5 {
	font-size: 20px;
	margin: 0 !important;
}

.modal-content {
	display: flex;
}

.modal-content * {
	font-size: 16px;
}

.modal-footer * {
	font-size: 16px;
}

.modal-header * {
	font-size: 16px;
}


#fullscreen {
	height: 100vh;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

#mainscreen {
	height: 80vh;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

#banner {
	height: 20vh;
	overflow: hidden;
	padding: 0;
	margin: 0;
	border-top: 10px #000 solid;
	border-bottom: 10px #000 solid;
	background: #ccc;
}

@media (min-width: 768px) {
	#banner {
		border-top: 10px #000 solid;
		border-bottom: 10px #000 solid;
	}
}

#timetbl {
	overflow: hidden;
	padding: 0;
	margin: 0;
}

.message {
	padding: 0.5em;
	font-weight: bold;
	border-radius: 5px;
	margin-bottom: 1em;
}

.message.error {
	border: 1px #730900 solid;
	background-color: #b32319;
	color: #fff;
}

.message.warn {
	border: 1px #9e9901 solid;
	background-color: #b3a719;
	color: #fff;
}

.message.success {
	border: 1px #01409e solid;
	background-color: #7bc8e0;
	color: #000;
}

/* ================================================================ */
/*                                                                  */
/* MENU                                                                 */
/*                                                                  */
/* ================================================================ */
@keyframes show2 {

	/* TODO: メニュー用 */
	from {
		width: 0px;
	}

	to {
		width: 300px;
	}
}

#menu {
	z-index: 400;
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: white;
	padding: 1em;
	border: 1px #ccc solid;

	-moz-box-shadow: -5px 5px 30px 0px rgba(0, 0, 0, 0.5) !important;
	-webkit-box-shadow: -5px 5px 30px 0px rgba(0, 0, 0, 0.5) !important;
	box-shadow: -5px 5px 30px 0px rgba(0, 0, 0, 0.5) !important;

	display: none;
	width: 0px;
}

#menu.display {
	font-size: 16px;
	display: block;
	/*animation: show2 0.3s linear 0s;*/
	width: 300px;
}

#menuToggle {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 500;
}

#menuToggleSignOut {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 500;
}

#menuToggle a>* {
	font-size: 30pt;
	padding: 5px;
	color: #ED7035;
}

#menuToggle>a>*:hover {
	color: #F4A986;
}

/* ================================================================ */
/*                                                                  */
/* Zoom                                                                 */
/*                                                                  */
/* ================================================================ */
.zoom {
	transition: transform 0.2s;
}

.zoom:hover {
	transform: scale(1.3);
	z-index: 10;
	position: relative;
}

.miniminizoom {
	transition: transform 0.2s;
	margin: 15px 0 0 0;
}

.miniminizoom:hover {
	transform: scale(1.05);
}

.largezoom {
	transition: transform 0.2s;
}

.largezoom:hover {
	transform: scale(1.5);
	z-index: 10;
	position: relative;
}

a.pseudo {
	text-decoration: none;
}

.spacing-outer-top-medium {
	margin-top: 15px;
}

.menus {}

.menus .menu {
	margin-top: 15px;
}

.menus .menu .label {
	font-size: small;
	display: inline-block;
	margin-left: 5px;
}

/*************************************************
 * 
 * Loading icon
 * 
 ************************************************/

.wrapper {
	height: 100vh;
	position: relative;
}

.balls-guruguru {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100px;
	height: 100px;
}

.ball {
	width: 50%;
	height: 20px;
	position: absolute;
	top: calc(50% - 10px);
	transform-origin: 100% 50%;
	left: 0;
}

.ball::before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #333;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.ball-1::before {
	animation: ball-guruguru 1s linear 0s infinite;
}

.ball-2 {
	transform: rotate(45deg);
}

.ball-2::before {
	animation: ball-guruguru 1s linear -0.125s infinite;
}

.ball-3 {
	transform: rotate(90deg);
}

.ball-3::before {
	animation: ball-guruguru 1s linear -0.25s infinite;
}

.ball-4 {
	transform: rotate(135deg);
}

.ball-4::before {
	animation: ball-guruguru 1s linear -0.375s infinite;
}

.ball-5 {
	transform: rotate(180deg);
}

.ball-5::before {
	animation: ball-guruguru 1s linear -0.5s infinite;
}

.ball-6 {
	transform: rotate(225deg);
}

.ball-6::before {
	animation: ball-guruguru 1s linear -0.625s infinite;
}

.ball-7 {
	transform: rotate(270deg);
}

.ball-7::before {
	animation: ball-guruguru 1s linear -0.75s infinite;
}

.ball-8 {
	transform: rotate(315deg);
}

.ball-8::before {
	animation: ball-guruguru 1s linear -0.875s infinite;
}

@keyframes ball-guruguru {
	0% {
		width: 20px;
		height: 20px;
		opacity: 1;
	}

	100% {
		width: 6px;
		height: 6px;
		opacity: 0.2;
		margin-left: 7px;
	}
}

.loading-frame {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 5000;
	background-color: rgba(255, 255, 255, 0.55);
}

/*************************************************
 * 
 * System
 * 
 ************************************************/

.system-info-bg {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.5);
	z-index: 3000;
}

.system-info-box {
	position: fixed;
	z-index: 3001;
	left: 25%;
	right: 25%;
	top: 35%;
	min-height: 100px;
	background-color: #fff;
	color: #000;
	box-shadow: 0 0 20px #000;
	border-radius: 5px;
	padding: 2em;
}

.system-info-header {
	font-weight: bold;
}

.system-info-header .fas {
	margin-right: 0.5em;
}

.system-info-content {
	margin-top: 2em;
}

/*************************************************
 * 
 * Bannaers
 * 
 ************************************************/

.banner-container {
	padding: 10px 0px;
	position: absolute;
	top: 0;
	bottom: 0;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}

.banner-item {
	height: 100%;
}

.banner-item img {
	height: 100%;
}

@media (max-width: 768px) {
	.banner-item img {
		max-width: 100%;
		height: auto;
	}
}

/*************************************************
 * 
 * Booth panels
 * 
 ************************************************/

.booth-panel-frame {
	margin: 10px 0px 30px 0;
	margin-bottom: 60px;
}

.booth-panel-frame .information {
	position: relative;
	height: 35px;
}

.booth-panel-frame .information .information-label {
	position: absolute;
	left: 5px;
	right: 30px;
	top: 0px;
	line-height: 25px;
	height: 25px;
	overflow: hidden;
	text-align: center;
	font-weight: bold;
	color: white;
}

.booth-panel-frame .booth-panel {
	background-color: white;
	box-shadow: 10px 10px 10px 10px rgba(0, 0, 0, 0.4);
}

.booth-bg {
	padding: 10px;
	position: relative;
}

.booth-bg-bottom {
	padding: 10px;
	position: relative;
}

.booth-panel-frame .booth-panel .booth-bg>img {
	display: block;
	width: 100%;
}

.booth-panel-frame .booth-panel .booth-thumb {
	width: 70%;
	margin: 0 auto;
	top: 15%;
	left: 15%;
	position: absolute;
}

.booth-panel-frame .booth-panel .company-logo {
	text-align: center;
	margin: 0px 0 0px 0;
	padding: 0px 0 10px 0;
}

.booth-panel-frame .booth-panel .company-logo>img {
	height: 40px;
}

.company-name {
	color: #000;
	text-align: center;
	font-size: 0.6rem;
	height: 20px;
	border-bottom: 1px solid #000;
	width: 80%;
	margin: 0 auto;
}

.kanbanWrap {
	width: 100%;
	height: 100%;
	background: #fff;
}

.kanbanWrap.gold {
	background: linear-gradient(-45deg, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
}


.kanbanWrap.silver {
	padding: 0px 10px 10px 10px;
}


.kanbanWrapTitle,
.kanbanWrap h2 {
	font-size: 0.6rem;
	color: #000;
	text-align: center;
	margin: 10px 0px;
}


.kanbanWrap.gold h2 {
	display: table-cell;
	vertical-align: middle;
	color: #ffffff;
	text-shadow: 1px 2px 3px #808080;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

.silverName {
	font-size: 10px;
	font-family: serif;
	text-align: center;
	color: #000;
	padding: 0 0 10px 0;
}



.kanbanWrapImg {
	padding: 0px 10px 10px 10px;
}


.boothWrap {}

.companyWrap {}

.booth-bg img {
	width: 100%;
	height: 100%;
}

.booth-panel a {
	text-decoration: none;
}

/*************************************************
 * 
 * Bubble chart
 * 
 ************************************************/

.bubble-container {
	margin: 1em;
	padding: 1em;
	z-index: 20;
}

.bubble-content {
	margin: 0px auto;
	width: 100px;
	height: 100px;
	line-height: 80px;
	padding: 10px;
	overflow: hidden;
	border-radius: 50%;
	background-color: white;
}

.bubble-circle {
	position: absolute;
	left: 4px;
	top: -9px;
	transform-origin: 50% 50%;
	z-index: -1;
}

@media (max-width: 1200px) {
	.bubble-circle {
		left: 27px;
	}
}

@media (max-width: 768px) {
	.bubble-circle {
		left: 43px;
	}
}

@media (max-width: 576px) {
	.bubble-circle {
		left: 33%;
	}
}

@keyframes circle-l0 {
	0% {
		transform: scale(0);
	}

	100% {
		transform: scale(0.2);
	}
}

.bubble-circle-l0 {
	animation: 3s infinite forwards running circle-l0;
}

@keyframes circle-l1 {
	0% {
		transform: scale(0);
	}

	100% {
		transform: scale(1);
	}
}

.bubble-circle-l1 {
	animation: 3s infinite forwards running circle-l1;
}

@keyframes circle-l2 {
	0% {
		transform: scale(0);
	}

	100% {
		transform: scale(1.2);
	}
}

.bubble-circle-l2 {
	animation: 3s infinite forwards running circle-l2;
}

@keyframes circle-l3 {
	0% {
		transform: scale(0);
	}

	100% {
		transform: scale(1.44);
	}
}

.bubble-circle-l3 {
	animation: 3s infinite forwards running circle-l3;
}

@keyframes circle-l4 {
	0% {
		transform: scale(0);
	}

	100% {
		transform: scale(1.728);
	}
}

.bubble-circle-l4 {
	animation: 3s infinite forwards running circle-l4;
}

@keyframes circle-l5 {
	0% {
		transform: scale(0);
	}

	100% {
		transform: scale(2.0736);
	}
}

.bubble-circle-l5 {
	animation: 3s infinite forwards running circle-l5;
}

.bg {
	/*
	background-image: url(/expon-visitor/img/bubblechart_bg.jpg);
	background-attachment: fixed;
	background-position: top;
	overflow-x: hidden;
	overflow-y: scroll;
	height: 100%;
	padding-bottom: 30px;
	*/
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -10;
}

.content-container {
	overflow-x: hidden;
	height: 100%;
}

.content-container::-webkit-scrollbar {
	display: none;
}

#company_list::-webkit-scrollbar {
	display: none;
}

.container-fluid::-webkit-scrollbar {
	display: none;
}

/*************************************************
 * 
 * Surveys
 * 
 ************************************************/

.survey-page {
	margin-left: 0.5em;
}

.survey-title {}

.survey-validation-error-0,
.survey-validation-error-1,
.survey-validation-error-2,
.survey-validation-error-3,
.survey-validation-error-4 {
	color:red;
	font-weight: bold;
	padding-top: 10px;
	display: none;
}

.survey-content {
	margin-top: 1em;
}

.survey-checkbox {}

.survey-checkbox label input[type="checkbox"],
.survey-checkbox label input[type="radio"] {
	display: inline-block;
	margin-right: 0.5em;
}

.survey-text {
	margin-bottom: 0.5em;
}

.survey-text input[type="text"] {
	width: 60%;
	height: 50px;
}

.survey-textarea {}

.survey-textarea textarea {
	width: 100%;
	height: 300px;
}

.slider-wrapper {
	width: 100%;
	padding: 5px 0;
	overflow-x: auto;
	overflow-y: hidden;
}

@media (max-width: 769px) {
	.unit img {
		max-height: 100px;
		max-width: 264px;
	}

	.unit {
		width: 200px !important;
	}
}

.slider {
	width: 3150px;
	-webkit-overflow-scrolling: touch;
}

.slider>* {
	-webkit-transform: translateZ(0px);
}

.slider-wrapper::-webkit-scrollbar {
	display: none;
	height: 0 !important;
}

.unit {
	float: left;
	width: 280px !important;
	height: 100px;
	margin: 0 0 0 5px;
	padding: 0 0 5px 0;
}

.unit .img {
	text-align: center;
}

.zoomFix {
	padding: 0 60px;
}

.companyListH1 {
	text-align: center;
	color: #fff;
	margin: 30px 0;
}

.commentWrap {
	width: 100%;
}

.comment {
	background: #ffffff40;
	color: #fff;
	width: 500px;
	margin: 0 auto;
	padding: 0 10px;
}

.firstViewTop {
	width: 100%;
}

.firstViewTop img {
	width: 100%;
}

main {
	margin: 0;
	width: 100%;
}

.exponLogo {
	text-align: center;
	padding: 10px;
}

.exponLogo img {
	width: 97%;
}

.firstContentsWrap {
	/* background: url("../img/entrance_bg.jpg") center center / cover no-repeat; */
	background-size: auto auto;
	/* background-color: #57b6e8; */
	/*background-image: url("../img/expon_background.png");*/
	background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
	/* background-size: cover;
	background-attachment: fixed;
	background-position: center center; */
	/* background-color: rgba(0, 0, 0, 1); */
	/* background-image: repeating-linear-gradient(135deg, transparent, transparent 11px, rgba(69, 69, 69, 1) 11px, rgba(69, 69, 69, 1) 12px);   */
	margin: 0 auto;
	width: 100%;
	height: 90vh;
	/* max-height: 740px; */
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.firstContentsWrapBg {
	background: #ffffffff;
}

.entranceBtnWrap {
	display: flex;
	justify-content: center;
}

.btnCircle {
	color: #fff;
	position: relative;
	font-weight: bold;
	background: green;
	width: 114px;
	height: 114px;
	line-height: 114px;
	text-align: center;
	border-radius: 100%;
	display: block;
}

.btnCircle span {
	position: absolute;
	display: block;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 114px;
	line-height: 1rem;
	text-align: center;
}

.entranceBtnL {
	text-align: center;
	float: left;
	margin: 20px 40px;
}

.entranceBtnR {
	text-align: center;
	float: left;
	margin: 20px 40px;
}

.offFloat {
	clear: both;
}

.smallTextBgWh {
	color: #fff;
	font-size: 24px;
	width: 80%;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
}

@keyframes slideInRight {
	from {
		opacity: 0;
		transform: translateX(150px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

.slideInRight {
	animation-name: slideInRight;
	animation-duration: 1s;
	animation-timing-function: ease-out;
}

#keyvisual {
	background: #fff;
	/*padding: 20px 0;*/
}

.secondContentsWrap {}

#videoIframe {
	padding: 1%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}