<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 繝ｩ繧ｸ繧ｪ繝懊ち繝ｳ繧帝撼陦ｨ遉ｺ */
.watch_search{
    display: none;
}
/* 繝√Ε繝�け縺輔ｌ縺ｦ縺�ｋ蝣ｴ蜷郁レ譎ｯ濶ｲ繧貞､画峩縺吶ｋ */
/* .watch_search:checked + label {
  background-color: #EA5503;
} */

.watchsearch__box {
	display: none;
}
.watchsearch__nav {
	display: block;
	position: sticky;
	top: 80px;
	margin: 0 auto 20px;
	padding: 10px 20px;
	background: #fff;
	box-shadow: 0px 4px 6px rgba(0,0,0,0.1);
	z-index: 1;
}
@media (min-width: 992px) {
	/* .watchsearch__row {
		justify-content: space-between;
	} */
	/* .watchsearch__row:before,
	.watchsearch__row:after {
		content: '';
		display: block;
		flex: 0 0 auto;
		width: 20%;
		order: 10;
	} */
}
.watchsearch__cat{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: 0 auto;
}
@media screen and (min-width: 981px) {
	.watchsearch__cat{
		display: flex !important;
	}
}
.watchsearch__link-list label {
	display: block;
	position: relative;
	padding: 15px 10px;
	cursor: pointer;
	transition: .3s;
}
.watchsearch__link-list label:hover {
	background: #484848;
	color: #fff;
}
.watchsearch__link-list label:hover::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 4%;
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	background: #fff;
	border-radius: 50%;
}
/* 螢ｲ繧檎ｭ� */
.watchsearch__cat-list.watchsearch__link-list label {
	padding: 0;
}
.watchsearch__cat-list.watchsearch__link-list &gt; label::after{
	display: none;
}
.watchsearch__cat-list.watchsearch__link-list &gt; label:hover::after {
	display: block;
	border: none;
}


.watchsearch__cat-list{
	flex: 0 0 14%;
	position: relative;
	text-align: center;
}
.watchsearch__cat-list::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 30px;
	background: #A3A3A3;
}
.watchsearch__cat-list &gt; label{
	height: 50px;
	line-height: 50px;
	/* color: #fff; */
	font-weight: 500;
	display: block;
	transition: .3s;
	cursor: pointer;
}
.watchsearch__cat-list &gt; label.active {
	background: #000;
	color: #fff;
}
.watchsearch__cat-list &gt; label::after{
	content: '';
	position: absolute;
	top: 50%;
	right: 10%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 5.5px 0 5.5px;
	border-color: #000000 transparent transparent transparent;
}

.watchsearch__cat-list &gt; label:hover{
	background: #000;
	color: #fff;
}
.watchsearch__cat-list &gt; label.active::after,
.watchsearch__cat-list &gt; label:hover::after{
	border-color: #fff transparent transparent transparent;
}
.watchsearch__cat-list#search_all &gt; label:hover {
	background: transparent;
	color: #000;
	opacity: 0.5;
}
.watchsearch__cat-list#search_all &gt; label::after {
	display: none;
}
.watchsearch__cat-list_clear {
	position: relative;
	top: -2px;
	width: 17px;
	height: 17px;
	margin-right: 0.5em;
	vertical-align: middle;
}
.watchsearch__link{
	display: block;
	position: absolute;
	width: 100%;
	/* max-width: 840px; */
	background: #E6E6E6;
	z-index: 1;
}
/* .watchsearch__link-list{
	margin-bottom: 10px;
}
.watchsearch__link-list a{
	margin-right: 20px;
} */

.watchsearch__link.is_hidden{
  display: none;
}

/* .watchsearch__link-list label{
	color: #AFAFAF;
    margin-right: 20px;
} */
/* .watchsearch__link-list:hover label{
	color: #AFAFAF;
	text-decoration: underline;
} */
.watchsearch__link-list input:checked + label {
	/* color: #EA5503;
	text-decoration: underline; */
}
.watchsearch__link-list input{
    display: none;
}
/* 蟆上Γ繝九Η繝ｼ霑ｽ蜉�20220925 */
/* .watchsearch__link-list label{
	display: block;
	width: 100%;
	color: #000;
	padding: 10px 30px;
	font-size: 1.4rem;
}
.watchsearch__link-list:hover label{
	color: #EA5503;
	border: solid 1px #EA5503;
	text-decoration: none;
}
.watchsearch__link-list input:checked + label {
	color: #EA5503;
	border: solid 1px #EA5503;
	text-decoration: none;
} */

@media (min-width: 992px) {
	.watchsearch__container {
		max-width: 1140px;
	}
}
.watchsearch__current {
	display: none;
	margin-bottom: 1em;
}
.watchsearch__current__inner {
	display: flex;
	align-items: center;
}
.watchsearch__current__txt {
	color: #212529;
}
.watchsearch__current__filter {
	position: relative;
	margin-left: 1em;
	padding: .2em .5em;
	border: 1px solid #6A717B;
	color: #212529;
	cursor: pointer;
}
.watchsearch__current__filter:after {
	content: '笨�';
	margin-left: 1em;
}

@media screen and (max-width: 767.98px) {
	.watch-sec {
		padding-top: 90px;
	}
}

@media screen and (max-width: 980px) {
	.watchsearch__box {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.watchsearch__filter {
		position: relative;
		cursor: pointer;
	}
	.watchsearch__filter::after {
		content: '��';
		margin-left: .5em;
		font-size: 12px;
		vertical-align: middle;
	}
	.watchsearch__filter.active::after {
		content: '繝ｼ';
	}

	.watchsearch__nav {
		top: 60px;
		margin-top: -30px;
	}
	.watchsearch__cat{
		display: block;
		display: none;
		position: absolute;
		top: 50px;
		left: 0;
		width: 100%;
		margin: 0;
		padding: 0;
		background: #fff;
		border-top: 1px solid #707070;
		border-bottom: 1px solid #707070;
	}
	.watchsearch__link-list label {
		padding: 15px 20px;
		border-bottom: 1px solid #A3A3A3;
	}
	.watchsearch__link-list label:hover::after {
		right: 20px;
	}
	/* 螢ｲ繧檎ｭ� */
	.watchsearch__cat-list.watchsearch__link-list label {
		padding: 0 20px;
	}


	.watchsearch__cat-list {
		text-align: left;
	}
	.watchsearch__cat-list::before{
		display: none;
	}
	.watchsearch__cat-list &gt; label{
		position: relative;
		padding: 0 20px;
	}
	.watchsearch__cat-list &gt; label::after{
		/* content: '';
		position: absolute;
		top: 50%; */
		right: 18px;
		/* transform: translateY(-50%);
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 9px 5.5px 0 5.5px;
		border-color: #000000 transparent transparent transparent; */
	}

	.watchsearch__cat-list &gt; label:hover{
		background: #fff;
		color: #000;
	}
	.watchsearch__cat-list &gt; label.active{
		background: #000;
		color: #fff;
	}
	.watchsearch__cat-list &gt; label:hover::after{
		right: 18px;
		border-color: #000 transparent transparent transparent;
	}
	.watchsearch__cat-list &gt; label.active::after {
		right: 18px;
		border-color: #fff transparent transparent transparent;
	}
	.watchsearch__cat-list#search_all {
		display: none;
	}
	.watchsearch__cat-list#search_all &gt; label:hover {
		background: transparent;
		color: #000;
		opacity: 0.5;
	}
	.watchsearch__cat-list#search_all &gt; label::after {
		display: none;
	}
	.watchsearch__cat-list_clear {
		position: relative;
		top: -2px;
		width: 17px;
		height: 17px;
		margin-right: 0.5em;
		vertical-align: middle;
	}
	.watchsearch__link{
		position: relative;
		margin-bottom: 0;
		padding: 0;
	}



	.watchsearch__current__inner {
		display: block;
		align-items: center;
	}
	.watchsearch__current__txt {
		color: #212529;
	}
	.watchsearch__current__filter {
		position: relative;
		width: fit-content;
		margin-top: 1em;
		margin-left: 0;
		/* padding: .2em .5em;
		border: 1px solid #6A717B;
		color: #212529;
		cursor: pointer; */
	}
	/* .watchsearch__current__filter:after {
		content: '笨�';
		margin-left: 1em;
	} */
}


/* bnr */
.watchsearch__bnr {
	margin-top: 100px;
}
.watchsearch__bnr-txt {
	text-align: center;
	font-size: 1.6rem;
	font-weight: 700;
}
.watchsearch__bnr-txt span {
	display: inline-block;
	padding: 3px 5px;
	margin-right: .5em;
    color: #fff;
    font-size: 1.2rem;
    line-height: 16px;
    text-transform: uppercase;
    background-color: #005CCC;
	text-align: center;
	color: #fff;
}
.watchsearch__bnr-movie {
	max-width: 474px;
	margin: 25px auto 0;
}

@media screen and (max-width: 767.98px) {
	.watchsearch__bnr-movie {
		width: 80%;
	}
}</pre></body></html>