@charset "utf-8";
.piacard-bnr {
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0%);
}
.piacard-bnr-close {
	background: url(../images/close-btn-blue.svg) no-repeat center;
	background-size: 15px 15px;
	border: none;
	cursor: pointer;
	height: 30px;
	width: 40px;
	position: absolute;
	right: 0rem;
	top: 0;
	z-index: 99999;
	padding: 0;
	background-position: 60% 50%
}
.piacard-bnr-img-div {
	width: 100%;
	bottom: 0px;
	z-index: 99998;
}
.piacard-bnr-img {
	max-width: 100%;
	width :auto;
}
.piacard-bnr-img:hover {
	opacity: 0.9;
}
@media screen and (min-width: 690px) {
	.piacard-bnr {
		position: fixed;
		width: 690px;
		bottom: 0;
		left: 50%;
		transform: translate(-50%,0%);
	}
	.piacard-bnr-close {
		background: url(../images/close-btn-blue.svg) no-repeat center;
		background-size: 17px 17px;
		border: none;
		cursor: pointer;
		height: 30px;
		width: 40px;
		position: absolute;
		right: 0rem;
		top: 0;
		z-index: 99999;
		background-position: 60% 50%
	}
	.piacard-bnr-img-div {
		width: 690px;
		bottom: 0px;
		z-index: 99998;
	}
}
@media screen and (min-width: 768px) {
	.piacard-bnr {
		position: fixed;
		width: 100%;
		bottom: 0;
		left: 50%;
		transform: translate(-50%,0%);
	}
	.piacard-bnr-close {
		background: url(../images/close-btn-blue.svg) no-repeat center;
		background-size: 17px 17px;
		border: none;
		cursor: pointer;
		height: 30px;
		width: 30px;
		position: absolute;
		right: 0.5rem;
		top: 0;
		z-index: 99999;
	}
	.piacard-bnr-img-div {
		width: 100%;
		bottom: 0px;
		z-index: 99998;
	}
}
@media screen and (min-width: 920px) {
	.piacard-bnr {
		position: fixed;
		width: 920px;
		bottom: 0;
		left: 50%;
		transform: translate(-50%,0%);
	}
	.piacard-bnr-close {
		background: url(../images/close-btn-blue.svg) no-repeat center;
		background-size: 17px 17px;
		border: none;
		cursor: pointer;
		height: 30px;
		width: 30px;
		position: absolute;
		right: 0.5rem;
		top: 0;
		z-index: 99999;
	}
	.piacard-bnr-img-div {
		width: 920px;
		bottom: 0px;
		z-index: 99998;
	}
}
.pcOnly {
  display: none;
}
@media screen and (min-width: 768px) {
  .pcOnly {
    display: inherit;
  }
}
.spOnly {
  display: inherit;
}
@media screen and (min-width: 768px) {
  .spOnly {
    display: none;
  }
}