@charset "utf-8";

/*-----------------------------------------------------------
===  [ layout CSS ]  ====================================
------------------------------------------------------------*/

/* ***************************************************************************** */
/*

　目次

-------------------------------------------------------------------------------

	00. 

*/
/* ***************************************************************************** */

/** -------------------------------------------------------
 ** 00. 
 ** ------------------------------------------------------- */
/* PC */
@media screen and (min-width: 1020px) {
.pc_show {
}
}

/* SP */
@media screen and (max-width: 1019px) {
.pc_show {
	display: none;
}
}

/* PC */
@media screen and (min-width: 1020px) {
.sp_show {
	display: none;
}
}

/* SP */
@media screen and (max-width: 1019px) {
.sp_show {
}
}

/* SP */
@media screen and (max-width: 1019px) {
.sp_imgw100 {
	width: 100%;
}
}

/* ***************************************************************************** */
