body{
	font-size: 24px;/*
	background:#000;*/
}
img{
	pointer-events: none;
	-webkit-touch-callout: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-moz-touch-callout: none;
	touch-callout: none;
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	user-drag: none;
	max-width: 100%;
}
a{
	color: #aa0014;
	font-weight: 500;
}

#c_header{
	background-image: url(../../img/jf2023/sp_jf_header.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 529px;
	background-size: 100%;
}
#contWrap{
	border-top: 0;
	border-right: 7px solid #000;
	border-left: 4px solid #000;
	padding-bottom: 180px;
}
#c_cont{
	padding: 20px 33px 20px 36px;
}

/**********
** Common
**********/
.content{
	padding-top: 80px;
}
.cont_h2{
	width: 100%;
	height: 162px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin: 0 auto 32px;
}
.contIn{
	padding: 0 8px;
}

.text_medium{
	font-weight: 500;
}
.text_bold{
	font-weight: 700;
}
.text_min{
	font-size: 20px;
}
.indent1{
	text-indent: -1em;
	padding-left: 1em;
}
.d_ib{
	display: inline-block;
}

.detailLists{
	width: 100%;
}
.detailList{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}
.detailList dt{
	font-weight: 500;
	flex-shrink: 0;
}
.topTxt{
	font-size: 26px;
	line-height: 2;
	margin-bottom: 40px;
	font-weight: 700;
}

.inWrap{
	width: 100%;
	border: 2px solid #000;
	padding: 25px;
}

.imgWrap{
	width: 100%;
}
.imgWrap img{
	width: 100%;
}

.booth__m{
	margin-bottom: 52px;
}

.border{
	border: 1px solid #000;
}



.jf_link{
	background: #000;
	height: 90px;
	margin: 0 auto;
	width: 500px;
	text-decoration: none;
	padding:0!important;
	margin-top: 40px;
	margin-bottom: 40px;
}
.jf_link a{
	text-decoration: none!important;
	color: #000;
}
.jf_link--link {
	background: #fcf800;
	border: 6px solid #000;
	box-sizing: border-box;
	color: #000;
	display: block;
	font-size: 26px;
	font-weight: bold;
	height: 90px;
	letter-spacing: 0.1em;
	line-height: 75px;
	text-align: center;
	text-decoration: none;
	transform: translate(-10px,-10px);
	transition: all 0.3s ease;
}
.jf_link--link:active {
	transform:translate(-5px,-5px)
}


/**********
** #info
**********/
#info{
	width: 100%;
}
.eventAbout{
	width: 100%;
	border: 4px solid #000;
	padding: 20px;
}
.topInfo_h2{
	font-size: 26px;
	line-height: 1;
	margin-bottom: 24px;
}
#info .detailLists{
	margin-bottom: 8px;
}

/**********
** .sectionNavWrap
**********/
.sectionNavWrap{
	padding-top: 24px;
	width: 100%;
}
.sectionNavWrap{
	padding-top: 24px;
	width: 100%;
}
.sectionNavLists{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.sectionNavList{
	width: calc(50% - 12px);
	width: 50%;
	height: 112px;
	padding-right: 12px;
	margin: 0 0 24px;
}
.sectionNavList:nth-of-type(2n){
	padding-left: 12px;
	padding-right: 0;
}
.sectionNavList .navlink{
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
#nav01{
	background-image: url(../../img/jf2023/sp_jf_btn_nav01.png);
}
#nav02{
	background-image: url(../../img/jf2023/sp_jf_btn_nav02.png);
}
#nav03{
	background-image: url(../../img/jf2023/sp_jf_btn_nav03.png);
}
#nav04{
	background-image: url(../../img/jf2023/sp_jf_btn_nav04.png);
}


/**********
** #jumpsuperstage
**********/
#jumpsuperstage{
	line-height: 2;
	margin-top: -24px;
}
#jumpsuperstage .cont_h2{
	background-image: url(../../img/jf2023/sp_jf_title_nav01.png);
}
.castLists{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 24px 0;
}
.castList{
	width: calc(100% / 3);
}
.castList img{
	width: 100%;
	pointer-events: none;
}

/**********
** #ondemand
**********/
#ondemand{
	line-height: 2;
	margin-top: -24px;
}
#ondemand .cont_h2{
	background-image: url(../../img/jf2023/sp_jf_title_nav04.png);
}
.ondemand_ttl{
	font-size: 28px;
	line-height: 1.5;
	padding: 19px 24px;
	color: #ffed00;
	font-weight: 700;
	text-align: center;
	background-color: #000;
	background-image: radial-gradient(#212121 20%,transparent 20%),radial-gradient(#212121 20%,transparent 20%);
	background-size: 20px 20px;
	background-position: 0 0,10px 10px;
	margin-bottom: 20px;
}


/**********
*** #exhibition-booth
**********/
#exhibition-booth{
	line-height: 2;
}
#exhibition-booth .cont_h2{
	background-image: url(../../img/jf2023/sp_jf_title_nav02.png);
}
#exhibition-booth .inWrap:not(:first-child){
	margin-top: 32px;
}

.booth_ttl{
	font-size: 28px;
	line-height: 1;
	padding: 19px 24px;
	color: #ffed00;
	font-weight: 700;
	text-align: center;
	background-color: #000;
	background-image: radial-gradient(#212121 20%,transparent 20%),radial-gradient(#212121 20%,transparent 20%);
	background-size: 20px 20px;
	background-position: 0 0,10px 10px;
}
#exhibition-booth .inWrap_cont{
	padding-top: 32px;
}
#exhibition-booth .cont_h4{
	font-size: 26px;
	font-weight: 700;
	line-height: 1.8;
	margin-bottom: 16px;
	text-indent: -1em;
	padding-left: 1em;
}
#exhibition-booth .topTxt{
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 20px;
}

.imgLists{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.imgList{
	width: calc(100% / 3);
	border: 1px solid #000;
}


/**********
*** #originalgoods
**********/
#originalgoods{
	line-height: 2;
}
#originalgoods .cont_h2{
	background-image: url(../../img/jf2023/sp_jf_title_nav03.png);
}
.originalgoods_catch{
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	margin: 24px 0;
}
#originalgoods .inWrap:not(:first-child){
	margin-top: 32px;
}
.shop_ttl{
	font-size: 28px;
	line-height: 1.6;
	padding: 19px 24px;
	color: #ffed00;
	font-weight: 700;
	background-color: #000;
	background-image: radial-gradient(#212121 20%,transparent 20%),radial-gradient(#212121 20%,transparent 20%);
	background-size: 20px 20px;
	background-position: 0 0,10px 10px;
}
#originalgoods .topTxt{
	padding-top: 20px;
	margin-bottom: 20px;
}





/*#top_info{
	padding:0 8px;
}
#top_info h3 {
	padding: 10px 0;
	font-size: 26px;
    font-weight: bold;
	margin-bottom: 24px;
}
#top_info .aboutFes {
	width: 654px;
	margin: auto;
	padding: 24px;
	border: 2px solid #000;
	box-sizing: border-box;
}
#top_info .aboutFes h4.aboutFes_h4 {
	display: block;
	margin-bottom: 24px;
	font-size:26px;
	height: auto;
	line-height: 1.8;
	padding: 0;
	background: unset;
}
#top_info .aboutFes .aboutFes_list {
	margin-top: 10px;
}
#top_info .aboutFes .aboutFes_list dt {
	font-weight: bold;
	margin-left: -10px;
	display: block;
}
.aboutFes_list small{
	display: block;
	font-size: 16px;
}
#top_info .aboutFes .aboutFes_list a {
	color: #cc0000;
	font-weight: bold;
}
#jf_menu {
	width: 654px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	padding-top: 40px;
}
#jf_menu li {
	width: 315px;
	height: 112px;
	margin:0 24px 24px 0;
}
#jf_menu li:nth-child(2n){
	margin:0 0 24px 0;
}
#jf_menu li:nth-child(n+3){
	margin-bottom: 0;
}
#jf_menu li a {
	display: block;
	height: 112px;
	background-size: cover;
}
#jf_m1 a { background: url(../../img/jf2022/sp_jf_btn_nav01.png) no-repeat center; }
#jf_m2 a { background: url(../../img/jf2022/sp_jf_btn_nav02.png) no-repeat center; }
#jf_m3 a { background: url(../../img/jf2022/sp_jf_btn_nav03.png) no-repeat center; }
#jf_m4 a { background: url(../../img/jf2022/sp_jf_btn_nav04.png) no-repeat center; }

section { padding-top: 48px; } 
#g4{padding-top: 0;}
.big_ttl {
	width: 100%;
	height: 160px;
	margin-bottom: 20px;
	background-size: 600px auto;
	background-repeat: no-repeat;
	background-position: center center; 
}

.disc {
	width: 654px;
	margin: auto;
}
.disc strong {
	font-size: 24px;
}
.disc p {
	padding: 15px 0;
}
.disc p img  {
	width: 100%;
	height: auto;
}
.disc p>span {
	font-weight: bold;
}
.disc_p{
	padding: 15px 0;
}
.disc_ma {
	width: 654px;
	margin: auto;
}
.disc_ma strong {
	font-size: 24px;
}
.disc_ma p {
	padding: 15px 0;
}
.disc_ma a,
.disc_ma a:visited{
	color:#cc0000;
}
#g1 .disc p{
	padding: 0;
	padding-bottom: 10px;
}

#g1 .big_ttl { background: url(../../img/jf2022/sp_jf_title_nav01.png) no-repeat center;background-size: 100%; }
#g2 .big_ttl { background: url(../../img/jf2022/sp_jf_title_nav02.png) no-repeat center;background-size: 100%; }
#g3 .big_ttl { background: url(../../img/jf2022/sp_jf_title_nav03.png) no-repeat center;background-size: 100%; }
#g4 .big_ttl { background: url(../../img/jf2022/sp_jf_title_nav04.png) no-repeat center;background-size: 100%; }

.eventDetailLists{
	padding: 15px 0;
}
.eventDetailList{
	display: block;
	padding: 0 0 10px;
}
.eventDetailList:last-child{
	padding: 0;
}
.eventDetail_dt{
	font-weight: 700;
}
.eventDetail_dd small{
	font-size: 18px;
}
.disc a{
	color: #cc0000;
	font-weight: 700;
}



.castList{
    width: 650px;
    margin: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.castList li{
	width: calc(100% / 3);
}
#g2 .castList{
	width: 433.32px;
}
#g2 .castList li{
	width: calc(100% / 2)
}
.castList li img{
	width: 100%;
}


section a { font-weight: bold; }
article h4, section h4 {
    font-size: 20px;
    height: 45px;
    font-weight: bold;
    line-height: 48px;
    background: #222;
    padding: 0 20px;
    box-sizing: border-box;
}

.sub_ttl {
    width: 100%;
    height: 140px;
    margin-bottom: 20px;
}

.spLVWrap{
    width: 628px;
}
.spLV--L{
	padding: 0 12px;
}
.spLV--L p{
    padding: 20px 0 40px;
}
.spLV--L strong{
	font-size: 30px;
}
.spLV--R ul{
    width: 628px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}
.spLV--R ul li{
    width: 314px;
    height: 418.34px;
    margin:auto;
}
.spLV--R ul li img{
	width: 314px;
}
.bold{font-weight: bold;}
/*#spLV03 p{
	line-height: 26px;
	padding: 15px 20px;
}
.txt--center{
	text-align: center;
}


#spLV03 strong{
	font-size: 30px;
}
.spLV03Wrap{
    width: 628px;
}
.spLV03{
	padding: 0 12px;
}
.spLV03 p{
    padding: 20px 0 40px;
}
.spLV03 strong{
	font-size: 30px;
	line-height: 50px;
}
*/


.yellow, .yellow a {color: #ffed00;}
.red, .red a { color:#cc0000; }

.hasDot {
	font-size: 22px;
	line-height: 26px;
	padding-left: 1em;
	text-indent: -1em;
	color: #000;
	margin: 20px 0;
}
.item_list {
	width: 100%;
	margin:auto;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	padding: 20px 0;
}
.item_list li {
	width: 100%;
	padding: 18px 18px 0;
	margin: 12px 0;
	border: 2px solid #222;
	position: relative;
}
.item_list li a {
	display: block;
	width: 100%;
	height: 400px;
	overflow: hidden;
	border: 2px solid #ccc;
	box-sizing: border-box;
	pointer-events: none;
	background-size: 596px auto;
	background-repeat: no-repeat;
	background-position: center;
}
.item_list li a img { width: 100%; }
.item_info .item_ttl {
	width: 100%;
	margin: auto;
	font-size: 26px;
	font-weight: bold;
	padding-top: 10px;
}
.item_info .item_detail {
	width: 100%;
	margin: auto;
	font-weight: normal;
	padding-top: 10px;
}
.tokuten {padding: 30px 0px;}
.tk_ttl {
	font-size: 22px;
	line-height: 29px;
	font-weight: bold;
}
.tk_img {padding: 30px 0;}

.normal_txt .n_img {
	padding: 0 0 20px;
}
.normal_txt p {
	font-size: 22px;
	line-height: 28px;
	padding: 10px 0;
}
.normal_txt p small { font-size: 18px; }
.hasDot2 {
	font-size: 22px;
	line-height: 22px;
	padding-left: 1em;
	text-indent: -1em;
	color: #000;
	margin-top: 20px;
}
.senkou, .gentei {
	width: calc(100% + 36px);
	margin: auto;
	height: 48px;
	font-size: 22px;
	line-height: 48px;
	font-weight: bold;
	text-align: center;
	color: #ffed00;
	margin-top: 20px;
	margin-left: -18px;
	position: relative;
}
.senkou { background: #AA0014; }
.gentei { background: #212F78; }
.notDot{
	padding: 10px 12px;
}
/*#g4 article h4, #g4 section h4{
	padding:0 12px;
	height: auto;
	font-size: 26px;
	line-height: 52px;
}
#g4 .disc{
	margin-bottom: 20px;
}
#g4 .disc strong{
	font-size: 28px;
	padding:20px 0 40px;
}
*/
.hasDot {
    padding-left: 1em;
    text-indent: -1em;
    color: #000;
    margin: 20px 0;
}
.hasDot2 {
    padding-left: 1.8em;
    text-indent: -1em;
    color: #000;
    margin-top: 20px;
}
.hasDot2_untxt{
    padding-left: 1.8em;
    color: #000;
    margin: 10px 0;
    padding-bottom: 10px;
}
.jf_borderTop{border-top: 1px dashed #000;width: 604px;height:1px;margin:40px auto!important;}
/*.subWrap__cont{
	width: 754px;
}*/



.jf_h4{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: auto;
	padding: 14px 64px;
	min-height: 164px;
	font-size: 26px;
	line-height: 1.8;
	font-weight: 700;
	color: #ffed00;
	margin-bottom: 24px;
	border: 4px solid #000;
	position: relative;
	background-color: #000;
	background-image:radial-gradient(#212121 20%, transparent 20%),radial-gradient(#212121 20%, transparent 20%);
	background-size: 20px 20px;
	background-position: 0 0, 10px 10px;
}
.jf_h4txt{
	position: relative;
	z-index: 2;
	text-shadow:1px 0 0 #000,0 1px 0 #000,-1px 0 0 #000,0 -1px 0 #000,3px 3px 0 #000;
}

.shigaraki_r:before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 50%;
	background: url(../../img/jf2022/shigaraki_r_sp.png) no-repeat bottom right / contain;
}


#g3 .jf_h4{
	min-height: auto;
}
.inSecIMGWrap{
	padding-top: 20px;
}
.inSection{
	padding: 0 20px 40px;
}
.inSection:last-child{
	padding-bottom: 0;
}
.inSection h5{
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 14px;
}
.inSection p{
	font-size: 24px;
	font-weight: 700;
}

.inSecIMGin{
	width: 100%;
	margin: 20px 0;
}
.inSecIMGin img{
	width: 100%;
}
.inSecIMGin.border{
	border:1px solid #000;
}

.inSecIMGWrap.flex{
	display: flex;
	justify-content: center;
}
#g3_bandai .inSecIMGWrap.flex .inSecIMGin{
	width: 50%;
	padding: 0 10px;
}
#g2 h4{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0 0 20px 0;
	background-color: #FFF;
}
#g2 h4 img{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
/* POLICY */
.footer__policy {
	display: block;
    font-size: 14px;
    text-align: center;
}
.footer__policy a{
    color: #000;
    text-decoration: underline;
	font-weight: normal;
}