@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 {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 3.5vw;
	line-height: 1.9;
	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;
}

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

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

#wrapper {
	overflow: hidden;
}

.pc {
	display: none;
}

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

.target {
	margin-top: -30vw;
	padding-top: 30vw;
}

.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: 120vw;
	background: #fff100;
	font-size: 0;
	position: relative;
	z-index: 0;
}

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

#header h1 img {
	height: 120vw;
}

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

#about {
	margin-bottom: 10vw;
	padding: 5vw;
	background: #fff100;
	font-size: 0;
}

#about .text {
	margin-bottom: 5vw;
}

#about .text img {
	height: 20vw;
}

#about .zoom img {
	height: 69.6074358974359vw;
}

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

.contact_btn {
	margin: 0 5vw 15vw;
}

.contact_btn a {
	display: block;
	border-radius: 3em;
	border: solid 5px #e60012;
	background: #e60012;
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
	text-decoration: none;
	font-weight: 800;
	font-size: 5vw;
	line-height: 3em;
	color: #fff;
}

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

#pagetop {
	display: none;
	width: 40px;
	height: 40px;
	overflow: hidden;
	border-radius: 100%;
	background: #e60012;
	font-size: 20px;
	line-height: 40px;
	color: #fff;
	position: fixed;
	right: 5vw;
	bottom: 5vw;
	z-index: 9;
}
