#content {
	padding-top: 0;
}

#headline {
	position: relative;
	height: 26px;
	overflow: hidden;
	border-bottom: 1px solid #c2c0c0;
	box-sizing: border-box;
	z-index: 10000;
}
#headline h1 {
	position: absolute;
	left: 0;
	top:0;
	width: 96px;
	background: #a90101;
	text-align: center;
	line-height: 26px;
	height: 26px;
}
#headline h1 img {
	vertical-align: middle;
	height: auto;
	width: 70%;
}
#headline p {
	color: #a4a4a4;
	background: #fff;
	font-size: 1.1rem;
	line-height: 26px;
	height: 26px;
}
#headline p a {
	color: #a4a4a4;
	display: inline-block;
	margin-left: 20px;
}
#headline p a:hover {
	color: #a90101;
}

#keyvisual .logo {
	margin:0 12px; 
	position: relative;
	z-index: 1;
}
#keyvisual .logo img {
	width: 100%;
	height: auto;
	display: block;
}
#keyvisual .nav {
	position: relative;
	z-index: 2;
	margin-top: -15px;
	padding: 0 15px;
}
#keyvisual .nav ul {
	display: flex;
	flex-wrap: wrap;
	border: 2px solid #000;
	border-right: none;
	border-bottom: none;
}
#keyvisual .nav ul li {
	width:25%;
}
#keyvisual .nav ul li a {
	display: block;
	width: 100%;
	padding-top: 100%;
	background: #fff;
	box-sizing: border-box;
	border: 2px solid #000;
	border-left: none;
	border-top: none;
	position: relative;
}
#keyvisual .nav ul li a img {
	position: absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin: auto;
	height: 70.212%;
	width: auto;
}
#sns {
	margin-top: 10px;
	padding: 0 15px;
}
#sns ul {
	display: flex;
	list-style: none;
	justify-content: center;
}


#sns ul li img {
	width: 90%;
	height: auto;
}
#sns ul li.line,
#sns ul li.instagram,
#sns ul li.twitter {
	width: 13.5%;
	margin: 0 4px;
}
#sns ul li.tw_koide{
	width: 30%;
}

#sns ul li.tw_horinochi {
	width: 28.2%;
}

ul.banner {
	margin-top: 10px;
	padding: 0 15px;
	list-style: none;
}
ul.banner li + li {
	margin-top: 5px;
}
ul.banner li img {
	width: 100%;
	height: auto;
}
ul.banner_small {
	border-top: 2px solid #000;
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}
ul.banner_small li {
	width: 20%;
	border-left: 2px solid #000;
	box-sizing: border-box;
	border-bottom: 2px solid #000;
}
ul.banner_small li:nth-child(5n+1) {
	border-left: 0;
}
ul.banner_small li img {
	display: block;
	width: 100%;
	height: auto;
}
ul.banner_small li.ts {
	background: #000;
} 