@charset "UTF-8";

/*===================================================================================================
　INFOMATION
=====================================================================================================

∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟*/
/* INF AREA SETTING
=============================================================
||【 INF_ALL AREA SETTING 】________________*/
#INF_ALL{
	width: 100%;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	max-width: 1000px;
	margin: 50px auto 0 auto;
	position: relative;
	overflow: hidden;
}
/*________________________________【 END 】


||【 INF AREA SETTING 】________________*/
.INF{
	max-width: 82%;
	margin: 0 auto 20px auto;
	display: block;
	box-sizing: border-box;
	border-radius: 10px;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
	overflow: hidden;
	background: #FFFFFF;
	position: relative;
	transition: all 500ms;
}
.INF > a{
	min-height: 120px;
}
.INF > a,
.KKR > div,
.KKR > div ul li a,
.PLZ > div,
.PLZ > div ul li a{
	padding: 5px;/*10px*/
	display: block;
	box-sizing: border-box;
	text-decoration: none;
	background: #FFFFFF;
	transition: all 300ms;
}

.INF:nth-child( n + 4 ){
	display: none;
}
/*________________________________【 END 】
=============================================================


∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟*/
/* INF CONTENTS SETTING
=============================================================
||【 INF COLOR SETTING 】_______________*/
.KKR{
	border: 5px solid #8CC800;
}
.PLZ{
	border: 5px solid #64AAFF;
}
.VDC{
	border: 5px solid #F6AA00;
}
.NOD{
	border: 5px solid #999999;
}
.KKR > a > .TTL{
	color: #8CC800;
}
.PLZ > a > .TTL{
	color: #50B4FF;
}
.VDC > a > .TTL,
.VDC > a > .TTL + div{
	color: #F6AA00;
}
.NOD > a > .TTL{
	color: #333333;
}
/*________________________________【 END 】


||【 INF HOVER SETTING 】_______________*/
.KKR:hover,
.PLZ:hover,
.VDC:hover,
.NOD:hover{
	box-shadow: 0px 0px 8px #999999;
	transition: all 500ms;
}
.KKR:hover > a,
.KKR:hover > div,
.PLZ:hover > a,
.PLZ:hover > div,
.VDC:hover > a,
.NOD:hover > a{
	opacity: 0.7;
	transition: all 500ms;
}
.KKR li a:hover{
	color: #8CC800;
	transition: all 500ms;
}
.PLZ li a:hover{
	color: #0A46B4;
	transition: all 500ms;
}
.TTL > ul li a:hover::before{
	content: "●";
}
.VDC:hover > a > div:nth-child(2) img{
	width: 280px; 
	margin: 0 0 0 -130px;
	position: absolute;
	top: -9%;
	left: 50%;
	transition: all 500ms;
}
/*________________________________【 END 】
=============================================================


∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟*/
/* DATE SETTING
============================================================*/
.INF > a > div:first-child,
.INF > div > div:first-child{
	font-size: 20px;
	line-height: 20px;
	color: #666666;
	letter-spacing: 2px;
}
/*============================================================


∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟*/
/* TITLE AREA SETTING
=============================================================
||【 TTL SETTING / COMMON 】____________*/
.TTL{
	width: 82%;
	display: block;
	font-size: 24px;
	font-weight: bold;
	line-height: 26px;
	letter-spacing: 0.5px;
	margin: 10px 0 0 0;
	padding: 0 5px;
	box-sizing: border-box;
}
.TTL li{
	list-style: none;
}
.TTL li:first-child a{
	padding-top: 0;
}
.TTL ul a{
	margin: 0;
	padding: 0 0 0 1em;
	text-indent: -1.1em;
	color: #50B4FF;
	display: block;/*
	line-height: 26px;*/
	text-decoration: none;
	position: relative;
	left: 15px;
}
.TTL > ul li a::before{
	content: "○";
	margin:  0 0.1em 0 0;
}
.TTL ul li:last-child a{
	margin: 0;
	padding-bottom: 8px;
}
/*________________________________【 END 】


||【 VDC TITLE AREA SETTING 】__________*/
.VDC > a > .TTL > div:first-child{
	width: 85%;
	max-width: 530px;
	font-size: clamp(22px,3vw,28px);
	line-height: clamp(22px,3vw,28px);
	margin: 10px 0 5px;
	padding: 0 0 0 3.8em;
	text-indent: -3.6em;
}
.VDC > a > .TTL > div:first-child::before{
	content: "TITLE";
	margin: 0 10px 0 0;
	padding: 0 13px;
	font-size: 15px;
	color: #FFFFFF;
	border-radius: 5px;
	position: relative;
	top: -5px;
	background: #FFC850;
}
/*________________________________【 END 】


||【 VDC CAST AREA 】___________________*/
.VDC > a > .TTL > div:nth-child(2){
	width: 77%;
	max-width: 600px;
	padding: 0 5px;
	font-size: clamp(18px,3vw,22px);
	line-height: clamp(18px,3vw,22px);
	font-weight: bold;
}
.VDC > a >.TTL > div:nth-child(2)::before{
	content: "CAST";
	margin: 0 10px 0 0;
	padding: 0 15px;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	border-radius: 5px;
	position: relative;
	top: -3px;
	background: #FFC850;
}
.VDC > a >.TTL > div:nth-child(2)::after{
	content: "さん";
	padding: 0 0 0 5px;
	font-size: 18px;
}
/*________________________________【 END 】
=============================================================


∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟*/
/* RIGHT CONTENTS AREA SETTING
=============================================================
||【 COMMON SETTING 】__________________*/
.KKR > a > .TTL + div::before,
.KKR > div > .TTL + div::before,
.PLZ > a > .TTL + div::before,
.PLZ > div > .TTL + div::before, 
.NOD > a > .TTL + div::before,
.VDC > a > div:nth-child(2){
	content: "INFOMATION";
	width: 18%;
	max-width: 230px;
	min-width: 100px;
	height: 100%;
	font-size: clamp(12px,2vw,20px);
	color: #FFFFFF;
	text-align: center;
	line-height: 120px;
	text-shadow: 0 0 3px #999999;
	position: absolute;
	top: 0;
	right: 0;
	box-sizing: border-box;
	background: #00C8FF;
}
/*________________________________【 END 】


||【［ KKR ］SETTING 】_________________*/
.KKR > a > .TTL + div::before{
	background: #DCF05A;
}
/*________________________________【 END 】


||【［ NOD ］SETTING 】_________________*/
.NOD > a > .TTL + div::before{
	background: #DDDDDD;
}
/*________________________________【 END 】


||【［ VDC ］SETTING 】_________________*/
.VDC > a > div:nth-child(2){
	overflow: hidden;
	box-sizing: border-box;
	background: #FFD26E;
}
.VDC > a > div:nth-child(2) img{
	width: 260px;
	margin: 0 0 0 -120px;
	pointer-events: none;
	position: absolute;
	top: -6%;
	left: 50%;
	transition: all 300ms;
}
/*________________________________【 END 】
=============================================================


∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟*/
/* LABEL AREA SETTING
=============================================================
||【 COMMON SETTING 】__________________*/
.INF > a > div:first-child,
.INF > div > div:first-child{
	width: 82%;
	margin: 0;
	padding: 0 0 5px 0;
	border-bottom: dotted 5px #BBBBBB;
}
.KKR > a > div:first-child::after,
.KKR > div > div:first-child::after,
.PLZ > a > div:first-child::after,
.PLZ > div > div:first-child::after,
.VDC > a > div:first-child::after,
.NOD > a > div:first-child::after,
.NOD > a > div:first-child::before{
	content: "";
	margin: 0 0 0 10px;
	padding: 1px 20px;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 18px;
	letter-spacing: 2px;
	border-radius: 20px;
	background: #50DCFF;
	position: relative;
	top: -1px;
}
/*________________________________【 END 】

||【［ ココロnet ］SETTING 】__________*/
.KKR > a > div:first-child::after,
.KKR > div > div:first-child::after{
	content: "ココロnet";
	background: #A0DC46;
}
/*________________________________【 END 】

||【［ 情報ひろば ］SETTING 】__________*/
.PLZ > a > div:first-child::after,
.PLZ > div > div:first-child::after,
.NOD > a > div:first-child::after{
	content: "情報ひろば";
}
/*________________________________【 END 】


||【［ ビデオクリップ ］ 】_____________*/
.VDC > a > div:first-child::after{
	content: "ビデオクリップ";
	background: #FFD26E;
}
.NOD > a > div:first-child::after{
	background: #999999;
}
/*________________________________【 END 】


||【［ 訃報 ］SETTING 】________________*/
.NOD > a > div:first-child::before{
	content: "訃報";
	margin: 0 10px 0 0;
	background: #666666;
}
/*________________________________【 END 】
=============================================================


∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟*/
/* VDC SETTING
=============================================================
||【 VDC BUTTON SETTING 】______________*/
.V_R{
	width: 110px;
	height: 40px;
	display: flex;
	position: absolute;
	bottom: 3px;
	right: 19%;
	box-sizing: border-box;
}
.V_R a{
	width: 50px;
	height: 40px;
	margin: 0 10px 0 0;
	display: block;
	background-repeat: no-repeat;
	position: relative;
	top: 0px;
	left: 0px;
	transition: all 300ms;
}
.V_R a:nth-child(2){
	margin: 0;
}
.V_R a:hover{
	opacity: 0.6;
}
.VW{
	background-image: url("../../111_IMG/_TOP/_NEWS/view.svg");
}
.RD{
	background-image: url("../../111_IMG/_TOP/_NEWS/read.svg");
}
/*________________________________【 END 】


||【［ NEW & おすすめ ］SETTING 】______*/
.INF > .N__::before,
.INF > .O__::before{
	content: "";
	font-size: 23px;
	color: #FFFFFF;
	line-height: 23px;
	font-weight: bold;
	padding: 0 30px;
	border-radius: 20px;
	position: absolute;
	top: 8px;
	left: 350px;
}
.INF > .N__::before{
	content: "NEW";
	animation: NEW 1800ms ease-in-out infinite;
}
.INF > .O__::before{
	content: "おすすめ";
	animation: OSM 1800ms ease-in-out infinite;
}
/*________________________________【 END 】
=============================================================


∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟∟*/
/* 「」AREA SETTING
=============================================================
||【 「」SETTING 】_____________________*/
.PR {
	padding: 0px 15px;
	margin: 0 5px 0 0;
	position: relative;	
	}
.PR::before, .PR::after{
	content: '';
	width: 6px;
	height: 10px;
	position: absolute;
	transition: all 300ms;
	}
/*________________________________【 END 】

||【 PLZ「」COLOR SETTING 】____________*/
.PR::before {
	border-left: solid 0.15em #50B4FF;
	border-top: solid 0.15em #50B4FF;
	top: 0;
	left: 0;
	}
.PR::after {
	border-right: solid 0.15em #50B4FF;
	border-bottom: solid 0.15em #50B4FF;
	bottom: 1px;
	right: 0px;
	}
/*________________________________【 END 】


||【 PLZ「」COLOR SETTING 】____________*/
.KKR .PR::before {
	border-left: solid 0.15em #8CC800;
	border-top: solid 0.15em #8CC800;
	top: 0;
	left: 0;
	}
.KKR .PR::after {
	border-right: solid 0.15em #8CC800;
	border-bottom: solid 0.15em #8CC800;
	bottom: 1px;
	right: 0px;
	}
/*________________________________【 END 】

||【 KKR LST「」COLOR SETTING 】________*/
.KKR .TTL li a:hover .PR:before {
	border-left: solid 0.15em #8CC800;
	border-top: solid 0.15em #8CC800;
	transition: all 300ms;
	}
.KKR .TTL li a:hover .PR::after {
	border-right: solid 0.15em #8CC800;
	border-bottom: solid 0.15em #8CC800;
	transition: all 300ms;
	}
/*________________________________【 END 】


||【 PLZ LST「」COLOR SETTING 】________*/
.TTL li a:hover .PR:before {
	border-left: solid 0.15em #0A46B4;
	border-top: solid 0.15em #0A46B4;
	transition: all 300ms;
	}
.TTL li a:hover .PR::after {
	border-right: solid 0.15em #0A46B4;
	border-bottom: solid 0.15em #0A46B4;
	transition: all 300ms;
	}
/*________________________________【 END 】

||【 VDC「」COLOR SETTING 】____________*/
.VDC .TTL .PR::before {
	border-left: solid 0.15em #F6AA00;
	border-top: solid 0.15em #F6AA00;
	}
.VDC .TTL .PR::after {
	border-right: solid 0.15em #F6AA00;
	border-bottom: solid 0.15em #F6AA00;
	}
/*________________________________【 END 】
===========================================================*/

/*=========================================================================================================
　INFOMATION / END
=========================================================================================================*/