@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%; overscroll-behavior: none; }

body,
#allWrap {
	font-family: dnp-shuei-mincho-pr6n,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1rem;
	line-height: 1.2;
	letter-spacing: 0.04em;
	color: #fff;

	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  overscroll-behavior: none;

	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

/*
--- WEB FONTS ---
秀英明朝 Pr6N： https://fonts.adobe.com/fonts/dnp-shuei-mincho-pr6n
Alexa： https://fonts.adobe.com/fonts/alexa

■秀英明朝 Pr6N - L
font-family: dnp-shuei-mincho-pr6n,sans-serif;
font-weight: 400;
font-style: normal;

■秀英明朝 Pr6N - M
font-family: dnp-shuei-mincho-pr6n,sans-serif;
font-weight: 500;
font-style: normal;

■秀英明朝 Pr6N - B
font-family: dnp-shuei-mincho-pr6n,sans-serif;
font-weight: 600;
font-style: normal;

■Alexa Std - Regular
font-family: alexa-std,sans-serif;
font-weight: 400;
font-style: normal;
*/

.fontJp {
	font-family: dnp-shuei-mincho-pr6n,sans-serif;
	font-weight: 400;
}

.fontEn {
	font-family: alexa-std,sans-serif;
	font-weight: 400;
}

.fw400 { font-weight: 400; }
.fw500 { font-weight: 500; }
.fw600 { font-weight: 600; }
/*.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; }

a img { transition: all 0.4s ease-out 0s; }
a:hover img { opacity: 0.6; }

/* ==================================================
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 {
	background-color: #fff;
}

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

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

p {}

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

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;
}

.areaTitle {
	font-size: 4.8rem;
	margin-bottom: 50px;
}

@media screen and (max-width: 420px) {
	.areaTitle {
		font-size: 3.2rem;
		margin-bottom: 50px;
	}
}

.areaTitle i {
	margin: 0 0.02em;
}

.btnStyle {
	display: block;
	background: rgba(5, 17, 51, 0.8);
	border-radius: 8px;
	padding: 5px;
	max-width: 420px;
	margin: 0 auto;
	width: 96%;
	transition: all 0.4s ease-out 0s;
	position: relative;
	box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

.btnStyle::before,
.btnStyle::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 9px;
	height: 16px;
	background: url(/original/beforedawn/asset/img/svg/arrow.svg) no-repeat center center;
	background-size: contain;
}

.btnStyle::before {
	left: 16px;
	transform: rotate(180deg);
	display: none;
}

.btnStyle::after {
	right: 20px;
}

#hdrWrap .btnStyle {
	max-width: 320px;
}

#hdrWrap .btnStyle::after {
	display: none;
}

.btnStyle:hover {
	opacity: 0.8;
}

.btnStyle span {
	display: block;
	border: 1px solid #fff;
	border-radius: 6px;
	font-size: 2.6rem;
	padding: 8px 20px 5px;
	height: 58px;
}

.btnStyle.homeBtn span {
	font-size: 1.6rem;
	padding-top: 16px;
}

.homeBtn {
}

.homeBtn:hover {
}

.messageBtn {
}

.messageBtn::before {
	/*background: url(/original/beforedawn/asset/img/svg/icon_mail.svg) no-repeat center center;*/
}

@media screen and (max-width: 900px) {	

}


/* ==================================================
GLOBAL NAVIGATION
================================================== */


/* ==================================================
HEADER
================================================== */
#hdrWrap {
	background: url(/original/beforedawn/asset/img/hdr_visual.jpg) no-repeat bottom center;
	background-size: cover;
	padding: 0 3%;
}

.subPage #hdrWrap {
	background: url(/original/beforedawn/asset/img/hdr_visual_subpage.jpg) no-repeat bottom center;
	background-size: cover;
}

#hdrWrap .hdrInner {
	width: 100%;
	margin: 0 auto;
	padding: 160px 0 80px;
}

.subPage #hdrWrap .hdrInner {
	padding: 80px 0 80px;
}

#hdrWrap .hdrMain {
	width: 100%;
}

#hdrWrap .hdrMain .siteTitle {
	width: 90%;
	max-width: 710px;
	margin: 0 auto;
}

#hdrWrap .hdrMain .siteTitle a {
}

#hdrWrap .hdrMain .siteTitle img {
}

#hdrWrap .hdrMain .date {
	margin-bottom: 30px;
	font-size: 3rem;
	letter-spacing: 0.04em;
}

.subPage #hdrWrap .hdrMain .date {
	margin-bottom: 0;
}

#hdrWrap .hdrMain .date p {
}

#hdrWrap .hdrMain .date p i {
	margin: 0 0.3em;
}

#hdrWrap .hdrMain .lead {
	margin-bottom: 130px;
}

#hdrWrap .hdrMain .lead p {
	display: inline-block;
	padding: 10px 3%;
	background-color: rgba(0,0,0,0.16);
	border-radius: 8px;
}

#hdrWrap .hdrMain .lead p i {
}

#hdrWrap .btnBlock {
}


@media screen and (max-width: 900px) {
	#hdrWrap {
		background: url(/original/beforedawn/asset/img/hdr_visual_sp.jpg) no-repeat bottom center;
		background-size: cover;
	}

	.subPage #hdrWrap {
		background: url(/original/beforedawn/asset/img/hdr_visual_subpage_sp.jpg) no-repeat bottom center;
		background-size: cover;
	}

	#hdrWrap .hdrInner {
		padding: 100px 0 60px;
	}

	.subPage #hdrWrap .hdrInner {
		padding: 60px 0 60px;
	}

	#hdrWrap .hdrMain {}

	#hdrWrap .hdrMain .siteTitle {}

	#hdrWrap .hdrMain .siteTitle a {}

	#hdrWrap .hdrMain .siteTitle img {}

	#hdrWrap .hdrMain .date {}

	#hdrWrap .hdrMain .date p {}

	#hdrWrap .hdrMain .date p i {
		margin: 0 0.2em;
	}

	#hdrWrap .hdrMain .lead {
		margin-bottom: 80px;
	}

	#hdrWrap .hdrMain .lead p {}

	#hdrWrap .hdrMain .lead p i {}

	#hdrWrap .btnBlock {}
}

@media screen and (max-width: 520px) {
	#hdrWrap {}

	#hdrWrap .hdrInner {}

	.subPage #hdrWrap .hdrInner {}

	#hdrWrap .hdrMain {}

	#hdrWrap .hdrMain .siteTitle {
		margin-bottom: 10px;
	}

	#hdrWrap .hdrMain .siteTitle a {}

	#hdrWrap .hdrMain .siteTitle img {}

	#hdrWrap .hdrMain .date {
		font-size: 2.4rem;
	}

	#hdrWrap .hdrMain .date p {}

	#hdrWrap .hdrMain .date p i {}

	#hdrWrap .hdrMain .lead {}

	#hdrWrap .hdrMain .lead p {}

	#hdrWrap .hdrMain .lead p i {}

	#hdrWrap .btnBlock {}
}

/* ==================================================
CONTENTS COMMON
================================================== */
#mainCnt {
	background: url(/original/beforedawn/asset/img/bg.jpg) repeat top center fixed;
	position: relative;
	padding: 80px 0;
}

@media screen and (min-width: 1800px) {
	#mainCnt {
		background-size: 100% auto;
	}
}

#mainCnt .mainCnt-inner {
	padding: 0 3%;
}

#areaWrap {
	background-color: rgba(5, 17, 51, 0.5);
	position: relative;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	max-width: 1100px;
	margin: 0 auto;
	padding: 80px 3% 100px;
	border-radius: 8px;
	overflow: hidden;
}

#areaWrap .area {
	position: relative;
}

.areaBorder {
	position: absolute;
	background-color: rgba(5, 17, 51, 0.9);
	width: 100%;
	height: 30px;
	left: 0;
}

.areaBorder::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	z-index: 1;
}

.areaBorder.top {
	top: 0;
}

.areaBorder.top::after {
	bottom: 4px;
}

.areaBorder.bottom {
	bottom: 0;
}

.areaBorder.bottom::after {
	top: 4px;
}


@media screen and (max-width: 900px) {
	#mainCnt {
	}
	
	#mainCnt::after {
	}

	.subPage #mainCnt {
		padding: 50px 0 60px;
	}
	
	#mainCnt .mainCnt-inner {
		padding: 1px 2%;
	}
	
	#mainCnt .mainCnt-inner::before,
	#mainCnt .mainCnt-inner::after {
	}
	
	#mainCnt .mainCnt-inner::before {
	}
	
	#mainCnt .mainCnt-inner::after {
	}
	
	#areaWrap {
	}
	
	#areaWrap::before,
	#areaWrap::after {
	}
	
	#areaWrap::before {
	}
	
	#areaWrap::after {
	}
	
	#areaWrap .area {
	}
}


/* ==================================================
FOOTER
================================================== */
#ftrAbove {
	padding: 80px 3% 60px;
	margin: 0 auto;
	background-color: #fff;
}

/* PAGE TOP BUTTON
------------------------------ */
#pagetopBtn {
	margin: 0 auto 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; }
