/*-------------------------------------------
  スマートフォン
-------------------------------------------*/
.bgMvSp {
  margin-bottom: 30px;
}

.sContents01Sp {
  background-image: url(../230113img/sp/bg_contents_01.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.sContents02Sp {
  background-image: url(../230113img/sp/bg_contents_02.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.sContents03Sp {
  background-image: url(../230113img/sp/bg_contents_03.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.sContents04Sp {
  background-image: url(../230113img/sp/bg_contents_04.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.sContents05Sp {
  background-image: url(../230113img/sp/bg_contents_05.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.sContents06Sp {
  background-image: url(../230113img/sp/bg_contents_06.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.sContents07Sp {
  background-image: url(../230113img/sp/bg_contents_07.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.sContentsKansaiSp {
  background-image: url(../230113img/sp/bg_kansai.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-bottom:  45px;
}

.sContentsKansaiBtnSp {
  display: block;
  width: 75%;
  min-width: 285.5px;
  height: 65px;
  padding: 9px 0;
  line-height: 1.6;
  margin: 0 auto;
  text-align: center;
  border: 3px solid #fff;
  background-color: #000;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 10px 10px rgba(0, 0, 0, 0.5);
  transition: .5s;
}

.sContentsKansaiBtnSp:hover {
  border-color: #fff;
  background-color: #fff;
  color: #0061B6;
  text-decoration: none;
}

.sCampaignTopSp {
}

.sCampaignBottomSp {
  background-image: url(../230113img/sp/bg_campaign.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-bottom: 55px;
}


.sCampaignBottomBtnSp {
  display: block;
  width: 75%;
  min-width: 285.5px;
  height: 65px;
  line-height: 59px;
  margin: 0 auto;
  text-align: center;
  border: 3px solid #fff;
  background-color: #ff0;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  box-shadow: 10px 10px #000;
  transition: .5s;
}

.sCampaignBottomBtnSp:hover {
  border-color: #ff0;
  background-color: #000;
  color: #ff0;
  text-decoration: none;
}

.sCautionsSp {
}