#SBP23 table {
  border-collapse:  collapse;
  table-layout: fixed;
  width: 100%;
}

#SBP23 table th, table td {
  border: solid 1px;
  padding: 10px;
  font-size: 1.2rem;
  text-align: center;
}

#SBP23 ul.benefit {
  margin-top: 30px;
  list-style: none;
}
#SBP23 li.benefit{
  margin-top: 15px;
  position: relative;
  padding-left: 4em;
  font-weight: bold;
}
#SBP23 li.benefit:before{
  left: 0;
  position: absolute;
}
#SBP23 li.benefit-1:before{
  content: "特典1：";
}
#SBP23 li.benefit-2:before{
  content: "特典2：";
}

#SBP23 .entryBody span.red{
  color: #ed3655;
}
/*+*+++++++++++++++++++++++++++++++++++++++++++++++

エントリーボタンエリア

**************************************************/
.entry{
  width: 640px;
  margin: 0 auto;
  text-align:center;
}

.entry .entryTxt{
  text-align:center;
  display: inline-block;
  margin-bottom: 20px;
  text-decoration: underline;
  color: #fff;
  font-size: 1.6rem;
}

.entry .entryBtn{
  display:block;
  width: 640px;
  font-size: 2.8rem;
  font-weight: bold;
  margin: 0 auto;
  text-align:center;
  color: #fff;
  border-radius: 10px;
  padding: 16px 0 26px 0;
  text-align:center;
  background-image: linear-gradient(174deg, #137ef4 2%, #137ef4 35%, #378ff1 52%, #378ff1 84%);
  text-decoration: none;
  position: relative;
}
.entry span.entryBtn{
  background-image: linear-gradient(174deg, #a0a0a0 2%, #a0a0a0 35%, #808080 52%, #808080 84%);
}
#SBP23 .entryBody .entry .entryBtn .notice{
  font-size: 1.8rem;
}
.entry .entryBtn:after{
  display:block;
  position:absolute;
  right: 175px;
  top: 50%;
  margin-top: -12px;
  width: 14px;
  height: 24px;
  background: url(/mobile/set/data/menulist/campaigns/20250401DyKkELna/img/shared/ico_arrow.svg) no-repeat left center;
  background-size: 14px 24px;
  content: "";
}

.entry .entryBtn:hover{
  filter: brightness(1.15);
}
.entry span.entryBtn:hover{
  opacity: inherit;
}

.entryFloat{
  position: fixed;
  bottom: 0;
  left: 50%;
  margin-left: -490px;
  width: 980px;
  z-index: 10000;
  opacity: 0;
  padding-bottom: 30px;
}

.entryFloat.UpMove{
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
  transform: translateY(0);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

.entryFloat.DownMove{
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 1;
  transform: translateY(0);
  }
  to {
    opacity: 1;
  transform: translateY(300px);
  }
}

.entryFloat .entryBtnLg{
  display:block;
  width: 100%;
  font-size: 2.8rem;
  font-weight: bold;
  margin: 0 auto;
  text-align:center;
  color: #fff;
  border-radius: 10px;
  padding: 18px 0 26px 0;
  text-align:center;
  background-image: linear-gradient(174deg, #137ef4 2%, #137ef4 35%, #378ff1 52%, #378ff1 84%);
  text-decoration: none;
  position: relative;
}

.entryFloat .entryBtnLg:after{
  display:block;
  position:absolute;
  right: 92px;
  top: 50%;
  margin-top: -12px;
  width: 14px;
  height: 24px;
  background: url(/mobile/set/data/menulist/campaigns/hulu-campaign-20241001/img/shared/ico_arrow.svg) no-repeat left center;
  background-size: 14px 24px;
  content: "";
}
#SBP23 .entryFloat .notice{
  font-size: 1.8rem;
}

.entryFloat .entryBtnLg:hover{
  filter: brightness(1.15);
}

#SBP23.entryBody__title3 {
  font-weight: normal;
}


@media screen and (max-width: 1024px) {
  .entry{
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  
  .entry .entryTxt{
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
  
  .entry .entryBtn{
    display:block;
    width: 100%;
    font-size: 2.0rem;
    padding: 14px 0 16px 0;
    text-align:center;
    background-image: linear-gradient(174deg, #137ef4 2%, #137ef4 35%, #378ff1 52%, #378ff1 84%);
    text-decoration: none;
    position: relative;
  }
  .entry .entryBtn:after{
    right: 20px;
    background-size: 7px 12px;
    width: 7px;
    height: 12px;
    margin-top: -6px;
  }
  .entry .entryBtn:hover{
    filter: brightness(1.15);
  }
  #SBP23 .entryBody .entry .entryBtn .notice{
    font-size: 1.6rem;
  }
    
  .entryFloat{
    position: fixed;
    bottom: 40px;
    left: 0%;
    padding: 20px;
    box-sizing: border-box;
    margin-left: 0px;
    width: 100%;
    z-index: 10000;

  }

  .entryFloat .entryBtnLg{
    display:block;
    width: 100%;
    
    box-sizing: border-box;
    font-size: 2rem;
    border-radius: 5px;
    padding: 8px 0 8px 0;
  }
  .entryFloat .entryBtnLg:after{
    right: 20px;
    background-size: 7px 12px;
    width: 7px;
    height: 12px;
    margin-top: -6px;
  }
  #SBP23 .entryFloat .notice{
    font-size: 1.8rem;
  }



  .entryFloat .entryBtnLg:hover{
    filter: brightness(1.15);
  }

}
