@font-face {
  font-family: "Cabin";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../fonts/cabin-v18-latin-700.woff2") format("woff2"), url("../fonts/cabin-v18-latin-700.woff") format("woff");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/raleway-v26-latin-regular.woff2") format("woff2"), url("../fonts/raleway-v26-latin-regular.woff") format("woff");
}
body {
  background: #ffffff url("../images/bg.png");
  font-family: Raleway, Helvetica, Sans-Serif;
  font-size: 12px;
  color: #42535d;
}
.container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bg {
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo,
.text {
  height: 131px;
  width: 140px;
  margin: 15px;
}
.bar {
  height: 228px;
  width: 2px;
  background-color: #42535d;
  opacity: 0.5;
}
span.masuyo {
  font-family: "Cabin", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1.2px;
  margin: 0;
}
span.media {
  font-family: "Cabin", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1.2px;
  margin: 0;
  opacity: 0.8;
}
a:link {
  text-decoration: none;
  color: #42535d;
}
a:visited {
  text-decoration: none;
  color: #42535d;
}
a:hover {
  text-decoration: underline;
  color: #42535d;
}
a:active {
  text-decoration: none;
  color: #42535d;
}
