@charset "utf-8";

html * {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-style: normal;
}
html,body,div, span, object, iframe, p, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, input, textarea {
	margin: 0;
	padding: 0;
	line-height: 1.1rem;
	border: 0;
	box-sizing: border-box;
	vertical-align: baseline;
	background: transparent;
}
ul {
	list-style:none;
}
img {
	display: block;
	line-height: 0;
	font-size: 0;
	width: 100%;
}
body {
	background: #dcf600;
	color: #000;
	font-size: 15px;
	line-height: 1.2rem;
	word-break: normal;
}

/**************************/
/* TOP */
/**************************/
#container {
	width: 100%;
	font-size: 1rem;
	color: #000;
}

header #container {background: #000000;}
header {
	width: 100%;
}
h1 {
	width: 100%;
	line-height: 0;
	/*border-bottom: 2px solid #cc5a57;*/
	/*box-shadow: 0 3px 5px 0px rgba(255, 255, 255, 0.2);*/
}
.contents {
	padding: 0 20px;
}
.contents.top {
	padding: 20px 20px 0;
	background: #000000;
}
.topics_area {
	border-radius: 10px;
	background-color: #fff;
	margin: 5% 0 8% 0;
}

.topics_area2 {
	border-radius: 0 0;
	background-color: #fff;
	margin: 0 0;
    padding: 3%
}
/*
.topics_area:first-of-type {
	margin: 20px auto 20px;
}
*/

.btn_read {
	width: 100%;
	text-align: center;
	margin: 20px auto 0;
}
.btn_read a {
	width: 60%;
	border-radius: 10px;
	color: #000;
	font-weight: 900;
	text-align: center;
	display: block;
	margin: 0 auto;
	padding: 1rem 0;
	background: #eee;
	font-size: 1.4rem;
}
.comics_area {
}
.menu2 {
	display: flex;
	justify-content: space-evenly;
	align-items: end;
    padding: 0 0 30px 10px;
}

.menu2 li{
	margin: 0;
	width: 32%;
}

.menu2 li a{
	text-decoration: none;
}

.sample_page {
	margin: 20px auto 0;
}
.sample_page_l {
	margin: 1rem auto 0;
}



p.txt_attention {
	color: #f00;
	font-size: 1.1rem;
	font-weight: 700;
	text-align: center;
	background: #ff0;
	margin-top: 0.5rem;
}
.txt_center {text-align: center;}

.white {color:#fff;}

.red{color: #f00;
}

.yellow{color: #e4ff00;}

.txt_small{font-size: 90%;
line-height: 1.4em}

.txt_small_2 {font-size: 110%;
    color: white;
line-height: 1.4em}


.txt_big{font-weight: bold;
font-size: 200%;
line-height: 1.3em}

.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mt20{margin-top: 20px;}


#stagePrgm .text p {
	font-size: .9rem;
	line-height: 1.3em;
	word-wrap: break-word;
	word-break: break-all;
}
#stagePrgm .ttlDate {
	background: #62ee91;
	font-weight: bold;
	padding: 6px 0;
	text-align: center;
}
#stagePrgm .prgmTtl,
#stagePrgm .prgmTimeline dl {
	display: table;
	border-collapse: collapse;
	width: 100%;
}
#stagePrgm .prgmTtl li {
	display: table-cell;
	background: #eee;
	border: 1px #333 solid;
	border-collapse: collapse;
	font-size: 90%;
    font-weight: bold;
	padding: 5px 0;
	text-align: center;
}
#stagePrgm .prgmTtl li.time {
	width: 32%;

}
#stagePrgm .prgmTtl li.prgm {
	width: 68%;
    
}
#stagePrgm .prgmTimeline dt,
#stagePrgm .prgmTimeline dd {
	display: table-cell;
	border: 1px #333 solid;
	border-collapse: collapse;
	font-size: 90%;
}
#stagePrgm .prgmTimeline li dt,
#stagePrgm .prgmTimeline li dd {
	border-top: none;
}
#stagePrgm .prgmTimeline dt {
	background: #eee;
	text-align: center;
	width: 32%;
}
#stagePrgm .prgmTimeline dd {
	width: 68%;
}
#stagePrgm .prgmTimeline dd .itemInner {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px;
}
#stagePrgm .prgmTimeline dd .itemInner .logo img {
	width: 20%;
}
#stagePrgm .prgmTimeline dd .itemInner::before {
	position: absolute;
	background: url(../img/youtube.png) no-repeat 0 0;
	background-size: 10px 10px;
	content: "";
	display: block;
	top: 50%;
	left: 5px;
	margin-top: -5px;
	width: 0px;
	height: 10px;
}
#stagePrgm .prgmTimeline dd .logo.type2 {
	display: flex;
}
#stagePrgm .notice {
	color: #f00;
	font-size: 72%;
	padding: 6px 0 0;
}
.prgmTimeline.type2 dd {
	padding: 8px;
}

.sttl {
	background-size: cover;
	background-color: #000;
	padding: 2%;
	width: auto;
	color: #fff;
	text-align: center;
	border-radius: 10px 10px 0 0;
  }

.comics_area {
        padding: 4%;
}

.comics_area_ST {
        padding: 0;
}


.story_area {
}

.story_area p {
    font-size: 100%;
    line-height: 1.3em;
}





.img_bnr {
	margin: 2rem auto 0;
	padding: 0 20px;
    width: 80%
}
.img_bnr a {
	display: block;
}

#go_top {
	position: fixed;
	bottom: 4%;
	right: 3%;
	width: 14%;
	z-index: 30;
}


.ST_schedule {
    margin-bottom: 30px;
}
    

.ST_schedule h3{
    background-color: #62ee91;
    text-align: center;
    padding: 1.5%;
    font-weight: bold; 
}

.ST_schedule span{
    font-size: 80%;
    color: #ff0000
}

.ST_schedule table {
  border-collapse: collapse;
  width: 100%;
  margin: 0 0 10px;
}
.ST_schedule table th, table td {
	height: 30px;
	border: solid 1px black;
    padding: 0 5px;
    vertical-align: middle;
    font-size: 0.9em;
    line-height: 1.3em;
}

.ST_schedule table th {
    font-weight: bold;
    background-color: #ddd;
}

.time_col {
    width: 30%;
    background-color: #fff;
    text-align: center
}

.logo_col {
    width: 20%;
    border-left: none;
    margin-left: auto;
}

.logo_col img {
    width: 45%;
    margin: auto;
}

.logo_col_plus {
    width: 20%;
    border-left: none;
    margin-left: auto;
}

.logo_col_plus img {
    width: 60%;
    margin: 0 auto;
}

.title_col {
    border-right: none;
}

.title_col_JF {
    border-right: solid 1px #000;
}

.logo_col_b {
    border-left: none;
}

.logo_col_b ul {
  display: flex;
}

.logo_col_b li {
    margin: 0 0;
}

.logo_col_b li img {
    width: 70%;
}

.stage_BT img {
    width: 70%;
    margin: 5% auto 3% auto;
    
}


.stage_txt_img img {
    width: 90%;
    margin: 5% auto 0 auto
        }

.stage_txt {
    text-align: center;
    margin-bottom: 3%

}

.stage_txt p {
    font-size: 130%;
    line-height: 1.3em;
    font-weight: bold
}

.stage_txt span {
    color: #ff0000;
    font-size: 80%;
    text-align: center;
    line-height: 1em
}

p.txt_mc {
    margin-top: 5%;
    font-weight: bold;
    font-size: 130%;
    line-height: 1.3em;
    color: #FF0000;
}


.WJF_box {
    margin-bottom: 3%; 
}

.WJF_box p {
    line-height: 1.5em;
    margin-bottom: 1%
}

.WJF_box span {
    color: #FF0000;
    font-weight: bold
}

p.red_small {
    font-size: 80%;
    font-weight: normal;
    color: #FF0000
    }

.stage_section {
    background-color: #fff;
    border-radius: 10px;
    margin: 0 auto 10% auto;
    padding: 0 auto;
}

.stage_section h2 {
    background-color: #000;
    background-color: #000;
	padding: 2%;
	width: auto;
	color: #fff;
	text-align: center;
	border-radius: 10px 10px 0 0;
    font-size: 200%;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 3%
}


.stage_section_txt {
    padding: 0 3%;
}

.stage_section_txt p {
    font-size: 100%;
    line-height: 1.3em
}


.blackbox {
	position: relative;
	background: #000;
}
.blackbox::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000000;
    transform: skewY(-5deg) translateY(-150px);
    z-index: -1;
}

/* appli */
.app_area {
	width: 74%;
	margin: 6% auto 6%;
	background: #000000;
	border-radius: 10px;
	padding: 2%;
	color: #000;
    font-size: 120%;
}

.img_mp {
    width: 70%;
    margin: 3% auto
}

.app_area ul:after {
	content: "";
	clear: both;
	display: block;
}
.app_area p, .app_area p > * {
	text-align: center;
	margin-bottom: 2%;
	color: #fff;
	line-height: 1.5rem;
	font-weight: 700;
}
.app_area ul {
        width: fit-content;
    margin: auto;

}
.app_area li {
	float: left;
	width: 46%;
    
}

.app_area li:last-child {
	margin-left: 4%;
    width: 50%
}
.img_logo_JF {
	width: 60%;
	margin: 5% auto 0;
}



/* SNS */
.sns_area_wrap {
	margin: 5px 20px 0;
	padding: 0 2% 50px;
	/*border-radius: 10px;*/
}
.txt_sns_area {
	width: 60%;
	color: #fff;
	font-weight: 900;
	font-size: 1.2rem;
	text-align: center;
	/*background: linear-gradient(transparent 50%, #ff0 50%);*/
	position: relative;
	margin: 0 auto 0;
	line-height: 1.4rem;
}
.txt_sns_area:before,
.txt_sns_area:after {
	content: "";
	position: absolute;
	width: 2px;
	height: 100%;
	background: #fff;
	
}
.txt_sns_area:before {
	/*transform: translate(-50%,-50%) rotate(45deg);*/
	transform: rotate(-45deg);
	top: 0;
	left: -1rem;
}
.txt_sns_area:after {
	/*transform: translate(-50%,-50%) rotate(-45deg);*/
	transform: rotate(45deg);
	top: 0;
	right: -1rem;
}
.sns_area {
	padding: 1% 0;
}
.sns_area:after {
	content: "";
	clear: both;
	display: block;
}
.sns_area li {
	float: left;
	width: 50%;
	font-size: 0;
	display: inline-block;
	text-align: center;
	padding: 1% 0;
	border: 1px solid #999;
	
}
.sns_area li a {
	display: block;
}
.sns_area li.x {
	background: #000;
}
.sns_area li.fb {
	background: #1877f2;
}
.sns_area li img {
	margin: 0 auto;
	width: 12%;
	vertical-align: middle;
}

footer {
	width:100%;
	padding: 3rem 0;
	background: #000;
	border-top: 1px solid #fff;
}

.copyright {
	margin: 0 auto;
	color: #fff;
	text-align: center;
	font-size: 0.7rem;
	line-height: 1rem;
	font-weight: 700;
}

.sp_only {
	display: none;
}
.pc_only {
	display: block;
}
/*スマホ*/
@media (max-width: 767px) {
	{
		width: 100%;
	}
	.sp_only {
		display: block;
	}
	.pc_only {
		display: none;
	}
    
    .txt_big{font-weight: bold;
font-size: 150%;
line-height: 1.3em}
    
    .txt_big_2{font-weight: bold;
font-size: 130%;
line-height: 1.3em}

    
    .txt_small{font-size: 90%;
line-height: 1.4em}

    
.ST_schedule table th, table td {
  border: solid 1px black;
    padding: 3px;
    vertical-align: middle;
    font-size: 0.8em;
}
    
    
.logo_col {
    width: 25%;
    border-left: none;
    text-align: right
}

.logo_col img {
    width: 50%;
    margin: 0 auto;
}

.title_col {
    border-right: none;
}

    
.stage_txt {
    text-align: center;
}
    
.stage_txt p {
    line-height: 1.2em
}

p.txt_mc {
    font-size: 100%;
    margin-bottom: 0%
}
    

p.red_small {
    font-size: 70%;
    line-height: 1.3em;
    font-weight: normal;
    color: #FF0000
    }

.stage_section h2 {
    font-size: 150%;
}   

    
 .WJF_box p {
     font-size: 90%
}
    
.stage_section_txt p {
             font-size: 90%
}
.blackbox::before {
    transform: skewY(-7deg) translateY(-90px);
}

    
}

/*PC*/
@media (min-width: 768px) {
	#container {
		margin: 0 auto;
		font-size: 1rem;
		width: 720px;
	}
	h1 {
		margin: 0 auto;
	}
/*	.topics_area {
        padding: 5%;
	}
*/


	footer {
		padding: 1rem 0;
	}

	#go_top {
		position: fixed;
		bottom: 9%;
		right: 3%;
		width: 7%;
	}
	.txt_sns_area {
		width: 53%;
		font-size: 1.8rem;
		line-height: 1.2rem;
	}
    
    #stagePrgm .text p {
	font-size: 120%;
	line-height: 1.3em;
	word-wrap: break-word;
	word-break: break-all;
}
    
        .txt_small{font-size: 90%;
line-height: 1.4em}
    
        .txt_big_2{font-weight: bold;
font-size: 150%;
line-height: 1.3em}

    
}
/* �����p */
.bdr_gray1 {
	border: 1px solid #444 !important;
}
.bdr_white1 {
	border: 1px solid #fff !important;
	box-sizing: border-box;
}
.bdr_gray1_top_bottom {
	border-top: 1px solid #444 !important;
	border-bottom: 1px solid #444 !important;
}
.bdr_gray1_top_btm {
	border-top: 2px solid #444 !important;
	border-bottom: 2px solid #444 !important;
}
.bdr_white2_top_btm {
	border-top: 2px solid #fff !important;
	border-bottom: 2px solid #fff !important;
}
.bdr_gray1_btm {
	border-bottom: 1px solid #444 !important;
}
.bdr_gray2_btm {
	border-bottom: 2px solid #444 !important;
}
.txt_center {
	text-align: center;
}



.btn_ank {
    padding: 1% 15%;
}