
html{
  background-position: 50% 31px;
}
/* ==========================================================================
                          mainv
   ========================================================================== */
.mainv_page_photo {
  background-image: url(../img/rules/mainv-v3.jpg);
}

/*@keyframes catch {
  0% {
    bottom: 10px;
    opacity: 0;
  }
  100% {
    bottom: 40px;
    opacity: 1;
  }
}

@keyframes catchSP {
  0% {
    bottom: -120px;
    opacity: 0;
  }
  100% {
    bottom: -90px;
    opacity: 1;
  }
}
*/

.rules{}
.rules_end{
  padding-bottom: 100px;
}
.rules_inner{
    padding: 0 0 0 60px;
}
.rules .ttl012{
  color: #368FA6;
}
.rules .ttl012:before{
  border-color: #368FA6;
  /* left: 295px; */
}
.rules_ttl{
  font-size: 24px;
  color: #368FA6;
  font-weight: normal;
  margin: 0 0 21px;
}

.rules2{
  overflow: hidden;
}

.rules_inner2{
  position: relative;
  z-index: 1;
}
.rules_inner2:before{
  content: "";
  z-index: 1;
  position: absolute;
  background: url(../img/rules/bg01.png) 0 0 repeat;
  top:0;
  bottom: 0;
  left: 100%;
  width: 4000px;
  display: none;
}

.rules_mes{
  background: url(../img/rules/bg01.png) 100% 0 repeat;
  padding: 42px 46px 52px;
  line-height: 2;
  margin: 0 0 49px;
}
.rules_mes p + p{
    margin: 28px 0 0;
}

.rules_ttl2{
    font-size: 18px;
    font-weight: normal;
    color: #368FA6;
    margin: 0 0 7px;
}
.rules_mes2{
    line-height: 2;
    margin: 0 0 39px;
    padding: 0 33% 0 0;
}

/* ==========================================================================
                          sp
   ========================================================================== */
@media screen and (max-width: 1024px) and (orientation: portrait) ,screen and (max-width: 838px) and (orientation: landscape) {

  .mainv_page{
    margin: 0 4% 25px;
}

  .rules{}
  .rules_end{
    padding-bottom: 25px;
}
  .rules_inner{
    padding: 0 10px;
}
  .rules .ttl012{}
  .rules .ttl012:before{
}
  .rules_ttl{
    font-size: 15px;
}

  .rules2{}

  .rules_inner2{}
  .rules_inner2:before{
    display: none;
}

  .rules_mes{
    padding: 26px 5%;
    margin: 0 0 27px;
}
  .rules_mes p + p{
    margin: 16px 0 0;
}

  .rules_ttl2{
    font-size: 15px;
}
  .rules_mes2{
    padding: 0;
    margin: 0 0 23px;
}

}
