@charset "UTF-8";

/**======================================
	top
======================================**/

/*--------------------------------------
	common
---------------------------------------*/

.area {
	background: #000;
}

.heading_top {
	margin-bottom: 25px;
	font-size: 3.0rem;	
	text-align: center;
	font-family: 'Lato', "Noto Sans JP", sans-serif;
	color: #FFF;
	letter-spacing: 0.06em;
	line-height: 1.0em;
}

.top_area_more {
	position: absolute;
	top: 5px;
	right: 0;
	padding-left: 15px;
	font-size: 1.2rem;
}

.top_area_more a {
	color: inherit;
}

.top_area_more a:hover {
	color: #A80000;
}

.area.top_area {
	position: relative;
}

.icon-angle-right::before {
	font-size: 1.2rem;
}

.morebtn_part {
	text-align: center;
}

@media screen and (max-width: 599px) {

	.top_area_more {
		right: 5%;
	}
	
}

@media screen and (min-width: 600px) {

	.heading_top { 
		margin-bottom: 30px;
	}
	
}

@media screen and (min-width: 960px) {
	
}

/* slick */

.slick-prev {
	left: 0;
	z-index: 2;
	transition: 0.3s;
}

.slick-next {
	right: 21px;
	z-index: 2;
	transition: 0.3s;
}

.slick-prev::before,
.slick-next::before {
	position: relative;
	font-family: "icomoon";
	font-weight: 900;
	background: rgba(0,0,0,0.8);
	opacity: 1;
	color: #fff;
	font-size: 15px;
	transition: 0.3s;
}

.slick-prev::before {
	padding: 12px 17px 12px 13px;
	content: "\e907";
}
 
.slick-next::before {
	padding: 12px 13px 12px 17px;
	content: "\e908";
}

.slick-prev:hover::before,
.slick-next:hover::before {
	background: rgba(0,0,0,0.5);
	transition: 0.3s;
	opacity: 1;
}

/*--------------------------------------
	promo
---------------------------------------*/

#promo_wrap {
	position: relative;
	margin-bottom: 0;
	overflow: hidden;
	z-index: 2;
}

#promo_wrap .promo_slider li.object_fit {
	margin-bottom: 0;
}

#promo_wrap .promo_slider li:not(:first-child) {
	opacity: 0;
}

@media screen and (max-width: 599px) {

	#promo_wrap ul.promo_slider .object_fit::before {
		padding-top: 250px;
	}
	
}

@media screen and (min-width: 600px) {

	#promo_wrap ul.promo_slider .object_fit::before {
		padding-top: 500px;
	}
	
}

@media screen and (min-width: 960px) {

	#promo_wrap ul.promo_slider .object_fit::before {
		padding-top: calc(100vh - 141px);
	}
	
}

/* top_video */

.top_video {
	position: relative;
	overflow: hidden;
	height: calc(100vh - 141px);
	background: #333;
}

.top_video video {
	position: absolute;
	display: block;
	padding-top: 0;
	min-width: 100%;
	min-height: calc(100vh - 141px);
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

@media screen and (max-width:599px) {

	.top_video {
		height: 300px;
	}
	
	.top_video video {
		min-height: 0;
		height: 300px;
	}
}

@media screen and (min-width:600px) and ( max-width:959px) {

	.top_video {
		height: 500px;		
	}
	
	.top_video video {
		min-height: 0;
		height: 500px;
	}
}

/*--------------------------------------
	top_contents
---------------------------------------*/

/* background */

#backgroundcolor .top_area:nth-child(even) {
	background: #121213;
}

/* top_importantnews */

#top_importantnews_area .top_importantnews_part {
	display: flex;
	padding: 10px 10px 10px 15px !important;
	border: 5px solid #111;
}

.top_importantnews_part .icon-exclamation-circle {
	flex-basis: 40px;
	max-width: 40px;
	font-size: 30px;
}

.top_importantnews_part .importantnews_cont {
	flex-basis: calc( 100% - 40px );
	max-width:  calc( 100% - 40px );
}

.top_importantnews_part .importantnews_cont li {
	margin-bottom: 10px;
}

.top_importantnews_part .importantnews_cont li:last-child {
	margin-bottom: 0;
}

.top_importantnews_part .importantnews_cont .news_date {
	color: #666;
}

@media screen and (max-width:599px) {

	#top_importantnews_area {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}

	.top_importantnews_part .icon-exclamation-circle {
		flex-basis: 40px;
		max-width: 40px;
		font-size: 30px;
	}

	.top_importantnews_part .importantnews_cont {
		flex-basis: calc( 100% - 40px );
		max-width:  calc( 100% - 40px );
	}

	.top_importantnews_part .icon-exclamation-circle {
		padding-top: 10px;
	}
}

@media screen and ( min-width:600px) {

	#top_importantnews_area {
		padding-top: 40px !important;
		padding-bottom: 20px !important;
	}

	#top_importantnews_area .top_importantnews_box  {
		margin-bottom: 0 !important;
	}

	.top_importantnews_part .icon-exclamation-circle {
		flex-basis: 50px;
		max-width: 50px;
		font-size: 28px;
	}

	.top_importantnews_part .importantnews_cont {
		flex-basis: calc( 100% - 50px );
		max-width:  calc( 100% - 50px );
	}

	.top_importantnews_part .importantnews_cont .news_date {
		float: left;
		clear: left;
	}

	.top_importantnews_part .importantnews_cont .news_title {
		padding-left: 100px;
	}
	
}

/* top_schedule_area */

#top_schedule_area .icon-chevron-right-solid::before {
	margin-right: 5px;
}

.top_schedule_part .date {
	float: left;
	clear: left;
}

.top_schedule_part .title {
	padding-left: 100px;
}

@media screen and (max-width: 959px) {
}

@media screen and (min-width: 600px) {
	
}

@media screen and (min-width: 960px) {
	
	#top_schedule_area {
		width: 90%;
		max-width: 1200px !important;
		margin-left: auto;
		margin-right: auto;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	#top_schedule_area .part {
		margin: 0 !important;
		padding: 0;
	}

	.top_schedule_box {
		position: absolute !important;
		bottom: 90px;
		left: 0;
		margin: 0;
		padding: 20px 30px;
		background: rgba(255, 255, 255, 0.4);
		width: auto !important;
		max-width: 600px !important;
		min-width: 330px;
		color: #000;
	}

	.top_schedule_box .hgroup {
		width: 100%;
	}

	.top_schedule_box .heading_top {
		margin-bottom: 15px;
		color: #000;
		text-align: left;
	}

	.top_schedule_box .top_area_more {
		position: absolute;
		top: 25px;
		right: 30px;
		padding-left: 15px;
		font-size: 1.2rem;
	}

	.top_schedule_part ul.archive_ul {
		border: none;
	}

	.top_schedule_part ul.archive_ul li.archive_li {
		padding: 0;
		margin-bottom: 10px;
		border: none;
	}

	.top_schedule_part ul.archive_ul li .date time {
		color: #000;
	}
	
}

/* top_video_area */

#top_video_area ul.video_ul {
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
}

#top_video_area ul.video_ul .list_cont {
	margin-bottom: 30px;
	height: auto;
}

#top_video_area ul.video_ul li:last-child {
	margin-bottom: 0;
}

#top_video_area ul.video_slider {
	margin-bottom: 30px;
}

#top_video_area ul.video_slider li {
	margin-bottom: 0;
	margin-left: 10px;
	margin-right: 10px;
}

#top_video_area ul.video_slider li iframe {
	pointer-events: none;
}

#top_video_area ul.video_slider li.slick-current iframe,
#top_video_area ul.video_slider li.is-active-next iframe {
	pointer-events: auto;
}

@media screen and (max-width: 599px) {

	#top_video_area .top_video_box .part li {
		margin-bottom: 1.0em;
	}

	#top_video_area ul.video_slider {
		margin-bottom: 20px;
	}

	#top_video_area ul.video_slider li {
		margin-left: 5px;
		margin-right: 5px;
	}
	
}

@media screen and (max-width: 959px) {

	#top_video_area .box {
		width: 100%;		
		max-width: none;
	}	

	#top_video_area ul.video_ul {
		margin-left: auto;
		margin-right: auto;
		width: 90%;
	}
	
}

@media screen and (min-width: 960px) {
	
}

/* top_discography_area */

#top_discography_area ul.disco_ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#top_discography_area ul.disco_ul li:last-child {
	margin-right: 0;
}

#top_discography_area p.pic {
	margin-bottom: 0;
}

#top_discography_area .top_disco_cont {
  position: relative;
  overflow: hidden;
}

#top_discography_area .top_disco_cont img {
	border: 1px solid #111;
}

#top_discography_area .top_disco_caption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 1;
	text-align: center;
	color: #DDD;
	opacity: 0;
}

#top_discography_area .top_disco_caption .caption_cont {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	width: 90%;
}

#top_discography_area .top_disco_caption .heading04 {
	color: #DDD;
	font-weight: normal;
	font-size: 1.5rem;
}

#top_discography_area .top_disco_cont:hover .top_disco_caption {
	opacity: 1;
	transition: .3s;
}

#top_discography_area .object_fit {
	margin-bottom: 0;
}

#top_discography_area .object_fit::before {
	padding-top: 100%;
}

ul.disco_slider {
	margin-bottom: 30px;
}

ul.disco_slider li {
	margin-bottom: 0;
	margin-left: 5px;
	margin-right: 5px;
}

@media screen and (max-width: 599px) {

	#top_discography_area .top_disco_caption {
		display: none;
	}

	ul.disco_slider {
		margin-bottom: 1.5em;
	}

	ul.disco_ul li:nth-last-child(1),
	ul.disco_ul li:nth-last-child(2) {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 600px) {

	#top_discography_area ul.disco_ul li {
		margin-bottom: 0;
		margin-right: 2%;
		flex-basis: 23.5%;
		max-width: 23.5%;
	}
	
	#top_discography_area .top_disco_caption {
		display: none;
	}
	
}

@media screen and (max-width: 959px) {

	#top_discography_area .box {
		width: 100%;		
		max-width: none;
	}

	ul.disco_ul {
		margin-left: auto;
		margin-right: auto;
		width: 90%;
	}
	
}

@media screen and (min-width: 960px) {

	#top_discography_area ul.disco_slider {
		width: calc(100% + 20px);
		margin-left: -10px;
	}

	#top_discography_area ul.disco_slider .slick-prev {
		left: 11px;
	}
	
	#top_discography_area ul.disco_slider .slick-next {
		right: 31px;
	}

	ul.disco_slider li {
		margin-left: 10px;
		margin-right: 10px;
	}
	
	#top_discography_area .top_disco_caption {
		display: block;
	}
	
}
/* top_news_area */

/* top_topics_area */

#top_topics_area .topics_box .list_cont a {
	text-decoration: none;
}

#top_topics_area .topics_box .list_cont a:hover {
	color: inherit;
}

#top_topics_area .topics_box .list_cont a .topics_pic {
	position: relative;
	margin-bottom: 5px;
	overflow: hidden;
}

#top_topics_area .topics_box .list_cont a .topics_pic img {
	border: 1px solid #111;
}

#top_topics_area .topics_box .list_cont a .topics_pic .topics_category {
	position: absolute;
	top: 1px;
	left: 1px;
	padding: 2px 8px 3px;
	font-size: 1.0rem;
	font-weight: bold;
	z-index: 2;
	color: #000;
}

#top_topics_area .topics_box .list_cont a .topics_pic .topics_category.cat00 {
	display: none !important;
}

#top_topics_area .topics_box .list_cont a .topics_pic .topics_category.cat01 {
	background: #c3003a;
}

#top_topics_area .topics_box .list_cont a .topics_pic .topics_category.cat02 {
	background: #3a546b;
}

#top_topics_area .topics_box .list_cont a .topics_pic .topics_category.cat03 {
	background: #d5a02e;
}

#top_topics_area .topics_box .list_cont a .topics_pic .topics_category.cat04 {
	background: #918d43;
}

#top_topics_area .topics_box .list_cont a .topics_pic .topics_category.cat05 {
	background: #787cac;
}

#top_topics_area .topics_box .list_cont a .topics_pic .topics_category.cat06 {
	background: #604439;
}

#top_topics_area .topics_box .list_cont a .topics_pic .topics_category.cat07 {
	background: #6f2757;
}

#top_topics_area .topics_box .list_cont a .topics_pic .topics_category.cat08 {
	background: #c1541c;
}

#top_topics_area .topics_box .list_cont a .topics_pic .topics_category.cat09 {
	background: #565d63;
}

#top_topics_area .topics_box .list_cont a .topics_pic .topics_category.cat10 {
	background: #baaa52;
}

#top_topics_area .topics_box .list_cont a .topics_pic p.object_fit {
	margin-bottom: 0;
}

#top_topics_area .topics_box .list_cont a img {
	transition: .5s;
}

#top_topics_area .topics_box .list_cont a:hover img {
	transform: scale(1.1);
	opacity: 0.8;
	transition: .5s;
}

#top_topics_area .topics_box .list_cont p.topics_date time {
	margin-bottom: 5px;
	font-weight: bold;
	font-style: italic;
	color: #999;
	font-size: 1.4rem;
}

#top_topics_area .topics_box .list_cont .topics_title {
}

@media screen and (max-width: 599px) {

	#top_topics_area .topics_box ul.topics_ul {
		margin-bottom: 15px !important;
	}
	
	#top_topics_area .topics_box .list_cont {
		margin-bottom: 0.5em;
	}
	
	#top_topics_area .topics_box .list_cont .topics_cont {
		display: flex;
		justify-content: space-between;
	}
	
	#top_topics_area .topics_box .list_cont .topics_cont .topics_pic {
		flex-basis: 40%;
		max-width: 40%;
	}
	
	#top_topics_area .topics_box .list_cont .topics_cont .topics_caption {
		flex-basis: 58%;
		max-width: 58%;
	}
	
	#top_topics_area .topics_box .list_cont .topics_title {
		line-height: 1.4em;
	}
}

@media screen and (min-width: 600px) {

	#top_topics_area .topics_box ul.topics_ul {
		margin-bottom: 0 !important;
	}
	
	#top_topics_area .topics_box .list_cont {
		margin-bottom: 2.0em;
	}
}

@media screen and (min-width: 960px) {
	
}

/*--------------------------------------
	fixed-background
---------------------------------------*/

.fixed-background {
	height: 200px;
	background-position: center 0;
	background-size: cover;
	background-repeat: no-repeat;
}

@media screen and (max-width: 599px) {
}

@media screen and (min-width: 600px) {
}

@media screen and (min-width: 960px) {

	.fixed-background {
		background-attachment: fixed;
		width: 100%;
		padding-top: 500px;
		background-position: center 0;
		background-size: cover;
		background-repeat: no-repeat;
	}
}