@charset "UTF-8";

/* ---------------------------------------------------------
	CSS Document load
--------------------------------------------------------- */

#load {
	width: 100%;
	height: 100vh;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}

.wf-active #load {
	display: none;
}

/* ---------------------------------------------------------
	CSS Document Common
--------------------------------------------------------- */

html, body {
	min-width: 1100px;
	margin: 0;
	padding: 0;
	background: #fff;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	line-height: 1.8;
	word-break: normal;
	word-wrap: break-word;
	color: #291c14;
}

* {
	outline: none;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-collapse: collapse;
	list-style: none;
}

address, em, i {
	font-style: normal;
}

img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
	border: 0;
}

a {
	color: #e60012;
	transition: .4s;
}

.tel {
	text-decoration: none;
	color: #291c14;
}

.tel:hover {
	opacity: 1;
}

/* ---------------------------------------------------------
	CSS Document layout
--------------------------------------------------------- */

#wrapper {
	overflow: hidden;
}

.container {
	width: 1000px;
	margin: 0 auto;
}

.sp {
	display: none;
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

.find {
	cursor: pointer;
	transition: .4s;
}

.lazyloaded {
	opacity: 0;
	animation: lazyload 0s 0s forwards ease;
}

@keyframes lazyload {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.zoom {
	transform: scale(0.8, 0.8);
	transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.zoom.active {
	transform: scale(1, 1);
}

.shadow {
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	transition-duration: 0.3s;
	transition-property: box-shadow, transform;
}

.shadow:hover {
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
	transform: scale(1.1);
}

/* ---------------------------------------------------------
	CSS Document header
--------------------------------------------------------- */

#header {
	height: 1258px;
	background: #fff100;
	font-size: 0;
	position: relative;
	z-index: 0;
}

#header h1 {
	width: 1658px;
	height: 1258px;
	transform: translateX(-50%);
	position: absolute;
	top: 0;
	left: 50%;
}

#header h1 img {
	width: 1658px;
	height: 1258px;
}

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about {
	margin-bottom: 70px;
	padding: 70px 0;
	background: #fff100;
	font-size: 0;
}

#about .text {
	margin-bottom: 70px;
}

#about .text img {
	height: 224px;
}

#about .zoom img {
	height: 714px;
}

/* ---------------------------------------------------------
	CSS Document contact_btn
--------------------------------------------------------- */

.contact_btn {
	margin-bottom: 140px;
}

.contact_btn a {
	display: inline-block;
	vertical-align: top;
	width: 1000px;
	height: 80px;
	border-radius: 62px;
	border: solid 5px #e60012;
	background: #e60012;
	text-decoration: none;
	font-weight: 800;
	font-size: 34px;
	line-height: 70px;
	color: #fff;
}

/* ---------------------------------------------------------
	CSS Document pagetop
--------------------------------------------------------- */

#pagetop {
	display: none;
	width: 50px;
	height: 50px;
	overflow: hidden;
	border-radius: 100%;
	background: #e60012;
	font-size: 26px;
	line-height: 50px;
	color: #fff;
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 9;
	cursor: pointer;
	transition: .4s;
}

#pagetop:hover {
	opacity: 0.6;
}
