@charset "utf-8";

html, body {
	height: 100%;
}

/*Clearfix*/
.clr {
	/zoom : 1;
	}
.clr:after {
	content : ' ';
	display : block;
	clear : both;
	height:0;
	}


#wrapper {
	background: #96e2f6;
	position: relative;
}
#wrapper.night {
	background: #4b4573;
}

a{
	overflow:hidden
	}
#container {
	max-width: 1920px;
	min-width: 980px;
	margin: 0 auto;
	padding-top: 60px;
}
.top .pageTop {
	display: none;
}

/* header
* ----------------------------------------*/
#header {
	height: 60px;
	box-shadow: 0px 0px 8px 0px #C5C5C5;
	position: fixed;
	z-index: 10;
	display: block;
	width: 100%;
	background: #fff;
}
#header .inner {
	width: 960px;
	margin: 0 auto;
}
#header p {
	float: left;
	padding-top: 11px;
}
#header ul {
	padding-top: 16px;
	text-align: right;
}
#header ul li {
	display: inline-block;
	margin-left: 35px;
	height: 27px;
	overflow: hidden;
}
#header ul li:hover img,
#header ul li.active img {
	margin-top: -27px;
}


/* Centered texts in each section
* --------------------------------------- */
.section{
	text-align:center;
}

/* Fixed header and footer.
* --------------------------------------- */

#upperFotter {
	position: fixed;
	bottom: 2em;
	z-index: 6;
	width: 70%;
	display: table;
	left: 60%;
	max-width: 1800px;
	-ms-transform: translate(-50%, 0%);
    -webkit-transform: translate3d(-50%, 0%, 0);
    transform: translate(-50%, 0%);
}
#upperFotter.disnon {
	display: none;
}

#upperFotter .cell {
	display: table-cell;
	vertical-align: bottom;
	width: 460px;
}

#upperFotter .cell:first-child {
	width: auto;
	padding-right: 4%;
}
#upperFotter .cell p.release {
	margin-bottom: -42px;
  margin-left: -64px;
}
#newsBlock {
	display: table;
	background-color: #e64437;
	padding: 5px;
	height: 40px;
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}

#newsBlock .icon {
	width: 40px;
	min-height: 40px;
	display: table-cell;
	height: 100%;
	background: url('../img/common/menu_spritesv02.png') #000000 center center no-repeat;
	background-position: -697px -1737px;
	border-right: 3px solid #e64437;
}
#newsBlock .icon a {
	width: 40px;
	min-height: 40px;
	display: block;
}

#newsBlock .inner {
	display: table-cell;
	background-color: #434343;
	padding: 5px 10px;
	color: #ffffff;
	min-height: 30px;
	vertical-align: top;
}

#newsBlock .inner > div {
	width: 100%;
	overflow: hidden;
	height: 30px;
	position: relative;
	top: 0;
	height: 30px;
}

#newsBlock .inner p {
	position: absolute;
	white-space: nowrap;
	font-size: 15px;
	line-height: 30px;
	overflow: hidden;
	text-decoration: none;
	color: #FFFFFF;
	top: 0;
	left: 0;
}

#newsBlock .inner p > a, #newsBlock .inner p > span {
	margin-left: 500px;
	color: #FFFFFF;
	text-decoration: none;
}

#newsBlock .inner p a:hover {
	text-decoration: underline;
}

#bannerblock {
	width: 460px;
	z-index: 8;
  height: 70px;
}

#bannerblock a {
	display: inline-block;
	vertical-align: bottom;
	position: relative;
  top: -99px;
}

#bannerblock a:hover {
	opacity: 0.8;
	background-color: rgba(255, 255, 255, .01);
}

#bannerblock a:first-child {
	margin-right: 5px;
}

#mapBlock {
	position:fixed;
	height: 310px;
	display:table;
	width: 100%;
	z-index: 9;
	bottom: -310px;
	text-align:center;
	color: #000;
	padding: 0;
}

#mapBlock > div {
	display: table-cell;
	width: 40%;
	vertical-align: middle;
	background-color: #e64437;
}

#mapBlock > div p {
	color: #FFFFFF;
	text-align: left;
	line-height: 25px;
	padding-left: 62px;
	margin-bottom: 14px;
	font-size: 13px;
}

#mapBlock > div p.title {
	font-size: 16px;
}

#mapBlock > div p.title a{
	font-size:12px;
	color:#fff;
	text-decoration:none;
	margin-left:40px;
	}
#mapBlock > div p.title a:hover{
	text-decoration:underline;
	}

#mapBlock > div .inner {
	padding-right: 70px;
}

#mapBlock #embedMap {
	vertical-align: top;
	width: 60%;
}

#mapBlock > div iframe {
	width: 100%;
	height: 310px;
}
#mapBlock .btnClose{
	width:30px;
	height:30px;
	position:absolute;
	right:80px;
	top:10px;
	z-index:10;
	padding:0;
	margin:0;
	cursor:pointer
	}

/*For IE*/
#embedMap .gm-style {
	height: 310px !important;
}


#footer {
	padding: 0;
	font-size: 11px;
	background-color: #fff;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
#footer .inner {
	width: 960px;
	margin: 0 auto;
}
#footer #copywrite {
	text-align: center;
	padding: 10px;
}

#footer #footerMenu {
	text-align: center;
	padding: 14px 0 2px;
}
#footer #footerMenu p:first-child {
	margin-bottom: 10px;
}
#footer #footerMenu a {
	text-decoration: none;
	color: #000000;
}

#footer #footerMenu a:hover {
	text-decoration: underline;
}

@media only screen and (max-width:1143px){

	#upperFotter {
		-ms-transform: translate(-53%, 0%);
	    -webkit-transform: translate3d(-53%, 0%, 0);
	    transform: translate(-53%, 0%);
	}

}/* media only screen and (max-width:1143px) */

#loading,
#splash {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../img/bg_loading01.gif) repeat-x center top #ffffff;
	z-index: 50;
	min-width: 1000px;
}
#splash {
	display: none;
}

#loading img.loader,
#splash img.loader {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 217px 0 0 380px;
}
#loading #loadingLogo {
	padding-top: 10px;
	text-align: center;
}

#loading dl {
	background: url(../img/bg_loading02.gif) no-repeat center top;
	text-align: center;
	position: relative;
	height: 352px;
	margin-top: 27px;
}
#loading dl dt {
	position: absolute;
	top: 27px;
	left: 50%;
	margin-left: -209px;
}
#loading dl dd {
	position: absolute;
	left: 50%;
	margin-left: -240px;
	bottom: 31px;
}
#loading p.detailBtn {
	position: absolute;
	bottom: -50px;
	right: -125px;
	z-index: 100;
}
#loading p.loader {
	text-align: center;
	margin-top: 25px;
}
#countdown-unit{
	margin-top: 24px;
}
#countdown-unit div {
	position: relative;
	float: left;
	width: 45px;
	height: 85px;
	overflow: hidden;
	margin-left: 12px;
}
#countdown-unit div.txt01 {
	width: 143px;
	height: 27px;
	margin-top: 55px;
	margin-left: 0;
}
#countdown-unit div.txt02 {
	width: 27px;
	height: 30px;
	margin-top: 55px;
}
#countdown-unit div img {
	position: absolute;
	top: 0;
	left: 0;
}
#countdown-unit div.txt01 img {
	bottom: 0;
	left: 0;
}
#countdown-unit div.txt02 img {
	bottom: 0;
	left: 0;
}
#loading p a:hover {
	text-decoration: none;
}


#introAnimation {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 49;
}

#introAnimation .elem01 {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	z-index: 5;
	background-color: #FFFFFF;
}

#introAnimation .elem01 img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 90%;
	-ms-transform: translate(-50%, -50%);
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate(-50%, -50%);
}

#introAnimation .elem01 {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	z-index: 5;
	background-color: #FFFFFF;
}

#introAnimation .elem02 {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 145%;
	height: 145%;
	overflow: hidden;
	border-radius: 50%;
	z-index: 2;
	-ms-transform: translate(-50%, -50%);
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate(-50%, -50%);
}

#introAnimation .elem02 div {
	background: url('../img/img_intro01.jpg') center bottom no-repeat;
	background-size: 100% auto;
	width: 110%;
	height: 110%;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate(-50%, -50%);
}

/* sideBnr
* --------------------------------------- */
#sideBnr {
	position: absolute;
	bottom: 0px;
	right: 5px;
	z-index: 10;
}
#sideBnr > ul > li {
	line-height: 1;
	font-size: 0;
	position: relative;
	text-align: right;
	margin-bottom: 5px;
}
#sideBnr > ul > li a {
	display: block;
	background-color: #fff;
}
#sideBnr > ul > li ul {
	position: absolute;
	top: 70px;
	left: 11px;
}
#sideBnr > ul > li ul li {
	display: inline-block;
	margin: 0 2px;
}
#sideBnr.fix {
	position: absolute;
	bottom: 368px;
	top: initial;
}


/* Menu
* ----------------------------------------*/

#sb-site, .sb-site-container {
	min-height: auto;
	height: 100%;
	min-height: 720px !important;
	height: 720px !important;
}

#menu.sb-slidebar {
	background-color: #FFFFFF;
	overflow: visible !important;
	display: block;
	height: 100%;
	width: 262px;
}

#menu.sb-style-overlay {
	z-index: 10;
}


#menu .menuInner {
	margin-left: -70px;
	height: 100%;
	background-color: #FFFFFF;
	position: relative;
}

#menu #menuBtn {
	width: 70px;
	height: 70px;
	background: url('../img/common/menu_spritesv02.png') no-repeat;
	background-position: -679px -675px;
	cursor: pointer;
}

#menu.sb-active #menuBtn {
	background: url('../img/common/menu_spritesv02.png') no-repeat;
	background-position: -330px -326px;
}

#menu #nav00{
		margin-left: 12px;
	}
#menu #nav00 a {
	background: url('../img/common/menu_about.png') 0 50% no-repeat;
	background-size: auto 28px;
	color:#777b7e;
	font-weight:bold;
	text-decoration:none;
	margin-left:0;
	cursor: pointer;
	padding: 5px 0 5px 70px;
	display: block;
}
#menu #nav00 a:hover {
	background: url('../img/common/menu_about_on.png') 0 50% no-repeat;
	background-size: auto 28px;
	text-decoration: underline;
}

#mainNav {
	margin-left: 12px;
}

#mainNav li {
	margin-top: 22px;
	font-size: 13px;
	color: #777b7e;
}

#mainNav li:first-child {
	margin-bottom: 0;
}

#mainNav li a {
	margin-left:10px;
	cursor: pointer;
	padding: 5px 0 5px 60px;
	display: block;
	height: 100%;
}

#mainNav li a:hover {
	text-decoration: underline;
}

#mainNav #nav01 a {
	background: url('../img/common/menu_spritesv02.png') no-repeat;
	background-position: -353px 3px;
}

#mainNav #nav01 a:hover, #mainNav #nav01 a.active02 {
	background: url('../img/common/menu_spritesv02.png') no-repeat;
	background-position: 0 0px;
}

#mainNav #nav02 a {
	background: url('../img/common/menu_spritesv02.png') no-repeat;
	background-position: -353px -1745px;
}

#mainNav #nav02 a:hover, #mainNav #nav02 a.active02 {
	background: url('../img/common/menu_spritesv02.png') no-repeat;
	background-position: -1058px -1427px;
}

#mainNav #nav03 a {
	background: url('../img/common/menu_spritesv02.png') no-repeat;
	background-position: -703px -1044px;
}

#mainNav #nav03 a:hover, #mainNav #nav03 a.active02 {
	background: url('../img/common/menu_spritesv02.png') no-repeat;
	background-position: 0px -712px;
}

#mainNav #nav04 a {
	background: url('../img/common/menu_spritesv02.png') no-repeat;
	background-position: -353px -1396px;
}

#mainNav #nav04 a:hover, #mainNav #nav04 a.active02 {
	background: url('../img/common/menu_spritesv02.png') no-repeat;
	background-position: 0px -1424px;
}

#mainNav #nav05 a {
	background: url('../img/common/menu_spritesv02.png') no-repeat;
	background-position: -701px -347px;
}

#mainNav #nav05 a:hover, #mainNav #nav05 a.active02 {
	background: url('../img/common/menu_spritesv02.png') no-repeat;
	background-position: 0px -356px;
}

#mainNav #nav06 a {
	background: url('../img/common/menu_spritesv02.png') no-repeat;
	background-position: -703px -1394px;
}

#mainNav #nav06 a:hover, #mainNav #nav06 a.active02 {
	background: url('../img/common/menu_spritesv02.png') no-repeat;
	background-position: -1056px -1072px;
}

#mainNav #nav07 a {
	background: url('../img/common/menu_spritesv02.png') no-repeat;
	background-position: -353px -1046px;
}

#mainNav #nav07 a:hover, #mainNav #nav07 a.active02 {
	background: url('../img/common/menu_spritesv02.png') no-repeat;
	background-position: 0 -1068px;
}

#mainNav #nav08 a {
	background: url('../img/common/menu_spritesv02.png') no-repeat;
	background-position: -353px -2102px;
}

#mainNav #nav08 a:hover, #mainNav #nav08 a.active02 {
	background: url('../img/common/menu_spritesv02.png') no-repeat;
	background-position: 0 -1779px;
}

#mainNav #nav09 a {
	background: url('../img/common/menu_spritesv02.png') no-repeat;
	background-position: -703px 3px;
}

#mainNav #nav09 a:hover, #mainNav #nav09 a.active02 {
	background: url('../img/common/menu_spritesv02.png') no-repeat;
	background-position: -1056px 0px;
}

#menu .bottomPart {
	position: absolute;
	bottom: 2em;
	left: 0px;
	width: 402px;
}

#menu #sns {
	margin: 0 0 50px 25px;
}

#menu #sns a {
	display: inline-block;
	width: 26px;
	height: 26px;
	background: url('../img/common/menu_spritesv02.png') no-repeat;
	background-position: -1056px -714px;
}

#menu #sns a:first-child {
	margin-bottom: 15px;
	background: url('../img/common/menu_spritesv02.png') no-repeat;
	background-position: -1055px -356px;
}

#menu #map {
	background: url('../img/common/menu_spritesv02.png') #e64437 no-repeat;
	background-position: -327px -672px;
	height: 70px;
	line-height: 70px;
	color: #FFFFFF;
	padding-left: 70px;
	cursor: pointer;
}

/* BxSlider & magnific popup
* ----------------------------------------*/

.bx-wrapper {
	height: 100%;
	margin: 0 auto;
}

.bx-wrapper .bx-viewport {
	border: none;
	box-shadow: none;
	background: none;
	min-height: 100%;
	left: 0;
}

#fullpage .bx-wrapper .bx-viewport {
	/*min-height: 1072px;*/
	height: 100% !important;
}

#fullpage .bx-wrapper .bx-viewport ul#mainBg {
	height: 100%;
	left: 50%;
}

#fullpage .bx-wrapper .bx-viewport ul#mainBg li {
	width: 1920px !important;
}

.bx-wrapper .bx-loading {
	background: url('../img/common/loadingAnimationBlack.gif') center center no-repeat #fff;
}

.bx-wrapper .bx-prev, .bx-wrapper .bx-next {
	background: none;
}

.modal {
	display: none;
}

.mfp-auto-cursor .mfp-content {
	max-height: 100%;
/*	overflow: auto;
*/}

.mfp-content .modalInner {
	position: relative;
	width: auto;
	width: 90%;
	margin: 20px auto;
	text-align: center;
}

.mfp-content .modalInner img {
	max-width: 100%;
}

.mfp-bg {
	background: url('../img/common/bg_overlayWhite.png') transparent repeat;
	opacity: 1;
}

..mfp-close {
	top: -30px;
}

@media only screen and (max-width:1300px){
	#fullpage .bx-wrapper .bx-viewport {
		min-height: 908px;
	}
}
/* media only screen and (max-width:1300px) */

@media only screen and (max-width:1143px){
	#fullpage .bx-wrapper .bx-viewport {
		min-height: 726px;
	}

}
/* media only screen and (max-width:1143px) */


/* Section
* ----------------------------------------*/

#fullpage {
	height: 100%;
	min-height: 900px;
	overflow: hidden;
}
ul#mainBg {
	height: 100%;
}
.section {
	position: relative;
	overflow: hidden;
	text-align: center;
	height: 100%;
	width: 1920px;
	left: 50%;
	margin-left: -960px;
}

.section .bg {
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -960px;
	z-index: 0;
	width: 1920px;
}
.section#section00 .bg {
	top: 0;
}

.sectionInner {
	max-width: 960px;
	margin: 0 auto;
	height: 100%;
}
#section00 .sectionInner {
	position: relative;
	z-index: 2;
}

p.attention{
	text-align:center;
	padding:10px 0 0;
	}
p.attention img{
	display:inline
	}

#footerBannerModal,
#section08Modal{
	position: relative;
	max-width: 1030px;
}
#companyGuide {
	position: relative;
	max-width: 1030px;
	background: #fff;
	height: 660px;
	background: url('../img/bg_company.png') 0 0 no-repeat;
}
#companyGuide dl {
	padding: 58px 0 40px;
}
#companyGuide dl dt {
	margin: 0 0 38px;
}
#companyGuide dl dd {
	line-height: 2em;
}
#companyGuide ul li {
  display: inline-block;
  width: 390px;
  line-height: 2em;
}
#companyGuide ul li img {
	margin: 0 0 10px;
	display: block;
}
#companyGuide ul li span {
	display: block;
}
#companyGuide a:hover {
	text-decoration: none;
}
#companyGuide a:active {
	color: #551a8b;
}

@media only screen and (max-width:1300px){
	.section .bg {
		width: 1640px;
		margin-left: -820px;
	}
	
}
/* media only screen and (max-width:1300px) */

@media only screen and (max-width:1143px){
	.section .bg {
		width: 1320px;
		margin-left: -572px;
		bottom: 0px;
	}

	#section00 .bg {
		margin-left: -660px;
	}

}
/* media only screen and (max-width:1143px) */

#mainTitle02 {
	position: fixed;
	z-index: 55;
	opacity: 0;
	left: 50%;
	top: -200px;
	margin-left: -308px;
	cursor: pointer;
}

#section00 .hubuki {
	width: 100%;
	height: 380px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#section00 .snow {
	width: 100%;
	height: 190px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#section00 .elem01 {
	width: 686px;
	height: auto;
	margin: 10px auto 0 auto;
	position: relative;
	z-index: 3;
}

#section00 .elem02 {
	position: absolute;
	top: 350px;
	right: -20px;
	z-index: 1;
	width: auto;
}

#section00 .elem02 > div {
	position: relative;
	width: 186px;
	height: 273px;
}

#section00 .elem02 img {
	width: 100%;
	position: relative;
}

#section00 .elem03 {
	position: absolute;
	top: -185px;
	right: 260px;
	z-index: 1;
	width: 300px;
}

#section00 .elem04 {
	position: absolute;
	top: 330px;
	right: -250px;
	z-index: 1;
	width: auto;
}
#section00 .elem04 > div {
	position: relative;
	width: 380px;
	height: 138px;
}
/*#section00 .elem04 div div {
	position: absolute;
	bottom: 25px;
	left: 100px;
}
#section00 .elem04 div span {
	float: left;
	margin-right: 20px;
}
#section00 .elem04 div span img {
	width: inherit !important;
}
#section00 .elem04 a:hover img {
	opacity: 0.7;
}*/
#section00 .elem05Wrap_01 {
	position: absolute;
	top: 10px;
	left: -44px;
	z-index: 1;
	width: 64px;
}
#section00 .elem05Wrap_01 a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
#section00 .elem05Wrap_02 {
	position: absolute;
	top: 10px;
	left: 120px;
	z-index: 1;
	width: 68px;
}
#section00 .elem05Wrap_03 {
	position: absolute;
	top: 335px;
	left: 704px;
	width: 45px;
}
#section00 .elem05Wrap p {
	position: relative;
}
#section00 .elem05Wrap p img {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
}

#section00 .wheelAnime {
	position:absolute;
	top: 15px;
	left: -30px;
	width:185px;
}
#section00 .wheelAnime img {
	width:100%;
	height:auto;
}
#section00 #flare {
	position: absolute;
	top: -320px;
	right: -50px;
	z-index: 1;
}
#section00 #firework1 {
	position: absolute;
	top: 42px;
	left: 237px;
	z-index: 1;
	display: none;
}
#section00 #firework2 {
	position: absolute;
	top: -43px;
	left: 439px;
	z-index: 1;
	display: none;
}
#section00 #firework3 {
	position: absolute;
	top: -92px;
	left: 621px;
	z-index: 1;
	display: none;
}
#section00 #firework4 {
	position: absolute;
	top: -41px;
	right: 551px;
	z-index: 1;
	display: none;
}
#section00 #firework5 {
	position: absolute;
	top: 85px;
	right: 504px;
	z-index: 1;
	display: none;
}
#section00 #firework6 {
	position: absolute;
	top: 50px;
	right: 324px;
	z-index: 1;
	display: none;
}
#section00 #whoof {
	position: absolute;
	top: 330px;
	left: -18px;
	z-index: 2;
}


@media only screen and (max-width:1750px){

/*	#section00 .elem03 {
		position: absolute;
		top: 0px;
		left: 930px;
		width: auto;
	}*/
}

@media only screen and (max-width:1550px){
/*	#section00 .elem02 {
		left: -170px;
		width: 180px;
	}

	#section00 .elem03 {
		position: absolute;
		top: 0px;
		width: 300px;
	}
	
	#section00 .elem04 {
		position: absolute;
		width: 380px;
		right: -150px;
	}
	#section00 .elem05Wrap_01 {
		top: 315px;
		left: 77px;
		z-index: 1;
		width: 56px;
	}
	#section00 .elem05Wrap_02 {
		position: absolute;
		top: 370px;
		left: 291px;
		z-index: 1;
		width: 56px;
	}
	#section00 .elem05Wrap_03 {
		position: absolute;
		top: 580px;
		left: 584px;
		z-index: 1;
		width: 56px;
	}*/
}

@media only screen and (max-width:1340px){
/*	#section00 .elem01 {
		width: 80%;
	}

	#section00 .elem02 {
		left: -87px;
		width: 180px;
	}

	#section00 .elem03 {
		left: 855px;
		width: 210px;
	}
	#section00 .elem04 {
		position: absolute;
		top: 210px;
		width: 380px;
		right: -50px;
	}
	#section00 .elem05Wrap_01 {
		top: 315px;
		left: 77px;
		z-index: 1;
		width: 56px;
	}
	#section00 .elem05Wrap_02 {
		position: absolute;
		top: 370px;
		left: 291px;
		z-index: 1;
		width: 56px;
	}
	#section00 .elem05Wrap_03 {
		position: absolute;
		top: 560px;
		left: 584px;
		z-index: 1;
		width: 56px;
	}*/
}

@media only screen and (max-width:1143px){

	#section00 .elem01 {
		width: 60%;
	}

	#section00 .elem02 {
/*		position: absolute;
		top: 50px;
		left: -10px;
		width: 20%;*/
	}

	#section00 .elem03 {
		/*position: absolute;
		top: 0px;
		left: 760px;*/
	}
	#section00 .elem04 {
		position: absolute;
		top: 180px;
		width: 380px;
		right: 0;
	}
	#section00 .elem05Wrap_01 {
		top: 432px;
		left: 180px;
		z-index: 1;
		width: 40px;
	}
	#section00 .elem05Wrap_02 {
		position: absolute;
		top: 460px;
		left: 328px;
		z-index: 1;
		width: 40px;
	}
	#section00 .elem05Wrap_03 {
		position: absolute;
		top: 609px;
		left: 565px;
		z-index: 1;
		width: 40px;
	}

}
/* media only screen and (max-width:1143px) */

#section00 .pin {
	position: absolute;
	z-index: 5;
	cursor: pointer;
}
#section00 .pin > div {
	position: relative;
	display: table;
}
#section00 .pin > div ul {
	position: absolute;
	display: table-cell;
	text-align: center;
	top: 108px;
	left: 96px;
	display: none;
}
#section00 .pin > div ul.one {
	top: 125px;
}
#section00 .pin > div ul li {
	margin-bottom: 12px;
}
#section00 .pin > div ul li a {
	display: block;
	width: 95px;
	height: 24px;
	text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#section00 .pin > div ul li.official a {
	background: url(../img/common/btn_pin_official.png) no-repeat;
}
#section00 .pin > div ul li.detail a {
	background: url(../img/common/btn_pin_detail.png) no-repeat;
}
#section00 .pin > div ul li.cafe a {
	background: url(../img/common/btn_pin_official.png) no-repeat;
}
#section00 .pin > div ul li a:hover {
	opacity: 0.8;
}
#section00 .spot {
	position: absolute;
	z-index: -1;
}
#section00 .spot.name01 {
	top: 112px;
	left: -190px;
}
#section00 .spot.name02 {
	top: 255px;
	left: -180px;
}
#section00 .spot.name03 {
	top: 360px;
	left: -130px;
}
#section00 .spot.name04 {
	top: 505px;
	left: -193px;
}
#section00 .spot.name05 {
	top: 88px;
	right: -147px;
	z-index: 10;
}
#section00 .spot.name06 {
	top: 46px;
	right: -95px;
	z-index: 10;
}
#section00 .installations {
	position: absolute;
	z-index: -1;
	top: -10px;
	left: -145px;
	width: 1266px;
	height: auto;
}
#section00 .installations img {
	width: 100%;
	height: auto;
}
#section00 .bird {
	position: absolute;
	z-index: -1;
	top: 300px;
	left: 550px;
}
#section00 .santa {
	position: absolute;
	z-index: -1;
	top: 300px;
	left: 550px;
}

#section00 .pin img {
}

#section00 .pin.pinBlue02 {
	bottom: 375px;
	left: 35px;
}

#section00 .pin.pinYellow {
	bottom: 490px;
	left: 95px;
}

#section00 .pin.pinLGreen {
	bottom: 485px;
	left: 10px;
}

#section00 .pin.pinPurple {
	bottom: 367px;
	left: 305px;
}

#section00 .pin.pinGreen {
	bottom: 387px;
	left: 440px;
}

#section00 .pin.pinPink {
	bottom: 491px;
	left: 270px;
}

#section00 .pin.pinOrange {
	bottom: 445px;
	left: 590px;
}

#section00 .pin.pinBlue {
	bottom: 565px;
	left: 410px;
}

#section00 .pin.pinBrown {
	bottom: 325px;
	left: 180px;
}
#section00 .pin.pinBlack {
	bottom: 475px;
	left: 400px;
}
#section00 .pin.pinRed {
	bottom: 445px;
	left: 325px;
}

#section00 .pin.fukidashi {
	bottom: 560px;
	left: 90px;
	border-style: none;
	border: 0px;
}



@media only screen and (max-width: 1300px){
	#sb-site, .sb-site-container {
		min-height: 624px !important;
		height: 624px !important;
	}
	#section00 .elem01 {
		width: 600px;
	}
	#section00 .elem02 {
		top: 310px;
		right: 60px;
	}
	#section00 .elem03 {
		right: 360px;
	}
	#section00 .elem02 > div {
		width: 150px;
	}
	#section00 .pin.pinBlue02 {
		bottom: 462px;
		left: 128px;
	}
	#section00 .pin.pinYellow {
		bottom: 553px;
		left: 184px;
	}

	#section00 .pin.pinLGreen {
		bottom: 535px;
		left: 88px;
	}

	#section00 .pin.pinPurple {
		bottom: 452px;
		left: 366px;
	}

	#section00 .pin.pinGreen {
		bottom: 480px;
		left: 478px;
	}

	#section00 .pin.pinPink {
		bottom: 556px;
		left: 308px;
	}

	#section00 .pin.pinOrange {
		bottom: 517px;
		left: 610px;
	}

	#section00 .pin.pinBlue {
		bottom: 620px;
		left: 446px;
	}

	#section00 .pin.pinBrown {
		bottom: 415px;
		left: 251px;
	}
	#section00 .pin.pinBlack {
		bottom: 535px;
		left: 410px;
	}
	#section00 .pin.pinRed {
		bottom: 515px;
		left: 345px;
	}
	
	#section00 .elem05Wrap_01 {
		top: 10px;
		left: 40px;
		z-index: 1;
		width: 55px;
	}
	#section00 .elem05Wrap_02 {
		position: absolute;
		top: 10px;
		left: 194px;
		z-index: 1;
		width: 55px;
	}
	#section00 .elem05Wrap_03 {
		position: absolute;
		top: 300px;
		left: 670px;
		z-index: 1;
		width: 40px;
	}
	
	#section00 .wheelAnime {
		position: absolute;
		top: 22px;
		left: 59px;
		z-index: 1;
		width: 140px;
	}
	
	#section00 .installations {
		position: absolute;
		z-index: -1;
		top: -5px;
		left: -45px;
		width: 112%;
	}
	#section00 .bird {
	position: absolute;
	z-index: -1;
	top: 263px;
	left: 550px;
	
	
}

#section00 .santa {
	position: absolute;
	z-index: -1;
	top: 250px;
	left: 510px;
	
	
}

#section00 .pin.fukidashi {
	bottom: 325px;
	left: 105px;
}
#section00 .spot.name01 {
	top: 86px;
	left: -102px;
}
#section00 .spot.name02 {
	top: 210px;
	left: -100px;
}
#section00 .spot.name03 {
	top: 300px;
	left: -57px;
}
#section00 .spot.name04 {
	top: 410px;
	left: -105px;
}
#section00 .spot.name05 {
	top: 67px;
	right: -86px;
	z-index: 10;
}
#section00 .spot.name06 {
	top: 14px;
	right: -34px;
	z-index: 10;
}
#section00 .spot.name06 img {
	width: 90%;
}
#section00 #whoof {
	position: absolute;
	top: 280px;
	left: 60px;
	z-index: 2;
}

}

@media only screen and (min-width:1301px){
#section00 #flare {
	position: absolute;
	top: -320px;
	right: -150px;
	z-index: 1;
}
}





/* media only screen and (max-width:1300px) */

@media only screen and (max-width:1143px){
	#sb-site, .sb-site-container {
		min-height: 514px !important;
		height: 514px !important;
	}
	#section00 .elem01 {
		width: 500px;
	}
	#section00 .elem02 {
		top: 250px;
		right: 150px;
	}
	#section00 .elem03 {
		right: 400px;
		width: 240px;
		top: -140px;
	}
	#section00 #flare {
	width: 800px;
	height: auto;
	position: absolute;
	top: -230px;
	right: 120px;
	z-index: 1;
	}
	#section00 .elem02 > div {
		width: 120px;
	}
	#section00 .pin.pinBlue02 {
		bottom: 552px;
		left: 188px;
	}
	#section00 .pin.pinYellow {
		bottom: 620px;
		left: 236px;
	}

	#section00 .pin.pinLGreen {
		bottom: 620px;
		left: 148px;
	}

	#section00 .pin.pinPurple {
		bottom: 539px;
		left: 376px;
	}

	#section00 .pin.pinGreen {
		bottom: 560px;
		left: 472px;
	}

	#section00 .pin.pinPink {
		bottom: 624px;
		left: 322px;
	}

	#section00 .pin.pinOrange {
		bottom: 590px;
		left: 560px;
	}

	#section00 .pin.pinBlue {
		bottom: 675px;
		left: 439px;
	}

	#section00 .pin.pinBrown {
		bottom: 513px;
		left: 285px;
	}	
	
	#section00 .pin.pinBlack {
		bottom: 610px;
		left: 400px;
	}
	#section00 .pin.pinRed {
		bottom: 600px;
		left: 360px;
	}

	
	#section00 .elem05Wrap_01 {
		top: 10px;
		left: 121px;
		z-index: 1;
		width: 50px;
	}
	#section00 .elem05Wrap_02 {
		position: absolute;
		top: 10px;
		left: 241px;
		z-index: 1;
		width: 50px;
	}
	#section00 .wheelAnime {
		position: absolute;
		top: 12px;
		left: 130px;
		z-index: 1;
		width: 125px;
	}
	#section00 .elem05Wrap_03 {
		position: absolute;
		top: 200px;
		left: 640px;
		z-index: 1;
		width: 40px;
	}

	#section00 .pin.fukidashi {
		bottom: 215px;
		left: 155px;
	}
	#section00 .installations {
		position: absolute;
		z-index: -1;
		top: -7px;
		left: 55px;
		width: 89%;
	}
	#section00 .bird {
		top: 200px;
		left: 515px;
	}
	#section00 .santa img {
		width:110px;
	}
	#section00 .santa {
		top: 195px;
		left:490px;
	}
	
	#section00 .spot.name01 {
		top: 60px;
		left: -12px;
	}
	#section00 .spot.name02 {
		top: 155px;
		left: 0px;
	}
	#section00 .spot.name03 {
		top: 235px;
		left: 24px;
	}
	#section00 .spot.name04 {
		top: 305px;
		left: -11px;
	}
	#section00 .spot.name05 {
		top: 59px;
		right: 0px;
		z-index: 10;
	}
	#section00 .spot.name06 {
		top: 17px;
		right: 35px;
		z-index: 10;
	}
	#section00 .spot.name05 img,
	#section00 .spot.name06 img {
		width: 80%;
	}
	#section00 #whoof {
	position: absolute;
	top: 109px;
	right: -5px;
	z-index: 2;
	width: 150px;
	height: auto;
}

	

}
/* media only screen and (max-width:1143px) */

.colorBlock {
	width: 420px;
	/* height: 420px; */
	position: absolute;
	top: 45%;
	left: 270px;
	margin-top: -150px;
	border-radius: 5px;
	behavior: url(http://lalaport-tachikawatachihi.com/css/css/lib/PIE/PIE.php);
	background-color: #FFFFFF;
	-webkit-box-shadow: 1px 2px 5px 0 rgba(0,0,0,0.2);
	box-shadow: 1px 2px 5px 0 rgba(0,0,0,0.2);
	z-index: 1;
}

@media only screen and (max-width:1300px){
	.colorBlock {
		left: 345px;
	}
}
/* media only screen and (max-width:1300px) */

@media only screen and (max-width:1143px){
	.colorBlock {
		left: 470px;
	}
}
/* media only screen and (max-width:1300px) */

.colorBlock .border {
	position: relative;
	top: 3px;
	left: 3px;
	width: 398px;
	/* height: 398px; */
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(http://lalaport-tachikawatachihi.com/css/css/lib/PIE/PIE.php);
}

.colorBlock .border .return {
	display: block;
	border: 3px solid #ccc;
	position: absolute;
	bottom: -52px;
	cursor: pointer;
	left: 50%;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: url('../img/txt_section_topModoru.png') #000000 center center no-repeat;
	margin-left: -35px;
	z-index: 10;
}

.colorBlock .inner {
	text-align: center;
	height: 100%;
	position: relative;
	padding-bottom:35px;
}

.colorBlock .inner img {
	margin: 20px auto;
}

.colorBlock .inner p {
	margin: 0 auto;
	width: 400px;
	text-align: center;
	line-height: 1.6;
	font-size: 12px;
}

.colorBlock .inner p .redText {
	color: #ff0000;
}

.colorBlock .inner .link {
	width: 100%;
	text-align: center;
}
.colorBlock .inner .link a img {
	display: inline;
	margin:0;
}
#section09 .colorBlock .inner .link{
	margin-top:20px;
	}


#section01 .colorBlock .border {
	border: 8px solid #00bcd4;
}

#section01 .colorBlock .border .return {
	border: 3px solid #00bcd4;
	background-color: #57d3e3;
}

#section01 .colorBlock .border .return:hover {
	border: 3px solid #57d3e3;
	background-color: #00bcd4;
}

#section02 .colorBlock .border {
	border: 8px solid #ffc107;
}

#section02 .colorBlock .border .return {
	border: 3px solid #ffc107;
	background-color: #ffd65c;
}

#section02 .colorBlock .border .return:hover {
	border: 3px solid #ffd65c;
	background-color: #ffc107;
}

#section03 .colorBlock .border {
	border: 8px solid #d4e157;
}

#section03 .colorBlock .border .return {
	border: 3px solid #d4e157;
	background-color: #c9d555;
}

#section03 .colorBlock .border .return:hover {
	border: 3px solid #c9d555;
	background-color: #d4e157;
}

#section04 .colorBlock .border {
	border: 8px solid #673ab7;
}

#section04 .colorBlock .border .return {
	border: 3px solid #673ab7;
	background-color: #9b7dd0;
}

#section04 .colorBlock .border .return:hover {
	border: 3px solid #9b7dd0;
	background-color: #673ab7;
}

#section05 .colorBlock .border {
	border: 8px solid #4caf50;
}

#section05 .colorBlock .border .return {
	border: 3px solid #4caf50;
	background-color: #89ca8c;
}

#section05 .colorBlock .border .return:hover {
	border: 3px solid #89ca8c;
	background-color: #4caf50;
}

#section06 .colorBlock .border {
	border: 8px solid #e91e63;
}

#section06 .colorBlock .border .return {
	border: 3px solid #e91e63;
	background-color: #f16b98;
}

#section06 .colorBlock .border .return:hover {
	border: 3px solid #f16b98;
	background-color: #e91e63;
}

#section07 .colorBlock .border {
	border: 8px solid #ff5722;
}

#section07 .colorBlock .border .return {
	border: 3px solid #ff5722;
	background-color: #ff906d;
}

#section07 .colorBlock .border .return:hover {
	border: 3px solid #ff906d;
	background-color: #ff5722;
}

#section08 .colorBlock .border {
	border: 8px solid #81511c;
}
#section08 .colorBlock p{
	padding:0 35px;
	width:auto;
	}
#section08 .colorBlock .border .return {
	border: 3px solid #81511c;
	background-color: #ac8c69;
}
#section08 .colorBlock .border .return:hover {
	border: 3px solid #ac8c69;
	background-color: #81511c;
}

#section09 .colorBlock .border {
	border: 8px solid #2196f3;
}
#section09 .colorBlock .border .return {
	border: 3px solid #2196f3;
	background-color: #6dbaf7;
}
#section09 .colorBlock .border .return:hover {
	border: 3px solid #6dbaf7;
	background-color: #2196f3;
}


.section .colorBlock .border .btnDetail,
.section .colorBlock .border .btns{
	width:222px !important;
	margin:25px auto 15px;
	padding:0;
	font-size:0;
	line-height:1
	}
.section .colorBlock .border .btnDetail a{
	display:block;
	padding:8px 6px 8px 74px;
	background:#000;
	-webkit-border-radius:2px;
	border-radius:2px;
	behavior: url(http://lalaport-tachikawatachihi.com/css/css/lib/PIE/PIE.php);
	}
.section .colorBlock .border .btnDetail a img{
	margin:0;
	}
#section01 .btnDetail a{ background:#00bcd4}
#section02 .btnDetail a{ background:#ffc107}
#section03 .btnDetail a{ background:#d4e157}
#section04 .btnDetail a{ background:#673ab7}
#section05 .btnDetail a{ background:#4caf50}
#section06 .btnDetail a{ background:#e91e63}
#section07 .btnDetail a{ background:#ff5722}
#section08 .btnDetail a{ background:#81511c}
#section09 .btnDetail a{ background:#2196f3}


#fullpage  ul#mainBg .section .colorBlock .border .btns li{
	width:auto !important;
	margin-bottom:5px;
	}
#fullpage  ul#mainBg .section .colorBlock .border .btns li.last{
	margin-top:10px;
	}
.section .colorBlock .border .btns li a img{
	margin:0
	}
.section .colorBlock .border .btns li a{
	display:block;
	padding:8px 6px 8px 29px;
	background:#2196f3;
	-webkit-border-radius:2px;
	border-radius:2px;
	behavior: url(http://lalaport-tachikawatachihi.com/css/css/lib/PIE/PIE.php);
	}
.section .colorBlock .border .btns li.last a{
	background:#fff;
	border:1px solid #c9d3d7;
	}


/* エンターテイメント詳細系 common */
.mfp-content .detailModal{
	position: relative;
	width: 940px;
	height:550px;
	border:10px solid #000;
	border-top:none;
	margin: 20px auto;
	text-align:left;
	background:#fff;
	}
.mfp-content .detailModal .head{
	height:50px;
	background:#000;
	padding-left:20px;
	}
.mfp-content .detailModal .content{
	margin:30px;
	width:850px;
	height:450px;
	padding-right:30px;
	overflow: auto;
	}

.mfp-content .detailModal.noScroll{
	height:auto;
	}
.mfp-content .detailModal.noScroll .content{
	width:880px;
	height:auto;
	padding:0 0 40px;
	margin:0 auto;
	overflow:inherit;
	}


.mfp-content .detailModal p{
	font-size:14px;
	line-height:2;
	color:#333;
	margin-bottom:40px;
	}
.mfp-content .detailModal p a{
	color:#333;
	text-decoration:none;
	}
.mfp-content .detailModal p a:hover{
	text-decoration:underline
	}
.mfp-content .detailModal .copy{
	font-size:30px;
	line-height:1.4;
	font-weight:bold;
	margin-bottom:35px;
	}
.mfp-content .detailModal .caution{
	font-size:12px;
	line-height:1.4;
	}
.mfp-content .detailModal .cautionRight{
	font-size:12px;
	text-align:right;
	line-height:1.4;
	margin-bottom:10px;
	}
.mfp-content .detailModal .cautionRight.cautionRight02{
	clear: both;
	margin-top: -10px;
	}

.mfp-content .detailModal .lead{
	padding-bottom:25px;
	margin-bottom:30px;
	}
.mfp-content .detailModal .copy small{
	font-size:20px;
	display:block;
	}
.mfp-content .detailModal .imgCenter{
	text-align:center;
	}
.mb10{
	margin-bottom:10px !important;
	}
.mfp-content .detailModal .column{
	padding-bottom:10px;
	width: 100%;
	}
.mfp-content .detailModal .column .sttl{
	font-size:18px;
	font-weight:bold;
	margin-bottom:0;
	}
.mfp-content .detailModal .imgRight{
	float:right;
	display:block;
	width:250px;
	margin-left:35px;
	}
.mfp-content .detailModal .imgRight.txtRight{
	text-align: center;
	font-size: 12px;
	}
.mfp-content .detailModal .mfp-close{
	color:#fff;
	width:50px;
	height:50px;
	opacity:1;
  filter: alpha(opacity=100);
	}
.mfp-content .detailModal .mfp-close:hover{
	opacity:.7;
  filter: alpha(opacity=70);
	}

#section01Modal{ border-color:#00bcd4;}
#section01Modal .head{ background:#00bcd4;}
#section01Modal .copy{ color:#00bcd4;}
#section02Modal{ border-color:#ffc107;}
#section02Modal .head{ background:#ffc107;}
#section02Modal .copy{ color:#ffc107;}
#section03Modal{ border-color:#d4e157;}
#section03Modal .head{ background:#d4e157;}
#section03Modal .copy{ color:#d4e157;}
#section04Modal{ border-color:#673ab7;}
#section04Modal .head{ background:#673ab7;}
#section04Modal .copy{ color:#673ab7;}
#section05Modal{ border-color:#4caf50;}
#section05Modal .head{ background:#4caf50;}
#section05Modal .copy{ color:#4caf50;}
#section06Modal{ border-color:#e91e63;}
#section06Modal .head{ background:#e91e63;}
#section06Modal .copy{ color:#e91e63;}
#section07Modal{ border-color:#ff5722;}
#section07Modal .head{ background:#ff5722;}
#section07Modal .copy{ color:#ff5722;}
#section08Modal{ border-color:#81511c;}
#section08Modal .head{ background:#81511c;}
#section08Modal .copy{ color:#81511c;}

#section0901Modal,
#section0902Modal,
#section0903Modal{ border-color:#2196f3;}
#section0901Modal .head,
#section0902Modal .head,
#section0903Modal .head{ background:#2196f3;}




#section01Modal .imgRight,
#section02Modal .imgRight{
	width:360px;
	}
#section02Modal .copy span{
	display:block;
	padding-top:40px;
	}
#section03Modal .lead .imgRight{
	width:362px;
	}
#section03Modal .imgRight img+img{
	margin:20px 0 40px;
	}

#section04Modal li{
	width:405px;
	margin-bottom:30px;
	}
#section04Modal li,
#section04Modal li+li+li{
	float:left;
	}
#section04Modal li+li,
#section04Modal li+li+li+li{
	float:right;
	}
#section04Modal .imgRight{
	width:362px;
	}
#section05Modal .copy{
	margin-bottom:10px !important;
	}

#section07Modal .imgRight img+img{
	margin-top:20px;
	}

#section0901Modal .slider,
#section0902Modal .slider {
	width:870px;
	height:430px;
	margin:0 auto;
	}
#section0901Modal .content,
#section0902Modal .content{
	overflow: inherit;
	padding:0 !important;
	width:auto;
	}
#section0901Modal .content.noSlider{
	overflow: auto;
}
#section0901Modal .content.noSlider p {
	padding-right: 30px;
}
#section0901Modal .content p,
#section0902Modal .content p{
	margin: 0 0 30px;
	}
#section0901Modal .content .ttl img+br+img,
#section0902Modal .content .ttl img+br+img{
	margin-top:10px;
	}

#section0901Modal .slider .contBox,
#section0902Modal .slider .contBox{
	width:740px;
	height:430px;
	padding-right:30px;
	overflow:auto;
	margin: 0 100px 0 0;
	}
#section0901Modal .slider,
#section0901Modal .slider .contBox,
#section0901Modal .slick-list{
	height:410px;
	}
#section0901Modal #shopTab{
	background:url(../img/common/tab_shoonews.png) 0 100% no-repeat;
	height:33px;
	padding-left:37px;
	width:903px;
	margin-top:10px;
	}
#section0901Modal #shopTab li{
	background:url(../img/common/tab_shoonews.png) 0 0 no-repeat;
	height:33px;
	display:block;
	float:left;
	margin-left:21px;
	text-indent:-999em;
	}
#section0901Modal #shopTab li.t01{ width:117px; background-position:-37px 0; margin:0;}
#section0901Modal #shopTab li.t02{ width:128px; background-position:-175px 0;}
#section0901Modal #shopTab li.t03{ width:70px; background-position:-324px 0;}
#section0901Modal #shopTab li.t04{ width:56px; background-position:-415px 0;}
#section0901Modal #shopTab li.t05{ width:72px; background-position:-492px 0;}
#section0901Modal #shopTab li.t06{ width:104px; background-position:-586px 0; margin-left:22px;}

#section0901Modal #shopTab li.current,
#section0901Modal #shopTab li:hover{
	background:none;
	}
#section0901Modal .content{
	margin-top:15px;
	height:410px;
	display:none;
	}
#section0901Modal .btnList{
	position:absolute;
	width:160px;
	height:28px;
	right:10px;
	top:57px;
	}
#section0901Modal .btnList:hover img{
	opacity:.7;
  filter: alpha(opacity=70);
	zoom:1;	
	}
#section0901Modal .content.active{
	display:block;
	}

#section0903Modal p{
	margin: 50px 0 20px;
	background:url(../img/common/label_shopcate.gif) 100% 80% no-repeat;
	clear: both;
	}
#section0903Modal p.btn{
	background:none;
	margin: 30px 0 0;
	float: left;
}
#section0903Modal p.attention{
	background:none;
	float: right;
	margin-top: 15px !important;
	clear: inherit;
	color: #666;
}
#section0903Modal p.btn+p{
	margin-top:30px;
	}
#section0903Modal p.btn a:hover img{
	opacity:.7;
  filter: alpha(opacity=70);
	zoom:1;
	}
#section0903Modal table{
	width:886px;
	font-size:13px;
	letter-spacing:.01em;
	color:#333;
	}

#section0903Modal table caption{
	text-align:left;
	font-size:20px;
	color:#2196f3;
	font-weight:bold;
	padding:40px 0 20px;
	}
#section0903Modal p + table caption{
	padding-top:0;
	}

#section0903Modal td{
	border-bottom:1px solid #cfd8dd;
	padding:12px 0;
	vertical-align:middle;
	width:45px;
	}
#section0903Modal tr:first-child td{
	border-top:1px solid #cfd8dd;
	}
#section0903Modal tr.even td{
	background:#f4fbff;
	}
#section0903Modal td:first-child{
	color:#2196f3;
	padding-left:10px;
	width:136px;
	}
#section0903Modal td+td{
	width:331px;
	padding-left:10px;
	letter-spacing: 1px;
	}
#section0903Modal td+td+td{
	font-size:10px;
	width:auto;
	}
#section0903Modal td+td+td+td{
	border-left:1px solid #cfd8dd;
	color:#e91e63;
	font-size:14px;
	text-align:center;
	padding:0;
	width:45px;
	}
#section0903Modal td+td+td+td+td{
	color:#ffc107
	}
#section0903Modal td+td+td+td+td+td{
	color:#4caf50
	}
#section0903Modal td+td+td+td+td+td+td{
	color:#673ab7
	}
span.nifrel{
	font-size: 18px;
	color: #00bcd4;
	font-weight:bold;
	}
span.english{
	font-size: 18px;
	color: #673ab7;
	font-weight:bold;
	}
span.orbi{
	font-size: 18px;
	color: #4caf50;
	font-weight:bold;
	}
span.shaun{
	font-size: 18px;
	color: #ff5722;
	font-weight:bold;
	}
span.cinemas{
	font-size: 18px;
	color: #e91e63;
	font-weight:bold;
	}
span.anipo{
	font-size: 18px;
	color: #81511c;
	font-weight:bold;
	}
span.wheel{
	font-size: 18px;
	color: #d4e157;
	font-weight:bold;
	}
span.lalaport{
	font-size: 18px;
	color: #2196f3;
	font-weight:bold;
	}

/* EXPO CITYを知る */
.mfp-content #aboutModal{
	position: relative;
	width: 1030px;
	background:url(../img/bg_about.png)50% 0 repeat-y;
	padding-top:633px;

	margin-top:50px;
	color:#333
	}
.mfp-content #aboutModal .main{
	width:1150px;
	position:absolute;
	left:-60px;
	top:-34px;
	}
.mfp-content #aboutModal .main .ttl{
	position:absolute;
	left:296px;
	top:128px;
	}
.mfp-content #aboutModal .section01{
	background:url(../img/bg_about01.jpg) 50% 0 no-repeat;
	width:100%;
	height:387px;
	}
.mfp-content #aboutModal .section02{
	background:url(../img/bg_about02.png) 50% 0 no-repeat;
	width:100%;
	height:317px;
	}
.mfp-content #aboutModal .section03{
	background:url(../img/bg_about03.png) 50% 0 no-repeat;
	width:100%;
	height:392px;
	}
.mfp-content #aboutModal .section04{
	text-align-last:center;
	}
.mfp-content #aboutModal .section04 p{
	padding:30px 0;
	}
.mfp-content #aboutModal .section04 a:hover img{
	opacity:.7;
	}
.mfp-content #aboutModal div .logo{
	width:304px;
	float:left;
	}
.mfp-content #aboutModal div .text{
	width:640px;
	float:right;
	font-size:14px;
	line-height:28px;
	text-align:left;
	font-weight:bold;
	}
.mfp-content #aboutModal div .text p{
	margin-bottom:15px;
	}
.mfp-content #aboutModal .section01 .text,
.mfp-content #aboutModal .section03 .text{
	color:#fff;
	margin-right:30px;
	}
.mfp-content #aboutModal .section01 .logo{
	margin:-5px 0 0 29px;
	position: relative;
	}
.mfp-content #aboutModal .section01 .text{
	padding-top:111px;
	}

.mfp-content #aboutModal .section02 .logo{
	float:right;
	margin:-24px 26px 0 0;
	}
.mfp-content #aboutModal .section02 .text{
	float:left;
	margin-left:30px;
	padding-top:20px;
	}
.mfp-content #aboutModal .section03 .logo{
	margin:17px 0 0 29px;
	}
.mfp-content #aboutModal .section03 .text{
	padding-top:65px;
	}
#aboutModal.modalInner .mfp-close{
	margin-top:-38px;
	}



#section09Modal {
	width: 100%;
	overflow: hidden;
	}
#section09Modal .bx-wrapper {
	width: 100%;
	max-width: 740px;
	height: 480px;
	}
#section09Modal .bx-wrapper img {
	margin: 0 auto;
	}
#section09Modal .bx-wrapper .bx-controls-direction a {
	left: 50%;
	right: auto;
	height: 38px;
	width: 38px;
	}
#section09Modal .bx-wrapper .bx-controls-direction a.bx-prev {
	margin-left: -352px;
	background: url('../img/ico_section08_leftArrow.png') center center no-repeat;
	}
#section09Modal .bx-wrapper .bx-controls-direction a.bx-next {
	margin-left: 315px;
	background: url('../img/ico_section08_rightArrow.png') center center no-repeat;
}

#section09Modal.modalInner .mfp-close {
	top: auto;
	right: auto;
	text-indent: 9999px;
	width: 322px;
	height: 68px;
	position: relative;
	margin: 10px auto 0 auto;
	opacity: 1;
	background: url('../img/btn_carousselClose.png') center center no-repeat;
	}

#section09Modal.modalInner .mfp-close:hover {
	opacity: 0.8;
	}

#countDown span.count{
	font-size:68px;
	font-family:Arial, Helvetica, sans-serif;
	display:block;
	width:102px;
	height:80px;
	position:absolute;
	left:50%;
	margin-left:-50px;
	top:32%;
	text-align:center;
	letter-spacing:-.05em;
	color:#fff;
	}
/*@media only screen and (max-width:1550px){
	#countDown span.count{
		font-size:58px;
		width:96px;
		left:50%;
		margin-left:-56px;
		top:40%;
	}}*/
@media only screen and (max-width:1300px){
	#countDown span.count{
		font-size:55px;
		width:96px;
		left:50%;
		margin-left:-50px;
		top:26%;
	}}
@media only screen and (max-width:1143px){
	#countDown span.count{
		font-size:42px;
		width:96px;
		left:50%;
		margin-left:-52px;
		top:21%;
	}}
.yycountdown-box span{
	display:none
	}
.yycountdown-box .yyc-day{
	display:block
	}