@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
}
.clear{
	clear: both;
}
.pc{ display: block!important; }
.pc2{ display: inline!important; }
.sp{ display: none!important; }
.col1{
	color: #e26666;
}
#wrap{
	padding-top: 80px;
}
#head_wrap{
	position: fixed;
	top: 0;
	height: 80px;
	width: 100%;
	background-color: #000;
	background-image: url("../img/top/header_footer_bg.png");
	background-repeat: repeat-x;
	z-index: 3;
}
.head_box{
	position: relative;
	width: 100%;
	height: 100%;
	margin-left: auto; margin-right: auto;
}
.head_logo{
	position: absolute;
	width: 410px;
	height: 80px;
    top: 50%;
	left: 20px;
    transform: translate(0, -50%);
}
.head_logo img{
	display: block;
	width: 100%;
}
.head_snsbtn_wrap{
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	position: absolute;
	width: 212px;
	height: 35px;
	top: 50%;
	right: 145px;
    transform: translate(0, -50%);
}
.head_snsbtn{
	height: 35px;
	width: 35px;
}
.head_snsbtn img{
	width: 100%;
}
#footer_wrap{
	height: 110px;
	width: 100%;
	padding-top: 75px;
	box-sizing: border-box;
	background-color: #000;
	background-image: url("../img/top/header_footer_bg.png");
	background-repeat: repeat-x;
}
.footer_wrap2{
	background-image: none!important;
	background-color: transparent!important;
}
#footer_wrap p{
	margin: 0;
	text-align: center;
	color: #fff;
	font-size: 8px;
	font-weight: 300;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.5em;
}
.bdbgcolor2{
	background-color: #000;
	background-image: url("../img/top/header_footer_bg2.png");
	background-position: bottom left;
}

/*Totop*/
#page-top {
    position: fixed;
    bottom: 0;
    right: 20px;
}
#page-top a {
    width: 50px;
    padding: 0;
    display: block;
}
#page-top a img{
    width: 100%;
}