﻿/* =================================
	TBS Reset CSS
================================= */
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,main {margin:0;padding:0;border:0;font-size:100%;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main {display:block;}
body {font-family:Verdana,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;line-height:1;}
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;}
wbr:after {content:"\00200B";}

/*	TBS reset
============================== */
.alt {position:absolute;top:-5000px;left:-9999px;}
.clearfix:after {content:"";clear:both;display:block;}
.hide-txt {text-indent:110%;white-space:nowrap;overflow:hidden;}
.fp-causion {display:none;}
.nocontxt {-webkit-touch-callout: none;-webkit-user-select: none;user-select: none;-webkit-user-drag:none;}
.nocontxt img {pointer-events: none;}
@media all and (min-width:768px) {
.alt-pc {position:absolute;top:-5000px;left:-9999px;}
.clearfix-pc:after {content:"";clear:both;display:block;}
.hide-txt-pc {text-indent:110%;white-space:nowrap;overflow:hidden;}
}
@media all and (max-width:767px) {
.alt-smp {position:absolute;top:-5000px;left:-9999px;}
.clearfix-smp:after {content:"";clear:both;display:block;}
.hide-txt-smp {text-indent:110%;white-space:nowrap;overflow:hidden;}
}
div.embed-tbsplayer {
background-color:#000;
position:relative;
height:0;
padding-top:56.25%;
}
div.embed-tbsplayer .tbs-player {
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
}
div.embed-tbsplayer-audio {
background-color:#fff;
}
div.embed-tbsplayer-audio .tbs-player {
height:46px;
}
div.lbx-overlay {
z-index:10000;position:absolute;background-color:#000;width:100%;height:100%;left:0;top:0;right:0;bottom:0;opacity:0.9;
}


/* =================================
	keyframes
================================= */
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-webkit-keyframes jello {
	from, 11.1%, to {
		-webkit-transform: none;
	}
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
	}
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
	}
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
	}
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
	}
	66.6% {
		-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}
	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
	}
	88.8% {
		-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
	}
}
@keyframes jello {
	from, 11.1%, to {
		transform: none;
	}
	22.2% {
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}
	33.3% {
		transform: skewX(6.25deg) skewY(6.25deg);
	}
	44.4% {
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}
	55.5% {
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}
	66.6% {
		transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}
	77.7% {
		transform: skewX(0.390625deg) skewY(0.390625deg);
	}
	88.8% {
		transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
	}
}





@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 40px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
	}
}
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, 40px, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}



.sticky {
	opacity: 0;
}
main .sticky-done {
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}


/* =================================
	CSS
================================= */

/* link */
a:link {
	text-decoration:underline;
	color:#fff;
}
a:visited {
	text-decoration:none;
	color:#fff;
}
a:active {
	text-decoration:none;
	color:#fff;
}
a:hover {
	text-decoration:underline;
	color:#fff;
}

.big {
	font-size:125%;
}
.xxl {
	font-size:150%;
}
.xl {
	font-size:125%;
}
.l {
	font-size:112.5%;
}
.s {
	font-size:83%;
}
.xs {
	font-size:75%;
}
.xxs {
	font-size:62.5%;
}
@media all and (max-width: 374px) {
.xl, .xxl {
	font-size:112.5%;
}
.s, .xs {
	font-size:62.5%;
}
}
@media all and (min-width: 768px) {
.br-smp {
	display:none;
}
}
.ff {
	font-family:serif;
}
.lazy {
	display:block;
	position:relative;
}
.wbr {
	white-space: nowrap;
	display: inline-block;
}


/*	Hey Say JUMP
============================== */
@font-face {
	font-family: 'Questrial';
	src: url('/um/library/fonts/Questrial/Questrial-Regular.ttf') format("truetype");
}
.h-s-jump {
	font-weight:bold;
	font-family:'Questrial' !important;
	font-size:112.5%;
}


/*	copyright
============================== */
p.copyright {
	line-height:1.25;
	text-align:center;
}
p.copyright > small {
	display:block;
}
@media all and (min-width: 768px) {
	p.copyright {
		font-size:75%;
	}
	p.copyright > small {
		padding:0 0 40px;
	}
	p.copyright a:hover {
		text-decoration:none;
	}
}
@media all and (max-width: 767px) {
	p.copyright {
		font-size:62.5%;
	}
	p.copyright > small {
		padding:0 12px 30px;
	}
}


/* =================================
	aside
================================= */
/*	rectangle
============================== */
div.recta {
}
div.recta > div {
	width:300px;
	height:250px;
	overflow:hidden;
	margin:0 auto;
}
@media all and (min-width: 768px) {
	div.recta {
		padding-top:40px;
	}
}
@media all and (max-width: 767px) {
	div.recta {
		padding-top:20px;
	}
}


/*	SNS buttons
============================== */
.sns-btns {
}
@media all and (min-width: 768px) {
.sns-btns {
	width:320px;
	padding:40px 0 37px;
	margin:0 auto;
/*	background-image: -webkit-gradient(linear, left top, right top, from(hsla(0,0%,100%,0)), color-stop(0.25, hsla(0,0%,100%,1)), color-stop(0.75, hsla(0,0%,100%,1)), to(hsla(0,0%,100%,0)));
	background-image: -webkit-linear-gradient(left, hsla(0,0%,100%,0), hsla(0,0%,100%,1) 25%, hsla(0,0%,100%,1) 75%, hsla(0,0%,100%,0));
	background-image: linear-gradient(to right, hsla(0,0%,100%,0), hsla(0,0%,100%,1) 50%, hsla(0,0%,100%,1) 75%, hsla(0,0%,100%,0)); */
}
.sns-btns .tw-share-btn {
	width:100px;
	float:left;
	margin-left:40px;
}
.sns-btns div.fb {
	float:right;
}
}
@media all and (max-width: 767px) {
.sns-btns {
	text-align:center;
	padding:20px 0 17px;
}
.sns-btns .tw-share-btn, .sns-btns .fb {
	display:inline-block;
}
.sns-btns .tw-share-btn {
	padding-right:50px;
}
}

/*	twitter timetable
============================== */
.sns-lnks div.tw-inner {
	background-color:#fff;
}
@media all and (max-width: 767px) {
.sns-lnks div.tw-outer {
	padding:0 14px 10px;
}
}

/*	share buttons
============================== */
.sns-lnks ul {
	list-style-type:none;
	display:table;
	width:100%;
}
.sns-lnks ul li {
	display:table-cell;
	width:25%;
}
.sns-lnks ul li span,
.sns-lnks ul li a {
	display:block;
}
.sns-lnks ul li > span {
}
.sns-lnks ul li a {
	background-image:url(/um/img/sns_logos.svg?0);
	background-repeat:no-repeat;
	background-size:300% 300%;
	text-indent:110%;white-space:nowrap;overflow:hidden;
	border-radius:50%;
	/**/
	position:relative;
	height:0;
	padding-top:100%;
}
.sns-lnks ul li a span {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
.sns-lnks ul li.sns-tw a {
	/* background-color:#1da1f2; */
	background-position:left top;
}
.sns-lnks ul li.sns-fb a {
	/* background-color:#1877f2; */
	background-position:center bottom;
}
.sns-lnks ul li.sns-yt a {
	/* background-color:#f00; */
	background-position:left center;
}
.sns-lnks ul li.sns-ln a {
	/* background-color:#00b900; */
	background-position:right top;
}
.sns-lnks ul li.sns-ig a {
	/* background-color:#000; */
	background-position:center center;
}


div.unit-bnr {
	background-color:hsla(48,100%,50%,0.8);
}
div.unit-bnr aside div.bn-cdtv {
	margin:0 auto;
}
div.unit-bnr aside div.bn-cdtv a, div.unit-bnr aside div.bn-cdtv a img {
	display:block;
}
div.unit-bnr aside div.bn-cdtv a {
	background-image:url(/um/img/cover.png);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	position:relative;
	height:0;
	padding-top:81.25%;
}
div.unit-bnr aside div.bn-cdtv a img {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
@media all and (min-width: 768px) {
div.unit-bnr {
	padding:40px 0;
}
div.unit-bnr aside div.bn-cdtv {
	width:300px;
}
}
@media all and (max-width: 767px) {
div.unit-bnr {
	padding:20px 0;
}
div.unit-bnr aside div.bn-cdtv {
	width:260px;
}
}



/*	checker
============================== */
@media all and (min-width: 768px) {
.eqh-checker {
	width:3px;
}
}
@media all and (min-width: 375px) and (max-width: 767px) {
.eqh-checker {
	width:2px;
}
}
@media all and (max-width: 374px) {
.eqh-checker {
	width:1px;
}
}


/*	background
============================== */
html, body, div#con-body {
	background-color:transparent;
	background-color:hsla(317,100%,50%,0.8);
}
div#con-body {
}
body {
	color:#000;
	text-align:center;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust: 100%;
	font-family:"ヒラギノ角ゴ ProN W3",Hiragino Kaku Gothic ProN,Arial,"メイリオ",Meiryo,sans-serif;
}
div.cover, div.wop-wrap {
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}
@media all and (min-width: 768px) {
div.cover {
/*	width:980px;
	margin:0 auto; */
}
}
@media all and (max-width: 767px) {
div#con-body {
}
div.cover {
	min-width:320px;
}
}


div.tbs-fix-bg {
	width: 100%;
	height: 100%;
	position: fixed;
	background-image: url(../img/mark_wht.svg?0);
	background-repeat:no-repeat;
	z-index: -2;
	background-color:#ff00b4;
}
@media all and (min-width: 768px) {
div.tbs-fix-bg {
	background-size: 60%;
	background-position:right top;
}
}
@media all and (max-width: 767px) {
div.tbs-fix-bg {
	background-size:120%;
	background-position:right top;
}
}



/*	div.unit (h2)
============================== */
div.unit {
	text-align:center;
}
div.unit > section > h2, div.unit > aside > h2, div.wop-wrap > section > h2 {
	color:#fff;
	/**/
	font-family: source-han-sans-japanese, sans-serif;
	font-style: normal;
	font-weight:800;
	/**/
	line-height:1.5;
	margin-bottom:0.5em;
}
div.unit > section > h2 > span, div.unit > aside > h2 > span {
	display:block;
}
.stream aside > h2 > span {
	color:#000;
}
@media all and (min-width: 768px) {
div.unit {
	padding:40px 0;
}
div.unit > section > h2, div.unit > aside > h2, div.wop-wrap > section > h2 {
	font-size:400%;
}
.unit section div.inner, .unit aside div.inner {
	width:980px;
	margin:0 auto;
}
.sns-lnks aside div.inner,
.stream aside div.inner {
	width:800px;
}
.unit > section:not(:last-child) {
	margin-bottom:30px;
}
}
@media all and (max-width: 767px) {
div.unit {
	padding:20px 15px;
}
div.unit > section > h2, div.unit > aside > h2, div.wop-wrap > section > h2 {
	font-size:7vw;
}
.unit > section:not(:last-child) {
	margin-bottom:15px;
}
}


/*	color
============================== */
div.sns-lnks {
	background-color:hsla(199,100%,54%,0.8);
}


/*	header
============================== */
div.header header h1 span, div.header header p a {
	display:block;
}
div.header header h1, div.header header p.logo {
	text-align:left;
}
div.header header h1 > span, div.header header p.logo > a {
	position:relative;
	height:0;
	padding-top:77.2151898734177%;
	background-image:url(../img/logo.png);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}
div.header header h1 span span, div.header header p.logo a span {
	text-indent:110%;white-space:nowrap;overflow:hidden;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
div.header header h1 > .lazy-done, div.header header p.logo > .lazy-done {
	-webkit-animation: fadeIn 100ms;
	animation: fadeIn 100ms;
}
div.header header p:not(.logo) {
	font-family: source-han-sans-japanese, sans-serif;
	font-style: normal;
	font-weight:800;
	/**/
	line-height:1.25;
	text-align:center;
	color:#eaff00;
	text-shadow:1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, 2px 3px 0 #000;
}
div.header header p.date > span.big {
	display:inline-block;
	transform:translateY(0.05em);
}
@media all and (min-width: 768px) {
div.header header h1, div.header header p.logo {
	text-align:left;
	width:790px;
	margin:0 auto 30px;
}
div.header header p.date {
	font-size:350%;
}
}
@media all and (max-width: 767px) {
div.header header {
	padding:0 20px;
}
div.header header h1, div.header header p.logo {
	margin-bottom:15px;
}
div.header header p.date {
	font-size:6vw;
}
}


/*	back number
============================== */
.bnum section > div.inner {
	text-align:left;
}
.bnum section div.inner ul {
	list-style-type:none;
}
.bnum section > div.inner > ul > li {
	float:left;
}
.bnum section > div.inner > ul > li > a {
	display:block;
	position:relative;
	text-decoration:none;
}
.bnum section > div.inner > ul > li > a > span {
	display:block;
	color:#fff;
	background-color:hsla(0,0%,0%,0.9);
	/**/
	font-family: source-han-sans-japanese, sans-serif;
	font-style: normal;
	font-weight:500;
	/**/
	line-height:1.5;
	text-align:center;
	padding:1em;
}
@media all and (min-width: 768px) {
.bnum section > div.inner > ul > li {
	width:33.3333333333333333%;
	margin-bottom:12px;
}
.bnum section > div.inner > ul > li:nth-child(3n-2) > a {
	margin-right:8px;
}
.bnum section > div.inner > ul > li:nth-child(3n-1) > a {
	margin-left:4px;
	margin-right:4px;
}
.bnum section > div.inner > ul > li:nth-child(3n) > a {
	margin-left:8px;
}
.bnum section > div.inner > ul > li > a > span {
	font-size:112.5%;
}
}
@media all and (max-width: 767px) {
.bnum section > div.inner > ul > li {
	margin-bottom:6px;
}
.bnum section > div.inner > ul > li > a > span {
	font-size:87.5%;
}
}
@media all and (min-width: 375px) and (max-width: 767px) {
.bnum section > div.inner > ul > li {
	width:50%;
}
.bnum section > div.inner > ul > li:nth-child(odd) > a {
	margin-right:3px;
}
.bnum section > div.inner > ul > li:nth-child(even) > a {
	margin-left:3px;
}
}
@media all and (max-width: 374px) {
.bnum section > div.inner > ul > li {
	width:100%;
}
}



/*	p.notes
============================== */
div.unit p.notes {
	color:#fff;
	text-align:center;
	line-height:1.5;
}
p.notes:not(:last-child) {
	margin-bottom:1.5em;
}
@media all and (min-width: 768px) {
div.unit p.notes {
	font-size:87.5%;
}
}
@media all and (max-width: 767px) {
div.unit p.notes {
	font-size:83%;
}
}


/*	.btn
============================== */
div.btn {
	text-align: center;
}
div.btn a {
	/**/
	font-family: source-han-sans-japanese, sans-serif;
	font-style: normal;
	font-weight:800;
	/**/
	display: inline-block;
	text-align: center;
	background-color: #000;
	color: #fff;
	text-decoration: none;
	/* border-bottom: 6px solid #dc0a3c; */
	line-height:1.25;
	padding: 0.5em 1em;
}
div.btn a:hover {
	background-color: #eaeaea;
	color: #000;
}
.unit-fes div.btn-y a {
	color: #000;
	background-color: #ff0;
}
.unit-fes div.btn-fes2 a {
	line-height:1;
	color:#ff0;
	background-color:#ab00ff;
	background-image: linear-gradient(135deg, #ff2b7b, #ab00ff);
	padding: 0.25em 0.5em;
}
.unit-fes div.btn-fes2 a:hover {
	background-color: transparent;
	color:#ff0;
}
.unit-fes div.btn-y a:hover {
	background-color: #ffea00;
}
@media all and (min-width: 768px) {
div.btn:not(:last-child) {
	margin-bottom:30px;
}
div.btn a {
	font-size:175%;
	border: 5px solid #fff;
}
.unit-fes div.btn a {
	border: 5px solid #b2b2b2;
}
.unit-fes div.btn-y a {
	border: 5px solid #000;
}
}
@media all and (max-width: 767px) {
div.btn:not(:last-child) {
	margin-bottom:15px;
}
div.btn a {
	font-size:125%;
	border: 3px solid #fff;
}
.unit-fes div.btn a {
	border: 3px solid #b2b2b2;
}
.unit-fes div.btn-y a {
	border: 3px solid #000;
}
}
.unit-fes div.btn-fes2 a {
	border: none;
}



/*	.btn-pdf
============================== */
div.btn-pdf {
	text-align: center;
}
div.btn-pdf a {
	/**/
	font-family: source-han-sans-japanese, sans-serif;
	font-style: normal;
	font-weight:800;
	/**/
	display: inline-block;
	text-align: center;
	background-color: #ab00ff;
	color: #fff;
	text-decoration: none;
	/**/
	line-height:1.25;
	padding: 0.5em 1em;
}
div.btn-pdf a:hover {
	background-color: #ff2b7b;
	color: #fff;
}
@media all and (min-width: 768px) {
div.btn-pdf:not(:last-child) {
	margin-bottom:40px;
}
div.btn-pdf a {
	font-size:150%;
	border: 5px solid #fff;
}
}
@media all and (max-width: 767px) {
div.btn-pdf:not(:last-child) {
	margin-bottom:15px;
}
}


ul.kome {
	list-style-type:none;
}
.tttable section > div.inner > ul.kome > li {
	float:none;
	line-height:1.25;
}
.wop-wrap section > div.inner > ul.kome > li {
	color:#fff;
}
ul.kome > li > span {
	display:block;
	padding-left:1.25em;
}
ul.kome > li:before {
	content:"※";
	font-family:serif;
	float:left;
}
@media all and (min-width: 768px) {
.tttable section > div.inner > ul.kome > li {
	width:100%;
	font-size:87.5%;
	margin-bottom:0.25em;
}
}
@media all and (max-width: 767px) {
.tttable section > div.inner > ul.kome > li {
	font-size:83%;
	margin-bottom:0.25em;
}
}
@media all and (min-width: 375px) and (max-width: 767px) {
.tttable section > div.inner > ul.kome > li {
	width:100%;
}
}





.tttable > section > h3 {
	color:#fff;
	/**/
	font-family: source-han-sans-japanese, sans-serif;
	font-style: normal;
	font-weight:800;
	/**/
	line-height:1.5;
	margin-bottom:0.5em;
}
.tttable > section > h3 > span {
	display:block;
}
@media all and (min-width: 768px) {
.tttable > section > h3 {
	font-size:250%;
}
}
@media all and (max-width: 767px) {
.tttable > section > h3 {
	font-size:5vw;
}
}


/*	Today's Time Table
============================== */
.tttable > section > div.inner {
	text-align:left;
}
.tttable section p.oa, .tttable section p.oa-sub, .tttable section p.copy-footer {
	color:#000;
	/**/
	font-family: source-han-sans-japanese, sans-serif;
	font-style: normal;
	font-weight:800;
	/**/
	line-height:1.25;
	margin-bottom:0.5em;
}
.tttable section p.oa-sub {
	color:#2dffc2;
	margin-bottom:0.75em;
}
.wop-wrap section p.oa {
	color:#fff;
}
section p.copy-footer {
	color:yellow !important;
	text-align:center;
}
.tttable > section > div.inner > section.unit-ttble {
	/**/
	font-family: source-han-sans-japanese, sans-serif;
	font-style: normal;
	/**/
	background-image:url(../img/mark_blk.svg);
	background-repeat:no-repeat;
	background-position:80% -5%;
	background-color:hsla(0,0%,0%,0.8);
	background-size:120%;
	text-align:center;
}
.tttable > section > div.inner > section.unit-ttble h3,
.tttable > section > div.inner > section.unit-ttble h4,
.tttable > section > div.inner > section.unit-ttble h5 {
	font-weight:800;
	line-height:1.25;
	padding:0.25em;
	background-color:#ff00b4;
}
.tttable > section > div.inner > section.unit-ttble h3 {
	color:#000;
}
.tttable > section > div.inner > section.unit-ttble h5 {
	margin-bottom:1em;
}
.tttable > section > div.inner > section.unit-ttble {
	color:#fff;
	line-height:1.5;
}
.tttable > section > div.inner > section.unit-ttble dl:not(:last-child) {
	margin-bottom:1.5em;
}
.tttable > section > div.inner > section.unit-ttble > dl > dt,
.tttable > section > div.inner > section.unit-ttble ul li {
	font-weight:bold;
	font-weight:700;
	color:#ff00b4;
}
.tttable > section > div.inner > section.unit-ttble > section dl dt {
	color:#ffea4e;
}
.tttable > section > div.inner > section.unit-ttble dl dd:not(:last-child) {
	margin-bottom:1.5em;
	font-weight:500;
}
.tttable > section > div.inner > section.unit-ttble ul:not(:last-child) {
	margin-bottom:1.5em;
}
.tttable > section > div.inner > section.unit-ttble > section {
	border-bottom:2px solid #ff00b4;
	border-right:2px solid #ff00b4;
	border-left:2px solid #ff00b4;
}
@media all and (min-width: 768px) {
.tttable section p.oa {
	font-size:300%;
}
.tttable section p.oa-sub {
	font-size:275%;
	font-size:150%;
}
.tttable section p.copy-footer {
	font-size:200%;
}
.tttable section div.inner {
	width:720px;
}
.wop-wrap section div.inner {
	margin:0 auto;
}
.tttable > section > div.inner > section.unit-ttble {
	padding:0 30px 30px;
}
.tttable > section > div.inner > section.unit-ttble:not(:last-child) {
	margin-bottom:40px;
}
.tttable > section > div.inner > section.unit-ttble h3 {
	font-size:200%;
	margin:0 -30px 30px;
}
.tttable > section > div.inner > section.unit-ttble h4,
.tttable > section > div.inner > section.unit-ttble dl dt,
.tttable > section > div.inner > section.unit-ttble ul li {
	font-size:150%;
}
.tttable > section > div.inner > section.unit-ttble h5 {
	font-size:125%;
}
.tttable > section > div.inner > section.unit-ttble dl dd {
	font-size:125%;
}
.tttable > section > div.inner > section.unit-ttble > section {
	padding:0 30px 30px;
}
.tttable > section > div.inner > section.unit-ttble > section:not(:last-child) {
	margin-bottom:40px;
}
.tttable > section > div.inner > section.unit-ttble > section > h4 {
	margin:0 -30px 30px;
}
}
@media all and (max-width: 767px) {
.tttable section p.oa {
	font-size:6vw;
}
.tttable section p.oa-sub {
	font-size:5.5vw;
	font-size:3vw;
}
.tttable section p.copy-footer {
	font-size:4vw;
}
.tttable > section > div.inner > section.unit-ttble {
	padding:0 15px 15px;
}
.tttable > section > div.inner > section.unit-ttble:not(:last-child) {
	margin-bottom:20px;
}
.tttable > section > div.inner > section.unit-ttble h3 {
	font-size:4vw;
	margin:0 -15px 15px;
}
.tttable > section > div.inner > section.unit-ttble h4 {
	font-size:3.5vw;
}
.tttable > section > div.inner > section.unit-ttble h5 {
	font-size:3vw;
}
.tttable > section > div.inner > section.unit-ttble dl dd {
	font-size:87.5%;
}
.tttable > section > div.inner > section.unit-ttble > section {
	padding:0 15px 15px;
}
.tttable > section > div.inner > section.unit-ttble > section:not(:last-child) {
	margin-bottom:20px;
}
.tttable > section > div.inner > section.unit-ttble > section > h4 {
	margin:0 -15px 15px;
}
}




.tttable section div.inner dl dt span.relay,
.tttable section div.inner dl dd span.relay,
.artist section div.inner ul li span.relay {
	display:inline-block;
	text-decoration:none;
	background-color:#ecedf0;
	font-weight:bold;
	color:#2a2b2e;
	line-height:18px;
	height:18px;
	padding:0 9px;
	border-radius:9px;
}
.tttable section div.inner dl dt span.relay,
.tttable section div.inner dl dd span.relay {
	font-size:62.5%;
}
.artist section div.inner ul li span.relay {
	font-size:75%;
}
.tttable section div.inner dl dt span.relay-pink,
.tttable section div.inner dl dd span.relay-pink {
	background-color: hsla(334,100%,54%,0.9);
	color:#ff0;
}
.tttable section div.inner ul li span span span.relay {
	display:block;
	width:4em;
	margin:6px auto 0;
}


.tttable > section > div.inner > section.unit-ttble > section.section-sp {
	border-bottom:2px solid #ffb200;
	border-right:2px solid #ffb200;
	border-left:2px solid #ffb200;
	background-color:hsla(0,100%,100%,0.9);
	color:#000;
}
.tttable > section > div.inner > section.unit-ttble > section.section-sp p.notes {
	color:#000;
}
.tttable > section > div.inner > section.unit-ttble > section.section-sp h4 {
	color:#007b17;
	background-color:#ffb200;
}
.tttable > section > div.inner > section.unit-ttble > section.section-sp dl dt {
	color:#c00;
}
.tttable > section > div.inner > section.unit-ttble > section.section-sp dl dd span.relay {
	background-color:#ffb200;
	color:#000;
}



/*	header
============================== */
div.bnr-event202503 > span, div.bnr-event202503 span img {
	display:block;
}
div.bnr-event202503 > span {
	position:relative;
	height:0;
	padding-top: -webkit-calc(660 / 920 * 100%);
	padding-top: calc(660 / 920 * 100%);
	background-image:url(../event/img/bnr_event202503.png);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}
div.bnr-event202503 span img {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
@media all and (min-width: 768px) {
div.bnr-event202503 {
	text-align:left;
	width:540px;
	margin:0 auto 40px;
}
}
@media all and (max-width: 767px) {
div.bnr-event202503 {
	padding:0 6.25vw;
	margin-bottom:20px;
}
}



ul.asterisk {
	text-align:left;
}
ul.asterisk li {
	line-height:1.5;
}
ul.asterisk li:not(:last-child) {
	margin-bottom:0.5em;
}
ul.asterisk > li > span {
	display:block;
	padding-left:1.25em;
}
ul.asterisk > li:before {
	content:"※";
	display:block;
	float:left;
}
@media all and (min-width: 768px) {
div.attention {
	display:flex;
	justify-content:center;
}
div.attention:not(:last-child),
ul.asterisk:not(:last-child) {
	margin-bottom:40px;
}
ul.asterisk > li {
	font-size:100%;
}
}
@media all and (max-width: 767px) {
ul.asterisk:not(:last-child) {
	margin-bottom:20px;
}
ul.asterisk > li {
	font-size:83%;
}
}


span.sold {
	display:inline-block;
	margin-left:6px;
	background-color:#c00;
	color:#fff;
	font-weight:bold;
	padding:0 0.5em;
	margin-bottom:0.5em;
}



