@charset "UTF-8";

/*--------------------------------------------------------------------
=== [共通レイアウト] ====================================
 -------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');
@import url('https://fonts.googleapis.com/css?family=Lato:400,700');

 body {
	font-family:"Lato","Noto Sans Japanese","Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,"ＭＳ Ｐゴシック", Osaka, sans-serif;
	letter-spacing: 0.05em;
 }
strong {
	font-weight: 600;
}
span.marker {
	display: inline;
	background: linear-gradient(transparent 60%, #FAE438 60%);
}
span.attention {
	display: inline-block;
	background: #d72d2d;
	font-weight: bold;
	color: #fff;
	padding: 0 0.5em;
	border-radius: 3px;
	letter-spacing: 0.1em;
}
.red {color:#FF0000;}
.sp-only{display:none;}
@media (min-width: 768px) {
	.sp-only{display:block;}
	.pc-only{display:none;}
}


 /********** [マウスオーバー]**********/

.hover a:hover img
{
opacity:0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
background: #fff;
}

header {
position: fixed;
width: 100%;
z-index: 9999;
/*    background-color: rgba(21,23,70,0.8);*/
    background: linear-gradient(70deg,rgba(26,29,99,0.8),rgba(92,33,226,0.8));
        height: 120px;
}
@media (max-width:767px) {
    header {
        height: 100px;
    }
}

header .headTop  {
color: #ffffff;
line-height: 40px;
overflow: hidden;
padding: 0 25px;
}
header.is-fixed  .headTop{
background: linear-gradient(70deg,rgba(26,29,99,1),rgba(92,33,226,1));
}
header.is-fixed{
background: linear-gradient(70deg,rgba(26,29,99,1),rgba(92,33,226,1));
}

header .headTop h1 {
font-size: 12px;
float: left;
}

.footfix,
header .headTop ul {
float: right;
font-size: 14px;
}

.footfix li ,
header .headTop ul li {
display: inline;
margin-left: 30px;
}

.footfix li a ,
header .headTop ul li a {
color: #ffffff;
text-decoration: none;
transition: 0.3s;
}

.footfix li a:hover ,
header .headTop ul li a:hover {
color: #fff;
}

.footfix li:hover ,
header .headTop ul li:hover {
color: #fff;
}

.footfix li.login:before ,
header .headTop ul li.login:before  {
 content: "\f2f6";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-right: 5px;
}

.footfix li.logout:before ,
header .headTop ul li.logout:before  {
 content: "\f2f5";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-right: 5px;
}

.footfix li.addMember:before ,
header .headTop ul li.addMember:before  {
 content: "\f234";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-right: 5px;
}

.footfix li.mypage:before ,
header .headTop ul li.mypage:before  {
 content: "\f007";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-right: 5px;
}
.footfix li.map:before ,
header .headTop ul li.map:before {
    content: "\f5a0";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    margin-right: 5px;
}

header .headMid  {
/*background-color: rgba(21,23,70,0.8);*/
color: #ffffff;
/*overflow: hidden;*/
}

header .headMid h2 {
float: left;
/*height: 100px;*/
 display: flex;
  align-items: center;
  margin-left: 25px;
}

@media (max-width:767px) {
    header .headMid h2{
        width: 60%;
    }
    header .headMid h2 img{
        max-width: 100%;
        height: auto;
    }
}


header .headMid nav a {
color: #ffffff;
text-decoration: none;
font-size: 15px;
font-weight: 700;
padding:11px 0;
}

header .headMid nav a:hover {
opacity: 0.8;
}

header .headMid nav a span {
display: block;
font-size: 11px;
}

header .headMid nav > ul {
float: right;
    display: flex;
    flex-wrap: wrap;
    margin: 35px 0;

}

header .headMid nav ul li.toggle{
    position: relative;
}

header .headMid nav ul li.toggle dl::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-bottom: 10px solid #e7e7e7;
    z-index: 1;
}
header .headMid nav ul li.toggle dl{
    display: block;
    width: 250px;
    position: absolute;
    top: 35px;
    left: -126%;
    background-color: #e7e7e7;
    padding:0 10px;
    color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
}
header .headMid nav ul li.toggle dl dt{
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    padding-top: 10px;
}
header .headMid nav ul li.toggle dl dt:after{
    display: block;
    content: '';
    margin:5px auto 5px;
    height:1px;
    width:30px;
    border-bottom: 2px solid #2b4560;
}
header .headMid nav ul li.toggle dl dt:nth-child(2)::after{
    display: none;
}
header .headMid nav ul li.toggle dl dt a{
    color: #000;
}
header .headMid nav ul li.toggle dl dd a::before {
    content: ">";
    margin-right:3px;
}
header .headMid nav ul li.toggle dl dd{
    margin-bottom: 10px;
}
header .headMid nav ul li.toggle dl dd ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
header .headMid nav ul li.toggle dl dd ul li{
    margin: 0 !important;
    width: 50%;
    display:block;
    text-align: left;
}

header .headMid nav ul li.toggle dl dd ul li a{
    color: #000;
    padding:5px 0 5px 10px;
    display:block;
}
header .headMid nav ul li.toggle dl dd ul li a:hover{
/*    background-color: #e0e0e0;*/
    text-decoration: underline;
}
header .headMid nav ul li.toggle:hover dl{
    visibility: visible;
    opacity: 1;
    top: 45px;
}

header .headMid nav ul li {
text-align: center;
/*height: 100px;*/
 display: flex;
  align-items: center;
  line-height: 1.5;
  margin-left: 40px;
}
@media (max-width:1050px) {
    header .headMid nav ul li.toggle dl{
/*        display: none !important;*/
        width: auto;
        position: inherit;
        top: 10px;
        left: auto;
        opacity: 1;
        visibility:inherit;
    }
    header .headMid nav ul li.toggle:hover dl{
        top: 10px;
    }
    header .headMid nav ul li.toggle dl dd li a{
        height: auto;
        padding:1px 0 1px 10px !important;
    }
    header .headMid nav ul li{
        display: block;
        margin: 20px 0;
        height: auto;
        border: 0 !important;
    }
}

header .headMid nav ul li a{
        padding-right: 7px;
        padding-left: 7px;
    
}

header .headMid nav ul li:last-child {
/*margin-left: 0px;*/
width: 100px;
}

header .headMid nav ul li:last-child a {
margin: 0 auto;
}

header .headMid nav ul li.current_page_item,
header .headMid nav ul li.mark{
background-color: #d72d2d;
}

header .headMid nav ul li.current_page_item a,
header .headMid nav ul li.mark a {
margin: 0 auto;
color: #fff;
height: 100px;
padding-top: 60px;
transition: 0.3s;
}

header .headMid nav ul li:nth-child(2) {
/* margin-left: 0; */
/* border-left: solid 1px rgba(0,0,0,0.80); */
}

header .headMid nav ul li.current_page_item:hover ,
header .headMid nav ul li.mark:hover {
color: #fff;
background-color: #2b4560;
transition: 0.3s;
}

.inner {
width: 1000px;
margin: 0 auto;
}


footer {text-align: center;padding-top: 50px;position: relative;clear: both;}

footer .inner {
  width: 100%;
}
footer nav {
margin-bottom: 40px;
}

footer nav ul li {
display: inline;
}

footer nav ul li:not(:last-child)::after  {
content: "　/　";
}

footer nav ul li a {
color: #2b4560;
text-decoration: none;
font-size: 12px;
}

footer .copy {
color: #ffffff;
background: linear-gradient(-135deg, #28294a, #4a2b92);
line-height: 80px;
font-weight: bold;
font-size: 12px;
}

#pagetop {
position: fixed;
right: 30px;
bottom: 100px;
}
.footfix{
	display:none;
}
@media (max-width: 767px) {

	header .headTop ul{
		display:none;
	}
	footer{margin-bottom:45px;}
	.footfix{
		display:block;
		color:#FFF;
		position:fixed;
		bottom:0;
		width:100%;
		float:none;
		text-align:center;
    background-color: rgba(1,12,23,0.80);
        z-index: 10;
	}
	.footfix li:first-child{
		border-right: 1px solid #000; 
	}
	.footfix li{
		width:49%;
		display: inline-block;
		margin-left: 0px;
		padding: 10px 0;
		line-height: 1.7;
	}
}


#main {
	padding-top: 120px;
}

@media (max-width:768px) {
    #main {
        padding-top: 100px;
    }
}

/* パンくず */
.breadcrumbArea {
  display: none;
}
@media (min-width: 768px) {
  .breadcrumbArea {
    display: block;
  }
  .breadcrumbArea ul {
    padding: 12px 0;
  }
  .breadcrumbArea li {
    display: inline;
    font-size: 13px;
    line-height: 2;
  }
  .breadcrumbArea li a i {
    color: #282363;
  }
  .breadcrumbArea li + li::before {
    background: #333;
    content: "";
    display: inline-block;
    margin: 0 8px 5px;
    width: 16px;
    height: 1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

/* ヘッダーボタン追加 */
@media (min-width:1150px) {
    .exhibitorsLink {
        margin-top: 0;
        position: fixed;
        right: 0;
        bottom: 0px;
    }
}
/* スポンサーリンク　会期中削除 */
.exhibitorsLink a {
	display:  none;
	background: #f3da0b;
	border: solid 2px #f3da0b;
	color: #333;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none !important;
	line-height: 1.27;
	padding: 10px 50px 10px 15px;
	box-sizing: border-box;
	transition: 0.3s;
	position: relative;
    color: #000 !important;
}
.exhibitorsLink a br.narrow {
	display: none;
}
.exhibitorsLink a:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f054";
	font-size: 90%;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}
.exhibitorsLink.current a,
.exhibitorsLink a:hover {
	background: #fff;
	color: #f3da0b;
}