@charset "utf-8";



header{
  min-width: 100%;
  position: relative;
  /* display: none; */
}

#pcontainer {
    height:600px;
    margin: 0px 0 0;
}

#wrapper_out {
  min-width: 100%;
}

.content {
  width: calc(100% - 20px);
  margin: 0px auto;
}

#top_slide{
  margin: 0px auto 0;
  min-width: 100%;
}

.slidebg{
  min-height: 900px;
  background-image: url(image/slidebg01.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}


/*----------------------------------------
    グローバルナビ
------------------------------------------*/

/* トップリンク
------------------------------------------*/
#page-top,#page-top.animated.fadeInUp {
  display: none!important;
}



@media print and (orientation: portrait) {
  
  #top_slide{
    /* height: 45%; */
  }
  .cd-fixed-bg_top {
     min-height: 45%;
  }
  .catch_copy{
    top: 50%;
  }
}


@media print and (orientation: landscape) {
  .catch_copy{
    top: 50%;
  }
}
