@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700");
@import url("https://fonts.googleapis.com/css2?family=IM+Fell+English&display=swap");
/* CSS Document */

body {
	font-family: 'Noto Sans JP', "游ゴシック", Yu Gothic, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", Helvetica, Arial, Verdana, sans-serif;
	background: #000;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #c0c0c0;
	font-size:13px;
}

img {
	width:auto;
	max-width: 100%;
	max-height: 90vh;
} 

a:link,
a:visited {
	color:#FFF;
}

a:hover {
	color:#c00;
	text-decoration:underline;
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

a img {
	border:none;
}

#container {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#header {
	margin: 0 0 30px 0;
	padding: 0;
}

#header h1 {
	width:100%;
	height:auto;
	background-image:url(image/eddie_logo_800px.png);
	background-position:center top;
	background-repeat:no-repeat;
	text-indent:-9999px;
	margin-top: 10px;
	aspect-ratio: 800 / 425;
	background-size: contain;
}

.nav {
	z-index:99;
	width:100%;
	height:auto;
	padding: 0;
	margin: 0;
	background-image:url(image/navi_bg_01.png);
	position:relative;
	background-size: cover;

}

.nav ul {
	overflow: hidden;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
}

.nav .fxlogo,
.nav ul.fixedlink {
	display:none;
}

.nav li {
	margin-top:1px;
	list-style: none;
	float: left;
}
.nav li a {
	text-decoration: none;
	color: #000;
	padding: 8px 12px;
	display: block;
	font-weight:bold;
	font-size:16px;
}
.nav li a:hover {
	color:#c00;
	text-decoration:underline;
}

#band_t,
#gigs_t,
#contact_t {
	width:100%;
	height:40px;
	padding: 0;
	margin: 0;
}

#news,
#band,
#gigs,
#contact {
	width:100%;
	padding-top:80px;
}

#news h2,
#band h2,
#gigs h2,
#contact h2 {
	width:100%;
	height:auto;
	text-indent:-9999px;
	background-position:top left;
	background-repeat:no-repeat;
	margin-bottom:24px;
	aspect-ratio: 800 / 45;
}

#news h2 {
	background-image:url(image/h2_news.png);
	background-size: contain;
}

#band h2 {
	background-image:url(image/h2_band.png);
	background-size: contain;
}

#gigs h2 {
	background-image:url(image/h2_gigs.png);
	background-size: contain;
}

#contact h2 {
	background-image:url(image/h2_contact.png);
	background-size: contain;
}

#news {
	overflow:hidden;
}

#news .sns_logo {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	flex-wrap: nowrap;
	margin-top: 40px;
}

#news .sns_logo a {
	display: block;
	width:30%;
}

#news .sns_logo a img {
	border: 5px solid #fff;
    border-radius: 15px;
}

.members p {
	margin: 0 10px 0 10px;
}

.members img {
	width: calc( 100% - 20px );
	margin-left: 10px;
	max-height: unset;
}

.member_list {
	text-align: center;
}

.member_list .name {
	font-size: 1.1em;
	color: #fff;
}

.giglist {
}

.show {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap:20px;
	margin: 0 10px 4em 10px;
}

.show .data .title {
	font-size: 1.1em;
	color: #fff;
	display: block;
	margin-bottom: 0.75em;
}

#contact {
	height:700px;
}

.contactbox {
	margin:0 10px 0 10px;
}

h3 {
	margin-top:0;
}

#footer {
	width: 100%;
	height: 60px;
	text-align:center;
	margin-top:150px;
	padding-top:20px;
	border-top:1px #999 solid;
}

.fixedfooter {
	position: fixed;
	bottom:0px;
	left:0px;
	background-color:#000;
}

#ending {
	text-align:right;
	margin-bottom:110px;
	width:100%;
}

@media only screen and (max-width: 799px) {
	body {
	font-size:16px;
	}
	#container {
		width: fit-content;
	}
}
