@charset "utf-8";

/* COMMON HEADER
--------------------------------------------------------*/

@media (min-width:1017px) {
	header .pc {
		display: block;
	}
	header .mb {
		display: none;
	}
}

@media only screen and (max-width:1016px) {
	header .pc {
		display: none;
	}
	header .mb {
		display: block;
	}
}


/* COMMON FONT
--------------------------------------------------------*/

body {
	font-family: helvetica, arial, '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシックPro', 'HiraginoKakuGothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳＰゴシック', 'MS PGothic', sans-serif;
}

:lang(en) {
	font-family: helvetica, arial sans-serif;
}

#globalContainer {
	font-family: "Noto Sans Japanese", '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシックPro', 'HiraginoKakuGothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳＰゴシック', 'MS PGothic', sans-serif;
}


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

body, html {
	height: 100%;
}

main {
	display: block;
}

.clear:after {
	content: "";
	display: block;
	clear: both;
}

.pc-only {
	display: block;
}

.mb-only {
	display: none;
}

img {
	max-width: 100%;
	width/***/
	: auto;
	height: auto;
	vertical-align: bottom;
}

#globalContainer {
	background: #1a72e0 url(../out_images/pc/bg_wide.png) no-repeat;
	background: url(../out_images/pc/bg_wide.png) no-repeat, -moz-linear-gradient(left, #1a72e0 0%, #167bdf 14%, #059fda 49%, #01a4d8 59%, #00a4d7 66%, #009cd4 75%, #007ccd 90%, #006fcb 100%);
	background: url(../out_images/pc/bg_wide.png) no-repeat, -webkit-linear-gradient(left, #1a72e0 0%, #167bdf 14%, #059fda 49%, #01a4d8 59%, #00a4d7 66%, #009cd4 75%, #007ccd 90%, #006fcb 100%);
	background: url(../out_images/pc/bg_wide.png) no-repeat, linear-gradient(to right, #1a72e0 0%, #167bdf 14%, #059fda 49%, #01a4d8 59%, #00a4d7 66%, #009cd4 75%, #007ccd 90%, #006fcb 100%);
	-moz-background-size: 100% auto, auto;
	background-size: 100% auto, auto;
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

.webp #globalContainer {
	background: url(../out_images/pc/bg_wide.webp) no-repeat, linear-gradient(to right, #1a72e0 0%, #167bdf 14%, #059fda 49%, #01a4d8 59%, #00a4d7 66%, #009cd4 75%, #007ccd 90%, #006fcb 100%);
	background-size: 100% auto, auto;
}

.snsbox {
	position: absolute;
	top: 15px;
	right: 0;
	text-align: center
}

.snsbox .twitter, .snsbox .facebook {
	float: right;
	margin: 20px 0 0 5px;
}

.snsbox .twitter {
	width: 100px;
}

.snsbox .snsbox-youtube {
	clear: both;
	margin: 0 auto;
	padding-top: 4px;
}

#index-header {
	background: url(../out_images/pc/main-header_bg.png) no-repeat top center;
	position: relative;
	margin-bottom: 23px
}

@media only screen and (max-width:980px) {
	#index-header {
		background: url(../out_images/pc/main-header_bg.png) no-repeat top center;
		background-size: 110% auto;
	}
}

#index-header .inner {
	max-width: 990px;
	margin: 0 auto;
	padding: 0 10px;
	position: relative
}

#index-header .date {
	color: #e0d000;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	-moz-text-shadow: 0px 0px 6px #093168, 0px 0px 8px #093168, 0px 0px 10px #093168, 0px 0px 14px #093168;
	-webkit-text-shadow: 0px 0px 6px #093168, 0px 0px 8px #093168, 0px 0px 10px #093168, 0px 0px 14px #093168;
	text-shadow: 0px 0px 6px #093168, 0px 0px 8px #093168, 0px 0px 10px #093168, 0px 0px 14px #093168;
	padding: 7px 0 9px 0;
}

#index-header .txtband {
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.80) 15%, rgba(255, 255, 255, 0.80) 85%, rgba(255, 255, 255, 0) 100%);
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.80) 15%, rgba(255, 255, 255, 0.80) 85%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.80) 15%, rgba(255, 255, 255, 0.80) 85%, rgba(255, 255, 255, 0) 100%);
	text-align: center
}

#index-header .txtband .ttl {
	color: #fff;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 2px;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	background-color: #187aba;
	padding: 6px 24px;
	margin: 15px 12px;
	display: inline-block
}

#index-header .txtband .txt01, #index-header .txtband .txt02 {
	color: #09469a;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	margin: 15px 0 10px;
	padding-top: 7px;
	display: inline-block
}

#index-header .txtband .txt01 {
	margin-right: 20px
}

.globalouter {
	max-width: 990px;
	margin: 0 auto;
	padding: 0 10px;
}

.globalouter:after {
	content: "";
	display: block;
	clear: both;
}

#Contentswrapper {
	float: right;
	width: 100%;
	margin-left: -240px;
	margin-bottom: 173px;
}

#mainContents, #subContents {
	margin-left: 240px;
	border-left: 4px solid #5fb370;
	border-right: 4px solid #4b90d0;
	box-sizing: border-box;
	background-color: rgba(255, 255, 255, 0.9);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 46, 71, 0.6);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 46, 71, 0.6);
	box-shadow: 0px 0px 10px 0px rgba(0, 46, 71, 0.6);
	height: 100%;
	color: #154ca0;
}

#mainContents:before, #mainContents:after, #subContents:before, #subContents:after {
	content: "";
	display: block;
	height: 4px;
	background: -webkit-linear-gradient(to right, #5fb370 0%, #4b90d0 100%);
	background: -moz-linear-gradient(to right, #5fb370 0%, #4b90d0 100%);
	background: -ms-linear-gradient(to right, #5fb370 0%, #4b90d0 100%);
	background: linear-gradient(to right, #5fb370 0%, #4b90d0 100%);
}

#subContents {
	margin-top: 30px;
}


/*-----------------------------------------------------------------
  sideNavi
------------------------------------------------------------------*/

#sideNavi {
	width: 215px;
	float: left;
	margin-bottom: 173px;
}

#sideNavi .naviMenu ul {
	background: -webkit-linear-gradient(0deg, #58b772 0%, #4fa4a2 51%, #468fd1 100%);
	background: -moz-linear-gradient(0deg, #58b772 0%, #4fa4a2 51%, #468fd1 100%);
	background: linear-gradient(90deg, #58b772 0%, #4fa4a2 51%, #468fd1 100%);
	box-shadow: 0px 0px 10px 0px rgba(0, 30, 47, 0.75);
	color: #297d8f;
	line-height: 1;
	font-size: 14px;
	margin-bottom: 19px
}

#sideNavi .naviMenu ul a {
	color: #fff;
}

#sideNavi .naviMenu ul a {
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	background: url(../svg_images/side_arrow.svg) no-repeat right 17px center;
}

#sideNavi .naviMenu ul a:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ffe400;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

#sideNavi .naviMenu ul a:hover, #sideNavi .naviMenu ul a:focus, #sideNavi .naviMenu ul a:active {
	color: #09469a;
}

#sideNavi .naviMenu ul a:hover:before, #sideNavi .naviMenu ul a:focus:before, #sideNavi .naviMenu ul a:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

#sideNavi .naviMenu ul a:hover:after, #sideNavi .naviMenu ul a:focus:after, #sideNavi .naviMenu ul a:active:after {
	position: absolute;
	content: url(../svg_images/side_arrow_on.svg);
	top: 50%;
	right: 17px;
	margin-top: -7px;
}

#sideNavi .naviMenu ul a, #sideNavi .naviMenu ul span {
	display: block;
	padding: 18px 16px 15px 16px;
}

#sideNavi .naviMenu ul li:after {
	content: "";
	display: block;
	height: 2px;
	background: linear-gradient(to right, #297d8f 0%, #297d8f 100%);
}

#sideNavi .naviMenu ul li:last-child:after {
	height: 0;
	background: none
}


/*-----------------------------------------------------------------
  footer
------------------------------------------------------------------*/

footer {
	background-color: #000;
	color: #fff;
	font-size: 11px;
	line-height: 1.2;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100px;
}

footer a {
	color: #fff;
}

footer .container {
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px 5px;
	box-sizing: border-box;
}

footer .container:after {
	content: "";
	display: block;
	clear: both;
}

footer .menu {
	float: left;
}

footer .menu ul {}

footer .menu ul:after {
	content: "";
	display: block;
	clear: both;
}

footer .menu ul li {
	float: left;
	padding: 0 8px;
	line-height: 1.2;
}

footer .menu li+li {
	border-left: 1px solid #ccc;
}

footer .logo {
	float: right;
}

footer .logo img {
	width: 83px;
	height: auto;
}

footer .copyright {
	clear: both;
	float: right;
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 11px;
}


/*-----------------------------------------------------------------
  pageTop
------------------------------------------------------------------*/

.pageTop {
	width: 37px;
	position: fixed;
	bottom: 100px;
	right: 2%;
	z-index: 9999;
}


/*-----------------------------------------------------------------
  index
------------------------------------------------------------------*/

.linkbox a {
	display: inline-block;
	border: 2px #154ca0 solid;
	padding: 12px 46px;
	color: #154ca0;
	font-size: 14px;
	line-height: 1;
}

.linkbox a {
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	background: url(../svg_images/side_arrow.svg) no-repeat right 17px center;
}

.linkbox a:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #154ca0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.linkbox a:hover, .linkbox a:focus, .linkbox a:active {
	color: #fff;
}

.linkbox a:hover:after, .linkbox a:focus:after, .linkbox a:active:after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.pdfbtn:before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 18px;
	margin: -3px 10px 0 0;
	background: url("../svg_images/icon_pdf.svg") no-repeat;
	background-size: contain;
	vertical-align: middle
}

.pdfbtn:hover:before, .pdfbtn:focus:before, .pdfbtn:active:before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 18px;
	margin: -3px 10px 0 0;
	background: url("../svg_images/icon_pdf_on.svg") no-repeat;
	background-size: contain;
	vertical-align: middle
}

#main-Poster {
	max-width: 720px;
	margin: 0 auto;
	padding: 22px 20px 37px 20px;
	text-align: center
}

#main-Poster h2 {
	background: url("../out_images/index_midasibg.png") no-repeat center center;
	background-size: 100% auto;
	padding: 18px 0 24px 0;
	text-align: center;
	font-size: 24px;
	color: #154ca0;
	line-height: 1;
	-moz-text-shadow: 0px 0px 10px #fff;
	-webkit-text-shadow: 0px 0px 10px #fff;
	text-shadow: 0px 0px 10px #fff;
	margin-bottom: 10px
}

#main-Poster .photo {
	margin-bottom: 32px;
	float: left;
	max-width: 50%;
}

#main-Poster img {
	max-width: 90%;
}

#main-Poster .linkbox {
	clear: both;
}


/*-----------------------------------------------------------------
  outline
------------------------------------------------------------------*/

#page-header {
	background: url(../out_images/pc/page_bg.png) no-repeat top center;
	position: relative;
	padding-bottom: 23px;
}

@media only screen and (max-width:980px) {
	#page-header {
		background: url(../out_images/pc/page_bg.png) no-repeat top center;
		background: url(../out_images/pc/page_bg.png) no-repeat bottom -10px center;
		background-size: 102% auto;
	}
}

#page-header .snsbox {
	top: 5px;
}

#page-header .inner {
	max-width: 990px;
	margin: 0 auto;
	padding: 0 10px;
	position: relative
}

#page-header h1 {
	margin-bottom: 78px
}

#page-header h2 {
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.80) 15%, rgba(255, 255, 255, 0.80) 85%, rgba(255, 255, 255, 0) 100%);
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.80) 15%, rgba(255, 255, 255, 0.80) 85%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.80) 15%, rgba(255, 255, 255, 0.80) 85%, rgba(255, 255, 255, 0) 100%);
	text-align: center;
	color: #154ca0;
	font-size: 26px;
	line-height: 1;
	-moz-text-shadow: 0px 0px 10px #fff;
	-webkit-text-shadow: 0px 0px 10px #fff;
	text-shadow: 0px 0px 10px #fff;
	padding: 18px;
	margin: 0 15%
}

.footsns {
	display: none
}

#main-Outline {
	padding: 33px 38px 4px 38px
}

#main-Outline dl {
	display: block;
	font-size: 14px;
	line-height: 1.7;
}

#main-Outline dt {
	border-bottom: 1px solid #57a693;
	padding-bottom: 4px;
	margin-bottom: 4px
}

#main-Outline dd {
	margin-bottom: 32px
}


/*-----------------------------------------------------------------
  banner in index&ouline
------------------------------------------------------------------*/

ul.sponsors1, ul.sponsors2 {
	text-align: center;
	padding: 10px 0;
}

ul.sponsors2 {
	padding-bottom: 20px;
}

ul.sponsors1 li, ul.sponsors2 li {
	margin: 10px 5px 0;
	display: inline-block;
}


/*-----------------------------------------------------------------
  tickets-access
------------------------------------------------------------------*/

#main-tickets-access {
	padding: 32px 46px 6px 46px;
	font-size: 12px;
	color: #353535;
}

#main-tickets-access .tickets-access-txt {
	padding: 16px 0 24px;
	line-height: 1.8;
}

#main-tickets-access a:hover {
	opacity: 0.7;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}

#main-tickets-access ul.tickets-access-nav {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto 20px;
}

#main-tickets-access ul.tickets-access-nav li {
	border: 1px solid #57a693;
	width: 48%;
	height: 32px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#main-tickets-access ul.tickets-access-nav li a {
	display: block;
	width: 100%;
	height: 32px;
	font-size: 14px;
	font-weight: 700;
	color: #154ca0;
	text-align: center;
	line-height: 32px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#main-tickets-access ul.tickets-access-nav li a:before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 7px;
	background: url(../out_images/tickets-access/pc/link_arrow.png);
	-webkit-background-size: 8px 7px;
	-moz-background-size: 8px 7px;
	background-size: 8px 7px;
	position: relative;
	top: -1px;
	margin: 0 5px;
}

#main-tickets-access h3 {
	font-size: 24px;
	color: #154ca0;
	font-weight: 700;
	border-bottom: 2px solid #154ca0;
	padding-bottom: 8px;
}

#main-tickets-access h4 {
	width: 100%;
	height: 40px;
	border: 1px solid #57a693;
	color: #154ca0;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	padding-left: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/* チケット情報
------------------------------*/

#main-tickets-access #ticket {
	padding-top: 10px;
}

#main-tickets-access #ticket dl dd {
	width: 18%;
	float: left;
}

#main-tickets-access #ticket dl dt {
	width: 80%;
	float: right;
	border: 1px dotted #3a3b3b;
	padding: 6px 16px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.4;
}

#main-tickets-access #ticket dl dt span {
	font-size: 14px;
	line-height: 1.6;
}

#main-tickets-access #ticket dl.ticket01 {
	margin-bottom: 12px;
}

#main-tickets-access #ticket dl.ticket01:after {
	content: "";
	display: block;
	clear: both;
}

#main-tickets-access #ticket dl.ticket01 dd {
	background: url(../out_images/tickets-access/pc/tickets_img01.png) left top no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
	height: 0;
	padding-bottom: 30%;
}

#main-tickets-access #ticket dl.ticket01 dd img {
	display: none;
}

#main-tickets-access #ticket dl.ticket01 dt {
	width: 80%;
	min-height: 189px;
	float: right;
}

#main-tickets-access #ticket dl.ticket01 dt ul {
	margin-top: 15px;
}

#main-tickets-access #ticket dl.ticket01 dt li {
	line-height: 1.6;
}

#main-tickets-access #ticket dl.ticket01 dt li:nth-child(1) {
	color: #a67a1e;
	margin-bottom: 5px;
}

#main-tickets-access #ticket dl.ticket01 dt li:nth-child(2) {
	background: url(../out_images/tickets-access/pc/tickets_no1.png) left top no-repeat;
	padding-left: 32px;
	min-height: 21px;
	margin-bottom: 5px;
}

#main-tickets-access #ticket dl.ticket01 dt li:nth-child(3) {
	background: url(../out_images/tickets-access/pc/tickets_no2.png) left top no-repeat;
	padding-left: 32px;
	min-height: 21px;
	margin-bottom: 5px;
}

#main-tickets-access #ticket dl.ticket01 dt li:nth-child(4) {
	background: url(../out_images/tickets-access/pc/tickets_no3.png) left top no-repeat;
	padding-left: 32px;
	min-height: 21px;
	margin-bottom: 5px;
}

#main-tickets-access #ticket dl.ticket02 {
	margin-bottom: 12px;
}

#main-tickets-access #ticket dl.ticket02:after {
	content: "";
	display: block;
	clear: both;
}

#main-tickets-access #ticket dl.ticket02 dd {
	background: url(../out_images/tickets-access/pc/tickets_img02.png) left top no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
	height: 0;
	padding-bottom: 10.952%;
}

#main-tickets-access #ticket dl.ticket02 dd img {
	display: none;
}

#main-tickets-access #ticket dl.ticket02 dt {
	width: 80%;
	min-height: 69px;
	float: right;
}

#main-tickets-access #ticket dl.ticket03 {
	margin-bottom: 30px;
}

#main-tickets-access #ticket dl.ticket03:after {
	content: "";
	display: block;
	clear: both;
}

#main-tickets-access #ticket dl.ticket03 dd {
	background: url(../out_images/tickets-access/pc/tickets_img03.png) left top no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
	height: 0;
	padding-bottom: 10.952%;
}

#main-tickets-access #ticket dl.ticket03 dd img {
	display: none;
}

#main-tickets-access #ticket dl.ticket03 dt {
	width: 80%;
	min-height: 69px;
	float: right;
}

#main-tickets-access #ticket .ticket_bnr {
	width: 100%;
	margin-bottom: 25px;
	text-align: center;
}

#main-tickets-access #ticket .ticket_bnr img {
	width: 100%;
}


/* 会場へのアクセス
------------------------------*/

#main-tickets-access #access {
	padding-top: 10px;
}

#main-tickets-access #access #map {
	width: 100%;
	height: 364px;
	margin: 20px auto 0;
	border: 1px solid #3bafed;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#main-tickets-access #access h4.icon01:before {
	content: "";
	width: 27px;
	height: 23px;
	display: inline-block;
	background: url(../out_images/tickets-access/pc/access_icon01.png);
	-webkit-background-size: 27px 23px;
	-moz-background-size: 27px 23px;
	background-size: 27px 23px;
	position: relative;
	top: 5px;
	margin: 0 5px;
}

#main-tickets-access #access h4.icon02:before {
	content: "";
	width: 27px;
	height: 23px;
	display: inline-block;
	background: url(../out_images/tickets-access/pc/access_icon02.png);
	-webkit-background-size: 27px 23px;
	-moz-background-size: 27px 23px;
	background-size: 27px 23px;
	position: relative;
	top: 3px;
	margin: 0 5px;
}


/*-----------------------------------------------------------------
  index campaignバナー追加 2017.06.12
------------------------------------------------------------------*/

#mainBnrbox {
	margin-left: 240px;
	margin-bottom: 30px;
}

#mainBnrbox .bnr1 {
	margin-bottom: 27px;
}

#mainBnrbox .bnr2 {
	padding: 0 6%;
}

#index .navi_bnr_campaign {
	display: none;
}
