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

/* =================================
	sicks_specsaga CSS
================================= */

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

/* 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;
}
.txta-cen {
	text-align:center;
}

/*	Web Fonts
============================== */
/* normal */
@font-face {
	font-family: 'IM Fell DW Pica';
	src: url('/um/library/fonts/IM_Fell_DW_Pica/IMFePIrm28P.ttf') format("truetype");
}
/* Italic */
@font-face {
	font-family: 'IM Fell DW Pica';
	src: url('/um/library/fonts/IM_Fell_DW_Pica/IMFePIit28P.ttf') format("truetype");
	font-style:italic;
}
.gothic {
	font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","Yu Gothic",YuGothic,"ヒラギノ角ゴ ProN W3",Hiragino Kaku Gothic ProN,Arial,"メイリオ",Meiryo,sans-serif;
}
.mincho {
	font-family:Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

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

html, body, div#con-body {
	background-color:#182a66;
}
body {
	color:#fcfcfc;
	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;
}
div#con-body {
	background-image:url(../img/bg.jpg);
	background-repeat:repeat;
}
div.cover {
}
@media all and (min-width: 768px) {
div#con-body {
	background-position:center top;
}
div.cover {
	min-width:980px;
}
}
@media all and (max-width: 767px) {
div#con-body {
	background-size:80px;
}
div.cover {
	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;
	-webkit-transition-duration:300ms;
	-webkit-transition-timing-function:ease-in-out;
	transition-duration:300ms;
	transition-timing-function:ease-in-out;
}
p.pgt a, p.pgt span {
	display:block;
}
p.pgt-on, p.pgt-off {
	position:fixed;
}
@media all and (min-width: 768px) {
p.pgt {
	transition-property:right;
}
p.pgt-on {
	right:40px;
	bottom:40px;
}
p.pgt-off {
	right:-100px;
	bottom:40px;
}
p.pgt a {
	background-image:url(../img/cmn_pgt.png);
	background-repeat:no-repeat;
	background-position:left top;
	width:72px;
	height:120px;
	text-indent:110%;white-space:nowrap;overflow:hidden;
}
}
@media all and (max-width: 767px) {
p.pgt {
	min-width:320px;
	transition-property:bottom;
}
p.pgt-on, p.pgt-off {
	width:100%;
}
p.pgt-on {
	bottom:0;
}
p.pgt-off {
	bottom:-32px;
}
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:32px;
}
p.pgt a span {
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-0.5em;
	margin-left:-5em;
	font-size:83%;
	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;
	background-size:16px 100px;
	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) {
.idx div.sns-btns {
	width:300px;
	margin:0 auto;
}
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 section.sns-timeline {
	background-color:#55aecc;
}
aside section.sns-timeline h2 {
	background-position:center top;
	background-repeat:no-repeat;
}
aside section.sns-timeline h2 a {
	display:block;
	text-indent:110%;white-space:nowrap;overflow:hidden;
	background-image:url(../img/images.png);
	background-repeat:no-repeat;
	height:52px;
	background-position:center top;
}
aside section.sns-timeline div.tl-inner {
	background-color:#fff;
	height:344px;
}
@media all and (min-width: 768px) {
aside section.sns-timeline {
	padding:0 10px 10px;
}
.cmn aside section.sns-timeline {
	margin-bottom:20px;
}
}
@media all and (max-width: 767px) {
aside section.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 section.sns-timeline h2 {
}
aside section.sns-timeline div.tl-inner {
	width:280px;
	margin:0 auto;
}
}


/*	affiliate
============================== */
div.affiliate {
	background-color:hsla(196, 84%, 59%, 0.5);
}
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 article ul li a span.lazy-done {
	-webkit-animation: fadeIn 500ms;
	animation: fadeIn 500ms;
}
@media all and (min-width: 768px) {
.idx div.affiliate {
	padding:30px 0 18px;
	margin-bottom:30px;
}
.cmn div.affiliate {
	padding-top:12px ;
}
div.affiliate article {
	margin:0 auto;
}
.idx div.affiliate article {
	width:924px;
}
.cmn div.affiliate article {
	width:276px;
}
div.affiliate article ul li {
	margin-bottom:12px;
}
.idx div.affiliate article ul li {
	width:300px;
}
.cmn div.affiliate article ul li {
	width:276px;
}
div.affiliate article ul li:nth-child(3n-2),
div.affiliate article ul li:nth-child(3n-1) {
	margin-right:12px;
}
.idx div.affiliate article ul li:nth-child(4) {
	margin-left:312px;
}
.cmn div.affiliate article ul li a span {
	background-size:cover;
}
.idx div.affiliate article ul li a img {
	width:300px;
	height:100px;
}
.cmn div.affiliate article ul li a img {
	width:276px;
	height:92px;
}
}
@media all and (max-width: 767px) {
div.affiliate article {
	padding:12px 0 6px;
}
div.affiliate article ul {
	width:260px;
	margin:0 auto;
}
div.affiliate article ul li {
	width:260px;
	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;
	width:260px;
	height:87px;
}
}


div.bn-long {
	background-color:hsla(33,93%,70%,0.8);
}
div.bn-long a,
div.bn-long a span {
	display:block;
}
div.bn-long a {
	text-align:left;
}
div.bn-long a span {
	text-indent:110%;white-space:nowrap;overflow:hidden;
}
div.bn-long a span.lazy-done {
	-webkit-animation: fadeIn 500ms;
	animation: fadeIn 500ms;
}
@media all and (min-width: 768px) {
div.bn-long {
	padding:30px 0;
}
div.bn-long a {
	width:924px;
	margin:0 auto;
}
div.bn-long a span {
	height:150px;
}
}
@media all and (max-width: 767px) {
div.bn-long {
	padding:12px;
}
div.bn-long a {
	position:relative;
	height:0;
	padding-top:16.2337662%;
}
div.bn-long a span {
	background-size:cover;
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
}

/* =================================
	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 jackInTheBox {
	from {
		opacity: 0;
		-webkit-transform: scale(0.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
	}
	50% {
		-webkit-transform: rotate(-10deg);
	}
	70% {
		-webkit-transform: rotate(3deg);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
	}
}
@keyframes jackInTheBox {
	from {
		opacity: 0;
		transform: scale(0.1) rotate(30deg);
		transform-origin: center bottom;
	}
	50% {
		transform: rotate(-10deg);
	}
	70% {
		transform: rotate(3deg);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}