/*-------- 20260325 floating追加 --------*/
/*.bg-campaign{
	background: url("../img/top/70th-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
#campaign-70th{
  max-width: 960px;
  margin: 0 auto;
	padding-top:105px;
	margin-top:calc( 80px - 105px);
	padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
	#campaign-70th{
		padding-top:13.020833333vw;
		margin-top:0;
		padding-bottom: 10.41666666vw;
	}
}
#campaign-70th .ttl-img{
	margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
	#campaign-70th .ttl-img{
		width:95%;
		max-width: 633px;
		margin-bottom: 15px;
	}
}
#campaign-70th ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#campaign-70th ul > li{
	width: 49%;
}
@media screen and (max-width: 768px) {
	#campaign-70th ul > li{
		width: 95%;
		max-width: 500px;
		margin-left: auto;
		margin-right: auto
	}
}
#campaign-70th ul > li img{
	width: 100%;
}
.info-block-inner .bnr{
	padding: 0 12px;	
	margin-top: 10px;
}*/
#fix-bnr .floating-wrap #close-button {
  position: absolute;
  top: -0.6em;
  right: -0.6em;
  display: table;
  align-items: center;
  width: 1.2em;
  height: 1.2em;
  padding: 0;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 50px;
  font-size: 22px;
  text-align: center;
  line-height: 1;
  color: #fff;
  border: none;
  outline: none;
  box-shadow: none;
}
@media screen and (min-width: 769px) {
  #fix-bnr {
    width: 100%;
    max-width: 275px;
    position: fixed;
    bottom: 10px;
    right: 15px;
    z-index: 9999;
    display: none;
  }
  #fix-bnr .floating-wrap {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
	#fix-bnr{
    width: 100%;
    position: fixed;
    bottom: 12.5vw;
    left: 0;
    z-index: 9999;
    display: none;
		text-align: center;
  }
	#fix-bnr .floating-wrap img{
		width: 95%;
	}
	#fix-bnr .floating-wrap #close-button {
		right: 0;
	}
}
/*a.btn-70th{
	position: relative;
	display: block;
	width: 90%;
	max-width: 480px;
	margin: 30px auto 0;
	padding: 0.8em;
	background:linear-gradient(150deg, rgba(198, 159, 110, 1), rgba(236, 215, 175, 1) 45%, rgba(242, 223, 185, 1) 55%, rgba(198, 159, 110, 1));
	border-radius:6px;
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.8);
	color: #000;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
	a.btn-70th{
		width: 90%;
		margin: 7.8125vw auto 0;
		padding: 1em;
		font-size: 4.6875vw;
	}
}
a.btn-70th:after{
	position: absolute;
	top: 50%;
	right: 0.8em;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	content: "";
	display: block;
  width: 0;
  height: 0;
  border-style: solid;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	border-left: 12px solid #000;
  border-right: 0;
	transition: .5s;
}
@media screen and (max-width: 768px) {
	a.btn-70th:after{
		right: 0.6em;
		border-top: 1.3888866666vw solid transparent;
		border-bottom: 1.3888866666vw solid transparent;
		border-left: 1.3888866666vw solid #000;
	}
}
a.btn-70th:hover::after{
	right: 0.7em;
}
@media screen and (max-width: 768px) {
	a.btn-70th:hover::after{
		right: 0.6em;
	}
}*/


/*20260326　ZEHバナー追加*/
@media screen and (max-width: 768px) {
    #fix-bnr {
        width: 60%;
		left: auto;
        right: 0;
        display: block;
    }
}