@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500;700&display=swap');

/* ==================================================
FONT
================================================== */
html { font-size: 62.5%; }

body,
#allWrap {
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1rem;
	line-height: 1.2;
	letter-spacing: 0.06em;
	color: #000;

	-webkit-font-smoothing: antialiased;
	/* WebKitブラウザサポート */
	text-rendering: optimizeLegibility;
	/* Chrome、Safariサポート */
	-moz-osx-font-smoothing: grayscale;
	/* Firefoxサポート */
	font-feature-settings: 'liga';
	/* IEサポート */

	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	/* iPhoneの文字サイズバグの回避 */
}

/*
--- WEB FONTS URL ---
欧文体： https://fonts.adobe.com/fonts/kegger
和文体 1： https://fonts.adobe.com/fonts/corporate-logo-ver2
和文体 2： https://fonts.google.com/specimen/M+PLUS+1p?subset=japanese

■Kegger
font-family: kegger-us,serif;
font-weight: 400; Regular

■コーポレート・ロゴ ver2
font-family: corporate-logo-ver2,sans-serif;
font-weight: 500; Medium
font-weight: 700; Bold

■M PLUS 1p
font-family: 'M PLUS 1p', sans-serif;
Regular 400
Medium 500
Bold 700
*/

.fontJp {
	font-family: corporate-logo-ver2,sans-serif;
	font-weight: 500;
}

.fontEn {
	font-family: kegger-us,serif;
	font-weight: 400;
}

.fw400 { font-weight: 400; }
.fw500 { font-weight: 500; }
.fw700 { font-weight: 700; }

/* ==================================================
LINK
================================================== */
a:link { text-decoration: none; color: inherit; }
a:visited { text-decoration: none; color: inherit; }
a:hover { text-decoration: none; color: inherit; }
a:active { text-decoration: none; color: inherit; }
:focus { outline: 0; }

a.txtLink:link { text-decoration: underline; color: inherit; }
a.txtLink:visited { text-decoration: underline; color: inherit; }
a.txtLink:hover { text-decoration: none; color: inherit; }
a.txtLink:active { text-decoration: none; color: inherit; }

/* ==================================================
VIEW SWITCH
================================================== */

/* View Switch
------------------------------ */
@media screen and (min-width: 901px) {
	.spOnly { display: none !important; }
}

@media screen and (max-width: 900px) {
	.pcOnly { display: none !important; }
}


/* ==================================================
PAGE BASE
================================================== */
body {}

#allWrap {
	text-align: center;
	overflow: hidden;
	font-size: 1.6rem;
	position: relative;
	min-width: 320px;
}

img, svg { display: block;  margin: 0 auto; }

p { line-height: 1.6; }

p:not(:last-child) { margin-bottom: 2em; }

i, em { display: inline-block; }

.transition2 {
	transition: all 0.2s ease-out 0s;
}

.transition4 {
	transition: all 0.4s ease-out 0s;
}

.transition6 {
	transition: all 0.6s ease-out 0s;
}

.colorWhite { color: #fff; }
.bgWhite { background-color: #fff; }

.colorBlack { color: #000; }
.bgBlack { background-color: #000; }

.colorGray { color: #fafafa; }
.bgGray { background-color: #fafafa; }

.colorYellow { color: #ffff04; }
.bgYellow { background-color: #ffff04; }

.colorOrange { color: #ff9d00; }
.bgOrange { background-color: #ff9d00; }


/*.bgGradation {
	background: linear-gradient(15deg, #ffff04 0%, #ff9d00 100%);
}*/

.bgGradation {
	background: linear-gradient(15deg, #ffff04, #ff9d00);
}

.bodyPadding {
	padding-left: 30px;
	padding-right: 30px;
}

.areaTitle {
	font-size: 4.6rem;
	margin-bottom: 40px;
}

.area {
	margin-bottom: 80px;
}

.area .areaInner {
}


@media screen and (max-width: 900px) {
	.bodyPadding {
		padding-left: 3%;
		padding-right: 3%;
	}
	
	.areaTitle {
		font-size: 4.6rem;
		line-height: 0.96;
	}

	.area {
	}

	.area .areaInner {
	}
}

.gradationBox {	
	padding: 24px;
	max-width: 1600px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	background: linear-gradient(115deg, #ffff04 40%, #ff9d00 60%);
}

.gradationBox::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background: linear-gradient(115deg, #ffff04, #ff9d00, #ffff04, #ff9d00);
	background-size: 300% 300%;

	-webkit-animation: rotateBg 16s linear infinite;
	-moz-animation: rotateBg 16s linear infinite;
	animation: rotateBg 16s linear infinite;
}

.gradationBox.gradationReverse::after {
	background: linear-gradient(115deg, #ff9d00, #ffff04, #ff9d00, #ffff04);
	background-size: 300% 300%;

	-webkit-animation: rotateBg 16s linear infinite;
	-moz-animation: rotateBg 16s linear infinite;
	animation: rotateBg 16s linear infinite;
}

@-webkit-keyframes rotateBg {
	0%{background-position:0% 22%}
	50%{background-position:100% 79%}
	100%{background-position:0% 22%}
}
@-moz-keyframes rotateBg {
	0%{background-position:0% 22%}
	50%{background-position:100% 79%}
	100%{background-position:0% 22%}
}
@keyframes rotateBg {
	0%{background-position:0% 22%}
	50%{background-position:100% 79%}
	100%{background-position:0% 22%}
}

/*.gradationBox.animation::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background: linear-gradient(115deg, #ffff04 40%, #ff9d00 60%);
	animation: rotateBg 8s ease-out infinite;
}

@keyframes rotateBg {
	0%{transform: scale(4) rotate(0deg);}
	100%{transform: scale(4) rotate(360deg);}
}*/

.gradationBox .gradationBoxInner {
	background: #fff;
	padding: 36px;
	position: relative;
	z-index: 2;
}

@media screen and (max-width: 900px) {
	.gradationBox {
		padding: 12px;
	}

	.gradationBox .gradationBoxInner {
		padding: 36px 3%;
	}
}

a.linkBtn {
	display: block;
	position: relative;
	max-width: 420px;
	margin: 0 auto;
}

a.linkBtn::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	transform: translate(4px,4px);
	top: 0;
	left: 0;
	z-index: -1;
}

a.linkBtn .linkBtnInner {
	transform: translate(-4px,-4px);
	background: #ffff04;
	padding: 20px 3%;
}

a.linkBtn:hover .linkBtnInner {
	transform: translate(4px,4px);
	background: #ffff04;
}

a.linkBtn .linkBtnInner .txtEn {
	font-size: 2.4rem;
}

a.linkBtn .linkBtnInner .txtJp {
	font-size: 2.4rem;
	letter-spacing: 0.08em;
}

a.linkBtn .linkBtnInner .icon {
	display: inline-block;
	margin-left: 5px;
	transform: translateY(1px);
}



/* ==================================================
HEADER
================================================== */
#hdrWrap {
	padding-top: 30px;
}
#hdrWrap .gradationBox {
}
#hdrWrap .gradationBox .gradationBoxInner {
}

#hdrInner {
	padding: 0;
}
.topPage #hdrInner {
	padding: 20px 0 0;
}
#hdrTitle {
	width: 70%;
	margin: 0 auto 30px;
	max-width: 400px;
}
.topPage #hdrTitle {
	margin: 0 auto 40px;
	max-width: 540px;
}
#hdrTitle img {
}
#hdrInner .date {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
	font-size: 3.6rem;
	line-height: 1;
}
#hdrInner .date div {
	margin: 0 10px;
}
#hdrInner .date .week {
}
#hdrInner .date .time {
}

@media screen and (max-width: 900px) {
	#hdrWrap {
	}
	#hdrWrap .gradationBox {
	}
	#hdrWrap .gradationBox .gradationBoxInner {
	}

	#hdrInner {
		padding: 10px 0 10px;
	}
	#hdrTitle {
	}
	#hdrTitle img {
	}
	#hdrInner .date {
	}
	#hdrInner .date .week {
	}
	#hdrInner .date .time {
	}
}

/* #navigatorBox
------------------------------ */
#navigatorBox {
	border: 3px solid #000;
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: nowrap;
	flex-direction: row;
	margin: 50px auto 0;
	max-width: 1100px;
	min-height: 160px;
}
#navigatorBox .pct {
	border-right: 3px solid #000;
	width: 28%;
	background: url("/original/designenergy/asset/img/navigator.jpg") no-repeat center center;
	background-size: cover;
}
#navigatorBox .pct img {
}
#navigatorBox .txt {
	width: 72%;
	text-align: left;
	padding: 10px 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#navigatorBox .txt inner {
}

#navigatorBox .txt .name {
	font-size: 2.4rem;
	margin-bottom: 12px;
}
#navigatorBox .txt .comment {
	font-size: 1.8rem;
}

@media screen and (max-width: 900px) {
	#navigatorBox {
		display: block;
	}
	#navigatorBox .pct {
		padding-top: 50%;
		border-right: none;
		border-bottom: 3px solid #000;
		width: 100%;
	}
	#navigatorBox .pct img {
	}
	#navigatorBox .txt {
		width: 100%;
		padding: 10px 3%;
	}

	#navigatorBox .txt inner {
	}

	#navigatorBox .txt .name {
	}
	#navigatorBox .txt .comment {
		line-height: 1.4;
	}
}


/* ==================================================
CONTENTS COMMON
================================================== */
#mainCnt {}



/* ==================================================
FOOTER
================================================== */
#ftrAbove {
	padding: 0 3%;
	margin: 100px auto 80px;
}

#pageArchivelist #ftrAbove {}

#pageHome #ftrAbove {
	padding: 100px 3% 80px;
}

/* PAGE TOP BUTTON
------------------------------ */
#pagetopBtn {
	margin: 0 auto 60px;
}

#pageHome #pagetopBtn {
	padding: 0 0 60px;
}

#pagetopBtn a {
	display: block;
	width: 40px;
	height: 40px;
	position: relative;
	margin: 0 auto;
}

#pagetopBtn a::before {
	content: "";
	display: block;
	width: 17px;
	height: 17px;
	border-top: 2px solid #000;
	border-left: 2px solid #000;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 4px);
	left: 0;
	right: 0;
	margin: 0 auto;
}

#ftrWrap {
	background-color: #000;
	padding: 40px 3%;
}

#ftrWrap .ftrInner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
}

#ftrWrap .logo {
	width: 160px;
	height: 20px;
}

#ftrWrap .logo a {
	display: block;
}

#ftrWrap .copyright {
	font-size: 1.2rem;
	color: #fff;
}

#ftrWrap .copyright b {
	display: inline-block;
	margin-right: 6px;
	font-size: 110%;
	transform: translateY(1px);
}

@media screen and (max-width: 900px) {
	#ftrWrap .ftrInner {
		display: block;
	}

	#ftrWrap .logo {
		width: 140px;
		margin: 0 auto 20px;
	}

	#ftrWrap .copyright {}
}


/* ==================================================
ANIMATION
================================================== */
 #allWrap {
	will-change: animation;
	animation: accessFadein 1.2s linear 0.2s both;
}

@keyframes accessFadein {
	0% { opacity: 0; }
	30% { opacity: 0; }
	100% { opacity: 1; }
} 


/* ////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////// */


/* ==================================================
OTHERS
================================================== */
.scrollto {}

/* clrfix */
.clrfix::before, .clrfix::after { display: table; content: ''; }
.clrfix::after { clear: both; }

.none { display: none; }