@charset "utf-8";
/* -----------------------------------
   COMMON
----------------------------------- */
#lightContent section h2 {
	margin-top: -20px;
	padding: 0;
	position: relative;
	left: auto;
	top: auto;
}

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

#lightContent section > div {
	padding: 0 0 40px;
	width: 100%;
	text-align: center;
}

#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;
}
/* 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 {
	display: inline-block;
	text-align: left;
}
#corporateProfile ul li:nth-child(1),
#corporateProfile ul li:nth-child(2) {
	display: block;
	width: 100%;
}
#corporateProfile ul li:nth-child(1) p,
#corporateProfile ul li:nth-child(2) p {
	max-width: 100%;
}

#corporateProfile ul li:first-child .pcV {
	display: none !important;
}

#corporateProfile li:nth-child(2):after {
	left: 36%;
	top: 55%;
}
/*
#corporateProfile li:nth-child(1):after {
	left: 24%;
	width: 19%;
}
#corporateProfile li:nth-child(2):after {
	left: 17%;
	width: 13%;
}
#corporateProfile li:nth-child(3):after {
	left: 11%;
	width: 25%;
}
#corporateProfile li:nth-child(4):after {
	background-position: 0 100%;
	left: 35%;
	width: 17%;
	bottom: 0;
	top: auto;
}
#corporateProfile li:nth-child(5):after {
	left: 38%;
	width: 12%;
}
#corporateProfile li:nth-child(6):after {
	left: 48%;
	width: 13%;
}
#corporateProfile li:nth-child(7):after {
	left: 51%;
	width: 11%;
}
#corporateProfile li:nth-child(8):after {
	left: 36%;
	width: 28%;
}
*/
/* PROFILE ------------------------ */

/* -----------------------------------
   ITEM
----------------------------------- */
#item h3 {
	margin-top: 10px;
	height: 630px;
}
#item ul {
	top: 160px;
	left: 5%;
	width: 90%;
	height: 630px;
}

#item ul li {
	width: 30%;
	height: auto;
	text-align: center;
}

/* animate */
#item.areaActive ul li:first-child  { animation: spItemExtend1 1s 0.2s forwards; }
#item.areaActive ul li:nth-child(2) { animation: spItemExtend2 1s 0.4s forwards; }
#item.areaActive ul li:nth-child(3) { animation: spItemExtend3 1s 0.6s forwards; }
#item.areaActive ul li:nth-child(4) { animation: spItemExtend4 1s 0.8s forwards; }
#item.areaActive ul li:nth-child(5) { animation: spItemExtend5 1s   1s forwards; }
#item.areaActive ul li:nth-child(6) { animation: spItemExtend6 1s 1.2s forwards; }
#item.areaActive ul li:nth-child(7) { animation: spItemExtend7 1s 1.4s forwards; }

/* ITEM --------------------------- */

/* -----------------------------------
   ENVIRONMENT
----------------------------------- */
#environment ul {
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: auto;
}
#environment ul li { order: 1 !important; }


/* -----------------------------------
   AWARDS
----------------------------------- */
#awards h3 {
	padding: 20px;
	text-align: left;
}

#awards h3 + p {
	padding: 0 20px 20px;
	text-align: left;
}

#awards ul {
	box-sizing: border-box;
}

#awards p + ul {
	padding: 0 5px 20px;
	justify-content: center;
}

#awards p + ul li {
	padding: 0 5px;
	box-sizing: border-box;
}

#awards ul + ul {
	padding: 0 10px;
	display: inline-block;
}

#awards ul + ul li div {
	text-align: left;
}

/* AWARDS -------------------------- */

/* -----------------------------------
   EXAMPLES
----------------------------------- */
#examples div ul {
	margin-top: 0;
	margin-bottom: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
#examples ul li {
	position: relative;
	left: auto;
	top: auto;
	width: 33.3%;
	height: auto;
	border-bottom: 1px solid #999;
	opacity: 1;
	background: transparent;
}
#examples ul li:nth-child(n+7) {
	border-bottom: 0;
}
#examples ul li a {
	display: block;
}
#examples ul li span {
	padding: 9px 20px 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;
}

/* animation */
#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 forwards;
	animation-delay: 0s;
}

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