@charset "utf-8";

/*-- Pan_box ----------------------*/
#pan_box{
	color: #fff;
	font-size: 1em;
	text-align: left;
	width: 100%;
	font-weight: normal;
	background-color: #6a9aad;
	padding: 8px 0 8px 10px;
	font-family: var(--ttl-font);
	}
	#pan_box .in{
	margin:0 auto;
	max-width: 1100px;
	}
	#pan_box a{
	color: #fff;
	text-decoration:none;
	font-weight: 200;
	}
	#pan_box a:hover{
	color: #fff;
	text-decoration:none;
	}


/*-- SNS ----------------------*/
#sns_button_pc {
display: block;
margin: 0 auto;
overflow: hidden;
padding: 0 0 25px;
text-align: center;
}
#sns_button_pc .btn_sns img {
margin: 0 5px;
width: 40px !important;
height: 40px !important;
}

/*-- Contents all ----------------------*/
/*--------------------------------------*/



/*-- footer/PC  -------------------*/
footer {
	background: #1fbbb8;
	clear: both;
	font-size: 0.9em;
	line-height: 1.5em;
	/* margin-top: 30px; */
	text-align: center;
}

footer .mx_copyright {
	color: #fff;
	padding: 8px 0;
}

footer .mx_copyright a {
	color: #fff;
	text-decoration: underline;
}

footer a {
	color: #fff;
	text-decoration: none;
}

/*-- 緊急テキスト ----------------------*/
/*
#rp_textbox{
background: rgba(255,255,255,0.7);
border: #928484 solid 1px;
font-size: 0.9em;
margin: 20px auto;
padding: 8px;
line-height: 1.6em;
text-align: left;
max-width: 960px;
width: 90%;
}
*/
#rp_textbox .pop_text {
	background: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: #c9c9c9 solid 1px;
	font-size: 0.9em;
	line-height: 1.5em;
	margin: 0 auto;
	padding: 20px;
	text-align: left;
	max-width: 900px;
	word-break: break-all;
	width: 75%;
}

#rp_textbox .pop_text .popup_title {
	border-bottom: #999 dotted 1px;
	font-size: 1.1em;
	line-height: 1.5em;
	font-weight: bold;
	margin: 0 0 15px 0;
	padding-bottom: 5px;
	text-align: center;
	width: 100%;
}

#rp_textbox .ema_img {
	display: block;
	text-align: center;
	width: 100%;
}

#rp_textbox .ema_img img {
	margin: 0 auto 10px;
	max-width: 100%;
}

#rp_textbox a {
	color: #d00;
	text-decoration: underline;
}

/* 動画囲いタグ ----------------------　<div class="video-container"></div> */
#boxEpisode .video-container {
	padding: 56.25% 0 0;
	position: relative;
	width: 100%;
}

#boxEpisode .video-container iframe {
	height: 100% !important;
	position: absolute;
	right: 0;
	top: 0;
	width: 100% !important;
}

/*-- google翻訳 ----------------------*/
.skiptranslate.goog-te-gadget,
a.goog-logo-link {
	color: #fff !important;
}

/*-- ローディング ----------------------*/
#loader {
	height: 100em;
	display: block;
	padding-top: 5em;
	z-index: 100;
	width: 100%;
}

.loader, .loader:before, .loader:after {
	background: #aaa;
	-webkit-animation: load1 1s infinite ease-in-out;
	animation: load1 1s infinite ease-in-out;
	height: 4em;
	width: 1em;
}

.loader {
	color: #ccc;
	text-indent: -9999em;
	margin: auto;
	position: relative;
	font-size: 11px;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

.loader:before, .loader:after {
	position: absolute;
	top: 0;
	content: '';
}

.loader:before {
	left: -1.5em;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.loader:after {
	left: 1.5em;
}

@-webkit-keyframes load1 {
	0%, 80%, 100% {
		box-shadow: 0 0;
		height: 4em;
	}

	40% {
		box-shadow: 0 -2em;
		height: 5em;
	}
}

@keyframes load1 {
	0%, 80%, 100% {
		box-shadow: 0 0;
		height: 4em;
	}

	40% {
		box-shadow: 0 -2em;
		height: 5em;
	}
}

--------------------------------------------------------