@charset "utf-8";

/* -------------------- btJump */
#btJump .prev {
	display: none;
}

/* -------------------- main */
#main .logo {
	background: url(/img/ig05/logo_ig05.png) no-repeat;
	background-size: contain;
}
#main h1 .btHelp {
	background: url(/img/ig05/bt_help_min.png) no-repeat;
	background-size: contain;
}
#main h1 .btAreaNav {
	background: url(/img/ig05/bt_areanav.png) no-repeat;
	background-size: contain;
}
#main .areaNav li {
	background: url(/img/common/arw_nav.png) no-repeat left center;
	background-size: 12px 12px;
}
#main .areaNav li:hover {
	color: #6c0;
	background: url(/img/ig05/arw_nav_on.png) no-repeat left center;
	background-size: 12px 12px;
}
@media only screen and (max-width: 767px){
.spHeader h1 .btHelp {
	background: url(/img/ig01/bt_help_min.png) no-repeat;
	background-size: contain;
}
.spHeader h1 .btAreaNav {
	background: url(/img/ig05/bt_areanav.png) no-repeat;
	background-size: contain;
}
}

/* -------------------- themeArea */
#themeArea {
	display: none;
}
#themeArea .themeBlock {
	display: none;
}
#themeArea .btTheme {
	display: inline-block;
	margin-bottom: 20px;
	padding-left: 22px;
	background: url(/img/ig05/bt_help_min.png) no-repeat left center;
	background-size: 16px 16px;
	font-size: 12px;
	cursor: pointer;
}
@media only screen and (max-width: 767px){
#themeArea {
	display: block;
	margin-bottom: 10px;
}
#themeArea .section {
	margin-bottom: 40px;
}
#themeArea h2 {
	margin-bottom: 20px !important;
	padding-left: 13px !important;
	border-left: 4px solid #6c0;
	font-size: 14px !important;
	text-align: left !important;
}
#themeArea h3 {
	font-size: 14px;
	margin-bottom: 20px;
}
#themeArea p {
	margin-bottom: 20px;
	font-size: 12px;
}
#themeArea .note {
	margin-bottom: 20px;
	padding: 20px 20px 10px 20px;
	background: #333;
	color: #fff;
	font-size: 12px;
}
#themeArea .note dt {
	float: left;
	width: 25px;
}
#themeArea .note dd {
	margin: 0 0 10px 25px;
}
}

/* -------------------- area01 */
#area01 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#area01 .nav {
	position: absolute;
	z-index: 100;
	bottom: 40px;
	left: 50%;
	width: 100%;
	text-align: center;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
}
#area01 .nav li {
	display: inline-block;
	margin: 0px 10px;
	color: #999;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
}
#area01 .nav li.cr, 
#area01 .nav li:hover {
	color: #6c0;
}
#area01 .gen {
	position: absolute;
	top: 32%;
	left: 0;
	color: #6c0;
	font-size: 18px;
}
#area01 .gen li {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	white-space: nowrap;
}
#area01 .gen .gen01 {
	display: block;
}
#area01 .year {
	position: absolute;
	top: 36.3%;
	left: 0;
	font-size: 12px;
}
#area01 .year .num {
	font-size: 48px;
	line-height: 1.0;
}
#area01 .motionArea {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#area01 .motionArea .itemGroup {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1300%;
}
#area01 .motionArea .item {
	position: relative;
	width: 100%;
	height: 7.69%;
}
#area01 .motionArea .item h3 {
	display: none;
}
#area01 .motionArea .item .img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 31.9%;
	height: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
#area01 .motionArea .item .img .size {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transition: 0.3s ease;
}
#area01 .motionArea .ac01 .item .img .size {
	width: 80%;
}
#area01 .motionArea .item .img img {
	width: 100%;
}
#area01 .motionArea .item .body {
	position: absolute;
	top: 36.3%;
	left: 70%;
	width: 240px;
	font-size: 13px;
	transition: 0.3s ease;
}
#area01 .motionArea .ac02 .item .body {
	left: 67%;
	opacity: 0;
}
#area01 .motionArea .item .body p {
	margin-bottom: 20px;
}
#area01 .motionArea .item .body .h {
	margin-bottom: 10px;
	font-size: 24px;
}
#area01 .motionArea .item .body .note {
	color: #999;
	font-size: 11px;
}
#area01 .motionArea .shadow .top {
	display: block;
	position: absolute;
	top: -1%;
	left: 0;
	width: 100%;
	height: 20%;
	background: linear-gradient(rgba(26, 26, 26, 1.0), rgba(26, 26, 26, 0))
}
#area01 .motionArea .shadow .bottom {
	display: block;
	position: absolute;
	bottom: -1%;
	left: 0;
	width: 100%;
	height: 20%;
	background: linear-gradient(rgba(26, 26, 26, 0), rgba(26, 26, 26, 1.0))
}
#area01 .spArea, 
#area01_sp {
	display: none;
}
@media only screen and (max-width: 767px){
#area01 {
	position: static;
	width: auto;
	height: auto;
}
#area01 .gen,
#area01 .year,
#area01 .nav {
	display: none;
}
#area01 .motionArea {
	position: static;
	height: auto;
}
#area01 .motionArea .itemGroup {
	position: static;
	height: auto;
}
#area01 .motionArea .item {
	height: auto;
	padding: 20px 0 60px 0;
	border-top: 1px solid #333;
}
#area01 .motionArea .item h3 {
	display: block;
	margin-bottom: 20px;
	font-size: 12px;
	text-align: center;
}
#area01 .motionArea .item h3 span {
	font-size: 30px;
}
#area01 .motionArea .item h3 .g {
	display: block;
	margin-bottom: 5px;
	color: #6c0;
	font-size: 14px;
	text-align: center;
}
#area01 .motionArea .item .img {
	position: static;
	width: 160px;
	height: auto;
	margin: 0 auto 20px auto;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transition: 0.3s ease;
}
#area01 .motionArea .item .img .size {
	position: static;
	width: auto;
	height: auto;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transition: 0.3s ease;
}
#area01 .motionArea .item .body {
	position: static;
	width: auto;
	font-size: 13px;
}
#area01 .motionArea .item .body .h {
	margin-bottom: 25px;
	font-size: 24px;
	text-align: center;
}
#area01 .motionArea .shadow {
	display: none;
}
}

/* -------------------- area02 */
#area02 {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#mapArea {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#mapArea .mapGroup {
	position: absolute;
	z-index: 0;
	top:  -15%;
	left: -15%;
	width: 130%;
	height: 130%;
}
#mapArea .mapGroup #worldmap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/img/common/map.png);
	background-size: contain;
	opacity: 0.4;
}
#mapArea .marker {
}
#mapArea .marker li {
	opacity: 0;
	position: absolute;
	z-index: 1;
	width: 60px;
	height: 80px;
	-webkit-transform: translate(-50%, -100%);
	-moz-transform: translate(-50%, -100%);
	-ms-transform: translate(-50%, -100%);
	-o-transform: translate(-50%, -100%);
}
#mapArea .marker.s li {
	width: 36px !important;
	height: 48px !important;
}
#mapArea .marker .name {
	display: block;
	position: absolute;
	top: 10%;
	left: 120%;
	font-size: 30px;
	white-space: nowrap;
}
#mapArea .marker.s .name {
	display: none;
}
#mapArea .marker .japan {
	top: 50%;
	left: 50%;
}
#mapArea .marker .uk {
	top: 42.66%;
	left: 16.38%;
}
#mapArea .marker .netherlands {
	top: 43.13%;
	left: 18.57%;
}
#mapArea .marker .newzealand {
	top: 85.57%;
	left: 58.32%;
}
#mapArea .marker .australia {
	top: 78.5%;
	left: 48.28%;
}
#mapArea .marker .usa {
	top: 50%;
	left: 78.08%;
}
#area02 .introArea {
	display: none;
}
#area02 .introArea .over {
	position: fixed;
	z-index: 1;
	top: 50%;
	left: 50%;
	width: 300%;
	height: 200%;
	background: rgba(0, 0, 0, 0.7);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
#area02 .introArea .body {
	position: absolute;
	z-index: 10;
	top: 32.16%;
	left: 50%;
	width: 660px;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}
#area02 .introArea .body p {
	margin-bottom: 20px;
}
#area02 .infoArea {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#area02 .infoArea .info01 {
	position: absolute;
	top: 36.7%;
	left: 8.5%;
	width: 57.4%;
	color: #6c0;
	line-height: 1.0;
}
#area02 .infoArea .info01 .h {
	margin-bottom: 10px;
	padding-left: 11.1%;
	font-size: 1.29em;
}
#area02 .infoArea .info01 .ico {
	display: inline-block;
	width: 7.8%;
	margin-right: 3.3%;
}
#area02 .infoArea .info01 .num {
	font-size: 5.1em;
}
#area02 .infoArea .info01 .btHelp {
	display: inline-block;
	position: relative;
	width: 30px;
	height: 36px;
	margin: 10px 3.2% 0 3.2%;
	background: url(/img/ig05/bt_help.png) no-repeat center top;
	background-size: 30px 36px;
	vertical-align: top;
	cursor: pointer;
}
#area02 .infoArea .helpBlock .help {
	display: none;
	position: absolute;
	z-index: 110;
	top: 56px;
	left: 0;
	width: 300px;
	padding: 20px;
	background: rgba(255, 0, 153, 0.6);
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
}
#area02 .infoArea .helpBlock .help .h {
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-left: 0;
	border-bottom: 2px solid #fff;
	font-size: 16px;
}
#area02 .infoArea .helpBlock .help .btClose {
	position: absolute;
	top: 0;
	right: -30px;
	width: 18px;
	height: 18px;
	background: url(/img/common/bt_close_s.png) no-repeat;
	cursor: pointer;
}
#area02 .infoArea .info01 .rank {
	display: inline-block;
	padding: 1% 1.9%;
	border: 1px solid #f09;
	font-size: 0.9em;
}
#area02 .infoArea .info01 .rank .num {
	font-size: 1.4em;
}
#area02 .infoArea .info02 {
	position: absolute;
	top: 59.7%;
	left: 8.5%;
	width: 31.9%;
	color: #6c0;
	line-height: 1.0;
}
#area02 .infoArea .info02 .h {
	padding-left: 20%;
	font-size: 1.14em;
}
#area02 .infoArea .info02 .ico {
	display: inline-block;
	width: 13.3%;
	margin-right: 6.7%;
}
#area02 .infoArea .info02 .num {
	font-size: 5.1em;
}
#area02 .infoArea .info03 {
	position: absolute;
	top: 59.7%;
	left: 40.4%;
	width: 31.9%;
	line-height: 1.0;
}
#area02 .infoArea .info03 .h {
	padding-left: 20%;
	font-size: 1.14em;
}
#area02 .infoArea .info03 .ico {
	display: inline-block;
	width: 13.3%;
	margin-right: 6.7%;
}
#area02 .infoArea .info03 .num {
	font-size: 5.1em;
}




#area02 .nav {
	position: absolute;
	z-index: 100;
	bottom: 40px;
	left: 50%;
	width: 100%;
	text-align: center;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}
#area02 .nav li {
	display: inline-block;
	margin: 0px 8px;
	color: #999;
	font-size: 16px;
	cursor: pointer;
}
#area02 .nav li.cr, 
#area02 .nav li:hover {
	color: #6c0;
}
#area02 .spArea {
	display: none;
}
@media only screen and (max-width: 767px){
#area02 {
	display: block;
	position: static;
	width: auto;
	height: auto;
	padding-top: 120px;
}
#area02 .infoArea, 
#area02 #mapArea, 
#area02 .nav {
	display: none;
}
#area02 .spArea {
	display: block;
}
#area02 .spArea .head {
	margin: 20px 0 40px 0;
	font-size: 16px;
	text-align: center;
}
#area02 .spArea .btAbout {
	display: inline-block;
	margin-bottom: 20px;
	padding-left: 22px;
	background: url(/img/ig05/bt_help_min.png) no-repeat left center;
	background-size: 16px 16px;
	font-size: 12px;
	cursor: pointer;
}
#area02 .spArea .bodyAbout {
	display: none;
	margin-bottom: 40px;
}
#area02 .spArea .bodyAbout p {
	margin-bottom: 20px;
	font-size: 12px;
}
#area02 .spArea .section {
	padding: 0 0 60px 0;
}
#area02 .spArea h3 {
	margin-bottom: 30px;
	padding-top: 45px;
	font-size: 24px;
	text-align: center;
}
#area02  .spArea h3.japan {
	background: url(/img/ig05/marker_japan.png) no-repeat center top;
	background-size: 30px 40px;
}
#area02 .spArea h3.uk {
	background: url(/img/ig05/marker_uk.png) no-repeat center top;
	background-size: 30px 40px;
}
#area02 .spArea h3.netherlands {
	background: url(/img/ig05/marker_netherlands.png) no-repeat center top;
	background-size: 30px 40px;
}
#area02 .spArea h3.newzealand {
	background: url(/img/ig05/marker_newzealand.png) no-repeat center top;
	background-size: 30px 40px;
}
#area02 .spArea h3.australia {
	background: url(/img/ig05/marker_australia.png) no-repeat center top;
	background-size: 30px 40px;
}
#area02 .spArea h3.southafrica {
	background: url(/img/ig05/marker_southafrica.png) no-repeat center top;
	background-size: 30px 40px;
}
#area02 .spArea h3.usa {
	background: url(/img/ig05/marker_usa.png) no-repeat center top;
	background-size: 30px 40px;
}
#area02 .spArea .h1 {
	margin-left: 35px;
	color: #6c0;
	font-size: 13px;
}
#area02 .spArea .h2{
	margin-left: 35px;
	margin-bottom: 0px;
	font-size: 11px;
}
#area02 .spArea .body01 {
	margin-bottom: 16px;
	color: #6c0;
	line-height: 1.0;
}
#area02 .spArea .body01 .ico {
	display: inline-block;
	width: 26px;
	margin-right: 9px;
}
#area02 .spArea .body01 .num {
	font-size: 50px;
}
#area02 .spArea .body02 {
	margin-bottom: 10px;
	line-height: 1.0;
}
#area02 .spArea .body02 .ico {
	display: inline-block;
	width: 18px;
	margin-right: 17px;
}
#area02 .spArea .body02 .num {
	font-size: 30px;
}
#area02 .spArea .clr {
	color: #6c0;
}
#area02 .spArea .rank {
	display: inline-block;
	position: relative;
	top: -6px;
	margin-left: 12px;
	padding: 5px;
	border: 1px solid #f09;
}
#area02 .spArea .rank .num {
	font-size: 18px;
}
#area02 .spArea .bt_pullDown {
	margin: 30px 0 10px 0;
	padding-left: 22px;
	background: url(/img/ig05/bt_help_min_p.png) no-repeat left center;
	background-size: 16px 16px;
	font-size: 13px;
}
#area02 .spArea .pdBody {
	display: none;
	padding: 15px;
	background: rgba(255, 0, 153, 0.6);
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
}
#area02 .spArea .pdBody p {
	margin: 0;
}
#area02 .spArea .pdBody .h {
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-left: 0;
	border-bottom: 1px solid #fff;
	font-size: 14px;
}





}

/* -------------------- area03 */
#area03 {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#topicArea .item {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#topicArea .img {
	position: absolute;
	top: 37.33%;
	right: 55.21%;
	width: 222px;
	height: 162px;
	text-align: center;
}
#topicArea .img img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
#topicArea .body {
	position: absolute;
	top: 37.33%;
	left: 51.06%;
	width: 300px;
	font-size: 14px;
}
#topicArea .body h3 {
	margin-bottom: 25px;
	font-size: 32px;
	line-height: 1.4;
}
#area03 .nav {
	position: absolute;
	z-index: 100;
	bottom: 40px;
	left: 50%;
	width: 100%;
	text-align: center;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}
#area03 .nav li {
	display: inline-block;
	height: 24px;
	margin: 0px 12px;
	color: #999;
	font-size: 16px;
	cursor: pointer;
}
#area03 .nav .topic1 {
	width: 33px;
	background: url(/img/ig05/bt_nav03.png) no-repeat 0px 0px;
	background-size: 284px 70px;
}
#area03 .nav .topic1:hover, 
#area03 .nav .topic1.cr {
	background: url(/img/ig05/bt_nav03.png) no-repeat 0px -40px;
	background-size: 284px 70px;
}
#area03 .nav .topic2 {
	width: 33px;
	background: url(/img/ig05/bt_nav03.png) no-repeat -53px 0px;
	background-size: 284px 70px;
}
#area03 .nav .topic2:hover, 
#area03 .nav .topic2.cr {
	background: url(/img/ig05/bt_nav03.png) no-repeat -53px -40px;
	background-size: 284px 70px;
}
#area03 .nav .topic3 {
	width: 28px;
	background: url(/img/ig05/bt_nav03.png) no-repeat -106px 0px;
	background-size: 284px 70px;
}
#area03 .nav .topic3:hover, 
#area03 .nav .topic3.cr {
	background: url(/img/ig05/bt_nav03.png) no-repeat -106px -40px;
	background-size: 284px 70px;
}
#area03 .nav .topic4 {
	width: 33px;
	background: url(/img/ig05/bt_nav03.png) no-repeat -154px 0px;
	background-size: 284px 70px;
}
#area03 .nav .topic4:hover, 
#area03 .nav .topic4.cr {
	background: url(/img/ig05/bt_nav03.png) no-repeat -154px -40px;
	background-size: 284px 70px;
}
#area03 .nav .topic5 {
	width: 32px;
	background: url(/img/ig05/bt_nav03.png) no-repeat -207px 0px;
	background-size: 284px 70px;
}
#area03 .nav .topic5:hover, 
#area03 .nav .topic5.cr {
	background: url(/img/ig05/bt_nav03.png) no-repeat -207px -40px;
	background-size: 284px 70px;
}
#area03 .nav .topic6 {
	width: 24px;
	background: url(/img/ig05/bt_nav03.png) no-repeat -260px 0px;
	background-size: 284px 70px;
}
#area03 .nav .topic6:hover, 
#area03 .nav .topic6.cr {
	background: url(/img/ig05/bt_nav03.png) no-repeat -260px -40px;
	background-size: 284px 70px;
}
#area03 .spArea {
	display: none;
}

@media only screen and (max-width: 767px){
#area03 {
	display: block;
	position: static;
	width: auto;
	height: auto;
	padding-top: 100px;
}
#area03 h2 {
	margin: 20px 0 40px 0;
	font-size: 16px;
}
#area03 .spArea {
	display: block;
}
#area03 .spArea .h1 {
	margin: 20px 0 40px 0;
	font-size: 16px;
	text-align: center;
}
#area03 .nav {
	display: none;
}
#topicArea .item {
	display: block;
	position: static;
	width: auto;
	height: auto;
	margin-bottom: 100px;
}
#topicArea .item .img {
	position: static;
	width: 111px;;
	height: auto;
	margin: 0 auto 30px auto;
}
#topicArea .item .img img {
	position: static;
	width: 100%;
	height: auto;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
}
#topicArea .body {
	position: static;
	width: auto;
	font-size: 13px;
}
#topicArea .body h3 {
	margin-bottom: 25px;
	font-size: 24px;
	text-align: center;
}
}

/* -------------------- sourceArea */
#sourceArea h2 {
	border-left: 4px solid #6c0;
	color: #fff;
}

/* -------------------- modal */
#modalArea .modal h2 {
	border-color: #6c0;
	color: #6c0;
}
.jspTrack {
	background: #e4e4e4;
	position: relative;
}
.jspDrag {
	background: #6c0;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}
