@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
.l--bannerSMPfixed {
  display: none;
}

@media screen and (max-width: 768px) {

  .l--bannerSMPfixed {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 70;
    width: 100%;
  }
  .l--bannerSMPfixed ul {
    display: flex;
    flex-wrap: wrap;
  }
  .l--bannerSMPfixed ul li {
    width: 40%;
  }
  .l--bannerSMPfixed ul li:last-child {
    width: 60%;
  }
  .l--bannerSMPfixed ul a {
    display: block;
    min-height: 18.66667vw;
    line-height: 18.66667vw;
    font-size: 4.26667vw;
    font-weight: bold;
  }
  .l--bannerSMPfixed ul a:link {
    text-decoration: none;
    color: #FFF;
  }
  .l--bannerSMPfixed ul a:visited {
    text-decoration: none;
    color: #FFF;
  }
  .l--bannerSMPfixed ul a:hover {
    text-decoration: none;
    color: #FFF;
  }
  .l--bannerSMPfixed ul .l--bannerSMPfixed-line a {
    background-color: #00B900;
    background-image: url(../images/icon__sns_li.png);
    background-repeat: no-repeat;
    background-position: 5.33333vw center;
    background-size: 8.8vw;
  }
  .l--bannerSMPfixed ul .l--bannerSMPfixed-line a span {
    padding: 0 0 0 16vw;
    display: block;
  }
  .l--bannerSMPfixed ul .l--bannerSMPfixed-reserve a {
    background: linear-gradient(90deg, #BBEEEE, #80C8EF);
  }
  .l--bannerSMPfixed ul .l--bannerSMPfixed-reserve a span {
    display: block;
    text-align: center;
    background-image: url(../images/icon__arrow_right_wh.png);
    background-repeat: no-repeat;
    background-position: 95.6% center;
    background-size: 1.86667vw;
  }
  .l--bannerSMPfixed ul .l--bannerSMPfixed-app a {
    background: linear-gradient(90deg, #BBEEEE, #80C8EF);
    line-height: 1.5;
    position: relative;
  }
  .l--bannerSMPfixed ul .l--bannerSMPfixed-app a span {
    display: block;
    padding: 2.66667vw 0 2.66667vw 14.66667vw;
    text-align: left;
    background-image: url(assets/images/common/parts/icon__arrow_right_wh.png);
    background-repeat: no-repeat;
    background-position: 95.6% center;
    background-size: 1.86667vw;
  }
  .l--bannerSMPfixed ul .l--bannerSMPfixed-app a i {
    position: absolute;
    width: 8vw;
    height: 8vw;
    background-image: url(assets/images/common/parts/icon__app.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    top: 5.33333vw;
    left: 5.33333vw;
  }
}
