
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	}

/*----------------------------------------
  anchor color
----------------------------------------*/
a {
	color: #000000;
	text-decoration: none;
	}

a:hover {
	color: #ee44ff;
	}

a:hover img {
	opacity: 0.5;
	}

a:link {
	color: #ff66ff;
	}

.clfix::after {
	content: "";
	clear: both;
	display: block;
	line-height: 0;
	}

.fl_l{
	float:left;
	}

.fl_r{
	float:right;
	}

.pc_none {
	display: none;		/*SP用画像を非表示*/
	}

.sp_none {
	display: block;		/*PC用画像を表示*/
	}


/********************
	header
********************/
header {
	background-color: #ffffff;
	}

.header-inner {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	}

.logo_area {
	width: 80%;
	padding-left: 40px;
	}


/********************
	nav
********************/

.pc_menu {
	margin: 0 auto;
	width: 70%;
	height: 20px;
/**	background: #006400;***/
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	padding: 0 1%;
	}

.pc_menu ul {
	/*width: 100%;*/
	max-width: 980px;
	/*padding: 0 1%;*/
	height: 100%;
	margin: 0 auto;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: right;
	align-items: center;
	background: url(../img/nav_ber.png) no-repeat right center;
	list-style: none;
	}

.pc_menu li {
	width: 100px;
	height: 100%;
	float: left;
	text-align: center;
	background: url(../img/nav_ber.png) no-repeat right center;
	}

.pc_menu li:hover {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	background-color: #dddddd;
	height: 100%;
	}

.pc_menu li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px 0;
	color: #000;
	font-size: 0.8rem;
	box-sizing: border-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	}

.pc_menu .nav_click {
	height: 100%;
	background: #3f81a5 !important;
	}

.nav_click {
	background: #3f81a5 !important;
}

.nav_click a {
	color: #0000ff !important;
}


/********************
	contents
********************/

.album_title {
	margin: 0 auto;
	background-color: #5a5adb;
	}

h2 {
	color: #ffffff;
	text-align: center;
	padding: 4px;
	}

section {
	background-color: #000000;
	margin: 0;
	padding-bottom: 10px;
	}
	
.album {
	max-width: 1200px;
	margin: 0 auto;
	}
	
.movie_thumb {
	display: flex;
	flex-wrap: wrap;
	gap: 2px;
	background-color: #222222;
	}
	
.movie_item {
	background-color: #333333;
	height: 300px;
	width: calc((100% - 10px) / 3);
	text-align: center;
	}
	
.movie_title {
	color: #fff;
	font-size: 1.0rem;
	line-height: 1.73;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	}
	
.movie_image {
	padding-top: 2px;
	padding-bottom: 2px;
	}
	
.movie_image img {
	width: 90%;
	}
	
.movie_note {
	color: #fff;
	font-size: 0.8rem;
	padding-left: 12px;
	text-align: left;
	}

.movie_date {
	color: #fff;
	font-size: 0.8rem;
	padding-right: 10px;
	text-align: right;
	}


/********************
	page top
********************/

.pagetop{
	position: fixed;
	right: 1%;
	bottom: 0;
	margin:0 0 0 -63px;
	}
.pagetop a{
	width: 75px;
	height: 100px;
	display: block;
	}


/********************
	footer
********************/

.footer {
	background-color: #333333;
	}

.footer-inner {
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
	}

.copyright p {
	color: #ffffff;
	font-size: 0.8rem;
	padding-top: 10px;
	padding-bottom: 300px;
	}



/**************************************************
			807px以下（スマホ用）に適用
**************************************************/

@media screen and (max-width: 807px) {
	
	.pc_none {
		display: block;		/*SP用画像を表示*/
		}
	
	.sp_none {
		display: none;		/*PC用画像を非表示*/
		}
	
	/***** header *****/
	
	header {
		width: 96%;
		margin: 8px auto 15px;
		}
	
	.logo_area {
		width: 60%;
		margin: 10px 10px 10px 6px;
		}
	
	.menu_btn_op {
		position: absolute;
		width: 10%;
		top: 6%;
		right: 4%;
		}
	
	/***** sp_menu ******/
	
	.sp_menu {
		display: none;
		background: rgba(10,85,120,0.9);
		position: absolute;
		top: 0;
		right: 0;
		width: 40%;
		z-index: 1000;
		color: #fff;
		}
	
	.sp_menu a {
		color: #fff;
		}
	
	/*** sp_lang area ****/
	.sp_lang {
		font-size: 1.0rem;
		margin: 10px 0 20px 14%;
		list-style: none;
		}
	
	.sp_lang a {
		font-weight: bold;
		}
	
	.menu_btn_cl {
		position: absolute;
		right: 6.5%;
		width: 9%;
		}
	
	/**** menu_area ******/
	
	.menu_area {
		margin-bottom: 20px;
		}
	
	.menu_area a {
		display: block;
		width: 100%;
		padding: 10px 0;
		}
	
	.menu_area p:first-child {
		border-top: 1px solid #fff;
		}
	
	.menu_area p {
		width: 95%;
		margin: 0 auto;
		font-size: 0.8rem;
		border-bottom: 1px solid #fff;
		}
	
	.click {
		padding: 10px 0;
		position: relative;
		border-bottom: 1px solid #fff;
		}
	
	.click {
		background-image: url(img/sp/btn_aco_op.png);
		background-repeat: no-repeat;
		background-position: 95% center;
		background-size: 7%;
		}
	
	.click.active {
		background-image: url(img/sp/btn_aco_cl.png);
		background-repeat: no-repeat;
		background-position: 95% center;
		background-size: 8%;
		}
	
	.menu_area ul {
		background: #437d98;
		display: none;
		list-style: none;
		}
	
	.menu_area li {
		width: 95%;
		margin: 0 auto;
		border-bottom: 1px solid #fff;
		}
	
	/***** album ******/
	
	.movie_item {
		height: 310px;
		width: calc((100% - 6px) / 2);
	}
	
	/***** footer ******/
	
	.footer-inner {
		width: 500px;
	}
	
	.copyright p {
	
		font-size: 0.6rem;
	}
	
	.footer-inner img {
		width: 30%;
	}
}


@media (max-width: 575px) {
	
	.pc_none {
		display: block;		/*SP用画像を表示*/
		}
	
	.sp_none {
		display: none;		/*PC用画像を非表示*/
		}
	
	
	.logo_area {
		width: 80%;
		}
	
	.menu_btn_op {
		width: 10%;
		top: 4%;
		right: 4%;
		}
	
	
	.sp_menu {
		width: 60%;
		}
	
	.menu_area p {
		font-size: 0.6rem;
		}
	
	.movie_item {
		height: 380px;
		width: calc(100% - 2px);
	}
	
	.footer-inner {
		width: 300px;
	}
	
	.footer-inner img {
		width: 30%;
	}
	
}
