#topImageContainer {
/*  height: 85rem;*/
  height: calc(100vh - 11rem);
}

#topImage {
/*  height: 85rem;*/
  height: calc(100vh - 11rem - 5rem);
}

#topImageContainer h1 {
  display: block;
  width: calc(100% - 5rem);
  max-width: 80rem;
/*  margin: 22.5rem auto 0;*/
  margin: calc(50vh - 5.5rem - 2.5rem - 17.8rem) auto 0;
  padding: 6.4rem 3rem 6.4rem;
  background-color: rgba(255,255,255,0.70);
}

#topImageContainer h1 span {
  display: inline;
  background-color: transparent;
  padding: 0;
}

#topImageContainer img {
  position: relative;
  top: 0;
  left: 0;
  transform: none;
  max-width: 100%;
  margin: 2.5rem 0 1.6rem;
  height: auto;
}

@media screen and (max-width: 1199px) {

#topImageContainer {
  height: 100vh;
/*  max-height: 50vh;*/
  max-height: calc(100vh - 14rem);
}

#topImageContainer h1 {
/*  margin: calc(25vh - 15rem) auto 0;*/
  margin: calc(50vh - 7rem - 17.5rem) auto 0;
  padding: 6.6rem 3rem 6.6rem;
}

#topImageContainer img {
  margin: 1.5rem 0 0;
}

}

@media screen and (max-width: 559px) {

#topImageContainer {
  height: 100vh;
/*  max-height: 80vh;*/
  max-height: calc(100vh - 14rem);
}

#topImageContainer h1 {
/*  margin: calc(40vh - 15rem) 2.5rem 0;*/
  margin: calc(50vh - 7rem - 15rem) 2.5rem 0;
  padding: 6.6rem 3rem 6.6rem;
}

#topImageContainer img {
  margin: 1.5rem 0 0;
}

}

.ps_header_pict01::before {
  background-image: url("../images/pict_header_pict01.png");
}

.ps_movie01bg { background: url("../images/movie01bg.png") center top no-repeat; background-size: cover; }
.ps_movie02bg { background: url("../images/movie02bg.png") center top no-repeat; background-size: cover; }
.ps_movie03bg { background: url("../images/movie03bg.png") center top no-repeat; background-size: cover; }

.ps_bgNum01, .ps_bgNum02, .ps_bgNum03, .ps_bgNum04, .ps_bgNum05 {
  position: relative;
}
 
.ps_bgNum01::after, .ps_bgNum02::after, .ps_bgNum03::after, .ps_bgNum04::after, .ps_bgNum05::after {
  font-family: 'Oswald';
  position: absolute;
  right: 3rem;
  bottom: 3rem;
  font-size: 14rem;
  color: rgba(16,145,137,0.20);
}
 
.ps_bgNum01::after { content: "01"; }
.ps_bgNum02::after { content: "02"; }
.ps_bgNum03::after { content: "03"; }
.ps_bgNum04::after { content: "04"; }
.ps_bgNum05::after { content: "05"; }
 
@media screen and (max-width: 959px) {

.ps_bgNum01::after, .ps_bgNum02::after, .ps_bgNum03::after, .ps_bgNum04::after, .ps_bgNum05::after {
  right: 0;
  bottom: 0;
}
 
}

@media screen and (max-width: 559px) {

.ps_bgNum01::after, .ps_bgNum02::after, .ps_bgNum03::after, .ps_bgNum04::after, .ps_bgNum05::after {
  left: -1rem;
  top: -5rem;
}
 
}


 
 