@charset "UTF-8";
*{
  box-sizing: border-box;
  margin : 0 auto;
  padding : 0;
}
html{
  width : 100%;
  height:100%;
  font-size: 62.5%;
  font-family : sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body{
  width : 100%;
  height : 100%;
  line-height : 1;
  color : white;
  background-color : #000000;
}
img{
  width: 100%;
  max-width: 100%;
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
}
hr{
  border: solid 0 #fff;
  clear : both;
}
a{
  color: inherit;
  text-decoration: none;
}
a:hover{
  filter:alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity:0.7;
  -khtml-opacity: 0.7;
  opacity:0.7;
  zoom:1;
}
.nowrap{
  margin:0;
  white-space: nowrap;
}
p{
  font-size:1.5rem;
  width : 100%;
  padding:0 1rem;
  line-height : 1.3;
}
p.sub{
  width: 95%;
  margin: .5rem auto;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: right;
  padding: 0;
  line-height: 1;
}
h1{
  font-size : 1.2rem;
  text-align : center;
}
.inner{
  margin: 0 auto;
  padding: 2rem;
  width: 100%;
  height: 100%;
  max-width: 90rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 1rem;
  z-index: 1;
  position: relative;
}
body{
  background-image : url(img/overlay.png), url(img/image9.webp);
  background-repeat : repeat, no-repeat;
  background-attachment : fixed;
  background-position : center center;
  background-size: auto, cover;
}