@font-face {
  font-family: "TITLE";
  src: url('./fonts/ffclanproblkit-webfont.eot');
  src: url('./fonts/ffclanproblkit-webfont.eot?#iefix') format('embedded-opentype'),
    url('./fonts/ffclanproblkit-webfont.woff2') format('woff2'),
    url('./fonts/ffclanproblkit-webfont.woff') format('woff'),
    url('./fonts/ffclanproblkit-webfont.ttf') format('truetype'),
    url('./fonts/ffclanproblkit-webfont.svg#clan_problack_italic') format('svg');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: "news";
  src: url('./fonts/ffclanprorgitnews-webfont.eot');
  src: url('./fonts/ffclanprorgitnews-webfont.eot?#iefix') format('embedded-opentype'),
    url('./fonts/ffclanprorgitnews-webfont.woff2') format('woff2'),
    url('./fonts/ffclanprorgitnews-webfont.woff') format('woff'),
    url('./fonts/ffclanprorgitnews-webfont.ttf') format('truetype'),
    url('./fonts/ffclanprorgitnews-webfont.svg#clan_pronews_italic') format('svg');
  font-weight: normal;
  font-style: normal;

}

body {
  margin: 0;
  padding: 0;
  width: 472px;
  height: 815px;
  overflow: hidden;
  background-repeat: no-repeat;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.main-content {
  position: absolute;
  width: 472px;
  height: 815px;
  overflow: hidden;
}

.line {
  position: absolute;
  top: 255px;
  left: 55px;
  border: none;
}

.main-title {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  top: 60px;
  left: 55px;
  height: 195px;
  width: 380px;
  overflow: hidden;
  flex-direction: column;
}

p.title {
  color: #fff;
  font-family: "TITLE";
  font-weight: bold;
  font-size: 40px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  text-align: left;
  align-self: flex-start;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

p.news {
  position: absolute;
  top: 273px;
  left: 55px;
  text-align: left;
  color: #fff;
  font-family: "news";
  font-size: 28px;
  font-style: italic;
  font-weight: 475;
  line-height: normal;
  height: 445px;
  width: 375px;
  overflow: hidden;
}

#bg {
  background-size: cover;
  background-position: center;
  transition: opacity 1s ease-in-out;
}

.hidden {
  opacity: 0;
}