@charset "utf-8";
/*------------------------------------------------------------
	schedule
------------------------------------------------------------*/
#main {
	position: relative;
}
#main a,
#main {
	color: #fff;
}
#main .comBox {
	padding: 0 6.5rem 0 0;
	max-width: inherit;
	border-top: 1px solid rgba(110, 110, 110, 0.4);
	border-bottom: 1px solid rgba(110, 110, 110, 0.4);
}
#main h2 {
	margin: 0 2.8rem 7.9rem 0;
	padding-top: 7.9rem;
	font-size: 3.5rem;
	font-weight: 500;
	line-height: 1;
	color: #EBEBEB;
	letter-spacing: 1.2em;
	text-align: center;
}
#main .fanclubList {
	max-width: 120.7rem;
	margin: 0 auto;
	padding: 0 2rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .fanclubList li {
	padding: 7.7rem 4.4rem 16rem;
	width: 50%;
	border-right: 1px solid rgba(110, 110, 110, 0.4);
}
#main .fanclubList li:first-child {
	padding-right: 10.7rem;
	padding-left: 4.7rem;
}
#main .fanclubList li:nth-child(2n) {
	border-right: none;
	padding-left: 11rem;
}
#main .fanclubList .topBox {
	margin-bottom: 3rem;
}
#main .fanclubList .topBox .textImg {
	text-align: center;
}
#main .fanclubList .topBox .textImg img {
	height: 4.9rem;
}
#main .fanclubList .topBox span {
	margin: 2.5rem auto 0;
	display: block;
	padding: 0.3rem 1rem;
	min-width: 18.4rem;
	text-align: center;
	width: fit-content;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	background-color: rgba(255, 255, 255, 0.13);
}
#main .fanclubList li p {
	font-size: 1.4rem;
	letter-spacing: 0.03em;
	line-height: 2;
	margin-bottom: 5rem;
}
#main .fanclubList li p:last-child {
	margin-bottom: 0;
}
#main .fanclubList .photo {
	margin-bottom: 7.2rem;
}
#main .fanclubList .photo > img {
	width: 100%;
	display: block;
}
#main .fanclubList .photo span {
	display: block;
	text-align: right;
	margin-top: 0.6rem;
	font-size: max(10px,1rem);
	letter-spacing: 0.03em;
}
#main .fanclubList h3 {
	margin-bottom: 2.7rem;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.1em;
}
#main .fanclubList .inner {
	padding-bottom: 4.7rem;
}
#main .fanclubList .sub {
	margin-bottom: 4.7rem;
}
#main .fanclubList .sub:last-child {
	margin-bottom: 0;
}
#main .fanclubList .sub p {
	font-size: 1.4rem;
	letter-spacing: 0.03em;
	line-height: 1.86;
}
#main .fanclubList .sub .smallTxt {
	font-size: 1.2rem;
	letter-spacing: 0.03em;
	color: #D1D1D1;
	line-height: 1.67;
}
#main .fanclubList .sub2 h3 {
	margin-bottom: 1.2rem;
}
#main .fanclubList .sub2 p {
	margin-bottom: 1rem;
}
#main .fanclubList .link {
	margin-top: 7rem;
	width: 43.6rem;
}
#main .fanclubList .link a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-height: 8.6rem;
	overflow: hidden;
	position: relative;
	background-color: #FFFFFF;
	border: 1px solid #fff;
	transition: color 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
}
#main .fanclubList .link span {
	position: relative;
	z-index: 1;
}
#main .fanclubList .link a::after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 102%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	background: #000;
}
#main .fanclubList .link a img {
	width: auto;
	height: 2.2rem;
}
#main {
	margin-bottom: 0;
}

@media (min-width: 1000px) and (hover: hover) {
	#main .fanclubList .link a:hover::after {
		-webkit-transform-origin: left;
		transform-origin: left;
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	#main .fanclubList .link a:hover img {
		  filter: invert(100%) brightness(200%);
	}
}

@media all and (min-width: 1000px) {
	#detail .scheduleSec .rBox {
		padding-top: 3rem;
	}
}

@media all and (max-width: 999px) {
	#main h2 {
		margin: 0 0 4.2rem 1.6rem;
		padding-top: 8.1rem;
		font-size: 2.5rem;
		letter-spacing: 0.6em;
	}
	#main .comBox {
		padding: 0;
	}
	#main .fanclubList {
		max-width: inherit;
		padding: 0;
		display: block;
	}
	#main .fanclubList li {
		width: auto;
		border-right: none;
		border-bottom: 1px solid rgba(110, 110, 110, 0.4);
		padding: 5.6rem 1.5rem !important;
	}
	#main .fanclubList .topBox {
		margin: 0;
		padding: 0 4rem;
		position: relative;
		cursor: pointer;
	}
	#main .fanclubList .topBox::before,
	#main .fanclubList .topBox::after {
		content: "";
		width: 1.6rem;
		height: 1px;
		background-color: #C7C7C7;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 1.5rem;
		transition: 0.3s;
	}
	#main .fanclubList .topBox::after {
		transform: rotate(90deg);
	}
	#main .fanclubList .topBox.on::after {
		transform: rotate(180deg);
	}
	#main .fanclubList .topBox .textImg img {
		height: 2.9rem;
	}
	#main .fanclubList .topBox span {
		margin-top: 2.1rem;
		min-width: 14.6rem;
		font-size: 1.2rem;
		padding: 0.3rem 1rem 0.6rem;
	}
	#main .fanclubList .jsBox {
		display: none;
		padding: 4.9rem 0 2.5rem;
	}
	#main .fanclubList li:last-child {
		border: none;
	}
	#main .fanclubList li p {
		margin-bottom: 3.8rem;
		font-size: 1.3rem;
		line-height: 1.92;
	}
	#main .fanclubList .photo span {
		margin-top: 0.4rem;
	}
	#main .fanclubList .photo img {
		width: 100%;
	}
	#main .fanclubList h3 {
		margin-bottom: 1.3rem;
		font-size: 1.8rem;
	}
	#main .fanclubList .photo {
		margin-bottom: 4.6rem;
	}
	#main .fanclubList .sub p {
		margin-bottom: 0.5rem;
		font-size: 1.3rem;
		line-height: 1.923;
	}
	#main .fanclubList .sub {
		margin-bottom: 3.7rem;
	}
	#main .fanclubList .inner {
		padding-bottom: 3rem;
	}
	#main .fanclubList .sub .smallTxt {
		letter-spacing: 0.02em;
	}
	#main .fanclubList .link {
		width: auto;
		max-width: 34.5rem;
		margin: 6.2rem auto 0;
	}
	#main .fanclubList .link a {
		min-height: 8rem;
	}
	#main .fanclubList .link a img {
		height: 2.16rem;
		height: auto;
		width: 18.5rem;
	}
}


#fixBg {
	background-image: url(../img/fanclub/bg.jpg);
	background-position: center top;
}

@media all and (max-width: 999px) {
	#fixBg {
		background-image: url(../img/fanclub/bg_sp.jpg);
	}
}