@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
html {
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: scrollbar;	
}
body {
  background: #FFFFC8;
  font-family: 300 1.0rem 'Noto Sans JP', sans-serif;
  color: #666;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
a{
  text-decoration: none!important
}
iframe {
  border: 0;
  overflow: hidden;
}
.oh{
	overflow: hidden;
}
.align-center {
  text-align: center;
}
.align-left {
  text-align: left !important;
}
.position-relative {
  position: relative;
}
.text {
 font-size: clamp(11px, 1.8vw, 16px);
	text-align: left;
	text-align: justify;
}
.text2 {
 font-size: clamp(12px, 1.8vw, 18px);
	text-align: left;
	text-align: justify;
	font-weight: bold;
		
}
.bg-back{
	background-color: #FFFFC8;
}
.bg-yume{
	background-color: #107AB9;
}
.bg-image{
	background-image:url("topback.jpg");
	background-position: center; 
	background-size:cover;
	background-repeat: no-repeat;
	background-color: #000000;
}
.bg-g{
	background-image:url("./bg-g.jpg");
	background-color: #212529;
	background-repeat: repeat;
}
.bg-b{
	background-image:url("./bg-b.jpg");
	background-color: #212529;
	background-repeat: repeat;
}
.bg-foot{
	background-color: #e2e2e1;
}
.dlby-box {
  border: 4px solid #6cc8f4;
  padding: 25px 20px;
  border-radius: 2px;
}
.navigator img{
	height: 50px;
}