@charset "utf-8";

body {
	background-image: url(../img/top-bg-image.jpg);
	background-repeat: no-repeat;
}

header .navi {
	margin-top: 0px;
	justify-content: center;
	position: relative;
	z-index: 1;
}

header h1 {
	text-align: center;
}

/*~~*/

main {
	padding-bottom: 30px;
}

main .content {
	padding: 10px;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.2);
	transform:rotateZ(0.03deg);
}

main .content .head {
	padding: 10px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #fff;
	text-align: center;
}

main .content .head h2 {
	width: 100%;
	border-bottom: 1px solid #fff;
}

main .content .head p {
	color: #fff;
}

main .content .body {
	word-break: break-all;
}

/**/

main .onair .head {
	background: #03a5e9;
}

main .movie .head {
	background: #e52d89;
}

main .movie .head2 {
	background: #1885ba;
}

main .present .head {
	background: #f9ab02;
}

main .movie .pict iframe {
	width: 100%;
	height: 100%;
	border: none;
}

/**/

main .btn {
	padding-top: 10px;
}

main .btn a {
	padding: 7px;
	font-size: 14px;
	line-height: 100%;
	text-align: center;
	color: #fff;
	background: #cc0000;
	border-radius: 10px;
	display: block;
}

main .btn a:hover {
	background: #000;
}

main .btn a span {
	margin-right: 7px;
}

/*~~*/

/*
SP
*/
/*////////////////////////////////////////////////////////////////////////////*/
@media all and (max-width: 768px) {
	/*
    */
	body {
		background-size: 180%;
		background-position: center top;
	}

	header .wrap {
		padding-top: 15px;
		padding-left: 0px;
		padding-right: 0px;
	}

	header h1 {
		margin-top: 0px;
		text-align: left;
	}
	header h1 img{
		width: calc(416/428*100vw);
		margin-left: calc(4/428*100vw);
	}
	/*~~*/

	main.wrap {
		padding: 10px 15px 0;
	}

	main .movie,
	main .present {
		margin-top: 15px;
	}

	main .content .head br {
		display: none;
	}

	main .content .head h2 {
		margin-bottom: 5px;
		padding-bottom: 5px;
	}
	main .content .head h2.h3 span{
		font-size: 12px;
		background-color: #fff;
		color: #e52d89;
		padding: 2px 4px;
		border-radius: 4px;
		font-weight: bold;
		vertical-align: text-top;
	}
	main .content .pict,
	main .content .body {
		margin-top: 10px;
	}
	main .content .pict img{
		height: 100%;
		object-fit: cover;

	}
	main .content .body .tx-body {
		margin-top: 5px;
	}

	main .content .body .tx-note {
		margin-top: 5px;
	}

	main .movie .pict {
        width: 100%;
        height: 0;
		padding-top: 75%;
		position: relative;
    }
	main .movie .pict2 {
		height: auto;
		padding-top: 0;
	}
    
	main .movie .pict iframe {
		width: 100%;
        height: 100%;
		top: 0;
		left: 0;
		position: absolute;
	}

	/*~~*/

	.angler {
		padding: 30px 15px 0px;
		text-align: center;
	}

	.angler .hukidashi {
		width: 100%;
		padding: 15px;
		background: #e1e1e1;
		border-radius: 10px;
		position: relative;
	}

	.angler .hirose {
		margin-bottom: 15px;
	}

	.angler .hirose:before {
		content: "";
		position: absolute;
		border: 12px solid transparent;
		border-top: 12px solid #e1e1e1;
		top: 100%;
		left: 30%;
	}

	.angler .takako {
		margin-top: 15px;
	}

	.angler .takako:before {
		content: "";
		position: absolute;
		border: 12px solid transparent;
		border-bottom: 12px solid #e1e1e1;
		top: -24px;
		right: 30%;
	}

	.angler .hukidashi p {
		margin-top: 5px;
	}

	/*~~*/

	footer {
		margin-top: 0px;
		padding-top: 0px;
	}
	/*
    */
}
/*////////////////////////////////////////////////////////////////////////////*/

/*
PC
*/
/*////////////////////////////////////////////////////////////////////////////*/
@media all and (min-width: 769px) {
	/*
    */
	body {
		background-size: cover;
		background-position: center top;
	}

	header .navi {
		margin-top: 30px;
	}

	header h1 {
		margin-top: 0px;
	}

	/*~~*/

	main {
		padding-top: 15px;
		padding-bottom: 30px;
	}

	main .content {
		display: flex;
	}

	main .content .head {
		width: 20%;
	}

	main .content .head h2 {
		margin-bottom: 10px;
		padding-bottom: 10px;
	}

	main .content .head h2.h3 span{
		display: inline-block;
		padding: 2px 6px;
		font-size: 12px;
		background-color: #fff;
		color: #e52d89;
		font-weight: bold;
		line-height: 1;
		border-radius: 4px;
		margin-bottom: 5px;
	}

	main .content .pict {
		width: 30%;
		margin-left: 10px;
	}
	main .content .pict img{
		height: 100%;
		object-fit: cover;

	}
	main .content .body {
		flex: 1;
		margin-left: 15px;
	}

	main .content .body h1 {
		margin-bottom: 5px;
	}

	main .content .body .tx-body {
		margin-bottom: 5px;
	}

	/*~~*/

	main .movie,
	main .present {
		margin-top: 30px;
	}

	main .movie .body,
	main .present .body {
		display: flex;
		flex-direction: column;
	}

	main .movie .body .btn,
	main .present .body .btn {
		margin-top: auto;
	}

	main .onair .pict,
	main .movie .pict,
	main .present .pict {
		background: #f5f5f5;
		display: flex;
		align-items: center;
	}

	/*~~*/

	.angler {
		margin-top: auto;
		display: flex;
		justify-content: center;
		align-items: flex-end;
	}

	.angler img {
		margin: 0 10px;
	}

	.angler .hukidashi {
		width: 300px;
		margin-bottom: 20px;
		padding: 10px;
		background: #e1e1e1;
		border-radius: 10px;
		position: relative;
	}

	.angler .hirose:before {
		content: "";
		position: absolute;
		border: 12px solid transparent;
		border-left: 12px solid #e1e1e1;
		right: -24px;
		top: 50%;
		margin-top: -12px;
	}

	.angler .takako:before {
		content: "";
		position: absolute;
		border: 12px solid transparent;
		border-right: 12px solid #e1e1e1;
		left: -24px;
		top: 50%;
		margin-top: -12px;
	}

	.angler .hukidashi p {
		margin-top: 5px;
	}

	/*~~*/

	footer {
		margin-top: 0px;
	}
	/*
    */
}
/*////////////////////////////////////////////////////////////////////////////*/

.angler .hukidashi{
	transform:rotateZ(0.03deg);
}