@charset "UTF-8";
.showKv{
	position: relative;
	height: calc(100vw * 410 / 750);
	max-height: calc(410 * 750px / 750);
	background-size: 100% auto;
	overflow: hidden;
}
p.showKv_ttl_head{
	margin-top: 4rem;
	text-align: center;
}
p.showKv_ttl_head img{
	width: 22rem;
}
.showKv_ttl{
	font-size: 3.2rem;
	font-family: fot-tsukubrdgothic-std, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
}
@media screen and (min-width:750px){
	.showKv{
		height: calc(100vw * 330 / 750);
		max-height: calc(330 * 750px / 750);
	}
}

.showHeader{
	padding: 2rem 1rem;
	background-color: #fff;
	overflow: hidden;
}
.showHeader_img{
	float: left;
	margin-right: 2rem;
}
.showHeader_img img{
	width: 6.2rem;
}
p.showHeader_number{
	color: #009944;
	font-size: 1.3rem;
	margin-top: 0;
	margin-bottom: .5rem;
}
.showHeader_ttl{
	font-size: 2.2rem;
	font-family: fot-tsukubrdgothic-std, sans-serif;
	font-weight: 700;
	line-height: 1.4;
	overflow: hidden;
}
.showHeader_ttl b{
	color: #094;
}

.showList{
	margin: 2rem 1rem 4rem;
	border-radius: 1rem;
}
.showList .showList_movie{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	border-radius: 1rem;
	overflow: hidden;
	box-shadow:2px 2px 5px -3px #666;
}
.showList .showList_movie iframe{ position: absolute; top: 0; right: 0; width: 100% !important; height: 100% !important;}
.showList_note{
	font-size: 1.3rem;
	line-height: 2;
	padding: 2rem;
}
.showList .btn{
	padding: 0 3rem;
}
.bousai_wrapper .btn_body.btn_back::after {
	right: auto;
	left: 8%;
	font-family: "CONDENSEicon";
	content: "ù";
}

#fb_area_basic{
	padding: 0 1rem;
	border-radius: 1rem;
}
#fb_area_basic form textarea.medium{
	width: 100%!important;
}
.fb_area_in{
	background-image: url(../img/bg_fb.png);
	background-repeat: repeat;
	width: 100%;
	padding: 1rem;
	border-radius: 1rem;
}

.showAbout{
	padding: 3rem 2rem;
	overflow: hidden;
}
.showAbout_ttl{
	font-size: 2.2rem;
	font-family: fot-tsukubrdgothic-std, sans-serif;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	overflow: hidden;
	margin-bottom: 1rem;
}
.showAbout_ttl span{
	color: #094;
	font-size: 1.4rem;
}
.showAbout_img{
	float: left;
	width: 21%;
	margin-right: 1.5rem;
}
.showAbout_note{
	font-size: 1.3rem;
	line-height: 2;
	overflow: hidden;
}

.showCont{
	clear: both;
	padding: 0 1rem 4rem;
	overflow: hidden;
}
.showCont_box{
	float: left;
	width: 49%;
	background-color: #fff;
	margin-right: 2%;
	margin-bottom: 2%;
	border-radius: 1rem;
	overflow: hidden;
	box-shadow:2px 2px 5px -3px #666;
}
.showCont_box:nth-child(2n){
	margin-right: 0;
}
.showCont_box:nth-child(2n+1){
	clear: left;
}
.showCont_box a{
	display: block;
	height: calc(50vw * 430 / 345);
	max-height: calc(430 * 345 / 345);
	position: relative;
}
@media screen and (min-width:750px){
	.showCont_box a{
		height: 430px;
		max-height: inherit;
	}
}
.showCont_box a::after {
	display: block;
	position: absolute;
	right: 50%;
	bottom: 1rem;
	color: #094;
	font-family: "CONDENSEicon";
	content: "ú";
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	margin-left: -.5rem;
}
.showCont_box_img{
	display: block;
}
.showCont_box_img img{
	width: 100%;
	max-width: inherit;
}
.showCont_support{
	clear: both;
	font-size: 1.2rem;
	text-align: center;
	padding-top: 1rem;
}


.showCont_box_note{
	display: block;
	font-size: 1.2rem;
	line-height: 1.8;
	text-align: center;
	padding: 1.5rem 0 3rem;
}
.showCont_box_note b{
	display: inline-block;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: .5rem;
}

.profile{
	clear: both;
	padding: 4rem 3rem;
	background-image: url(../../../../common/img/bg_top_sec04.png);
	background-repeat: repeat;
	background-position: center top;
	background-size: 100% auto;
}
.profileHeader{
	overflow: hidden;
	margin-bottom: 2rem;
}
p.profileHeader_img{
	float: left;
	margin-top: .2rem;
	margin-right: 1rem;
	vertical-align: middle;
}
.profileHeader_img img{
	width: 8.5rem;
}
.profileHeader_ttl{
	color: #fff;
	font-size: 2.2rem;
	font-family: fot-tsukubrdgothic-std, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	text-align: left;
	padding-top: 1.5rem;
}
.profileHeader_ttl span{
	font-size: 1.4rem;
}
.profile_note{
	color: #fff;
	font-size: 1.3rem;
	line-height: 1.8;
}
.profile_note strong{
	font-weight: bold;
}

.pageSec{
	padding: 0 0 52%;
	background-image: url(../../../../common/img/img_footer.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
}





