@charset "utf-8";
/* CSS Document */

.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: 50px 0 20px;
	padding-bottom: 10px;
	text-align: center;
	position: relative;
	margin-bottom: 40px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
}
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: 150%;
	margin: 0 0 20px;
	padding: 15px 0;
	text-align: center;
	background-color: #666;
	font-weight: normal;
	color: #fff;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
}
*/
p{
	margin: 0 0 10px;
	line-height: 1.8;
	font-size: 120%;
}
a{
	text-decoration: none;
	color: #fff;
}
a img {
    border-style:none;
}
ul.nav_term li{
	float: left;
	width: 232px;
	margin-right: 10px;	
	background-color: #999;
	text-align: center;
}
ul.nav_term li:last-child{
	margin-right: 0;
}
ul.nav_term li.link a{
	display: block;
	background-color: #999;
	text-align: center;
	padding: 20px 15px;
}
ul.nav_term li.link a:hover{
	background-color: #666;	
}
ul.nav_term li.no-link{
	background-color: #444;
	color: #fff;
	padding: 20px 0;
}
ul.nav_term li.no-link .txt_red{
    color: #FF2D2D;
    font-weight: bold;
}
ul.nav_year li{
	float: left;	
	width: 312.5px;
	margin: 0 10px 10px 0;
}
ul.nav_year li:nth-child(3n){
	margin-right: 0;
}
ul.nav_year li a{
	display: block;
	padding: 10px 0;
	background-color: #666;
	text-align: center;
}
ul.nav_year li a:hover{
	background-color: #999;
}
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: 10px;
}

.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: 130%;
	color: #333;
}
.box .data .txt{
	margin-bottom: 20px;
}
.box .data .btn a{
	font-size: 130%;
	font-weight: bold;
	text-align: center;
	display: block;
	padding: 10px;
	background-color: #001cbf;
	color: #fff;
	width: 250px;
	margin-left: 380px;
}
.box .data .over{
	font-size: 130%;
	text-align: center;
	display: block;
	padding: 10px;
	background-color: #444;
	color: #fff;
	width: 250px;
	margin-left: 380px;
}
.cover .box .data .btn a, .offer .box .data .btn a{
	margin-left: 460px;
}
.list_pdf a{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	display: block;
	padding: 10px;
	margin-bottom: 30px;
	background-color: #001cbf;
	color: #fff;
	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: #000 #000 transparent transparent;
	transform: rotate(-45deg);
}
.pagetop a {
    display: block;
}
.pagetop:hover {
    opacity: 0.7;
}
.gotoartop a{
    margin: 30px auto;
    padding: 8px;
    background-color: #000;
    color: #fff;
    display: block;
    text-decoration: none;
    width: 450px;
    text-align: center;
	font-weight: bold;
	font-size: 16px;
}
.gotoartop.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%;
}
h1 {
    font-size: 20px;
    margin: 15px 0;
}
h2{
	font-size: 25px;
	margin-bottom: 30px;
}
.box{
	margin-bottom: 30px;
}
.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: 70%;
	margin: 0 auto;
}
.cover .box .data .btn a, .offer .box .data .btn a{
	margin: 0 auto;
}
.box .data .tag{
	width: auto;
}
ul.nav_term li, ul.nav_term li.link{
    width: 23%;
    margin-right: 2%;
}
ul.nav_term li.no-link{
	padding: 15px 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%;
}
.gotoartop a{
	width: 70%;
}
	.gotoartop.btn_small a{
	width: 100%;		
	}
}
@media screen and (max-width: 413px){
ul.nav_term li{
	padding: 0; 
}
ul.nav_term li.link a{
	padding: 15px 0; 
}
	ul.nav_term li.line a{
		font-size: 10px!important;
		padding: 10.5px 0!important;
	}
	ul.nav_term li.no-link.line{
		font-size: 10px!important;
		padding: 10.5px 0!important;
	}
	.nav_term_wrap, .nav_year_wrap{
		margin-bottom: 20px;
	}
}
.box .jkt a, ul.nav_term li a, ul.nav_year li a, .box .data .btn a, .list_pdf a, .gotoartop 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{
	opacity: 0.7;
}
.box .data .btn a:hover, .list_pdf a:hover{
	background-color: #fdd000;
	color: #000;
}