@import url("keyframes.css");
@import url("common2.css");
@import url("sns_icons.css");
@import url("tbsfree.css");
@import url("stream.css");
@import url("timetable.css");
@import url("artist.css");
@import url("article.css");
@import url("ranking2.css");
@import url("lightbox.css");

/*	info (egc)
============================== */

div.info {
	text-align:left;
	text-align:center;
}
div.info div.inner {
	background-color:hsla(0,0%,100%,0.9);
}
div.info div.inner h2,
div.info div.inner p {
	line-height:1.5;
}
div.info div.inner h2 {
	font-weight:700;
	color:#ff00b4;
	margin-bottom:0.25em;
}
@media all and (min-width: 992px) {
div.info {
	max-width:980px;
	margin:0 auto;
}
div.info:not(:last-child) {
	margin-bottom:60px;
}
div.info div.inner {
	padding:32px;
	border-radius:32px;
}
div.info div.inner h2 {
	font-size:150%;
}
div.info div.inner p {
	font-size:112.5%;
}
}
@media all and (max-width: 991.98px) {
div.info {
	margin:0 3.125vw;
	border-radius:16px;
}
div.info:not(:last-child) {
	margin-bottom:30px;
}
div.info div.inner {
	padding:16px;
	border-radius:16px;
}
div.info div.inner h2 {
	font-size:112.5%;
}
div.info div.inner p {
	font-size:87.5%;
}
}


/*	.calendar
============================== */
div.calendar {
	text-align:center;
}
div.calendar a {
	display:inline-flex;
	justify-content:center;
	align-items:center;
	text-decoration:none;
	color:#fff;
	background-color:#000;
	font-weight:700;
	box-shadow:2px 4px 10px hsla(0,0%,0%,.25);
	margin-bottom:.75em;
}
div.calendar a:hover {
	opacity:0.8;
/*	text-shadow:2px 2px 0 hsla(0,0%,0%,0.3); */
}
div.calendar a:after {
	content:"";
	display:inline-block;
	border-right:2px solid #fff;
	border-bottom:2px solid #fff;
	transform:rotate(-45deg);
}
div.calendar p {
	line-height:1.5;
	color:#fff;
}

@media all and (min-width: 992px) {
div.calendar:not(:last-child) {
	margin-bottom:60px;
}
div.calendar a {
	font-size:150%;
	height:64px;
	padding:0 32px;
	border-radius:32px;
}
div.calendar a:after {
	width:14px;
	height:14px;
	margin-left:1em;
}
div.calendar p {
	font-size:125%;
}
}
@media all and (max-width: 991.98px) {
div.calendar:not(:last-child) {
	margin-bottom:30px;
}
div.calendar a {
	height:48px;
	padding:0 32px;
	border-radius:24px;
}
div.calendar a:after {
	width:8px;
	height:8px;
	margin-left:6px;
}
div.calendar p {
	font-size:100%;
}
}
@media all and (min-width: 520px) and (max-width: 991.98px) {
div.calendar a {
	font-size:125%;
}
}
@media all and (max-width: 519.98px) {
div.calendar a {
	font-size:5vw;
}
}




/*	.bnr-pickup
============================== */
.bnr {
	text-align:left;
}
.bnr a, .bnr span, .bnr img {
	display:block;
}
.bnr a {
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
	height:0;
	padding-top: -webkit-calc(360 / 1200 * 100%);
	padding-top: calc(360 / 1200 * 100%);
}
div.goods .bnr a {
	padding-top: -webkit-calc(300 / 630 * 100%);
	padding-top: calc(300 / 630 * 100%);
}
.bnr a > span, .bnr a > img {
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
.bnr a > span {
	text-indent:110%;white-space:nowrap;overflow:hidden;
}
.bnr a.lazy-done {
	-webkit-animation: fadeIn 800ms;
	animation: fadeIn 800ms;
	box-shadow:2px 4px 10px hsla(0,0%,0%,.25);
}
div.goods p {
	line-height:1.5;
	text-align:center;
	margin-top:1em;
}
@media all and (min-width: 992px) {
div.bnr {
	width:60%;
	margin:0 auto;
}
ul.bnr {
	display:flex;
	justify-content:center;
	gap:30px;
}
.bnr:not(:last-child) {
	margin-bottom:60px;
}
ul.bnr li {
	width:calc((100% - 30px)/2);
}
div.goods p {
	font-size:175%;
}
}
@media all and (max-width: 991.98px) {
.bnr {
	padding:0 3.125vw;
}
.bnr:not(:last-child) {
	margin-bottom:30px;
}
ul.bnr li:not(:last-child) {
	margin-bottom:20px;
}
div.goods p {
	font-size:112.5%;
}
}


/*	.ranking
============================== */

div.ranking > article > p.weekof {
	font-weight:800;
	color:#fff;
	line-height:1.5;
	text-align:center;
	margin-bottom:0.75em;
}
div.ranking > article > p.weekof > span {
	font-size:112.5%;
}
div.thisweek100-no1 {
	display: none;
}
@media all and (min-width: 992px) {
div.ranking > article > p.weekof {
	font-size:275%;
}
}
@media all and (max-width: 991.98px) {
div.ranking > article > p.weekof {
	font-size:5vw;
}
}



@media print {
.bnr {
	display:none;
}
}