@charset "utf-8";

/* .contents_wrap{
} */

h3{
	font-family: 'Josefin Sans', sans-serif;
	font-weight:300;
	font-size: 60px;
	font-style: italic;
}

.w1024{
	max-width: 1024px;
	margin: 0 auto;
}

.contents_wrap p{
	letter-spacing: 0.2em;
}


@media screen and (max-width: 900px){
	
	h3{
		font-size: 40px;
	}

}

@media screen and (max-width: 767px){
	
	h3{
		font-size: 30px;
	}

}


/**************************************************************
MAIN
**************************************************************/

.main{
	height:calc(100vh - 80px);
	min-height: 700px;
	position:relative;
}

.main:before{
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height:calc(100vh - 80px);
	min-height: 800px;
	background: url("../images/main.jpg") center / cover no-repeat;
	z-index: -1;
}

.main h2{
	width: 35%;
	text-align: center;
	position: absolute;
	top: 66%;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	margin:0 auto;
	text-align:center;
}
.main h2 img{
	display: block;
	width: 100%;
	max-width: 250px;
	margin: 0 auto;
}

@media screen and (orientation: portrait){
	
	.main:before{
		background-image: url("../images/main_sp.jpg");
    background-size: auto 100%;
    background-position: center top;
	}

}

@media screen and (max-width: 960px){
	
	.main{
		height:calc(100vh - 150px);
		display: block;
		position: relative;
	}
	.main:before{
		height:calc(100vh - 150px);
		background-image: url("../images/main_sp.jpg");
    background-size: cover;
    background-position: center top;
	}
	
	.main h2{
		position: absolute;
		top: 66%;
		bottom: 0;
		left: 0;
		right: 0;
		width: 25%;
		margin: 0 auto;
	}

}

@media screen and (max-width: 767px){
	.main{
		height: 105vw;
		min-height: 105vw;
	}
	.main:before{
		height: 105vw;
		min-height: 105vw;
		background-image: url("../images/main_sp.jpg");
    background-size: cover;
    background-position: center;
	}
	.main h2{
		top: 64%;
		width: 35%;
	}
}

@media screen and (max-width: 420px){
	.main h2{
		top: 63%;
		width: 36%;
	}
}

/*@media screen and (max-width: 375px){
	.main{
		height: 57vh;
	}
	.main:before{
		height: 57vh;
	}
}*/



/**************************************************************
WHATS NEW
**************************************************************/

.whatsnew{
	padding: 1px 15px;
	background: #FFFFFF;
}

.whatsnew .w1024{
	display: flex;
	justify-content: space-between;
	align-items: center;
	/*height: 60px;*/
}

.whatsnew h3{
	padding-top: 0.3em;
	color: #cd0213;
	line-height: 1;
	vertical-align: middle;
}

.whatsnew .news_feed{
	width: calc(100% - 450px);
	line-height: 1.5;
}

.whatsnew .entryList time{
	font-weight: 600;
	color: #cd0213;
	font-size: 17px;
}

.whatsnew .entryList p{
	color: #000000;
	font-size: 15px;
}

.whatsnew .entryList{
}


@media screen and (max-width: 900px){
	
	.whatsnew{
		padding: 15px 15px;
	}

	.whatsnew .w1024{
		display: block;
	}

	.whatsnew h3{
		margin-bottom: 15px;
	}

	.whatsnew .news_feed{
		width:auto;
	}

}

/**************************************************************
scandal
**************************************************************/

section.scandal{
	padding: 150px 15px;
	background-color: #001B2C;
	/* background: url("../images/bg.jpg") center top repeat; */
}

section.scandal .w1024{
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
}

section.scandal h4{
	font-family: 'Josefin Sans', sans-serif;
	font-weight:300;
	font-size: 80px;
	font-style: italic;
}

section.scandal p{
	width: calc(100% - 450px);
}

section.scandal .photo {
  width: 80%;
  max-width: 800px;
  margin: 0 auto 120px;
}

@media screen and (max-width: 900px){
	
	section.scandal{
		padding: 60px 15px;
	}

	section.scandal .w1024{
		display: block;
	}

	section.scandal h4{
		font-size: 50px;
		text-align: center;
	}
	
	section.scandal p{
		width: auto;
	}	
  
  section.scandal .photo {
    margin: 0 auto 50px;
  }
}

@media screen and (max-width: 767px){
	
	section.scandal h4{
		font-size: 40px;
	}

}


/**************************************************************
gallery
**************************************************************/

section.gallery{
	padding: 100px 15px 150px;
	background-color: #000;
	position: relative;
}
section.gallery .w1024{
	position: relative;
}
.gallery_lead {
	position: absolute;
	top: 3.5em;
	right: 0;
	text-align: right;
	font-size: 14px;
}
.gallery_slider_main_wrap {
	position: relative;
	padding-top: 30px;
}
.gallery_slider_main_wrap::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 15%;
	height: 100%;
	background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	z-index: 2;
}
.gallery_slider_main_wrap::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 15%;
	height: 100%;
	background: linear-gradient(270deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	z-index: 2;
}

.gallery_slider_main .gallery_slider_main_item {
	height: 600px;
	padding: 20% 15% 0;
	transition: .5s;
	box-sizing: border-box;
}
.gallery_slider_main .slick-current .gallery_slider_main_item {
	padding: 0;
}
.gallery_slider_main_item img {
	display: block;
	vertical-align: top;
}

.gallery_slider_sub_item {
	font-size: 24px;
}

.gallery_caption {
	font-size: 12px;
}

.gallery_slider_main,
.gallery_slider_sub {
	position: relative;
	opacity: 0;
}
.gallery_slider_main.slick-initialized,
.gallery_slider_sub.slick-initialized {
	opacity: 1;
}


@media screen and (max-width: 1180px){
	.gallery_lead {
		top: 3vw;
		font-size: 1.25vw;
	}
	.gallery_slider_main_wrap {
		padding-top: 3vw;
	}
	.gallery_slider_main .gallery_slider_main_item {
		height: 55vw;
		padding: 20% 15% 0;
	}
}

@media screen and (max-width: 600px){
	section.gallery{
		padding: 60px 0 120px;
		background-color: #000;
		position: relative;
	}
	.gallery h3 {
		padding: 0 15px;
		text-align: center;
	}
	.gallery_lead {
		position: relative;
		top: 0;
		right: 0;
		width: 100%;
		text-align: center;
		font-size: 12px;
	}
	.gallery_slider_sub_wrap {
		width: 74%;
		margin: 8vw auto 0;
		padding: 0 15px;
	}
	.gallery_slider_sub_item {
		font-size: 18px;
	}
	.gallery_caption {
		font-size: 11px;
	}
	.gallery_slider_main_wrap::before,
	.gallery_slider_main_wrap::after {
		display: none;
	}
	.gallery_slider_main .gallery_slider_main_item {
		height: 86vw;
		padding: 18% 13% 0;
		opacity: .35;
	}
	.gallery_slider_main .slick-current .gallery_slider_main_item {
		padding: 0;
		opacity: 1;
	}

}

/* slick overwrite */
.slick-dots {
	position: absolute;
	bottom: -50px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 7px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: 1;
    color: #272727;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #fff;
}

@media screen and (max-width: 800px){
	.slick-dots {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		bottom: -80px;
		left: 50%;
		width: 240px;
		transform: translateX(-50%);
	}
	.slick-dots li {
		display: block;
		margin: 0 4px;
	}
	.slick-dots li,
	.slick-dots li button {
		height: 22px;
		font-size: 0;
	}
	.slick-dots li button:before {
    font-size: 9px;
    line-height: 22px;
    width: 20px;
    height: 22px;
	}
}


.slick-prev,
.slick-next {
	position: absolute;
	top: 50%;
	bottom: 0;
	width: 25%;
	height: 100%;
	z-index: 100;
}
.slick-prev:before,
.slick-next:before {
	display: none;
	display: none;
}
/* .slick-prev {
	left: auto;
	right: 0;
}
.slick-next {
	left: 0;
	right: auto;
} */

@media screen and (max-width: 800px){
	.slick-prev,
	.slick-next {
		position: absolute;
		top: auto;
		bottom: -75px;
		width: 18px;
		height: 36px;
		z-index: 100;
	}
	.slick-prev:hover,
	.slick-next:hover {
		opacity: 1;
	}
	.slick-prev:hover::before,
	.slick-next:hover::before {
		opacity: 1;
	}
	.slick-prev,
	.slick-prev:hover {
		left: 50%;
		background: url(../images/gallery/icon_prev.svg) center no-repeat;
		background-size: 100%;
		transform: translate(-170px);
	}


	.slick-next,
	.slick-next:hover {
		right: 50%;
		background: url(../images/gallery/icon_next.svg) center no-repeat;
		background-size: 100%;
		transform: translate(170px);
	}
}

/* colorbox overwrite */
#colorbox,
#cboxOverlay,
#cboxWrapper {
	z-index: 99999;
}
#cboxClose {
	position: absolute;
	top: -60px;
	right: -60px;
	display: block;
	background: url("../images/gallery/btn_close.png") center center no-repeat;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	transition: all .5s;
	z-index: 200;
}
.galleryModal #cboxTitle {
	position: absolute;
	top: 82%;
	right: -1104px;
	font-size: 11px;
	transform: rotate(-90deg);
	text-align: center;
}
.galleryModal #cboxCurrent {
	display: none !important;
}

.galleryModal #cboxPrevious {
	position: absolute;
	bottom: 50%;
	left: -50px;
	margin-top: -18px;
	background: url(../images/gallery/icon_prev.svg) no-repeat center;
	background-size: 100%;
	width: 18px;
	height: 36px;
	text-indent: -9999px;
}
.galleryModal #cboxPrevious:hover {
	background-position: center;
}
.galleryModal #cboxNext {
	position: absolute;
	bottom: 50%;
	right: -50px;
	margin-top: -18px;
	background: url(../images/gallery/icon_next.svg) no-repeat center;
	background-size: 100%;
	width: 18px;
	height: 36px;
	text-indent: -9999px;
}
.galleryModal #cboxNext:hover {
	background-position: center;
}

@media screen and (max-width: 1180px){
	#cboxClose {
		right: 0;
	}
	.galleryModal #cboxTitle {
		position: relative;
		top: 0;
		right: 0;
		width: 100%;
		margin-top: 2em;
		font-size: 11px;
		transform: none;
		text-align: center;
	}
}

@media screen and (max-width: 800px){
	#cboxClose {
		top: 10px;
		right: 10px;
	}

	/* .galleryModal #cboxPrevious {
		position: relative;
		bottom: 20%;
		left: 50%;
		margin-top: 0;
		background: url(../images/gallery/icon_prev.svg) no-repeat center;
		background-size: 100%;
		width: 18px;
		height: 36px;
		text-indent: -9999px;
	}
	.galleryModal #cboxNext {
		position: absolute;
		bottom: 50%;
		right: -50px;
		margin-top: -18px;
		background: url(../images/gallery/icon_next.svg) no-repeat center;
		background-size: 100%;
		width: 18px;
		height: 36px;
		text-indent: -9999px;
	} */
	
	.galleryModal #cboxPrevious,
	.galleryModal #cboxNext {
		display: none;
	}
}

#gallery {
	background: #000;
}
.modal_wrap {
	display: none;
}
.gallery_modal {
	position: relative;
}
.gallery_modal_photo img {
	display: block;
	width: 50%;
	height: auto;
	margin: 0 auto;
}
#gallery_photo14 .gallery_modal_photo img {
	width: 100%;
}
.gallery_modal_arrow {
	display: none;
}
.gallery_modal_caption {
	display: none;
}

@media screen and (max-width: 800px){
	.gallery_modal_photo {
		padding-top: 80px;
	}
	.gallery_modal_photo img {
		width: 80%;
	}
	#gallery_photo14 .gallery_modal_photo img {
		width: 90%;
	}
	.gallery_modal_arrow {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		width: 120px;
		margin: 12vw auto 8vw;
	}
	.gallery_modal_prev {
		width: 18px;
		height: 36px;
		background: url(../images/gallery/icon_prev.svg) no-repeat center;
		background-size: 100%;
		cursor: pointer;
	}
	.gallery_modal_next {
		width: 18px;
		height: 36px;
		background: url(../images/gallery/icon_next.svg) no-repeat center;
		background-size: 100%;
		cursor: pointer;
	}
	.gallery_modal_caption {
		position: relative;
		display: block;
		margin-top: 1.25em;
		text-align: center;
		font-size: 11px;
		color: rgba(255,255,255,.7);
	}
}


/**************************************************************
release
**************************************************************/

section.release{
	padding: 100px 15px 120px;
	background-color: #001B2C;
	/* background: url("../images/bg.jpg") center top repeat; */
	position: relative;
}
section.release::before{
	background: rgba(255,255,255,.05);
	bottom: 0;
	content: "";
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
}

section.release .w1024{
	position: relative;
}


section.release h3{
	text-align: center;
	margin-bottom: 80px;
}

section.release h6{
	text-align: center;
	margin-bottom: 50px;
	font-family: 'Josefin Sans', sans-serif;
	font-style: italic;
	font-weight: 300;
	font-size: 30px;
	line-height: 1.75;
}

section.release h6.digital {
	margin-top: 80px;
}

section.release h6 span{
	font-family:'Josefin Sans',"Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-style: normal;
	font-weight: 400;
}

.discs{
	max-width: 800px;
	margin: 0 auto;
	overflow: hidden;
}

.discs li{
	width: 30%;
	float: left;
	line-height: 1.5;
	text-align: center;
}

.discs li:nth-of-type(1){
	margin-left: 35%;
	margin-right: 35%;
}
.discs li:nth-of-type(n + 2){
	margin-top: 35px;
}

.discs li:nth-of-type(n + 2){
	margin-left: 1.665%;
	margin-right: 1.665%;
}

.discs li{
	margin-left: 1.665%;
	margin-right: 1.665%;
}

.discs li:only-child{
	margin: 0 auto;
	float:none;
}

.discs li .disc{
	margin-bottom: 10px;
}

.discs li .disc img{
	margin-bottom: 15px;
}

.discs li .disc .brsp{
	display: none;
}

/*.discs li:nth-child(3n){
	margin-right: 0%;
}*/


@media screen and (max-width: 900px){
	
	section.release{
		padding: 70px 15px 90px;
		background-color: #001B2C;
		/* background: url("../images/bg.jpg") center top repeat; */
	}

	section.release:before{
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		background:rgba(255,255,255,0.15);
	}

	section.release .w1024{
		position: relative;
	}

	section.release h3{
		margin-bottom: 40px;
	}

	section.release h6{
		font-size: 24px;
	}
	
	.discs li .disc .brsp{
		display: inline;
	}

}

@media screen and (max-width: 600px){
	
	.discs{
		max-width: 240px;
		margin: 0 auto -30px;
	}

	.discs li{
		width: auto;
		margin-left: 0 !important;
		margin-right: 0 !important;
		float: none;
	}

	.discs li:nth-of-type(n + 2){
		margin-top: 45px;
	}

	.discs li .disc{
		margin-bottom: 15px;
	}
	
	section.release h6{
		font-size: 21px;
	}	
	section.release h6 span{
		display: block;
	}	
	
}


/**************************************************************
MV
**************************************************************/

section.mv{
	padding-bottom:43.92%;
	background: url("../images/bg_movie.jpg") bottom center / cover no-repeat fixed;
	position: relative;
}


@media screen and (max-width: 900px){
	
	section.mv{
		padding-bottom:100%;
		background-attachment: scroll;
	}

}



/**************************************************************
DATAS
**************************************************************/


.noData{
	opacity: 0.5;
	text-align: center;
}


/**************************************************************
COMMENT
**************************************************************/


section.comment {
	background-color: #0C2737;
	font-family: 'Josefin Sans', sans-serif;
}

section.comment p {
	letter-spacing: normal;
}

.comment-wrapper {
	padding: 61px 15px 126px;
}

.comment-ttl {
	font-size: 27px;
	font-weight: 300;
	font-style: italic;
	text-align: center;
	margin-bottom: 49px;
}

.comment-list {

}

.comment-list-item {
	margin-bottom: 76px;
}

.comment-list-item:last-child {
	margin-bottom: 0;
}

.comment-list-head {
}

.comment-list-head-img {
	width: 100%;
	margin-bottom: 20px;
}

.comment-list-head-name {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.187;
	text-align: center;
	margin-bottom: 18px;
}

.comment-list-body {
}

.comment-list-body-headline {
	border: 1px solid #fff;
	position: relative;
	cursor: pointer;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}

.comment-list-body-headline:hover {
	opacity: 0.8;
}

.comment-list-body-headline-txt {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.208;
	text-align: center;
	padding: 8px 0;
} 

.comment-list-body-headline-open {
	display: block;
	width: 18.69px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	right: 4.594%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}

.comment-list-body-headline-open:after {
	content: '';
	width: 1px;
	height: 18.69px;
	background-color: #fff;
	position: absolute;
	top: 0%;
	right: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}

.-open .comment-list-body-headline-open::after {
	opacity: 0;
}

.comment-list-body-contents {
	display: none;
}

.comment-list-body-contents-txt {
	padding-top: 20px;
}

.comment-list-body-contents-txt-item {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.812;
	margin-bottom: 1em;
}

.comment-list-body-contents-txt-item:last-child {
	margin-bottom: 0;
}

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

	.comment-list {
		max-width: 809px;
		width: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.comment-list-item {
		width: 45.735%;
	}

}

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

	.comment-wrapper {
		padding: 70px 15px 90px;
	}

	.comment-ttl {
		margin-bottom: 40px;
	}

	.comment-list-item {
		margin-bottom: 40px;
	}

}


/**************************************************************
NEWS
**************************************************************/

section.news{
	padding: 80px 15px;
	background-color: #001B2C;
	/* background: url("../images/bg.jpg") center top repeat; */
}

section.news h3{
	text-align: center;
	margin-bottom: 40px;
}

.newsList{
	position: relative;
	overflow: hidden;
	margin-right: -5px;
}

.newsList li{
	width: 33.33%;
	float: left;
	padding: 0 5px 5px 0;
	position: relative;
	top: 0px;
}

.newsList li:nth-child(3n+1){
	clear: both;
}

.newsList li .entry{
	display: block;
	background: #FFFFFF;
	font-size: 17px;
	color: #000000;
	padding: 15px;
	transition: all 0.5s ease-in-out 0s;
	line-height: 1.8;
	letter-spacing: 0.2em;
	position: relative;
	word-break: break-all;
}

.media .newsList li .entry{
	padding-top: 35px;
}

.newsList li .entry h6{
	position: absolute;
	top: 0;
	left: 0;
	width: 90px;
	display: block;
	background: #a0181f;
	font-size: 11px;
	color: #FFFFFF;
	padding: 5px;
	line-height: 1.2;
	letter-spacing: 0.2em;
	text-align: center;
	text-transform: uppercase;
}

.media .newsList li .entry h4{
	color: #a0181f;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom:solid 1px;
	margin-bottom: 10px;
}

.newsList li a.plus{
	content: "+";
	display: block;
	/* font-family: 'Josefin Sans', sans-serif; */
	color: #a0181f;
	width: 1em;
	text-align: right;
	opacity: 0.5;
	font-weight: 100;
	font-size: 50px;
	line-height: 1;
	transition: all 0.5s ease-in-out 0s;
	margin: 0 -10px -12px auto;
}

.newsList li  a.plus:hover{
	opacity: 0.8;
}

.newsList li.more a{
	display: block;
	background: #FFFFFF;
	font-size: 20px;
	color: #a0181f;
	text-align: center;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 600;
	padding: 5px 10px;
}

.newsList li div.entry time{
	color: #a0181f;
	font-weight: bold;
	margin-bottom: 5px;
}


img.new{
	margin-right: 5px;
	vertical-align:middle;

}


@media screen and (max-width: 767px){
	
	.newsList li{
		width: 50%;
	}

	.newsList li:nth-child(3n+1){
		clear: none;
	}
	
	.newsList li:nth-child(2n+1){
		clear: both;
	}
	
}

@media screen and (max-width: 480px){
	
	.newsList li{
		width: auto;
		float: none;
	}
	
}



/**************************************************************
MEDIA
**************************************************************/

section.media{
	padding: 90px 15px 150px;
	background-color: #001B2C;
	/* background: url("../images/bg.jpg") center top repeat; */
	position: relative;
}
section.media::before{
	background: rgba(255,255,255,.05);
	bottom: 0;
	content: "";
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
}

section.media h3{
	text-align: center;
	margin-bottom: 40px;
	position: relative;
}


@media screen and (max-width: 900px){
	
	section.media{
		padding: 70px 15px 90px;
		background-color: #001B2C;
		/* background: url("../images/bg.jpg") center top repeat; */
		position: relative;
	}

	section.media:before{
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		background:rgba(255,255,255,0.15);
	}

}


/**************************************************************
LIVE
**************************************************************/

section.live{
	padding: 90px 15px 150px;
	background-color: #001B2C;
	/* background: url("../images/bg.jpg") center top repeat; */
}

section.live h3{
	text-align: center;
	margin-bottom: 40px;
}


.liveList{
	overflow: hidden;
	max-width: 800px;
	margin:  0 auto;
}

.liveList li{
	padding: 0 0 5px 0;
	position: relative;
}

.liveList li a{
	display: inline-block;
	background-color: rgba(255,255,255,.05);
	/* background: #a0181f; */
	color: #FFFFFF;
	padding: 20px 100px 20px 20px;
	transition: all 0.5s ease-in-out 0s;
	line-height: 1.8;
	position: relative;
	word-break: break-all;
}

.liveList li a time{
	font-family: 'Josefin Sans', sans-serif; 
	font-weight: 300;
	font-style: italic;
	font-size: 60px;
	line-height: 1;
	display:none;
}
.liveList li a time:first-of-type,
.liveList li a time:last-of-type{
	display:inline;
}
.liveList li a time:last-of-type:not(:first-of-type):before{
	content:"-";
}

.liveList li h4{
	font-weight: bold;
	padding-bottom: 10px;
	font-size: 22px;
	letter-spacing: 0.2em;
}

.liveList li a:after{
	content: "+";
	display: block;
	position: absolute;
	color: #FFFFFF;
	text-align: right;
	opacity: 0.5;
	font-weight: 100;
	font-size: 50px;
	line-height: 1;
	transition: all 0.5s ease-in-out 0s;
	bottom:2px;
	right:5px;
}

.liveList li a:before{
	content: "";
	position: absolute;
	color: #FFFFFF;
	border-top:solid 10px;
	border-left:solid 10px;
	border-bottom:solid 10px transparent;
	border-right:solid 10px transparent;
	width: 0;
	height: 0;
	top:0px;
	left:0px;
}

.liveList li  a:hover{
	/* background: #DF2E37; */
	background-color: rgba(0,0,0,.5);
}

.liveList li.more{
	display: block;
	max-width: 340px;
	margin-left:auto; 
}

.liveList li.more a{
	display: block;
	background: #FFFFFF;
	font-size: 20px;
	color: #a0181f;
	text-align: center;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 600;
	padding: 5px 10px;
}


@media screen and (max-width: 900px){
	
	section.live{
		padding: 70px 15px 90px;
		background-color: #001B2C;
		/* background: url("../images/bg.jpg") center top repeat; */
		position: relative;
	}

}


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

	
	.liveList li a{
		padding: 15px 50px 15px 30px;
		display: block;
	}

	.liveList li a time{
		font-size: 40px;
	}

	.liveList li h4{
		font-size: 20px;
	}

	.liveList li.more{
		max-width: none;
	}

}

@media screen and (max-width: 600px){
	
	.liveList li a time{
		font-size: 30px;
	}

	.liveList li h4{
		font-size: 16px;
		word-break:normal ;
	}

}


/**************************************************************
MOREONLY
**************************************************************/

section.moreonly{
	padding: 180px 15px 0px;
	background:#FFFFFF;
}

section.moreonly#prof{
	padding-bottom: 140px;
}

section.moreonly h3{
	color: #cd0213;
	text-align: center;
	line-height: 1;
	margin-bottom: 20px;
}

.moreonly .more{
	display: block;
	max-width: 340px;
	margin:0 auto;
}

.moreonly .more a{
	display: block;
	background: #cd0213;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 600;
	padding: 5px 10px;
}

.more a{
	transition: all 0.5s ease-in-out 0s;
}

.more a:hover{
	opacity: 0.8;
}




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

	section.moreonly{
		padding: 90px 15px 0px;
	}

	section.moreonly#prof{
		padding-bottom: 55px;
	}

}

