@charset "UTF-8";
/* Scss Document */
.lmtd_html * {
  box-sizing: border-box; }

.dt-close {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0; }
  .dt-close a {
    display: block;
    height: 60px;
    width: 60px;
    background: rgba(0, 0, 0, 0.4);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom-left-radius: 8px;
    position: relative;
    text-decoration: none; }
    .dt-close a .btn-txt {
      position: absolute;
      top: 30px;
      right: 30px;
      color: #fff;
      font-size: 30px;
      transform: translateX(50%) translateY(-50%); }

.dt-pamph {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  background: #aaa; }
  .dt-pamph iframe {
    border: none;
    width: 100vw;
    height: 100vh;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0; }


.vr-rq-bana{
	position: fixed;
	z-index: 1;
	left: 15px;
	top: 15px;
	width: 40%;
	max-width: 280px;
}
@media screen and (max-width: 600px) {
	.vr-rq-bana{
		left: 50%;
		top: inherit;
		bottom: 60px;
		width: 50%;
		transform: translateX(-50%);
		max-width: 200px;
	}
}
.vr-rq-bana a{
	display: block;
}
.vr-rq-bana a img{
	width: 100%;
	height: auto;
	transition: 0.5s filter;
	filter: brightness(1);
}
.vr-rq-bana a:hover img{
	filter: brightness(1.4);
}
