@charset "UTF-8";  

body {
	font-size	: 3.8vw;
	line-height	: 180%;
	font-weight	: 400;
	-webkit-text-size-adjust: 100%; /* for iOS */
}  
.pc ,.pc2 ,.pc3 {
	display: none !important;
}

.sp {
	display: inline-block !important;
}

.sp2 {
	display: block !important;
}

.sp3 {
	display: flex !important;
}

#wrapper {
	width: 100%;
	margin: auto;
	padding: 0;
	position: relative;
}


/*====================================
共通
=====================================*/
main {
	margin: 0 auto;
	padding: 0;
}

/*====================================
フッター
=====================================*/
footer {
	width: 100%;
	margin: 0 auto;
	padding: 25% 3.5%;
	background: url(../images/common/footer_bg_sp.jpg) center / cover no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
	footer h6 {
		width: 70%;
		margin: 0;
		padding: 0;
	}
		footer h6 img {
			width: 100%;
			height: auto;
		}
	footer h5 {
		margin: 2em 0 0;
		padding: 0;
		font-size: 4.0vw;
		line-height: 120%;
		color: #fff;
		font-family: "Cormorant Garamond", serif;
		font-optical-sizing: auto;
		font-weight: var(--weight-nomal);
	}
div.copy {
	width: 100%;
	margin: 0 auto;
	padding: 5% 0;
	font-size: 3.6vw;
	line-height: 120%;
	font-family: "Cormorant Garamond", serif;
	font-optical-sizing: auto;
	font-weight: var(--weight-nomal);
}
