﻿@charset 'utf-8';
/* Reset
   ================================================== */
*{ margin:0; padding:0; }

/* Base
   ================================================== */
body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 100%;
}
@media screen and (max-width: 735px) {
body{
	font-size: 80%;
}
}
/* Sns
   ================================================== */
.sns_fb, .sns_tw {
	position: fixed;
	bottom: -60px;
	right: 0px;
	margin: 0;
}
.sns_fb {
	padding: 0 0 420px 0;
}
.sns_tw {
	padding: 0 0 340px 0;
}
.sns_fb a, .sns_tw a {
	display: block;
	text-align: center;
}
#socialParts {
	margin: 10px;
	list-style: none;
}
#socialParts p {
	margin: 0;
}
#socialParts li {
	float: left;
}
#socialParts li.mixiBtn {
	width: 70px;
}
#socialParts li.twitterBtn {
	width: 84px;
}
.fb_iframe_widget_fluid{
	display:inline-block !important;
}
#socialParts li.googlePlusBtn {
	width: 40px;
}
#socialParts li.facebookBtn {
	width: 90px;
	z-index: 10;
}
/* Text
   ================================================== */
/* head
   -------------------------------------------------- */
h1{
	color: #fff;
	font-size: 40px;
}
h2{
	background-color: #fdd000;
	padding: 15px 20px;
	margin-bottom: 20px;
	color: #333;
	font-size: 18px;
	text-align: center;
	line-height: 1;
}
h3{
	color: #333;
	padding-bottom: 5px;
	margin-bottom:20px;
	font-size: 18px;
	border-bottom: 2px solid #333;
}
h4{
	background-color: #ddd;
	font-size: 14px;
	padding: 5px 10px;
}
h5{
	font-size:14px;
	border-bottom: 2px dotted #999;
}
h6{
	font-size: 14px;
	color: #fdd000;
}
p{
	margin: 0 0 10px;
}
@media screen and (max-width: 735px) {
h1{
	font-size: 30px;
}
h2{
	padding: 10px 0;
	margin-bottom: 10px;
	font-size: 17px;
}
h3{
	font-size: 15px;
}
}
/* size
   -------------------------------------------------- */
.txt_xs{
	font-size: 12px;
}
.txt_s{
	font-size: 14px;
}
.txt-l{
	font-size: 20px;
}
.txt_xl{
	font-size: 24px;
}
/* align
   -------------------------------------------------- */
.left{ text-align: left; }
.center{ text-align: center; }
.right{	text-align: right;}
.vl_middle{display: flex; align-items: center;}
/* weight
   -------------------------------------------------- */
.bold{ font-weight: bold; }
.nomal{ font-weight: normal; }
/* color
   -------------------------------------------------- */
.red{ color: #FF0000; }
.yel{ color: #FFFF00; }
.cap{
	text-align: center;
	padding-top: 10px;
}
.ttl{
	font-weight: bold;
	font-size: 18px;
    line-height: 1.4;
}
@media screen and (max-width: 735px) {
.ttl{
	font-size: 16px;
}
}
/* List
   ================================================== */
li, dd{
	list-style: none;
}
dt{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #48E18E;
}
ul, dl, dd{
	margin-bottom: 20px;
}
@media screen and (max-width: 735px) {
ul, dl, dd{
	margin-bottom: 10px;
}
}
/* Link
   ================================================== */
a{
	color: #005db9;
}
a:hover, a img:hover, .pagetop:hover{
	opacity: 0.8;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.logo a img:hover{
	opacity: 1;
}
a img {
    border-style:none;
}
/* Icon
   ================================================== */
.icon_pin{
	background: url(../img/icon_pin.png) no-repeat 0 0;
	padding: 3px 0 5px 45px;
}
/* Layout
   ================================================== */
.wrapper{
	width:960px;
	margin:0 auto;
	line-height: 1.8;
}
.contents{
	margin-bottom: 40px;
	overflow: hidden;
}
.bg_gray{
	background-color: #eee;
	padding: 20px;
	border: 1px solid #ddd;
	margin-bottom: 20px;
}
.f_left{
	float: left;
	margin-right: 20px;
}
.f_right{
	float: right;
}
.w400{
	width: 400px;
}
.w500{
	width: 500px;
}
.only_pc{
	display:inherit;
}
.only_sp{
	display: none;
}
@media screen and (max-width: 735px) {
.wrapper{
	width:94%;
	padding: 0 3%;
}
.contents{
	margin-bottom: 20px;
}
.bg_gray{
	padding: 10px;
}
.f_left{
	float: none;
	margin-right: 0;
	margin-bottom: 10px;
}
.f_right{
	float: none;
	margin-bottom: 10px;
}
.w400, .w500{
	width: 100%;
}
.w400 img, .w500 img{
	width: 100%;
}
.w400 {
	width: 80%;
	margin: 0 auto 10px;
}
.only_pc{
	display: none;
}
.only_sp{
	display: inherit;
}
}
/* Parts
   ================================================== */
/* header
   -------------------------------------------------- */
.header{
	overflow: hidden;
}
.logo{
	float: right;
	width: 150px;
	margin: 0 10px 20px;
}
.logo img{
	width: 100%;
}
@media screen and (max-width: 735px) {
.header{
	overflow: inherit;
}
.logo{
	margin: 10px;
}
}
/* main
   -------------------------------------------------- */
.main{
	margin: 0 0 40px;
}
.img_border{
	border: 1px solid #999;
}
@media screen and (max-width: 735px) {
.main{
	margin: 0 0 20px;
}
.main .main_img img{
	width: 100%;
}
}
/* nav
   -------------------------------------------------- */
.nav {
	margin: 20px auto 40px;
}
.nav li {
	list-style: none;
	float: left;
	width: 24.5%;
	margin: 0 0.25%;
	border-bottom: 2px solid #fff;
	background: url("../img/icon_arrow.png") no-repeat  left 50% bottom 12px;
}
.nav li a {
	text-decoration: none;
	color: #fff;
	padding: 15px 0 28px;
	display: block;
	font-weight: bold;
	text-align: center;
}
.nav li a:hover {
	background: #333;
}
@media screen and (max-width: 735px) {
.nav li {
	width: 49%;
	margin: 0 0.5%;
	background: url("../img/icon_arrow.png") no-repeat left 0 bottom 50%;
	font-size: 14px;
}
.nav li a {
	padding: 15px 0 15px 20px;
}
}
/* box 1col
   -------------------------------------------------- */
.box_1col ul {
    max-width: 960px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}
.box_1col li {
    width: 928px;
	padding: 15px;
	border: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
    list-style: none;
	text-align: center;
}
.box_1col li a{
	text-decoration: none;
	color: #fff;
}
.box_1col li .box_img{
	width: auto;
	height: auto;
	margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box_1col li .box_img img{
	max-width: 100%;
	max-height: 100%;
}
@media screen and (max-width: 735px) {
.box_1col ul {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}
.box_1col li {
    width: 100%;
    box-sizing: border-box;
}
}
/* box 2col
   -------------------------------------------------- */
.box_2col ul {
    max-width: 960px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}
.box_2col li {
    float: left;
    width: 448px;
	padding: 15px;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
    list-style: none;
	text-align: center;
}
.box_2col li a{
	text-decoration: none;
	color: #fff;
}
.box_2col li:nth-of-type(-n+2){
	border-top: 1px solid #ddd;
}
.box_2col li:nth-child(2n){
	margin-right: 0;
	border-right: 1px solid #ddd;
}
.box_2col li:last-child{
	border-right: 1px solid #ddd;
}
.box_2col li .box_img{
	width: auto;
	height: auto;
	margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box_2col li .box_img img{
	max-width: 100%;
	max-height: 100%;
}
.box_2col li .artists{
	text-align: left;
}
@media screen and (max-width: 735px) {
.box_2col li {
    float: left;
    width: 50%;
	padding: 10px;
	box-sizing: border-box;
}
.box_2col li .box_img{
	width: 100%;
	height: auto;
	display: inline-block;
}
.box_2col li:nth-child(2n){
	border-right: none;
}
.box_2col li:nth-of-type(-n+2){
	border-top: none;
}
.box_2col li:nth-child(2n){
	border-right: 1px solid #ddd;
	margin-bottom: 1px;
}
.box_2col li:nth-of-type(-n+2){
	border-top: 1px solid #ddd;
}
}
/* box 3col
   -------------------------------------------------- */
.box_3col ul {
    max-width: 960px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}
.box_3col li {
    float: left;
    width: 288px;
	padding: 15px;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
    list-style: none;
	text-align: center;
}
.box_3col li a{
	text-decoration: none;
	color: #fff;
}
.box_3col li:nth-of-type(-n+3){
	border-top: 1px solid #ddd;
}
.box_3col li:nth-child(3n){
	margin-right: 0;
	border-right: 1px solid #ddd;
}
.box_3col li .box_img{
	width: auto;
	height: auto;
	margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box_3col li .box_img img{
	max-width: 100%;
	max-height: 100%;
}
.box_3col li .artists{
	text-align: left;
}
@media screen and (max-width: 735px) {
.box_3col li {
    float: left;
    width: 50%;
	padding: 10px;
	box-sizing: border-box;
}
.box_3col li .box_img{
	width: 100%;
	height: auto;
	display: inline-block;
}
.box_3col li:nth-child(3n){
	border-right: none;
}
.box_3col li:nth-of-type(-n+3){
	border-top: none;
}
.box_3col li:nth-child(2n){
	border-right: 1px solid #ddd;
	margin-bottom: 1px;
}
.box_3col li:nth-of-type(-n+2){
	border-top: 1px solid #ddd;
}
}
/* box 4col
   -------------------------------------------------- */
.box_4col ul {
    max-width: 960px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}
.box_4col li {
    float: left;
    width: 208px;
	padding: 15px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
    list-style: none;
	text-align: center;
}
.box_4col li a{
	color: #fff;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}
.box_4col li:nth-child(4n){
	margin-right: 0;
	border-right: 1px solid #ddd;
}
.box_4col li .box_img{
	width: 208px;
	height: 208px;
	margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box_4col li .box_img img{
	max-width: 100%;
	max-height: 100%;
}
@media screen and (max-width: 735px) {
.box_4col li {
    float: left;
    width: 50%;
	padding: 10px;
	box-sizing: border-box;
}
.box_4col li .box_img{
	width: 100%;
	height: auto;
	display: inline-block;
}
.box_4col li:nth-child(4n){
	border-right: none;
}
.box_4col li:nth-child(2n){
	border-right: 1px solid #ddd;
	margin-bottom: 1px;
}
.box_4col li:nth-of-type(-n+2){
	border-top: 1px solid #ddd;
}
}
/* btn(button)
   -------------------------------------------------- */
.btn_1col{
	margin-bottom: 20px
}
.btn_1col a{
	padding: 15px;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    background: #d6000F;
    color: #fff;
    border-bottom: solid 4px #9F000C;
    border-radius: 3px;
    display: block;
    margin: 0 auto 20px;
    width: 70%;
    box-sizing: border-box;
	font-size: 18px;
}
.btn_2col{
	overflow: hidden;
	margin-bottom: 20px;
}
.btn_2col ul li{
	width: 48%;
	float: left;
	margin-right: 4%;
}
.btn_2col ul li:nth-child(2n){
	margin-right: 0;
}
.btn_2col ul li a{
	padding: 15px;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    background: #d6000F;
    color: #fff;
    border-bottom: solid 4px #9F000C;
    border-radius: 3px;
    display: block;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
	font-size: 18px;
	line-height: 1.4;
}
.btn_3col{
	overflow: hidden;
	margin-bottom: 20px;
}
.btn_3col ul li{
	width: 306.5px;
	float: left;
	margin-right: 20px;
}
.btn_3col ul li:nth-child(3n){
	margin-right: 0;
}
.btn_3col ul li a{
	padding: 15px;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    background: #ddd;
    color: #333;
    border-bottom: solid 4px #C9C9C9;
    border-radius: 3px;
    display: block;
    margin: 0 20px 10px 0;
    width: 100%;
    box-sizing: border-box;
	line-height: 1.2;
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn_yel a{
    background: #fdd000;
	border-bottom: solid 4px #be7000;
	color: #000;
}
@media screen and (max-width: 735px) {
.btn_1col a{
	width: 100%;
}
.btn_3col ul li{
	width: 100%;
	float: none;
	margin-right: 0;
}
}
/*IE hack*/
.btn_3col ul li{
	*width: 296px;
}
.btn_3col ul li a{
	display: block\9;
	*display: block;
	*margin-right: 20px;
}
/* bnr(banner)
   -------------------------------------------------- */
.bnr_4col{
	overflow: hidden;
	margin-bottom: 20px;
}
.bnr_4col ul li{
	width: 225px;
	float: left;
	margin-right: 20px;
}
.bnr_4col ul li a{
	display: block;
}
.bnr_4col ul li img{
	width: 100%;
}
.bnr_4col ul li:nth-child(4n){
	margin-right: 0;
}
@media screen and (max-width: 735px) {
.bnr_4col ul li{
	width: 48%;
	float: left;
	margin: 0 1% 10px;
}
}
/*IE hack*/
.bnr_4col ul li{
	*width: 220px;
}
/* movie
   -------------------------------------------------- */
.movie{
	width:880px;
	height:495px;
	margin:0 auto 20px;
}
.movie iframe{
	width:100%;
	height:100%;
}
@media screen and (max-width: 735px) {
.movie_wrap{
	margin:0 15px;
}
.movie{
	position: relative;
	width:100%;
	height:auto;
	padding-top: 56.25%
}
.movie iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
}
/* movie（slider）
   -------------------------------------------------- */
#slide_movie{
	width: 880px;
}
.slide_movie{
	width:880px;
	height:495px;
	margin:0 auto 20px;
}
.slide_movie iframe{
	width:100%;
	height:100%;
}
@media screen and (max-width: 735px) {
#slide_movie{
	width: 100%;
	display: block;
}
.slide_movie{
	width: 100%;
	height: 100%;		
}
.slide_movie{
    position: relative;
    width: 100%;
}
.slide_movie:before {
    content:"";
    display: block;
    padding-top: 56.25%
}
.slide_movie iframe{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
}
/* slider
   -------------------------------------------------- */
.slider{
    width:600px;
    margin:0 auto 30px;
}
.flex-control-nav{
    bottom:-30px;
}
.flex-direction-nav .flex-prev{
    left:0;
}
.flexslider:hover .flex-direction-nav .flex-prev{
    left:0;
}
.flexslider .flex-direction-nav .flex-prev{
    background: url("img/slide_prev.png") no-repeat 7px;
}
.flex-direction-nav .flex-next{
    right:0;
}
.flexslider:hover .flex-direction-nav .flex-next{
    right:0;
}
.flexslider .flex-direction-nav .flex-next{
    background: url("img/slide_next.png") no-repeat 0px;
}
.flex-direction-nav a{
    width:40px;
    height:70px;
    margin:-35px 0 0;
    opacity:0.8;
    text-indent: 100%;
}
.flex-control-paging li a{
    background:#eee;
}
.flex-control-paging li a.flex-active{
    background:#999;
}
.flex-control-paging li a:hover{
    background:#999;
}
@media screen and (max-width: 735px) {
.slider{
    width:100%;
}
.slider img{
    width:100%;
}
.flex-control-nav{
    bottom:-23px;
}
.flexslider{
    margin:0;
}
.flexslider .flex-direction-nav .flex-prev{
    background-image: none;
}
.flexslider .flex-direction-nav .flex-next{
    background-image: none;
}
.flex-direction-nav a{
    margin:0;
    top:29%;
    height:55px;
}
}
/* calendar
   -------------------------------------------------- */
.calendar{
	width: 960px;
	margin: 0 auto;
}
@media screen and (max-width: 735px) {
.calendar{
	width: 100%;
	margin: 0;
	overflow: scroll;
-webkit-overflow-scrolling: touch;
overflow-scrolling: touch;
}	
}
/* SimpleImageHeadLine
   -------------------------------------------------- */
.topmHeader h2.title{
	display: none;
}
/* fooder
   -------------------------------------------------- */
.gototowertop a{
	background-color: #d6000F!important;
}
.privacy{
	text-align:center;
	margin-bottom:30px;
}
.privacy a{
	color:#333333;
	text-decoration:underline;
}
.privacy a:hover{
	text-decoration:underline;
}
.footer_link{
    text-align: center;
    margin-bottom: 30px;	
}
.footer_link a{
    color:#999;
	font-size: 14px;
}
.copyright{
	text-align:center;
	margin-bottom: 30px;
	color: #999;
}
.copyright span{
	font-size: 80%;
}
.pagetop {
    position: fixed;
    bottom: 20px;
    right: 30px;
	width: 30px;
	height: 30px;
	border: 5px solid;
	border-color: #d6000f #d6000f transparent transparent;
	transform: rotate(-45deg);
}
.pagetop a {
    display: block;
}
@media screen and (max-width: 735px) {
.footer_copylight{
	width: 90%;
	margin: 0 auto;
}
.gototowertop a{
	width: 94%!important;
	box-sizing: border-box;
}
.homebtn{
	width: 100%;
	margin: 20px auto;
}
.homebtn a{
	font-size:100%;
}
.footer_link, .copyright{
	font-size: 80%;
	margin:0 10px 20px;
}
.copyright span{
	font-size: 80%;
}
.pagetop {
    bottom: 0;
    right: 20px;
	width: 20px;
	height: 20px;
}
}
/* topModuleBox
   ================================================== */
.topModuleBox{
	width:960px;
	margin:0 auto 40px;
	line-height: 1.8;
	color: #666;
}
.topModuleBox a{
	color: #000;
}
ul.inMdl-serialList li{
	padding: 20px 0;
    border-bottom: 1px dotted #CCC;
}
@media screen and (max-width: 735px) {
.topModuleBox{
	width:94%;
	padding: 0 3%;
	margin-bottom: 20px;
}
}
/* Other
   ================================================== */
mb0{
	margin-bottom: 0;
}
/* 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 */