@property --start-percent {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --end-percent {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
body {
  background-position: 50% 0%;
  background-repeat: no-repeat;
}
body::before {
  display: block;
  z-index: -1;
  position: fixed;
  width: 100%;
  height: 100%;
  inset: 0 auto auto 0;
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
}
body > header::before {
  display: block;
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 50%;
  inset: 0 auto auto 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(transparent));
  background: -webkit-linear-gradient(top, #000, transparent);
  background: linear-gradient(to bottom, #000, transparent);
  content: "";
}
body > header > a {
  display: block;
  z-index: 1;
  position: absolute;
}
body > header > section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}
body > header > section > p,
body > header > section > h1 {
  word-break: keep-all;
  overflow-wrap: anywhere;
}
body > header > section > p {
  color: #834555;
  line-height: 1;
}
body > header > section > h1 {
  color: #fff;
  line-height: 1.6;
}
body > main {
  display: block;
  width: 100%;
}
body > main > section {
  display: block;
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body > main > section > article {
  display: block;
  position: relative;
  width: 100%;
  color: #fff;
  line-height: 1.78;
  letter-spacing: 0.05em;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
body > main > section > article > picture {
  border: 1px solid #8d8d8d;
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body > main > section > article > picture.nobdr {
  border: none;
}
body > main > section > article > picture:first-child + p {
  margin-top: 3em;
}
body > main > section > article > div.yt_wrapper {
  display: block;
  position: relative;
  width: 100%;
  border: 1px solid #8d8d8d;
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 1em;
  margin-bottom: 1em;
}
body > main > section > article > div.yt_wrapper::before {
  display: block;
  padding-top: 56.25%;
  content: "";
}
body > main > section > article > div.yt_wrapper > iframe {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0 auto auto 0;
}
body > main > section > article a {
  color: #f6a918;
}
body > main > section > nav {
  display: block;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
body > main > section > nav > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-position: 0% 0%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  text-decoration: none;
}
body > main > section > nav > a:hover::before {
  opacity: 0.8;
}
body > main > section > nav > a::before {
  display: block;
  position: absolute;
  inset: auto auto 0 50%;
  border-radius: 50%;
  border-collapse: collapse;
  background: -webkit-radial-gradient(#512a35 5%, transparent 75%);
  background: radial-gradient(#512a35 5%, transparent 75%);
  content: "";
  -webkit-transform: translate(-50%, 54%);
  transform: translate(-50%, 54%);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}
body > main > section > nav > a > p {
  display: block;
  position: relative;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media all and (min-width: 1921px) {
  body {
    background-image: url("https://media.fromsoftware.jp/theduskbloods/resources/images/news/pc/header_background.png");
  }
  body {
    background-size: 2560px 1301px;
  }
  body > header {
    height: 520px;
  }
  body > header else {
    height: 0;
  }
  body > header > a {
    inset: 50px auto auto 124px;
  }
  body > header > a {
    width: 301px;
    height: 78px;
  }
  body > header > section {
    max-width: 1600px;
  }
  body > header > section > p {
    font-size: 28px;
  }
  body > header > section > p else {
    font-size: 0;
  }
  body > header > section > h1 {
    font-size: 52px;
  }
  body > header > section > h1 else {
    font-size: 0;
  }
  body > main > section {
    max-width: 1600px;
  }
  body > main > section else {
    max-width: 0;
  }
  body > main > section {
    padding-bottom: 228px;
  }
  body > main > section else {
    padding-bottom: 0;
  }
  body > main > section > article {
    font-size: 24px;
  }
  body > main > section > article else {
    font-size: 0;
  }
  body > main > section > nav {
    width: 420px;
    height: 80px;
  }
  body > main > section > nav {
    margin-top: 130px;
  }
  body > main > section > nav else {
    margin-top: 0;
  }
  body > main > section > nav > a {
    background-image: url("https://media.fromsoftware.jp/theduskbloods/resources/images/news/pc/frame_back.png");
  }
  body > main > section > nav > a::before {
    width: 240px;
    height: 240px;
  }
  body > main > section > nav > a > p {
    font-size: 26px;
  }
  body > main > section > nav > a > p else {
    font-size: 0;
  }
}
@media all and (min-width: 1281px) and (max-width: 1920px) {
  body {
    background-image: url("https://media.fromsoftware.jp/theduskbloods/resources/images/news/pc/header_background@0.75x.png");
  }
  body {
    background-size: 1920px 976px;
  }
  body > header {
    height: 390px;
  }
  body > header else {
    height: 0;
  }
  body > header > a {
    inset: 38px auto auto 93px;
  }
  body > header > a {
    width: 226px;
    height: 59px;
  }
  body > header > section {
    max-width: 1200px;
  }
  body > header > section > p {
    font-size: 21px;
  }
  body > header > section > p else {
    font-size: 0;
  }
  body > header > section > h1 {
    font-size: 39px;
  }
  body > header > section > h1 else {
    font-size: 0;
  }
  body > main > section {
    max-width: 1200px;
  }
  body > main > section else {
    max-width: 0;
  }
  body > main > section {
    padding-bottom: 171px;
  }
  body > main > section else {
    padding-bottom: 0;
  }
  body > main > section > article {
    font-size: 18px;
  }
  body > main > section > article else {
    font-size: 0;
  }
  body > main > section > nav {
    width: 315px;
    height: 60px;
  }
  body > main > section > nav {
    margin-top: 98px;
  }
  body > main > section > nav else {
    margin-top: 0;
  }
  body > main > section > nav > a {
    background-image: url("https://media.fromsoftware.jp/theduskbloods/resources/images/news/pc/frame_back@0.75x.png");
  }
  body > main > section > nav > a::before {
    width: 180px;
    height: 180px;
  }
  body > main > section > nav > a > p {
    font-size: 20px;
  }
  body > main > section > nav > a > p else {
    font-size: 0;
  }
}
@media all and (min-width: 851px) and (max-width: 1280px) {
  body {
    background-image: url("https://media.fromsoftware.jp/theduskbloods/resources/images/news/pc/header_background@0.75x.png");
    background-image: -webkit-image-set(url("https://media.fromsoftware.jp/theduskbloods/resources/images/news/pc/header_background@0.75x.png") 1x, url("https://media.fromsoftware.jp/theduskbloods/resources/images/news/pc/header_background.png") 2x);
    background-image: image-set(url("https://media.fromsoftware.jp/theduskbloods/resources/images/news/pc/header_background@0.75x.png") 1x, url("https://media.fromsoftware.jp/theduskbloods/resources/images/news/pc/header_background.png") 2x);
  }
  body > main > section > nav > a {
    background-image: url("https://media.fromsoftware.jp/theduskbloods/resources/images/news/pc/frame_back@0.75x.png");
    background-image: -webkit-image-set(url("https://media.fromsoftware.jp/theduskbloods/resources/images/news/pc/frame_back@0.75x.png") 1x, url("https://media.fromsoftware.jp/theduskbloods/resources/images/news/pc/frame_back.png") 2x);
    background-image: image-set(url("https://media.fromsoftware.jp/theduskbloods/resources/images/news/pc/frame_back@0.75x.png") 1x, url("https://media.fromsoftware.jp/theduskbloods/resources/images/news/pc/frame_back.png") 2x);
  }
}
@media all and (min-width: 768px) and (max-width: 850px) {
  body {
    background-image: url("https://media.fromsoftware.jp/theduskbloods/resources/images/news/pc/header_background@0.5x.png");
    background-image: -webkit-image-set(url("https://media.fromsoftware.jp/theduskbloods/resources/images/news/pc/header_background@0.5x.png") 1x, url("https://media.fromsoftware.jp/theduskbloods/resources/images/news/pc/header_background@0.75x.png") 2x, url("https://media.fromsoftware.jp/theduskbloods/resources/images/news/pc/header_background.png") 3x);
    background-image: image-set(url("https://media.fromsoftware.jp/theduskbloods/resources/images/news/pc/header_background@0.5x.png") 1x, url("https://media.fromsoftware.jp/theduskbloods/resources/images/news/pc/header_background@0.75x.png") 2x, url("https://media.fromsoftware.jp/theduskbloods/resources/images/news/pc/header_background.png") 3x);
  }
  body > main > section > nav > a {
    background-image: url("https://media.fromsoftware.jp/theduskbloods/resources/images/news/pc/frame_back@0.5x.png");
    background-image: -webkit-image-set(url("https://media.fromsoftware.jp/theduskbloods/resources/images/news/pc/frame_back@0.5x.png") 1x, url("https://media.fromsoftware.jp/theduskbloods/resources/images/news/pc/frame_back@0.75x.png") 2x, url("https://media.fromsoftware.jp/theduskbloods/resources/images/news/pc/frame_back.png") 3x);
    background-image: image-set(url("https://media.fromsoftware.jp/theduskbloods/resources/images/news/pc/frame_back@0.5x.png") 1x, url("https://media.fromsoftware.jp/theduskbloods/resources/images/news/pc/frame_back@0.75x.png") 2x, url("https://media.fromsoftware.jp/theduskbloods/resources/images/news/pc/frame_back.png") 3x);
  }
}
@media all and (max-width: 767px) {
  html.webp body {
    background-image: url("https://media.fromsoftware.jp/theduskbloods/resources/images/news/sp/header_background@0.5x.webp");
    background-image: -webkit-image-set(url("https://media.fromsoftware.jp/theduskbloods/resources/images/news/sp/header_background@0.5x.webp") 1x, url("https://media.fromsoftware.jp/theduskbloods/resources/images/news/sp/header_background@0.75x.webp") 2x, url("https://media.fromsoftware.jp/theduskbloods/resources/images/news/sp/header_background.webp") 3x);
    background-image: image-set(url("https://media.fromsoftware.jp/theduskbloods/resources/images/news/sp/header_background@0.5x.webp") 1x, url("https://media.fromsoftware.jp/theduskbloods/resources/images/news/sp/header_background@0.75x.webp") 2x, url("https://media.fromsoftware.jp/theduskbloods/resources/images/news/sp/header_background.webp") 3x);
  }
  html.no-webp body {
    background-image: url("https://media.fromsoftware.jp/theduskbloods/resources/images/news/sp/header_background@0.5x.png");
    background-image: -webkit-image-set(url("https://media.fromsoftware.jp/theduskbloods/resources/images/news/sp/header_background@0.5x.png") 1x, url("https://media.fromsoftware.jp/theduskbloods/resources/images/news/sp/header_background@0.75x.png") 2x, url("https://media.fromsoftware.jp/theduskbloods/resources/images/news/sp/header_background.png") 3x);
    background-image: image-set(url("https://media.fromsoftware.jp/theduskbloods/resources/images/news/sp/header_background@0.5x.png") 1x, url("https://media.fromsoftware.jp/theduskbloods/resources/images/news/sp/header_background@0.75x.png") 2x, url("https://media.fromsoftware.jp/theduskbloods/resources/images/news/sp/header_background.png") 3x);
  }
  body {
    background-size: 100vw 54.74vw;
  }
  body > header {
    height: 48.85vw;
  }
  body > header else {
    height: 0;
  }
  body > header > a {
    inset: 2.6vw auto auto 2.34vw;
  }
  body > header > a {
    width: 25.1vw;
    height: 6.46vw;
  }
  body > header > section {
    width: 90.1vw;
  }
  body > header > section > p,
  body > header > section > h1 {
    letter-spacing: 0;
  }
  body > header > section > p {
    font-size: 3.33vw;
  }
  body > header > section > p else {
    font-size: 0;
  }
  body > header > section > h1 {
    font-size: 5.21vw;
  }
  body > header > section > h1 else {
    font-size: 0;
  }
  body > main > section {
    max-width: 90.1vw;
  }
  body > main > section else {
    max-width: 0;
  }
  body > main > section {
    padding-bottom: 27.6vw;
  }
  body > main > section else {
    padding-bottom: 0;
  }
  body > main > section > article {
    font-size: 3.33vw;
  }
  body > main > section > article else {
    font-size: 0;
  }
  body > main > section > article {
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    text-align: justify;
  }
  body > main > section > nav {
    width: 54.64vw;
    height: 10.36vw;
  }
  body > main > section > nav {
    margin-top: 20.31vw;
  }
  body > main > section > nav else {
    margin-top: 0;
  }
  html.webp body > main > section > nav > a {
    background-image: url("https://media.fromsoftware.jp/theduskbloods/resources/images/news/sp/frame_back@0.5x.webp");
    background-image: -webkit-image-set(url("https://media.fromsoftware.jp/theduskbloods/resources/images/news/sp/frame_back@0.5x.webp") 1x, url("https://media.fromsoftware.jp/theduskbloods/resources/images/news/sp/frame_back@0.75x.webp") 2x, url("https://media.fromsoftware.jp/theduskbloods/resources/images/news/sp/frame_back.webp") 3x);
    background-image: image-set(url("https://media.fromsoftware.jp/theduskbloods/resources/images/news/sp/frame_back@0.5x.webp") 1x, url("https://media.fromsoftware.jp/theduskbloods/resources/images/news/sp/frame_back@0.75x.webp") 2x, url("https://media.fromsoftware.jp/theduskbloods/resources/images/news/sp/frame_back.webp") 3x);
  }
  html.no-webp body > main > section > nav > a {
    background-image: url("https://media.fromsoftware.jp/theduskbloods/resources/images/news/sp/frame_back@0.5x.png");
    background-image: -webkit-image-set(url("https://media.fromsoftware.jp/theduskbloods/resources/images/news/sp/frame_back@0.5x.png") 1x, url("https://media.fromsoftware.jp/theduskbloods/resources/images/news/sp/frame_back@0.75x.png") 2x, url("https://media.fromsoftware.jp/theduskbloods/resources/images/news/sp/frame_back.png") 3x);
    background-image: image-set(url("https://media.fromsoftware.jp/theduskbloods/resources/images/news/sp/frame_back@0.5x.png") 1x, url("https://media.fromsoftware.jp/theduskbloods/resources/images/news/sp/frame_back@0.75x.png") 2x, url("https://media.fromsoftware.jp/theduskbloods/resources/images/news/sp/frame_back.png") 3x);
  }
  body > main > section > nav > a::before {
    width: 31.09vw;
    height: 31.09vw;
  }
  body > main > section > nav > a > p {
    font-size: 3.39vw;
  }
  body > main > section > nav > a > p else {
    font-size: 0;
  }
}
@media all and (min-width: 768px) and (max-width: 1280px) {
  body {
    background-size: 150vw 76.23vw;
  }
  body > header {
    height: 30.47vw;
  }
  body > header else {
    height: 0;
  }
  body > header > a {
    inset: 2.93vw auto auto 7.27vw;
  }
  body > header > a {
    width: 17.64vw;
    height: 4.57vw;
  }
  body > header > section {
    max-width: 93.75vw;
  }
  body > header > section > p {
    font-size: 1.64vw;
  }
  body > header > section > p else {
    font-size: 0;
  }
  body > header > section > h1 {
    font-size: 3.05vw;
  }
  body > header > section > h1 else {
    font-size: 0;
  }
  body > main > section {
    max-width: 93.75vw;
  }
  body > main > section else {
    max-width: 0;
  }
  body > main > section {
    padding-bottom: 13.36vw;
  }
  body > main > section else {
    padding-bottom: 0;
  }
  body > main > section > article {
    font-size: 1.41vw;
  }
  body > main > section > article else {
    font-size: 0;
  }
  body > main > section > nav {
    width: 24.61vw;
    height: 4.69vw;
  }
  body > main > section > nav {
    margin-top: 7.62vw;
  }
  body > main > section > nav else {
    margin-top: 0;
  }
  body > main > section > nav > a::before {
    width: 14.06vw;
    height: 14.06vw;
  }
  body > main > section > nav > a > p {
    font-size: 1.52vw;
  }
  body > main > section > nav > a > p else {
    font-size: 0;
  }
}
@media all and (min-width: 768px) {
  body > header > section {
    width: 100%;
  }
  body > header > section > p,
  body > header > section > h1 {
    letter-spacing: 0.05em;
  }
}