<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.f-min{
 	font-family:  "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif!important;
}
.f-bold{
 	font-weight: 500;
 	letter-spacing: 0.02em;
}


@media screen and (min-width:992px) { 
.cont_sp{ display: none;}
}

@media screen and (max-width:991px) { 
.cont_pc{ display: none;}

#videoBg {
	display: none;
}

.video_sp {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: url('./images/3.jpg') ;
  background-size: cover;
}

}

.video_container{
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
  }
  
  #videoBg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	background: url('./images/3.jpg') ;
	background-size: cover;
  }
  
  
</pre></body></html>