@charset "utf-8";
/* -----------------------------------
   COMMON
----------------------------------- */
#wrapper {
	padding-bottom: 7em;
}

#lightContent section h2 {
	padding: 7px 12px 12px;
	border-radius: 0 0 8px 0;
}

#lightContent section h2 img {
	height: 24px;
	width: auto;
}

#lightContent section > div {
	width: 100%;
}

a.footerLink {
	margin: 0;
	padding: 15px 10px;
	border-radius: 0;
	background: #99c;
	width: 100%;
}

#lightContent .pcV { display: none !important; }
#lightContent .spV { display: block !important; }

/* COMMON ------------------------- */

/* -----------------------------------
   SCROLL
----------------------------------- */
.scrNav {
	display: none;
}
/* SCROLL ------------------------- */

/* -----------------------------------
   HEADER
----------------------------------- */
#lightContent header h1 {
	margin: 0 0 0 20px;
	padding-top: 60px;
	width: auto;
}
#lightContent header h1 img {
	width: 396px;
	height: auto;
}
#lightContent header p {
	margin: 0 0 0 20px;
	padding-top: 70px;
	width: auto;
	font-size: 100%;
}
/* HEADER ------------------------- */

/* -----------------------------------
   LEAD
----------------------------------- */
#lightLead p {
	padding: 20px 10px;
	font-size: 100%;
}
#lightLead p a {
	margin: 10px auto 0;
}
#lightLead p a img {
	width: 44px;
	height: auto;
}
#lightLead ul {
	width: 100%;
	display: block;
	text-align: center;
	letter-spacing: -.4em;
}
#lightLead ul li {
	display: inline-block;
	padding: 2px;
	letter-spacing: normal;
}
#lightLead ul li a {
	padding: 15px 10px;
	width: 8em;
}
#lightLead ul + p {
	padding-top: 10px;
}
/* LEAD --------------------------- */

/* -----------------------------------
   PROFILE
----------------------------------- */
#corporateProfile ul {
	width: 100%;
}
/* PROFILE ------------------------ */

/* -----------------------------------
   HIGHLIGHT
----------------------------------- */
#highlight dl {
	padding: 0 10px;
	opacity: 0;
}
#highlight dl dt {
	margin-bottom: 10px;
	display: block;
	width: 100%;
}
#highlight dl dd {
	padding-bottom: 20px;
	margin-bottom: 20px;
	display: block;
	width: 100%;
	position: relative;
	border-bottom: 2px solid #ddd;
}
#highlight dl dd p {
	display: table-cell;
}

#salesRatioCanvas {
	width: 150px;
	height: 75px;
	right: 0;
	top: -20px;
}

#salesRatioCanvas + div {
	width: 150px;
	height: 75px;
	right: 0;
	top: -20px;
	font-size: 100%;
	line-height: 75px;
}

#highlight .salesCon { margin-top: -14px; }
#highlight .ratioCon { margin-top: -20px; }


/* animate */
#highlight.areaActive .salesCon,
#highlight.areaActive .ratioCon1,
#highlight.areaActive .overseasCon {
	opacity: 0;
	animation: blur 0.7s forwards;
	-webkit-animation: blur 0.7s forwards;
}
#highlight.areaActive .salesCon            { animation-delay: 0.3s; -webkit-animation-delay: 0.3s; }
#highlight.areaActive .ratioCon1           { animation-delay: 1.8s; -webkit-animation-delay: 1.8s; }
#highlight.areaActive .overseasCon         { animation-delay: 3.3s; -webkit-animation-delay: 3.3s; }

/* HIGHLIGHT ---------------------- */

/* -----------------------------------
   LIGHTING
----------------------------------- */
#lighting div div {
	width: 100%;
	box-sizing: border-box;
	padding: 0 10px;
}

/* LIGHTING ------------------------ */

/* -----------------------------------
   OPTICS
----------------------------------- */
#optics {
	overflow: hidden;
}

#optics ul {
	margin-bottom: 1em;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	z-index: 0;
}

#optics ul li {
	padding: 3px;
	width: auto;
	height: auto;
	box-sizing: border-box;
}

#optics ul li div {
	background: #000136;
}

#optics ul li:before,
#optics ul li:after {
	display: none !important;
}
#optics.areaActive li:first-child div:before  { animation-delay: 0s; -webkit-animation-delay: 0s; }
#optics.areaActive li:nth-child(2) div:before { animation-delay: 0s; -webkit-animation-delay: 0s; }
#optics.areaActive li:nth-child(3) div:before { animation-delay: 0s; -webkit-animation-delay: 0s; }
#optics.areaActive li:nth-child(4) div:before { animation-delay: 0s; -webkit-animation-delay: 0s; }
#optics.areaActive li:nth-child(5) div:before { animation-delay: 0s; -webkit-animation-delay: 0s; }
#optics.areaActive li:nth-child(6) div:before { animation-delay: 0s; -webkit-animation-delay: 0s; }
#optics.areaActive li:nth-child(7) div:before { animation-delay: 0s; -webkit-animation-delay: 0s; }

/* OPTICS -------------------------- */

/* -----------------------------------
   EXAMPLES
----------------------------------- */
#examples ul {
	margin-bottom: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	background: #ebebeb;
}
#examples ul li {
	position: relative;
	left: auto;
	top: auto;
	width: 33.3%;
	height: auto;
	border-bottom: 1px solid #999;
	opacity: 1;
}
#examples ul li:nth-child(n+7) {
	border-bottom: 0;
}
#examples ul li a {
	display: block;
}
#examples ul li span {
	padding: 9px 0 0;
	position: relative;
	left: auto;
	top: auto;
	background: transparent;
	color: #000;
	display: block;
	height: auto;
}
#examples ul li span a {
	color: #000;
}
#examples ul:after {
	display: none;
}

/* animate */
#examples ul li:hover span,
#examples.areaActive ul li:first-child,
#examples.areaActive ul li:nth-child(2),
#examples.areaActive ul li:nth-child(3),
#examples.areaActive ul li:nth-child(4),
#examples.areaActive ul li:nth-child(5),
#examples.areaActive ul li:nth-child(6),
#examples.areaActive ul li:nth-child(7),
#examples.areaActive ul li:nth-child(8) {
	animation: examplesSP 0.1s 0s forwards;
	-webkit-animation: examplesSP 0.1s 0s forwards;
}

#examples.areaActive a.footerLink {
	animation: blur 2s 1s forwards;
	-webkit-animation: blur 2s 1s forwards;
}

/* EXAMPLES ------------------------ */
