body {
  background: none;
}

.wrapper {
  padding-top: 0;
}

.wrapper__in {
  width: 1200px;
  height: auto;
  padding: 0 0 440px;
}

.global-header {
  background: none;
}

.global-header.show {
  background: #FFF;
}

.global-navi {
  display: none;
}

.header-btn-fb__image02 {
  -webkit-transition: opacity .5s ease-out 0s;
  -moz-transition: opacity .5s ease-out 0s;
  -ms-transition: opacity .5s ease-out 0s;
  -o-transition: opacity .5s ease-out 0s;
  transition: opacity .5s ease-out 0s;
  opacity: 0;
  filter: alpha(opacity = (0));
  -ms-filter: "alpha(opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
}

.global-header.show .global-navi {
  opacity: 1;
  filter: alpha(opacity = (100));
  -ms-filter: "alpha(opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
}
.global-header.show .header-btn-fb__image02 {
  opacity: 1;
  filter: alpha(opacity = (100));
  -ms-filter: "alpha(opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
}

.global-footer {
  padding: 40px 0 60px;
  margin-top: 0;
  z-index: 100;
}

.global-footer-inner {
  position: relative;
  width: 1200px;
}
.global-footer-inner .global-footer__block02 {
  position: relative;
}
.global-footer-inner .global-footer__block02 .footer-link-navi02 {
  position: absolute;
  top: -60px;
}
.global-footer-inner .global-footer__block02 .footer-copyright {
  position: absolute;
  top: -20px;
}

.main {
  position: relative;
  width: 100%;
  height: 660px;
}
.main .icon-scroll {
  position: absolute;
  left: 50%;
  bottom: 0px;
  margin-left: -60px;
}

.main-slide {
  position: absolute;
  width: 830px;
  height: 442px;
  top: 117px;
  left: 50%;
  margin-left: -415px;
  background-color: #ffffff;
  padding: 8px 8px 0;
  display: none;
  -moz-box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.5);
}

.main-slide-list {
  width: 830px;
  height: 418px;
  overflow: hidden;
  position: relative;
}

.main-slide__item {
  position: absolute;
  top: 0;
  left: 0;
}

.main-slide__image {
  font-size: 0;
}

.main-slide__text {
  margin-top: 2px;
}

.main-slide-guide-list {
  position: absolute;
  right: 25px;
  bottom: 0;
  text-align: right;
  line-height: 1;
}

.main-slide__guide {
  display: inline-block;
  width: 18px;
  height: 18px;
}

.main-bnrs {
  position: absolute;
  right: 22px;
  bottom: 89px;
}

.main-bnrs__item {
  font-size: 0;
  margin-top: 10px;
}
.main-bnrs__item:first-child {
  margin-top: 0;
}

.contents {
  position: relative;
  width: 100%;
  min-width: 1200px;
  margin: 0;
  background: none;
  padding: 0;
}
