@charset "UTF-8";

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{
	margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;
}

body{
	width:100%;min-width:960px;line-height:1.7em;font-size:0.88em;-webkit-text-size-adjust:none;font-family:'メイリオ',meiryo,'ＭＳ Ｐゴシック',MS PGothic,Verdana, Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', Osaka, sans-serif;color:#333;
}
img{
	vertical-align:bottom;
}

@media screen and (max-width: 640px){
	body{
		min-width:0;
	}
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{
	display:block;
}
nav ul{
	list-style:none;
}
blockquote,q{
	quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after{
	content:'';content:none;
}
ins{
	background-color:#ff9;color:#000;text-decoration:none;
}
mark{
	background-color:#ff9;color:#000;font-style:italic;font-weight:bold;
}
del{
	text-decoration:line-through:
}
abbr[title],dfn[title]{
	border-bottom:1px dotted;cursor:help
}
table{
	border-collapse:collapse;border-spacing:0;
}
hr{
	display:block;height:1px;border:0;border-top:1px solid #cccccc;margin:1em 0;padding:0;
}
input,select{
	vertical-align:middle;
}

.taLeft{
	text-align:left !important;
}
.taCenter{
	text-align:center !important;
}
.taRight{
	text-align:right !important;
}
.vat{
	vertical-align:top !important;
}
.vam{
	vertical-align:middle !important;
}
.vab{
	vertical-align:bottom !important;
}
.floLeft{
	float:left;
}
.floRight{
	float:right;
}
.clear{
	clear:both;
}
.noBr{
	white-space:nowrap;
}
.noBd{
	border:none;
}
.dispBlock{
	display:block;
}
.dispInline{
	display:inline;
}
.dispInlineBlock{
	display:inline-block;*display:inline;*zoom:1;
}
a{
	margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;color:#333;text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a.link{
	padding-left:20px;background:url(../images/top/icon_arrow.gif) no-repeat left 2px;
}
.date{
	color:#ff9900;
}
.newRed{
	color:#ff0000;font-weight:bold;margin-left:10px;
}
.mt20{
	margin-top:20px;
}
.imgLink img {
	-webkit-transition: 0.2s ease-in-out;
	   -moz-transition: 0.2s ease-in-out;
	     -o-transition: 0.2s ease-in-out;
	        transition: 0.2s ease-in-out;
}
.imgLink a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}

.pc{
	display:block;
}
.sp{
	display:none;
}

@media screen and (max-width: 640px){
	.pc{
		display:none;
	}
	.sp{
		display:block;
	}
}




/*___________footer___________*/

footer{
	margin-top:50px;
}
footer h2{
	background:#000000;text-align:center;padding:20px 0;
}
footer .inner{
	background:#000000;
}

footer .note .inner{
	position:relative;
	overflow:hidden;
	width:960px;
	margin:0 auto;
}
footer .note .inner .left{
	float:left;width:400px;
}
footer .note .inner .left ul li{
	list-style:none;display:inline-block;margin:0 20px 20px 0;*display: inline;*zoom: 1;
}
footer .note .inner .text{
	font-size:80%;line-height:1.7em;
	width: 768px;
	float: left;
}
footer .note .inner .jasrac{
	overflow:hidden;
}
footer .note .inner .jasrac img{
	float:left;
}
footer .note .inner .jasrac p{
	margin:10px 0 0 60px;font-size:80%;line-height:1.7em;
}
footer .note .inner .right{
	float:right;margin:0;padding:0;
}
footer .note .inner .right ul li{
	list-style:none;
	margin:0px;
	display:inline-block;
	*display: inline;*zoom: 1;
}
.koshikiLink{
	margin-top:20px;
}

#pTop{
	position:fixed;
	right:10px;
	bottom:20px;
	opacity:0.5;
	z-index: 3;
}


@media screen and (max-width: 640px){
	footer{
		margin-top:0;
	}
	footer .socialLink{
		padding:10px 0;text-align:center;
	}
	footer .socialLink li{
		display:inline-block;*display: inline;*zoom: 1;
	}
	footer h2{
		padding:15px 10px;background:none;background:url(../images/icon_down_arrow.png) no-repeat right center;border-top:1px solid #000;border-bottom:1px solid #000;text-align:left;
	}
	footer h2 img{
		margin:0;height:25px;width:auto;
	}
	footer h2.open{
		background:url(../images/icon_up_arrow.png) no-repeat right center;
	}
	footer .inner .linkList{
		display:none;width:100%;color:#333;font-size:100%;
	}
	footer .inner .linkList ul{
		margin:0;float:none;width:100%;
	}
	footer .inner .linkList ul li{
		border-bottom:1px solid #000;list-style:none;background:url(../images/icon_arrow.gif) no-repeat left center !important;
	}
	footer .inner .linkList ul li.title,footer .inner .linkList ul li.smallTitle{
		padding:5px;margin:0;background:#ccc !important;
	}
	footer .inner .linkList ul li a{
		color:#333;display:block;padding:10px 10px 10px 20px;
	}
	footer .inner.telephone img{
		width:80%;
	}
	footer .note{
		padding:0;background:#fff;
	}
	footer .note .inner{
		/*background:#fff;*/width:100%;
	}
	footer .note .inner .left{
		float:none;width:100%;
	}
	footer .note .inner .left ul{
		overflow:hidden;
	}
	footer .note .inner .left ul li{
		width:50%;float:left;display:block;border:1px solid #000;border-left:none;margin:0;padding:10px;box-sizing:border-box;
	}
	footer .note .inner .left .text{
		padding:10px;
	}
	footer .note .inner .left .link li{
		background:url(../images/icon_arrow.gif) no-repeat left center;padding:0;
	}
	footer .note .inner .left .link li a{
		padding:10px 10px 10px 15px;display:block;background:none;
	}
	footer .note .inner .jasrac{
		padding:0 10px;
	}
	footer .note .inner .right{
		float:none;width:100%;/*margin:15px 0;*/
	}
	footer .note .inner .right ul{
		text-align:center;
	}
	footer .note .inner .right ul li{
		display:inline-block;*display: inline;*zoom: 1;
	}
	footer .note .inner .pagetop{
		display:none;
	}
}



/*___________main___________*/

#top .mainVisual{
	position:relative;margin-bottom:20px;text-align:center;
}
.mainVisual a{
	text-decoration:none;
}
.mainVisual .text{
	background:#cccccc;padding:10px 0;
}
.mainVisual .flex-viewport{
	background:#000;
}
.mainVisual .flex-control-nav{
	overflow:hidden;margin:10px 0;
}
.mainVisual .flex-control-nav li{
	display:inline-block;margin:0 5px;cursor:pointer;*display: inline;*zoom: 1;
}
.mainVisual .flex-control-nav li a{
	display:block;color:#959595;background:#959595;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px;border-radius:20px;height:17px;width:17px;
}
.mainVisual .flex-control-nav li a.flex-active{
	color:#e60012;background:#e60012;
}
.mainVisual .flex-direction-nav{
	height: 0;list-style: none;
}
.mainVisual .flex-direction-nav li a{
	display:block;position:absolute;top:160px;
}
.mainVisual .flex-direction-nav .flex-prev{
	background:url(../images/icon_prev.png) no-repeat 0 0;width:60px;height:130px;left:0;
}
.mainVisual .flex-direction-nav .flex-next{
	background:url(../images/icon_next.png) no-repeat 0 0;width:60px;height:130px;right:0;
}

@media screen and (max-width: 640px){
	.mainVisual img{
		width:100%;
	}
	.mainVisual .flex-direction-nav{
		display:none;
	}
	.mainVisual .flex-viewport{
		background:#ccc;
	}
	.mainVisual .cmShop img,.mainVisual .cmSky img,.mainVisual .cmBook img,.mainVisual .cmGoods img,.mainVisual .cmVod img,.mainVisual .cmMusic img{
		width:90%;
	}
	.main{
		width:100%;
	}
}





/*___________section___________*/

.main section.block{
	margin-top:40px;
	margin-bottom:10px;
}
.main section.block h2{
	text-align:center;border-top:1px solid #000;
}
.main section.block h2 img{
	/*margin-top:-20px;*/
}
.main section.block .floatBox{
	overflow:hidden;padding-top:30px;
}

.main section.block.news .leftBox{
	width: 100%;
}
.main section.block.news .leftBox .itemList{
	margin-bottom:30px;
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
}
.main section.block.news .leftBox .itemList li{
	text-align:center;list-style:none;
	-webkit-box-flex: 3;
    -ms-flex: 3;
	flex: 3;
}
.main section.block.news .leftBox .itemList li .category{
	margin:10px 0;text-align:center;
}
.main section.block.news .leftBox .itemList li .text{
	text-align:left;
}
.main section.block.news .rightBox{
	float:left;width:248px;border-top:1px solid #000;
}
.main section.block.news .rightBox .inner{
	padding:20px 20px 0 20px;border:1px solid #000;border-top:none;
}
.main section.block.news .rightBox .inner h2{
	border-top:none;position: relative;
}
.main section.block.news .rightBox .inner h2 img{
	position: absolute;margin-left: -72px;top:-15px;left: 50%;
}
.main section.block.news .rightBox .inner ul{
	margin:10px 0 0 0;
}
.main section.block.news .rightBox .inner ul li{
	list-style:none;margin-bottom:20px;
	text-align:left;
}
.main section.block.news .rightBox .inner ul li .images{
	text-align:center;margin:10px 0;
}
.main section.block.news .rightBox .inner ul li .link{
	text-align:center;margin:10px 0 0 0;
}

@media screen and (max-width: 640px){
	.main section.block.news .leftBox{
		float:none;width:100%;margin-left: 0px;
	}
	.main section.block.news .leftBox .itemList{
		margin:0;
	}
	.main section.block.news .leftBox .itemList li{
		width:100%;box-sizing:border-box;overflow:hidden;margin:0;padding:10px;border-bottom:1px solid #000;
	}
	.main section.block.news .leftBox .itemList li img{
		float:left;width:100px;height:auto;
	}
	.main section.block.news .leftBox .itemList li p{
		margin-left:115px;text-align: left;
	}
	.main section.block.news .leftBox .itemList li p.category{
		margin:0 0 10px 115px;text-align:left;
	}
	.main section.block.news .leftBox .itemList li p.category img{
		float:none;width:auto;height:auto;
	}
	.main section.block.news .rightBox{
		float:none;width:100%;border:none;
	}
	.main section.block.news .rightBox h2{
		display:none;
	}
	.main section.block.news .rightBox .inner{
		padding:0;border:none;
	}
	.main section.block.news .rightBox .inner ul{
		margin:0;text-align:left;
	}
	.main section.block.news .rightBox .inner ul li{
		padding:10px;border-bottom:1px solid #000;margin-bottom:0;
	}
}

.main section.block.banner{
	text-align:center;
	margin-bottom:30px;
	margin-top:0;
}
.main section.block.banner img.bnr2{
	margin-right:10px;
}

@media screen and (max-width: 640px){
	.main section.block.banner{
		margin-top:0;
	}
	.main section.block.banner img{
		max-width:100%;
	}

}



/*201903_top*/
.mainVisual header{
	background: none;
	width: 100%;
	margin: 0 auto;
	text-align: right;
	position: absolute;
	top: 0;
	z-index: 3;
}
.mainVisual header.sp{
	background: #000;
	position: static;
	width: 100%;
	margin: 0 auto;
}
.mainVisual header nav{
	padding-top: 16px;
	max-width: 1240px;
	margin: 0 auto;
}
.mainVisual header nav ul li{
	display: inline-block;
	padding-right: 24px;
}
.mainVisual header nav ul li a{
	color: #fff;
}
.mainVisual header nav ul li a:hover{
	text-decoration: underline;
}
#top .mainVisual,.flexslider, .slides img{
	height: 100vh;
}

#nav_over{
	padding-top: 16px;
	width: 320px;
	height: auto;
	position: absolute;
	top: 0;
	/*left: 40px;*/
	z-index: 3;
}
#nav_over h1{
	text-align: left;
}
#nav_over h1 img{
	padding-left: 24px;
}
#top .mainVisual .flex-control-nav {
    margin: 10px auto;
}
.mainVisual .flex-direction-nav .flex-prev{
	background-image: none;
	width: 0;
	height: 0;
}
.mainVisual .flex-direction-nav .flex-next{
	background-image: none;
	width: 0;
	height: 0;
}
#top .line_color{
	position: relative;
	top: -140px;
}
#top .line_ttl{
	max-width: 1240px;
	position: relative;
	top: -256px;
	margin: 0 auto;
	text-align: left;
}
#top .line_ttl img{
	padding-left: 24px;
}
#top header.sp h1{
	width: 40%;
	margin: 0 auto;
	line-height: 3;
}
#top header.sp h1 img{
	vertical-align: middle;
}
.main .block{
	width: 960px;
	margin: 0 auto;
}
.main .block .contents{
	width: 960px;
	margin: 0 auto 96px;
}
.clearfix::after{
	content: ".";   
  	display: block;   
  	height: 0;   
  	clear: both;   
  	visibility: hidden;  
}
.new_icon{
	color: #f00;
	padding-right: 0.5em;
}
#top .main section.block h2{
	border-top: none;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 12px;
}
#info_container{
	padding: 24px 0;
}
#info_container ul li{
	list-style: none;
	height: 2em;
}

#info_container ul li p{
	float: left;
}
#info_container ul li .top_info__body_date{
	width: 120px;
}
#info_container ul li .top_info__body_title{
	width: 840px;
	word-break: break-all;
	overflow: hidden;
	padding-bottom: 16px;
}
#top_info{
	margin-bottom: 24px;
}

#tab_news {
	text-align: center;
	overflow: hidden;
	padding: 12px 0;
	border-bottom: 1px solid #cccccc;
}
#tab_news li:first-child{
	width: 80px;
	display: inline-block;
	float: left;
	margin-right: 32px;
}
#tab_news li:not(:first-child){
	width: 224px;
	display: inline-block;
	float: left;
	margin-right: 40px;
}
#tab_news .current{
	position: relative;
}
#tab_news .current::after{
	content: "";
	border-bottom: 3px solid #924898;
	width: 100%;
	position: absolute;
	bottom: -12px;
	left: 0;
}
#tab_news li a:hover{
	text-decoration: none;
}
#tab_container{
	padding: 24px 0;
}
#tab_container ul{
	margin-bottom: 24px;
}
#tab_container ul li{
	list-style: none;
	margin-bottom: 1.5em;
	/*height: 2em;*/
	display: inline-block;
}
#tab_container ul li p{
	float: left;
}
#tab_container ul li .top_news__body_date{
	width: 96px;
}
#tab_container ul li .top_news__body_cat{
	width: 192px;
	background: #eeeeee;
	text-align: center;
	font-size: 0.8em;
}
#tab_container ul li .top_news__body_title{
	width: 672px;
	/*float: right;
	text-overflow: ellipsis;
	white-space: nowrap;*/
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 24px
}
#tab_container dt,dd{
	padding-bottom: 5px;
	margin-bottom: 15px;
	word-break: break-all;
}
/*
#btn_info{
	padding: 0.5em 0;
    border: 1px solid #000;
    display: block;
    width: 160px;
    text-align: center;
    border-radius: 15px;
    margin: 0 auto;
}
#btn_info:hover{
	text-decoration: none;
}*/
#btn_more,#btn_link{
	padding: 0.5em 0;
    border: 1px solid #000;
    display: block;
    width: 160px;
    text-align: center;
    border-radius: 24px;
    margin: 0 auto;
}
#btn_more:hover{
	text-decoration: none;
	opacity: 0.6;
}
#btn_link{
	width: 320px;
}
#btn_link:hover{
	text-decoration: none;
	opacity: 0.6;
}
.main section.block.banner img.bnr2_new{
	margin-right:60px;
}

#group_news .itemList .imgLink:first-child .category{
	/*position: relative;
	top: 20px;*/
}
#group_news .itemList .imgLink:last-child .category{
	/*position: relative;
	top: -4px;*/
}
#group_news .itemList .imgLink span{
	font-size: 0.8em;
}
#group_news .contents .sp .link{
	text-align: center;
}
#group_news .contents .sp .link li{
	display: inline-block;
	padding-top: 16px;
}
#group_news .contents .sp .link li:last-child{
	padding-left: 5%;
}
#group_news .itemList .imgLink img {
	max-width:200px;
}


#officialgoods{
	background-color: #000;
	color: #fff;
	padding: 40px 0;
	margin-bottom: 96px;
	text-align: center;
	width: auto;
}

#officialgoods .imgBox p{
	padding-top: 16px;
}
.slick-dots li button:before{
	color: #fff;
}
.slick-dots li.slick-active button:before{
	color: #eee;
}
.slick-dots li button:before{
	font-size: 24px;
}
#top .main #officialgoods h2{
	border-bottom: none;
	padding-bottom: 32px;
	max-width: 250px;
	margin: 0 auto;
}
#top .main #officialgoods h2 img{
	width: 80%;
}
#top .main #officialgoods .block .contents{
	margin: 0 auto;
}
#press ul li{
	list-style: none;
}
#press h3,#press_sp h3{
	font-weight: normal;
}
#press ul li a,#press_sp ul li a{
	display: inline-block;
}
#press .contents.clearfix .left{
	text-align: left;
	width: 464px;
	float: left;
}


#press .contents .left img{
	vertical-align: top;
}
#press .contents .left .text{
	font-size: 0.9em;
	padding-left: 8px;
	width: 280px;
	display: inline-block;
}

#press .contents .left .text h3{
	padding-bottom: 16px;
}
#press .contents.clearfix .right{
	width: 450px;
	float: right;
}
#press .contents .left .text img.btn_press {
    width: 210px;
    margin: 10px 0;
}


#top #copyright .contents{
	margin-bottom: 0;
}
#copyright .contents ul li{
	list-style: none;
	display: inline-block;
	margin-right: 24px;
	padding-top: 2em;
}
#copyright address{
	margin-bottom: 24px;
	font-style: normal;
}
#copyright .left{
	float: left;
}
#copyright .right{
	float: right;
}
#copyright .right .jasrac p{
	display: inline-block;
	text-align: right;
	font-size:80%;
	line-height:1.7em;
}
#copyright .right .jasrac img{
	vertical-align: bottom;
}
footer{
	margin-top: 24px;
	padding: 24px 16px;
	color: #fff;
	background-color: #000;
}
footer .note .inner .right{
	width: 176px;
	text-align: right;
}
@media screen and (min-width: 641px) and (max-width: 834px){
	#nav_over {
		width: auto;
		padding-left: 2%;
	}
	#nav_over h1 {
		padding-left: 0;
	}
	#nav_over h1 img{
		padding-left: 0;
	}
	#top .mainVisual,.flexslider, .slides img{
		height: 100%;
		width: 100%;
	}
	#top .line_color{
		position: relative;
		top: -182px;
	}
	#top .line_ttl{
		position: relative;
		top: -296px;
		margin-bottom: -296px;
		text-align: left;
		padding-left: 2%;
	}
	#top .line_ttl img{
		padding-left: 0;
	}
	#info_container ul li {
		height: auto;
	}
	#info_container ul li .top_info__body_title {
		width: 100%;
		padding-bottom: 0;
	}
	#top .main .block .contents {
		width: 96%;
	}
	.main section.block h2,#tab_news {
		width: 96%;
		margin: 0 auto;
	}
	#tab_container ul li .top_news__body_title {
		float: left;
		padding-left: 24px;
		width: calc(100% - 288px);
	}
	#tab_container ul li .top_news__body_title::after{
		content: ".";
    	display: block;
    	height: 0;
    	clear: both;
    	visibility: hidden;
	}

	footer .note .inner {
		width: 95%;
	}
	footer .note .inner .text {
		width: 75%;
	}
} 
@media screen and (max-width: 640px) {
	.slides img{
		vertical-align: top;
	}
	#top .line_color{
		position: relative;
		top: -107px;
	}
	#top .line_color img{
		height: 64px;
	}
	#top .line_ttl{
		max-width: 1240px;
		position: relative;
		top: -168px;
		margin-bottom: -152px;
		padding-left: 16px;
	}
	#top .mainVisual .flex-control-nav{
		width: auto;
		position: static;
		text-align: center;
	}
	.mainVisual header{
		background: #000;
		position: static;
		width: 100%;
		margin: 0 auto;
	}
	header h1{
		width: 40%;
		margin: 0 auto;
	}
	header h1 img{
		vertical-align: middle;
	}
	.mainVisual header nav ul li{
		display:none;
	}
	#nav_over {
		padding: 10px;
		width: auto;
		height: auto;
		position: static;
		top: 0;
		z-index: 3;
	}
	#nav_over h1 img {
		padding: 0;
	}
	.mainVisual header nav{
		padding-top: 0;
		width: auto;
		margin: 0 auto;
	}
	#top .mainVisual,.flexslider, .slides img{
		height: 100%;
		width: 100vw;
	}
	#top .line_ttl img{
		padding-left: 0;
	}
	#top .main{
		width: 100%;
	}
	#top .main .block{
		width: 100%;
	}
	#top .main .block h2 img{
		height: auto;
		margin: 0 auto;
		display: block;
	}
	.main section.block.news .leftBox .itemList{
		overflow: hidden;
		display: block;
	}
	.main section.block.news .leftBox .itemList li{
		text-align:center;list-style:none;float:left;width: 100%;margin-right:20px;
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
	}
	#top .main .block .contents{
		width: auto;
		padding: 16px 16px 0;
		position:relative;
	}
	#group_news .itemList .imgLink{
		border-bottom: 1px solid #ccc;
		padding-top: 24px;
	}
	#group_news .itemList .imgLink:first-child{
		border-top: 1px solid #ccc;
	}
	#group_news .itemList .imgLink:first-child .category{
		position: static;
	}
	#group_news .itemList .imgLink span{
		font-size: 0.8em;
	}
	#info_container ul li{
		height: auto;
		margin-bottom: 16px;
	}
	#info_container ul li p{
		float: none;
	}
	#info_container ul li .top_info__body_title{
		width: 100%;
	}
	#tab_news{
		padding: 16px 0;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		white-space: nowrap;
	}
	#tab_news::-webkit-scrollbar{
		display: none;
	}
	#tab_news li:first-child{
		float: none;
		margin-right: auto;
	}
	#tab_news li:not(:first-child){
		float: none;
		margin-right: auto;
	}
	#tab_news .current::after{
		content: "";
		border-bottom: 3px solid #924898;
		width: 100%;
		position: absolute;
		bottom: -16px;
		left: 0;
	}
	#tab_container ul li{
		height: auto;
		margin-bottom: 16px;
	}
	#tab_container ul li p{
		float: none;
		display: inline-block;
	}
	#tab_container ul li .top_news__body_date{
		width: auto;
	}
	#tab_container ul li .top_news__body_cat{
		padding: 0 ;
	}
	#tab_container ul li .top_news__body_title{
		width: 100%;
		float: none;
		text-overflow: ellipsis;
		/*white-space: nowrap;*/
		overflow: hidden;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0;
		padding-top: 8px;
	}
	#officialgoods .block .sp{
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		white-space: nowrap;
		padding-bottom: 0;
		overflow-y: hidden;
		}
	#officialgoods .block .sp::-webkit-scrollbar{
		display: none;
	}
	#officialgoods .imgBox p{
		padding-top: 16px;
	}
	#press{
		margin-bottom: 48px;
	}
	#press .text{
		padding: 16px 16px 32px;
		text-align: left;
	}
	#press .text ul li{
		list-style: none;
	}
	#copyright{
		font-size: 80%;
	}
	#copyright .contents .link li{
		display: block;
		padding-top: 0;
	}
	#copyright .right .jasrac {
		margin-top: 20px;
	}
	footer {
		padding: 24px 16px;
	}
	footer .note .inner .right{
		width: auto;
		padding: 16px 0 0;
	}
	footer .note .inner .text{
		margin-bottom: 16px;
		width: 100%;
	}
	.mainVisual .flex-control-nav li a{
		width:15px; 
		height:15px;
		font-size: 8px;
	}
	.slick-dots li button:before{
		font-size: 20px;
	}
	#press .contents.clearfix .left{
		text-align: left;
		width: 100%;
		float: left;
		margin-bottom: 30px;
	}
	#press .contents .left .text{
		font-size: 0.9em;
		padding-left: 0;
		width: 50%;
		display: inline-block;
	}
	#press .contents .left .text h3{
		padding-bottom: 16px;
	}
	#press .contents.clearfix .right{
		width: 100%;
		float: none;
	}
	#press .contents .left img.btn_press {
		width: 80%;
		margin: 10px auto;
	}
	#press .contents .left a.btn_press_sp {
		text-align: center;
	}	
	
	#officialgoods{
		margin-bottom: 14px;

}

}




#information #info_container ul li{
	list-style: none;
	margin-bottom: 40px;
	height: auto;
}
#information #info_container .top_info__body_item{
	border-bottom: 1px solid #000;
	overflow: hidden;
}
#information header nav .link{
	float: right;
}
#information header .link li{
	display: inline-block;
}


/*
#information ul li .top_info__body_title{
	width: 840px;
	white-space: normal;
	overflow: visible;
	text-overflow: inherit;
}*/

#information #info_container ul li:first-child{
	border-top: 1px solid #000;
	padding-top: 40px;
}

#information header,
#notfound header{
	background-color: #000;
	padding-bottom:20px;
	position: relative;
}
#information header nav h1{
	float: left;
}
#information header nav .link{
	float: right;
	color: #fff;
	background-image: none;
	padding-left: 24px;
}
#information header .link li{
	display: inline-block;
	vertical-align: bottom;
}
#information h2{
	width: 200px;
	margin: 72px auto 0;
}
#information #info_container li{
	padding-bottom: 40px;
}
#information #info_container .top_info__body_title + p{
	width: auto;
	padding-top: 4%;
	padding-left: 120px;
}
#information ul li .top_info__body_date{
	width: 120px;
}
#information ul li .top_info__body_title{
	white-space: normal;
	overflow: visible;
	text-overflow: inherit;
	padding-bottom: 0;
}
#information footer{
	margin-top: 0;
	color: #fff;
	background-color: #000;
	padding: 24px 16px;
}
body#information {
		min-width: auto;
	}
@media screen and (min-width: 641px) and (max-width: 834px){
	#info_container ul li {
		height: auto;
	}
	.top_info__body_item::after {
		content: ".";
    	display: block;
    	height: 0;
    	clear: both;
    	visibility: hidden;
	}
	#info_container ul li .top_info__body_title {
		width: calc(100% - 120px);
		padding-bottom: 16px;
	}
	#information header nav{
		padding-left: 2%;
	}
	#information .main .block .contents {
		width: 100%;
		margin: 0 auto;
		padding: 0 16px;
		-webkit-box-sizing: border-box;
				box-sizing: border-box;
	}
	#information #info_container .top_info__body_title + p{
		width: calc(100% - 120px);
	}
	#information .main .block {
		width: 100%;
	}
	#information footer .note .inner .right {
		width: 25%;
	}
} 
@media screen and (max-width: 640px) {
	#information #info_container .top_info__body_title + p{
		width: 100%;
		padding-left: 0;
	}
	#information .main .block{
		width: 100%;
	}
	#information .main .block .contents{
		width: 100%;
	}
	#information #info_container{
		padding: 24px 16px;
	}
	#information header,
	#notfound header{
		padding-bottom:0;
	}
	#information header nav h1{
		width: 40%;
		margin: 0 auto;
		float: none;
	}
	#information header h1 img{
		width: 100%;
		vertical-align: middle;
	}
	#information header nav{
		padding: 0;
	}
	#information .main .block .sp ul.link{
		text-align: right;
		padding: 8px 16px 0 0;
	}
	#information .main .block .sp a.link{
		background-image: none;
	}
	#information footer {
		padding: 24px 16px;
	}
	#information .mainVisual header nav ul li{
		display:none;
	}
	#information #info_container li{
		display: block;
	}
	#information .detail{
		width:100%;
	}
	#info_container ul li .top_info__body_date{
		margin-right:20px;
	}
	#information ul li .top_info__body_title{
		width: 100%;
	}
}
.bgWhite {
	background-color: #09106a !important;
}
.bgOther {
	background-color: #3b132b !important;
}
.bgRed{
	background-color: #c3172f !important;
}
.bgOther2 {
	background-color: #214658 !important;
}