@charset "utf-8";
/* Bnr
-----------------------------------------*/
.Bnr{
  position: relative;
  margin: 0 auto;
  display: none;
  width:auto;
}
.Bnr .Bnr__box{
  position: fixed;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  z-index: 88;
    border-radius:9px;
}
.Bnr__box__inner{
  width: auto;
  height: auto;
  box-sizing:border-box;
  padding: 0;
  background-color: #FFF;
  border:4px solid #7BDFB7;
  border-radius:9px;
  text-align:center;
}
.Bnr .Bnr__box__inner a{
  display: block;
}
.Bnr .Bnr__box p.close{
  position: absolute;
  right: 0;
  top:0;
}
.Bnr .Bnr__box p.close a{
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
}
.Bnr .Bnr__box p.close a span{
  display: block;
  width: 2px;
  height: 2px;
  overflow: hidden;
}
.Bnr .Bnr__box p.close a{
  z-index: 888;
  background-color: #7BDFB7;
  width:30px;
  height:30px;
  display:block;
  font-size:0;
  line-height: 0;
  margin:0;
  padding:0;
  border-radius:0 9px 0 9px;
}
.Bnr .Bnr__box p.close a span:nth-of-type(1){
	position: absolute;
  top: 14px;
  right: 7px;
  width: 16px;
  height: 2px;
  background-color: #FFF;
  transform: rotate(45deg);
}
.Bnr .Bnr__box p.close a span:nth-of-type(2){
position: absolute;
  top: 7px;
  right: 14px;
  width: 2px;
  height: 16px;
  background-color: #FFF;
  transform: rotate(45deg);
}
/*カスタマイズ*/
.Bnr__title__box{
  margin:0 auto;
  padding:4px 5px;
  display:inline-flex;
  justify-content: center;
  align-items: center;
  gap:10px;
}
.Bnr__title{
  background-color:#FFF;
  border-radius:9px;
  text-align:left;
  widht:100%;
  height:auto;
  color:#FF0199;
  font-weight:700;
  font-size:2.8rem;
  line-height:1.2;
}
.Bnr__title span.sub-text{
   color:#222;
   font-size:1.2rem;
   line-height: 1.2;
   display:block;
  }
.Bnr__title__box span.balloon{
   color:#FFF;
   font-size:2rem;
   line-height: 1.2;
   display:flex;
   justify-content: center;
   align-items: center;
   flex-direction: column;
   background-color:#2BB47D;
   width:60px;
   height:60px;
   border-radius:30px;
   position:relative;
  }
.Bnr__title__box span.balloon:after{
  content:"";
  margin-right:-6px;
  width: 0;
  height: 0;
  position:absolute;
  right:50%;
  bottom:-22px;
  border-style: solid;
  border-width: 12px 6px ;
  border-color:  #2BB47D transparent transparent transparent;

}
.Bnr__title__box span.balloon small{
    font-size:1.3rem;

   }
.Bnr__inner{
padding:4px 5px;
background-color: #7BDFB7;
text-align:center;
color:#FFF;
font-size:3rem;
font-weight:bold;
}
.Bnr__inner a{
  padding:0 30px 0 5px;
  margin:5px auto ;
  display:block;
  color:#FFF;
  font-size:1.4rem;
  line-height:1;
  width:100%;
  border-radius:6px;
  position:relative;
  strong{
    margin-left:5px;
    font-size:1.6rem;
  }
}
.Bnr__inner a:after{
  content: "";
    margin-bottom:-22px;
    width: 0;
    height: 0;
    position:absolute;
    right:0;
    bottom:50%;
    border-style: solid;
    border-width: 14px 8px ;
    border-color: #FEF038  transparent transparent transparent;
}

/*===============================
■■　スマホ用　■■
===============================*/
/*------------(XS)------------*/
@media (min-width: 320px) {
.Bnr .Bnr__box{
  position: fixed;
  bottom: 0;
  right:0;
  width:100%;
 
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  z-index: 88;
}
.Bnr .Bnr__box p.close{
  position: absolute;
  right: 0;
  top:0;
}
.Bnr__inner a{
  padding: 0 5px;
}
}/*(XS)*/
/*------------(SM)------------*/
@media (min-width: 567px) {
}
/*------------(MD)------------*/
@media (min-width: 768px) {
.Bnr{
  position: relative;
  margin: 0 auto;
  display: none;
}
.Bnr .Bnr__box{
  position: inline-fixed;
  bottom: 15px;
  right:15px;
 width:260px;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  z-index: 88;
}
.Bnr .Bnr__box p.close{
  position: absolute;
  right: 0;
  top:0;
}
.Bnr__inner a{
  padding: 0 20px 0 0px;
}
}
/*------------(LG)------------*/
@media (min-width: 1024px) {
}
/*------------(XL)------------*/
@media (min-width: 1216px) {
}