@charset "utf-8";

/* 平常時のCSS
@import url("style-s.css?v=1.0.0") only screen and (max-width: 736px);
@import url("style.css?v=1.0.0") only screen and (min-width: 737px);
------------------- */

/* 202303時点のCSS
------------------- */
@import url("yogibo-s.css?v=1.0.0") only screen and (max-width: 736px);
@import url("yogibo.css?v=1.0.0") only screen and (min-width: 737px);


header{
	opacity: 1;
	transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
#wrapper{
	opacity: 1;
	transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
main{
	overflow: hidden;
}


