.miso .sp{
  width: 100%;
  margin: 150px 0px 100px;
}
.miso{
  background: url('../misoimage/s3.jpg');
  background-position: left 35% bottom 22%;
  background-size: cover;
  padding-top: 66px;
}
.miso,.sec5{
  height: 100vh;
  margin-top: 0px;
  color: #fff;
  overflow-y: hidden;
}
.miso h2,.sec5 h2{
  margin-top: 10px;
  margin-bottom:20px;
  text-shadow: 1px 1px 2px #000!important;
}
.miso p,.miso .pc{
  text-shadow: 1px 1px 2px #000!important;
  background-color: rgba(0, 0, 0, 0.5);
  margin-top: 20px;
  padding: 15px 15px;
  width: auto;
}
.miso .btn,.sec5 .btn{
  background-color: rgba(255, 255, 255, 0.75);
}
.miso .wwrap{
  padding-top: 100px;
}
.miso h2{
  margin-bottom: 20px;
}
.miso img{
  position: absolute;
  right: 0;
  top: 70%;
  padding: 0px;
  height: 25%;
  border: 2px solid #fff;
  margin: 10px;
  -webkit-transition: all 0.3s;
      transition: all 0.3s;
      border: 0px;
  /*background: rgba(0, 0, 0, 0.9);
    box-shadow: 5px 5px 5px rgba(0,0,0,0.5);*/
}
.miso img:hover {
  margin: 15px 0px 0px 15px;
  /*background: rgba(0, 0, 0, 1);
	box-shadow: 0 0 5px rgba(0,0,0,0);*/
}
@media screen and (min-width:992px) {
  .miso .container{
    padding-top: 66px;
    margin: 0 auto;
  }
  .miso .wwrap{
    text-align: right;
    display: flex;
    flex-direction: row-reverse;
    background: none;
    padding: 20px;
    height: auto;
    color: #fff;
  }
  .miso h2,.miso p{
    text-shadow: unset;
    height: 370px;
    padding: 15px 2px;
  }
.miso .pc{
    position: absolute;
    bottom: 30px;
    z-index: 11;
    left: 30px;
    width: 160px;
}
.miso .pc li{
    vertical-align: bottom;
    text-align: right;
    z-index: 11;
}
.miso .pc li a{
color: #fff;
}
.miso img{
  height: 70%;
  position: inherit;
  margin: 55px 165px 0px 0px;
}
.miso img:hover {
  margin: 60px 160px 0px 15px;
  /*background: rgba(0, 0, 0, 1);
	box-shadow: 0 0 5px rgba(0,0,0,0);*/
}
}
