@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif+JP:wght@200..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');

/*--------------------------------------------------------*/
/*リセット*/
html{margin:0px;padding:0px;border:0px;}
*{margin:0px;padding:0px;border:0px;}
body{line-height:1;}
body,h1,h2,h3,h4,h5,h6,p,span,table,a,img,dl,dt,dd,ul,li,ol,iframe,nav{
	margin:0px;
	padding:0px;	
	word-break: break-word;
	vertical-align: baseline;
	text-decoration: none;
	list-style: none;
}
* {
	border: 0;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
ol, ul{list-style:none; list-style-type:none;}
.cleartext{
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
}
img {
	vertical-align: bottom;
}
.mx_menu_all{margin-bottom:0px !important;min-width: initial !important;min-width: auto !important;}
.pc_ad_head{text-align:center;}
.banner_bg{margin-bottom:0px !important;}
/*--------------------------------------------------------*/
.span{
	display: inline-block;
}
small {
	line-height: 1.2em;
	font-size: min(2vw, 18px);
	display: block;
	margin-top: 3em;
	text-align: center;
}
body{
	background-color: #f5f5fa;
	background-image: url(../img/bg.webp);
	text-align:center;
	font-family: Roboto, "Noto Sans JP", sans-serif;
	font-weight: normal;
	color: #4f4f51;
}

/* a:link{text-decoration:none; color: #fff;} */
/* a:visited{color:#039bdd; text-decoration:none;} */
/* a:visited{color:#039bdd; text-decoration:none;}
a:hover{color:#000; text-decoration:none;transition-duration: 0.2s;} */
#page_all {
	text-align: left;
	word-wrap: break-word;
	/* border-bottom: solid 12vw #ffffff; */
}
#right_side {
	min-width: 300px;
	/* padding: 10px 0px 0px 30px; */
	align-self: flex-start;
}
/*--------------------------------------------------------*/
/*--パンくず--*/
#pan_box {
	background-color: #000000;
	overflow-x: auto;
	overflow-y: hidden;
}

.panlist{
	padding: 8px;
	font-size: 70%;
	line-height: 120%;
	color: #fff;
	text-align:left;
	width: max-content;
}

#pan_box a {
	color: #fff;
}
.panlist a:link{color:#fff; text-decoration:underline;}
.panlist a:visited{color:#fff; text-decoration:underline;}
.panlist a:hover{color:#fff; text-decoration:underline;}

@media screen and (max-width: 800px){
	.panlist{
	padding: 8px;
	font-size: 70%;
	line-height: 120%;
	color: #fff;
	text-align:left;
	width: max-content;
}
}
/*--------------------------------------------------------*/
/*--SNS--*/
#sns_button_pc,
#sns_button_sp{
	text-align: center!important;
	margin: 5% 0 0 0;
    display: flex;
    gap: 1%;
    justify-content: center;
}
#sns_button img{
	width: 40px !important;
	height: 40px !important;
	margin: 0.5%;
}
#sns_button_pc img{
	height: 50px!important;
    width: 50px!important;
    margin: 0 5px!important;
}

#sns_button_sp img{
	height: 50px!important;
    width: 50px!important;
    margin: 0 5px!important;
}
#sns_button{
text-align: center;
padding: min(5vw, 5em) 0;
}
/*--------------------------------------------------------*/
/*--フッター--*/
#footer{margin:0 auto;padding:1px 0 10px; padding:1%; line-height:200%;text-align:center;}
.mx_copyright{ color:#09397a; line-height:1.5; }
.mx_copyright a:link,
.mx_copyright a:visited{ color:#09397a; text-decoration:none; }
.mx_copyright a:hover{ color:#ffffff; text-decoration:underline; }
/*-----------------------------------*/
/*-- 緊急テキスト ----------------------*/
#rp_textbox .txt_text{
border: rgb(150 150 150 / 50%) solid 0.2em;
border-radius: 0.5em;
background: rgba(255,255,255,0.6);
margin: 20px auto;
padding: 8px;
line-height: 1.6em;
text-align: left;
max-width: 960px;
width: 90%;
}
#rp_textbox .pop_text{
-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 .eme_img {
display: block;
text-align: center;
width: 100%;
}
#rp_textbox .eme_img img{
margin: 0 auto 10px;
max-width: 100%;
}
#rp_textbox a{
color:#d00;
text-decoration:underline;
}
.txt_title {
border-left: solid 0.5em #333333;
font-weight: bold;
font-size: 1.2em;
text-align: left;
padding: 0.3em;
margin-bottom: 0.5em;
}

/* loader */
#loader {
    background: #ede9e6;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
}

/*背景*/
.loader,
.loader:before,
.loader:after {
    background: #f13646;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    height: 4em;
    width: 1em;
    top: 50%;
}

.loader {
    color: #fff;
    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;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.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;
    }
}
/*-----------------------------------*/
/*google翻訳*/
.skiptranslate.goog-te-gadget,
a.goog-logo-link,.goog-logo-link:link{color:#09397a;text-align:center;}
/*-----------------
共通
------------------*/

:root {
	--base-color-blue: #0771f2;
	/* --base-color-red: #781d1d; */
	--base-color-red: #a5010e;
	--base-color-gray:#4b6487;
	--base-color-blue:#3a3d56;
	--tx_base-color-black: #000000;
	--tx_base-color-glay: #575757;
	
	--font-weight-regular:400;
	--font-weight-bold:700;
	--font-weight-black:900;s

	--font-main-serif:"Noto Sans JP", sans-serif;
	--font-main-sanserif:"Noto Serif JP", serif;
	
	--font-size-16px:clamp(0.813rem, 0.685rem + 0.34vw, 1rem);/* 13px-16px */
	--font-size-20px:clamp(1rem, 0.83rem + 0.45vw, 1.25rem);/* 16px-20px */
	--font-size-24px:clamp(1rem, 0.659rem + 0.91vw, 1.5rem);/* 16px-24px */	
	--font-size-38px:clamp(1.2rem, 0.903rem + 1.4vw, 2rem);/* 24px-38px */
}

.pcOnly {
	display: block;
}
.spOnly {
	display: contents;
}
.pconly {
	display: block;
}
.sponly {
	display: none;
}
@media screen and (max-width: 800px){
	.pcOnly {
		display: contents;
	}
	.spOnly {
		display: block;
	}
	.pconly {
		display: none;
	}
	.sponly {
		display: block;
	}
}

.wrap {
    width: min(90%, 1200px);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
    padding-top: 20px;
}
.wrap #right_side {
    padding-top: 0;
	
}
.wrap .left_side {
    /* width: min(calc(100% - 320px), 980px); */
}

.wrap .left_side img {
	width: 100%;
}

.wrap .left {
	width: min(calc(100% - 320px), 980px);
}

@media screen and (max-width:980px) {
    /* #header {
        min-height: 80px;
    } */
    #page_all {
        overflow-x: hidden;
    }
    #pan_box {
        overflow-x: scroll;
    }
    .wrap {
        width: 95%;
		display: block;
    }
    .wrap .left {
        width: 100%;
		margin-bottom: min(3vh, 2em);
    }
    .wrap #right_side {
        display: none;
    }

}

@media screen and (max-width:600px) {
	.wrap {
		padding-top: 10px;
		display: block;
	}
}


/* -----------------
main
---------------- */
.kv{
	/* margin-bottom: 5%; */
}

.streaming {
	background: #d1b20c;
}
/* -----------------
baner
---------------- */

.x_btn {
	margin: auto;
	background-color: #0c0c0c;
	padding: 1%;
	display: block;
	text-align: center;
	max-width: 140px;
	color: #fff;
	border-radius: min(3vw, .5em);
	display: flex;
	align-items: center;
	border: 1px solid #fff;
	margin: 6% auto 6%;
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.5), inset 0px -3px 6px -2px rgba(0, 0, 0, 0.3);
}

.x_btn:hover {
	opacity: .7;
	transition: .3s;
}

.x_icon {
	width: 20px;
}

@media screen and (max-width: 600px){
	.x_btn {
		padding: 3%;
	}
}
/* ---------
放送情報
--------- */

h4 {
	margin-bottom: min(3vw, 1em);
	text-align: center;
}
h4 {
	font-weight: var(--font-weight-regular);
	font-weight: var(--font-weight-bold);
	font-family: var();
}
h5 {
	text-align: center;
	font-size: var(--font-size-24px);
	/* color: var(--base-color-gray); */
	color: #0c0c0c;
	font-family: var(--font-main-sanserif);
}

.text {
	font-size: var(--font-size-16px);
	line-height: min(6vw, 1.5rem);
	color: var(--base-color-blue);
	font-weight: var(--font-weight-bold);
}

.txcenter {
	text-align: center;
	margin: auto;
    display: table;
}

.txleft {
	text-align: left;
}

#housou_in{
	margin: 3%;
}
/* ------------ */
form {
	margin-bottom: 3%;
}
.btn_log {
	margin-top: 5%;
	text-align: center;
	position: relative;
}

.btn_log select {
    text-align: left;
    background: transparent;
    background-color: var(--base-color-red);
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    border: 2px solid var(--base-color-red);
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    outline: none;
    padding: 1%;
    line-height: 2rem;
    border-radius: 3px;
    width: 90%;
	text-align: center;
    /* margin-left: 20px; */
}

option {
	text-align: left;
}
option:first-child {
	text-align: center;
}
.btn_log select {
    padding-right: 2.5em;
	font-family: var(--font-main-sanserif);
}
.btn_log::after {
    content: "";
    position: absolute;
    right: 3em;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: url("../img/arrow.svg") no-repeat center / contain;
    pointer-events: none;
}

@media screen and (max-width: 600px){
	.btn_log {
		margin-top: 8%;
		text-align: center;
	}
	.btn_log select {
		text-align: left;
		background: transparent;
		background-color: var(--base-color-red);
		background-image: none;
		box-shadow: none;
		-webkit-appearance: none;
		appearance: none;
		border: 2px solid var(--base-color-red);
		color: #ffffff;
		font-size: .8rem;
		font-weight: bold;
		cursor: pointer;
		text-indent: 0.01px;
		text-overflow: ellipsis;
		outline: none;
		padding: 1%;
		line-height: 2rem;
		border-radius: 3px;
		width: 100%;
		text-align: center;
		padding-left: 10px;
	}	
    .btn_log::after {
        color: #ffffff;
		right: 1em;
    }
}

ul {
	padding: 3%;
}

/* ---------
お知らせ
--------- */
#bangumi_detail,#bangumi_news, #bangumi_info,#bangumi_cast_staff {
	margin: 0 auto;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px -10px rgb(180 174 169);
    border: min(3vw, .3em) solid transparent;
    border-image: url("../img/linebg.webp") 10 round;
	padding: min(3vw, 1.5em) min(2.5vw, 3em) min(3vw, 1.5em);
}

#bangumi_detail,#bangumi_info,#bangumi_news,#bangumi_cast_staff{
margin-bottom: 6%;
}

.news_h3,.housou_h3 {
padding: .2em .1em;
color: var(--base-color-red);
font-weight: bold;
text-align: left;
}
h3 {
margin-bottom: 3%;
border-bottom: min(3vw, .1em) solid var(--base-color-red);
font-size: clamp(1.25rem, 1.17rem + 0.36vw, 1.5rem);
}

h3::before {
    content: '■';
    display: inline-block;
    position: relative;
    left: -.2rem;
	font-size: var(--font-size-24px);
}

.icon_oa {
	font-size: 1.5rem;
	font-weight: bold;
	text-align: left;
	width: 95%;
	margin: auto;
}
.naiyou {
	box-sizing: border-box;
	border: 1px solid #e2e2e2;
	font-size: 1.2em;
	line-height: 1.5;
	/* margin: 1% auto 3%; */
	padding: 2.5%;
	text-align: left;
	/* width: 95%; */
}
.naiyou #array_subtitle_list {
	min-height: 300px;
}
.naiyou ul {
	border: 0;
	display: block;
	max-height: 195px;
	margin: 0;
	overflow: auto;
	padding: 0;
	position: relative;
}
.naiyou ul li {
	border-bottom: 1px #e2e2e2 dotted;
	line-height: 1.4;
	padding: 1.2% 0;
	text-align: left;
}
.naiyou ul li {
	border-bottom: 1px #e2e2e2 dotted;
	line-height: 1.4;
	padding: 1.2% 0;
	text-align: left;
}

.oatime_subtitle{
	font-size: clamp(.7rem, 0.8rem + 0.2vw, 1rem);
	color: #575757;
	font-weight: var(--font-weight-bold);
}

.news_ttl_top {
	color: var(--base-color-blue);
	text-decoration: underline!important;
	font-size: clamp(1rem, 0.872rem + 0.34vw, 1.1rem);
}

.news_ttl_top a {
	color: var(--base-color-gray);!important;
	text-decoration: underline;
	font-size: clamp(1rem, 0.872rem + 0.34vw, 1.1rem);
}

@media screen and (max-width:600px) {
	.naiyou {
		width: 100%;
	}
	.news_h3 {
		width: 100%;
	}
}


/* -----------
お知らせ 詳細ページ
----------- */
#newspage a.news_ttl {
    color: #000000 !important;
    text-decoration: none;
    font-size: var(--font-size-20px);
	font-weight: var(--font-weight-bold);
}

#newspage .naiyou ul li {
	border-bottom:none;
}

#newspage .news_tx {
	margin-top: 3%;
	font-size: var(--font-size-16px);
}

#newspage .left_side {
	width: 100%;
}

#newspage .news_title {
font-weight: var(--font-weight-bold);
font-weight: bold;
margin-bottom: 3%;
}

#newspage .news_img {
    margin-bottom: 4%;
}

.btn_top {
	text-align: center;
	margin: 3% auto 0;
}

.btn_top a {
	color: var(--base-color-blue);
	text-decoration: underline;
}

.naiyou2 {
	border: 0;
    display: block;
    margin: 0;
    padding: 0;
}

.naiyou2 ul {
	box-sizing: border-box;
    border: 1px solid #e2e2e2;
    font-size: 1.2em;
    line-height: 1.5;
    margin: 1% auto 3%;
    padding: 2.5%;
    text-align: left;
    width: 95%;
}

.news_pager{
  margin-top:40px;
  text-align: center;
}

.news_pager a{
  padding:10px 20px;
  text-decoration:underline;
  color: var(--base-color-blue);
}

@media screen and (max-width:600px) {
	.naiyou2 ul {
		width: 100%;
	}
	.news_h3 {
		width: 100%;
	}
}
.tverbnr {
	max-width: 460px;
	margin: auto;
	padding: 3% auto 3%;
}
.tverbnr a {
	display: inline-block;
    width: 100%;
    height: 100%;
}

.oadate {
	text-align: center;
    font-size: clamp(1.125rem, 0.844rem + 1.25vw, 2rem);
    font-family: var(--font-main-sanserif);
    font-weight: var(--font-weight-black);
    background-color: firebrick;
    color: #fff;
    padding: 1.5%;
	line-height: min(7vw, 2.5rem);
}


/* ------全国で配信中------ */
#bangumi_broadcast {
	margin: 0 auto;
	padding: min(10vw, 1.5em) min(2.5vw, 3em) min(10vw, 1.5em);
    border-radius: 20px;
    border: 1px dashed #255F85;
    margin: 0.5em 0 3em;
    color: #255F85;
    background: #fffbe6;
}

/*中央寄せ*/
.subttl {
 display: flex;
 flex-wrap: nowrap;
 justify-content: center; 
 align-items: center;
 border:0;
 font-size: clamp(1.25rem, 1.17rem + 0.36vw, 1.5rem);
}
/*短い左右線*/
.subttl::before,
.subttl::after {
 content: '';
 width: 30px;
 height: 1px;
 background-color:currentColor !important;
 /*Lightning見出しデザイン設定のCSS対策*/
 position: unset;
 border: unset;
 margin-left: unset;
 margin-right:unset;
 flex-grow: unset;
}
.subttl::before{
 margin-right:14px;
 transform: rotate(60deg);
}
.subttl::after {
 margin-left:14px;   
 transform: rotate(-60deg);
}