@charset "utf-8";

html {
	scroll-behavior: smooth;
	scroll-padding-top: 100px;
}

body {
  	font-family: 'Sintony', sans-serif;
	color: rgba(255,255,255,1.00);
  	margin: 0;
  	padding: 0;
  	box-sizing: border-box;
	background-color: rgba(0,0,0,1.00);
	max-height: 1000vh;
}

.container {
  	max-width: 100%;
  	margin: 0 0;
  	padding: 0 0;
}

header {
	display: flex;
  	min-height: 50px;
	background-color:rgba(0,0,0,1.00)-;
	justify-content: space-between;
	align-items: center;
	position: sticky;
	top: 0;
	left: 0;
	margin: 0 auto;
	padding: 20px;
}

.logo img {
	display: flex;
	text-align: left;
  	width: 150px;
  	height: auto;
}

nav ul {
  	list-style: none;
	display: flex;
	text-align: right;
	margin-right: 10px;
  	gap: 50px;
}

nav ul li a {
  	text-decoration: none;
	background-color: none;
  	color:rgba(255,255,255,1.00);
  	font-family: 'Russo One', sans-serif;
}

nav ul li a:hover, a:active {
  	color:rgba(96,27,28,1.00);
	transition: 0.3s ease;
}

#home {
	max-height: 1200vh;
  	display: flex;
  	align-items: center;
  	padding: 0 0;
}

.homebg {
	width: 100%;
	height: 100%;
}

#music {
  	padding: 50px 0;
  	text-align: center;
	margin-left: 10px;
	margin-bottom: 100px;
}

#music a {
	text-decoration: none;
	color: rgba(255,255,255,1.00);
}

#music a:hover {
	text-decoration: none;
	color: rgba(96,27,28,1.00);
	transition: 0.3s ease;
}

.row_title {
  	display: flex;
  	justify-content: space-between;
  	align-items: center;
	color: rgba(255,255,255,1.00);
}

.column-left {
	margin-left: 10px;
	display: flex;
	gap: 100px;
	font-family: 'Russo One', sans-serif;
	text-transform: uppercase;
}

.column-right {
	font-size: 25px;
	margin-right: 20px;
	font-family: 'Russo One', sans-serif;
	text-transform: uppercase;
}

.row_album {
  	display: flex;
  	justify-content: space-between;
  	flex-wrap: wrap;
  	gap: 20px;
	margin-top: 20px;
}

.column_album_1, .column_album_2, .column_album_3 {
  	flex: 1;
  	text-align: center;
	color: rgba(255,255,255,1.00);
}

.album-title-year {
	margin-left: 90px;
	margin-right: 90px;
	display: flex;
  	justify-content: space-between;
  	align-items: center;
}

.column_album_1 img, .column_album_2 img, .column_album_3 img {
  	max-width: 100%;
  	height: auto;
}

.column_album_1 h2, .column_album_2 h2, .column_album_3 h2 {
  	font-size: 20px;
  	margin: 10px 0;
	font-family: 'Russo One', sans-serif;
}

.column_album_1 h3, .column_album_2 h3, .column_album_3 h3 {
  	font-size: 12px;
  	margin: 5px 0;
}

.column_album_1 p, .column_album_2 p, .column_album_3 p {
  	font-size: 10px;
  	margin: 10px 0;
}

.column_album_1 button, .column_album_2 button, .column_album_3 button {
  padding: 10px 20px;
  font-size: 12px;
  font-family: 'Russo One', sans-serif;
  margin-top: 10px;
  background-color:rgba(255,255,255,1.00);
  color:rgba(0,0,0,1.00);
  border: none;
  cursor: pointer;
}

.column_album_1 button:hover, .column_album_2 button:hover, .column_album_3 button:hover,
.column_album_1 button:active, .column_album_2 button:active, .column_album_3 button:active {
  background-color: rgba(96,27,28,1.00);
  color: rgba(255,255,255,1.00);
}

#divider_1 img, #divider_2 img, #divider_3 img {
  	width: 100%;
  	height: 300px;
  	display: block;
	margin-bottom: 100px;
}

#members {
  	padding: 50px 0;
	text-align: center;
}

.members-grid {
	padding: 0 250px;
	margin: 50px auto;
	display: grid;
	grid-template-columns: repeat(2, minmax(150px, 2fr));
	grid-row: auto auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}

.card {
	position: relative;
	align-items: center;
	flex-shrink: 0;
}

.card .photo .img {
	width: 100%;
	height: 100%;
}

#members h1 {
  	font-family: 'Russo One', sans-serif;
  	font-size: 30px;
}

#members p {
	font-size: 12px;
}

#members h2 {
	font-size: 12px;
}


.card a {
	font-size: 12px;
	color:rgba(149,149,149,1.00);
	text-decoration: none;
	align-items: center;
	align-content: center;
	text-align: center;
}

.card a:active, a:hover {
	color: rgba(96,27,28,1.00);
	transition: 0.3s ease;
}

#tour {
	padding: 50px 0;
	text-align: center;
	margin-bottom: 100px;
}

#tour .column {
	display: flex;
	gap:50px;
	padding: 20px;
	align-content: center;
	align-items: center;
	text-align: center;
	justify-content: center;
}

#tour .column-left {
	display: block;
}

#tour .row_tour {
	display: grid;
	grid-template-columns: repeat(3, minmax(150px, 2fr));
	grid-gap: 50px;
	align-content: center;
	align-items: center;
}

#tour .column-right {
	max-width: 100%;
}

#tour h1 {
	font-family: 'Russo One', sans-serif;
  	font-size: 30px;
}

#tour h2 {
	font-family: 'Sintony', sans-serif;
  	font-size: 14px;
	margin-bottom: 100px;
}

.tourend {
	background: rgba(96,27,28,1.00);
	color: rgba(255,255,255,1.00);
	display: inline-block;
	padding: 10px;
	text-decoration: none;
	font-family: 'Russo One', sans-serif;
	font-size: 1.0em;
}

#mv {
  	padding: 50px 0;
  	text-align: center;
	margin-bottom: 100px;
}

#mv h1 {
  	font-family: 'Russo One', sans-serif;
  	font-size: 30px;
  	margin-bottom: 50px;
}

#mv iframe {
  	margin: 20px 0;
  	max-width: 100%;
  	max-height: 100%;
}

footer {
  	padding: 20px 0;
  	text-align: center;
  	background-color:rgba(0,0,0,1.00);
  	font-size: 12px;
}

@media only screen and (max-width:996px) {
	html {
		scroll-behavior: smooth;
		scroll-padding-top:120px;
	}
	
	.container {
		display: block;
	}
	
	header {
		display: block;
		justify-content: center;
	}
	
	header .logo {
		font-size: 2em;
		justify-content: center;
		text-align: center;
		position: static;
		top: 0;
		left: 0;
		margin: 20px;
}

	.navi {
	margin-top: 30px;
	font-size: 0.7em;
	display: flex;
	gap: 5%;
	justify-content:center;
	align-content: center;
	align-items: center;
	list-style: none;
}
	
	#members {
		display: block;
	}
}