html,
body{
	margin: 0;
	padding: 0;
	height: 100%;
}

body{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	color: #FFF;
	background-color: #000;
}

.nasi{
	display:none;
}

* {
	box-sizing: border-box;
	position: relative;
}

.aplha {
	opacity: 0.0;
}


.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

a:focus,
*:focus {
	outline: none;
}
.sp, .sp_b{
	display: none;
}

.pc{
	display: inline-block;
}

.pc_b{
	display: block;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
  transition: 0.5s;
}

#wrap{
    width: 100%;
	display: flex;
	flex-direction: column;
	height: 100%;
    padding: 0;
    margin: 0;
}


main {
    width: 100%;
    min-width: 1000px;
	padding-top: 70px;
	flex: 1;
}


@media screen and (max-width: 767px) {

	.sp {
		display: inline-block;
	}

	.sp_b {
		display: block;
	}

	.pc,
	.pc_b {
		display: none;
	}


	main {
		min-width:inherit;
/*		padding-top: 19vw;*/
		padding-top: 0;
		margin-top: 38vw;
	}
	
	main#main_top{
		margin-top: 19vw;
	}
	
	main#main_sub{
		margin-top: 29vw;
	}

}

/*-----Loading-------*/
#loading {
	position: fixed;
	width: 100%;
	height: 100%;
	top:0;
	z-index: 99999;
	background:#fff;
	text-align:center;
	color:#fff;
	display: none;
}

#loading_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


@media screen and (max-width: 768px) {

	#loading_logo {
		position: absolute;
		width: 100%;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	#loading_logo img {
		width: 90%;
		height: auto;
	}
}


/*-----Header-------*/

header {
	width: 100%;
	background: #000;
	position: fixed;
	z-index: 999;
}

header #headerInner {
	display: flex;
	margin: auto;
	justify-content: space-between;
	align-items: center;
	height: 100px;
}

h1#webTitle {
	width: 25%;
	max-width: 265px;
	height: 90px;
}

h1#webTitle figure {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	height: 90px;
	background-image: url(/themes/kadokawa50@base//images/menu_logo_0.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 5px 0 0 43px;
}


@media screen and (max-width: 768px) {

	header #headerInner {
		display: block;
		width: 98%;
		margin: auto;
		height: 16vw;
	}
	h1{
		margin: 2vw 0 0; 
	}

	h1#webTitle {
		width: 37%;
		max-width: 265px;
		/*    margin: auto;*/
	}

	h1#webTitle figure {
		background-repeat: no-repeat;
		background-position: left top;
		background-size: 100% auto;
		margin: 0 0 0 1vw;
		height: 18vw;
	}
}


h2.common {
	width: 100%;
	background: #d0790f;
	color: #fff;
	font-weight: 900;
	font-size: clamp(18px, 2.8125vw, 31px);
/*	font-size: 21pt;*/
	height: 50px;
	margin: 0.25em 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
}


@media screen and (max-width: 768px) {
	h2.common {
		height: 30px;
	}
}








/*-----Sub Page-------*/

.sub_box{
	width: 100%;
	min-width: 1000px;
	margin: 0　auto;
	padding-top: 1px;
	padding-bottom: 100px;
}

.in_box{
	margin: 0 auto;
	width: 1000px;
	font-size: 11pt;
	line-height: 1.4em;
}

h3{
	display: block;
	font-size: 24pt;
	font-weight: 700;
	text-align: center;
	color: #c55b72;
	border-bottom: 1px #c55b72 solid;
	line-height: 1.6em;
	padding-bottom: 20px;
}

.txt_box{
	font-size: 13pt;
	line-height: 2em;
	text-align: justify;
	text-justify: inter-ideograph;
}

.pad_lr{
	padding-left: 13px;
	padding-right: 13px;
}



@media screen and (max-width: 768px) {
	.sub_box {
		min-width: inherit;
/*		margin-top: 24vw;*/
		padding-bottom: 50px;
	}

	.in_box {
		margin: 0;
		width: 100%;
	}
	
	h3 {
		font-size: 15pt;
	}
}

.top_header_spa{
	height: 16px;
}

/*-----Top Page-------*/

#top_box{
	padding-top: 50px;
	padding-bottom: 50px;
	border-top: 5px #c55b72 solid;
	background: linear-gradient(to bottom, #d0790f 50%, #c55b72 50%);
	text-align: center;
	margin-top: 46px;
}

#top_flex{
	display: flex;
	justify-content: center;
}

.top_pstrL{
	width: 480px;
	height: auto;
	display: block;
/*	margin-right: 20px;*/
}

.top_pstrR{
	width: 480px;
	height: auto;
	display: block;
/*	margin-left: 20px;*/
}



.top_koukai{
	display: block;
	margin: 30px auto 0;
}

#xfade_box{
	margin: 0;
	padding: 0;
}

.xfade{
	width: 100%;
	height: auto;
	display: block;
	z-index: 10;
	margin: 0;
}

.xfade2{
	position: absolute;
	opacity: 0.0;
}

@media screen and (max-width: 768px) {
	#top_box{
		border-top: 5px #d0790f solid;
		padding-top: 0px;
		padding-bottom: 10px;
		margin-top: 14px;
	}
	
	.top_koukai{
		width: 91%;
		height: auto;
		margin-bottom: 20px;
	}
}


/*-----Top Banner Box -------*/

#top_bnr_box{
	text-align: center;
	padding: 50px 0;
}




#top_bnr_box img{
	width: 350px;
	height: auto;
	margin: 0 5px 10px; 
}

@media screen and (max-width: 768px) {
	#top_bnr_box{
		margin-top: 0;
	}
	
	#top_bnr_box img{
		width: 90%;
	}
}


/*-----Top News -------*/
#top_news_box{
	padding-top: 1px;
	padding-bottom: 100px;
	margin-top: 0;
}

#top_list_box{
	max-height: 500px;
    overflow-y: scroll;
    padding: 0 30px 0 0;
}

#top_news_box h3{
	margin-top: 50px;
	margin-bottom: 20px;;
}


/*-----NEWS LIST-------*/

.news_list{
	width: 100%;
    border-bottom: 1px dotted #c55b72;
    padding: 2em 1em;
    display: flex;
    align-items: center;
    line-height: 1.25em;
	font-size: 16pt;
    font-weight: 700;
}

.news_list .date{
	color: #c55b72;
    width: 11%;
}

.news_list .cate{
	color: #fff;
	background-color: #d0790f;
    width: 15%;
/*    font-size: clamp(12px, 1.25vw, 16px);*/
	font-size: 11pt;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    height: 2em;
    margin: 0 2%;
}

.news_list .title{
	  width: 66%;
}

.news_list .title a{
	color: #fff;
}

.news_list::after{
	font-family: 'icons12';
	content: '\e926';
	font-size: 18pt;
	color: #c55b72;
}

@media screen and (max-width: 768px) {
	.news_list{
		flex-wrap: wrap;
		padding: 1em 0em 1em 1em;
		font-size: 13pt;
	}
	.news_list .date {
		width: 30%;
		max-width: 12em;
	}

	.news_list .cate {
		width: 40%;
		margin: 0 2% 0 8%;
		border-width: 1px;
		max-width: 14em;
	}

	.news_list .title {
		width: 94%;
		padding-top: 1%;
	}	
}

/*-----ARTICLE-------*/
#article_box{
	padding-top: 170px;
}

#article_box h3{
	border-bottom: none;
}




.article_txtbox{
	border: 1px #c55b72 solid;
	font-size: 12pt;
	line-height: 1.5em;
	text-align: justify;
	text-justify: inter-ideograph;
	padding: 40px;
}

.news_title{
	font-size: 16pt;
	font-weight: 700;
	text-align: center;
	padding: 0 0 35px;
	border-bottom: 1px #c55b72 solid;
	margin-bottom: 20px;
}

.news_date{
	font-size: 14pt;
	font-weight: 400;
	text-align: right;
	margin-bottom: 20px;
	color: #c55b72;
}


@media screen and (max-width: 768px) {
	#article_box{
		padding-top: 0px;
	}
	
	.article_txtbox{
		padding: 20px;
	}
	
	.news_title{
		font-size: 14pt;
		padding: 0 0 15px;
		margin-bottom: 20px;
	}
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.alignright {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}

.text-right{
	text-align: right;
}

.text-center{
	text-align: center;
}

.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.articleBody {
	display: flow-root;
}

.articleBody::after {
	display: block;
	clear: both;
	content: '';
}

.txt_box iframe {
	display: block;
	margin: 10px auto;
}


/*-----INTRODUCTION-------*/
#intro_box{
	padding-top: 100px;
	padding-bottom: 0;
}

@media screen and (max-width: 768px) {
	#intro_box{
		padding-top: 1px;
		margin-top: 0;
	}
}

.scrl_1, .scrl_2{
	width: 100%;
	max-width: 1072px;
	height: auto;
	display: block;
	margin: 0 auto 50px;
}

.scrl_2{
	margin: 50px auto 10px;
}


/*-----TITLE-------*/
#title_box{
	padding-top: 100px;
	padding-bottom: 100px;
}

#title_box h3{
	margin-top: 60px;
	border-bottom: none;
}

@media screen and (max-width: 768px) {
	#title_box{
		padding-top: 1px;
		margin-top: 0;
	}
	
	#title_box h3{
		margin-top: 30px;
	}
}


.title_flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.title_col{
	width: 48%;
	margin-bottom: 30px;
	border-width: 1px;
	border-style: solid;
}

#title_box h4{
	margin: 0;
	padding: 7px 0 7px 7px;
	font-size: 16pt;
	line-height: 1.1em;
}

#title_box h4 small{
	font-size: 50%;
}

#title_box h4.hatsu::after{
	content: '初披露';
	font-family: "Noto Sans JP", sans-serif;
	position: absolute;
	font-size: 9pt;
	line-height: 24px;
	height: 24px;
	font-weight: 400;
	color: #fff;
	background-color: #000;
	padding: 0px 6px;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 5px;
	z-index: 3;
}

.h4c{
	position: absolute;
	font-size: 9pt;
	line-height: 24px;
	height: 24px;
	font-weight: 400;
	color: #fff;
	background-color: #000;
	padding: 0px 6px;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 5px;
}

.title_txt{
	margin: 0;
	padding: 8px 8px 15px;
	font-size: 12pt;
	line-height: 1.5em;
	text-align: justify;
	text-justify: inter-ideograph;
}

.sakuhin_pt{
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 15px;
}

.title_spec{
	color: #f6dca9;
	font-size: 10pt;
	margin-top: 10px;
	line-height: 1.4em;
}

@media screen and (max-width: 768px) {
	
	.title_col{
		width: 100%;
	}
	
	#title_box h4 small{
		font-size: 50%;
		display: block;
		padding-left: 1.5em;
	}
}


/*-目玉-*/
h3.medama{
	color:#e50150;
}

.title_col.medama{
	border-color: #e50150;
}

.medama h4{
	background-color: #e50150;
}


/*-角川映画の誕生-*/
h3.tanjo{
	color:#014fa4;
}

.title_col.tanjo{
	border-color: #014fa4;
}

.tanjo h4{
	background-color: #014fa4;
}


/*-時代劇-*/
h3.jidaigeki{
	color:#a87444;
}

.title_col.jidaigeki{
	border-color: #a87444;
}

.jidaigeki h4{
	background-color: #a87444;
}


/*-アニメ-*/
h3.anime{
	color:#ec6c00;
}

.title_col.anime{
	border-color: #ec6c00;
}

.anime h4{
	background-color: #ec6c00;
}

/*-ホラー-*/
h3.horror{
	color:#626866;
}

.title_col.horror{
	border-color: #626866;
}

.horror h4{
	background-color: #626866;
}

/*-ミステリー-*/
h3.mystery{
	color:#934b70;
}

.title_col.mystery{
	border-color: #934b70;
}

.mystery h4{
	background-color: #934b70;
}

/*-ハードボイルド-*/
h3.hardboiled{
	color:#900000;
}

.title_col.hardboiled{
	border-color: #900000;
}

.hardboiled h4{
	background-color: #900000;
}

/*-感動ドラマ-*/
h3.kandou{
	color:#5877ba;
}

.title_col.kandou{
	border-color: #5877ba;
}

.kandou h4{
	background-color: #5877ba;
}

/*-市川崑-*/
h3.ichikawa{
	color:#f9be00;
}

.title_col.ichikawa{
	border-color: #f9be00;
}

.ichikawa h4{
	color: #000;
	background-color: #f9be00;
}

/*-青春-*/
h3.seishun{
	color:#019faa;
}

.title_col.seishun{
	border-color: #019faa;
}

.seishun h4{
	background-color: #019faa;
}

/*-コメディ-*/
h3.comedy{
	color:#288e3a;
}

.title_col.comedy{
	border-color: #288e3a;
}

.comedy h4{
	background-color: #288e3a;
}


.ichikawa_tbox{
	display: flex;
	margin-top: 50px;
	margin-bottom: 50px;
	border: 1px #f9be00 solid;
/*	padding: 8px ;*/
	align-items: flex-start;
	flex-wrap: wrap;
}

.ichikawa_tbox img{
	margin: 0;
}

.ichikawa_img1{
	display: block;
}

.ichikawa_txt{
	padding: 8px 40px 0;
	line-height: 2em;
	text-align: justify;
	text-justify: inter-ideograph;
	flex: 1;
}

@media screen and (max-width: 768px) {
	
	.ichikawa_tbox img{
		width: 50%;
		height: auto;
	}
	
	.ichikawa_txt{
		padding: 8px;
		line-height: 1.5em;
	}
}






/*-----Footer-------*/

footer{
	background-color: #d0790f;
}

#footer_box{
	text-align: center;
	padding: 50px 0 50px;
}


#top_tw {
	position: relative;
	display: inline-block;
	z-index: 50;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	height: 25px;
}

.fb {
	margin: -1px 0px 0px 5px;
	padding: 0px;
	display: inline;
	float: left;
}

.tw {
	margin: 2px 0px 0px 5px;
	padding: 0px;
	display: inline;
	float: left;
}

.copy{
	margin-top: 50px;
}


@media screen and (max-width: 768px) {
	
	footer{
		padding: 30px 0;
	}
	
	#top_tw {
		margin-top: 30px;
	}

	.sns {
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0;
		float: left;
		margin-left: 5px;
	}


	.fb {
		margin: -4px 0px 0px 5px;
		padding: 0px;
		display: inline;
		float: left;
	}
	
	.copy{
		margin-top: 20px;
	}


}






