@charset "utf-8";

/*** total style ***/
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color: undefined;
}
html {
	min-height: 100%;
	position: relative;
}
body {
	background-color: white;
	color: black;
	font-family: 'Montserrat', 'Noto Sans Japanese', 'メイリオ',Meiryo, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 100%;
	min-width: 970px;
	width: 100%;
	margin: 0 auto;
}
body.no-scroll {
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
.backstretch img{
	max-width: none !important;
}
}
.close_txt {
	text-align: center;
	font-size: 30px;
}
@media only screen and (max-width: 768px) {
	.w970.close_txt {
		text-align: center;
		font-size: 4vw;
		padding: 6.25% 3.125% !important;
	}
}
/*** clearfix ***/
.cf:before, .cf:after {
	content:"";
	display:block;
	overflow:hidden;
}
.cf:after { clear:both; }
.cf {
	zoom: 1;
}

/*** normalize 対策 ***/
p {
	margin: 0;
}
ul {
	padding: 0;
	margin: 0;
}
li {
	list-style: none;
	float: left;
}
img{
	vertical-align: top;
}
table{
	border: 0;
	border-collapse: collapse;
	background-color: undefined;
}
table tr{
	padding: 0;
}
table tr td{
	border: 1px;
	padding: 0;
}

h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
}
.w970,
.w970_shownet {
	width: 970px;
	margin: auto;
}
.flR {
	float:right;
	margin-left:10px;
}
.flR02 {
	float:right;
	margin-left:35px;
}
.pdt_p {
	padding-top: 10px;
}
.pdt_link {
	padding-top: 30px!important;
}
.flL {
	float:left;
	margin-right:10px;
}
.ta_r {
	text-align: right;
}
.ta_l {
	text-align: left;
}
.ta_c {
	text-align: center;
}
.pr20 {
	padding-right: 20px;
}
.pl20 {
	padding-left: 20px;
}
.ptb20 {
	padding: 20px 0;
}
.pt20 {
	padding-top: 20px;
}
.mt0 {
	margin: 0 !important;
}
.p50 {
	padding: 30px;
}
.poR {
	position: relative;
}
.pb5 {
	padding-bottom: 5px;
}
.mt20 {
	margin-top: 20px !important;
}
/*** mouse over ***/
a img {
	border: medium none transparent;
}
a:hover img {
	filter:alpha(opacity=60);
	opacity: 0.6;
}
a {
	color: #a660a3;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

.fa-arrow-circle-right {
	margin-right: 10px;
}
.fa-external-link {
	margin-left: 2px;
}

.pageTop {
	position: fixed;
	bottom: 30px;
	right: 70px;
	z-index: 105;
}


/********************************/
.sp {
	display: none!important;
}
.pc {
	display: block;
}
/* スマートフォンサイトへボタン */
#spLinkBlockInPc {
	display: none;
	text-align: center;
	background-color: #262261;
	padding: 30px 0;
}
#spLinkBlockInPc a{
	display: block;
	color: #000;
	font-size:40px;
	letter-spacing: 0;
	box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
	border-radius: 6px;
	text-decoration: none;
	padding: 15px 0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.99, #b8b8b8), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(top, #fff 0%, #b8b8b8 99%);
	background: -moz-linear-gradient(top, #fff 0%, #b8b8b8 99%);
	background: -o-linear-gradient(top, #fff 0%, #b8b8b8 99%);
	background: -ms-linear-gradient(top, #fff 0%, #b8b8b8 99%);
	background: linear-gradient(to bottom, #fff 0%, #b8b8b8 99%);
	border:1px solid #ccc;
	width:75%;
	text-align:center;
	margin:0 auto;
}
#spLinkBlockInPc a{/*リンクされた文字*/
	color:#000;
	font-style:normal;
	text-decoration:none;
}
#spLinkBlockInPc a:link {/*未訪問のリンク*/
	color:#000;
	font-style:normal;
	text-decoration:none;
}
#spLinkBlockInPc a:visited {/*訪問後のリンク*/
	color:#000;
	text-decoration:none;
}
#spLinkBlockInPc a:hover {/*マウスをのせたとき*/
	color:#000;
	font-style:normal;
	text-decoration:none;
}


/*メインビジュアル*/
.topMainVisual {
	position: relative;
	overflow: hidden;
	background-color: #fff;
	margin: 0;
	z-index: 102;
	width: 100%;
	height: 689px;
}
.mainVisual {
	position: absolute;
	left: calc(50% - 90px);
	top: 0;
	width: calc(50% + 90px);
	height: 100%;
}
.topMainVisual:before {
	content: "";
	position: absolute;
	display: block;
	background: url(../images/top_exhibition/top_base_left.jpg) left top repeat-x;
  background-size: auto 100%;
	top: 0;
	right: calc(50% + 90px);
	width: 100%;
	height: 100%;
	z-index: 2;
}
.topMainVisual:after {
	content: "";
	position: absolute;
	display: block;
	background: rgba(140,39,135,0.6);
  background-size: auto 100%;
	top: 0;
	width: 100%;
	height: 100%;
}
@media only screen and (max-width: 768px) {
	.topMainVisual .filter {
		background-size: 100%;
	}
	.topMainVisual:after {
		background: rgba(140,39,135,0.6);
	}
}
.mainVisualBox {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 970px;
	height: 400px;
	margin: auto;
	text-align: center;
	z-index: 3;
}
.mainVisualLogoArea {
	margin-bottom: 55px;
	text-align: left;
}
.mainVisualLogoArea>img {
	display: inline-block;
	vertical-align: middle;
}
.mainVisualLogoArea p.datePlace {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	margin-top: 20px;
}
.mainVisualLogoArea p.datePlace span {
	font-size: 18px;
}
@media only screen and (min-width: 769px) {
	.mainVisualLogoArea>img {
		max-width: 635px;
	}
}
.mainVisualLogoTxt {
	margin: 0 0 0 40px;
}
.mainVisualLogoArea .mainVisualLogoTxt .mainVLTBg {
	border-radius: 35px;
	-webkit-border-radius: 35px;
	font-size: 18px;
	font-weight: bold;
	padding: 5px 0;
	background-color: #0088b1;
	color: #fff;
	margin: 20px auto 0;
}
.mainVisualLangArea {
	width: 100%;
}
.mainVisualLangArea a,
.mainVisualLangArea span {
	width: 50%;
	display: inline-block;
	border: 5px solid #fff;
	border-top: none;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
}
.mainVisualLangArea .jp {
	background-color: #fff;
	color: #262261;
}
.mainVisualLangArea .noLink {
	filter:alpha(opacity=30);
	opacity: 0.3;
	font-style:normal;
}
.mainVisualConfArea {
	color: #fff;
	margin-bottom: 45px;
	text-align: left;
	width: 574px;
	float: left;
}
.mainVisualConfArea p {
	font-weight: bold;
	text-align: left;
	line-height: 1;
}
.mainVisualConfArea p {
	font-size: 58px;
}
.topMainVisual .registrationBtnWrap {
  overflow: hidden;
	width: 396px;
	margin-top: 62px;
	float: right;
}
.topMainVisual .registrationBtn a,
.topMainVisual .registrationBtn span.grayout{
	display: block;
	color: #fff;
	width: 100%;
	margin: 0 auto;
	padding: 0 18px;
	line-height: 50px;
	height: 50px;
	text-align: left;
	font-weight: normal;
	font-size: 18px;
	position: relative;
}
.topMainVisual .registrationBtn a,
.topMainVisual .registrationBtn span.grayout{
  background-color: #00c2be;
	border-radius: 30px;
}
.topMainVisual .registrationBtn a:hover {
  background-color: #64d8d5;
}
.topMainVisual .registrationBtn a.grayout {
  background-color: #c7edec;
  pointer-events: none;
}
.topMainVisual .registrationBtn a span{
	background-color: #fff;
	border-radius: 12px;
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
	display:inline-block;
	padding: 5px 12px;
	position: absolute;
	top: 14px;
	right: 12px;
	color: #00c2be;
}
.topMainVisual .registrationBtn a span {
	color: #dbedeb;
}
.scrolldown {
	margin: 0;
}


.mainSectionArea {
	padding-top: 50px;
	padding-bottom: 50px;
}
.mainSectionArea h2 {
  display: block;
  overflow: hidden;
  width: 970px;
  text-align: center;
  font-size: 40px;
  padding: 0;
  margin: 0 0 50px;
  font-weight: normal;
  line-height: 1.5em;
}
.mainSectionArea.performance h2,
.mainSectionArea.mainSponsorBg h2,
.mainSectionArea.mainCoLocatedBg h2{
  background: url(/apps-japan/2018/images/common/bg_line.png) 0 98% no-repeat;
	line-height: 1.2;
	margin-bottom: 40px;
}
.mainSectionArea h3 {
	font-size: 18px;
	margin: 0px 0px 15px 0px;
}


/*テーマスポンサー カルーセル*/
.bnrArea {
  background: linear-gradient(#7b6dc0 20%, #fff 20%);
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 140px;
  padding:  0 40px;
  z-index: 102;
  color: #fff;
  text-align: center;
}
.bnrAreaInner {
  width: 970px;
  margin: auto;
  overflow: hidden;
}
.bnrAreaInner .col {
  float: left;
  overflow: hidden;
}
.bnrAreaInner .kyosan {
  position: relative;
  width: 60%;
}
.bnrAreaInner .kyosan:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  background: #d8d5d0;
  width: 1px;
  height: 55%;
}
.bnrAreaInner .tokubetsu {
  width: 40%;
}
.bnrArea p {
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 2em;
}
.sponsors01 {
  width: 970px;
  margin: 0 auto 50px;
}
li.kyosan_img {
	float: left;
	width: 50%;
}
li.tokubetsu_img {
  float: none;
}
#sponsorsLogoList {
  position: relative;
  overflow: hidden;
  font-size: 12px;
}
#sponsorsLogoList li {
  text-align: center;
  margin-right: 14px;
  margin-bottom: 60px;
}
#sponsorsLogoList li:nth-child(4n) {
  margin-right: 0;
}
#sponsorsLogoList li:last-of-type {
  margin-bottom: 0;
}
#sponsorsLogoList li a {
  display: block;
  text-align: center;
}
#sponsorsLogoList .kyenoteBtnWrap a.linkBtn {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 16px;
}
@media only screen and (min-width: 769px) {
  .sponsors01 .caroufredsel_wrapper {
    height: 110px !important;
    width: 970px !important;
  }
	#sponsorsLogoList02 li {
		width: 194px;
	}
}


/* whatNew */
.whatNewWrap {
	background-color: #ececff;
	padding: 20px 0;
}
.whatNewWrap .whatNew01 {
  background: #7b6dc0;
	color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 150px;
	font-size: 18px;
	text-align: center;
	padding: 5px 0;
	margin-right: 13px;
	float: left;
}
.whatNewWrap .whatNew02 {
	float: left;
	width: 670px;
	line-height: 30px;
	overflow: hidden;
}
.whatNewWrap .whatNew02 ul {
	position: relative;
}
.whatNewWrap .whatNew02 ul li {
	display: none;
}
.whatNewWrap .whatNew02 ul li a {
	color: #7b6dc0;
	text-decoration: underline;
}
.whatNewWrap .whatNew02 ul li a:hover {
	text-decoration: none;
}
.whatNewWrap .whatNew02 ul li .whatNewTxt01 {
	float: left;
	display: block;
}
.whatNewWrap .whatNew02 ul li .whatNewTxt02 {
	margin: 0 0 0 140px;
	display: block;
}
.whatNewWrap .whatNew03 {
	float: right;
	line-height: 36px;
}
.whatNewWrap .whatNew03 a {
	color: #7b6dc0;
	display: block;
	padding: 0;
	margin: 0 0 0 20px;
	font-size: 14px;
	text-decoration: underline;
}
.whatNewWrap .whatNew03 a:hover {
	text-decoration: none;
}


/* NewsAt */
.mainNewsatBg {
	background: url(../images/top_exhibition/bg_news.jpg) 0 0 repeat;
  background-size: cover;
	padding-bottom: 50px;

}
.mainNewsatBg h2 {
	background-color: #80267b;
	color: #fff;
	font-size: 20px;
	text-align: left;
	padding: 0 0 0 20px;
	margin: 0;
	line-height: 40px;
	vertical-align: bottom;
}
.mainSectionArea.mainNewsatBg h2 span {
	font-size: 14px;
  display: inline-block;
	margin-left: 25px;
}
.mainNewsatBg .link_newsat_bn {
  display: inline-block;
  font-size: 14px;
  float: right;
  padding-left: 5px;
  padding-right: 5px;
  color: #fff;
  text-decoration: none;
  margin-right: 10px;
}
.newsat {
 	background-color: #fff;
}
.newsat ul {
 	background-color: #fff;
	position: relative;
	height: 5em;
	overflow: hidden;
}
.newsat ul li {
  display: none;
  width: 100%;
	padding: 10px 20px;
  box-sizing: border-box;
	line-height: 1.5;
}
.newsat ul li .newsat_date {
  position: relative;
  width: 100%;
	font-weight: normal;
  height: 1.75em;
  margin-bottom: 0.25em;
  font-size: 14px;
  overflow: hidden;
}
.newsat ul li p {
  position: relative;
  height: 1.75em;
	width: 100%;
  font-size: 14px;
  padding-top: 0.25em;
  word-wrap: break-word;
  border-top: 1px solid #ccc;
  box-sizing: border-box;
  overflow: hidden;
}
.newsat_date:before,
.newsat_date:after,
.newsat ul li p:before,
.newsat ul li p:after {
  background: #fff;
  position: absolute;
}
.newsat_date:before,
.newsat ul li p:before {
  content: "...";
  top: 0;
  right: 0;
}
.newsat_date:after,
.newsat ul li p:after {
  content: "";
  height: 100%;
  width: 100%;
}
.newsat ul li p a {
	text-decoration: underline;
}
.newsat ul li p a:hover {
	text-decoration: none;
}


.tag_newsat {
  font-size: 12px;
  color: #fff;
  border-radius: 10px;
  padding: 3px 5px;
	padding: 1px 5px 2px 5px;
	text-align: center;
  margin-right: 5px;
  white-space: nowrap;
}
.tag_seminar{
	background-color: #f7b141;
}
.tag_newproduct{
	background-color: #f7b141;
}
.tag_exhibit{
	background-color: #f7b141;
}
.tag_campaign{
	background-color: #f7b141;
}
.tag_cloud,
.tag_mobility,
.tag_it,
.tag_signage,
.tag_media,
.tag_location{
	background-color: #918d86;
}
.tag_other,
.tag_iot,
.tag_5G,
.tag_AI,
.tag_app{
	background-color: #918d86;
}
.tag_net,
.tag_sec,
.tag_sdi{
	background-color: #918d86;
}


/* 基調講演 */
.mainExplanationBg {
	position: relative;
	width: 100%;
	border-bottom: #e7e7e7 solid 1px;
}
.mainExplanationBg::after {
	position: absolute;
	content: '';
	top: 120px;
	left: calc(50% - 196px);
	width: calc(50% + 196px);
	height: 350px;
  background: url(../images/top_exhibition/bg_mainexplanation.jpg) left center no-repeat;
	background-size: cover;
	z-index: -1;
}
.mainExplanationBg .kyenoteBtnWrap {
	clear: both;
	margin-top: 30px;
}
.mainExplanationBg .titleBox{
  background: url(../images/top_exhibition/bg_titlebox.png) left center repeat;
	width: 395px;
	float: left;
	padding: 25px 30px;
	margin-bottom: 25px;
}
.mainExplanationBg .titleBox h2 {
	text-align: left;
	color: #fff;
	margin-bottom: 22px;
  background: url(/apps-japan/2018/images/top_exhibition/bg_titlebox_h2.png) 0 90% no-repeat;
}
.mainExplanationBg .titleBox p {
	color: #fff;
	margin: 0;
}


/* メディアスポンサー */
.mainSponsorBg {
	border-bottom: #e7e7e7 solid 1px;
}
.sponsors01 {
	width: 970px;
	margin: 0 auto;
}


/* APPS JAPANとは */
.mainAboutBg {
  background: url(/apps-japan/2018/images/top_exhibition/bg_mainabout.png) left top repeat;
	border-bottom: #e7e7e7 solid 1px;
}
#top .mainAboutBg h2 {
	display: none;
}
.mainAboutBg h3 {
	background-color: #babacb;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	line-height: 44px;
	margin: 0;
	padding-left: 24px;
	box-sizing: border-box;
	position: relative;
}
.mainAboutBg table {
	border: #eceae5 solid 1px;
	width: 100%;
}
.mainAboutBg table th,
.mainAboutBg table td {
	border-bottom: #eceae5 solid 1px;
	font-size: 14px;
	padding: 1.5% 2.5%;
	text-align: left;
	vertical-align: middle;
	box-sizing: border-box;
}
.mainAboutBg table th {
	background-color: #f3f3f3;
	font-weight: normal;
	width: 14em;
}
.mainAboutBg table td {
	background-color: #fff;
}
.mainAboutBg table td a {
	text-decoration: underline;
}
.mainAboutBg table td .fa-train,
.mainAboutBg table td .fa-bus,
.mainAboutBg table td .fa-arrow-circle-o-right{
	color: #a660a3;
	margin-right: 10px;
}
.mainAboutBg h3 span {
	position: absolute;
	display: block;
	right: 15px;
	top: 0;
	font-size: 0.7em;
	width: 13em;
}

.linkBtnWrap {
	display: inline-block;
	width: auto;
}
.linkBtnWrapInt {
	display: inline-block;
	width: 200px;
	text-align: right;
}
.performance {
	background: url(/apps-japan/2018/images/top_exhibition/bg_performance.png) 0 0 repeat;
}
.performance ul {
	margin-top: 40px;
}
.performance ul li {
	background: #fff;
	margin-right: 15px;
	width: 231px;
}
.performance ul li:last-child {
	margin-right: 0;
}
.performance ul li .ttl {
  background: #a660a3;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  font-size: 18px;
}
.performance ul li.last .ttl {
  background: #7b6dc0;
}
.performance ul li .txt {
  padding: 15px;
  border: 1px solid #d8d5d0;
  border-top: none;
}
.performance ul li .count {
  color: #a660a3;
  font-size: 39px;
  text-align: center;
  padding: 0 0 15px;
	line-height: 1;
}
.performance ul li.last .count {
  color: #7b6dc0;
}
.performance ul li .count span {
  font-size: 17px;
}
.performance ul li .data {
  font-size: 12px;
}
.performance .plans {
  margin: 40px auto 20px;
  text-align: center;
}
.performance .main_bnr {
	padding-bottom: 30px;
	text-align: center;
}

.nextYear {
  display: flex;
  background-color: #fff;
  margin-top: 30px;
}
.nextYear:hover {
  background-color: #00ccc9;
  text-decoration: none;
}
.nextYear-logo {
  flex-grow: 1;
  background-color: #6e2c6d;
  padding: 40px;
  text-align: center;
}
.nextYear-logo img {
  max-width: 200px;
}
.nextYear-message {
  flex-grow: 3;
  color: #000;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
  padding: 5px 20px;
  text-align: center;
  border: 1px solid #d8d5d0;
}
.nextYear-message strong {
  color: #00ccc9;
  font-size: 46px;
}
.nextYear-message strong.en {
  font-size: 32px;
  line-height: 1.8;
}
.nextYear:hover .nextYear-message,
.nextYear:hover .nextYear-message strong {
  color: #fff;
  border: 1px solid #00ccc9;
}
.nextYear:hover .nextYear-logo img {
  opacity: 1;
}


a.linkBtn,
span.linkBtn {
	background-color: #a660a3;
	border-radius: 25px;
	color: #fff;
  text-align: center;
  line-height: 50px;
  display: block;
  width: 478px;
  text-decoration: none;
}
.grayout span.linkBtn {
	background-color: #e8dae7;
	opacity: 0.7;
}
a.linkBtn:hover {
	background-color: #c79dc5;
}

.twoBtnWrap .linkBtn,
.kyenoteBtnWrap .linkBtn,
.showNetBtnWrap .linkBtn,
.twoBtnVer a { float: left;}

.twoBtnWrap .twoBtn01,
.kyenoteBtnWrap .kyenoteBtn01,
.showNetBtnWrap .showNetBtn01,
.twoBtnVer .twoBtn01 { margin-right: 13px;}

.showNetBtnWrap,
.newsBtnWrap {
	text-align: center;
	margin-top: 20px;
}

.coLocatedBtnWrap .linkBtn01 {
    width: 232px;
    float: left;
    margin-right: 13px;
    background-color: #fff;
}
.coLocatedBtnWrap p:last-child .linkBtn01 { margin-right: 0;}
.coLocatedBtnWrap .linkBtn01 img { vertical-align: middle;}


/*基調講演*/
.kouen_img{
	margin-top: 20px;
}
.kouen_img_en{
	margin-top: 40px;
}
.pickup {
	clear: both;
	margin-top: 40px;
}
.pickup p.pick_title {
	font-size: 16px;
	background-color: #a363a2;
	line-height: 40px;
	color: #fff;
	text-align: center;
}
.pickupParson {
	overflow: hidden;
}
.pickupParsonList{
	border: #f3f3f3 solid 1px;
	border-top: none;
	position: relative;
  background: #fff;
  width: 50%;
  font-size: 14px;
  border-left: #e7e9eb solid 1px;
  border-right: #e7e9eb solid 1px;
  border-bottom: #e7e9eb solid 1px;
}
.pickupParsonList.firstList{
	position: relative;
  float: left;
  background: #fff;
  width: 100%;
  height: auto;
  font-size: 14px;
}
.pickupTwoColumn {
	display:flex;
	flex-wrap:wrap;
	/* justify-content: space-between; */
	width:100%;
}
.pickupTwoColumn::before{
  content:"";
  display: block;
  width:49%;
  order:1;
}
.pickupTwoColumn::after{
  content:"";
  display: block;
  width:49%;
}
.pickupTwoColumn .pickupParsonList{
	width: 50%;
}
.pickupParsonListHead {
	overflow: hidden;
  background: #f3f3f3;
  padding: 1% 2%;
	height: auto;
}
.pickupParsonListHead h4 {
	color: #a363a2;
  font-size: 24px;
  font-weight: bold;
	display: inline-block;
  vertical-align: middle;
}
.pickupParsonListHead h4 span {
	margin-left: 1em;
  color: #292728;
  font-size: 0.8em;
  font-weight: normal;
}
.pickupParsonListHead .pickupStatus {
	display: block;
	margin-top: 3px;
  margin-bottom: 3px;
  vertical-align: middle;
  overflow: hidden;
}
.firstList .pickupParsonListHead .pickupStatus {
	display: inline-block;
  margin-left: 1vw;
  margin-bottom: 0;
}
.pickupParsonListHead .pickupStatus li {
	margin-right: 10px;
  font-size: 11px;
	line-height: 1.7em;
  padding: 0 0.5em;
  border-radius: 15px;
  color: #fff;
	background-color: #a363a2;
}
.pickupParsonListHead .pickupStatus li.event_int {
	background-color: #171c61;
}
.pickupParsonListHead .pickupStatus li.event_lbj {
	background-color: #3d6ca6;
}
.pickupParsonListHead .pickupStatus li.event_apps {
	background-color: #a660a3;
}
.pickupParsonListHead .pickupStatus li.event_japanese {
	background-color: #fff;
	border: 1px solid #666;
	color: #666 !important;
}
.pickupParsonListHead .pickupStatus li.tag_iot {
	background-color: #55aaaa;
}
.pickupParsonListHead .pickupStatus li:last-child {
	line-height: 1.7em;
  padding: 0 0.5em;
  border-radius: 15px;
  color: #fff;
}
.pickupParsonListHead .pickupStatus li:last-child
.pick_end{
	margin-right: 0px!important;
}
.pickupParsonListBody {
	padding: 2% 4% 6%;
  color: #292728;
	position: relative;
	overflow: hidden;
  /* height: 290px; */
}
.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    background: url(/apps-japan/2018/images/common/over.png) top 5px center no-repeat,url(/apps-japan/2018/images/common/under.png) bottom 5px center no-repeat!important;
    width: 11px!important;
    background-color: #a363a2!important;
    margin-top: 0px;
}
.ps-container>.ps-scrollbar-y-rail {
    background-color: #eee!important;
    opacity: .9;
    margin-top: 0px!important;
    margin-bottom: 0px!important;
}
.pickupParsonList.firstList .pickupParsonListBody {
	padding: 1% 2% 3%;
  color: #292728;
  height: auto;
}
.pickupParsonList .keynoteTtl {
	margin-bottom: 40px;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 1px;
  text-decoration: underline;
}
.pickupParsonListBody a {
	display: block;
  text-decoration: underline;
}
.pickupParsonListBody .short_ttl {
	padding-top: 40px;
}
.pickupParsonListBody .row {
	overflow: hidden;
  width: 100%;
}
.pickupParsonListBody .row.row_next {
	overflow: hidden;
  width: 100%;
}
.pickupParsonListBody .txt {
	float: left;
  width: 60%;
}
.pickupParsonListBody span {
	display: block;
}
.pickupParsonListBody .img {
	float: right;
  width: 35%;
}
.pickupParsonList.firstList .pickupParsonListBody .img {
	float: right;
  width: auto;
}
.pickupParsonList.firstList .pickupParsonListBody .img img {
	max-width: 133px;
	height: auto;
}
.pickupParsonList:nth-child(even) {
	float: left;
}
@media only screen and (min-width: 769px) {
	.pickupParsonListBody .row.row_vertical {
		display: block;
		float: left;
		width: 30%;
		margin-right: 5%;
		margin-bottom: 30px;
	}
	.pickupParsonListBody .row.row_vertical.mr0 {
		margin-right: 0;
	}
	.pickupParsonListBody .row.row_vertical .txt,
	.pickupParsonListBody .row.row_vertical .img {
		float: none;
		width: 100%;
	}
	.pickupParsonListBody .row.row_vertical .img img {
		width: 100%;
		height: auto;
	}
	.pickupParsonListBody .row.row_vertical .txt {
		margin-top: 5px;
	}
	.pickupParsonListBody .cb {
		clear: both;
	}
}
.pickupParsonList figcaption{
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(37,66,122,1);
	width: 304px;
	height: 100px;
	padding: 8px 5px 0px 20px;
	color: #fff;
	font-size: 12px;
}
.pick_end figcaption{
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(37,66,122,1);
	width: 304px;
	height: 100px;
	padding: 5px 5px 0px 20px;
	color: #fff;
	font-size: 12px;
}
.pickupParsonList figure a{
	position: relative;
	background: #333;
	display: block;
	width: 100%;
	height: auto;
}
.pickupParsonList figure a img{
	transition: 0.4s;
}
.pickupParsonList figure a:after{
	content: "";
	width: 100%;
	height: 404px;
	border: #e9eff5 solid 1px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  box-sizing: border-box;
	transition: 0.3s;
}
.pickupParsonList figure a:hover:after{
	border: #fff solid 5px;
  background-size: 35px auto;
	transition: 0.3s;
}
.pickupParsonList figure span.name{
	font-size: 18px;
	font-weight: bold;
}
.pickup_clear{
	clear: both;
}
.conf-recommend span {
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: 30px;
  background-color: #ccc;
}
.conf-recommend p {
  margin-top: 20px;
}
.conf-recommend p:first-child {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
	.pickupTwoColumn .pickupParsonList{
		width:100%;
	}
  .pickupParsonList .prof.multi {
    display:block;
  }
  .pickupParsonList .multiple {
		display:flex;
		-webkit-flex-direction: row-reverse;
  	flex-direction:         row-reverse;
		width:100%;
  }
	.pickupParsonList .ph {
		width:55%;
	}
  .pickupParsonListHead .pickupStatus {
    display: inline-block;
    margin-left: 1vw;
    margin-bottom: 0;
  }
}

/*************************************
SP設定
**************************************/
@media only screen and (max-width: 768px) {
	* {
		max-width: 100% !important;
		min-width: inherit !important;
	}
	body {
		width: 100%;
		overflow-x: hidden;
	}
	a:hover img {
		filter:alpha(opacity=100);
		opacity: 1;
	}
	.sp {
		display: block!important;
	}
	.pc {
		display: none!important;
	}
	.w970 {
		overflow: hidden;
		width: 100%;
		padding: 0 3.125%!important;
	}
	.mgt5{
		margin-top: 3.125%!important;
	}
	.topMainVisual {
		z-index: 1;
		height: auto;
		padding-bottom: 15%;
    transition: all .3s;
	}
	.mainVisualBox {
		padding-top: 10vh;
		width: 93.75%;
		height: auto;
		margin: 0 3.125%;
	}
	.mainVisualLogoArea {
		margin-bottom: 25px;
	}
	.mainVisualBox img {
		width: inherit;
		max-width: 90% !important;
	}
	.mainVisualLogoArea p.datePlace {
		font-size: 14px;
	}
	.mainVisualLogoArea p.datePlace span {
		font-size: 12px;
	}
	.mainVisualConfArea {
		margin-bottom: 0;
	}
	.mainVisualConfArea p:first-child {
		font-size: 15px;
		font-weight: bold;
	}
	.mainVisualConfArea p:last-child {
		font-size: 29px;
		font-weight: bold;
	}
  .topMainVisual .registrationBtnWrap {
    margin: 6.875% 0;
		width: calc(50% + 80px);
		max-width:396px;
 }
	.topMainVisual .registrationBtn a,
	.topMainVisual .registrationBtn_en a,
	.topMainVisual .registrationBtn span.grayout,
	.topMainVisual .registrationBtn_en span.grayout{
		height: auto;
		font-size: 14px;
		line-height: 1.2;
		padding: 0.8em 15px;
	}
	.topMainVisual .registrationBtn a span,
	.topMainVisual .registrationBtn span.grayout span{
		top: 1.5em;
		right: 10px;
		padding: 3px 6px;
		font-size: 11px;
	}
	#scrolldown {
		max-width: 24% !important;
		margin: auto;
		text-align: center;
	}

	/*totopボタン*/
	.pageTop {
		opacity: 0;
		right: 3.125%;
		bottom :6.25%;
		width: 40px;
		height: 40px;
		/*transition: .3s;*/
	}
	.pageTop.scroll {
		opacity: 1;
	}
	.pageTop.fixd {
		position: absolute;
		right: 3.125%;
		bottom: 100%;
	}
	.pageTop.nav-hidden {
		visibility: hidden;
	}
	.pageTop_report.fixd {
		position: absolute;
		right: 0;
		bottom: 0;
	}
	.pageTop img {
		width: 100%;
		height: 100%;
	}

	.bnrArea {
    background: #fff;
    padding: 0;
    height: auto;
  }
  .bnrAreaInner .kyosan,
  .bnrAreaInner .tokubetsu {
    float: none;
    width: 100%;
  }
  .bnrAreaInner .kyosan:after {
    display: none;
  }
  .bnrAreaInner .tokubetsu {
    margin-top: 3.125%;
  }
  .bnrAreaInner .kyosan .bnrAreaList {
    margin: 3.125% auto 0;
  }
  .bnrAreaInner .tokubetsu .bnrAreaList {
    margin: 3.125% auto;
  }
  .bnrAreaInner .kyosan .bnrAreaList li {
    float: none;
    display: inline-block;
    width: 40%;
  }
	.bnrAreaInner .kyosan .bnrAreaList li img {
		width: 70%;
	}
	.bnrAreaInner .kyosan .bnrAreaList li:nth-child(2) img {
		width: 20%;
	}
  .bnrAreaInner .tokubetsu .bnrAreaList li {
    float: none;
    display: inline-block;
    width: 30%;
    margin-right: 5%;
  }
  .bnrAreaInner .tokubetsu .bnrAreaList li:last-child {
    margin-right: 0;
  }
  .bnrArea p {
    background: #7b6dc0;
    margin-bottom: 0;
    line-height: 2em;
  }

	/*what's new*/
	.whatNewWrap {
		padding: 5.468% 0;
	}
	.whatNewWrap .whatNew01 {
		width: 100%;
		text-align: center;
		margin-bottom: 3.125%;
		padding: 5px 0;
		float: none;
	}
	.whatNewWrap .whatNew02 {
		float: none;
		width: 100%;
		line-height: 20px;
		font-size: 14px;
	}
	.whatNewWrap .whatNew02 .whatNewTxt01 {
		float: none;
		width: 100%;
	}
	.whatNewWrap .whatNew02 {
		margin-bottom: 3.125%;
	}
	.whatNewWrap .whatNew02 ul li .whatNewTxt02 {
		margin: 0;
	}
	.whatNewWrap .whatNew03 {
		float: none;
		border-left: none;
		font-size: 14px;
	}
	.whatNewWrap .whatNew03 a {
		margin: 0;
		padding-left: 0;
		line-height: 18px;
	}

	.mainSectionArea {
		padding: 20px 0;
	}
	.mainSectionArea h2 {
		font-size: 24px;
		margin-bottom: 1em;
	}
	.mainSectionArea.performance h2,
	.mainSectionArea.mainSponsorBg h2,
	.mainSectionArea.mainCoLocatedBg h2{
		margin-bottom: 20px;
	}

	/*news*/
	.mainNewsatBg h2 {
		font-size: 20px;
		margin-bottom: 0;
		padding-left: 3.125%;
		position: relative;
	}
	.mainSectionArea.mainNewsatBg h2 span {
		margin: 0 3.125% 0 0;
		line-height: 1.2;
	}
	.mainNewsatBg a.link_newsat_bn {
		position: absolute;
		display: block;
		font-size: 10px;
		right: 3.125%;
		top: 4%;
		margin-right: 0;
	}
  .newsat ul {
		height: 13em;
	}
  .newsat ul li {
		padding-right: 3.125%;
		padding-left: 3.125%;
	}
  .newsat ul li .newsat_date {
    height: 4.5em;
  }
  .newsat_date:before {
    top: 2.75em;
  }
  .newsat ul li p {
    height: 8em;
		margin-bottom: 1.5em;
  }
  .newsat ul li p:before {
    top: 5.75em;
  }


	/*開催実績*/
	.performance h2 {
		margin-bottom: 3.125% 0;
		padding: 0;
	}
	.performance h2.performance_en {
		padding: 0 0 5px 0;
	}
	.performance ul {
    margin-top: 0;
	}
	.performance ul li {
		float: left;
		width: 48.5%;
		margin: 0 0 3.125%;
	}
	.performance ul li:nth-child(2n) {
		float: right;
	}
	.performance ul li .ttl {
		font-size: 16px;
		padding: 0;
		line-height: 2em;
	}
	.performance ul li .txt {
		padding: 0 3.125% 3.125%;
	}
	.performance ul li .count {
		font-size: 28px;
		padding: 0;
		line-height: 2em;
	}
	.performance ul li .data {
		line-height: 1.6;
	}
	.performance ul li .data span {
		font-size: 10px;
		line-height: 1;
	}
	.performance .main_bnr {
		padding-bottom: 20px;
	}
  .nextYear {
    display: block;
  }
  .nextYear-logo {
    padding: 10px;
  }
  .nextYear-logo img {
    width: 140px;
  }
  .nextYear-message {
    font-size: 16px;
    padding: 10px;
  }
  .nextYear-message strong {
    font-size: 26px;
  }
  .nextYear-message strong.en {
    font-size: 20px;
    line-height: 1.4;
  }

	/* APPS JAPANとは */
	.mainSectionArea.mainAboutBg {
		border: none;
		padding: 0;
	}
	.mainAboutBg .w970 {
		width: 100%;
		padding: 0 !important;
	}
	.mainAboutBg h3 {
		padding-left: 3.125%;
		border-bottom: 1px solid #fff;
		transition: all .3s;
	}
	.mainAboutBg h3:before,
	.mainAboutBg h3.open:before{
		display: inline-block;
		font: normal normal normal 14px/1 FontAwesome;
		font-size: inherit;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.mainAboutBg h3:before {
		content: "\f055";
		margin-right: 6px;
	}
	.mainAboutBg h3.open:before {
		content: "\f056";
		margin-right: 6px;
	}
	.mainAboutBg table {
		display: none;
	}
	.mainAboutBg table.open {
		transition: all .3s;
	}
	.mainAboutBg table th,
	.mainAboutBg table td {
		display: block;
		width: 100%;
		border: none;
		font-weight: normal;
	}
	.mainAboutBg h3 span {
		font-size: 10px;
		width: 9em;
		line-height: 1;
		top: 1em;
	}

	/*基調講演*/
	.mainExplanationBg::after {
		background: none;
	}
	.mainExplanationBg .titleBox {
		width: 100%;
		margin-bottom: 0;
		padding: 15px;
	}
	.mainExplanationBg .titleBox h2 {
		margin-bottom: 10px;
	}
	.pickup {
		margin-top: 0;
	}
	.contents a.linkBtn,
	a.linkBtn,
	span.linkBtn {
		float: none;
		background-size: 16px;
		background-position: 3% 49.5%;
		width: 480px;
		max-width: 100%;
		margin: 0 auto 3.125%;
		height: auto;
		font-size: 14px;
	}

	.reportBtnWrap .reportBtn01,
	.kyenoteBtnWrap .kyenoteBtn01{
		float: none;
		margin: 3.125% auto;
	}
	.mainExplanationBg .kyenoteBtnWrap {
		margin-top: 6%;
	}
	.pickupParsonList,
	.pickupParsonList.firstList{
		width: 100%;
		height: auto;
		margin: 0;
	}
	.pickupParsonList .keynoteTtl {
		margin-top: 3.125%;
		margin-bottom: 3.125%;; height: auto;
		font-size: 4.2vw;
	}
	.pickupParsonListBody .short_ttl {
		padding-top: 0px;
	}
	.pickupParsonListBody .row.row_next {
		padding-top: 20px;
	}
	.pickupParsonList figure a img{
		width: 100%;
	}
	.pickupParsonList figure span.name{
    display: inline-block;
		font-size: 2.6vmax;
    margin-bottom: 2%;
	}
	.pickupParsonList figure a:after{
		display: none;
	}
	.pickupParsonList figcaption{
		position: inherit;;
		left: 0;
		top: 100%;
		background: rgba(37,66,122,1);
		width: 100%;
		height: auto;
		padding: 3% 4% 4% 4%;
		color: #fff;
		font-size: 1.8vmax;
	}
	.pick_end{
		margin-right: 0px!important;
		margin-bottom: 0%!important;
	}
  .mainSectionRow {
    margin: 3.125% auto;
  }
  .mainSectionRow .col2 {
    width: 100%;
  }
  .mainSectionRow .col2 img {
    width: 100%;
  }
	.mainShowNetBg {
		margin-top: 0;
	}
	.kouen_img_en {
		margin-top: 6.25%;
	}
	.pickupParsonList.firstList .pickupParsonListHead {
    padding: 2% 4%;
	}
	.pickupParsonList.firstList .pickupParsonListBody {
		padding: 2% 4% 6%;
	}
	.pickupParsonList.firstList .pickupParsonListBody .img {
    float: right;
    width: 35%;
  }
	.pickupParsonListHead,
	.pickupParsonListBody,
	.pickupParsonList.firstList .pickupParsonListBody {
    height: auto;
  }
	.pickupParsonListHead .pickupStatus li:last-child {
    padding: 0 1.5vw;
  }
	.pickupParsonListHead h4 {
    font-size: 6vw;
  }
	.pickupParsonListHead h4 span {
    font-size: 4vw;
  }
	a.linkBtn_mini,
	span.linkBtn_mini {
		width: 270px;
		}

	/*showNet*/
	.showNetImg {
		position: relative;
		width: 100%;
		height:: auto;
		margin-top: 6.25%;
		/*padding-top: 56.25%;*/
		font-size: 0;
	}
	.showNetImg iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.showNetImgInner {
		overflow: hidden;
		width: 100%;
	}
	.showNetImgInner img {
		float: left;
		width: 33.3%;
	}
	.showNetImgInner_two {
		overflow: hidden;
		width: 100%;
	}
	.showNetImgInner_two img {
		float: left;
		width: 50%;
	}
	.shownet_main {
		width: 100%;
		height: auto;
	}
	.shownet_main img {
		width: 100%;
	}

	/*news@interop*/
	.mainNewsatBg {
		margin-top: 0;
	}
	.carouSelCont,
	#pager {
		display: none !important;
	}
	.newsCarouSelWrap {
		margin-top: 3.125%;
	}
	.caroufredsel_wrapper {
		max-width: none !important;
		top: 0;
		left: 50%;
	}
	#newsCarouSelList01 {
		max-width: none !important;
		/*margin-left: -50vw;*/
	}
	#newsCarouSelList01 li {
		/*width: 313px !important;*/
		/*max-width: 70vw !important;
		margin: auto;*/
		/*margin-right: 14px;*/
	}
	#newsCarouSelList01 li:first-of-type {
		/*margin-left: -180px;*/
	}
	.newsMainCollum01 {
		width: 270px;
		padding: 5% 5% 0% 5%;
	}
	.newsMainCollum02 {
		width: 270px;
	}

	/*メディアスポンサー*/
	.mainSponsorBg,
	.mainSponsorBg_en {
		margin-top: 0;
	}
	.mediaSBtnWrap {
		margin-top: 0;
	}
	.newsBtnWrap {
		margin-top: 3.125%;
	}
	.sponsors01 {
		margin-bottom: 3.125%;
	}
	#sponsorsLogoList02 li {
		max-width: 20vw !important;
		line-height: 3.2em;
	}
	.sponsors01 .caroufredsel_wrapper {
		margin-left: -3.125% !important;
		width: 150% !important;
		max-width: 150% !important;
		max-height: 85px;
		-webkit-backface-visibility:hidden;
		backface-visibility:hidden;
	}
	.sponsor_sp {
		font-size: 6vw!important;
	}

	/*同時開催イベント*/
	.mainCoLocatedBg {
		margin-top: 0;
	}
	.mainPertnerBg {
		margin-top: 0px;
		padding-bottom: 6.25%;
	}
	.coLocatedBtnWrap {
		margin: 3.125% 0 0;
	}
	.coLocatedBtnWrap p {
		float: left;
		width: 49%;
		margin-bottom: 2%;
	}
	.coLocatedBtnWrap p:nth-child(2n) {
		float: right;
	}
	.coLocatedBtnWrap .linkBtn01 {
		width: 100%;
		margin-right: 0;
		line-height: 0;
	}
	.coLocatedBtnWrap p:nth-child(1) .linkBtn01 {
		padding: 0%;
	}
	.coLocatedBtnWrap p:nth-child(1) .linkBtn01 img {
		width: 100%;
	}
	.coLocatedBtnWrap p:nth-child(2) .linkBtn01 {
		padding: 0%;
	}
	.coLocatedBtnWrap p:nth-child(2) .linkBtn01 img {
		width: 100%;
	}
	.coLocatedBtnWrap p:nth-child(3) .linkBtn01 {
		padding: 0%;
	}
	.coLocatedBtnWrap p:nth-child(3) .linkBtn01 img {
		width: 100%;
	}
	.coLocatedBtnWrap p:nth-child(4) .linkBtn01 {
		padding: 0%;
	}
	.coLocatedBtnWrap p:nth-child(4) .linkBtn01 img {
		width: 100%;
	}
	.pertnerBtnWrap {
		width: 100%;
		margin: 0 auto;
	}
	.pertnerBtnWrap p {
		width: 100%;
		padding: 3.125% 0;
	}
	.pertnerBtnWrap img {
    width: 49%;
		height: auto;
		margin-bottom: 6.25%;
		padding-bottom: 6.25%;
	}
}
