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

/* =================================
	pripri-TBS CSS
================================= */

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

/* 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:120%;
}
.s {
	font-size:87.5%;
}
.lazy {
	display:block;
	position:relative;
}
.wbr {
	white-space: nowrap;
	display: inline-block;
}
.mgb-0 {
	margin-bottom:0 !important;
}

/*	Web Fonts
============================== */
@font-face {
	font-family: 'Vidaloka';
	src: url('/um/library/fonts/Vidaloka/Vidaloka-Regular.ttf') format("truetype");
}

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

html, body, div#con-body {
	background-color:#c32932;
}
body {
	color:#333;
	text-align:center;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust: 100%;
	font-family:Arial,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}

div.cover {
	background-image:url(../img/bg.jpg);
	background-repeat:repeat;
	background-color:#e0dcbe;
/*
	font-kerning: normal;
	font-feature-settings: "palt";
*/
}
@media all and (min-width: 768px) {
div.cover {
	background-position:center top;
	border-bottom:10px solid #000;
	min-width:980px;
	padding-bottom:30px;
}
}
@media all and (max-width: 767px) {
div.cover {
	background-size:56px;
	border-bottom:6px solid #000;
	min-width:320px;
}
}


/*	copyright
============================== */
p.copyright {
	color:#e0dabe;
	line-height:1.25;
	text-align:center;
}
p.copyright a {
	color:#ffcce0;
}
@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;
	}
}


/*	pagetop
============================== */
p.pgt {
	z-index:20;
}
p.pgt a, p.pgt span {
	display:block;
}
@media all and (min-width: 768px) {
p.pgt {
	position:fixed;
	right:40px;
	bottom:40px;
}
p.pgt a {
	background-image:url(../img/cmn_pgt.png);
	background-repeat:no-repeat;
	background-position:left top;
	width:142px;
	height:160px;
	text-indent:110%;white-space:nowrap;overflow:hidden;
}
}
@media all and (max-width: 767px) {
p.pgt {
	width:100%;
	min-width:320px;
	bottom:0;
}
p.pgt a {
	position:relative;
	text-decoration:none;
	color:#fff;
	text-shadow:0 2px 2px hsla(0, 0%, 0%, .25);
	background-color:hsla(0,0%,0%,0.8);
	height:36px;
}
p.pgt a span {
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-0.5em;
	margin-left:-5em;
	font-size:87.5%;
	font-weight:bold;
}
p.pgt a span:before {
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-8px;
	margin-left:-7em;
	display:block;
	content:"";
	background-image:url(../img/cmn_arrow.svg);
	background-repeat:no-repeat;
	background-position:left top;
	width:16px;
	height:16px;
}
}

/* sns buttons */
div.sns-btns {
	padding:6px 0 3px;
	background-image: -webkit-gradient(linear, left top, right top, from(hsla(358,67%,45%,0)), color-stop(0.25, hsla(358,67%,45%,1)), color-stop(0.75, hsla(358,67%,45%,1)), to(hsla(358,67%,45%,0)));
	background-image: -webkit-linear-gradient(left, hsla(358,67%,45%,0), hsla(358,67%,45%,1) 25%, hsla(358,67%,45%,1) 75%, hsla(358,67%,45%,0));
	background-image: linear-gradient(to right, hsla(358,67%,45%,0), hsla(358,67%,45%,1) 50%, hsla(358,67%,45%,1) 75%, hsla(358,67%,45%,0));
}
@media all and (min-width: 768px) {
div.sns-btns {
	border-radius:12px;
	margin-bottom:20px;
}
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 {
	text-align:center;
	background-color:#601315;
}
div.sns-btns div.tw, div.sns-btns div.fb {
	display:inline-block;
}
div.sns-btns div.tw {
	padding-right:50px;
}
}

/* Twitter timeline */
aside div.sns-timeline p {
	background-position:center top;
	background-repeat:no-repeat;
}
aside div.sns-timeline p a {
	display:block;
	height:60px;
	text-indent:110%;white-space:nowrap;overflow:hidden;
}
aside div.sns-timeline div.inner {
	background-color:#fff;
	height:300px;
}
@media all and (min-width: 768px) {
.cmn aside div.sns-timeline {
	padding-bottom:12px;
}
aside div.sns-timeline div.inner {
}
}
@media all and (max-width: 767px) {
aside div.sns-timeline {
/*
	background-image: -webkit-gradient(linear, center top, center bottom, from(#00b2ea), to(#172c7b));
	background-image: linear-gradient(#00b2ea, #172c7b);
	background-color:#00b2ea;
*/
	padding-bottom:12px;
}
aside div.sns-timeline p {
	width:300px;
	margin:0 auto;
}
aside div.sns-timeline div.tl-inner > iframe#twitter-widget-0 {
	width:260px !important;
}
aside div.sns-timeline div.inner {
	width:260px;
	margin:0 auto;
}
}

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



/*	affiliate
============================== */
div.affiliate {
	background-color:hsla(211,85%,32%,0.9);
/*
	background-color:#fc0;
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffcc00), color-stop(0.4, #fff000), color-stop(0.6, #fff000), to(#ffcc00));
	background-image: -webkit-linear-gradient(#ffcc00, #fff000 40%, #fff000 60%, #ffcc00);
	background-image: linear-gradient(#ffcc00, #fff000 40%, #fff000 60%, #ffcc00);
*/
}
div.affiliate article {
	text-align:left;
}
div.affiliate article ul li {
	float:left;
}
div.affiliate article ul li a, div.affiliate article ul li a img {
	display:block;
}
div.affiliate ul li a img {
}
div.affiliate ul li a span.lazy-done {
	-webkit-animation: bounceInRight 700ms;
	animation: bounceInRight 700ms;
}
@media all and (min-width: 768px) {
div.affiliate {
	padding:30px 0 18px;
}
div.affiliate article {
	width:924px;
	margin:0 auto;
}
div.affiliate article ul li {
	width:300px;
	margin-bottom:12px;
}
div.affiliate article ul li:first-child {
/*	margin-left:156px; */
}
div.affiliate article ul li:nth-child(3n-2),
div.affiliate article ul li:nth-child(3n-1) {
	margin-right:12px;
}
div.affiliate article ul li a img {
	width:300px;
	height:80px;
}
}
@media all and (max-width: 767px) {
div.affiliate article {
	padding:12px 0 6px;
}
div.affiliate article ul {
	width:300px;
	margin:0 auto;
}
div.affiliate article ul li {
	width:147px;
	float:left;
	margin-bottom:6px;
}
div.affiliate article ul li:nth-child(odd) {
	margin-right:6px;
}
div.affiliate article ul li a span {
	background-size:cover;
}
div.affiliate article ul li a img {
	width:147px;
	height:39px;
}
}


/* =================================
	TBS Modal CSS
================================= */

/* =================================
	TBS Modal CSS
================================= */

.md-box {
	position:absolute;
	z-index:10001;
	left:50%;
	top:50%;
}
.md-close {
	padding-right:4px;
}
.md-close a, .md-close a span {
	display:block;
}
.md-box .md-close a {
	width:100%;
/*	cursor:-webkit-zoom-out;
	cursor:zoom-out; */
}
.md-close a:after {
	display:block;
	content:"";
	clear:both;
}
.md-close a span {
	float:right;
	background-repeat:no-repeat;
	font-size:2px;text-indent:110%;white-space:nowrap;overflow:hidden;
	cursor:pointer;
}
.md-inner {
	position:relative;
	background-color:#000;
	overflow:hidden;
}
.md-inner video {
	width:100%;
	max-width:100%;
	height:auto;
}
.md-inner div.md-pics {
	background-repeat:no-repeat;
	background-position:center center;
}
.md-caption {
	text-align:left;
	line-height:1.25;
	padding:0.5em 0;
}

/*	case narrow
============================== */
.md-nrw {
	width:100%;
	position:absolute;
	z-index:5200;
}
.md-nrw .md-caption {
	background-color:#000;
	bottom:0;
	width:100%;
}


@media all and (min-width: 640px), (min-height: 640px) {
.md-close a {
	height:46px;
}
.md-close a span {
	width:40px;
	height:40px;
}
.md-close a span {
	background-position:left top;
}
.md-inner {
	margin-bottom:6px;
}
.md-caption {
	font-size:75%;
}
}
@media all and (max-width: 639px), (max-height: 639px) {
.md-close a {
	height:28px;
}
.md-close a span {
	width:24px;
	height:24px;
}
.md-close a span {
	background-position:0 -200px;
}
.md-inner {
	margin-bottom:4px;
}
.md-caption {
	font-size:67.5%;
}
}

/*	customize
============================== */
.md-close a span {
	background-image:url(/um/img/btn_modal.svg);
	background-color:#000;
}
.md-inner {
	/*background-color: rgba(0,0,0,0.5);*/
	-webkit-box-shadow: rgba(0,0,0,0.5) 0px 0px 5px 2px;
	box-shadow: rgba(0,0,0,0.5) 0px 0px 5px 2px;
}
.md-caption {
	color:#fff;
	word-break:break-all;
}
@media all and (min-width: 640px), (min-height: 640px) {
.md-close a span {
	border-radius:20px;
}
}
@media all and (max-width: 639px), (max-height: 639px) {
.md-close a span {
	border-radius:12px;
}
}


div.modal-overlay {
z-index:10000;position:absolute;background-color:#000;width:100%;height:100%;left:0;top:0;right:0;bottom:0;opacity:0.9;
}

/*	印刷禁止対応
============================== */
@media print {
div.modal-overlay {
	display:none;
}
.md-box, .md-close {
	display:none;
}
}



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

@-webkit-keyframes bounceInLeft {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}
	from {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
	}
	to {
		-webkit-transform: none;
	}
}
@keyframes bounceInRight {
	from, 60%, 75%, 90%, to {
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}
	from {
		opacity: 0;
		transform: translate3d(3000px, 0, 0);
	}
	60% {
		opacity: 1;
		transform: translate3d(-25px, 0, 0);
	}
	75% {
		transform: translate3d(10px, 0, 0);
	}
	90% {
		transform: translate3d(-5px, 0, 0);
	}
	to {
		transform: none;
	}
}
@-webkit-keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
	}
}
@keyframes slideInUp {
	from {
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	to {
		transform: translate3d(0, 0, 0);
	}
}
@-webkit-keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
	}
}
@keyframes slideInDown {
	from {
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}

	to {
		transform: translate3d(0, 0, 0);
	}
}
@-webkit-keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
	}
}
@keyframes slideInLeft {
	from {
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	to {
		transform: translate3d(0, 0, 0);
	}
}
@-webkit-keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
	}
}
@keyframes slideInRight {
	from {
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	to {
		transform: translate3d(0, 0, 0);
	}
}
@-webkit-keyframes lightSpeedIn {
	from {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}
	60% {
		-webkit-transform: skewX(20deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: skewX(-5deg);
		opacity: 1;
	}
	to {
		-webkit-transform: none;
		opacity: 1;
	}
}
@keyframes lightSpeedIn {
	from {
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}
	60% {
		transform: skewX(20deg);
		opacity: 1;
	}
	80% {
		transform: skewX(-5deg);
		opacity: 1;
	}
	to {
		transform: none;
		opacity: 1;
	}
}
@-webkit-keyframes animate-it {
	from	{ -webkit-transform: scale( 1 ); }
	25%		{ -webkit-transform: scale( 1 ); }
	44%		{ -webkit-transform: scale( 1 ) rotate( 0 ); }
	46%		{ -webkit-transform: scale( 1 ) rotate( 4deg ); }
	50%		{ -webkit-transform: scale( 1 ) rotate( -4deg ); }
	54%		{ -webkit-transform: scale( 1 ) rotate( 4deg ); }
	58%		{ -webkit-transform: scale( 1 ) rotate( -4deg ); }
	62%		{ -webkit-transform: scale( 1 ) rotate( 4deg ); }
	64%		{ -webkit-transform: scale( 1 ) rotate( 0 ); }
	75%		{ -webkit-transform: scale( 1 ); }
	to		{ -webkit-transform: scale( 1 ); }
}
@keyframes animate-it {
	from	{ transform: scale( 1 ); }
	25%		{ transform: scale( 1 ); }
	44%		{ transform: scale( 1 ) rotate( 0 ); }
	46%		{ transform: scale( 1 ) rotate( 4deg ); }
	50%		{ transform: scale( 1 ) rotate( -4deg ); }
	54%		{ transform: scale( 1 ) rotate( 4deg ); }
	58%		{ transform: scale( 1 ) rotate( -4deg ); }
	62%		{ transform: scale( 1 ) rotate( 4deg ); }
	64%		{ transform: scale( 1 ) rotate( 0 ); }
	75%		{ transform: scale( 1 ); }
	to		{ transform: scale( 1 ); }
}
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}