@charset "utf-8";
@-ms-viewport {
	width: device-width;
}

/*---------------------------------------
font family
---------------------------------------*/

:root{

  /* Montserrat */
  --font-montserrat: "Montserrat", sans-serif;

  --fw-thin: 100;
  --fw-extralight: 200;
  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;
  --fw-extrabold: 800;
  --fw-black: 900;


  /* Shippori Mincho */
  --font-shippori: "Shippori Mincho", serif;

  --shippori-regular: 400;
  --shippori-medium: 500;
  --shippori-semibold: 600;
  --shippori-bold: 700;
  --shippori-extrabold: 800;

}

/*---------------------------------------
color
---------------------------------------*/
:root{
	--renka_pink: #ff308a;
}