@charset "utf-8";

.modaal-noscroll {
	overflow: hidden;
}
.modaal-accessible-hide {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}
.modaal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	opacity: 0;
}
.modaal-wrapper {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	overflow: auto;
	opacity: 1;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.modaal-wrapper * {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-backface-visibility: hidden;
}
.modaal-wrapper .modaal-close {
	border: none;
	background-color: #716de3;
	padding: 0;
	-webkit-appearance: none;
}
.modaal-wrapper.modaal-start_none {
	display: none;
	opacity: 1;
}
.modaal-wrapper.modaal-start_fade {
	opacity: 0;
}
.modaal-wrapper *[tabindex="0"] {
	outline: none !important;
}
.modaal-wrapper.modaal-fullscreen {
	overflow: hidden;
}
.modaal-outer-wrapper {
	display: table;
	position: relative;
	width: 100%;
	height: 100%;
}
.modaal-fullscreen .modaal-outer-wrapper {
	display: block;
}
.modaal-inner-wrapper {
	display: table-cell;
	width: 100%;
	height: 100%;
	position: relative;
	vertical-align: middle;
	text-align: center;
	padding: 80px 25px;
}
.modaal-fullscreen .modaal-inner-wrapper {
	padding: 0;
	display: block;
	vertical-align: top;
}
.modaal-container {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: auto;
	text-align: left;
	color: #000;
	max-width: 1000px;
	border-radius: 0px;
	background: #fff;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	cursor: auto;
}
.modaal-container.is_loading {
	height: 100px;
	width: 100px;
	overflow: hidden;
}
.modaal-fullscreen .modaal-container {
	max-width: none;
	height: 100%;
	overflow: auto;
}
.modaal-close {
	position: fixed;
	right: 20px;
	color: #fff;
	cursor: pointer;
	opacity: 1;
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 0);
	border-radius: 100%;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
	.modaal-close { top: 20px; }
}
@media screen and (max-width: 768px) {
	.modaal-close { bottom: 20px; }
}

.modaal-close:focus,
.modaal-close:hover {
	outline: none;
	background: #fff;
}
.modaal-close:focus:before,
.modaal-close:focus:after,
.modaal-close:hover:before,
.modaal-close:hover:after { background: #716de3; }
.modaal-close span {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}
.modaal-close:before,
.modaal-close:after {
	display: block;
	content: " ";
	position: absolute;
	top: 14px;
	left: 23px;
	width: 4px;
	height: 22px;
	border-radius: 4px;
	background: #fff;
	-webkit-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
}
.modaal-close:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.modaal-close:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.modaal-fullscreen .modaal-close {
	background: #716de3;
	right: 10px;
	top: 10px;
}
.modaal-content-container {
	padding: 30px;
}



/*========= モーダル表示のためのCSS ===============*/

/*全て共通：hideエリアをはじめは非表示*/
.hide-area {
	width: 100%;
	display: none;
}
.modaal-content-container {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}



/* ---------------------
	Speaker 
-------------------- */
.speaker-wrapper {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.speaker-wrapper .sec-pct  { width: 176px; display: block; box-sizing: border-box; }
.speaker-wrapper .sec-desc { width: calc(100% - 176px); padding: 0 0 0 40px; box-sizing: border-box;}
.speaker-wrapper .sec-pct img { width: 100%; height: auto; }

.speaker-wrapper .sec-desc h1 em {
	color: #000;
	font-size: 1.55rem;
    font-style: normal;
    line-height: 1.5;
}
.speaker-wrapper .sec-desc h1 {
	font-size: 0.85rem;
    color: #03b9e0;
}
.speaker-wrapper .sec-desc p.position {
	margin: 5px 0 0 0;
	font-size: 0.85rem;
	line-height: 1.6;
}
.speaker-wrapper .sec-desc .sec-profile {
	margin: 20px 0 0 0;
	border-top: 1px dashed #ccc;
}
.speaker-wrapper .sec-desc .sec-profile h2 {
	margin: 10px 0;
	font-family: "clarendon-urw", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1.5rem;
	color: #716de3;
}
.speaker-wrapper .sec-desc .sec-profile p {
	font-size: 0.85rem;
	line-height: 1.6;
}

@media screen and (max-width: 768px) {
	.speaker-wrapper .sec-pct { display: none; }
	.speaker-wrapper .sec-desc { width: 100%; padding: 0; }
	.speaker-wrapper .sec-desc .sec-profile { font-size: 1rem; }
}




/* ---------------------
	Session 
-------------------- */
.session-wrapper {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.session-wrapper .sec-desc {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #ccc;
}
.session-wrapper .sec-desc h1 {
	margin: 10px 0;
	font-family: "clarendon-urw", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 2.1rem;
	color: #716de3;
}
.session-wrapper .sec-desc h2 {
	color: #000;
	font-size: 1.55rem;
    font-style: normal;
    line-height: 1.5;
}
.session-wrapper .sec-desc p {
	font-size: 0.85rem;
	line-height: 1.6;
}
.session-wrapper .sec-speaker { width: 100%; margin: 10px 0 0 0; }
.session-wrapper .sec-speaker ul {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
.session-wrapper .sec-speaker ul li { width: 23%; }
.session-wrapper .sec-speaker ul li:not(:last-child) { margin-right: 2.5%; }
.session-wrapper .sec-speaker ul li img { width: 100%; height: auto; }
.session-wrapper .sec-speaker ul li h1 { margin: 15px 0 0 0; font-size: 1.15rem; }
.session-wrapper .sec-speaker ul li p { margin: 5px 0; font-size: 0.8rem; line-height: 1.4; }

@media screen and (max-width: 768px) {
	.session-wrapper .sec-desc h1 { font-size: 1.6rem; }
	.session-wrapper .sec-desc h2 { font-size: 1.1rem; }
	.session-wrapper .sec-speaker ul li { width: 46%; margin-bottom: 20px; }
	.session-wrapper .sec-speaker ul li:nth-child(odd) { margin-right: 6%; }
	.session-wrapper .sec-speaker ul li:nth-child(even) { margin-right: 0%; }
	.session-wrapper .sec-speaker ul li:last-child { margin-right: 0%; }
	.session-wrapper .sec-speaker ul li h1 { font-size: 1rem; }
}


/* ---------------------
	Lightning Talk 
-------------------- */
.LT-wrapper {}
.LT-wrapper .sec-ttl {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #ccc;
}
.LT-wrapper .sec-ttl h1 {
	margin: 0 0 10px 0;
	font-family: "clarendon-urw", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 2.1rem;
	color: #716de3;
}
.LT-wrapper .sec-list {}
.LT-wrapper .sec-list ol {
	margin: 0 0 0 15px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	list-style-type: disc;
	list-style-position: outside;
}
.LT-wrapper .sec-list ol li {
	width: 30%;
	margin: 5px 0;
	font-size: 0.85rem;
	line-height: 1.4;
}
@media screen and (max-width: 768px) {
	.LT-wrapper .sec-ttl h1 { font-size: 1.6rem; }
	.LT-wrapper .sec-list ol li { width: 100%; }
}





