/*============================================================================

		top

============================================================================*/
.toppage header{
	background: rgba(255, 255, 255, 0);
}
.toppage header.headDeformation{
	background: rgba(255, 255, 255, 0.8);
}
.toppage .header_logo_area span{
	color: #fff;
}
.toppage header.headDeformation .header_logo_area span{
	color: #D9272B;
}
.toppage .header .header_menu_trigger span{
	background-color: #fff;
}
.toppage header.headDeformation .header .header_menu_trigger span{
	background-color: #D9272B;
}
.toppage .main_contents{
	padding-top: 0px;
}
.toppage .top_bg_area{
	padding-top: 160px;
	padding-bottom: 60px;
	/*background-color: #666;*/
}
@media screen and (max-width:992px){
	.toppage .main_contents{
		padding-top: 0px;
	}
	.toppage .top_bg_area{
		padding-top: 70px;
	}
}
@media screen and (max-width:767px){
}
.top_main_slide{
	width: 100%;
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
}
.top_main_slide a{
	outline: none;
	text-decoration: none;
}
.top_main_slide a:focus{
	outline: none;
}
.slick_01 .slick-slide{
	padding: 0 0.4%;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.slick_01 .slick-slide:hover{
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    -webkit-filter: saturate(2);
    filter: saturate(2);
}
.slick_01 .slick-prev,
.slick_01 .slick-next{
	width: 150px;
	height: 60px;
	z-index: 5;
}
.slick_01 .slick-prev:before,
.slick_01 .slick-next:before{
	opacity: 1;
	color: #fff;
}
.slick_01 .slick-prev{
	left: 15%;
}
[dir='rtl'] .slick_01 .slick-prev{
	right: 15%;
}
.slick_01 .slick-prev:before{
	content: "\e904";
	font-family: 'icomoon' !important;
	width: 150px;
	height: 30px;
	font-size: 60px;
	line-height: 0.9;
}
.slick_01 .slick-prev:hover:before{
    transition-duration:0.3s;
	color: #D9272B;
}
[dir='rtl'] .slick_01 .slick-prev:before{
	content: "\e904";
	font-family: 'icomoon' !important;
	font-size: 60px;
	line-height: 0.9;
}
.slick_01 .slick-next{
	right: 15%;
}
[dir='rtl'] .slick_01 .slick-next{
	right: auto;
	left: 15%;
}
.slick_01 .slick-next:before{
	content: "\e903";
	font-family: 'icomoon' !important;
	width: 150px;
	height: 30px;
	font-size: 60px;
	line-height: 0.9;
}
.slick_01 .slick-next:hover:before{
    transition-duration:0.3s;
	color: #D9272B;
}
[dir='rtl'] .slick_01 .slick-next:before{
	content: "\e903";
	font-family: 'icomoon' !important;
	font-size: 60px;
	line-height: 0.9;
}

@media screen and (max-width:992px){
	.slick_01 .slick-prev,
	.slick_01 .slick-next{
		display: none !important;
	}
}


.top_sub_slide{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.top_sub_slide a{
	outline: none;
	text-decoration: none;
}
.top_sub_slide a:focus{
	outline: none;
}
.slick_02 .slick-slide{
	padding: 0 0.2%;
}
.slick_02 .slick-slide img{
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.slick_02 .slick-slide img:hover{
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    -webkit-filter: saturate(2);
    filter: saturate(2);
}
.slick_02 .slick-prev,
.slick_02 .slick-next{
	width: 150px;
	height: 30px;
	z-index: 5;
}
.slick_02 .slick-prev:before,
.slick_02 .slick-next:before{
	opacity: 1;
	color: #fff;
}
.slick_02 .slick-prev:hover:before,
.slick_02 .slick-next:hover:before{
    transition-duration:0.3s;
	color: #D9272B;
}
.slick_02 .slick-prev{
	left: 10%;
	top: 40%;
}
[dir='rtl'] .slick_02 .slick-prev{
	right: 10%;
	top: 40%;
}
.slick_02 .slick-prev:before{
	content: "\e906";
	font-family: 'icomoon' !important;
	width: 65px;
	height: 35px;
	font-size: 40px;
	line-height: 0.9;
}
[dir='rtl'] .slick_02 .slick-prev:before{
	content: "\e906";
	font-family: 'icomoon' !important;
	font-size: 40px;
	line-height: 0.9;
}
.slick_02 .slick-next{
	right: 10%;
	top: 38%;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
[dir='rtl'] .slick_02 .slick-next{
	right: auto;
	left: 10%;
	top: 38%;
}
.slick_02 .slick-next:before{
	content: "\e906";
	font-family: 'icomoon' !important;
	width: 65px;
	height: 35px;
	font-size: 40px;
	line-height: 0.9;
}
[dir='rtl'] .slick_02 .slick-next:before{
	content: "\e906";
	font-family: 'icomoon' !important;
	font-size: 40px;
	line-height: 0.9;
}
@media screen and (max-width:992px){
	.slick_02 .slick-prev,
	.slick_02 .slick-next{
		display: none !important;
	}
}

.slick_02 .slick-slide{
	padding: 0 0.4%;
}
.slick_02 div img{
	max-width: 150%;
	width: 100%;
}
.slick_02 div{
	display: block;
	position: relative;
}
.slick_02 .page_topics_tag{
	display: block;
	position: absolute;
	top: -1px;
	left: 0;
	height: 30px;
	width: 100%;
	z-index: 10;
}
.slick_02 i{
	display: inline-block;
	position: relative;
	bottom: 23px;
	left: 0px;
	max-width: 250px;
	max-height: 60px;
	color: #fff;
	background-color: #D9272B;
	font-style: normal;
	font-size: 105%;
	line-height: 1.5;
	overflow: hidden;
}
.slick_02 i span{
	overflow: hidden;
	display: inline-block;
	max-height: 40px;
	margin: 10px;
    line-height: 145%;
    letter-spacing: 0.1em;
}
.more_information{
	display: block;
	margin-top: 30px;
	text-align: right;
	float: right;
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
}
.more_information a{
	display: inline-block;
	position: relative;
	color: #fff;
	text-decoration: none;
	padding-left: 90px;
	font-weight: bold;
}
.more_information a.event{
    color: #000;
}
.more_information a:before{
	display: block;
	position: absolute;
	content: "\e902";
	font-size: 15px;
	font-family: "icomoon";
	line-height: 0.9;
	height: 15px;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.more_information a:hover:before{
	left: 10px;
}
@media screen and (max-width:992px){
	.slick_02 i{
		max-width: 180px;
	}
	.more_information{
		margin-top: 0px;
		padding-right: 5%;
	}
}
@media screen and (max-width:767px){
    .slick_02 em{
        top: 22px;
        font-size: 80%;
    }
}

.toppage .top_bg_area{
    position: relative;
    background: rgba(0, 0, 0, 0.3);
}
.top_bg {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.bg_wrap {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 1s ease opacity;
}
.bg_svg {
    display: none;
}
.bg_wrap.showed {
    opacity: 1;
}
.bg_svg {
    position: absolute;
    width: 120%;
    height: 900px;
    top: 0;
    left: -10%;
    min-height: 100%;
    height: auto;
    z-index: -2;
}
.bg_css {
    position: absolute;
    width: 120%;
    height: 115%;
    top: -10%;
    left: -10%;
    background-size: cover;
    background-position: center;
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
}
.ie .bg_svg {
    display: block;
}
.ie .bg_css {
    display: none;
}

.top_event_area{
    background-color: #FFF;
    padding: 80px 0;
}
.top_event_blk{
    width: 30%;
    margin-right: 5%;
    margin-bottom: 60px;
    float: left;
    text-decoration: none;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
}
.top_event_blk a{
	color: #000;
}
.top_event_blk:nth-child(3n+3){
    margin-right: 0;
}
.top_event_blk figure{
    position: relative;
}
.top_event_blk a img{
	width: 100%;
	-webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.top_event_blk a:hover img{
    -moz-transform: translate(-5px,-5px);
    -webkit-transform: translate(-5px,-5px);
    transform: translate(-5px,-5px);
    /* box-shadow */
    box-shadow:0px 15px 35px -20px #595959;
    -moz-box-shadow:0px 15px 35px -20px #595959;
    -webkit-box-shadow:0px 15px 35px -20px #595959;
    /* border-radius */
    border-radius:0px 0px 0px 0px ;
    -moz-border-radius:0px 0px 0px 0px ;
    -webkit-border-radius:0px 0px 0px 0px ;
}
.top_event_blk span{
	display: block;
}
.top_event_title{
    font-size: 145%;
    font-weight: bold;
    line-height: 120%;
    padding-top: 10px;
}
.top_event_category_list{
    float: left;
}
.top_event_category_list span{
    font-weight: bold;
    font-size: 0.9rem;
    margin-right: 10px;
}
.top_event_category_list span + .page_event_tag{
    display: inline-block;
}
.top_event_category{
    display: inline-block;
}
.top_event_category li{
    display: inline-block;
}
.top_event_category li a{
    display: inline-block;
    border: 1px solid #000;
    line-height: 1;
    padding: 3px 6px;
    font-style: inherit !important;
    font-size: 0.7rem;
    color: #000;
}
.top_event_category li a:hover{
    background: #000;
    color: #fff;
}

.top_about_area{
	background-color: #E5E5E5;
	padding: 80px 0;
}
.top_abput_inner{
	display: table;
	width: 104%;
	margin: 0 -2%;
}
.top_about_text{
	display: table-cell;
	width: 55%;
	padding: 0 2%;
	vertical-align: top;
}
.top_about_facebook{
 	display: table-cell;
	width: 45%;
	padding: 0 2%;
	vertical-align: top;
}
.top_title_01{
	font-weight: bold;
	font-size: 200%;
	line-height: 1.7;
	margin-bottom: 50px;
	font-feature-settings : "palt";
}
.top_about_text p{
	line-height: 2.2;
}
.top_about_link{
    margin-top: 20px;
}
.top_about_link a{
	display: inline-block;
	position: relative;
	color: #000;
	text-decoration: none;
	padding-left: 90px;
	font-weight: bold;
}
.top_about_link a.event{
    color: #000;
}
.top_about_link a:before{
	display: block;
	position: absolute;
	content: "\e902";
	font-size: 15px;
	font-family: "icomoon";
	line-height: 0.9;
	height: 15px;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.top_about_link a:hover:before{
	left: 10px;
}

.top_about_jp{
	margin-bottom: 50px;
}
.top_about_en p{
	font-family: "Roboto";
}
#fb-root {
    display: none;
}

.fb_iframe_widget, .fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
    width: 100% !important;
}

@media screen and (max-width:992px){
	.top_about_area{
		padding: 40px 0;
	}
	.top_title_01{
		font-size: 145%;
		margin-bottom: 10px;
	}
	.top_about_en .top_title_01{
		font-size: 140%;
	}
	.top_about_text{
        display: block;
        width: 100%;
        margin: 20px auto;
	}
    .top_about_facebook{
        display: block;
        width: 100%;
        margin: 20px auto;
    }
}
@media screen and (max-width:767px){
    .more_information{
        padding-top: 30px;
        text-align: center;
        float: none;
        width: 100%;
        margin: 0 auto;
    }
    .top_event_category_list{
        float: none;
    }
    .top_event_blk{
        width: 100%;
        margin-right: 5%;
        margin-bottom: 60px;
        float: none;
    }
}

.top_business_area{
	padding: 55px 0 0;
	background-color: #fff;
}
.top_business_title{
	text-align: center;
	margin-bottom: 60px;
}
.top_title_02{
	font-weight: bold;
	font-size: 185%;
	color: #D9272B;
	margin: 20px 0;
}
.top_title_02 + p{
	font-weight: bold;
	font-size: 130%;
}
@media screen and (max-width:992px){
    .top_business_area{
    	padding: 20px 0 0;
    }
    .top_business_title{
    	margin-bottom: 20px;
    }
	.top_title_02{
		font-size: 110%;
		letter-spacing: 0.04em;
		margin-bottom: 0;
		line-height: 1.5;
	}
}
@media screen and (max-width:767px){
}
.top_business_tabarea{
	padding: 0 10%;
}
.top_business_tablist{
	display: table;
	width: 100%;
}
.top_business_tablist li{
	display: table-cell;
	width: 20%;
	height: 70px;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.top_business_tablist li span{
	display: block;
	width: 100%;
	height: 100%;
	color: #000;
	background-color: #fff;
	text-decoration: none;
	line-height: 120%;
	position: relative;
}
.top_business_tablist li span:before{
	display: block;
	content: "";
	position: absolute;
	width: 180px;
	height: 30px;
	bottom: -100px;
	left: 0;
	right: 0;
	margin: auto;
	border: 105px solid transparent;
	border-top: 0px solid #fff;
	z-index: 5;
	transition-duration:0.2s;
}
.top_business_tablist li span:hover:before{
    bottom: -115px;
    border: 92px solid transparent;
    border-top: 30px solid #fff;
    z-index: 5;
}
.top_business_tablist li span em{
	display: block;
	font-weight: bold;
	font-style: normal;
	font-size: 175%;
	line-height: 1.5;
}
.top_business_tablist li.active span:before{
	display: block;
	content: "";
	position: absolute;
	width: 180px;
	height: 30px;
	bottom: -125px;
	left: 0;
	right: 0;
	margin: auto;
	border: 91px solid transparent;
	border-top: 35px solid #fff;
	z-index: 5;
}
@media screen and (max-width:992px){
	.top_business_tabarea{
		padding: 0 0%;
		width: 100%;
		height: 130px;
		margin-bottom: -60px;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
	}
	.top_business_tablist{
		width: 800px;
	}
	.top_business_tablist:after{
		display: block;
		content: "";
		clear: both;
	}
	.top_business_tablist li{
		display: block;
		float: left;
		max-width: 160px;
		height: 70px;
		padding: 0 20px;
	}
	.top_business_tablist li span em{
		font-size: 150%;
		line-height: 1.5;
	}
	.top_business_tablist li.active span:before{
		display: block;
		content: "";
		position: absolute;
		width: 70px;
		height: 30px;
		bottom: -85px;
		left: 0;
		right: 0;
		margin: auto;
		border: 60px solid transparent;
		border-top: 35px solid #fff;
		z-index: 100;
	}
}
@media screen and (max-width:767px){
}
.top_business_tabinner{
	background-color: #525252;/*仮*/
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.top_business_tabinner #conference{
	background-image: url(../img/top/bg_business_conference.jpg);
	background-color:rgba(0,0,0,0.5);
	background-position: center center;
    background-size: cover;
}
.top_business_tabinner #exhibition{
	background-image: url(../img/top/bg_business_exhibition.jpg);
	background-position: center center;
    background-size: cover;
}
.top_business_tabinner #event{
	background-image: url(../img/top/bg_business_event.jpg);
	background-position: center center;
    background-size: cover;
}
.top_business_tabinner #meet-up{
	background-image: url(../img/top/bg_business_meet-up.jpg);
	background-position: center center;
    background-size: cover;
}
.top_business_tabinner #experiment{
	background-image: url(../img/top/bg_business_experiment.jpg);
	background-position: center center;
    background-size: cover;
}
.top_business_tabinner li{
	display: none;
	height: 460px;
	padding: 140px 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.top_business_tabinner li.active{
	display: block;
}
.top_business_tabinner li .page_inner{
	display: table;
	width: 100%;
	height: 100%;
}
.top_business_tabtitle,
.top_business_chatch{
	display: table-cell;
	width: 50%;
	height: 100%;
	vertical-align: middle;
}
.top_business_tabtitle h3{
	color: #fff;
	font-weight: normal;
	font-size: 150%;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
}
.top_business_tabtitle h3 span{
	display: block;
	font-size: 350%;
	font-weight: bold;
	line-height: 1.4;
}
.top_business_chatch{
	line-height: 2.2;
}
.top_business_chatch .top_business_chatch_jp{
	margin-bottom: 40px;
	font-size: 120%;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
}
.top_business_chatch p{
	margin: 0 10px;
	color: #fff;
}
@media screen and (max-width:992px){
	.top_business_tabtitle,
	.top_business_chatch{
		display: table;
		width: 100%;
	}
	.top_business_tabtitle{
		margin-bottom: 30px;
	}
	.top_business_chatch{
		line-height: 1.9;
		letter-spacing: 0.1em;
	}
	.top_business_chatch .top_business_chatch_jp{
		margin-bottom: 30px;
	}
	.top_business_tabinner li{
		height: auto;
		padding: 50px 0 20px;
	}
	.top_business_tabtitle h3{
		font-size: 120%;
	}
	.top_business_tabtitle h3 span{
		font-size: 220%;
	}
    .top_business_chatch .top_business_chatch_jp{
    	font-size: 100%;
    }
}
@media screen and (max-width:767px){
}

.top_sapporo_area{
	padding: 60px 0 0;
}
.top_sapporo_title {
	text-align: center;
	margin-bottom: 60px;
}
.top_sapporo_title .top_title_02{
	margin-bottom: 0;
}
.top_sapporo_inner{
	display: table;
	width: 104%;
	margin: 0 -2%;
}
.top_sapporo_text_jp,
.top_sapporo_text_en{
	display: table-cell;
	width: 50%;
	padding: 2%;
	line-height: 2.2;
}
.top_sapporo_text_en{
	font-family: "Roboto";
	font-size: 105%;
}
.top_sapporo_banner{
	width: 85%;
	margin: 55px auto;
}
@media screen and (max-width:992px){
	.top_sapporo_area{
		padding: 40px 0 0;
	}
	.top_sapporo_title {
		margin-bottom: 25px;
	}
	.top_sapporo_text_jp,
	.top_sapporo_text_en{
		line-height: 1.8;
		font-size: 110%;
	}
	.top_sapporo_banner{
		max-width: 804px;
		width: 100%;
	}
	.top_sapporo_text_jp,
	.top_sapporo_text_en{
		display: table;
		width: 100%;
	}
}
@media screen and (max-width:767px){
    .top_sapporo_banner{
        width: 100%;
        margin: 30px auto 0;
    }
}

.top_outline_area{
	padding: 70px 0;
	background-color: #E5E5E5;
}
.top_outline_title {
	text-align: center;
	margin-bottom: 65px;
}
.top_outline_title .top_title_02{
	margin-bottom: 0;
}
.top_outline_inner{
	display: table;
	width: 104%;
	margin: 0 -2%;
}
.top_outline_text_jp,
.top_outline_text_en{
	display: table-cell;
	width: 50%;
	height: 100%;
	padding: 0 2%;
}
.top_outline_table{
	width: 100%;
	background: #F2F2F2;
}
.top_outline_table tr{
	border-top: 1px solid #000;
}
.top_outline_table tr:last-child{
	border-bottom: 1px solid #000;
}
.top_outline_table tr:last-child td{
/* 	height: 275px; */
}
.top_outline_table th,
.top_outline_table td{
	padding: 15px;
	text-align: left;
	line-height: 2.2;
}
.top_outline_table th{
	width: 30%;
}
@media screen and (max-width:992px){
	.top_outline_area{
		padding: 50px 0;
	}
	.top_outline_title {
		margin-bottom: 45px;
	}
	.top_outline_table span.item{
		display: inline-block;
		vertical-align: top;
	}
}
@media screen and (max-width:767px){
    .top_outline_text_jp,
    .top_outline_text_en{
    	display: block;
    	width: 100%;
    	height: 100%;
    	padding: 0 2%;
    }
    .top_outline_text_en{
        padding-top: 20px;
    }
}
