@charset "utf-8";
/* Bnr
-----------------------------------------*/
.Bnr{
  position: relative;
  margin: 0 auto;
  display: none;
}
.Bnr .Bnr__img{
  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;
}
.Bnr__img__inner{
  width: auto;
  height: auto;
  box-sizing:border-box;
  padding: 10px;
  background-color: #fafafa;
}
.Bnr .Bnr__img__inner a{
  display: block;
}
.Bnr .Bnr__img p.close{
  position: absolute;
  right: 10px;
  top:10px;
}
.Bnr .Bnr__img p.close a{
  display: block;
  width: 20px;
  height: 25px;
  text-align: center;
}
.Bnr .Bnr__img p.close a span{
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.Bnr .Bnr__img p.close a{
  z-index: 888;
  background-color: #FFF;
  width:20px;
  height:20px;
  display:block;
  font-size:0;
  line-height: 0;
  margin:0;
  padding:0;
}
.Bnr .Bnr__img p.close a span:nth-of-type(1){
	position: absolute;
  top: 7px;
  right: 0;
  width: 15px;
  height: 1px;
  background-color: #000;
  transform: rotate(45deg);
}
.Bnr .Bnr__img p.close a span:nth-of-type(2){
position: absolute;
  top: 0;
  right: 7px;
  width: 1px;
  height: 15px;
  background-color: #000;
  transform: rotate(45deg);
}
/*===============================
■■　スマホ用　■■
===============================*/
/*------------(XS)------------*/
@media (min-width: 320px) {
.Bnr .Bnr__img{
  position: fixed;
  bottom: 0;
  right:0;
 
  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;
}
}
/*------------(SM)------------*/
@media (min-width: 567px) {
}
/*------------(MD)------------*/
@media (min-width: 768px) {
.Bnr .Bnr__img{
  position: fixed;
  bottom: 15px;
  right:15px;
 
  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;
}
}
/*------------(LG)------------*/
@media (min-width: 1024px) {
}
/*------------(XL)------------*/
@media (min-width: 1216px) {
}