/* ==========================================================================
   event
   ========================================================================== */
.event {
	background-image: url(../images/bg_event_yellow.png);
	background-repeat: repeat;
	background-attachment: fixed;

}


/* header==================================================================== */
.header {
	min-width: 960px;
	height: 67px;
	margin: 0 auto;
	position: relative;
}

.header__logo_nintendo {
	position: absolute;
	top: -2px;
	left: 4px;
}

.header__logo_wiiu {
	position: absolute;
	top: 0;
	right: 4px;
}


/* hero_content============================================================== */
.hero_content {
	width: 960px;
	height: 853px;
	margin: 0 auto 18px;
	position: relative;
}

.hero_content__logo {
	position: absolute;
	top: -16px;
	left: -1px;
}

.hero_content__title {
	position: absolute;
	top: 123px;
	left: -2px;
}

.hero_content__text {
	width: 601px;
	height: 104px;
	position: absolute;
	top: -149px;
	left: 2px;
	background: url(../images/hero_content_text.png) no-repeat center top;
	text-indent: -1000%;
	overflow: hidden;
}

.hero_content__text br {
	display: none;
}

.hero_content__chara {
	position: absolute;
	top: 41px;
	left: 548px;
}

.hero_content__notebox {
	width: 100%;
	height: 288px;
	background: #fff;
	border-radius: 13px;
	position: absolute;
	top: 565px;
	left: -1px;
}

.hero_content__attention {
	width: 146px;
	height: 78px;
	background: url(../images/hero_content_attention.png) no-repeat center top;
	position: absolute;
	top: 42px;
	left: 45px;
	text-indent: -1000%;
	overflow: hidden;
}

.hero_content__attention_text {
	width: 399px;
	height: 73px;
	position: absolute;
	top: 60px;
	left: 205px;
	background: url(../images/hero_content_attention_text.png) no-repeat center top;
	text-indent: -1000%;
	overflow: hidden;
}


.hero_content__link_banner {
	width: 306px;
	height: 140px;
	position: absolute;
	top: 16px;
	left: 620px;
}

.hero_content__checkitup {
	position: absolute;
	top: 182px;
	left: 40px;
}


/* main_content============================================================== */
.main_content {
	width: 960px;
	margin: 0 auto 43px;
	padding: 25px 0 55px;
	background: #fff;
	border-radius: 13px;
}

.main_content__schedule {
	margin-bottom: 75px;
	padding: 0 37px 0 39px;
}

.schedule__head {
	margin-bottom: 16px;
	margin-top: 0;
}

.schedule__stage01_head {
	width: 685px;
	margin-left: 199px;
	margin-bottom: 6px;
}

.schedule__stage02_head {
	width: 685px;
	margin-left: 199px;
	margin-bottom: 6px;
}

.schedule__head_location {
	width: 249px;
	border-right: 1px solid #d6d6d5;
	display: inline-block;
	text-align: center;
	padding-bottom: 7px;
}

.schedule__head_time {
	width: 148px;
	border-right: 1px solid #d6d6d5;
	display: inline-block;
	text-align: center;
	padding-bottom: 7px;
}

.schedule__head_address {
	width: 286px;
	display: inline-block;
	text-align: center;
	padding-bottom: 7px;
}

.schedule__stage01 {
	display: table;
	table-layout: fixed;
	margin-bottom: 55px;
}
.schedule__stage02 {
	display: table;
	table-layout: fixed;
}

.schedule__stage_date {
	display: table-cell;
	height: 100%;
	background: #f0f0ef;
	border-radius: 6px;
	vertical-align: middle;
	text-align: center;
	width: 175px;
}

.schedule__stage_date.schedule__event_close:after {
	content: "";
	display: block;
	width: 120px;
	height: 29px;
	background: url(../images/schedule_event_close.png) no-repeat center top;
	margin: 16px auto 0;
}

.schedule__stage {
	border-top: 2px solid #d6d6d5;
	border-bottom: 2px solid #d6d6d5;
	margin-left: 23px;
	padding-bottom: 8px;
	display: table;
	table-layout: fixed;
	font-size: 75%;
	color: #000000;
	line-height: 1.7;
	letter-spacing: 0.1em;
}

.schedule__stage_row {
	display: table;
	padding-top: 6px;
	margin-bottom: 6px;
	border-top: 1px dotted #cdcdcd;
}

.schedule__stage_row.stage_row01 {
	border: none; 
}

.schedule__stage_location {
	display: table-cell;
	width: 239px;
	border-right: 1px solid #d6d6d5;
	vertical-align: middle;
	padding: 9px 5px 9px;
}

.schedule__stage_location .location_name {
	font-weight: bold;
	display: block;
}

.schedule__stage_time {
	display: table-cell;
	width: 148px;
	border-right: 1px solid #d6d6d5;
	text-align: center;
	vertical-align: middle;
}

.schedule__stage_address {
	display: table-cell;
	width: 213px;
	text-align: left;
	padding-left: 74px;
	vertical-align: middle;
	position: relative;
}

.schedule__stage_address.icon:before {
	content: "";
	display: inline-block;
	width: 46px;
	height: 46px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 17px;
	margin: auto 0;
}

.schedule__stage_address.icon--tokyo:before {
	background: url(../images/schedule_tokyo.png) no-repeat center top;
}
.schedule__stage_address.icon--osaka:before {
	background: url(../images/schedule_osaka.png) no-repeat center top;
}
.schedule__stage_address.icon--kanagawa:before {
	background: url(../images/schedule_kanagawa.png) no-repeat center top;
}

.schedule__stage01_banner {
	margin: -42px 0 40px -4px;
}

.schedule__stage02_banner {
	margin: -42px 0 0 -4px;
}

.main_content__attention {
	padding: 0 37px 0 39px;
	font-size: 75%;
}
.attention__head {
	width: 883px;
	height: 64px;
	background: url(../images/attention_head.png) no-repeat center top;
	text-indent: -1000%;
	overflow: hidden;
}

.main_content__attention:after {
	content: "";
	display: table;
	clear: both;
}

.attention__first {
	width: 430px;
	float: left;
	margin-left: 14px;
}
.attention__second {
	width: 425px;
	float: left;
	margin-left: 15px;
}
.attention__first .attention__title {
	margin-top: 19px;
	margin-bottom: 10px;
	width: 118px;
	height: 21px;
	background: url(../images/attention_title01.png) no-repeat center top;
	text-indent: -1000%;
	overflow: hidden;
}
.attention__second .attention__title {
	margin-top: 19px;
	margin-bottom: 10px;
	width: 143px;
	height: 21px;
	background: url(../images/attention_title02.png) no-repeat center top;
	text-indent: -1000%;
	overflow: hidden;
}
.attention__list_text {
	margin-bottom: 14px;
	line-height: 1.4;
	padding-left: 7px;
	text-indent: -7px;
}

.attention__list_text:before {
	content: "";
	display: inline-block;
	width: 2px;
	height: 2px;
	background: #000;
	margin-right: 5px;
	vertical-align: middle;
}

/* footer==================================================================== */
.footer {
	background: #66361e;
	height: 38px;
	min-width: 960px;
	position: relative;
}
.footer__nav01 {
	position: absolute;
	top: -2px;
	left: 16px;
	padding-right: 8px;
	border-right: 1px solid #fff;
	line-height: 0;
}
.footer__nav02 {
	position: absolute;
	top: -2px;
	left: 132px;
	line-height: 0;
}
.footer__pagetop {
	position: absolute;
	top: -2px;
	right: 19px;
	line-height: 0;
}


/* ==========================================================================
   Hover
   ========================================================================== */
.hero_content__link_banner a {
	display: block;
	width: 100%;
	height: 100%;
}

.hero_content__link_banner a:hover,
.footer__nav01 a:hover,
.footer__nav02 a:hover,
.footer__pagetop a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-webkit-transition: all 180ms ease-in-out;
	-moz-transition: all 180ms ease-in-out;
	-ms-transition: all 180ms ease-in-out;
	transition: all 180ms ease-in-out;
}