@charset "utf-8";
/************************************************************************************************************
H2
************************************************************************************************************/
/*************************************
H2V1 whats
**************************************/
.whats.lazyloaded {}
.whats {
  background: url(../images/pattern.png), url("../images/whats-bg.jpg");
  background-size: auto, cover;
  background-position: center, center;
  background-repeat: repeat, no-repeat;
  background-color: #fff;
}
.whats .whats-on {
  width: 35%;
  position: absolute;
  top: 37%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.whats .whats-on img.v1-ttl {
  width: 100%;
  vertical-align: bottom;
  margin: 0 auto;
  display: block;
}
.whats .whats-on h3 {
  display: block;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, .2), -2px -2px 4px rgba(0, 0, 0, .2);
  position: absolute;
  top: 65%;
  left: 45%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.whats .whats-on h3 p {
  display: block;
  width: 100%;
  font-size: 50%;
  font-weight: normal;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #fff;
}
@media (orientation: portrait) { /*デバイスが縦向きの場合*/
  .whats .whats-on {
    width: 60%;
  }
}
@media screen and (max-width: 480px) {
  .whats .whats-on {
    width: 80%;
  }
  .whats .whats-on img.v1-ttl {
    width: 100%;
  }
  .whats .whats-on h3 {
    font-size: 18px;
    top: 55%;
    left: 50%;
  }
  .whats .whats-on h3 p {
    font-size: 70%;
  }
}
/*************************************
H2V2
**************************************/
.ps-h2v2 {
  overflow-y: scroll;
}
#sld-h2v2 {
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 70px 0 0;
}
@media screen and (min-width: 481px) {
  #sld-h2v2 .bnr  {
    text-align: center;
  }
  #sld-h2v2 .bnr img {
    max-width: 70%;
  }
}