@charset "utf-8";

.fa,
.fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 5 Free", sans-serif;
	font-weight: 900
}

@font-face {
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url("//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/webfonts/fa-solid-900.eot");
	src: url("//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),
		url("//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/webfonts/fa-solid-900.woff2") format("woff2"),
		url("//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/webfonts/fa-solid-900.woff") format("woff"),
		url("//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/webfonts/fa-solid-900.ttf") format("truetype"),
		url("//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/webfonts/fa-solid-900.svg#fontawesome") format("svg")
}

/*----- リンク -----*/

a {
	color: #7F7F7F;
	font-style: normal;
	text-decoration: none;
}

a:hover {
	color: #3366FF;
}

a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

.pure-img,
.pure-box img {
	max-width: 100%;
	height: auto;
}

.asp {
	width: 100%;
	height: 0;
	position: relative;
	overflow: hidden;
}

.asp img {
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	object-fit: cover;
	object-position: center;
	position: absolute;
	box-sizing: border-box;
}

/* 年齢認証
----------------------------------------------------------------------- */
#adult {
	position: fixed;
	display: none;
	z-index: 9999;
	top: 40%;
	left: 50%;
	width: 400px;
	margin: -116px 0 0 -201px;
	padding: 20px;
	color: #ff6699;
	text-align: center;
	border: 1px solid #FFF;
	border-radius: 10px;
	background: #FFFFFF;
}

#adult p {
	margin: 10px 0;
	font-weight: bold;
}

#adult ul {
	overflow: hidden;
	white-space: nowrap;
}

#adult li {
	display: inline-block;
	vertical-align: middle;
}

#adult a,
#adult span {
	display: inline-block;
	cursor: pointer;
	padding: 0 5px;
}

@media screen and (max-width:430px) {
	#adult {
		width: 300px;
		height: auto;
		margin: -140px 0 0 -150px;
		padding: 10px;
		font-size: 12px;
	}
}

/* DUGA entry
----------------------------------------------------------------------- */
.dugaEntry {
	margin-bottom: 10px;
}

.dugaBtn {
	display: block;
	border: 1px solid #000;
	text-align: center;
	border-radius: 3px;
	margin-bottom: 5px;
}

.dugaBtn .dugalogo {
	margin-top: 10px;
}

.dugaBtn span {
	display: block;
	margin-top: 10px;
	padding: 8px 0 5px;
	background-color: #000;
	color: #FFF;
	letter-spacing: 0.3em;
	font-weight: bold;
}

.dugaBtn span::before {
	content: "PR";
	font-size: 10px;
	background-color: #ff0000;
	padding: 0 3px;
	margin-right: 8px;
	border-radius: 3px;
}

.readme {
	margin-bottom: 10px;
	border-radius: 3px;
}

.readme a {
	display: block;
	color: #ffff00;
	padding: 5px;
	background-color: #000;
	border-radius: 2px;
	text-align: center;
	font-weight: bold;
}

.readme a:before {
	font-weight: bold;
	font-family: "Font Awesome 5 Free";
	content: "\f05a";
	margin-right: 5px;
}

.readme a:after {
	content: "[PR]";
	margin-left: 5px;
}

.readme a:hover {
	color: #ff0;
}

/*検索フォーム
----------------------------------------------------------------------- */
#search {
	margin-bottom: 20px;
}

dl#searchForm {
	position: relative;
	background-color: #fff;
	border: 1px solid #aaa;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	box-shadow: 1px 1px 3px #CCCCCC;
}

dl#searchForm dt {
	margin-right: 40px;
	padding: 8px 0 8px 8px;
}

dl#searchForm dt input {
	width: 100%;
	height: 24px;
	line-height: 24px;
	background: none;
	border: none;
}

dl#searchForm dt input[type=search] {
	font-size: 16px;
}

dl#searchForm dd {
	position: absolute;
	top: 2px;
	right: 2px;
}

dl#searchForm dd button {
	display: block;
	padding: 10px;
	background: none;
	border: none;
}

dl#searchForm dd button span {
	display: block;
	width: 16px;
	height: 16px;
	background: url(https://mztv.jp/img/search.png) no-repeat scroll 0 0;
}

::-webkit-input-placeholder {
	color: #ccc;
}

::-moz-placeholder {
	color: #ccc;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #ccc;
}

/* main　見出し
-------------------------- */
#main h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2em;
	color: #ff2970;
	border-bottom: 3px solid #ff2970;
	padding: 3px 0;
	margin-bottom: 20px;
	text-indent: 5px;
}

#main h2::before {
	font-family: "Font Awesome 5 Free";
	margin-right: 5px;
}

#main h2.search::before {
	content: "\f002";
}

/*ボタン
-------------------------- */
.list_bt {
	height: 50px;
	position: relative;
}

.list_bt a {
	width: 150px;
	display: block;
	background-repeat: no-repeat;
	background-image: url(https://mztv.jp/img/icon_arrow.gif);
	background-position: 15px 7px;
	background-color: #A90329;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(https://mztv.jp/css/border-radius.htc);
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px 5px 5px 30px;
	box-shadow: 1px 1px 1px #CCCCCC;
	position: absolute;
	right: 0;
}

.list_bt a:hover {
	background-color: #C80000;
}

/* pager
-------------------------------------*/
.pager {
	padding: 10px 0;
	font-weight: bold;
	overflow: hidden;
	text-align: center;
}

.pager li {
	display: inline-block;
	margin-right: 5px;
}

.pager li::last-child {
	margin-right: 0;
}

.pager a,
.pager span {
	display: block;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	behavior: url(https://mztv.jp/css/border-radius.htc);
	box-shadow: 1px 1px 1px #FFCCCC;
}

.pager a {
	border: 1px solid #ff679a;
	color: #ff679a;
}

.pager span {
	color: #FFFFFF;
	background: #ff679a;
	border: 1px solid #ff679a;
}

.pager a:hover {
	background: #ff0066;
	color: #FFFFFF !important;
	text-decoration: none;
}

/* sort
-------------------------------------*/
#sort_html {
	text-align: right;
	margin-bottom: 10px;
}

#sort_html li {
	display: inline-block;
	margin-right: 1em;
}

#sort_html li:last-child {
	margin-right: 0;
}

#sort_html li a {
	text-decoration: underline;
}

/*パンくずリスト
-------------------------------------*/
.breadcrumbs {
	width: 100%;
	white-space: nowrap;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	margin-bottom: 10px;
}

.breadcrumbs ol {
	padding: 5px;
}

.breadcrumbs li {
	display: inline-block;
	vertical-align: top;
}

.breadcrumbs li:first-child::before {
	padding: 0 1px 0 0;
	font-weight: bold;
	font-family: "Font Awesome 5 Free";
	content: "\f015";
	font-size: 14px;
}

.breadcrumbs li:before {
	padding: 0 4px 0 2px;
	font-weight: bold;
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-size: 14px;
}

.breadcrumbs a {
	color: #09F;
}

.breadcrumbs a.disabled {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	color: #000000;
}


.video-responsive {
	position: relative;
	height: 0;
	padding-top: 56.25%;
	cursor: pointer;
}

.videoplayer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.responsive-16by9 img {
	max-width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 16/9;
}

dt.v {
	position: relative;
}

dt.v video {
	background-color: #000;
}

dt.v.loading::before {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(255, 255, 255, 0.5);
	content: "";
}

dt.v.loading::after {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 32px;
	height: 32px;
	border-radius: 5px;
	background-color: rgba(0, 0, 0, 0.2);
	background-image: url(https://mztv.jp/img/loading.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	content: "";
}


/* antennaList
-------------------------------------*/
.antenna_list {
	margin: 20px 0;
}

.antenna_list h3 {
	background-color: #000;
	padding: 5px;
	margin-bottom: 10px;
	color: #FFFFFF;
}

.text-rss-list {
	padding: 0 5px;
}

.text-rss-list li {
	line-height: 3.0em;
	font-size: 14px;
	border-bottom: 1px dotted #CCC;
}

.text-rss-list li a {
	color: dodgerblue;
	line-height: 1.5em;
	display: block;
	padding: 8px 0;
}

.text-rss-list li a:hover {
	background-color: #fff7fb;
}

.text-rss-list li a .feed_title::before {
	font-family: "Font Awesome 5 Free";
	content: '\f0da';
	margin-right: 5px;
}

/* imageFeed
-------------------------------------*/

ul.antenna-img-list {
	overflow: hidden;
}

ul.antenna-img-list li {
	margin-bottom: 10px;
}

ul.antenna-img-list li dl {
	padding: 5px;
	border: 1px solid #CCC;
	box-sizing: border-box;
}

ul.antenna-img-list li dt {
	text-align: center;
	margin-bottom: 3px;
}

.antenna-img-list li a dt.feed_image {
	overflow: hidden;
}

ul.antenna-img-list li dt.feed_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
	aspect-ratio: 4/3;
}

ul.antenna-img-list li dd.feed_title {
	font-size: 12px;
	height: 3.0em;
	line-height: 1.5em;
	white-space: normal;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}


/* 404 */
.movielist {
	overflow: hidden;
}

.movielist li {
	float: left;
	width: 25%;
	margin-bottom: 1.0em;
}

.movielist li a {
	display: block;
	margin: 5px;
}

.movielist li dt {
	padding: 5px;
	text-align: center;
}

.movielist li dt img {
	max-width: 120px;
	width: 100%;
	height: 100%;
	aspect-ratio: 120/170;
	object-fit: cover;
	object-position: center top;
	box-shadow: 1px 1px 1px #CCC;
}

.movielist li dd .name {
	text-align: center;
	font-weight: bold;
	padding: 3px 0;
}

.movielist li dd .title {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 3.0em;
	line-height: 1.5em;
	max-width: 120px;
	margin: auto;
}

@media only screen and (max-width:560px) {
	.movielist li {
		width: 33.3%;
	}
}



aside {
	margin: 30px auto;
}

aside h3 {
	background-color: #000;
	padding: 5px;
	margin-bottom: 10px;
	color: #FFFFFF;
}

/* antenna-list
-------------------------------------*/
.antenna-list {
	margin: 20px 0;
}

/* imageFeed
-------------------------------------*/

.feed-image-list {
	overflow: hidden;
}

.feed-image-list li {
	margin-bottom: 10px;
}

.feed-image-list .feed-item {
	padding: 5px;
	border: 1px solid #CCC;
	box-sizing: border-box;
}

.feed-image-list .feed-item .feed-image {
	text-align: center;
	margin-bottom: 3px;
	overflow: hidden;
}

.feed-image-list .feed-item .feed-image img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	object-position: top center;
	aspect-ratio: 4/3;
}

.feed-image-list .feed-item .feed-title {
	font-size: 12px;
	height: 3.0em;
	line-height: 1.5em;
	white-space: normal;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.feed-image-list .feed-item .feed-date,
.feed-image-list .feed-item .site-name,
.feed-image-list .feed-item .feed-text {
	display: none;
}


/* feed-text-list */
.feed-text-list {
	padding: 0 5px;
}

.feed-text-list li {
	line-height: 3.0em;
	font-size: 14px;
	border-bottom: 1px dotted #CCC;
}

.feed-text-list li a {
	color: dodgerblue;
	line-height: 1.5em;
	display: block;
	padding: 8px 0;
}

.feed-text-list li a:hover {
	background-color: #fff7fb;
}

.feed-text-list .feed-item .feed-title::before {
	font-family: "Font Awesome 5 Free";
	content: '\f0da';
	margin-right: 5px;
}

.feed-text-list .feed-item .feed-date,
.feed-text-list .feed-item .site-name,
.feed-text-list .feed-item .feed-text {
	display: none;
}

/***************************
 ダブルレクタング広告
****************************/
.ads-flexbox .item {
	flex-basis: auto;
	padding: 5px;
	margin: 0px;
	text-align: center;
}

.ads-flexbox .item img {
	max-width: 100%;
	height: auto;
	border: 1px solid #CCC;
	border-radius: 5px;
}

@media (min-width : 600px) {
	.ads-flexbox {
		display: flex;
		flex-wrap: wrap;
	}

	.ads-flexbox .item {
		width: 50%;
	}
}

.inner300 {
	max-width: 300px;
	width: 100%;
	height: 100%;
	aspect-ratio: 300/250;
	margin: auto;
}

.inner728 {
	width: 100%;
	height: 100%;
	margin: auto;
	max-width: 728px;
	aspect-ratio: 728/200;
}

.inner600 {
	width: 100%;
	height: 100%;
	margin: auto;
	max-width: 600px;
	aspect-ratio: 600/315;
}

/* video
-------------------------------------*/

#video-container {
	position: relative;
	max-width: 100%;
	height: auto;
	cursor: pointer;
	background-color: #ccc;
	border: 1px solid #000;
	margin: 10px;
}

#video-container img {
	display: block;
	width: 100%;
	height: auto;
}

#video-container #play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80px;
	height: 80px;
	filter: invert(100%) sepia(0%) saturate(7470%) hue-rotate(116deg) brightness(109%) contrast(109%);
}

#video-container video {
	display: none;
	width: 100%;
	height: auto;
}

@media (min-width: 768px) {
	#video-container {
		max-width: 820px;
	}
}