
/* -------------------------------------------------------------------
*Common
------------------------------------------------------------------- */

@charset "utf-8";


/* for PC */
@import url("/assets/css/base_pc.css") screen and (min-width:960px);

/* for SP */
@import url("/assets/css/base_sp.css") screen and (max-width:959px);



/* -------------------------------------------------------------------
*Index
------------------------------------------------------------------- */
@import url('https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.css');
@import url("/assets/css/index/index.css");

/* for PC */
@import url("/assets/css/index/mv.css") screen and (min-width:960px);

/* for SP */
@import url("/assets/css/index/mv_sp.css") screen and (max-width:959px);

