body {
	font-family: "Arial", "メイリオ";
}

.accordion {
	display: none;
	--bs-accordion-border-color: none;
	--bs-accordion-active-bg: none;
	--bs-accordion-btn-active-icon: none;
    --bs-accordion-btn-icon: none;
	--bs-accordion-btn-focus-border-color: none;
	--bs-accordion-btn-focus-box-shadow: none;
}

.top-nav-title {
	flex: 0 0 auto;
	width: 40%;
}

.top-nav-links {
	flex: 0 0 auto;
	width: 60%;
}

.top-div {
	width: 100%;
	margin: auto;
}

.top-image {
	text-align: center;
	background-image: url(../img/top-bg.jpg);
}

.top-image img {
	width: auto;
	height: 800px;
}

.discography-div {
	width: 100%;
	margin: auto;
}

.discography-img {
	text-align: center;
}

.discography-img img {
	width: auto;
	height: 650px;
}

.top-nav {
	width: 100%;
}

.top-nav-links {
	margin-top: 15px;
}

.top-nav-links ul {
	float: right;
}

.top-nav-links li {
	display:inline-block;
	width: auto;
	text-align: center;
	margin-right: 15px;
}

.top-nav-menu {
	margin-top: 5px;
	display: none;
}

.top-nav-menu img {
	width: 35px;
}

.follow-me {
	width: 370px;
	left: 53%;
	position: static;
	right: auto
}

.follow-me span {
	margin-right: 50px;
}

.follow-me span:after {
	width: 35px;
	height: 1px;
	content: "";
	display: block;
	position: absolute;
	background-color: black;
	top: 40%;
	left: 30%;
	margin-left: 5px;
}

.follow-me a {
	margin-right: 15px;
}

.follow-me a.end {
	margin-right: 0;
}

.live-info dl {
	padding-bottom: 5px;
}

dl {
	display: flex;
	padding-top: 5px;
	padding-left: 20px;
	width: 100%;
	border: solid 0.75px black;
}

dt {
	width: 10%;
	border-right: solid 0.75px black;
	font-size: 28px;
	line-height: 1.3;
}

dt span {
	display: block;
	font-size: 15px;
}

dd.live-header {
	width: 85%;
	margin-left: 50px;
}

dd.live-header a {
	text-decoration: underline;
	color: #33f;
}

dd.arrow {
	width: 5%;
	margin-top: 15px;
}

dd img.arrow {
	width: 40px;
}

dd.live-detail {
	height: 500px;
}

a {
	text-decoration: none;
	color: #333;
}

.live .live-img img {
	width: auto;
	height: 800px;
}

ul.pagenation {
	display: flex;
	flex-wrap: nowrap;
	list-style-type: none;
	padding: 0;
}

ul.pagenation a {
	font-size: 25px;
	text-align: center;
	width: 100%;
	/*font-weight: bold;*/
	/*background-color: #ccc;*/
	border: solid 0.75px #999;
}

ul.pagenation li.prev {
	/*text-align: left;*/
	/*font-weight: normal;*/
}

ul.pagenation li.next {
	/*text-align: right;*/
	/*font-weight: normal;*/
}

ul.pagenation li.disabled {
	color: #999;
}

ul.pagenation li.active {
	/*font-weight: normal;*/
	background-color: #000;
}

ul.pagenation a li.active {
	color: #fff;
}

.more {
	width: 100%;
	text-align: center;
}

a.btn {
	border-radius: 7px;
	width: 10%;
	background: #dcbe1c;
	color: #fff;
}

a.btn:hover {
	border-radius: 7px;
	width: 10%;
	background: #dcbe1c;
	color: #fff;
}

.info {
	margin: auto;
}

.info .info-img img {
	width: auto;
	height: 700px;
}

.biography {
	margin: auto;
}

.biography .biography-img img {
	width: auto;
	height: 700px;
}

.discography {
	width: 80%;
	margin: auto;
}

.discography .discography-info dl {
	display: flex;
	flex-flow: row wrap;
	border: none;
}

.discography .discography-info dt {
	width: 400px;
	border-right: none;
}

.discography .discography-info dt img {
	width: 380px;
	margin: 15px 10px 15px 0px;
	padding: 0px;
}

.discography .discography-info dd {
	margin-left: 20px;
	margin-top: 20px;
}

.menu-active {
	background-color: #ccc;
}

footer {
	border-top: solid 2px #999;
	text-align: center;
	padding: 20px 0;
	margin: 15px 0;
}

@media only screen and (max-width: 767px) {
	.live-info dl dt {
		width: 20%;
	}

	.follow-me {
		width: 325px;
		right: 0;
		left: auto;
	}
		
	.follow-me span {
		margin-right: 20px;
	}

	.follow-me span:after {
		width: 10px;
	}

	.top-nav-title {
		width: 80%;
	}

	.top-nav-links {
		width: 20%;
	}

	.top-nav-links ul {
		display: none;
	}

	.top-nav-menu {
		position: absolute;
		top: 0px;
		padding: 5px;
		right: 15px;
		display: block;
		width: 35px;
	}

	.accordion {
		display: block;
	}

	.accordion li {
		width: 49%;
		display: inline-block;
		text-align: center;
		margin-bottom: 10px;
	}

	.info .info-info {
		width: 100%;
	}
	
	.live .live-info {
		width: 100%;
	}
	
	dd.arrow {
		width: 8%;
	}

	.biography .biography-info {
		width: 100%;
	}
	
	.discography .discography-info dl {
		flex-flow: column;
	}

	.discography .discography-info dt {
		border-right: none;
		margin: auto;
		width: 100%;
	}

	.discography .discography-info dd {
		margin: auto;
	}

	a.btn {
		width: 30%;
	}

	.top-image {
		background-image: none;
	}

	.top-image img {
		width: 100%;
		height: auto;
	}

	.discography-img img {
		width: 100%;
		height: auto;
	}

	.discography .discography-info dt img {
		width: 250px;
		margin: 15px 10px 15px 0px;
		padding: 0px;
	}
	.info .info-img img {
		width: 100%;
		height: auto;
	}

	.biography .biography-img img {
		width: 100%;
		height: auto;
	}

	.live .live-img img {
		width: 100%;
		height: auto;
	}
}
