@charset "UTF-8";

/* =========================================================
COMMON
========================================================= */
body#pageHome {
}


/* ==================================================
HEADER
================================================== */
@media screen and (min-width:769px) {
	.spView {display: none !important;}
}
@media screen and (max-width:768px) {
	.pcView {display: none !important;}
}

#hdrWrap-new {
	position: relative;
	overflow: hidden;
	width: 100%;
	/* height: 100vh; */
	height: 90vh;
	min-height: 720px;
}

@media screen and (max-width:768px) {
	#hdrWrap-new {
		min-height: 640px;
	}
}

@media screen and (max-width:640px) {
	#hdrWrap-new {
		min-height: 580px;
	}
}

/* 動画
------------------------------ */
#headMov-new {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 1;
}

@keyframes hdrFadein-new {
  0% {opacity: 1;}
  100% {opacity: 1;}
}

#headMov-new.heightFit-new {
	will-change: animation;
	animation: hdrFadein-new 1.6s ease-out 0s both;
}

#headMov-new::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/home/movie_cover.png);
	background-repeat: repeat;
	background-position: left top;
	background-size: auto;
	z-index: 1;
}

#headMov-new::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.55);
	background-position: left top;
	z-index: 2;
}

#headMov-new video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}


#headMov-new video p {
}


/* イベント用コンテンツ
------------------------------ */
#eventCnt {
	/*! position: relative; */
	/*! z-index: 10; */
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
}

#eventCnt .inner {
	width: 100%;
	padding: 66px 20px 46px;
}

#eventCnt .eventTitle {
	max-width: 520px;
	margin: 0 auto 30px;
}

#eventCnt .eventTitle img {
}

#eventCnt .eventDate {
	max-width: 460px;
	margin: 30px auto 0;
}

#eventCnt .eventDate img {
}

@media screen and (max-width: 768px) {
	#eventCnt {
	}

	#eventCnt .inner {
		padding: 56px 20px 26px;
		width: 100%;
	}

	#eventCnt .eventTitle {
		max-width: 300px;
		margin: 0 auto 20px;
	}

	#eventCnt .eventTitle img {
	}

	#eventCnt .eventDate {
		max-width: 360px;
		margin: 20px auto 0;
	}

	#eventCnt .eventDate img {
	}
}

@media screen and (max-width: 640px) {
	#eventCnt {
	}

	#eventCnt .inner {
		padding: 56px 20px 26px;
	}

	#eventCnt .eventTitle {
		max-width: 220px;
		margin: 0 auto 15px;
	}

	#eventCnt .eventDate {
		max-width: 280px;
		margin: 15px auto 0;
	}
}


/* カウントダウン
------------------------------ */
#eventBoard {
	border-radius: 16px;
	background-color: rgba(0,0,0,0.0);
	max-width: 1000px;
	color: #fff;
	margin: 0 auto;
	line-height: 1;
	letter-spacing: 0.04em;
	padding: 0 20px;
	border: 1px solid rgba(255,255,255,0.0);
}

#countdownBox {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	margin-bottom: 20px;
}

#countdownBox > p {
	font-weight: 700;
	color: #f3b113;
	font-size: 2.8rem;
	margin-bottom: 20px;
	width: 100%;
	padding-left: 10px;
}

#countdownBox > p span {
	color: #fff;
}

#commentBox {
	width: 100%;
	margin-bottom: 20px;
}

#commentBox > p {
	font-weight: 700;
	color: #f3b113;
	font-size: 2.8rem;
	margin-bottom: 20px;
	width: 100%;
	padding-left: 10px;
}

#commentBox > p span {
	color: #fff;
}

#countdownBox dl {
	font-family: din-2014, sans-serif;
	font-weight: 700;
	width: calc(25% - 16px);
	max-width: 80px;
	margin: 0 8px;
	border: 1px solid #fff;
}

#countdownBox dl dt {
	font-size: 3.6rem;
	height: 46px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#countdownBox dl dd {
	color: #000;
	font-size: 1.4rem;
	background: #fff;
	padding: 2px;
}

#eventBoard ul.links {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
}

#eventBoard ul.links li {
	font-weight: 700;
	max-width: 380px;
	width: calc(50% - 16px);
	margin: 0 8px;
}

#eventBoard ul.links li a {
	position: relative;
	display: block;
	border-radius: 8px;
	padding: 10px 20px 8px;
}

#eventBoard ul.links li:nth-child(1) a {
	background-color: #f3b113;
}

#eventBoard ul.links li:nth-child(2) a {
	/*background-color: #09325c;*/
	background-color: #d41c1c;
}

#eventBoard ul.links li a::after {
	content: "";
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 5px);
	right: 12px;
}

#eventBoard ul.links li .sub {
	font-size: 1.5rem;
	margin-bottom: 6px;
}

#eventBoard ul.links li .txt {
	font-size: 1.2rem;
	margin-top: 8px;
	font-weight: 400;
	color: #fff;
}

#eventBoard ul.links li:nth-child(1) .txt {
	/*color: #fff;*/
}

#eventBoard ul.links li:nth-child(2) .txt {
	/*color: #979797;*/
}

#eventBoard ul.links li .main {
	/* font-family: din-2014, sans-serif; */
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	/* font-size: 3.4rem; */
	font-size: 2.8rem;
}


@media screen and (max-width: 768px) {
	#eventBoard {
	padding: 5px 15px;
	}

	#countdownBox {
	}

	#countdownBox > p {
		font-size: 1.8rem;
		margin-bottom: 12px;
	}

	#commentBox > p {
		font-size: 1.8rem;
		margin-bottom: 12px;
	}

	#commentBox > p span {
	}

	#countdownBox dl {
	}

	#countdownBox dl dt {
	font-size: 2.8rem;
	height: 36px;
	}

	#countdownBox dl dd {
	font-size: 1.2rem;
	}

	#eventBoard ul.links {
	}

	#eventBoard ul.links li {
	}

	#eventBoard ul.links li a {
	}

	#eventBoard ul.links li:nth-child(1) a {
	}

	#eventBoard ul.links li:nth-child(2) a {
	}

	#eventBoard ul.links li a::after {
	}

	#eventBoard ul.links li .sub {
	font-size: 1.3rem;
	}

	#eventBoard ul.links li .txt {
	}

	#eventBoard ul.links li .main {
	font-size: 2.6rem;
	}
}

@media screen and (max-width: 640px) {
	#eventBoard {
	}

	#countdownBox {
	margin-bottom: 15px;
	}

	#countdownBox > p {
		font-size: 1.6rem;
	}

	#commentBox > p {
		font-size: 1.5rem;
	}

	#commentBox > p span {
	}

	#countdownBox dl {
	}

	#countdownBox dl dt {
	font-size: 2.4rem;
	height: 30px;
	}

	#countdownBox dl dd {
	}

	#eventBoard ul.links {
	display: block;
	}

	#eventBoard ul.links li {
	max-width: 480px;
	width: 100%;
	margin: 0 auto;
	}

	#eventBoard ul.links li:not(:first-child) {
		margin-top: 12px;
	}

	#eventBoard ul.links li a {
	}

	#eventBoard ul.links li:nth-child(1) a {
	}

	#eventBoard ul.links li:nth-child(2) a {
	}

	#eventBoard ul.links li a::after {
	}

	#eventBoard ul.links li .sub {
	font-size: 1.2rem;
	margin-bottom: 3px;
	}

	#eventBoard ul.links li .txt {
	}

	#eventBoard ul.links li .main {
	font-size: 2.2rem;
	}
}

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

@media screen and (max-width: 500px) and (min-height: 600px) {
}

@media screen and (max-width: 500px) and (max-height: 480px) {
}


/* スクロールボタン
------------------------------ */
#hdrWrap-new .scrollBtn {
	font-size: 12px;
	color: #fff !important;
	line-height: 1;
	letter-spacing: 0.1em;
	padding: 0 0 12px;
	position: absolute;
	bottom: 30px;
	right: 20px;
	margin: auto;
	z-index: 10;
	opacity: 1;
}

#hdrWrap-new .scrollBtn {
	bottom: -24px;
	opacity: 0;
}

@keyframes btnSlidein {
	0% {opacity: 0; bottom: -24px;}
	100% {opacity: 1; bottom: 30px;}
}

@keyframes btnSlideout {
	0% {opacity: 1; bottom: 30px;}
	100% {opacity: 0; bottom: -24px;}
}

@media screen and (min-height: 480px) {
	.introSkip #hdrWrap-new .scrollBtn {
		bottom: -24px;
		opacity: 0;
		will-change: animation;
		animation: btnSlidein 1.0s ease-out 0.6s both;
	}
}

@media screen and (max-height: 479px) {
	.introSkip #hdrWrap-new .scrollBtn {
		bottom: 30px;
		opacity: 1;
		will-change: animation;
		animation: btnSlideout 1.0s ease-out 0s both;
	}
}

@keyframes scrollAllow {
	0% { transform: translate(0,0) rotate(45deg); }
	60% { transform: translate(0,4px) rotate(45deg); }
	100% { transform: translate(0,0) rotate(45deg); }
}

#hdrWrap-new .scrollBtn::before{
	content: "";
	border-right: 2px solid;
	border-bottom: 2px solid;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	position: absolute;
	bottom: -3px;
	left: 0;
	right: 0;
	margin: 0 auto;
	will-change: animation;
	animation: scrollAllow 2.0s infinite;
	z-index: 1;
}

@media screen and (max-width: 640px) {
	.introSkip #hdrWrap-new .scrollBtn {
		display: none;
		/*animation: btnSlideout 1.0s ease-out 0s both;*/
	}
}

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

/*
####################################################################################################
##########　HTML コメントアウト記述ルール　#########################################################
####################################################################################################

▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
///// メインコンテンツエリア（編集エリア） /////////////////////////
////////////////////////////////////////////////////////////////////

////////////////////////////////////////////////////////////////////
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲

<!-- ==================== 大ブロックエリア ==================== -->
<!-- ==================== //大ブロックエリア ==================== -->

<!-- ***** 中ブロックエリア *************** -->
<!-- ***** //中ブロックエリア *************** -->

<!-- #ID名 -->
<!-- //#ID名 -->

<!-- .class名 -->
<!-- //.class名 -->

<!-- [memo] -->
<!-- //[memo] -->


<!-- ※※※※※ INCLUDE - HEADER ※※※※※ -->
<!-- #include virtual="/common/inc_header.html" -->
<!-- ※※※※※ //INCLUDE - HEADER ※※※※※ -->

<!-- ※※※※※ INCLUDE - FOOTER ※※※※※ -->
<!-- #include virtual="/common/inc_footer.html" -->
<!-- ※※※※※ //INCLUDE - FOOTER ※※※※※ -->


[ id/class Name List ]
wrap > area > group > set > box

[ memmo ]
TOPページ → <body id="pageHome">
Newsページ(第2階層) → <body id="pageNews" class="subPage">
*/


/* ############################################################################################## */
/* ##########　CSS コメントアウト記述ルール　#################################################### */
/* ############################################################################################## */


/* //////////////////////////////////////////////////////////////////// */
/* ///// ブロック区切り /////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////// */

/* ==================================================
大見出し
================================================== */

/* 中見出し（他、説明など）
------------------------------ */

/* ### 小見出し 1 ### */
/* ### ----- ### */

/* 小見出し 2 */
/* ----- */


/**/