/* すみだ五彩の芸術祭✕すみだトリフォニーホール　特設サイト */
@charset "utf-8";

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html{
  color: #221814;
  font-family: "segoe UI", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
}

a,a:hover{
	text-decoration:none;
}

ul{
	list-style:none;
}

h1,h2,h3,h4,h5,h6{
  font-size: 100%;
  font-weight: normal;
}

img{
	width:100%;
}

/* footer */
footer{
	background-color:#313131;
	color:#fff;
	text-align:center;
	margin-top:100px;
	padding:max(min(24px, 3em), 1em);
	display:flex;
	flex-direction:column;
	gap:1em;
	align-items:center;
	p:nth-of-type(1){
		background:transparent url(../img/sth_logo.png) no-repeat center top;
		padding-top:30px;
		font-size:1em;
	}
}

/* **************************************** sp ******************************************* */

@media screen and (max-width: 740px) {


/* footer */
footer{
	p:nth-of-type(1){
		font-size:2.7vw;
	}
}

}