@charset "utf-8";

@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome-animation/0.0.10/font-awesome-animation.css');
@import url('https://use.fontawesome.com/releases/v5.0.9/css/all.css');

/* @group Reset */

.nonpc {
	display: block
}

.nonsp {
	display: none
}

.sp {
	display: block
}

.tab {
	display: none
}

.pc {
	display: none
}



* {
	margin: 0;
	padding: 0
}

a {
	text-decoration: none
}

ul,
ol {
	list-style: none
}

img {
	vertical-align: middle
}

/* @end */



/* @group Fluid-img */

img {
	max-width: 100%
}

p.full img {
	width: 100%;
}

/* @end */


/* @group HTML */

html {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	/*text-align: center;*/
	color: #333;
	font-size: 75%;
	/*レスポンシブタイプセッティングの指定*/
	line-height: 1.5
}

/* @end */

.iframe-content {
	position: relative;
	width: 100%;
	padding: 75% 0 0 0;
}

.iframe-content iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* @group Heading */

h1 {
	font-size: 3em;
	/* 48px */
	line-height: 1;
	/* 48px */
	margin-bottom: 0.5em
}

h2 {
	font-size: 1em;
	line-height: 1.3333;
	/* 48px */
	margin-bottom: 0.6667em
}

h3 {
	font-size: 1.5em;
	/* 24px */
	line-height: 1;
	/* 24px */
	margin-bottom: 1em
}

hgroup h2,
h4,
h6 {
	font-size: 1em;
	/* 16px */
	line-height: 1.5;
	/* 24px */
	margin-bottom: 1.5em
}

h4 {
	font-size: 16px;
	margin-bottom: 0.2em
}

h5 {
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px dotted #999999;
	border-left: 0.3em solid #FA5B05;
	padding-left: 10px;
	height: 26px;
	padding-top: 3px;
	margin-bottom: 10px;
	text-align: left;
	margin-top: 40px;
	position: relative;
}

h5 p.bmenu {
	position: absolute;
	bottom: 0px;
	right: 0px;
	font-size: 0.8em;
}

h5 p.bmenu a {
	display: block;
	width: 100%;
	height: 20px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #FF6600;
	padding: 6px 0px 0px 0px;
	text-align: center;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

h5 p.bmenu a:hover {
	background: #FF8737;
	color: #FFFFFF;
}


#contents {
	margin: 50px auto 0;
	text-align: center;
	width: 96%;
}

#contents-00 {
	margin: 0 auto;
	text-align: center;
	width: 96%;
}

/*
#contents-gl {
	margin : 0 auto;
	text-align : center;
	width: 96%;
}*/



/* @end */

/* @group Header */

/*===============
spプルダウンボタン
=================*/
#menu {
	position: absolute;
	top: 11px;
	width: 100%;
	z-index: 999;
	text-align: center;
}

#menu dt {
	background-image: url(../img/common/header_menu.png);
	background-size: 30px 30px;
	background-repeat: no-repeat;
	background-position: 98% center;
	padding: 5px;
	margin-bottom: 5px;
}

#menu dd {
	display: none;
	font-size: 95%;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 10px;
	background-color: #EA5F00;
	color: #FFF;
}

#menu dt.active {
	background-image: url(../img/common/header_menu_close.png)
}

.thumnail {
	width: 13%;
	margin-right: 10px;
}


#menu dd ul li:last-child {
	border-bottom-style: none;
}

#menu dd ul li a {
	display: block;
	position: relative;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	color: #fff;
}



#menu dd ul li a:hover {
	background-color: #ccc;
}


#menu dd ul li.cms,
#menu dd ul li.current {
	background-color: #ccc;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}

#menu dd ul li a p {
	position: absolute;
	top: 25%;
	font-size: 120%;
	font-weight: bold;
	left: 16%;
}

#menu dd ul li a:after {
	position: absolute;
	right: 5%;
	font-size: 100%;
	font-family: 'FontAwesome';
	content: "\f054";
	top: 10%;
}

/* @end */



/*===============
sp foot 資料アクセス
=================*/

.bg_beige {
	border: 1px solid #999999;
	padding: 0.75em 1em;
	text-align: center;
	font-weight: bold;
	color: #333333;
	background-color: #E4E4E4;
	margin-top: 2.5em;
}


.link_gray a,
.link_pink a {
	display: block;
	padding: 1em 0.35em;
	border-radius: 0.35em;
	-webkit-border-radius: 0.35em;
	-moz-border-radius: 0.35em;
	font-weight: bold;
}


.link_gray a:hover,
.link_pink a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	font-weight: bold;
}


.link_gray a {
	color: #FFF;
	background-color: #898989;
}

.link_pink a {
	background: #f7bf56;
	/* Old browsers */
	background: -moz-linear-gradient(top, #f7bf56 0%, #f79621 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f7bf56 0%, #f79621 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f7bf56 0%, #f79621 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7bf56', endColorstr='#f79621', GradientType=0);
	/* IE6-9 */
}

.link_pink a:hover {
	background: #f7bf56;
	/* Old browsers */
	background: -moz-linear-gradient(top, #f7bf56 0%, #f79621 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f7bf56 0%, #f79621 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f7bf56 0%, #f79621 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7bf56', endColorstr='#f79621', GradientType=0);
	/* IE6-9 */
}

/* @end */


.footer2 {
	margin: 0px auto;
	font-size: 10px;
}

.nice-l {
	margin-bottom: 10px;
}


/*
youtube button start
--------------------------*/

.square_btn {
	display: inline-block;
	width: 93%;
	padding: 0.15em 1em;
	text-decoration: none;
	color: #666666;
	background: #ffffff;
	border: solid 2px #666666;
	border-radius: 15px;
	transition: .4s;
	text-align: center;
}

.square_btn:hover {
	background: #666666;
	border: solid 2px #666666;
	color: white;
	text-decoration: none;
}

.youtube a {
	font-size: 1em;
	padding: 0.6em 1.2em;
	margin: 0.7em 0 0 0;
}

.youtube {
	text-align: right;
}

/* youtubetv
-----------------------------------------*/
.youtubetv {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.youtubetv iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}



.movie {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: flex-start;
	align-items: stretch;
	-webkit-justify-content: space-between;
	/* Safari */
	justify-content: space-between;
	margin-bottom: 2em;
}

.movie li {
	flex-basis: 100%;
	text-align: left;
	margin: 10px 10px 10px 0;
	border: 1px solid #CCC;
	padding: 10px;
}

#mv-top {
	background: #cdcdcd;
	/*border:1px solid #333;*/
	padding: 1.5rem;
	margin-bottom: 2rem;
}

#mv-top h3 {
	color: #FFFFFF;
	font-size: 2rem;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-bottom: 0;
	letter-spacing: 0.2rem;
	line-height: 1.6;
}

.contents-mv {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;

}


/*768px*/
@media print,
screen and (min-width : 768px) {

	.nonpc {
		display: block
	}

	.nonsp {
		display: block
	}

	.sp {
		display: none
	}

	.tab {
		display: none
	}

	.pc {
		display: none
	}

	html {
		font-size: 87.5%
	}

}


/* youtube
-----------------------------------------*/
.square_btn {
	width: 50%;
}

.movie li {
	flex-basis: 30%;
}


/*レスポンシブタイプセッティングの指定*/
/*#contents { text-align : left}*/


/*1024px*/
@media print,
screen and (min-width : 1024px) {

	html {
		font-size: 100%
	}

	/*レスポンシブタイプセッティングの指定*/

	/*===============
base
=================*/

	.nonpc {
		display: none
	}

	.nonsp {
		display: block
	}

	.sp {
		display: none
	}

	.pc {
		display: block
	}

	/* @group Nav */

	/*nav ul {
width : 93.75%; 960/1024 
margin : 0 auto}*/

	/* @end */

	/* @group Contents */

	#contents {
		margin: 0 auto;
		overflow: hidden;
		width: 960px;
	}

	#contents-00 {
		margin: 0 auto;
		overflow: hidden;
		width: 960px;
	}


	/* @end */


	/* @group Footer */

	/* footer {
		width: 91.796875%;
		margin: 0 auto
	}

	.footer2 {
		width: 960px;
	} */

	.nice-l {
		float: left;
	}

	.nice-r {
		float: right;
	}

	/* @end */

	#pickmain {
		width: 900px;
		text-align: left;
		background-color: #FFFFFF;
		padding: 15px;
		border: 15px solid #D8D8D8;
		margin: 60px auto 0;
	}


	/* youtube
-----------------------------------------*/
	.square_btn {
		width: 30%;
	}

	/* youtubetv
-----------------------------------------*/

	.youtubetv iframe {
		position: absolute;
		top: 30px;
		left: 200px;
		width: 60% !important;
		height: 60% !important;
	}

	#kyuka {
		border: 2px solid #CCCCCC;
		padding: 10px;
		text-align: center;
		margin: 20px auto;
	}



}