@charset 'utf-8';


.productName{ margin:10px auto; font-weight: bold;}
.shosaibtn{ width:90px; position: absolute; left:0; bottom:-50px;}
@media screen and (max-width: 480px) {
	.shosaibtn{width:90px; position: absolute; right:-180px; bottom:0px;}
}


/* --- JUMBOTRON --- */

.jumbotron {
  position: relative;
  display: block;
  width: 100%;
  height: 450px;
  background-repeat: no-repeat;
  background-image: url('../img/jumbotron_pc.jpg');
  /*background-size: cover;*/
	background-size:cover;
  background-position:left center;
}



.jumbotron h1 {
  margin-top: 15px;
  font-size: 40px;
  font-weight: normal;
  line-height: 1.2;
  color: #fff;
  text-align: left;
}

.jumbotron h2 {
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
}

.jumbotron .h1 {
  margin: 0;
  color: inherit;
}

.jumbotron .h2 {
  margin-bottom: 10px;
  color: inherit;
  font-family: "UniSansRegular", "Source Sans", "Helvetica Neue", Helvetica, Arial, "Meiryo", "メイリオ", sans-serif;
}

.jumbotron .h3 {
  color: inherit;
  text-align: left;
}

.jumbotron__inner {
  color: #fff;
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1.8;
  width: 100%;
  max-width: 1140px;
  padding: 0 25px;
}

.jumbotron__img {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .jumbotron {
    height: 75vh;
    /* background-position: bottom left; */
    background-image: url('../img/jumbotron_sp.jpg');
	background-size:cover;
			
  }
}





@media screen and (max-width: 768px) {
  .jumbotron h1 {
    font-size: 32px;
  }

  .navPageTitle {
    margin-left: 15px;
    margin-right: 0;
  }

  #rollStopRespNav:not(.navbar-fixed-top) .navPageTitle {
    margin-left: 0;
    margin-right: 0;
  }

  .navbar__inner {
    padding-left: 0;
  }

  #topttl div {
    bottom: 50px;
    padding-left: 30px;
    padding-right: 15px;
  }


}


@media screen and (max-width: 480px) {
  .jumbotron {
    background-size: auto 80vh;
  }

}

