@charset "UTF-8";

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

body,
#allWrap {
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1rem;
	line-height: 1.6;
	letter-spacing: 0.08em;
	color: #09325c;

	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	/*font-feature-settings: "palt", "liga";*/
	font-feature-settings: "liga";
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%; /* iPhoneの文字サイズバグの回避 */
}

/* Adobe Fonts
■DIN 2014 Regular
font-family: din-2014, sans-serif;
font-weight: 400;

■DIN 2014 Demi
font-family: din-2014, sans-serif;
font-weight: 600;

■DIN 2014 Bold
font-family: din-2014, sans-serif;
font-weight: 700;
*/

/* Google Fonts
■M PLUS 1p Regular
font-family: 'M PLUS 1p', sans-serif;
font-weight: 400;

■M PLUS 1p Bold
font-family: 'M PLUS 1p', sans-serif;
font-weight: 700;
*/

#allWrap { font-size: 1.6rem; }

/* ==================================================
LINK
================================================== */
a { outline: 0; transition: opacity 0.4s ease-out 0s, color 0.4s ease-out 0s, background-color 0.4s ease-out 0s; }
a:link { text-decoration: none; color: inherit; }
a:visited { text-decoration: none; color: inherit; }
a:hover { text-decoration: none; color: inherit; opacity: 0.8; }
a:active { text-decoration: none; color: inherit; }
:focus { outline: 0; }

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

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

/* ==================================================
PAGE BASE
================================================== */
body {
	background-color: #fff;
}

body#pageHome {
	background-color: #000;
}

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

#allWrap {
	width: 100%;
	text-align: center;
	overflow: hidden;
	position: relative;
	will-change: animation;
	animation: accessFadein 1.2s ease-out 0s both;
	min-width: 320px;
}

/* RESET CSS CUSTOM */
i, b, em {
	display: inline-block;
}

::before, ::after {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
/**/

@media screen and (min-width: 901px) {
}

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

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

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

/* iOS フルサイズディスプレイ対応 */
/*@media screen and (max-width: 768px) {
	.vfit-cover {
		padding-left: env(safe-area-inset-left);
		padding-right: env(safe-area-inset-right);
	}
}*/

/* ==================================================
SVG
================================================== */
.svgStyle {
  display: inline-block;
  width: 1em;
  height: 1em;
	line-height: 1;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

a .svgStyle {
	display: block;
	width: 100%;
	height: 100%;
}

/* ==========================================
Single-colored icons can be modified like so:
.icon-name {
  font-size: 32px;
  color: red;
}
========================================== */

.icon-name {
}

/* 呼び出しソースサンプル

▼アイコン
<svg class="svgStyle icon-name"><use xlink:href="/asset/img/common/symbol-defs.svg#icon-name"></use></svg>

*/

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

/* ==================================================
GLOBAL NAVIGATION
================================================== */
@media screen and (min-width: 641px) {
#globalNav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 46px;
	background: rgba(9,50,92,0.5) url("../img/common/menu_bg.png");
	font-family: din-2014, sans-serif;
	font-weight: 700;
	font-size: 1.8rem;
	z-index: 10000;
}

#globalNav .inner {
	height: 100%
}

#globalNav a {
	color: #fff;
}

#menuWrap {
	height: 100%;
}

#hamburgerBtn {
	display: none;
}

#hamburgerBtn a {
}

#hamburgerBtn a::before {
}

#hamburgerBtn a::after {
}

#menuWrap .menuList {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
	height: 100%;
	font-size: 1.6rem;
	letter-spacing: 0.06em;
	width: calc(100% - 141px)
}

#menuWrap .menuList li {
	margin-right: 25px;
}

#menuWrap .menuList li:nth-of-type(1) {
	order: 2;
}
#menuWrap .menuList li:nth-of-type(2) {
	order: 3;
}
#menuWrap .menuList li:nth-of-type(3) {
	order: 4;
}
#menuWrap .menuList li:nth-of-type(4) {
	order: 5;
}
#menuWrap .menuList li:nth-of-type(5) {
	order: 1;
}

/* NEW ICON */
/*#menuWrap .menuList li:nth-of-type(2),
#menuWrap .menuList li:nth-of-type(3),
#menuWrap .menuList li:nth-of-type(4) {
	position: relative;
}
#menuWrap .menuList li:nth-of-type(2)::after,
#menuWrap .menuList li:nth-of-type(3)::after,
#menuWrap .menuList li:nth-of-type(4)::after {
	content: "NEW";
	color: #fff;
	font-size: 1.2rem;
	background: #d41c1c;
	line-height: 1;
	position: absolute;
	bottom: -18px;
	left: 0;
	right: 0;
	text-align: center;
	width: 40px;
	height: 13px;
	margin: 0 auto;
}*/
/**/

#menuWrap .menuList li a {
}

#menuWrap .menuList li.comingsoon a {
	pointer-events: none;
	opacity: 0.3;
}

#pageHome #menuWrap .menuList li.current {
	display: none;
}

#menuWrap .menuList li.current a {
	pointer-events: none;
	opacity: 0.3;
}

#menuTicket {
	height: 46px;
	width: 140px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10001;
}

#menuTicket a {
	width: 100%;
	height: 100%;
	background: #d41c1c;
	display: block;
	display: flex;
	justify-content: center;
	align-items: center;
}
}

@media screen and (max-width: 640px) {
#globalNav {
	font-family: din-2014, sans-serif;
	font-weight: 700;
	font-size: 1.8rem;
}

#globalNav a {
	color: #fff;
}

#menuWrap {
	height: 100%;
}

#hamburgerBtn {
	height: 46px;
	width: 60px;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10002;
	transition: all 0.6s ease-out 0s;
}

#hamburgerBtn a {
	width: 100%;
	height: 100%;
	background: #09325c;
	display: block;
	position: relative;
}

#hamburgerBtn a::before,
#hamburgerBtn a::after {
	content: "";
	width: 36px;
	height: 1px;
	display: block;
	background: #fff;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	transition: all 0.6s ease-out 0s;
}

#hamburgerBtn a::before {
	top: calc(50% - 4px);
}

#hamburgerBtn a::after {
	top: calc(50% + 4px);
}

.menuOpen #hamburgerBtn a::before {
	top: calc(50% + 0px);
	transform: rotate(225deg);
	width: 26px;
}

.menuOpen #hamburgerBtn a::after {
	top: calc(50% + 0px);
	transform: rotate(315deg);
	width: 26px;
}

#menuWrap .menuList {
	position: fixed;
	width: 221px;
	right: -301px;
	top: 47px;
	z-index: 9998;
}

#menuWrap.menuOpen .menuList {
}

#menuWrap.menuOpen .menuList {
}

#menuWrap .menuList li {
	height: 46px;
	margin-bottom: 1px;
	transform: translateX(0px);
}

#menuWrap .menuList li:nth-of-type(1) {transition: transform 0.8s ease 0.0s;}
#menuWrap .menuList li:nth-of-type(2) {transition: transform 0.8s ease 0.2s;}
#menuWrap .menuList li:nth-of-type(3) {transition: transform 0.8s ease 0.4s;}
#menuWrap .menuList li:nth-of-type(4) {transition: transform 0.8s ease 0.6s;}
#menuWrap .menuList li:nth-of-type(5) {transition: transform 0.8s ease 0.8s;}
#menuWrap .menuList li:nth-of-type(6) {transition: transform 0.8s ease 1s;}

#menuWrap.menuOpen .menuList li:nth-of-type(1),
#menuWrap.menuOpen .menuList li:nth-of-type(2),
#menuWrap.menuOpen .menuList li:nth-of-type(3),
#menuWrap.menuOpen .menuList li:nth-of-type(4),
#menuWrap.menuOpen .menuList li:nth-of-type(5),
#menuWrap.menuOpen .menuList li:nth-of-type(6) {
	transform: translateX(-301px);
}

/* NEW ICON */
/*#menuWrap .menuList li:nth-of-type(2),
#menuWrap .menuList li:nth-of-type(4) {
	position: relative;
}
#menuWrap .menuList li:nth-of-type(2)::after,
#menuWrap .menuList li:nth-of-type(4)::after {
	content: "NEW";
	color: #fff;
	font-size: 1.2rem;
	background: #d41c1c;
	line-height: 1;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	text-align: center;
	width: 40px;
	height: 13px;
	margin: auto 0;
	z-index: 1;
}*/
/**/

#menuWrap .menuList li a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	height: 100%;
	padding-left: 30px;
	background: #09325c;
}

#menuWrap .menuList li:nth-of-type(odd) a {
	background: #1e456c;
}

#menuWrap .menuList li.comingsoon a {
	pointer-events: none;
	color: rgba(255,255,255,0.2);
}

#pageHome #menuWrap .menuList li.current {
	display: none;
}

#menuWrap .menuList li.current a {
	pointer-events: none;
	color: rgba(255,255,255,0.2);
}

#menuTicket {
	height: 46px;
	width: 160px;
	position: fixed;
	top: 0;
	right: 61px;
	z-index: 2001;
}

#menuTicket a {
	width: 100%;
	height: 100%;
	background: #d41c1c;
	display: block;
	display: flex;
	justify-content: center;
	align-items: center;
}
}

/* ==================================================
HEADER
================================================== */


/* ==================================================
FOOTER
================================================== */
#ftrWrap {
	background: #000;
	line-height: 1.2;
}

#ftrWrap.bgSwitch::after {
	content: "";
	width: 100%;
	height: 30vh;
	background-color: #000;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: -100;
}

@media screen and (max-width: 1000px) {
	#ftrWrap.bgSwitch::after {
		background-color: #1a1c1f;
	}
}

/* PAGE TOP */
#ftrWrap .pagetopBtn {
	height: 120px;
	position: relative;
	z-index: 1;
}

#ftrWrap .pagetopBtn a {
	display: block;
	width: 80px;
	height: 80px;
	margin: 0 auto;
	background: url("../img/common/pagetop.png") no-repeat center center;
}

#ftrWrap .pagetopBtn a img {
}


#ftrArea {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: nowrap;
	flex-direction: row;
	border-top: 1px solid #2f2f2f;
	position: relative;
	z-index: 2;
}

/* イノフェスロゴエリア */
#ftrArea .head {
	width: 25%;
	position: relative;
}

#ftrArea .set {
	width: 100%;
	border-left: 1px solid #2f2f2f;
}

@media screen and (min-width: 1200px) {
	#ftrArea .head {
		width: calc(100% - 900px);
	}

	#ftrArea .set {
		width: 900px;
	}
}


#ftrArea .head .inner {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
	height: 100%;
	padding: 0 40px;
}

#ftrArea .head .logo {
	width: 100%;
	margin-bottom: 70px;
}

#ftrArea .head .logo img {
	display: block;
	margin: 0 auto;
}

#ftrArea .head ul {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: row;
}

#ftrArea .head ul li {
	margin: 0 30px;
	width: 28px;
}

#ftrArea .head ul li a {
	display: block;
}

#ftrArea .head ul li a img {
	display: block;
}

/* リンクエリア */
#ftrArea .info {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
	flex-direction: row;
	border-bottom: 1px solid #2f2f2f;
	text-align: left;
}

#ftrArea .info .box {
	width: 50%;
	padding: 40px 20px 80px 40px;
}

#ftrArea .info .box:nth-child(2) {
	border-left: 1px solid #2f2f2f;
}

#ftrArea .info .box dl {
	line-height: 1.2;
}

#ftrArea .info .box dl:not(:last-child) {
	margin-bottom: 40px;
}

#ftrArea .info .box dl dt {
	color: #d0b87e;
	font-size: 1.5rem;
	margin-bottom: 20px;
}

#ftrArea .info .box dl dd {
	color: #fff;
	font-size: 1.6rem;
}

#ftrArea .info .box dl dd a {
}

#ftrArea .info .box dl dd a img {
}

#ftrArea .info .box dl dd .note {
	margin-top: 14px;
}

/* コピーライトエリア */
#ftrArea .foot {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
	padding: 20px 40px 30px;
}

#ftrArea .foot .inner {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
}

#ftrArea .foot ul {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: row;
}

#ftrArea .foot ul li {
}

#ftrArea .foot ul li:not(:last-child) {
	margin-right: 40px;
}

#ftrArea .foot ul li a {
}

#ftrArea .foot ul li a img {
}

#ftrArea .foot .copyright {
	color: #fff;
	font-family: din-2014, sans-serif;
	font-size: 1.3rem;
	padding-top: 5px;
}

#ftrArea .foot .copyright i {
	transform: translateY(-1px);
	margin-right: 5px;
}


@media screen and (max-width: 1000px) {
#ftrArea {
	display: block;
}

/* イノフェスロゴエリア */
#ftrArea .head {
	width: 100%;
}

#ftrArea .set {
	border-left: none;
	border-top: 1px solid #2f2f2f;
}

#ftrArea .head .inner {
	display: block;
	padding-bottom: 50px;
}

#ftrArea .head .logo {
	max-width: 220px;
	margin: 0 auto 50px;
	padding-top: 50px;
}

/* コピーライトエリア */
#ftrArea .foot {
	background: #1a1c1f;
}

#ftrArea .foot ul li:not(:last-child) {
	margin-right: 30px;
}
}

@media screen and (max-width: 768px) {
/* PAGE TOP */
#ftrWrap .pagetopBtn {
	height: 100px;
}

/* リンクエリア */
#ftrArea .info {
	display: block;
	padding: 40px 0 60px;
}

#ftrArea .info .box {
	padding: 0 20px;
	text-align: center;
	width: 100%;
}

#ftrArea .info .box:nth-child(2) {
	border-left: none;
	padding-top: 30px;
}

#ftrArea .info .box dl:not(:last-child) {
	margin-bottom: 30px;
}

/* コピーライトエリア */
#ftrArea .foot {
	display: block;
	padding: 30px 0;
}

#ftrArea .foot .inner {
}

#ftrArea .foot ul {
	width: 100%;
	margin-bottom: 40px;
	justify-content: center;
}

#ftrArea .foot ul li {
	margin: 0 3% !important;
}

#ftrArea .foot ul li:not(:last-child) {
	margin: 0 10px;
}
}


/* ==================================================
CONTENTS
================================================== */


/* slick CUSTOM
------------------------------ */
.slider {
  opacity: 0;
  transition: opacity .3s linear;
}
.slider.slick-initialized {
  opacity: 1;
}

/* .slider 共通設定 */
.sliderWrap .slider {
	margin-bottom: 10px;
}

.sliderWrap .slider .list {
}

.slider + .sliderController {
	position: relative;
	text-align: center;
}

.sliderController .arrows {
	position: absolute;
	/*top: -5px;*/
	top: -65px;
	width: 100%;
	height: 0;
}

.sliderController .dots {
	height: 100%;
	position: relative;
}

.slider + .sliderController {
	position: relative;
	text-align: center;
	height: 30px;
	display: block;
	width: 710px;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.slider + .sliderController {
		width: 480px;
	}
}

@media screen and (max-width: 480px) {
	.slider + .sliderController {
		display: inline-block;
		width: auto;
	}
	.sliderController .arrows {
		top: 0;
	}
}

/* アロー */
.slick-prev, .slick-next {
	background-repeat: no-repeat !important;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22layer%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%228px%22%20height%3D%2218px%22%20viewBox%3D%220%200%208%2018%22%20style%3D%22enable-background%3Anew%200%200%208%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20id%3D%22path%22%20points%3D%220.834%2C0%208%2C9%200.834%2C18%200%2C17.389%206.68%2C9%200%2C0.611%20%22%2F%3E%3C%2Fsvg%3E') !important;
	background-position: 50% !important;
	width: 30px !important;
	height: 30px !important;
	top: 0;
	transform: none;
	transition: all 0.4s ease 0s;
}
.bg-dark .slick-prev, .bg-dark .slick-next {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22layer%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%228px%22%20height%3D%2218px%22%20viewBox%3D%220%200%208%2018%22%20style%3D%22enable-background%3Anew%200%200%208%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cpolygon%20id%3D%22path%22%20class%3D%22st0%22%20points%3D%220.834%2C0%208%2C9%200.834%2C18%200%2C17.389%206.68%2C9%200%2C0.611%20%22%2F%3E%3C%2Fsvg%3E') !important;
}
.slick-prev:hover, .slick-next:hover {
	opacity: 0.5;
}
.slick-prev {
	left: 0 !important;
	transform: rotate(180deg) !important;
}
.slick-next {
	right: 0 !important;
}
.slick-prev::before, .slick-next::before {
	display: none !important;
}
.slick-prev::before {
}
.slick-prev::after {
}
.slick-next::before {
}

/* ドット */
.slick-dots {
	position: relative !important;
	width: auto;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: row;
	/*! transform: translateX(-50%); */
	padding: 0 40px;
	margin: 0 auto;
	bottom: 0;
	height: 100%;
	/*! z-index: 10; */
	/*! background: #000; */
}
.slick-dots li {
	margin: 0 1px !important;
	width: 18px !important;
	height: 18px !important;
}

@media screen and (max-width: 768px) {
	.slick-dots li {
	width: 28px !important;
	height: 18px !important;
}
}

.slick-dots li button {
	width: 100% !important;
	height: 100% !important;
}
.slick-dots li button::before {
	display: none !important;
}
.slick-dots li button::after {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 9px;
	height: 9px;
	border-radius: 10px;
	border: 1px solid #09325c;
	background-color: #fff;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition: all 0.4s ease 0s;
}

@media screen and (max-width: 768px) {
.slick-dots li button::after {
	top: 5px;
	left: 10px;
	width: 9px;
	height: 9px;
}
}

.slick-dots li.slick-active,
.slick-dots li.slick-active button {
	pointer-events: none;
}
.slick-dots li.slick-active button::after {
	background-color: #09325c;
}
.slick-dots li button:hover::after {
	background-color: #D2D2D2;
}


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

/*
####################################################################################################
##########　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 */
/* ----- */


/**/