@charset "utf-8";

/*~/////////~/////////~/////////~/////////~/////////~/////////~/////////~/////////~/////////~/////////~/////////~/////////~*/

:root {

	--bd-base-dark: #646464;
	--bd-base: #969696;
	--bd-base-light: #ededed;

	--bg-base: #f5f5f5;
	--bg-nav: #f5f5f5;
	--bg-admission: #e5002d;
	--bg-access: #f29600;
	--bg-events: #44af35;
	--bg-events-light: #d0ebcc;
	--bg-exhibitors: #005bab;
	--bg-exhibitors-hit: #5d96ca;
	--bg-exhibitors-light: #a4c4e1;
	--bg-floormap: #b74c96;
	--bg-floormap-hit: #c978b0;
	--bg-floormap-light: #ebcde2;
	--bg-parking: #e5002d;
	--bg-parking-light: #fce1e6;
	--bg-qa: #f2bc00;
	--bg-qa-light: #fefaeb;
	--bg-localbooth: #69af04;
	--bg-localbooth-light: #edf6e1;
	--bg-photogallery: #ff8714;
	--bg-photogallery-light: #ffe1c4;
	--bg-enexguide: #043b77;
	--bg-enexguide-light: #d9e1ea;
	--bg-default: #2981cf;
	--bg-default-light: #cce1f4;
	--bg-en: #005bab;
	--bg-en-light: #a4c4e1;
	--bg-jp: #e5002d;
	--bg-jp-light: #fce1e6;

	/*--bg-fmap: #d74b8b;*/
	--bg-fmap6a: #e50012;
	--bg-fmap6a-hit: #f27d86;
	--bg-fmap6b: #00995b;
	--bg-fmap6b-hit: #7dcbab;
	--bg-fmap3: #fab400;
	--bg-fmap3-hit: #fbc845;
	--bg-fmap4: #1d70b8;
	--bg-fmap4-hit: #7dcb7d;
	--bg-fmapod: #00b400;
	--bg-fmapod-hit: #7dcb7d;

	/**/

	--cl-icon: #d80c18;
	--cl-bullet: #d80c18;

	/**/

	--bg-header: #323232;
	--cl-header: #ffffff;
	--bg-footer: #323232;
	--cl-footer: #ffffff;
	--cl-footer-icon: #d80c18;
	--fs-footer: 1.2rem;
	--ln-footer: 160%;

	/* H1 */
	--fs-h1: 2.4rem;
	--lh-h1: 135%;

	/* H2 */
	--fs-h2: 2.2rem;
	--lh-h2: 135%;

	/* H3 */
	--fs-h3: 2.0rem;
	--lh-h3: 135%;

	/* 見出し */
	--fs-head: 1.8rem;
	--lh-head: 160%;

	/* リード文 */
	--fs-lead: 1.6rem;
	--lh-lead: 160%;

	/* 本文 */
	--fs-body: 1.4rem;
	--lh-body: 160%;

	/* 注釈 */
	--fs-note: 1.2rem;
	--lh-note: 160%;

	/* キャプション */
	--fs-capt: 1.0rem;
	--lh-capt: 130%;

}

/*PC*/
@media screen and (min-width: 769px) {
:root {

	/* H1 */
	--fs-h1: 3.8rem;
	--lh-h1: 140%;

	/* H2 */
	--fs-h2: 3.2rem;
	--lh-h2: 140%;

	/* H3 */
	--fs-h3: 2.8rem;
	--lh-h3: 140%;

	/* 見出し */
	--fs-head: 2.0rem;
	--lh-head: 140%;

	/* キャプション */
	--fs-capt: 1.2rem;
	--lh-capt: 130%;

}
}

/*~/////////~/////////~/////////~/////////~/////////~/////////~/////////~/////////~/////////~/////////~/////////~/////////~*/