@charset "utf-8";
/*---------------------------------------------
デフォルト調整
----------------------------------------------*/

html {
	background-color: #fff;
	overflow-x: hidden;
}

#wrap {
	width: auto;
}

#wrap #header {
	height: 40px;
}

#wrapInner {
	width: 970px;
	margin: auto;
	overflow: hidden;
}

header {
	background-color: #fff;
}

header,
footer {
	width: 970px;
	margin: 0 auto;
}

article {
	background: #fbecca url(../../../../img/images/special/fes2023/back.jpg) 0 0 repeat-x;
}

/*---------------------------------------------
topimage
----------------------------------------------*/
.header * {
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.topimage {
	height: 240px;
	background: url(../../../../img/images/special/fes2023/topimages.png) no-repeat;
	background-size: cover;
	z-index: 100;
}

.nav.fixed {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100;
	# height: 300px;
}

.header.fixed .topimage {
	height: auto;
}

.header.fixed .topimageInner {
	padding: 0;
}

.header.fixed .topimage {
	display: none;
}

.topimageInner {
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 970px;
	padding: 0;
	margin: 0 auto;
}

.topimageInner h1 {
	width: 60%;
	font-size: 40px;
	color: #333;
	padding: 8px 0;
}

.topimageInner .subTitle {
	width: 39%;
	box-sizing: border-box;
	font-size: 16px;
	margin: 0;
	padding: 16px;
	border-radius: 8px;
	color: #333;
	background-color: rgba(255, 255, 255, 0.8);
}

.topimageInner p {
	color: #333;
	font-size: 14px;
	line-height: 1.5;
}

.topimageInner h1 img {
	vertical-align: middle;
	margin-right: 8px;
	max-width: 540px;
}

/*---------------------------------------------
nav
----------------------------------------------*/
.nav {
	background-color: #fff;
	-webkit-box-shadow: 0 0 5px 0 rgba(100, 100, 100, 0.3);
	box-shadow: 0 0 5px 0 rgba(100, 100, 100, 0.3);
}

.nav ul {
	width: 970px;
	margin: 0 auto;
	display: table;
	border-spacing: 8px 0;
}

.nav li {
	display: table-cell;
	font-size: 14px;
	text-align: center;
}

.nav li a {
	display: block;
	padding: 16px 16px 8px;
	border-bottom: 8px solid #fff;
}

.nav li a:hover,
.nav li.active a {
	color: #ff8c00;
	border-bottom: 8px solid #ffb419;
}

.nav li.none a {
	color: #DFDFDF;
	border-bottom: 8px solid #fff;
}

.nav label {
	height: 35px;
	float: left;
	border-radius: 4px 0 0 4px;
	background-color: #eee;
	border: 1px solid #bbb;
	border-right: none;
	padding: 8px;
	line-height: 1;
	margin-right: -11px;
	box-sizing: border-box;
}

.nav label::after {
	content: "▼";
	display: block;
	position: absolute;
	font-size: 10px;
	top: 11px;
	right: -90px;
}

.nav select {
	padding: 4px 0 4px 8px;
	line-height: 1;
	border-radius: 0;
	height: 35px;
	width: 120px;
}

/*---------------------------------------------
Column
----------------------------------------------*/
.hidden {
	display: none;
}

.load {
	width: 990px;
	margin: 0 auto;
	padding: 32px 0 12px;
}

/* float */
.left {
	width: 46%;
	float: left;
	position: relative;
}

.right {
	width: 51%;
	float: right;
}

.center {
	clear: both;
}

/* col */
.col {
	padding: 16px;
	border-radius: 0;
	border-top: 8px solid #ffac00;
	-webkit-box-shadow: 0 2px 5px 0 rgba(100, 100, 100, 0.15);
	box-shadow: 0 2px 5px 0 rgba(100, 100, 100, 0.15);
	margin-bottom: 16px;
	overflow: hidden;
	box-sizing: border-box;
	margin: 0 0 24px;
	background-color: #FFF;
}

.col.month p {
	display: inline-block;
	background-color: #ffac00;
	padding: 4px 16px;
	line-height: 1;
	color: #fff;
	position: relative;
	z-index: 1;
}

.col.month::before {
	content: "";
	width: 100%;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -2px;
	border-bottom: 4px solid #ffac00;
}

.col.month {
	position: relative;
	width: 970px;
	border: none;
	padding: 0;
	border-radius: 0;
	border-top: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	overflow: hidden;
	box-sizing: border-box;
	margin: 0 0 24px;
	text-align: center;
	background-color: transparent;
}

.col.month {
	display: inline-block;
	color: #ffac00;
	font-size: 32px;
	margin-bottom: 0px;
	font-weight: normal;
	vertical-align: middle;
	margin-bottom: 20px;
}

.col.bnr {
	width: 970px;
	border: none;
	padding: 0;
	border-radius: 0;
	border-top: none;
	-webkit-box-shadow: none;
	margin: 0 0 20px;
	text-align: center;
	height: 100px;
}

.col a {
	color: #333;
}

.col a:hover {
	color: #ffac00
}

.col a:hover img {
	opacity: 0.8;
}

.col.banner {
	border: none;
	padding: 0;
	border-top: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 310px;
	text-align: center;
}

.col .date {
	margin-bottom: 15px;
	margin-top: 5px;
	font-size: 105%;
}

.col .online,
.col .area {
	position: absolute;
	right: 0;
	top: 0;
	display: inline-block;
	background-color: #ff7800;
	line-height: 1;
	vertical-align: middle;
	padding: 4px 8px;
	color: #fff;
}
.col .online {
	background-color: #e91e62;
}



/* hx */
.col h2 {
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.3;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	max-height: 75px;
}

.col .digest {
	font-size: 12px;
	margin: 10px 0;
	line-height: 1.3;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	max-height: 30px;
}

.col h3:before {
	content: "";
	display: inline-block;
	margin-right: 4px;
	width: 13px;
	height: 13px;
	background: url(https://www.livefans.jp/img/images/special/fes2018/back_orange.png) repeat;
}

.col h3 {
	font-weight: bold;
	font-size: 14px;
	margin-top: 4px;
	margin-bottom: 8px;
}

.col .more:after {
	content: "≽";
	color: #ffac00;
	margin-left: 4px;
}

.col .more {
	text-align: right;
	font-size: 12px;
	margin: 0 0 16px;
}

.col .more:last-child {
	margin-bottom: 0;
}

.col .thumb {
	margin-bottom: 8px;
}

/*---------------------------------------------
clip & join btn
----------------------------------------------*/
.col .btnBox {
	display: table;
	width: 100%;
	margin: 10px 0;
}

.col .btnBox li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.btn-off {
	background-color: #cbcbcb;
	padding: 12px;
	border-radius: 25px;
}

.btn-shadow {
	-webkit-box-shadow: 0 2px 5px 0 rgba(100, 100, 100, 0.3);
	box-shadow: 0 2px 5px 0 rgba(100, 100, 100, 0.3);
}

.btn-on,
a:hover .btn-off {
	background-color: #ffac00;
	padding: 12px;
	border-radius: 25px;
}

.btnBox i {
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}

a .fukidashi {
	color: #888;
}

/* fukidashi */
.fukidashi,
.feed blockquote {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	position: relative;
	padding: 4px 8px;
	border-radius: 4px;
	background: #ffffff;
	border: 1px solid #cccccc;
	font-size: 10px;
	line-height: 1.3;
}

.fukidashi:after,
.fukidashi:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.fukidashi:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #ffffff;
	border-width: 8px;
	margin-top: -8px;
}

.fukidashi:before {
	border-color: rgba(204, 204, 204, 0);
	border-right-color: #cccccc;
	border-width: 9px;
	margin-top: -9px;
}

.fukidashi .num {
	display: block;
	font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}

/*---------------------------------------------
feed
----------------------------------------------*/
.feed {
	border: 1px solid #eee;
	padding: 8px 5px;
	height: 260px;
	overflow-y: scroll;
	background: url(https://www.livefans.jp/img/images/special/fes2018/back_bar.png) 6.5% 100% no-repeat;
	margin-bottom: 16px;
}

.feed li {
	display: block;
	position: relative;
	padding: 0 0 0 40px;
}

/* scrollbar */
.feed::-webkit-scrollbar {
	width: 8px;
}

.feed::-webkit-scrollbar-track {
	background-color: #eee;
}

.feed::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #bbb;
}

/* icons */
.feed .facebook {
	background: url(https://www.livefans.jp/img/images/special/fes2018/sns.png) 0 40% no-repeat;
}

.feed .twitter {
	background: url(https://www.livefans.jp/img/images/special/fes2018/sns.png) -162px 40% no-repeat;
}

.feed .tumblr {
	background: url(https://www.livefans.jp/img/images/special/fes2018/sns.png) -80px 40% no-repeat;
}

.feed .google {
	background: url(https://www.livefans.jp/img/images/special/fes2018/sns.png) -121px 40% no-repeat;
}

.feed .insta {
	background: url(https://www.livefans.jp/img/images/special/fes2018/sns.png) -40px 40% no-repeat;
}

.feed .fukidashi,
.feed blockquote {
	background-color: #fffcf1;
	border: 1px solid #e7dfc1;
	margin: 0 0 16px;
	text-align: left;
	width: 220px;
}

.center .feed .fukidashi,
.feed blockquote {
	width: 190px;
}

.feed .thumb {
	float: left;
	width: 20%;
}

.feed .name {
	color: #ffac00;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3;
	margin-left: 45px;
}

.feed .txt {
	clear: both;
	font-size: 12px;
	word-wrap: break-word;
	line-height: 1.5;
}

.feed .date {
	display: block;
	font-size: 10px;
	font-weight: normal;
	color: #919191;
}

.feed .more {
	margin: 4px 0;
}

.feed .img {
	margin: 10px;
}

.feed .img img {
	max-width: 100%;
}

/*---------------------------------------------
lineup
----------------------------------------------*/
.lineup {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 8px;
	min-height: 195px;
}

.lineup li {
	width: 20%;
	padding-right: 4px;
}

.lineup .name {
	font-size: 12px;
	line-height: 1.5;
	height: 2.5em;
}

.lineup .clips {
	display: block;
	font-size: 10px;
	color: #888;
	margin: 3px 0;
}

.lineup .art {
	min-height: 45px;
	word-wrap: break-word;
}

.lineup .art span.name {
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 35px;
}

/* icon */
[class^="icon-"],
[class*=" icon-"] {
	display: inline-block;
	border-radius: 2px;
	padding: 4px;
	font-size: 10px;
	font-style: normal;
	color: #fff !important;
}

a:hover [class^="icon-"],
a:hover [class*=" icon-"],
a[class^="icon-"]:hover,
a[class*=" icon-"]:hover {
	opacity: 0.8;
	color: #fff;
}

.icon-pia {
	background-color: #0c43cd;
	margin-bottom: 10px;
}

.icon-setlist {
	background-color: #f25c09;
	margin-bottom: 10px;
}

.icon-teiban {
	background-color: #eb1313;
	margin-bottom: 10px;
}

.off {
	background-color: #d2d2d2;
}

/*---------------------------------------------
ticket
----------------------------------------------*/
.ticket {
	width: 100%;
	margin-bottom: 8px;
}

.caption {
	font-size: 10px;
	line-height: 1.3;
	color: #888;
	margin-bottom: 8px;
}

.ticket tr {
	border-bottom: 1px dotted #ccc;
}

.ticket th,
.ticket td {
	padding: 4px;
	width: 20%;
	font-size: 12px;
}

.ticket th {
	font-weight: normal;
	text-align: center;
}

.ticket th:nth-child(even),
.ticket td:nth-child(even) {
	background-color: #f4f4f4;
}

.pickup .ticket tr td:last-child {
	text-align: center;
}

/*---------------------------------------------
box size
----------------------------------------------*/
/* border color */
.col.pickup {
	width: 640px;
	border-top: 8px solid #f71717;
}

.col.pickup .left .thumb {
	position: relative;
}

.col.pickup .left .thumb:after {
	content: url(https://www.livefans.jp/img/images/special/fes2018/ico_pickup.png);
	position: absolute;
	left: 8px;
	top: -2px;
}

.col.news h2 {
	font-size: 16px;
	max-height: 40px;
	-webkit-line-clamp: 2;
}

.col.news .online,
.col.news .area {
	background-color: #3c8ae2;
}

#.col.news .date {
	# margin-top: 15px;
	# float: right;
	#
}

#.col.news h2 {
	# margin-top: 30px;
	#
}

.col p.thumb {
	width: 276px;
	height: 183px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.col.news p.thumb {
	background: #FAFAFA;
	border: 1px solid #EDEDED;
}

.col p.thumb a img {
	z-index: 0;
	max-width: 276px;
	max-height: 183px;
	width: auto;
	height: auto;
}


/* sizeL */
.col.sizeL {
	width: 640px;
}

.col.sizeL .right .lineup li,
.col.pickup .lineup li {
	width: 33.3%;
	padding-right: 4px;
}

.col.sizeL div.four .lineup li {
	padding: 0 20px;
}

.col.sizeL .lineup li:last-child {
	padding-right: 0;
}

.col.sizeL .lineup li img,
.col.pickup .lineup li img {
	width: 100%;
	height: auto;
	# border: 1px solid #EDEDED;
}

/* sizeM / S */
.col.sizeM,
.col.sizeS {
	width: 310px;
	position: relative;
	margin-right: 330px;
}

.col .online,
.col .area {
	top: 16px;
	right: 16px;
}

.col.sizeM .btn-off,
.col.sizeM .btn-on,
.col.sizeS .btn-off,
.col.sizeS .btn-on {
	padding: 8px;
}

.col.sizeM .fukidashi .num,
.col.sizeS .fukidashi .num {
	font-size: 14px;
	padding: 4px 0;
}

.col.sizeM .lineup li {
	width: 33.3%;
	padding-right: 2px;
}

.col.sizeM .lineup li:last-child {
	padding-right: 0;
}

.col.sizeM .lineup li img {
	width: 95%;
	height: auto;
}

.col.sizeS .lineup li {
	width: 33.3%;
}

.col.sizeS .lineup li img {
	max-width: 86px;
}

.col.sizeM .lineup li .icon-setlist,
li .icon-teiban {
	padding: 3px;
}

/*---------------------------------------------
snsBox
----------------------------------------------*/
.snsBox,
.footarea {
	width: 980px;
	margin: 10px auto;
	text-align: center;
}

#wrap .snsBox h4 {
	display: inline-block;
	font-weight: normal;
	font-size: 14px;
}

.snsBox h4:after {
	content: url(../../../../img/images/special/fes2023/img_arrow_gray.png);
	display: inline-block;
	margin-left: 8px;
	vertical-align: middle;
}

.snsBox ul {
	display: inline-block;
}

.snsBox li {
	list-style: none;
	display: inline-block;
	background-color: #f4f4f4;
	font-size: 12px;
	padding-right: 0px;
	margin-right: 16px;
}

.snsBox li img {
	vertical-align: middle;
	# margin-right: 8px;
}

.snsBox a:hover {
	color: #888;
	opacity: 0.8;
}

.nextContents p {
	display: none;
}

.nextContents,
#infscr-loading {
	text-align: center;
	clear: both;
}

#lean_overlay {
	position: fixed;
	z-index: 100;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #000;
	display: none;
}

.popup .btnClose {
	text-align: right;
	position: absolute;
	right: -40px;
	top: 0;
}

.popup .title {
	font-weight: bold;
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px dotted #888;
}

.popup div p {
	margin-bottom: 16px;
}

.popup div p:last-child {
	margin-bottom: 0;
}

.popup div {
	background-color: #fff;
	border-radius: 8px;
	text-align: center;
	font-size: 14px;
	padding: 20px;
}

.popup .title {
	font-size: 24px;
}

.col.news {
	width: 310px;
	border-top: 8px solid #3c8ae2;
	margin-right: 0px;
}

.col .comingsoon {
	background: #FAFAFA url(https://www.livefans.jp/img/images/special/fes2018/comingsoon.png) center no-repeat;
	height: 150px;
	width: 309px;
	margin-bottom: 10px;
	background-size: 149px 18px;
}

/* HEADER */
#header {
	margin: 0 auto;
	height: 40px;
	position: relative;
}

#header p {
	font-size: 9px;
	position: absolute;
	top: 5px;
	left: 0;
}

#header ul.shareLink {
	margin: 5px 10px;
	width: auto;
	float: right;
	overflow: hidden;
}

#header ul.shareLink li {
	margin-left: 5px;
	width: auto;
	float: right;
}

/* HEADER */

p.loading {
	z-index: 0;
	opacity: 0.5;
}

p.loading img {
	left: 50%;
	position: fixed;
}

.snsfeed p.loading {
	padding: 0;
}

.snsfeed p.loading img {
	left: 50%;
	position: inherit;
}

#infscr-loading {
	text-align: center;
}

.col .center .comingsoon {
	width: 600px;
}

.news .date,
.matome .date {
	text-align: left;
}

.col.matome {
	margin-right: 0px;
	border-top: 8px solid #3eb312;
}

.col.matome .online,
.col.matome .area {
	background-color: #3eb312;
}

.col.matome h2 {
	font-size: 16px;
	max-height: 60px;
}

.col.qa {
	margin-right: 0px;
	border-top: 8px solid #E95513;
	width: 310px;
	margin-right: 0px;
}

.col.qa h2 {
	background: url(https://www.livefans.jp/img/images/live_qa/icon_Q.png) no-repeat;
	background-size: 20px 20px;
	padding-left: 25px;
	margin-top: 35px;
}

#.col.qa h2 {
	padding-left: 20px;
}

.col.qa .online,
.col.qa .area {
	background-color: #E95513;
}

.col.qa .digest {
	background: url(https://www.livefans.jp/img/images/live_qa/single_QA_s.png) no-repeat;
	background-size: 20px 20px;
	-webkit-line-clamp: 5;
	max-height: 95px;
	padding-left: 25px;
	line-height: 1.5;
	font-size: 100%;
}

.col.qa .image {
	background-color: #E95513;
	margin-bottom: 15px;
}

.col.qa .image img {
	width: 276px;
}

.side {
	width: 310px;
	float: right;
	margin-right: 20px;
#	margin-top: 330px;
}