@charset "utf-8";
.pc{
	display: none!important;
}
header{
	padding: 10px 0;
}
header{
	background: #FFFFFF;
	z-index: 100;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	box-shadow: 0 0 12px rgba(0,0,0,0.16);
}
p#sp_bt a{
	width: 70px;
	height: 30px;
	display: block;
	position: absolute;
	font-size: 0.95em;
	font-weight: bold;
	padding-top: 35px;
	padding-bottom: 5px;
	text-align: center;
	cursor: pointer;
	color: #000000;
	background: #FFFFFF;
	border-radius: 500px;
	box-shadow: 3px 3px 6px rgba(0,0,0,0.16);
	top: 10px;
	right: 0;
	z-index: 9;

}
p#sp_bt a:before{
	width: 50%;
	height: 2px;
	background: #000000;
	content: "";
	display: block;
	position: absolute;
	top: 20px;
	left: 25%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
p#sp_bt a:after{
	width: 60%;
	height: 2px;
	background: #000000;
	content: "";
	display: block;
	position: absolute;
	top: 30px;
	left: 20%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

p#sp_bt a.ac{
	position: fixed;
	z-index: 1001;
	background: #108CCE;
	color: #FFFFFF;
	top: 20px;
	right: 2%;
}
p#sp_bt a.ac:before{
	width: 50%;
	left: 25%;
	top: 20px;
	transform: rotate(-45deg);
	background: #FFFFFF;
}
p#sp_bt a.ac:after{
	width: 50%;
	left: 25%;
	top: 20px;
	transform: rotate(45deg);
	background: #FFFFFF;
}
p#sp_bt a.ac span:after{
	display: none;
}


.container{
	width: 94%;
	margin: 0 auto;
	position: relative;
}
main{
	overflow: hidden;
}
#mainvisual{
	position: relative;
	width: 100%;
}
#mainvisual ul{
	width: 1200%;
	display: flex;
	position: relative;
	top: 0;
	left: 0;
}

#mainvisual ul li{
	width: calc(100% / 12);
	position: relative;
}

#mainvisual ul li img{
	width: 100%;
}


#mainvisual ul li span{
	position: absolute;
	display: inline-block;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}


#mainvisual ul li span.cc{
	top: 0;
	left: 0;
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	background: rgba(0,0,0,0.4);

}
#mainvisual ul li span.cc span{
	display: block;
	text-align: center;
	font-size: 0.5em;
	padding: 20px;
	line-height: 200%;
}


#mainvisual ul li span img{
	width: 50%;
}

#mainvisual ul li span.rb{
	text-align: right;
	bottom: 30px;
	right: 30px;
}
#mainvisual ul li span.rt{
	text-align: right;
	top: 30px;
	right: 30px;
}
#mainvisual ul li span.lt{
	text-align: left;
	top: 30px;
	left: 30px;
}
#mainvisual ul li span.lb{
	left: 30px;
	text-align: left;
	bottom: 30px;
}
#mainvisual ul li span.bc{
	font-size: 2em;
	bottom: 20px;
	left: 20px;
	padding-right: 20px;
	text-align: center;
	margin-right: 20px;
	padding: 20px;
	background: rgba(0, 0, 0, 0.4);

}
#mainvisual ul li span{
	text-shadow: 0 0 12px rgba(0,0,0,0.16);
	color: #FFFFFF;
	font-weight: bold;
	font-size: 3em;
	line-height: 100%;
}

header .container{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
header nav #global {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	background: #FBFAF8;;
	display: flex;
	align-items: center;
	z-index: 100;
	display: none;
}


header nav #global ul{
	width: 100%;
}

header nav ul li a{
	display: block;
	color: inherit;
	font-size: 1.6em;
	padding: 30px;
	text-decoration: none;
	text-align: center;
}


header nav ul li:last-child a span{
	display: block;
	color: inherit;
	font-size: 1em;
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px 20px;
	background: #f89c18;
}

.cont{
	padding: 60px 0;
}
.bg02{
	background: #FBFAF8;
}
.top01 h2{
	padding: 0 0 20px 0;
	font-size: 0.6em;
}
.top01 h2 em{
	font-size: 2.375em;
	color: #108CCE;
	font-weight: bold;
	display: block;
	text-align: center;
}
.top01 h2 strong{
	font-size: 2.8em;
	font-weight: bold;
	display: block;
	text-align: center;
}
.top01 h2 span{
	font-size: 2.25em;
	display: block;
	text-align: center;
	font-weight: bold;
}
p.pre{
	font-size: 1.5em;
	font-weight: bold;
	color: #108CCE;
}

.topDetail ul li{
	margin-bottom: 50px;
	position: relative;
}
.topDetail ul li figure{
	padding: 20px 0px 0 70px;
}
.topDetail ul li figure img{
	width: 100%;
	height: 220px;
	object-fit: cover;
}
.topDetail ul li:nth-child(1) figure img{
	object-position:50% 100%;
}
.topDetail ul li:nth-child(2) figure img{
	object-position:50% 0%;
}
.topDetail ul li div{
	padding-left: 65px;
}
.topDetail ul li div h3{
	position: relative;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 14px; 
	border-bottom: 3px dotted #CCCCCC;
	padding-bottom: 10px;
}
.topDetail ul li div h3 strong{
	font-weight: bold;
	display: inline-block;
	color: #108CCE;
}
.topDetail ul li div h3 span{
	display: inline-block;
	font-size: 1.2em;
	color: #CCCCCC;
	margin-left: 1em;
}

.topDetail ul li div p{
	font-size: 1.125em;
}
.topDetail ul li:before{
	width: 50px;
	height: 74px;
	content: "";
	display: block;
	background: url(../images/ic01.png) top left / cover no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}

.topDetail ul li:nth-child(2) div:before{
	background-image: url(../images/ic02.png);
}
.topDetail ul li:nth-child(3) div:before{
	background-image: url(../images/ic03.png);
}
.topDetail ul li:nth-child(4) div:before{
	background-image: url(../images/ic04.png);
}

p.notice{
	font-size: 1.5em;
	font-weight: bold;
	padding: 30px 0;
}
p.bt{
	margin-top: 30px;
}
p.bt a{
	display: block;
	text-align: center;
	background: #108CCE;
	font-weight: bold;
	font-size: 1.6em;
	color: #FFFFFF;
	text-decoration: none;
	padding: 40px;
}
.about h2{
	margin-bottom: 50px;
}
.about h2 span{
	display: block;
	text-align: center;
	font-size: 1.8em;
	font-weight: bold;
}
.aboutWrap{
}
.aboutWrap>div{
}
.aboutWrap>div.yt{
	width: 100%;
	padding-top: 56.25%;
	position: relative;
	margin-top: 30px;
}
.aboutWrap>div.yt iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.aboutWrap>div p.bt a{
	font-size: 1.5em;
	padding: 20px;
}

.detail h2{
	text-align: center;
	font-size: 2.125em;
}
.detail table{
	margin:0 auto;
	margin-top: 40px;
	width: 100%;
	margin-bottom: 50px;
}
.detail table th{
	text-align: left;
	padding: 15px;
	vertical-align: top;
/*	font-weight: bold;*/
/*	background: #FBFAF8;*/
	border:1px solid #108CCE;
	font-size: 1.2em;
}
.detail table td{
	text-align: left;
	padding: 15px;
/*	background: #FBFAF8;*/
	border:1px solid #108CCE;
}

footer{
	padding: 53px 0 30px 0;
}
footer h2.pt1{
	text-align: center;
	margin-bottom: 10px;
}
footer h2.pt1 span{
	font-size: 1.5em;
	font-weight: bold;
}
.footWrap{
	margin-top: 30px;
	text-align: center;
}

.footWrap h2{
	font-weight: bold;
	margin-bottom: 5px;
}
.footWrap nav ul {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.footWrap nav ul li a{
	display: block;
	color: inherit;
	text-decoration: none;
}
.footWrap nav ul li a:after{
	content: "";
	display: inline-block;
	margin: 0 0.5em;
}
.footWrap nav ul li:last-child a:after{
	display: none;
}
.footWrap .social{
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 25px;
}
.footWrap .social li{
	margin-left: 15px;
}
.bt.bt2 a{
	position: relative;
	background: #f89c18;
}
.bt.bt2{
	text-align: center;
}


.top01 figure.ac{
	margin-top: 20px;
}
.bt.pt2 a{
	background: #8FC31F;
}
.det p{
	margin-top: 1em;
}

p.c60{
	font-size: 1.3em;
	margin: 0 auto;
	margin-top: 1em;
	font-weight: bold;
}
p.c80{
	font-size: 1.3em;
	margin: 0 auto;
	margin-top: 1em;
}
.mt{
	margin-top: 40px!important;
}
.mt2{
	margin-top: 20px!important;
}

.subHead{
	padding: 100px 0;
	background: url(../images/mv03.jpg) center center / cover  no-repeat;
}
.subHead h2{
	text-align: center;
}
.subHead h2 strong{
	font-size: 2em;
	font-kerning: normal;
	display: inline-block;
	padding: 20px 60px;
	background: #FFFFFF;
}
.parag{
	max-width: 1000px;
	margin: 0 auto;
	padding: 50px 0;
}
.parag h3{
	font-size: 1.6em;
	margin: 40px 0 60px 0;
	padding-left: 60px;
	position: relative;
}
.parag h3:before{
	content: "";
	display: block;
	width: 40px;
	height: 80px;
	background: url(../images/ic01.png) top left / contain no-repeat;
	position: absolute;
	top: 10px;
	left: 0;
}
.parag p{
	margin-bottom: 1em;
}
.parag table{
	margin: 40px 0;
}
.parag table th{
	padding: 10px;
	border: 1px solid #CCCCCC;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}
.parag table td{
	padding: 10px;
	border: 1px solid #CCCCCC;
}

.parag h4{
	font-size: 1.3em;
	margin: 40px 0 20px 0;
	position: relative;
	font-weight: bold;
	border-left: 5px solid #000000;
	padding-left: 15px;
}
.parag h4 span{
/*	font-weight: bold;*/
	color: #000000;
}





/*0909hb*/
.top01 h2{
	color: #009FE8;
}

.top01 h2 strong{
	margin-bottom: 40px;
}
.top01 h2 span{
	margin-top: 40px;
}

.cont2 h2{
	text-align: center;
	font-weight: bold;
	font-size: 2.8em;
	margin-bottom: 80px;
}
ul.kn{
	display: flex;
	flex-wrap: wrap;
	padding-left: 5%;
	gap: 10%;
}
ul.kn li{
	display: block;
	width: calc(90% / 2);
	margin-bottom: 9%;
}
ul.kn li a>*{
	display: block;
}
ul.kn li figure{
	line-height: 100%;
	border-bottom: 3px solid #000000;
	margin-bottom: 10px;
}

ul.kn li a{
	display: block;
	color: inherit;
	text-decoration: none;
	position: relative;
}
ul.kn li a strong{
	font-weight: bold;
	font-size: 1.2em;
	line-height: 144%;
	margin-bottom: 5px;
}
ul.kn li a span{
	font-size: 1em;
	line-height: 144%;
	font-weight: bold;
}
ul.kn li a:before{
	content: "";
	display: block;
	width: 8vw;
	height: 12vw;
	position: absolute;
	top: -4vw;
	left: -4vw;
	background: url(../images/ic01.png) top left / 100% auto no-repeat;
	z-index: 10;
}
ul.kn li:nth-child(11n+1) a:before{
	background-image: url(../images/ic02.png);
}
ul.kn li:nth-child(11n+2) a:before{
	background-image: url(../images/ic03.png);
}
ul.kn li:nth-child(11n+3) a:before{
	background-image: url(../images/ic04.png);
}
ul.kn li:nth-child(11n+4) a:before{
	background-image: url(../images/nic05.png);
}
ul.kn li:nth-child(11n+5) a:before{
	background-image: url(../images/nic06.png);
}
ul.kn li:nth-child(11n+6) a:before{
	background-image: url(../images/nic07.png);
}
ul.kn li:nth-child(11n+7) a:before{
	background-image: url(../images/nic08.png);
}
ul.kn li:nth-child(11n+8) a:before{
	background-image: url(../images/nic09.png);
}
ul.kn li:nth-child(11n+9) a:before{
	background-image: url(../images/nic10.png);
}
ul.kn li:nth-child(11n+10) a:before{
	background-image: url(../images/nic11.png);
}
ul.kn li a img{
    transition: transform 0.3s;
}
ul.kn li a:hover img{
	transform:scale(1.1,1.1);
}
ul.kn li a figure{
	overflow: hidden;
}
ul.kn li a:hover:before{
	transform:scale(1.2,1.2);	
}
.btlist{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.btlist li{
	width: 100%;
	display: block;
}
.btlist li a{
	display: flex;
	justify-content: center;
	align-items: center;
	height: calc(100% - 80px);
	background: #8DC21F;
	color: #FFFFFF;
	font-size: 1.6em;
	padding: 30px 40px;
	text-decoration: none;
	text-align: center;
	line-height: 144%;
}
.kyosan{
	padding: 5px 0;
/*	background: #f1f1f1;*/
border-top: 1px solid #CCCCCC;
}






#pp{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 100000;
	display: none;
}
#pp .wrap{
	width: 90%;
	max-height: calc(90%);
	background: #FBFAFA;
	min-width: 50%;
	position: relative;
}
#pp .wrap p.close a{
	width: 60px;
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	color: #B5B5B5;
	padding-top: 60px;
	z-index: 10;
}
#pp .wrap p.close a:before{
	content: "";
	display: block;
	width: 80%;
	height: 2px;
	background: #000000;
	position: absolute;
	top: calc(50% - 1px);
	left: 10%;
	transform: rotate(45deg);
}
#pp .wrap p.close a:after{
	content: "";
	display: block;
	width: 80%;
	height: 2px;
	background: #000000;
	position: absolute;
	top: calc(50% - 1px);
	left: 10%;
	transform: rotate(-45deg);
}
#pp .wrap .ppcont{
	max-height: 90vh;
	overflow-y: auto;
}
#pp .fBox{
	display: flex;
	flex-direction: column-reverse;
	justify-content: space-between;
	align-items: flex-start;
	padding: 60px 30px;
	width: calc(100% - 60px);
	height: calc(100% - 120px);
}
#pp .fBox div.rcont{
}
#pp .fBox figure{
	padding-left: 4vw;
	padding-right: 1vw;
	margin-bottom: 20px;
	position: relative;
	padding-top: 20px;
	width: calc(100% - 5vw);
}
#pp .fBox figure img{
	width: 100%;
	height: auto;
}
#pp .fBox{
/*	padding: 40px 0;*/
}
#pp .fBox div.rcont h2 strong{
	font-size: 1.8em;
	font-weight: bold;
	display: block;
	line-height: 144%;
	margin-bottom: 10px;
}
#pp .fBox div.rcont h2 span{
	font-size: 1.2em;
	font-weight: bold;
	line-height: 144%;
	display: block;
}
#pp .fBox div.rcont h2{
	margin: 20px 0;
}
#pp .fBox figure:before{
	content: "";
	display: block;
	width: 12vw;
	height: 18vw;
	position: absolute;
	top: -6vw;
	left: -2vw;
	background: url(../images/ic02.png) top left / 100% auto no-repeat;
	z-index: 10;
}

#sub2 .sparag{
	max-width: 820px;
	margin:0 auto;
}
#sub2 .sparag h2 strong{
	display: block;
	font-size: 2em;
	padding: 20px 40px;
	font-weight: bold;
	text-align: center;
	background: url(../images/ic02.png) top left / auto 100% no-repeat;
	text-align: center;
}

#sub2 .sparag table{
	width: 100%;
	margin-top: 40px;
}
#sub2 .sparag table th{
	border-top: 3px solid #000000;
	vertical-align: top;
	text-align: left;
	padding-bottom: 15px;
	font-weight: bold;
	min-width: 5.5em;
}
#sub2 .sparag table td{
	border-top: 1px solid #000000;
	padding-bottom: 15px;
	padding-left: 5px;
	font-weight: bold;
}	
.kyosan ul.btlist{
	margin-top: 60px;
}

#pp .cwrap{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#pp .cwrap a{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	cursor: inherit;
}

#sub2 .timetable{
	margin:0 auto;
}
#sub2 .timetable h2 strong{
	display: block;
	font-size: 2em;
	padding: 20px 40px;
	font-weight: bold;
	text-align: center;
	background: url(../images/ic02.png) top left / auto 100% no-repeat;
	text-align: center;
}



.timetable .sc_box{
	position: relative;
	top: -135px;
	padding-top: 135px;
	overflow-x: scroll;
	margin-bottom: -135px;
}
.timetable .sc_box .twrap{
	width: 150%;
}

.timetable .twrap{
	position: relative;
}
.timetable h4{
	padding-top: 95px;
	background: url(../images/ic05.png) top center / auto 85px no-repeat;
}
.timetable h4.pt2{
	padding-top: 95px;
	background: url(../images/ic03.png) top center / auto 85px no-repeat;
}
.timetable h4 span{
	display: block;
	text-align: center;
	font-weight: bold;
	line-height: 100%;
	font-size: 1em;
}
.timetable h4 strong{
	text-align: center;
	font-weight: bold;
	line-height: 100%;
	font-size: 3.5em;
	display: block;
}
.timetable h4{
	position:absolute;
	width: 5em;
	top: -15px;
	left: 0;
	display: inline-block;
}

.timetable table{
	width: 100%;
	table-layout: fixed;
}
.timetable table td{
	vertical-align: top;
}

.timetable table th.t{
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	border-top: 3px solid #000000;
	line-height: 144%;
	padding: 0 5px;
}
.timetable table a{
	color: #231815;
	text-decoration: none;
	position: relative;
	display: block;
}
.timetable table td ul li a{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 0 25px;
	text-align: center;
}
.timetable table td ul li.o a {
	background: url(../images/ic11.png) top 4px right 4px / auto 13px no-repeat;
}

.timetable table td.g1 ul li a{
	background-color: #E3F0C7;
}
.timetable table td.g2 ul li a{
	background-color: #DFF1FB;
}
.timetable table td ul li{
	border-top: 1px solid #231815;
	padding: 5px 0;
	height: 2em;
	display: block;
	position: relative;
}
.timetable table td ul{
	height: calc(100%);
}
.timetable table td ul li.l2{
	height: 4em;
}
.timetable table td ul li.l3{
	height: 6em;
}
.timetable table td ul li.l4{
	height: 8em;
}
.timetable table td ul li.l5{
	height: 10em;
}
.timetable table td ul li.l6{
	height: 12em;
}
.timetable table td.g1 ul li:first-child{
	padding-left: 10px;
	margin-left: 0px;
}
.timetable table td.g1 ul li{
	margin-left: 10px;
	margin-right: 5px;
}
.timetable table td.g2 ul li{
	margin-left: 5px;
}
.timetable table td ul li span{
}
.timetable table td ul li strong{
}

.timetable table th.g0{
	width: 5em;
}

.timetable table th.g1,.timetable table th.g2{
	height: 2em;
	border-top: 1px solid #231815;
	background: #FBFAF8;
}

.timetable table th.g1 span{
	background: #8FC31F;
	display: block;
	margin: 5px 5px 5px 10px;
	text-align: center;
	font-size: 1.5em;
}
.timetable table th.g2 span{
	background: #80C8EF;
	display: block;
	margin: 5px 0 5px 5px;
	text-align: center;
	font-size: 1.5em;
}

.timetable .thead{
	margin-bottom: 20px;
	position: relative;
}

.timetable .thead h3{
	text-align: center;
	font-size: 1.75em;
	line-height: 100%;
}
.timetable .thead h3 strong{
	font-weight: bold;
	line-height: 100%;
}

.timetable .thead p{
	text-align: center;
}
.thead.mtl{
	margin-top: 65px;
}
.timetable h2 strong{
	background: none!important;
}



.scroll-hint {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 60px 30px;
  text-align: center;
  border-radius: 10px;
  width: 12em;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 1.4em;
  line-height: 1.4;
  display: none;
  animation: scroll-hint-animation 2s infinite ease;
}

@keyframes scroll-hint-animation {
  0% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(-40%, -50%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}

.scroll-hint--show {
  display: block;
}



.keynotes h2{
	margin-bottom: 20px;
	font-size: 2em;
	text-align: center;
}
.keynotes h2.mtl{
	margin-top: 80px;
}
.keynotes .day-none{
	display: none;
}
.keynotes h2 strong{
	display:inline-block;
	font-weight: bold;
	margin-right: 1em;
}
.keynotes h3 strong{
	display: block;
	font-size: 2em;
	font-weight: bold;
	line-height: 144%;
}
.keynotes h3{
	margin-bottom: 20px;
}

.keynotes h3 span{
	display: block;
	font-size: 1.4em;
}
.kn.l3{
	margin-top: 70px;
}

.keynotes .knwrap{
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #231815;
    padding-top: 230px;
    margin-top: -230px;
}
#sub2 .container{
	max-width: 1200px;
}
.bwrap:before{
	content: "";
	display: block;
	width: 60px;
	height: 100px;
	background: url(../images/ic04.png) top left / contain no-repeat;
	position: absolute;
	top: 220px;
	left: 5px;
}
.bwrap{
	position: relative;
	padding-bottom: 60px;
	margin-bottom: 60px;
	border-bottom: 1px solid #231815;
    padding-top: 330px;
    margin-top: -230px;
}
.bwrap .bwc{
}
.bwrap .bwc>div{
	width: 100%;
	margin-bottom: 30px;
}
.bwrap .links{
}
.bwrap .links a{
	color: #231815;
	text-decoration: none;
}
.bwrap h3{
	font-size: 2em;
	margin-bottom: 0.5em;
}
.bwc p{

	color: #231815;
}



.booths .bwrap:nth-child(11n+1):before{
	background-image: url(../images/ic02.png);
}
.booths .bwrap:nth-child(11n+2):before{
	background-image: url(../images/ic03.png);
}
.booths .bwrap:nth-child(11n+3):before{
	background-image: url(../images/ic04.png);
}
.booths .bwrap:nth-child(11n+4):before{
	background-image: url(../images/nic05.png);
}
.booths .bwrap:nth-child(11n+5):before{
	background-image: url(../images/nic06.png);
}
.booths .bwrap:nth-child(11n+6):before{
	background-image: url(../images/nic07.png);
}
.booths .bwrap:nth-child(11n+7):before{
	background-image: url(../images/nic08.png);
}
.booths .bwrap:nth-child(11n+8):before{
	background-image: url(../images/nic09.png);
}
.booths .bwrap:nth-child(11n+9):before{
	background-image: url(../images/nic10.png);
}
.booths .bwrap:nth-child(11n+10):before{
	background-image: url(../images/nic11.png);
}

.booths .bwrap:nth-child(5n+1):before{
	background-image: url(../images/ic01.png)
}
.booths .bwrap:nth-child(5n+2):before{
	background-image: url(../images/ic02.png)
}



/*v2*/
#mvv2{
	width: 100%;
	padding-top: 247%;
	background: #FF0000;
	overflow: hidden;
	position: relative;
}
#mvv2 .mvwrap{
	width: 100%;
	height: 100%;
	background: #fbfaf8;
	position: absolute;
	top: 0;
	left: 0;

}

#mvv2 .mvwrap .mvcw {
	display: flex;
	width: calc(100%);
	height: 100%;
	background: #fbfaf8;
	align-items: center;
	justify-content: center;
	position: relative;
}
#mvv2 .mvwrap .mvcw ul{
	position: relative;
	width: calc(100%);
	height: 100%;
}

#mvv2 .mvwrap ul li{
	width: calc(100% - 0px);
	height: calc(100% - 150px);;
	padding: 120px 0px 30px 0px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
	transition: all 1s;

}
#mvv2 .mvwrap ul li img{
	width: 100%;
	height: 100%;
	object-fit: contain; 
}

#mvv2 .mvwrap p{
	position: absolute;
	bottom: 200px;
	left: 20px;
	opacity: 0;
	transition: all 1s;
	transition-delay:4s;
}
#mvv2 .mvwrap ul li.c1{
	transform: scale(0.4);
	left: 100px;
	transition-delay:0.2s;
}
#mvv2 .mvwrap ul li.c2{
	transform: scale(0.4);
	left:-100px;
	transition-delay:0.3s;
}
#mvv2 .mvwrap ul li.c3{
	transform: scale(0.4);
	left: 100px;
	transition-delay:0.4s;
}




#mvv2 .mvwrap ul li.c4{
	transform: scale(1.2);
	left: 25px;
	transition-delay:1.4s;
}
#mvv2 .mvwrap ul li.c5{
	left: 25px;
	transform: scale(1.2);

	transition-delay:1.7s;
}
#mvv2 .mvwrap ul li.c6{
	transform: scale(0.8);
	left: 50px;
	top: -50px;
	transition-delay:2.2s;
}
#mvv2 .mvwrap ul li.c7{
	transform: scale(0.8);
	left: 50px;
	top: 50px;
	transition-delay:2.2s;
	z-index: 1;
}
#mvv2 .mvwrap.ac ul li.c8{
	opacity: 0;
	animation: kamome 2s linear;
	animation-delay: 3s;
	animation-fill-mode: forwards;
}
@keyframes kamome {
  0% {
  	opacity: 0;
  	left: 150px;
    transform: translateY(0%);
  }25%{
    transform: translateY(2%);
  }50%{
  	opacity: 1;
    transform: translateY(0);
  }75%{
    transform: translateY(-2%);
  }100% {
  	opacity: 1;
  	left: 0;
    transform: translateY(0);
  }
}
#mvv2 .mvwrap.ac ul li{
	opacity: 1;
	left: 0;
	top: 0;
	transform: scale(1);
}
#mvv2 .mvwrap.ac p{
	opacity: 1!important;
}

#front header{
	position: sticky;
}
.ntop01 .pre2{
	font-size: 1.4em;
	color: #108CCE;
	font-weight: bold;
	margin-top: 25px;
}
.ntop01{
}
.ntop01 div.ntl{
	margin-bottom: 50px;
	padding-right: 50px;
}
.ntop01 div.ntr{
	border-top: 2px solid #000000;
	padding: 50px 0 50px 0;
}
.ntop01 div.ntr ul li *{
	line-height: 144%;
}
.ntop01 div.ntr li.d strong{
	display: inline-block;
	font-weight: bold;
font-size: 3em;
}
.ntop01 div.ntr li.d span{
	display: inline-block;
	font-size: 1.8em;
	padding: 0 5px;
	font-weight: bold;
}
.ntop01 div.ntr li.at{
	margin: 10px 0;
}
.ntop01 div.ntr li.at strong{
	display: block;
	font-size: 1.6em;
	font-weight: bold;
}
.ntop01 div.ntr li.at span{
	font-size: 1.2em;
	display: block;
}
.ntop01 div.ntr li.info span.ss{
	font-size: 0.8em;
}
.ntop01 div.ntr li.info span{
	font-size: 1.2em;
	display: inline-block;

}
.cont2.ntop02 h3{
    text-align: left;
    font-weight: bold;
    font-size: 1.7em;
    padding-left: 2em;
    margin-bottom: 0px;
    background: url(../images/ic01.png) top left / auto 1.9em no-repeat;
    font-weight: bold;
    margin-bottom: 20px;
}
.cont2.ntop02 h3 strong{
    font-weight: bold;
}
.ntop02 .stitle{
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 40px;
}

.ntop02 .nt1_1{
	margin-bottom: 40px;
}
.nt1_1 .ntl{
}
.nt1_1.rl{
	flex-direction: row-reverse;
}
.nt1_1>figure{
	margin-bottom: 40px;
}
.nt1_1>figure img{
	width: 100%;
}

.nt1_1 .nperson{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nt1_1 .nperson li{
	width: 48%;
}
.nt1_1 .nperson li *{
	line-height: 144%;

}
.nt1_1 .nperson li span.d{
	display: block;
	border-bottom: 1px solid #000000;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.nt1_1 .nperson li span.d em{
	font-size: 1.4em;
	font-weight: bold;
}
.nt1_1 .nperson li img{
	width: 100%;
}
.nt1_1 .nperson li strong{
	font-size: 1.4em;
	font-weight: bold;
	display: block;
	text-align: center;
	padding: 10px 0;
}
.nt1_1 .nperson li span.s{
	font-size: 0.9em;
	font-weight: bold;
	display: block;
	text-align: center;
}
.ndet{
	font-size: 1.3em;
	padding: 20px;
	border-left: 2px solid #80c8ef;
}.ndet.pt2{
	padding: 20px;
	border-left: 2px solid #8dbf1f;
}
.ndet h4{
	margin-bottom: 1em;
	font-size: 1.2em;
	font-weight: bold;
}

.cont.ntop02 {
    padding: 80px 0 0 0;
}
.cont.ntop02.pbn {
    padding: 80px 0;
}
.bn2l{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4%;
	margin-bottom: 80px;
}
.bn2l img{
	width: 400px;
}

.kyosan {
        padding: 80px 0;
        /* background: #f1f1f1; */
        border: none;
/*        background: #FBFAF8;*/
}
.kyosan h2{
	font-size: 2em;
	font-weight: bold;
	text-align: center;

}
.faccess{
	padding: 40px 0;
}
.faccess h2{
	font-size: 2em;
	font-weight: bold;
	text-align: center;
}
.faccess .fawrap{
    background: #FBFAF8;
    padding: 40px 20px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.faccess .fawrap .lcont{
	padding-right: 30px;
}
.faccess .fawrap figure{
	margin-top: 50px;
}
.faccess .fawrap figure img{
	width: 100%;
}

.faccess .fawrap .lcont h3{
	font-size: 1.4em;
	margin-bottom: 2em;
}
.faccess .fawrap .lcont h3 *{
	display: block;
	line-height: 144%;
	font-weight: bold;
}
.faccess .sk{
}
.faccess .sk>div{
	padding: 0 20px;
}
.faccess .sk dl{
	padding: 0 30px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px 30px;
	margin-bottom: 30px;
}
.faccess .sk dl dt{
	font-weight:bold;
	font-size: 1.8em;
	width: 100%;
	line-height: 144%;
}
.faccess .sk dl dd{
	font-size: 1.2em;
	font-weight: bold;
	line-height: 144%;
}

.faccess .sk ul.bn{
	text-align: center;
	margin-top: 20px;
}
.faccess .sk ul.bn li{
	margin: 0 0 40px 0;
}

.kyosan ul{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 70px;
	margin-top:120px;
	flex-wrap: wrap;
}

.kyosan {
        /* background: #f1f1f1; */
        border: none;
/*        background: #FBFAF8;*/
        padding: 80px 0;
}
.kyosan h2{
	font-size: 2em;
	font-weight: bold;
	text-align: center;

}
.kyosan ul li{
	margin-top: 120px;
}
.kyosan ul{
	margin: 0;
}
.kyosan ul.l li{
	max-width: 100%;
}
.kyosan ul.m li{
	max-width: calc(70% - 70px);
}
.kyosan ul.s li{
/*	max-width: 20%;*/
}











.bwc p.link a{
	color: inherit;
	text-decoration: none;
}
.bwrap h3 {
        font-size: 2em;
        margin-bottom: 0;
}
.bwrap .stags{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 20px 0;
}
.bwrap .stags li{
	display: block;
	background: #e2e2e2;
	color: #666666;
	border-radius: 2px;
	padding: 5px 10px;
}
.bwrap .fbox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.bwrap .fbox figure{
	width: 180px;
}
.bwrap .fbox>div{
	width: calc(100% - 210px);
}
.bwrap .fbox>div p{
	margin-bottom: 0.5em;
}

.timetable table td ul li {
	position: relative;
}

.timetable table td ul li a{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	display: block;
	width: calc(100%);
	padding: 0;
	height: calc(2em);
}
.timetable table td ul li.bb a{
	border-bottom: 1px solid #000000;
}

.timetable table td ul li.l2 a{
	height: calc(4em);

}
.timetable table td ul li a div{
	padding: 0 15px;
	margin: 5px 0;
	width: calc(100% - 30px);
	height: calc(100% - 10px);
}
.timetable table td ul li a div>*{
	display: block;
	text-align: left;
}

.timetable table td ul li a{
}
.timetable table td ul li {
	position: relative;
	height: 3em;
}
.timetable table td ul li.l2{
	height: 6em;
}
.timetable table td ul li.l4{
	height: 12em;
}
.timetable table td ul li a.s6{
	height: calc(18em);
}
.timetable table td ul li a.s8{
	height: calc(24em);
}
.timetable table td ul li a.s3{
	height: calc(9em);
}
.timetable table td ul li a.s4{
	height: calc(12em);
}
.timetable table td ul li.o a div {
	background: url(../images/ic11.png) top 4px right 4px / auto 13px no-repeat;
}
.timetable table td.g1 ul li a{
	background: none;
}
.timetable table td.g2 ul li a{
	background: none;
}
.timetable table td.g1 ul li a div{
	background-color: #E3F0C7;
}
.timetable table td.g2 ul li a div{
	background-color: #DFF1FB;
}
.timetable table td ul li {
	padding: 0;
        height: 2em;
        display: block;
        position: relative;
    }

.timetable table td.g1 ul li:first-child{
	padding-left: 10px;
	margin-left: 10px;
}

#topnews{
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
	background: #FFFFFF;
}
#topnews .nwrap{
	display: flex;
	flex-wrap: wrap;
	padding: 20px 0;
}
#topnews .nwrap h2{
	width: 80px;
	border-right: 1px solid #000000;
	font-size: 1.2em;
	margin-right: 30px;
	line-height: 144%;
	display: flex;
	align-items: center;
}
#topnews .nwrap ul{
	width: calc(100% - 111px);
}
#topnews .nwrap ul li a{
	color: inherit;
	text-decoration: none;
	position: relative;
	display: block;
	width: calc(100%);
}

#topnews .nwrap ul li:first-child{
	border:none;

}
#topnews .nwrap ul li{
	padding: 5px 0;
	border-top: 1px solid #000000;
}



.anews h2{
    font-size: 2.2em;
    padding: 0 40px 40px 40px;
        font-weight: bold;
        text-align: center;
}

.anews .nparag{
	margin: 0 auto;
	margin-top: 30px;
}
.anews .nparag p{
	margin-bottom: 1em;
}
.anews .nparag h4{
	margin: 2em 0 1em 0;
	font-size: 1.2em;
}
.anews .nparag h4 strong{
	font-weight: bold;
}




#sub2 .sparag .ukiyoe h2 strong{
	margin-top: 80px;
	background: none;
}
#sub2 .sparag .ukiyoe h3 sup{
	font-size: 0.8em;
	position: relative;
	top: -0.3em;
	padding: 0 0 0 0.2em;
}
.ukiyoe .uwrap{
	margin-bottom: 60px;
}
.ukiyoe .uwrap.rl{
}

.ukiyoe .uwrap figure{
}
.ukiyoe .uwrap>div{
	margin-bottom: 40px;
}
.ukiyoe h3{
	font-size: 1.8em;
	margin-bottom: 0.5em;
	font-weight: bold;
	line-height: 144%;
}
.ukiyoe p{
	font-weight: bold;
}

.ukiyoe h3.ac{
	margin:80px 0 40px 0;
}
.ukiyoe .uwrap.p2{
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.ukiyoe .uwrap.p3{
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.ukiyoe .uwrap.p3 figure{
	text-align: center;
}
.ukiyoe .uwrap.p3 figure img{
}

.ukiyoe .uwrap.p3>div{
}

.ukiyoe h4{
	font-size: 1.3em;
	margin-bottom: 0.5em;
	font-weight: bold;
	line-height: 144%;
}
.ukiyoe h4.mt{
	margin-top: 2em;
}




.controlls.kn919{
	margin-bottom: 40px;
}
.kn919 .control.cc2 ul li.ac button{
	background: #80C8EF;
}
.kn919 .control.cc2 ul li.ac2 button{
	background: #8FC31F;
}
.kn919 .control{
	display: flex;
	align-items: center;
	gap: 60px;
}
.kn919 .control h2{
	font-size: 1em;
	font-weight: bold;
}
.kn919 .control.cc1 ul{
	display: flex;

}
.kn919 .control.cc1 ul li button{
	font-weight: bold;
	padding: 14px 50px;
	border: 2px solid #000000;
	border-radius: 100px 0 0 100px ;
	background: #FFFFFF;
	color: inherit;
	text-decoration: none;
}


.kn919 .control.cc1 ul li:last-child button{
	border-radius: 0 100px 100px 0 ;
	border-left: none;
}
.kn919 .control.cc1 ul li.ac button{
	background: #000000;
	color: #FFFFFF;
}
.kn919 .control{
	margin-bottom: 60px;
}

.kn919 .control.cc2 ul{
	display: flex;
	gap: 20px;

}
.kn919 .control.cc2 ul li button{
	font-weight: bold;
	padding: 14px 20px;
	border: 2px solid #000000;
	background: #FFFFFF;
	color: inherit;
	text-decoration: none;
}
.keynotes h3 div{
	padding-top: 5px;
}

.keynotes h3 span{
	display: inline-block;
	font-size: 1.4em;
	font-weight: bold;
	text-align: right;
	width: auto;
	text-align:right;
}
.keynotes h3 em{
	font-size: 1.4em;
	display: inline-block;
	padding: 10px 10px;
	line-height: 100%;
	font-weight: bold;
	background: #80C8EF;
	text-align: center;
	margin-right: 10px;
}
.keynotes h3 em.g{
	background: #8FC31F;
}


.kvcwrap{
}
.kvcwrap div{
	font-weight: bold;
}
.kvcwrap div h3{
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 30px;
}
.kvcwrap div p{
	font-weight: bold;
}

.kvcwrap figure{
	width: 70%;
	margin: 0 auto;
}
.kvcwrap figure img{
}
.kvc2{
	text-align: center;
}
.kvc2 img{
}




#mvv2 .mvwrap ul li.c7{
	position: relative;
}
#mvv2 .mvwrap ul li.c7 div{
	width: 100%;
	height: 100%;
	position: relative;
}

#mvv2 .mvwrap ul li.c7 div img{
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
}
#mvv2 .mvwrap ul li.c7 div img:first-child{
	display: block;
}

.sphead strong{
	font-weight: bold;
	display: inline-block;
	line-height: 144%;
}
.sphead strong span{
	display: block;
	font-size: 0.4em;
	line-height: 144%;
}


.sphbt{
	text-align: center;
	margin-bottom: 60px;
	padding-top: 140px;
	position: relative;
	top: -100px;
	background: linear-gradient(rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%);
	margin-bottom: -40px;

}
.sphbt a{
        display: inline-block;
        border: 2px solid #000000;
        font-weight: bold;
        line-height: 120%;
        padding: 15px 50px;
        border-radius: 100px;

}
.sphbt a img{
	margin-right: 10px;
}

#front ul.kn{
	max-height: 1200px;
	overflow: hidden;
	padding-top: 50px;
	margin-top: -50px;
}
#front ul.kn.brn{
	max-height: inherit;
	overflow: hidden;
}

.ntop01{
	padding: 0 30px;
}

.ntop01 .ntr p{
	font-size: 1.2em;
	font-weight: bold;
}
.ntop01 .ntr ul{
	margin-top: 20px;
	display: flex;
	gap: 0px;
}
.ntop01 .ntr ul li{
	font-size: 1.8em;
	border: 1px solid #000000;
	padding: 5px 15px;
	font-weight: bold;
}
.ntop01 .ntr ul li span{
	font-weight: bold;
}
.nnts{
	padding: 0 30px;
}
.knwrap p{
	font-size: 1.2em;
}
.twrap p.ar{
	position: relative;
	top: -100px;
}


.timetable table td ul li a div{
	padding: 5px;
	margin: 5px 0;
	width: calc(100% - 10px);
	height: calc(100% - 20px);
}
.timetable table td ul li a div span{
	font-size: 1em;
	line-height: 144%;
}
.timetable table td ul li a div span.t{
	font-size: 1em;
	line-height: 144%;
	margin-bottom: 5px;
}
.timetable table td ul li a div strong{
	font-weight: bold;
	font-size: 1em;
}

.kvcwrap{
}
.kvcwrap div{
	padding-top: 0;
}
.kvcwrap div p{
	font-size: 1.5em;
	padding: 0 5%;
}


.kvcwrap figure{
	width: 90%;
	margin-bottom: 40px;
}
figcaption{
	font-size: 1.2em;
	text-align: center;
	margin-top: 15px;
}




.bc0924 h2 {
        text-align: center;
        font-weight: bold;
        font-size: 2.8em;
        margin-bottom: 40px;
    }

.bc0924 .stitle {
        font-size: 1.3em;
        font-weight: bold;
        margin-bottom: 80px;
    }


.lr0925{
}
.lr0925 .side{
	margin-bottom: 60px;
	position: relative;
	z-index: 1;
}
.lr0925 .booths{
}
.lr0925 .side h3{
	font-size: 1.6em;
	margin-bottom: 1em;
}
.lr0925 .side ul{
	display: flex;
	gap: 0 20px;
	flex-wrap: wrap;
}

.lr0925 .side ul li{
	display: block;
}

.lr0925 .side ul li a{
	color: inherit;
	font-size: 0.9em;
	display: block;
	line-height: 188%;
}



#mven img{
	width: 100%;
	height: auto;
}
.en2 .ntop01 .ntr ul{
	display: block;
}



.ntop01 .ntr ul li {
        font-size: 1.8em;
        border: none;
        padding: 5px 15px;
        font-weight: bold;
         color:#FFFFFF;
        background: #108CCE;
   }


    .keynotes h3 span.lang {
        display: inline-block;
        font-size: 0.9em;
        width: auto;
        text-align: right;
        padding: 7px 15px;
        border: 2px solid #000000;
        border-radius: 100px;
        line-height: 100%;
        margin-top: 20px;
    }

    .keynotes h3 div.t {
    	margin-top: 20px;
    }



.ndet h4{
	text-align: center;
	position: absolute;
	top: -30px;
	left: 0;
	display: block;
	width: 100%;
}
.ndet h4 span{
	display: block;
	border-radius: 100px;
	padding: 5px 50px;
	background: #20aee5;
	color: #FFFFFF;
	line-height: 100%;
	line-height: 50px;
	font-weight: bold;
	font-size: 1.4em;
	text-align: center;
}

.ndet {
	margin-top: 80px;
	background: #FFFFFF;
	padding: 40px 25px 5px 25px!important;
	border-left: none!important;
	position: relative;
	font-size: 1em;
}
.ndet p{
	display: block;
	padding: 0 0 0 30px;
	position: relative;
	margin: 20px 0;
	font-weight: bold;
	font-size: 1.3em;
}
.ndet p:after{
	content: "";
	display: block;
	width: 10px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 10px;
	background: #20aee5;
}
.ndet.pt2 h4 span{
	background:#97c717;
}
.ndet.pt2 p:after{
	background:#97c717;
}
.ndet h4 span img{
	margin-right: 1em;
}

.lr0925 .side h3{
	text-align: center;
}

.lr0925 .side h3 *{
	display: block;
	text-align: center;
}
.lr0925 h3 span{
	font-size: 0.6em;

}
.lr0925 .side ul{
	border-radius: 20px;
	border: 2px solid #000000;
	padding: 20px;
	background: #FFFFFF;
}
p.knlang{
	text-align: right;
	margin-bottom: 30px;
	position: relative;
	top: -20px;
}
p.knlang span {
	display: inline-block;
	border:2px solid #000000;
	font-weight: bold;
	line-height: 120%;
	padding: 10px 30px;
	border-radius: 100px;
	background: #FFFFFF;
}





.boothsv2 .bwrap .bwc>div {
        width: 100%;
        margin-bottom: 0px;
    }
.boothsv2{
}
.boothsv2 .bwrap{
	padding: 0;
	margin: 0;
	padding: 20px 0;
}
.boothsv2 .bwrap:before{
	display: none;
}

.boothsv2 .bwrap h3{
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 0;
}
.boothsv2 .bwrap .fbox figure {
    width: 100px;
}
.boothsv2 .bwrap .stags{
	margin-top: 0;
}
.boothsv2 .bwrap .stags li {
        display: block;
        background: #e2e2e2;
        color: #666666;
        border-radius: 2px;
        padding: 3px 5px;
        font-size: 0.8em;
    }
    .bwrap .fbox>div {
        width: calc(100% - 120px);
    }

    #pp .bwrap {
        position: relative;
        padding: 0;
        border:none;
        margin: 0;
    }

#pp .fbb {
	padding: 40px;
	padding-top: 80px;
}
#pp .bwrap .fbox figure {
         width: 100%; 
}
#pp div.j{
	display: block;
}
#pp .bwrap .fbox {
	padding-bottom: 20px;
	justify-content: center;
}
#pp .bwrap:before {
	display: none;
    }
#pp .bwrap figure{
	position: relative;
}
#pp .bwrap figure:before {
        content: "";
        display: block;
        width: 60px;
        height: 100px;
        background: url(../images/ic04.png) top left / contain no-repeat;
        position: absolute;
        top: -40px;
        left: -20px;
    }
#pp div.j h3{
	font-weight: bold;
}


p.cities strong{
	font-weight: bold;
}

p.cities{
	margin:40px 0 100px 0;
}
p.cities strong{
	font-weight: bold;
}
.cl1011{
	position: relative;
	top: -120px;
}
.l2l2{
	margin-top: 30px;
}
.l2l2>*:last-child{
	margin-top: 30px;
}


p.end{
	padding: 0 0 60px 0;
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	color: #108CCE;
}

p.end br{
	display: none;
}


.archiveV{
	position: relative;
	width: 100%;
	padding: 56.25% 0 0px 0;
	margin-bottom: 60px;

}
.archiveV iframe {
  width: 100%; /* 動画をレスポンシブ化 */
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#mainvisual ul li span em{
	font-size: 1.2em;
	font-weight: bold;
	line-height: 120%;
}
#mainvisual ul li span em.s1{
	color: #0bae45;
}
#mainvisual ul li span em.s2{
	color: #0cace3;
}
#mainvisual ul li span em.s3{
	color: #87007e;
}
#mainvisual ul li span em.s4{
	color: #db4718;
}
#mainvisual ul li span em.s5{
	color: #fcfe0b;
}

p.end2{
	padding: 0 0 120px 0;
	font-size: 1.4em;
	font-weight: bold;
}

p.end2 br{
}