* {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	line-height: 1;
	position: relative;
	overflow-x: hidden;
}
img {
	vertical-align: bottom;
	border: none;
}
.w100 {
	width: 100%;
	height: auto;
}
a {
	color: #000;
	text-decoration: none;
}
ul {
	list-style-type: none;
}
br.sp-br {
	display: none;
}

.kakko {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-feature-settings: "palt";
	font-weight: 900;
}
.barlow {
	font-family: 'Barlow Semi Condensed', sans-serif;
}
.oswald {
	font-family: 'Oswald', sans-serif;
	letter-spacing: .05em;
}
.fw4 {
	font-weight: 400;
}
.fw5 {
	font-weight: 500;
}
.fw6 {
	font-weight: 600;/*semi-bold*/
}
.fw7 {
	font-weight: 700;/*bold*/
}
.fw9 {
	font-weight: 900;/*black*/
}
.ttl {
	width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.ttl .ttl-inner {
  position: relative;
  padding-left: 80px;
  padding-top: 160px;
}
.ttl .ttl-inner .border {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 0;
  background-color: #000;
  transition: all .5s ease;
  opacity: 0;
  will-change: transform;
  transform: translate3d(0,0,0);
}
.ttl .ttl-inner .border.show {
  height: 100%;
  opacity: 1;
}
.ttl .ttl-inner .ttl-txt p.barlow {
	font-size: 16px;
	color: #0076fb;
	line-height: 1.7;
	letter-spacing: .1em;
	margin-bottom: 40px;
}
.ttl .ttl-inner .ttl-txt h2 {
  font-size: 90px;
  line-height: 1.333;
}
header {
	position: fixed;
	display: flex;
	width: 100%;
	height: 90px;
	padding: 0 40px;
	background-color: #fff;
	align-items: center;
	justify-content: space-between;
	z-index: 9998;
}
header .logo {
	flex-basis: 185px;
	transition:all 1.0s;
}
header .logo:hover {
	opacity: .8;
}
header nav {
	flex-basis: calc(100% - 225px);
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
header nav .menu {
	display: flex;
	align-items: center;
	margin-right: calc(30*(100vw/1400));
}
header nav .menu li {
	margin-right: calc(40*(100vw/1400));
}
header nav .menu li:last-child {
	margin-right: 0;
}
header nav .menu li a {
	font-size: 13px;
	transition:all 1.0s;
}
header nav .menu li a:hover {
	opacity: .8;
}
header nav .tel {
	margin-right: calc(28*(100vw/1400));
}
header nav .tel-top {
	display: flex;
	align-items: center;
	margin-bottom: 4px;
}
header nav .tel-top-icon {
	flex-basis: 14px;
	max-width: 14px;
	margin-right: 5px;
	font-size: 0;
}
header nav .tel-top-icon img {
	width: 100%;
}
header nav .tel-top-icon img.close {
	display: none;
}

header nav .sns {
	margin-right: calc(28*(100vw/1400));
}
header nav .sns-top {
	display: flex;
	align-items: center;
	margin-bottom: 4px;
}
header nav .sns-top-icon {
	max-width: 14px;
	margin-right: 5px;
	font-size: 0;
}
header nav .sns-top-icon img {
	width: 100%;
}
header nav .sns-top-icon img.close {
	display: none;
}


header nav .tel-top-num {
	font-size: 23px;
}
header nav .tel-bottom {
	font-size: 12px;
}
header nav .btn {
	display: flex;
	align-items: center;
}
header nav .btn .contact {
	flex-basis: 140px;
	width: 140px;
	border: 3px solid #626262;
	color: #626262;
	border-radius: 25px;
	line-height: 44px;
	font-size: 14px;
	text-align: center;
	margin-right: calc(10*(100vw/1400));
	transition:all 1.0s;
}
header nav .btn .contact:hover {
	background-color: #626262;
	color: #fff;
}
header nav .btn .order {
	flex-basis: 140px;
	width: 140px;
	border: 3px solid #000;
	background-color: #000;
	color: #fff;
	border-radius: 25px;
	line-height: 44px;
	font-size: 14px;
	text-align: center;
	transition:all 1.0s;
}
header nav .btn .order:hover {
	border-color: #000;
	background-color: transparent;
	color: #000;
}
header .hamburger {
	display: none;
}

footer {
	padding: 50px 0;
	background-color: #000;
	text-align: center;
}
footer .logo {
	margin-bottom: 20px;
}
.footer-link {
	margin-bottom: 24px;
	text-align: center;
}
.footer-link li {
	display: inline-block;
	margin-right: 30px;
}
.footer-link li:last-child {
	margin-right: 0;
}
.footer-link li a {
	font-size: 13px;
	color: #fff;
	transition:all 1.0s;
}
.footer-link li a:hover {
	opacity: .8;
}
.footer-copy {
	color: #fff;
	text-align: center;
	font-size: 13px;
}
.belt {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 220px;
	background-color: #dadada;
}
.belt .contact {
	flex-basis: 380px;
	width: 100%;
	max-width: 380px;
	border: 3px solid #626262;
	color: #626262;
	border-radius: 45px;
	line-height: 84px;
	font-size: 20px;
	text-align: center;
	margin-right: 80px;
	transition:all 1.0s;
}
.belt .contact:hover {
	background-color: #626262;
	color: #fff;
}
.belt .order {
	flex-basis: 380px;
	width: 100%;
	max-width: 380px;
	border: 3px solid #000;
	background-color: #000;
	color: #fff;
	border-radius: 45px;
	line-height: 84px;
	font-size: 20px;
	text-align: center;
	transition:all 1.0s;
}
.belt .order:hover {
	border-color: #000;
	background-color: transparent;
	color: #000;
}
.fixed-belt {
	display: none;
}
.sp-none {
	display: none;
}

@media screen and (max-width: 1270px) {
	header {
		height: 65px;
		justify-content: center;
		padding: 0;
	}
	header .logo {
		flex-basis: 110px;
	}
	header nav {
		display: none;
		position: fixed;
		width: 100vw;
		height: 100vh;
		left: 0;
		top: 0;
		background-color: #000;
    animation: open .3s linear 0s;
    padding: 65px 45px;
	}
	header nav.open {
		display: block;
    animation: open .3s linear 0s;
	}
  @keyframes open {
      from{
          opacity: 0;
      }
      to{
          opacity: 1;
      }
  }
  header nav .menu {
  	display: block;
  	margin-right: 0;
  }
  header nav .menu li {
  	margin-right: 0;
  	margin-bottom: 40px;
  }
  header nav .menu li a {
  	color: #fff;
  	font-size: 20px;
  }
  header nav .tel {
  	margin-right: 0;
  	margin-bottom: 35px;
  }
  header nav .tel-top-icon {
  	flex-basis: 20px;
  	max-width: 20px;
  	margin-right: 6px;
  	padding-top: 3px;
  }
  header nav .tel-top-icon img.open {
  	display: none;
  }
  header nav .tel-top-icon img.close {
  	display: block;
  }

  header nav .sns {
  	margin-right: 0;
  	margin-bottom: 35px;
  }
  header nav .sns-top-icon {
  	flex-basis: 20px;
  	max-width: 20px;
  	margin-right: 6px;
  	padding-top: 3px;
  }
  header nav .sns-top-icon img.open {
  	display: none;
  }
  header nav .sns-top-icon img.close {
  	display: block;
  }


  header nav .tel-top-num {
  	font-size: 32px;
  	color: #fff;
  }
  header nav .tel-bottom {
  	font-size: 17px;
  	color: #fff;
  	padding-top: 4px;
  }
  header nav .tel-bottom span {
  	font-size: 20px;
  	letter-spacing: .05em;
  }
  header nav .btn {
  	flex-wrap: wrap;
  }
  header nav .btn .contact {
  	flex-basis: 100%;
  	width: 100%;
  	border-color: #fff;
  	color: #fff;
  	line-height: 54px;
  	border-radius: 30px;
  	font-size: 20px;
  	margin-bottom: 15px;
  	margin-right: 0;
  }
  header nav .btn .order {
  	flex-basis: 100%;
  	width: 100%;
  	border-color: #fff;
  	background-color: #fff;
  	color: #000;
  	line-height: 54px;
  	border-radius: 30px;
  	font-size: 20px;
  }
	header .hamburger {
		position: absolute;
		top: 21px;
		right: 22px;
		width: 23px;
		display: block;
	}
	header .hamburger img {
		width: 100%;
	}
	header .hamburger img.close {
		display: none;
	}
	header .hamburger.open img.close {
		display: block;
	}
	header .hamburger.open img.open {
		display: none;
	}
}


@media screen and (max-width: 768px) {
		br.sp-br {
		display: block;
	}
	.ttl {
		padding-left: 20px;
	}
	.ttl .ttl-inner {
		padding-top: 85px;
		padding-left: 25px;
	}
	.ttl .ttl-inner .ttl-txt p.barlow {
		font-size: 10px;
		margin-bottom: 25px;
	}
	.ttl .ttl-inner .ttl-txt h2 {
		font-size: 42px;
		letter-spacing: -.08em;
	}

.sp-none {
	display: block;
}
	.fixed-belt {
		display: flex;
		align-items: center;
		justify-content: space-between;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 0 10px 10px;
		z-index: 10;
	}
	.fixed-belt .contact {
		flex-basis: 48%;
		border: 2px solid #626262;
		background-color: #fff;
		color: #626262;
		line-height: 41px;
		text-align: center;
		border-radius: 22px;
		font-size: 10px;
	}
	.fixed-belt .order {
		flex-basis: 48%;
		border: 2px solid #000;
		background-color: #000;
		color: #fff;
		line-height: 41px;
		text-align: center;
		border-radius: 22px;
		font-size: 10px;
	}
.bg-mascot {
			background-image:url('https://keiri-kaiho.com/img/mascot.png');
			background-repeat: repeat;
			background-position: right bottom;
		}
	footer {
		padding: 35px 0 65px;
	}
	footer .logo img {
		width: 123px;
	}
	.footer-link li {
		display: list-item;
		margin-bottom: 13px;
		margin-right: 0;
	}
	.footer-link li a {
		font-size: 12px;
	}
	.footer-copy {
		font-size: 10px;
	}
	.belt {
		display: none;
	}
}
