@charset "UTF-8";
@import url("./destyle.css");
@import url("./var.css");
@import url("./site.css");
@import url("./animation.css");
@import url("./header.css");
@import url("./footer.css");
/* @import url("./sideDrawer.css"); */
/* @import url("./form.css"); */


/* ================================================================================
font
================================================================================ */
/* .gothic{	font-family: var(----NotoSans);	} */
/* .mincho{	font-family: var(----NotoSerif);	} */

.material-symbols-outlined
{
	font-size: 1em;
	line-height: inherit;
	vertical-align: bottom;
}


/* ================================================================================
display size
================================================================================ */
@media print, screen and (min-width: 768px){	.sp{	display: none!important;	}	}
@media screen and (max-width: 767px){	.pc{	display: none!important;	}	}


/* ================================================================================
picture
================================================================================ */
picture{	display: block;	}
picture img
{
	width: 100%;	height: 100%;
	object-fit: cover;
}

/* ================================================================================
html
================================================================================ */
html{	scroll-behavior: smooth;	}
body{	overflow-x: hidden;	}


/* ================================================================================
coverAll
load完了までカバーする場合は、content: "";のコメントアウトを解除
================================================================================ */
body::before
{
	content: "";
	/* display: block; */

	z-index: var(--priorityCover);
	position: fixed;
	top: 0;	left: 0;

	width: 100%;	height: 100vh;
	background-color: white;

	transition-delay: 0.1s;
	transition-duration: 0.2s;
}
body.loaded::before
{
	pointer-events: none;
	opacity: 0;
}

/* ================================================================================
bgLazy
================================================================================ */
body:not(.loaded) .bgLazy{	background-image: none !important;	}


/* ================================================================================
MH
================================================================================ */
@media screen and (min-width: 768px)
{

.MH
{
	cursor: pointer;
	transition: var(--T03);
	transition-property: filter;
}
.MH:hover{	filter: brightness(1.1)	opacity(0.7);	}

}

/* ================================================================================
a
================================================================================ */
a{	text-underline-offset: 0.2em;	}


/* ================================================================================
mb
================================================================================ */
.mb10{	margin-bottom: var(--mb10) !important;	}
.mb20{	margin-bottom: var(--mb20) !important;	}
.mb30{	margin-bottom: var(--mb30) !important;	}
.mb40{	margin-bottom: var(--mb40) !important;	}
.mb50{	margin-bottom: var(--mb50) !important;	}
.mb60{	margin-bottom: var(--mb60) !important;	}
.mb70{	margin-bottom: var(--mb70) !important;	}
.mb80{	margin-bottom: var(--mb80) !important;	}
.mb90{	margin-bottom: var(--mb90) !important;	}
.mb100{	margin-bottom: var(--mb100) !important;	}



/* ======================================== end ======================================== */
