@charset "UTF-8";
/* CSS Document */
html {
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
}
html.wf-active,
html.loading-delay {
	visibility: visible;
	opacity: 1;
}
* {
    word-break: break-all;
	}

body {
	font-family: dnp-shuei-gothic-gin-std, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	color: #000;
	line-height: 1.6;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}
#wrapper {
	overflow: hidden;
}
a {
	color: #000;
	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: #e9545d;
}
.inner {
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
/* font */
.dnp_r {
	font-family: dnp-shuei-gothic-gin-std, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.dnp_m {
	font-family: dnp-shuei-gothic-gin-std, sans-serif;
	font-weight: 500;
	font-style: normal;
}
.dnp_b {
	font-family: dnp-shuei-gothic-gin-std, sans-serif;
	font-weight: 600;
	font-style: normal;
}
.bilo_m {
  font-family: bilo, sans-serif;
	font-weight: 500;
	font-style: normal;
}
.bilo_b {
  font-family: bilo, sans-serif;
	font-weight: 700;
	font-style: normal;
}

/* fade */
.fadeUpTrigger {
	opacity: 0;
}
/* fadeup */
.fadeUp {
	animation-name: fadeUpAnime;
	animation-duration: 1.6s;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes fadeUpAnime {
  from {
	opacity: 0;
	transform: translateY(200px);
  }
  to {
	opacity: 1;
	transform: translateY(0);
  }
}

.content-box {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.background-svg {
	position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
}
svg {
	width: 100%;
	height: 100%;
	position: absolute;
}

/* header */
header {
	/* position: fixed;
	top: 0;
	left: 0;
	z-index: 1000; */
	width: 100%;
	background-color: #fff;
}
header .h_inner {
	padding: 30px 40px;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header .h_inner .left {
	display: flex;
	justify-content: space-between;
	width: calc(100% - 80px);
	.h_left {
		width: 280px;
		.h_logo a {
			display: block;
			&:hover {
				opacity: .7;
			}
		}
	}
	.h_right {
		width: 80px;
		display: flex;
		flex-direction: row-reverse;
		.sns {
			display: flex;
			justify-content: space-between;
			align-items: center;
			width: 100%;
			li {
				text-align: center;
				&.ig {
					width: 26px;
				}
				&.yt {
					width: 38px;
				}
				a {
					display: block;
					&:hover {
						opacity: .7;
					}
				}
			}
		}
	}
}
header .h_inner .right {
	width: auto;
}

/* .global-nav */
.global-nav {
  position: fixed;
  right: -100%;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #e4e6e8;
  transition: all 0.6s;
  z-index: 9999;
	overflow-y: auto;
	.g_logo {
		position: absolute;
		top: 30px;
		left: 40px;
		width: 280px;
		a {
			display: block;
			&:hover {
				opacity: .7;
			}
		}
	}
	.g_top {
		display: flex;
		justify-content: space-between;
		max-width: 1000px;
		margin: 0 auto;
		padding: 160px 40px 0;
		.global-nav_list {
			width: 50%;
			padding-left: 20px;
			.global-nav_item {
				margin: 2vh 0;
				position: relative;
				a {
					padding: 1.6vh 0;
					display: block;
					font-size: 16px;
					span {
						display: block;
						font-family: bilo, sans-serif;
						letter-spacing: 0.16em;
						font-weight: 700;
						font-size: 26px;
						line-height: 1.2;
					}
				}
				&::after {
					position: absolute;
					content: "";
					display: block;
					width: 12px;
					height: 12px;
					background-color: #e9545d;
					border-radius: 50%;
					bottom: calc(50% - 6px);
					left: -40px;
					opacity: 0;
					transition: all 0.6s ease;
					transform: translateY(50%);

				}
				&:hover::after {
					opacity: 1;
					transform: translateY(0);
				}
			}
			.c_btn {
				width: 210px;
				a {
					background-color: #000;
					color: #fff;
					display: block;
					text-align: center;
					font-size: 22px;
					padding: 10px 0;
					border-radius: .6rem;
					&:hover {
						background-color: #e9545d;
					}
					span {
						display: block;
						font-family: bilo, sans-serif;
						letter-spacing: 0.16em;
						font-weight: 700;
						font-style: normal;
						font-size: 26px;
						line-height: 1.2;
					}
				}
			}
			.pp-nav {
				margin-top: 2vh;
			}
			.snsArea {
				margin-top: 30px;
				.sns {
					display: flex;
					justify-content: space-between;
					align-items: center;
					width: 96px;
					li {
						text-align: center;
						&.ig {
							width: 32px;
						}
						&.yt {
							width: 48px;
						}
						a {
							display: block;
							&:hover {
								opacity: .7;
							}
						}
					}
				}
			}
		}
	}
}

/* hamburgeメニュー */
.hamburger {
  position: fixed;
  right: 30px;
  top: 30px;
  width: 60px;
	height: 60px;
	background: #fff;
  cursor: pointer;
  z-index: 9999;
  .hamburger_line {
    position: absolute;
    left: 15px;
    height: 2px;
    background-color: #000;
    transition: all .3s;
  }
	.hamburger_line1 {
		top: 15px;
		width: 30px;
	}
	.hamburger_line2 {
		top: 23px;
		width: 30px;
	}
	.hamburger_line3 {
		top: 31px;
		width: 30px;
	}
	.hamburger_txt {
		position: absolute;
		top: 39px;
		left: 50%;
		transform: translateX(-50%);
		text-align: center;
		font-size: 9px;
		font-weight: 700;
		line-height: 1;
	}
}
.nav-open {
  .global-nav {
    right: 0;
  }
  .hamburger_line1 {
    transform: rotate(45deg);
    top: 29px;
  }
  .hamburger_line2 {
    width: 0;
    left: 50%;
  }
  .hamburger_line3 {
    transform: rotate(-45deg);
    top: 29px;
  }
	.hamburger_txt {
		display: none;
	}
}

/* footer */
footer {
	background-color: #f1ede5;
	.inner {
		padding: 120px 40px;
		.f_logo {
			width: 260px;
			a {
				display: block;
				&:hover {
					opacity: .7;
				}
			}
		}
	}
}
footer .inner .f_top {
	padding-top: 60px;
	.f_nav {
		display: grid;
		gap: 8px;
		grid-template-columns: repeat(4, 1fr);
		grid-template-rows: repeat(1, 1fr);
		li {
			margin-bottom: 40px;
			a {
				font-size: 14px;
				span {
					display: block;
					font-family: bilo, sans-serif;
					letter-spacing: 0.16em;
					font-weight: 700;
					font-size: 22px;
					line-height: 1;
				}
			}
		}
	}
}
footer .inner .f_bottom {
	padding-top: 20px;
	display: flex;
	justify-content: space-between;
}
footer .inner .f_bottom .left {
	width: 420px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	.c_btn {
		width: 210px;
		a {
			background-color: #000;
			color: #fff;
			display: block;
			text-align: center;
			font-size: 22px;
			padding: 10px 0;
			border-radius: .6rem;
			&:hover {
				background-color: #e9545d;
			}
		}
	}
}
footer .inner .f_bottom .right {
	width:calc(100% - 420px);
	display: flex;
	justify-content: flex-end;
	.sns {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 96px;
		li {
			text-align: center;
			&.ig {
				width: 32px;
			}
			&.yt {
				width: 48px;
			}
			a {
				display: block;
				&:hover {
					opacity: .7;
				}
			}
		}
	}
}
footer .inner .copy {
	font-size: 13px;
	text-align: right;
}



@media screen and (max-width: 1000px) {
	body {
		font-size: 16px;
	}
/* header */
	header .h_inner {
		padding: 20px;
		position: relative;
		.left .h_left {
			width: 200px;
		}
	}
	.hamburger {
		right: 20px;
		top: 20px;
	}
	.global-nav .g_logo {
		top: 20px;
		left: 20px;
		width: 200px;
	}

/* footer */
	footer .inner {
		padding: 80px 6vw;
		.f_logo {
			width: 200px;
		}
	}
	footer .inner .f_top {
		padding-top: 50px;
		display: flex;
		justify-content: space-between;
		justify-content: flex-start;
		.f_nav {
			width: 50%;
			grid-template-columns: repeat(1, 1fr);
			grid-template-rows: repeat(4, 1fr);
			li {
				margin-bottom: 20px;
				a span {
					font-size: clamp(1rem, 0.882rem + 0.59vw, 1.25rem);
				}
			}
		}
	}
}

@media screen and (max-width: 768px) {
	body {
		font-size: 15px;
	}
/* header */
	header .h_inner .left {
		width: calc(100% - 50px);
		.h_left {
			width: 160px;
		}
		.h_right {
			width: 60px;
			.sns li {
				&.ig {
					width: 22px;
				}
				&.yt {
					width: 30px;
				}
			}
		}
	}
	.global-nav {
		.g_logo {
			width: 160px;
		}
    .g_top {
			padding: 120px 30px 0;
			flex-direction: column;
			.global-nav_list {
				width: 100%;
				padding-left: 0;
				.global-nav_item {
					position: static;
					margin-top: 0;
					a {
						padding: 0;
						span {
							font-size: clamp(1.125rem, 0.946rem + 0.89vw, 1.375rem);
						}
					}
					&:hover::after {
						display: none;
					}
				}
				.c_btn {
					width: 140px;
					margin-top: 40px;
					a {
						font-size: clamp(1rem, 0.821rem + 0.89vw, 1.25rem);
						border-radius: .4rem;
						padding: 6px 0;
					}
				}
			}
			.snsArea {
				margin-top: 30px;
			}
    }
	}

/* hamburgeメニュー */
	.hamburger {
		width: 40px;
		height: 40px;
		.hamburger_line {
			left: 10px;
			height: 2px;
		}
		.hamburger_line1 {
			top: 8px;
			width: 20px;
		}
		.hamburger_line2 {
			top: 15px;
			width: 20px;
		}
		.hamburger_line3 {
			top: 22px;
			width: 20px;
		}
		.hamburger_txt {
			position: absolute;
			top: 28px;
			font-size: 6px;
		}
	}
	.nav-open {
		.hamburger_line1 {
			top: 19px;
		}
		.hamburger_line2 {
			width: 0;
			left: 50%;
		}
		.hamburger_line3 {
			top: 19px;
		}
	}

/* footer */
	footer .inner {
		padding-top: 50px;
		padding-bottom: 50px;
		.f_logo {
			width: 160px;
		}
	}
	footer .inner .f_top {
	padding-top: 40px;
	.f_nav li {
		margin-bottom: 10px;
		}
	}
	footer .inner .f_bottom .left {
		width: 140px;
    flex-direction: column;
		.c_btn {
			width: 100%;
			a {
				width: 100%;
				font-size: clamp(1rem, 0.821rem + 0.89vw, 1.25rem);
				border-radius: .4rem;
				padding: 6px 0;
			}
		}
		.pp-nav {
			padding-top: 10px;
			a {
				font-size: 13px;
			}
		}
	}
	footer .inner .f_bottom .right {
		width: calc(100% - 140px);
	.sns a {
		font-size: clamp(1rem, 0.821rem + 0.89vw, 1.25rem);
		border-radius: .4rem;
		padding: 6px 0;
		}
	}
	footer .inner .copy {
		padding-top: 10px;
	}
}

@media screen and (max-width: 600px) {
/* header */
	header .h_inner .left .h_left {
		width: 140px;
	}
	.global-nav .g_logo {
		width: 140px;
	}

/* footer */
	footer .inner .f_logo {
		width: 140px;
	}

}

@media screen and (max-width: 400px) {
	body {
		font-size: 14px;
	}

/* footer */
	footer .inner .f_top .f_nav li a span {
	letter-spacing: 0;
	}
}

@media screen and (max-width: 340px) {
/* header */
	header .h_inner .left .h_left {
		width: 110px;
	}
	.global-nav .g_logo {
		width: 110px;
	}
}
