@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap');
/*-------------------------*/
/*Reset*/
html{margin:0; padding:0; border:0;scroll-behavior: smooth;}
*{border:0; box-sizing: border-box; margin:0; padding:0;box-sizing: border-box;}
body{
color: #564c3d;
font-family: "Zen Kaku Gothic New", sans-serif;
line-height:1;
-webkit-text-size-adjust:100%;
width:100%;
}
h1,h2,h3,h4,h5,h6,p,span,table,a,img,dl,dt,dd,ul,li,ol,iframe,nav,small{
margin:0;	padding:0; font-size:100%;font-weight:normal; background:transparent;
vertical-align:baseline; border:none;}
img{vertical-align:top;}
ol, ul{list-style:none; list-style-type:none;}
a:link{color:#DF1E5E; text-decoration:none;}
a:visited{color:#333; text-decoration:none;}
a:hover{color:#22788f; text-decoration:none;}
.onlyPc{}
.onlySp{display: none;}
.inline_block{display: inline-block;font-weight: inherit;text-indent: initial;}
/*-------------カスタムプロパティ------------*/
:root {
	--max-width: min(90vw, 1200px);
}
/*-------------スクリーンリーダー専用（非表示）------------*/
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}

/*-------------------------*/
#sns_button_pc{margin: 15px auto;min-height: 50px; width: 120px;}
#sns_button_pc .btn_sns img{height: 50px;width: 50px;margin: 0 5px;}

@media screen and (max-width:800px) {
	body{
		background: url(../img/bg_all.webp) center top / 100% repeat-y #fff fixed;
	}
}
@media screen and (min-width:800px) {
	body{
		background: url(../img/bg_all_pc.webp) center top / 1366px repeat #fff fixed;
	}
}
/*-- header -----------------------
#header{min-height: 94px;}*/

/*-- Pan_box ----------------------*/
#pan_box{
background:#22788f;
border-top: solid 0.1em rgba(255, 255, 255, 0.5);
color:#fff;
font-size: 0.8em;
min-height: 24px;
padding: 8px 0 8px 10px;
width: 100%;
}
#pan_box .in {
color: #fff;
display: flex;
gap: 0.5em;
margin: 0 auto;
max-width: 1400px;
white-space: nowrap;
}
#pan_box .in li + li::before {
content: ">";
padding-right: 0.5em;
}
#pan_box a{
color:#fff;
text-decoration:none;
}
#pan_box a:hover{color: #fffd4b;}

/*-- SNS ----------------------*/
#sns_button_sp{
display: none;
}
.sns{
width:30%;
height:40px;
margin: 20px auto;
display:flex;
justify-content:space-between;
flex-wrap:wrap;
}
.sns a{
display:block;
width:40px;
height:40px;
margin:0 !important;
}
.sns img{
width:40px !important;
height:40px !important;
margin:0 !important;
}

/*-- footer/PC	-------------------*/
footer{
background: #333;
clear: both;
font-size: 0.9em;
line-height: 1.5em;
margin-top: 30px;
min-height: 640px;
text-align: center;
}
footer .mx_copyright{
color:#fff;
padding: 8px 0;
}
footer .mx_copyright a{
color:#fff;
text-decoration:underline;
}
footer a{
color: #d00;
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> */
.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;
}

/*-- google翻訳 ----------------------*/
.skiptranslate.goog-te-gadget,
a.goog-logo-link{color:#fff !important;}

/*-- ローディング ----------------------*/
#loader{background-color:#fff; position:fixed;width:100%;height:100%;z-index: 1000;}/*背景*/
.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;
	}
}
/* -- main ------------------------------------------------------*/
/* 背景のキラキラ */
.kv {
	background-color: rgba(255, 255, 255, 0.6);
	width: 100%;
	margin: auto;
	position: relative;
	padding: min(5vw,2em);
}/*
.kv::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		url(../img/bg.webp)
		center 15vh / min(100%, 1366px)
		repeat-x
		#fff;
	opacity: 0;
	background-position-y: calc(25vh + 3vh);
	animation: kvBgFadeUp 1s ease-out forwards;
	z-index: -1;
}*/
@keyframes kvBgFadeUp {
	from {
		opacity: 0;
		background-position-y: calc(15vh + 5vh);
	}
	to {
		opacity: 1;
		background-position-y: 15vh;
	}
}
.kv img {
	display: block;
	margin: auto;
	width: min(100vw, 800px);
	height: auto;
	opacity: 0;
	animation: kvImgFade 0.5s ease-out forwards;
	animation-delay: 0.2s;
}
@keyframes kvImgFade {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.oa_time {
	font-size: min(8vw, 2em);
	font-weight: bold;
}
.contents .oa_time {
	font-size: min(5vw, 1.2em);
}
.link {
	margin-top: 1rem;
}
.link img {
	width: min(70%, 420px);
}
small.copy {
	font-size: 0.8rem;
	text-align: center;
	display: block;
	margin: min(10vw, 5em) auto;
	transform: rotate(0.05deg);
}
/*-----------------------------------*/
/* nav */
#box_menu {
		background: url(../img/bg_nav.png) top center /min(5%,30px) repeat #fff;
		font-size: 1.5em;
		position: sticky;
		padding: min(3vw, 0.8em) 0;
		top: 0;
		z-index: 998;
}
#box_menu ul {
	display: flex;
	width: min(92vw, 800px);
	justify-content: space-between;
	margin: auto;
}
#box_menu img {
	width: 100%;
}
.btn_top a,
.btn_about a,
.btn_challenges a,
.btn_cast a,
.btn_sns a
{
	color: #333;
	font-size: min(4vw,1.2em);
	font-weight: bold;
	text-align: center;
	display: block;
	text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0 -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
}
.btn_top span,
.btn_about span,
.btn_challenges span,
.btn_cast span,
.btn_sns span {
	display: block;
	font-size: 0.6em;
	margin-top: 0.25em;
	transform: rotate(0.05deg);
}








/* =========================
   Catch ribbon
========================= */

.catch {
	background: #f7f0f3;
	background-image: linear-gradient(175deg, rgb(255 223 226), rgb(255 234 236 / 20%), rgb(255 234 236 / 20%), rgb(255 234 236 / 20%), rgb(255 234 236 / 20%), rgb(255 223 226));
	color: #6d5c44;
	text-align: center;
	font-weight: bold;
	font-size: min(6vw, 2.5em);
	overflow: hidden;
	width: 100%;
	padding: 0.2em;
	text-shadow: none;
}

.catch p {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 0.25em;
}
.name_cross {
	align-items: flex-start;
	gap: 0.25em;
	display: flex;
	flex-wrap: nowrap;
}
.name_cross:has(.group) {
	margin-top: min(3vw, 0.3em);
}
.catch .name {
	display: inline-block;
	font-weight: bold;
}

.catch .group {
	font-size: min(2.6vw, 0.5em);
	display: block;
	margin: min(1vw, 0.5em) 0;
}

.catch .cross {
	font-weight: bold;
}

.catch .w {
	margin-left: 0.25em;
	white-space: nowrap;
	font-size: min(9vw, 2em);
	font-weight: bold;
	color: #3c96b0;
	/* -webkit-text-stroke: min(0.4vw, 0.025em) #ffffff; */
	transform: rotate(-10deg);
	position: relative;
	top: max(-2vw, -0.13em);
	text-shadow: 4px 4px 0px rgb(255 255 255);
}

.excl{
	font-size: 1.2em;
}

/* =========================
   Logo
========================= */

.logo {
	background: transparent;
	margin: min(10vw, 4em) auto;
	text-align: center;
	width: min(88vw, 48em);
}

/* =========================
   Info
========================= */

.info {
	text-align: center;
	color: #666;
	border-radius: 2em;
	font-size: min(5vw, 2em);
	font-weight: bold;
	position: relative;
}

.time {
	padding: min(5vw, 1.2em);
}

.info .date, .info .date span, .info .time, .info .time span {
	font-weight: bold !important;
}

/* 強調数字 */
.info .is-em {
	font-size: 1.4em;
	font-family: "Dancing Script", cursive;
	margin-right: 0.1em;
}

.info .m.is-em {
	color: #ffffff;
	border-radius: 62% 38% 63% 37% / 40% 60% 40% 60%;
	background-color: #2d96b2;
	padding: 0 0.3em 0.1em;
	line-height: 1 !important;
	text-shadow: none;
}

.info .d.is-em {
	color: #ffffff;
	border-radius: 66% 44% 58% 56% / 46% 55% 47% 56%;
	background-color: #e75d6b;
	padding: 0 0.3em 0.1em;
	line-height: 1 !important;
	text-shadow: none;
}
.info .date .w {
	color: #ffffff;
	border-radius: 62% 38% 63% 37% / 40% 60% 40% 60%;
	background-color: #918778;
	padding: 0 0.3em 0.1em;
	line-height: 1 !important;
	text-shadow: none;
	margin-left: 0.2em;
	font-weight: lighter !important;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.info .h.is-em {
	color: #ffffff;
	border-radius: 48% 44% 62% 40% / 41% 49% 40% 49%;
	background-color: #928777;
	padding: 0 0.3em 0.02em;
	line-height: 1 !important;
	text-shadow: none;
}

.info .min.is-em {
	color: #ffffff;
	border-radius: 60% 45% 73% 43% / 56% 56% 48% 60%;
	background-color: #928777;
	padding: 0.1em 0.2em 0.1em;
	line-height: 1 !important;
	text-shadow: none;
}

.info .note li {
	margin: 0.5em;
	font-size: 0.8em;
	line-height: 1.2em;
	display: flex;
	justify-content: center;
	gap: 0.2em 1em;
	flex-wrap: wrap;
}
.info .note li strong.station {
	width: 7.5em;
	text-align: right;
}
.station small {
	font-size: 0.9em;
	font-weight: lighter;
}
/* =========================
   Streaming
========================= */

#streaming {
	display: flex;
	gap: min(4vw, 1.2em);
	max-width: min(75vw, 640px);
	background: transparent;
	box-shadow: none;
}

#streaming img {
	width: 100%;
}





main section {
	text-shadow: min(0.5vw, 0.1em) min(0.5vw, 0.1em) min(1vw, 0.5em) rgb(255 255 255 / 100%);
}

[id^="area-"] {
  scroll-margin-top: 5em; /* メニュー分の余白 */
}

.area-box {
	background-image: linear-gradient(155deg, rgb(255 223 248 / 20%), rgb(248 255 89 / 10%));
	box-shadow: min(0.2vw, 0.05em) min(0.2vw, 0.05em) min(1vw, 0.3em) rgba(0, 0, 0, 0.15);
	width: var(--max-width);
	margin: min(10vw, 5em) auto;
	display: flow-root;
	border-radius: min(10vw, 5em);
}
.area-box h2 {
	color: #237e97;
	font-size: min(6.5vw, 3em);
	font-weight: bold;
	padding: min(5vw, 1.6em);
	padding-top: min(8vw, 2em);
	text-align: center;
}
.area-box h2 span {
	display: block;
	font-size: 0.6em;
	margin-top: 0.4em;
}
.contents {
	margin: min(6vw, 5em) min(5vw, 4.5em);
	margin-top: 0;
	font-size: min(3.6vw, 1.4em);
	line-height: min(8vw, 1.8em);
	text-align: center;
}

#area-pr {
	width: var(--max-width);
	margin: min(10vw, 5em) auto;
	display: flow-root;
}
.video-container {
	padding: 56.25% 0 0;
	position: relative;
	width: 90%;
	margin: 15px auto;
}

#area-story .contents {
	word-break: keep-all;
}
.info h3 {
	background-color: #ffff2c;
	display: inline-block;
	font-size: 1.2em;
	position: absolute;
	top: -1.4em;
	left: -0.5em;
	padding: 0.25em 0.25em 0.25em 0.5em;
	transform: rotate(-5deg);
}
.contents p {
	text-align: left;
}
.p_gap { margin-top: 1.2em; }
.ind { text-indent: 1em; }
.txt-lg { font-size: 1.2em; }
.txt-sm { font-size: 0.875em; }
.txt-bold { font-weight: bold; }
.txt-center { text-align: center !important; }
.txt-blue { color: #; }
.marker-yellow, .marker-pink, .marker-blue, .marker-orange, .marker-green {
	background-position: left bottom;
	background-size: 100% 0.8em;
	background-repeat: no-repeat;
	font-weight: bold;
	padding: 0 0.2em;
	text-shadow: none;
	color: #393939;
}
.marker-orange { background-image: linear-gradient(135deg, #e1ff6295 0%, #ff9f6980 100%); }
.marker-pink { background-image: linear-gradient(135deg, #ffaccb80 0%, #e2a3ff80 100%); }
.marker-blue { background-image: linear-gradient(135deg, #ace0ff90 0%, #a3aeff80 100%); }
.marker-yellow { background-image: linear-gradient(135deg, #e9ffd4e0 0%, #fff785a3 100%); }
.marker-green { background-image: linear-gradient(135deg, #faffc3e0 0%, #b9ffb6a3 100%); }
.contents a#tver {
	background: linear-gradient(#ffffff 60%, #bdf8ff 60%);
	box-shadow: 0.15em 0.15em 0px 0px rgb(87 179 189);
	border-radius: 0.25em;
	padding: 0.2em 0.5em;
	text-shadow: 0.01em 0.01em 0.5em rgba(255, 255, 255, 0.8);
	font-size: min(3.8vw, 1.2em);
	font-weight: bold;
	color: #265e64;
	display: inline-block;
	border: solid 0.01em #d2e2e3;
}
/*-----------------------------------*/

.cast-body {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	margin: min(3vw, 1em) auto min(5vw, 2em);
}
.cast-title {
	font-size: 1.2em;
	max-width: 31em;
	margin: auto;
}
.cast-title .actor {
	font-size: 1.25em;
}
.cast-title .group {
	font-size: min(2.8vw, 0.6em);
}
.cast-title ruby {
	margin-right: 0.2em;
}
.cast-figure {
	margin-bottom: 1em;
	width: 10em;
}
.cast-figure img {
	width: 100%;
}
.cast-comment {
	width: 24em;
}
.cast-more {
	opacity: 0.8;
	font-size: 1.2em;
	color: #2e6b20;
}

.work-title, .message-title {
	font-size: 1.2em;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: min(5vw, 1.5em);
}
.message-title {
	flex-wrap: nowrap;
	align-items: flex-end;
	word-break: keep-all;
	text-shadow: min(0.5vw, 0.1em) min(1.5vw, 0.35em) min(1.2vw, 0.25em) rgba(255, 255, 255, 1), min(0.5vw, 0.1em) min(0.5vw, 0.1em) min(0.5vw, 0.1em) rgba(255, 255, 255, 1);
}
/* 左の ＼ */
.message-title::before {
	content: "＼";
	display: inline-block;
	margin-right: 0.3em;
}

/* 右の ／ */
.message-title::after {
	content: "／";
	display: inline-block;
	margin-left: 0.3em;
}
.author {
	width: fit-content;
}
.title {
	width: fit-content;
}
.publisher {
	font-size: 0.8em;
	opacity: 0.9;
	width: fit-content;
}
.work-cover {
	max-width: min(50vw, 20em);
	margin: auto;
}
.work-cover img {
	width: 100%;
}
.copyright {
	font-size: min(2.8vw, 0.75em);
	opacity: 0.8;
}
.btn-sample {
	background-color: #e1616e;
	color: #fff !important;
	text-decoration: none !important;
	text-shadow: none;
	padding: 0.5em 1em;
	border-radius: 3em;
	font-size: 1.2em;
	font-weight: bold;
	display: block;
	text-align: center;
	width: min(60vw, 12em);
	margin: 0.5em auto;
}
.btn-sample:hover {
	color: #ffffff;
	text-decoration: none;
	opacity: 0.8;
}
.author-message {
	margin-top: 2em;
	position: relative;
}
/*
.author-message:before {
	content: '';
	background-color: rgb(240 255 130 / 30%);
	position: absolute;
	top: 4%;
	bottom: -2%;
	left: 0;
	right: 0;
	z-index: -1;
	transform: rotate(-2deg);
	border-radius: min(23vw, 20em);
}
.author-message:after {
	content: '';
	background-color: rgb(225 216 255 / 25%);
	position: absolute;
	top: 0%;
	bottom: -1%;
	left: 4%;
	right: -1%;
	z-index: -1;
	transform: rotate(7deg);
	border-radius: min(30vw, 20em);
}*/
.message-text:before {
	content: '';
	background-color: rgb(208 255 217 / 30%);
	position: absolute;
	top: 5%;
	bottom: 15%;
	left: -6%;
	right: -4%;
	z-index: -1;
	transform: rotate(-9deg);
	border-radius: min(20vw, 8em);
	border-radius: 29% 68% 39% 63% / 70% 80% 24% 48%;
}
.message-text:after {
	content: '';
	background-color: rgb(185 237 240 / 30%);
	position: absolute;
	top: 5%;
	bottom: 10%;
	left: -7%;
	right: -3%;
	z-index: -1;
	transform: rotate(-9deg);
	border-radius: min(30vw, 11em);
	border-radius: 62% 38% 63% 37% / 40% 60% 40% 60%;
}
.message-title .author {
	font-size: 1.2em;
}
.message-body {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	gap: 1em;
}
.message-figure {
	width: 19em;
	box-shadow: 0.15em 0.15em 5px 0px rgb(95 95 95 / 30%);
}
.message-figure img {
	width: 100%;
}
.message-text {
	max-width: 27em;
	font-size: 0.9em;
	line-height: 1.6em;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	position: relative;
	text-shadow: min(0.5vw, 0.1em) min(1.5vw, 0.35em) min(1.2vw, 0.25em) rgba(255, 255, 255, 1), min(0.5vw, 0.1em) min(0.5vw, 0.1em) min(0.5vw, 0.1em) rgba(255, 255, 255, 1);
	margin-top: 1em;
	display: flex;
	align-items: center;
	word-break: keep-all;
}
/* =========================
   SNS
========================= */
.sns-menu {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.5em;
}

.sns-menu ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 1em;
	margin: 1em;
}

.sns-btn {
	--radius: 3em;
	--icon-size: 1.5em;
	display: flex;
	align-items: center;
	gap: 0.75em;
	padding: 0.5em 1em;
	border-radius: var(--radius);
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	line-height: 1;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
	outline: min(1vw, 0.1em) solid rgba(255, 255, 255, 0.9);
	outline-offset: -2px;
	height: 3.5em;
}

.btn_tweet {
	font-size: min(4vw, 1.2em);
	border: solid min(2vw, 0.15em) #DF1E5E;
	border-radius: 3em;
	color: #DF1E5E !important;
	padding: 0.5em 1.5em 0.5em 1em;
	background: rgba(255, 255, 255, 0.5);
	display: block;
	line-height: min(6vw, 1.5em);
	word-break: keep-all;
	width: fit-content;
}

.sns-btn:hover, .btn_tweet:hover {
	transform: translateY(-1px);
	box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}
.btn_tweet:hover{
	border-color: #22788f;
	background: rgba(255, 255, 255, 1);
}
.btn_tweet:hover strong {
	color: #DF1E5E;
}

.sns-icon {
	flex: 0 0 auto;
	width: var(--icon-size);
	aspect-ratio: 1 / 1;
	display: grid;
	place-items: center;
}

.sns-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.sns-text {
	white-space: nowrap;
	color: #fff;
	text-shadow: none;
	font-weight: normal;
	font-size: 1em;
	margin: 0.5em 0.3em 0.5em 0.3em;
}

.sns-x {
	background: #000;
	border: 1px solid rgba(255,255,255,0.6);
}
.sns-instagram {
	background: linear-gradient(
		135deg,
		#feda75,
		#fa7e1e,
		#d62976,
		#962fbf,
		#4f5bd5
	);
}
.sns-tiktok {
	background: linear-gradient(180deg, #ff1a6e, #ff1a6e, #ff1a6e, #41dad5, #41dad5, #41dad5) border-box;
	padding: min(2vw, 0.3em);
}
.sns-in {
	display: flex;
	align-items: center;
	background: #fff;
	padding: min(5vw, 1.5em) min(3vw, 0.75em);
	border-radius: min(3vw, 1em);
	height: 2em;
	border-radius: 3em;
}
.sns-tiktok .sns-text {
	color: #333333;
}

.sns-menu ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 1em;
	margin: 1em;
}

.btn_tweet strong {
	color: #069dc5 !important;
	margin: 0 0.25em;
}

/* 2000px↑ -------------------------------------------------- */
@media screen and (max-width:1600px) {

}
/* TAB	-------------------------------------------------- */
@media screen and (max-width:900px) {
	.cast-list dd {
	width: 25%;
}

	/*-- 緊急テキスト ----------------------*/
	#rp_textbox{
	margin: 10px auto;
	max-width:640px;
	width:85%;
	}
	#rp_textbox .pop_text{}
	#rp_textbox .popup_title{
	margin-bottom:10px;
	}

	/*-- SNS -----------------------*/
	#sns_button_pc{
	display: none;
	}
	#sns_button_sp{
	display: block;
	padding: 0;
	text-align: center;
	}
	#sns_button_sp .btn_sns{
	margin: 0 2px;
	}
	#sns_button_sp .btn_sns img{
	height: 50px; width: 50px;
	}

}
/* SP	-------------------------------------------------- */
@media screen and (max-width:640px) {
	#pan_box{
		overflow-x: auto;
	}
	.kv {
		padding: 0;
	}
	.cast-list dd {
		width: 20%;
	}
	.info .note li {
		align-items: center;
		margin: 0.5em auto;
		font-size: 0.8em;
		line-height: 1.2em;
		display: flex;
		flex-wrap: nowrap;
		width: min(70vw, 23em);
	}
	.info .note li strong.station {
		display: block !important;
		text-align: left;
		min-width: 5em;
		width: auto;
	}
	.message-text {
		margin-top: 0.5em;
		margin-bottom: 1em;
		padding: 0 0.2em;
	}
	.message-text:before {
		top: -2%;
		bottom: 10%;
		left: -6%;
		right: 0%;
		z-index: -1;
		transform: rotate(-2deg);
		border-radius: min(30vw, 20em);
	}
	.message-text:after {
		top: -3%;
		bottom: -6%;
		left: -3%;
		right: 5%;
		transform: rotate(11deg);
		border-radius: min(50vw, 20em);
	}
}