/* @keyframes flash {
  0%,100% {
    opacity: 1;
  }

  50% {
    opacity: .5;
  }
} */

/*  ad  */
#adbox {
	width: 300px;
	position: fixed;
	right: -310px;
	bottom: 120px;
	z-index: 99999;
	transition: all 1s;
	box-shadow: 0 0 5px rgba(0,0,0,.7);
}
#adbox .adbox__wrap {
	position: relative;
}
#adbox .adbox__close-button {
	position: absolute;
	top: -10px;
	left: -10px;
	z-index: 99999;
	background: #fff;
	border: 2px solid #000;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	text-align: center;
}
#adbox .adbox__close-button i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#adbox .adbox__thumb {
	/*height: 81px;*/
}
#adbox .adbox__thumb a {
	display: block;
	color: #fff;
	background: #fff;
	text-decoration: none;
	width: 300px;
}
#adbox .adbox__thumb a .text__block {
	height: 100%;
	background: #f00;
  /* animation: flash 1s linear infinite; */
	display: block; /* 文言が1行 */
}
#adbox .adbox__thumb a div p {
	height: 100%;
	color: #fff;
	text-align: center;
	font-size: 14px;
	/*font-weight: bold;*/
	/*line-height: 2.7; /* 文言が1行 */*/
}
#adbox #adbox__thumb__img img {
	object-fit: cover;
	width: 100% !important;
	height: 100% !important;
}
#adbox .adbox__movie {}
#adbox #adbox__thumb__img {
	padding: 0;
	margin: 0;
}

.adbox__move {
	opacity: 0;
}
.adbox__move__a {
	pointer-events: none;
}
@media screen and (min-width: 641px) {
	#adbox #adbox__thumb__img {
		height: 169px;
	}
}

@media screen and (max-width: 640px) {
	#adbox {
		width: 170px;
		/* height: 146px; */
		position: fixed;
		right: -180px;
		bottom: 120px;
		z-index: 99999;
		transition: all 1s;
	}
	#adbox .adbox__close-button {
		position: absolute;
		top: -10px;
		left: -10px;
		z-index: 99999;
		background: #fff;
		border: 2px solid #000;
		border-radius: 50%;
		width: 25px;
		height: 25px;
		text-align: center;
		line-height: 1.8;
	}
	#adbox .adbox__close-button i {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	#adbox .adbox__thumb {
	}
	#adbox .adbox__thumb a {
		display: block;
		color: #fff;
		text-decoration: none;
		width: 170px;
	}
	#adbox .adbox__thumb a div p {
		font-size: 10px;
		/*line-height: 3; *//* 文言が1行 */
	}
	#adbox #adbox__thumb__img {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	#adbox #adbox__thumb__img img {
		object-fit: cover;
		width: 100% !important;
		height: 100% !important;
	}
}



.disp-none {
	display: none !important;
}
.disp-bl {
	display: block !important;
}