@charset "UTF-8";

/* ==================================================
Font
================================================== */
html {
	font-size: 62.5%;
	overscroll-behavior: none;
	overscroll-behavior-y: none;
}

body,
#all-wrap {
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1rem;
	line-height: 2;
	letter-spacing: 0.04em;
	color: #a9fbed;

	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;
	overscroll-behavior-y: none;

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

/*
--- Web Fonts ---
----- 和文体
Noto Sans CJK JP | Regular / Bold
https://fonts.adobe.com/fonts/noto-sans-cjk-jp

font-family: noto-sans-cjk-jp, sans-serif;
font-weight: 400;
font-style: normal;

font-family: noto-sans-cjk-jp, sans-serif;
font-weight: 700;
font-style: normal;


----- 欧文体
Acumin Pro Extra Condensed | Regular / Bold
https://fonts.adobe.com/fonts/acumin

font-family: acumin-pro-extra-condensed, sans-serif;
font-weight: 400;
font-style: normal;

font-family: acumin-pro-extra-condensed, sans-serif;
font-weight: 700;
font-style: normal;

----- ロゴ / エリアタイトル
Joost Stencil / Joost Bold
https://fonts.adobe.com/fonts/joost

font-family: joost,sans-serif;
font-weight: 900;
font-style: normal;
*/

.font-jp {
	font-family: noto-sans-cjk-jp, sans-serif;
}

.font-en {
	font-family: acumin-pro-extra-condensed, sans-serif;
}


/* ==================================================
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.txt-link:link { text-decoration: underline; color: inherit; }
a.txt-link:visited { text-decoration: underline; color: inherit; }
a.txt-link:hover { text-decoration: none; color: inherit; }
a.txt-link:active { text-decoration: none; color: inherit; }

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


/* ==================================================
Page Base
================================================== */
body {
	background-color: #131315;
}

#all-wrap {
	text-align: center;
	overflow: hidden;
	font-size: 1.6rem;
	position: relative;
	z-index: 10;
	min-width: 420px;
}

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

i,
em {
	display: inline-block;
	font-style: normal;
}


/* Text Color
------------------------------ */
.txt-white { color: #fff; }
.txt-black { color: #000; }
.txt-def { color: #a9fbed; }


/* Background Color
------------------------------ */
.bg-white { background-color: #fff; }
.bg-black { background-color: #000; }
.bg-def { background-color: #a9fbed; }


/* .area
------------------------------ */
.area {
	position: relative;
}


/* .area-title
------------------------------ */
.area-title {
	margin-bottom: 60px;
}

.area-title > span {
	font-family: joost,sans-serif;
	font-weight: 900;
	font-style: normal;
	color: #a9fbed;
	font-size: 4.4rem;
	line-height: 0.9;
	letter-spacing: 0.04em;
}


@media screen and (max-width: 900px) {
	.area-title {
		margin-bottom: 40px;
	}
	
	.area-title > span {
		font-size: 3.2rem;
	}
}


/* .box-border
------------------------------ */
.box-border {
	border: 16px solid #09090e;
	background-color: #151515;
	padding: 80px min(3%, 20px);
	width: 94%;
	max-width: 1400px;
	margin: 0 auto;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}


@media screen and (max-width: 900px) {
	.box-border {
		border-width: 8px;
		padding: 50px min(3%, 20px);
	}
}


/* Button Normal

<div class="btn-block">
<a href="#" class="type-rectangle">
<span class="font-en fz-btntxt">テキスト</spna>
</a>
</div>
------------------------------ */
.btn-block {
}

.btn-block a.type-rectangle {
	text-decoration: none;
	display: block;
	padding: 10px 10px;
	border: 1px solid #a9fbed;
	width: 76%;
	max-width: 580px;
	margin: 0 auto;
	position: relative;
	transition: all 0.3s ease-in-out 0s;
	color: #a9fbed;
	background: #000;
}

.btn-block a.type-rectangle:hover {
	/*opacity: 0.6;*/
	color: #000;
	/*background: #a9fbed;*/
	background-color: rgba(169, 251, 237, 0.6);
}

.btn-block a.type-rectangle span {
	display: inline-block;
	position: relative;
	line-height: 1.2;
	letter-spacing: 0.2em;
}

/*.btn-block a.type-rectangle::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 12px;
	margin: auto 0;
	width: 6px;
	height: 6px;
	border-bottom: 1px solid #a9fbed;
	border-right: 1px solid #a9fbed;
	transform: rotate(-45deg);
	transition: all 0.3s ease-in-out 0s;
}

.btn-block a.type-rectangle:hover::after {
	border-color: #000;
}*/

.fz-btntxt {
	font-size: 24px;
	font-weight: 700;
	font-family: acumin-pro-extra-condensed, sans-serif;
}

@media screen and (max-width: 640px) {
	.fz-btntxt { font-size: clamp(18px, 3.750vw, 24px); }
}


/* ==================================================
Global Navigation
================================================== */


/* ==================================================
Header
================================================== */
#hdr-wrap {
	position: relative;
	z-index: 1;
	background: url(../img/hdr_bg.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 50px;
}

#hdr-wrap::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 80px;
	background-color: #131315;
	z-index: -1;
}

#hdr-wrap .hdr-box-border {
	border: 16px solid #09090e;
	background-color: #151515;
	padding: 80px min(5%, 20px);
	width: 94%;
	max-width: 1400px;
	margin: 0 auto;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	background: url(../img/hdr_bg_inner.jpg) no-repeat center center;
	background-size: cover;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: 760px;
}

.subpage #hdr-wrap .hdr-box-border {
	padding: 40px min(5%, 20px);
	height: 360px;
}

#hdr-wrap .hdr-box-border .box-inner {
	width: 100%;
}


@media screen and (max-width: 900px) {
	#hdr-wrap {
		padding-top: 30px;
	}
	
	#hdr-wrap::after {
		height: 60px;
	}
	
	#hdr-wrap .hdr-box-border {
		display: block;
		border-width: 8px;
		padding: 60px min(5%, 20px) 50px;
		height: auto;
	}

	.subpage #hdr-wrap .hdr-box-border {
		padding: 40px min(5%, 20px);
		height: auto;
	}
	
	#hdr-wrap .hdr-box-border .box-inner {
		max-width: 480px;
		margin: 0 auto;
	}
}


/* #hdr-main
------------------------------ */
#hdr-main {
}

#hdr-main .title {
	width: 96%;
	max-width: 640px;
	margin: 0 auto 60px;
}

#hdr-main .title a {
	text-decoration: none;
	display: block;
}

.toppage #hdr-main .title a {
	pointer-events: none;
}

.subpage #hdr-main .title {
	width: 90%;
	max-width: 520px;
	margin: 0 auto 40px;
}

#hdr-main .title img {
}

#hdr-main .time {
	font-family: acumin-pro-extra-condensed, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 5.8rem;
	line-height: 0.9;
	letter-spacing: 0.08em;
}

.subpage #hdr-main .time {
	font-size: 4.6rem;
}

#hdr-main .time b {
	margin: 0 0.15em;
	display: inline-block;
}


@media screen and (max-width: 900px) {
	#hdr-main {
	}
	
	#hdr-main .title {
		margin-bottom: 30px;
	}
	
	#hdr-main .title img {
	}
	
	#hdr-main .time {
		font-size: 3.4rem;
	}

	.subpage #hdr-main .time {
		font-size: 2.8rem;
	}
	
	#hdr-main .time b {
	}
}


/* #hdr-lead
------------------------------ */
#hdr-lead {
	margin: 60px auto 0;
}

#hdr-lead p {
	width: 96%;
	display: inline-block;
	margin: 0 auto;
}

#hdr-lead .btn-block {
	margin-top: 60px;
}

@media screen and (max-width: 900px) {
	#hdr-lead {
		margin-top: 60px;
	}
	
	#hdr-lead p {
	}
	
	#hdr-lead .btn-block {
		margin-top: 40px;
	}
}


/* ==================================================
Contents
================================================== */
#main-wrap {
	position: relative;
	z-index: 1;
	padding-top: 60px;
}

@media screen and (max-width: 900px) {
	#main-wrap {
		padding-top: 40px;
	}
}


/* ==================================================
Contents Bottom
================================================== */
#main-bottom {
	padding: 80px min(3%, 30px) 30px;
	margin: 0 auto;
	/*background-color: #fff;*/
	background-color: #0a0a0b;
	position: relative;
}

@media screen and (max-width: 900px) {
	#main-bottom {
		padding: 60px min(3%, 30px) 30px;
	}
}

#gigya-wrap {
	margin-bottom: 30px;
}

/*
#gigyaShare 以下については jme_bar.css で設定
*/


/* Page Top Button
------------------------------ */
#btn-pagetop {
	text-align: right;
}

.subpage #btn-pagetop {
}

#btn-pagetop a {
	display: inline-block;
	width: 40px;
	height: 40px;
	position: relative;
	margin: 0 0 0 auto;
	transition: all 0.4s ease-out 0s;
}

#btn-pagetop a:hover {
	opacity: 0.6;
}

#btn-pagetop a::before {
	content: "";
	display: block;
	width: 37px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

#btn-pagetop a::after {
	content: "";
	display: block;
	width: 21px;
	height: 21px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 14px;
	left: 0;
	right: 0;
	margin: 0 auto;
	transition: all 0.4s ease-out 0s;
}

#btn-pagetop a:hover:after {
	top: 8px;
}


/* ==================================================
Footer
================================================== */
#ftr-wrap {
	background-color: #000;
	padding: 40px min(3%, 30px);
	position: relative;
	z-index: 11;
}

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

#ftr-wrap .logo {
	width: 160px;
	height: 20px;
}

#ftr-wrap .logo a {
	display: block;
}

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

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


@media screen and (max-width: 900px) {
	#ftr-wrap .ftr-inner {
		display: block;
	}

	#ftr-wrap .logo {
		width: 140px;
		margin: 0 auto 20px;
	}

	#ftr-wrap .copyright {}
}

