#brand .bgwrap {
	background: url(../img/bg.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#brand .wrap {
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
	padding: 150px 0;
}
#brand .imgbox {
	position: relative;
}
#brand .imgnote {
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: #fff;
	text-shadow: 0px 0px 5px #000;
}
#brand .flexbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: start;
}
#brand .mv {
	position: relative;
	opacity: 0;
	-webkit-transition: 1s;
	transition: 1s;
}
#brand .mv.active {
	opacity: 1;
	-webkit-transition: 1s;
	transition: 1s;
}
#brand .mv .ptitle {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
	z-index: 5;
	color: #fff;
	text-align: center;
	margin: 0;
	line-height: 1;
	opacity: 0;
	-webkit-transition: 1s;
	transition: 1s;
}
#brand .mv .ptitle span {
	white-space: nowrap;
	letter-spacing: 0.3em;
	font-size: clamp(10px, 10vw, 45px);
	font-family: "agara", "a1", serif;
	-webkit-transition: 1s;
	transition: 1s;
}
#brand .mv img {
	-webkit-transform: scale(1.1, 1.1);
	        transform: scale(1.1, 1.1);
}
#brand.pagein .mv .ptitle {
	opacity: 1;
	-webkit-transition: 1s 0.6s;
	transition: 1s 0.6s;
	-webkit-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
}
#brand.pagein .mv .ptitle span {
	letter-spacing: 0.08em;
	-webkit-transition: 2s 0.6s;
	transition: 2s 0.6s;
}
#brand.pagein .mv img {
	-webkit-transform: scale(1, 1);
	        transform: scale(1, 1);
	-webkit-transition: 3s;
	transition: 3s;
}
#brand .logobox {
	max-width: 450px;
	width: 90%;
	margin: 0 auto;
}
#brand .txtbox {
	margin-top: 150px;
}
#brand .txtbox .flexbox {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
#brand .txtbox .item_l {
	margin-right: 2vw;
	padding-top: 1.5vw;
	padding-right: 2vw;
	border-right: 1px solid #2f2f2f;
}
#brand .box_t {
	margin: 100px auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
#brand .mapbox {
	width: 50%;
	margin: 100px auto 0;
}
#brand .box_b {
	width: 80%;
	margin: 0 auto;
}
#brand .p01 {
	margin-bottom: 50px;
	text-align: center;
	font-family: sans-serif;
	font-weight: 600;
	font-size: clamp(10px, 10vw, 18px);
	letter-spacing: 0.01em;
}
#brand .p02 {
	font-size: clamp(10px, 10vw, 40px);
}
#brand .p03 {
	font-size: clamp(10px, 3.5vw, 30px);
}
#brand .p03 ._s {
	margin-bottom: 1vw;
	display: inline-block;
	font-family: sans-serif;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.01em;
}
#brand .p04 {
	text-align: center;
	font-size: clamp(10px, 4vw, 16px);
	letter-spacing: 0.01em;
	line-height: 2.2;
}
#brand ._s {
	font-size: clamp(10px, 10vw, 16px);
}
#brand ._l {
	font-size: clamp(10px, 10vw, 70px);
}
#brand ._gld {
	color: #cab996;
	font-size: 1.8em;
}
#brand .anno {
	text-align: right;
}
@media screen and (max-width: 768px) {
	#brand {
		/*@media screen end*/
	}
	#brand .wrap {
		padding: 20vw 0;
	}
	#brand .flexbox {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	#brand .mv {
		margin-top: 55px;
	}
	#brand .mv .ptitle span {
		font-size: clamp(10px, 8vw, 45px);
	}
	#brand .txtbox {
		margin-top: 20vw;
	}
	#brand .txtbox .item_l {
		margin-bottom: 20px;
		border: none;
	}
	#brand .txtbox .item_r {
		margin-top: 20px;
	}
	#brand .txtbox hr {
		width: 100%;
		color: #2f2f2f;
	}
	#brand .box_t {
		margin: 20vw auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
	#brand .mapbox {
		width: 100%;
		margin: 0 auto 20vw;
	}
	#brand .p02 {
		font-size: clamp(10px, 7vw, 55px);
	}
	#brand .p03 {
		font-size: clamp(10px, 7vw, 45px);
	}
	#brand .p03 ._s {
		margin-bottom: 5vw;
	}
	#brand .p04 {
		text-align: left;
	}
	#brand ._l {
		font-size: clamp(10px, 12vw, 75px);
	}
}
/*# sourceMappingURL=brand.css.map */