@charset "UTF-8";
/* CSS Document */

/* ------------------------------ PC ------------------------------ */

/* -------------------- ヘッダ -------------------- */
header {
	position: fixed;
	width: 100%;
	min-width: 1280px;
	box-shadow: 0px 3px 6px 3px rgba(0,0,0,0.2);
	z-index: 999;
}
.headerMenu {
	padding: 0 50px;
}
.headerMenu__logo {
	float: left;
	width: 105px;
	height: 66px; /* IE */
}
/* タイトル */
.headerMenu__title {
	padding: 21px 0;
	font-size: calc(20rem / 16);
	line-height: calc(24em / 20);
	font-weight: bold;
	color: #FFF;
}

.headerMenu-outer {
	background: #000;
}
.common-header {
	background: #fff;
}

/* ---------- グローバルナビ ---------- */
.headerMenu__navi {
	float: right;
	width: auto;
}
.global-nav__list {
	margin-top: 21px;
}
.global-nav__list li {
	float: left;
	margin-left: 25px;
	font-size: calc(20rem / 16);
	line-height: calc(24em / 20);
	font-weight: bold;
	border-left: 1px solid #FFF;
}
.global-nav__list li .small {
	font-size: calc(16rem / 16);
	line-height: calc(24em / 16);
}
.global-nav__list li.orange a  {
	color: #D8481D;
}
.global-nav__list li:first-child {
	margin-left: 0;
	border-left: none;
}
.global-nav__list li a {
	padding-left: 25px;
	color: #FFF;
	transition: all 0.3s ease;
}
.global-nav__list li a:hover {
	color: #D8481D;
}
/* 詳細未定 */
.global-nav__list li.noLink {
	padding-left: 25px;
	color: #666;
}

/* コピー */
.headerMenu__copy {
	float: right;
	margin-top: 21px;
	width: 265px;
	font-family: 'Noto Serif JP';
	font-style: normal;
	font-weight: 500;
	font-size: calc(22rem / 16);
	line-height: calc(24em / 22);
	text-align: right;
	letter-spacing: -0.010em;
	color: #FFF;
}

/* -------------------- メイン -------------------- */
.main {
	padding-top: 0;
}

/* ---------- ファーストビュー ---------- */
.fv__fitArea {
	position: relative;
	width: 100%;
	background: url(../../images/fv__fitArea-box-bgImage.jpg) center center no-repeat;
	background-size: cover;
}
.fv__fitArea-box {
	overflow: hidden;
	position: relative;
	z-index: 0;
}
.fv__fitArea-box-bgMovie {
	position: absolute;
}
.fv__fitArea-box-dot {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../../images/dot.png) repeat;
	background-size: 4px 4px; /* pxで指定 */
}

/* ----- イベントタイトル ----- */
.fv__titleArea {
	position: absolute;
	left: 50%;
	top: 50%;
}
.fv__titleArea-box {
	padding-top: 66px;
	text-align: center;
	transform: translate(-50%,-50%);
}

.fv__titleArea-title {
	position: relative;
	width: 1280px;
	height: 630px;
}
.fv__titleArea-title-badge { /* バッジ */
	position: absolute;
	top: 0;
	right: 45px;
	width: 140px;
	transform: rotate(10deg);
	filter: drop-shadow(3px 3px 6px rgba(0,0,0,0.5));
	z-index: -9;
}
.fv__titleArea-mainTitle {
	text-align: center;
	color: #FFF;
	text-shadow: 3px 3px 6px rgba(0,0,0,0.8);
}
.fv__titleArea-mainTitle .eventCopy {
	font-size: calc(28rem / 16);
	line-height: calc(30em / 28);
	font-weight: bold;
	letter-spacing: 0.040em;
	display: block;
}
.fv__titleArea-mainTitle .eventCopy span {
	font-family: 'Noto Serif JP';
	font-style: normal;
	font-weight: 700;
}
.fv__titleArea-mainTitle .eventTitle {
	margin-top: 6px;
	font-family: 'Noto Serif JP';
	font-size: calc(64rem / 16);
	line-height: calc(66em / 64);
	font-style: normal;
	font-weight: 500;
	text-align: center;
	letter-spacing: -0.010em;
	display: block;
}
.fv__titleArea-mainTitle .subTitle {
	margin-top: 15px;
	font-size: calc(28rem / 16);
	line-height: calc(30em / 28);
	font-weight: bold;
	text-shadow: 3px 3px 6px rgba(0,0,0,0.8);
	display: block;
}

/* ----- イベントコンテンツ ----- */
.fv__titleArea-eventContents {
	margin: 18px auto 0;
	width: 1280px;
}
.fv__titleArea-eventContents-box {
	position: relative;
	margin-top: 6px;
	padding: 18px 170px 12px 170px;
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 25%, rgba(255,255,255,0.7) 75%, rgba(255,255,255,0) 100%);
}

/* プレイベント */
.fv__titleArea-eventContents-box.pre_event .eventTag {
	float: left;
	margin-top: 3px;
	width: 120px;
	padding: 6px 10px;
	font-size: calc(18rem / 16);
	line-height: calc(18em / 18);
	font-weight: bold;
	color: #FFF;
	letter-spacing: -0.085em;
	text-align: center;
	background: #5AC5CE;
}
.fv__titleArea-eventContents-box.pre_event .eventName {
	float: left;
	margin-left: 15px;
	width: 590px;
	font-size: calc(28rem / 16);
	line-height: calc(36em / 28);
	font-weight: bold;
	text-align: left;
}
.fv__titleArea-eventContents-box.pre_event .eventSubName {
	float: left;
	margin-top: 9px;
	width: 725px;
	font-size: calc(17rem / 16);
	line-height: calc(18em / 17);
	text-align: left;
	color: #D8481D;
}
.fv__titleArea-eventContents-box.pre_event .eventDate {
	float: left;
	margin-top: 9px;
	width: 725px;
	font-size: calc(22rem / 16);
	line-height: calc(24em / 22);
	font-weight: bold;
	text-align: left;
}

/* 第1回 */
.fv__titleArea-eventContents-box.first_symposium .eventTag {
	float: left;
	margin-top: 3px;
	width: 70px;
	padding: 6px 10px;
	font-size: calc(18rem / 16);
	line-height: calc(18em / 18);
	font-weight: bold;
	color: #FFF;
	letter-spacing: 0.040em;
	text-align: center;
	background: #E77E2F;
}
.fv__titleArea-eventContents-box.first_symposium .eventName {
	float: left;
	margin-left: 15px;
	width: 640px;
	font-size: calc(34rem / 16);
	line-height: calc(36em / 34);
	font-weight: bold;
	text-align: left;
}
.fv__titleArea-eventContents-box.first_symposium .eventSubName {
	float: left;
	margin-top: 9px;
	width: 725px;
	font-size: calc(17rem / 16);
	line-height: calc(18em / 17);
	text-align: left;
}
.fv__titleArea-eventContents-box.first_symposium .eventDate {
	float: left;
	margin-top: 9px;
	width: 725px;
	font-size: calc(22rem / 16);
	line-height: calc(24em / 22);
	font-weight: bold;
	text-align: left;
}

/* 第2回 */
.fv__titleArea-eventContents-box.second_symposium .eventTag {
	float: left;
	margin-top: 3px;
	width: 70px;
	padding: 6px 10px;
	font-size: calc(18rem / 16);
	line-height: calc(18em / 18);
	font-weight: bold;
	color: #FFF;
	letter-spacing: 0.040em;
	text-align: center;
	background: #EE5B6E;
}
.fv__titleArea-eventContents-box.second_symposium .eventName {
	float: left;
	margin-left: 15px;
	width: 640px;
	font-size: calc(34rem / 16);
	line-height: calc(36em / 34);
	font-weight: bold;
	text-align: left;
}
.fv__titleArea-eventContents-box.second_symposium .eventSubName {
	float: left;
	margin-top: 9px;
	width: 725px;
	font-size: calc(17rem / 16);
	line-height: calc(18em / 17);
	text-align: left;
}
.fv__titleArea-eventContents-box.second_symposium .eventDate {
	float: left;
	margin-top: 9px;
	width: 725px;
	font-size: calc(22rem / 16);
	line-height: calc(24em / 22);
	font-weight: bold;
	text-align: left;
}

/* ボタン */
.fv__titleArea-eventContents-box .nolinkBtn {
	position: absolute;
	top: 30px;
	right: 170px;
	width: 115px;
	padding: 12px 10px;
	font-size: calc(19rem / 16);
	line-height: calc(21em / 19);
	font-weight: bold;
	text-align: center;
	color: #FFF;
	background: #999;
	border-radius: 3px;
}
.fv__titleArea-eventContents-box.first_symposium .nolinkBtn {
}
.fv__titleArea-eventContents-box .linkBtn a {
	position: absolute;
	top: 30px;
	right: 170px;
	width: 115px;
	padding: 12px 10px;
	font-size: calc(19rem / 16);
	line-height: calc(21em / 19);
	font-weight: bold;
	text-align: center;
	color: #FFF;
	background: #D8481D;
	border-radius: 3px;
	display: block;
	transition: all 0.3s ease;
}
.fv__titleArea-eventContents-box .linkBtn a:hover {
	opacity: 0.5;
}

/* 申込受付中 */
.fv__titleArea-eventContents-box .nowAccepting {
	position: absolute;
	top: 18px;
	left: 170px;
	width: 45px;
	-webkit-animation: blink 1.0s ease-in-out infinite alternate;
    -moz-animation: blink 1.0s ease-in-out infinite alternate;
    animation: blink 1.0s ease-in-out infinite alternate;
}
@-webkit-keyframes blink {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
@-moz-keyframes blink {
    0% { opacity:0; }
    100% { opacity: 1; }
}
@keyframes blink {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

/* 通知 */
.fv__titleArea-eventNotice {
	margin: 21px auto 0;
	width: 940px;
	color: #FFF;
}
.fv__titleArea-eventNotice .notice {
	font-size: calc(25rem / 16);
	line-height: calc(27em / 25);
	font-weight: bold;
	text-align: center;
	text-shadow: 3px 3px 6px rgba(0,0,0,0.8);
}
.fv__titleArea-eventNotice .notice i {
	padding-right: 0.35em;
}
.fv__titleArea-eventNotice .note {
	margin-top: 9px;
	font-size: calc(16rem / 16);
	line-height: calc(18em / 16);
	font-weight: normal;
	text-align: center;
	text-shadow: 3px 3px 6px rgba(0,0,0,0.8);
}

/* 開催レポートページへのリンク */
.fv__titleArea-linkBtn-eventReport a {
	margin: 18px auto 0;
	width: 480px;
	padding: 15px 10px;
	font-size: calc(25rem / 16);
	line-height: calc(27em / 25);
	font-weight: bold;
	text-align: center;
	color: #FFF;
	background: #CD9B2F;
	border-radius: 3px;
	display: block;
	transition: all 0.3s ease;
}
.fv__titleArea-linkBtn-eventReport a:hover {
	opacity: 0.5;
}
.fv__titleArea-linkBtn-eventReport a i  {
	padding-left: 0.35em;
}

/* -------------------- 下層ページは以下 -------------------- */
/* プレイベントページ style_pc_pre-event.css */
/* 第1回シンポジウム style_pc_1st-symposium.css */
/* 第2回シンポジウム style_pc_2nd-symposium.css */


/* -------------------- フッタ -------------------- */
footer {
	width: 100%;
	height: 156px;
	padding: 30px 0 27px;
	color: #FFF;
	background: #000;
}
.footer__outer{
	margin: 0 auto;
	min-width: 1280px;
	padding: 0 50px;
}
.footer__logo {
	float: left;
	width: 100px;
	height: 63px; /* IE */
}
footer .organization {
	margin-left: 120px;
	font-size: calc(19rem / 16);
	line-height: calc(21em / 19);
	font-weight: bold;
}
footer .number {
	margin: 3px 0 0 120px;
	font-size: calc(14rem / 16);
	line-height: calc(18em / 14);
}
footer .address {
	margin: 6px 0 0 120px;
	font-size: calc(16rem / 16);
	line-height: calc(18em / 16);
}
footer small {
	margin: 18px auto 0;
	min-width: 1280px;
	padding: 0 40px;
	font-size: calc(14rem / 16);
	line-height: calc(15em / 14);
	color: #FFF;
	display: block;
}

@media screen and (max-height:720px) { 

	/* ----- イベントタイトル ----- */
	.fv__titleArea {
		position: absolute;
		left: 50%;
		top: 50%;
	}
	.fv__titleArea-box {
		padding-top: 66px;
		text-align: center;
		transform: translate(-50%,-50%);
	}
	
	.fv__titleArea-title {
		position: relative;
		width: 1280px;
		height: 480px;
	}
	.fv__titleArea-title-badge { /* バッジ */
		position: absolute;
		top: -3px;
		right: 210px;
		width: calc(140px * 0.75);
		transform: rotate(10deg);
		filter: drop-shadow(3px 3px 6px rgba(0,0,0,0.5));
		z-index: -9;
	}
	.fv__titleArea-mainTitle {
		text-align: center;
		color: #FFF;
		text-shadow: 3px 3px 6px rgba(0,0,0,0.8);
	}
	.fv__titleArea-mainTitle .eventCopy {
		font-size: calc(22rem / 16);
		line-height: calc(24em / 22);
		font-weight: bold;
		letter-spacing: 0.040em;
		display: block;
	}
	.fv__titleArea-mainTitle .eventCopy span {
		font-family: 'Noto Serif JP';
		font-style: normal;
		font-weight: 700;
	}
	.fv__titleArea-mainTitle .eventTitle {
		margin-top: 3px;
		font-family: 'Noto Serif JP';
		font-size: calc(46rem / 16);
		line-height: calc(48em / 46);
		font-style: normal;
		font-weight: 500;
		text-align: center;
		letter-spacing: -0.010em;
		display: block;
	}
	.fv__titleArea-mainTitle .subTitle {
		margin-top: 9px;
		font-size: calc(19rem / 16);
		line-height: calc(24em / 19);
		font-weight: bold;
		text-shadow: 3px 3px 6px rgba(0,0,0,0.8);
		display: block;
	}
	
	/* ----- イベントコンテンツ ----- */
	.fv__titleArea-eventContents {
		margin: 9px auto 0;
		width: 1210px;
	}
	.fv__titleArea-eventContents-box {
		position: relative;
		margin-top: 3px;
		padding: 12px 210px 9px 265px;
		background: rgb(255,255,255);
		background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 25%, rgba(255,255,255,0.7) 75%, rgba(255,255,255,0) 100%);
	}
	
	/* プレイベント */
	.fv__titleArea-eventContents-box.pre_event .eventTag {
		float: left;
		margin-top: 3px;
		width: 110px;
		padding: 1.5px 10px;
		font-size: calc(16rem / 16);
		line-height: calc(18em / 16);
		font-weight: bold;
		color: #FFF;
		letter-spacing: -0.085em;
		text-align: center;
		background: #5AC5CE;
	}
	.fv__titleArea-eventContents-box.pre_event .eventName {
		float: left;
		margin-left: 15px;
		width: 480px;
		font-size: calc(22rem / 16);
		line-height: calc(27em  / 22);
		font-weight: bold;
		text-align: left;
	}
	.fv__titleArea-eventContents-box.pre_event .eventSubName {
		float: left;
		margin-top: 6px;
		width: 605px;
		font-size: calc(16rem / 16);
		line-height: calc(18em / 16);
		text-align: left;
		color: #D8481D;
	}
	.fv__titleArea-eventContents-box.pre_event .eventDate {
		float: left;
		margin-top: 6px;
		width: 605px;
		font-size: calc(19rem / 16);
		line-height: calc(21em / 19);
		font-weight: bold;
		text-align: left;
	}
	
	/* 第1回 */
	.fv__titleArea-eventContents-box.first_symposium .eventTag {
		float: left;
		margin-top: 3px;
		width: 70px;
		padding: 1.5px 10px;
		font-size: calc(16rem / 16);
		line-height: calc(18em / 16);
		font-weight: bold;
		color: #FFF;
		letter-spacing: 0.040em;
		text-align: center;
		background: #E77E2F;
	}
	.fv__titleArea-eventContents-box.first_symposium .eventName {
		float: left;
		margin-left: 15px;
		width: 520px;
		font-size: calc(25rem / 16);
		line-height: calc(27em / 25);
		font-weight: bold;
		text-align: left;
	}
	.fv__titleArea-eventContents-box.first_symposium .eventSubName {
		float: left;
		margin-top: 6px;
		width: 605px;
		font-size: calc(16rem / 16);
		line-height: calc(18em / 16);
		text-align: left;
	}
	.fv__titleArea-eventContents-box.first_symposium .eventDate {
		float: left;
		margin-top: 6px;
		width: 605px;
		font-size: calc(19rem / 16);
		line-height: calc(21em / 19);
		font-weight: bold;
		text-align: left;
	}
	
	/* 第2回 */
	.fv__titleArea-eventContents-box.second_symposium .eventTag {
		float: left;
		margin-top: 3px;
		width: 70px;
		padding: 1.5px 10px;
		font-size: calc(16rem / 16);
		line-height: calc(18em / 16);
		font-weight: bold;
		color: #FFF;
		letter-spacing: 0.040em;
		text-align: center;
		background: #EE5B6E;
	}
	.fv__titleArea-eventContents-box.second_symposium .eventName {
		float: left;
		margin-left: 15px;
		width: 520px;
		font-size: calc(25rem / 16);
		line-height: calc(27em / 25);
		font-weight: bold;
		text-align: left;
	}
	.fv__titleArea-eventContents-box.second_symposium .eventSubName {
		float: left;
		margin-top: 6px;
		width: 605px;
		font-size: calc(16rem / 16);
		line-height: calc(18em / 16);
		text-align: left;
	}
	.fv__titleArea-eventContents-box.second_symposium .eventDate {
		float: left;
		margin-top: 6px;
		width: 605px;
		font-size: calc(19rem / 16);
		line-height: calc(21em / 19);
		font-weight: bold;
		text-align: left;
	}
	
	/* ボタン */
	.fv__titleArea-eventContents-box .nolinkBtn {
		position: absolute;
		top: 24px;
		right: 210px;
		width: 115px;
		padding: 6px 10px;
		font-size: calc(16rem / 16);
		line-height: calc(18em / 16);
		font-weight: bold;
		text-align: center;
		color: #FFF;
		background: #999;
		border-radius: 3px;
	}
	.fv__titleArea-eventContents-box.first_symposium .nolinkBtn {
	}
	.fv__titleArea-eventContents-box .linkBtn a {
		position: absolute;
		top: 24px;
		right: 210px;
		width: 115px;
		padding: 6px 10px;
		font-size: calc(16rem / 16);
		line-height: calc(18em / 16);
		font-weight: bold;
		text-align: center;
		color: #FFF;
		background: #D8481D;
		border-radius: 3px;
		display: block;
		transition: all 0.3s ease;
	}
	.fv__titleArea-eventContents-box .linkBtn a:hover {
		opacity: 0.5;
	}
	
	/* 申込受付中 */
	.fv__titleArea-eventContents-box .nowAccepting {
		position: absolute;
		top: 15px;
		left: 210px;
		width: 35px;
	}
	
	/* 通知 */
	.fv__titleArea-eventNotice {
		margin: 12px auto 0;
		width: 940px;
		color: #FFF;
	}
	.fv__titleArea-eventNotice .notice {
		font-size: calc(19rem / 16);
		line-height: calc(21em / 19);
		font-weight: bold;
		text-align: center;
		text-shadow: 3px 3px 6px rgba(0,0,0,0.8);
	}
	.fv__titleArea-eventNotice .notice i {
		padding-right: 0.35em;
	}
	.fv__titleArea-eventNotice .note {
		margin-top: 9px;
		font-size: calc(16rem / 16);
		line-height: calc(18em / 16);
		font-weight: normal;
		text-align: center;
		text-shadow: 3px 3px 6px rgba(0,0,0,0.8);
	}

	/* 開催レポートページへのリンク */
	.fv__titleArea-linkBtn-eventReport a {
		margin: 15px auto 0;
		width: 390px;
		padding: 12px 10px;
		font-size: calc(19rem / 16);
		line-height: calc(22em / 19);
		font-weight: bold;
		text-align: center;
		color: #FFF;
		background: #CD9B2F;
		border-radius: 3px;
		display: block;
		transition: all 0.3s ease;
	}
	.fv__titleArea-linkBtn-eventReport a:hover {
		opacity: 0.5;
	}
	.fv__titleArea-linkBtn-eventReport a i  {
		padding-left: 0.35em;
	}
	
}