/* =================================
	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;}
}

/* =================================
	common CSS
================================= */

/* link */
a:link {
	text-decoration:underline;
	color:#c3191e;
}
a:visited {
	text-decoration:none;
	color:#c3191e;
}
a:active {
	text-decoration:none;
	color:#c3191e;
}
a:hover {
	text-decoration:underline;
	color:#c3191e;
}

/* text-color */
.gray {color:#808080;}
.black {color:#171717;}
.purple {color:#a757a8;}
.ultramarine {color:#465daa;}
.blue {color:#0067c0;}
.lightblue {color:#afdfe4;}
.deepgreen {color:#060;}
.green {color:#008000;}
.yellowgreen {color:#b9c42f;}
.yellow {color:#ffb74c;}
.orange {color:#ff7b00;}
.pink {color:#f58f98;}
.vermilion {color:#ef454a;}
.red {color:#ed1a3d;}
.carmine {color:#c22047;}
.magenta {color:#ec008c;}
.brown {color:#994c00;}
.reddishbrown {color:#800000;}
.yellowocher {color:#c39143;}
.gold {color:#ffd700;}
.silver {color:#c0c0c0;}

.big {
	font-size:125%;
}
.s {
	font-size:87.5%;
}
.ff {
	font-family:serif;
}
.lazy {
	display:block;
	position:relative;
}
.wbr {
	white-space: nowrap;
	display: inline-block;
}
.txta-cen {
	text-align:center;
}

/*	Web Fonts
============================== */

/*	background
============================== */

html, body, div#con-body {
	background-color:transparent;
}
body {
	color:#222;
	text-align:center;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust: 100%;
	/* font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","Yu Gothic",YuGothic,"ヒラギノ角ゴ ProN W3",Hiragino Kaku Gothic ProN,Arial,"メイリオ",Meiryo,sans-serif;
	font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","ヒラギノ角ゴ ProN W3",Hiragino Kaku Gothic ProN,Arial,"メイリオ",Meiryo,sans-serif; */
	font-family:"Helvetica Neue","游ゴシック Medium","Yu Gothic Medium","ヒラギノ角ゴ ProN W3",Hiragino Kaku Gothic ProN,Arial,"メイリオ",Meiryo,sans-serif;
}
@media all and (min-width: 768px) {
body, div.cover {
	min-width:980px;
}
}
@media all and (max-width: 767px) {
div.cover {
	min-width:320px;
}
}

div.tbs-fix-bg, div.fix-bg {
	width: 100%;
	position: fixed;
	background-repeat:repeat;
	background-size: cover;
}
div.tbs-fix-bg {
	height: 100%;
	/*background-image: url(../img/cmn_bg_flower.jpg?0);*/
	background-color:#c00;
	background-position:center top;
	z-index: -2;
}
div.fix-bg {
	height:0;
	bottom:0;
	/*background-image: url(../img/cmn_bg_set.jpg?0);*/
	background-color:#e6e6ff;
	z-index: -1;
}
body > div.lazy-done {
	-webkit-animation: fadeIn 700ms;
	animation: fadeIn 700ms;
}
@media all and (min-width: 768px) {
div.fix-bg {
	background-position:center bottom;
}
}
@media all and (max-width: 767px) {
div.fix-bg {
	background-position:left bottom;
}
}

/*	copyright
============================== */
p.copyright {
	line-height:1.25;
	text-align:center;
}
p.copyright a {
}
@media all and (min-width: 768px) {
	p.copyright {
		font-size:75%;
		padding:25px 0 30px;
	}
	p.copyright a:hover {
		text-decoration:none;
	}
}
@media all and (max-width: 767px) {
	p.copyright {
		font-size:62.5%;
		padding:15px 10px;
	}
}

/*	rectangle
============================== */
div.recta > div {
	width:300px;
	height:250px;
	overflow:hidden;
}
@media all and (min-width: 768px) {
	div.recta {
		margin-bottom:30px;
	}
}
@media all and (max-width: 767px) {
	div.recta {
		padding:10px 0;
	}
	div.recta > div {
		margin:0 auto;
	}
}

/*	back to top
============================== */
p.backtotop {
	z-index:20;
	-webkit-transition-duration:300ms;
	-webkit-transition-timing-function:ease-in-out;
	transition-duration:300ms;
	transition-timing-function:ease-in-out;
}
p.backtotop a, p.backtotop span {
	display:block;
}
p.btot-on, p.btot-off {
	position:fixed;
}
@media all and (min-width: 768px) {
p.backtotop {
	transition-property:bottom;
}
p.btot-on {
	right:30px;
	bottom:30px;
}
p.btot-off {
	right:30px;
	bottom:-120px;
}
p.backtotop a {
	background-image:url(../img/cmn_bktotop.png);
	background-repeat:no-repeat;
	background-position:left top;
	width:82px;
	height:82px;
	text-indent:110%;white-space:nowrap;overflow:hidden;
}
}
@media all and (max-width: 767px) {
p.backtotop {
	min-width:320px;
	transition-property:bottom;
}
p.btot-on, p.btot-off {
	width:100%;
}
p.btot-on {
	bottom:0;
}
p.btot-off {
	bottom:-40px;
}
p.backtotop a {
	z-index:20;
	position:relative;
	text-decoration:none;
	color:#fff;
	text-shadow:0 2px 2px hsla(0, 0%, 0%, .5);
	background-color:hsla(351,58%,47%,0.9);
	height:40px;
}
p.backtotop a span {
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-0.5em;
	margin-left:-5em;
	font-size:83%;
	font-weight:bold;
}
p.backtotop a span:before {
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-8px;
	margin-left:-7em;
	display:block;
	content:"";
	background-image:url(../img/arrow16.svg);
	background-repeat:no-repeat;
	background-position:left top;
	background-size:16px 100px;
	width:16px;
	height:16px;
	background-color:#fff;
	border-radius:8px;
}
}

/*	SNS buttons
============================== */
@media all and (min-width: 768px) {
div.sns-btns {
	padding-top:22px;
	height:90px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
div.sns-btns div.tw {
	width:100px;
	float:left;
	margin-left:40px;
}
div.sns-btns div.fb {
	float:right;
}
}
@media all and (max-width: 767px) {
div.sns-btns {
	padding:10px 0 7px;
	text-align:center;
	background-color:hsla(0,0%,100%,0.5);
}
div.sns-btns div.tw, div.sns-btns div.fb {
	display:inline-block;
}
div.sns-btns div.tw {
	padding-right:50px;
}
}

/*	Twitter Timeline
============================== */
aside.tw-timeline section {
	background-color:hsla(334,100%,54%,0.8);
	background-image:url(../img/cmn_twitter_bg.png);
	background-repeat:no-repeat;
	background-position:2px 2px;
}
aside.tw-timeline section > div {
	background-color:#fff;
}
aside.tw-timeline section h2 {
	position:relative;
}
aside.tw-timeline section h2 a {
	display:block;
	text-indent:110%;white-space:nowrap;overflow:hidden;
	background-repeat:no-repeat;
	background-position:left bottom;
}
aside.tw-timeline section h2 a:before {
	content:"";
	display:block;
	position:absolute;
	top:0;
	background-image:url(../img/sns_logos.svg);
	background-repeat:no-repeat;
}
@media all and (min-width: 768px) {
aside.tw-timeline section {
	padding-bottom:10px;
}
aside.tw-timeline section > div {
	margin:0 10px;
}
aside.tw-timeline section h2 a {
	background-image:url(../img/sns_h2_pc.png);
	height:50px;
}
aside.tw-timeline section h2 a:before {
	background-size:50px 100px;
	right:10px;
	width:50px;
	height:50px;
}
}
@media all and (max-width: 767px) {
aside.tw-timeline section {
	background-size:50px 50px;
	padding-bottom:12px;
}
aside.tw-timeline section h2 a {
	background-image:url(../img/sns_h2_smp.png);
	background-size:130px 74px;
	height:37px;
}
aside.tw-timeline section > div {
	margin:0 26px;
}
aside.tw-timeline section h2 a:before {
	background-size:37px 74px;
	right:26px;
	width:37px;
	height:37px;
}
}

/*	header
============================== */
div.header header div.title-logo {
	text-align:left;
	background-image: -webkit-gradient(linear, left top, right top, from(hsla(0,100%,40%,0.25)), color-stop(0.4, hsla(0,100%,40%,0.9)), color-stop(0.6, hsla(0,100%,40%,0.9)), to(hsla(0,100%,40%,0.25)));
	background-image: -webkit-linear-gradient(left, hsla(0,100%,40%,0.25), hsla(0,100%,40%,0.9) 40%, hsla(0,100%,40%,0.9) 60%, hsla(0,100%,40%,0.25));
	background-image: linear-gradient(to right, hsla(0,100%,40%,0.25), hsla(0,100%,40%,0.9) 40%, hsla(0,100%,40%,0.9) 60%, hsla(0,100%,40%,0.25));
}
div.header header div.title-logo h1 > span,
div.header header div.title-logo p > a {
	display:block;
	position:relative;
}
div.header header div.title-logo h1 > span:before,
div.header header div.title-logo p > a:before {
	content:"";
	display:block;
	background-repeat:no-repeat;
	background-position:center top;
	background-image:url(../img/cmn_logo.png);
	position:absolute;
	left:50%;
	top:0;
}
div.header header div.title-logo span {
	text-indent:110%;white-space:nowrap;overflow:hidden;
}
div.header header div.title-logo p > a span {
	display:block;
}
div.header header div.title-logo p > a span.btn {
	position:absolute;
	left:50%;
	background-image:url(../img/cmn_btn_toidx.png?0);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
}
div.header header div.title-sub {
	background-image: -webkit-gradient(linear, left top, right top, from(hsla(47,73%,62%,1)), color-stop(0.4, hsla(47,73%,62%,0)), color-stop(0.6, hsla(47,73%,62%,0)), to(hsla(47,73%,62%,1)));
	background-image: -webkit-linear-gradient(left, hsla(47,73%,62%,1), hsla(47,73%,62%,0) 40%, hsla(47,73%,62%,0) 60%, hsla(47,73%,62%,1));
	background-image: linear-gradient(to right, hsla(47,73%,62%,1), hsla(47,73%,62%,0) 40%, hsla(47,73%,62%,0) 60%, hsla(47,73%,62%,1));
	background-color:#ffffb2;
}
div.header header div.title-sub:before, div.cover div.menu:before, div.cover div.menu:after, div.unit article:after {
	content:"";
	background-repeat:repeat-x;
	background-position:center top;
	display:block;
}
div.header header div.title-sub:before, div.cover div.menu:before {
	background-image:url(../img/cmn_line_over.png);
}
div.cover div.menu:after, div.unit article:after {
	background-image:url(../img/cmn_line_under.png);
}
div.header header div.title-sub {
	background-image: -webkit-gradient(linear, left top, right top, from(hsla(47,73%,62%,1)), color-stop(0.4, hsla(47,73%,62%,0)), color-stop(0.6, hsla(47,73%,62%,0)), to(hsla(47,73%,62%,1)));
	background-image: -webkit-linear-gradient(left, hsla(47,73%,62%,1), hsla(47,73%,62%,0) 40%, hsla(47,73%,62%,0) 60%, hsla(47,73%,62%,1));
	background-image: linear-gradient(to right, hsla(47,73%,62%,1), hsla(47,73%,62%,0) 40%, hsla(47,73%,62%,0) 60%, hsla(47,73%,62%,1));
	background-color:#ffffb2;
}
div.header header div.title-sub p {
	font-weight:bold;
	color:#fff;
	text-shadow:#4e3300 1px 1px 2px, #4e3300 -1px 1px 2px, #4e3300 1px -1px 2px, #4e3300 -1px -1px 2px;
	line-height:1.5;
	padding:0.75em 0;
}
@media all and (min-width: 768px) {
div.header header div.title-logo h1 > span,
div.header header div.title-logo p > a {
	height:400px;
}
div.header header div.title-logo h1 > span:before,
div.header header div.title-logo p > a:before {
	width:430px;
	height:400px;
	margin-left:-215px;
}
div.header header div.title-sub:before, div.cover div.menu:before, div.cover div.menu:after, div.unit article:after {
	height:8px;
}
div.header header div.title-sub p {
	font-size:150%;
}
div.header header div.title-logo p > a span.btn {
	bottom:12px;
	width:200px;
	height:32px;
	margin-left:290px;
}
}
@media all and (max-width: 767px) {
div.header header div.title-logo h1 > span,
div.header header div.title-logo p > a {
	height:160px;
}
div.header header div.title-logo h1 > span:before,
div.header header div.title-logo p > a:before {
	width:172px;
	height:160px;
	margin-left:-86px;
	background-size:cover;
}

.cmn div.header header div.title-logo p > a {
	height:180px;
}
.cmn div.header header div.title-logo p > a:before {
	width:152px;
	height:141px;
	margin-left:-76px;
}
.cmn div.header header div.title-logo p > a {
	height:160px;
}
div.header header div.title-sub:before, div.cover div.menu:before, div.cover div.menu:after, div.unit article:after {
	height:4px;
	background-size:4px 4px;
}
div.header header div.title-sub p {
	font-size:100%;
}
div.header header div.title-logo p > a span.btn {
	bottom:4px;
	width:124px;
	height:20px;
	margin-left:-62px;
}
}


/*	menu
============================== */
div.menu {
	background-color:hsla(0,0%,100%,0.8);
}
div.menu > nav {
	position:relative;
}
div.menu > nav ul li a,
div.menu > nav ul li span,
div.menu > nav ul li a:before {
	display:block;
}
div.menu > nav ul li a {
	text-decoration:none;
	font-weight:bold;
	color:#661700;
}
div.menu > nav ul li a:before {
	content:"";
	background-image:url(../img/cmn_menu.png);
	background-repeat:no-repeat;
}
div.menu > nav ul li.mhighlight a:before {
	background-position:left top;
}
div.menu > nav ul li.mcomment a:before {
	background-position:center top;
}
div.menu > nav ul li.mcast a:before {
	background-position:right top;
}
div.menu > nav ul li.marchive a:before {
	background-position:left bottom;
}
div.menu > nav ul li.mlanking a:before {
	background-position:center bottom;
}
div.menu > nav ul li.mspot a:before {
	background-position:right bottom;
}
div.menu > nav ul li span a span {
	line-height:1.25;
}
@media all and (min-width: 768px) {
div.menu > nav {
	width:980px;
	padding:10px 0;
	margin:0 auto;
}
div.menu > nav ul {
	display:table;
	width:100%;
}
div.menu > nav ul li {
	display:table-cell;
}
div.menu > nav ul li:not(:last-child) {
	border-right:3px solid #e6b276;
}
div.menu > nav ul li a:before {
	width:96px;
	height:70px;
	margin:0 auto;
}
}
@media all and (max-width: 767px) {
div.menu > nav {
	text-align:left;
	padding:0 6px;
}
div.menu > nav ul li {
	float:left;
	padding:6px 0;
}
div.menu > nav ul li.mhighlight,
div.menu > nav ul li.mcomment,
div.menu > nav ul li.mcast,
div.menu > nav ul li.marchive {
	width:25%;
}
div.menu > nav ul li.mlanking,
div.menu > nav ul li.mspot {
	width:50%;
	border-top:4px solid #e6b276;
}
div.menu > nav ul li span a span {
	font-size:83%;
	text-align:center;
}
div.menu > nav ul li > span {
	border-style:solid;
	border-color:#e6b276;
}
div.menu > nav ul li.mhighlight > span {
	border-right-width:3px;
}
div.menu > nav ul li.mcomment > span {
	border-left-width:1px;
	border-right-width:2px;
}
div.menu > nav ul li.mcast > span {
	border-left-width:2px;
	border-right-width:1px;
}
div.menu > nav ul li.marchive > span {
	border-left-width:3px;
}
div.menu > nav ul li.mlanking > span {
	border-right-width:2px;
}
div.menu > nav ul li.mspot > span {
	border-left-width:2px;
}
div.menu > nav ul li a:before {
	background-size:300% 200%;
	width:55px;
	height:40px;
}
div.menu > nav ul li.mhighlight a:before,
div.menu > nav ul li.mcomment a:before,
div.menu > nav ul li.mcast a:before,
div.menu > nav ul li.marchive a:before {
	margin:0 auto;
}
div.menu > nav ul li.mlanking span a,
div.menu > nav ul li.mspot span a {
	position:relative;
	height:52px;
}
div.menu > nav ul li.mlanking a:before,
div.menu > nav ul li.mspot a:before,
div.menu > nav ul li.mlanking a span,
div.menu > nav ul li.mspot a span {
	position:absolute;
	top:50%;
}
div.menu > nav ul li.mlanking a:before,
div.menu > nav ul li.mspot a:before {
	margin-top:-20px;
	left:50%;
	margin-left:-75px;
}
div.menu > nav ul li.mlanking a span,
div.menu > nav ul li.mspot a span {
	width:100%;
	margin-top:-0.625em;
	text-indent:3em;
}
}



/*	contents
============================== */

div.wrap {
}
@media all and (min-width: 768px) {
div.wrap {
	background-color:hsla(0,0%,100%,0.8);
	padding:30px 0 40px;
}
div.flo-wrap {
	text-align:left;
	width:980px;
	margin:0 auto;
}
div.flo-wrap div.flo-lef {
	width:650px;
	float:left;
}
div.flo-wrap div.flo-rig {
	width:300px;
	float:right;
}
}
@media all and (max-width: 767px) {
div.flo-wrap div.flo-lef {
	background-color:hsla(0,0%,100%,0.8);
	padding:12px 12px 24px;
	text-align:left;
}
}


/*	article
============================== */

div.unit {
	padding-top:10px;
	margin-top:-10px;
}
div.unit article header,
div.unit article div.inner {
	background-color:hsla(0,0%,100%,0.8);
}
div.unit article header h2,
.cmn div.unit article header h1 {
	background-position:center top;
	background-image:url(../img/cmn_article_header.jpg);
	background-repeat:repeat-x;
}
div.unit article header h2 span,
.cmn div.unit article header h1 span {
	display:block;
	background-position:center top;
	background-image:url(../img/cmn_h2.png);
	background-repeat:no-repeat;
	margin:0 auto;
	text-indent:110%;white-space:nowrap;overflow:hidden;
}
div.unit article div.inner {
	background-position:right bottom;
	background-image:url(../img/cmn_article_bg.png);
	background-repeat:no-repeat;
}
div.unit article:before,
div.unit article header:after {
	content:"";
	display:block;
	background-position:center top;
	background-image:url(../img/cmn_article_under.png);
	background-repeat:repeat-x;
}
div.unit article:before {
	background-image:url(../img/cmn_article_over.png);
}
div.unit article header:after {
	background-image:url(../img/cmn_article_under.png);
}
@media all and (min-width: 768px) {
div.unit:not(:last-child) {
	margin-bottom:40px;
}
div.unit article {
	-webkit-box-shadow:0 10px 0 0 hsla(0,0%,0%,0.1);
	box-shadow:0 10px 0 0 hsla(0,0%,0%,0.1);
}
div.unit article header h2 span,
.cmn div.unit article header h1 span {
	width:400px;
	height:80px;
}
div#comment article header h2 span {
	background-position:0 -80px;
}
div#cast article header h2 span {
	background-position:0 -160px;
}
div#archives article header h1 span {
	background-position:0 -240px;
}
div#ranking article header h2 span {
	background-position:0 -320px;
}
div#trailer article header h2 span {
	background-position:0 -400px;
}
div.unit article:before,
div.unit article header:after {
	height:32px;
}
div.unit article div.inner {
	padding:24px 24px 90px;
}
}
@media all and (max-width: 767px) {
div.unit:not(:last-child) {
	margin-bottom:24px;
}
div.unit article {
	-webkit-box-shadow:0 7px 0 0 hsla(0,0%,0%,0.1);
	box-shadow:0 7px 0 0 hsla(0,0%,0%,0.1);
}
div.unit article header h2,
.cmn div.unit article header h1 {
	background-size:351px 40px;
	height:40px;
}
div.unit article header h2 span,
.cmn div.unit article header h1 span {
	background-size:200px 240px;
	width:200px;
	height:40px;
}
div#comment article header h2 span {
	background-position:0 -40px;
}
div#cast article header h2 span {
	background-position:0 -80px;
}
div#archives article header h1 span {
	background-position:0 -120px;
}
div#ranking article header h2 span {
	background-position:0 -160px;
}
div#trailer article header h2 span {
	background-position:0 -200px;
}
div.unit article:before,
div.unit article header:after {
	background-size:170px 16px;
	height:16px;
}
div.unit article div.inner {
	background-size:135px 45px;
	padding:12px 12px 45px;
}
}


/*	article section
============================== */
div.unit article div.inner section h3 {
	background-image:url(../img/cmn_article_h3.jpg);
	background-repeat:repeat-x;
	background-position:center top;
}
div.unit article div.inner section h3 span {
	display:block;
	font-weight:bold;
	color:#fff;
	text-shadow:#7b0000 1px 1px 2px, #7b0000 -1px 1px 2px, #7b0000 1px -1px 2px, #7b0000 -1px -1px 2px;
	line-height:1.5;
	padding:0.25em 0.75em;
}
@media all and (min-width: 768px) {
div.unit article div.inner section:not(:last-child) {
	margin-bottom:30px;
}
div.unit article div.inner section h3 {
	margin-bottom:15px;
}
div.unit article div.inner section h3 span {
	font-size:112.5%;
}
}
@media all and (max-width: 767px) {
div.unit article div.inner section:not(:last-child) {
	margin-bottom:24px;
}
div.unit article div.inner section h3 {
	margin-bottom:12px;
	background-size:327px 40px;
}
}



/*	figure (main)
============================== */
.pic-main {
	position:relative;
}
.pic-main span,
.pic-main span img {
	display:block;
}
.pic-main span.pic {
	position:relative;
	height:0;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	padding-top:67.741935483871%;
}
.pic-main span.lazy-done {
	-webkit-animation: fadeIn 1000ms;
	animation: fadeIn 1000ms;
}
.pic-main span img {
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
.pic-main figcaption {
	display:block;
	text-align:center;
	line-height:1.75;
	margin-top:20px;
}
.pic-main figcaption span {
	display:inline;
}
.pic-main figcaption > span {
	background-color:#ebedef;
}
@media all and (min-width: 768px) {
.pic-main {
	width:520px;
	margin:0 auto 40px;
}
.pic-main span.lazy-done {
	-webkit-box-shadow:10px 10px 0 0 #fce474;
	box-shadow:10px 10px 0 0 #fce474;
}
.pic-main figcaption {
	font-size:87.5%;
}
}
@media all and (max-width: 767px) {
.pic-main {
	margin:0 20px 24px;
}
.pic-main span.lazy-done {
	-webkit-box-shadow:6px 6px 0 0 #fce474;
	box-shadow:6px 6px 0 0 #fce474;
}
.pic-main figcaption {
	font-size:83%;
}
}



/* =================================
	keyframes
================================= */

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}



article p.lines {
	background-position:left bottom;
	background-repeat:repeat;
	text-align: justify;
	text-justify: inter-ideograph; /* IE のみ、こちらも必要 */
	padding: 0 0.75em;
}
@media all and (min-width: 768px) {
article p.lines {
	font-size:100%;
	background-image:url(../img/line36.png);
	line-height:36px;
}
article p.lines:not(:last-child) {
	margin-bottom:36px;
}
}
@media all and (max-width: 767px) {
article p.lines {
	font-size:87.5%;
	background-image:url(../img/line30.png);
	line-height:30px;
}
article p.lines:not(:last-child) {
	margin-bottom:30px;
}
}


/* =================================
	#highlight
================================= */

div#highlight article div.inner {
	position:relative;
}
div#highlight article div.inner:before {
	position:absolute;
	left:50%;
	content:"";
	display:blcok;
	background-image:url(../img/cmn_item_mirror.png);
	background-repeat:no-repeat;
}
div.copy p {
	color:#1c26e0;
	text-align:center;
	font-weight:bold;
	line-height:1.5;
}
@media all and (min-width: 768px) {
div.copy {
	padding:2em 0;
}
div#highlight article div.inner:before {
	width:170px;
	height:170px;
	margin-left:-85px;
	top:0;
}
div.copy p {
	font-size:112.5%;
}
}
@media all and (max-width: 767px) {
div.copy {
	padding:1.25em 0;
}
div#highlight article div.inner:before {
	background-size:cover;
	width:100px;
	height:100px;
	margin-left:-50px;
	top:12px;
}
div.copy p {
	font-size:100%;
}
}


/* =================================
	#cast
================================= */

div#cast article div.inner section ul {
	list-style-type:circle;
	margin-left:2em;
}
div#cast article div.inner section ul li,
div#cast article div.inner section p {
	line-height:1.5;
}
div#cast article div.inner section ul li {
	margin-bottom:0.5em;
}
div#cast article div.inner section p {
	text-align:right;
}
@media all and (max-width: 767px) {
div#cast article div.inner section ul li,
div#cast article div.inner section p {
	font-size:87.5%;
}
}

/* =================================
	#ranking
================================= */

div#ranking article div.inner table{
	width: 100%;
  border-collapse:separate;
  border-spacing: 0;
}
div#ranking article div.inner table th:first-child{
  border-radius: 5px 0 0 0;
}
div#ranking article div.inner table th:last-child{
  border-radius: 0 5px 0 0;
  border-right: 1px solid #ebbb3a;
}
div#ranking article div.inner table th{
  text-align: center;
  color:white;
  background: linear-gradient(#fa6c68,#f3332d);
  border-left: 1px solid #ebbb3a;
  border-top: 1px solid #ebbb3a;
  border-bottom: 1px solid #ebbb3a;
  box-shadow: 0px 1px 1px rgba(239,232,213,0.3) inset;
  padding:8px 0;
}

div#ranking article div.inner table td{
  text-align: center;
  border-left: 1px solid #dccca2;
  border-bottom: 1px solid #dccca2;
  border-top:none;
  box-shadow: 0px -3px 5px 1px #f6f2e8 inset;
  padding:8px 0;
}
	div#ranking article div.inner table td.rank{
		background-color:#cbb465;
		box-shadow: none;
		color: #fff;
	}
	div#ranking article div.inner table td.total{
		background-color:#fce9ed;
		box-shadow: none;
	}


div#ranking article div.inner table td:last-child{
  border-right: 1px solid #dccca2;
}

div#ranking article div.inner table tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}

div#ranking article div.inner table tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}

div#ranking article div.inner th.rank{width: 10%;}
div#ranking article div.inner th.artist{width: 65%;}
div#ranking article div.inner th.total{width: 25%;}

@media all and (min-width: 768px) {
	div#ranking article div.inner p{
		line-height: 26px;
		margin-bottom: 10px;
	}
	div#ranking article div.inner table th,div#ranking article div.inner table td{
		font-size:90%;
	}
	div#ranking article div.inner table td.artist{
		font-size:110%;
	}
}

@media all and (max-width: 767px) {
	div#ranking article div.inner p{
		font-size:87.5%;
		line-height:1.4;
		margin-bottom: 10px;
	}
	div#ranking article div.inner table th,div#ranking article div.inner table td{
		font-size:87.5%;
	}
}
/* =================================
	#trailer
================================= */
#youtube {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
#youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
