/* =================================
	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:#174e99;
}
a:visited {
	text-decoration:none;
	color:#174e99;
}
a:active {
	text-decoration:none;
	color:#174e99;
}
a:hover {
	text-decoration:underline;
	color:#174e99;
}

/* 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%;
}
@media all and (max-width: 374px) {
.s {
	font-size:75%;
}
}
.ff {
	font-family:serif;
}
.lazy {
	display:block;
	position:relative;
}
.wbr {
	white-space: nowrap;
	display: inline-block;
}


/*	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:25px 0;
	}
	p.copyright a:hover {
		text-decoration:none;
	}
}
@media all and (max-width: 767px) {
	p.copyright {
		font-size:62.5%;
	}
	p.copyright > small {
		padding:1.5em 1em;
	}
}



/*	background
============================== */
html, body, div#con-body {
	/* background-color:transparent; */
	background-color:#fff028;
}
div#con-body {
	background-image:url(../img/bg.png);
	background-repeat:repeat;
	background-position:center top;
}
body {
	color:#333;
	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 {

}
@media all and (min-width: 768px) {
div.cover {
	padding-top:40px;
}
}
@media all and (max-width: 767px) {
div#con-body {
	background-size:contain;
}
}


/*	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:0;
	bottom:0;
}
p.btot-off {
	right:0;
	bottom:-120px;
}
p.backtotop a {
	background-image:url(../img/cmn_bktotop.png);
	background-repeat:no-repeat;
	background-position:left top;
	width:120px;
	height:120px;
	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 {
	color:#ffff4e;
	text-shadow:1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, 2px 2px 3px hsla(0,0%,0%,0.5);
	position:relative;
	text-decoration:none;
	/* text-shadow:0 2px 2px hsla(0, 0%, 0%, .1); */
	background-color:hsla(0,100%,38%,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;
}
}


/*	.header
============================== */
div.header {
	position:relative;
	text-align:left;
}
div.header header h1 span,
div.header header p a {
	display:block;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:contain;
	text-indent:110%;white-space:nowrap;overflow:hidden;
}
div.header.lazy-done {
	-webkit-animation: fadeIn 1200ms;
	animation: fadeIn 1200ms;
	-webkit-transform-origin: center;
	transform-origin: center;
}

div.header header p.tw {
	position:absolute;
	right:0;
	bottom:0;
	width:22.448979591836735%;
	height:31.746031746031746%;
}
div.header header p.tw a,
div.header header p.tw a span {
	display:block;
}
div.header header p.tw a {
	position:relative;
	height:0;
	padding-top:90.9090909090909%;
}
div.header header p.tw a span {
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}

@media all and (min-width: 768px) {
div.header {
	width:980px;
	margin:0 auto;
}
div.header header {
	height:630px;
}
div.header.lazy-done {
	-webkit-box-shadow:0 0 20px hsla(0,0%,0%,0.3);
	box-shadow:0 0 20px hsla(0,0%,0%,0.3);
}
}
@media all and (max-width: 767px) {
div.header {
	height:0;
	background-size:cover;
	padding-top:64.2857142857142%;
}
div.header header {
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
}
@media print {
div.header {
	display:none;
}
}

/*	.menu
============================== */

div.menu {
}
div.menu nav {
	text-align:left;
}
div.menu nav ul li {
	float:left;
}
div.menu nav ul li a,
div.menu nav ul li span {
	display:block;
}
div.menu nav ul li a {
	background-image:url(../img/menu.png);
	background-repeat:no-repeat;
}
div.menu nav ul li.mnextoa a {
	background-position:left top;
}
div.menu nav ul li.mnews a {
	background-position:center top;
}
div.menu nav ul li.mwanted a {
	background-position:right top;
}
div.menu nav ul li.mstaff a {
	background-position:left bottom;
}
div.menu nav ul li.mabout a {
	background-position:center bottom;
}
div.menu nav ul li a span {
	text-indent:110%;white-space:nowrap;overflow:hidden;
}
@media all and (min-width: 768px) {
div.menu nav {
	padding-bottom:30px;
}
div.menu nav {
	width:604px;
	margin:0 auto;
}
div.menu nav ul li {
	width:188px;
	float:left;
}
div.menu nav ul li a {
	background-size:564px 213px;
	-webkit-box-shadow:0 0 10px hsla(0,0%,0%,0.25);
	box-shadow:0 0 10px hsla(0,0%,0%,0.25);
}
div.menu nav ul li a:hover {
	-webkit-box-shadow:0 0 10px hsla(0,0%,0%,0.5);
	box-shadow:0 0 10px hsla(0,0%,0%,0.5);
}
div.menu nav ul li a span {
	height:106px;
}
div.menu nav ul li:not(:last-child) {
	margin-right:20px;
}
}
@media all and (max-width: 767px) {
div.menu {
}
div.menu nav {
	padding:10px;
}
div.menu nav ul li {
	width:33.333333333333333%;
}
div.menu nav ul li.mstaff {
}
div.menu nav ul li.mnextoa,
div.menu nav ul li.mnews > span,
div.menu nav ul li.mwanted > span {
	/* margin-bottom:6px; */
}
div.menu nav ul li:nth-child(3n-2) > span {
	padding-right:4px;
}
div.menu nav ul li:nth-child(3n-1) > span {
	padding-left:2px;
	padding-right:2px;
}
div.menu nav ul li:nth-child(3n) > span {
	padding-left:4px;
}
div.menu nav ul li span a {
	position:relative;
	height:0;
	background-size:300% 200%;
	padding-top:56.5217391304348%;
	-webkit-box-shadow:0 0 6px hsla(0,0%,0%,0.25);
	box-shadow:0 0 6px hsla(0,0%,0%,0.25);
}
div.menu nav ul li span a span {
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
}


/*	main
============================== */
div.wrap {
	text-align:left;
}
main {
}
@media all and (min-width: 768px) {
div.wrap {
	width:980px;
	margin:0 auto;
	padding-top:30px;
	padding-bottom:30px;
}
main {
	width:660px;
	float:left;
}
div.wrap div.rig {
	width:300px;
	float:right;
}
}
@media all and (max-width: 767px) {
}


/*	YouTube
============================== */
div.mov-outer {
	background-color:#000;
}
div.mov-inner {
	position:relative;
	height:0;
	padding-top:56.25%;
}
div.mov-inner iframe {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
@media all and (min-width: 768px) {
div.yt-playlist {
	margin-bottom:30px;
}
}
@media all and (max-width: 767px) {
div.yt-playlist {
	margin-bottom:15px;
}
}


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

/*	SNS buttons
============================== */
.sns-btns {
	padding:6px 0 3px;
}
@media all and (min-width: 768px) {
.sns-btns {
	width:300px;
	margin:0 auto 20px;
	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:30px;
}
.sns-btns div.fb {
	float:right;
}
}
@media all and (max-width: 767px) {
.sns-btns {
	text-align:center;
	margin-bottom:15px;
}
.sns-btns .tw-share-btn, .sns-btns .fb {
	display:inline-block;
}
.sns-btns .tw-share-btn {
	padding-left:30px;
	padding-right:50px;
}
}


/*	Twitter Timeline
============================== */
.rig .tw-outer {
	background-color:#55acee;
}
.rig .tw-outer .tw-inner {
	text-align:left;
}
.rig .tw-outer .tw-inner .tw-timeline {
	background-color:#fff;
}
.rig .tw-outer h2,
.rig .tw-outer h2 span {
	background-repeat:no-repeat;
}
.rig .tw-outer h2 {
	text-align:left;
	margin-bottom:5px;
}
.rig .tw-outer h2 a,
.rig .tw-outer h2 span {
	display:block;
}
.rig .tw-outer h2 a {
	position:relative;
	text-decoration:none;
}
.rig .tw-outer h2 span {
	text-indent:110%;white-space:nowrap;overflow:hidden;
}
.rig .tw-outer h2 a:after {
	content:"";
	position:absolute;
	display:block;
	top:0;
	background-image:url(../img/sns_logos.svg);
	background-repeat:no-repeat;
	background-position:left top;
}
@media all and (min-width: 768px) {
.rig .tw-outer {
	padding:10px 0;
	margin-bottom:30px;
}
.rig .tw-outer .tw-inner {
	padding:0 10px;
}
.rig .tw-outer h2,
.rig .tw-outer h2 span {
	background-image:url(../img/sns_h2_pc.png);
}
.rig .tw-outer h2 {
	background-position:6px 0;
}
.rig .tw-outer h2 span {
	background-position:6px -70px;
	height:70px;
}
.rig .tw-outer h2 a:after {
	right:0;
	width:70px;
	height:70px;
	background-size:140px 140px;
}
}
@media all and (max-width: 767px) {
.rig .tw-outer {
	padding:10px 0 15px;
	margin-bottom:20px;
}
.rig .tw-outer .tw-inner {
	padding:0 24px;
}
.rig .tw-outer h2,
.rig .tw-outer h2 span {
	background-image:url(../img/sns_h2_smp.png);
	background-size:200px 250px;
}
.rig .tw-outer h2 {
	background-position:24px 0;
}
.rig .tw-outer h2 span {
	background-position:24px -50px;
	height:50px;
}
.rig .tw-outer h2 a:after {
	right:24px;
	width:50px;
	height:50px;
	background-size:100px 100px;
}
}


/*	bn.demo
============================== */
div.bn-demo a,
div.bn-demo a img {
	display:block;
}
div.bn-demo a {
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
	height:0;
	padding-top:50%;
}
div.bn-demo a.lazy-done {
	-webkit-animation: fadeIn 700ms;
	animation: fadeIn 700ms;
}
div.bn-demo a img {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
@media all and (min-width: 768px) {
div.bn-demo {
	margin-bottom:30px;
}
}
@media all and (max-width: 767px) {
div.bn-demo {
	padding:0 24px;
	margin-bottom:20px;
}
}


/*	.unit
============================== */
main > .unit {
	border-style:solid;
	border-color:#38308e;
	background-color:#fff;
	background-image:url(../img/bg_unit.png);
	background-repeat:repeat;
	background-position:center top;
}
main > .unit > article {
	/* background-image:url(../img/unit_footer.png);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center bottom; */
}
main > .unit > article > h2,
main > .unit > article > h2 span {
	background-repeat:no-repeat;
}
main > .unit > article > h2 span {
	display:block;
	text-indent:110%;white-space:nowrap;overflow:hidden;
}
main > .unit > article > p {
	text-align: justify;
	text-justify: inter-ideograph; /* IE のみ、こちらも必要 */
}
@media all and (min-width: 768px) {
main > .unit {
	border-width:8px;
	-webkit-box-shadow:0 12px 0 0 hsla(0,0%,0%,0.1);
	box-shadow:0 12px 0 0 hsla(0,0%,0%,0.1);
}
main > .unit:not(:last-child) {
	margin-bottom:30px;
}
main > .unit > article {
	padding-top:20px;
	/* padding-bottom:80px; */
	padding-bottom:30px;
}
main > .unit > article > h2,
main > .unit > article > h2 span {
	background-image:url(../img/h2_pc.png);
}
main > .unit > article > h2 {
	margin-bottom:20px;
}
main > div#staff > article > h2 {
	background-position:0 -110px;
}
main > .unit > article > h2 span {
	height:109px;
}
main > div#nextoa > article > h2 span {
	background-position:0 -220px;
}
main > div#news > article > h2 span {
	background-position:0 -330px;
}
main > div#wanted > article > h2 span {
	background-position:0 -440px;
}
main > div#staff > article > h2 span {
	background-position:0 -550px;
}
main > div#about > article > h2 span {
	background-position:0 -660px;
}
main > .unit > article > div.inner {
	padding:0 20px;
}
}
@media all and (max-width: 767px) {
main > .unit {
	border-top-width:5px;
	border-bottom-width:5px;
	background-size:cover;
	-webkit-box-shadow:0 6px 0 0 hsla(0,0%,0%,0.1);
	box-shadow:0 6px 0 0 hsla(0,0%,0%,0.1);
}
main > .unit:not(:last-child) {
	margin-bottom:20px;
}
main > .unit > article {
	padding-top:10px;
	padding-bottom:50px;
	padding-bottom:20px;
}
main > .unit > article > h2 {
	background-image:url(../img/h2_smp.png);
	position:relative;
	height:0;
	padding-top:17.0666666666667%;
	background-size:200% 300%;
	margin-bottom:12px;
}
main > .unit > article > h2 span {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
main > div#nextoa > article > h2 {
	background-position:left top;
}
main > div#news > article > h2 {
	background-position:right top;
}
main > div#wanted > article > h2 {
	background-position:left center;
}
main > div#staff > article > h2 {
	background-position:right center;
}
main > div#about > article > h2 {
	background-position:left bottom;
}
main > .unit > article > p {
	font-size:87.5%;
}
main > .unit > article > div.inner {
	padding:0 10px;
}
}


/*	.unit parts
============================== */

div.unit > article div.inner > h3 {
	border-style:solid;
	border-color:#38308e;
	background-color:#fff028;
	background-image: -webkit-gradient(linear, center top, center bottom, from(transparent), color-stop(0.5, transparent), color-stop(0.5, hsla(343,58%,68%,0.2)), to(hsla(343,58%,68%,0.2)));
	background-image: linear-gradient(transparent 50%, hsla(343,58%,68%,0.2) 50%);
}
div.unit > article div.inner > h3 span {
	display:block;
	background-image:url(../img/h3_icon.png);
	background-repeat:no-repeat;
	background-position:-10px 0;
	line-height:1.5;
	padding:8px 16px 8px 36px;
}
@media all and (min-width: 768px) {
div.unit > article div.inner > h3 {
	border-top-width:3px;
	border-bottom-width:3px;
	margin-bottom:20px;
}
div.unit > article div.inner > h3 span {
	font-size:112.5%;
}
}
@media all and (max-width: 767px) {
div.unit > article div.inner > h3 {
	border-top-width:2px;
	border-bottom-width:2px;
	margin-bottom:10px;
}
}


div.tbox {
	border-style:solid;
	border-color:#38308e;
	background-color:hsla(0,0%,100%,0.9);
}
div.tbox p {
	line-height:1.75;
}
div.tbox p.copy {
	font-weight:bold;
	text-align:center;
	margin-bottom:1.75em;
}
div.tbox p.copy > span {
	background-image: -webkit-gradient(linear, center top, center bottom, from(transparent), color-stop(0.5, transparent), color-stop(0.5, hsla(60,100%,65%,0.9)), to(hsla(60,100%,65%,0.9)));
	background-image: linear-gradient(transparent 50%, hsla(60,100%,65%,0.9) 50%);
}
@media all and (min-width: 768px) {
div.tbox {
	border-width:3px;
	padding:24px;
	-webkit-box-shadow:10px 10px 0 0 hsla(0,0%,0%,0.2);
	box-shadow:10px 10px 0 0 hsla(0,0%,0%,0.2);
}
}
@media all and (max-width: 767px) {
div.tbox {
	border-width:2px;
	padding:12px;
	-webkit-box-shadow:6px 6px 0 0 hsla(0,0%,0%,0.2);
	box-shadow:6px 6px 0 0 hsla(0,0%,0%,0.2);
}
div.tbox p {
	font-size:87.5%;
}
}


/*	#news
============================== */
div#news article div.inner article {
	border-style:solid;
	border-color:#38308e;
	background-color:hsla(0,0%,100%,0.9);
}
div#news article div.inner article h3 {
	color:#fff;
	background-color:#38308e;
	background-image: -webkit-gradient(linear, center top, center bottom, from(transparent), color-stop(0.5, transparent), color-stop(0.5, hsla(0,0%,0%,0.2)), to(hsla(0,0%,0%,0.2)));
	background-image: linear-gradient(transparent 50%, hsla(0,0%,0%,0.2) 50%);
	padding:0.5em 1em;
	line-height:1.5;
}
div#news article div.inner article div.inner p.txt {
	line-height:1.5;
}
div#news article div.inner article div.inner p.txt:not(:last-child) {
	margin-bottom:1em;
}
@media all and (min-width: 768px) {
div#news article div.inner article {
	border-width:3px;
	-webkit-box-shadow:10px 10px 0 0 hsla(0,0%,0%,0.2);
	box-shadow:10px 10px 0 0 hsla(0,0%,0%,0.2);
}
div#news article div.inner article:not(:last-child) {
	margin-bottom:30px;
}
div#news article div.inner article div.inner {
	padding:20px;
}
div#news article div.inner article h3 {
	font-size:112.5%;
}
}
@media all and (max-width: 767px) {
div#news article div.inner article {
	border-width:3px;
	-webkit-box-shadow:6px 6px 0 0 hsla(0,0%,0%,0.2);
	box-shadow:6px 6px 0 0 hsla(0,0%,0%,0.2);
}
div#news article div.inner article:not(:last-child) {
	margin-bottom:15px;
}
div#news article div.inner article div.inner {
	padding:10px;
}
div#news article div.inner article div.inner p.txt {
	font-size:87.5%;
}
}


/*	#about
============================== */
div#about > article > div.inner p {
	line-height:1.75;
}
div#about > article > div.inner p.copy {
	text-align:center;
}
div#about > article > div.inner p:not(:last-child) {
	margin-bottom:1.25em;
}
div#about > article > div.inner p:last-child {
	margin-bottom:3em;
	margin-bottom:1.25em;
}
@media all and (min-width: 768px) {
}
@media all and (max-width: 767px) {
div#about > article > div.inner p {
	font-size:87.5%;
}
}


/*	#staff
============================== */
div#staff > article > div.inner section {
	text-align:center;
}
div#staff > article > div.inner section h3 {
	position: relative;
	line-height:1.25;
	color:#fff;
	text-shadow:0 2px 2px hsla(0, 0%, 0%, .25);
	padding: 0.5em 0;
	background: -webkit-repeating-linear-gradient(-45deg, hsla(0,0%,100%,0.1), hsla(0,0%,100%,0.1) 6px,hsla(0,0%,100%,0) 6px, hsla(0,0%,100%,0) 12px);
	background: repeating-linear-gradient(-45deg, hsla(0,0%,100%,0.1), hsla(0,0%,100%,0.1) 6px,hsla(0,0%,100%,0) 6px, hsla(0,0%,100%,0) 12px);
	border-radius: 8px;
	background-color:#38308e;
	width:200px;
	margin:0 auto 0.75em;
}
div#staff > article > div.inner section p {
	line-height:1.75;
}
@media all and (min-width: 768px) {
div#staff > article > div.inner section {
	margin-bottom:40px;
}
div#staff > article > div.inner section h3 {
	font-size:125%;
}
div#staff > article > div.inner section p:not(:last-child) {
	margin-bottom:1.5em;
}
}
@media all and (max-width: 767px) {
div#staff > article > div.inner section {
	margin-bottom:20px;
}
div#staff > article > div.inner section p {
	font-size:87.5%;
}
div#staff > article > div.inner section p:not(:last-child) {
	margin-bottom:1.5em;
}
}


/*	#wanted
============================== */
div#wanted > article > div.inner p.txt {
	line-height:1.75;
	text-align:center;
}
div#wanted > article > div.inner ul {
	list-style-type:circle;
	margin-left:2em;
	margin-bottom:1.5em;
}
div#wanted > article > div.inner ul li {
	line-height:1.5;
}
div#wanted > article > div.inner ul li:not(:last-child) {
	margin-bottom:0.25em;
}
div#wanted > article > div.inner p.txt:not(:last-child) {
	margin-bottom:1.5em;
}
@media all and (min-width: 768px) {
}
@media all and (max-width: 767px) {
div#wanted > article > div.inner p.txt,
div#wanted > article > div.inner ul li {
	font-size:87.5%;
}
}


main > .unit > article > div.inner p.btn {
	text-align:center;
	margin-bottom:20px;
}
main > .unit > article > div.inner .btn-gradient-radius {
	display: inline-block;
	padding: 10px 40px;
	border-radius: 25px;
	text-decoration: none;
	color:#ffff17;
	font-weight:bold;
	background-color:#c00;
	text-shadow:1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, 2px 2px 3px hsla(0,0%,0%,0.5);
	-webkit-box-shadow:0 0 10px hsla(0,0%,0%,0.3);
	box-shadow:0 0 10px hsla(0,0%,0%,0.3);
}
@media all and (min-width: 768px) {
main > .unit > article > div.inner .btn-gradient-radius {
	font-size:150%;
}
}
@media all and (max-width: 767px) {
main > .unit > article > div.inner .btn-gradient-radius {
	font-size:125%;
}
}



/*	#news section
============================== */
div#news article div.inner article div.inner p.date {
	text-align:right;
	line-height:1.5;
	background-color:#ededed;
	padding:0.25em 0.75em;
	margin-bottom:1.5em;
}
div#news article div.inner article div.inner p.copy {
	text-align:center;
	line-height:1.75;
	font-weight:bold;
	margin-bottom:1.5em;
}
div#news article div.inner article div.inner p.copy span {
	background-image: -webkit-gradient(linear, center top, center bottom, from(transparent), color-stop(0.5, transparent), color-stop(0.5, hsla(60,100%,65%,0.9)), to(hsla(60,100%,65%,0.9)));
	background-image: linear-gradient(transparent 50%, hsla(60,100%,65%,0.9) 50%);
}
div#news article div.inner article div.inner > section h4 {
	color:#38308e;
	line-height:1.5;
	border-bottom:2px solid #38308e;
	padding:0 0.5em 0.2em;
	margin-bottom:1.25em;
}
div#news article div.inner article div.inner > section ol:not(:last-child),
div#news article div.inner article div.inner > section > p:not(:last-child) {
	margin-bottom:1.5em;
}
div#news article div.inner article div.inner > section > p {
	padding-left:0.5em;
	line-height:1.5;
}
div#news article div.inner article div.inner > section > ol {
	list-style-type:decimal;
	margin-left:2em;
}
div#news article div.inner article div.inner > section > ol > li {
	line-height:1.5;
}
div#news article div.inner article div.inner > section > ol > li:not(:last-child) {
	margin-bottom:0.5em;
}
div#news article div.inner article div.inner > section > ol > li ul.kome {
	color:#ff4e4e;
}
div#news article div.inner article div.inner > section > ol > li ul.kome li:before {
	display:block;
	content:"※";
	font-family:serif;
	width:1em;
	float:left;
}
div#news article div.inner article div.inner > section > ol > li ul.kome li span {
	display:block;
	padding-left:1.25em;
}
div#news article div.inner article div.inner > section > div.caution {
	background-color:#ededed;
}
div#news article div.inner article div.inner > section > div.caution h5,
div#news article div.inner article div.inner > section > div.caution p {
	line-height:1.5;
}
div#news article div.inner article div.inner > section > div.caution h5 {
	color:#c00;
	background-color:hsla(0,0%,100%,0.7);
	margin-bottom:0.5em;
}
@media all and (min-width: 768px) {
div#news article div.inner article div.inner p.date {
	font-size:87.5%;
}
div#news article div.inner article div.inner > section:not(:last-child) {
	margin-bottom:30px;
}
div#news article div.inner article div.inner > section > ol > li {
}
div#news article div.inner article div.inner > section > div.caution {
	padding:20px;
}
div#news article div.inner article div.inner > section > div.caution h5 {
	margin-left:-8px;
	margin-right:-8px;
	padding:0 8px;
}
}
@media all and (max-width: 767px) {
div#news article div.inner article div.inner p.date {
	font-size:83%;
}
div#news article div.inner article div.inner p.copy {
	font-size:87.5%;
}
div#news article div.inner article div.inner > section:not(:last-child) {
	margin-bottom:15px;
}
div#news article div.inner article div.inner > section > p {
	font-size:87.5%;
}
div#news article div.inner article div.inner > section > ol > li {
	font-size:87.5%;
}
div#news article div.inner article div.inner > section > div.caution {
	padding:10px;
}
div#news article div.inner article div.inner > section > div.caution h5,
div#news article div.inner article div.inner > section > div.caution p {
	font-size:87.5%;
}
div#news article div.inner article div.inner > section > div.caution h5 {
	margin-left:-7px;
	margin-right:-7px;
	padding:0 7px;
}
}




/*	figure (news)
============================== */
.pic-news {
	position:relative;
}
.pic-news span,
.pic-news span img {
	display:block;
}
.pic-news span {
	position:relative;
	height:0;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	padding-top:66.6666666666667%;
}
.pic-news span.lazy-done {
	-webkit-animation: fadeIn 1000ms;
	animation: fadeIn 1000ms;
}
.pic-news span img {
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
@media all and (min-width: 768px) {
.pic-news {
	margin-bottom:30px;
}
}
@media all and (max-width: 767px) {
.pic-news {
	margin-bottom:20px;
}
}
@media print {
.pic-news {
	display:none;
}
}


/*	.info
============================== */
div.info p {
	text-align:center;
	line-height:1.75;
}
@media all and (min-width: 768px) {
div.info p {
	padding:30px;
}
}
@media all and (max-width: 767px) {
div.info {
	margin-top:20px;
}
div.info p {
	font-size:87.5%;
	padding:20px;
}
}




