@charset "UTF-8";

/* :basic
-----------------------------------------------------------------------------*/
html
{
    height:100%;
}
body
{
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
	word-break: normal;
	word-wrap: break-word;
    height: 100%;
	background-color: #FFFFFF;
	color: #323232;
	font-size: 16px;
	line-height: 1.5;
}
img
{
	margin: 0;
	vertical-align: bottom;
}
.imgbox img
{
	max-width: 100%;
}

a:link {
	color: #36C;
	text-decoration: none;
}
a:visited {
	color: #36C;
	text-decoration: none;
}
a:hover {
	color: #47459A;
	text-decoration: underline;
}

#head {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}
.head_l
{
	position: relative;
	float: left;
}
.head_r
{
	position: relative;
	float: right;
}

#head .logo
{
	float: left;
	margin: 18px 10px 10px 18px;
}
#head .logo:hover
{
	opacity: 0.75;
}


.contact {
	margin: 10px 20px 15px 20px;
}
.contact a {
	display: block;
}
.contact a:hover {
	opacity: 0.8;
}

.snsbtn
{
	display: inline-block;
/*
	height: 20px;
*/
	min-height: 20px;
	overflow: hidden;
	margin: 5px;
	vertical-align: top;
}
.snsbtn_pc
{
	padding: 10px 5px 5px 10px;
	line-height: 0;
}
.snsbtn_mb
{
	float: right;
	margin: 10px 5px 0  5px;
}
.snsbtn_mb a
{
	display: inline-block;
	margin: 0 5px 10px 0;
}

.pdf_dl {
	font-weight: normal;
	text-align: right;
	font-size: 10px;
	padding: 0 20px 10px 10px;
}

@media all and (min-width: 768px)
{
	#head
	{
		min-height: 102px;
	}
}


.main
{
	position: relative;

	background-color: #000000;
	color: #FFFFFF;
}

.main .logos
{
	z-index: 999;
	font-size: 0;
	text-align: right;
	background-color: #001000;
}
.main .logo
{
	display: inline-block;
	background-color: #FFFFFF;
	padding: 0 10px;
}

.animebox_outer
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
#animebox
{
	position: relative;
	z-index: 10;
	width: 100%;
	height: 0;
	padding-top: 66.66%;
	overflow: hidden;
}
.toppage
{
	position: relative;
	overflow: hidden;
}

.toppage_bd
{
	position: relative;
	z-index: 0;

	padding-bottom: 200px;
	margin-bottom: -200px;
}
.toppage_bg
{
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

	background-image: url(../images/chara.png);
	background-repeat: no-repeat;
	background-position: top center;

/*
	animation: toppage_bg_fade 2s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
*/
}

@keyframes toppage_bg_fade
{
	0% {
		opacity: 0.25;
	}
	100% {
		opacity: 0.75;
	}
}

@media all and (max-width: 1599px)
{
	.toppage_bg
	{
		background-position: top -120px center;
	}
}
@media all and (max-width: 1200px)
{
	.toppage_bg
	{
		background-position: top -100px center;
	}
}
@media all and (max-width: 999px)
{
	.animebox_outer
	{
		left: -50vw;
		right: -50vw;
	}
	.toppage_bg
	{
		background-image: url(../images/chara_mb.png);
		background-position: top center;
	}
}
@media all and (max-width: 767px)
{
	.toppage_bg
	{
		background-position: top 50px center;
		padding-top: 50px;
		background-size: contain;
	}
}

h1
{
	position: relative;
	z-index: 50;
	text-align: center;
}

.dline
{
	position: relative;
	z-index: 50;

	font-size: 16px;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
	color: #FFFFFF;
	background-color: #323232;
	padding: 8px 10px;
	box-sizing: border-box;
	margin: 20px auto 30px auto;
	width: 84%;
}
@media all and (min-width: 768px)
{
	.dline
	{
		font-size: 20px;
		max-width: 700px;
	}
}
@media all and (min-width: 1000px)
{
	.dline
	{
		font-size: 24px;
		max-width: 780px;
	}
}

.toppage_bd_cont
{
	position: relative;
	z-index: 100;
}


.toppage_bd_1
{
	padding: 0 20px;
	margin: 0 auto 30px auto;
	max-width: 1300px;
}
.toppage_bd_1_box
{
	position: relative;
	overflow: hidden;
	border-bottom: 3px solid #FFFFFF;
}
.toppage_bd_1_box::before
{
	content: '';
	position: absolute;
	top: 30px;
	bottom: -30px;
	left: 0;
	right: 0;
	background-color: #00b4de;
	border: 3px solid #FFFFFF;
	transform: skewY(-10deg) translateY(90px);
	z-index: -1;
}
@media all and (max-width: 767px)
{
	.toppage_bd_1_box::before
	{
		top: -30px;
	}
}

.toppage_bd_2
{
	padding: 0 20px;
	margin: 0 auto 30px auto;
	max-width: 1300px;
}

.toppage_bd_2_box
{
	background-color: #d25c9d;
	border: 3px solid #FFFFFF;
}


.toppage_bd_fig
{
	text-align: center;
	margin: 20px auto;

	display: flex;
	flex-direction: column;
	justify-content: center;
}
.toppage_bd_col
{
	margin: 20px auto;
	max-width: 360px;
}
.spec_hd
{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.25;
	padding-left: 8px;
}
.spectable
{
	margin-bottom: 20px;
}
.spectable th
{
	text-align: right;
	padding: 2px 4px;
	white-space: nowrap;
	vertical-align: top;
	font-size: 13px;
	line-height: 1.25;
}
.spectable td
{
	padding: 2px 4px;
	vertical-align: top;
	font-size: 13px;
	line-height: 1.25;
}
.topfig1x
{
	font-size: 24px;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
	padding: 10px 0;
	border-bottom: 2px solid #FFFFFF;
	margin: 0 20px;
}
.topfig2x
{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
	padding: 10px 0;
	border-bottom: 2px solid #FFFFFF;
	margin: 0 20px 20px 20px;
}
@media all and (min-width: 768px)
{
	.toppage_bd_figs
	{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		max-width: 1200px;
		margin: 0 auto;
	}
	.toppage_bd_fig
	{
		width: 100%;
	}
	.toppage_bd_col
	{
		width: 48%;
	}
}
@media all and (min-width: 1000px)
{
	.toppage_bd_fig
	{
		width: 44%;
	}
	.toppage_bd_col
	{
		width: 28%;
	}
}
@media all and (max-width: 767px)
{
	.toppage_bd_col
	{
		box-sizing: border-box;
		padding: 10px;
	}
	.spectable
	{
		margin-left: auto;
		margin-right: auto;
	}
}

.subpage
{
	padding: 30px 20px;
}
.subpage_hd
{
	font-size: 60px;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
	color: #fff100;
}
.subpage_bd
{
	background-color: #FFFFFF;
	padding-bottom: 20px;
	margin: 20px auto;
	max-width: 1200px;
}
.subpage_lead
{
	font-size: 24px;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
	color: #fff100;
}
.subpage_lead span
{
	display: inline-block;
	padding: 4px 8px;
	background-color: #000000;
}
.subpage_subhd
{
	font-size: 40px;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
	margin-bottom: 30px;
}
.subpage_subhd span
{
	display: inline-block;
	padding: 12px 0;
	border-bottom: 2px solid #323232;
}
.subpage_bd_hd
{
	font-size: 24px;
	font-weight: bold;
	line-height: 1.25;
	text-align: left;
}
.subpage_bd_hd_sub
{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.25;
	color: #00b4de;
}
.subpage_bd_sect
{
	padding: 25px;
	margin: 0 auto;
	box-sizing: border-box;
}
.subpage_bd_sect p
{
	margin: 15px 0;
	color: #000000;
}
.subpage_bd_sect .imgbox
{
	margin: 20px 0;
}

.subpage_bd_1 .subpage_subhd
{
	color: #00b4de;
}
.subpage_bd_1 .subpage_bd_hd
{
	color: #00b4de;
}
.subpage_bd_2 .subpage_subhd
{
	color: #d25c9d;
}
.subpage_bd_2 .subpage_bd_hd
{
	color: #d25c9d;
}

@media all and (min-width: 768px)
{
	.subpage_bd_sect .half
	{
		float: left;
		width: calc(50% - 20px);
		padding: 0 10px;
	}
}
@media all and (min-width: 1200px)
{
	.subpage_bd
	{
		padding-left: 50px;
		padding-right: 50px;
	}
	.subpage_bd_sect
	{
		float: left;
		width: 50%;
		padding-top: 0;
	}
	.subpage_bd_sect_l
	{
		border-right: 1px dashed #CCCCCC;
	}
	.subpage_bd_sect .half
	{
		padding-top: 10px;
	}
	.subpage_bd_hd_follow
	{
		margin-top: 50px;
		padding-top: 20px;
		border-top: 1px dashed #CCCCCC;
	}
}
@media all and (max-width: 1079px)
{
	.subpage_hd
	{
		font-size: 48px;
	}
	.subpage_lead
	{
		font-size: 18px;
	}
	.subpage_subhd
	{
		font-size: 32px;
	}
}
@media all and (max-width: 899px)
{
	.subpage_hd
	{
		font-size: 36px;
	}
	.subpage_subhd
	{
		font-size: 24px;
	}
	.subpage_bd_hd
	{
		font-size: 18px;
	}
}


.cont
{
	margin: 50px auto 20px auto;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
	color: #FFFFFF;
}
.cont p
{
	margin: 15px auto;
}











.flexslider
{
	position: relative;
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	margin-bottom: 0 !important;
	background: transparent !important;
}

.flex-direction-nav
{
	position: absolute;
	width: 100%;
	top: 50%;
}
.flex-control-nav
{
	bottom: -25px !important;
}
.flex-next
{
	position: absolute;
	left: auto !important;
	right: -25px !important;
}
.flex-prev
{
	left: -25px !important;
	right: auto !important;
}






.btBlock {
	text-align:center;
	padding: 50px 0;
	clear:both;
}
.btBlock #btn_caution {
	font-size: 12px;
	line-height: 1.25;
	color: #666666;
	margin: 10px auto;
	max-width: 80%;
}
.btBlock .formBt {
	display: inline-block;
	font-weight: bold;
	border-radius: 8px;
	overflow: hidden;
	margin: 10px;

	background-color: #000000;
	color: #FFFFFF;
}
.btBlock .formBt:hover {
	opacity: 0.8;
	cursor: pointer;
}
.btBlock .formBt a {
	display: inline-block;
	padding: 20px 30px;
	line-height: 1;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 1px;
}

.company {
	margin: 0 auto;
	line-height: 1.5;
	max-width: 730px;
	padding: 0 10px;
}
.company h2 {
	padding: 8px 10px;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 15px;
	color: #000;
	border: 1px solid #CCCCCC;
	border-radius: 4px;

	/*For Old WebKit*/
	background: -webkit-linear-gradient( top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100% );
	/*For Modern Browser*/
	background: linear-gradient( to bottom, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100% );
}
.company h2 span {
	border-left: 4px solid #CC0000;
	padding: 4px 8px;
	display: inline-block;
	line-height: 1;
}
.company table {
	border-left: #CCC solid 1px;
	border-top: #CCC solid 1px;
	font-size: 12px;
}
.company th {
	border-right: #CCC solid 1px;
	border-bottom: #CCC solid 1px;
	padding: 6px 10px;
	width: 20%;
	white-space: nowrap;
	background-color: #F3F4F1;
}
.company td {
	border-right: #CCC solid 1px;
	border-bottom: #CCC solid 1px;
	padding: 6px 10px;
}


.nwlinks
{
	margin: 20px auto;
	text-align: center;
	border-top: 1px solid #F0F0F0;
	border-bottom: 1px solid #F0F0F0;
	padding: 5px 0;
}
.nwlinks ul
{
	text-align: center;
	font-size: 0;
}
.nwlinks li
{
	list-style: none;
	color: #999999;
	font-size: 14px;
	line-height: 1;
	margin: 0;
}
.nwlinks li a
{
	display: inline-block;
	padding: 10px;
	text-decoration: none;
	color: #999999;
}
.nwlinks li a:hover
{
	color: #3366CC;
	text-decoration: underline;
}
@media all and (min-width: 768px)
{
	.nwlinks li
	{
		display: inline-block;
	}
	.nwlinks li:not(:last-of-type)::after
	{
	    content: "｜";
	    margin: 0 5px;
	}
}



#footer {
	text-align: center;
	padding: 40px 0 60px;
	font-size: 11px;
	color: #999;
}




.clear {
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	margin: 0px;
}

@media all and (max-width: 1599px)
{
	.lgonly
	{
		display: none;
	}
}
@media all and (min-width: 1600px)
{
	.mdonly
	{
		display: none;
	}
}

@media all and (max-width: 767px)
{
	.lgonly,
	.mdonly,
	.pconly
	{
		display: none;
	}
}
@media all and (min-width: 768px)
{
	.mbonly
	{
		display: none;
	}
}


