@charset "utf-8";
/* CSS Document */

body {
	background-color: #000;
	color: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.wrap {
	width: 960px;
	margin: 0 auto;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 30px;
	margin: 20px 0;
}
h1 span {
	font-size: 20px;
	margin-left: 20px
}
h2 {
	font-size: 30px;
	margin: 0 0 20px;
	text-align: center;
	position: relative;
	margin-bottom: 40px;
}
h2:before {
	content: '';
	position: absolute;
	bottom: -5px;
	display: inline-block;
	width: 60px;
	height: 3px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #666;
}
h3 {
	font-size: 18px;
	margin: 0 0 20px;
	padding: 5px 0;
	text-align: center;
	background-color: #333;
	font-weight: normal;
}
p {
	margin: 0 0 10px;
	line-height: 1.8;
	font-size: 14px;
}
a {
	text-decoration: none;
	color: #fff;
}
a img {
	border-style: none;
}
/*パンくずリスト*/
.breadcrumbs {
	margin: 10px auto 0;
}
.breadcrumbs ol {
	display: inline-block;
	font-size: 13px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.breadcrumbs ol li {
	margin: 0 10px 0 0;
	font-size: 12px;
	float: left;
}
.breadcrumbs ol li a {
	text-decoration: underline;
}
.breadcrumbs ol li::before {
	padding: 0 10px 0 0;
	content: ">";
	font-size: 12px;
}
.breadcrumbs ol li:first-child::before {
	padding: 0;
	content: "";
}
ul.nav_term li {
	float: left;
	width: 445px;
	margin-right: 10px;
}
ul.nav_term li:last-child {
	margin-right: 0;
}
ul.nav_term li {
	display: block;
	padding: 20px 15px;
	background-color: #999;
	text-align: center;
}
ul.nav_term li.link {
	padding: 0;
	width: 475px;
}
ul.nav_term li.link a {
	display: block;
	padding: 20px 15px;
	background-color: #444;
	text-align: center;
}
ul.nav_term li.link a:hover {
	background-color: #000;
}
ul.nav_term li.no-link {
	background-color: #444;
	color: #999;
	padding: 20px 15px;
}
ul.nav_term li.no-link .txt_red {
	color: #FF2D2D;
	font-weight: bold;
}
ul.nav_year li {
	float: left;
	width: 151.5px;
	margin: 0 10px 10px 0;
}
ul.nav_year li:nth-child(6n) {
	margin-right: 0;
}
ul.nav_year li a {
	display: block;
	padding: 10px 15px;
	background-color: #666;
	text-align: center;
}
ul.nav_year.offer li {
	width: 111px;
}
ul.nav_year.offer li:nth-child(6n) {
	margin-right: 10px;
}
ul.nav_year.offer li:nth-child(8n) {
	margin-right: 0;
}
.nav_term_wrap, .nav_year_wrap {
	overflow: hidden;
	margin-bottom: 20px;
}
.block {
	margin-bottom: 20px;
}
.box {
	overflow: hidden;
	margin-bottom: 30px;
}
.box .jkt {
	float: left;
	width: 280px;
	margin-right: 30px;
}
.box .jkt img {
	width: 100%;
	height: auto;
}
.box .jkt.vertical {
	height: 280px;
	text-align: center;
}
.box .jkt.vertical img {
	width: auto;
	height: 100%;
}
.cover .box .jkt, .offer .box .jkt {
	width: 200px;
}
.box .data {
	float: left;
	width: 650px;
}
.cover .box .data, .offer .box .data {
	width: 720px;
}
.box .data .tag {
	font-size: 16px;
	background-color: #444;
	color: #fff;
	padding: 5px 20px;
	width: 230px;
	text-align: center;
}
.box .data .ttl {
	font-size: 18px;
	font-weight: bold;
}
.box .data .ttl span {
	font-size: 75%;
}
.box .data .artist {
	font-size: 18px;
}
.box .data .artist span {
	font-size: 75%;
}
.box .data .year {
	font-size: 16px;
	color: #999;
}
.box .data .txt {
	margin-bottom: 20px;
}
.box .data .btn a {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	display: block;
	padding: 10px;
	background-color: #fdd000;
	color: #000;
	width: 285px;
	margin-left: 345px;
}
.cover .box .data .btn a, .offer .box .data .btn a {
	margin-left: 460px;
}
.box .data .col2_btn_wrap{
	overflow: hidden;
}
.box .data .col2_btn_wrap .btn a {
	width: 285px;
	margin-left: 20px;
	float: left;
}
.list_pdf a {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	display: block;
	padding: 10px;
	margin-bottom: 30px;
	background-color: #fdd000;
	color: #000;
	width: 100%;
	box-sizing: border-box;
}
.movie {
	width: 800px;
	margin: 0 auto 30px;
}
.movie iframe {
	width: 800px;
	height: 450px;
	border: #666 1px solid;
}
.pagetop {
	position: fixed;
	bottom: 20px;
	right: 30px;
	width: 30px;
	height: 30px;
	border: 3px solid;
	border-color: #fff #fff transparent transparent;
	transform: rotate(-45deg);
	box-shadow: 3px -3px 4px #000;
}
.pagetop a {
	display: block;
}
.pagetop:hover {
	opacity: 0.7;
}
.gotobztop a {
	margin: 30px auto;
	padding: 8px;
	background-color: #fdd000;
	color: #000;
	display: block;
	text-decoration: none;
	width: 450px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
.gotobztop.btn_small a {
	margin: 20px 0 0;
	padding: 3px;
	width: 300px;
	font-size: 14px;
	box-sizing: border-box;
}
.gototowertop a {
	background-color: #333!important;
}
/* Clear Fix ---------------- */

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
} /* IE7 */
 @media screen and (max-width: 767px) {
body {
	padding: 15px;
	background-size: 40px, 40px, 100%;
	background-position: left -28px top, right -28px top, left top;
}
.wrap {
	width: 100%;
}
.box {
	margin-bottom: 80px;
}
.box .jkt {
	float: none;
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
	text-align: center;
}
.box .jkt img {
	width: 65%;
	height: auto;
}
.box .jkt.vertical {
	height: 230px;
}
.box .jkt img.vertical {
	height: 65%;
}
.cover .box .jkt, .offer .box .jkt {
	width: 100%;
}
.cover .box .jkt img, .offer .box .jkt img {
	width: 50%;
}
.box .data {
	float: none;
	width: 100%;
}
.cover .box .data, .offer .box .data {
	width: 100%;
}
.box .data .btn a {
	width: 80%;
	margin: 0 auto;
}
.cover .box .data .btn a, .offer .box .data .btn a {
	margin: 0 auto;
}
.box .data .col2_btn_wrap .btn a {
	width: 80%;
	margin:0 auto 20px;
	float: none;
}
.box .data .tag {
	width: auto;
}
ul.nav_term li, ul.nav_term li.link {
	width: 49%;
	margin-right: 2%;
}
ul.nav_term li:last-child {
	margin-right: 0;
}
ul.nav_term li.no-link {
	padding: 20px 0;
}
ul.nav_year li {
	width: 32%;
	margin-right: 2%;
}
ul.nav_year li:nth-child(3n) {
	margin-right: 0;
}
ul.nav_year.offer li {
	width: 32%;
	margin-right: 2%;
}
ul.nav_year.offer li:nth-child(3n) {
	margin-right: 0;
}
ul.nav_year.offer li:nth-child(8n) {
	margin-right: 2%;
}
.movie {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 0;
}
.movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.gotobztop a {
	width: 70%;
}
.gotobztop.btn_small a {
	width: 100%;
}
}
.box .jkt a, ul.nav_term li a, ul.nav_year li a, .box .data .btn a, .list_pdf a, .gotobztop a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.box .jkt a:hover, ul.nav_term li.link a:hover, ul.nav_year li a:hover {
	opacity: 0.7;
}
.box .data .btn a:hover, .list_pdf a:hover, .gotobztop a:hover {
	background-color: #d6000f;
	color: #fff;
}
