<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* ==========================================================================
 01. RESET STYLE
========================================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ---------------------------------------------------------------------------
 * COMMON
--------------------------------------------------------------------------- */
body {
	background: #fff;
	font-family: 'Roboto', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'Osaka', sans-serif;
	line-height: 1;
	-webkit-text-size-adjust: 100%;
}
body::before {
	content: "";
	width: 100vw;
	height: 100vh;
	background: #fafaf7 url("../../img/46/main_bg.jpg") no-repeat;
	background-size: cover;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	transform: translateZ(0);
}
img {
	max-width: 100%;
	vertical-align: middle;
}
a {
	color: #fff;
	text-decoration: none;
}
.youtube_embed {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube_embed iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
@media screen and (max-width:640px) {
	.onlyPC {
		display: none !important;
	}
	.onlySP {
		display: block;
	}
}
@media screen and (min-width:641px) {
	.onlyPC {
		display: block;
	}
	.onlySP {
		display: none !important;
	}
}
@media screen and (max-width:1000px) {
	.onlyTBPC {
		display: none !important;
	}
}
@media screen and (min-width:1001px) {
	.onlyTBPC {
		display: block;
	}
}
/* ---------------------------------------------------------------------------
 * generalHeader
--------------------------------------------------------------------------- */
@media screen and (min-width:1001px) {
	#generalHeader {
		height: 41px;
	}
	.generalHeader {
		width: 100%;
		position: fixed !important;
	}
}
/* ---------------------------------------------------------------------------
 * header
--------------------------------------------------------------------------- */
.wrap {
    background: #e71c00 url(../../img/46/bg_main_01.png) bottom center no-repeat;
	background-size: auto 105%;
	overflow: hidden;
	position: relative;
}
@media screen and (min-width:641px) {
	.wrap {
    	background: #e71c00 url(../../img/46/bg_main_01.png) top center no-repeat;
		background-size: 100% 140%;
	}
}

.wrap_header {
	width: 94%;
	max-width: 1000px;
	padding: 8vw 0;
	margin: 0 auto;
}
.logo_owarai {
	width: 80%;
	margin: 0 auto;
}
.oa_date {
	width: 80%;
    margin: 4vw auto 0;
}
.header_sponser {
	width: 55%;
	margin: 6% auto 0;
	display: block;
}
@media screen and (min-width:641px) {
	.wrap_header {
		padding: 5vw 0 ;
		display: flex;
        align-items: center;
        justify-content: space-between;
	}
	.wrap_header .logo_owarai {
        width: 50%;
	}
	.wrap_header .oa_date {
        width: 45%;
	}
}
@media screen and (min-width:1001px) {
	.wrap_header {
		padding: 100px 0 50px;
	}
	.oa_date {
    	margin: 30px auto;
	}
}

/* visual */
.wrap.bg_visual {
    background: #e71c00 url(../../img/46/pc/bg_kv.png) center no-repeat;
	background-size: cover;
}
.wrap_header.visual {
	width: 100%;
	padding: 0;
}
@media screen and (max-width:640px) {
	.wrap_header.visual .logo_owarai {
		width: 100%;
	}
	.wrap_header.visual .oa_date {
		display: none;
	}
}
@media screen and (min-width:641px) {
	.wrap_header.visual {
		padding: 0;
	}
	.wrap_header.visual .logo_owarai {
        width: 57.5%;
		flex-shrink: 0;
	}
	.wrap_header.visual .oa_date {
        width: 100%;
        padding: 0 5%;
        box-sizing: border-box;
		text-align: center;
	}
}
@media screen and (min-width:1001px) {
	.wrap_header.visual {
		padding: 50px 0 0;
	}
}
@media screen and (min-width:1101px) {

	.wrap_header.visual .logo_owarai {
        width: 57.5%;
	}
	.wrap_header.visual .oa_date {
        padding: 0 0 0 5%;
		text-align: right;
	}
}



/* abema_live */
.abema_live {
	width: 90%;
	max-width: 420px;
	padding: 2% 0;
	margin: 3% auto 5%;
	background: #000;
	border: 2px solid #fff;
	border-radius: 5px;
	overflow: hidden;
	display: block;
	position: relative;
}
.abema_live::before {
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 100%);
	position: absolute;
	bottom: 0;
	left: -120%;
	animation: abema_live 3s ease 0s infinite forwards;
}
@media screen and (max-width:640px) {
	.abema_live {
		width: 100%;
	}
}
@keyframes abema_live {
	0% {
		left: -120%;
	}
	100% {
		left: 100%;
	}
}

/* abema_end_txt */
.abema_end_txt {
	padding-bottom: 4vw;
	position: relative;
	z-index: 1;
	color: #fff;
	font-size: 4.2vw;
	font-family: GSanSerif-B;
	text-align: center;
	text-shadow:
	black 2px 2px 0px, black 1px 2px 0px, black 0px 2px 0px, black -1px 2px 0px, black -2px 2px 0px,
	black 2px 1px 0px, black 1px 1px 0px, black 0px 1px 0px, black -1px 1px 0px, black -2px 1px 0px,
	black 2px 0px 0px, black 1px 0px 0px, black 0px 0px 0px, black -1px 0px 0px, black -2px 0px 0px,
	black 2px -1px 0px, black 1px -1px 0px, black 0px -1px 0px, black -1px -1px 0px, black -2px -1px 0px,
	black 2px -2px 0px, black 1px -2px 0px, black 0px -2px 0px, black -1px -2px 0px, black -2px -2px 0px;
}
@media screen and (min-width:641px) {
	.abema_end_txt {
		font-size: 1.5rem;
		text-shadow:
			black 3px 3px 0px, black 2px 3px 0px, black 1px 3px 0px, black 0px 3px 0px, black -1px 3px 0px, black -2px 3px 0px, black -3px 3px 0px, black 3px 2px 0px, black 2px 2px 0px, black 1px 2px 0px, black 0px 2px 0px, black -1px 2px 0px, black -2px 2px 0px, black -3px 2px 0px, black 3px 1px 0px, black 2px 1px 0px, black 1px 1px 0px, black 0px 1px 0px, black -1px 1px 0px, black -2px 1px 0px, black -3px 1px 0px, black 3px 0px 0px, black 2px 0px 0px, black 1px 0px 0px, black 0px 0px 0px, black -1px 0px 0px, black -2px 0px 0px, black -3px 0px 0px, black 3px -1px 0px, black 2px -1px 0px, black 1px -1px 0px, black 0px -1px 0px, black -1px -1px 0px, black -2px -1px 0px, black -3px -1px 0px, black 3px -2px 0px, black 2px -2px 0px, black 1px -2px 0px, black 0px -2px 0px, black -1px -2px 0px, black -2px -2px 0px, black -3px -2px 0px, black 3px -3px 0px, black 2px -3px 0px, black 1px -3px 0px, black 0px -3px 0px, black -1px -3px 0px, black -2px -3px 0px, black -3px -3px 0px;
	}
}
@media screen and (min-width:1001px) {
	.abema_end_txt {
		padding-bottom: 20px 0 30px;
	}
}

/* nav
------------------------------------ */
.navi_box {
	width: 100%;
	background: rgba(0,0,0,0.9);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
.navi_box.stop {
	position: fixed;
}
.navi_box_inner {
	width: 90%;
	max-width: 1030px;
	margin: 0 auto;
}
.navi li a {
	padding: 15px;
	display: block;
	color: #fff;
	font-size: 0.937em;
	font-family: UD Shin Go Regular;
	font-weight: bold;
	text-decoration: none;
	transition: all 0.3s;
}
.navi li a span {
	display: inline-block;
}
@media screen and (min-width:641px) and (max-width:1000px) {
	.navi {
		display: flex;
		flex-wrap: wrap;
	}
	.navi li {
		width: 50%;
		position: relative;
	}
	.navi li:nth-child(odd)::before {
		content: "";
		width: 1px;
		height: 50%;
		background: rgba(255,255,255,0.3);
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
	}
}
@media screen and (max-width:1000px) {
	.navi_box {
		transform: translateY(-300%);
		transition: .3s;
	}
	.navi_box.open {
		transform: translateY(0);
	}
	.navi_box_inner {
		padding-top: 60px;
	}
	.navi {
		border-top: 1px solid #666;
		position: relative;
	}
	.navi::after {
		content: "";
		width: 100%;
		height: 1px;
		background: #666;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.navi li {
		border-bottom: 1px solid #666;
		text-align: center;
	}

}
@media screen and (min-width:1001px) {
	.navi_box {
		position: fixed;
		top: 41px;
	}
	.navi_box_inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.navi {
		height: 50px;
		display: flex;
		align-items: center;
	}
	.navi li a:hover {
		color: #ffd24c;
	}
}
@media screen and (min-width:1001px) and (max-width:1200px) {
	.navi li a {
		padding: 10px;
		font-size: 0.875em;
	}
}

/* snslink */
.snslink {
	display: flex;
}
.snslink li a {
	width: 22px;
	height: 22px;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media all and (max-width: 999px) {
	.snslink {
		padding: 10px 0;
		justify-content: center;
	}
	.snslink li {
		margin: 0 5px;
	}
}
/* sp_menu */
.sp_menu {
	width: 24px;
	height: 18px;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 100;
}
.sp_menu.stop {
	position: fixed;
}
.sp_menu::after {
	content: "";
	width: 200%;
	height: 225%;
	background: url("../../img/46/bg_sp_menu.png") center no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: all .4s;
}
.sp_menu.active::after {
	opacity: 0;
}
.sp_menu span {
	width: 100%;
	height: 2px;
	background: #fff;
	box-sizing: border-box;
	display: inline-block;
	position: absolute;
	left: 0;
	transition: all .4s;
	z-index: 1;
}
.sp_menu span:nth-of-type(1) {
	top: 0;
}
.sp_menu span:nth-of-type(2) {
	top: 8px;
}
.sp_menu span:nth-of-type(3) {
	bottom: 0;
}
.sp_menu.active span:nth-of-type(1) {
	transform: translateY(8px) rotate(-45deg);
}
.sp_menu.active span:nth-of-type(2) {
	opacity: 0;
}
.sp_menu.active span:nth-of-type(3) {
	transform: translateY(-8px) rotate(45deg);
}
@media screen and (min-width:1001px) {
	.sp_menu {
		display: none;
	}
}

/*	アンカー
------------------------------------ */
@media screen and (max-width:1000px) {
	#apply,
	#entry,
	#whats,
	#past {
		padding-top: 15px;
		margin-top: -15px;
	}
	.anchor {
		padding-top: 15px;
		margin-top: -15px;
	}
}
@media screen and (min-width:1001px) {
	#apply,
	#entry,
	#whats,
	#past {
		padding-top: 100px;
		margin-top: -100px;
	}
	.anchor {
		padding-top: 100px;
		margin-top: -100px;
	}
}

/* ---------------------------------------------------------------------------
 * contents
--------------------------------------------------------------------------- */
.bd_top {
	position: relative;
}
.bd_top::before {
	content: "";
	width: 100%;
	height: 2px;
	background: linear-gradient(to left, #dba045 10%, #faeea2 50%, #dba045 90%);
	border-top: 1px solid #fff;
	border-bottom: 1px solid #664e05;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.bd_top_rainbow,
.bd_top_rainbow_re{
	position: relative;
}
.bd_top_rainbow::before {
	content: "";
	width: 100%;
	height: 4px;
	background: linear-gradient(to left, #03aafe 0%, #6d71fd 25%, #ff001e 50%, #fe4c00 75%, #ffb800 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.bd_top_rainbow_re::before {
	content: "";
	width: 100%;
	height: 4px;
	background: linear-gradient(to right, #03aafe 0%, #6d71fd 25%, #ff001e 50%, #fe4c00 75%, #ffb800 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}


/*	line_glitter
------------------------------------ */
.line_glitter {
	width: 100%;
	height: 15px;
	background: #dba045 url("../../img/44/bg_line_glitter_l.png") repeat-x center;
	background-size: auto 100%;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #664e05;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}
.line_glitter::before {
	content: "";
	width: 50%;
	height: 11px;
	background: #dba045 url("../../img/44/bg_line_glitter_r.png") repeat-x center;
	background-size: auto 100%;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	right: 0;
}
.line_glitter::after {
	content: "";
	width: 100%;
	height: 11px;
	background: url("../../img/44/bg_line_glitter.png") no-repeat center;
	background-size: auto 100%;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
}
/*	line_rainbow
------------------------------------ */

.line_rainbow {
	content: "";
	width: 100%;
	height: 4px;
	background: linear-gradient(to right, #03aafe 0%, #6d71fd 25%, #ff001e 50%, #fe4c00 75%, #ffb800 100%);
}

/*	btn
------------------------------------ */
.wrap_btn a {
	width: 85%;
	max-width: 600px;
	padding: 1.2em 0.75em 1.2em 0;
	margin: 0 auto;
	border: 2px solid #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 1);
	border-radius: 10px;
	background: #000;
	display: block;
	box-sizing: border-box;
	position: relative;
	color: #fff;
	font-size: 4.2vw;
	font-family: GSanSerif-B;
	line-height: 1.2;
	text-align: center;
	transition: .3s;
	text-shadow:
		black 2px 2px 0px, black 1px 2px 0px, black 0px 2px 0px, black -1px 2px 0px, black -2px 2px 0px, black 2px 1px 0px, black 1px 1px 0px, black 0px 1px 0px, black -1px 1px 0px, black -2px 1px 0px, black 2px 0px 0px, black 1px 0px 0px, black 0px 0px 0px, black -1px 0px 0px, black -2px 0px 0px, black 2px -1px 0px, black 1px -1px 0px, black 0px -1px 0px, black -1px -1px 0px, black -2px -1px 0px, black 2px -2px 0px, black 1px -2px 0px, black 0px -2px 0px, black -1px -2px 0px, black -2px -2px 0px;
}
.wrap_header .wrap_btn {
	margin-bottom: 30px;
}
.wrap_header .wrap_btn:last-child {
	margin-bottom: 0;
}
.wrap_header .wrap_btn a {
	width: 90%;
	max-width: 850px;
	padding: 1.2em 2.25em 1.2em 1.25em;
	margin-bottom: 2em;
}
.wrap_btn.btn_s a {
	width: 60%;
	max-width: 300px;
	padding: 0.75em 0.75em 0.75em 0;
}
.wrap_btn a::after {
	content: '';
	width: 0.5em;
	height: 0.5em;
	margin-top: -0.3em;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 0.75em;
	transition: .3s;
}
.mov_box + .wrap_btn {
	margin-top: -15px;
}
@media screen and (min-width:480px) {
	.wrap_btn a {
		font-size: 1.25rem;
	}
}
@media screen and (min-width:1001px) {
	.wrap_btn a:hover {
		transform: scale(1.025);
	}
}

/*	section
------------------------------------ */
section,
.section {
	padding: 45px 0;
}
section.margin_min,
.section.margin_min {
	padding: 20px 0;
}
@media screen and (min-width:641px) {
	section,
	.section {
		padding: 60px 0;
	}
	section.margin_min,
	.section.margin_min {
		padding: 30px 0;
	}
}

/*	box
------------------------------------ */
.wrap_box {
	max-width: 1000px;
	padding: 2px;
	margin: 0 auto 30px;
	background: url(../../img/46/bg_gold.png) no-repeat top center;
	background-size: cover;
	border-radius: 10px;
	box-sizing: border-box;
}
.mov_box_wrap {
	width: 90%;
	max-width: 1000px;
	padding: 0 0 30px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.wrap_box.mov_box {
	width: 90%;
	margin: 0 auto 30px;
}
.wrap_box.mov_box:last-child {
	margin-bottom: 0;
}
.wrap_box:last-child {
	margin-bottom: 0;
}
.block_box + .wrap_box {
	margin-top: 30px;
}
.wrap_box.bg_re_grad{
    background: linear-gradient(to right, #03aafe 0%, #6d71fd 17%, #ff001e 60%, #fe4c00 74%, #ffb800 100%);
}
.ttl_box {
	padding: 0.5em;
	background: #d20000 url("../../img/46/bg_asa_red.png");
	background-size: 70px;
	border-radius: 7px 7px 0 0;
	color: #fff;
	font-family: GSanSerif-B;
	font-size: min(7vw, 2.5em);
	text-align: center;
	line-height: 1.2;
	text-shadow:
		black 2px 2px 0px, black 1px 2px 0px, black 0px 2px 0px, black -1px 2px 0px, black -2px 2px 0px, black 2px 1px 0px, black 1px 1px 0px, black 0px 1px 0px, black -1px 1px 0px, black -2px 1px 0px, black 2px 0px 0px, black 1px 0px 0px, black 0px 0px 0px, black -1px 0px 0px, black -2px 0px 0px, black 2px -1px 0px, black 1px -1px 0px, black 0px -1px 0px, black -1px -1px 0px, black -2px -1px 0px, black 2px -2px 0px, black 1px -2px 0px, black 0px -2px 0px, black -1px -2px 0px, black -2px -2px 0px;
}
.ttl_box.bg_blu {
	background: #009ce6 url("../../img/46/bg_asa_blu.png");
	background-size: 70px;
}
.ttl_box.bg_re {
	background: #df1f3b;
	background-size: 70px;
}
.ttl_box.bg_re_grad {
	background: linear-gradient(to right, #03aafe 0%, #6d71fd 17%, #ff001e 60%, #fe4c00 74%, #ffb800 100%);
	box-shadow: inset 0px 0px 0px 2px #fff;
	/* border-top: 3px solid #fff;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff; */
}
.ttl_box span {
	display: inline-block;
}
.txt_box {
	padding: 20px;
	background: #fff;
	border-radius: 0 0 7px 7px;
	box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.75);
	line-height: 1.2;
}
.txt_box a {
	color: #0033ff;
	text-decoration: underline;
}
.txt_box .material-icons {
	position: relative;
	top: 0.25em;
	font-size: 1.25em;
}
.txt_box.shadow_none{
	box-shadow: none;
}
.mov_box .box {
	padding: 3px;
	background: #000;
	border-radius: 7px;
	box-shadow: none;
}
@media screen and (min-width:641px) {
	.wrap_box {
		padding: 4px;
		margin-bottom: 45px;
	}
	.block_box + .wrap_box {
		margin-top: 45px;
	}
	.ttl_box {
		border-radius: 5px 5px 0 0;
	}
	.txt_box {
		padding: 1.5em;
		border-radius: 0 0 5px 5px;
	}
	.mov_box_wrap {
		padding: 0 0 45px;
	}
	.wrap_box.mov_box {
		width: 48%;
		margin: 0;
	}
	.wrap_box.mov_box:first-child:last-child {
		width: 90%;
		max-width: 750px;
		margin: 0 auto;
	}
}
@media screen and (min-width:1001px) {
	.ttl_box {
		text-shadow:
			black 3px 3px 0px, black 2px 3px 0px, black 1px 3px 0px, black 0px 3px 0px, black -1px 3px 0px, black -2px 3px 0px, black -3px 3px 0px, black 3px 2px 0px, black 2px 2px 0px, black 1px 2px 0px, black 0px 2px 0px, black -1px 2px 0px, black -2px 2px 0px, black -3px 2px 0px, black 3px 1px 0px, black 2px 1px 0px, black 1px 1px 0px, black 0px 1px 0px, black -1px 1px 0px, black -2px 1px 0px, black -3px 1px 0px, black 3px 0px 0px, black 2px 0px 0px, black 1px 0px 0px, black 0px 0px 0px, black -1px 0px 0px, black -2px 0px 0px, black -3px 0px 0px, black 3px -1px 0px, black 2px -1px 0px, black 1px -1px 0px, black 0px -1px 0px, black -1px -1px 0px, black -2px -1px 0px, black -3px -1px 0px, black 3px -2px 0px, black 2px -2px 0px, black 1px -2px 0px, black 0px -2px 0px, black -1px -2px 0px, black -2px -2px 0px, black -3px -2px 0px, black 3px -3px 0px, black 2px -3px 0px, black 1px -3px 0px, black 0px -3px 0px, black -1px -3px 0px, black -2px -3px 0px, black -3px -3px 0px;
	}
	.txt_box {
		padding: 2em;
	}
}
@media screen and (min-width:1001px) {
	.line_glitter {
		height: 20px;
	}
	.line_glitter::before {
		height: 16px;
	}
	.line_glitter::after {
		height: 16px;
	}
}
/* ---------------------------------------------------------------------------
 * bnr
--------------------------------------------------------------------------- */
.wrap_bnr {
	background: #cc0000;
	position: relative;
	z-index: 10;
}
.wrap_bnr::before, .wrap_bnr::after {
	content: "";
	width: 100%;
	height: 2px;
	background: linear-gradient(to left, #dba045 10%, #faeea2 50%, #dba045 90%);
	border-top: 1px solid #fff;
	border-bottom: 1px solid #664e05;
	position: absolute;
	left: 0;
}
.wrap_bnr::before {
	top: 0;
}
.wrap_bnr::after {
	content: none;
	bottom: 0;
}
.bnr {
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
}
.bnr.col3 {
	width: 90%;
}
.bnr ul {
	margin-bottom: -15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.bnr li {
	width: 85%;
	margin-bottom: 15px;
}
.bnr li a {
	display: block;
	background: #000;
	border: 2px solid #fff;
	border-radius: 5px;
	overflow: hidden;
	transition: .3s;
}
.bnr.col3 li a {
	border: 1px solid #fff;
}
.bnr li a.no_link {
	pointer-events: none;
}
.bnr_title,
.bnr_title_02,
.bnr_title_03,
.bnr_title_2lines{
    margin-top: 0;
}
.bnr_title img{
    margin: 0 auto;
    width: 70%;
}
.bnr_title_2lines img{
    display: block;
    margin: 15px auto 0;
    width: 70%;
}
.bnr_title_02 img{
    display: block;
    margin: 15px auto 0;
    width: 90%;
}
.bnr_title_03 img{
    display: block;
    margin: 15px auto 0;
    width: 70%;
}
.bnr_watch_txt{
    text-align: center;
}
.bnr_watch_txt p{
    position:relative;
    display: inline-block;
    margin: 1.5em auto 0.9em;
    padding: 0.6em 2.2em;
    font-size: 0.9em;
    color: #fff;
    background: #f33f00;
    font-family: GSanSerif-B;
}
.bnr_watch_txt p:before{
	content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
	position: absolute;
	top: 0.8em;
	right: 10px;
}
.bnr_watch_txt p:after{
	content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
	position: absolute;
	top: 0.8em;
	left: 10px;
}
.ttl_bnr {
	padding: 0.6em 0;
	color: #000;
	font-family: GSanSerif-B;
	font-size: 7.0vw;
	text-align: center;
	line-height: 1.2;
}
.ttl_schedule {
	margin-bottom: 1em;
	color: #ffea00;
	font-family: UD Shin Go Bold;
	font-size: 5vw;
	font-weight: bold;
	text-align: center;
}
.bnr .time {
	margin-bottom: 0.5em;
	color: #fff;
	font-size: 1.25em;
	font-weight: bold;
}
.bnr .onair .time {
	color: #ff0000;
}
.bnr .onair .time p {
	position: relative;
	display: inline-block;
}
.bnr .onair .time p::after {
	content: "NOW ON AIR";
	padding: 0.2em 0.5em;
	background: #e50000;
	position: absolute;
	top: 45%;
	right: 0;
	border-radius: 2px;
	font-size: 0.75em;
	white-space: nowrap;
	transform: translate(115%,-50%);
	animation: onair 2.0s ease 0s infinite;
}
.bnr .onair a {
	animation: bnr_pickup_light 2.0s ease 0s infinite;
}
.bg_bnr2 {
	background: url("../../img/44/bg_bnr.png");
}
@keyframes onair {
	0% { color: #e50000; }
	20% { color: #fff; }
	80% { color: #fff; }
	100% { color: #e50000; }
}
@keyframes bnr_pickup_light {
	0% {
		box-shadow: 0 0 7px 3px rgba(255, 255, 255, 0);
	}
	40% {
		box-shadow: 0 0 7px 3px rgba(255, 255, 255, 1);
	}
	60% {
		box-shadow: 0 0 7px 3px rgba(255, 255, 255, 1);
	}
	100% {
		box-shadow: 0 0 7px 3px rgba(255, 255, 255, 0);
	}
}
@media screen and (max-width:350px) {
	.bnr .time {
		font-size: 1em;
	}
}
@media screen and (min-width:560px) {
	.ttl_schedule {
		font-size: 1.75rem;
	}
}
@media screen and (min-width:641px) {
	.bnr li {
		width: 47%;
	}
	.bnr.col3 ul {
		justify-content: space-between;
	}
	.bnr.col3 li {
		width: 48%;
	}
    .bnr_title,
    .bnr_title_02,
    .bnr_title_03,
    .bnr_title_2lines{
        width: 100%;
    }
    .bnr_title img{
        width: 90%;
    }
    .bnr_title_02 img{
        width: 70%;
    }
    .bnr_title_03 img{
        width: 50%;
    }
    .bnr_title_2lines img{
        margin-top: 30px;
        width: 60%;
    }
    .bnr_watch_txt p:before{
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #fff;
}
.bnr_watch_txt p:after{
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #fff;
}
    .ttl_bnr {
		border-radius: 5px 5px 0 0;
		font-size: 4.5vw;
	}
}
@media screen and (min-width:1001px) {
	.bnr.col3 li {
		width: 32%;
	}
	.bnr li a:hover {
		transform: scale(1.05);
	}
	.bnr .time {
		font-size: 1.5em;
	}
    .bnr_title img{
        margin-top: 30px;
        max-width: 980px;
        width: 90%;
    }
    .bnr_title_02 img,
    .bnr_title_2lines img{
        max-width: 580px;
        width: 90%;
    }
    .bnr_title_03 img{
        max-width: 450px;
        width: 80%;
    }
    .ttl_bnr {
		padding: 0.5em 0;
		font-size: 2.5rem;
	}
    .bnr_watch_txt p{
        font-size: 1.1em;
    }

}

/* ---------------------------------------------------------------------------
/* bg
--------------------------------------------------------------------------- */
.bg_blue {
    background: #001166;
/*	background: #005ecd url("../../img/44/bg_co01.jpg") center repeat;*/
/*	background-size: contain;*/
}
.bg_red {
    background: rgba(217,2,25,0.65);
}
.bg_white{
    background: #fff;
}
.bg_schedule,
.bg_interview{
    background: rgba(255,255,255,0.75);
}
/*
@media screen and (min-width:641px) {
	.bg_blue {
		background-size: auto;
	}
}
*/

/* ---------------------------------------------------------------------------
/* apply
--------------------------------------------------------------------------- */
.bg_apply {
    background: rgba(10,199,127,0.7);
/*	background: #001166 url("../../img/44/bg_apply_final.jpg") center no-repeat;*/
/*	background-size: cover;*/
}
.wrap_apply {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	color: #fff;
}
.wrap_apply + .wrap_apply {
	padding-top: 45px;
	margin-top: 45px;
	border-top: 2px solid #fff;
}
.ttl_apply {
	text-align: center;
}
.txt_apply {
	max-width: 700px;
	margin: 15px auto;
	line-height: 1.3;
}
.txt_apply:last-child {
	margin-bottom: 0;
}
.txt_apply .date {
	margin-bottom: 30px;
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
}
.txt_apply .date:last-child {
	margin-bottom: 0;
}
.txt_apply .date span {
	display: inline-block;
}
.btn_apply {
	max-width: 500px;
	margin: 30px auto;
}
.btn_apply:last-child {
	margin-bottom: 0;
}
.btn_apply a {
	padding: 1.25em 1em;
	background: #f76300;
	border: 2px solid #fff;
	display: block;
	box-sizing: border-box;
	border-radius: 5px;
	position: relative;
	transition: all .3s;
	color: #fff;
	font-family: UD Shin Go Bold;
	font-size: 1.25rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none !important;
	text-shadow:
		black 2px 2px 0px, black 1px 2px 0px, black 0px 2px 0px, black -1px 2px 0px, black -2px 2px 0px, black 2px 1px 0px, black 1px 1px 0px, black 0px 1px 0px, black -1px 1px 0px, black -2px 1px 0px, black 2px 0px 0px, black 1px 0px 0px, black 0px 0px 0px, black -1px 0px 0px, black -2px 0px 0px, black 2px -1px 0px, black 1px -1px 0px, black 0px -1px 0px, black -1px -1px 0px, black -2px -1px 0px, black 2px -2px 0px, black 1px -2px 0px, black 0px -2px 0px, black -1px -2px 0px, black -2px -2px 0px;	
}
.btn_apply a::after {
	content: "";
	width: 0.6em;
	height: 0.6em;
	margin-top: -0.3em;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	right: 0.75em;
	top: 50%;
}
.btn_apply.btn_red a{
	background: #df1f3b;
}
.btn_inactive {
	filter: grayscale(1);
	opacity: 0.5;
	pointer-events: none;	
}

@media screen and (max-width:639px) {
	.ttl_apply {
		width: 110%;
		margin-top: -8%;
		margin-bottom: -2%;
		position: relative;
		left: -5%;
	}
}
@media screen and (min-width:641px) {
	.ttl_apply {
		margin-top: -5%;
		margin-bottom: -1%;
	}
	.btn_apply {
		margin: 45px auto;
	}
	.btn_apply a {
		font-size: 1.5rem;
	}
}
@media screen and (min-width:1001px) {
	.btn_apply a:hover {
		transform: scale(1.05) translate3d(0, 0, 0);
	}
}
 /* end_txt
---------------------------------------- */
.end_txt {
	max-width: 700px;
	background: #ffdf40;
	margin: 30px auto;
	color: #000;
	font-size: initial;
	line-height: 1.3;
	text-align: center;
}
.end_txt.overlay {
	width: 80%;
	background: rgba(255,223,64,0.9);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-10deg);
	z-index: 10;
}
.winner .end_txt.overlay {
	top: 0%;
}
.end_txt:first-child {
	margin-top: 0;
}
.end_txt:last-child {
	margin-bottom: 0;
}
.end_txt p {
	padding: 1em 0.25em;
	display: inline-block;
	font-weight: bold;
}
.end_txt p span {
	font-size: 1.25em;
	display: block;
}
.end_txt p span + span {
	font-size: 0.75em;
}
@media only screen and (max-width: 350px) {
	.end_txt p {
		font-size: 4vw;
	}
}
@media only screen and (min-width: 641px) {
	.end_txt p {
		font-size: 1.5em;
	}
}

/*	table
------------------------------------ */
.wrap_table {
	max-width: 700px;
	margin: 0 auto;
}
.wrap_table dl {
	width: 100%;
	display: flex;
	margin-top: -1px;
	line-height: 1.3;
}
.wrap_table dt {
	width: 30%;
	padding: 0.75em;
	background: #000000;
	border: 1px solid #999;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: bold;
}
.wrap_table dd {
	width: 70%;
	padding: 0.75em;
	background: #fff;
	border: 1px solid #999;
	box-sizing: border-box;
	color: #000;
	text-align: left;
}
.wrap_table dt span {
	text-align: center;
}
.wrap_table dt span,
.wrap_table dd span {
	display: inline-block;
}

/*	abema table
------------------------------------ */
.schedule_box{
    margin: 0 auto;
    width: 90%;
}
.abema_table{
	font-family: UD Shin Go Bold;
	max-width: 750px;
	margin: 0 auto;
}
.abema_table dl {
	width: 100%;
	margin-top: -1px;
	line-height: 1.3;
}
.abema_table dt {
	width: 100%;
	padding: 0.65em 0.75em;
	background: #dcdcdc;
	border: 1px solid #999;
	box-sizing: border-box;
	color: #000;
	font-weight: bold;
    text-align: center;
}
.abema_table dd {
	width: 100%;
	padding: 0.65em 0.75em;
	background: #fff;
	border: 1px solid #999;
	box-sizing: border-box;
	color: #000;
	text-align: left;
    font-size: 1.1em;
    line-height: 1.5;
}
.abema_table dd a{
    position: relative;
    display: inline-block;
	color: #000;
    font-size: 0.9em;
    text-decoration: underline;
    padding-left: 1em;
}
.abema_table dd a:before{
	content: "";
	width: 1em;
	height: 1em;
	background: url("../../img/46/orange_arrow.png") no-repeat center;
	background-size: contain;
	position: absolute;
	top: 0.3em;
    left: -0.2em;
}
.abema_table dt span{
    padding: 0.4em 0.9em;
	border-radius: 2px;
	color: #fff;
	font-size: 1em;
	text-align: center;
	line-height: 1.2;
	text-shadow:
		black 2px 2px 0px, black 1px 2px 0px, black 0px 2px 0px, black -1px 2px 0px, black -2px 2px 0px, black 2px 1px 0px, black 1px 1px 0px, black 0px 1px 0px, black -1px 1px 0px, black -2px 1px 0px, black 2px 0px 0px, black 1px 0px 0px, black 0px 0px 0px, black -1px 0px 0px, black -2px 0px 0px, black 2px -1px 0px, black 1px -1px 0px, black 0px -1px 0px, black -1px -1px 0px, black -2px -1px 0px, black 2px -2px 0px, black 1px -2px 0px, black 0px -2px 0px, black -1px -2px 0px, black -2px -2px 0px;
}

.abema_table dt .rainbow_box {
    background: linear-gradient(to left, #3cb8fe 0%, #9a81ec 25%, #ff3349 75%, #ff6c34 100%);
}
.abema_table dt .rainbow_box_now {
    position: relative;
    font-size: 0.9em;
    background: linear-gradient(to left, #3cb8fe 0%, #9a81ec 25%, #ff3349 75%, #ff6c34 100%);
    animation: rainbowonair 2.0s ease 0s infinite;
}
@keyframes rainbowonair {
	0% { color: #ffea00; }
	20% { color: #fff; }
	80% { color: #fff; }
	100% { color: #ffea00; }
}
.abema_table dt .rainbow_box_now:before{
	content: "";
	width: 1.1em;
	height: 1.1em;
	background: url("../../img/46/now_icon_l.png") no-repeat center;
	background-size: contain;
	position: absolute;
	top: 0.4em;
    left: -1.1em;
    animation: puyonL 2.3s linear 0s infinite;
}
@keyframes puyonL {
  0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
  40%  { transform: scale(0.95, 1.2) translate(10%, 0%); }
  50%  { transform: scale(1.1, 0.9) translate(-5%, 0%); }
  60%  { transform: scale(0.95, 1.05) translate(3%, 0%); }
  70%  { transform: scale(1.05, 0.95) translate(-3%, 0%); }
  80%  { transform: scale(1.0, 1.0) translate(0%, 0%); }
  100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}
.abema_table dt .rainbow_box_now:after{
	content: "";
	width: 1.1em;
	height: 1.1em;
	background: url("../../img/46/now_icon_r.png") no-repeat center;
	background-size: contain;
	position: absolute;
	top: 0.4em;
    right: -1.1em;
    animation: puyonR 2.3s linear 0s infinite;
}
@keyframes puyonR {
  0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
  40%  { transform: scale(0.95, 1.2) translate(-10%, 0%); }
  50%  { transform: scale(1.1, 0.9) translate(5%, 0%); }
  60%  { transform: scale(0.95, 1.05) translate(-3%, 0%); }
  70%  { transform: scale(1.05, 0.95) translate(3%, 0%); }
  80%  { transform: scale(1.0, 1.0) translate(0%, 0%); }
  100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}
.abema_table dt .orange_box {
    background: #ff6c34;
}
.abema_table dt span,
.abema_table dd span {
	display: inline-block;
}
@media only screen and (min-width: 641px) {
    .abema_table dl {
        width: 100%;
        display: flex;
    }
    .abema_table dt {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 33%;
        padding: 1em;
        
    }
    .abema_table dd {
        display: flex;
        align-items: center;
        width: 67%;
        padding: 1em;
    }
}
@media screen and (min-width: 1001px) {
	.abema_table{
		font-size: 1.125em;
	}
    .abema_table dd a{
        font-size: 1em;
    }
	.abema_table dd a:hover {
		opacity: 0.7;
	}
}


/* ---------------------------------------------------------------------------
/* result
--------------------------------------------------------------------------- */
.wrap_result {
	width: 100%;
    padding-top: 110%;
	position: relative;
}
.wrap_result::after {
	content: "";
	width: 100%;
	padding-top: 190%;
	margin-top: -60%;
	margin-left: -53%;
	background: url(../../img/46/bg_result_light.png) center no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	animation: result_shine 2.0s ease 0s infinite;
	mix-blend-mode: screen;
}
@keyframes result_shine {
	0% { transform: scale(1.0); }
	50% { transform: scale(1.1); }
	100% { transform: scale(1.0); }
}
.wrap_result .ttl_result {
	width: 100%;
	max-width: 883px;
	position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -55%);
	font-size: 0;
	text-indent: -9999px;
    z-index: 11;
}
.wrap_result .ttl_result:before {
	content: "";
	width: 100%;
/*    padding-top: 23.1%;*/
	padding-top: 29.1%;
    background: url(../../img/46/ttl_result.png) center no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
}
.wrap_result .ttl_result:after {
	content: "";
/*	padding-top: 23.1%;*/
    padding-top: 38.1%;
	display: block;
}
.wrap_result .result_box {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
/* .wrap_result .result_box::before {
	content: "";
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	border: 2px solid #000;
	box-sizing: border-box;
	position: absolute;
	top: -1px;
	left: -1px;
	z-index: 10;
} */
.wrap_result .result_name {
	width: 95%;
	max-width: 752px;
	position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 5%);
    z-index: 12;
}
.wrap_result .logo_owarai_top{
	position: absolute;
	margin-top: 0.5em;
	max-width: 22vw;
    top: 2%;
    left: 2%;
    z-index: 13;
    filter: drop-shadow(0 0 20px rgba(255,255,255,1))
}

/**/
.wrap_result.no_photo::after {
	margin-top: -40%;
}
.wrap_result.no_photo .result_flame {
	padding-top: 10%;
	background: none;
}
.wrap_result.no_photo .result_box {
	display: none;
}

@media screen and (min-width:641px) {
	.wrap_result .logo_owarai_top {
        max-width: 20vw;
	}
}
@media screen and (min-width:1001px) {
	.wrap_result {
        padding-top: 55%;
	}
    .wrap_result::after {
        padding-top: 165%;
    }
	.wrap_result .logo_owarai_top {
        max-width: 18vw;
        margin-top: 3em;
	}
    .wrap_result .result_name{
        bottom: 2%;
    }
}


/* slide
--------------------------------------------------------------------------- */
.slide_item .bg_img {
	padding-top: 110%;
	display: block;
}
.bg_img.src1 {
	background: url("../../img/46/img_winner_1.jpg") center no-repeat;
	background-size: cover;
}
.bg_img.src2 {
	background: url("../../img/46/img_winner_2.jpg") center no-repeat;
	background-size: cover;
}
.bg_img.src3 {
	background: url("../../img/46/img_winner_3.jpg") center no-repeat;
	background-size: cover;
}
.bg_img.src4 {
	background: url("../../img/46/img_winner_4.jpg") center no-repeat;
	background-size: cover;
}
#slide_wrap {
	position: relative;
	overflow: hidden;
}
#slide_wrap .slide_item {
	width: 100%;
	opacity: 0;
	transform: scale(1);
	transition: opacity 2s linear, transform 7.5s linear;
	position: relative;
	z-index: 1;
}
#slide_wrap .slide_item:first-child {
	opacity: 1;
}
#slide_wrap .slide_item:not(:first-child) {
	position: absolute;
	top: 0;
	left: 0;
}
#slide_wrap .slide_item.show_ {
	opacity: 1;
}
#slide_wrap .slide_item.zoom_ {
	transform: scale(1.1);
}
#slide_wrap .slide_item img {
	width: 100%;
	display: block;
}
/*
@media screen and (min-width:1001px) {
	.slide_item .bg_img {
        padding-top: 65%;
	}
}
*/
@media screen and (min-width:1001px) {
	.slide_item .bg_img {
        padding-top: 55%;
	}
}

/**/

/* ---------------------------------------------------------------------------
 * summary
--------------------------------------------------------------------------- */
.wrap_summary {
	padding: 2em 0;
	background: #0035ac url(../../img/46/bg_final.png) top center repeat;
	position: relative;
}
.summary {
	width: 94%;
	max-width: 1000px;
	margin: 0 auto;
}
.summary .txt_box {
	line-height: 1.5;
}
.summary .txt_box p + p {
	margin-top: 1em;
}
/**/
.summary .txt_box .question {
	padding-left: 3.5em;
	font-weight: bold;
	position: relative;
}
.summary .txt_box .question:before {
	content: "";
	width: 3.0em;
	height: 1px;
	background: #000;
	display: block;
	position: absolute;
	top: 0.7em;
	left: 0;
}
.summary .txt_box .answer {
/*	padding-left: 3em;*/
    padding-left: 4em;
	position: relative;
}
.summary .txt_box .answer.irregular {
	padding-left: 5em;
}
.summary .txt_box .answer span {
	position: absolute;
	top: 0;
	left: 0;
	font-weight: bold;
}
@media screen and (min-width:641px) {
	.wrap_summary {
		padding: 3em 0;
	}
}


/* ---------------------------------------------------------------------------
 * news
--------------------------------------------------------------------------- */
.wrap_news {
	margin-bottom: 30px;
	background: #cc0000;
	position: relative;
	z-index: 10;
}
.wrap_news::before, .wrap_news::after {
	content: "";
	width: 100%;
	height: 2px;
	background: linear-gradient(to left, #dba045 10%, #faeea2 50%, #dba045 90%);
	border-top: 1px solid #fff;
	border-bottom: 1px solid #664e05;
	position: absolute;
	left: 0;
}
.wrap_news::before {
	top: 0;
}
.wrap_news::after {
	bottom: 0;
}
.news {
	width: 94%;
	max-width: 1000px;
	padding: 1em 0;
	margin: 0 auto;
	color: #fff;
	font-weight: bold;
	text-shadow:
		black 2px 2px 0px, black 1px 2px 0px, black 0px 2px 0px, black -1px 2px 0px, black -2px 2px 0px, black 2px 1px 0px, black 1px 1px 0px, black 0px 1px 0px, black -1px 1px 0px, black -2px 1px 0px, black 2px 0px 0px, black 1px 0px 0px, black 0px 0px 0px, black -1px 0px 0px, black -2px 0px 0px, black 2px -1px 0px, black 1px -1px 0px, black 0px -1px 0px, black -1px -1px 0px, black -2px -1px 0px, black 2px -2px 0px, black 1px -2px 0px, black 0px -2px 0px, black -1px -2px 0px, black -2px -2px 0px;
}
.news dt {
	padding-bottom: 0.75em;
	border-bottom: 2px solid rgba(255, 255, 255, 0.5);
	font-size: 5vw;
	font-family: GSanSerif-B;
	text-align: center;
}
.news dd {
	padding-top: 1em;
	line-height: 1.2;
}
.news li {
	margin-bottom: 1em;
	padding-left: 1.3em;
	position: relative;
}
.news li:last-child {
	margin-bottom: 0;
}
.news li:before {
	content: "◆";
	position: absolute;
	top: 0;
	left: 0px;
	color: #ffd400;
}
.news li a {
	padding-right: 2em;
	display: block;
	position: relative;
	transition: .3s;
}
.news li a::after {
	content: '';
	width: 0.75em;
	height: 0.75em;
	margin-top: -0.5em;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 0.75em;
	transition: .3s;
}
@media screen and (min-width:641px) {
	.news {
		width: 100%;
	}
	.news dl {
		display: flex;
		align-items: center;
	}
	.news dt {
		width: 18%;
		padding: 1.5em 0.5em;
		border-bottom: 0;
		border-right: 2px solid rgba(255, 255, 255, 0.5);
		font-size: 1.5rem;
	}
	.news dd {
		width: 82%;
		padding-top: 0;
		padding-left: 1em;
	}
}
@media screen and (min-width:1001px) {
	.wrap_news {
		margin-bottom: 60px;
	}
	.news dt {
		width: 15%;
	}
	.news dd {
		width: 85%;
	}
	.news dl {
		font-size: 1.125rem;
	}
	.news li a:hover {
		color: #ffd400;
	}
	.news li a:hover::after {
		border-top: solid 3px #ffd400;
		border-right: solid 3px #ffd400;
		right: 0;
	}
}

/* ---------------------------------------------------------------------------
 * entry
--------------------------------------------------------------------------- */
.wrap_entry {
	width: 90%;
	max-width: 1000px;
	padding: 3px;
	margin: 0 auto;
    background: linear-gradient(to left, #ff001e 0%, #fe4c00 50%, #ffb800 100%);
/*	background: url(../../img/46/bg_gold.png) no-repeat top center;*/
	background-size: cover;
	border-radius: 10px;
	box-sizing: border-box;
}
.wrap_entry_gold {
	width: 90%;
	max-width: 1000px;
	padding: 3px;
	margin: 0 auto;
	background: url(../../img/46/bg_gold.png) no-repeat top center;
	background-size: cover;
	border-radius: 10px;
	box-sizing: border-box;
}
.ttl_entry {
	padding: calc(0.7em + 2px) 0;
    background: linear-gradient(to left, #ff001e 0%, #fe4c00 50%, #ffb800 100%);
	border-radius: 7px 7px 0 0;
	color: #fff;
	font-family: GSanSerif-B;
	font-size: 5.0vw;
	text-align: center;
	line-height: 1.2;
    box-shadow: inset 0px 0px 0px 2px #fff;
	text-shadow:
		black 2px 2px 0px, black 1px 2px 0px, black 0px 2px 0px, black -1px 2px 0px, black -2px 2px 0px, black 2px 1px 0px, black 1px 1px 0px, black 0px 1px 0px, black -1px 1px 0px, black -2px 1px 0px, black 2px 0px 0px, black 1px 0px 0px, black 0px 0px 0px, black -1px 0px 0px, black -2px 0px 0px, black 2px -1px 0px, black 1px -1px 0px, black 0px -1px 0px, black -1px -1px 0px, black -2px -1px 0px, black 2px -2px 0px, black 1px -2px 0px, black 0px -2px 0px, black -1px -2px 0px, black -2px -2px 0px;
}
.ttl_entry .inner {
	display: inline-block;
	position: relative;
	z-index: 1;
}
.ttl_entry .inner::before, .ttl_entry .inner::after {
	content: "";
	width: 3.75em;
	height: 2.75em;
	position: absolute;
	bottom: -0.5em;
	z-index: -1;
}
.ttl_entry .inner::before {
	background: url("../../img/46/img_hanabi_l.png") no-repeat center bottom;
	background-size: contain;
	left: 0;
	left: -3em;
}
.ttl_entry .inner::after {
	background: url("../../img/46/img_hanabi_r.png") no-repeat center bottom;
	background-size: contain;
	right: 0;
	right: -3em;
}

.ttl_entry.animation .inner::before,
.ttl_entry.animation .inner::after{
    opacity: 0;
}
.ttl_entry.animation.scrollin .inner::before{
	animation-name:zoomInAnimeL;
	animation-duration:2.3s;
	animation-fill-mode:forwards;
}
.ttl_entry.animation.scrollin .inner::after{
    animation-name:zoomInAnimeR;
	animation-duration:2.3s;
	animation-fill-mode:forwards;
}
@keyframes zoomInAnimeL{
  0% {
    opacity: 0.1;
    transform: scale(0.1);
  }
  35% {
    opacity: 1;
    transform: scale(1.4);
  }
  100%{
    opacity: 1;
    transform: scale(1.4);
  }
}
@keyframes zoomInAnimeR{
  0% {
    opacity: 0;
      transform: scale(0.1);
  }
  45% {
    opacity: 0.1;
    transform: scale(0.3);
  }
  80%{
    opacity: 1;
    transform: scale(1.4);
  }
  100%{
    opacity: 1;
    transform: scale(1.4);
  }
}


.txt_entry {
	padding: 1em;
	background: #fff;
	border-radius: 0 0 7px 7px;
/*	box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.75);*/
	font-weight: bold;
	line-height: 1.2;
}
.txt_entry:first-child {
	border-radius: 7px;
}
.entry_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 1em;
}
.entry_list li {
	width: 48%;
	font-weight: bold;
}
.entry_list li span {
	margin-top: 0.25em;
	display: block;
	font-size: 0.7rem;
	font-weight: normal;
}
.entry_list li span.fs_ajust {
	margin-top: 0;
	margin-bottom: 0.25em;
	font-size: 1rem;
	font-family: GSanSerif-B;
}
.ttl_block_txt {
	padding-bottom: 0.5em;
	margin-top: 1em;
	margin-bottom: 0.75em;
	border-bottom: 2px solid #ccc;
	font-size: min(6vw, 2em);
	font-family: GSanSerif-U;
	font-style: italic;
	text-align: center;
}
.ttl_block_txt:first-child {
	margin-top: 0;
}
.ttl_block_txt span {
	color: #f20000;
	font-size: 1.5em;
	position: relative;
	top: 0.05em;
}
.wrap_entry .cution,
.wrap_entry_gold .cution{
	padding-right: 1em;
	font-size: 0.8rem;
	font-weight: normal;
	text-align: right;
}

/* ファイナリスト 表示調整 */
.final .entry_list {
	row-gap: 2em;
}
.final .entry_list::before, 
.final .entry_list::after {
	content: none;
}
.final .fs_ajust span{
	margin: 0;
	font-size: inherit;
}

@media screen and (min-width:641px) {
	.wrap_entry,
    .wrap_entry_gold{
		padding: 5px;
	}
	.ttl_entry {
		border-radius: 5px 5px 0 0;
		font-size: 4.0vw;
	}
	.txt_entry {
		padding: 1.5em;
		background-size: auto;
		border-radius: 0 0 5px 5px;
	}
	.txt_entry:first-child {
		border-radius: 5px;
	}
	.entry_list::after {
		content: "";
		display: block;
		width: 32%;
		height: 0;
	}
	.entry_list li {
		width: 32%;
	}
	.entry_list.col_2_4 li {
		width: 48%;
	}
	.entry_list li span.fs_ajust {
		font-size: 1.25rem;
	}
}
@media screen and (min-width:1001px) {
	.ttl_entry {
		padding: 0.5em 0;
		font-size: 2.5rem;
		text-shadow:
			black 3px 3px 0px, black 2px 3px 0px, black 1px 3px 0px, black 0px 3px 0px, black -1px 3px 0px, black -2px 3px 0px, black -3px 3px 0px, black 3px 2px 0px, black 2px 2px 0px, black 1px 2px 0px, black 0px 2px 0px, black -1px 2px 0px, black -2px 2px 0px, black -3px 2px 0px, black 3px 1px 0px, black 2px 1px 0px, black 1px 1px 0px, black 0px 1px 0px, black -1px 1px 0px, black -2px 1px 0px, black -3px 1px 0px, black 3px 0px 0px, black 2px 0px 0px, black 1px 0px 0px, black 0px 0px 0px, black -1px 0px 0px, black -2px 0px 0px, black -3px 0px 0px, black 3px -1px 0px, black 2px -1px 0px, black 1px -1px 0px, black 0px -1px 0px, black -1px -1px 0px, black -2px -1px 0px, black -3px -1px 0px, black 3px -2px 0px, black 2px -2px 0px, black 1px -2px 0px, black 0px -2px 0px, black -1px -2px 0px, black -2px -2px 0px, black -3px -2px 0px, black 3px -3px 0px, black 2px -3px 0px, black 1px -3px 0px, black 0px -3px 0px, black -1px -3px 0px, black -2px -3px 0px, black -3px -3px 0px;
	}
	.txt_entry {
		padding: 2em;
	}
	.entry_list::before, .entry_list::after {
		content: "";
		display: block;
		width: 24%;
		height: 0;
	}
	.entry_list::before {
		order: 1;
	}
	.entry_list li {
		width: 24%;
	}
	.entry_list.col_2_4 li {
		width: 24%;
	}
}
/* ---------------------------------------------------------------------------
 * final
--------------------------------------------------------------------------- */
.bg_final {
	background: rgba(217,2,25,0.65);
	position: relative;
	overflow: hidden;
}
.bg_final::before {
	content: "";
	width: 70vw;
	height: 56vw;
	background:	url("../../img/46/bg_final_left.png") top left no-repeat;
	background-size: contain;
	position: absolute;
	left: -35vw;
	top: -10vw;
}
.animation.bg_final::before {
	transform: translate(-100% , 0);
}
.animation.scrollin.bg_final::before {
	animation: slideInL .6s ease 0s 1 forwards;
}
.bg_final::after {
	content: "";
	width: 70vw;
	height: 56vw;
	background:	url("../../img/46/bg_final_right.png") top left no-repeat;
	background-size: contain;
	position: absolute;
	right: -35vw;
	top: -10vw;
}
.animation.bg_final::after {
	transform: translate(100% , 0);
}
.animation.scrollin.bg_final::after {
	animation: slideInR .6s ease 0s 1 forwards;
}
.final {
	width: 94%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
@keyframes slideInL {
	0% {
		transform: translate(-100% , 0);
	}
	80% {
		transform: translate(5% , 0);
	}
	100% {
		transform: translate(0 , 0);
	}
}
@keyframes slideInR {
	0% {
		transform: translate(100% , 0);
	}
	80% {
		transform: translate(-5% , 0);
	}
	100% {
		transform: translate(0 , 0);
	}
}
@media screen and (min-width:641px) {
	.bg_final::before {
		width: 50vw;
		height: 40vw;
		left: -20vw;
		top: -10vw;
	}
	.bg_final::after {
		width: 50vw;
		height: 40vw;
		right: -20vw;
		top: -10vw;
	}
}
@media screen and (min-width:1001px) {
	.bg_final::before {
		width: 450px;
		height: 360px;
		left: -20px;
		top: -100px;
	}
	.bg_final::after {
		width: 450px;
		height: 360px;
		right: -20px;
		top: -100px;
	}
}
/*	ttl_final
------------------------------------ */
.ttl_final {
	margin: -20px 0 10px;
	position: relative;
	z-index: 1;
}
/*注釈なし*/
.ttl_final.md_ajust {
	margin: -20px 0 30px;
}
.animation .ttl_final {
	opacity: 0;
}
.animation.scrollin .ttl_final {
	animation: bounceIn .6s ease 0.5s 1 forwards;
}
.ttl_final::before,
.ttl_final::after {
	content: "";
	width: 100%;
	height: 180%;
	background: url("../../img/46/bg_final_glitter.png") center no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0;	
}
.ttl_final::before {
	transform: translate(-50%,-50%);
}
.animation.scrollin .ttl_final::before {
	animation: blink 3s ease 2s infinite forwards;
}
.ttl_final::after {
	transform: translate(-50%,-50%) scale(1,-1);
}
.animation.scrollin .ttl_final::after {
	animation: blink 3s ease 0.5s infinite forwards;
}
.ttl_final img {
	margin: 0 auto;
}
@keyframes bounceIn {
	0% {
		opacity: 0;
		transform: scale(0.75);
	}
	50% {
		opacity: 1;
		transform: scale(1.125);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}
@keyframes blink {
	20% {
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	60% {
		opacity: 1;
	}
	80% {
		opacity: 0;
	}
}
@media screen and (max-width:640px) {
	.ttl_final {
		width: 60%;
		margin: -30px auto -10px;
	}
	/*注釈なし*/
	.ttl_final.md_ajust {
		margin: -25px auto 20px;
	}
	.ttl_final::before,
	.ttl_final::after {
		width: 100vw;
		height: 30vw;
	}
    .ttl_final.ikigomi{
        width: 90%;
}
/*
	.ttl_final.ikigomi::before,
	.ttl_final.ikigomi::after {
		width: 85vw;
		height: 30vw;
	}
*/
}
.block_cution {
	margin-bottom: 1.0rem;
	color: #fff;
	font-size: 0.75rem;
	text-align: right;
	text-shadow: 0 0 3px #fe5105, 0 0 3px #fe5105, 0 0 3px #fe5105, 0 0 3px #fe5105;
}

/*	ttl_block
------------------------------------ */
.ttl_block_wrap {
	padding: 3vw 0;
	margin-top: 4vw;
	margin-bottom: 6vw;
	position: relative;
	text-align: center;
	z-index: 1;
}
.ttl_block_wrap img {
	height: 11.25vw;
}
.ttl_block_wrap .ttl_block_txt {
    padding: 0;
    margin: 0;
	border: none;
	transform: translateY(-5%);
	font-size: min(7vw, 2.5em);
	text-shadow: 0 0 2px #fff, 0 0 2px #fff,
	0 0 4px #fff, 0 0 4px #fff,
	0 0 6px #fff, 0 0 6px #fff,
	0 0 8px #fff, 0 0 8px #fff,
	0 0 10px #fff, 0 0 10px #fff;
}
.ttl_block_wrap::before {
	content: "";
	width: 100%;
	padding-top: 18vw;
	background: url("../../img/46/smp/bg_tll_block_smp.png") no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	/*filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.5));*/
	z-index: -1;
}
@media screen and (min-width:641px) {
	.ttl_block_wrap {
		padding: 15px 0;
		margin-top: 35px;
		margin-bottom: 40px;
	}
	.ttl_block_wrap::before {
		padding-top: 106px;
		background: url("../../img/46/pc/bg_tll_block_pc.png") no-repeat center;
		background-size: 100% 100%;
	}
	.ttl_block_wrap img {
		height: 72px;
	}
}
@media screen and (min-width:1001px) {
	.ttl_block_wrap::before {
		width: 110%;
		max-width: 1060px;
		background-size: contain;
	}
}
.block_box ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.block_box li {
	width: 48%;
	margin-bottom: 4vw;
	position: relative;
}
.block_box li .performer_box {
	padding: 3px;
	background: linear-gradient(45deg, #dba045 0%, #faeea2 50%, #dba045 100%);
	box-shadow: inset 0.1vw 0.1vw #fff, 0 0.2vw 0.6vw rgba(0, 0, 0, 0.5);
	position: relative;
	overflow: hidden;
}
.block_box li.lose .performer_box {
	background: #999;
}
.block_box li .performer_box_inner {
	border: 0.2vw solid #000;
	box-shadow: 1px 1px #fff;
	position: relative;
}
.block_box li .cat01 .performer_box_inner {
	background: #0059b3;
}
.block_box li .cat02 .performer_box_inner {
	background: #0073e6;
}
.block_box li .cat03 .performer_box_inner {
	background: #00b365;
}
.block_box li .cat04 .performer_box_inner {
	background: #f26500;
}
.block_box li .img {
	position: relative;
	overflow: hidden;
}
.block_box li.win .performer_box::before {
	content: "";
	width: 100%;
	height: 100%;
	background: #fff;
	background-size: contain;
	position: absolute;
	bottom: 0;
	left: -130%;
	transition: .3s;
	transform: skew(-20deg, 0);
	animation: win_shine 4.0s ease 0s infinite forwards;
}
@keyframes win_shine {
	75% {
		left: -130%;
	}
	100% {
		left: 130%;
	}
}
.block_box li.win::before {
	content: "";
	width: 100%;
	padding-top: 18.04%;
	background: url("../../img/46/txt_finalstage.png") 0 0 no-repeat;
	background-size: contain;
	position: absolute;
	top: -10%;
	left: 50%;
	transform: translate(-50%, 50%) scale(1.1);
	z-index: 1;
}
.block_box li .performer_box .txt {
	position: relative;
	display: block;
}
/**/
.block_box li .performer_box .genre {
	width: 6em;
	padding: 0 1em;
	position: absolute;
	top: -1.3em;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
	color: #fff;
	font-size: 3.75vw;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
}
.block_box li .performer_box .genre span {
	padding: 0.3em;
	min-width: 3em;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	display: inline-block;
	position: relative;
}
.block_box li .performer_box .genre span::before, .block_box li .performer_box .genre span::after {
	content: "";
	width: 1.5em;
	height: 1.5em;
	position: absolute;
	top: 50%;
	box-sizing: border-box;
	transform-origin: top center;
	z-index: -1;
}
.block_box li .performer_box .genre span::before {
	left: -1.2em;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: translateY(-35%) rotate(-45deg);
}
.block_box li .performer_box .genre span::after {
	right: -1.2em;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: translateY(-35%) rotate(45deg);
}
.block_box li .performer_box.cat01 .genre span, .block_box li .performer_box.cat01 .genre span::before, .block_box li .performer_box.cat01 .genre span::after {
	background: #cc0000;
}
.block_box li .performer_box.cat02 .genre span, .block_box li .performer_box.cat02 .genre span::before, .block_box li .performer_box.cat02 .genre span::after {
	background: #0073e6;
}
.block_box li .performer_box.cat03 .genre span, .block_box li .performer_box.cat03 .genre span::before, .block_box li .performer_box.cat03 .genre span::after {
	background: #00b365;
}
.block_box li .performer_box.cat04 .genre span, .block_box li .performer_box.cat04 .genre span::before, .block_box li .performer_box.cat04 .genre span::after {
	background: #f26500;
}
/**/
.block_box li .catch {
	padding: 1em 0 0;
	color: #ffff14;
	font-size: 3.25vw;
	font-weight: bold;
	/*font-family: GSanSerif-B;*/
	text-align: center;
	text-shadow:
		black 2px 2px 0px, black 1px 2px 0px, black 0px 2px 0px, black -1px 2px 0px, black -2px 2px 0px, black 2px 1px 0px, black 1px 1px 0px, black 0px 1px 0px, black -1px 1px 0px, black -2px 1px 0px, black 2px 0px 0px, black 1px 0px 0px, black 0px 0px 0px, black -1px 0px 0px, black -2px 0px 0px, black 2px -1px 0px, black 1px -1px 0px, black 0px -1px 0px, black -1px -1px 0px, black -2px -1px 0px, black 2px -2px 0px, black 1px -2px 0px, black 0px -2px 0px, black -1px -2px 0px, black -2px -2px 0px;
}
.block_box li .catch + .name {
	padding: 0.5em 0 0.8em;
}
.block_box li .name {
	padding: 1em 0;
	color: #fff;
	font-size: 4.2vw;
	font-family: GSanSerif-B;
	text-align: center;
	text-shadow:
		black 2px 2px 0px, black 1px 2px 0px, black 0px 2px 0px, black -1px 2px 0px, black -2px 2px 0px, black 2px 1px 0px, black 1px 1px 0px, black 0px 1px 0px, black -1px 1px 0px, black -2px 1px 0px, black 2px 0px 0px, black 1px 0px 0px, black 0px 0px 0px, black -1px 0px 0px, black -2px 0px 0px, black 2px -1px 0px, black 1px -1px 0px, black 0px -1px 0px, black -1px -1px 0px, black -2px -1px 0px, black 2px -2px 0px, black 1px -2px 0px, black 0px -2px 0px, black -1px -2px 0px, black -2px -2px 0px;
}
.block_box li .name .fs_s {
	width: 110%;
	display: inline-block;
	transform: scale(0.85, 1);
	position: relative;
	left: -5%;
	white-space: nowrap;
	text-align: center;
}
.block_box li .belong {
	padding: 0.6em 0.25em;
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	font-size: 0.6rem;
	text-align: center;
}
.block_box li .twbox a {
	padding: 0.8em 0 0.6em;
	background: #1da1f2;
	color: #fff;
	font-size: 0.9rem;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.block_box li .twbox a:hover {
	background: #0c7abf;
}
.block_box li .twbox a span {
	position: relative;
	margin-left: 2em;
}
.block_box li .twbox a span:before {
	content: "";
	background: url(../../img/44/icon_twitter.png)no-repeat center bottom;
	background-size: contain;
	width: 1.5em;
	height: 1.5em;
	position: absolute;
	left: -2em;
	top: -0.3em;
}
.block_box li .btn_wrap {
	width: 90%;
	padding: 10px 0;
	margin: 10px auto;
	background: #ffea00;
	/*display: block;*/
	display: none;
	box-sizing: border-box;
	border-radius: 6px;
	border: 2px solid #000;
	box-shadow: inset 0 0 0 1px #fff;
	color: #000;
	text-align: center;
	transition: .3s;
}
.block_box li .tel_num {
	padding-left: 1.4em;
	position: relative;
	font-size: 4.5vw;
	font-weight: bold;
}
.block_box li .tel_num:before {
	content: "";
	width: 1.2em;
	height: 1.2em;
	margin-top: -0.6em;
	background: url(../../img/44/icon_tel.png) 0 0 no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
}
.block_box li .present_name {
	margin-top: 8px;
	display: block;
	font-size: 3vw;
	font-weight: bold;
}
.choice_01 .btn_wrap.num_01 {
	display: block;
}
.choice_01.end_a .a-block .btn_wrap.num_01 {
	display: none !important;
}
.choice_01.end_b .b-block .btn_wrap.num_01 {
	display: none !important;
}
.choice_02 .btn_wrap.num_02 {
	display: block;
}
.choice_02.end_a .a-block .btn_wrap.num_02 {
	display: none !important;
}
.choice_02.end_b .b-block .btn_wrap.num_02 {
	display: none !important;
}
.choice_03 .btn_wrap.num_03 {
	display: block;
}
.choice_03.end_a .a-block .btn_wrap.num_03 {
	display: none !important;
}
.choice_03.end_b .b-block .btn_wrap.num_03 {
	display: none !important;
}
@media screen and (min-width:375px) {
	.block_box li .performer_box .genre {
		font-size: 0.875rem;
	}
	.block_box li .belong {
		font-size: 0.75rem;
	}
}
@media screen and (min-width:430px) {
	.block_box li .name {
		font-size: 1.125rem;
	}
	.block_box li .tel_num {
		font-size: 1.25rem;
	}
	.block_box li .present_name {
		font-size: 0.812rem;
	}
}
@media screen and (min-width:460px) {
	.block_box li .catch {
		font-size: 0.937rem;
	}
}
@media screen and (min-width:641px) {
	.block_box ul::after {
		content: "";
		width: 32%;
		height: 0;
		display: block;
	}
	.block_box li {
		width: 31%;
		margin-bottom: 40px;
	}
	.block_box ul {
		justify-content: space-evenly;
	}
	.block_box.ire_split li {
		width: 49%;
		max-width: 270px;
	}
}
@media screen and (min-width:855px) {
	.block_box ul {
		justify-content: space-between;
	}
	.block_box.ire_split li {
		width: 24%;
	}
}
@media screen and (min-width:1001px) {
	.block_box ul::before, .block_box ul::after {
		content: "";
		width: 24%;
		height: 0;
		display: block;
	}
	.block_box ul::before {
		order: 1;
	}
	.block_box li {
		width: 24%;
	}
	.block_box li .performer_box {
		padding: 5px;
		box-shadow: inset 2px 2px #fff, 0 2px 6px rgba(0, 0, 0, 0.5);
	}
	.block_box li .performer_box_inner {
		border: 2px solid #000;
	}
	.block_box li .name .fs_s {
		transform: scale(1, 1);
	}
	.block_box li .btn_wrap:hover {
		transform: scale(1.05);
	}
}
/* ---------------------------------------------------------------------------
 * cast
--------------------------------------------------------------------------- */
.bg_cast {
	background: rgba(255,255,255,0.75);
}
.cast {
	width: 94%;
	max-width: 1000px;
	margin: 0 auto;
	font-size: clamp(0.875em, 2.18vw, 1em);
}
.cast dl {
	padding: 15px 0;
	border-bottom: 2px solid #696969;
	line-height: 1.2;
	text-align: center;
}
.cast dl:first-child {
	padding-top: 0;
}
.cast dl:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}
.cast dt {
	margin-bottom: 1.0rem;
	color: #fff;
	font-family: GSanSerif-B;
	font-size: 5.3vw;
	text-shadow:
		black 2px 2px 0px, black 1px 2px 0px, black 0px 2px 0px, black -1px 2px 0px, black -2px 2px 0px, black 2px 1px 0px, black 1px 1px 0px, black 0px 1px 0px, black -1px 1px 0px, black -2px 1px 0px, black 2px 0px 0px, black 1px 0px 0px, black 0px 0px 0px, black -1px 0px 0px, black -2px 0px 0px, black 2px -1px 0px, black 1px -1px 0px, black 0px -1px 0px, black -1px -1px 0px, black -2px -1px 0px, black 2px -2px 0px, black 1px -2px 0px, black 0px -2px 0px, black -1px -2px 0px, black -2px -2px 0px;
}
.cast dt .inner {
	min-width: 6em;
	padding: 0.375em 1em;
	background: url("../../img/46/bg_ttl_cast.png") no-repeat center;
	background-size: contain;
	position: relative;
	display: inline-block;
	box-sizing: border-box;
}
.cast dd {
	color: #fff;
}
.mc_list {
	max-width: 850px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.mc_list li {
	width: 45%;
	text-align: center;
}
.mc_list .img_mc {
	border: 2px solid #0098e5;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.cast li {
	width: 20%;
	margin: 0 0.5em;
}
.cast li span {
	margin-bottom: 0.25em;
	display: block;
	font-size: 0.65em;
	font-weight: normal;
}
.mc_list {
	margin-bottom: 0.5em;
	justify-content: center;
    color: #000;
/*
	text-shadow:
		black 2px 3px 0px, black 1px 3px 0px, black 0px 3px 0px, black -1px 3px 0px, black -2px 3px 0px, black 2px 2px 0px, black 1px 2px 0px, black 0px 2px 0px, black -1px 2px 0px, black -2px 2px 0px, black 2px 1px 0px, black 1px 1px 0px, black 0px 1px 0px, black -1px 1px 0px, black -2px 1px 0px, black 2px 0px 0px, black 1px 0px 0px, black 0px 0px 0px, black -1px 0px 0px, black -2px 0px 0px, black 2px -1px 0px, black 1px -1px 0px, black 0px -1px 0px, black -1px -1px 0px, black -2px -1px 0px, black 2px -2px 0px, black 1px -2px 0px, black 0px -2px 0px, black -1px -2px 0px, black -2px -2px 0px;
*/
}
.mc_list li {
	width: 35%;
	margin: 0 1em;
    font-weight: bold;
}
.mc_list .img_mc {
	width: 100%;
	max-width: 240px;
	margin: 0 auto 0.5em;
	border: 2px solid #ffc233;
}
.cast_list {
	margin-bottom: -1em;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	color: #000;
/*
	text-shadow:
		white 2px 2px 0px, white 1px 2px 0px, white 0px 2px 0px, white -1px 2px 0px, white -2px 2px 0px, white 2px 1px 0px, white 1px 1px 0px, white 0px 1px 0px, white -1px 1px 0px, white -2px 1px 0px, white 2px 0px 0px, white 1px 0px 0px, white 0px 0px 0px, white -1px 0px 0px, white -2px 0px 0px, white 2px -1px 0px, white 1px -1px 0px, white 0px -1px 0px, white -1px -1px 0px, white -2px -1px 0px, white 2px -2px 0px, white 1px -2px 0px, white 0px -2px 0px, white -1px -2px 0px, white -2px -2px 0px;
*/
}
.cast_list li {
	width: 29%;
	max-width: 180px;
	margin: 0 2% 1em;
	font-weight: bold;
}
.cast_list.guest li {
	width: 45%;
	max-width: inherit;
}
.cast_list li .img {
	margin-bottom: 0.5em;
	border: 2px solid #ffc233;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.cast_cution {
	color: #000;
	font-size: 0.75rem;
	text-align: right;
}
@media screen and (min-width:490px) {
	.cast dt {
		font-size: 1.625rem;
	}
}
@media screen and (min-width:641px) {
	.cast dl {
		padding: 30px 0;
	}
	.cast dt {
		margin-bottom: 1.5rem;
	}
	.cast_list {
		margin-bottom: -2em;
	}
	.cast_list li {
		width: 20%;
		margin-bottom: 2em;
	}
	.cast_list.guest li {
		width: 29%;
	}
}
@media screen and (min-width:1001px) {
	.cast li {
		font-size: 1.125rem;
	}
}
/* ---------------------------------------------------------------------------
 * desc
--------------------------------------------------------------------------- */
.wrap_desc {
	width: 90%;
	max-width: 1000px;
	padding: 3px;
	margin: 0 auto 45px;
    background: linear-gradient(to left, #00b1fe 0%, #0acbc9 50%, #00d69f 100%);
	background-size: cover;
	border-radius: 10px;
	box-sizing: border-box;
}
.ttl_desc {
	padding: calc(0.7em + 2px) 0;
    background: linear-gradient(to left, #00b1fe 0%, #0acbc9 50%, #00d69f 100%);
	background-size: cover;
	border-radius: 7px 7px 0 0;
	color: #fff;
	font-family: GSanSerif-B;
	font-size: 5.0vw;
	text-align: center;
	line-height: 1.2;
	box-shadow: inset 0px 0px 0px 2px #fff;
	text-shadow:
		black 2px 2px 0px, black 1px 2px 0px, black 0px 2px 0px, black -1px 2px 0px, black -2px 2px 0px, black 2px 1px 0px, black 1px 1px 0px, black 0px 1px 0px, black -1px 1px 0px, black -2px 1px 0px, black 2px 0px 0px, black 1px 0px 0px, black 0px 0px 0px, black -1px 0px 0px, black -2px 0px 0px, black 2px -1px 0px, black 1px -1px 0px, black 0px -1px 0px, black -1px -1px 0px, black -2px -1px 0px, black 2px -2px 0px, black 1px -2px 0px, black 0px -2px 0px, black -1px -2px 0px, black -2px -2px 0px;
}
.ttl_desc .inner,.ttl_desc em{
	display: inline-block;
	position: relative;
	z-index: 1;
}
.ttl_desc .inner::before, .ttl_desc .inner::after, .ttl_desc em::before, .ttl_desc em::after{
	content: "";
	width: 3.75em;
	height: 2.5em;
	position: absolute;
	bottom: -0.5em;
	z-index: -1;
}
.ttl_desc .inner::before {
	background: url("../../img/46/img_sensu_l.png") no-repeat center bottom;
	background-size: contain;
	left: 0;
	left: -2.5em;
}
.ttl_desc .inner::after {
	background: url("../../img/46/img_sensu_r.png") no-repeat center bottom;
	background-size: contain;
	right: 0;
	right: -2.5em;
}
.ttl_desc em::before {
	background: url("../../img/46/img_sensu_l_kira.png") no-repeat center bottom;
	background-size: contain;
	left: 0;
    left: -2.5em;
    z-index: 2;
}
.ttl_desc em::after {
	background: url("../../img/46/img_sensu_r_kira.png") no-repeat center bottom;
	background-size: contain;
	right: 0;
    right: -2.5em;
    z-index: 1;
}
.ttl_desc.animation.scrollin em::before{
	animation-name:fadeL;
	animation-duration:2.5s;
	animation-iteration-count: infinite;
}

.ttl_desc.animation.scrollin em::after{
    animation-name:fadeR;
	animation-duration:2.5s;
	animation-iteration-count: infinite;
}
@keyframes fadeL{
  0%{
    opacity: 1;
    }
  10% {
    opacity: 0.75;
  }
  20% {
    opacity: 0.5;
  }
  30% {
    opacity: 0.25;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 0;
}
  60% {
    opacity: 0;
}
  70% {
    opacity: 0.25;
}
  80% {
    opacity: 0.5;
}
  90% {
    opacity: 0.75;
}
  100% {
    opacity: 1;
}
}
@keyframes fadeR{
  0%{
    opacity: 0;
    }
  10% {
    opacity: 0;
  }
  20% {
    opacity: 0.25;
  }
  30% {
    opacity: 0.5;
  }
  40% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
}
  60% {
    opacity: 1;
}
  70% {
    opacity: 0.75;
}
  80% {
    opacity: 0.5;
}
  90% {
    opacity: 0.25;
}
  100% {
    opacity: 0;
}
}

.txt_desc {
	padding: 1em;
	background: #fff;
	background-size: 30px;
	border-radius: 0 0 7px 7px;
/*	box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.75);*/
	font-weight: bold;
	line-height: 1.8;
}
.txt_desc p + p {
	margin-top: 0.5em;
}
@media screen and (min-width:641px) {
	.wrap_desc {
		padding: 5px;
		margin-bottom: 60px;
	}
	.ttl_desc {
		border-radius: 5px 5px 0 0;
		font-size: 4.0vw;
	}
	.ttl_desc .inner{
		padding: 0 2.75em 0 2.5em;
	}
	.ttl_desc .inner::before,
    .ttl_desc em::before{
		left: 0;
	}
	.ttl_desc .inner::after,
    .ttl_desc em::after{
		right: 0;
	}
	.txt_desc {
		padding: 1.5em;
		background-size: auto;
		border-radius: 0 0 5px 5px;
		font-size: 1.125rem;
	}
}
@media screen and (min-width:1001px) {
	.ttl_desc {
		padding: calc(0.5em + 2px) 0;
		font-size: 2.45rem;
		text-shadow:
			black 3px 3px 0px, black 2px 3px 0px, black 1px 3px 0px, black 0px 3px 0px, black -1px 3px 0px, black -2px 3px 0px, black -3px 3px 0px, black 3px 2px 0px, black 2px 2px 0px, black 1px 2px 0px, black 0px 2px 0px, black -1px 2px 0px, black -2px 2px 0px, black -3px 2px 0px, black 3px 1px 0px, black 2px 1px 0px, black 1px 1px 0px, black 0px 1px 0px, black -1px 1px 0px, black -2px 1px 0px, black -3px 1px 0px, black 3px 0px 0px, black 2px 0px 0px, black 1px 0px 0px, black 0px 0px 0px, black -1px 0px 0px, black -2px 0px 0px, black -3px 0px 0px, black 3px -1px 0px, black 2px -1px 0px, black 1px -1px 0px, black 0px -1px 0px, black -1px -1px 0px, black -2px -1px 0px, black -3px -1px 0px, black 3px -2px 0px, black 2px -2px 0px, black 1px -2px 0px, black 0px -2px 0px, black -1px -2px 0px, black -2px -2px 0px, black -3px -2px 0px, black 3px -3px 0px, black 2px -3px 0px, black 1px -3px 0px, black 0px -3px 0px, black -1px -3px 0px, black -2px -3px 0px, black -3px -3px 0px;
	}
	.ttl_desc .inner {
		padding: 0 3.5em 0 3.25em;
	}
	.txt_desc {
		font-size: 1.25rem;
		text-align: center;
	}
}
/* ---------------------------------------------------------------------------
 * abema
--------------------------------------------------------------------------- */
.wrap_abema {
	width: 90%;
	max-width: 750px;
/*	margin: 30px auto;*/
    margin: 0 auto;
}
.wrap_abema:first-child {
	margin-top: 0;
}
.wrap_abema:last-child {
	margin-bottom: 0;
}
.wrap_abema a {
/*	border: 1px solid #fff;*/
	border-radius: 5px;
	background: #000;
	display: block;
	box-sizing: border-box;
/*	box-shadow: 0 0 10px rgba(0, 0, 0, 1);*/
	text-align: center;
	position: relative;
	z-index: 1;
	transition: .3s;
	overflow: hidden;
}
@media screen and (min-width:641px) {
	.wrap_abema a {
/*		border: 3px solid #fff;*/
		border-radius: 10px;
	}
}
@media screen and (min-width:800px) {

}
@media screen and (min-width:1001px) {
	.wrap_abema {
/*		margin: 60px auto;*/
        margin: 0 auto;
	}
	.wrap_abema a:hover {
		transform: scale(1.025);
	}
}
/* ---------------------------------------------------------------------------
 * whats
--------------------------------------------------------------------------- */
.bg_whats {
    background: rgba(0,0,0,0.70);
/*	background: #000 url(../../img/44/bg_co02.png) center top no-repeat;*/
}
.bg_circle_blu {
	background: #005ecd url("../../img/44/bg_circle_blu.png") center repeat;
}
.wrap_whats {
	overflow: hidden;
}
.whats {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	color: #fff;
	font-weight: bold;
	text-shadow: 0 2px 0 rgba(0, 0, 0, 1.0);
	line-height: 1.5;
}
.whats li {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.whats li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
.whats li .img {
	max-width: 240px;
	margin: 0 auto 15px;
	text-align: center;
}
.whats li .ttl {
	color: #ffe74c;
	margin: 0 0 0.5em;
	font-size: 1.5rem;
	font-family: GSanSerif-B;
	line-height: 1.3;
	text-align: center;
}
.whats li .ttl .nowrap {
	white-space: nowrap;
}
@media screen and (min-width:641px) {
	.bg_whats {
/*		background-size: contain;*/
	}
	.whats ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.whats li {
		width: 45%;
		padding-bottom: 0;
		margin-bottom: 15px;
		border-bottom: none;
	}
}
@media screen and (min-width:1001px) {
	.whats ul {
		justify-content: space-between;
	}
	.whats li {
		width: 30%;
		margin-bottom: 0;
	}
	.whats li .img {
		max-width: inherit;
	}
}
/* ---------------------------------------------------------------------------
 * sns
--------------------------------------------------------------------------- */
.wrap_sns {
	width: 80%;
	max-width: 600px;
	margin: 0 auto;
}
.wrap_twitter {
	max-width: 600px;
	margin-bottom: 1rem;
	background: #fff;
	border: 2px solid #999;
	border-radius: 5px;
}
.wrap_twitter a {
	color:#000
}
.twitter_embed {
	width: 98%;
	max-width: 600px;
	margin: 0.5rem auto;
	height: 400px;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	overflow-y: scroll;
	background: #fff;
	box-sizing: border-box;
}
.twitter_embed iframe {
	width: 660px !important;
}
.wrap_btn_sns a {
	padding: 1.5em 1rem;
	display: flex;
	justify-content: center;
	box-sizing: border-box;
	border-radius: 5px;
	transition: all .3s;
	color: #fff;
	font-size: 1.125rem;
	font-weight: bold;
	text-decoration: none;
}
.wrap_btn_sns a span {
	padding-left: 2em;
	position: relative;
}
.wrap_btn_sns a span::before {
	content: "";
	width: 1.6em;
	height: 1.6em;
	margin-top: -0.8em;
	position: absolute;
	top: 50%;
	left: 0;
}
.wrap_btn_sns .btn_x {
	background: #000;
}
.wrap_btn_sns .btn_x span::before {
	background: url("../../img/46/ico_x.png") center no-repeat;
	background-size: contain;
}
/*
.wrap_btn_sns .btn_twitter {
	background: #1da1f2;
}
.wrap_btn_sns .btn_twitter span::before {
	background: url("../../img/44/icon_twitter.png") center no-repeat;
	background-size: contain;
}
*/
.wrap_btn_sns .btn_instagram {
	background: #d4006a url("../../img/46/bg_insta.png") no-repeat;
	background-size: 100% 100%;
}
.wrap_btn_sns .btn_instagram span::before {
	background: url("../../img/46/icon_insta.png") no-repeat;
	background-size: contain;
}
/*.wrap_btn_sns .btn_tiktok {
	background: #000;
}
.wrap_btn_sns .btn_tiktok span::before {
	background: url("../../img/44/icon_tiktok.png") no-repeat;
	background-size: contain;
}*/
@media screen and (max-width:1000px) {
	.wrap_btn_sns a {
		margin-bottom: 15px;
	}
}
@media screen and (min-width:641px) {
	.twitter_embed {
		overflow: hidden;
	}
	.wrap_btn_sns a:last-child {
		margin-bottom: 0;
	}
}
@media screen and (min-width:1001px) {
	.wrap_sns {
		max-width: 920px;
		display: flex;
		justify-content: space-between;
	}
	.wrap_twitter {
		width: 66%;
		margin-bottom: 0;
	}
	.wrap_btn_sns {
		width: 30%;
		display: flex;
		flex-wrap: wrap;
		align-content: space-between;
	}
	.wrap_btn_sns a {
		width: 100%;
		height: 46%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.wrap_btn_sns a:hover {
		transform: scale(1.05) translate3d(0, 0, 0);
	}
	.wrap_btn_sns .btn_x span {
		padding-left: 0;
		padding-top: 4.5em;
	}
	.wrap_btn_sns .btn_x span::before {
		width: 3.6em;
		height: 3.6em;
		margin-top: 0;
		margin-left: -1.8em;
		top: 0;
		left: 50%;
	}
	.wrap_btn_sns .btn_instagram span {
		padding-left: 0;
		padding-top: 4.5em;
	}
	.wrap_btn_sns .btn_instagram span::before {
		width: 3.6em;
		height: 3.6em;
		margin-top: 0;
		margin-left: -1.8em;
		top: 0;
		left: 50%;
	}
}

/* ---------------------------------------------------------------------------
 * bnr
--------------------------------------------------------------------------- */
.wrap_bnr_area {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}
.bnr_list {
	display: flex;
	justify-content: center;
	row-gap: 10px;
}
.bnr_list li {
	max-width: 310px;
	margin: 0 1%;
}
.bnr_list li a {
	display: block;
	box-sizing: border-box;
	text-align: center;
	transition: .5s;
}
@media screen and (min-width:641px) {
	.bnr_list li {
		width: 48%;
	}
}
/* バナーオンマウス */
@media screen and (min-width:1001px) {
	.bnr_list li a:hover {
		transform: scale(1.05);
	}
}

/* ------------------------------------
 * footer
------------------------------------ */
.wrap_footer {
	padding: 30px 0 60px;
	background: #cc0000;
	position: relative;
	text-align: center;
}
.wrap_footer::before {
	content: "";
	width: 100%;
	height: 2px;
	background: linear-gradient(to left, #dba045 10%, #faeea2 50%, #dba045 90%);
	border-top: 1px solid #fff;
	border-bottom: 1px solid #664e05;
	position: absolute;
	left: 0;
}
.wrap_footer::before {
	top: 0;
}
footer {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}
.pageTop {
	position: absolute;
	bottom: -15px;
	right: 0;
}
.pageTop a {
	width: 45px;
	height: 45px;
	background: rgba(0, 0, 0, 0.5);
	display: block;
	position: relative;
	transform: rotate(-45deg);
	transition: .3s;
	top: 0;
}
.pageTop a::before {
	content: '';
	width: 0.75em;
	height: 0.75em;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.ttl_past_link {
	margin-bottom: 2rem;
	color: #fff;
	font-family: GSanSerif-B;
	font-size: 5.3vw;
	font-weight: bold;
	line-height: 1.2;
	text-shadow:
		black 2px 2px 0px, black 1px 2px 0px, black 0px 2px 0px, black -1px 2px 0px, black -2px 2px 0px, black 2px 1px 0px, black 1px 1px 0px, black 0px 1px 0px, black -1px 1px 0px, black -2px 1px 0px, black 2px 0px 0px, black 1px 0px 0px, black 0px 0px 0px, black -1px 0px 0px, black -2px 0px 0px, black 2px -1px 0px, black 1px -1px 0px, black 0px -1px 0px, black -1px -1px 0px, black -2px -1px 0px, black 2px -2px 0px, black 1px -2px 0px, black 0px -2px 0px, black -1px -2px 0px, black -2px -2px 0px;
}
.ttl_past_link .inner {
	padding: 0 1.5em;
	position: relative;
	display: inline-block;
}
.ttl_past_link .inner::before, .ttl_past_link .inner::after {
	content: "";
	width: 1em;
	height: 1em;
	background: url("../../img/46/img_crystal.png") no-repeat center;
	background-size: contain;
	position: absolute;
	bottom: 0;
}
.ttl_past_link .inner::before {
	left: 0;
}
.ttl_past_link .inner::after {
	right: 0;
}
.ttl_past_link .nowrap {
	white-space: nowrap;
}
.past_link {
	margin-bottom: 45px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.past_link li {
	width: 48%;
	margin: 0 1% 1%;
}
.past_link li a {
	padding: 0.75em;
	border: 2px solid #fff;
	background: #cc0000;
	display: block;
	position: relative;
	color: #fff;
	font-weight: bold;
	transition: .3s;
}
.past_link li a::after {
	content: '';
	width: 0.5em;
	height: 0.5em;
	margin-top: -0.3em;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 0.75em;
	transition: .3s;
}
.footer_copy {
	font-size: 0.75rem;
}
@media screen and (min-width:570px) {
	.ttl_past_link {
		font-size: 1.875rem;
	}
}
@media screen and (min-width:641px) {
	.wrap_footer {
		padding: 45px 0;
	}
	.ttl_past_link .flap {
		display: none;
	}
	.ttl_past_link .inner::before, .ttl_past_link .inner::after {
		margin-top: -0.5em;
		bottom: inherit;
		top: 50%;
	}
	.past_link::after {
		content: "";
		width: 32%;
		height: 0;
		display: block;
	}
	.past_link li {
		width: 31%;
	}
}
@media screen and (min-width:1001px) {
	.pageTop a:hover {
		top: -10px;
	}
	.past_link::before, .past_link::after {
		content: "";
		width: 19%;
		height: 0;
		display: block;
	}
	.past_link::before {
		order: 1;
	}
	.past_link li {
		width: 18%;
	}
	.past_link li a {
		font-size: 1.125rem;
	}
	.past_link li a:hover {
		background: #fff;
		color: #cc0000;
	}
	.past_link li a:hover::after {
		border-top: solid 2px #cc0000;
		border-right: solid 2px #cc0000;
		right: 0.5em;
	}
	.footer_copy {
		font-size: 1rem;
	}
}
/* ---------------------------------------------------------------------------
 * schedule
--------------------------------------------------------------------------- */
.wrap_schedule {
	padding: 3em 0;
}
.schedule {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}
.schedule table {
	width: 100%;
	border-collapse: collapse;
}
.schedule table + table {
	margin-top: 1.5em;
}
.schedule th {
	padding: 1em 0.5em;
	background: #d90000;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.schedule th.bg_green {
	background: #00b359;
}
.schedule th.bg_yellow {
	background: #d99100;
}
.schedule th.blue {
	background: #0090d9;
}
.schedule td {
	padding: 0.5em;
	border: 1px solid #ccc;
	font-size: 3.7vw;
	text-align: center;
	vertical-align: middle;
}
.schedule .ttl_table {
	background: #f1f1f1;
}
.schedule .date, .schedule .time {
	width: 20vw;
}
.schedule .wrap_btn a {
	padding: 1.2em 0.75em 1.2em 0;
	background: #000;
}
.schedule .wrap_btn img {
	width: 40%;
	max-width: 200px;
}
.schedule .wrap_btn a::after {
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
}
/**/
.txt_box.today {
	padding: 0;
	overflow: hidden;
}
.schedule .today table {
	background: linear-gradient(#005c99 0%, #0099ff 50%, #b28300 100%), url(../../img/44/bg_today.jpg) no-repeat center bottom;
	background-size: 200%;
	background-blend-mode: soft-light;
}
.schedule .today td {
	padding: 1em 1em 1em 0;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-left: none;
	border-right: none;
}
.schedule .today tr:first-child td {
	border-top: none;
}
.schedule .today tr:last-child td {
	border-bottom: none;
}
.schedule .today .today_time {
	width: 15%;
	padding: 1em;
	border: none;
	color: #fff;
	font-family: GSanSerif-B;
	vertical-align: top;
	font-weight: bold;
}
.schedule .today .today_time.fc_yel {
	color: #ffea00;
	transform: scale(1.25);
	transform-origin: top;
}
.schedule .today .sc_box {
	padding: 1em 1.5em 1em 0.5em;
	background: #fff;
	border-radius: 5px;
	display: block;
	position: relative;
	color: #000;
	text-decoration: none;
	transition: .3s;
}
.schedule .today .sc_box.pickup {
	background: #ffea00;
	box-shadow: 0 0 7px 3px rgba(255, 255, 255, 0);
	color: #fff;
	font-size: 1.2em;
	animation: pickup_light 2.0s ease 0s infinite;
	text-shadow:
		black 2px 3px 0px, black 1px 3px 0px, black 0px 3px 0px, black -1px 3px 0px, black -2px 3px 0px, black 2px 2px 0px, black 1px 2px 0px, black 0px 2px 0px, black -1px 2px 0px, black -2px 2px 0px, black 2px 1px 0px, black 1px 1px 0px, black 0px 1px 0px, black -1px 1px 0px, black -2px 1px 0px, black 2px 0px 0px, black 1px 0px 0px, black 0px 0px 0px, black -1px 0px 0px, black -2px 0px 0px, black 2px -1px 0px, black 1px -1px 0px, black 0px -1px 0px, black -1px -1px 0px, black -2px -1px 0px, black 2px -2px 0px, black 1px -2px 0px, black 0px -2px 0px, black -1px -2px 0px, black -2px -2px 0px;
}
/**/
@keyframes pickup_light {
	0% {
		box-shadow: 0 0 7px 3px rgba(255, 255, 255, 0);
		background: #ffea00;
	}
	50% {
		box-shadow: 0 0 7px 3px rgba(255, 255, 255, 1);
		background: #ffff33;
	}
	100% {
		box-shadow: 0 0 7px 3px rgba(255, 255, 255, 0);
		background: #ffea00;
	}
}
/**/
.schedule .today .sc_box.pickup_02 {
	background: #ffffb2;
	color: #fff;
	font-size: 1.2em;
	text-shadow:
		black 2px 3px 0px, black 1px 3px 0px, black 0px 3px 0px, black -1px 3px 0px, black -2px 3px 0px, black 2px 2px 0px, black 1px 2px 0px, black 0px 2px 0px, black -1px 2px 0px, black -2px 2px 0px, black 2px 1px 0px, black 1px 1px 0px, black 0px 1px 0px, black -1px 1px 0px, black -2px 1px 0px, black 2px 0px 0px, black 1px 0px 0px, black 0px 0px 0px, black -1px 0px 0px, black -2px 0px 0px, black 2px -1px 0px, black 1px -1px 0px, black 0px -1px 0px, black -1px -1px 0px, black -2px -1px 0px, black 2px -2px 0px, black 1px -2px 0px, black 0px -2px 0px, black -1px -2px 0px, black -2px -2px 0px;
}
.schedule .today .sc_box .ttl {
	display: block;
	font-family: GSanSerif-B;
	font-weight: bold;
}
.schedule .today .sc_box .ttl .fc_red {
	color: #f20000;
}
.schedule .today .sc_box .nowrap {
	margin: 0 0.25em;
	font-size: 0.9em;
	white-space: nowrap;
}
.schedule .today a.sc_box::after {
	content: '';
	width: 0.5em;
	height: 0.5em;
	margin-top: -0.3em;
	border-top: solid 2px #000;
	border-right: solid 2px #000;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 0.75em;
	transition: .3s;
}
.schedule .today .sc_box.oa_end {
	padding: 1em;
	pointer-events: none;
}
.schedule .today .sc_box.oa_end::after {
	content: none;
}
.schedule .today .oa_list {
	margin-top: 0.5em;
	display: flex;
	justify-content: center;
}
.schedule .today .oa_list li {
	margin: 0 0.5em;
}
.schedule .today .oa_list li img {
	max-height: 20px;
}
/**/
@media screen and (min-width:430px) {
	.schedule td {
		font-size: 1rem;
	}
}
@media screen and (min-width:641px) {
	.wrap_schedule {
		padding: 4em 0;
	}
	.schedule .date, .schedule .time {
		width: inherit;
	}
	.schedule .today table {
		background-size: 150%;
	}
}
@media screen and (min-width:1001px) {
	.schedule td {
		width: 32%;
	}
	.schedule .today table {
		background-size: 100%;
	}
	.schedule .today td {
		width: inherit;
	}
	.schedule .today .sc_box:hover {
		transform: scale(1.015);
	}
	.schedule .today .sc_box.pickup {
		font-size: 1.75em;
	}
	.schedule .today .sc_box.pickup_02 {
		font-size: 1.5em;
	}
	.schedule .today .oa_list li img {
		max-height: 24px;
	}
}
/* ---------------------------------------------------------------------------
 * winner
--------------------------------------------------------------------------- */
.bg_winner {
	/* background: url("../../img/46/bg_name.png") top center no-repeat , rgba(0,0,0,0.70); */
	background: rgba(0,0,0,0.70);
	background-size: 125%, auto;
	position: relative;
	overflow: hidden;
}
/*
.bg_winner::after {
	content: "";
	width: 100vw;
	height: 100vw;
	background: radial-gradient( rgba(255,255,255,1) 0% , rgba(255,255,255,0) 50%);
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
}
*/
.winner {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	font-size: 0.937rem;
}
@media screen and (min-width:641px) {
	.winner {
		font-size: 1rem;
	}
}
@media screen and (min-width:1001px) {
	.bg_winner {
		background-size: auto;
	}
}

/* .txt_box.bg_yellow {
	background: #ffe400 url("../../img/46/bg_present.jpg");
} */
.txt_box.bg_rainbow {
	background-color:hsla(0,100%,50%,1);
	background-image:
	radial-gradient(at 53% 0%, hsla(74,100%,57%,1) 0px, transparent 50%),
	radial-gradient(at 82% 0%, hsla(189,100%,56%,1) 0px, transparent 50%),
	radial-gradient(at 0% 50%, hsla(355,48%,84%,1) 0px, transparent 50%),
	radial-gradient(at 80% 50%, hsla(340,100%,50%,1) 0px, transparent 50%),
	radial-gradient(at 0% 100%, hsla(97,100%,63%,1) 0px, transparent 50%),
	radial-gradient(at 80% 100%, hsla(240,95%,61%,1) 0px, transparent 50%),
	radial-gradient(at 16% 16%, hsla(53,100%,63%,1) 0px, transparent 50%);
}
.ttl_winner {
	margin-top: -30px;
	position: relative;
	z-index: 1;
	text-align: center;
}
/**/
.animation .ttl_winner {
	opacity: 0;
}
.animation.scrollin .ttl_winner {
	animation: bounceIn .6s ease 0s 1 forwards;
}
.ttl_winner::before,
.ttl_winner::after {
	content: "";
	width: 100%;
	height: 180%;
	background: url("../../img/46/bg_final_glitter.png") center no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0;	
}
.ttl_winner::before {
	transform: translate(-50%,-50%);
}
.animation.scrollin .ttl_winner::before {
	animation: blink 3s ease 2s infinite forwards;
}
.ttl_winner::after {
	transform: translate(-50%,-50%) scale(1,-1);
}
.animation.scrollin .ttl_winner::after {
	animation: blink 3s ease 0.5s infinite forwards;
}
.desc_winner {
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
	color: #fff;
	line-height: 1.3;
	font-size: 3.75vw;
	font-weight: bold;
	text-align: center;
}
.date_winner {
	padding: 1.25em 1em 1em;
	margin-bottom: 30px;
	border: 2px solid #fff;
	border-top: none;
	position: relative;
	z-index: 1;
	color: #fff;
	font-size: 3.75vw;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
}
.date_winner span {
	display: inline-block;
}
.date_winner .ttl {
	font-family: GSanSerif-B;
	line-height: 1;
}
.date_winner .ttl span {
	margin: 0 auto;
	position: absolute;
	top: -0.5em;
	left: 0;
	right: 0;
	color: #ffea00;
	font-size: 1.25em;
}
.date_winner .eng {
	font-size: 1.5em;
	position: relative;
	top: 0.05em;
}
.date_winner .ttl::before,
.date_winner .ttl::after {
	content: "";
	width: calc(50% - 6em);
	height: 2px;
	background: #fff;
	position: absolute;
	top: 0;
}
.date_winner .ttl::before {
	left: 0;
}
.date_winner .ttl::after {
	right: 0;
}
/**/
.date_winner.end_cp {
	border: 2px solid #808080;
	border-top: none;
	color: #808080;
}
.date_winner.end_cp .ttl::before,
.date_winner.end_cp .ttl::after {
	background: #808080;
}
.date_winner.end_cp .ttl span {
	color: #807500;
}
@media screen and (min-width:641px) {
	.desc_winner {
		margin-bottom: 45px;
		font-size: 1.5rem;
	}
	.date_winner {
		margin-bottom: 45px;
	}
	.date_winner {
		font-size: 1.5em;
	}
}
@media screen and (min-width:1001px) {
	.desc_winner .flap {
		display: none;
	}
}

.winner_present {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	row-gap: 15px;
}
.winner_present li {
	width: 100%;
	max-width: 500px;
	background: #002266;
	border: 2px solid #ffd500;
	border-radius: 5px;
	position: relative;
    overflow: hidden;
}
.winner_present li:last-child {
	margin-bottom: 0;
}
.winner_present li .img {
	position: relative;
}
.winner_present li .img.cution_image::after {
	content: "※画像はイメージです。";
	position: absolute;
	right: 1px;
	bottom: 5px;
	color: #fff;
	font-size: 0.75em;
	text-shadow: 0 0 5px #000, 0 0 5px #000, 0 0 5px #000;
}
.winner_present li .txt:before {
	content: "";
	width: 4em;
	height: 100%;
	position: absolute;
	top: 50%;
	right: 0.5em;
	transform: translateY(-50%);
	z-index: 1;
}
.winner_present li .num1:before {
	background: url(../../img/46/icon_num_1.png) no-repeat center;
	background-size: contain;
}
.winner_present li .num2:before {
	background: url(../../img/46/icon_num_2.png) no-repeat center;
	background-size: contain;
}
.winner_present li .txt {
	min-height: 4em;
	padding: 0.5em 5em 0.5em 0.75em;
	position: relative;
	display: flex;
	color: #fff;
	font-size: 3vw;
	align-items: center;
	font-weight: bold;
	line-height: 1.2;
}
.winner_present li .txt .catch {
	border-radius: 5px;
	display: inline-block;
	font-size: 0.8em;
	white-space: nowrap;
	color: #fff;
	/* font-family: GSanSerif-B; */
	/* text-shadow:
		black 2px 2px 0px, black 1px 2px 0px, black 0px 2px 0px, black -1px 2px 0px, black -2px 2px 0px, black 2px 1px 0px, black 1px 1px 0px, black 0px 1px 0px, black -1px 1px 0px, black -2px 1px 0px, black 2px 0px 0px, black 1px 0px 0px, black 0px 0px 0px, black -1px 0px 0px, black -2px 0px 0px, black 2px -1px 0px, black 1px -1px 0px, black 0px -1px 0px, black -1px -1px 0px, black -2px -1px 0px, black 2px -2px 0px, black 1px -2px 0px, black 0px -2px 0px, black -1px -2px 0px, black -2px -2px 0px; */
}
.winner_present li .txt .name {
	display: block;
	/* font-family: GSanSerif-B; */
	font-family: UD Shin Go Bold;
	line-height: 1.3;
	letter-spacing: 0.025em;
	/* text-shadow:
		black 2px 2px 0px, black 1px 2px 0px, black 0px 2px 0px, black -1px 2px 0px, black -2px 2px 0px, black 2px 1px 0px, black 1px 1px 0px, black 0px 1px 0px, black -1px 1px 0px, black -2px 1px 0px, black 2px 0px 0px, black 1px 0px 0px, black 0px 0px 0px, black -1px 0px 0px, black -2px 0px 0px, black 2px -1px 0px, black 1px -1px 0px, black 0px -1px 0px, black -1px -1px 0px, black -2px -1px 0px, black 2px -2px 0px, black 1px -2px 0px, black 0px -2px 0px, black -1px -2px 0px, black -2px -2px 0px; */
}
.winner_present li .txt .name span {
	display: inline-block;
}
.winner_present li .txt .fs_s {
	margin-top: 0.5em;
	display: block;
	color: #000;
	font-size: 0.75em;
	line-height: 1.4;
}
.txt_winner {
	margin-bottom: 1em;
	font-weight: bold;
}
.txt_attention {
	margin-top: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.1vw;
	font-weight: bold;
	color: #e60000;
	border: solid 3px #e60000;
	text-align: center;
	line-height: 55px;
}
/**/
.cp_end .cp_date {
	background: #ccc;
	position: relative;
}
.cp_end .cp_date::before {
	content: "応募受付は終了しました";
	width: 14em;
	padding: 1em 0;
	background: #000;
	border-radius: 5px;
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	font-weight: bold;
	text-align: center;
	z-index: 10;
	transform: translate(-50%, -50%);
}
.cp_end .wrap_winner .txt_box p.date {
	opacity: 0.05;
}
@media screen and (max-width:640px) {
	.txt_attention {
		font-size: 3.8vw;
		font-weight: bold;
		line-height: 1.4;
		padding: 10px 0;
	}
}
@media screen and (min-width:641px) {
	.winner_present {
		justify-content: space-between;
		row-gap: 30px;
	}
	.winner_present li {
		width: 48%;
		display: flex;
		flex-direction: column;
	}
	.winner_present li .img {
		height: 100%;
	}
	.winner_present li .txt {
		height: 100%;
		font-size: 1.6vw;
	}
	.cp_end .cp_date::before {
		font-size: 1.25rem;
	}
}
@media screen and (min-width:1001px) {
	.winner_present li .txt {
		font-size: 1rem;
	}
	.winner_present li .txt .fs_s {
		font-size: 0.875rem;
	}
	.txt_winner {
		font-size: 1.125em;
		text-align: center;
	}
	.txt_attention {
		font-size: 1.4em;
	}
}

/* ---------------------------------------------------------------------------
 * winner応募要項
--------------------------------------------------------------------------- */
.oubo .txt_box {
	padding: 1em;
	background: #fff;
	line-height: 1.5;
}
.oubo .sttl {
	color: #fff;
	padding: 10px 15px;
	background: #0090d9;
	font-size: 1.125rem;
	font-weight: bold;
	margin-bottom: 5px;
}
.oubo .txt {
	padding: 15px 5px;
	margin: 0 0 15px;
}
.oubo .txt2 {
	padding: 15px 5px;
	margin: 0 0 5px;
}
.oubo .txt a {
	color: #0090d9;
	text-decoration: underline;
}
.oubo .txt a:hover {
	color: #0090d9;
	text-decoration: none;
}
.oubo .fs_normal {
	font-size: 1rem;
}
.oubo .txt:last-child {
	margin: 0 0 0;
}
.oubo .txt li {
	margin-bottom: 0.5em;
	padding-left: 1em;
	text-indent: -1em;
}
.oubo .txt2 li {
	margin-bottom: 0;
	padding-left: 1em;
	text-indent: -1em;
}
.oubo .txt li ul li {
	margin-bottom: 0;
	padding-left: 1em;
	text-indent: -1em;
}
.oubo .fs_big {
	margin-bottom: 0.5em;
	display: block;
	font-size: 1.125rem;
	font-weight: bold;
}
@media screen and (min-width:641px) {
	.oubo .txt_box {
		padding: 1.5em;
	}
	.oubo .txt2 {
		padding: 15px 5px 10px;
		margin: 0;
	}
	.oubo .lead {
		font-size: 1.25rem;
	}
}
@media screen and (min-width:1001px) {
	.oubo .txt_box {
		padding: 2em;
	}
}
/*	step
------------------------------------ */
.step_row {
	margin-bottom: 1em;
	border: 2px solid #000;
}
.step_row li {
	background: #fff;
	border-bottom: 2px solid #000;
}
.step_row li:last-child {
	border-bottom: 0;
}
.step_row h4 {
	padding: 0.25em 0.25em 0.5em;
	background: #ffc02d;
	font-size: 1.25em;
	font-family: GSanSerif-B;
	font-weight: bold;
	text-align: center;
	font-style: italic;
}
.step_row h4 span {
	margin-left: 0.1em;
	position: relative;
	top: 0.02em;
	font-size: 1.25em;
}
.step_row dl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.step_row dt {
	width: 100%;
	padding: 1em;
	box-sizing: border-box;
	font-weight: bold
}
.step_row dt a {
	color: #0090d9;
	text-decoration: underline;
}
.step_row dt a:hover {
	color: #0090d9;
	text-decoration: none;
}
.step_row dt .flap {
	display: none;
}
.step_row dd {
	width: 100%;
	padding: 0 0 1em 1em;
	box-sizing: border-box;
	text-align: center;
}
@media screen and (min-width:641px) {
	.step_row {
		width: 100%;
		display: flex;
	}
	.step_row li {
		width: 50%;
		border-right: 2px solid #000;
		border-bottom: 0;
	}
	.step_row li:last-child {
		border-right: 0;
	}
	.step_row dt {
		width: 100%;
	}
	.step_row dd {
		width: 100%;
		padding: 0 1em 1em 1em;
		margin: 0 auto;
	}
}
@media screen and (min-width:1001px) {
	.step_row dt {
		text-align: left;
	}
	.step_row dt .flap {
		display: block;
	}
}

/* =============================================
 固定バナー
============================================= */
/*	fixed_bnr
------------------------------------ */
.fixed_bnr {
	max-width: 120px;
	position: fixed;
	right: 10px;
	transform: translateX(150%);
	z-index: 20;
	animation: fixedBnr .3s ease 1s 1 forwards;
	transition: .3s;
}
.fixed_bnr a {
	border-radius: 100%;
	display: block;
	position: relative;
	transition: all 0.2s;
}
.fixed_bnr.cp_end a {
	background: #000;
}
.fixed_bnr.cp_end img {
	opacity: 0.5;
}
.fixed_bnr.cp_end a::before {
	content: "終了しました";
	width: 90%;
	height: 90%;
	display: flex;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 0.937em;
	font-weight: bold;
	white-space: pre;
}
@media screen and (max-width:1200px) {
	.fixed_bnr {
		bottom: 10px;
	}
	/* CP固定バナー スマホ調整 */
	.fixed_bnr.bottom {
		right: -150px;
	}
}
@media screen and (min-width:1201px) {
	.fixed_bnr {
		top: 45%;
	}
}
@media screen and (min-width:1001px) {
	.fixed_bnr a:hover {
		transform: translate(0 , -10px);
	}
}
@keyframes fixedBnr {
	0% {
		transform: translateX(150%);
	}
	100% {
		transform: translateX(0);
	}
}

/* ---------------------------------------------------------------------------
 * announce
--------------------------------------------------------------------------- */
.wrap_announce{
    width: 90%;
    max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	line-height: 1.6;
}
.wrap_announce p + p{
    margin-top: 0.75em;
}
.ttl_announce{
    margin: 0 0 0.5em;
	color: #ffe74c;
    font-size: clamp(1.25em, 2.4vw, 1.75em);
	font-family: UD Shin Go Bold;
    line-height: 1.3;
}
@media screen and (max-width:640px) {
	.wrap_announce{
		row-gap: 20px;
		flex-direction: column;
	}
	.img_announce{
		height: 50vw;
        background: #fff;
        overflow: hidden;
		text-align: center;
	}
	.img_announce img{
		width: 50vw;
	}
}
@media screen and (min-width:641px) {
	.img_announce{
		width: 26%;
		flex-shrink: 0;
	}
	.txt_announce{
		width: 70%;
	}
}
@media screen and (min-width:1001px) {
	.wrap_announce{
		align-items: center;
	}
}
/**/
.fc_yel{
	color: #ffe74c;
}
.fc_red{
	color: #f20000;
}

.fc_pnk_line{
	color: #ff0055;
	text-decoration: underline;
}

/**/
.btn_link {
    margin-top: 20px;
}
.btn_link a {
	background: #fff;
	border: 2px solid #fff;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	border-radius: 5px;
	position: relative;
	transition: all .3s;
	color: #000;
	font-family: UD Shin Go Bold;
	font-size: 4.4vw;
	font-weight: bold;
	text-align: center;
	text-decoration: none !important;
	line-height: 1.2;
}
.btn_link a span {
	display: inline-block;
}
.btn_link a span.txt {
	width: 100%;
	padding: 0.5em 1.75em 0.5em 0.75em;
	display: block;
	position: relative;
	box-sizing: border-box;
}
.btn_link a span.txt::after {
	content: "";
	width: 0.6em;
	height: 0.6em;
	margin-top: -0.3em;
	border-top: 3px solid #000;
	border-right: 3px solid #000;
	transform: rotate(45deg);
	position: absolute;
	right: 0.75em;
	top: 50%;
}
.endtxt_announce{
	padding: 0.5em;
	background: #000;
	font-weight: bold;
	text-align: center;
}
@media screen and (max-width:640px) {
	.btn_link a{
		flex-direction: column;
	}
}
@media screen and (min-width:641px) {
	.btn_link a span.img {
		width: 40%;
		flex-shrink: 0;
	}
	.btn_link a {
		font-size: 2.2vw;
	}
}
@media screen and (min-width:1001px) {
	.btn_link a {
		font-size: 1.5em;
	}
}
@media (hover: hover) {
	.btn_link a:hover {
		transform: scale(1.025);
	}
}

/* ---------------------------------------------------------------------------
 * 特別協賛
--------------------------------------------------------------------------- */
.wrap_sponsor {
	background: #fff;
	position: relative;
}
.sponsor {
    width: 80%;
    max-width: 450px;
	padding: 30px 0;
	margin: 0 auto;
	text-align: center;
}
.sponsor dl {
	display: flex;
	justify-content: space-between;
	align-items: center;
	transform: translateX(-3%);
}
.sponsor dt {
	width: 50%;
    padding-right: 5%;
    font-family: UD Shin Go Bold;
    font-weight: bold;
    font-size: 4vw;
    flex-shrink: 0;
}
.sponsor dd {
	width: 50%;
}
@media screen and (min-width:500px) {
	.sponsor dt {
		font-size: 1.25em;
	}
}

/* ---------------------------------------------------------------------------
 * 緊急時お知らせ
--------------------------------------------------------------------------- */

.irregular_info{
	width: 90%;
	max-width: 1000px;
	padding: 2em 1.5em;
	margin: 0 auto;
	background: #fff;
	border-radius: 5px;
	color: #000;
	font-size: clamp(1em, 2.5vw, 1.25em);
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
	line-height: 1.5;
}
.irregular_info span{
	display: inline-block;
}

/* ---------------------------------------------------------------------------
 * 背景
--------------------------------------------------------------------------- */

.bg_light70 {
	background: rgba(255,255,255,0.70);
	color: #000;
}

.bg_dark70 {
	background: rgba(0,0,0,0.70);
	color: #fff;
}

/* ---------------------------------------------------------------------------
 * 汎用
--------------------------------------------------------------------------- */
/* テキスト
------------------------------------ */
.fs_xsmall {
	font-size: 0.75em;
}
.fs_small {
	font-size: 0.875em;
}
.fs_middle {
	font-size: 1.125em;
}
.fs_large {
	font-size: 1.25em;
}
.fs_xlarge {
	font-size: 1.5em;
}
.fs_inherit {
	font-size: inherit;
}
.fw_normal {
	font-weight: normal;
}
.fw_bold {
	font-weight: bold;
}
.ti-05 {
	text-indent: -0.5em;
}
.ls01 {
	letter-spacing: 0.1em;
}
.ls-005 {
	letter-spacing: -0.05em;
}
.ls-01 {
	letter-spacing: -0.1em;
}
.ls-02 {
	letter-spacing: -0.2em;
}
.ls-03 {
	letter-spacing: -0.3em;
}
.ta_left {
	text-align: left;
}
.ta_center {
	text-align: center;
}
.week {
	margin: 0 -0.5em;
	display: inline-block;
	font-size: 0.9em;
}
/* レイアウト
------------------------------------ */
.w100 {
	width: 100% !important;
}
.mt0 {
	margin-top: 0 !important;
}
.mt5 {
	margin-top: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mb0 {
	margin-bottom: 0 !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mt_1em {
	margin-top: 1em !important;
}
.mb_1em {
	margin-bottom: 1em !important;
}
.pt0{
    padding-top: 0px !important;
}
.pt15{
    padding-top: 15px !important;
}
.pb15{
    padding-bottom: 15px !important;
}
.d-ib{
	display: inline-block !important;
}</pre></body></html>