.txt__cast {
  margin-top: 30px;
}

.bnr__abema {
  margin-top: 60px;
}

.txt__abema {
  margin-bottom: 75px;
}

.txt__abema a {
  display: inline-block;
}

@media print { 
	.no-print img {display: none;}
}

.api-bnr-sns > div a img {
    box-shadow: 0 0 4px gray;
}

@media print {
  body {
    display: none;
  }
}

body.top .swiper-slide .txt,
.img-box2 li,
.teacher-item__thumb,
.list-item .thumb,
.top-abema__thumb {
    user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -webkit-touch-callout: none;
}
.bnr__abema img,
body.top .swiper-slide img,
.img-box2 li img,
.teacher-item__thumb img,
.list-item .thumb img,
.top-abema__thumb img {
  pointer-events: none;
}