.top {
  position: relative;
  margin-top: 60px;
  overflow: hidden;
  /*  jqueryAnimation START  */
  /*  jqueryAnimation END  */
}
.top .des-block {
  position: relative;
  width: 100%;
  -webkit-transition: all .7s;
  transition: all .7s;
}
.top .des-block a {
  display: block;
  padding: 80px 0;
  text-decoration: none;
}
.top .des-block a h2 {
  font-size: 5rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
}
.top .des-block a .division {
  font-size: 2rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.top .des-block a .arrow {
  position: absolute;
  top: 50%;
  width: 40px;
  margin-top: -15px;
}
.top .des-block a .arrow img {
  width: 100%;
}
.top #event {
  left: 100%;
  background-color: #000;
}
.top #event h2, .top #event .division {
  margin-right: 10px;
  color: #FEFE00;
  text-align: right;
}
.top #event .arrow {
  left: 10px;
}
.top #corp {
  right: 100%;
  background-color: #FEFE00;
}
.top #corp h2, .top #corp .division {
  margin-left: 10px;
  color: #000;
  text-align: left;
}
.top #corp .arrow {
  right: 10px;
}
.top .main-logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 120px;
  height: 120px;
  margin: auto;
  opacity: 0;
  -webkit-transition: all .7s;
  transition: all .7s;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.top .main-logo img {
  width: 100%;
}
.top .event-start {
  left: 0 !important;
}
.top .corp-start {
  right: 0 !important;
}
.top .logo-start {
  opacity: 1 !important;
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}

.back-picture {
  height: 120px;
  background: #CCC url(../../images/top/top_back2.jpg) center -30px no-repeat;
  background-size: 400px;
}

.company {
  background-color: #FEFE00;
}
.company .title {
  margin-bottom: 40px;
}
.company .title h3 {
  font-size: 4.8rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
}
.company .title .sub-title {
  padding-top: 5px;
  font-size: 2rem;
}
.company .detail {
  background-color: #FFF;
  border: solid 5px #000;
}
.company .detail dl {
  font-size: 1.4rem;
  padding: 40px 30px;
}
.company .detail dl dt {
  margin-bottom: 10px;
}
.company .detail dl dd {
  padding-bottom: 24px;
  margin-bottom: 24px;
  font-weight: bold;
  border-bottom: solid 1px #000;
  line-height: 2.4rem;
}
.company .detail dl dd:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.company .detail dl dd a {
  text-decoration: none;
}

.map {
  background-color: #000;
}
.map .title {
  margin-bottom: 40px;
}
.map .title h3 {
  font-size: 4.8rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  color: #FFF;
}
.map .title .sub-title {
  padding-top: 5px;
  font-size: 2rem;
  color: #FFF;
}
.map .detail .map-link a {
  display: block;
  background-color: #FEFE00;
  padding: 30px;
  font-size: 1.6rem;
  text-align: center;
  text-decoration: none;
  color: #000;
  border-radius: 5px;
  box-shadow: 2px 2px 5px #AAA;
  font-weight: bold;
}
.map .detail .map-link a i {
  padding-left: 20px;
  font-size: 2.4rem;
}
