@charset "UTF-8";
/* CSS Document */
* {
	word-break: break-all;
	box-sizing: border-box;
}
body {
    font-family: 'Lato', noto-sans-cjk-jp, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 15px;
	color: #333;
	line-height: 1.6;
	letter-spacing: 0.02em;
	background-color: #f7f7f7;
}
body:before {
	position: absolute;
	left: -3%;
	top: 0;
	content: "";
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background-image: url("../img/common/h_logo.svg");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 500px;
	z-index: -1;
	filter: drop-shadow(5px 5px 15px rgba(0, 0, 0, .07));
}

#wrapper {
	overflow: hidden;
	position: relative;
	z-index: -100;
}
a {
    color: #666;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
a img {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
a:hover {
	color: #999;
	opacity: 0.7;
}
.inner {
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
}
img {
    max-width: 100%;
    vertical-align: bottom;
}
.ha {
    font-family: "Hannari","Sawarabi Mincho",YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 400;
    font-style: normal;
}
.ro {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
}
.opensans {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
}
.sw {
    font-family: "Sawarabi Mincho";
    font-weight: 400;
    font-style: normal;
}
.yum {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 400;
    font-style: normal;
}
.yug {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.bn {
    font-family: bebas-neue, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.ns_b {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 700;
    font-style: normal;
}
.cg {
    font-family: century-gothic, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.me {
	font-family: 'Merienda', cursive;
    font-weight: 400;
    font-style: normal;
}
.more-btn a {
	display: inline-block;
	font-size: 11px;
	font-family: century-gothic, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: .05em;
	padding: 10px 2em;
	color: #FFF;
	background-color: #111;
	border: 1px solid #555;
}

/*footer*/
footer {
	background-image: #3e3a39;
	color: #b4b4b4;
	padding: 50px 0;
}
footer .inner {
	display: flex;
	justify-content: space-around;
	align-items: flex-end;
}
footer .inner .logo-Box {
	width: 80px;
}
footer .inner .f_navi {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}
footer .inner .f_navi ul {
	font-size: 1rem;
	letter-spacing: -.4em;
}
footer .inner .f_navi ul > li {
	display: inline-block;
	vertical-align: text-top;
	letter-spacing: normal;
	line-height: 1;
}
footer .inner .f_navi ul > li a {
	color: #969696;
	display: inline-block;
	padding: 12px 8px;
}
footer .inner small {
	font-size: 1rem;
	color: #000;
}




@media screen and (max-width: 768px) {
.inner {
    max-width: 100%;
}
footer .inner {
	display: block;
	padding: 0 5vw;
	text-align: center;
}
footer .inner .logo-Box {
	margin: 20px auto 0;
}
footer .inner .f_navi {
	margin: 0 auto 30px;
	justify-content: center;
}
}
@media screen and (max-width: 768px) {
	body:before {
	top:inherit;
	bottom: 15vh;
    left: 0;
	background-position: left -240px top;
	}
}
@media screen and (max-width: 400px) {
.more-btn a {
    min-width: 250px;
}
}