/*****************************************

		TOPのみのcss

******************************************/
html {
  height: 100%;
}
body {
  background: #fff;
  position: relative;
  /*overflow: hidden;
	visibility: hidden;*/
  height: 100%;
}
/* #ローディング
--------------------------- */
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #FFF;
  z-index: 1000;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #0094D7;
  z-index: 2;
}
.loadIcon, .loadIcon:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loadIcon {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(0, 148, 215, 0.2);
  border-right: 1.1em solid rgba(0, 148, 215, 0.2);
  border-bottom: 1.1em solid rgba(0, 148, 215, 0.2);
  border-left: 1.1em solid #0094d7;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* #container
--------------------------- */
#container {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: 1;
}
/* .stageBase
--------------------------- */
.stageBase {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.stageBase .fieldWrap {
  height: 100%;
}
/* .stageSlide
--------------------------- */
.stageSlide {
  position: relative;
  overflow: hidden;
  visibility: hidden;
}
.stageSlide .slideWrap {
  top: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
}
.stageSlide .slideWrap:before, .stageSlide .slideWrap:after {
  content: " ";
  display: table;
}
.stageSlide .slideWrap:after {
  clear: both;
}
.stageSlide .slideWrap {
  *zoom: 1;
}
.stageSlide .slidePanel {
  float: left;
  overflow: hidden;
}
.stageSlide .sdPrev, .stageSlide .sdNext {
  margin-top: -25px;
  top: 50%;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  z-index: 99;
}
.stageSlide .sdPrev {
  left: 80px;
  background: transparent url(../../images/slide_prev.png) no-repeat left top;
}
.stageSlide .sdNext {
  right: 80px;
  background: transparent url(../../images/slide_next.png) no-repeat left top;
}
.stageSlide .slideNav {
  bottom: 70px;
  left: 0;
  width: 100%;
  height: 15px;
  text-align: center;
  position: absolute;
  z-index: 98;
}
.stageSlide .slideNav a {
  margin: 0 5px;
  width: 15px;
  height: 15px;
  background: transparent url(../../images/nav.png) no-repeat center center;
  display: inline-block;
  overflow: hidden;
}
.stageSlide .slideNav a.pnActive {
  background: transparent url(../../images/nav_acv.png) no-repeat center center;
}
/* #pageNav
--------------------------- */
#pageNav {
  display: none !important;
  top: 0;
  right: 25px;
  width: 15px;
  text-align: center;
  position: fixed;
  z-index: 2;
}
#pageNav ul {
  width: 15px;
  display: block;
}
#pageNav ul li {
  padding-bottom: 5px;
  width: 15px;
  height: 15px;
  display: block;
  overflow: hidden;
}
#pageNav ul li a {
  width: 15px;
  height: 15px;
  background: transparent url(../../images/nav.png) no-repeat center center;
  display: block;
}
#pageNav ul li.activeStage a {
  background: transparent url(../../images/nav_acv.png) no-repeat center center;
}
/* #pageDown
--------------------------- */
.pageDown {
  bottom: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 48px;
  height: 48px;
  text-align: center;
  position: absolute;
  overflow: hidden;
  z-index: 999;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pageDown:hover {
  bottom: 45px;
}
.pageDown a {
  margin: 0 auto;
  widows: 100%;
  height: 100%;
  display: block;
}
/* 各コンテンツ設定
--------------------------- */
.stageBase {
  min-height: 750px;
}
/*--全stage--*/
.stageBase .stagetitle {
  text-align: center;
  margin-bottom: 5%;
}
.stageBase .stagetitle span {
  display: none;
}
.fadebottom {
  bottom: -50px;
  margin: 0 auto;
  display: none;
  position: relative;
}
.stageBase .stage_inner {
  width: 980px;
  margin: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  overflow: hidden;
}
/*----- フェードイン -----*/
.inviewfadeIn {
  opacity: 0;
  transition: .8s;
}
.fadeIn {
  opacity: 1.0;
}
/*----- 上へスライド -----*/
.inviewUp {
  transform: translate(0, 40px);
  -webkit-transform: translate(0, 40px);
  transition: .8s;
}
.Up {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
/*----- ズームイン -----*/
.inviewzoomIn {
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transition: .8s;
}
.zoomIn {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}
/*----- フェードインしながら上へスライド -----*/
.inviewfadeInUp {
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
  transition: .8s;
}
.fadeInUp {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
/*----- フェードインしながら下へスライド -----*/
.inviewfadeInDown {
  opacity: 0;
  transform: translate(0, -40px);
  -webkit-transform: translate(0, -40px);
  transition: .8s;
}
.fadeInDown {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
.t10 {
  transition: 1s !important;
}
.t12 {
  transition: 1.2s !important;
}
.t14 {
  transition: 1.4s !important;
}
.t16 {
  transition: 1.6s !important;
}
.t40 {
  transition: 4s !important;
}
.t50 {
  transition: 5s !important;
}
/*--stage1--*/
#stage1 .slidePanel:first-child {
  background: url(../../images/slide01.jpg) no-repeat center 50%;
  background-size: cover;
}
#stage1 .first_inner {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  width: 1200px;
  height: 100%;
  z-index: 998;
}
#stage1 .first_inner .catch {
  position: absolute;
  top: 30%;
  left: 24px;
}
/*お知らせ*/
#stage1 .first_inner .newsArea {
  width: 510px;
  padding: 12px 15px 10px 15px;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 40px;
  bottom: 50px;
}
#stage1 .first_inner .newsArea .title {
  border-bottom: #0094D7 solid 1px;
  padding-bottom: 6px;
  overflow: hidden;
}
#stage1 .first_inner .newsArea .title h2 {
  padding-left: 22px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
  float: left;
  margin-top: 2px;
}
#stage1 .first_inner .newsArea .title h2.news {
  background: url(../images/icon_news.png) no-repeat left 3px;
  background-size: 12px auto;
}
#stage1 .first_inner .newsArea .title h2.kisei {
  background: url(../images/icon_kisei.png) no-repeat left 5px;
  background-size: 12px auto;
}
#stage1 .first_inner .newsArea .title h2.progress {
  background: url(../images/icon_progress.png) no-repeat left 5px;
  background-size: 12px auto;
}
#stage1 .first_inner .newsArea .title .allBtn {
  float: right;
  width: 102px;
  text-align: center;
  font-size: 11px;
  line-height: 1.2;
}
#stage1 .first_inner .newsArea .title .allBtn a {
  display: block;
  background: #0094D7;
  color: #FFF;
  text-decoration: none;
  padding: 5px;
}
#stage1 .first_inner .newsArea .title .allBtn a span {
  background: url(../images/arrow01.png) no-repeat left 50%;
  background-size: 10px auto;
  padding-left: 15px;
}
#stage1 .first_inner .newsArea table {
  width: 100%;
}
#stage1 .first_inner .newsArea table tr th {
  border-bottom: #9C9C9C dotted 1px;
  padding: 8px 15px 8px 0;
  font-size: 12px;
  vertical-align: top;
  line-height: 1.2;
}
#stage1 .first_inner .newsArea table tr td {
  border-bottom: #9C9C9C dotted 1px;
  padding: 8px 0;
  font-size: 12px;
  vertical-align: top;
  line-height: 1.2;
  width: 100%;
}
#stage1 .first_inner .newsArea table tr td a.new::before {
  content: 'new';
  font-size: 11px;
  color: #FFF;
  background: #D92743;
  border-radius: 2px;
  padding: 1px 3px 3px 3px;
  display: inline-block;
  margin-right: 8px;
  line-height: 1;
  vertical-align: top;
  margin-bottom: 1px;
}
#stage1 .first_inner .newsArea table tr td a {
  color: #1F1F1F;
  text-decoration: none;
  display: block;
  background: url(../images/arrow_d02.png) no-repeat 99% 5px;
  background-size: 7px auto;
  padding-right: 15px;
  overflow: hidden; /*white-space: nowrap;
	text-overflow: ellipsis;
	max-width:320px;*/
}
#stage1 .first_inner .newsArea table tr td a:hover {
  background: url(../images/arrow_d02.png) no-repeat right 5px;
  background-size: 7px auto;
}
#stage1 .first_inner .newsArea table tr:last-child th, #stage1 .first_inner .newsArea table tr:last-child td {
  border-bottom: none;
}
#stage1 .first_inner .newsArea .probtn {
  text-align: center;
}
#stage1 .first_inner .newsArea .probtn a {
  display: block;
  background: #0094D7;
  color: #FFF;
  text-decoration: none;
  padding: 5px;
  font-size: 12px;
}
#stage1 .first_inner .newsArea .probtn a span {
  background: url(../images/arrow01.png) no-repeat left 5px;
  background-size: 10px auto;
  padding-left: 18px;
}
#stage1 .first_inner .newsArea .newsScroll {
  max-height: 160px;
  overflow: auto;
  margin-top: 5px;
  padding-right: 10px;
}
#stage1 .first_inner .newsArea .newsScroll.sp {
  display: none;
}
/*ゆるキャラのコメント*/
#stage1 .first_inner .commentArea {
  width: 510px;
  padding: 12px 15px 10px 15px;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  right: 40px;
  bottom: 50px;
  z-index: 1000;
}
#stage1 .first_inner .commentArea .title {
  border-bottom: #0094D7 solid 1px;
  padding-bottom: 6px;
  overflow: hidden;
  margin-bottom: 10px;
}
#stage1 .first_inner .commentArea .title h2 {
  padding-left: 22px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
  float: left;
  margin-top: 2px;
}
#stage1 .first_inner .commentArea .title h2 {
  background: url(../../images/stage5_title_icon.png) no-repeat left 3px;
  background-size: 12px auto;
}
#stage1 .first_inner .commentArea .title .allBtn {
  float: right;
  width: 102px;
  text-align: center;
  font-size: 11px;
  line-height: 1.2;
}
#stage1 .first_inner .commentArea .title .allBtn a {
  display: block;
  background: #0094D7;
  color: #FFF;
  text-decoration: none;
  padding: 5px;
}
#stage1 .first_inner .commentArea .title .allBtn a span {
  background: url(../images/arrow01.png) no-repeat left 50%;
  background-size: 10px auto;
  padding-left: 15px;
}
/* 以前の記述
#stage1 .first_inner .commentArea .charaArea{
	margin-bottom:15px;
	font-size:0;
}
#stage1 .first_inner .commentArea .charaArea:last-child{
	margin-bottom:0;

}
#stage1 .first_inner .commentArea .charaArea .c_name{
	font-size:12px;
	font-weight:bold;
	margin-bottom:8px;
}
#stage1 .first_inner .commentArea .charaArea.green .c_name{
	background:url(../../images/g_arrow.png) no-repeat left 5px;
	background-size:10px auto;
	padding-left:18px;
}
#stage1 .first_inner .commentArea .charaArea.orange .c_name{
	background:url(../../images/o_arrow.png) no-repeat left 5px;
	background-size:10px auto;
	padding-left:18px;
}
#stage1 .first_inner .commentArea .charaArea .chara{
	width:80px;
	display:inline-block;
	margin-right:20px;
	vertical-align:middle;
}
#stage1 .first_inner .commentArea .charaArea .chara img{
	max-width:100%;
}

#stage1 .first_inner .commentArea .charaArea .baloon{
	font-size:12px;
	line-height:1.3;
	padding:10px 15px;
	position: relative;
	display:inline-block;
	width:330px;
	width: -webkit-calc(100% - 100px);
	width: -moz-calc(100% - 100px);
	width: calc(100% - 100px);  
	border-radius:5px;
	vertical-align:middle;
	background:#FFF;
	vertical-align:middle;
}

#stage1 .first_inner .commentArea .charaArea .baloon:after,
#stage1 .first_inner .commentArea .charaArea .baloon:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#stage1 .first_inner .commentArea .charaArea .baloon:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #FFF;
	border-width: 5px;
	margin-top: -5px;
}

#stage1 .first_inner .commentArea .charaArea.green .baloon{
	border:#26A669 solid 3px;
}
#stage1 .first_inner .commentArea .charaArea.orange .baloon{
	border:#EE6137 solid 3px;
}
#stage1 .first_inner .commentArea .charaArea.green .baloon:before {
	border-color: rgba(38, 166, 105, 0);
	border-right-color: #26A669;
	border-width: 9px;
	margin-top: -9px;
}
#stage1 .first_inner .commentArea .charaArea.orange .baloon:before {
	border-color: rgba(238, 97, 55, 0);
	border-right-color: #EE6137;
	border-width: 9px;
	margin-top: -9px;
}
*/
#stage1 .first_inner .commentArea .lineWrap .lineBox {
  width: 100%;
  margin-bottom: 15px;
  font-size: 0;
}
#stage1 .first_inner .commentArea .lineWrap .lineBox:last-of-type {
  margin-bottom: 0;
}
#stage1 .first_inner .commentArea .lineWrap .lineBox .box {
  display: inline-block;
  vertical-align: top;
  width: 45%;
  width: -webkit-calc((100% - 15px) / 2);
  width: -moz-calc((100% - 15px) / 2);
  width: calc((100% - 15px) / 2);
}
#stage1 .first_inner .commentArea .lineWrap .lineBox .box:first-of-type {
  margin-right: 12px;
}
#stage1 .first_inner .commentArea .lineWrap .lineBox .c_title {
  border: #0094D7 solid 1px;
  font-size: 12px;
  font-weight: bold;
  padding: 3px 10px;
  line-height: 1.3;
  color: #0094D7;
  margin-bottom: 12px;
  text-align: center;
}
#stage1 .first_inner .commentArea .lineWrap .lineBox .sub_n {
  line-height: 1.3;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: bold;
}
#stage1 .first_inner .commentArea .lineWrap .lineBox .sub_n .green {
  color: #26A568;
}
#stage1 .first_inner .commentArea .lineWrap .lineBox .sub_n .orange {
  color: #ED6037;
}
#stage1 .first_inner .commentArea .lineWrap .lineBox .baloon {
  font-size: 11px;
  padding: 10px 8px;
  background: #FFF;
  border-radius: 5px;
  line-height: 1.5;
  position: relative;
  min-height: 90px;
}
#stage1 .first_inner .commentArea .lineWrap .lineBox .baloon.green {
  border: #26A669 solid 2px;
}
#stage1 .first_inner .commentArea .lineWrap .lineBox .baloon.orange {
  border: #EE6137 solid 2px;
}
#stage1 .first_inner .commentArea .lineWrap .lineBox .baloon::after {
  content: '';
  width: 15px;
  height: 13px;
  bottom: -13px;
  right: 67px;
  position: absolute;
}
#stage1 .first_inner .commentArea .lineWrap .lineBox .baloon.green::after {
  background: url(../../images/coment_baloon_g.png) no-repeat center bottom;
}
#stage1 .first_inner .commentArea .lineWrap .lineBox .baloon.orange::after {
  background: url(../../images/coment_baloon_o.png) no-repeat center bottom;
}
#stage1 .first_inner .commentArea .lineWrap .lineBox .chara {
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
}
#stage1 .first_inner .commentArea .lineWrap .lineBox .chara:last-of-type {
  margin-bottom: 0;
}
#stage1 .first_inner .commentArea .lineWrap .lineBox .chara.no1 {
  background: url(../../images/coment_chara01.png) no-repeat right 10px top 3px;
}
#stage1 .first_inner .commentArea .lineWrap .lineBox .chara.no2 {
  background: url(../../images/coment_chara02.png) no-repeat right 10px top 3px;
}
#stage1 .first_inner .commentArea .lineWrap .lineBox .chara.no3 {
  background: url(../../images/coment_chara03.png) no-repeat right 10px top 3px;
}
#stage1 .first_inner .commentArea .lineWrap .lineBox .chara.no4 {
  background: url(../../images/coment_chara04.png) no-repeat right 10px top 3px;
}
#stage1 .pageDown a {
  background: url(../../images/arrow_bottom01.png) no-repeat left top;
  background-size: 48px auto;
}
#stage1 .first_inner .commentArea .lineWrap .lineBox .baloon .monitoring {
  margin-top: 3px;
}
/*画像スライド*/
#slideArea {
  height: 100% !important;
}
#slideArea .catch {
  display: none;
}
.wideslider_base {
  height: 100% !important;
}
#wideslider {
  width: 100%;
  height: 100% !important;
  text-align: left;
  position: relative;
  overflow: hidden;
}
#wideslider ul, #wideslider ul li {
  float: left;
  display: inline;
  overflow: hidden;
  height: 100% !important;
}
#wideslider ul li:first-child {
  background: url(../../images/slide01.jpg) no-repeat center bottom;
  background-size: cover;
}
#wideslider ul li:nth-child(2) {
  background: url(../../images/slide02.jpg) no-repeat center bottom;
  background-size: cover;
}
#wideslider ul li:nth-child(3) {
  background: url(../../images/slide03.jpg) no-repeat center bottom;
  background-size: cover;
}
#wideslider ul li:nth-child(4) {
  background: url(../../images/slide04.jpg) no-repeat center bottom;
  background-size: cover;
}
#wideslider ul li img {
  width: 100%;
  height: auto;
  display: none;
}
#wideslider ul li a img:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter: "alpha( opacity=90 )";
}
.wideslider_base {
  top: 0;
  position: absolute;
  height: 100%;
}
.wideslider_wrap {
  top: 0;
  position: absolute;
  overflow: hidden;
  height: 100% !important;
}
.slider_prev {
  top: 0;
  overflow: hidden;
  position: absolute;
  z-index: 100;
  cursor: pointer;
  opacity: 1;
  height: 100% !important;
}
.slider_next {
  top: 0;
  overflow: hidden;
  position: absolute;
  z-index: 100;
  cursor: pointer;
  height: 100% !important;
}
.slider_prev {
  background: url(../../images/prev.png) rgba(0, 0, 0, 0.3) no-repeat right 30px top 50%;
  opacity: 1 !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slider_prev:hover {
  opacity: 0.8 !important;
}
.slider_next {
  background: url(../../images/next.png) rgba(0, 0, 0, 0.3) no-repeat left 30px top 50%;
  opacity: 1 !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slider_next:hover {
  opacity: 0.8 !important;
}
.pagination {
  bottom: 110px;
  left: 0;
  width: 100%;
  height: 15px;
  text-align: center;
  position: absolute;
  z-index: 99;
}
.pagination a {
  margin: 0 5px;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  display: inline-block;
  overflow: hidden;
  background: #FFF;
  opacity: 1 !important;
  box-shadow: rgba(51, 51, 51, 0.2) 0px 0px 5px 3px;
  -webkit-box-shadow: rgba(51, 51, 51, 0.2) 0px 0px 5px 3px;
  -moz-box-shadow: rgba(51, 51, 51, 0.2) 0px 0px 5px 3px;
}
.pagination a.active {
  background: #0094D7;
}
.wideslider ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}
.wideslider ul {
  display: inline-block;
  overflow: hidden;
}
/*--stage2--*/
#stage2 {
  background: url(../../images/stage2_bg.jpg) no-repeat center 50%;
  background-size: cover;
}
#stage2 .fieldWrap {
  background: url(../../images/stage2_bg_tone.png) repeat left top;
  padding: 30px 0;
}
#stage2 .stage_inner {
  height: 342px;
}
#stage2 .pageDown a {
  background: url(../../images/arrow_bottom02.png) no-repeat left top;
  background-size: 48px auto;
}
#stage2 ul.businessList {
  font-size: 0;
  text-align: center;
}
#stage2 ul.businessList li {
  margin-right: 20px;
  display: inline-block !important;
  position: relative;
}
#stage2 ul.businessList li a:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
#stage2 ul.businessList li:last-child {
  margin-right: 0;
}
/*--stage3--*/
#stage3 .fieldWrap {
  background: #FFF;
  padding: 30px 0;
}
#stage3 .stage_inner {
  height: 575px;
  width: 632px;
}
#stage3 .pageDown a {
  background: url(../../images/arrow_bottom03.png) no-repeat left top;
  background-size: 48px auto;
}
#stage3 .fieldWrap .mapArea {
  margin: 20px auto;
  position: relative;
  width: 632px;
}
#stage3 .fieldWrap .map .map_up {
  position: absolute;
  top: 0;
  left: 0;
}
#stage3 .fieldWrap .mapArea .mapicon {
  position: absolute;
  width: 54px;
  height: 54px;
  z-index: 998;
}
#stage3 .fieldWrap .mapArea .mapicon a {
  display: block;
  width: 100%;
  height: 100%;
}
#stage3 .fieldWrap .mapArea .mapicon a:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
#stage3 .fieldWrap .mapArea .mapicon.green a {
  background: url(../../images/stage3_icon_g.png) no-repeat center 50%;
  background-size: 36px auto;
}
#stage3 .fieldWrap .mapArea .mapicon.green a.hover, #stage3 .fieldWrap .mapArea .mapicon.green a:hover {
  background: url(../../images/stage3_icon_g_hover.png) no-repeat center 50%;
  background-size: 54px auto;
  opacity: 1 !important;
}
#stage3 .fieldWrap .mapArea .mapicon.orange a {
  background: url(../../images/stage3_icon_o.png) no-repeat center 50%;
  background-size: 36px auto;
}
#stage3 .fieldWrap .mapArea .mapicon.orange a.hover, #stage3 .fieldWrap .mapArea .mapicon.orange a:hover {
  background: url(../../images/stage3_icon_o_hover.png) no-repeat center 50%;
  background-size: 54px auto;
  opacity: 1 !important;
}
#stage3 .fieldWrap .mapArea .mapicon.i01 {
  top: 40px;
  left: 97px;
}
#stage3 .fieldWrap .mapArea .mapicon.i02 {
  top: 24px;
  right: 110px;
}
#stage3 .fieldWrap .mapArea .mapicon.i03 {
  bottom: 74px;
  left: 132px;
}
#stage3 .fieldWrap .mapArea .mapicon.i04 {
  bottom: 100px;
  right: 120px;
}
#stage3 .fieldWrap .c_name ul {
  overflow: hidden;
}
#stage3 .fieldWrap .c_name ul.top {
  padding-bottom: 10px;
}
#stage3 .fieldWrap .c_name ul.bottom {
  padding-top: 10px;
}
#stage3 .fieldWrap .c_name ul li:first-child {
  float: right;
}
#stage3 .fieldWrap .c_name ul li:last-child {
  float: left;
}
#stage3 .fieldWrap .c_name ul li {
  width: 301px;
  text-align: center;
  font-size: 16px;
}
#stage3 .fieldWrap .c_name ul li a {
  display: block;
  background: #EFEFF1;
  color: #1F1F1F;
  text-decoration: none;
  padding: 12px;
  position: relative;
}
#stage3 .fieldWrap .c_name ul li a:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
#stage3 .fieldWrap .c_name ul li a span {
  text-align: center;
  padding-left: 32px;
}
#stage3 .fieldWrap .c_name ul li.green span {
  background: url(../../images/stage3_icon_title_g.png) no-repeat left 55%;
  background-size: 20px;
}
#stage3 .fieldWrap .c_name ul li.green a:hover:after {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 153, 102, 0);
  border-top-color: #009966;
  border-width: 10px;
  margin-left: -10px;
}
#stage3 .fieldWrap .c_name ul li.green:first-child a:hover:after {
  left: 77%;
}
#stage3 .fieldWrap .c_name ul li.green:last-child a:hover:after {
  left: 32%;
}
#stage3 .fieldWrap .c_name ul li.orange a:hover:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(232, 130, 74, 0);
  border-bottom-color: #E8824A;
  border-width: 10px;
  margin-left: -10px;
}
#stage3 .fieldWrap .c_name ul li.orange:first-child a:hover:after {
  left: 85%;
}
#stage3 .fieldWrap .c_name ul li.orange:last-child a:hover:after {
  left: 29%;
}
#stage3 .fieldWrap .c_name ul li.orange span {
  background: url(../../images/stage3_icon_title_o.png) no-repeat left 55%;
  background-size: 20px;
}
#stage3 .fieldWrap .c_name ul li.green a.hover, #stage3 .fieldWrap .c_name ul li.green a:hover {
  background: #009966;
  color: #FFF;
}
#stage3 .fieldWrap .c_name ul li.orange a.hover, #stage3 .fieldWrap .c_name ul li.orange a:hover {
  background: #E8824A;
  color: #FFF;
}
#stage3 .fieldWrap .c_name ul li a.hover span, #stage3 .fieldWrap .c_name ul li a:hover span {
  background: url(../../images/stage3_icon_title_w.png) no-repeat left 55% !important;
  background-size: 20px !important;
}
/* 点滅 */
.blinking {
  -webkit-animation: blink 1.8s ease-in-out infinite alternate;
  -moz-animation: blink 1.8s ease-in-out infinite alternate;
  animation: blink 1.8s ease-in-out infinite alternate;
}
.blinking:hover {
  opacity: 1 !important;
}
@-webkit-keyframes blink {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
/*--stage4--*/
#stage4 {
  border-top: #ECECEC solid 2px;
}
#stage4 .fieldWrap {
  background: #FFF;
  padding: 30px 0;
}
#stage4 .stage_inner {
  height: 620px;
}
#stage4 .fieldWrap .libArea {
  height: 230px;
  background: url(../../images/stage4_bg.png) no-repeat center bottom;
  background-size: 800px auto;
  margin-bottom: 10px;
}
#stage4 .fieldWrap .libArea ul {
  font-size: 0;
  text-align: center;
}
#stage4 .fieldWrap .libArea ul li {
  display: inline-block;
  margin-right: 20px;
  vertical-align: bottom;
  width: 120px;
}
#stage4 .fieldWrap .libArea ul li img {
  max-width: 100%;
}
#stage4 .fieldWrap .libArea ul li:last-child {
  margin-right: 0
}
#stage4 .fieldWrap .libArea ul li img {
  max-width: 100%;
}
#stage4 .fieldWrap .libArea.l02 {
  height: 260px;
  margin-bottom: 0;
}
#stage4 .fieldWrap .libArea.l02 ul li:first-child {
  width: 300px;
}
#stage4 .fieldWrap .libArea.l02 ul li:first-child img {
  border: solid 1px #CCC;
}
#stage4 .fieldWrap .libArea.l02 ul li:last-child {
  width: 200px;
}
#stage4 .fieldWrap .libArea ul li video {
  width: 280px;
}
/*--stage5--*/
#stage5 {
  background: url(../../images/stage5_bg.gif) repeat left top;
}
#stage5 .fieldWrap {
  background: url(../../images/stage5_bg_02.png) repeat left top;
  padding: 30px 0;
}
#stage5 .stage_inner {
  height: 480px;
  overflow: visible;
}
#stage5 .stage_inner ul {
  text-align: center;
  font-size: 0;
}
#stage5 .stage_inner ul li {
  display: inline-block;
  margin-right: 20px;
  -webkit-box-shadow: 3px 3px 0px 0px rgba(204, 204, 204, 1);
  -moz-box-shadow: 3px 3px 0px 0px rgba(204, 204, 204, 1);
  box-shadow: 3px 3px 0px 0px rgba(204, 204, 204, 1);
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}
#stage5 .stage_inner ul li a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 99;
}
#stage5 .stage_inner ul li a:hover {
  background: rgba(255, 255, 255, 0.3);
}
#stage5 .stage_inner ul li .visual {
  width: 313px;
  height: 209px;
  overflow: hidden;
}
#stage5 .stage_inner ul li .visual span {
  width: 313px;
  height: 209px;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#stage5 .stage_inner ul li:first-child .visual span {
  background: url(../../images/stage5_img01.jpg) no-repeat center 50%;
  background-size: cover;
}
#stage5 .stage_inner ul li:nth-child(2) .visual span {
  background: url(../../images/stage5_img02.jpg) no-repeat center 50%;
  background-size: cover;
}
#stage5 .stage_inner ul li:last-child .visual span {
  background: url(../../images/stage5_img03.jpg) no-repeat center 50%;
  background-size: cover;
}
#stage5 .stage_inner ul li:hover .visual span {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#stage5 .stage_inner ul li .text {
  background: #fff;
  padding: 10px 15px;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.1em;
}
#stage5 .stage_inner ul li .text span {
  background: url(../images/arrow10.png) no-repeat left 50%;
  background-size: 14px auto;
  padding-left: 26px;
}
#stage5 .stage_inner ul li:last-child {
  margin-right: 0;
}
#stage5 .pageDown a {
  background: url(../../images/arrow_bottom03.png) no-repeat left top;
  background-size: 48px auto;
}
/*--stage6--*/
#stage6 {
  background: url(../../images/stage6_bg.jpg) no-repeat center 50%;
  background-size: cover;
}
#stage6 .fieldWrap {
  background: url(../../images/stage6_bg_tone.png) repeat left top;
  padding: 30px 0;
}
#stage6 .stage_inner {
  height: 480px;
}
#stage6 .stage_inner ul {
  text-align: center;
  font-size: 0;
}
#stage6 .stage_inner ul li {
  display: inline-block;
  margin-right: 20px;
}
#stage6 .stage_inner ul li:last-child {
  margin-right: 0;
}
#stage6 .pageDown a {
  background: url(../../images/arrow_bottom02.png) no-repeat left top;
  background-size: 48px auto;
}
/*--stage7--*/
#stage7 .fieldWrap {
  background: url(../../images/stage5_bg.gif) repeat left top;
  padding: 30px 0;
}
#stage7 .stage_inner {
  height: 380px;
}
#stage7 .stage_inner ul {
  text-align: center;
  width: 780px;
  margin: 0 auto;
}
#stage7 .stage_inner ul li {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
}
#stage7 .stage_inner ul li.none a {
  background: #8BC5E7;
}
#stage7 .stage_inner ul li.none a:hover {
  cursor: default;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
#stage7 .stage_inner ul li a {
  display: block;
  background: #0094D7;
  padding: 25px 15px;
  color: #FFF;
  text-decoration: none;
}
#stage7 .stage_inner ul li a span {
  display: inline-block;
  background: url(../images/arrow01.png) no-repeat left 3px;
  background-size: 14px auto;
  padding-left: 26px;
  line-height: 1.2;
}
#stage7 .pageDown a {
  background: url(../../images/arrow_bottom03.png) no-repeat left top;
  background-size: 48px auto;
}
@media screen and (min-width: 768px) and (orientation: portrait) and (hover: none) { /*タブレットで縦の時だけ*/
  #stage1,
  #stage2,
  #stage3,
  #stage4,
  #stage5,
  #stage6{
    height: 52vh !important;
  }
}

@media screen and (max-width: 767px) {/*SP*/
  body {
    visibility: visible;
  }
  #container {
    position: relative;
  }
  /* #pageDown
--------------------------- */
  .pageDown {
    bottom: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    position: relative;
    margin: 0 auto;
  }
  .pageDown:hover {
    bottom: 0;
  }
  /* 各コンテンツ設定
--------------------------- */
  .stageBase {
    height: auto !important;
    min-height: initial;
    min-height: auto;
  }
  .stageBase .stage_inner {
    width: 100%;
    position: relative;
    padding: 0 10px;
  }
  .stageBase .stagetitle img {
    display: none;
  }
  .stageBase .stagetitle span {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    padding-left: 38px;
  }
  /*--stage1--*/
  #stage1.stageBase {
    padding-bottom: 25px;
  }
  #stage1 .slidePanel:first-child {
    background: url(../../images/slide01.jpg) no-repeat center 50%;
    background-size: cover;
  }
  #stage1 .first_inner {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 998;
  }
  #stage1 .pageDown a {
    background: url(../../images/arrow_bottom03.png) no-repeat left top;
    background-size: 40px auto;
  }
  #stage1 .first_inner .catch {
    display: none;
  }
  #stage1 .first_inner .newsArea {
    width: 100%;
    margin-left: 0;
  }
  #stage1 .first_inner .newsArea .title h2 {
    font-size: 14px;
    padding-left: 18px;
    line-height: 1.2;
  }
  #stage1 .first_inner .newsArea .title h2.news {
    background: url(../images/icon_news.png) no-repeat left 50% / 12px auto;
  }
  #stage1 .first_inner .newsArea .title h2.kisei {
    background: url(../images/icon_kisei.png) no-repeat left 50% / 12px auto;
  }
  #stage1 .first_inner .newsArea .title h2.progress {
    background: url(../images/icon_progress.png) no-repeat left 50% / 12px auto;
  }
  #stage1 .first_inner .newsArea .title .allBtn {
    width: auto;
  }
  #stage1 .first_inner .newsArea .title .allBtn a {
    padding: 5px 10px;
  }
  #stage1 .first_inner .newsArea .title .allBtn a span {
    background: url(../images/arrow01.png) no-repeat left 50% / 10px auto;
  }
  #stage1 .first_inner .newsArea {
    position: static;
    padding: 15px 10px 0 10px;
  }
  #stage1 .first_inner .newsArea table {
    margin-bottom: 0;
    width: 100%;
    margin-bottom: 15px;
  }
  #stage1 .first_inner .newsArea table:last-child {
    margin-bottom: 0;
  }
  #stage1 .first_inner .newsArea table tr th {
    border-bottom: none;
    padding: 15px 0 5px 0;
    display: block;
    width: 100%;
    white-space: normal;
  }
  #stage1 .first_inner .newsArea .newsScroll.sp {
    display: block;
  }
  #stage1 .first_inner .newsArea .newsScroll.pc {
    display: none;
  }
  #stage1 .first_inner .newsArea .newsScroll {
    overflow: visible;
    max-height: initial;
    max-height: auto;
  }
  #stage1 .first_inner .newsArea table tr td {
    display: block;
    padding: 0 0 15px 0;
    width: 100%;
    line-height: 1.5;
  }
  #stage1 .first_inner .newsArea table tr td a.new::before {
    content: 'new';
    font-size: 10px;
    color: #FFF;
    background: #D92743;
    border-radius: 2px;
    padding: 2px 5px;
    display: inline-block;
    margin-right: 8px;
    line-height: 1;
    vertical-align: top;
  }
  #stage1 .first_inner .newsArea table tr td a {
    max-width: initial;
    max-width: auto;
    overflow: visible;
    white-space: normal;
    text-overflow: clip;
  }
  #stage1 .first_inner .newsArea .probtn a span {
    background: url(../images/arrow01.png) no-repeat left 50%;
    background-size: 10px auto;
  }
  /*ゆるキャラのコメント*/
  #stage1 .first_inner .commentArea {
    width: 100%;
    padding: 15px 10px 15px 10px;
    background: rgba(255, 255, 255, 1);
    position: static;
    right: 0;
    bottom: 0;
  }
  #stage1 .first_inner .commentArea .title h2 {
    font-size: 14px;
    padding-left: 18px;
    line-height: 1.2;
    margin-top: 0;
  }
  #stage1 .first_inner .commentArea .title .allBtn a span {
    background: url(../images/arrow01.png) no-repeat left 50% / 10px auto;
  }
  /*
#stage1 .first_inner .commentArea .charaArea .chara{
	width:70px;
	display:inline-block;
	margin-right:20px;
	vertical-align:middle;
}
#stage1 .first_inner .commentArea .charaArea .baloon{
	width:200px;
	width: -webkit-calc(100% - 90px);
	width: -moz-calc(100% - 90px);
	width: calc(100% - 90px); 

}*/
  #stage1 .first_inner .commentArea .title .allBtn {
    width: auto;
  }
  #stage1 .first_inner .commentArea .title .allBtn a {
    padding: 5px 10px;
  }
  #stage1 .first_inner .commentArea .lineWrap .lineBox {
    width: 100%;
    margin-bottom: 25px;
    display: block;
  }
  #stage1 .first_inner .commentArea .title + .lineWrap {
    margin-top: 20px;
  }
  #stage1 .first_inner .commentArea .lineWrap .lineBox:first-of-type {
    margin-right: 0;
  }
  #stage1 .first_inner .commentArea .lineWrap .lineBox .box {
    width: 100%;
    display: block;
    margin-bottom: 15px;
    padding: 0 10px;
  }
  #stage1 .first_inner .commentArea .lineWrap .lineBox .box:last-of-type {
    margin-bottom: 0;
  }
  #stage1 .first_inner .commentArea .lineWrap .lineBox .c_title {
    font-size: 13px;
    padding: 6px 10px;
    margin-bottom: 20px;
    background: #0094D7;
    color: #FFF;
  }
  #stage1 .first_inner .commentArea .lineWrap .lineBox .sub_n {
    font-size: 13px;
  }
  #stage1 .first_inner .commentArea .lineWrap .lineBox .baloon {
    min-height: initial;
    min-height: auto;
    font-size: 13px;
  }
  #stage1 .first_inner .commentArea .lineWrap .lineBox .baloon.green::after {
    background: url(../../images/coment_baloon_g_sp.png) no-repeat center bottom / 15px auto;
  }
  #stage1 .first_inner .commentArea .lineWrap .lineBox .baloon.orange::after {
    background: url(../../images/coment_baloon_o_sp.png) no-repeat center bottom / 15px auto;
  }
  #stage1 .first_inner .commentArea .lineWrap .lineBox .chara {
    height: 55px;
    margin-top: 10px;
  }
  #stage1 .first_inner .commentArea .lineWrap .lineBox .chara.no1 {
    background: url(../../images/coment_chara01_sp.png) no-repeat right 10px top 3px / auto 50px;
  }
  #stage1 .first_inner .commentArea .lineWrap .lineBox .chara.no2 {
    background: url(../../images/coment_chara02_sp.png) no-repeat right 10px top 3px / auto 50px;
  }
  #stage1 .first_inner .commentArea .lineWrap .lineBox .chara.no3 {
    background: url(../../images/coment_chara03_sp.png) no-repeat right 10px top 3px / auto 50px;
  }
  #stage1 .first_inner .commentArea .lineWrap .lineBox .chara.no4 {
    background: url(../../images/coment_chara04_sp.png) no-repeat right 10px top 3px / auto 50px;
  }
  #slideArea {
    height: 300px !important;
    position: relative;
  }
  #slideArea .catch {
    position: absolute;
    display: inline-block;
    width: 286px;
    height: 84px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 998;
  }
  #slideArea .catch img {
    width: 100%;
  }
  .pagination {
    bottom: 20px;
  }
  /*--stage2--*/
  #stage2 .fieldWrap {
    padding: 30px 0;
  }
  #stage2 .stage_inner {
    height: auto;
  }
  #stage2.stageBase .stagetitle span {
    background: url(../../images/stage2_title_icon.png) no-repeat left 6px;
    background-size: 24px auto;
  }
  #stage2 .pageDown {
    margin: 25px auto 0 auto;
  }
  #stage2 .pageDown a {
    background: url(../../images/arrow_bottom02.png) no-repeat left top;
    background-size: 40px auto;
  }
  #stage2 ul.businessList li {
    width: 32%;
    width: -webkit-calc((100% - 10px) / 3); /*Chrome19~25対応*/
    width: -moz-calc((100% - 10px) / 3); /*Firefox4~15対応*/
    width: calc((100% - 10px) / 3);
    margin-right: 5px;
  }
  #stage2 ul.businessList li img {
    width: 100%;
  }
  /*--stage3--*/
  #stage3 .stage_inner {
    width: 100%;
    height: auto;
  }
  #stage3.stageBase .stagetitle span {
    background: url(../../images/stage3_title_icon.png) no-repeat left 50%;
    background-size: 24px auto;
  }
  #stage3 .fieldWrap .c_name ul li {
    width: 100%;
    font-size: 13px;
  }
  #stage3 .fieldWrap .c_name ul li a {
    padding: 10px;
  }
  #stage3 .fieldWrap .c_name ul li a span {
    line-height: 1.8;
  }
  #stage3 .fieldWrap .c_name ul li a span, #stage3 .fieldWrap .c_name ul li a:hover span, #stage3 .fieldWrap .c_name ul li a.hover span {
    background-size: 15px auto !important;
    padding-left: 23px;
  }
  #stage3 .fieldWrap .c_name ul li.green span, #stage3 .fieldWrap .c_name ul li.orange span {
    background-position: left 50% !important;
  }
  #stage3 .fieldWrap .mapArea .mapicon {
    display: none;
  }
  #stage3 .fieldWrap .mapArea .mapicon a {
    background-size: 30px auto !important;
  }
  #stage3 .fieldWrap .mapArea .mapicon a:hover #stage3 .fieldWrap .mapArea .mapicon a.hover {
    background-size: 40px auto !important;
  }
  #stage3 .fieldWrap .mapArea .mapicon.i01 {
    left: 16%;
    top: 0;
  }
  #stage3 .fieldWrap .mapArea {
    width: 100%;
  }
  #stage3 .fieldWrap .mapArea .map img {
    width: 100%;
  }
  #stage3 .fieldWrap .c_name ul li {
    margin-bottom: 5px;
  }
  #stage3 .fieldWrap .c_name ul li:last-child {
    margin-bottom: 0;
  }
  #stage3 .fieldWrap .c_name ul li.green a:hover:after {
    border-width: 0;
    margin-left: 0;
  }
  #stage3 .fieldWrap .c_name ul li.orange a:hover:after {
    border-width: 0;
    margin-left: 0;
  }
  #stage3 .fieldWrap .c_name ul li.green a.hover, #stage3 .fieldWrap .c_name ul li.green a:hover {
    background: #efeff1;
    color: #1f1f1f;
  }
  #stage3 .fieldWrap .c_name ul li.orange a.hover, #stage3 .fieldWrap .c_name ul li.orange a:hover {
    background: #efeff1;
    color: #1f1f1f;
  }
  #stage3 .fieldWrap .c_name ul li.green a.hover span, #stage3 .fieldWrap .c_name ul li.green a:hover span {
    background: url(../../images/stage3_icon_title_g.png) no-repeat left 50% !important;
    background-size: 15px auto !important;
  }
  #stage3 .fieldWrap .c_name ul li.orange a.hover span, #stage3 .fieldWrap .c_name ul li.orange a:hover span {
    background: url(../../images/stage3_icon_title_o.png) no-repeat left 50% !important;
    background-size: 15px auto !important
  }
  #stage3 .pageDown {
    margin-top: 25px;
  }
  #stage3 .pageDown a {
    background: url(../../images/arrow_bottom03.png) no-repeat left top;
    background-size: 40px auto;
  }
  /*--stage4--*/
  #stage4 .fieldWrap {
    padding: 30px 0 0 0;
  }
  #stage4 .stage_inner {
    height: auto;
  }
  #stage4.stageBase .stagetitle span {
    background: url(../../images/stage4_title_icon.png) no-repeat left 50%;
    background-size: 24px auto;
  }
  #stage4 .fieldWrap .libArea {
    height: auto;
    background-size: 100%;
    padding-bottom: 7%;
  }
  #stage4 .fieldWrap .libArea.l02 {
    height: auto;
  }
  #stage4 .fieldWrap .libArea ul li {
    display: inline-block;
    width: 32%;
    width: -webkit-calc((100% - 15px) / 4); /*Chrome19~25対応*/
    width: -moz-calc((100% - 15px) / 4); /*Firefox4~15対応*/
    width: calc((100% - 15px) / 4);
    margin-right: 5px;
    vertical-align: bottom;
  }
  #stage4 .fieldWrap .libArea.l02 ul li:last-child {
    width: 48%;
    width: -webkit-calc((100% - 15px) / 2); /*Chrome19~25対応*/
    width: -moz-calc((100% - 15px) / 2); /*Firefox4~15対応*/
    width: calc((100% - 15px) / 2);
  }
  #stage4 .fieldWrap .libArea.l02 ul li, #stage4 .fieldWrap .libArea.l02 ul li:first-child {
    display: inline-block;
    width: 48%;
    width: -webkit-calc((100% - 15px) / 2); /*Chrome19~25対応*/
    width: -moz-calc((100% - 15px) / 2); /*Firefox4~15対応*/
    width: calc((100% - 15px) / 2);
    margin-right: 5px;
    vertical-align: bottom;
  }
  #stage4 .fieldWrap .libArea ul li:last-child {
    margin-right: 0;
  }
  #stage4 .fieldWrap .libArea ul li img {
    max-width: 100%;
  }
  #stage4 .fieldWrap .libArea ul li video {
    width: 100%;
  }
  /*--stage5--*/
  #stage5 .fieldWrap {
    padding: 30px 0;
  }
  #stage5 .stage_inner {
    height: auto;
  }
  #stage5.stageBase .stagetitle span {
    background: url(../../images/stage5_title_icon.png) no-repeat left 50%;
    background-size: 24px auto;
  }
  #stage5 .stage_inner ul li {
    width: 100%;
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
  }
  #stage5 .stage_inner ul li:last-child {
    margin-bottom: 0;
  }
  #stage5 .stage_inner ul li .visual {
    width: 100%;
    height: 220px;
  }
  #stage5 .stage_inner ul li .visual span {
    width: 100%;
    height: 220px;
  }
  #stage5 .stage_inner ul li:hover .visual span {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  #stage5 .stage_inner ul li .text span {
    background-position: left 50%;
  }
  #stage5 .pageDown {
    margin-top: 25px;
  }
  #stage5 .pageDown a {
    background: url(../../images/arrow_bottom03.png) no-repeat left top;
    background-size: 40px auto;
  }
  /*--stage6--*/
  #stage6 .fieldWrap {
    padding: 30px 0;
  }
  #stage6 .stage_inner {
    height: auto;
  }
  #stage6.stageBase .stagetitle span {
    background: url(../../images/stage6_title_icon.png) no-repeat left 50%;
    background-size: 24px auto;
    color: #FFF;
  }
  #stage6 .stage_inner ul li {
    width: 32%;
    width: -webkit-calc((100% - 10px) / 3); /*Chrome19~25対応*/
    width: -moz-calc((100% - 10px) / 3); /*Firefox4~15対応*/
    width: calc((100% - 10px) / 3);
    margin-right: 5px;
  }
  #stage6 .stage_inner ul li:last-child {
    margin-right: 0;
  }
  #stage6 .stage_inner ul li img {
    max-width: 100%;
  }
  #stage6 .pageDown {
    margin: 25px auto 0 auto;
  }
  #stage6 .pageDown a {
    background: url(../../images/arrow_bottom02.png) no-repeat left top;
    background-size: 40px auto;
  }
  /*--stage7--*/
  #stage7 .fieldWrap {
    padding: 30px 0;
  }
  #stage7 .stage_inner {
    height: auto;
  }
  #stage7.stageBase .stagetitle span {
    background: url(../../images/stage7_title_icon.png) no-repeat left 50%;
    background-size: 24px auto;
  }
  #stage7 .stage_inner ul {
    width: 100%;
  }
  #stage7 .stage_inner ul li {
    font-size: 14px;
  }
  #stage7 .stage_inner ul li a {
    padding: 15px 10px;
  }
  #stage7 .stage_inner ul li a span {
    background-position: left 50%;
  }
  #stage7 .pageDown {
    margin-top: 25px;
  }
  #stage7 .pageDown a {
    background: url(../../images/arrow_bottom03.png) no-repeat left top;
    background-size: 40px auto;
  }
}