@charset "UTF-8";
/* CSS Document */

@media only screen and (min-device-width: 481px) { /*表示切り替え*/
	.sp-only{
		display: none;
	}
}



img{ max-width: 100%; }

.tc{text-align:center;}

h2{
	font-weight: bold;
	letter-spacing: 3px;
	margin: 10px 0 10px;
}
#checkpoint h2,
#outline h2,
#boothlocation h2,
#access h2{
	color: #2E31B5;
}
p{
	font-size: 15px;
	line-height: 1.6;
}

.pl0 { padding-left: 0; }
.pr0 { padding-right: 0; }

.container{
	max-width: 1168px;
}
.container-m{
	max-width: 970px;
}
.container-point{
	max-width: 780px;
}
.point-box{position: relative;padding-top: 40px;}
.point-box img+img {width: 100%;}
.point-int{position: absolute; left: 50%; transform: translate(-50%, -50%)}
.h4-2 {background-color:#333;color: #fff; display: inline-block; border-radius: 5px;}

.row-m{
	max-width: 840px;
	margin: 0 auto;
}


.headlogo{
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 0px 0 50px 15px;
	padding: 50px 0 0;
}
.headlogo p{
	margin: 20px 0 0 30px;
}

#main{
	background-color: #F1F1F1;
	padding: 0 0 50px;
}
#main h2{
	margin: 50px 0 30px;
}
p.main-about{
	letter-spacing: 1px;
}

[data-ruby] {
    position: relative;
}
[data-ruby]::before {
    content: attr(data-ruby);
    position: absolute;
    top: -1em;
    left: 57px;
    right: 0;
    margin: auto;
    font-size: 12px;
	color: #2E31B5;
}

#checkpoint{
	padding: 70px 0 30px;
}
#checkpoint h3{
	font-size: 25px;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 1.4;
	padding: 0 0 15px;
}
#checkpoint p.checkpoint-text{
	letter-spacing: 0;
	line-height: 1.8;
}
#checkpoint .point-flex{
	display: flex;
	margin: 40px 0;
}
#checkpoint .point02{
	margin: 40px 0 20px;
}
#checkpoint .point04{
	margin: 40px 0 20px;
}
#checkpoint .point-flex-img{
	flex-shrink: 0;
}
#checkpoint .point01 h3{
	margin: 80px 0 10px;
}
#checkpoint .point02 h3{
	margin: 52px 0 10px;
}
#checkpoint .point03 h3{
	margin: 80px 0 10px;
}
#checkpoint .point04 h3{
	margin: 12px 0 10px;
}
#checkpoint .stage_schedule{

}
#checkpoint .stage_schedule_02{
	margin-bottom: 40px;
}
#checkpoint .stage_schedule h4,#checkpoint .stage_schedule_02 h4{
	font-size:1.3125rem;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 1.4;
    padding: 0 32px 15px 0;
}
#checkpoint .clearfix{
	display: block;
    clear: both;
	border-left: solid 5px #F1F1F1;
    padding-left: 30px;
}
#checkpoint .stage_schedule dl{
	display: flex;
  flex-wrap: wrap;
}
#checkpoint .stage_schedule dt{
	float: left;  
  width: 6em;
	font-weight: bold;
}
#checkpoint .stage_schedule dd{
	width: calc(100% - 6em);
  margin: 0; /* デフォルトの余白リセット推奨 */
	margin-bottom: 1em;
}
#checkpoint .stage_schedule dl dd,#checkpoint .stage_schedule_02 dl dd{
    display: block;
}
#checkpoint .stage_schedule dl dt span{
	font-size: 85%;
	margin-left: 8px;
}


@media screen and (max-width: 768px){
	#checkpoint .point-flex{
		display: block;
		text-align: center;
		margin: 20px 0;
	}
	#checkpoint .point02{
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	#checkpoint .point04{
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	#checkpoint .point01 h3,
	#checkpoint .point02 h3,
	#checkpoint .point03 h3,
	#checkpoint .point04 h3{
		margin: 20px auto 0;
	}
	#checkpoint .stage_schedule,#checkpoint .stage_schedule_02{
		flex-direction: column;
		padding: 0 20px;
	}
	#checkpoint .clearfix{
		width: 100%;
	}
	#checkpoint .clearfix{
		padding-left: 20px;
	}
	#checkpoint .stage_schedule h4,#checkpoint .stage_schedule_02 h4{
		padding: 0 0 8px;
	}
	#checkpoint .stage_schedule dl dt,#checkpoint .stage_schedule_02 dl dt{
		min-width: 100%;
		margin-bottom: 6px;
	}
	#checkpoint .stage_schedule dl dd:first-of-type{
		margin-bottom: 16px;
	}
	#checkpoint .stage_schedule_02 dl dd:first-of-type{
		margin-bottom: 16px;
	}
}

#newrelease , #newrelease2{
	background-color: #F1F1F1;
	padding: 70px 0;
}
#newrelease h2 , #newrelease2 h2{
	font-size: 60px;
	padding: 10px 0 20px;
}
#newrelease p , #newrelease2 p  {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.8;
	margin: 0 0 40px;
}

#toushindai{
	padding: 70px 0;
}
#toushindai h2{
	margin: 10px 0 50px;
}
#toushindai h3{
	font-size: 30px;
	letter-spacing: 2px;
	line-height: 1.6;
	border-left: solid 5px #F1F1F1;
	padding-left: 30px;
	margin: 40px 0 40px;
}
#toushindai .toushin-copy{
	letter-spacing: 2px;
}
#toushindai .about-toushin{
	padding-left: 40px;
}
#toushindai .booth-toushin{
	position: relative;
    padding: 40px;
    margin: 60px 0 50px;
    border-radius: 20px;
	background-color: #F8EDE6;
}
#toushindai .booth-toushin .tag{
	position: absolute;
    top: -115px;
    left: 0px;
}
#toushindai .booth-toushin p{
	font-size: 18px;
	padding-top: 30px;
}
#toushindai .booth-toushin p span{
	font-size: 14px;
}

#toushindai .photoaward{
	margin: 0px 0 50px;
}
#toushindai .photoaward h2{
	font-size:1.875rem;
	line-height: 1.6;
	letter-spacing: 0.0666em;
	margin-top: 0;
}
#toushindai .photoaward p{
	font-size: 1.375rem;
	margin: 30px 0;
}
#toushindai .photoaward p span{
	color: #e25a24;
}
#toushindai .photoaward .col-md-6{
	margin-bottom: 20px;
}
#toushindai .photoaward .col-md-6 img{
	border: solid 1px #F1F1F1;
}

#toushindai .web-toushin{
    line-height: 1.8;
	padding-right: 30px;
}
#toushindai .web-toushin-img{
	padding-top: 70px;
}
#toushindai .aboutweb-toushin{
	font-size: 22px;
	margin: 0 0 40px;
}
#toushindai .aboutweb-toushin span{
	color: #e25a24;
}
#toushindai .dot-toushin{
	margin: 50px 0 30px;
}
a.btn-link{
	display: block;
	width: 530px;
	font-size: 18px;
	color: #2E31B5;
	background-color: #fff;;
	border: solid 3px #2E31B5;
	border-radius: 5px;
	margin: 30px auto 0;
	padding: 30px 0px;
}
a.btn-link:hover{
	color: #fff;
	background-color: #2E31B5;
	border: solid 3px #2E31B5;
	text-decoration: none;
}
a.btn-link.min{
		width: 300px;
	padding: 15px 0px;
}
@media screen and (max-width: 560px){
	a.btn-link{
		width: 100%;
	}
}

#outline{
	background-color: #F1F1F1;
	padding: 70px 0;
}
#outline .outline-table h4{
	font-size: 16px;
	margin: 40px 0 5px;
}
#outline .outline-table p{
	font-size: 26px;
}
#outline .outline-table a{
	color: #000;
}

#boothlocation{
	padding: 70px 0;
}

#access{
	padding: 30px 0 70px;
}
#access .access-head{
	font-size: 26px;
	margin: 40px 0 10px;
}
#access a.btn-link-map{
	display: block;
	width: 200px;
	color: #fff;
    background-color: #000000;
	border: solid 1px #000;
    padding: 10px 0;
	margin: 40px auto 50px;
    border-radius: 5px;
}
#access a.btn-link-map:hover{
	color: #000;
    background-color: #fff;
	text-decoration: none;
}

@media screen and (min-width: 769px){
	footer ul.footer-menu{
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		list-style: none;
		padding-left: 0;
		margin: 0 auto 100px;
	}
	footer ul.footer-menu li{
		-webkit-transform: skewX(150deg);
		-moz-transform: skewX(150deg);
		transform: skewX(150deg);
		border-right: 1px solid #000;
	}
	footer ul.footer-menu li:last-child {
		border-right:none;
	}
	footer ul.footer-menu li a{
		display:block;
		transform: skewX(-150deg);
		color: #000;
		padding: 0 20px;
	}
	
}
@media screen and (max-width: 768px){
	footer ul.footer-menu{
		list-style: none;
		font-size: 18px;
		text-align: center;
		padding-left: 0;
	}
	footer ul.footer-menu li{
		padding-bottom: 30px;
	}
	footer ul.footer-menu li a{
		color: #000;
		border-bottom: solid 1px #000;
		padding-bottom: 5px;
	}
}

footer .copyright{
	text-align: center;
	color: #000;
	background-color: #F1F1F1;
	padding: 10px 0;
	margin-bottom: 0;
}

#page_top{
  position: fixed;
  right: 10px;
  bottom: 20px;
}
#page_top a{
  position: relative;
  display: block;
  text-decoration: none;
}


