@charset "utf-8";

html, body, #wrap, #main {
	height: 100%;
}
#btJump .prev {
	top: 80px;
	display: none;
}
#btJump .next {
	bottom: 60px;
}
#btJump a {
	display: block;
	height: 38px;
	text-indent: -9999px;
}

@media only screen and (max-width: 767px){
html, body, #wrap, #main {
	height: auto;
}
}


/* -------------------- header */
#header {
	height: 80px;
	background: rgba(0,0,0,0.7);
	color: #fff;
}
#header .title a {
	margin-top: 30px;
}
#gnav {
	float: right;
}
#gnav li a {
	line-height: 80px;
}
@media only screen and (max-width: 767px){
#header {
	height: auto;
}
#header .title a {
	margin-top: 0px;
}
#gnav {
	float: none;
}
#gnav li a {
	line-height: 1.0;
}
}


/* -------------------- footer */
#footer {
	height: 60px;
	line-height: 60px;
}
#footer .link {
	line-height: 60px;
}
#copy {
	line-height: 60px;
}
@media only screen and (max-width: 767px){
#footer {
	position: static;
	height: auto;
	line-height: 1.7;
	padding: 10px 0px;
}
#footer .link {
	line-height: 1.7;
}
#copy {
	line-height: 1.7;
}
}

/* -------------------- main */
.main_area {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}
.main_area_inner {
	width: 940px;
	height: 100%;
	margin: 0px auto;
	padding: 0px 10px;
	position: relative;
}
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10000;
	background: #000;
	opacity:0.8;
	-ms-filter: "alpha(opacity=80)";
	display: none;
}
@media only screen and (max-width: 767px){
.main_area {
	width: auto;
	height: auto;
}
.main_area_inner {
	width: auto;
	height: auto;
	padding: 0 20px;
}
}

/* -------------------- human */
#human {
	color: #fff;
	background: url(/img/index/bg_human.jpg) center top no-repeat;
	-moz-background-size:cover;
	background-size:cover;
}
#human h2 {
	position: absolute;
	top: 18.2%;
	left: 10px;
	font-size: 60px;
}
#human h3 {
	margin-bottom: 6px;
	font-size: 34px;
}
#human .subtitle {
	margin-bottom: 40px;
	font-size: 18px;
}
#human .body {
	position: absolute;
	top: 31.1%;
	left: 10px;
}
#human .position {
	margin-bottom: 10px;
	font-size: 16px;
}
#human .name {
	margin-bottom: 40px;
	font-size: 36px;
}
#human .info {
	width: 360px;
	margin-bottom: 20px;
}
#human .bt_profile {
	padding-left: 16px;
	background: url(/img/common/nav_ig_arw.png) no-repeat 0px 7px;
	font-size: 16px;
	cursor: pointer;
}
#human .bt_play {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 101px;
	height: 100px;
	background: url(/img/index/bt_hm_play.png) no-repeat;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	cursor: pointer;
}
#human .bt_play:hover {
	opacity: 0.5;
}
#video_wrapper {
	width:100%;
	height:100%;
	position: fixed;
	left: -200%;
	z-index: 100000;
	opacity: 0;

	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);

}
#player {
	width: 100%;
	height: 100%;
}
.video_close {
	width: 41px;
	height: 40px;
	position: absolute;
	top: 20px;
	right: 40px;
	background: url(/img/index/bt_close.png) left top no-repeat;
	cursor: pointer;
	text-indent: -9999px;
	z-index: 100000;
	display: none;
}
.video_close.tablet_video_close {
	top: -45px;
	right: -45px;
}
#human .spHead {
	display: none;
}
#human .spArea {
	display: none;
}

@media only screen and (max-width: 767px){
#human {
	padding: 0 0 35px 0;
	background: none; 
}
#human .spArea {
	display: block;
}
#human .main_area_inner {
	position: static;
	width: auto;
}
#human .body {
	position: static;
}
#human .spHead {
	display: block;
	margin-bottom: 20px;
	padding: 20px;
	background: url(/img/index/bg_head_sp.jpg) no-repeat;
	background-size: cover;
}
#human .spHead .h2 {
	position: static;
	margin-bottom: 30px;
	font-size: 36px;
	line-height: 0.8;
}
#human .spHead .h3 {
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 1.0;
}
#human .spHead .subtitle {
	margin-bottom: 0px;
	font-size: 14px;
}
#human h2 {
	display: none;
} 
#human h3 {
	display: none;
}
#human .body .subtitle {
	display: none;
}
#human .position {
	margin-bottom: 10px;
	font-size: 10px;
}
#human .name {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 0.8;
}
#human .info {
	width: auto;
	margin-bottom: 30px;
	font-size: 12px;
}
#human .bt_play {
	display: none;
}
#human .bt_profile {
	display: none;
}
#human .spArea .bt_profile {
	display: block;
	margin-bottom: 20px;
	background: url(/img/common/nav_ig_arw.png) no-repeat 0px 3px;
	font-size: 12px;
}
#human .spArea.video {
	width: 280px;
	height: 157px;
	margin: 0 auto 30px auto;
}
#human #playerSP {
	width: 280px;
	height: 157px;
}
.pullDown {
	display: none;
}
.pullDown .section {
	margin-bottom: 40px;
	font-size: 12px;
}
.pullDown .h2 {
	font-size: 14px;
	margin-bottom: 20px;
	padding-left: 13px;
	border-left: 4px solid;
	border-color: #666;
	color: #fff;
	line-height: 1.0;
}
.pullDown table {
	border-collapse: collapse;
}
.pullDown table th {
	font-size: 12px;
	font-weight: normal;
	vertical-align: top;
	white-space: nowrap;
}
.pullDown td {
	padding-left: 10px;
	font-size: 12px;
	vertical-align: top;
}
.pullDown .txtR {
	white-space: nowrap;
}
}

/* -------------------- infographics */
#infographics .bg_infographics {
	opacity: 0.2;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#infographics .bg_infographics li {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
}
#infographics .bg_infographics .ig01 {
	background: url(/img/index/bg_ig01.jpg) no-repeat center center;
	background-size: cover;
	left: 0;
}
#infographics .bg_infographics .ig02 {
	background: url(/img/index/bg_ig02.jpg) no-repeat center center;
	background-size: cover;
}
#infographics .bg_infographics .ig03 {
	background: url(/img/index/bg_ig03.jpg) no-repeat center center;
	background-size: cover;
}
#infographics .bg_infographics .ig04 {
	background: url(/img/index/bg_ig04.jpg) no-repeat center center;
	background-size: cover;
}
#infographics .bg_infographics .ig05 {
	background: url(/img/index/bg_ig05.jpg) no-repeat center center;
	background-size: cover;
}
#infographics h2 {
	position: absolute;
	top: 13.88%;
	left: 10px;
	font-size: 60px;
	line-height: 0.8;
}
#infographics .logo {
	overflow: hidden;
	position: absolute;
	bottom: 54.16%;
	left: 10px;
	width: 160px;
	height: 81px;
	text-indent: 100%;
	white-space: nowrap;
}
#infographics .ig01 .logo {
	background: url(/img/ig01/logo_ig01.png) no-repeat;
	background-size: contain;
}
#infographics .ig02 .logo {
	background: url(/img/ig02/logo_ig02.png) no-repeat;
	background-size: contain;
}
#infographics .ig03 .logo {
	background: url(/img/ig03/logo_ig03.png) no-repeat;
	background-size: contain;
}
#infographics .ig04 .logo {
	background: url(/img/ig04/logo_ig04.png) no-repeat;
	background-size: contain;
}
#infographics .ig05 .logo {
	background: url(/img/ig05/logo_ig05.png) no-repeat;
	background-size: contain;
}
#infographics .nav {
	position: absolute;
	z-index: 100;
	top: 50%;
	left: 10px;
}
#infographics .nav li {
	padding-left: 18px;
	font-size: 16px;
	background: url(/img/common/arw_nav.png) no-repeat left center;
	background-size: 12px 12px;
	line-height: 28px;
	cursor: pointer;
}
#infographics .nav .none {
	opacity: 0.4;
	cursor: default;
}
#infographics .nav .ig1:hover, 
#infographics .nav .ig1.cr { 
	color: #f00;
	background: url(/img/ig01/arw_nav_on.png) no-repeat left center;
	background-size: 12px 12px;
}
#infographics .nav .ig2:hover, 
#infographics .nav .ig2.cr { 
	color: #09f;
	background: url(/img/ig02/arw_nav_on.png) no-repeat left center;
	background-size: 12px 12px;
}
#infographics .nav .ig3:hover, 
#infographics .nav .ig3.cr { 
	color: #f09;
	background: url(/img/ig03/arw_nav_on.png) no-repeat left center;
	background-size: 12px 12px;
}
#infographics .nav .ig4:hover, 
#infographics .nav .ig4.cr { 
	color: #939;
	background: url(/img/ig04/arw_nav_on.png) no-repeat left center;
	background-size: 12px 12px;
}
#infographics .nav .ig5:hover, 
#infographics .nav .ig5.cr { 
	color: #6c0;
	background: url(/img/ig05/arw_nav_on.png) no-repeat left center;
	background-size: 12px 12px;
}
#infographics .bt_slide .prev {
	position: absolute;
	z-index: 110;
	top: 50%;
	left: 40px;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	background: url(/img/index/bt_ig.png) no-repeat 0px 0px;
	cursor: pointer;
}
#infographics .bt_slide .prev:hover {
	opacity: 0.5;
}
#infographics .bt_slide .next {
	position: absolute;
	z-index: 110;
	top: 50%;
	right: 40px;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	background: url(/img/index/bt_ig.png) no-repeat 0px -40px;
	cursor: pointer;
}
#infographics .bt_slide .next:hover {
	opacity: 0.5;
}
#infographics .items_infographics .item {
	display: none;
}
#infographics .items_infographics .cr {
	display: block;
}
#infographics h3 {
	position: absolute;
	bottom: 54.16%;
	left: 330px;
	font-size: 28px;
}
#infographics h3 .theme {
	display: block;
	margin-bottom: 10px;
	font-size: 18px;
}
#infographics .body {
	position: absolute;
	z-index: 100;
	top: 50%;
	left: 330px;
	width: 540px;
	font-size: 14px;
}
#infographics .bt_help {
	margin: 10px 0 20px 0;
	text-align: right;
}
#infographics .bt_help span {
	display: inline-block;
	padding-left: 20px;
	font-size: 14px;
	cursor: pointer;
}
#infographics .bt_detail {
}
#infographics .bt_detail a {
	display: inline-block;
	padding: 0 14px 0 42px;
	color: #fff;
	font-size: 16px;
	line-height: 42px;
}
#infographics .ig01 h3 {
	color: #f00;
}
#infographics .ig01 .bt_help span {
	background: url(/img/ig01/bt_help_min.png) no-repeat 0px 4px;
	background-size: 15px 15px;
}
#infographics .ig01 .bt_detail a {
	background: url(/img/common/arw_nav.png) no-repeat 14px center #f00;
	background-size: 16px 16px;
}
#infographics .ig01 .bt_detail a:hover {
	background: url(/img/common/arw_nav.png) no-repeat 14px center #ff4d4d;
	background-size: 16px 16px;
}
#infographics .ig02 h3 {
	color: #09f;
}
#infographics .ig02 .bt_help span {
	background: url(/img/ig02/bt_help_min.png) no-repeat 0px 4px;
	background-size: 15px 15px;
}
#infographics .ig02 .bt_detail a {
	background: url(/img/common/arw_nav.png) no-repeat 14px center #09f;
	background-size: 16px 16px;
}
#infographics .ig02 .bt_detail a:hover {
	background: url(/img/common/arw_nav.png) no-repeat 14px center #4db8ff;
	background-size: 16px 16px;
}
#infographics .ig03 h3 {
	color: #f09;
}
#infographics .ig03 .bt_help span {
	background: url(/img/ig03/bt_help_min.png) no-repeat 0px 4px;
	background-size: 15px 15px;
}
#infographics .ig03 .bt_detail a {
	background: url(/img/common/arw_nav.png) no-repeat 14px center #f09;
	background-size: 16px 16px;
}
#infographics .ig03 .bt_detail a:hover {
	background: url(/img/common/arw_nav.png) no-repeat 14px center #ff4db8;
	background-size: 16px 16px;
}
#infographics .ig04 h3 {
	color: #939;
}
#infographics .ig04 .bt_help span {
	background: url(/img/ig04/bt_help_min.png) no-repeat 0px 4px;
	background-size: 15px 15px;
}
#infographics .ig04 .bt_detail a {
	background: url(/img/common/arw_nav.png) no-repeat 14px center #939;
	background-size: 16px 16px;
}
#infographics .ig04 .bt_detail a:hover {
	background: url(/img/common/arw_nav.png) no-repeat 14px center #b871b8;
	background-size: 16px 16px;
}
#infographics .ig05 h3 {
	color: #6c0;
}
#infographics .ig05 .bt_help span {
	background: url(/img/ig05/bt_help_min.png) no-repeat 0px 4px;
	background-size: 15px 15px;
}
#infographics .ig05 .bt_detail a {
	background: url(/img/common/arw_nav.png) no-repeat 14px center #6c0;
	background-size: 16px 16px;
}
#infographics .ig05 .bt_detail a:hover {
	background: url(/img/common/arw_nav.png) no-repeat 14px center #94db4d;
	background-size: 16px 16px;
}

@media only screen and (max-width: 767px){
#infographics {
	padding: 35px 0 0 0;
	background: url(/img/index/bg_ig01_sp.jpg) no-repeat center top;
	background-size: 100% auto;
}
#infographics .bt_slide {
	display: none
}
#infographics .bg_infographics {
	display: none;
}
#infographics .nav_infographics {
	display: none;
}
#infographics .main_area_inner {
	padding: 0px;
}
#infographics h2 {
	position: static;
	margin-left: 20px;
	margin-bottom: 30px;
	font-size: 36px;
	line-height: 0.8;
}
#infographics .items_infographics .item {
	display: block;
	padding: 30px 20px;
}
#infographics .items_infographics .item.ig02 {
	background: url(/img/index/bg_ig02_sp.jpg) no-repeat center top;
	background-size: 100% auto;
}
#infographics .items_infographics .item.ig03 {
	background: url(/img/index/bg_ig03_sp.jpg) no-repeat center top;
	background-size: 100% auto;
}
#infographics .items_infographics .item.ig04 {
	background: url(/img/index/bg_ig04_sp.jpg) no-repeat center top;
	background-size: 100% auto;
}
#infographics .items_infographics .item.ig05 {
	background: url(/img/index/bg_ig05_sp.jpg) no-repeat center top;
	background-size: 100% auto;
}
#infographics .logo {
	position: static;
	width: 119px;
	height: 61px;
	margin: 0 auto 20px auto;
}
#infographics h3 {
	position: static;
	margin-bottom: 20px;
	font-size: 16px;
}
#infographics h3 .theme {
	font-size: 13px;
	margin-bottom: 5px;
}
#infographics .body {
	position: static;
	width: auto;
	margin-bottom: 16px;
	font-size: 12px;
}
#infographics .bt_help {
	display: none;
	margin-bottom: 20px;
	font-size: 11px;
	text-align: left;
}
#infographics .bt_detail {
	padding-top: 20px;
	text-align: center;
}
}

/* -------------------- about */
#about {
	background: url(/img/index/bg_about.jpg) center top no-repeat;
	-moz-background-size:cover;
	background-size: cover;
	color: #fff;
}
#about h2 {
	position: absolute;
	top: 18.2%;
	left: 10px;
	font-size: 60px;
}
#about h3 {
	margin-bottom: 24px;
	font-size: 24px;
}
#about .body {
	position: absolute;
	top: 29.5%;
	left: 10px;
}
#about .info {
	width: 360px;
	margin-bottom: 50px;
}
#about .about_3c .item {
	float: left;
	width: 300px;
	margin-right: 20px;
}
#about .about_3c .item .min {
	display: inline-block;
	padding-top: 4px;
	font-size: 11px;
}
#about .about_3c .item:last-child {
	margin-right: 0;
}
#about .about_3c h4 {
	font-size: 16px;
	margin-bottom: 16px;
}
#about .arwLink {
	display: inline-block;
	position: relative;
	padding-left: 12px;
	color: #fff;
}
#about .arwLink:after {
	content: "";
	position: absolute;
	top: 9px;
	left: 0;
	border: 4px solid  transparent;
	border-left: 4px solid #fff;
}

@media only screen and (max-width: 767px){
#about {
	padding: 35px 0;
	background: url(/img/index/bg_about_sp.jpg) no-repeat center top;
	background-size: cover;
}
#about h2 {
	position: static;
	margin-bottom: 30px;
	font-size: 36px;
	line-height: 0.8;
}
#about .body {
	position: static;
}
#about h3 {
	font-size: 13px;
	margin-bottom: 20px;
}
#about .info {
	width: auto;
	font-size: 12px;
	margin-bottom: 50px;
}
#about .about_3c .item {
	float: none;
	width: auto;
	margin: 0 0 25px 0;
	font-size: 12px;
}
#about .about_3c .item .min {
	padding-top: 4px;
	font-size: 11px;
}
#about .about_3c h4 {
	margin-bottom: 10px;
	font-size: 12px;
}
#about .arwLink:after {
	top: 6px;
}
}

/* -------------------- modal */
.jspTrack {
	background: #e4e4e4;
	position: relative;
}
#modalArea .modal1 {
	background: url(/img/index/bg_profile.jpg) no-repeat right bottom #fff;
}
#modalArea .modal1 h2 {
	border-color: #666;
	color: #333;
}
#modalArea .modal1 .name {
	font-size: 30px;
	margin-bottom: 20px;
}
#modalArea .modal1 .position {
	margin-bottom: 30px;
	font-size: 16px;
}
#modalArea .modal1 .position .min {
	display: block;
	font-size: 14px;
}
#modalArea .modal1 table {
	border-collapse: collapse;
}
#modalArea .modal1 table th {
	font-size: 14px;
	font-weight: normal;
}
#modalArea .modal1 td {
	padding-left: 10px;
	font-size: 14px;
}

#modalArea .modal1 .jspDrag {
	background: #999;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}
#modalArea .modal2 h2 {
	border-color: #f00;
	color: #f00;
}
#modalArea .modal2 .jspDrag {
	background: #f00;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}
#modalArea .modal3 h2 {
	border-color: #09f;
	color: #09f;
}
#modalArea .modal3 .jspDrag {
	background: #09f;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}
#modalArea .modal4 h2 {
	border-color: #f09;
	color: #f09;
}
#modalArea .modal4 .jspDrag {
	background: #f09;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}
#modalArea .modal5 h2 {
	border-color: #939;
	color: #939;
}
#modalArea .modal5 .jspDrag {
	background: #939;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}
#modalArea .modal6 h2 {
	border-color: #6c0;
	color: #6c0;
}
#modalArea .modal6 .jspDrag {
	background: #6c0;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}
