@charset "utf-8";
/*--------------------------------------------------------*/
/*リセット*/
html{margin:0px;padding:0px;border:0px;scroll-behavior: smooth;}
*{box-sizing: border-box;margin:0px;padding:0px;border:0px;}
body{background-color: #ffba26; color:#240404; line-height:1;}
h1,h2,h3,h4,h5,h6,p,span,table,a,img,dl,dt,dd,ul,li,ol,iframe,nav{
margin:0px;
padding:0px;
font-size:100%;
font-weight:normal;
background:transparent;
vertical-align:bottom;
border:none;
word-break: break-word;
}
ol, ul{list-style:none; list-style-type:none;}
.onlyPc{}
.onlySp{display: none;}
.sr-only {
border: 0;
clip: rect(0, 0, 0, 0);
height: 1px;
margin: -1px;
overflow: hidden;
position: absolute;
padding: 0;
white-space: nowrap;
width: 1px;
}
a:link,
a:visited,
a:hover{color:black; text-decoration:underline;}
a:hover{transition-duration: 0.2s;}
/*--------------------------------------------------------*/

.DelaGothicOne_R{
font-family: "dela-gothic-one", sans-serif;
font-weight: 400;
font-style: normal;
}
.AB-doramin_R{
font-family: "ab-doramin", sans-serif;
font-weight: 400;
font-style: normal;
}

.bg_yellow {
background-color: #ffba26;
background-image: radial-gradient(circle, #ffc851 6px, transparent 6px), radial-gradient(circle, #ffc851 6px, transparent 6px);
background-position: 0 0, 11px 22px;
background-size: 22px 44px;
}
.bg_red {
background-color: #ff8559;
background-image: radial-gradient(circle, #ff9d7a 6px, transparent 6px), radial-gradient(circle, #ff9d7a 6px, transparent 6px);
background-position: 0 0, 11px 22px;
background-size: 22px 44px;
}
.bg_blue {
background-color: #8fd0f4;
background-image: radial-gradient(circle, #a5d9f6 6px, transparent 6px), radial-gradient(circle, #a5d9f6 6px, transparent 6px);
background-position: 0 0, 11px 22px;
background-size: 22px 44px;
}
.bg_stripe{
background-image: repeating-linear-gradient(45deg, #ffa85e, #ffa85e 40px, #ffe04b 40px, #ffe04b 80px, #236acb 80px, #236acb 120px, #945dd9 120px, #945dd9 160px, #6be259 160px, #6be259 200px);
}
.bg_star{
background: url(../img/bg_star.webp) no-repeat top center / 100%
}

/*-- nav.panlist ------------------------------------------------------*/
nav.panlist{
background-color: #ffba26;
padding: 4px 0;
width: 100%;
}
nav.panlist strong{
font-weight:normal;
}
nav.panlist ol {
color: #240404;
display: flex;
white-space: nowrap;
font-size: min(0.7em,2.4vw);
list-style: none;
line-height:1.5;
margin: 0 auto;
padding: 0;
max-width: 1270px;
width: 98%;
}
nav.panlist li + li::before {
content: ">";
margin: 0 0.5em;
}

/*--------------------------------------------------------*/
/*--SNS--*/
#sns_button{
text-align: center;
margin: 1% 0 0 0;
}
#sns_button img{
width: 40px !important;
height: 40px !important;
margin: 0.5%;
}

main#all {
color: #343434;
font-size: min(3.4vw, 1.2em);
line-height: min(6vw, 1.6em);
}

/* nav ---------------------------------- */
#box_menu{
/*position: sticky;*/
padding: min(1vw, 0.5em) min(0.1vw, 5%);
}
#box_menu ul {
display: flex;
justify-content: space-between;
margin: auto;
width: min(80vw, 700px);
}
#box_menu ul li {
font-size: min(1.5em, 5.0vw);
margin: 1% 0;
text-align: center;
}
#box_menu ul li a{
color: #240404;
line-height: 1.2;
font-family: "dela-gothic-one", sans-serif;
text-decoration: none;
/*text-shadow: 0 0 8px rgba(60, 60, 60, 1);*/
}
#box_menu ul li a:hover{
opacity: 0.6;
}
#box_menu span {
color: #6e1313;
display: block;
font-family: "ab-doramin", sans-serif;
font-size: 65%;
text-align: center;
text-shadow: none;
}
/*#box_menu img {
height: auto;
width: 100%;
}*/
/* 共通 ------------------------------------------- */


/* #title ---------------------------------- */
#title {
background: #ffb216 url(../img/bg_top.webp) no-repeat top center / cover;
/*padding: min(10vw, 20px) 0;*/
}
#title .inbox{
display: flex;
flex-direction: row-reverse;
flex-wrap: nowrap;
margin: 0 auto;
max-width: 1400px;
width: 100%;
}
#title .inbox .t_title {
flex-basis: 45%;
padding: 6% 0 0;
}
#title h1 {
margin: 0 auto;
width: 90%;
}
#title h1 img{
height: auto;
width: 100%;
}
#title .oaTime {
background: white;
border-radius: 10px;
border: solid #111 3px;
font-family: "dela-gothic-one", sans-serif;
font-size: min(1.8em, 4.0vw);
margin: -2% auto 5%;
padding: 2%;
text-align: center;
width: 70%;
z-index: -1;
}
#title .cast{
font-family: "dela-gothic-one", sans-serif;
font-size: min(1.5em, 4.0vw);
text-align: center;
}
#title .X {
margin: 2% auto 0;
text-align: center;
width: min(48%, 24em);
}
#title .X a.xIn {
background: linear-gradient(180deg, #565656 0%, #000000 100%);
border-radius: 7px;
color: white;
display: flex;
font-size: min(1.2em, 4.2vw);
/*line-height: min(50px, 12vw);*/
line-height: 1.8;
overflow: hidden;
position: relative;
padding: 2% 5%;
text-align: center;
text-decoration: none;
min-width: 240px;
width: 100%;
}
#title .X a.xIn {
display: flex;
align-items: center;   /* ← 縦中央 */
justify-content: center; /* ← 横も自然に中央寄せ */
}

#title .X a.xIn:hover{
opacity: 0.6;
}
#title .X a span:nth-child(1) {
width: 10%;
}
#title .X a span:nth-child(1) {
width: 10%;
margin-right: 0.5em;
}
#title .X a span:nth-child(1) img {
margin: 0 0 40%;
height: auto;
width: 100%;
}
#title .X a span:nth-child(1) img {
margin: 0;   /* ← 40% を削除 */
height: auto;
width: 100%;
display: block;
}

#title .X a span:nth-child(2) {
width: 90%;
}

#title .inbox .t_Img{
flex-basis: 55%;
}
#title .inbox .t_Img img{
height: auto;
width: 100%;
}

/* .contents  --------------------------- */
.box_cmn {
margin: 0 auto;
padding: 4% 0;
overflow: hidden;
}
.box_cmn img{
height: auto;
width: 100%;
}
.contents {
background: white;
box-sizing: border-box;
position: relative;
color: #240404;
margin: 0 auto;
padding: 5% min(8%, 120px);
text-align: left;
width: min(90vw, 1200px);
}
.contents::before{
position: absolute;
top: -60px;
left: -2.5%;
width: 10%;
z-index: 1000;
}
.contents h2 {
text-align: center;
width: 100%;
}
.contents h2 span:nth-child(1) {
font-size: min(2em, 7.5vw);
font-family: "dela-gothic-one", sans-serif;
}
.contents h2 span:nth-child(2){
color: #6e1313;
display: block;
font-size: min(0.9em, 4.5vw);
font-family: "ab-doramin", sans-serif;
margin: 0 auto 2%;
text-align: center;
}

.contents .point{
position: absolute;
}
.contents .point img{
height: auto;
width: 100%;
}

/* #box_stream ----------------------------------
#box_stream{
}
#box_stream #tver{
margin-bottom: 2%;
text-align: center;
width: min(48%, 24em);
}
#box_stream #tver img{
height: auto;
margin: 0 auto 2%;
max-width: 600px;
width: 100%;
}
*/

/* #box_about ---------------------------------- */
#box_about{}
#box_about #tver {
margin: -1% auto 2%;
text-align: center;
width: 90%;
}
#box_about #tver img{
height: auto;
margin: 0 auto 2%;
max-width: 600px;
width: 100%;
}
#box_about .contents{
background: #f5d79c url(../img/bg_map.webp) no-repeat center / 100%;
text-align: center;
}
#box_about .contents .detail{
font-size: min(1.2em, 4.0vw);
line-height: 1.7;
padding: 5% 0;
}
#box_about .contents .point {
right: -5em;
bottom: -3em;
}

/* #box_episode ---------------------------------- */
#box_episode{}
/*
#box_episode h3 span:nth-child(1){
background: linear-gradient(180deg, #ffffff 0%, #7f7f7f 60%, #fbe9aa 100%);
color: transparent;
-webkit-background-clip: text;background-clip: text;
-webkit-text-fill-color: transparent;text-fill-color: transparent;
}
#box_episode h3 span:nth-child(2){
color: #fbe9aa;
}
*/
#box_episode h3{
font-size: min(1.4em, 4.0vw);
text-align: center;
margin: 0 0 2%;
}
/*
#box_episode h4 {
font-size: min(1.6em, 4.0vw);
margin: 0 0 2%;
}
#box_episode h4 span{}
#box_episode h4 span:nth-child(1) {
padding: 0 5% 0 0;
}
*/
#box_episode #slider {
margin: 0 auto 2%;
width: 100%;
}
#box_episode #slider img{
height: auto;
width: 100%;
}
#box_episode .oadate {
font-family: "dela-gothic-one", sans-serif;
font-size: min(1.5em, 4.0vw);
margin: 0 auto 2%;
text-align: center;
}

#epiList {
background-color: #ffa85e;
border-radius: 0.5em;
padding: 0.5em;
margin-top: 1em;
}
#epiList select{
background-color: #ffa85e;
color: #240404;
font-size: min(1em, 3.0vw);
font-weight: bold;
width: 100%;
}
#box_episode .contents .point {
left: -6.5em;
top: -3em;
}

/* #box_news ---------------------------------- */
#box_news .news-list {
display: grid;
grid-template-columns: 25% 1fr;
row-gap: 3%;
}
#box_news .news-list dt {
border-bottom: 3px dotted #1e73be;
color: #240404;
}
#box_news .news-list dd {
border-bottom: 3px dotted #1e73be;
margin: 0;
}
#box_news .news-list a {
color: #1e73be;
}
#box_news .news-list a:hover {
text-decoration: underline;
}
#box_news .contents .toNews{
margin: 5% 0 0 0;
text-align: right;
}
#box_news .contents .toNews a{
color: #1e73be;
}
#box_news .contents .toNews a::after{
content: ">>";
}
#box_news .contents .point {
left: -5em;
bottom: -3em;
}

/* box_cast ---------------------------------- */
#box_cast{
background: url(../img/bg_star.webp) no-repeat top center / cover;
}
#box_cast .contents{
background: unset;
}
#box_cast .contents .point {
right: -3em;
bottom: -2em;
/*width: 150px;*/
}
#box_cast .contents ul.castName{
display: flex;
flex-wrap: nowrap;
width: 100%;
}
#box_cast .contents ul.castName li{
font-family: "dela-gothic-one", sans-serif;
font-size: min(1.5em, 3.5vw);
padding: 1% 0 0 0;
text-align: center;
text-shadow: 1px 1px rgba(200, 200, 200, 0.9);
width: 20%;
}
#box_cast .contents ul.castName li a{
text-decoration: none;
}
#box_cast .contents ul.castName li a:hover{
opacity: 0.6;
}
#box_cast .contents ul.castName li:nth-child(1) a{
color: #0324dc;
}
#box_cast .contents ul.castName li:nth-child(2) a{
color: #46b036;
}
#box_cast .contents ul.castName li:nth-child(3) a{
color: #ff8d2b;
}
#box_cast .contents ul.castName li:nth-child(4) a{
color: #ffd900;
}
#box_cast .contents ul.castName li:nth-child(5) a{
color: #4c1c89;
}
#box_cast #link {
display: flex;
margin: 10% auto 0;
width: 75%;
}
#box_cast #link > div {
margin: 0 1.5%;
/*height: 100vh;*/
position: relative;
width: 30%;
}
#box_cast #link > div a{
display: block;
margin: 0 auto;
width: 80%;
/*position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;*/
}
#box_cast #link > div a:hover{
opacity: 0.6;
}
#box_cast #link > div img{
height: auto;
width: 100%;
}
#box_cast #youtube {
padding: 3.5% 0 0 0;
}
#box_cast #link .xIn span {
background: black;
border-radius: 20px;
display: block;
padding: 20%;
}

/*-- #copyright ---------------------------------*/
#copyright {
padding: 1.5% 0;
}
#copyright a.raffle {
display: block;
margin: 2% auto 0;
max-width: 240px;
}
#copyright a.raffle img {
height: auto;
margin: 0 auto;
width: 100%;
}

/*--フッター--*/
/*google翻訳*/
.skiptranslate.goog-te-gadget,a.goog-logo-link,.goog-logo-link:link{color:#09397a;text-align:center;}
/*-----------------------------------*/
#footer{margin:0 auto;padding:1px 0 10px; padding:1%; line-height:200%;text-align:center;}
#footer #f_PC{
margin: 0 auto!important;
}

/* 動画囲いタグ ----------------------　<div class="video-container"></div> */
.video-container {
padding: 56.25% 0 0;
position: relative;
width: 100%;
}
.video-container iframe{
height: 100% !important;
position: absolute;
right: 0;
top: 0;
width: 100% !important;
}
/*-- ローディング ----------------------*/
/*-- ローディング ----------------------*/
#loader{background-color:#ffba26; position:fixed;width:100%;height:100%;z-index: 2000;}/*背景*/
.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;
top: 50%;
}
.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;
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;
	}
}
/*--------------------------------------------------------*/

@media screen and (max-width: 800px) {
	.onlyPc{display: none;}
	.onlySp{display: inline;}
	.contents .point {
	width: 25%;
	}
	nav.panlist ol{
	overflow: scroll;
	}
	.box_cmn{
	padding: min(50px, 6em) 0;
	}
	/**/
	#title .inbox{
	display: block;
	}
	#title .inbox .t_title{
	margin: -35% auto 0;
	padding: 0 0 5%;
	}
	#title .X{
	width: 70%;
	}
	#title .X a.xIn{
	font-size: min(25px, 4.2vw);
	line-height: min(40px, 10vw);
	}
	#box_menu ul{
	width: 85%;
	}
	#box_menu ul li {
	
	}


	#box_about #tver{
	margin: -3% auto 2%;
	}
	#box_about .contents{
	background: #f5d79c url(../img/bg_map.webp) no-repeat center / cover;
	}
	#box_about .contents .detail p{
	/*word-break: keep-all;*/
	/*word-break: break-word;*/
	/*overflow-wrap: break-word;*/
	overflow-wrap: anywhere;
    word-break: normal;
	}
	#box_about .contents .point{
	right: -3em;
    bottom: -4em;
	}
	#box_episode .contents .point {
    left: -3.0em;
    /*top: -3em;*/
	}

	#box_news .news-list{
	display: block;
	}
	#box_news .news-list dt{
	padding: 1% 0 0;
	border: none;
	}
	#box_news .news-list dd{
	padding: 1% 0 1% 5%;
	}
	#box_news .contents .point {
    left: -1em;
    bottom: -4em;
	}

	#box_cast #link .xIn span{
	border-radius: 1.5vw;
	}
	#box_cast .contents .point {
    right: -1em;
    bottom: -3em;
	}
	#footer #f_SP{
	margin: 0 auto!important;
	}
	#copyright {
    padding: 3.5% 0;
	}
	#sns_button{
	margin: 3% 0 0 0;
	}
}