
.lock {
	overflow: hidden;
}
#modal-target {
	display: none;
	position: relative;
	width: 100%;
	height: 100%;
	background: #f2f2f2
}
.modal-content.fixed_sort_modal {
	display: none;
}
.anime{
	width:100% !important;
	height:100vh !important;
}

.modal-wrap.fixed_sort_modal {
	z-index: 9999999;
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	transition:0.3s all ease-in-out;
}

.modal-overlay.fixed_sort_modal {
	z-index: 9999998;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba(0,0,0,0.8);
}

.MDL_window_wrap.fixed_sort_modal {
	max-width: auto;
	position: absolute;
	padding: 0;
	box-sizing: border-box;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	/* position: relative; */
	background:#262262;
	text-align: center;
	width: 100vw;
	height: 100vh;
	/* margin: 30px auto; */
	top: 0;
	right: 0;/* transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%); */
	padding-bottom: 66px;
}

.close-btn_wrap{
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 11;
}
a.close-btn.fixed_sort_modal{
  display: block;
  width: 82px;
  height: 82px;
  line-height: 115px;
  font-size: 12px;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  position: relative;
  font-weight: bold;
}
a.close-btn.fixed_sort_modal:after{
  top: 15px;
  content: "×";
  font-size: 35px;
  display: block;
  line-height: 1;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

 @media only screen and (max-width:736px) {
.lock {
	overflow: hidden;
}
#modal-target {
	display: none;
	position: relative;
	width: 100%;
	height: 100%;
	background: #f2f2f2
}
.modal-content {
	display: none;
	left: 0!important;
	top: 0!important;
}
.anime{
	width:100% !important;
	height:100vh !important;
}
.modal-overlay {
	z-index: 9999998;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba(0,0,0,0.8);
}
.modal-wrap {
	z-index: 9999999;
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	transition:0.3s all ease-in-out;
}
.modal-open {
	color: #00f;
	text-decoration: underline;
}
.modal_btn:hover {
	cursor: pointer;
}
.modal-close img {
	width: 40px !important;
}
.modal-close:hover {
	color: #fff!important;
	opacity: 0.7;
	cursor: pointer;
}
.textarea {
	background: #f2f2f2 !important;
	max-width: 800px;
	margin: 50px auto;
	position: relative;
	padding: 50px;
	box-sizing: border-box;
}
.MDL_window_wrap {
	max-width: auto;
	position: absolute;
	padding: 0;
	box-sizing: border-box;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	/* position: relative; */
	background:#FFF;
	text-align: center;
	width: 100vw;
	height: 100vh;
	/* margin: 30px auto; */
	/* top: 0;
	right: 0; */
	/* transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%); */
	padding-bottom: 66px;
}
.MDL_window_wrap_menu.active {
	width: 85%!important;
}
.close-btn_wrap{
  right: 15px;
  top: 15px;
}
a.close-btn.fixed_sort_modal{
  width: 55px;
  height: 55px;
  font-size: 10px;
  line-height: 75px;
  background: #262262;
}
a.close-btn.fixed_sort_modal:after{
  font-size: 20px;
  top: 8px;
}
}








/* セッション詳細モーダル */

.box_inner{
    position: relative;
    width: 100%;
    height: 100%;
}
.arrows{
  position: absolute;
  display: flex;
  -webkit-box-pack: justify;
  /*Android4.3*/
  -moz-box-pack: justify;
  /*Firefox21*/
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-justify-content: space-between;
  /*PC-Safari,iOS8.4*/
  justify-content: space-between;
  /* width: 100%; */
  width: 1150px;
  left: 0;
  right: 0;
  margin: auto;
  padding:0;
  top:50%;
}
/* .arrow_left{
  width: 30px;
  height: 30px;
  display: block;
  position: relative;
  background: #fff
} */

.box_load_inner{
    display: block;
    /* max-width: 1200px;
    margin: auto; */
}
/* .arrow_rigth{
  width: 15px;
  height: 15px;
  display: block;
  position: relative;
} */

.arrow_span{
    font-weight: bold;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    width: 15px;
    padding: 19px;
    height: 15px;
    display: block;
    position: relative;
    background: #fff
}
.arrow_span:hover{
    color: #f00;
}
.arrow_left .arrow_span::before{
  content: "";
  position: absolute;
  top: 50%;
  right: inherit;
  left: 15px;
  width: 15px;
  height: 15px;
  border-top: 2px solid #2B3990;
  border-right: 2px solid #2B3990;
  transform: translate(0, -50%)rotate(-135deg);
  -moz-transform: translate(0, -50%)rotate(-135deg);
  -webkit-transform: translate(0, -50%)rotate(-135deg);
  display: block;
}
.arrow_rigth .arrow_span::before{
  content: "";
  position: absolute;
  left: inherit;
  display: block;
  right: 15px;
  width: 15px;
  height: 15px;
  border-top: 2px solid #2B3990;
  border-right: 2px solid #2B3990;
  top: 50%;
  transform: translate(0, -50%)rotate(45deg);
  -moz-transform: translate(0, -50%)rotate(45deg);
  -webkit-transform: translate(0, -50%)rotate(45deg);
}
.close{
	max-width: 1024px;
	/* height: 100%; */
	margin: auto;
	cursor: pointer;
	position: relative;
	z-index: 10;
	position: absolute;
	right: 80px;
	/* top: 80px; */
}
.close span{
	/* position: absolute; */
    /* right: 0; */
    /* top: 22%; */
    /* transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%); */
    background: #DA1C5C;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 30px;
    display: block;
    z-index: 10;
    /* margin-right: auto; */
    margin-left: auto;
    /* top: 60px;
    right: 0; */
}
.close.exhibitor{
	height: auto;
	/* height: auto;
	display: block;
	text-align: right;
	margin-right: 0; */
}
.close.exhibitor span{
	top: inherit;
	right: 0;
	transform: inherit;
  -moz-transform: inherit;
  -webkit-transform: inherit;
	width: 73px;
	height: 73px;
	line-height: 73px;
	font-size: 43px;
	z-index: 11;
}
.box_cover{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* background: rgba(0,0,0,0.5); */
    /* background: rgba(28, 117, 187, 0.1); */
    background: #fff;
    z-index: -1;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
}
.box_cover.speaker{
  background: rgb(57, 81, 150);
  /* Old browsers */
  background: -moz-linear-gradient(left, rgba(57, 81, 150, .95) 0%, rgba(33, 19, 95, .95) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(57, 81, 150, .95) 0%, rgba(33, 19, 95, .95) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(57, 81, 150, .95) 0%, rgba(33, 19, 95, .95) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#395196', endColorstr='#21135f', GradientType=1);
  /* IE6-9 */
}
.box_cover.active{
    z-index: 99999;
    opacity: 1;
}
.box{
    position: fixed;
    width: 100%;
    /* max-width: 600px; */
    height: 100%;
    /* max-height: 700px; */
    top: 0;
    left: 0;
    box-sizing: border-box;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    /* transform: translate(-50%, -50%); */
    overflow: hidden;
    background: rgba(28, 117, 187, 0.1);
}
.box.speaker{
  background: transparent;
}
.box.active{
    z-index: 999999;
    opacity: 1;
    visibility: visible;
}
.box_load{
  max-width: 1400px;
}
.box_load>li{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.box_load_inner{
  /* padding:10px 30px; */
  box-sizing: border-box;
  background: none;
}
/* .load_0{
    background: #fff;
}
.load_1{
    background: #000;
}
.load_2{
    background: #000;
}
.load_3{
    background: #000;
} */
.box_load_cover{
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    overflow-y:auto;
    overflow-x: hidden;
    background: none;

}
.link_list li{
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}
.link_list li:hover{
    background:#ddd;
    cursor: pointer;
}

.session_detail_head{
  background: #fff;
  padding: 15px 0 10px 0;
	border-bottom: 1px solid #E5E5E5;
}
.session_detail_head.exhibitor{
	position: fixed;
	width: 100%;
	z-index: 10;
	top: 0;
}
.session_detail_head_wrap{
  max-width: 1400px;
  margin: auto;
}
.session_detail_head_wrap p{
  width: 120px;
}
.session_detail_body{
  max-width: 1200px;
  margin: auto;
  padding-top: 40px;
}

.session_detail_body .timetable_content_inner{
  background: #fff;
}
.timetable_content_inner.few .booth_info{
	padding-right: 60px;
}
.session_detail_body .timetable_content_head{
  background: #F1F2F2;
}
.session_detail_body .timetable_content_head .booth_info{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-align: center;
	/*Android4.3*/
	-moz-box-align: center;
	/*Firefox21*/
	-ms-flex-align: center;
	/*IE10*/
	-webkit-align-items: center;
	/*PC-Safari,iOS8.4*/
	align-items: center;
	width: 100%;
}
.session_detail_body .timetable_content_head .booth_info .theme_area{
	margin-left: auto;
	line-height: 1;
}
.session_detail_body .session_titile_area{
  margin-bottom: 15px;
}
.session_detail_body .session_titile_area h3{
  text-decoration: none;
  cursor: inherit;
  margin-bottom: 0;
}

.session_detail_body .session_titile_area .theme_area span{
  background: #F18B00;
  color: #fff;
  font-size: 14px;
  padding: 5px 20px;
  border-radius: 5px;
  margin-right: 15px;
}
.session_detail_body .timetable_content p.offer{
  font-size: 14px;
}
.session_detail_body .timetable_content p.offer span{
  font-size: 12px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  padding: 5px 10px;
  margin-right: 10px;
}

.session_detail_body .timetable_content p.offer_text{
  font-size: 15px;
  margin-top: 15px;
  line-height: 1.6;
  border-bottom: 1px solid #F1F2F2;
  padding-bottom: 20px;
}
.session_detail_btns{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  /*Android4.3*/
  -moz-box-pack: center;
  /*Firefox21*/
  -ms-flex-pack: center;
  /*IE10*/
  -webkit-justify-content: center;
  /*PC-Safari,iOS8.4*/
  justify-content: center;
  margin-top: 40px;
}
.session_detail_btns button[type="submit"],
.session_detail_btns a{
  background: #DA1C5C;
  border: none;
  color: #fff;
  font-size: 20px;
  padding: 10px 25px;
  border-radius: 5px;
  position: relative;
  margin-right: 10px;
  font-weight: bold;
}
.session_detail_btns button[type="submit"]::before,
.session_detail_btns a::before{
  content: "＋";
  display: inline-block;
}
.session_detail_btns button[type="submit"]::after,
.session_detail_btns a::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 36px 300px 0 0;
  border-color: rgba(255, 255, 255, 0.1) transparent transparent transparent;
  line-height: 0px;
  _border-color: #000000 #ffffff #ffffff #ffffff;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#ffffff');
}

.session_detail_btns p a{
  background: rgba(28, 117, 187, 0.2) url(/common/june/img/session/icon/clock.png) 20px 50%/20px no-repeat;
  color: #2B3990;
  padding: 13px 25px 13px 47px;
  display: inline-block;
  border-radius: 5px;
  font-size: 16px;
  margin-left: 10px;
  letter-spacing: normal;
  font-weight: bold;
}

@media only screen and (max-width:736px){
  .session_detail_head{
    padding: 10px 15px 5px 15px;
  }
  .session_detail_head_wrap p{
    width: 180px;
  }
  .session_detail_body{
    padding: 30px 15px;
  }
  .booth_num{
    font-size: 12px;
  }
  .session_detail_body .session_titile_area .theme_area span{
    font-size: 12px;
  }
  .session_detail_body .session_titile_area h3{
    margin-top: 10px;
  }
  .session_detail_body .timetable_content p.offer{
    font-size: 12px;
  }
  .session_detail_body .timetable_content p.offer span{
    font-size: 11px;
  }
  .session_detail_body .timetable_content p.offer_text{
    font-size: 14px;
  }
  .session_detail_btns{
    display: block;
    padding: 0 30px;
  }
  .session_detail_btns button[type="submit"],
	.session_detail_btns a{
    width: 285px;
    font-size:16px;
  }
  .session_detail_btns button[type="submit"]::after,
	.session_detail_btns a::after{
    border-width: 30px 290px 0 0;
  }
  .session_detail_btns p a{
    width: 285px;
    font-size:14px;
    margin: 30px 0 0 0;
    background: rgba(28, 117, 187, 0.2) url(/common/june/img/session/icon/clock.png) 53px 50%/20px no-repeat
  }
	.close.exhibitor span{
		width: 51px;
		height: 51px;
		line-height: 51px;
		font-size: 30px;
	}
}



/* スピーカー詳細モーダル */
.speaker_detail_wrap{
  max-width: 1024px;
  margin: auto;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  padding: 40px;
  left: 0;
  right: 0;
  margin: auto;
	z-index: 10;
}
.speaker_detail_content_wrap{
  /* height: 80vh; */
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: justify;
  /*Android4.3*/
  -moz-box-pack: justify;
  /*Firefox21*/
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-justify-content: space-between;
  /*PC-Safari,iOS8.4*/
  justify-content: space-between;
}
.speaker_detail_wrap .speaker_img{
  width: 25%;
}
.speaker_text{
  width: 70%;
}
.speaker_detail_wrap .speaker_text .basic_info{
  margin-bottom: 20px;
	padding-right: 70px;
}
.speaker_detail_wrap .speaker_text .name{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.speaker_detail_wrap .speaker_text .company{
  font-size: 14px;
  margin-bottom: 5px;
}
.speaker_detail_wrap .speaker_text .position{
  font-size: 14px;
}
.detail_info{
  font-size: 16px;
	overflow-y: scroll;
	max-height: 150px;
}
.detail_info p{
	font-size: 14px;
}
.detail_info li{
	font-size: 14px;
	margin-bottom: 5px;
}
/* .detail_info_inner{
	overflow-y: scroll;
	max-height: 300px;
} */
.speaker_detail_wrap .booth{
  position: absolute;
  right: 40px;
  top: 40px;
}
.speaker_detail_wrap .booth p{
  position: relative;
  /* width: 60px;
  height: 60px; */
  width: auto;
  padding: 30px;
  font-size: 14px;
  font-weight: bold;
  background: #2B3990;
  color: #fff;
  text-align: center;
}
.speaker_detail_wrap.dsj .booth p{
	background: #D02433;
}
.speaker_detail_wrap.cmt .booth p{
	background: #04AABB;
}
.speaker_detail_wrap.lbj .booth p{
	background: #0376B1;
}
.speaker_detail_wrap.apps .booth p{
	background: #9355A0;
}
.speaker_detail_wrap .booth span{
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  left: 0;
  right: 0;
}

.speaker_detail_wrap .registration_btn {
  text-align: center;
  margin-top: 30px;
}
.speaker_detail_wrap .registration_btn a{
  margin: auto;
  border-radius: 5px;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1.5px;
  width: 200px;
}

@media only screen and (max-width:736px){
	.close {
		height: auto;
		position: inherit;
		top: inherit;
		right: inherit;
	}
	.close span{
		position: absolute;
		top: 15px;
		right: 15px;
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 25px;
		transform: inherit;
		-moz-transform: inherit;
		-webkit-transform: inherit;
		background: rgba(218, 28, 92, 0.8);
	}
	.speaker_detail_wrap{
		padding: 20px;
		margin: 80px 15px;
		position: relative;
		top: inherit;
		transform: inherit;
		-moz-transform: inherit;
		-webkit-transform: inherit;
	}
	.speaker_detail_content_wrap{
		display: block;
		clear: both;
		overflow: hidden;
	}
	.speaker_detail_wrap .booth{
		right: 15px;
		top: 15px;
	}
	.speaker_detail_wrap .booth p{
		font-size: 12px;
		padding: 25px;
	}
	.speaker_detail_wrap .speaker_img{
		float: left;
		width: 30%;
		margin-right: 5%;
	}
	.speaker_text{
		width: 100%;
	}
	.speaker_detail_wrap .speaker_text .basic_info{
		float: left;
		width: 65%;
		padding-right: 55px;
		margin-bottom: 0;
	}
	.speaker_detail_wrap .speaker_text .name{
		font-size: 16px;
	}
	.speaker_detail_wrap .speaker_text .company{
		font-size: 12px;
	}
	.speaker_detail_wrap .speaker_text .position{
		font-size: 12px;
	}
	.detail_info{
		width: 100%;
		max-height: inherit;
		padding-top: 15px;
	}
	.detail_info p{
		font-size: 13px;
	}
	.speaker_detail_wrap .registration_btn{
		position: inherit!important;
		display: block!important;
		margin: 30px auto 0 auto!important;
		left: inherit!important;
		right: inherit!important;
		width: inherit!important;
	}
}

/* .slick-cloned{
	display: none!important
} */
